@zohodesk/components 1.6.20 → 1.6.21
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 +6 -0
- package/es/AppContainer/__tests__/__snapshots__/AppContainer.spec.js.snap +16 -16
- 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/__tests__/__snapshots__/CheckBox.spec.js.snap +98 -121
- package/es/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +45 -45
- package/es/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +24 -24
- package/es/DateTime/__tests__/__snapshots__/CalendarView.spec.js.snap +49 -49
- package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +87 -87
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +5 -5
- package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +6 -6
- package/es/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/es/DateTime/__tests__/__snapshots__/Time.spec.js.snap +25 -25
- package/es/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +2 -2
- 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 +3 -3
- 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 +31 -31
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +6 -6
- 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/__tests__/__snapshots__/Radio.spec.js.snap +130 -130
- package/es/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -1
- package/es/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +6 -6
- package/es/Select/__tests__/__snapshots__/Select.spec.js.snap +771 -749
- package/es/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
- package/es/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +9 -9
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +44 -44
- 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 +36 -36
- 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/__tests__/__snapshots__/Tag.spec.js.snap +46 -46
- package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +164 -164
- package/es/css.js +0 -1
- package/es/shared/ArrowIcon/__tests__/__snapshots__/ArrowIcon.spec.js.snap +10 -10
- package/es/shared/InputFieldLine/__tests__/__snapshots__/InputFieldLine.spec.js.snap +19 -19
- package/lib/AppContainer/__tests__/__snapshots__/AppContainer.spec.js.snap +16 -16
- 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/__tests__/__snapshots__/CheckBox.spec.js.snap +98 -121
- package/lib/ColorSelect/__tests__/__snapshots__/ColorMultiSelect.spec.js.snap +45 -45
- package/lib/ColorSelect/__tests__/__snapshots__/ColorSingleSelect.spec.js.snap +24 -24
- package/lib/DateTime/__tests__/__snapshots__/CalendarView.spec.js.snap +49 -49
- package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +87 -87
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupFooter.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/DateTimePopupHeader.spec.js.snap +5 -5
- package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +6 -6
- package/lib/DateTime/__tests__/__snapshots__/DaysRow.spec.js.snap +1 -1
- package/lib/DateTime/__tests__/__snapshots__/Time.spec.js.snap +25 -25
- package/lib/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +2 -2
- 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 +3 -3
- 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 +31 -31
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +6 -6
- 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/__tests__/__snapshots__/Radio.spec.js.snap +130 -130
- package/lib/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -1
- package/lib/Select/__tests__/__snapshots__/GroupSelect.spec.js.snap +6 -6
- package/lib/Select/__tests__/__snapshots__/Select.spec.js.snap +771 -749
- package/lib/Select/__tests__/__snapshots__/SelectWithAvatar.spec.js.snap +2 -2
- package/lib/Select/__tests__/__snapshots__/SelectWithIcon.spec.js.snap +9 -9
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +44 -44
- 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 +36 -36
- 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/__tests__/__snapshots__/Tag.spec.js.snap +46 -46
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +164 -164
- package/lib/css.js +0 -2
- package/lib/shared/ArrowIcon/__tests__/__snapshots__/ArrowIcon.spec.js.snap +10 -10
- package/lib/shared/InputFieldLine/__tests__/__snapshots__/InputFieldLine.spec.js.snap +19 -19
- package/package.json +5 -5
- 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
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
exports[`TextBoxIcon component Should be render children 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
6
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
7
7
|
data-selector-id="textBoxIcon"
|
|
8
8
|
>
|
|
9
9
|
<div
|
|
10
|
-
class="
|
|
10
|
+
class="flexible basis_zero noShrink"
|
|
11
11
|
data-id="boxComponent"
|
|
12
12
|
data-selector-id="box"
|
|
13
13
|
data-test-id="boxComponent"
|
|
@@ -23,19 +23,19 @@ exports[`TextBoxIcon component Should be render children 1`] = `
|
|
|
23
23
|
/>
|
|
24
24
|
</div>
|
|
25
25
|
<div
|
|
26
|
-
class="iconContainer
|
|
26
|
+
class="noShrink iconContainer"
|
|
27
27
|
data-id="boxComponent"
|
|
28
28
|
data-selector-id="box"
|
|
29
29
|
data-test-id="boxComponent"
|
|
30
30
|
>
|
|
31
31
|
<div
|
|
32
|
-
class="flex
|
|
32
|
+
class="flex fullSize row"
|
|
33
33
|
data-id="containerComponent"
|
|
34
34
|
data-selector-id="container"
|
|
35
35
|
data-test-id="containerComponent"
|
|
36
36
|
>
|
|
37
37
|
<div
|
|
38
|
-
class="icon
|
|
38
|
+
class="noShrink icon"
|
|
39
39
|
data-id="boxComponent"
|
|
40
40
|
data-selector-id="box"
|
|
41
41
|
data-test-id="boxComponent"
|
|
@@ -55,11 +55,11 @@ exports[`TextBoxIcon component Should be render children 1`] = `
|
|
|
55
55
|
exports[`TextBoxIcon component Should be render htmlId 1`] = `
|
|
56
56
|
<DocumentFragment>
|
|
57
57
|
<div
|
|
58
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
58
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
59
59
|
data-selector-id="textBoxIcon"
|
|
60
60
|
>
|
|
61
61
|
<div
|
|
62
|
-
class="
|
|
62
|
+
class="flexible basis_zero noShrink"
|
|
63
63
|
data-id="boxComponent"
|
|
64
64
|
data-selector-id="box"
|
|
65
65
|
data-test-id="boxComponent"
|
|
@@ -76,13 +76,13 @@ exports[`TextBoxIcon component Should be render htmlId 1`] = `
|
|
|
76
76
|
/>
|
|
77
77
|
</div>
|
|
78
78
|
<div
|
|
79
|
-
class="iconContainer
|
|
79
|
+
class="noShrink iconContainer"
|
|
80
80
|
data-id="boxComponent"
|
|
81
81
|
data-selector-id="box"
|
|
82
82
|
data-test-id="boxComponent"
|
|
83
83
|
>
|
|
84
84
|
<div
|
|
85
|
-
class="flex
|
|
85
|
+
class="flex fullSize row"
|
|
86
86
|
data-id="containerComponent"
|
|
87
87
|
data-selector-id="container"
|
|
88
88
|
data-test-id="containerComponent"
|
|
@@ -95,11 +95,11 @@ exports[`TextBoxIcon component Should be render htmlId 1`] = `
|
|
|
95
95
|
exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHover, isDisabled is false 1`] = `
|
|
96
96
|
<DocumentFragment>
|
|
97
97
|
<div
|
|
98
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container iconOnHoverStyle
|
|
98
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container iconOnHoverStyle"
|
|
99
99
|
data-selector-id="textBoxIcon"
|
|
100
100
|
>
|
|
101
101
|
<div
|
|
102
|
-
class="
|
|
102
|
+
class="flexible basis_zero noShrink"
|
|
103
103
|
data-id="boxComponent"
|
|
104
104
|
data-selector-id="box"
|
|
105
105
|
data-test-id="boxComponent"
|
|
@@ -115,13 +115,13 @@ exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHove
|
|
|
115
115
|
/>
|
|
116
116
|
</div>
|
|
117
117
|
<div
|
|
118
|
-
class="iconContainer
|
|
118
|
+
class="noShrink iconContainer"
|
|
119
119
|
data-id="boxComponent"
|
|
120
120
|
data-selector-id="box"
|
|
121
121
|
data-test-id="boxComponent"
|
|
122
122
|
>
|
|
123
123
|
<div
|
|
124
|
-
class="flex
|
|
124
|
+
class="flex fullSize row"
|
|
125
125
|
data-id="containerComponent"
|
|
126
126
|
data-selector-id="container"
|
|
127
127
|
data-test-id="containerComponent"
|
|
@@ -134,12 +134,12 @@ exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHove
|
|
|
134
134
|
exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHover, isDisabled is true 1`] = `
|
|
135
135
|
<DocumentFragment>
|
|
136
136
|
<div
|
|
137
|
-
class="varClass customContainer border_bottom disabled borderColor_default hasBorder container iconOnHoverReadonly
|
|
137
|
+
class="flex row varClass customContainer border_bottom disabled borderColor_default hasBorder container iconOnHoverReadonly"
|
|
138
138
|
data-selector-id="textBoxIcon"
|
|
139
139
|
data-title=""
|
|
140
140
|
>
|
|
141
141
|
<div
|
|
142
|
-
class="
|
|
142
|
+
class="flexible basis_zero noShrink"
|
|
143
143
|
data-id="boxComponent"
|
|
144
144
|
data-selector-id="box"
|
|
145
145
|
data-test-id="boxComponent"
|
|
@@ -157,13 +157,13 @@ exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHove
|
|
|
157
157
|
/>
|
|
158
158
|
</div>
|
|
159
159
|
<div
|
|
160
|
-
class="iconContainer
|
|
160
|
+
class="noShrink iconContainer"
|
|
161
161
|
data-id="boxComponent"
|
|
162
162
|
data-selector-id="box"
|
|
163
163
|
data-test-id="boxComponent"
|
|
164
164
|
>
|
|
165
165
|
<div
|
|
166
|
-
class="flex
|
|
166
|
+
class="flex fullSize row"
|
|
167
167
|
data-id="containerComponent"
|
|
168
168
|
data-selector-id="container"
|
|
169
169
|
data-test-id="containerComponent"
|
|
@@ -176,11 +176,11 @@ exports[`TextBoxIcon component Should be render iconOnHover is true , iconOnHove
|
|
|
176
176
|
exports[`TextBoxIcon component Should be render iconRotated is true 1`] = `
|
|
177
177
|
<DocumentFragment>
|
|
178
178
|
<div
|
|
179
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
179
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
180
180
|
data-selector-id="textBoxIcon"
|
|
181
181
|
>
|
|
182
182
|
<div
|
|
183
|
-
class="
|
|
183
|
+
class="flexible basis_zero noShrink"
|
|
184
184
|
data-id="boxComponent"
|
|
185
185
|
data-selector-id="box"
|
|
186
186
|
data-test-id="boxComponent"
|
|
@@ -196,19 +196,19 @@ exports[`TextBoxIcon component Should be render iconRotated is true 1`] = `
|
|
|
196
196
|
/>
|
|
197
197
|
</div>
|
|
198
198
|
<div
|
|
199
|
-
class="iconContainer
|
|
199
|
+
class="noShrink iconContainer"
|
|
200
200
|
data-id="boxComponent"
|
|
201
201
|
data-selector-id="box"
|
|
202
202
|
data-test-id="boxComponent"
|
|
203
203
|
>
|
|
204
204
|
<div
|
|
205
|
-
class="flex
|
|
205
|
+
class="flex fullSize row"
|
|
206
206
|
data-id="containerComponent"
|
|
207
207
|
data-selector-id="container"
|
|
208
208
|
data-test-id="containerComponent"
|
|
209
209
|
>
|
|
210
210
|
<div
|
|
211
|
-
class="icon rotated
|
|
211
|
+
class="noShrink icon rotated"
|
|
212
212
|
data-id="boxComponent"
|
|
213
213
|
data-selector-id="box"
|
|
214
214
|
data-test-id="boxComponent"
|
|
@@ -228,11 +228,11 @@ exports[`TextBoxIcon component Should be render iconRotated is true 1`] = `
|
|
|
228
228
|
exports[`TextBoxIcon component Should be render id 1`] = `
|
|
229
229
|
<DocumentFragment>
|
|
230
230
|
<div
|
|
231
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
231
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
232
232
|
data-selector-id="textBoxIcon"
|
|
233
233
|
>
|
|
234
234
|
<div
|
|
235
|
-
class="
|
|
235
|
+
class="flexible basis_zero noShrink"
|
|
236
236
|
data-id="boxComponent"
|
|
237
237
|
data-selector-id="box"
|
|
238
238
|
data-test-id="boxComponent"
|
|
@@ -249,13 +249,13 @@ exports[`TextBoxIcon component Should be render id 1`] = `
|
|
|
249
249
|
/>
|
|
250
250
|
</div>
|
|
251
251
|
<div
|
|
252
|
-
class="iconContainer
|
|
252
|
+
class="noShrink iconContainer"
|
|
253
253
|
data-id="boxComponent"
|
|
254
254
|
data-selector-id="box"
|
|
255
255
|
data-test-id="boxComponent"
|
|
256
256
|
>
|
|
257
257
|
<div
|
|
258
|
-
class="flex
|
|
258
|
+
class="flex fullSize row"
|
|
259
259
|
data-id="containerComponent"
|
|
260
260
|
data-selector-id="container"
|
|
261
261
|
data-test-id="containerComponent"
|
|
@@ -268,11 +268,11 @@ exports[`TextBoxIcon component Should be render id 1`] = `
|
|
|
268
268
|
exports[`TextBoxIcon component Should be render isClickable is true 1`] = `
|
|
269
269
|
<DocumentFragment>
|
|
270
270
|
<div
|
|
271
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
271
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
272
272
|
data-selector-id="textBoxIcon"
|
|
273
273
|
>
|
|
274
274
|
<div
|
|
275
|
-
class="
|
|
275
|
+
class="flexible basis_zero noShrink"
|
|
276
276
|
data-id="boxComponent"
|
|
277
277
|
data-selector-id="box"
|
|
278
278
|
data-test-id="boxComponent"
|
|
@@ -288,13 +288,13 @@ exports[`TextBoxIcon component Should be render isClickable is true 1`] = `
|
|
|
288
288
|
/>
|
|
289
289
|
</div>
|
|
290
290
|
<div
|
|
291
|
-
class="iconContainer
|
|
291
|
+
class="noShrink iconContainer"
|
|
292
292
|
data-id="boxComponent"
|
|
293
293
|
data-selector-id="box"
|
|
294
294
|
data-test-id="boxComponent"
|
|
295
295
|
>
|
|
296
296
|
<div
|
|
297
|
-
class="flex
|
|
297
|
+
class="flex fullSize row"
|
|
298
298
|
data-id="containerComponent"
|
|
299
299
|
data-selector-id="container"
|
|
300
300
|
data-test-id="containerComponent"
|
|
@@ -307,12 +307,12 @@ exports[`TextBoxIcon component Should be render isClickable is true 1`] = `
|
|
|
307
307
|
exports[`TextBoxIcon component Should be render isDisabled is true 1`] = `
|
|
308
308
|
<DocumentFragment>
|
|
309
309
|
<div
|
|
310
|
-
class="varClass customContainer border_bottom disabled borderColor_default hasBorder container
|
|
310
|
+
class="flex row varClass customContainer border_bottom disabled borderColor_default hasBorder container"
|
|
311
311
|
data-selector-id="textBoxIcon"
|
|
312
312
|
data-title=""
|
|
313
313
|
>
|
|
314
314
|
<div
|
|
315
|
-
class="
|
|
315
|
+
class="flexible basis_zero noShrink"
|
|
316
316
|
data-id="boxComponent"
|
|
317
317
|
data-selector-id="box"
|
|
318
318
|
data-test-id="boxComponent"
|
|
@@ -329,13 +329,13 @@ exports[`TextBoxIcon component Should be render isDisabled is true 1`] = `
|
|
|
329
329
|
/>
|
|
330
330
|
</div>
|
|
331
331
|
<div
|
|
332
|
-
class="iconContainer
|
|
332
|
+
class="noShrink iconContainer"
|
|
333
333
|
data-id="boxComponent"
|
|
334
334
|
data-selector-id="box"
|
|
335
335
|
data-test-id="boxComponent"
|
|
336
336
|
>
|
|
337
337
|
<div
|
|
338
|
-
class="flex
|
|
338
|
+
class="flex fullSize row"
|
|
339
339
|
data-id="containerComponent"
|
|
340
340
|
data-selector-id="container"
|
|
341
341
|
data-test-id="containerComponent"
|
|
@@ -348,11 +348,11 @@ exports[`TextBoxIcon component Should be render isDisabled is true 1`] = `
|
|
|
348
348
|
exports[`TextBoxIcon component Should be render isFocus is true 1`] = `
|
|
349
349
|
<DocumentFragment>
|
|
350
350
|
<div
|
|
351
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder active container
|
|
351
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder active container"
|
|
352
352
|
data-selector-id="textBoxIcon"
|
|
353
353
|
>
|
|
354
354
|
<div
|
|
355
|
-
class="
|
|
355
|
+
class="flexible basis_zero noShrink"
|
|
356
356
|
data-id="boxComponent"
|
|
357
357
|
data-selector-id="box"
|
|
358
358
|
data-test-id="boxComponent"
|
|
@@ -368,13 +368,13 @@ exports[`TextBoxIcon component Should be render isFocus is true 1`] = `
|
|
|
368
368
|
/>
|
|
369
369
|
</div>
|
|
370
370
|
<div
|
|
371
|
-
class="iconContainer
|
|
371
|
+
class="noShrink iconContainer"
|
|
372
372
|
data-id="boxComponent"
|
|
373
373
|
data-selector-id="box"
|
|
374
374
|
data-test-id="boxComponent"
|
|
375
375
|
>
|
|
376
376
|
<div
|
|
377
|
-
class="flex
|
|
377
|
+
class="flex fullSize row"
|
|
378
378
|
data-id="containerComponent"
|
|
379
379
|
data-selector-id="container"
|
|
380
380
|
data-test-id="containerComponent"
|
|
@@ -387,11 +387,11 @@ exports[`TextBoxIcon component Should be render isFocus is true 1`] = `
|
|
|
387
387
|
exports[`TextBoxIcon component Should be render isReadOnly is true , needEffect is false 1`] = `
|
|
388
388
|
<DocumentFragment>
|
|
389
389
|
<div
|
|
390
|
-
class="varClass customContainer border_bottom readonly borderColor_default hasBorder container
|
|
390
|
+
class="flex row varClass customContainer border_bottom readonly borderColor_default hasBorder container"
|
|
391
391
|
data-selector-id="textBoxIcon"
|
|
392
392
|
>
|
|
393
393
|
<div
|
|
394
|
-
class="
|
|
394
|
+
class="flexible basis_zero noShrink"
|
|
395
395
|
data-id="boxComponent"
|
|
396
396
|
data-selector-id="box"
|
|
397
397
|
data-test-id="boxComponent"
|
|
@@ -408,13 +408,13 @@ exports[`TextBoxIcon component Should be render isReadOnly is true , needEffect
|
|
|
408
408
|
/>
|
|
409
409
|
</div>
|
|
410
410
|
<div
|
|
411
|
-
class="iconContainer
|
|
411
|
+
class="noShrink iconContainer"
|
|
412
412
|
data-id="boxComponent"
|
|
413
413
|
data-selector-id="box"
|
|
414
414
|
data-test-id="boxComponent"
|
|
415
415
|
>
|
|
416
416
|
<div
|
|
417
|
-
class="flex
|
|
417
|
+
class="flex fullSize row"
|
|
418
418
|
data-id="containerComponent"
|
|
419
419
|
data-selector-id="container"
|
|
420
420
|
data-test-id="containerComponent"
|
|
@@ -427,11 +427,11 @@ exports[`TextBoxIcon component Should be render isReadOnly is true , needEffect
|
|
|
427
427
|
exports[`TextBoxIcon component Should be render isReadOnly is true 1`] = `
|
|
428
428
|
<DocumentFragment>
|
|
429
429
|
<div
|
|
430
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
430
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
431
431
|
data-selector-id="textBoxIcon"
|
|
432
432
|
>
|
|
433
433
|
<div
|
|
434
|
-
class="
|
|
434
|
+
class="flexible basis_zero noShrink"
|
|
435
435
|
data-id="boxComponent"
|
|
436
436
|
data-selector-id="box"
|
|
437
437
|
data-test-id="boxComponent"
|
|
@@ -448,13 +448,13 @@ exports[`TextBoxIcon component Should be render isReadOnly is true 1`] = `
|
|
|
448
448
|
/>
|
|
449
449
|
</div>
|
|
450
450
|
<div
|
|
451
|
-
class="iconContainer
|
|
451
|
+
class="noShrink iconContainer"
|
|
452
452
|
data-id="boxComponent"
|
|
453
453
|
data-selector-id="box"
|
|
454
454
|
data-test-id="boxComponent"
|
|
455
455
|
>
|
|
456
456
|
<div
|
|
457
|
-
class="flex
|
|
457
|
+
class="flex fullSize row"
|
|
458
458
|
data-id="containerComponent"
|
|
459
459
|
data-selector-id="container"
|
|
460
460
|
data-test-id="containerComponent"
|
|
@@ -467,11 +467,11 @@ exports[`TextBoxIcon component Should be render isReadOnly is true 1`] = `
|
|
|
467
467
|
exports[`TextBoxIcon component Should be render name 1`] = `
|
|
468
468
|
<DocumentFragment>
|
|
469
469
|
<div
|
|
470
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
470
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
471
471
|
data-selector-id="textBoxIcon"
|
|
472
472
|
>
|
|
473
473
|
<div
|
|
474
|
-
class="
|
|
474
|
+
class="flexible basis_zero noShrink"
|
|
475
475
|
data-id="boxComponent"
|
|
476
476
|
data-selector-id="box"
|
|
477
477
|
data-test-id="boxComponent"
|
|
@@ -488,13 +488,13 @@ exports[`TextBoxIcon component Should be render name 1`] = `
|
|
|
488
488
|
/>
|
|
489
489
|
</div>
|
|
490
490
|
<div
|
|
491
|
-
class="iconContainer
|
|
491
|
+
class="noShrink iconContainer"
|
|
492
492
|
data-id="boxComponent"
|
|
493
493
|
data-selector-id="box"
|
|
494
494
|
data-test-id="boxComponent"
|
|
495
495
|
>
|
|
496
496
|
<div
|
|
497
|
-
class="flex
|
|
497
|
+
class="flex fullSize row"
|
|
498
498
|
data-id="containerComponent"
|
|
499
499
|
data-selector-id="container"
|
|
500
500
|
data-test-id="containerComponent"
|
|
@@ -507,11 +507,11 @@ exports[`TextBoxIcon component Should be render name 1`] = `
|
|
|
507
507
|
exports[`TextBoxIcon component Should be render needBorder is false 1`] = `
|
|
508
508
|
<DocumentFragment>
|
|
509
509
|
<div
|
|
510
|
-
class="varClass customContainer effect container
|
|
510
|
+
class="flex row varClass customContainer effect container"
|
|
511
511
|
data-selector-id="textBoxIcon"
|
|
512
512
|
>
|
|
513
513
|
<div
|
|
514
|
-
class="
|
|
514
|
+
class="flexible basis_zero noShrink"
|
|
515
515
|
data-id="boxComponent"
|
|
516
516
|
data-selector-id="box"
|
|
517
517
|
data-test-id="boxComponent"
|
|
@@ -527,13 +527,13 @@ exports[`TextBoxIcon component Should be render needBorder is false 1`] = `
|
|
|
527
527
|
/>
|
|
528
528
|
</div>
|
|
529
529
|
<div
|
|
530
|
-
class="iconContainer
|
|
530
|
+
class="noShrink iconContainer"
|
|
531
531
|
data-id="boxComponent"
|
|
532
532
|
data-selector-id="box"
|
|
533
533
|
data-test-id="boxComponent"
|
|
534
534
|
>
|
|
535
535
|
<div
|
|
536
|
-
class="flex
|
|
536
|
+
class="flex fullSize row"
|
|
537
537
|
data-id="containerComponent"
|
|
538
538
|
data-selector-id="container"
|
|
539
539
|
data-test-id="containerComponent"
|
|
@@ -546,11 +546,11 @@ exports[`TextBoxIcon component Should be render needBorder is false 1`] = `
|
|
|
546
546
|
exports[`TextBoxIcon component Should be render needEffect is false 1`] = `
|
|
547
547
|
<DocumentFragment>
|
|
548
548
|
<div
|
|
549
|
-
class="varClass customContainer border_bottom readonly borderColor_default hasBorder container
|
|
549
|
+
class="flex row varClass customContainer border_bottom readonly borderColor_default hasBorder container"
|
|
550
550
|
data-selector-id="textBoxIcon"
|
|
551
551
|
>
|
|
552
552
|
<div
|
|
553
|
-
class="
|
|
553
|
+
class="flexible basis_zero noShrink"
|
|
554
554
|
data-id="boxComponent"
|
|
555
555
|
data-selector-id="box"
|
|
556
556
|
data-test-id="boxComponent"
|
|
@@ -567,13 +567,13 @@ exports[`TextBoxIcon component Should be render needEffect is false 1`] = `
|
|
|
567
567
|
/>
|
|
568
568
|
</div>
|
|
569
569
|
<div
|
|
570
|
-
class="iconContainer
|
|
570
|
+
class="noShrink iconContainer"
|
|
571
571
|
data-id="boxComponent"
|
|
572
572
|
data-selector-id="box"
|
|
573
573
|
data-test-id="boxComponent"
|
|
574
574
|
>
|
|
575
575
|
<div
|
|
576
|
-
class="flex
|
|
576
|
+
class="flex fullSize row"
|
|
577
577
|
data-id="containerComponent"
|
|
578
578
|
data-selector-id="container"
|
|
579
579
|
data-test-id="containerComponent"
|
|
@@ -586,11 +586,11 @@ exports[`TextBoxIcon component Should be render needEffect is false 1`] = `
|
|
|
586
586
|
exports[`TextBoxIcon component Should be render needReadOnlyStyle is false 1`] = `
|
|
587
587
|
<DocumentFragment>
|
|
588
588
|
<div
|
|
589
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
589
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
590
590
|
data-selector-id="textBoxIcon"
|
|
591
591
|
>
|
|
592
592
|
<div
|
|
593
|
-
class="
|
|
593
|
+
class="flexible basis_zero noShrink"
|
|
594
594
|
data-id="boxComponent"
|
|
595
595
|
data-selector-id="box"
|
|
596
596
|
data-test-id="boxComponent"
|
|
@@ -606,13 +606,13 @@ exports[`TextBoxIcon component Should be render needReadOnlyStyle is false 1`] =
|
|
|
606
606
|
/>
|
|
607
607
|
</div>
|
|
608
608
|
<div
|
|
609
|
-
class="iconContainer
|
|
609
|
+
class="noShrink iconContainer"
|
|
610
610
|
data-id="boxComponent"
|
|
611
611
|
data-selector-id="box"
|
|
612
612
|
data-test-id="boxComponent"
|
|
613
613
|
>
|
|
614
614
|
<div
|
|
615
|
-
class="flex
|
|
615
|
+
class="flex fullSize row"
|
|
616
616
|
data-id="containerComponent"
|
|
617
617
|
data-selector-id="container"
|
|
618
618
|
data-test-id="containerComponent"
|
|
@@ -625,11 +625,11 @@ exports[`TextBoxIcon component Should be render needReadOnlyStyle is false 1`] =
|
|
|
625
625
|
exports[`TextBoxIcon component Should be render placeholder 1`] = `
|
|
626
626
|
<DocumentFragment>
|
|
627
627
|
<div
|
|
628
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
628
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
629
629
|
data-selector-id="textBoxIcon"
|
|
630
630
|
>
|
|
631
631
|
<div
|
|
632
|
-
class="
|
|
632
|
+
class="flexible basis_zero noShrink"
|
|
633
633
|
data-id="boxComponent"
|
|
634
634
|
data-selector-id="box"
|
|
635
635
|
data-test-id="boxComponent"
|
|
@@ -646,13 +646,13 @@ exports[`TextBoxIcon component Should be render placeholder 1`] = `
|
|
|
646
646
|
/>
|
|
647
647
|
</div>
|
|
648
648
|
<div
|
|
649
|
-
class="iconContainer
|
|
649
|
+
class="noShrink iconContainer"
|
|
650
650
|
data-id="boxComponent"
|
|
651
651
|
data-selector-id="box"
|
|
652
652
|
data-test-id="boxComponent"
|
|
653
653
|
>
|
|
654
654
|
<div
|
|
655
|
-
class="flex
|
|
655
|
+
class="flex fullSize row"
|
|
656
656
|
data-id="containerComponent"
|
|
657
657
|
data-selector-id="container"
|
|
658
658
|
data-test-id="containerComponent"
|
|
@@ -665,11 +665,11 @@ exports[`TextBoxIcon component Should be render placeholder 1`] = `
|
|
|
665
665
|
exports[`TextBoxIcon component Should be render showClearIcon is true 1`] = `
|
|
666
666
|
<DocumentFragment>
|
|
667
667
|
<div
|
|
668
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
668
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
669
669
|
data-selector-id="textBoxIcon"
|
|
670
670
|
>
|
|
671
671
|
<div
|
|
672
|
-
class="
|
|
672
|
+
class="flexible basis_zero noShrink"
|
|
673
673
|
data-id="boxComponent"
|
|
674
674
|
data-selector-id="box"
|
|
675
675
|
data-test-id="boxComponent"
|
|
@@ -685,19 +685,19 @@ exports[`TextBoxIcon component Should be render showClearIcon is true 1`] = `
|
|
|
685
685
|
/>
|
|
686
686
|
</div>
|
|
687
687
|
<div
|
|
688
|
-
class="iconContainer
|
|
688
|
+
class="noShrink iconContainer"
|
|
689
689
|
data-id="boxComponent"
|
|
690
690
|
data-selector-id="box"
|
|
691
691
|
data-test-id="boxComponent"
|
|
692
692
|
>
|
|
693
693
|
<div
|
|
694
|
-
class="flex
|
|
694
|
+
class="flex fullSize row"
|
|
695
695
|
data-id="containerComponent"
|
|
696
696
|
data-selector-id="container"
|
|
697
697
|
data-test-id="containerComponent"
|
|
698
698
|
>
|
|
699
699
|
<button
|
|
700
|
-
class="buttonReset icon
|
|
700
|
+
class="noShrink buttonReset icon"
|
|
701
701
|
data-id="textBoxIcon_ClearIcon"
|
|
702
702
|
data-selector-id="box"
|
|
703
703
|
data-test-id="textBoxIcon_ClearIcon"
|
|
@@ -705,7 +705,7 @@ exports[`TextBoxIcon component Should be render showClearIcon is true 1`] = `
|
|
|
705
705
|
>
|
|
706
706
|
<div
|
|
707
707
|
aria-hidden="true"
|
|
708
|
-
class="flex
|
|
708
|
+
class="flex fullSize column alignItems_center justifyContent_center"
|
|
709
709
|
data-id="containerComponent"
|
|
710
710
|
data-selector-id="container"
|
|
711
711
|
data-test-id="containerComponent"
|
|
@@ -729,12 +729,12 @@ exports[`TextBoxIcon component Should be render showClearIcon is true 1`] = `
|
|
|
729
729
|
exports[`TextBoxIcon component Should be render title 1`] = `
|
|
730
730
|
<DocumentFragment>
|
|
731
731
|
<div
|
|
732
|
-
class="varClass customContainer border_bottom disabled borderColor_default hasBorder container
|
|
732
|
+
class="flex row varClass customContainer border_bottom disabled borderColor_default hasBorder container"
|
|
733
733
|
data-selector-id="textBoxIcon"
|
|
734
734
|
data-title="TextBoxIconTitle"
|
|
735
735
|
>
|
|
736
736
|
<div
|
|
737
|
-
class="
|
|
737
|
+
class="flexible basis_zero noShrink"
|
|
738
738
|
data-id="boxComponent"
|
|
739
739
|
data-selector-id="box"
|
|
740
740
|
data-test-id="boxComponent"
|
|
@@ -751,13 +751,13 @@ exports[`TextBoxIcon component Should be render title 1`] = `
|
|
|
751
751
|
/>
|
|
752
752
|
</div>
|
|
753
753
|
<div
|
|
754
|
-
class="iconContainer
|
|
754
|
+
class="noShrink iconContainer"
|
|
755
755
|
data-id="boxComponent"
|
|
756
756
|
data-selector-id="box"
|
|
757
757
|
data-test-id="boxComponent"
|
|
758
758
|
>
|
|
759
759
|
<div
|
|
760
|
-
class="flex
|
|
760
|
+
class="flex fullSize row"
|
|
761
761
|
data-id="containerComponent"
|
|
762
762
|
data-selector-id="container"
|
|
763
763
|
data-test-id="containerComponent"
|
|
@@ -770,11 +770,11 @@ exports[`TextBoxIcon component Should be render title 1`] = `
|
|
|
770
770
|
exports[`TextBoxIcon component Should be render value is number 1`] = `
|
|
771
771
|
<DocumentFragment>
|
|
772
772
|
<div
|
|
773
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
773
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
774
774
|
data-selector-id="textBoxIcon"
|
|
775
775
|
>
|
|
776
776
|
<div
|
|
777
|
-
class="
|
|
777
|
+
class="flexible basis_zero noShrink"
|
|
778
778
|
data-id="boxComponent"
|
|
779
779
|
data-selector-id="box"
|
|
780
780
|
data-test-id="boxComponent"
|
|
@@ -790,13 +790,13 @@ exports[`TextBoxIcon component Should be render value is number 1`] = `
|
|
|
790
790
|
/>
|
|
791
791
|
</div>
|
|
792
792
|
<div
|
|
793
|
-
class="iconContainer
|
|
793
|
+
class="noShrink iconContainer"
|
|
794
794
|
data-id="boxComponent"
|
|
795
795
|
data-selector-id="box"
|
|
796
796
|
data-test-id="boxComponent"
|
|
797
797
|
>
|
|
798
798
|
<div
|
|
799
|
-
class="flex
|
|
799
|
+
class="flex fullSize row"
|
|
800
800
|
data-id="containerComponent"
|
|
801
801
|
data-selector-id="container"
|
|
802
802
|
data-test-id="containerComponent"
|
|
@@ -809,11 +809,11 @@ exports[`TextBoxIcon component Should be render value is number 1`] = `
|
|
|
809
809
|
exports[`TextBoxIcon component Should be render value is string and length greater than 1 1`] = `
|
|
810
810
|
<DocumentFragment>
|
|
811
811
|
<div
|
|
812
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
812
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
813
813
|
data-selector-id="textBoxIcon"
|
|
814
814
|
>
|
|
815
815
|
<div
|
|
816
|
-
class="
|
|
816
|
+
class="flexible basis_zero noShrink"
|
|
817
817
|
data-id="boxComponent"
|
|
818
818
|
data-selector-id="box"
|
|
819
819
|
data-test-id="boxComponent"
|
|
@@ -829,19 +829,19 @@ exports[`TextBoxIcon component Should be render value is string and length great
|
|
|
829
829
|
/>
|
|
830
830
|
</div>
|
|
831
831
|
<div
|
|
832
|
-
class="iconContainer
|
|
832
|
+
class="noShrink iconContainer"
|
|
833
833
|
data-id="boxComponent"
|
|
834
834
|
data-selector-id="box"
|
|
835
835
|
data-test-id="boxComponent"
|
|
836
836
|
>
|
|
837
837
|
<div
|
|
838
|
-
class="flex
|
|
838
|
+
class="flex fullSize row"
|
|
839
839
|
data-id="containerComponent"
|
|
840
840
|
data-selector-id="container"
|
|
841
841
|
data-test-id="containerComponent"
|
|
842
842
|
>
|
|
843
843
|
<button
|
|
844
|
-
class="buttonReset icon
|
|
844
|
+
class="noShrink buttonReset icon"
|
|
845
845
|
data-id="textBoxIcon_ClearIcon"
|
|
846
846
|
data-selector-id="box"
|
|
847
847
|
data-test-id="textBoxIcon_ClearIcon"
|
|
@@ -849,7 +849,7 @@ exports[`TextBoxIcon component Should be render value is string and length great
|
|
|
849
849
|
>
|
|
850
850
|
<div
|
|
851
851
|
aria-hidden="true"
|
|
852
|
-
class="flex
|
|
852
|
+
class="flex fullSize column alignItems_center justifyContent_center"
|
|
853
853
|
data-id="containerComponent"
|
|
854
854
|
data-selector-id="container"
|
|
855
855
|
data-test-id="containerComponent"
|
|
@@ -873,11 +873,11 @@ exports[`TextBoxIcon component Should be render value is string and length great
|
|
|
873
873
|
exports[`TextBoxIcon component Should be render value is string and length less than 1 1`] = `
|
|
874
874
|
<DocumentFragment>
|
|
875
875
|
<div
|
|
876
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
876
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
877
877
|
data-selector-id="textBoxIcon"
|
|
878
878
|
>
|
|
879
879
|
<div
|
|
880
|
-
class="
|
|
880
|
+
class="flexible basis_zero noShrink"
|
|
881
881
|
data-id="boxComponent"
|
|
882
882
|
data-selector-id="box"
|
|
883
883
|
data-test-id="boxComponent"
|
|
@@ -893,13 +893,13 @@ exports[`TextBoxIcon component Should be render value is string and length less
|
|
|
893
893
|
/>
|
|
894
894
|
</div>
|
|
895
895
|
<div
|
|
896
|
-
class="iconContainer
|
|
896
|
+
class="noShrink iconContainer"
|
|
897
897
|
data-id="boxComponent"
|
|
898
898
|
data-selector-id="box"
|
|
899
899
|
data-test-id="boxComponent"
|
|
900
900
|
>
|
|
901
901
|
<div
|
|
902
|
-
class="flex
|
|
902
|
+
class="flex fullSize row"
|
|
903
903
|
data-id="containerComponent"
|
|
904
904
|
data-selector-id="container"
|
|
905
905
|
data-test-id="containerComponent"
|
|
@@ -912,11 +912,11 @@ exports[`TextBoxIcon component Should be render value is string and length less
|
|
|
912
912
|
exports[`TextBoxIcon component Should be render with dataSelectorId 1`] = `
|
|
913
913
|
<DocumentFragment>
|
|
914
914
|
<div
|
|
915
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
915
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
916
916
|
data-selector-id="textBoxIcon_data_selector_id"
|
|
917
917
|
>
|
|
918
918
|
<div
|
|
919
|
-
class="
|
|
919
|
+
class="flexible basis_zero noShrink"
|
|
920
920
|
data-id="boxComponent"
|
|
921
921
|
data-selector-id="box"
|
|
922
922
|
data-test-id="boxComponent"
|
|
@@ -932,13 +932,13 @@ exports[`TextBoxIcon component Should be render with dataSelectorId 1`] = `
|
|
|
932
932
|
/>
|
|
933
933
|
</div>
|
|
934
934
|
<div
|
|
935
|
-
class="iconContainer
|
|
935
|
+
class="noShrink iconContainer"
|
|
936
936
|
data-id="boxComponent"
|
|
937
937
|
data-selector-id="box"
|
|
938
938
|
data-test-id="boxComponent"
|
|
939
939
|
>
|
|
940
940
|
<div
|
|
941
|
-
class="flex
|
|
941
|
+
class="flex fullSize row"
|
|
942
942
|
data-id="containerComponent"
|
|
943
943
|
data-selector-id="container"
|
|
944
944
|
data-test-id="containerComponent"
|
|
@@ -951,11 +951,11 @@ exports[`TextBoxIcon component Should be render with dataSelectorId 1`] = `
|
|
|
951
951
|
exports[`TextBoxIcon component Should be render with the basic set of default props 1`] = `
|
|
952
952
|
<DocumentFragment>
|
|
953
953
|
<div
|
|
954
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
954
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
955
955
|
data-selector-id="textBoxIcon"
|
|
956
956
|
>
|
|
957
957
|
<div
|
|
958
|
-
class="
|
|
958
|
+
class="flexible basis_zero noShrink"
|
|
959
959
|
data-id="boxComponent"
|
|
960
960
|
data-selector-id="box"
|
|
961
961
|
data-test-id="boxComponent"
|
|
@@ -971,13 +971,13 @@ exports[`TextBoxIcon component Should be render with the basic set of default pr
|
|
|
971
971
|
/>
|
|
972
972
|
</div>
|
|
973
973
|
<div
|
|
974
|
-
class="iconContainer
|
|
974
|
+
class="noShrink iconContainer"
|
|
975
975
|
data-id="boxComponent"
|
|
976
976
|
data-selector-id="box"
|
|
977
977
|
data-test-id="boxComponent"
|
|
978
978
|
>
|
|
979
979
|
<div
|
|
980
|
-
class="flex
|
|
980
|
+
class="flex fullSize row"
|
|
981
981
|
data-id="containerComponent"
|
|
982
982
|
data-selector-id="container"
|
|
983
983
|
data-test-id="containerComponent"
|
|
@@ -990,11 +990,11 @@ exports[`TextBoxIcon component Should be render with the basic set of default pr
|
|
|
990
990
|
exports[`TextBoxIcon component Should render Varient - default 1`] = `
|
|
991
991
|
<DocumentFragment>
|
|
992
992
|
<div
|
|
993
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
993
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
994
994
|
data-selector-id="textBoxIcon"
|
|
995
995
|
>
|
|
996
996
|
<div
|
|
997
|
-
class="
|
|
997
|
+
class="flexible basis_zero noShrink"
|
|
998
998
|
data-id="boxComponent"
|
|
999
999
|
data-selector-id="box"
|
|
1000
1000
|
data-test-id="boxComponent"
|
|
@@ -1010,13 +1010,13 @@ exports[`TextBoxIcon component Should render Varient - default 1`] = `
|
|
|
1010
1010
|
/>
|
|
1011
1011
|
</div>
|
|
1012
1012
|
<div
|
|
1013
|
-
class="iconContainer
|
|
1013
|
+
class="noShrink iconContainer"
|
|
1014
1014
|
data-id="boxComponent"
|
|
1015
1015
|
data-selector-id="box"
|
|
1016
1016
|
data-test-id="boxComponent"
|
|
1017
1017
|
>
|
|
1018
1018
|
<div
|
|
1019
|
-
class="flex
|
|
1019
|
+
class="flex fullSize row"
|
|
1020
1020
|
data-id="containerComponent"
|
|
1021
1021
|
data-selector-id="container"
|
|
1022
1022
|
data-test-id="containerComponent"
|
|
@@ -1029,11 +1029,11 @@ exports[`TextBoxIcon component Should render Varient - default 1`] = `
|
|
|
1029
1029
|
exports[`TextBoxIcon component Should render Varient - primary 1`] = `
|
|
1030
1030
|
<DocumentFragment>
|
|
1031
1031
|
<div
|
|
1032
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1032
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1033
1033
|
data-selector-id="textBoxIcon"
|
|
1034
1034
|
>
|
|
1035
1035
|
<div
|
|
1036
|
-
class="
|
|
1036
|
+
class="flexible basis_zero noShrink"
|
|
1037
1037
|
data-id="boxComponent"
|
|
1038
1038
|
data-selector-id="box"
|
|
1039
1039
|
data-test-id="boxComponent"
|
|
@@ -1049,13 +1049,13 @@ exports[`TextBoxIcon component Should render Varient - primary 1`] = `
|
|
|
1049
1049
|
/>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
<div
|
|
1052
|
-
class="iconContainer
|
|
1052
|
+
class="noShrink iconContainer"
|
|
1053
1053
|
data-id="boxComponent"
|
|
1054
1054
|
data-selector-id="box"
|
|
1055
1055
|
data-test-id="boxComponent"
|
|
1056
1056
|
>
|
|
1057
1057
|
<div
|
|
1058
|
-
class="flex
|
|
1058
|
+
class="flex fullSize row"
|
|
1059
1059
|
data-id="containerComponent"
|
|
1060
1060
|
data-selector-id="container"
|
|
1061
1061
|
data-test-id="containerComponent"
|
|
@@ -1068,11 +1068,11 @@ exports[`TextBoxIcon component Should render Varient - primary 1`] = `
|
|
|
1068
1068
|
exports[`TextBoxIcon component Should render Varient - secondary 1`] = `
|
|
1069
1069
|
<DocumentFragment>
|
|
1070
1070
|
<div
|
|
1071
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1071
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1072
1072
|
data-selector-id="textBoxIcon"
|
|
1073
1073
|
>
|
|
1074
1074
|
<div
|
|
1075
|
-
class="
|
|
1075
|
+
class="flexible basis_zero noShrink"
|
|
1076
1076
|
data-id="boxComponent"
|
|
1077
1077
|
data-selector-id="box"
|
|
1078
1078
|
data-test-id="boxComponent"
|
|
@@ -1088,13 +1088,13 @@ exports[`TextBoxIcon component Should render Varient - secondary 1`] = `
|
|
|
1088
1088
|
/>
|
|
1089
1089
|
</div>
|
|
1090
1090
|
<div
|
|
1091
|
-
class="iconContainer
|
|
1091
|
+
class="noShrink iconContainer"
|
|
1092
1092
|
data-id="boxComponent"
|
|
1093
1093
|
data-selector-id="box"
|
|
1094
1094
|
data-test-id="boxComponent"
|
|
1095
1095
|
>
|
|
1096
1096
|
<div
|
|
1097
|
-
class="flex
|
|
1097
|
+
class="flex fullSize row"
|
|
1098
1098
|
data-id="containerComponent"
|
|
1099
1099
|
data-selector-id="container"
|
|
1100
1100
|
data-test-id="containerComponent"
|
|
@@ -1107,11 +1107,11 @@ exports[`TextBoxIcon component Should render Varient - secondary 1`] = `
|
|
|
1107
1107
|
exports[`TextBoxIcon component Should render borderColor - default 1`] = `
|
|
1108
1108
|
<DocumentFragment>
|
|
1109
1109
|
<div
|
|
1110
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1110
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1111
1111
|
data-selector-id="textBoxIcon"
|
|
1112
1112
|
>
|
|
1113
1113
|
<div
|
|
1114
|
-
class="
|
|
1114
|
+
class="flexible basis_zero noShrink"
|
|
1115
1115
|
data-id="boxComponent"
|
|
1116
1116
|
data-selector-id="box"
|
|
1117
1117
|
data-test-id="boxComponent"
|
|
@@ -1127,13 +1127,13 @@ exports[`TextBoxIcon component Should render borderColor - default 1`] = `
|
|
|
1127
1127
|
/>
|
|
1128
1128
|
</div>
|
|
1129
1129
|
<div
|
|
1130
|
-
class="iconContainer
|
|
1130
|
+
class="noShrink iconContainer"
|
|
1131
1131
|
data-id="boxComponent"
|
|
1132
1132
|
data-selector-id="box"
|
|
1133
1133
|
data-test-id="boxComponent"
|
|
1134
1134
|
>
|
|
1135
1135
|
<div
|
|
1136
|
-
class="flex
|
|
1136
|
+
class="flex fullSize row"
|
|
1137
1137
|
data-id="containerComponent"
|
|
1138
1138
|
data-selector-id="container"
|
|
1139
1139
|
data-test-id="containerComponent"
|
|
@@ -1146,11 +1146,11 @@ exports[`TextBoxIcon component Should render borderColor - default 1`] = `
|
|
|
1146
1146
|
exports[`TextBoxIcon component Should render borderColor - error 1`] = `
|
|
1147
1147
|
<DocumentFragment>
|
|
1148
1148
|
<div
|
|
1149
|
-
class="varClass customContainer border_bottom effect borderColor_error hasBorder container
|
|
1149
|
+
class="flex row varClass customContainer border_bottom effect borderColor_error hasBorder container"
|
|
1150
1150
|
data-selector-id="textBoxIcon"
|
|
1151
1151
|
>
|
|
1152
1152
|
<div
|
|
1153
|
-
class="
|
|
1153
|
+
class="flexible basis_zero noShrink"
|
|
1154
1154
|
data-id="boxComponent"
|
|
1155
1155
|
data-selector-id="box"
|
|
1156
1156
|
data-test-id="boxComponent"
|
|
@@ -1166,13 +1166,13 @@ exports[`TextBoxIcon component Should render borderColor - error 1`] = `
|
|
|
1166
1166
|
/>
|
|
1167
1167
|
</div>
|
|
1168
1168
|
<div
|
|
1169
|
-
class="iconContainer
|
|
1169
|
+
class="noShrink iconContainer"
|
|
1170
1170
|
data-id="boxComponent"
|
|
1171
1171
|
data-selector-id="box"
|
|
1172
1172
|
data-test-id="boxComponent"
|
|
1173
1173
|
>
|
|
1174
1174
|
<div
|
|
1175
|
-
class="flex
|
|
1175
|
+
class="flex fullSize row"
|
|
1176
1176
|
data-id="containerComponent"
|
|
1177
1177
|
data-selector-id="container"
|
|
1178
1178
|
data-test-id="containerComponent"
|
|
@@ -1185,11 +1185,11 @@ exports[`TextBoxIcon component Should render borderColor - error 1`] = `
|
|
|
1185
1185
|
exports[`TextBoxIcon component Should render borderColor - transparent 1`] = `
|
|
1186
1186
|
<DocumentFragment>
|
|
1187
1187
|
<div
|
|
1188
|
-
class="varClass customContainer border_bottom effect borderColor_transparent hasBorder container
|
|
1188
|
+
class="flex row varClass customContainer border_bottom effect borderColor_transparent hasBorder container"
|
|
1189
1189
|
data-selector-id="textBoxIcon"
|
|
1190
1190
|
>
|
|
1191
1191
|
<div
|
|
1192
|
-
class="
|
|
1192
|
+
class="flexible basis_zero noShrink"
|
|
1193
1193
|
data-id="boxComponent"
|
|
1194
1194
|
data-selector-id="box"
|
|
1195
1195
|
data-test-id="boxComponent"
|
|
@@ -1205,13 +1205,13 @@ exports[`TextBoxIcon component Should render borderColor - transparent 1`] = `
|
|
|
1205
1205
|
/>
|
|
1206
1206
|
</div>
|
|
1207
1207
|
<div
|
|
1208
|
-
class="iconContainer
|
|
1208
|
+
class="noShrink iconContainer"
|
|
1209
1209
|
data-id="boxComponent"
|
|
1210
1210
|
data-selector-id="box"
|
|
1211
1211
|
data-test-id="boxComponent"
|
|
1212
1212
|
>
|
|
1213
1213
|
<div
|
|
1214
|
-
class="flex
|
|
1214
|
+
class="flex fullSize row"
|
|
1215
1215
|
data-id="containerComponent"
|
|
1216
1216
|
data-selector-id="container"
|
|
1217
1217
|
data-test-id="containerComponent"
|
|
@@ -1224,11 +1224,11 @@ exports[`TextBoxIcon component Should render borderColor - transparent 1`] = `
|
|
|
1224
1224
|
exports[`TextBoxIcon component Should render size - medium 1`] = `
|
|
1225
1225
|
<DocumentFragment>
|
|
1226
1226
|
<div
|
|
1227
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1227
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1228
1228
|
data-selector-id="textBoxIcon"
|
|
1229
1229
|
>
|
|
1230
1230
|
<div
|
|
1231
|
-
class="
|
|
1231
|
+
class="flexible basis_zero noShrink"
|
|
1232
1232
|
data-id="boxComponent"
|
|
1233
1233
|
data-selector-id="box"
|
|
1234
1234
|
data-test-id="boxComponent"
|
|
@@ -1244,13 +1244,13 @@ exports[`TextBoxIcon component Should render size - medium 1`] = `
|
|
|
1244
1244
|
/>
|
|
1245
1245
|
</div>
|
|
1246
1246
|
<div
|
|
1247
|
-
class="iconContainer
|
|
1247
|
+
class="noShrink iconContainer"
|
|
1248
1248
|
data-id="boxComponent"
|
|
1249
1249
|
data-selector-id="box"
|
|
1250
1250
|
data-test-id="boxComponent"
|
|
1251
1251
|
>
|
|
1252
1252
|
<div
|
|
1253
|
-
class="flex
|
|
1253
|
+
class="flex fullSize row"
|
|
1254
1254
|
data-id="containerComponent"
|
|
1255
1255
|
data-selector-id="container"
|
|
1256
1256
|
data-test-id="containerComponent"
|
|
@@ -1263,11 +1263,11 @@ exports[`TextBoxIcon component Should render size - medium 1`] = `
|
|
|
1263
1263
|
exports[`TextBoxIcon component Should render size - small 1`] = `
|
|
1264
1264
|
<DocumentFragment>
|
|
1265
1265
|
<div
|
|
1266
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1266
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1267
1267
|
data-selector-id="textBoxIcon"
|
|
1268
1268
|
>
|
|
1269
1269
|
<div
|
|
1270
|
-
class="
|
|
1270
|
+
class="flexible basis_zero noShrink"
|
|
1271
1271
|
data-id="boxComponent"
|
|
1272
1272
|
data-selector-id="box"
|
|
1273
1273
|
data-test-id="boxComponent"
|
|
@@ -1283,13 +1283,13 @@ exports[`TextBoxIcon component Should render size - small 1`] = `
|
|
|
1283
1283
|
/>
|
|
1284
1284
|
</div>
|
|
1285
1285
|
<div
|
|
1286
|
-
class="iconContainer
|
|
1286
|
+
class="noShrink iconContainer"
|
|
1287
1287
|
data-id="boxComponent"
|
|
1288
1288
|
data-selector-id="box"
|
|
1289
1289
|
data-test-id="boxComponent"
|
|
1290
1290
|
>
|
|
1291
1291
|
<div
|
|
1292
|
-
class="flex
|
|
1292
|
+
class="flex fullSize row"
|
|
1293
1293
|
data-id="containerComponent"
|
|
1294
1294
|
data-selector-id="container"
|
|
1295
1295
|
data-test-id="containerComponent"
|
|
@@ -1302,11 +1302,11 @@ exports[`TextBoxIcon component Should render size - small 1`] = `
|
|
|
1302
1302
|
exports[`TextBoxIcon component Should render size - xmedium 1`] = `
|
|
1303
1303
|
<DocumentFragment>
|
|
1304
1304
|
<div
|
|
1305
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1305
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1306
1306
|
data-selector-id="textBoxIcon"
|
|
1307
1307
|
>
|
|
1308
1308
|
<div
|
|
1309
|
-
class="
|
|
1309
|
+
class="flexible basis_zero noShrink"
|
|
1310
1310
|
data-id="boxComponent"
|
|
1311
1311
|
data-selector-id="box"
|
|
1312
1312
|
data-test-id="boxComponent"
|
|
@@ -1322,13 +1322,13 @@ exports[`TextBoxIcon component Should render size - xmedium 1`] = `
|
|
|
1322
1322
|
/>
|
|
1323
1323
|
</div>
|
|
1324
1324
|
<div
|
|
1325
|
-
class="iconContainer
|
|
1325
|
+
class="noShrink iconContainer"
|
|
1326
1326
|
data-id="boxComponent"
|
|
1327
1327
|
data-selector-id="box"
|
|
1328
1328
|
data-test-id="boxComponent"
|
|
1329
1329
|
>
|
|
1330
1330
|
<div
|
|
1331
|
-
class="flex
|
|
1331
|
+
class="flex fullSize row"
|
|
1332
1332
|
data-id="containerComponent"
|
|
1333
1333
|
data-selector-id="container"
|
|
1334
1334
|
data-test-id="containerComponent"
|
|
@@ -1341,11 +1341,11 @@ exports[`TextBoxIcon component Should render size - xmedium 1`] = `
|
|
|
1341
1341
|
exports[`TextBoxIcon component Should render size - xsmall 1`] = `
|
|
1342
1342
|
<DocumentFragment>
|
|
1343
1343
|
<div
|
|
1344
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1344
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1345
1345
|
data-selector-id="textBoxIcon"
|
|
1346
1346
|
>
|
|
1347
1347
|
<div
|
|
1348
|
-
class="
|
|
1348
|
+
class="flexible basis_zero noShrink"
|
|
1349
1349
|
data-id="boxComponent"
|
|
1350
1350
|
data-selector-id="box"
|
|
1351
1351
|
data-test-id="boxComponent"
|
|
@@ -1361,13 +1361,13 @@ exports[`TextBoxIcon component Should render size - xsmall 1`] = `
|
|
|
1361
1361
|
/>
|
|
1362
1362
|
</div>
|
|
1363
1363
|
<div
|
|
1364
|
-
class="iconContainer
|
|
1364
|
+
class="noShrink iconContainer"
|
|
1365
1365
|
data-id="boxComponent"
|
|
1366
1366
|
data-selector-id="box"
|
|
1367
1367
|
data-test-id="boxComponent"
|
|
1368
1368
|
>
|
|
1369
1369
|
<div
|
|
1370
|
-
class="flex
|
|
1370
|
+
class="flex fullSize row"
|
|
1371
1371
|
data-id="containerComponent"
|
|
1372
1372
|
data-selector-id="container"
|
|
1373
1373
|
data-test-id="containerComponent"
|
|
@@ -1380,11 +1380,11 @@ exports[`TextBoxIcon component Should render size - xsmall 1`] = `
|
|
|
1380
1380
|
exports[`TextBoxIcon component Should render type - number 1`] = `
|
|
1381
1381
|
<DocumentFragment>
|
|
1382
1382
|
<div
|
|
1383
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1383
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1384
1384
|
data-selector-id="textBoxIcon"
|
|
1385
1385
|
>
|
|
1386
1386
|
<div
|
|
1387
|
-
class="
|
|
1387
|
+
class="flexible basis_zero noShrink"
|
|
1388
1388
|
data-id="boxComponent"
|
|
1389
1389
|
data-selector-id="box"
|
|
1390
1390
|
data-test-id="boxComponent"
|
|
@@ -1400,13 +1400,13 @@ exports[`TextBoxIcon component Should render type - number 1`] = `
|
|
|
1400
1400
|
/>
|
|
1401
1401
|
</div>
|
|
1402
1402
|
<div
|
|
1403
|
-
class="iconContainer
|
|
1403
|
+
class="noShrink iconContainer"
|
|
1404
1404
|
data-id="boxComponent"
|
|
1405
1405
|
data-selector-id="box"
|
|
1406
1406
|
data-test-id="boxComponent"
|
|
1407
1407
|
>
|
|
1408
1408
|
<div
|
|
1409
|
-
class="flex
|
|
1409
|
+
class="flex fullSize row"
|
|
1410
1410
|
data-id="containerComponent"
|
|
1411
1411
|
data-selector-id="container"
|
|
1412
1412
|
data-test-id="containerComponent"
|
|
@@ -1419,11 +1419,11 @@ exports[`TextBoxIcon component Should render type - number 1`] = `
|
|
|
1419
1419
|
exports[`TextBoxIcon component Should render type - password 1`] = `
|
|
1420
1420
|
<DocumentFragment>
|
|
1421
1421
|
<div
|
|
1422
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1422
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1423
1423
|
data-selector-id="textBoxIcon"
|
|
1424
1424
|
>
|
|
1425
1425
|
<div
|
|
1426
|
-
class="
|
|
1426
|
+
class="flexible basis_zero noShrink"
|
|
1427
1427
|
data-id="boxComponent"
|
|
1428
1428
|
data-selector-id="box"
|
|
1429
1429
|
data-test-id="boxComponent"
|
|
@@ -1439,13 +1439,13 @@ exports[`TextBoxIcon component Should render type - password 1`] = `
|
|
|
1439
1439
|
/>
|
|
1440
1440
|
</div>
|
|
1441
1441
|
<div
|
|
1442
|
-
class="iconContainer
|
|
1442
|
+
class="noShrink iconContainer"
|
|
1443
1443
|
data-id="boxComponent"
|
|
1444
1444
|
data-selector-id="box"
|
|
1445
1445
|
data-test-id="boxComponent"
|
|
1446
1446
|
>
|
|
1447
1447
|
<div
|
|
1448
|
-
class="flex
|
|
1448
|
+
class="flex fullSize row"
|
|
1449
1449
|
data-id="containerComponent"
|
|
1450
1450
|
data-selector-id="container"
|
|
1451
1451
|
data-test-id="containerComponent"
|
|
@@ -1458,11 +1458,11 @@ exports[`TextBoxIcon component Should render type - password 1`] = `
|
|
|
1458
1458
|
exports[`TextBoxIcon component Should render type - text 1`] = `
|
|
1459
1459
|
<DocumentFragment>
|
|
1460
1460
|
<div
|
|
1461
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1461
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1462
1462
|
data-selector-id="textBoxIcon"
|
|
1463
1463
|
>
|
|
1464
1464
|
<div
|
|
1465
|
-
class="
|
|
1465
|
+
class="flexible basis_zero noShrink"
|
|
1466
1466
|
data-id="boxComponent"
|
|
1467
1467
|
data-selector-id="box"
|
|
1468
1468
|
data-test-id="boxComponent"
|
|
@@ -1478,13 +1478,13 @@ exports[`TextBoxIcon component Should render type - text 1`] = `
|
|
|
1478
1478
|
/>
|
|
1479
1479
|
</div>
|
|
1480
1480
|
<div
|
|
1481
|
-
class="iconContainer
|
|
1481
|
+
class="noShrink iconContainer"
|
|
1482
1482
|
data-id="boxComponent"
|
|
1483
1483
|
data-selector-id="box"
|
|
1484
1484
|
data-test-id="boxComponent"
|
|
1485
1485
|
>
|
|
1486
1486
|
<div
|
|
1487
|
-
class="flex
|
|
1487
|
+
class="flex fullSize row"
|
|
1488
1488
|
data-id="containerComponent"
|
|
1489
1489
|
data-selector-id="container"
|
|
1490
1490
|
data-test-id="containerComponent"
|
|
@@ -1497,11 +1497,11 @@ exports[`TextBoxIcon component Should render type - text 1`] = `
|
|
|
1497
1497
|
exports[`TextBoxIcon component rendering the Custom Props 1`] = `
|
|
1498
1498
|
<DocumentFragment>
|
|
1499
1499
|
<div
|
|
1500
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1500
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1501
1501
|
data-selector-id="textBoxIcon"
|
|
1502
1502
|
>
|
|
1503
1503
|
<div
|
|
1504
|
-
class="
|
|
1504
|
+
class="flexible basis_zero noShrink"
|
|
1505
1505
|
data-id="boxComponent"
|
|
1506
1506
|
data-selector-id="box"
|
|
1507
1507
|
data-test-id="boxComponent"
|
|
@@ -1518,13 +1518,13 @@ exports[`TextBoxIcon component rendering the Custom Props 1`] = `
|
|
|
1518
1518
|
/>
|
|
1519
1519
|
</div>
|
|
1520
1520
|
<div
|
|
1521
|
-
class="iconContainer
|
|
1521
|
+
class="noShrink iconContainer"
|
|
1522
1522
|
data-id="boxComponent"
|
|
1523
1523
|
data-selector-id="box"
|
|
1524
1524
|
data-test-id="boxComponent"
|
|
1525
1525
|
>
|
|
1526
1526
|
<div
|
|
1527
|
-
class="flex
|
|
1527
|
+
class="flex fullSize row"
|
|
1528
1528
|
data-id="containerComponent"
|
|
1529
1529
|
data-selector-id="container"
|
|
1530
1530
|
data-test-id="containerComponent"
|
|
@@ -1537,11 +1537,11 @@ exports[`TextBoxIcon component rendering the Custom Props 1`] = `
|
|
|
1537
1537
|
exports[`TextBoxIcon component rendering the Custom class 1`] = `
|
|
1538
1538
|
<DocumentFragment>
|
|
1539
1539
|
<div
|
|
1540
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container customTBoxWrapTextBoxIcon
|
|
1540
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container customTBoxWrapTextBoxIcon"
|
|
1541
1541
|
data-selector-id="textBoxIcon"
|
|
1542
1542
|
>
|
|
1543
1543
|
<div
|
|
1544
|
-
class="
|
|
1544
|
+
class="flexible basis_zero noShrink"
|
|
1545
1545
|
data-id="boxComponent"
|
|
1546
1546
|
data-selector-id="box"
|
|
1547
1547
|
data-test-id="boxComponent"
|
|
@@ -1557,13 +1557,13 @@ exports[`TextBoxIcon component rendering the Custom class 1`] = `
|
|
|
1557
1557
|
/>
|
|
1558
1558
|
</div>
|
|
1559
1559
|
<div
|
|
1560
|
-
class="iconContainer customTBoxIconTextBox
|
|
1560
|
+
class="noShrink iconContainer customTBoxIconTextBox"
|
|
1561
1561
|
data-id="boxComponent"
|
|
1562
1562
|
data-selector-id="box"
|
|
1563
1563
|
data-test-id="boxComponent"
|
|
1564
1564
|
>
|
|
1565
1565
|
<div
|
|
1566
|
-
class="flex
|
|
1566
|
+
class="flex fullSize row"
|
|
1567
1567
|
data-id="containerComponent"
|
|
1568
1568
|
data-selector-id="container"
|
|
1569
1569
|
data-test-id="containerComponent"
|
|
@@ -1576,11 +1576,11 @@ exports[`TextBoxIcon component rendering the Custom class 1`] = `
|
|
|
1576
1576
|
exports[`TextBoxIcon component rendering the i18n value 1`] = `
|
|
1577
1577
|
<DocumentFragment>
|
|
1578
1578
|
<div
|
|
1579
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder container
|
|
1579
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder container"
|
|
1580
1580
|
data-selector-id="textBoxIcon"
|
|
1581
1581
|
>
|
|
1582
1582
|
<div
|
|
1583
|
-
class="
|
|
1583
|
+
class="flexible basis_zero noShrink"
|
|
1584
1584
|
data-id="boxComponent"
|
|
1585
1585
|
data-selector-id="box"
|
|
1586
1586
|
data-test-id="boxComponent"
|
|
@@ -1596,19 +1596,19 @@ exports[`TextBoxIcon component rendering the i18n value 1`] = `
|
|
|
1596
1596
|
/>
|
|
1597
1597
|
</div>
|
|
1598
1598
|
<div
|
|
1599
|
-
class="iconContainer
|
|
1599
|
+
class="noShrink iconContainer"
|
|
1600
1600
|
data-id="boxComponent"
|
|
1601
1601
|
data-selector-id="box"
|
|
1602
1602
|
data-test-id="boxComponent"
|
|
1603
1603
|
>
|
|
1604
1604
|
<div
|
|
1605
|
-
class="flex
|
|
1605
|
+
class="flex fullSize row"
|
|
1606
1606
|
data-id="containerComponent"
|
|
1607
1607
|
data-selector-id="container"
|
|
1608
1608
|
data-test-id="containerComponent"
|
|
1609
1609
|
>
|
|
1610
1610
|
<button
|
|
1611
|
-
class="buttonReset icon
|
|
1611
|
+
class="noShrink buttonReset icon"
|
|
1612
1612
|
data-id="textBoxIcon_ClearIcon"
|
|
1613
1613
|
data-selector-id="box"
|
|
1614
1614
|
data-test-id="textBoxIcon_ClearIcon"
|
|
@@ -1616,7 +1616,7 @@ exports[`TextBoxIcon component rendering the i18n value 1`] = `
|
|
|
1616
1616
|
>
|
|
1617
1617
|
<div
|
|
1618
1618
|
aria-hidden="true"
|
|
1619
|
-
class="flex
|
|
1619
|
+
class="flex fullSize column alignItems_center justifyContent_center"
|
|
1620
1620
|
data-id="containerComponent"
|
|
1621
1621
|
data-selector-id="container"
|
|
1622
1622
|
data-test-id="containerComponent"
|