@zohodesk/components 1.6.19 → 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 +15 -1
- 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/AdvancedMultiSelect.js +4 -2
- package/es/MultiSelect/MobileHeader/__tests__/__snapshots__/MobileHeader.spec.js.snap +3 -3
- package/es/MultiSelect/MultiSelect.js +11 -7
- package/es/MultiSelect/MultiSelectWithAvatar.js +4 -2
- 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/MultiSelect/props/defaultProps.js +3 -0
- package/es/MultiSelect/props/propTypes.js +1 -0
- 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/GroupSelect.js +4 -2
- package/es/Select/Select.js +9 -5
- package/es/Select/SelectWithAvatar.js +4 -2
- package/es/Select/SelectWithIcon.js +4 -2
- package/es/Select/__tests__/SelectWithIcon.spec.js +3 -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/Select/props/defaultProps.js +4 -0
- package/es/Select/props/propTypes.js +3 -0
- 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/AdvancedMultiSelect.js +4 -2
- package/lib/MultiSelect/MobileHeader/__tests__/__snapshots__/MobileHeader.spec.js.snap +3 -3
- package/lib/MultiSelect/MultiSelect.js +50 -45
- package/lib/MultiSelect/MultiSelectWithAvatar.js +4 -2
- 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/MultiSelect/props/defaultProps.js +3 -0
- package/lib/MultiSelect/props/propTypes.js +1 -0
- 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/GroupSelect.js +4 -2
- package/lib/Select/Select.js +9 -5
- package/lib/Select/SelectWithAvatar.js +4 -2
- package/lib/Select/SelectWithIcon.js +4 -2
- package/lib/Select/__tests__/SelectWithIcon.spec.js +3 -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/Select/props/defaultProps.js +5 -2
- package/lib/Select/props/propTypes.js +3 -0
- 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
package/es/css.js
CHANGED
|
@@ -7,7 +7,6 @@ import '@zohodesk/icons/lib/Icon/Icon.module.css';
|
|
|
7
7
|
import "./common/animation.module.css";
|
|
8
8
|
import "./common/transition.module.css";
|
|
9
9
|
import "./common/common.module.css";
|
|
10
|
-
import "./Layout/Layout.module.css";
|
|
11
10
|
import "./Avatar/Avatar.module.css";
|
|
12
11
|
import "./AvatarTeam/AvatarTeam.module.css";
|
|
13
12
|
import "./Button/Button.module.css";
|
|
@@ -4,7 +4,7 @@ exports[`ArrowIcon Should be render isActive is true 1`] = `
|
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
6
|
aria-hidden="true"
|
|
7
|
-
class="arrowIcon active
|
|
7
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon active"
|
|
8
8
|
data-id="undefined_downIcon"
|
|
9
9
|
data-selector-id="container"
|
|
10
10
|
data-test-id="undefined_downIcon"
|
|
@@ -25,7 +25,7 @@ exports[`ArrowIcon Should be render isDisabled is true 1`] = `
|
|
|
25
25
|
<DocumentFragment>
|
|
26
26
|
<div
|
|
27
27
|
aria-hidden="true"
|
|
28
|
-
class="arrowIcon disabled
|
|
28
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon disabled"
|
|
29
29
|
data-id="undefined_downIcon"
|
|
30
30
|
data-selector-id="container"
|
|
31
31
|
data-test-id="undefined_downIcon"
|
|
@@ -46,7 +46,7 @@ exports[`ArrowIcon Should be render isReadOnly is true 1`] = `
|
|
|
46
46
|
<DocumentFragment>
|
|
47
47
|
<div
|
|
48
48
|
aria-hidden="true"
|
|
49
|
-
class="arrowIcon readonly
|
|
49
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon readonly"
|
|
50
50
|
data-id="undefined_downIcon"
|
|
51
51
|
data-selector-id="container"
|
|
52
52
|
data-test-id="undefined_downIcon"
|
|
@@ -67,7 +67,7 @@ exports[`ArrowIcon Should be render isRotated is true 1`] = `
|
|
|
67
67
|
<DocumentFragment>
|
|
68
68
|
<div
|
|
69
69
|
aria-hidden="true"
|
|
70
|
-
class="arrowIcon rotated
|
|
70
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon rotated"
|
|
71
71
|
data-id="undefined_downIcon"
|
|
72
72
|
data-selector-id="container"
|
|
73
73
|
data-test-id="undefined_downIcon"
|
|
@@ -88,7 +88,7 @@ exports[`ArrowIcon Should be render with a11yAttributes 1`] = `
|
|
|
88
88
|
<DocumentFragment>
|
|
89
89
|
<div
|
|
90
90
|
aria-hidden="true"
|
|
91
|
-
class="
|
|
91
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
92
92
|
data-a11y-focus="true"
|
|
93
93
|
data-id="undefined_downIcon"
|
|
94
94
|
data-selector-id="container"
|
|
@@ -110,7 +110,7 @@ exports[`ArrowIcon Should be render with customClass 1`] = `
|
|
|
110
110
|
<DocumentFragment>
|
|
111
111
|
<div
|
|
112
112
|
aria-hidden="true"
|
|
113
|
-
class="arrowIcon arrowIcon_containerClass
|
|
113
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon arrowIcon_containerClass"
|
|
114
114
|
data-id="undefined_downIcon"
|
|
115
115
|
data-selector-id="container"
|
|
116
116
|
data-test-id="undefined_downIcon"
|
|
@@ -131,7 +131,7 @@ exports[`ArrowIcon Should be render with customProps 1`] = `
|
|
|
131
131
|
<DocumentFragment>
|
|
132
132
|
<div
|
|
133
133
|
aria-hidden="true"
|
|
134
|
-
class="
|
|
134
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
135
135
|
data-id="undefined_downIcon"
|
|
136
136
|
data-selector-id="container"
|
|
137
137
|
data-test-id="hereIsTestId"
|
|
@@ -152,7 +152,7 @@ exports[`ArrowIcon Should be render with dataId 1`] = `
|
|
|
152
152
|
<DocumentFragment>
|
|
153
153
|
<div
|
|
154
154
|
aria-hidden="true"
|
|
155
|
-
class="
|
|
155
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
156
156
|
data-id="ArrowIcon-test-dataId_downIcon"
|
|
157
157
|
data-selector-id="container"
|
|
158
158
|
data-test-id="ArrowIcon-test-dataId_downIcon"
|
|
@@ -181,7 +181,7 @@ exports[`ArrowIcon Should be render with tagAttributes 1`] = `
|
|
|
181
181
|
<DocumentFragment>
|
|
182
182
|
<div
|
|
183
183
|
aria-hidden="true"
|
|
184
|
-
class="
|
|
184
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
185
185
|
data-id="undefined_downIcon"
|
|
186
186
|
data-selector-id="container"
|
|
187
187
|
data-test-id="undefined_downIcon"
|
|
@@ -203,7 +203,7 @@ exports[`ArrowIcon rendering the defult props 1`] = `
|
|
|
203
203
|
<DocumentFragment>
|
|
204
204
|
<div
|
|
205
205
|
aria-hidden="true"
|
|
206
|
-
class="
|
|
206
|
+
class="inlineFlex column alignItems_center justifyContent_center arrowIcon"
|
|
207
207
|
data-id="undefined_downIcon"
|
|
208
208
|
data-selector-id="container"
|
|
209
209
|
data-test-id="undefined_downIcon"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`InputFieldLine Should be render hasEffect is false 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
6
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
7
7
|
data-selector-id="container"
|
|
8
8
|
data-title=""
|
|
9
9
|
/>
|
|
@@ -13,7 +13,7 @@ exports[`InputFieldLine Should be render hasEffect is false 1`] = `
|
|
|
13
13
|
exports[`InputFieldLine Should be render hasPadding is true 1`] = `
|
|
14
14
|
<DocumentFragment>
|
|
15
15
|
<div
|
|
16
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
16
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
17
17
|
data-selector-id="container"
|
|
18
18
|
data-title=""
|
|
19
19
|
/>
|
|
@@ -23,7 +23,7 @@ exports[`InputFieldLine Should be render hasPadding is true 1`] = `
|
|
|
23
23
|
exports[`InputFieldLine Should be render isActive is true 1`] = `
|
|
24
24
|
<DocumentFragment>
|
|
25
25
|
<div
|
|
26
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder active
|
|
26
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder active"
|
|
27
27
|
data-selector-id="container"
|
|
28
28
|
data-title=""
|
|
29
29
|
/>
|
|
@@ -33,7 +33,7 @@ exports[`InputFieldLine Should be render isActive is true 1`] = `
|
|
|
33
33
|
exports[`InputFieldLine Should be render isDisabled is true 1`] = `
|
|
34
34
|
<DocumentFragment>
|
|
35
35
|
<div
|
|
36
|
-
class="varClass customContainer border_bottom disabled borderColor_default hasBorder
|
|
36
|
+
class="flex row varClass customContainer border_bottom disabled borderColor_default hasBorder"
|
|
37
37
|
data-selector-id="container"
|
|
38
38
|
data-title=""
|
|
39
39
|
/>
|
|
@@ -43,7 +43,7 @@ exports[`InputFieldLine Should be render isDisabled is true 1`] = `
|
|
|
43
43
|
exports[`InputFieldLine Should be render isReadOnly is true 1`] = `
|
|
44
44
|
<DocumentFragment>
|
|
45
45
|
<div
|
|
46
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
46
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
47
47
|
data-selector-id="container"
|
|
48
48
|
data-title=""
|
|
49
49
|
/>
|
|
@@ -53,7 +53,7 @@ exports[`InputFieldLine Should be render isReadOnly is true 1`] = `
|
|
|
53
53
|
exports[`InputFieldLine Should be render with title 1`] = `
|
|
54
54
|
<DocumentFragment>
|
|
55
55
|
<div
|
|
56
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
56
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
57
57
|
data-selector-id="container"
|
|
58
58
|
data-title="InputFieldLine Test Title"
|
|
59
59
|
/>
|
|
@@ -63,7 +63,7 @@ exports[`InputFieldLine Should be render with title 1`] = `
|
|
|
63
63
|
exports[`InputFieldLine Should render border - all 1`] = `
|
|
64
64
|
<DocumentFragment>
|
|
65
65
|
<div
|
|
66
|
-
class="varClass customContainer border_all effect borderColor_default hasBorder
|
|
66
|
+
class="flex row varClass customContainer border_all effect borderColor_default hasBorder"
|
|
67
67
|
data-selector-id="container"
|
|
68
68
|
data-title=""
|
|
69
69
|
/>
|
|
@@ -73,7 +73,7 @@ exports[`InputFieldLine Should render border - all 1`] = `
|
|
|
73
73
|
exports[`InputFieldLine Should render border - bottom 1`] = `
|
|
74
74
|
<DocumentFragment>
|
|
75
75
|
<div
|
|
76
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
76
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
77
77
|
data-selector-id="container"
|
|
78
78
|
data-title=""
|
|
79
79
|
/>
|
|
@@ -83,7 +83,7 @@ exports[`InputFieldLine Should render border - bottom 1`] = `
|
|
|
83
83
|
exports[`InputFieldLine Should render border - none 1`] = `
|
|
84
84
|
<DocumentFragment>
|
|
85
85
|
<div
|
|
86
|
-
class="varClass customContainer effect
|
|
86
|
+
class="flex row varClass customContainer effect"
|
|
87
87
|
data-selector-id="container"
|
|
88
88
|
data-title=""
|
|
89
89
|
/>
|
|
@@ -93,7 +93,7 @@ exports[`InputFieldLine Should render border - none 1`] = `
|
|
|
93
93
|
exports[`InputFieldLine Should render borderColor - dark 1`] = `
|
|
94
94
|
<DocumentFragment>
|
|
95
95
|
<div
|
|
96
|
-
class="varClass customContainer border_bottom effect borderColor_dark hasBorder
|
|
96
|
+
class="flex row varClass customContainer border_bottom effect borderColor_dark hasBorder"
|
|
97
97
|
data-selector-id="container"
|
|
98
98
|
data-title=""
|
|
99
99
|
/>
|
|
@@ -103,7 +103,7 @@ exports[`InputFieldLine Should render borderColor - dark 1`] = `
|
|
|
103
103
|
exports[`InputFieldLine Should render borderColor - default 1`] = `
|
|
104
104
|
<DocumentFragment>
|
|
105
105
|
<div
|
|
106
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
106
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
107
107
|
data-selector-id="container"
|
|
108
108
|
data-title=""
|
|
109
109
|
/>
|
|
@@ -113,7 +113,7 @@ exports[`InputFieldLine Should render borderColor - default 1`] = `
|
|
|
113
113
|
exports[`InputFieldLine Should render borderColor - error 1`] = `
|
|
114
114
|
<DocumentFragment>
|
|
115
115
|
<div
|
|
116
|
-
class="varClass customContainer border_bottom effect borderColor_error hasBorder
|
|
116
|
+
class="flex row varClass customContainer border_bottom effect borderColor_error hasBorder"
|
|
117
117
|
data-selector-id="container"
|
|
118
118
|
data-title=""
|
|
119
119
|
/>
|
|
@@ -123,7 +123,7 @@ exports[`InputFieldLine Should render borderColor - error 1`] = `
|
|
|
123
123
|
exports[`InputFieldLine Should render borderColor - transparent 1`] = `
|
|
124
124
|
<DocumentFragment>
|
|
125
125
|
<div
|
|
126
|
-
class="varClass customContainer border_bottom effect borderColor_transparent hasBorder
|
|
126
|
+
class="flex row varClass customContainer border_bottom effect borderColor_transparent hasBorder"
|
|
127
127
|
data-selector-id="container"
|
|
128
128
|
data-title=""
|
|
129
129
|
/>
|
|
@@ -133,7 +133,7 @@ exports[`InputFieldLine Should render borderColor - transparent 1`] = `
|
|
|
133
133
|
exports[`InputFieldLine Should render customClass 1`] = `
|
|
134
134
|
<DocumentFragment>
|
|
135
135
|
<div
|
|
136
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder inputFieldLine-custom-class
|
|
136
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder inputFieldLine-custom-class"
|
|
137
137
|
data-selector-id="container"
|
|
138
138
|
data-title=""
|
|
139
139
|
/>
|
|
@@ -143,7 +143,7 @@ exports[`InputFieldLine Should render customClass 1`] = `
|
|
|
143
143
|
exports[`InputFieldLine Should render customProps 1`] = `
|
|
144
144
|
<DocumentFragment>
|
|
145
145
|
<div
|
|
146
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
146
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
147
147
|
data-selector-id="container"
|
|
148
148
|
data-test="inputFieldLine-test"
|
|
149
149
|
data-title=""
|
|
@@ -154,7 +154,7 @@ exports[`InputFieldLine Should render customProps 1`] = `
|
|
|
154
154
|
exports[`InputFieldLine Should render dataId 1`] = `
|
|
155
155
|
<DocumentFragment>
|
|
156
156
|
<div
|
|
157
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
157
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
158
158
|
data-id="inputFieldLine-test-id"
|
|
159
159
|
data-selector-id="container"
|
|
160
160
|
data-test-id="inputFieldLine-test-id"
|
|
@@ -166,7 +166,7 @@ exports[`InputFieldLine Should render dataId 1`] = `
|
|
|
166
166
|
exports[`InputFieldLine Should render size - medium 1`] = `
|
|
167
167
|
<DocumentFragment>
|
|
168
168
|
<div
|
|
169
|
-
class="varClass customContainer medium padding_medium border_bottom effect borderColor_default hasBorder
|
|
169
|
+
class="flex row scroll_vertical varClass customContainer medium padding_medium border_bottom effect borderColor_default hasBorder"
|
|
170
170
|
data-selector-id="container"
|
|
171
171
|
data-title=""
|
|
172
172
|
/>
|
|
@@ -176,7 +176,7 @@ exports[`InputFieldLine Should render size - medium 1`] = `
|
|
|
176
176
|
exports[`InputFieldLine Should render size - xmedium 1`] = `
|
|
177
177
|
<DocumentFragment>
|
|
178
178
|
<div
|
|
179
|
-
class="varClass customContainer xmedium padding_xmedium border_bottom effect borderColor_default hasBorder
|
|
179
|
+
class="flex row scroll_vertical varClass customContainer xmedium padding_xmedium border_bottom effect borderColor_default hasBorder"
|
|
180
180
|
data-selector-id="container"
|
|
181
181
|
data-title=""
|
|
182
182
|
/>
|
|
@@ -186,7 +186,7 @@ exports[`InputFieldLine Should render size - xmedium 1`] = `
|
|
|
186
186
|
exports[`InputFieldLine rendering the defult props 1`] = `
|
|
187
187
|
<DocumentFragment>
|
|
188
188
|
<div
|
|
189
|
-
class="varClass customContainer border_bottom effect borderColor_default hasBorder
|
|
189
|
+
class="flex row varClass customContainer border_bottom effect borderColor_default hasBorder"
|
|
190
190
|
data-selector-id="container"
|
|
191
191
|
data-title=""
|
|
192
192
|
/>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`AppContainer rendering the Custom props 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="flex fullSize column container"
|
|
7
7
|
data-container="true"
|
|
8
8
|
data-id="AppContainer"
|
|
9
9
|
data-props="true"
|
|
@@ -11,7 +11,7 @@ exports[`AppContainer rendering the Custom props 1`] = `
|
|
|
11
11
|
data-test-id="AppContainer"
|
|
12
12
|
>
|
|
13
13
|
<div
|
|
14
|
-
class="
|
|
14
|
+
class="flexible basis_zero noShrink"
|
|
15
15
|
data-id="boxComponent"
|
|
16
16
|
data-selector-id="box"
|
|
17
17
|
data-test-id="boxComponent"
|
|
@@ -30,13 +30,13 @@ exports[`AppContainer rendering the Custom props 1`] = `
|
|
|
30
30
|
exports[`AppContainer rendering the childern as element 1`] = `
|
|
31
31
|
<DocumentFragment>
|
|
32
32
|
<div
|
|
33
|
-
class="
|
|
33
|
+
class="flex fullSize column container"
|
|
34
34
|
data-id="AppContainer"
|
|
35
35
|
data-selector-id="appContainer"
|
|
36
36
|
data-test-id="AppContainer"
|
|
37
37
|
>
|
|
38
38
|
<div
|
|
39
|
-
class="
|
|
39
|
+
class="flexible basis_zero noShrink"
|
|
40
40
|
data-id="boxComponent"
|
|
41
41
|
data-selector-id="box"
|
|
42
42
|
data-test-id="boxComponent"
|
|
@@ -58,13 +58,13 @@ exports[`AppContainer rendering the childern as element 1`] = `
|
|
|
58
58
|
exports[`AppContainer rendering the childern as element in array 1`] = `
|
|
59
59
|
<DocumentFragment>
|
|
60
60
|
<div
|
|
61
|
-
class="
|
|
61
|
+
class="flex fullSize column container"
|
|
62
62
|
data-id="AppContainer"
|
|
63
63
|
data-selector-id="appContainer"
|
|
64
64
|
data-test-id="AppContainer"
|
|
65
65
|
>
|
|
66
66
|
<div
|
|
67
|
-
class="
|
|
67
|
+
class="flexible basis_zero noShrink"
|
|
68
68
|
data-id="boxComponent"
|
|
69
69
|
data-selector-id="box"
|
|
70
70
|
data-test-id="boxComponent"
|
|
@@ -89,13 +89,13 @@ exports[`AppContainer rendering the childern as element in array 1`] = `
|
|
|
89
89
|
exports[`AppContainer rendering the customClass 1`] = `
|
|
90
90
|
<DocumentFragment>
|
|
91
91
|
<div
|
|
92
|
-
class="
|
|
92
|
+
class="flex fullSize column container AppcontainerClass"
|
|
93
93
|
data-id="AppContainer"
|
|
94
94
|
data-selector-id="appContainer"
|
|
95
95
|
data-test-id="AppContainer"
|
|
96
96
|
>
|
|
97
97
|
<div
|
|
98
|
-
class="
|
|
98
|
+
class="flexible basis_zero noShrink"
|
|
99
99
|
data-id="boxComponent"
|
|
100
100
|
data-selector-id="box"
|
|
101
101
|
data-test-id="boxComponent"
|
|
@@ -113,13 +113,13 @@ exports[`AppContainer rendering the customClass 1`] = `
|
|
|
113
113
|
exports[`AppContainer rendering the defult props 1`] = `
|
|
114
114
|
<DocumentFragment>
|
|
115
115
|
<div
|
|
116
|
-
class="
|
|
116
|
+
class="flex fullSize column container"
|
|
117
117
|
data-id="AppContainer"
|
|
118
118
|
data-selector-id="appContainer"
|
|
119
119
|
data-test-id="AppContainer"
|
|
120
120
|
>
|
|
121
121
|
<div
|
|
122
|
-
class="
|
|
122
|
+
class="flexible basis_zero noShrink"
|
|
123
123
|
data-id="boxComponent"
|
|
124
124
|
data-selector-id="box"
|
|
125
125
|
data-test-id="boxComponent"
|
|
@@ -137,13 +137,13 @@ exports[`AppContainer rendering the defult props 1`] = `
|
|
|
137
137
|
exports[`AppContainer rendering the needTooltip is false 1`] = `
|
|
138
138
|
<DocumentFragment>
|
|
139
139
|
<div
|
|
140
|
-
class="
|
|
140
|
+
class="flex fullSize column container"
|
|
141
141
|
data-id="AppContainer"
|
|
142
142
|
data-selector-id="appContainer"
|
|
143
143
|
data-test-id="AppContainer"
|
|
144
144
|
>
|
|
145
145
|
<div
|
|
146
|
-
class="
|
|
146
|
+
class="flexible basis_zero noShrink"
|
|
147
147
|
data-id="boxComponent"
|
|
148
148
|
data-selector-id="box"
|
|
149
149
|
data-test-id="boxComponent"
|
|
@@ -155,13 +155,13 @@ exports[`AppContainer rendering the needTooltip is false 1`] = `
|
|
|
155
155
|
exports[`AppContainer rendering the tooltipClass 1`] = `
|
|
156
156
|
<DocumentFragment>
|
|
157
157
|
<div
|
|
158
|
-
class="
|
|
158
|
+
class="flex fullSize column container"
|
|
159
159
|
data-id="AppContainer"
|
|
160
160
|
data-selector-id="appContainer"
|
|
161
161
|
data-test-id="AppContainer"
|
|
162
162
|
>
|
|
163
163
|
<div
|
|
164
|
-
class="
|
|
164
|
+
class="flexible basis_zero noShrink"
|
|
165
165
|
data-id="boxComponent"
|
|
166
166
|
data-selector-id="box"
|
|
167
167
|
data-test-id="boxComponent"
|
|
@@ -179,13 +179,13 @@ exports[`AppContainer rendering the tooltipClass 1`] = `
|
|
|
179
179
|
exports[`AppContainer rendering the tooltipParentClass 1`] = `
|
|
180
180
|
<DocumentFragment>
|
|
181
181
|
<div
|
|
182
|
-
class="
|
|
182
|
+
class="flex fullSize column container"
|
|
183
183
|
data-id="AppContainer"
|
|
184
184
|
data-selector-id="appContainer"
|
|
185
185
|
data-test-id="AppContainer"
|
|
186
186
|
>
|
|
187
187
|
<div
|
|
188
|
-
class="
|
|
188
|
+
class="flexible basis_zero noShrink"
|
|
189
189
|
data-id="boxComponent"
|
|
190
190
|
data-selector-id="box"
|
|
191
191
|
data-test-id="boxComponent"
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
exports[`Card rendering the a11y 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="flex
|
|
6
|
+
class="flex fullSize column"
|
|
7
7
|
data-id="containerComponent"
|
|
8
8
|
data-selector-id="container"
|
|
9
9
|
data-test-id="containerComponent"
|
|
10
10
|
>
|
|
11
11
|
<div
|
|
12
|
-
class="
|
|
12
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
13
13
|
data-id="CardContent"
|
|
14
14
|
data-selector-id="cardContent"
|
|
15
15
|
data-test-id="CardContent"
|
|
@@ -24,14 +24,14 @@ exports[`Card rendering the a11y 1`] = `
|
|
|
24
24
|
exports[`Card rendering the children 1`] = `
|
|
25
25
|
<DocumentFragment>
|
|
26
26
|
<div
|
|
27
|
-
class="flex
|
|
27
|
+
class="flex fullSize column"
|
|
28
28
|
data-id="containerComponent"
|
|
29
29
|
data-selector-id="container"
|
|
30
30
|
data-test-id="containerComponent"
|
|
31
31
|
>
|
|
32
32
|
|
|
33
33
|
<div
|
|
34
|
-
class="
|
|
34
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
35
35
|
data-id="CardContent"
|
|
36
36
|
data-selector-id="cardContent"
|
|
37
37
|
data-test-id="CardContent"
|
|
@@ -45,13 +45,13 @@ exports[`Card rendering the children 1`] = `
|
|
|
45
45
|
exports[`Card rendering the customClass 1`] = `
|
|
46
46
|
<DocumentFragment>
|
|
47
47
|
<div
|
|
48
|
-
class="
|
|
48
|
+
class="flex fullSize column customClass"
|
|
49
49
|
data-id="containerComponent"
|
|
50
50
|
data-selector-id="container"
|
|
51
51
|
data-test-id="containerComponent"
|
|
52
52
|
>
|
|
53
53
|
<div
|
|
54
|
-
class="
|
|
54
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
55
55
|
data-id="CardContent"
|
|
56
56
|
data-selector-id="cardContent"
|
|
57
57
|
data-test-id="CardContent"
|
|
@@ -65,13 +65,13 @@ exports[`Card rendering the customClass 1`] = `
|
|
|
65
65
|
exports[`Card rendering the dataId value 1`] = `
|
|
66
66
|
<DocumentFragment>
|
|
67
67
|
<div
|
|
68
|
-
class="flex
|
|
68
|
+
class="flex fullSize column"
|
|
69
69
|
data-id="customdataId"
|
|
70
70
|
data-selector-id="container"
|
|
71
71
|
data-test-id="customdataId"
|
|
72
72
|
>
|
|
73
73
|
<div
|
|
74
|
-
class="
|
|
74
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
75
75
|
data-id="CardContent"
|
|
76
76
|
data-selector-id="cardContent"
|
|
77
77
|
data-test-id="CardContent"
|
|
@@ -85,7 +85,7 @@ exports[`Card rendering the dataId value 1`] = `
|
|
|
85
85
|
exports[`Card rendering the defult props 1`] = `
|
|
86
86
|
<DocumentFragment>
|
|
87
87
|
<div
|
|
88
|
-
class="flex
|
|
88
|
+
class="flex fullSize column"
|
|
89
89
|
data-id="containerComponent"
|
|
90
90
|
data-selector-id="container"
|
|
91
91
|
data-test-id="containerComponent"
|
|
@@ -96,13 +96,13 @@ exports[`Card rendering the defult props 1`] = `
|
|
|
96
96
|
exports[`Card rendering the htmlId 1`] = `
|
|
97
97
|
<DocumentFragment>
|
|
98
98
|
<div
|
|
99
|
-
class="flex
|
|
99
|
+
class="flex fullSize column"
|
|
100
100
|
data-id="containerComponent"
|
|
101
101
|
data-selector-id="container"
|
|
102
102
|
data-test-id="containerComponent"
|
|
103
103
|
>
|
|
104
104
|
<div
|
|
105
|
-
class="
|
|
105
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
106
106
|
data-id="CardContent"
|
|
107
107
|
data-selector-id="cardContent"
|
|
108
108
|
data-test-id="CardContent"
|
|
@@ -117,7 +117,7 @@ exports[`Card rendering the htmlId 1`] = `
|
|
|
117
117
|
exports[`Card rendering the isScrollAttribute is true 1`] = `
|
|
118
118
|
<DocumentFragment>
|
|
119
119
|
<div
|
|
120
|
-
class="flex
|
|
120
|
+
class="flex fullSize column"
|
|
121
121
|
data-id="containerComponent"
|
|
122
122
|
data-scroll="true"
|
|
123
123
|
data-selector-id="container"
|
|
@@ -125,7 +125,7 @@ exports[`Card rendering the isScrollAttribute is true 1`] = `
|
|
|
125
125
|
>
|
|
126
126
|
|
|
127
127
|
<div
|
|
128
|
-
class="
|
|
128
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
129
129
|
data-id="CardContent"
|
|
130
130
|
data-selector-id="cardContent"
|
|
131
131
|
data-test-id="CardContent"
|
|
@@ -139,13 +139,13 @@ exports[`Card rendering the isScrollAttribute is true 1`] = `
|
|
|
139
139
|
exports[`Card should trigger fetch, when scroll to the bottom of the card while isRecentOnBottom = false 1`] = `
|
|
140
140
|
<DocumentFragment>
|
|
141
141
|
<div
|
|
142
|
-
class="flex
|
|
142
|
+
class="flex fullSize column"
|
|
143
143
|
data-id="containerComponent"
|
|
144
144
|
data-selector-id="container"
|
|
145
145
|
data-test-id="containerComponent"
|
|
146
146
|
>
|
|
147
147
|
<div
|
|
148
|
-
class="
|
|
148
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
149
149
|
data-id="scrollToBottomCardContent"
|
|
150
150
|
data-selector-id="cardContent"
|
|
151
151
|
data-test-id="scrollToBottomCardContent"
|
|
@@ -161,13 +161,13 @@ exports[`Card should trigger fetch, when scroll to the bottom of the card while
|
|
|
161
161
|
exports[`Card should trigger fetch, when scroll to the top of the card while scrollDirection = bottomToTop 1`] = `
|
|
162
162
|
<DocumentFragment>
|
|
163
163
|
<div
|
|
164
|
-
class="flex
|
|
164
|
+
class="flex fullSize column"
|
|
165
165
|
data-id="containerComponent"
|
|
166
166
|
data-selector-id="container"
|
|
167
167
|
data-test-id="containerComponent"
|
|
168
168
|
>
|
|
169
169
|
<div
|
|
170
|
-
class="
|
|
170
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
171
171
|
data-id="scrollToTopCardContent"
|
|
172
172
|
data-selector-id="cardContent"
|
|
173
173
|
data-test-id="scrollToTopCardContent"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`CardContent Should render with name - both 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="flexible basis_zero noShrink scroll_both"
|
|
7
7
|
data-id="CardContent"
|
|
8
8
|
data-scroll="true"
|
|
9
9
|
data-selector-id="cardContent"
|
|
@@ -19,7 +19,7 @@ exports[`CardContent Should render with name - both 1`] = `
|
|
|
19
19
|
exports[`CardContent Should render with name - both 2`] = `
|
|
20
20
|
<DocumentFragment>
|
|
21
21
|
<div
|
|
22
|
-
class="
|
|
22
|
+
class="flexible basis_zero noShrink scroll_vertical preventScrollBubbleBoth"
|
|
23
23
|
data-id="CardContent"
|
|
24
24
|
data-scroll="true"
|
|
25
25
|
data-selector-id="cardContent"
|
|
@@ -35,7 +35,7 @@ exports[`CardContent Should render with name - both 2`] = `
|
|
|
35
35
|
exports[`CardContent Should render with name - horizontal 1`] = `
|
|
36
36
|
<DocumentFragment>
|
|
37
37
|
<div
|
|
38
|
-
class="
|
|
38
|
+
class="flexible basis_zero noShrink scroll_horizontal"
|
|
39
39
|
data-id="CardContent"
|
|
40
40
|
data-scroll="true"
|
|
41
41
|
data-selector-id="cardContent"
|
|
@@ -51,7 +51,7 @@ exports[`CardContent Should render with name - horizontal 1`] = `
|
|
|
51
51
|
exports[`CardContent Should render with name - horizontal 2`] = `
|
|
52
52
|
<DocumentFragment>
|
|
53
53
|
<div
|
|
54
|
-
class="
|
|
54
|
+
class="flexible basis_zero noShrink scroll_vertical preventScrollBubbleX"
|
|
55
55
|
data-id="CardContent"
|
|
56
56
|
data-scroll="true"
|
|
57
57
|
data-selector-id="cardContent"
|
|
@@ -67,7 +67,7 @@ exports[`CardContent Should render with name - horizontal 2`] = `
|
|
|
67
67
|
exports[`CardContent Should render with name - none 1`] = `
|
|
68
68
|
<DocumentFragment>
|
|
69
69
|
<div
|
|
70
|
-
class="
|
|
70
|
+
class="flexible basis_zero noShrink scroll_hidden"
|
|
71
71
|
data-id="CardContent"
|
|
72
72
|
data-scroll="true"
|
|
73
73
|
data-selector-id="cardContent"
|
|
@@ -83,7 +83,7 @@ exports[`CardContent Should render with name - none 1`] = `
|
|
|
83
83
|
exports[`CardContent Should render with name - vertical 1`] = `
|
|
84
84
|
<DocumentFragment>
|
|
85
85
|
<div
|
|
86
|
-
class="
|
|
86
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
87
87
|
data-id="CardContent"
|
|
88
88
|
data-scroll="true"
|
|
89
89
|
data-selector-id="cardContent"
|
|
@@ -99,7 +99,7 @@ exports[`CardContent Should render with name - vertical 1`] = `
|
|
|
99
99
|
exports[`CardContent Should render with name - vertical 2`] = `
|
|
100
100
|
<DocumentFragment>
|
|
101
101
|
<div
|
|
102
|
-
class="
|
|
102
|
+
class="flexible basis_zero noShrink scroll_vertical preventScrollBubbleY"
|
|
103
103
|
data-id="CardContent"
|
|
104
104
|
data-scroll="true"
|
|
105
105
|
data-selector-id="cardContent"
|
|
@@ -115,7 +115,7 @@ exports[`CardContent Should render with name - vertical 2`] = `
|
|
|
115
115
|
exports[`CardContent rendering children 1`] = `
|
|
116
116
|
<DocumentFragment>
|
|
117
117
|
<div
|
|
118
|
-
class="
|
|
118
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
119
119
|
data-id="CardContent"
|
|
120
120
|
data-selector-id="cardContent"
|
|
121
121
|
data-test-id="CardContent"
|
|
@@ -128,7 +128,7 @@ exports[`CardContent rendering children 1`] = `
|
|
|
128
128
|
exports[`CardContent rendering customClass is true 1`] = `
|
|
129
129
|
<DocumentFragment>
|
|
130
130
|
<div
|
|
131
|
-
class="
|
|
131
|
+
class="flexible basis_zero noShrink scroll_vertical cardCustomClass"
|
|
132
132
|
data-id="CardContent"
|
|
133
133
|
data-selector-id="cardContent"
|
|
134
134
|
data-test-id="CardContent"
|
|
@@ -141,7 +141,7 @@ exports[`CardContent rendering customClass is true 1`] = `
|
|
|
141
141
|
exports[`CardContent rendering isScrollAttribute is true 1`] = `
|
|
142
142
|
<DocumentFragment>
|
|
143
143
|
<div
|
|
144
|
-
class="
|
|
144
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
145
145
|
data-id="CardContent"
|
|
146
146
|
data-scroll="true"
|
|
147
147
|
data-selector-id="cardContent"
|
|
@@ -155,7 +155,7 @@ exports[`CardContent rendering isScrollAttribute is true 1`] = `
|
|
|
155
155
|
exports[`CardContent rendering shrink is true 1`] = `
|
|
156
156
|
<DocumentFragment>
|
|
157
157
|
<div
|
|
158
|
-
class="
|
|
158
|
+
class="flexible basis_zero shrink scroll_vertical"
|
|
159
159
|
data-id="CardContent"
|
|
160
160
|
data-selector-id="cardContent"
|
|
161
161
|
data-test-id="CardContent"
|
|
@@ -168,7 +168,7 @@ exports[`CardContent rendering shrink is true 1`] = `
|
|
|
168
168
|
exports[`CardContent rendering the defult props 1`] = `
|
|
169
169
|
<DocumentFragment>
|
|
170
170
|
<div
|
|
171
|
-
class="
|
|
171
|
+
class="flexible basis_zero noShrink scroll_vertical"
|
|
172
172
|
data-id="CardContent"
|
|
173
173
|
data-selector-id="cardContent"
|
|
174
174
|
data-test-id="CardContent"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`CardHeader rendering the Children is true 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="notScroll
|
|
6
|
+
class="noShrink notScroll"
|
|
7
7
|
data-id="CardHeader"
|
|
8
8
|
data-selector-id="cardHeader"
|
|
9
9
|
data-test-id="CardHeader"
|
|
@@ -16,7 +16,7 @@ exports[`CardHeader rendering the Children is true 1`] = `
|
|
|
16
16
|
exports[`CardHeader rendering the customClass 1`] = `
|
|
17
17
|
<DocumentFragment>
|
|
18
18
|
<div
|
|
19
|
-
class="notScroll cardHeader-class
|
|
19
|
+
class="noShrink notScroll cardHeader-class"
|
|
20
20
|
data-id="CardHeader"
|
|
21
21
|
data-selector-id="cardHeader"
|
|
22
22
|
data-test-id="CardHeader"
|
|
@@ -29,7 +29,7 @@ exports[`CardHeader rendering the customClass 1`] = `
|
|
|
29
29
|
exports[`CardHeader rendering the defult props 1`] = `
|
|
30
30
|
<DocumentFragment>
|
|
31
31
|
<div
|
|
32
|
-
class="notScroll
|
|
32
|
+
class="noShrink notScroll"
|
|
33
33
|
data-id="CardHeader"
|
|
34
34
|
data-selector-id="cardHeader"
|
|
35
35
|
data-test-id="CardHeader"
|
|
@@ -40,7 +40,7 @@ exports[`CardHeader rendering the defult props 1`] = `
|
|
|
40
40
|
exports[`CardHeader rendering the isScroll is true 1`] = `
|
|
41
41
|
<DocumentFragment>
|
|
42
42
|
<div
|
|
43
|
-
class="scroll
|
|
43
|
+
class="noShrink scroll"
|
|
44
44
|
data-id="CardHeader"
|
|
45
45
|
data-selector-id="cardHeader"
|
|
46
46
|
data-test-id="CardHeader"
|