@zohodesk/components 1.6.20 → 1.6.22
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/__tests__/__snapshots__/AppContainer.spec.js.snap +16 -16
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +3 -3
- package/es/Button/css/cssJSLogic.js +6 -6
- 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 +130 -153
- package/es/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +50 -52
- package/es/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +30 -30
- 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 +93 -93
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +8 -8
- package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +8 -8
- package/es/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/Time.spec.js.snap +28 -28
- 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__/DropDownItem.spec.js.snap +1 -1
- package/es/Label/Label.js +1 -1
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +24 -24
- 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 +62 -69
- package/es/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +41 -41
- package/es/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +69 -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 +6 -6
- package/es/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +50 -50
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +38 -41
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +7 -7
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectWithAvatar.spec.js.snap +8 -8
- package/es/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +4 -4
- 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 +152 -152
- 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 +24 -24
- package/es/Select/SelectWithAvatar.js +1 -1
- package/es/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +7 -7
- package/es/Select/__tests__/__snapshots__/Select.spec.js.snap +845 -823
- package/es/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
- package/es/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +10 -10
- package/es/Switch/Switch.js +1 -1
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +56 -56
- 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 +140 -186
- package/es/TextBoxIcon/TextBoxIcon.js +1 -1
- package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +167 -167
- 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/css/cssJSLogic.js +2 -2
- package/es/css.js +0 -1
- package/es/deprecated/Switch/Switch.js +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 +3 -3
- package/lib/AppContainer/__tests__/__snapshots__/AppContainer.spec.js.snap +16 -16
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +3 -3
- package/lib/Button/css/cssJSLogic.js +3 -3
- 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 +130 -153
- package/lib/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +50 -52
- package/lib/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +30 -30
- 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 +93 -93
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +8 -8
- package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +8 -8
- package/lib/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/Time.spec.js.snap +28 -28
- 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__/DropDownItem.spec.js.snap +1 -1
- package/lib/Label/Label.js +1 -1
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +24 -24
- 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 +62 -69
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +41 -41
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +69 -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 +6 -6
- package/lib/MultiSelect/__tests__/__snapshots__/AdvancedMultiSelect.spec.js.snap +50 -50
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +38 -41
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +7 -7
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectWithAvatar.spec.js.snap +8 -8
- package/lib/MultiSelect/__tests__/__snapshots__/SelectedOptions.spec.js.snap +4 -4
- 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 +152 -152
- 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 +24 -24
- package/lib/Select/SelectWithAvatar.js +1 -1
- package/lib/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +7 -7
- package/lib/Select/__tests__/__snapshots__/Select.spec.js.snap +845 -823
- package/lib/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
- package/lib/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +10 -10
- package/lib/Switch/Switch.js +1 -1
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +56 -56
- 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 +140 -186
- package/lib/TextBoxIcon/TextBoxIcon.js +1 -1
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +167 -167
- 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/css/cssJSLogic.js +1 -1
- package/lib/css.js +0 -2
- package/lib/deprecated/Switch/Switch.js +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 +3 -3
- package/package.json +7 -7
- 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,8 +4,8 @@ exports[`CheckBox component Should be disable 1`] = `
|
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
6
|
aria-checked="true"
|
|
7
|
-
class="container disabled
|
|
8
|
-
checkedprimary
|
|
7
|
+
class="flex row alignItems_center container disabled
|
|
8
|
+
checkedprimary"
|
|
9
9
|
data-id="checkBox"
|
|
10
10
|
data-selector-id="container"
|
|
11
11
|
data-test-id="checkBox"
|
|
@@ -13,7 +13,7 @@ exports[`CheckBox component Should be disable 1`] = `
|
|
|
13
13
|
tabindex="-1"
|
|
14
14
|
>
|
|
15
15
|
<div
|
|
16
|
-
class="boxContainer medium
|
|
16
|
+
class="noShrink boxContainer medium filled disabled"
|
|
17
17
|
data-id="boxComponent"
|
|
18
18
|
data-selector-id="box"
|
|
19
19
|
data-test-id="boxComponent"
|
|
@@ -35,7 +35,7 @@ exports[`CheckBox component Should be disable 1`] = `
|
|
|
35
35
|
/>
|
|
36
36
|
</svg>
|
|
37
37
|
<svg
|
|
38
|
-
class="tick mediumtick disabled"
|
|
38
|
+
class="tick mediumtick disabled "
|
|
39
39
|
viewBox="0 0 44 44"
|
|
40
40
|
xmlns="http://www.w3.org/2000/svg"
|
|
41
41
|
>
|
|
@@ -47,7 +47,7 @@ exports[`CheckBox component Should be disable 1`] = `
|
|
|
47
47
|
</label>
|
|
48
48
|
</div>
|
|
49
49
|
<div
|
|
50
|
-
class="
|
|
50
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
51
51
|
data-id="boxComponent"
|
|
52
52
|
data-selector-id="box"
|
|
53
53
|
data-test-id="boxComponent"
|
|
@@ -56,7 +56,7 @@ exports[`CheckBox component Should be disable 1`] = `
|
|
|
56
56
|
class="label title medium disable font_default
|
|
57
57
|
dotted cursor
|
|
58
58
|
|
|
59
|
-
disabled
|
|
59
|
+
disabled "
|
|
60
60
|
data-id="label"
|
|
61
61
|
data-selector-id="label"
|
|
62
62
|
data-test-id="label"
|
|
@@ -73,8 +73,7 @@ exports[`CheckBox component Should be isReadOnly 1`] = `
|
|
|
73
73
|
<DocumentFragment>
|
|
74
74
|
<div
|
|
75
75
|
aria-checked="false"
|
|
76
|
-
class="container readonly
|
|
77
|
-
inflex rowdir vCenter"
|
|
76
|
+
class="inlineFlex row alignItems_center container readonly"
|
|
78
77
|
data-id="checkBox"
|
|
79
78
|
data-selector-id="container"
|
|
80
79
|
data-test-id="checkBox"
|
|
@@ -82,7 +81,7 @@ exports[`CheckBox component Should be isReadOnly 1`] = `
|
|
|
82
81
|
tabindex="-1"
|
|
83
82
|
>
|
|
84
83
|
<div
|
|
85
|
-
class="boxContainer medium
|
|
84
|
+
class="noShrink boxContainer medium filled disabled"
|
|
86
85
|
data-id="boxComponent"
|
|
87
86
|
data-selector-id="box"
|
|
88
87
|
data-test-id="boxComponent"
|
|
@@ -117,8 +116,7 @@ exports[`CheckBox component Should be render ID 1`] = `
|
|
|
117
116
|
<DocumentFragment>
|
|
118
117
|
<div
|
|
119
118
|
aria-checked="false"
|
|
120
|
-
class="container pointer primary
|
|
121
|
-
flex rowdir vCenter"
|
|
119
|
+
class="flex row alignItems_center container pointer primary"
|
|
122
120
|
data-id="checkBox"
|
|
123
121
|
data-selector-id="checkBoxId"
|
|
124
122
|
data-test-id="checkBox"
|
|
@@ -126,7 +124,7 @@ exports[`CheckBox component Should be render ID 1`] = `
|
|
|
126
124
|
tabindex="0"
|
|
127
125
|
>
|
|
128
126
|
<div
|
|
129
|
-
class="boxContainer medium
|
|
127
|
+
class="noShrink boxContainer medium filled"
|
|
130
128
|
data-id="boxComponent"
|
|
131
129
|
data-selector-id="box"
|
|
132
130
|
data-test-id="boxComponent"
|
|
@@ -155,7 +153,7 @@ exports[`CheckBox component Should be render ID 1`] = `
|
|
|
155
153
|
</label>
|
|
156
154
|
</div>
|
|
157
155
|
<div
|
|
158
|
-
class="
|
|
156
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
159
157
|
data-id="boxComponent"
|
|
160
158
|
data-selector-id="box"
|
|
161
159
|
data-test-id="boxComponent"
|
|
@@ -164,7 +162,7 @@ exports[`CheckBox component Should be render ID 1`] = `
|
|
|
164
162
|
class="label title medium default font_default
|
|
165
163
|
dotted cursor
|
|
166
164
|
|
|
167
|
-
pointer
|
|
165
|
+
pointer "
|
|
168
166
|
data-id="label"
|
|
169
167
|
data-selector-id="label"
|
|
170
168
|
data-test-id="label"
|
|
@@ -182,8 +180,7 @@ exports[`CheckBox component Should be render activeStyle is minus 1`] = `
|
|
|
182
180
|
<DocumentFragment>
|
|
183
181
|
<div
|
|
184
182
|
aria-checked="false"
|
|
185
|
-
class="container pointer primary
|
|
186
|
-
inflex rowdir vCenter"
|
|
183
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
187
184
|
data-id="checkBox"
|
|
188
185
|
data-selector-id="container"
|
|
189
186
|
data-test-id="checkBox"
|
|
@@ -191,7 +188,7 @@ exports[`CheckBox component Should be render activeStyle is minus 1`] = `
|
|
|
191
188
|
tabindex="0"
|
|
192
189
|
>
|
|
193
190
|
<div
|
|
194
|
-
class="boxContainer medium
|
|
191
|
+
class="noShrink boxContainer medium filled"
|
|
195
192
|
data-id="boxComponent"
|
|
196
193
|
data-selector-id="box"
|
|
197
194
|
data-test-id="boxComponent"
|
|
@@ -226,8 +223,7 @@ exports[`CheckBox component Should be render dataSelectorId 1`] = `
|
|
|
226
223
|
<DocumentFragment>
|
|
227
224
|
<div
|
|
228
225
|
aria-checked="false"
|
|
229
|
-
class="container pointer primary
|
|
230
|
-
inflex rowdir vCenter"
|
|
226
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
231
227
|
data-id="checkBox"
|
|
232
228
|
data-selector-id="dataSelectorIdCheck"
|
|
233
229
|
data-test-id="checkBox"
|
|
@@ -235,7 +231,7 @@ exports[`CheckBox component Should be render dataSelectorId 1`] = `
|
|
|
235
231
|
tabindex="0"
|
|
236
232
|
>
|
|
237
233
|
<div
|
|
238
|
-
class="boxContainer medium
|
|
234
|
+
class="noShrink boxContainer medium filled"
|
|
239
235
|
data-id="boxComponent"
|
|
240
236
|
data-selector-id="box"
|
|
241
237
|
data-test-id="boxComponent"
|
|
@@ -270,8 +266,7 @@ exports[`CheckBox component Should be render disabledTitle and title 1`] = `
|
|
|
270
266
|
<DocumentFragment>
|
|
271
267
|
<div
|
|
272
268
|
aria-checked="false"
|
|
273
|
-
class="container disabled
|
|
274
|
-
flex rowdir vCenter"
|
|
269
|
+
class="flex row alignItems_center container disabled"
|
|
275
270
|
data-id="checkBox"
|
|
276
271
|
data-selector-id="container"
|
|
277
272
|
data-test-id="checkBox"
|
|
@@ -280,7 +275,7 @@ exports[`CheckBox component Should be render disabledTitle and title 1`] = `
|
|
|
280
275
|
tabindex="-1"
|
|
281
276
|
>
|
|
282
277
|
<div
|
|
283
|
-
class="boxContainer medium
|
|
278
|
+
class="noShrink boxContainer medium filled disabled"
|
|
284
279
|
data-id="boxComponent"
|
|
285
280
|
data-selector-id="box"
|
|
286
281
|
data-test-id="boxComponent"
|
|
@@ -308,7 +303,7 @@ exports[`CheckBox component Should be render disabledTitle and title 1`] = `
|
|
|
308
303
|
</label>
|
|
309
304
|
</div>
|
|
310
305
|
<div
|
|
311
|
-
class="
|
|
306
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
312
307
|
data-id="boxComponent"
|
|
313
308
|
data-selector-id="box"
|
|
314
309
|
data-test-id="boxComponent"
|
|
@@ -317,7 +312,7 @@ exports[`CheckBox component Should be render disabledTitle and title 1`] = `
|
|
|
317
312
|
class="label title medium disable font_default
|
|
318
313
|
dotted cursor
|
|
319
314
|
|
|
320
|
-
disabled
|
|
315
|
+
disabled "
|
|
321
316
|
data-id="label"
|
|
322
317
|
data-selector-id="label"
|
|
323
318
|
data-test-id="label"
|
|
@@ -334,8 +329,7 @@ exports[`CheckBox component Should be render isClipped is false 1`] = `
|
|
|
334
329
|
<DocumentFragment>
|
|
335
330
|
<div
|
|
336
331
|
aria-checked="false"
|
|
337
|
-
class="container pointer primary
|
|
338
|
-
inflex rowdir vCenter"
|
|
332
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
339
333
|
data-id="checkBox"
|
|
340
334
|
data-selector-id="container"
|
|
341
335
|
data-test-id="checkBox"
|
|
@@ -343,7 +337,7 @@ exports[`CheckBox component Should be render isClipped is false 1`] = `
|
|
|
343
337
|
tabindex="0"
|
|
344
338
|
>
|
|
345
339
|
<div
|
|
346
|
-
class="boxContainer medium
|
|
340
|
+
class="noShrink boxContainer medium filled"
|
|
347
341
|
data-id="boxComponent"
|
|
348
342
|
data-selector-id="box"
|
|
349
343
|
data-test-id="boxComponent"
|
|
@@ -378,8 +372,7 @@ exports[`CheckBox component Should be render isFilled 1`] = `
|
|
|
378
372
|
<DocumentFragment>
|
|
379
373
|
<div
|
|
380
374
|
aria-checked="false"
|
|
381
|
-
class="container pointer primary
|
|
382
|
-
inflex rowdir vCenter"
|
|
375
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
383
376
|
data-id="checkBox"
|
|
384
377
|
data-selector-id="container"
|
|
385
378
|
data-test-id="checkBox"
|
|
@@ -387,7 +380,7 @@ exports[`CheckBox component Should be render isFilled 1`] = `
|
|
|
387
380
|
tabindex="0"
|
|
388
381
|
>
|
|
389
382
|
<div
|
|
390
|
-
class="boxContainer medium
|
|
383
|
+
class="noShrink boxContainer medium filled"
|
|
391
384
|
data-id="boxComponent"
|
|
392
385
|
data-selector-id="box"
|
|
393
386
|
data-test-id="boxComponent"
|
|
@@ -422,8 +415,7 @@ exports[`CheckBox component Should be render name 1`] = `
|
|
|
422
415
|
<DocumentFragment>
|
|
423
416
|
<div
|
|
424
417
|
aria-checked="false"
|
|
425
|
-
class="container pointer primary
|
|
426
|
-
inflex rowdir vCenter"
|
|
418
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
427
419
|
data-id="checkBox"
|
|
428
420
|
data-selector-id="container"
|
|
429
421
|
data-test-id="checkBox"
|
|
@@ -431,7 +423,7 @@ exports[`CheckBox component Should be render name 1`] = `
|
|
|
431
423
|
tabindex="0"
|
|
432
424
|
>
|
|
433
425
|
<div
|
|
434
|
-
class="boxContainer medium
|
|
426
|
+
class="noShrink boxContainer medium filled"
|
|
435
427
|
data-id="boxComponent"
|
|
436
428
|
data-selector-id="box"
|
|
437
429
|
data-test-id="boxComponent"
|
|
@@ -467,8 +459,7 @@ exports[`CheckBox component Should be render text 1`] = `
|
|
|
467
459
|
<DocumentFragment>
|
|
468
460
|
<div
|
|
469
461
|
aria-checked="false"
|
|
470
|
-
class="container pointer primary
|
|
471
|
-
flex rowdir vCenter"
|
|
462
|
+
class="flex row alignItems_center container pointer primary"
|
|
472
463
|
data-id="checkBox"
|
|
473
464
|
data-selector-id="container"
|
|
474
465
|
data-test-id="checkBox"
|
|
@@ -476,7 +467,7 @@ exports[`CheckBox component Should be render text 1`] = `
|
|
|
476
467
|
tabindex="0"
|
|
477
468
|
>
|
|
478
469
|
<div
|
|
479
|
-
class="boxContainer medium
|
|
470
|
+
class="noShrink boxContainer medium filled"
|
|
480
471
|
data-id="boxComponent"
|
|
481
472
|
data-selector-id="box"
|
|
482
473
|
data-test-id="boxComponent"
|
|
@@ -504,7 +495,7 @@ exports[`CheckBox component Should be render text 1`] = `
|
|
|
504
495
|
</label>
|
|
505
496
|
</div>
|
|
506
497
|
<div
|
|
507
|
-
class="
|
|
498
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
508
499
|
data-id="boxComponent"
|
|
509
500
|
data-selector-id="box"
|
|
510
501
|
data-test-id="boxComponent"
|
|
@@ -513,7 +504,7 @@ exports[`CheckBox component Should be render text 1`] = `
|
|
|
513
504
|
class="label title medium default font_default
|
|
514
505
|
dotted cursor
|
|
515
506
|
|
|
516
|
-
pointer
|
|
507
|
+
pointer "
|
|
517
508
|
data-id="label"
|
|
518
509
|
data-selector-id="label"
|
|
519
510
|
data-test-id="label"
|
|
@@ -530,8 +521,7 @@ exports[`CheckBox component Should be render title 1`] = `
|
|
|
530
521
|
<DocumentFragment>
|
|
531
522
|
<div
|
|
532
523
|
aria-checked="false"
|
|
533
|
-
class="container pointer primary
|
|
534
|
-
flex rowdir vCenter"
|
|
524
|
+
class="flex row alignItems_center container pointer primary"
|
|
535
525
|
data-id="checkBox"
|
|
536
526
|
data-selector-id="container"
|
|
537
527
|
data-test-id="checkBox"
|
|
@@ -540,7 +530,7 @@ exports[`CheckBox component Should be render title 1`] = `
|
|
|
540
530
|
tabindex="0"
|
|
541
531
|
>
|
|
542
532
|
<div
|
|
543
|
-
class="boxContainer medium
|
|
533
|
+
class="noShrink boxContainer medium filled"
|
|
544
534
|
data-id="boxComponent"
|
|
545
535
|
data-selector-id="box"
|
|
546
536
|
data-test-id="boxComponent"
|
|
@@ -568,7 +558,7 @@ exports[`CheckBox component Should be render title 1`] = `
|
|
|
568
558
|
</label>
|
|
569
559
|
</div>
|
|
570
560
|
<div
|
|
571
|
-
class="
|
|
561
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
572
562
|
data-id="boxComponent"
|
|
573
563
|
data-selector-id="box"
|
|
574
564
|
data-test-id="boxComponent"
|
|
@@ -577,7 +567,7 @@ exports[`CheckBox component Should be render title 1`] = `
|
|
|
577
567
|
class="label title medium default font_default
|
|
578
568
|
dotted cursor
|
|
579
569
|
|
|
580
|
-
pointer
|
|
570
|
+
pointer "
|
|
581
571
|
data-id="label"
|
|
582
572
|
data-selector-id="label"
|
|
583
573
|
data-test-id="label"
|
|
@@ -594,8 +584,7 @@ exports[`CheckBox component Should be render with the basic set of default props
|
|
|
594
584
|
<DocumentFragment>
|
|
595
585
|
<div
|
|
596
586
|
aria-checked="false"
|
|
597
|
-
class="container pointer primary
|
|
598
|
-
inflex rowdir vCenter"
|
|
587
|
+
class="inlineFlex row alignItems_center container pointer primary"
|
|
599
588
|
data-id="checkBox"
|
|
600
589
|
data-selector-id="container"
|
|
601
590
|
data-test-id="checkBox"
|
|
@@ -603,7 +592,7 @@ exports[`CheckBox component Should be render with the basic set of default props
|
|
|
603
592
|
tabindex="0"
|
|
604
593
|
>
|
|
605
594
|
<div
|
|
606
|
-
class="boxContainer medium
|
|
595
|
+
class="noShrink boxContainer medium filled"
|
|
607
596
|
data-id="boxComponent"
|
|
608
597
|
data-selector-id="box"
|
|
609
598
|
data-test-id="boxComponent"
|
|
@@ -638,8 +627,8 @@ exports[`CheckBox component Should render active - danger 1`] = `
|
|
|
638
627
|
<DocumentFragment>
|
|
639
628
|
<div
|
|
640
629
|
aria-checked="true"
|
|
641
|
-
class="container pointer danger
|
|
642
|
-
checkeddanger
|
|
630
|
+
class="flex row alignItems_center container pointer danger
|
|
631
|
+
checkeddanger"
|
|
643
632
|
data-id="checkBox"
|
|
644
633
|
data-selector-id="container"
|
|
645
634
|
data-test-id="checkBox"
|
|
@@ -647,7 +636,7 @@ exports[`CheckBox component Should render active - danger 1`] = `
|
|
|
647
636
|
tabindex="0"
|
|
648
637
|
>
|
|
649
638
|
<div
|
|
650
|
-
class="boxContainer medium
|
|
639
|
+
class="noShrink boxContainer medium filled"
|
|
651
640
|
data-id="boxComponent"
|
|
652
641
|
data-selector-id="box"
|
|
653
642
|
data-test-id="boxComponent"
|
|
@@ -669,7 +658,7 @@ exports[`CheckBox component Should render active - danger 1`] = `
|
|
|
669
658
|
/>
|
|
670
659
|
</svg>
|
|
671
660
|
<svg
|
|
672
|
-
class="tick mediumtick
|
|
661
|
+
class="tick mediumtick "
|
|
673
662
|
viewBox="0 0 44 44"
|
|
674
663
|
xmlns="http://www.w3.org/2000/svg"
|
|
675
664
|
>
|
|
@@ -681,7 +670,7 @@ exports[`CheckBox component Should render active - danger 1`] = `
|
|
|
681
670
|
</label>
|
|
682
671
|
</div>
|
|
683
672
|
<div
|
|
684
|
-
class="
|
|
673
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
685
674
|
data-id="boxComponent"
|
|
686
675
|
data-selector-id="box"
|
|
687
676
|
data-test-id="boxComponent"
|
|
@@ -690,7 +679,7 @@ exports[`CheckBox component Should render active - danger 1`] = `
|
|
|
690
679
|
class="label title medium default font_default
|
|
691
680
|
dotted cursor activedangerLabel
|
|
692
681
|
checkeddangerLabel
|
|
693
|
-
pointer
|
|
682
|
+
pointer "
|
|
694
683
|
data-id="label"
|
|
695
684
|
data-selector-id="label"
|
|
696
685
|
data-test-id="label"
|
|
@@ -707,8 +696,8 @@ exports[`CheckBox component Should render active - primary 1`] = `
|
|
|
707
696
|
<DocumentFragment>
|
|
708
697
|
<div
|
|
709
698
|
aria-checked="true"
|
|
710
|
-
class="container pointer primary
|
|
711
|
-
checkedprimary
|
|
699
|
+
class="flex row alignItems_center container pointer primary
|
|
700
|
+
checkedprimary"
|
|
712
701
|
data-id="checkBox"
|
|
713
702
|
data-selector-id="container"
|
|
714
703
|
data-test-id="checkBox"
|
|
@@ -716,7 +705,7 @@ exports[`CheckBox component Should render active - primary 1`] = `
|
|
|
716
705
|
tabindex="0"
|
|
717
706
|
>
|
|
718
707
|
<div
|
|
719
|
-
class="boxContainer medium
|
|
708
|
+
class="noShrink boxContainer medium filled"
|
|
720
709
|
data-id="boxComponent"
|
|
721
710
|
data-selector-id="box"
|
|
722
711
|
data-test-id="boxComponent"
|
|
@@ -738,7 +727,7 @@ exports[`CheckBox component Should render active - primary 1`] = `
|
|
|
738
727
|
/>
|
|
739
728
|
</svg>
|
|
740
729
|
<svg
|
|
741
|
-
class="tick mediumtick
|
|
730
|
+
class="tick mediumtick "
|
|
742
731
|
viewBox="0 0 44 44"
|
|
743
732
|
xmlns="http://www.w3.org/2000/svg"
|
|
744
733
|
>
|
|
@@ -750,7 +739,7 @@ exports[`CheckBox component Should render active - primary 1`] = `
|
|
|
750
739
|
</label>
|
|
751
740
|
</div>
|
|
752
741
|
<div
|
|
753
|
-
class="
|
|
742
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
754
743
|
data-id="boxComponent"
|
|
755
744
|
data-selector-id="box"
|
|
756
745
|
data-test-id="boxComponent"
|
|
@@ -759,7 +748,7 @@ exports[`CheckBox component Should render active - primary 1`] = `
|
|
|
759
748
|
class="label title medium default font_default
|
|
760
749
|
dotted cursor activeprimaryLabel
|
|
761
750
|
checkedprimaryLabel
|
|
762
|
-
pointer
|
|
751
|
+
pointer "
|
|
763
752
|
data-id="label"
|
|
764
753
|
data-selector-id="label"
|
|
765
754
|
data-test-id="label"
|
|
@@ -776,8 +765,7 @@ exports[`CheckBox component Should render labelSize - default 1`] = `
|
|
|
776
765
|
<DocumentFragment>
|
|
777
766
|
<div
|
|
778
767
|
aria-checked="false"
|
|
779
|
-
class="container pointer primary
|
|
780
|
-
flex rowdir vCenter"
|
|
768
|
+
class="flex row alignItems_center container pointer primary"
|
|
781
769
|
data-id="checkBox"
|
|
782
770
|
data-selector-id="container"
|
|
783
771
|
data-test-id="checkBox"
|
|
@@ -785,7 +773,7 @@ exports[`CheckBox component Should render labelSize - default 1`] = `
|
|
|
785
773
|
tabindex="0"
|
|
786
774
|
>
|
|
787
775
|
<div
|
|
788
|
-
class="boxContainer medium
|
|
776
|
+
class="noShrink boxContainer medium filled"
|
|
789
777
|
data-id="boxComponent"
|
|
790
778
|
data-selector-id="box"
|
|
791
779
|
data-test-id="boxComponent"
|
|
@@ -813,7 +801,7 @@ exports[`CheckBox component Should render labelSize - default 1`] = `
|
|
|
813
801
|
</label>
|
|
814
802
|
</div>
|
|
815
803
|
<div
|
|
816
|
-
class="
|
|
804
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
817
805
|
data-id="boxComponent"
|
|
818
806
|
data-selector-id="box"
|
|
819
807
|
data-test-id="boxComponent"
|
|
@@ -822,7 +810,7 @@ exports[`CheckBox component Should render labelSize - default 1`] = `
|
|
|
822
810
|
class="label title medium default font_default
|
|
823
811
|
dotted cursor
|
|
824
812
|
|
|
825
|
-
pointer
|
|
813
|
+
pointer "
|
|
826
814
|
data-id="label"
|
|
827
815
|
data-selector-id="label"
|
|
828
816
|
data-test-id="label"
|
|
@@ -839,8 +827,7 @@ exports[`CheckBox component Should render labelSize - large 1`] = `
|
|
|
839
827
|
<DocumentFragment>
|
|
840
828
|
<div
|
|
841
829
|
aria-checked="false"
|
|
842
|
-
class="container pointer primary
|
|
843
|
-
flex rowdir vCenter"
|
|
830
|
+
class="flex row alignItems_center container pointer primary"
|
|
844
831
|
data-id="checkBox"
|
|
845
832
|
data-selector-id="container"
|
|
846
833
|
data-test-id="checkBox"
|
|
@@ -848,7 +835,7 @@ exports[`CheckBox component Should render labelSize - large 1`] = `
|
|
|
848
835
|
tabindex="0"
|
|
849
836
|
>
|
|
850
837
|
<div
|
|
851
|
-
class="boxContainer medium
|
|
838
|
+
class="noShrink boxContainer medium filled"
|
|
852
839
|
data-id="boxComponent"
|
|
853
840
|
data-selector-id="box"
|
|
854
841
|
data-test-id="boxComponent"
|
|
@@ -876,7 +863,7 @@ exports[`CheckBox component Should render labelSize - large 1`] = `
|
|
|
876
863
|
</label>
|
|
877
864
|
</div>
|
|
878
865
|
<div
|
|
879
|
-
class="
|
|
866
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
880
867
|
data-id="boxComponent"
|
|
881
868
|
data-selector-id="box"
|
|
882
869
|
data-test-id="boxComponent"
|
|
@@ -885,7 +872,7 @@ exports[`CheckBox component Should render labelSize - large 1`] = `
|
|
|
885
872
|
class="label title large default font_default
|
|
886
873
|
dotted cursor
|
|
887
874
|
|
|
888
|
-
pointer
|
|
875
|
+
pointer "
|
|
889
876
|
data-id="label"
|
|
890
877
|
data-selector-id="label"
|
|
891
878
|
data-test-id="label"
|
|
@@ -902,8 +889,7 @@ exports[`CheckBox component Should render labelSize - medium 1`] = `
|
|
|
902
889
|
<DocumentFragment>
|
|
903
890
|
<div
|
|
904
891
|
aria-checked="false"
|
|
905
|
-
class="container pointer primary
|
|
906
|
-
flex rowdir vCenter"
|
|
892
|
+
class="flex row alignItems_center container pointer primary"
|
|
907
893
|
data-id="checkBox"
|
|
908
894
|
data-selector-id="container"
|
|
909
895
|
data-test-id="checkBox"
|
|
@@ -911,7 +897,7 @@ exports[`CheckBox component Should render labelSize - medium 1`] = `
|
|
|
911
897
|
tabindex="0"
|
|
912
898
|
>
|
|
913
899
|
<div
|
|
914
|
-
class="boxContainer medium
|
|
900
|
+
class="noShrink boxContainer medium filled"
|
|
915
901
|
data-id="boxComponent"
|
|
916
902
|
data-selector-id="box"
|
|
917
903
|
data-test-id="boxComponent"
|
|
@@ -939,7 +925,7 @@ exports[`CheckBox component Should render labelSize - medium 1`] = `
|
|
|
939
925
|
</label>
|
|
940
926
|
</div>
|
|
941
927
|
<div
|
|
942
|
-
class="
|
|
928
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
943
929
|
data-id="boxComponent"
|
|
944
930
|
data-selector-id="box"
|
|
945
931
|
data-test-id="boxComponent"
|
|
@@ -948,7 +934,7 @@ exports[`CheckBox component Should render labelSize - medium 1`] = `
|
|
|
948
934
|
class="label title medium default font_default
|
|
949
935
|
dotted cursor
|
|
950
936
|
|
|
951
|
-
pointer
|
|
937
|
+
pointer "
|
|
952
938
|
data-id="label"
|
|
953
939
|
data-selector-id="label"
|
|
954
940
|
data-test-id="label"
|
|
@@ -965,8 +951,7 @@ exports[`CheckBox component Should render labelSize - primary 1`] = `
|
|
|
965
951
|
<DocumentFragment>
|
|
966
952
|
<div
|
|
967
953
|
aria-checked="false"
|
|
968
|
-
class="container pointer primary
|
|
969
|
-
flex rowdir vCenter"
|
|
954
|
+
class="flex row alignItems_center container pointer primary"
|
|
970
955
|
data-id="checkBox"
|
|
971
956
|
data-selector-id="container"
|
|
972
957
|
data-test-id="checkBox"
|
|
@@ -974,7 +959,7 @@ exports[`CheckBox component Should render labelSize - primary 1`] = `
|
|
|
974
959
|
tabindex="0"
|
|
975
960
|
>
|
|
976
961
|
<div
|
|
977
|
-
class="boxContainer medium
|
|
962
|
+
class="noShrink boxContainer medium filled"
|
|
978
963
|
data-id="boxComponent"
|
|
979
964
|
data-selector-id="box"
|
|
980
965
|
data-test-id="boxComponent"
|
|
@@ -1002,7 +987,7 @@ exports[`CheckBox component Should render labelSize - primary 1`] = `
|
|
|
1002
987
|
</label>
|
|
1003
988
|
</div>
|
|
1004
989
|
<div
|
|
1005
|
-
class="
|
|
990
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1006
991
|
data-id="boxComponent"
|
|
1007
992
|
data-selector-id="box"
|
|
1008
993
|
data-test-id="boxComponent"
|
|
@@ -1011,7 +996,7 @@ exports[`CheckBox component Should render labelSize - primary 1`] = `
|
|
|
1011
996
|
class="label title medium default font_primary
|
|
1012
997
|
dotted cursor
|
|
1013
998
|
|
|
1014
|
-
pointer
|
|
999
|
+
pointer "
|
|
1015
1000
|
data-id="label"
|
|
1016
1001
|
data-selector-id="label"
|
|
1017
1002
|
data-test-id="label"
|
|
@@ -1028,8 +1013,7 @@ exports[`CheckBox component Should render labelSize - small 1`] = `
|
|
|
1028
1013
|
<DocumentFragment>
|
|
1029
1014
|
<div
|
|
1030
1015
|
aria-checked="false"
|
|
1031
|
-
class="container pointer primary
|
|
1032
|
-
flex rowdir vCenter"
|
|
1016
|
+
class="flex row alignItems_center container pointer primary"
|
|
1033
1017
|
data-id="checkBox"
|
|
1034
1018
|
data-selector-id="container"
|
|
1035
1019
|
data-test-id="checkBox"
|
|
@@ -1037,7 +1021,7 @@ exports[`CheckBox component Should render labelSize - small 1`] = `
|
|
|
1037
1021
|
tabindex="0"
|
|
1038
1022
|
>
|
|
1039
1023
|
<div
|
|
1040
|
-
class="boxContainer medium
|
|
1024
|
+
class="noShrink boxContainer medium filled"
|
|
1041
1025
|
data-id="boxComponent"
|
|
1042
1026
|
data-selector-id="box"
|
|
1043
1027
|
data-test-id="boxComponent"
|
|
@@ -1065,7 +1049,7 @@ exports[`CheckBox component Should render labelSize - small 1`] = `
|
|
|
1065
1049
|
</label>
|
|
1066
1050
|
</div>
|
|
1067
1051
|
<div
|
|
1068
|
-
class="
|
|
1052
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1069
1053
|
data-id="boxComponent"
|
|
1070
1054
|
data-selector-id="box"
|
|
1071
1055
|
data-test-id="boxComponent"
|
|
@@ -1074,7 +1058,7 @@ exports[`CheckBox component Should render labelSize - small 1`] = `
|
|
|
1074
1058
|
class="label title small default font_default
|
|
1075
1059
|
dotted cursor
|
|
1076
1060
|
|
|
1077
|
-
pointer
|
|
1061
|
+
pointer "
|
|
1078
1062
|
data-id="label"
|
|
1079
1063
|
data-selector-id="label"
|
|
1080
1064
|
data-test-id="label"
|
|
@@ -1091,8 +1075,8 @@ exports[`CheckBox component Should render palette and checkbox with checked - da
|
|
|
1091
1075
|
<DocumentFragment>
|
|
1092
1076
|
<div
|
|
1093
1077
|
aria-checked="true"
|
|
1094
|
-
class="container pointer danger
|
|
1095
|
-
checkeddanger
|
|
1078
|
+
class="flex row alignItems_center container pointer danger
|
|
1079
|
+
checkeddanger"
|
|
1096
1080
|
data-id="checkBox"
|
|
1097
1081
|
data-selector-id="container"
|
|
1098
1082
|
data-test-id="checkBox"
|
|
@@ -1100,7 +1084,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - da
|
|
|
1100
1084
|
tabindex="0"
|
|
1101
1085
|
>
|
|
1102
1086
|
<div
|
|
1103
|
-
class="boxContainer medium
|
|
1087
|
+
class="noShrink boxContainer medium filled"
|
|
1104
1088
|
data-id="boxComponent"
|
|
1105
1089
|
data-selector-id="box"
|
|
1106
1090
|
data-test-id="boxComponent"
|
|
@@ -1122,7 +1106,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - da
|
|
|
1122
1106
|
/>
|
|
1123
1107
|
</svg>
|
|
1124
1108
|
<svg
|
|
1125
|
-
class="tick mediumtick
|
|
1109
|
+
class="tick mediumtick "
|
|
1126
1110
|
viewBox="0 0 44 44"
|
|
1127
1111
|
xmlns="http://www.w3.org/2000/svg"
|
|
1128
1112
|
>
|
|
@@ -1134,7 +1118,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - da
|
|
|
1134
1118
|
</label>
|
|
1135
1119
|
</div>
|
|
1136
1120
|
<div
|
|
1137
|
-
class="
|
|
1121
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1138
1122
|
data-id="boxComponent"
|
|
1139
1123
|
data-selector-id="box"
|
|
1140
1124
|
data-test-id="boxComponent"
|
|
@@ -1143,7 +1127,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - da
|
|
|
1143
1127
|
class="label title medium default font_default
|
|
1144
1128
|
dotted cursor activedangerLabel
|
|
1145
1129
|
checkeddangerLabel
|
|
1146
|
-
pointer
|
|
1130
|
+
pointer "
|
|
1147
1131
|
data-id="label"
|
|
1148
1132
|
data-selector-id="label"
|
|
1149
1133
|
data-test-id="label"
|
|
@@ -1160,8 +1144,8 @@ exports[`CheckBox component Should render palette and checkbox with checked - pr
|
|
|
1160
1144
|
<DocumentFragment>
|
|
1161
1145
|
<div
|
|
1162
1146
|
aria-checked="true"
|
|
1163
|
-
class="container pointer primary
|
|
1164
|
-
checkedprimary
|
|
1147
|
+
class="flex row alignItems_center container pointer primary
|
|
1148
|
+
checkedprimary"
|
|
1165
1149
|
data-id="checkBox"
|
|
1166
1150
|
data-selector-id="container"
|
|
1167
1151
|
data-test-id="checkBox"
|
|
@@ -1169,7 +1153,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - pr
|
|
|
1169
1153
|
tabindex="0"
|
|
1170
1154
|
>
|
|
1171
1155
|
<div
|
|
1172
|
-
class="boxContainer medium
|
|
1156
|
+
class="noShrink boxContainer medium filled"
|
|
1173
1157
|
data-id="boxComponent"
|
|
1174
1158
|
data-selector-id="box"
|
|
1175
1159
|
data-test-id="boxComponent"
|
|
@@ -1191,7 +1175,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - pr
|
|
|
1191
1175
|
/>
|
|
1192
1176
|
</svg>
|
|
1193
1177
|
<svg
|
|
1194
|
-
class="tick mediumtick
|
|
1178
|
+
class="tick mediumtick "
|
|
1195
1179
|
viewBox="0 0 44 44"
|
|
1196
1180
|
xmlns="http://www.w3.org/2000/svg"
|
|
1197
1181
|
>
|
|
@@ -1203,7 +1187,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - pr
|
|
|
1203
1187
|
</label>
|
|
1204
1188
|
</div>
|
|
1205
1189
|
<div
|
|
1206
|
-
class="
|
|
1190
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1207
1191
|
data-id="boxComponent"
|
|
1208
1192
|
data-selector-id="box"
|
|
1209
1193
|
data-test-id="boxComponent"
|
|
@@ -1212,7 +1196,7 @@ exports[`CheckBox component Should render palette and checkbox with checked - pr
|
|
|
1212
1196
|
class="label title medium default font_default
|
|
1213
1197
|
dotted cursor activeprimaryLabel
|
|
1214
1198
|
checkedprimaryLabel
|
|
1215
|
-
pointer
|
|
1199
|
+
pointer "
|
|
1216
1200
|
data-id="label"
|
|
1217
1201
|
data-selector-id="label"
|
|
1218
1202
|
data-test-id="label"
|
|
@@ -1229,8 +1213,7 @@ exports[`CheckBox component Should render secondaryText 1`] = `
|
|
|
1229
1213
|
<DocumentFragment>
|
|
1230
1214
|
<div
|
|
1231
1215
|
aria-checked="false"
|
|
1232
|
-
class="container pointer primary
|
|
1233
|
-
flex rowdir vCenter"
|
|
1216
|
+
class="flex row alignItems_center container pointer primary"
|
|
1234
1217
|
data-id="checkBox"
|
|
1235
1218
|
data-selector-id="container"
|
|
1236
1219
|
data-test-id="checkBox"
|
|
@@ -1238,7 +1221,7 @@ exports[`CheckBox component Should render secondaryText 1`] = `
|
|
|
1238
1221
|
tabindex="0"
|
|
1239
1222
|
>
|
|
1240
1223
|
<div
|
|
1241
|
-
class="boxContainer withSecondaryText medium
|
|
1224
|
+
class="noShrink alignSelf_start boxContainer withSecondaryText medium filled"
|
|
1242
1225
|
data-id="boxComponent"
|
|
1243
1226
|
data-selector-id="box"
|
|
1244
1227
|
data-test-id="boxComponent"
|
|
@@ -1266,7 +1249,7 @@ exports[`CheckBox component Should render secondaryText 1`] = `
|
|
|
1266
1249
|
</label>
|
|
1267
1250
|
</div>
|
|
1268
1251
|
<div
|
|
1269
|
-
class="
|
|
1252
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1270
1253
|
data-id="boxComponent"
|
|
1271
1254
|
data-selector-id="box"
|
|
1272
1255
|
data-test-id="boxComponent"
|
|
@@ -1275,7 +1258,7 @@ exports[`CheckBox component Should render secondaryText 1`] = `
|
|
|
1275
1258
|
class="label title medium default font_default
|
|
1276
1259
|
dotted cursor
|
|
1277
1260
|
|
|
1278
|
-
pointer
|
|
1261
|
+
pointer "
|
|
1279
1262
|
data-id="label"
|
|
1280
1263
|
data-selector-id="label"
|
|
1281
1264
|
data-test-id="label"
|
|
@@ -1298,8 +1281,7 @@ exports[`CheckBox component Should render size - danger 1`] = `
|
|
|
1298
1281
|
<DocumentFragment>
|
|
1299
1282
|
<div
|
|
1300
1283
|
aria-checked="false"
|
|
1301
|
-
class="container pointer primary
|
|
1302
|
-
flex rowdir vCenter"
|
|
1284
|
+
class="flex row alignItems_center container pointer primary"
|
|
1303
1285
|
data-id="checkBox"
|
|
1304
1286
|
data-selector-id="container"
|
|
1305
1287
|
data-test-id="checkBox"
|
|
@@ -1307,7 +1289,7 @@ exports[`CheckBox component Should render size - danger 1`] = `
|
|
|
1307
1289
|
tabindex="0"
|
|
1308
1290
|
>
|
|
1309
1291
|
<div
|
|
1310
|
-
class="boxContainer medium
|
|
1292
|
+
class="noShrink boxContainer medium filled"
|
|
1311
1293
|
data-id="boxComponent"
|
|
1312
1294
|
data-selector-id="box"
|
|
1313
1295
|
data-test-id="boxComponent"
|
|
@@ -1335,7 +1317,7 @@ exports[`CheckBox component Should render size - danger 1`] = `
|
|
|
1335
1317
|
</label>
|
|
1336
1318
|
</div>
|
|
1337
1319
|
<div
|
|
1338
|
-
class="
|
|
1320
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1339
1321
|
data-id="boxComponent"
|
|
1340
1322
|
data-selector-id="box"
|
|
1341
1323
|
data-test-id="boxComponent"
|
|
@@ -1344,7 +1326,7 @@ exports[`CheckBox component Should render size - danger 1`] = `
|
|
|
1344
1326
|
class="label title medium danger font_default
|
|
1345
1327
|
dotted cursor
|
|
1346
1328
|
|
|
1347
|
-
pointer
|
|
1329
|
+
pointer "
|
|
1348
1330
|
data-id="label"
|
|
1349
1331
|
data-selector-id="label"
|
|
1350
1332
|
data-test-id="label"
|
|
@@ -1361,8 +1343,7 @@ exports[`CheckBox component Should render size - default 1`] = `
|
|
|
1361
1343
|
<DocumentFragment>
|
|
1362
1344
|
<div
|
|
1363
1345
|
aria-checked="false"
|
|
1364
|
-
class="container pointer primary
|
|
1365
|
-
flex rowdir vCenter"
|
|
1346
|
+
class="flex row alignItems_center container pointer primary"
|
|
1366
1347
|
data-id="checkBox"
|
|
1367
1348
|
data-selector-id="container"
|
|
1368
1349
|
data-test-id="checkBox"
|
|
@@ -1370,7 +1351,7 @@ exports[`CheckBox component Should render size - default 1`] = `
|
|
|
1370
1351
|
tabindex="0"
|
|
1371
1352
|
>
|
|
1372
1353
|
<div
|
|
1373
|
-
class="boxContainer medium
|
|
1354
|
+
class="noShrink boxContainer medium filled"
|
|
1374
1355
|
data-id="boxComponent"
|
|
1375
1356
|
data-selector-id="box"
|
|
1376
1357
|
data-test-id="boxComponent"
|
|
@@ -1398,7 +1379,7 @@ exports[`CheckBox component Should render size - default 1`] = `
|
|
|
1398
1379
|
</label>
|
|
1399
1380
|
</div>
|
|
1400
1381
|
<div
|
|
1401
|
-
class="
|
|
1382
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1402
1383
|
data-id="boxComponent"
|
|
1403
1384
|
data-selector-id="box"
|
|
1404
1385
|
data-test-id="boxComponent"
|
|
@@ -1407,7 +1388,7 @@ exports[`CheckBox component Should render size - default 1`] = `
|
|
|
1407
1388
|
class="label title medium default font_default
|
|
1408
1389
|
dotted cursor
|
|
1409
1390
|
|
|
1410
|
-
pointer
|
|
1391
|
+
pointer "
|
|
1411
1392
|
data-id="label"
|
|
1412
1393
|
data-selector-id="label"
|
|
1413
1394
|
data-test-id="label"
|
|
@@ -1424,8 +1405,7 @@ exports[`CheckBox component Should render size - mandatory 1`] = `
|
|
|
1424
1405
|
<DocumentFragment>
|
|
1425
1406
|
<div
|
|
1426
1407
|
aria-checked="false"
|
|
1427
|
-
class="container pointer primary
|
|
1428
|
-
flex rowdir vCenter"
|
|
1408
|
+
class="flex row alignItems_center container pointer primary"
|
|
1429
1409
|
data-id="checkBox"
|
|
1430
1410
|
data-selector-id="container"
|
|
1431
1411
|
data-test-id="checkBox"
|
|
@@ -1433,7 +1413,7 @@ exports[`CheckBox component Should render size - mandatory 1`] = `
|
|
|
1433
1413
|
tabindex="0"
|
|
1434
1414
|
>
|
|
1435
1415
|
<div
|
|
1436
|
-
class="boxContainer medium
|
|
1416
|
+
class="noShrink boxContainer medium filled"
|
|
1437
1417
|
data-id="boxComponent"
|
|
1438
1418
|
data-selector-id="box"
|
|
1439
1419
|
data-test-id="boxComponent"
|
|
@@ -1461,7 +1441,7 @@ exports[`CheckBox component Should render size - mandatory 1`] = `
|
|
|
1461
1441
|
</label>
|
|
1462
1442
|
</div>
|
|
1463
1443
|
<div
|
|
1464
|
-
class="
|
|
1444
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1465
1445
|
data-id="boxComponent"
|
|
1466
1446
|
data-selector-id="box"
|
|
1467
1447
|
data-test-id="boxComponent"
|
|
@@ -1470,7 +1450,7 @@ exports[`CheckBox component Should render size - mandatory 1`] = `
|
|
|
1470
1450
|
class="label title medium mandatory font_default
|
|
1471
1451
|
dotted cursor
|
|
1472
1452
|
|
|
1473
|
-
pointer
|
|
1453
|
+
pointer "
|
|
1474
1454
|
data-id="label"
|
|
1475
1455
|
data-selector-id="label"
|
|
1476
1456
|
data-test-id="label"
|
|
@@ -1487,8 +1467,8 @@ exports[`CheckBox component Should render size - medium 1`] = `
|
|
|
1487
1467
|
<DocumentFragment>
|
|
1488
1468
|
<div
|
|
1489
1469
|
aria-checked="true"
|
|
1490
|
-
class="container pointer primary
|
|
1491
|
-
checkedprimary
|
|
1470
|
+
class="inlineFlex row alignItems_center container pointer primary
|
|
1471
|
+
checkedprimary"
|
|
1492
1472
|
data-id="checkBox"
|
|
1493
1473
|
data-selector-id="container"
|
|
1494
1474
|
data-test-id="checkBox"
|
|
@@ -1496,7 +1476,7 @@ exports[`CheckBox component Should render size - medium 1`] = `
|
|
|
1496
1476
|
tabindex="0"
|
|
1497
1477
|
>
|
|
1498
1478
|
<div
|
|
1499
|
-
class="boxContainer medium
|
|
1479
|
+
class="noShrink boxContainer medium filled"
|
|
1500
1480
|
data-id="boxComponent"
|
|
1501
1481
|
data-selector-id="box"
|
|
1502
1482
|
data-test-id="boxComponent"
|
|
@@ -1518,7 +1498,7 @@ exports[`CheckBox component Should render size - medium 1`] = `
|
|
|
1518
1498
|
/>
|
|
1519
1499
|
</svg>
|
|
1520
1500
|
<svg
|
|
1521
|
-
class="tick mediumtick
|
|
1501
|
+
class="tick mediumtick "
|
|
1522
1502
|
viewBox="0 0 44 44"
|
|
1523
1503
|
xmlns="http://www.w3.org/2000/svg"
|
|
1524
1504
|
>
|
|
@@ -1537,8 +1517,7 @@ exports[`CheckBox component Should render size - primary 1`] = `
|
|
|
1537
1517
|
<DocumentFragment>
|
|
1538
1518
|
<div
|
|
1539
1519
|
aria-checked="false"
|
|
1540
|
-
class="container pointer primary
|
|
1541
|
-
flex rowdir vCenter"
|
|
1520
|
+
class="flex row alignItems_center container pointer primary"
|
|
1542
1521
|
data-id="checkBox"
|
|
1543
1522
|
data-selector-id="container"
|
|
1544
1523
|
data-test-id="checkBox"
|
|
@@ -1546,7 +1525,7 @@ exports[`CheckBox component Should render size - primary 1`] = `
|
|
|
1546
1525
|
tabindex="0"
|
|
1547
1526
|
>
|
|
1548
1527
|
<div
|
|
1549
|
-
class="boxContainer medium
|
|
1528
|
+
class="noShrink boxContainer medium filled"
|
|
1550
1529
|
data-id="boxComponent"
|
|
1551
1530
|
data-selector-id="box"
|
|
1552
1531
|
data-test-id="boxComponent"
|
|
@@ -1574,7 +1553,7 @@ exports[`CheckBox component Should render size - primary 1`] = `
|
|
|
1574
1553
|
</label>
|
|
1575
1554
|
</div>
|
|
1576
1555
|
<div
|
|
1577
|
-
class="
|
|
1556
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1578
1557
|
data-id="boxComponent"
|
|
1579
1558
|
data-selector-id="box"
|
|
1580
1559
|
data-test-id="boxComponent"
|
|
@@ -1583,7 +1562,7 @@ exports[`CheckBox component Should render size - primary 1`] = `
|
|
|
1583
1562
|
class="label title medium primary font_default
|
|
1584
1563
|
dotted cursor
|
|
1585
1564
|
|
|
1586
|
-
pointer
|
|
1565
|
+
pointer "
|
|
1587
1566
|
data-id="label"
|
|
1588
1567
|
data-selector-id="label"
|
|
1589
1568
|
data-test-id="label"
|
|
@@ -1600,8 +1579,7 @@ exports[`CheckBox component Should render size - secondary 1`] = `
|
|
|
1600
1579
|
<DocumentFragment>
|
|
1601
1580
|
<div
|
|
1602
1581
|
aria-checked="false"
|
|
1603
|
-
class="container pointer primary
|
|
1604
|
-
flex rowdir vCenter"
|
|
1582
|
+
class="flex row alignItems_center container pointer primary"
|
|
1605
1583
|
data-id="checkBox"
|
|
1606
1584
|
data-selector-id="container"
|
|
1607
1585
|
data-test-id="checkBox"
|
|
@@ -1609,7 +1587,7 @@ exports[`CheckBox component Should render size - secondary 1`] = `
|
|
|
1609
1587
|
tabindex="0"
|
|
1610
1588
|
>
|
|
1611
1589
|
<div
|
|
1612
|
-
class="boxContainer medium
|
|
1590
|
+
class="noShrink boxContainer medium filled"
|
|
1613
1591
|
data-id="boxComponent"
|
|
1614
1592
|
data-selector-id="box"
|
|
1615
1593
|
data-test-id="boxComponent"
|
|
@@ -1637,7 +1615,7 @@ exports[`CheckBox component Should render size - secondary 1`] = `
|
|
|
1637
1615
|
</label>
|
|
1638
1616
|
</div>
|
|
1639
1617
|
<div
|
|
1640
|
-
class="
|
|
1618
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1641
1619
|
data-id="boxComponent"
|
|
1642
1620
|
data-selector-id="box"
|
|
1643
1621
|
data-test-id="boxComponent"
|
|
@@ -1646,7 +1624,7 @@ exports[`CheckBox component Should render size - secondary 1`] = `
|
|
|
1646
1624
|
class="label title medium secondary font_default
|
|
1647
1625
|
dotted cursor
|
|
1648
1626
|
|
|
1649
|
-
pointer
|
|
1627
|
+
pointer "
|
|
1650
1628
|
data-id="label"
|
|
1651
1629
|
data-selector-id="label"
|
|
1652
1630
|
data-test-id="label"
|
|
@@ -1663,8 +1641,8 @@ exports[`CheckBox component Should render size - small 1`] = `
|
|
|
1663
1641
|
<DocumentFragment>
|
|
1664
1642
|
<div
|
|
1665
1643
|
aria-checked="true"
|
|
1666
|
-
class="container pointer primary
|
|
1667
|
-
checkedprimary
|
|
1644
|
+
class="inlineFlex row alignItems_center container pointer primary
|
|
1645
|
+
checkedprimary"
|
|
1668
1646
|
data-id="checkBox"
|
|
1669
1647
|
data-selector-id="container"
|
|
1670
1648
|
data-test-id="checkBox"
|
|
@@ -1672,7 +1650,7 @@ exports[`CheckBox component Should render size - small 1`] = `
|
|
|
1672
1650
|
tabindex="0"
|
|
1673
1651
|
>
|
|
1674
1652
|
<div
|
|
1675
|
-
class="boxContainer small
|
|
1653
|
+
class="noShrink boxContainer small filled"
|
|
1676
1654
|
data-id="boxComponent"
|
|
1677
1655
|
data-selector-id="box"
|
|
1678
1656
|
data-test-id="boxComponent"
|
|
@@ -1694,7 +1672,7 @@ exports[`CheckBox component Should render size - small 1`] = `
|
|
|
1694
1672
|
/>
|
|
1695
1673
|
</svg>
|
|
1696
1674
|
<svg
|
|
1697
|
-
class="tick smalltick
|
|
1675
|
+
class="tick smalltick "
|
|
1698
1676
|
viewBox="0 0 44 44"
|
|
1699
1677
|
xmlns="http://www.w3.org/2000/svg"
|
|
1700
1678
|
>
|
|
@@ -1716,8 +1694,8 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1716
1694
|
aria-hidden="false"
|
|
1717
1695
|
aria-label="ariaLabelCheckBox"
|
|
1718
1696
|
aria-labelledby="ariaLabelledbyCheckBox"
|
|
1719
|
-
class="container pointer primary
|
|
1720
|
-
checkedprimary
|
|
1697
|
+
class="inlineFlex row alignItems_center container pointer primary
|
|
1698
|
+
checkedprimary"
|
|
1721
1699
|
data-id="checkBox"
|
|
1722
1700
|
data-selector-id="container"
|
|
1723
1701
|
data-test-id="checkBox"
|
|
@@ -1725,7 +1703,7 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1725
1703
|
tabindex="0"
|
|
1726
1704
|
>
|
|
1727
1705
|
<div
|
|
1728
|
-
class="boxContainer medium
|
|
1706
|
+
class="noShrink boxContainer medium filled"
|
|
1729
1707
|
data-id="boxComponent"
|
|
1730
1708
|
data-selector-id="box"
|
|
1731
1709
|
data-test-id="boxComponent"
|
|
@@ -1747,7 +1725,7 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1747
1725
|
/>
|
|
1748
1726
|
</svg>
|
|
1749
1727
|
<svg
|
|
1750
|
-
class="tick mediumtick
|
|
1728
|
+
class="tick mediumtick "
|
|
1751
1729
|
viewBox="0 0 44 44"
|
|
1752
1730
|
xmlns="http://www.w3.org/2000/svg"
|
|
1753
1731
|
>
|
|
@@ -1769,8 +1747,8 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1769
1747
|
aria-hidden="true"
|
|
1770
1748
|
aria-label="ariaLabelCheckBox"
|
|
1771
1749
|
aria-labelledby="ariaLabelledbyCheckBox"
|
|
1772
|
-
class="container pointer primary
|
|
1773
|
-
checkedprimary
|
|
1750
|
+
class="inlineFlex row alignItems_center container pointer primary
|
|
1751
|
+
checkedprimary"
|
|
1774
1752
|
data-id="checkBox"
|
|
1775
1753
|
data-selector-id="container"
|
|
1776
1754
|
data-test-id="checkBox"
|
|
@@ -1778,7 +1756,7 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1778
1756
|
tabindex="-1"
|
|
1779
1757
|
>
|
|
1780
1758
|
<div
|
|
1781
|
-
class="boxContainer medium
|
|
1759
|
+
class="noShrink boxContainer medium filled"
|
|
1782
1760
|
data-id="boxComponent"
|
|
1783
1761
|
data-selector-id="box"
|
|
1784
1762
|
data-test-id="boxComponent"
|
|
@@ -1800,7 +1778,7 @@ exports[`CheckBox component rendering ally ariaLabel , ariaLabelledby, ariaHidde
|
|
|
1800
1778
|
/>
|
|
1801
1779
|
</svg>
|
|
1802
1780
|
<svg
|
|
1803
|
-
class="tick mediumtick
|
|
1781
|
+
class="tick mediumtick "
|
|
1804
1782
|
viewBox="0 0 44 44"
|
|
1805
1783
|
xmlns="http://www.w3.org/2000/svg"
|
|
1806
1784
|
>
|
|
@@ -1819,8 +1797,7 @@ exports[`CheckBox component rendering the Custom Props 1`] = `
|
|
|
1819
1797
|
<DocumentFragment>
|
|
1820
1798
|
<div
|
|
1821
1799
|
aria-checked="false"
|
|
1822
|
-
class="container pointer primary
|
|
1823
|
-
flex rowdir vCenter"
|
|
1800
|
+
class="flex row alignItems_center container pointer primary"
|
|
1824
1801
|
data-id="checkBox"
|
|
1825
1802
|
data-props="true"
|
|
1826
1803
|
data-selector-id="container"
|
|
@@ -1829,7 +1806,7 @@ exports[`CheckBox component rendering the Custom Props 1`] = `
|
|
|
1829
1806
|
tabindex="0"
|
|
1830
1807
|
>
|
|
1831
1808
|
<div
|
|
1832
|
-
class="boxContainer medium
|
|
1809
|
+
class="noShrink boxContainer medium filled"
|
|
1833
1810
|
data-id="boxComponent"
|
|
1834
1811
|
data-selector-id="box"
|
|
1835
1812
|
data-test-id="boxComponent"
|
|
@@ -1857,14 +1834,14 @@ exports[`CheckBox component rendering the Custom Props 1`] = `
|
|
|
1857
1834
|
</label>
|
|
1858
1835
|
</div>
|
|
1859
1836
|
<div
|
|
1860
|
-
class="
|
|
1837
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1861
1838
|
data-id="boxComponent"
|
|
1862
1839
|
data-selector-id="box"
|
|
1863
1840
|
data-test-id="boxComponent"
|
|
1864
1841
|
>
|
|
1865
1842
|
<label
|
|
1866
1843
|
class="label title medium default font_default
|
|
1867
|
-
dotted cursor checkBoxCustomClass
|
|
1844
|
+
dotted cursor checkBoxCustomClass"
|
|
1868
1845
|
data-id="label"
|
|
1869
1846
|
data-selector-id="label"
|
|
1870
1847
|
data-test-id="label"
|
|
@@ -1881,8 +1858,8 @@ exports[`CheckBox component rendering the Custom class 1`] = `
|
|
|
1881
1858
|
<DocumentFragment>
|
|
1882
1859
|
<div
|
|
1883
1860
|
aria-checked="true"
|
|
1884
|
-
class="container pointer primary
|
|
1885
|
-
checkedprimary customCheckBoxClass
|
|
1861
|
+
class="flex row alignItems_center container pointer primary
|
|
1862
|
+
checkedprimary customCheckBoxClass"
|
|
1886
1863
|
data-id="checkBox"
|
|
1887
1864
|
data-selector-id="container"
|
|
1888
1865
|
data-test-id="checkBox"
|
|
@@ -1890,7 +1867,7 @@ exports[`CheckBox component rendering the Custom class 1`] = `
|
|
|
1890
1867
|
tabindex="0"
|
|
1891
1868
|
>
|
|
1892
1869
|
<div
|
|
1893
|
-
class="boxContainer medium customCBoxSizeClass
|
|
1870
|
+
class="noShrink boxContainer medium filled customCBoxSizeClass"
|
|
1894
1871
|
data-id="boxComponent"
|
|
1895
1872
|
data-selector-id="box"
|
|
1896
1873
|
data-test-id="boxComponent"
|
|
@@ -1912,7 +1889,7 @@ exports[`CheckBox component rendering the Custom class 1`] = `
|
|
|
1912
1889
|
/>
|
|
1913
1890
|
</svg>
|
|
1914
1891
|
<svg
|
|
1915
|
-
class="tick mediumtick
|
|
1892
|
+
class="tick mediumtick customTickSizeClass"
|
|
1916
1893
|
viewBox="0 0 44 44"
|
|
1917
1894
|
xmlns="http://www.w3.org/2000/svg"
|
|
1918
1895
|
>
|
|
@@ -1924,7 +1901,7 @@ exports[`CheckBox component rendering the Custom class 1`] = `
|
|
|
1924
1901
|
</label>
|
|
1925
1902
|
</div>
|
|
1926
1903
|
<div
|
|
1927
|
-
class="
|
|
1904
|
+
class="flexible basis_zero noShrink labelContainer"
|
|
1928
1905
|
data-id="boxComponent"
|
|
1929
1906
|
data-selector-id="box"
|
|
1930
1907
|
data-test-id="boxComponent"
|
|
@@ -1933,7 +1910,7 @@ exports[`CheckBox component rendering the Custom class 1`] = `
|
|
|
1933
1910
|
class="label title medium default font_default
|
|
1934
1911
|
dotted cursor
|
|
1935
1912
|
|
|
1936
|
-
pointer customLabelClass
|
|
1913
|
+
pointer customLabelClass"
|
|
1937
1914
|
data-id="label"
|
|
1938
1915
|
data-selector-id="label"
|
|
1939
1916
|
data-test-id="label"
|