@zohodesk/components 1.0.0-temp-241 → 1.0.0-temp-242
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 +48 -0
- package/assets/Appearance/dark/mode/Component_DarkMode.module.css +172 -168
- package/assets/Appearance/dark/mode/Component_v1_DarkMode.module.css +8 -8
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkTheme.module.css +31 -31
- package/assets/Appearance/dark/themes/blue/blue_ComponentTheme_DarkTheme.module.css +7 -4
- package/assets/Appearance/dark/themes/green/green_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/green/green_CTA_DarkTheme.module.css +31 -31
- package/assets/Appearance/dark/themes/green/green_ComponentTheme_DarkTheme.module.css +7 -4
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkTheme.module.css +31 -31
- package/assets/Appearance/dark/themes/orange/orange_ComponentTheme_DarkTheme.module.css +7 -4
- package/assets/Appearance/dark/themes/red/red_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/red/red_CTA_DarkTheme.module.css +31 -31
- package/assets/Appearance/dark/themes/red/red_ComponentTheme_DarkTheme.module.css +7 -4
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkTheme.module.css +31 -31
- package/assets/Appearance/dark/themes/yellow/yellow_ComponentTheme_DarkTheme.module.css +7 -4
- package/assets/Appearance/light/mode/Component_LightMode.module.css +169 -165
- package/assets/Appearance/light/mode/Component_v1_LightMode.module.css +8 -8
- package/assets/Appearance/light/themes/blue/blue_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/blue/blue_CTA_LightTheme.module.css +31 -31
- package/assets/Appearance/light/themes/blue/blue_ComponentTheme_LightTheme.module.css +7 -4
- package/assets/Appearance/light/themes/green/green_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/green/green_CTA_LightTheme.module.css +31 -31
- package/assets/Appearance/light/themes/green/green_ComponentTheme_LightTheme.module.css +7 -4
- package/assets/Appearance/light/themes/orange/orange_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/orange/orange_CTA_LightTheme.module.css +31 -31
- package/assets/Appearance/light/themes/orange/orange_ComponentTheme_LightTheme.module.css +7 -4
- package/assets/Appearance/light/themes/red/red_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/red/red_CTA_LightTheme.module.css +31 -31
- package/assets/Appearance/light/themes/red/red_ComponentTheme_LightTheme.module.css +7 -4
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightTheme.module.css +31 -31
- package/assets/Appearance/light/themes/yellow/yellow_ComponentTheme_LightTheme.module.css +7 -4
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +174 -170
- package/assets/Appearance/pureDark/mode/Component_v1_PureDarkMode.module.css +8 -8
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkTheme.module.css +31 -31
- package/assets/Appearance/pureDark/themes/blue/blue_ComponentTheme_PureDarkTheme.module.css +7 -4
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkTheme.module.css +31 -31
- package/assets/Appearance/pureDark/themes/green/green_ComponentTheme_PureDarkTheme.module.css +7 -4
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkTheme.module.css +31 -31
- package/assets/Appearance/pureDark/themes/orange/orange_ComponentTheme_PureDarkTheme.module.css +7 -4
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkTheme.module.css +31 -31
- package/assets/Appearance/pureDark/themes/red/red_ComponentTheme_PureDarkTheme.module.css +7 -4
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkTheme.module.css +31 -31
- package/assets/Appearance/pureDark/themes/yellow/yellow_ComponentTheme_PureDarkTheme.module.css +7 -4
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +2 -2
- package/es/Button/css/Button.module.css +60 -6
- package/es/Button/css/cssJSLogic.js +2 -2
- package/es/Card/__tests__/Card.spec.js +48 -0
- package/es/Card/__tests__/CardContent.spec.js +61 -0
- package/es/Card/__tests__/CardHeader.spec.js +33 -0
- package/es/Card/__tests__/__snapshots__/Card.spec.js.snap +125 -0
- package/es/Card/__tests__/__snapshots__/CardContent.spec.js.snap +177 -0
- package/es/Card/__tests__/__snapshots__/CardHeader.spec.js.snap +51 -0
- package/es/ListItem/ListItem.js +10 -3
- package/es/ListItem/ListItemWithAvatar.js +15 -6
- package/es/ListItem/ListItemWithCheckBox.js +13 -6
- package/es/ListItem/ListItemWithIcon.js +14 -5
- package/es/ListItem/ListItemWithRadio.js +13 -6
- package/es/ListItem/__tests__/ListItem.spec.js +19 -0
- package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +19 -0
- package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +19 -0
- package/es/ListItem/__tests__/ListItemWithIcon.spec.js +17 -0
- package/es/ListItem/__tests__/ListItemWithRadio.spec.js +19 -0
- package/es/ListItem/__tests__/__snapshots__/ListItem.spec.js.snap +78 -0
- package/es/ListItem/__tests__/__snapshots__/ListItemWithAvatar.spec.js.snap +140 -46
- package/es/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +251 -49
- package/es/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +144 -50
- package/es/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +252 -52
- package/es/ListItem/props/propTypes.js +15 -5
- package/es/MultiSelect/MultiSelect.js +8 -1
- package/es/MultiSelect/Suggestions.js +2 -1
- package/es/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +6 -6
- package/es/MultiSelect/props/propTypes.js +2 -3
- package/es/Popup/Popup.js +21 -1041
- package/es/Select/GroupSelect.js +4 -2
- package/es/Select/Select.js +7 -1
- package/es/Select/SelectWithAvatar.js +17 -4
- package/es/Select/SelectWithIcon.js +15 -5
- package/es/Select/props/defaultProps.js +2 -0
- package/es/Select/props/propTypes.js +5 -0
- package/es/Typography/__tests__/Typography.spec.js +225 -0
- package/es/Typography/__tests__/__snapshots__/Typography.spec.js.snap +1226 -0
- package/es/common/common.module.css +1 -1
- package/es/utils/Common.js +1 -1
- package/es/utils/dropDownUtils.js +13 -4
- package/es/v1/Popup/Popup.js +1 -1
- package/es/v1/Switch/__tests__/Switch.spec.js +41 -6
- package/es/v1/Switch/__tests__/__snapshots__/Switch.spec.js.snap +176 -5
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +2 -2
- package/lib/Button/css/Button.module.css +60 -6
- package/lib/Button/css/cssJSLogic.js +1 -1
- package/lib/Card/__tests__/Card.spec.js +54 -6
- package/lib/Card/__tests__/CardContent.spec.js +68 -0
- package/lib/Card/__tests__/CardHeader.spec.js +40 -0
- package/lib/Card/__tests__/__snapshots__/Card.spec.js.snap +125 -0
- package/lib/Card/__tests__/__snapshots__/CardContent.spec.js.snap +177 -0
- package/lib/Card/__tests__/__snapshots__/CardHeader.spec.js.snap +51 -0
- package/lib/ListItem/ListItem.js +10 -3
- package/lib/ListItem/ListItemWithAvatar.js +15 -6
- package/lib/ListItem/ListItemWithCheckBox.js +15 -6
- package/lib/ListItem/ListItemWithIcon.js +13 -5
- package/lib/ListItem/ListItemWithRadio.js +15 -6
- package/lib/ListItem/__tests__/ListItem.spec.js +23 -0
- package/lib/ListItem/__tests__/ListItemWithAvatar.spec.js +23 -0
- package/lib/ListItem/__tests__/ListItemWithCheckBox.spec.js +23 -0
- package/lib/ListItem/__tests__/ListItemWithIcon.spec.js +21 -0
- package/lib/ListItem/__tests__/ListItemWithRadio.spec.js +23 -0
- package/lib/ListItem/__tests__/__snapshots__/ListItem.spec.js.snap +78 -0
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithAvatar.spec.js.snap +140 -46
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithCheckBox.spec.js.snap +251 -49
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithIcon.spec.js.snap +144 -50
- package/lib/ListItem/__tests__/__snapshots__/ListItemWithRadio.spec.js.snap +252 -52
- package/lib/ListItem/props/propTypes.js +15 -6
- package/lib/MultiSelect/MultiSelect.js +6 -2
- package/lib/MultiSelect/Suggestions.js +2 -1
- package/lib/MultiSelect/__tests__/__snapshots__/MultiSelectHeader.spec.js.snap +6 -6
- package/lib/MultiSelect/props/propTypes.js +3 -4
- package/lib/Popup/Popup.js +25 -1149
- package/lib/Select/GroupSelect.js +4 -3
- package/lib/Select/Select.js +7 -1
- package/lib/Select/SelectWithAvatar.js +17 -7
- package/lib/Select/SelectWithIcon.js +15 -5
- package/lib/Select/props/defaultProps.js +2 -1
- package/lib/Select/props/propTypes.js +5 -0
- package/lib/Typography/__tests__/Typography.spec.js +232 -0
- package/lib/Typography/__tests__/__snapshots__/Typography.spec.js.snap +1226 -0
- package/lib/common/common.module.css +1 -1
- package/lib/utils/Common.js +1 -1
- package/lib/utils/dropDownUtils.js +17 -4
- package/lib/v1/Popup/Popup.js +1 -1
- package/lib/v1/Switch/__tests__/Switch.spec.js +41 -6
- package/lib/v1/Switch/__tests__/__snapshots__/Switch.spec.js.snap +176 -5
- package/package.json +13 -13
- package/es/Popup/PositionMapping.js +0 -72
- package/es/Popup/Registry.js +0 -36
- package/es/Popup/intersectionObserver.js +0 -49
- package/es/Popup/viewPort.js +0 -373
- package/lib/Popup/PositionMapping.js +0 -81
- package/lib/Popup/Registry.js +0 -46
- package/lib/Popup/intersectionObserver.js +0 -72
- package/lib/Popup/viewPort.js +0 -367
|
@@ -0,0 +1,1226 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`Typography Should render ui_decoration - default 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<div
|
|
6
|
+
class="decoration_default"
|
|
7
|
+
>
|
|
8
|
+
Heading
|
|
9
|
+
</div>
|
|
10
|
+
</DocumentFragment>
|
|
11
|
+
`;
|
|
12
|
+
|
|
13
|
+
exports[`Typography Should render ui_decoration - overline 1`] = `
|
|
14
|
+
<DocumentFragment>
|
|
15
|
+
<div
|
|
16
|
+
class="decoration_overline"
|
|
17
|
+
>
|
|
18
|
+
Heading
|
|
19
|
+
</div>
|
|
20
|
+
</DocumentFragment>
|
|
21
|
+
`;
|
|
22
|
+
|
|
23
|
+
exports[`Typography Should render ui_decoration - strike 1`] = `
|
|
24
|
+
<DocumentFragment>
|
|
25
|
+
<div
|
|
26
|
+
class="decoration_strike"
|
|
27
|
+
>
|
|
28
|
+
Heading
|
|
29
|
+
</div>
|
|
30
|
+
</DocumentFragment>
|
|
31
|
+
`;
|
|
32
|
+
|
|
33
|
+
exports[`Typography Should render ui_decoration - underline 1`] = `
|
|
34
|
+
<DocumentFragment>
|
|
35
|
+
<div
|
|
36
|
+
class="decoration_underline"
|
|
37
|
+
>
|
|
38
|
+
Heading
|
|
39
|
+
</div>
|
|
40
|
+
</DocumentFragment>
|
|
41
|
+
`;
|
|
42
|
+
|
|
43
|
+
exports[`Typography Should render ui_display - block 1`] = `
|
|
44
|
+
<DocumentFragment>
|
|
45
|
+
<div
|
|
46
|
+
class="display_block"
|
|
47
|
+
>
|
|
48
|
+
Heading
|
|
49
|
+
</div>
|
|
50
|
+
</DocumentFragment>
|
|
51
|
+
`;
|
|
52
|
+
|
|
53
|
+
exports[`Typography Should render ui_display - initial 1`] = `
|
|
54
|
+
<DocumentFragment>
|
|
55
|
+
<div
|
|
56
|
+
class="display_initial"
|
|
57
|
+
>
|
|
58
|
+
Heading
|
|
59
|
+
</div>
|
|
60
|
+
</DocumentFragment>
|
|
61
|
+
`;
|
|
62
|
+
|
|
63
|
+
exports[`Typography Should render ui_display - inline 1`] = `
|
|
64
|
+
<DocumentFragment>
|
|
65
|
+
<div
|
|
66
|
+
class="display_inline"
|
|
67
|
+
>
|
|
68
|
+
Heading
|
|
69
|
+
</div>
|
|
70
|
+
</DocumentFragment>
|
|
71
|
+
`;
|
|
72
|
+
|
|
73
|
+
exports[`Typography Should render ui_display - inlineBlock 1`] = `
|
|
74
|
+
<DocumentFragment>
|
|
75
|
+
<div
|
|
76
|
+
class="display_inlineBlock"
|
|
77
|
+
>
|
|
78
|
+
Heading
|
|
79
|
+
</div>
|
|
80
|
+
</DocumentFragment>
|
|
81
|
+
`;
|
|
82
|
+
|
|
83
|
+
exports[`Typography Should render ui_letterSpacing - 0.1 1`] = `
|
|
84
|
+
<DocumentFragment>
|
|
85
|
+
<div
|
|
86
|
+
class="letterspacing_0_1"
|
|
87
|
+
>
|
|
88
|
+
Heading
|
|
89
|
+
</div>
|
|
90
|
+
</DocumentFragment>
|
|
91
|
+
`;
|
|
92
|
+
|
|
93
|
+
exports[`Typography Should render ui_letterSpacing - 0.2 1`] = `
|
|
94
|
+
<DocumentFragment>
|
|
95
|
+
<div
|
|
96
|
+
class="letterspacing_0_2"
|
|
97
|
+
>
|
|
98
|
+
Heading
|
|
99
|
+
</div>
|
|
100
|
+
</DocumentFragment>
|
|
101
|
+
`;
|
|
102
|
+
|
|
103
|
+
exports[`Typography Should render ui_letterSpacing - 0.3 1`] = `
|
|
104
|
+
<DocumentFragment>
|
|
105
|
+
<div
|
|
106
|
+
class="letterspacing_0_3"
|
|
107
|
+
>
|
|
108
|
+
Heading
|
|
109
|
+
</div>
|
|
110
|
+
</DocumentFragment>
|
|
111
|
+
`;
|
|
112
|
+
|
|
113
|
+
exports[`Typography Should render ui_letterSpacing - 0.4 1`] = `
|
|
114
|
+
<DocumentFragment>
|
|
115
|
+
<div
|
|
116
|
+
class="letterspacing_0_4"
|
|
117
|
+
>
|
|
118
|
+
Heading
|
|
119
|
+
</div>
|
|
120
|
+
</DocumentFragment>
|
|
121
|
+
`;
|
|
122
|
+
|
|
123
|
+
exports[`Typography Should render ui_letterSpacing - 0.5 1`] = `
|
|
124
|
+
<DocumentFragment>
|
|
125
|
+
<div
|
|
126
|
+
class="letterspacing_0_5"
|
|
127
|
+
>
|
|
128
|
+
Heading
|
|
129
|
+
</div>
|
|
130
|
+
</DocumentFragment>
|
|
131
|
+
`;
|
|
132
|
+
|
|
133
|
+
exports[`Typography Should render ui_letterSpacing - 0.6 1`] = `
|
|
134
|
+
<DocumentFragment>
|
|
135
|
+
<div
|
|
136
|
+
class="letterspacing_0_6"
|
|
137
|
+
>
|
|
138
|
+
Heading
|
|
139
|
+
</div>
|
|
140
|
+
</DocumentFragment>
|
|
141
|
+
`;
|
|
142
|
+
|
|
143
|
+
exports[`Typography Should render ui_letterSpacing - 0.7 1`] = `
|
|
144
|
+
<DocumentFragment>
|
|
145
|
+
<div
|
|
146
|
+
class="letterspacing_0_7"
|
|
147
|
+
>
|
|
148
|
+
Heading
|
|
149
|
+
</div>
|
|
150
|
+
</DocumentFragment>
|
|
151
|
+
`;
|
|
152
|
+
|
|
153
|
+
exports[`Typography Should render ui_letterSpacing - 0.8 1`] = `
|
|
154
|
+
<DocumentFragment>
|
|
155
|
+
<div
|
|
156
|
+
class="letterspacing_0_8"
|
|
157
|
+
>
|
|
158
|
+
Heading
|
|
159
|
+
</div>
|
|
160
|
+
</DocumentFragment>
|
|
161
|
+
`;
|
|
162
|
+
|
|
163
|
+
exports[`Typography Should render ui_letterSpacing - 0.9 1`] = `
|
|
164
|
+
<DocumentFragment>
|
|
165
|
+
<div
|
|
166
|
+
class="letterspacing_0_9"
|
|
167
|
+
>
|
|
168
|
+
Heading
|
|
169
|
+
</div>
|
|
170
|
+
</DocumentFragment>
|
|
171
|
+
`;
|
|
172
|
+
|
|
173
|
+
exports[`Typography Should render ui_letterSpacing - 1 1`] = `
|
|
174
|
+
<DocumentFragment>
|
|
175
|
+
<div
|
|
176
|
+
class="letterspacing_1"
|
|
177
|
+
>
|
|
178
|
+
Heading
|
|
179
|
+
</div>
|
|
180
|
+
</DocumentFragment>
|
|
181
|
+
`;
|
|
182
|
+
|
|
183
|
+
exports[`Typography Should render ui_letterSpacing - 1.1 1`] = `
|
|
184
|
+
<DocumentFragment>
|
|
185
|
+
<div
|
|
186
|
+
class="letterspacing_1_1"
|
|
187
|
+
>
|
|
188
|
+
Heading
|
|
189
|
+
</div>
|
|
190
|
+
</DocumentFragment>
|
|
191
|
+
`;
|
|
192
|
+
|
|
193
|
+
exports[`Typography Should render ui_letterSpacing - 1.2 1`] = `
|
|
194
|
+
<DocumentFragment>
|
|
195
|
+
<div
|
|
196
|
+
class="letterspacing_1_2"
|
|
197
|
+
>
|
|
198
|
+
Heading
|
|
199
|
+
</div>
|
|
200
|
+
</DocumentFragment>
|
|
201
|
+
`;
|
|
202
|
+
|
|
203
|
+
exports[`Typography Should render ui_letterSpacing - 1.3 1`] = `
|
|
204
|
+
<DocumentFragment>
|
|
205
|
+
<div
|
|
206
|
+
class="letterspacing_1_3"
|
|
207
|
+
>
|
|
208
|
+
Heading
|
|
209
|
+
</div>
|
|
210
|
+
</DocumentFragment>
|
|
211
|
+
`;
|
|
212
|
+
|
|
213
|
+
exports[`Typography Should render ui_letterSpacing - 1.4 1`] = `
|
|
214
|
+
<DocumentFragment>
|
|
215
|
+
<div
|
|
216
|
+
class="letterspacing_1_4"
|
|
217
|
+
>
|
|
218
|
+
Heading
|
|
219
|
+
</div>
|
|
220
|
+
</DocumentFragment>
|
|
221
|
+
`;
|
|
222
|
+
|
|
223
|
+
exports[`Typography Should render ui_letterSpacing - 1.5 1`] = `
|
|
224
|
+
<DocumentFragment>
|
|
225
|
+
<div
|
|
226
|
+
class="letterspacing_1_5"
|
|
227
|
+
>
|
|
228
|
+
Heading
|
|
229
|
+
</div>
|
|
230
|
+
</DocumentFragment>
|
|
231
|
+
`;
|
|
232
|
+
|
|
233
|
+
exports[`Typography Should render ui_letterSpacing - 1.6 1`] = `
|
|
234
|
+
<DocumentFragment>
|
|
235
|
+
<div
|
|
236
|
+
class="letterspacing_1_6"
|
|
237
|
+
>
|
|
238
|
+
Heading
|
|
239
|
+
</div>
|
|
240
|
+
</DocumentFragment>
|
|
241
|
+
`;
|
|
242
|
+
|
|
243
|
+
exports[`Typography Should render ui_letterSpacing - 1.7 1`] = `
|
|
244
|
+
<DocumentFragment>
|
|
245
|
+
<div
|
|
246
|
+
class="letterspacing_1_7"
|
|
247
|
+
>
|
|
248
|
+
Heading
|
|
249
|
+
</div>
|
|
250
|
+
</DocumentFragment>
|
|
251
|
+
`;
|
|
252
|
+
|
|
253
|
+
exports[`Typography Should render ui_letterSpacing - 1.8 1`] = `
|
|
254
|
+
<DocumentFragment>
|
|
255
|
+
<div
|
|
256
|
+
class="letterspacing_1_8"
|
|
257
|
+
>
|
|
258
|
+
Heading
|
|
259
|
+
</div>
|
|
260
|
+
</DocumentFragment>
|
|
261
|
+
`;
|
|
262
|
+
|
|
263
|
+
exports[`Typography Should render ui_letterSpacing - 1.9 1`] = `
|
|
264
|
+
<DocumentFragment>
|
|
265
|
+
<div
|
|
266
|
+
class="letterspacing_1_9"
|
|
267
|
+
>
|
|
268
|
+
Heading
|
|
269
|
+
</div>
|
|
270
|
+
</DocumentFragment>
|
|
271
|
+
`;
|
|
272
|
+
|
|
273
|
+
exports[`Typography Should render ui_letterSpacing - 2 1`] = `
|
|
274
|
+
<DocumentFragment>
|
|
275
|
+
<div
|
|
276
|
+
class="letterspacing_2"
|
|
277
|
+
>
|
|
278
|
+
Heading
|
|
279
|
+
</div>
|
|
280
|
+
</DocumentFragment>
|
|
281
|
+
`;
|
|
282
|
+
|
|
283
|
+
exports[`Typography Should render ui_letterSpacing - inherit 1`] = `
|
|
284
|
+
<DocumentFragment>
|
|
285
|
+
<div
|
|
286
|
+
class="letterspacing_inherit"
|
|
287
|
+
>
|
|
288
|
+
Heading
|
|
289
|
+
</div>
|
|
290
|
+
</DocumentFragment>
|
|
291
|
+
`;
|
|
292
|
+
|
|
293
|
+
exports[`Typography Should render ui_lineClamp - 1 1`] = `
|
|
294
|
+
<DocumentFragment>
|
|
295
|
+
<div
|
|
296
|
+
class="lineclamp_1"
|
|
297
|
+
>
|
|
298
|
+
Heading
|
|
299
|
+
</div>
|
|
300
|
+
</DocumentFragment>
|
|
301
|
+
`;
|
|
302
|
+
|
|
303
|
+
exports[`Typography Should render ui_lineClamp - 2 1`] = `
|
|
304
|
+
<DocumentFragment>
|
|
305
|
+
<div
|
|
306
|
+
class="lineclamp_2"
|
|
307
|
+
>
|
|
308
|
+
Heading
|
|
309
|
+
</div>
|
|
310
|
+
</DocumentFragment>
|
|
311
|
+
`;
|
|
312
|
+
|
|
313
|
+
exports[`Typography Should render ui_lineClamp - 3 1`] = `
|
|
314
|
+
<DocumentFragment>
|
|
315
|
+
<div
|
|
316
|
+
class="lineclamp_3"
|
|
317
|
+
>
|
|
318
|
+
Heading
|
|
319
|
+
</div>
|
|
320
|
+
</DocumentFragment>
|
|
321
|
+
`;
|
|
322
|
+
|
|
323
|
+
exports[`Typography Should render ui_lineClamp - 4 1`] = `
|
|
324
|
+
<DocumentFragment>
|
|
325
|
+
<div
|
|
326
|
+
class="lineclamp_4"
|
|
327
|
+
>
|
|
328
|
+
Heading
|
|
329
|
+
</div>
|
|
330
|
+
</DocumentFragment>
|
|
331
|
+
`;
|
|
332
|
+
|
|
333
|
+
exports[`Typography Should render ui_lineClamp - 5 1`] = `
|
|
334
|
+
<DocumentFragment>
|
|
335
|
+
<div
|
|
336
|
+
class="lineclamp_5"
|
|
337
|
+
>
|
|
338
|
+
Heading
|
|
339
|
+
</div>
|
|
340
|
+
</DocumentFragment>
|
|
341
|
+
`;
|
|
342
|
+
|
|
343
|
+
exports[`Typography Should render ui_lineHeight - 0 1`] = `
|
|
344
|
+
<DocumentFragment>
|
|
345
|
+
<div
|
|
346
|
+
class="lineheight_0"
|
|
347
|
+
>
|
|
348
|
+
Heading
|
|
349
|
+
</div>
|
|
350
|
+
</DocumentFragment>
|
|
351
|
+
`;
|
|
352
|
+
|
|
353
|
+
exports[`Typography Should render ui_lineHeight - 0.1 1`] = `
|
|
354
|
+
<DocumentFragment>
|
|
355
|
+
<div
|
|
356
|
+
class="lineheight_0_1"
|
|
357
|
+
>
|
|
358
|
+
Heading
|
|
359
|
+
</div>
|
|
360
|
+
</DocumentFragment>
|
|
361
|
+
`;
|
|
362
|
+
|
|
363
|
+
exports[`Typography Should render ui_lineHeight - 0.2 1`] = `
|
|
364
|
+
<DocumentFragment>
|
|
365
|
+
<div
|
|
366
|
+
class="lineheight_0_2"
|
|
367
|
+
>
|
|
368
|
+
Heading
|
|
369
|
+
</div>
|
|
370
|
+
</DocumentFragment>
|
|
371
|
+
`;
|
|
372
|
+
|
|
373
|
+
exports[`Typography Should render ui_lineHeight - 0.3 1`] = `
|
|
374
|
+
<DocumentFragment>
|
|
375
|
+
<div
|
|
376
|
+
class="lineheight_0_3"
|
|
377
|
+
>
|
|
378
|
+
Heading
|
|
379
|
+
</div>
|
|
380
|
+
</DocumentFragment>
|
|
381
|
+
`;
|
|
382
|
+
|
|
383
|
+
exports[`Typography Should render ui_lineHeight - 0.4 1`] = `
|
|
384
|
+
<DocumentFragment>
|
|
385
|
+
<div
|
|
386
|
+
class="lineheight_0_4"
|
|
387
|
+
>
|
|
388
|
+
Heading
|
|
389
|
+
</div>
|
|
390
|
+
</DocumentFragment>
|
|
391
|
+
`;
|
|
392
|
+
|
|
393
|
+
exports[`Typography Should render ui_lineHeight - 0.5 1`] = `
|
|
394
|
+
<DocumentFragment>
|
|
395
|
+
<div
|
|
396
|
+
class="lineheight_0_5"
|
|
397
|
+
>
|
|
398
|
+
Heading
|
|
399
|
+
</div>
|
|
400
|
+
</DocumentFragment>
|
|
401
|
+
`;
|
|
402
|
+
|
|
403
|
+
exports[`Typography Should render ui_lineHeight - 0.6 1`] = `
|
|
404
|
+
<DocumentFragment>
|
|
405
|
+
<div
|
|
406
|
+
class="lineheight_0_6"
|
|
407
|
+
>
|
|
408
|
+
Heading
|
|
409
|
+
</div>
|
|
410
|
+
</DocumentFragment>
|
|
411
|
+
`;
|
|
412
|
+
|
|
413
|
+
exports[`Typography Should render ui_lineHeight - 0.7 1`] = `
|
|
414
|
+
<DocumentFragment>
|
|
415
|
+
<div
|
|
416
|
+
class="lineheight_0_7"
|
|
417
|
+
>
|
|
418
|
+
Heading
|
|
419
|
+
</div>
|
|
420
|
+
</DocumentFragment>
|
|
421
|
+
`;
|
|
422
|
+
|
|
423
|
+
exports[`Typography Should render ui_lineHeight - 0.8 1`] = `
|
|
424
|
+
<DocumentFragment>
|
|
425
|
+
<div
|
|
426
|
+
class="lineheight_0_8"
|
|
427
|
+
>
|
|
428
|
+
Heading
|
|
429
|
+
</div>
|
|
430
|
+
</DocumentFragment>
|
|
431
|
+
`;
|
|
432
|
+
|
|
433
|
+
exports[`Typography Should render ui_lineHeight - 0.9 1`] = `
|
|
434
|
+
<DocumentFragment>
|
|
435
|
+
<div
|
|
436
|
+
class="lineheight_0_9"
|
|
437
|
+
>
|
|
438
|
+
Heading
|
|
439
|
+
</div>
|
|
440
|
+
</DocumentFragment>
|
|
441
|
+
`;
|
|
442
|
+
|
|
443
|
+
exports[`Typography Should render ui_lineHeight - 1 1`] = `
|
|
444
|
+
<DocumentFragment>
|
|
445
|
+
<div
|
|
446
|
+
class="lineheight_1"
|
|
447
|
+
>
|
|
448
|
+
Heading
|
|
449
|
+
</div>
|
|
450
|
+
</DocumentFragment>
|
|
451
|
+
`;
|
|
452
|
+
|
|
453
|
+
exports[`Typography Should render ui_lineHeight - 1.1 1`] = `
|
|
454
|
+
<DocumentFragment>
|
|
455
|
+
<div
|
|
456
|
+
class="lineheight_1_1"
|
|
457
|
+
>
|
|
458
|
+
Heading
|
|
459
|
+
</div>
|
|
460
|
+
</DocumentFragment>
|
|
461
|
+
`;
|
|
462
|
+
|
|
463
|
+
exports[`Typography Should render ui_lineHeight - 1.2 1`] = `
|
|
464
|
+
<DocumentFragment>
|
|
465
|
+
<div
|
|
466
|
+
class="lineheight_1_2"
|
|
467
|
+
>
|
|
468
|
+
Heading
|
|
469
|
+
</div>
|
|
470
|
+
</DocumentFragment>
|
|
471
|
+
`;
|
|
472
|
+
|
|
473
|
+
exports[`Typography Should render ui_lineHeight - 1.3 1`] = `
|
|
474
|
+
<DocumentFragment>
|
|
475
|
+
<div
|
|
476
|
+
class="lineheight_1_3"
|
|
477
|
+
>
|
|
478
|
+
Heading
|
|
479
|
+
</div>
|
|
480
|
+
</DocumentFragment>
|
|
481
|
+
`;
|
|
482
|
+
|
|
483
|
+
exports[`Typography Should render ui_lineHeight - 1.4 1`] = `
|
|
484
|
+
<DocumentFragment>
|
|
485
|
+
<div
|
|
486
|
+
class="lineheight_1_4"
|
|
487
|
+
>
|
|
488
|
+
Heading
|
|
489
|
+
</div>
|
|
490
|
+
</DocumentFragment>
|
|
491
|
+
`;
|
|
492
|
+
|
|
493
|
+
exports[`Typography Should render ui_lineHeight - 1.5 1`] = `
|
|
494
|
+
<DocumentFragment>
|
|
495
|
+
<div
|
|
496
|
+
class="lineheight_1_5"
|
|
497
|
+
>
|
|
498
|
+
Heading
|
|
499
|
+
</div>
|
|
500
|
+
</DocumentFragment>
|
|
501
|
+
`;
|
|
502
|
+
|
|
503
|
+
exports[`Typography Should render ui_lineHeight - 1.6 1`] = `
|
|
504
|
+
<DocumentFragment>
|
|
505
|
+
<div
|
|
506
|
+
class="lineheight_1_6"
|
|
507
|
+
>
|
|
508
|
+
Heading
|
|
509
|
+
</div>
|
|
510
|
+
</DocumentFragment>
|
|
511
|
+
`;
|
|
512
|
+
|
|
513
|
+
exports[`Typography Should render ui_lineHeight - 1.7 1`] = `
|
|
514
|
+
<DocumentFragment>
|
|
515
|
+
<div
|
|
516
|
+
class="lineheight_1_7"
|
|
517
|
+
>
|
|
518
|
+
Heading
|
|
519
|
+
</div>
|
|
520
|
+
</DocumentFragment>
|
|
521
|
+
`;
|
|
522
|
+
|
|
523
|
+
exports[`Typography Should render ui_lineHeight - 1.8 1`] = `
|
|
524
|
+
<DocumentFragment>
|
|
525
|
+
<div
|
|
526
|
+
class="lineheight_1_8"
|
|
527
|
+
>
|
|
528
|
+
Heading
|
|
529
|
+
</div>
|
|
530
|
+
</DocumentFragment>
|
|
531
|
+
`;
|
|
532
|
+
|
|
533
|
+
exports[`Typography Should render ui_lineHeight - 1.9 1`] = `
|
|
534
|
+
<DocumentFragment>
|
|
535
|
+
<div
|
|
536
|
+
class="lineheight_1_9"
|
|
537
|
+
>
|
|
538
|
+
Heading
|
|
539
|
+
</div>
|
|
540
|
+
</DocumentFragment>
|
|
541
|
+
`;
|
|
542
|
+
|
|
543
|
+
exports[`Typography Should render ui_lineHeight - 2 1`] = `
|
|
544
|
+
<DocumentFragment>
|
|
545
|
+
<div
|
|
546
|
+
class="lineheight_2"
|
|
547
|
+
>
|
|
548
|
+
Heading
|
|
549
|
+
</div>
|
|
550
|
+
</DocumentFragment>
|
|
551
|
+
`;
|
|
552
|
+
|
|
553
|
+
exports[`Typography Should render ui_lineHeight - inherit 1`] = `
|
|
554
|
+
<DocumentFragment>
|
|
555
|
+
<div
|
|
556
|
+
class="lineheight_inherit"
|
|
557
|
+
>
|
|
558
|
+
Heading
|
|
559
|
+
</div>
|
|
560
|
+
</DocumentFragment>
|
|
561
|
+
`;
|
|
562
|
+
|
|
563
|
+
exports[`Typography Should render ui_lineHeight - initial 1`] = `
|
|
564
|
+
<DocumentFragment>
|
|
565
|
+
<div
|
|
566
|
+
class="lineheight_initial"
|
|
567
|
+
>
|
|
568
|
+
Heading
|
|
569
|
+
</div>
|
|
570
|
+
</DocumentFragment>
|
|
571
|
+
`;
|
|
572
|
+
|
|
573
|
+
exports[`Typography Should render ui_lineHeight - normal 1`] = `
|
|
574
|
+
<DocumentFragment>
|
|
575
|
+
<div
|
|
576
|
+
class="lineheight_normal"
|
|
577
|
+
>
|
|
578
|
+
Heading
|
|
579
|
+
</div>
|
|
580
|
+
</DocumentFragment>
|
|
581
|
+
`;
|
|
582
|
+
|
|
583
|
+
exports[`Typography Should render ui_size - 7 1`] = `
|
|
584
|
+
<DocumentFragment>
|
|
585
|
+
<div
|
|
586
|
+
class="size7"
|
|
587
|
+
>
|
|
588
|
+
Heading
|
|
589
|
+
</div>
|
|
590
|
+
</DocumentFragment>
|
|
591
|
+
`;
|
|
592
|
+
|
|
593
|
+
exports[`Typography Should render ui_size - 8 1`] = `
|
|
594
|
+
<DocumentFragment>
|
|
595
|
+
<div
|
|
596
|
+
class="size8"
|
|
597
|
+
>
|
|
598
|
+
Heading
|
|
599
|
+
</div>
|
|
600
|
+
</DocumentFragment>
|
|
601
|
+
`;
|
|
602
|
+
|
|
603
|
+
exports[`Typography Should render ui_size - 9 1`] = `
|
|
604
|
+
<DocumentFragment>
|
|
605
|
+
<div
|
|
606
|
+
class="size9"
|
|
607
|
+
>
|
|
608
|
+
Heading
|
|
609
|
+
</div>
|
|
610
|
+
</DocumentFragment>
|
|
611
|
+
`;
|
|
612
|
+
|
|
613
|
+
exports[`Typography Should render ui_size - 10 1`] = `
|
|
614
|
+
<DocumentFragment>
|
|
615
|
+
<div
|
|
616
|
+
class="size10"
|
|
617
|
+
>
|
|
618
|
+
Heading
|
|
619
|
+
</div>
|
|
620
|
+
</DocumentFragment>
|
|
621
|
+
`;
|
|
622
|
+
|
|
623
|
+
exports[`Typography Should render ui_size - 11 1`] = `
|
|
624
|
+
<DocumentFragment>
|
|
625
|
+
<div
|
|
626
|
+
class="size11"
|
|
627
|
+
>
|
|
628
|
+
Heading
|
|
629
|
+
</div>
|
|
630
|
+
</DocumentFragment>
|
|
631
|
+
`;
|
|
632
|
+
|
|
633
|
+
exports[`Typography Should render ui_size - 12 1`] = `
|
|
634
|
+
<DocumentFragment>
|
|
635
|
+
<div
|
|
636
|
+
class="size12"
|
|
637
|
+
>
|
|
638
|
+
Heading
|
|
639
|
+
</div>
|
|
640
|
+
</DocumentFragment>
|
|
641
|
+
`;
|
|
642
|
+
|
|
643
|
+
exports[`Typography Should render ui_size - 13 1`] = `
|
|
644
|
+
<DocumentFragment>
|
|
645
|
+
<div
|
|
646
|
+
class="size13"
|
|
647
|
+
>
|
|
648
|
+
Heading
|
|
649
|
+
</div>
|
|
650
|
+
</DocumentFragment>
|
|
651
|
+
`;
|
|
652
|
+
|
|
653
|
+
exports[`Typography Should render ui_size - 14 1`] = `
|
|
654
|
+
<DocumentFragment>
|
|
655
|
+
<div
|
|
656
|
+
class="size14"
|
|
657
|
+
>
|
|
658
|
+
Heading
|
|
659
|
+
</div>
|
|
660
|
+
</DocumentFragment>
|
|
661
|
+
`;
|
|
662
|
+
|
|
663
|
+
exports[`Typography Should render ui_size - 15 1`] = `
|
|
664
|
+
<DocumentFragment>
|
|
665
|
+
<div
|
|
666
|
+
class="size15"
|
|
667
|
+
>
|
|
668
|
+
Heading
|
|
669
|
+
</div>
|
|
670
|
+
</DocumentFragment>
|
|
671
|
+
`;
|
|
672
|
+
|
|
673
|
+
exports[`Typography Should render ui_size - 16 1`] = `
|
|
674
|
+
<DocumentFragment>
|
|
675
|
+
<div
|
|
676
|
+
class="size16"
|
|
677
|
+
>
|
|
678
|
+
Heading
|
|
679
|
+
</div>
|
|
680
|
+
</DocumentFragment>
|
|
681
|
+
`;
|
|
682
|
+
|
|
683
|
+
exports[`Typography Should render ui_size - 17 1`] = `
|
|
684
|
+
<DocumentFragment>
|
|
685
|
+
<div
|
|
686
|
+
class="size17"
|
|
687
|
+
>
|
|
688
|
+
Heading
|
|
689
|
+
</div>
|
|
690
|
+
</DocumentFragment>
|
|
691
|
+
`;
|
|
692
|
+
|
|
693
|
+
exports[`Typography Should render ui_size - 18 1`] = `
|
|
694
|
+
<DocumentFragment>
|
|
695
|
+
<div
|
|
696
|
+
class="size18"
|
|
697
|
+
>
|
|
698
|
+
Heading
|
|
699
|
+
</div>
|
|
700
|
+
</DocumentFragment>
|
|
701
|
+
`;
|
|
702
|
+
|
|
703
|
+
exports[`Typography Should render ui_size - 19 1`] = `
|
|
704
|
+
<DocumentFragment>
|
|
705
|
+
<div
|
|
706
|
+
class="size19"
|
|
707
|
+
>
|
|
708
|
+
Heading
|
|
709
|
+
</div>
|
|
710
|
+
</DocumentFragment>
|
|
711
|
+
`;
|
|
712
|
+
|
|
713
|
+
exports[`Typography Should render ui_size - 20 1`] = `
|
|
714
|
+
<DocumentFragment>
|
|
715
|
+
<div
|
|
716
|
+
class="size20"
|
|
717
|
+
>
|
|
718
|
+
Heading
|
|
719
|
+
</div>
|
|
720
|
+
</DocumentFragment>
|
|
721
|
+
`;
|
|
722
|
+
|
|
723
|
+
exports[`Typography Should render ui_size - 21 1`] = `
|
|
724
|
+
<DocumentFragment>
|
|
725
|
+
<div
|
|
726
|
+
class="size21"
|
|
727
|
+
>
|
|
728
|
+
Heading
|
|
729
|
+
</div>
|
|
730
|
+
</DocumentFragment>
|
|
731
|
+
`;
|
|
732
|
+
|
|
733
|
+
exports[`Typography Should render ui_size - 22 1`] = `
|
|
734
|
+
<DocumentFragment>
|
|
735
|
+
<div
|
|
736
|
+
class="size22"
|
|
737
|
+
>
|
|
738
|
+
Heading
|
|
739
|
+
</div>
|
|
740
|
+
</DocumentFragment>
|
|
741
|
+
`;
|
|
742
|
+
|
|
743
|
+
exports[`Typography Should render ui_size - 24 1`] = `
|
|
744
|
+
<DocumentFragment>
|
|
745
|
+
<div
|
|
746
|
+
class="size24"
|
|
747
|
+
>
|
|
748
|
+
Heading
|
|
749
|
+
</div>
|
|
750
|
+
</DocumentFragment>
|
|
751
|
+
`;
|
|
752
|
+
|
|
753
|
+
exports[`Typography Should render ui_size - 25 1`] = `
|
|
754
|
+
<DocumentFragment>
|
|
755
|
+
<div
|
|
756
|
+
class="size25"
|
|
757
|
+
>
|
|
758
|
+
Heading
|
|
759
|
+
</div>
|
|
760
|
+
</DocumentFragment>
|
|
761
|
+
`;
|
|
762
|
+
|
|
763
|
+
exports[`Typography Should render ui_size - 26 1`] = `
|
|
764
|
+
<DocumentFragment>
|
|
765
|
+
<div
|
|
766
|
+
class="size26"
|
|
767
|
+
>
|
|
768
|
+
Heading
|
|
769
|
+
</div>
|
|
770
|
+
</DocumentFragment>
|
|
771
|
+
`;
|
|
772
|
+
|
|
773
|
+
exports[`Typography Should render ui_size - 28 1`] = `
|
|
774
|
+
<DocumentFragment>
|
|
775
|
+
<div
|
|
776
|
+
class="size28"
|
|
777
|
+
>
|
|
778
|
+
Heading
|
|
779
|
+
</div>
|
|
780
|
+
</DocumentFragment>
|
|
781
|
+
`;
|
|
782
|
+
|
|
783
|
+
exports[`Typography Should render ui_size - 29 1`] = `
|
|
784
|
+
<DocumentFragment>
|
|
785
|
+
<div
|
|
786
|
+
class="size29"
|
|
787
|
+
>
|
|
788
|
+
Heading
|
|
789
|
+
</div>
|
|
790
|
+
</DocumentFragment>
|
|
791
|
+
`;
|
|
792
|
+
|
|
793
|
+
exports[`Typography Should render ui_size - 30 1`] = `
|
|
794
|
+
<DocumentFragment>
|
|
795
|
+
<div
|
|
796
|
+
class="size30"
|
|
797
|
+
>
|
|
798
|
+
Heading
|
|
799
|
+
</div>
|
|
800
|
+
</DocumentFragment>
|
|
801
|
+
`;
|
|
802
|
+
|
|
803
|
+
exports[`Typography Should render ui_size - 32 1`] = `
|
|
804
|
+
<DocumentFragment>
|
|
805
|
+
<div
|
|
806
|
+
class="size32"
|
|
807
|
+
>
|
|
808
|
+
Heading
|
|
809
|
+
</div>
|
|
810
|
+
</DocumentFragment>
|
|
811
|
+
`;
|
|
812
|
+
|
|
813
|
+
exports[`Typography Should render ui_size - 34 1`] = `
|
|
814
|
+
<DocumentFragment>
|
|
815
|
+
<div
|
|
816
|
+
class="size34"
|
|
817
|
+
>
|
|
818
|
+
Heading
|
|
819
|
+
</div>
|
|
820
|
+
</DocumentFragment>
|
|
821
|
+
`;
|
|
822
|
+
|
|
823
|
+
exports[`Typography Should render ui_size - 35 1`] = `
|
|
824
|
+
<DocumentFragment>
|
|
825
|
+
<div
|
|
826
|
+
class="size35"
|
|
827
|
+
>
|
|
828
|
+
Heading
|
|
829
|
+
</div>
|
|
830
|
+
</DocumentFragment>
|
|
831
|
+
`;
|
|
832
|
+
|
|
833
|
+
exports[`Typography Should render ui_size - 36 1`] = `
|
|
834
|
+
<DocumentFragment>
|
|
835
|
+
<div
|
|
836
|
+
class="size36"
|
|
837
|
+
>
|
|
838
|
+
Heading
|
|
839
|
+
</div>
|
|
840
|
+
</DocumentFragment>
|
|
841
|
+
`;
|
|
842
|
+
|
|
843
|
+
exports[`Typography Should render ui_size - 40 1`] = `
|
|
844
|
+
<DocumentFragment>
|
|
845
|
+
<div
|
|
846
|
+
class="size40"
|
|
847
|
+
>
|
|
848
|
+
Heading
|
|
849
|
+
</div>
|
|
850
|
+
</DocumentFragment>
|
|
851
|
+
`;
|
|
852
|
+
|
|
853
|
+
exports[`Typography Should render ui_size - 50 1`] = `
|
|
854
|
+
<DocumentFragment>
|
|
855
|
+
<div
|
|
856
|
+
class="size50"
|
|
857
|
+
>
|
|
858
|
+
Heading
|
|
859
|
+
</div>
|
|
860
|
+
</DocumentFragment>
|
|
861
|
+
`;
|
|
862
|
+
|
|
863
|
+
exports[`Typography Should render ui_size - inherit 1`] = `
|
|
864
|
+
<DocumentFragment>
|
|
865
|
+
<div
|
|
866
|
+
class="sizeinherit"
|
|
867
|
+
>
|
|
868
|
+
Heading
|
|
869
|
+
</div>
|
|
870
|
+
</DocumentFragment>
|
|
871
|
+
`;
|
|
872
|
+
|
|
873
|
+
exports[`Typography Should render ui_textAlign - center 1`] = `
|
|
874
|
+
<DocumentFragment>
|
|
875
|
+
<div
|
|
876
|
+
class="textalign_center"
|
|
877
|
+
>
|
|
878
|
+
Heading
|
|
879
|
+
</div>
|
|
880
|
+
</DocumentFragment>
|
|
881
|
+
`;
|
|
882
|
+
|
|
883
|
+
exports[`Typography Should render ui_textAlign - justify 1`] = `
|
|
884
|
+
<DocumentFragment>
|
|
885
|
+
<div
|
|
886
|
+
class="textalign_justify"
|
|
887
|
+
>
|
|
888
|
+
Heading
|
|
889
|
+
</div>
|
|
890
|
+
</DocumentFragment>
|
|
891
|
+
`;
|
|
892
|
+
|
|
893
|
+
exports[`Typography Should render ui_textAlign - left 1`] = `
|
|
894
|
+
<DocumentFragment>
|
|
895
|
+
<div
|
|
896
|
+
class="textalign_left"
|
|
897
|
+
>
|
|
898
|
+
Heading
|
|
899
|
+
</div>
|
|
900
|
+
</DocumentFragment>
|
|
901
|
+
`;
|
|
902
|
+
|
|
903
|
+
exports[`Typography Should render ui_textAlign - right 1`] = `
|
|
904
|
+
<DocumentFragment>
|
|
905
|
+
<div
|
|
906
|
+
class="textalign_right"
|
|
907
|
+
>
|
|
908
|
+
Heading
|
|
909
|
+
</div>
|
|
910
|
+
</DocumentFragment>
|
|
911
|
+
`;
|
|
912
|
+
|
|
913
|
+
exports[`Typography Should render ui_transform - capital 1`] = `
|
|
914
|
+
<DocumentFragment>
|
|
915
|
+
<div
|
|
916
|
+
class="transform_capital"
|
|
917
|
+
>
|
|
918
|
+
Heading
|
|
919
|
+
</div>
|
|
920
|
+
</DocumentFragment>
|
|
921
|
+
`;
|
|
922
|
+
|
|
923
|
+
exports[`Typography Should render ui_transform - default 1`] = `
|
|
924
|
+
<DocumentFragment>
|
|
925
|
+
<div
|
|
926
|
+
class="transform_default"
|
|
927
|
+
>
|
|
928
|
+
Heading
|
|
929
|
+
</div>
|
|
930
|
+
</DocumentFragment>
|
|
931
|
+
`;
|
|
932
|
+
|
|
933
|
+
exports[`Typography Should render ui_transform - lower 1`] = `
|
|
934
|
+
<DocumentFragment>
|
|
935
|
+
<div
|
|
936
|
+
class="transform_lower"
|
|
937
|
+
>
|
|
938
|
+
Heading
|
|
939
|
+
</div>
|
|
940
|
+
</DocumentFragment>
|
|
941
|
+
`;
|
|
942
|
+
|
|
943
|
+
exports[`Typography Should render ui_transform - upper 1`] = `
|
|
944
|
+
<DocumentFragment>
|
|
945
|
+
<div
|
|
946
|
+
class="transform_upper"
|
|
947
|
+
>
|
|
948
|
+
Heading
|
|
949
|
+
</div>
|
|
950
|
+
</DocumentFragment>
|
|
951
|
+
`;
|
|
952
|
+
|
|
953
|
+
exports[`Typography Should render ui_typeFace - italic 1`] = `
|
|
954
|
+
<DocumentFragment>
|
|
955
|
+
<div
|
|
956
|
+
class="fontStyles_italic"
|
|
957
|
+
>
|
|
958
|
+
Heading
|
|
959
|
+
</div>
|
|
960
|
+
</DocumentFragment>
|
|
961
|
+
`;
|
|
962
|
+
|
|
963
|
+
exports[`Typography Should render ui_typeFace - normal 1`] = `
|
|
964
|
+
<DocumentFragment>
|
|
965
|
+
<div
|
|
966
|
+
class="fontStyles_normal"
|
|
967
|
+
>
|
|
968
|
+
Heading
|
|
969
|
+
</div>
|
|
970
|
+
</DocumentFragment>
|
|
971
|
+
`;
|
|
972
|
+
|
|
973
|
+
exports[`Typography Should render ui_weight - bold 1`] = `
|
|
974
|
+
<DocumentFragment>
|
|
975
|
+
<div
|
|
976
|
+
class="font_bold"
|
|
977
|
+
>
|
|
978
|
+
Heading
|
|
979
|
+
</div>
|
|
980
|
+
</DocumentFragment>
|
|
981
|
+
`;
|
|
982
|
+
|
|
983
|
+
exports[`Typography Should render ui_weight - light 1`] = `
|
|
984
|
+
<DocumentFragment>
|
|
985
|
+
<div
|
|
986
|
+
class="font_light"
|
|
987
|
+
>
|
|
988
|
+
Heading
|
|
989
|
+
</div>
|
|
990
|
+
</DocumentFragment>
|
|
991
|
+
`;
|
|
992
|
+
|
|
993
|
+
exports[`Typography Should render ui_weight - regular 1`] = `
|
|
994
|
+
<DocumentFragment>
|
|
995
|
+
<div
|
|
996
|
+
class="font_regular"
|
|
997
|
+
>
|
|
998
|
+
Heading
|
|
999
|
+
</div>
|
|
1000
|
+
</DocumentFragment>
|
|
1001
|
+
`;
|
|
1002
|
+
|
|
1003
|
+
exports[`Typography Should render ui_weight - semibold 1`] = `
|
|
1004
|
+
<DocumentFragment>
|
|
1005
|
+
<div
|
|
1006
|
+
class="font_semibold"
|
|
1007
|
+
>
|
|
1008
|
+
Heading
|
|
1009
|
+
</div>
|
|
1010
|
+
</DocumentFragment>
|
|
1011
|
+
`;
|
|
1012
|
+
|
|
1013
|
+
exports[`Typography Should render ui_whiteSpace - noWrap 1`] = `
|
|
1014
|
+
<DocumentFragment>
|
|
1015
|
+
<div
|
|
1016
|
+
class="whiteSpace_noWrap"
|
|
1017
|
+
>
|
|
1018
|
+
Heading
|
|
1019
|
+
</div>
|
|
1020
|
+
</DocumentFragment>
|
|
1021
|
+
`;
|
|
1022
|
+
|
|
1023
|
+
exports[`Typography Should render ui_whiteSpace - normal 1`] = `
|
|
1024
|
+
<DocumentFragment>
|
|
1025
|
+
<div
|
|
1026
|
+
class="whiteSpace_normal"
|
|
1027
|
+
>
|
|
1028
|
+
Heading
|
|
1029
|
+
</div>
|
|
1030
|
+
</DocumentFragment>
|
|
1031
|
+
`;
|
|
1032
|
+
|
|
1033
|
+
exports[`Typography Should render ui_whiteSpace - pre 1`] = `
|
|
1034
|
+
<DocumentFragment>
|
|
1035
|
+
<div
|
|
1036
|
+
class="whiteSpace_pre"
|
|
1037
|
+
>
|
|
1038
|
+
Heading
|
|
1039
|
+
</div>
|
|
1040
|
+
</DocumentFragment>
|
|
1041
|
+
`;
|
|
1042
|
+
|
|
1043
|
+
exports[`Typography Should render ui_whiteSpace - preLine 1`] = `
|
|
1044
|
+
<DocumentFragment>
|
|
1045
|
+
<div
|
|
1046
|
+
class="whiteSpace_preLine"
|
|
1047
|
+
>
|
|
1048
|
+
Heading
|
|
1049
|
+
</div>
|
|
1050
|
+
</DocumentFragment>
|
|
1051
|
+
`;
|
|
1052
|
+
|
|
1053
|
+
exports[`Typography Should render ui_whiteSpace - preWrap 1`] = `
|
|
1054
|
+
<DocumentFragment>
|
|
1055
|
+
<div
|
|
1056
|
+
class="whiteSpace_preWrap"
|
|
1057
|
+
>
|
|
1058
|
+
Heading
|
|
1059
|
+
</div>
|
|
1060
|
+
</DocumentFragment>
|
|
1061
|
+
`;
|
|
1062
|
+
|
|
1063
|
+
exports[`Typography Should render ui_wordBreak - breakAll 1`] = `
|
|
1064
|
+
<DocumentFragment>
|
|
1065
|
+
<div
|
|
1066
|
+
class="wordBreak_breakAll"
|
|
1067
|
+
>
|
|
1068
|
+
Heading
|
|
1069
|
+
</div>
|
|
1070
|
+
</DocumentFragment>
|
|
1071
|
+
`;
|
|
1072
|
+
|
|
1073
|
+
exports[`Typography Should render ui_wordBreak - breakWord 1`] = `
|
|
1074
|
+
<DocumentFragment>
|
|
1075
|
+
<div
|
|
1076
|
+
class="wordBreak_breakWord"
|
|
1077
|
+
>
|
|
1078
|
+
Heading
|
|
1079
|
+
</div>
|
|
1080
|
+
</DocumentFragment>
|
|
1081
|
+
`;
|
|
1082
|
+
|
|
1083
|
+
exports[`Typography Should render ui_wordBreak - keepAll 1`] = `
|
|
1084
|
+
<DocumentFragment>
|
|
1085
|
+
<div
|
|
1086
|
+
class="wordBreak_keepAll"
|
|
1087
|
+
>
|
|
1088
|
+
Heading
|
|
1089
|
+
</div>
|
|
1090
|
+
</DocumentFragment>
|
|
1091
|
+
`;
|
|
1092
|
+
|
|
1093
|
+
exports[`Typography Should render ui_wordWrap - break 1`] = `
|
|
1094
|
+
<DocumentFragment>
|
|
1095
|
+
<div
|
|
1096
|
+
class="wordWrap_break"
|
|
1097
|
+
>
|
|
1098
|
+
Heading
|
|
1099
|
+
</div>
|
|
1100
|
+
</DocumentFragment>
|
|
1101
|
+
`;
|
|
1102
|
+
|
|
1103
|
+
exports[`Typography Should render ui_wordWrap - normal 1`] = `
|
|
1104
|
+
<DocumentFragment>
|
|
1105
|
+
<div
|
|
1106
|
+
class="wordWrap_normal"
|
|
1107
|
+
>
|
|
1108
|
+
Heading
|
|
1109
|
+
</div>
|
|
1110
|
+
</DocumentFragment>
|
|
1111
|
+
`;
|
|
1112
|
+
|
|
1113
|
+
exports[`Typography rendering a11yAttributes_text 1`] = `
|
|
1114
|
+
<DocumentFragment>
|
|
1115
|
+
<div
|
|
1116
|
+
aria-controls="uniqueId"
|
|
1117
|
+
aria-expanded="true"
|
|
1118
|
+
aria-haspopup="true"
|
|
1119
|
+
class=""
|
|
1120
|
+
>
|
|
1121
|
+
Heading 2 Test
|
|
1122
|
+
</div>
|
|
1123
|
+
</DocumentFragment>
|
|
1124
|
+
`;
|
|
1125
|
+
|
|
1126
|
+
exports[`Typography rendering customId 1`] = `
|
|
1127
|
+
<DocumentFragment>
|
|
1128
|
+
<div
|
|
1129
|
+
class=""
|
|
1130
|
+
data-id="TypoCustomId"
|
|
1131
|
+
>
|
|
1132
|
+
Heading 2 Test
|
|
1133
|
+
</div>
|
|
1134
|
+
</DocumentFragment>
|
|
1135
|
+
`;
|
|
1136
|
+
|
|
1137
|
+
exports[`Typography rendering flag_dotted 1`] = `
|
|
1138
|
+
<DocumentFragment>
|
|
1139
|
+
<div
|
|
1140
|
+
class="dotted"
|
|
1141
|
+
>
|
|
1142
|
+
Heading 2 Test
|
|
1143
|
+
</div>
|
|
1144
|
+
</DocumentFragment>
|
|
1145
|
+
`;
|
|
1146
|
+
|
|
1147
|
+
exports[`Typography rendering flag_reset 1`] = `
|
|
1148
|
+
<DocumentFragment>
|
|
1149
|
+
<div
|
|
1150
|
+
class="reset"
|
|
1151
|
+
>
|
|
1152
|
+
Heading 2 Test
|
|
1153
|
+
</div>
|
|
1154
|
+
</DocumentFragment>
|
|
1155
|
+
`;
|
|
1156
|
+
|
|
1157
|
+
exports[`Typography rendering i18n_dataTitle 1`] = `
|
|
1158
|
+
<DocumentFragment>
|
|
1159
|
+
<div
|
|
1160
|
+
class=""
|
|
1161
|
+
data-title="typoDataTitle"
|
|
1162
|
+
>
|
|
1163
|
+
Heading 2 Test
|
|
1164
|
+
</div>
|
|
1165
|
+
</DocumentFragment>
|
|
1166
|
+
`;
|
|
1167
|
+
|
|
1168
|
+
exports[`Typography rendering tagAttributes_text 1`] = `
|
|
1169
|
+
<DocumentFragment>
|
|
1170
|
+
<div
|
|
1171
|
+
class=""
|
|
1172
|
+
id="TypoCustomId"
|
|
1173
|
+
>
|
|
1174
|
+
Heading 2 Test
|
|
1175
|
+
</div>
|
|
1176
|
+
</DocumentFragment>
|
|
1177
|
+
`;
|
|
1178
|
+
|
|
1179
|
+
exports[`Typography rendering testId 1`] = `
|
|
1180
|
+
<DocumentFragment>
|
|
1181
|
+
<div
|
|
1182
|
+
class=""
|
|
1183
|
+
data-test-id="TypoTestId"
|
|
1184
|
+
>
|
|
1185
|
+
Heading 2 Test
|
|
1186
|
+
</div>
|
|
1187
|
+
</DocumentFragment>
|
|
1188
|
+
`;
|
|
1189
|
+
|
|
1190
|
+
exports[`Typography rendering the children 1`] = `
|
|
1191
|
+
<DocumentFragment>
|
|
1192
|
+
<div
|
|
1193
|
+
class=""
|
|
1194
|
+
>
|
|
1195
|
+
Test
|
|
1196
|
+
</div>
|
|
1197
|
+
</DocumentFragment>
|
|
1198
|
+
`;
|
|
1199
|
+
|
|
1200
|
+
exports[`Typography rendering the defult props 1`] = `
|
|
1201
|
+
<DocumentFragment>
|
|
1202
|
+
<div
|
|
1203
|
+
class=""
|
|
1204
|
+
/>
|
|
1205
|
+
</DocumentFragment>
|
|
1206
|
+
`;
|
|
1207
|
+
|
|
1208
|
+
exports[`Typography rendering ui_className 1`] = `
|
|
1209
|
+
<DocumentFragment>
|
|
1210
|
+
<div
|
|
1211
|
+
class="custom-class"
|
|
1212
|
+
>
|
|
1213
|
+
Heading 2 Test
|
|
1214
|
+
</div>
|
|
1215
|
+
</DocumentFragment>
|
|
1216
|
+
`;
|
|
1217
|
+
|
|
1218
|
+
exports[`Typography rendering ui_tagName as h2 1`] = `
|
|
1219
|
+
<DocumentFragment>
|
|
1220
|
+
<h2
|
|
1221
|
+
class=""
|
|
1222
|
+
>
|
|
1223
|
+
Heading 2 Test
|
|
1224
|
+
</h2>
|
|
1225
|
+
</DocumentFragment>
|
|
1226
|
+
`;
|