@zohodesk/components 1.6.20 → 1.6.22-exp-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/es/AppContainer/AppContainer.module.css +9 -3
- package/es/AppContainer/__tests__/__snapshots__/AppContainer.spec.js.snap +22 -22
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +42 -42
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +73 -97
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +3 -3
- package/es/Button/css/cssJSLogic.js +6 -6
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +8 -8
- package/es/Card/__tests__/__snapshots__/Card.spec.js.snap +17 -17
- package/es/Card/__tests__/__snapshots__/CardContent.spec.js.snap +12 -12
- package/es/Card/__tests__/__snapshots__/CardHeader.spec.js.snap +4 -4
- package/es/CheckBox/CheckBox.js +2 -2
- package/es/CheckBox/__tests__/__snapshots__/CheckBox.spec.js.snap +153 -250
- package/es/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +67 -76
- package/es/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +45 -45
- package/es/ColorSelect/_shared/ColorIndicator/__tests__/__snapshots__/ColorIndicator.spec.js.snap +9 -9
- package/es/ColorSelect/_shared/ColoredTag/__tests__/__snapshots__/ColoredTag.spec.js.snap +5 -5
- package/es/DateTime/CalendarView.js +2 -2
- package/es/DateTime/DateWidget.js +2 -2
- package/es/DateTime/__tests__/__snapshots__/CalendarView.spec.js.snap +49 -49
- package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +102 -102
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +9 -9
- package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +9 -9
- package/es/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/Time.spec.js.snap +34 -34
- package/es/DropBox/DropBoxElement/css/cssJSLogic.js +6 -6
- package/es/DropDown/DropDownItem.js +1 -1
- package/es/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +2 -2
- package/es/DropDown/__tests__/__snapshots__/DropDownHeading.spec.js.snap +1 -1
- package/es/DropDown/__tests__/__snapshots__/DropDownItem.spec.js.snap +1 -1
- package/es/DropDown/__tests__/__snapshots__/DropDownSearch.spec.js.snap +2 -2
- package/es/DropDown/__tests__/__snapshots__/DropDownSeparator.spec.js.snap +1 -1
- package/es/Heading/__tests__/__snapshots__/Heading.spec.js.snap +7 -7
- package/es/Label/Label.js +1 -1
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +24 -48
- package/es/Layout/Box.js +1 -115
- package/es/Layout/Container.js +1 -132
- package/es/Layout/props/defaultProps.js +1 -16
- package/es/Layout/props/propTypes.js +1 -46
- package/es/ListItem/__tests__/__snapshots__/ListContainer.spec.js.snap +2 -2
- package/es/ListItem/__tests__/__snapshots__/ListItem.spec.js.snap +16 -16
- package/es/ListItem/__tests__/__snapshots__/ListItemWithAvatar.spec.js.snap +41 -41
- package/es/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +69 -76
- package/es/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +41 -41
- package/es/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +62 -69
- package/es/MultiSelect/MobileHeader/__tests__/__snapshots__/MobileHeader.spec.js.snap +4 -4
- package/es/MultiSelect/MultiSelect.js +1 -1
- package/es/MultiSelect/__tests__/__snapshots__/AdvancedGroupMultiSelect.spec.js.snap +9 -10
- package/es/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +59 -62
- package/es/MultiSelect/__tests__/__snapshots__/EmptyState.spec.js.snap +1 -1
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +50 -59
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +7 -7
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectWithAvatar.spec.js.snap +11 -12
- package/es/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +7 -7
- package/es/MultiSelect/__tests__/__snapshots__/Suggestions.spec.js.snap +47 -47
- package/es/Radio/Radio.js +1 -1
- package/es/Radio/__tests__/__snapshots__/Radio.spec.js.snap +117 -197
- package/es/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -1
- package/es/Ribbon/Ribbon.js +3 -16
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +21 -24
- package/es/Select/SelectWithAvatar.js +1 -1
- package/es/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +9 -9
- package/es/Select/__tests__/__snapshots__/Select.spec.js.snap +1015 -1015
- package/es/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +4 -4
- package/es/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +12 -12
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +12 -12
- package/es/Switch/Switch.js +1 -1
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +98 -110
- package/es/Tab/__tests__/__snapshots__/Tab.spec.js.snap +2 -2
- package/es/Tab/__tests__/__snapshots__/TabContent.spec.js.snap +1 -1
- package/es/Tab/__tests__/__snapshots__/TabContentWrapper.spec.js.snap +1 -1
- package/es/Tab/__tests__/__snapshots__/TabLayout.spec.js.snap +40 -40
- package/es/Tab/__tests__/__snapshots__/TabWrapper.spec.js.snap +1 -1
- package/es/Tab/__tests__/__snapshots__/Tabs.spec.js.snap +4 -4
- package/es/Tag/Tag.js +1 -2
- package/es/Tag/__tests__/__snapshots__/Tag.spec.js.snap +242 -334
- package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +44 -44
- package/es/TextBoxIcon/TextBoxIcon.js +1 -1
- package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +206 -206
- package/es/Textarea/Textarea.js +1 -1
- package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +46 -46
- package/es/Tooltip/Tooltip.js +1 -1
- package/es/Typography/__tests__/__snapshots__/Typography.spec.js.snap +3 -3
- package/es/Typography/css/cssJSLogic.js +2 -2
- package/es/common/basic.module.css +9 -8
- package/es/css.js +0 -1
- package/es/deprecated/Switch/Switch.js +1 -1
- package/es/semantic/Button/__tests__/__snapshots__/Button.spec.js.snap +1 -1
- package/es/shared/ArrowIcon/__tests__/__snapshots__/ArrowIcon.spec.js.snap +20 -20
- package/es/shared/InputFieldLine/__tests__/__snapshots__/InputFieldLine.spec.js.snap +19 -19
- package/es/v1/Button/__tests__/__snapshots__/Button.spec.js.snap +8 -8
- package/es/v1/shared/Loader/__tests__/__snapshots__/Loader.spec.js.snap +1 -1
- package/es/v1/shared/SuccessTick/__tests__/__snapshots__/SuccessTick.spec.js.snap +1 -1
- package/lib/AppContainer/AppContainer.module.css +9 -3
- package/lib/AppContainer/__tests__/__snapshots__/AppContainer.spec.js.snap +22 -22
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +42 -42
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +73 -97
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +3 -3
- package/lib/Button/css/cssJSLogic.js +3 -3
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +8 -8
- package/lib/Card/__tests__/__snapshots__/Card.spec.js.snap +17 -17
- package/lib/Card/__tests__/__snapshots__/CardContent.spec.js.snap +12 -12
- package/lib/Card/__tests__/__snapshots__/CardHeader.spec.js.snap +4 -4
- package/lib/CheckBox/CheckBox.js +2 -2
- package/lib/CheckBox/__tests__/__snapshots__/CheckBox.spec.js.snap +153 -250
- package/lib/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +67 -76
- package/lib/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +45 -45
- package/lib/ColorSelect/_shared/ColorIndicator/__tests__/__snapshots__/ColorIndicator.spec.js.snap +9 -9
- package/lib/ColorSelect/_shared/ColoredTag/__tests__/__snapshots__/ColoredTag.spec.js.snap +5 -5
- package/lib/DateTime/CalendarView.js +2 -2
- package/lib/DateTime/DateWidget.js +2 -2
- package/lib/DateTime/__tests__/__snapshots__/CalendarView.spec.js.snap +49 -49
- package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +102 -102
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +9 -9
- package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +9 -9
- package/lib/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/Time.spec.js.snap +34 -34
- package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +2 -2
- package/lib/DropDown/DropDownItem.js +1 -1
- package/lib/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +2 -2
- package/lib/DropDown/__tests__/__snapshots__/DropDownHeading.spec.js.snap +1 -1
- package/lib/DropDown/__tests__/__snapshots__/DropDownItem.spec.js.snap +1 -1
- package/lib/DropDown/__tests__/__snapshots__/DropDownSearch.spec.js.snap +2 -2
- package/lib/DropDown/__tests__/__snapshots__/DropDownSeparator.spec.js.snap +1 -1
- package/lib/Heading/__tests__/__snapshots__/Heading.spec.js.snap +7 -7
- package/lib/Label/Label.js +1 -1
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +24 -48
- package/lib/Layout/Box.js +7 -120
- package/lib/Layout/Container.js +7 -137
- package/lib/Layout/props/defaultProps.js +14 -19
- package/lib/Layout/props/propTypes.js +13 -52
- package/lib/ListItem/__tests__/__snapshots__/ListContainer.spec.js.snap +2 -2
- package/lib/ListItem/__tests__/__snapshots__/ListItem.spec.js.snap +16 -16
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithAvatar.spec.js.snap +41 -41
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +69 -76
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +41 -41
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +62 -69
- package/lib/MultiSelect/MobileHeader/__tests__/__snapshots__/MobileHeader.spec.js.snap +4 -4
- package/lib/MultiSelect/MultiSelect.js +1 -1
- package/lib/MultiSelect/__tests__/__snapshots__/AdvancedGroupMultiSelect.spec.js.snap +9 -10
- package/lib/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +59 -62
- package/lib/MultiSelect/__tests__/__snapshots__/EmptyState.spec.js.snap +1 -1
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +50 -59
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +7 -7
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectWithAvatar.spec.js.snap +11 -12
- package/lib/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +7 -7
- package/lib/MultiSelect/__tests__/__snapshots__/Suggestions.spec.js.snap +47 -47
- package/lib/Radio/Radio.js +1 -1
- package/lib/Radio/__tests__/__snapshots__/Radio.spec.js.snap +117 -197
- package/lib/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -1
- package/lib/Ribbon/Ribbon.js +2 -15
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +21 -24
- package/lib/Select/SelectWithAvatar.js +1 -1
- package/lib/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +9 -9
- package/lib/Select/__tests__/__snapshots__/Select.spec.js.snap +1015 -1015
- package/lib/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +4 -4
- package/lib/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +12 -12
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +12 -12
- package/lib/Switch/Switch.js +1 -1
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +98 -110
- package/lib/Tab/__tests__/__snapshots__/Tab.spec.js.snap +2 -2
- package/lib/Tab/__tests__/__snapshots__/TabContent.spec.js.snap +1 -1
- package/lib/Tab/__tests__/__snapshots__/TabContentWrapper.spec.js.snap +1 -1
- package/lib/Tab/__tests__/__snapshots__/TabLayout.spec.js.snap +40 -40
- package/lib/Tab/__tests__/__snapshots__/TabWrapper.spec.js.snap +1 -1
- package/lib/Tab/__tests__/__snapshots__/Tabs.spec.js.snap +4 -4
- package/lib/Tag/Tag.js +1 -1
- package/lib/Tag/__tests__/__snapshots__/Tag.spec.js.snap +242 -334
- package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +44 -44
- package/lib/TextBoxIcon/TextBoxIcon.js +1 -1
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +206 -206
- package/lib/Textarea/Textarea.js +1 -1
- package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +46 -46
- package/lib/Tooltip/Tooltip.js +1 -1
- package/lib/Typography/__tests__/__snapshots__/Typography.spec.js.snap +3 -3
- package/lib/Typography/css/cssJSLogic.js +1 -1
- package/lib/common/basic.module.css +9 -8
- package/lib/css.js +0 -2
- package/lib/deprecated/Switch/Switch.js +1 -1
- package/lib/semantic/Button/__tests__/__snapshots__/Button.spec.js.snap +1 -1
- package/lib/shared/ArrowIcon/__tests__/__snapshots__/ArrowIcon.spec.js.snap +20 -20
- package/lib/shared/InputFieldLine/__tests__/__snapshots__/InputFieldLine.spec.js.snap +19 -19
- package/lib/v1/Button/__tests__/__snapshots__/Button.spec.js.snap +8 -8
- package/lib/v1/shared/Loader/__tests__/__snapshots__/Loader.spec.js.snap +1 -1
- package/lib/v1/shared/SuccessTick/__tests__/__snapshots__/SuccessTick.spec.js.snap +1 -1
- package/package.json +13 -14
- package/es/Layout/Layout.module.css +0 -336
- package/es/Layout/__tests__/Box.spec.js +0 -11
- package/es/Layout/__tests__/Container.spec.js +0 -11
- package/es/Layout/__tests__/__snapshots__/Box.spec.js.snap +0 -16
- package/es/Layout/__tests__/__snapshots__/Container.spec.js.snap +0 -16
- package/es/Layout/utils.js +0 -29
- package/lib/Layout/Layout.module.css +0 -336
- package/lib/Layout/__tests__/Box.spec.js +0 -18
- package/lib/Layout/__tests__/Container.spec.js +0 -18
- package/lib/Layout/__tests__/__snapshots__/Box.spec.js.snap +0 -16
- package/lib/Layout/__tests__/__snapshots__/Container.spec.js.snap +0 -16
- package/lib/Layout/utils.js +0 -59
|
@@ -4,14 +4,14 @@ exports[`ArrowIcon Should be render isActive is true 1`] = `
|
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
6
|
aria-hidden="true"
|
|
7
|
-
class="arrowIcon
|
|
7
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon active"
|
|
8
8
|
data-id="undefined_downIcon"
|
|
9
9
|
data-selector-id="container"
|
|
10
10
|
data-test-id="undefined_downIcon"
|
|
11
11
|
>
|
|
12
12
|
<i
|
|
13
13
|
aria-hidden="true"
|
|
14
|
-
class="zd_font_icons basic icon-down
|
|
14
|
+
class="zd_font_icons basic icon-down"
|
|
15
15
|
data-id="fontIcon"
|
|
16
16
|
data-selector-id="fontIcon"
|
|
17
17
|
data-test-id="fontIcon"
|
|
@@ -25,14 +25,14 @@ exports[`ArrowIcon Should be render isDisabled is true 1`] = `
|
|
|
25
25
|
<DocumentFragment>
|
|
26
26
|
<div
|
|
27
27
|
aria-hidden="true"
|
|
28
|
-
class="arrowIcon
|
|
28
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon disabled"
|
|
29
29
|
data-id="undefined_downIcon"
|
|
30
30
|
data-selector-id="container"
|
|
31
31
|
data-test-id="undefined_downIcon"
|
|
32
32
|
>
|
|
33
33
|
<i
|
|
34
34
|
aria-hidden="true"
|
|
35
|
-
class="zd_font_icons basic icon-down
|
|
35
|
+
class="zd_font_icons basic icon-down"
|
|
36
36
|
data-id="fontIcon"
|
|
37
37
|
data-selector-id="fontIcon"
|
|
38
38
|
data-test-id="fontIcon"
|
|
@@ -46,14 +46,14 @@ exports[`ArrowIcon Should be render isReadOnly is true 1`] = `
|
|
|
46
46
|
<DocumentFragment>
|
|
47
47
|
<div
|
|
48
48
|
aria-hidden="true"
|
|
49
|
-
class="arrowIcon
|
|
49
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon readonly"
|
|
50
50
|
data-id="undefined_downIcon"
|
|
51
51
|
data-selector-id="container"
|
|
52
52
|
data-test-id="undefined_downIcon"
|
|
53
53
|
>
|
|
54
54
|
<i
|
|
55
55
|
aria-hidden="true"
|
|
56
|
-
class="zd_font_icons basic icon-down
|
|
56
|
+
class="zd_font_icons basic icon-down"
|
|
57
57
|
data-id="fontIcon"
|
|
58
58
|
data-selector-id="fontIcon"
|
|
59
59
|
data-test-id="fontIcon"
|
|
@@ -67,14 +67,14 @@ exports[`ArrowIcon Should be render isRotated is true 1`] = `
|
|
|
67
67
|
<DocumentFragment>
|
|
68
68
|
<div
|
|
69
69
|
aria-hidden="true"
|
|
70
|
-
class="arrowIcon rotated
|
|
70
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon rotated"
|
|
71
71
|
data-id="undefined_downIcon"
|
|
72
72
|
data-selector-id="container"
|
|
73
73
|
data-test-id="undefined_downIcon"
|
|
74
74
|
>
|
|
75
75
|
<i
|
|
76
76
|
aria-hidden="true"
|
|
77
|
-
class="zd_font_icons basic icon-down
|
|
77
|
+
class="zd_font_icons basic icon-down"
|
|
78
78
|
data-id="fontIcon"
|
|
79
79
|
data-selector-id="fontIcon"
|
|
80
80
|
data-test-id="fontIcon"
|
|
@@ -88,7 +88,7 @@ exports[`ArrowIcon Should be render with a11yAttributes 1`] = `
|
|
|
88
88
|
<DocumentFragment>
|
|
89
89
|
<div
|
|
90
90
|
aria-hidden="true"
|
|
91
|
-
class="
|
|
91
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
92
92
|
data-a11y-focus="true"
|
|
93
93
|
data-id="undefined_downIcon"
|
|
94
94
|
data-selector-id="container"
|
|
@@ -96,7 +96,7 @@ exports[`ArrowIcon Should be render with a11yAttributes 1`] = `
|
|
|
96
96
|
>
|
|
97
97
|
<i
|
|
98
98
|
aria-hidden="true"
|
|
99
|
-
class="zd_font_icons basic icon-down
|
|
99
|
+
class="zd_font_icons basic icon-down"
|
|
100
100
|
data-id="fontIcon"
|
|
101
101
|
data-selector-id="fontIcon"
|
|
102
102
|
data-test-id="fontIcon"
|
|
@@ -110,14 +110,14 @@ exports[`ArrowIcon Should be render with customClass 1`] = `
|
|
|
110
110
|
<DocumentFragment>
|
|
111
111
|
<div
|
|
112
112
|
aria-hidden="true"
|
|
113
|
-
class="
|
|
113
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon arrowIcon_containerClass"
|
|
114
114
|
data-id="undefined_downIcon"
|
|
115
115
|
data-selector-id="container"
|
|
116
116
|
data-test-id="undefined_downIcon"
|
|
117
117
|
>
|
|
118
118
|
<i
|
|
119
119
|
aria-hidden="true"
|
|
120
|
-
class="zd_font_icons basic icon-down
|
|
120
|
+
class="zd_font_icons basic icon-down arrowIcon_iconClass"
|
|
121
121
|
data-id="fontIcon"
|
|
122
122
|
data-selector-id="fontIcon"
|
|
123
123
|
data-test-id="fontIcon"
|
|
@@ -131,14 +131,14 @@ exports[`ArrowIcon Should be render with customProps 1`] = `
|
|
|
131
131
|
<DocumentFragment>
|
|
132
132
|
<div
|
|
133
133
|
aria-hidden="true"
|
|
134
|
-
class="
|
|
134
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
135
135
|
data-id="undefined_downIcon"
|
|
136
136
|
data-selector-id="container"
|
|
137
137
|
data-test-id="hereIsTestId"
|
|
138
138
|
>
|
|
139
139
|
<i
|
|
140
140
|
aria-hidden="true"
|
|
141
|
-
class="zd_font_icons basic icon-down
|
|
141
|
+
class="zd_font_icons basic icon-down"
|
|
142
142
|
data-id="fontIcon"
|
|
143
143
|
data-selector-id="fontIcon"
|
|
144
144
|
data-test-id="fontIcon"
|
|
@@ -152,14 +152,14 @@ exports[`ArrowIcon Should be render with dataId 1`] = `
|
|
|
152
152
|
<DocumentFragment>
|
|
153
153
|
<div
|
|
154
154
|
aria-hidden="true"
|
|
155
|
-
class="
|
|
155
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
156
156
|
data-id="ArrowIcon-test-dataId_downIcon"
|
|
157
157
|
data-selector-id="container"
|
|
158
158
|
data-test-id="ArrowIcon-test-dataId_downIcon"
|
|
159
159
|
>
|
|
160
160
|
<i
|
|
161
161
|
aria-hidden="true"
|
|
162
|
-
class="zd_font_icons basic icon-down
|
|
162
|
+
class="zd_font_icons basic icon-down"
|
|
163
163
|
data-id="fontIcon"
|
|
164
164
|
data-selector-id="fontIcon"
|
|
165
165
|
data-test-id="fontIcon"
|
|
@@ -181,7 +181,7 @@ exports[`ArrowIcon Should be render with tagAttributes 1`] = `
|
|
|
181
181
|
<DocumentFragment>
|
|
182
182
|
<div
|
|
183
183
|
aria-hidden="true"
|
|
184
|
-
class="
|
|
184
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
185
185
|
data-id="undefined_downIcon"
|
|
186
186
|
data-selector-id="container"
|
|
187
187
|
data-test-id="undefined_downIcon"
|
|
@@ -189,7 +189,7 @@ exports[`ArrowIcon Should be render with tagAttributes 1`] = `
|
|
|
189
189
|
>
|
|
190
190
|
<i
|
|
191
191
|
aria-hidden="true"
|
|
192
|
-
class="zd_font_icons basic icon-down
|
|
192
|
+
class="zd_font_icons basic icon-down"
|
|
193
193
|
data-id="fontIcon"
|
|
194
194
|
data-selector-id="fontIcon"
|
|
195
195
|
data-test-id="fontIcon"
|
|
@@ -203,14 +203,14 @@ exports[`ArrowIcon rendering the defult props 1`] = `
|
|
|
203
203
|
<DocumentFragment>
|
|
204
204
|
<div
|
|
205
205
|
aria-hidden="true"
|
|
206
|
-
class="
|
|
206
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
207
207
|
data-id="undefined_downIcon"
|
|
208
208
|
data-selector-id="container"
|
|
209
209
|
data-test-id="undefined_downIcon"
|
|
210
210
|
>
|
|
211
211
|
<i
|
|
212
212
|
aria-hidden="true"
|
|
213
|
-
class="zd_font_icons basic icon-down
|
|
213
|
+
class="zd_font_icons basic icon-down"
|
|
214
214
|
data-id="fontIcon"
|
|
215
215
|
data-selector-id="fontIcon"
|
|
216
216
|
data-test-id="fontIcon"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`InputFieldLine Should be render hasEffect is false 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="varClass customContainer
|
|
6
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
7
7
|
data-selector-id="container"
|
|
8
8
|
data-title=""
|
|
9
9
|
/>
|
|
@@ -13,7 +13,7 @@ exports[`InputFieldLine Should be render hasEffect is false 1`] = `
|
|
|
13
13
|
exports[`InputFieldLine Should be render hasPadding is true 1`] = `
|
|
14
14
|
<DocumentFragment>
|
|
15
15
|
<div
|
|
16
|
-
class="varClass customContainer
|
|
16
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
17
17
|
data-selector-id="container"
|
|
18
18
|
data-title=""
|
|
19
19
|
/>
|
|
@@ -23,7 +23,7 @@ exports[`InputFieldLine Should be render hasPadding is true 1`] = `
|
|
|
23
23
|
exports[`InputFieldLine Should be render isActive is true 1`] = `
|
|
24
24
|
<DocumentFragment>
|
|
25
25
|
<div
|
|
26
|
-
class="varClass customContainer
|
|
26
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder active"
|
|
27
27
|
data-selector-id="container"
|
|
28
28
|
data-title=""
|
|
29
29
|
/>
|
|
@@ -33,7 +33,7 @@ exports[`InputFieldLine Should be render isActive is true 1`] = `
|
|
|
33
33
|
exports[`InputFieldLine Should be render isDisabled is true 1`] = `
|
|
34
34
|
<DocumentFragment>
|
|
35
35
|
<div
|
|
36
|
-
class="varClass customContainer
|
|
36
|
+
class="flex row varClass customContainer border_bottom disabled borderColor_default hasBorder"
|
|
37
37
|
data-selector-id="container"
|
|
38
38
|
data-title=""
|
|
39
39
|
/>
|
|
@@ -43,7 +43,7 @@ exports[`InputFieldLine Should be render isDisabled is true 1`] = `
|
|
|
43
43
|
exports[`InputFieldLine Should be render isReadOnly is true 1`] = `
|
|
44
44
|
<DocumentFragment>
|
|
45
45
|
<div
|
|
46
|
-
class="varClass customContainer
|
|
46
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
47
47
|
data-selector-id="container"
|
|
48
48
|
data-title=""
|
|
49
49
|
/>
|
|
@@ -53,7 +53,7 @@ exports[`InputFieldLine Should be render isReadOnly is true 1`] = `
|
|
|
53
53
|
exports[`InputFieldLine Should be render with title 1`] = `
|
|
54
54
|
<DocumentFragment>
|
|
55
55
|
<div
|
|
56
|
-
class="varClass customContainer
|
|
56
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
57
57
|
data-selector-id="container"
|
|
58
58
|
data-title="InputFieldLine Test Title"
|
|
59
59
|
/>
|
|
@@ -63,7 +63,7 @@ exports[`InputFieldLine Should be render with title 1`] = `
|
|
|
63
63
|
exports[`InputFieldLine Should render border - all 1`] = `
|
|
64
64
|
<DocumentFragment>
|
|
65
65
|
<div
|
|
66
|
-
class="varClass customContainer
|
|
66
|
+
class="flex row varClass customContainer border_all effect borderColor_default hasBorder"
|
|
67
67
|
data-selector-id="container"
|
|
68
68
|
data-title=""
|
|
69
69
|
/>
|
|
@@ -73,7 +73,7 @@ exports[`InputFieldLine Should render border - all 1`] = `
|
|
|
73
73
|
exports[`InputFieldLine Should render border - bottom 1`] = `
|
|
74
74
|
<DocumentFragment>
|
|
75
75
|
<div
|
|
76
|
-
class="varClass customContainer
|
|
76
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
77
77
|
data-selector-id="container"
|
|
78
78
|
data-title=""
|
|
79
79
|
/>
|
|
@@ -83,7 +83,7 @@ exports[`InputFieldLine Should render border - bottom 1`] = `
|
|
|
83
83
|
exports[`InputFieldLine Should render border - none 1`] = `
|
|
84
84
|
<DocumentFragment>
|
|
85
85
|
<div
|
|
86
|
-
class="varClass customContainer
|
|
86
|
+
class="flex row varClass customContainer effect"
|
|
87
87
|
data-selector-id="container"
|
|
88
88
|
data-title=""
|
|
89
89
|
/>
|
|
@@ -93,7 +93,7 @@ exports[`InputFieldLine Should render border - none 1`] = `
|
|
|
93
93
|
exports[`InputFieldLine Should render borderColor - dark 1`] = `
|
|
94
94
|
<DocumentFragment>
|
|
95
95
|
<div
|
|
96
|
-
class="varClass customContainer
|
|
96
|
+
class="flex row varClass customContainer border_bottom effect borderColor_dark hasBorder"
|
|
97
97
|
data-selector-id="container"
|
|
98
98
|
data-title=""
|
|
99
99
|
/>
|
|
@@ -103,7 +103,7 @@ exports[`InputFieldLine Should render borderColor - dark 1`] = `
|
|
|
103
103
|
exports[`InputFieldLine Should render borderColor - default 1`] = `
|
|
104
104
|
<DocumentFragment>
|
|
105
105
|
<div
|
|
106
|
-
class="varClass customContainer
|
|
106
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
107
107
|
data-selector-id="container"
|
|
108
108
|
data-title=""
|
|
109
109
|
/>
|
|
@@ -113,7 +113,7 @@ exports[`InputFieldLine Should render borderColor - default 1`] = `
|
|
|
113
113
|
exports[`InputFieldLine Should render borderColor - error 1`] = `
|
|
114
114
|
<DocumentFragment>
|
|
115
115
|
<div
|
|
116
|
-
class="varClass customContainer
|
|
116
|
+
class="flex row varClass customContainer border_bottom effect borderColor_error hasBorder"
|
|
117
117
|
data-selector-id="container"
|
|
118
118
|
data-title=""
|
|
119
119
|
/>
|
|
@@ -123,7 +123,7 @@ exports[`InputFieldLine Should render borderColor - error 1`] = `
|
|
|
123
123
|
exports[`InputFieldLine Should render borderColor - transparent 1`] = `
|
|
124
124
|
<DocumentFragment>
|
|
125
125
|
<div
|
|
126
|
-
class="varClass customContainer
|
|
126
|
+
class="flex row varClass customContainer border_bottom effect borderColor_transparent hasBorder"
|
|
127
127
|
data-selector-id="container"
|
|
128
128
|
data-title=""
|
|
129
129
|
/>
|
|
@@ -133,7 +133,7 @@ exports[`InputFieldLine Should render borderColor - transparent 1`] = `
|
|
|
133
133
|
exports[`InputFieldLine Should render customClass 1`] = `
|
|
134
134
|
<DocumentFragment>
|
|
135
135
|
<div
|
|
136
|
-
class="varClass customContainer
|
|
136
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder inputFieldLine-custom-class"
|
|
137
137
|
data-selector-id="container"
|
|
138
138
|
data-title=""
|
|
139
139
|
/>
|
|
@@ -143,7 +143,7 @@ exports[`InputFieldLine Should render customClass 1`] = `
|
|
|
143
143
|
exports[`InputFieldLine Should render customProps 1`] = `
|
|
144
144
|
<DocumentFragment>
|
|
145
145
|
<div
|
|
146
|
-
class="varClass customContainer
|
|
146
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
147
147
|
data-selector-id="container"
|
|
148
148
|
data-test="inputFieldLine-test"
|
|
149
149
|
data-title=""
|
|
@@ -154,7 +154,7 @@ exports[`InputFieldLine Should render customProps 1`] = `
|
|
|
154
154
|
exports[`InputFieldLine Should render dataId 1`] = `
|
|
155
155
|
<DocumentFragment>
|
|
156
156
|
<div
|
|
157
|
-
class="varClass customContainer
|
|
157
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
158
158
|
data-id="inputFieldLine-test-id"
|
|
159
159
|
data-selector-id="container"
|
|
160
160
|
data-test-id="inputFieldLine-test-id"
|
|
@@ -166,7 +166,7 @@ exports[`InputFieldLine Should render dataId 1`] = `
|
|
|
166
166
|
exports[`InputFieldLine Should render size - medium 1`] = `
|
|
167
167
|
<DocumentFragment>
|
|
168
168
|
<div
|
|
169
|
-
class="varClass customContainer medium padding_medium border_bottom effect borderColor_default hasBorder
|
|
169
|
+
class="flex row scroll_vertical varClass customContainer medium padding_medium border_bottom effect borderColor_default hasBorder"
|
|
170
170
|
data-selector-id="container"
|
|
171
171
|
data-title=""
|
|
172
172
|
/>
|
|
@@ -176,7 +176,7 @@ exports[`InputFieldLine Should render size - medium 1`] = `
|
|
|
176
176
|
exports[`InputFieldLine Should render size - xmedium 1`] = `
|
|
177
177
|
<DocumentFragment>
|
|
178
178
|
<div
|
|
179
|
-
class="varClass customContainer xmedium padding_xmedium border_bottom effect borderColor_default hasBorder
|
|
179
|
+
class="flex row scroll_vertical varClass customContainer xmedium padding_xmedium border_bottom effect borderColor_default hasBorder"
|
|
180
180
|
data-selector-id="container"
|
|
181
181
|
data-title=""
|
|
182
182
|
/>
|
|
@@ -186,7 +186,7 @@ exports[`InputFieldLine Should render size - xmedium 1`] = `
|
|
|
186
186
|
exports[`InputFieldLine rendering the defult props 1`] = `
|
|
187
187
|
<DocumentFragment>
|
|
188
188
|
<div
|
|
189
|
-
class="varClass customContainer
|
|
189
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
190
190
|
data-selector-id="container"
|
|
191
191
|
data-title=""
|
|
192
192
|
/>
|
|
@@ -44,7 +44,7 @@ exports[`Button - Component Should apply customClass to wrapper, text and icon 1
|
|
|
44
44
|
>
|
|
45
45
|
<i
|
|
46
46
|
aria-hidden="true"
|
|
47
|
-
class="zd_font_icons basic icon-plus
|
|
47
|
+
class="zd_font_icons basic icon-plus customIconClass"
|
|
48
48
|
data-id="fontIcon"
|
|
49
49
|
data-selector-id="fontIcon"
|
|
50
50
|
style="--zd-iconfont-size: var(--zd_font_size16);"
|
|
@@ -220,7 +220,7 @@ exports[`Button - Component Should render Status of buttons - loading 1`] = `
|
|
|
220
220
|
>
|
|
221
221
|
<svg
|
|
222
222
|
aria-hidden="true"
|
|
223
|
-
class="spinner
|
|
223
|
+
class="spinner"
|
|
224
224
|
role="img"
|
|
225
225
|
viewBox="0 0 24 24"
|
|
226
226
|
>
|
|
@@ -264,7 +264,7 @@ exports[`Button - Component Should render Status of buttons - success 1`] = `
|
|
|
264
264
|
>
|
|
265
265
|
<svg
|
|
266
266
|
aria-hidden="true"
|
|
267
|
-
class="tick
|
|
267
|
+
class="tick"
|
|
268
268
|
role="img"
|
|
269
269
|
viewBox="0 0 24 24"
|
|
270
270
|
>
|
|
@@ -470,7 +470,7 @@ exports[`Button - Component Should render loaderPlacement of buttons - end 1`] =
|
|
|
470
470
|
>
|
|
471
471
|
<svg
|
|
472
472
|
aria-hidden="true"
|
|
473
|
-
class="spinner
|
|
473
|
+
class="spinner"
|
|
474
474
|
role="img"
|
|
475
475
|
viewBox="0 0 24 24"
|
|
476
476
|
>
|
|
@@ -515,7 +515,7 @@ exports[`Button - Component Should render loaderPlacement of buttons - overlay 1
|
|
|
515
515
|
>
|
|
516
516
|
<svg
|
|
517
517
|
aria-hidden="true"
|
|
518
|
-
class="spinner
|
|
518
|
+
class="spinner"
|
|
519
519
|
role="img"
|
|
520
520
|
viewBox="0 0 24 24"
|
|
521
521
|
>
|
|
@@ -559,7 +559,7 @@ exports[`Button - Component Should render loaderPlacement of buttons - start 1`]
|
|
|
559
559
|
>
|
|
560
560
|
<svg
|
|
561
561
|
aria-hidden="true"
|
|
562
|
-
class="spinner
|
|
562
|
+
class="spinner"
|
|
563
563
|
role="img"
|
|
564
564
|
viewBox="0 0 24 24"
|
|
565
565
|
>
|
|
@@ -949,7 +949,7 @@ exports[`Button - Component Should render with iconName and iconSize 1`] = `
|
|
|
949
949
|
>
|
|
950
950
|
<i
|
|
951
951
|
aria-hidden="true"
|
|
952
|
-
class="zd_font_icons basic icon-plus
|
|
952
|
+
class="zd_font_icons basic icon-plus"
|
|
953
953
|
data-id="fontIcon"
|
|
954
954
|
data-selector-id="fontIcon"
|
|
955
955
|
style="--zd-iconfont-size: var(--zd_font_size20);"
|
|
@@ -981,7 +981,7 @@ exports[`Button - Component Should render with iconPlacement 1`] = `
|
|
|
981
981
|
</div>
|
|
982
982
|
<i
|
|
983
983
|
aria-hidden="true"
|
|
984
|
-
class="zd_font_icons basic icon-plus
|
|
984
|
+
class="zd_font_icons basic icon-plus"
|
|
985
985
|
data-id="fontIcon"
|
|
986
986
|
data-selector-id="fontIcon"
|
|
987
987
|
style="--zd-iconfont-size: var(--zd_font_size16);"
|
|
@@ -8,12 +8,18 @@
|
|
|
8
8
|
-moz-box-sizing: border-box;
|
|
9
9
|
-ms-box-sizing: border-box;
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
.container,
|
|
13
|
+
.container button,
|
|
14
|
+
.container input,
|
|
15
|
+
.container textarea,
|
|
16
|
+
.container select {
|
|
12
17
|
/* font-family: var(--zd_regular); */
|
|
13
|
-
font-family: var(--zd-font-family
|
|
18
|
+
font-family: var(--zd-font-family), var(--zd_fallback_font, Lato);
|
|
14
19
|
}
|
|
20
|
+
|
|
15
21
|
.tooltip {
|
|
16
22
|
height: 0 ;
|
|
17
23
|
font-size: 0 ;
|
|
18
24
|
/* contain:strict */
|
|
19
|
-
}
|
|
25
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`AppContainer rendering the Custom props 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="flex fullSize column container"
|
|
7
7
|
data-container="true"
|
|
8
8
|
data-id="AppContainer"
|
|
9
9
|
data-props="true"
|
|
@@ -11,14 +11,14 @@ exports[`AppContainer rendering the Custom props 1`] = `
|
|
|
11
11
|
data-test-id="AppContainer"
|
|
12
12
|
>
|
|
13
13
|
<div
|
|
14
|
-
class="
|
|
14
|
+
class="flexible basis_zero noShrink"
|
|
15
15
|
data-id="boxComponent"
|
|
16
16
|
data-selector-id="box"
|
|
17
17
|
data-test-id="boxComponent"
|
|
18
18
|
/>
|
|
19
19
|
</div>
|
|
20
20
|
<div
|
|
21
|
-
class="container tooltip
|
|
21
|
+
class="container tooltip"
|
|
22
22
|
data-id="AppContainer_tooltip"
|
|
23
23
|
data-props="true"
|
|
24
24
|
data-selector-id="appContainer_tooltip"
|
|
@@ -30,13 +30,13 @@ exports[`AppContainer rendering the Custom props 1`] = `
|
|
|
30
30
|
exports[`AppContainer rendering the childern as element 1`] = `
|
|
31
31
|
<DocumentFragment>
|
|
32
32
|
<div
|
|
33
|
-
class="
|
|
33
|
+
class="flex fullSize column container"
|
|
34
34
|
data-id="AppContainer"
|
|
35
35
|
data-selector-id="appContainer"
|
|
36
36
|
data-test-id="AppContainer"
|
|
37
37
|
>
|
|
38
38
|
<div
|
|
39
|
-
class="
|
|
39
|
+
class="flexible basis_zero noShrink"
|
|
40
40
|
data-id="boxComponent"
|
|
41
41
|
data-selector-id="box"
|
|
42
42
|
data-test-id="boxComponent"
|
|
@@ -47,7 +47,7 @@ exports[`AppContainer rendering the childern as element 1`] = `
|
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
49
49
|
<div
|
|
50
|
-
class="container tooltip
|
|
50
|
+
class="container tooltip"
|
|
51
51
|
data-id="AppContainer_tooltip"
|
|
52
52
|
data-selector-id="appContainer_tooltip"
|
|
53
53
|
data-test-id="AppContainer_tooltip"
|
|
@@ -58,13 +58,13 @@ exports[`AppContainer rendering the childern as element 1`] = `
|
|
|
58
58
|
exports[`AppContainer rendering the childern as element in array 1`] = `
|
|
59
59
|
<DocumentFragment>
|
|
60
60
|
<div
|
|
61
|
-
class="
|
|
61
|
+
class="flex fullSize column container"
|
|
62
62
|
data-id="AppContainer"
|
|
63
63
|
data-selector-id="appContainer"
|
|
64
64
|
data-test-id="AppContainer"
|
|
65
65
|
>
|
|
66
66
|
<div
|
|
67
|
-
class="
|
|
67
|
+
class="flexible basis_zero noShrink"
|
|
68
68
|
data-id="boxComponent"
|
|
69
69
|
data-selector-id="box"
|
|
70
70
|
data-test-id="boxComponent"
|
|
@@ -78,7 +78,7 @@ exports[`AppContainer rendering the childern as element in array 1`] = `
|
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
<div
|
|
81
|
-
class="container tooltip
|
|
81
|
+
class="container tooltip"
|
|
82
82
|
data-id="AppContainer_tooltip"
|
|
83
83
|
data-selector-id="appContainer_tooltip"
|
|
84
84
|
data-test-id="AppContainer_tooltip"
|
|
@@ -89,20 +89,20 @@ exports[`AppContainer rendering the childern as element in array 1`] = `
|
|
|
89
89
|
exports[`AppContainer rendering the customClass 1`] = `
|
|
90
90
|
<DocumentFragment>
|
|
91
91
|
<div
|
|
92
|
-
class="
|
|
92
|
+
class="flex fullSize column container AppcontainerClass"
|
|
93
93
|
data-id="AppContainer"
|
|
94
94
|
data-selector-id="appContainer"
|
|
95
95
|
data-test-id="AppContainer"
|
|
96
96
|
>
|
|
97
97
|
<div
|
|
98
|
-
class="
|
|
98
|
+
class="flexible basis_zero noShrink"
|
|
99
99
|
data-id="boxComponent"
|
|
100
100
|
data-selector-id="box"
|
|
101
101
|
data-test-id="boxComponent"
|
|
102
102
|
/>
|
|
103
103
|
</div>
|
|
104
104
|
<div
|
|
105
|
-
class="container tooltip
|
|
105
|
+
class="container tooltip"
|
|
106
106
|
data-id="AppContainer_tooltip"
|
|
107
107
|
data-selector-id="appContainer_tooltip"
|
|
108
108
|
data-test-id="AppContainer_tooltip"
|
|
@@ -113,20 +113,20 @@ exports[`AppContainer rendering the customClass 1`] = `
|
|
|
113
113
|
exports[`AppContainer rendering the defult props 1`] = `
|
|
114
114
|
<DocumentFragment>
|
|
115
115
|
<div
|
|
116
|
-
class="
|
|
116
|
+
class="flex fullSize column container"
|
|
117
117
|
data-id="AppContainer"
|
|
118
118
|
data-selector-id="appContainer"
|
|
119
119
|
data-test-id="AppContainer"
|
|
120
120
|
>
|
|
121
121
|
<div
|
|
122
|
-
class="
|
|
122
|
+
class="flexible basis_zero noShrink"
|
|
123
123
|
data-id="boxComponent"
|
|
124
124
|
data-selector-id="box"
|
|
125
125
|
data-test-id="boxComponent"
|
|
126
126
|
/>
|
|
127
127
|
</div>
|
|
128
128
|
<div
|
|
129
|
-
class="container tooltip
|
|
129
|
+
class="container tooltip"
|
|
130
130
|
data-id="AppContainer_tooltip"
|
|
131
131
|
data-selector-id="appContainer_tooltip"
|
|
132
132
|
data-test-id="AppContainer_tooltip"
|
|
@@ -137,13 +137,13 @@ exports[`AppContainer rendering the defult props 1`] = `
|
|
|
137
137
|
exports[`AppContainer rendering the needTooltip is false 1`] = `
|
|
138
138
|
<DocumentFragment>
|
|
139
139
|
<div
|
|
140
|
-
class="
|
|
140
|
+
class="flex fullSize column container"
|
|
141
141
|
data-id="AppContainer"
|
|
142
142
|
data-selector-id="appContainer"
|
|
143
143
|
data-test-id="AppContainer"
|
|
144
144
|
>
|
|
145
145
|
<div
|
|
146
|
-
class="
|
|
146
|
+
class="flexible basis_zero noShrink"
|
|
147
147
|
data-id="boxComponent"
|
|
148
148
|
data-selector-id="box"
|
|
149
149
|
data-test-id="boxComponent"
|
|
@@ -155,20 +155,20 @@ exports[`AppContainer rendering the needTooltip is false 1`] = `
|
|
|
155
155
|
exports[`AppContainer rendering the tooltipClass 1`] = `
|
|
156
156
|
<DocumentFragment>
|
|
157
157
|
<div
|
|
158
|
-
class="
|
|
158
|
+
class="flex fullSize column container"
|
|
159
159
|
data-id="AppContainer"
|
|
160
160
|
data-selector-id="appContainer"
|
|
161
161
|
data-test-id="AppContainer"
|
|
162
162
|
>
|
|
163
163
|
<div
|
|
164
|
-
class="
|
|
164
|
+
class="flexible basis_zero noShrink"
|
|
165
165
|
data-id="boxComponent"
|
|
166
166
|
data-selector-id="box"
|
|
167
167
|
data-test-id="boxComponent"
|
|
168
168
|
/>
|
|
169
169
|
</div>
|
|
170
170
|
<div
|
|
171
|
-
class="container tooltip
|
|
171
|
+
class="container tooltip"
|
|
172
172
|
data-id="AppContainer_tooltip"
|
|
173
173
|
data-selector-id="appContainer_tooltip"
|
|
174
174
|
data-test-id="AppContainer_tooltip"
|
|
@@ -179,13 +179,13 @@ exports[`AppContainer rendering the tooltipClass 1`] = `
|
|
|
179
179
|
exports[`AppContainer rendering the tooltipParentClass 1`] = `
|
|
180
180
|
<DocumentFragment>
|
|
181
181
|
<div
|
|
182
|
-
class="
|
|
182
|
+
class="flex fullSize column container"
|
|
183
183
|
data-id="AppContainer"
|
|
184
184
|
data-selector-id="appContainer"
|
|
185
185
|
data-test-id="AppContainer"
|
|
186
186
|
>
|
|
187
187
|
<div
|
|
188
|
-
class="
|
|
188
|
+
class="flexible basis_zero noShrink"
|
|
189
189
|
data-id="boxComponent"
|
|
190
190
|
data-selector-id="box"
|
|
191
191
|
data-test-id="boxComponent"
|