mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(blocks-antd): Update snapshots.
This commit is contained in:
parent
1398ca3506
commit
c4cc37acff
@ -282,12 +282,10 @@ exports[`Render properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineSetting"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineSetting","className":"ant-alert-icon","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -316,11 +314,10 @@ exports[`Render properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineCheckCircle"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineCheckCircle","className":"ant-alert-icon","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -1077,12 +1074,10 @@ exports[`Render required = true properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineSetting"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineSetting","className":"ant-alert-icon","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -1111,11 +1106,10 @@ exports[`Render required = true properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineCheckCircle"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineCheckCircle","className":"ant-alert-icon","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -1823,12 +1817,10 @@ exports[`Render required = true with description properties.icon object - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with description properties.icon object_icon"
|
||||
title="AiOutlineSetting"
|
||||
/>
|
||||
>
|
||||
{"id":"with description properties.icon object_icon","title":"AiOutlineSetting","className":"ant-alert-icon","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -1866,11 +1858,10 @@ exports[`Render required = true with description properties.icon string - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with description properties.icon string_icon"
|
||||
title="AiOutlineCheckCircle"
|
||||
/>
|
||||
>
|
||||
{"id":"with description properties.icon string_icon","title":"AiOutlineCheckCircle","className":"ant-alert-icon","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -2831,12 +2822,10 @@ exports[`Render with description properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with description properties.icon object_icon"
|
||||
title="AiOutlineSetting"
|
||||
/>
|
||||
>
|
||||
{"id":"with description properties.icon object_icon","title":"AiOutlineSetting","className":"ant-alert-icon","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
@ -2874,11 +2863,10 @@ exports[`Render with description properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-alert-icon"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with description properties.icon string_icon"
|
||||
title="AiOutlineCheckCircle"
|
||||
/>
|
||||
>
|
||||
{"id":"with description properties.icon string_icon","title":"AiOutlineCheckCircle","className":"ant-alert-icon","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<div
|
||||
class="ant-alert-content"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -96,12 +96,10 @@ exports[`Render properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineUser","className":"css-0","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -116,11 +114,10 @@ exports[`Render properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineUser","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -135,11 +132,10 @@ exports[`Render properties.icon string properties.shape square - value[0] 1`] =
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string properties.shape square_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string properties.shape square_icon","title":"AiOutlineUser","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -287,12 +283,10 @@ exports[`Render required = true properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineUser","className":"css-0","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -307,11 +301,10 @@ exports[`Render required = true properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineUser","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -326,11 +319,10 @@ exports[`Render required = true properties.icon string properties.shape square -
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string properties.shape square_icon"
|
||||
title="AiOutlineUser"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string properties.shape square_icon","title":"AiOutlineUser","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
|
@ -116,11 +116,10 @@ exports[`Render properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-scroll-number-custom-component"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineNotification"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineNotification","className":"ant-scroll-number-custom-component","required":false,"style":{}}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -141,11 +140,10 @@ exports[`Render properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-scroll-number-custom-component"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineNotification"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineNotification","className":"ant-scroll-number-custom-component","required":false,"style":{}}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -477,11 +475,10 @@ exports[`Render required = true properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-scroll-number-custom-component"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineNotification"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineNotification","className":"ant-scroll-number-custom-component","required":false,"style":{}}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
@ -502,11 +499,10 @@ exports[`Render required = true properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-scroll-number-custom-component"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineNotification"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineNotification","className":"ant-scroll-number-custom-component","required":false,"style":{}}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
`;
|
||||
|
@ -17,12 +17,23 @@ exports[`Render properties.list.icon - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineSave"
|
||||
id="properties.list.icon_0"
|
||||
label="label 1"
|
||||
/>
|
||||
data-testid="properties.list.icon_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label 1","icon":"AiOutlineSave"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon_0_icon","title":"AiOutlineSave","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 1
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -35,12 +46,23 @@ exports[`Render properties.list.icon - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineDelete"
|
||||
id="properties.list.icon_1"
|
||||
label="label 2"
|
||||
/>
|
||||
data-testid="properties.list.icon_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label 2","icon":"AiOutlineDelete"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon_1_icon","title":"AiOutlineDelete","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 2
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -52,10 +74,6 @@ exports[`Render properties.list.icon - value[0] 1`] = `
|
||||
`;
|
||||
|
||||
exports[`Render properties.list.icon with onClick - value[0] 1`] = `
|
||||
.emotion-1 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
<div
|
||||
class="ant-breadcrumb emotion-0"
|
||||
id="properties.list.icon with onClick"
|
||||
@ -65,12 +83,23 @@ exports[`Render properties.list.icon with onClick - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineSave"
|
||||
id="properties.list.icon with onClick_0"
|
||||
label="label 1"
|
||||
/>
|
||||
data-testid="properties.list.icon with onClick_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-z8opiu","label":"label 1","icon":"AiOutlineSave"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon with onClick_0_icon","title":"AiOutlineSave","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 1
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -83,12 +112,23 @@ exports[`Render properties.list.icon with onClick - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineDelete"
|
||||
id="properties.list.icon with onClick_1"
|
||||
label="label 2"
|
||||
/>
|
||||
data-testid="properties.list.icon with onClick_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-z8opiu","label":"label 2","icon":"AiOutlineDelete"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon with onClick_1_icon","title":"AiOutlineDelete","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 2
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -109,10 +149,13 @@ exports[`Render properties.list.label strings - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.label strings_0"
|
||||
/>
|
||||
data-testid="properties.list.label strings_0"
|
||||
>
|
||||
Link Props:
|
||||
{"0":"P","1":"a","2":"g","3":"e","4":" ","5":"O","6":"n","7":"e","className":"css-1u8qly9"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -125,10 +168,13 @@ exports[`Render properties.list.label strings - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.label strings_1"
|
||||
/>
|
||||
data-testid="properties.list.label strings_1"
|
||||
>
|
||||
Link Props:
|
||||
{"0":"P","1":"a","2":"g","3":"e","4":" ","5":"t","6":"w","7":"o","className":"css-1u8qly9"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -149,11 +195,13 @@ exports[`Render properties.list.pageId - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId_0"
|
||||
pageid="page1"
|
||||
/>
|
||||
data-testid="properties.list.pageId_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page1"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -166,11 +214,13 @@ exports[`Render properties.list.pageId - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId_1"
|
||||
pageid="page2"
|
||||
/>
|
||||
data-testid="properties.list.pageId_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page2"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -191,12 +241,13 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_0"
|
||||
pageid="page1"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com","pageId":"page1"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -209,12 +260,13 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_1"
|
||||
label="label url"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com","label":"label url"}
|
||||
|
||||
label url
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -227,12 +279,13 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_2"
|
||||
label="label pageId"
|
||||
pageid="page2"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_2"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page2","label":"label pageId"}
|
||||
|
||||
label pageId
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -245,12 +298,13 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_3"
|
||||
pageid="page3"
|
||||
url="https://docs.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_3"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://docs.url.com","pageId":"page3"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -263,11 +317,13 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_4"
|
||||
label="label4"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_4"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label4"}
|
||||
|
||||
label4
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -279,14 +335,6 @@ exports[`Render properties.list.pageId label and url - value[0] 1`] = `
|
||||
`;
|
||||
|
||||
exports[`Render properties.list.style - value[0] 1`] = `
|
||||
.emotion-1 {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.emotion-2 {
|
||||
color: red;
|
||||
}
|
||||
|
||||
<div
|
||||
class="ant-breadcrumb emotion-0"
|
||||
id="properties.list.style"
|
||||
@ -296,12 +344,13 @@ exports[`Render properties.list.style - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.style_0"
|
||||
label="Page One"
|
||||
style="color: blue;"
|
||||
/>
|
||||
data-testid="properties.list.style_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1yy2kbx","label":"Page One","style":{"color":"blue"}}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -314,12 +363,13 @@ exports[`Render properties.list.style - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-2"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.style_1"
|
||||
label="Page two"
|
||||
style="color: red;"
|
||||
/>
|
||||
data-testid="properties.list.style_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-evmfe4","label":"Page two","style":{"color":"red"}}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -340,11 +390,13 @@ exports[`Render properties.list.url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.url_0"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.url_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -357,11 +409,13 @@ exports[`Render properties.list.url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.url_1"
|
||||
url="https://docs.url.com"
|
||||
/>
|
||||
data-testid="properties.list.url_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://docs.url.com"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -382,11 +436,13 @@ exports[`Render properties.separator - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.separator_0"
|
||||
label="Page One"
|
||||
/>
|
||||
data-testid="properties.separator_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page One"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -399,11 +455,13 @@ exports[`Render properties.separator - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.separator_1"
|
||||
label="Page two"
|
||||
/>
|
||||
data-testid="properties.separator_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page two"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -428,11 +486,13 @@ exports[`Render properties.style: fontSize: 18 - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.style: fontSize: 18_0"
|
||||
label="Page One"
|
||||
/>
|
||||
data-testid="properties.style: fontSize: 18_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page One"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -445,11 +505,13 @@ exports[`Render properties.style: fontSize: 18 - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.style: fontSize: 18_1"
|
||||
label="Page two"
|
||||
/>
|
||||
data-testid="properties.style: fontSize: 18_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page two"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -477,12 +539,23 @@ exports[`Render required = true properties.list.icon - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineSave"
|
||||
id="properties.list.icon_0"
|
||||
label="label 1"
|
||||
/>
|
||||
data-testid="properties.list.icon_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label 1","icon":"AiOutlineSave"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon_0_icon","title":"AiOutlineSave","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 1
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -495,12 +568,23 @@ exports[`Render required = true properties.list.icon - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineDelete"
|
||||
id="properties.list.icon_1"
|
||||
label="label 2"
|
||||
/>
|
||||
data-testid="properties.list.icon_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label 2","icon":"AiOutlineDelete"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon_1_icon","title":"AiOutlineDelete","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 2
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -512,10 +596,6 @@ exports[`Render required = true properties.list.icon - value[0] 1`] = `
|
||||
`;
|
||||
|
||||
exports[`Render required = true properties.list.icon with onClick - value[0] 1`] = `
|
||||
.emotion-1 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
<div
|
||||
class="ant-breadcrumb emotion-0"
|
||||
id="properties.list.icon with onClick"
|
||||
@ -525,12 +605,23 @@ exports[`Render required = true properties.list.icon with onClick - value[0] 1`]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineSave"
|
||||
id="properties.list.icon with onClick_0"
|
||||
label="label 1"
|
||||
/>
|
||||
data-testid="properties.list.icon with onClick_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-z8opiu","label":"label 1","icon":"AiOutlineSave"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon with onClick_0_icon","title":"AiOutlineSave","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 1
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -543,12 +634,23 @@ exports[`Render required = true properties.list.icon with onClick - value[0] 1`]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
icon="AiOutlineDelete"
|
||||
id="properties.list.icon with onClick_1"
|
||||
label="label 2"
|
||||
/>
|
||||
data-testid="properties.list.icon with onClick_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-z8opiu","label":"label 2","icon":"AiOutlineDelete"}
|
||||
|
||||
<span
|
||||
class="anticon"
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
>
|
||||
{"id":"properties.list.icon with onClick_1_icon","title":"AiOutlineDelete","className":"css-tfe6dx","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
label 2
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -569,10 +671,13 @@ exports[`Render required = true properties.list.label strings - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.label strings_0"
|
||||
/>
|
||||
data-testid="properties.list.label strings_0"
|
||||
>
|
||||
Link Props:
|
||||
{"0":"P","1":"a","2":"g","3":"e","4":" ","5":"O","6":"n","7":"e","className":"css-1u8qly9"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -585,10 +690,13 @@ exports[`Render required = true properties.list.label strings - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.label strings_1"
|
||||
/>
|
||||
data-testid="properties.list.label strings_1"
|
||||
>
|
||||
Link Props:
|
||||
{"0":"P","1":"a","2":"g","3":"e","4":" ","5":"t","6":"w","7":"o","className":"css-1u8qly9"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -609,11 +717,13 @@ exports[`Render required = true properties.list.pageId - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId_0"
|
||||
pageid="page1"
|
||||
/>
|
||||
data-testid="properties.list.pageId_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page1"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -626,11 +736,13 @@ exports[`Render required = true properties.list.pageId - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId_1"
|
||||
pageid="page2"
|
||||
/>
|
||||
data-testid="properties.list.pageId_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page2"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -651,12 +763,13 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_0"
|
||||
pageid="page1"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com","pageId":"page1"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -669,12 +782,13 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_1"
|
||||
label="label url"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com","label":"label url"}
|
||||
|
||||
label url
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -687,12 +801,13 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_2"
|
||||
label="label pageId"
|
||||
pageid="page2"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_2"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","pageId":"page2","label":"label pageId"}
|
||||
|
||||
label pageId
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -705,12 +820,13 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_3"
|
||||
pageid="page3"
|
||||
url="https://docs.url.com"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_3"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://docs.url.com","pageId":"page3"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -723,11 +839,13 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.pageId label and url_4"
|
||||
label="label4"
|
||||
/>
|
||||
data-testid="properties.list.pageId label and url_4"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"label4"}
|
||||
|
||||
label4
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -739,14 +857,6 @@ exports[`Render required = true properties.list.pageId label and url - value[0]
|
||||
`;
|
||||
|
||||
exports[`Render required = true properties.list.style - value[0] 1`] = `
|
||||
.emotion-1 {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.emotion-2 {
|
||||
color: red;
|
||||
}
|
||||
|
||||
<div
|
||||
class="ant-breadcrumb emotion-0"
|
||||
id="properties.list.style"
|
||||
@ -756,12 +866,13 @@ exports[`Render required = true properties.list.style - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.style_0"
|
||||
label="Page One"
|
||||
style="color: blue;"
|
||||
/>
|
||||
data-testid="properties.list.style_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1yy2kbx","label":"Page One","style":{"color":"blue"}}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -774,12 +885,13 @@ exports[`Render required = true properties.list.style - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-2"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.style_1"
|
||||
label="Page two"
|
||||
style="color: red;"
|
||||
/>
|
||||
data-testid="properties.list.style_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-evmfe4","label":"Page two","style":{"color":"red"}}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -800,11 +912,13 @@ exports[`Render required = true properties.list.url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.url_0"
|
||||
url="https://www.url.com"
|
||||
/>
|
||||
data-testid="properties.list.url_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://www.url.com"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -817,11 +931,13 @@ exports[`Render required = true properties.list.url - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.list.url_1"
|
||||
url="https://docs.url.com"
|
||||
/>
|
||||
data-testid="properties.list.url_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","url":"https://docs.url.com"}
|
||||
|
||||
default_title
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -842,11 +958,13 @@ exports[`Render required = true properties.separator - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.separator_0"
|
||||
label="Page One"
|
||||
/>
|
||||
data-testid="properties.separator_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page One"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -859,11 +977,13 @@ exports[`Render required = true properties.separator - value[0] 1`] = `
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.separator_1"
|
||||
label="Page two"
|
||||
/>
|
||||
data-testid="properties.separator_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page two"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -888,11 +1008,13 @@ exports[`Render required = true properties.style: fontSize: 18 - value[0] 1`] =
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.style: fontSize: 18_0"
|
||||
label="Page One"
|
||||
/>
|
||||
data-testid="properties.style: fontSize: 18_0"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page One"}
|
||||
|
||||
Page One
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
@ -905,11 +1027,13 @@ exports[`Render required = true properties.style: fontSize: 18 - value[0] 1`] =
|
||||
class="ant-breadcrumb-link"
|
||||
>
|
||||
<a
|
||||
class="emotion-1"
|
||||
data-testid="link-undefined"
|
||||
id="properties.style: fontSize: 18_1"
|
||||
label="Page two"
|
||||
/>
|
||||
data-testid="properties.style: fontSize: 18_1"
|
||||
>
|
||||
Link Props:
|
||||
{"className":"css-1u8qly9","label":"Page two"}
|
||||
|
||||
Page two
|
||||
</a>
|
||||
</span>
|
||||
<span
|
||||
class="ant-breadcrumb-separator"
|
||||
|
@ -111,11 +111,10 @@ exports[`Render properties.hideTitle: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.hideTitle: true_icon"
|
||||
title="AiOutlineDelete"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.hideTitle: true_icon","title":"AiOutlineDelete","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
`;
|
||||
@ -145,12 +144,10 @@ exports[`Render properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineSave","className":"emotion-1","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
@ -171,11 +168,10 @@ exports[`Render properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineSave","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
@ -436,11 +432,10 @@ exports[`Render required = true properties.hideTitle: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.hideTitle: true_icon"
|
||||
title="AiOutlineDelete"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.hideTitle: true_icon","title":"AiOutlineDelete","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
`;
|
||||
@ -470,12 +465,10 @@ exports[`Render required = true properties.icon object - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
color="red"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon object_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon object_icon","title":"AiOutlineSave","className":"emotion-1","color":"red","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
@ -496,11 +489,10 @@ exports[`Render required = true properties.icon string - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon string_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon string_icon","title":"AiOutlineSave","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
@ -679,11 +671,10 @@ exports[`Render required = true with html in title and icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with html in title and icon_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"with html in title and icon_icon","title":"AiOutlineSave","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
@ -726,11 +717,10 @@ exports[`Render with html in title and icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="with html in title and icon_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"with html in title and icon_icon","title":"AiOutlineSave","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-1"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -560,12 +560,10 @@ exports[`Render properties.expandIcon: AiOutlineArrowRight - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-collapse-arrow"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.expandIcon: AiOutlineArrowRight_expandIcon"
|
||||
rotate="90"
|
||||
title="AiOutlineArrowRight"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.expandIcon: AiOutlineArrowRight_expandIcon","title":"AiOutlineArrowRight","className":"ant-collapse-arrow","rotate":90,"required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -604,12 +602,10 @@ exports[`Render properties.expandIcon: AiOutlineArrowRight - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-collapse-arrow"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.expandIcon: AiOutlineArrowRight_expandIcon"
|
||||
rotate="0"
|
||||
title="AiOutlineArrowRight"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.expandIcon: AiOutlineArrowRight_expandIcon","title":"AiOutlineArrowRight","className":"ant-collapse-arrow","rotate":0,"required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -1838,12 +1834,10 @@ exports[`Render required = true properties.expandIcon: AiOutlineArrowRight - val
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-collapse-arrow"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.expandIcon: AiOutlineArrowRight_expandIcon"
|
||||
rotate="90"
|
||||
title="AiOutlineArrowRight"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.expandIcon: AiOutlineArrowRight_expandIcon","title":"AiOutlineArrowRight","className":"ant-collapse-arrow","rotate":90,"required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -1882,12 +1876,10 @@ exports[`Render required = true properties.expandIcon: AiOutlineArrowRight - val
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="ant-collapse-arrow"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.expandIcon: AiOutlineArrowRight_expandIcon"
|
||||
rotate="0"
|
||||
title="AiOutlineArrowRight"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.expandIcon: AiOutlineArrowRight_expandIcon","title":"AiOutlineArrowRight","className":"ant-collapse-arrow","rotate":0,"required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
|
@ -329,7 +329,7 @@ Array [
|
||||
>
|
||||
content
|
||||
</div>,
|
||||
"icon": <IconComp1
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.icon: AndroidFilled_icon"
|
||||
components={Object {}}
|
||||
@ -345,7 +345,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AndroidFilled"
|
||||
properties="AiFillAndroid"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -1422,7 +1422,7 @@ Array [
|
||||
>
|
||||
content
|
||||
</div>,
|
||||
"icon": <IconComp1
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.icon: AndroidFilled_icon"
|
||||
components={Object {}}
|
||||
@ -1438,7 +1438,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AndroidFilled"
|
||||
properties="AiFillAndroid"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -2515,7 +2515,7 @@ Array [
|
||||
>
|
||||
content
|
||||
</div>,
|
||||
"icon": <IconComp1
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.icon: AndroidFilled_icon"
|
||||
components={Object {}}
|
||||
@ -2531,7 +2531,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AndroidFilled"
|
||||
properties="AiFillAndroid"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -3616,7 +3616,7 @@ Array [
|
||||
>
|
||||
content
|
||||
</div>,
|
||||
"icon": <IconComp1
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.icon: AndroidFilled_icon"
|
||||
components={Object {}}
|
||||
@ -3632,7 +3632,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AndroidFilled"
|
||||
properties="AiFillAndroid"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -4701,7 +4701,7 @@ Array [
|
||||
>
|
||||
content
|
||||
</div>,
|
||||
"icon": <IconComp1
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.icon: AndroidFilled_icon"
|
||||
components={Object {}}
|
||||
@ -4717,7 +4717,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AndroidFilled"
|
||||
properties="AiFillAndroid"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
|
@ -52,11 +52,10 @@ exports[`Render default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -121,11 +120,10 @@ exports[`Render properties.addItemButton: title: Add new Item - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -177,11 +175,10 @@ exports[`Render properties.addToFront: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -280,11 +277,10 @@ exports[`Render properties.noDataTitle: No title display - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -349,11 +345,10 @@ exports[`Render properties.removeItemIcon: AiOutlineDelete - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -418,11 +413,10 @@ exports[`Render properties.removeItemIcon: name: AiOutlineDelete - value[0] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -487,11 +481,10 @@ exports[`Render properties.size: large - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -556,11 +549,10 @@ exports[`Render properties.size: small - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -640,11 +632,10 @@ exports[`Render properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
@ -709,11 +700,10 @@ exports[`Render required = true default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -778,11 +768,10 @@ exports[`Render required = true properties.addItemButton: title: Add new Item -
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -834,11 +823,10 @@ exports[`Render required = true properties.addToFront: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -937,11 +925,10 @@ exports[`Render required = true properties.noDataTitle: No title display - value
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1006,11 +993,10 @@ exports[`Render required = true properties.removeItemIcon: AiOutlineDelete - val
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1075,11 +1061,10 @@ exports[`Render required = true properties.removeItemIcon: name: AiOutlineDelete
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1144,11 +1129,10 @@ exports[`Render required = true properties.size: large - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1213,11 +1197,10 @@ exports[`Render required = true properties.size: small - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1297,11 +1280,10 @@ exports[`Render required = true properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
@ -1366,11 +1348,10 @@ exports[`Render validation.status = error default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1435,11 +1416,10 @@ exports[`Render validation.status = error properties.addItemButton: title: Add n
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1491,11 +1471,10 @@ exports[`Render validation.status = error properties.addToFront: true - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1594,11 +1573,10 @@ exports[`Render validation.status = error properties.noDataTitle: No title displ
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1663,11 +1641,10 @@ exports[`Render validation.status = error properties.removeItemIcon: AiOutlineDe
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1732,11 +1709,10 @@ exports[`Render validation.status = error properties.removeItemIcon: name: AiOut
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1801,11 +1777,10 @@ exports[`Render validation.status = error properties.size: large - value[0] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1870,11 +1845,10 @@ exports[`Render validation.status = error properties.size: small - value[0] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -1954,11 +1928,10 @@ exports[`Render validation.status = error properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
@ -2023,11 +1996,10 @@ exports[`Render validation.status = null default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2092,11 +2064,10 @@ exports[`Render validation.status = null properties.addItemButton: title: Add ne
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2148,11 +2119,10 @@ exports[`Render validation.status = null properties.addToFront: true - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2251,11 +2221,10 @@ exports[`Render validation.status = null properties.noDataTitle: No title displa
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2320,11 +2289,10 @@ exports[`Render validation.status = null properties.removeItemIcon: AiOutlineDel
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2389,11 +2357,10 @@ exports[`Render validation.status = null properties.removeItemIcon: name: AiOutl
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2458,11 +2425,10 @@ exports[`Render validation.status = null properties.size: large - value[0] 1`] =
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2527,11 +2493,10 @@ exports[`Render validation.status = null properties.size: small - value[0] 1`] =
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2611,11 +2576,10 @@ exports[`Render validation.status = null properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
@ -2680,11 +2644,10 @@ exports[`Render validation.status = success default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2749,11 +2712,10 @@ exports[`Render validation.status = success properties.addItemButton: title: Add
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2805,11 +2767,10 @@ exports[`Render validation.status = success properties.addToFront: true - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2908,11 +2869,10 @@ exports[`Render validation.status = success properties.noDataTitle: No title dis
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -2977,11 +2937,10 @@ exports[`Render validation.status = success properties.removeItemIcon: AiOutline
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3046,11 +3005,10 @@ exports[`Render validation.status = success properties.removeItemIcon: name: AiO
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3115,11 +3073,10 @@ exports[`Render validation.status = success properties.size: large - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3184,11 +3141,10 @@ exports[`Render validation.status = success properties.size: small - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3268,11 +3224,10 @@ exports[`Render validation.status = success properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
@ -3337,11 +3292,10 @@ exports[`Render validation.status = warning default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"default_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3406,11 +3360,10 @@ exports[`Render validation.status = warning properties.addItemButton: title: Add
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addItemButton: title: Add new Item_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addItemButton: title: Add new Item_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3462,11 +3415,10 @@ exports[`Render validation.status = warning properties.addToFront: true - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.addToFront: true_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.addToFront: true_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3565,11 +3517,10 @@ exports[`Render validation.status = warning properties.noDataTitle: No title dis
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.noDataTitle: No title display_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.noDataTitle: No title display_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3634,11 +3585,10 @@ exports[`Render validation.status = warning properties.removeItemIcon: AiOutline
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3703,11 +3653,10 @@ exports[`Render validation.status = warning properties.removeItemIcon: name: AiO
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.removeItemIcon: name: AiOutlineDelete_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.removeItemIcon: name: AiOutlineDelete_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3772,11 +3721,10 @@ exports[`Render validation.status = warning properties.size: large - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: large_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: large_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3841,11 +3789,10 @@ exports[`Render validation.status = warning properties.size: small - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-2"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.size: small_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.size: small_add_button_icon","title":"AiOutlinePlus","className":"emotion-2","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-2"
|
||||
@ -3925,11 +3872,10 @@ exports[`Render validation.status = warning properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-3"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_add_button_icon"
|
||||
title="AiOutlinePlus"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_add_button_icon","title":"AiOutlinePlus","className":"emotion-3","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
<span
|
||||
class="emotion-3"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -150,7 +150,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -159,7 +159,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -527,7 +527,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -788,7 +788,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -1026,7 +1026,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -1271,7 +1271,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "pageId_page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
},
|
||||
@ -1491,7 +1491,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -1711,7 +1711,7 @@ Array [
|
||||
Object {
|
||||
"id": "menu_item_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
"url": "http://page.com",
|
||||
@ -2259,7 +2259,7 @@ Array [
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"danger": true,
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -2473,7 +2473,7 @@ Array [
|
||||
"id": "Menu_item_one",
|
||||
"pageId": "page_1",
|
||||
"properties": Object {
|
||||
"icon": "RocketFilled",
|
||||
"icon": "AiFillRocket",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
},
|
||||
@ -2481,7 +2481,7 @@ Array [
|
||||
"id": "Menu Item two",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
},
|
||||
@ -3371,7 +3371,7 @@ Array [
|
||||
"id": "Menu_item_one",
|
||||
"pageId": "page_1",
|
||||
"properties": Object {
|
||||
"icon": "RocketFilled",
|
||||
"icon": "AiFillRocket",
|
||||
"title": "Title Menu Item 1",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -3380,7 +3380,7 @@ Array [
|
||||
"id": "Menu Item two",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -3636,7 +3636,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -3645,7 +3645,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -3908,7 +3908,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -3917,7 +3917,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4179,7 +4179,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4188,7 +4188,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4449,7 +4449,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4458,7 +4458,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4721,7 +4721,7 @@ Array [
|
||||
"id": "menu_item_2",
|
||||
"pageId": "page_2",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 2",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
@ -4730,7 +4730,7 @@ Array [
|
||||
"id": "menu_item_3",
|
||||
"pageId": "page_3",
|
||||
"properties": Object {
|
||||
"icon": "VideoCameraFilled",
|
||||
"icon": "AiFillVideoCamera",
|
||||
"title": "Title Menu Item 3",
|
||||
},
|
||||
"type": "MenuLink",
|
||||
|
@ -14,11 +14,10 @@ exports[`Render backgroundColor: #016e1e - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -38,11 +37,10 @@ exports[`Render default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"default_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -62,11 +60,10 @@ exports[`Render menus: default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: default_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: default_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -86,11 +83,10 @@ exports[`Render menus: links[0] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: links[0]_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: links[0]_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -110,11 +106,10 @@ exports[`Render menus: properties.menuId: menu_one - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: properties.menuId: menu_one_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: properties.menuId: menu_one_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -134,11 +129,10 @@ exports[`Render menusTitle pageId - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle pageId_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle pageId_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -158,11 +152,10 @@ exports[`Render menusTitle properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle properties.title_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle properties.title_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -182,11 +175,10 @@ exports[`Render menusTitle url - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle url_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle url_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -206,11 +198,10 @@ exports[`Render properties.MenuGroup with MenuLInks - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.MenuGroup with MenuLInks_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.MenuGroup with MenuLInks_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -230,11 +221,10 @@ exports[`Render properties.danger: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.danger: true_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.danger: true_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -254,11 +244,10 @@ exports[`Render properties.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -278,11 +267,10 @@ exports[`Render properties.links - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.links_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.links_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -302,11 +290,10 @@ exports[`Render properties.subMenuCloseDelay: 3 - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.subMenuCloseDelay: 3_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.subMenuCloseDelay: 3_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -326,11 +313,10 @@ exports[`Render properties.subMenuOpenDelay: 3 - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.subMenuOpenDelay: 3_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.subMenuOpenDelay: 3_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -350,11 +336,10 @@ exports[`Render properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -374,11 +359,10 @@ exports[`Render required = true backgroundColor: #016e1e - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -398,11 +382,10 @@ exports[`Render required = true default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="default_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"default_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -422,11 +405,10 @@ exports[`Render required = true menus: default - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: default_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: default_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -446,11 +428,10 @@ exports[`Render required = true menus: links[0] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: links[0]_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: links[0]_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -470,11 +451,10 @@ exports[`Render required = true menus: properties.menuId: menu_one - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menus: properties.menuId: menu_one_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menus: properties.menuId: menu_one_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -494,11 +474,10 @@ exports[`Render required = true menusTitle pageId - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle pageId_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle pageId_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -518,11 +497,10 @@ exports[`Render required = true menusTitle properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle properties.title_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle properties.title_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -542,11 +520,10 @@ exports[`Render required = true menusTitle url - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="menusTitle url_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"menusTitle url_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -566,11 +543,10 @@ exports[`Render required = true properties.MenuGroup with MenuLInks - value[0] 1
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.MenuGroup with MenuLInks_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.MenuGroup with MenuLInks_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -590,11 +566,10 @@ exports[`Render required = true properties.danger: true - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.danger: true_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.danger: true_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -614,11 +589,10 @@ exports[`Render required = true properties.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.icon_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.icon_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -638,11 +612,10 @@ exports[`Render required = true properties.links - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.links_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.links_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -662,11 +635,10 @@ exports[`Render required = true properties.subMenuCloseDelay: 3 - value[0] 1`] =
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.subMenuCloseDelay: 3_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.subMenuCloseDelay: 3_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -686,11 +658,10 @@ exports[`Render required = true properties.subMenuOpenDelay: 3 - value[0] 1`] =
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.subMenuOpenDelay: 3_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.subMenuOpenDelay: 3_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -710,11 +681,10 @@ exports[`Render required = true properties.title - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.title_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.title_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -734,11 +704,10 @@ exports[`Render required = true selectedColor: #f16e1e - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="selectedColor: #f16e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"selectedColor: #f16e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -758,11 +727,10 @@ exports[`Render required = true selectedColor: #f16e1e, backgroundColor: #016e1e
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -782,11 +750,10 @@ exports[`Render required = true theme: light - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -806,11 +773,10 @@ exports[`Render required = true theme: light, selectedColor: #6C2ACB - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light, selectedColor: #6C2ACB_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light, selectedColor: #6C2ACB_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -830,11 +796,10 @@ exports[`Render required = true theme: light, selectedColor: #f16e1e, background
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light, selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light, selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -854,11 +819,10 @@ exports[`Render selectedColor: #f16e1e - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="selectedColor: #f16e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"selectedColor: #f16e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -878,11 +842,10 @@ exports[`Render selectedColor: #f16e1e, backgroundColor: #016e1e - value[0] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -902,11 +865,10 @@ exports[`Render theme: light - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -926,11 +888,10 @@ exports[`Render theme: light, selectedColor: #6C2ACB - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light, selectedColor: #6C2ACB_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light, selectedColor: #6C2ACB_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -950,11 +911,10 @@ exports[`Render theme: light, selectedColor: #f16e1e, backgroundColor: #016e1e -
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="theme: light, selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon"
|
||||
title="AiOutlineMenuFold"
|
||||
/>
|
||||
>
|
||||
{"id":"theme: light, selectedColor: #f16e1e, backgroundColor: #016e1e_button_icon","title":"AiOutlineMenuFold","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -76,11 +76,10 @@ exports[`Render properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -109,11 +108,10 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -511,11 +509,10 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -544,11 +541,10 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -68,9 +68,9 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`Mock render - properties. icon: ApiFilled - value[0] - Result 1`] = `mocked`;
|
||||
exports[`Mock render - properties. icon: AiFillApi - value[0] - Result 1`] = `mocked`;
|
||||
|
||||
exports[`Mock render - properties. icon: ApiFilled - value[0] - Result 2`] = `
|
||||
exports[`Mock render - properties. icon: AiFillApi - value[0] - Result 2`] = `
|
||||
Array [
|
||||
Array [
|
||||
Object {
|
||||
@ -88,7 +88,7 @@ Array [
|
||||
"extra": undefined,
|
||||
"icon": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties. icon: ApiFilled_icon"
|
||||
blockId="properties. icon: AiFillApi_icon"
|
||||
components={Object {}}
|
||||
content={Object {}}
|
||||
events={Object {}}
|
||||
@ -102,7 +102,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="ApiFilled"
|
||||
properties="AiFillApi"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -113,7 +113,7 @@ Array [
|
||||
}
|
||||
}
|
||||
/>,
|
||||
"id": "properties. icon: ApiFilled",
|
||||
"id": "properties. icon: AiFillApi",
|
||||
"status": undefined,
|
||||
"subTitle": undefined,
|
||||
"title": undefined,
|
||||
|
@ -96,7 +96,7 @@ exports[`Render default - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render properties. icon: ApiFilled - value[0] 1`] = `
|
||||
exports[`Render properties. icon: AiFillApi - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -108,11 +108,10 @@ exports[`Render properties. icon: ApiFilled - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties. icon: ApiFilled_icon"
|
||||
title="ApiFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties. icon: AiFillApi_icon","title":"AiFillApi","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
@ -1495,7 +1494,7 @@ exports[`Render required = true default - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render required = true properties. icon: ApiFilled - value[0] 1`] = `
|
||||
exports[`Render required = true properties. icon: AiFillApi - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -1507,11 +1506,10 @@ exports[`Render required = true properties. icon: ApiFilled - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties. icon: ApiFilled_icon"
|
||||
title="ApiFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties. icon: AiFillApi_icon","title":"AiFillApi","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
@ -3024,9 +3022,9 @@ exports[`Test Schema default 1`] = `true`;
|
||||
|
||||
exports[`Test Schema default 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties. icon: ApiFilled 1`] = `true`;
|
||||
exports[`Test Schema properties. icon: AiFillApi 1`] = `true`;
|
||||
|
||||
exports[`Test Schema properties. icon: ApiFilled 2`] = `null`;
|
||||
exports[`Test Schema properties. icon: AiFillApi 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties. status: 403 1`] = `true`;
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -168,21 +168,21 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`Mock render - properties.prefixIcon: AccountBookFilled - value[0] - Statistic 1`] = `mocked`;
|
||||
exports[`Mock render - properties.prefixIcon: AiFillAccountBook - value[0] - Statistic 1`] = `mocked`;
|
||||
|
||||
exports[`Mock render - properties.prefixIcon: AccountBookFilled - value[0] - Statistic 2`] = `
|
||||
exports[`Mock render - properties.prefixIcon: AiFillAccountBook - value[0] - Statistic 2`] = `
|
||||
Array [
|
||||
Array [
|
||||
Object {
|
||||
"className": "{}",
|
||||
"decimalSeparator": undefined,
|
||||
"groupSeparator": undefined,
|
||||
"id": "properties.prefixIcon: AccountBookFilled",
|
||||
"id": "properties.prefixIcon: AiFillAccountBook",
|
||||
"loading": undefined,
|
||||
"precision": undefined,
|
||||
"prefix": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.prefixIcon: AccountBookFilled_prefixIcon"
|
||||
blockId="properties.prefixIcon: AiFillAccountBook_prefixIcon"
|
||||
components={Object {}}
|
||||
content={Object {}}
|
||||
events={Object {}}
|
||||
@ -196,7 +196,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AccountBookFilled"
|
||||
properties="AiFillAccountBook"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -240,22 +240,22 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`Mock render - properties.suffixIcon: AccountBookFilled - value[0] - Statistic 1`] = `mocked`;
|
||||
exports[`Mock render - properties.suffixIcon: AiFillAccountBook - value[0] - Statistic 1`] = `mocked`;
|
||||
|
||||
exports[`Mock render - properties.suffixIcon: AccountBookFilled - value[0] - Statistic 2`] = `
|
||||
exports[`Mock render - properties.suffixIcon: AiFillAccountBook - value[0] - Statistic 2`] = `
|
||||
Array [
|
||||
Array [
|
||||
Object {
|
||||
"className": "{}",
|
||||
"decimalSeparator": undefined,
|
||||
"groupSeparator": undefined,
|
||||
"id": "properties.suffixIcon: AccountBookFilled",
|
||||
"id": "properties.suffixIcon: AiFillAccountBook",
|
||||
"loading": undefined,
|
||||
"precision": undefined,
|
||||
"prefix": "",
|
||||
"suffix": <AntIcon
|
||||
basePath=""
|
||||
blockId="properties.suffixIcon: AccountBookFilled_suffixIcon"
|
||||
blockId="properties.suffixIcon: AiFillAccountBook_suffixIcon"
|
||||
components={Object {}}
|
||||
content={Object {}}
|
||||
events={Object {}}
|
||||
@ -269,7 +269,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="AccountBookFilled"
|
||||
properties="AiFillAccountBook"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
|
@ -167,7 +167,7 @@ exports[`Render properties.prefix: R - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
exports[`Render properties.prefixIcon: AiFillAccountBook - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-statistic emotion-0"
|
||||
>
|
||||
@ -182,11 +182,10 @@ exports[`Render properties.prefixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.prefixIcon: AccountBookFilled_prefixIcon"
|
||||
title="AccountBookFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.prefixIcon: AiFillAccountBook_prefixIcon","title":"AiFillAccountBook","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
@ -241,7 +240,7 @@ exports[`Render properties.suffix: Rand - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render properties.suffixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
exports[`Render properties.suffixIcon: AiFillAccountBook - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-statistic emotion-0"
|
||||
>
|
||||
@ -272,11 +271,10 @@ exports[`Render properties.suffixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.suffixIcon: AccountBookFilled_suffixIcon"
|
||||
title="AccountBookFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.suffixIcon: AiFillAccountBook_suffixIcon","title":"AiFillAccountBook","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
@ -580,7 +578,7 @@ exports[`Render required = true properties.prefix: R - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render required = true properties.prefixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
exports[`Render required = true properties.prefixIcon: AiFillAccountBook - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-statistic emotion-0"
|
||||
>
|
||||
@ -595,11 +593,10 @@ exports[`Render required = true properties.prefixIcon: AccountBookFilled - value
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.prefixIcon: AccountBookFilled_prefixIcon"
|
||||
title="AccountBookFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.prefixIcon: AiFillAccountBook_prefixIcon","title":"AiFillAccountBook","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
@ -654,7 +651,7 @@ exports[`Render required = true properties.suffix: Rand - value[0] 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Render required = true properties.suffixIcon: AccountBookFilled - value[0] 1`] = `
|
||||
exports[`Render required = true properties.suffixIcon: AiFillAccountBook - value[0] 1`] = `
|
||||
<div
|
||||
class="ant-statistic emotion-0"
|
||||
>
|
||||
@ -685,11 +682,10 @@ exports[`Render required = true properties.suffixIcon: AccountBookFilled - value
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.suffixIcon: AccountBookFilled_suffixIcon"
|
||||
title="AccountBookFilled"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.suffixIcon: AiFillAccountBook_suffixIcon","title":"AiFillAccountBook","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
@ -850,17 +846,17 @@ exports[`Test Schema properties.prefix: R 1`] = `true`;
|
||||
|
||||
exports[`Test Schema properties.prefix: R 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties.prefixIcon: AccountBookFilled 1`] = `true`;
|
||||
exports[`Test Schema properties.prefixIcon: AiFillAccountBook 1`] = `true`;
|
||||
|
||||
exports[`Test Schema properties.prefixIcon: AccountBookFilled 2`] = `null`;
|
||||
exports[`Test Schema properties.prefixIcon: AiFillAccountBook 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties.suffix: Rand 1`] = `true`;
|
||||
|
||||
exports[`Test Schema properties.suffix: Rand 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties.suffixIcon: AccountBookFilled 1`] = `true`;
|
||||
exports[`Test Schema properties.suffixIcon: AiFillAccountBook 1`] = `true`;
|
||||
|
||||
exports[`Test Schema properties.suffixIcon: AccountBookFilled 2`] = `null`;
|
||||
exports[`Test Schema properties.suffixIcon: AiFillAccountBook 2`] = `null`;
|
||||
|
||||
exports[`Test Schema properties.title 1`] = `true`;
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1826,11 +1826,10 @@ exports[`Render properties.tabs.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.tabs.icon_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.tabs.icon_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
Title One
|
||||
</span>
|
||||
@ -1873,11 +1872,10 @@ exports[`Render properties.tabs.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.tabs.icon_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.tabs.icon_icon","title":"AiOutlineSave","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
Title Three
|
||||
</span>
|
||||
@ -4104,11 +4102,10 @@ exports[`Render required = true properties.tabs.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.tabs.icon_icon"
|
||||
title="AiOutlineWarning"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.tabs.icon_icon","title":"AiOutlineWarning","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
Title One
|
||||
</span>
|
||||
@ -4151,11 +4148,10 @@ exports[`Render required = true properties.tabs.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-0"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.tabs.icon_icon"
|
||||
title="AiOutlineSave"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.tabs.icon_icon","title":"AiOutlineSave","className":"emotion-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
Title Three
|
||||
</span>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -230,7 +230,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="WarningOutlined"
|
||||
properties="AiOutlineWarning"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -312,7 +312,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="WarningOutlined"
|
||||
properties="AiOutlineWarning"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
|
@ -80,11 +80,10 @@ exports[`Render properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -112,11 +111,10 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -556,11 +554,10 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -588,11 +585,10 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"emotion-1","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
|
@ -113,7 +113,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="WarningOutlined"
|
||||
properties="AiOutlineWarning"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -174,7 +174,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="WarningOutlined"
|
||||
properties="AiOutlineWarning"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
@ -425,7 +425,7 @@ Array [
|
||||
"triggerEvent": [Function],
|
||||
}
|
||||
}
|
||||
properties="PlusOutlined"
|
||||
properties="AiOutlinePlus"
|
||||
required={false}
|
||||
user={Object {}}
|
||||
validation={
|
||||
|
@ -273,11 +273,10 @@ exports[`Render properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -328,11 +327,10 @@ exports[`Render properties.copyable: icon - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -383,11 +381,10 @@ exports[`Render properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -438,11 +435,10 @@ exports[`Render properties.copyable: icon: [] - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -992,11 +988,10 @@ exports[`Render properties.editable.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -1020,11 +1015,10 @@ exports[`Render properties.editable.icon - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -2559,11 +2553,10 @@ exports[`Render required = true properties.copyable: icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -2614,11 +2607,10 @@ exports[`Render required = true properties.copyable: icon - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -2669,11 +2661,10 @@ exports[`Render required = true properties.copyable: icon: [] - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -2724,11 +2715,10 @@ exports[`Render required = true properties.copyable: icon: [] - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -3278,11 +3268,10 @@ exports[`Render required = true properties.editable.icon - value[0] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -3306,11 +3295,10 @@ exports[`Render required = true properties.editable.icon - value[1] 1`] = `
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -4845,11 +4833,10 @@ exports[`Render validation.status = error properties.copyable: icon - value[0] 1
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -4900,11 +4887,10 @@ exports[`Render validation.status = error properties.copyable: icon - value[1] 1
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -4955,11 +4941,10 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -5010,11 +4995,10 @@ exports[`Render validation.status = error properties.copyable: icon: [] - value[
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -5564,11 +5548,10 @@ exports[`Render validation.status = error properties.editable.icon - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -5592,11 +5575,10 @@ exports[`Render validation.status = error properties.editable.icon - value[1] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7131,11 +7113,10 @@ exports[`Render validation.status = null properties.copyable: icon - value[0] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7186,11 +7167,10 @@ exports[`Render validation.status = null properties.copyable: icon - value[1] 1`
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7241,11 +7221,10 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[0
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7296,11 +7275,10 @@ exports[`Render validation.status = null properties.copyable: icon: [] - value[1
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7850,11 +7828,10 @@ exports[`Render validation.status = null properties.editable.icon - value[0] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -7878,11 +7855,10 @@ exports[`Render validation.status = null properties.editable.icon - value[1] 1`]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -9417,11 +9393,10 @@ exports[`Render validation.status = success properties.copyable: icon - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -9472,11 +9447,10 @@ exports[`Render validation.status = success properties.copyable: icon - value[1]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -9527,11 +9501,10 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -9582,11 +9555,10 @@ exports[`Render validation.status = success properties.copyable: icon: [] - valu
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -10136,11 +10108,10 @@ exports[`Render validation.status = success properties.editable.icon - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -10164,11 +10135,10 @@ exports[`Render validation.status = success properties.editable.icon - value[1]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -11703,11 +11673,10 @@ exports[`Render validation.status = warning properties.copyable: icon - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -11758,11 +11727,10 @@ exports[`Render validation.status = warning properties.copyable: icon - value[1]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon_copyable_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon_copyable_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -11813,11 +11781,10 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -11868,11 +11835,10 @@ exports[`Render validation.status = warning properties.copyable: icon: [] - valu
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.copyable: icon: []_copyable_before_icon"
|
||||
title="WarningOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.copyable: icon: []_copyable_before_icon","title":"AiOutlineWarning","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -12422,11 +12388,10 @@ exports[`Render validation.status = warning properties.editable.icon - value[0]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
@ -12450,11 +12415,10 @@ exports[`Render validation.status = warning properties.editable.icon - value[1]
|
||||
role="img"
|
||||
>
|
||||
<svg
|
||||
class="emotion-1"
|
||||
data-testid="AiOutlineExclamationCircle"
|
||||
id="properties.editable.icon_editable_icon"
|
||||
title="PlusOutlined"
|
||||
/>
|
||||
>
|
||||
{"id":"properties.editable.icon_editable_icon","title":"AiOutlinePlus","className":"css-0","required":false}
|
||||
</svg>
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user