@zohodesk/components 1.0.0-temp-201 → 1.0.0-temp-202
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/.cli/PropUnificationExcludeFilesArray.js +230 -230
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/css_error.log +1 -1
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/es/Button/Button.js +4 -4
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropDown/DropDown.module.css +5 -5
- package/es/DropDown/DropDownSearch.module.css +14 -14
- package/es/DropDown/DropDownSeparator.module.css +7 -7
- package/es/Heading/Heading.js +1 -3
- package/es/Heading/Heading.module.css +4 -4
- package/es/Heading/props/defaultProps.js +1 -2
- package/es/Heading/props/propTypes.js +1 -2
- package/es/Label/Label.js +2 -2
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/es/Layout/Layout.module.css +335 -335
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/Popup/PositionMapping.json +73 -73
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/Select.module.css +134 -134
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +17 -17
- package/es/Tag/Tag.js +8 -8
- package/es/Tooltip/Tooltip.js +47 -2
- package/es/Tooltip/Tooltip.module.css +140 -140
- package/es/common/a11y.module.css +3 -3
- package/es/common/animation.module.css +624 -624
- package/es/common/avatarsizes.module.css +48 -48
- package/es/common/basic.module.css +33 -33
- package/es/common/basicReset.module.css +40 -40
- package/es/common/boxShadow.module.css +33 -33
- package/es/common/common.module.css +524 -524
- package/es/common/reset.module.css +13 -13
- package/es/common/transition.module.css +146 -146
- package/es/semantic/Button/semanticButton.module.css +9 -9
- package/es/v1/Avatar/Avatar.js +5 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/es/v1/Button/Button.js +4 -4
- package/es/v1/Heading/Heading.js +1 -3
- package/es/v1/Heading/props/defaultProps.js +1 -2
- package/es/v1/Heading/props/propTypes.js +1 -2
- package/es/v1/MultiSelect/MultiSelect.js +5 -5
- package/es/v1/Tab/v1TabContent.module.css +4 -4
- package/es/v1/Tag/Tag.js +8 -8
- package/es/v1/Typography/css/Typography.module.css +380 -380
- package/install.md +10 -10
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
- package/lib/Button/Button.js +4 -4
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropDown/DropDown.module.css +5 -5
- package/lib/DropDown/DropDownSearch.module.css +14 -14
- package/lib/DropDown/DropDownSeparator.module.css +7 -7
- package/lib/Heading/Heading.js +3 -4
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Heading/props/defaultProps.js +1 -2
- package/lib/Heading/props/propTypes.js +1 -2
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/Select.module.css +134 -134
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tag/Tag.js +8 -8
- package/lib/Tooltip/Tooltip.js +61 -16
- package/lib/Tooltip/Tooltip.module.css +140 -140
- package/lib/common/a11y.module.css +3 -3
- package/lib/common/animation.module.css +624 -624
- package/lib/common/avatarsizes.module.css +48 -48
- package/lib/common/basic.module.css +33 -33
- package/lib/common/basicReset.module.css +40 -40
- package/lib/common/boxShadow.module.css +33 -33
- package/lib/common/common.module.css +524 -524
- package/lib/common/reset.module.css +13 -13
- package/lib/common/transition.module.css +146 -146
- package/lib/semantic/Button/semanticButton.module.css +9 -9
- package/lib/v1/Avatar/Avatar.js +5 -5
- package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/lib/v1/Button/Button.js +4 -4
- package/lib/v1/Heading/Heading.js +3 -4
- package/lib/v1/Heading/props/defaultProps.js +1 -2
- package/lib/v1/Heading/props/propTypes.js +1 -2
- package/lib/v1/MultiSelect/MultiSelect.js +5 -5
- package/lib/v1/Tab/v1TabContent.module.css +4 -4
- package/lib/v1/Tag/Tag.js +8 -8
- package/lib/v1/Typography/css/Typography.module.css +380 -380
- package/package.json +1 -1
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/propValidationArg.json +11 -11
- package/react-cli.config.js +23 -23
- package/result.json +1 -1
|
@@ -1,380 +1,380 @@
|
|
|
1
|
-
.reset {
|
|
2
|
-
font-weight: initial;
|
|
3
|
-
margin: initial ;
|
|
4
|
-
padding: initial ;
|
|
5
|
-
}
|
|
6
|
-
.dotted{
|
|
7
|
-
composes: dotted from '../../../common/common.module.css';
|
|
8
|
-
}
|
|
9
|
-
.display_block {
|
|
10
|
-
display: block;
|
|
11
|
-
}
|
|
12
|
-
.display_inlineBlock {
|
|
13
|
-
display: inline-block;
|
|
14
|
-
}
|
|
15
|
-
.display_inline {
|
|
16
|
-
display: inline;
|
|
17
|
-
}
|
|
18
|
-
.display_initial{
|
|
19
|
-
display: initial;
|
|
20
|
-
}
|
|
21
|
-
.font_regular {
|
|
22
|
-
font-family: var(--zd_regular);
|
|
23
|
-
}
|
|
24
|
-
.font_light {
|
|
25
|
-
font-family: var(--zd_light);
|
|
26
|
-
}
|
|
27
|
-
.font_semibold {
|
|
28
|
-
font-family: var(--zd_semibold);
|
|
29
|
-
composes: ftsmooth from '../../../common/common.module.css';
|
|
30
|
-
}
|
|
31
|
-
.font_bold {
|
|
32
|
-
font-family: var(--zd_bold);
|
|
33
|
-
composes: ftsmooth from '../../../common/common.module.css';
|
|
34
|
-
}
|
|
35
|
-
.fontStyles_normal{
|
|
36
|
-
font-style: normal;
|
|
37
|
-
}
|
|
38
|
-
.fontStyles_italic{
|
|
39
|
-
font-style: italic;
|
|
40
|
-
}
|
|
41
|
-
.decoration_default{
|
|
42
|
-
text-decoration: none;
|
|
43
|
-
}
|
|
44
|
-
.decoration_underline{
|
|
45
|
-
text-decoration: underline;
|
|
46
|
-
}
|
|
47
|
-
.decoration_strike{
|
|
48
|
-
text-decoration: line-through;
|
|
49
|
-
}
|
|
50
|
-
.decoration_overline{
|
|
51
|
-
text-decoration: overline;
|
|
52
|
-
}
|
|
53
|
-
[dir=ltr] .textalign_left{
|
|
54
|
-
text-align: left;
|
|
55
|
-
}
|
|
56
|
-
[dir=rtl] .textalign_left{
|
|
57
|
-
text-align: right;
|
|
58
|
-
}
|
|
59
|
-
[dir=ltr] .textalign_right{
|
|
60
|
-
text-align: right;
|
|
61
|
-
}
|
|
62
|
-
[dir=rtl] .textalign_right{
|
|
63
|
-
text-align: left;
|
|
64
|
-
}
|
|
65
|
-
.textalign_center{
|
|
66
|
-
text-align: center;
|
|
67
|
-
}
|
|
68
|
-
.textalign_justify{
|
|
69
|
-
text-align: justify;
|
|
70
|
-
}
|
|
71
|
-
.transform_default{
|
|
72
|
-
text-transform: none;
|
|
73
|
-
}
|
|
74
|
-
.transform_upper{
|
|
75
|
-
text-transform: uppercase;
|
|
76
|
-
}
|
|
77
|
-
.transform_lower{
|
|
78
|
-
text-transform: lowercase;
|
|
79
|
-
}
|
|
80
|
-
.transform_capital{
|
|
81
|
-
text-transform: capitalize;
|
|
82
|
-
}
|
|
83
|
-
.dotted_clamp{
|
|
84
|
-
display: -webkit-box;
|
|
85
|
-
-webkit-box-orient: vertical;
|
|
86
|
-
overflow: hidden;
|
|
87
|
-
}
|
|
88
|
-
.lineclamp_1{
|
|
89
|
-
-webkit-line-clamp: 1;
|
|
90
|
-
composes:dotted_clamp;
|
|
91
|
-
}
|
|
92
|
-
.lineclamp_2{
|
|
93
|
-
-webkit-line-clamp: 2;
|
|
94
|
-
composes:dotted_clamp;
|
|
95
|
-
}
|
|
96
|
-
.lineclamp_3{
|
|
97
|
-
-webkit-line-clamp: 3;
|
|
98
|
-
composes:dotted_clamp;
|
|
99
|
-
}
|
|
100
|
-
.lineclamp_4{
|
|
101
|
-
-webkit-line-clamp: 4;
|
|
102
|
-
composes:dotted_clamp;
|
|
103
|
-
}
|
|
104
|
-
.lineclamp_5{
|
|
105
|
-
-webkit-line-clamp: 5;
|
|
106
|
-
composes:dotted_clamp;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.wordBreak_breakAll{
|
|
110
|
-
word-break: break-all
|
|
111
|
-
}
|
|
112
|
-
.wordBreak_keepAll{
|
|
113
|
-
word-break: keep-all
|
|
114
|
-
}
|
|
115
|
-
.wordBreak_breakWord{
|
|
116
|
-
word-break: break-word
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.wordWrap_normal{
|
|
120
|
-
word-wrap:normal;
|
|
121
|
-
}
|
|
122
|
-
.wordWrap_break{
|
|
123
|
-
word-wrap:break-word
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.whiteSpace_normal{
|
|
127
|
-
white-space:normal
|
|
128
|
-
}
|
|
129
|
-
.whiteSpace_noWrap{
|
|
130
|
-
white-space:nowrap
|
|
131
|
-
}
|
|
132
|
-
.whiteSpace_pre{
|
|
133
|
-
white-space:pre
|
|
134
|
-
}
|
|
135
|
-
.whiteSpace_preLine{
|
|
136
|
-
white-space:pre-line
|
|
137
|
-
}
|
|
138
|
-
.whiteSpace_preWrap{
|
|
139
|
-
white-space:pre-wrap
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
/*...............Font Size Start.........*/
|
|
145
|
-
|
|
146
|
-
.size7{
|
|
147
|
-
font-size: var(--zd_font_size7) ;
|
|
148
|
-
}
|
|
149
|
-
.size8{
|
|
150
|
-
font-size: var(--zd_font_size8) ;
|
|
151
|
-
}
|
|
152
|
-
.size9{
|
|
153
|
-
font-size: var(--zd_font_size9) ;
|
|
154
|
-
}
|
|
155
|
-
.size10{
|
|
156
|
-
font-size: var(--zd_font_size10) ;
|
|
157
|
-
}
|
|
158
|
-
.size11{
|
|
159
|
-
font-size: var(--zd_font_size11) ;
|
|
160
|
-
}
|
|
161
|
-
.size12{
|
|
162
|
-
font-size: var(--zd_font_size12) ;
|
|
163
|
-
}
|
|
164
|
-
.size13{
|
|
165
|
-
font-size: var(--zd_font_size13) ;
|
|
166
|
-
}
|
|
167
|
-
.size14{
|
|
168
|
-
font-size: var(--zd_font_size14) ;
|
|
169
|
-
}
|
|
170
|
-
.size15{
|
|
171
|
-
font-size: var(--zd_font_size15) ;
|
|
172
|
-
}
|
|
173
|
-
.size16{
|
|
174
|
-
font-size: var(--zd_font_size16) ;
|
|
175
|
-
}
|
|
176
|
-
.size17{
|
|
177
|
-
font-size: var(--zd_font_size17) ;
|
|
178
|
-
}
|
|
179
|
-
.size18{
|
|
180
|
-
font-size: var(--zd_font_size18) ;
|
|
181
|
-
}
|
|
182
|
-
.size19{
|
|
183
|
-
font-size: var(--zd_font_size19) ;
|
|
184
|
-
}
|
|
185
|
-
.size20{
|
|
186
|
-
font-size: var(--zd_font_size20) ;
|
|
187
|
-
}
|
|
188
|
-
.size21{
|
|
189
|
-
font-size: var(--zd_font_size21) ;
|
|
190
|
-
}
|
|
191
|
-
.size22{
|
|
192
|
-
font-size: var(--zd_font_size22) ;
|
|
193
|
-
}
|
|
194
|
-
.size24{
|
|
195
|
-
font-size: var(--zd_font_size24) ;
|
|
196
|
-
}
|
|
197
|
-
.size25{
|
|
198
|
-
font-size: var(--zd_font_size25) ;
|
|
199
|
-
}
|
|
200
|
-
.size26{
|
|
201
|
-
font-size: var(--zd_font_size26) ;
|
|
202
|
-
}
|
|
203
|
-
.size28{
|
|
204
|
-
font-size: var(--zd_font_size28) ;
|
|
205
|
-
}
|
|
206
|
-
.size29{
|
|
207
|
-
font-size: var(--zd_font_size29) ;
|
|
208
|
-
}
|
|
209
|
-
.size30{
|
|
210
|
-
font-size: var(--zd_font_size30) ;
|
|
211
|
-
}
|
|
212
|
-
.size32{
|
|
213
|
-
font-size: var(--zd_font_size32) ;
|
|
214
|
-
}
|
|
215
|
-
.size34{
|
|
216
|
-
font-size: var(--zd_font_size34) ;
|
|
217
|
-
}
|
|
218
|
-
.size35{
|
|
219
|
-
font-size: var(--zd_font_size35) ;
|
|
220
|
-
}
|
|
221
|
-
.size36{
|
|
222
|
-
font-size: var(--zd_font_size36) ;
|
|
223
|
-
}
|
|
224
|
-
.size40{
|
|
225
|
-
font-size: var(--zd_font_size40) ;
|
|
226
|
-
}
|
|
227
|
-
.size50{
|
|
228
|
-
font-size: var(--zd_font_size50) ;
|
|
229
|
-
}
|
|
230
|
-
.sizeinherit{
|
|
231
|
-
font-size: inherit ;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/*...............Font Size End.........*/
|
|
235
|
-
|
|
236
|
-
/*............... Lineheight Start.........*/
|
|
237
|
-
|
|
238
|
-
.lineheight_inherit{
|
|
239
|
-
line-height: inherit;
|
|
240
|
-
}
|
|
241
|
-
.lineheight_initial{
|
|
242
|
-
line-height: initial;
|
|
243
|
-
}
|
|
244
|
-
.lineheight_normal{
|
|
245
|
-
line-height: normal;
|
|
246
|
-
}
|
|
247
|
-
.lineheight_0{
|
|
248
|
-
line-height: 0;
|
|
249
|
-
}
|
|
250
|
-
.lineheight_0_1{
|
|
251
|
-
line-height: 0.1;
|
|
252
|
-
}
|
|
253
|
-
.lineheight_0_2{
|
|
254
|
-
line-height: 0.2;
|
|
255
|
-
}
|
|
256
|
-
.lineheight_0_3{
|
|
257
|
-
line-height: 0.3;
|
|
258
|
-
}
|
|
259
|
-
.lineheight_0_4{
|
|
260
|
-
line-height: 0.4;
|
|
261
|
-
}
|
|
262
|
-
.lineheight_0_5{
|
|
263
|
-
line-height: 0.5;
|
|
264
|
-
}
|
|
265
|
-
.lineheight_0_6{
|
|
266
|
-
line-height: 0.6;
|
|
267
|
-
}
|
|
268
|
-
.lineheight_0_7{
|
|
269
|
-
line-height: 0.7;
|
|
270
|
-
}
|
|
271
|
-
.lineheight_0_8{
|
|
272
|
-
line-height: 0.8;
|
|
273
|
-
}
|
|
274
|
-
.lineheight_0_9{
|
|
275
|
-
line-height: 0.9;
|
|
276
|
-
}
|
|
277
|
-
.lineheight_1{
|
|
278
|
-
line-height: 1;
|
|
279
|
-
}
|
|
280
|
-
.lineheight_1_1{
|
|
281
|
-
line-height: 1.1;
|
|
282
|
-
}
|
|
283
|
-
.lineheight_1_2{
|
|
284
|
-
line-height: 1.2;
|
|
285
|
-
}
|
|
286
|
-
.lineheight_1_3{
|
|
287
|
-
line-height: 1.3;
|
|
288
|
-
}
|
|
289
|
-
.lineheight_1_4{
|
|
290
|
-
line-height: 1.4;
|
|
291
|
-
}
|
|
292
|
-
.lineheight_1_5{
|
|
293
|
-
line-height: 1.5;
|
|
294
|
-
}
|
|
295
|
-
.lineheight_1_6{
|
|
296
|
-
line-height: 1.6;
|
|
297
|
-
}
|
|
298
|
-
.lineheight_1_7{
|
|
299
|
-
line-height: 1.7;
|
|
300
|
-
}
|
|
301
|
-
.lineheight_1_8{
|
|
302
|
-
line-height: 1.8;
|
|
303
|
-
}
|
|
304
|
-
.lineheight_1_9{
|
|
305
|
-
line-height: 1.9;
|
|
306
|
-
}
|
|
307
|
-
.lineheight_2{
|
|
308
|
-
line-height: 2;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/*............... Lineheight End.........*/
|
|
313
|
-
|
|
314
|
-
/*............... Letterspacing Start.........*/
|
|
315
|
-
|
|
316
|
-
.letterspacing_inherit{
|
|
317
|
-
letter-spacing:inherit;
|
|
318
|
-
}
|
|
319
|
-
.letterspacing_0_1{
|
|
320
|
-
letter-spacing: 0.1px;
|
|
321
|
-
}
|
|
322
|
-
.letterspacing_0_2{
|
|
323
|
-
letter-spacing: 0.2px;
|
|
324
|
-
}
|
|
325
|
-
.letterspacing_0_3{
|
|
326
|
-
letter-spacing: 0.3px;
|
|
327
|
-
}
|
|
328
|
-
.letterspacing_0_4{
|
|
329
|
-
letter-spacing: 0.4px;
|
|
330
|
-
}
|
|
331
|
-
.letterspacing_0_5{
|
|
332
|
-
letter-spacing: 0.5px;
|
|
333
|
-
}
|
|
334
|
-
.letterspacing_0_6{
|
|
335
|
-
letter-spacing: 0.6px;
|
|
336
|
-
}
|
|
337
|
-
.letterspacing_0_7{
|
|
338
|
-
letter-spacing: 0.7px;
|
|
339
|
-
}
|
|
340
|
-
.letterspacing_0_8{
|
|
341
|
-
letter-spacing: 0.8px;
|
|
342
|
-
}
|
|
343
|
-
.letterspacing_0_9{
|
|
344
|
-
letter-spacing: 0.9px;
|
|
345
|
-
}
|
|
346
|
-
.letterspacing_1{
|
|
347
|
-
letter-spacing: 1px;
|
|
348
|
-
}
|
|
349
|
-
.letterspacing_1_1{
|
|
350
|
-
letter-spacing: 1.1px;
|
|
351
|
-
}
|
|
352
|
-
.letterspacing_1_2{
|
|
353
|
-
letter-spacing: 1.2px;
|
|
354
|
-
}
|
|
355
|
-
.letterspacing_1_3{
|
|
356
|
-
letter-spacing: 1.3px;
|
|
357
|
-
}
|
|
358
|
-
.letterspacing_1_4{
|
|
359
|
-
letter-spacing: 1.4px;
|
|
360
|
-
}
|
|
361
|
-
.letterspacing_1_5{
|
|
362
|
-
letter-spacing: 1.5px;
|
|
363
|
-
}
|
|
364
|
-
.letterspacing_1_6{
|
|
365
|
-
letter-spacing: 1.6px;
|
|
366
|
-
}
|
|
367
|
-
.letterspacing_1_7{
|
|
368
|
-
letter-spacing: 1.7px;
|
|
369
|
-
}
|
|
370
|
-
.letterspacing_1_8{
|
|
371
|
-
letter-spacing: 1.8px;
|
|
372
|
-
}
|
|
373
|
-
.letterspacing_1_9{
|
|
374
|
-
letter-spacing: 1.9px;
|
|
375
|
-
}
|
|
376
|
-
.letterspacing_2{
|
|
377
|
-
letter-spacing: 2px;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/*............... Letterspacing End.........*/
|
|
1
|
+
.reset {
|
|
2
|
+
font-weight: initial;
|
|
3
|
+
margin: initial ;
|
|
4
|
+
padding: initial ;
|
|
5
|
+
}
|
|
6
|
+
.dotted{
|
|
7
|
+
composes: dotted from '../../../common/common.module.css';
|
|
8
|
+
}
|
|
9
|
+
.display_block {
|
|
10
|
+
display: block;
|
|
11
|
+
}
|
|
12
|
+
.display_inlineBlock {
|
|
13
|
+
display: inline-block;
|
|
14
|
+
}
|
|
15
|
+
.display_inline {
|
|
16
|
+
display: inline;
|
|
17
|
+
}
|
|
18
|
+
.display_initial{
|
|
19
|
+
display: initial;
|
|
20
|
+
}
|
|
21
|
+
.font_regular {
|
|
22
|
+
font-family: var(--zd_regular);
|
|
23
|
+
}
|
|
24
|
+
.font_light {
|
|
25
|
+
font-family: var(--zd_light);
|
|
26
|
+
}
|
|
27
|
+
.font_semibold {
|
|
28
|
+
font-family: var(--zd_semibold);
|
|
29
|
+
composes: ftsmooth from '../../../common/common.module.css';
|
|
30
|
+
}
|
|
31
|
+
.font_bold {
|
|
32
|
+
font-family: var(--zd_bold);
|
|
33
|
+
composes: ftsmooth from '../../../common/common.module.css';
|
|
34
|
+
}
|
|
35
|
+
.fontStyles_normal{
|
|
36
|
+
font-style: normal;
|
|
37
|
+
}
|
|
38
|
+
.fontStyles_italic{
|
|
39
|
+
font-style: italic;
|
|
40
|
+
}
|
|
41
|
+
.decoration_default{
|
|
42
|
+
text-decoration: none;
|
|
43
|
+
}
|
|
44
|
+
.decoration_underline{
|
|
45
|
+
text-decoration: underline;
|
|
46
|
+
}
|
|
47
|
+
.decoration_strike{
|
|
48
|
+
text-decoration: line-through;
|
|
49
|
+
}
|
|
50
|
+
.decoration_overline{
|
|
51
|
+
text-decoration: overline;
|
|
52
|
+
}
|
|
53
|
+
[dir=ltr] .textalign_left{
|
|
54
|
+
text-align: left;
|
|
55
|
+
}
|
|
56
|
+
[dir=rtl] .textalign_left{
|
|
57
|
+
text-align: right;
|
|
58
|
+
}
|
|
59
|
+
[dir=ltr] .textalign_right{
|
|
60
|
+
text-align: right;
|
|
61
|
+
}
|
|
62
|
+
[dir=rtl] .textalign_right{
|
|
63
|
+
text-align: left;
|
|
64
|
+
}
|
|
65
|
+
.textalign_center{
|
|
66
|
+
text-align: center;
|
|
67
|
+
}
|
|
68
|
+
.textalign_justify{
|
|
69
|
+
text-align: justify;
|
|
70
|
+
}
|
|
71
|
+
.transform_default{
|
|
72
|
+
text-transform: none;
|
|
73
|
+
}
|
|
74
|
+
.transform_upper{
|
|
75
|
+
text-transform: uppercase;
|
|
76
|
+
}
|
|
77
|
+
.transform_lower{
|
|
78
|
+
text-transform: lowercase;
|
|
79
|
+
}
|
|
80
|
+
.transform_capital{
|
|
81
|
+
text-transform: capitalize;
|
|
82
|
+
}
|
|
83
|
+
.dotted_clamp{
|
|
84
|
+
display: -webkit-box;
|
|
85
|
+
-webkit-box-orient: vertical;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
}
|
|
88
|
+
.lineclamp_1{
|
|
89
|
+
-webkit-line-clamp: 1;
|
|
90
|
+
composes:dotted_clamp;
|
|
91
|
+
}
|
|
92
|
+
.lineclamp_2{
|
|
93
|
+
-webkit-line-clamp: 2;
|
|
94
|
+
composes:dotted_clamp;
|
|
95
|
+
}
|
|
96
|
+
.lineclamp_3{
|
|
97
|
+
-webkit-line-clamp: 3;
|
|
98
|
+
composes:dotted_clamp;
|
|
99
|
+
}
|
|
100
|
+
.lineclamp_4{
|
|
101
|
+
-webkit-line-clamp: 4;
|
|
102
|
+
composes:dotted_clamp;
|
|
103
|
+
}
|
|
104
|
+
.lineclamp_5{
|
|
105
|
+
-webkit-line-clamp: 5;
|
|
106
|
+
composes:dotted_clamp;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.wordBreak_breakAll{
|
|
110
|
+
word-break: break-all
|
|
111
|
+
}
|
|
112
|
+
.wordBreak_keepAll{
|
|
113
|
+
word-break: keep-all
|
|
114
|
+
}
|
|
115
|
+
.wordBreak_breakWord{
|
|
116
|
+
word-break: break-word
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.wordWrap_normal{
|
|
120
|
+
word-wrap:normal;
|
|
121
|
+
}
|
|
122
|
+
.wordWrap_break{
|
|
123
|
+
word-wrap:break-word
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.whiteSpace_normal{
|
|
127
|
+
white-space:normal
|
|
128
|
+
}
|
|
129
|
+
.whiteSpace_noWrap{
|
|
130
|
+
white-space:nowrap
|
|
131
|
+
}
|
|
132
|
+
.whiteSpace_pre{
|
|
133
|
+
white-space:pre
|
|
134
|
+
}
|
|
135
|
+
.whiteSpace_preLine{
|
|
136
|
+
white-space:pre-line
|
|
137
|
+
}
|
|
138
|
+
.whiteSpace_preWrap{
|
|
139
|
+
white-space:pre-wrap
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
/*...............Font Size Start.........*/
|
|
145
|
+
|
|
146
|
+
.size7{
|
|
147
|
+
font-size: var(--zd_font_size7) ;
|
|
148
|
+
}
|
|
149
|
+
.size8{
|
|
150
|
+
font-size: var(--zd_font_size8) ;
|
|
151
|
+
}
|
|
152
|
+
.size9{
|
|
153
|
+
font-size: var(--zd_font_size9) ;
|
|
154
|
+
}
|
|
155
|
+
.size10{
|
|
156
|
+
font-size: var(--zd_font_size10) ;
|
|
157
|
+
}
|
|
158
|
+
.size11{
|
|
159
|
+
font-size: var(--zd_font_size11) ;
|
|
160
|
+
}
|
|
161
|
+
.size12{
|
|
162
|
+
font-size: var(--zd_font_size12) ;
|
|
163
|
+
}
|
|
164
|
+
.size13{
|
|
165
|
+
font-size: var(--zd_font_size13) ;
|
|
166
|
+
}
|
|
167
|
+
.size14{
|
|
168
|
+
font-size: var(--zd_font_size14) ;
|
|
169
|
+
}
|
|
170
|
+
.size15{
|
|
171
|
+
font-size: var(--zd_font_size15) ;
|
|
172
|
+
}
|
|
173
|
+
.size16{
|
|
174
|
+
font-size: var(--zd_font_size16) ;
|
|
175
|
+
}
|
|
176
|
+
.size17{
|
|
177
|
+
font-size: var(--zd_font_size17) ;
|
|
178
|
+
}
|
|
179
|
+
.size18{
|
|
180
|
+
font-size: var(--zd_font_size18) ;
|
|
181
|
+
}
|
|
182
|
+
.size19{
|
|
183
|
+
font-size: var(--zd_font_size19) ;
|
|
184
|
+
}
|
|
185
|
+
.size20{
|
|
186
|
+
font-size: var(--zd_font_size20) ;
|
|
187
|
+
}
|
|
188
|
+
.size21{
|
|
189
|
+
font-size: var(--zd_font_size21) ;
|
|
190
|
+
}
|
|
191
|
+
.size22{
|
|
192
|
+
font-size: var(--zd_font_size22) ;
|
|
193
|
+
}
|
|
194
|
+
.size24{
|
|
195
|
+
font-size: var(--zd_font_size24) ;
|
|
196
|
+
}
|
|
197
|
+
.size25{
|
|
198
|
+
font-size: var(--zd_font_size25) ;
|
|
199
|
+
}
|
|
200
|
+
.size26{
|
|
201
|
+
font-size: var(--zd_font_size26) ;
|
|
202
|
+
}
|
|
203
|
+
.size28{
|
|
204
|
+
font-size: var(--zd_font_size28) ;
|
|
205
|
+
}
|
|
206
|
+
.size29{
|
|
207
|
+
font-size: var(--zd_font_size29) ;
|
|
208
|
+
}
|
|
209
|
+
.size30{
|
|
210
|
+
font-size: var(--zd_font_size30) ;
|
|
211
|
+
}
|
|
212
|
+
.size32{
|
|
213
|
+
font-size: var(--zd_font_size32) ;
|
|
214
|
+
}
|
|
215
|
+
.size34{
|
|
216
|
+
font-size: var(--zd_font_size34) ;
|
|
217
|
+
}
|
|
218
|
+
.size35{
|
|
219
|
+
font-size: var(--zd_font_size35) ;
|
|
220
|
+
}
|
|
221
|
+
.size36{
|
|
222
|
+
font-size: var(--zd_font_size36) ;
|
|
223
|
+
}
|
|
224
|
+
.size40{
|
|
225
|
+
font-size: var(--zd_font_size40) ;
|
|
226
|
+
}
|
|
227
|
+
.size50{
|
|
228
|
+
font-size: var(--zd_font_size50) ;
|
|
229
|
+
}
|
|
230
|
+
.sizeinherit{
|
|
231
|
+
font-size: inherit ;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/*...............Font Size End.........*/
|
|
235
|
+
|
|
236
|
+
/*............... Lineheight Start.........*/
|
|
237
|
+
|
|
238
|
+
.lineheight_inherit{
|
|
239
|
+
line-height: inherit;
|
|
240
|
+
}
|
|
241
|
+
.lineheight_initial{
|
|
242
|
+
line-height: initial;
|
|
243
|
+
}
|
|
244
|
+
.lineheight_normal{
|
|
245
|
+
line-height: normal;
|
|
246
|
+
}
|
|
247
|
+
.lineheight_0{
|
|
248
|
+
line-height: 0;
|
|
249
|
+
}
|
|
250
|
+
.lineheight_0_1{
|
|
251
|
+
line-height: 0.1;
|
|
252
|
+
}
|
|
253
|
+
.lineheight_0_2{
|
|
254
|
+
line-height: 0.2;
|
|
255
|
+
}
|
|
256
|
+
.lineheight_0_3{
|
|
257
|
+
line-height: 0.3;
|
|
258
|
+
}
|
|
259
|
+
.lineheight_0_4{
|
|
260
|
+
line-height: 0.4;
|
|
261
|
+
}
|
|
262
|
+
.lineheight_0_5{
|
|
263
|
+
line-height: 0.5;
|
|
264
|
+
}
|
|
265
|
+
.lineheight_0_6{
|
|
266
|
+
line-height: 0.6;
|
|
267
|
+
}
|
|
268
|
+
.lineheight_0_7{
|
|
269
|
+
line-height: 0.7;
|
|
270
|
+
}
|
|
271
|
+
.lineheight_0_8{
|
|
272
|
+
line-height: 0.8;
|
|
273
|
+
}
|
|
274
|
+
.lineheight_0_9{
|
|
275
|
+
line-height: 0.9;
|
|
276
|
+
}
|
|
277
|
+
.lineheight_1{
|
|
278
|
+
line-height: 1;
|
|
279
|
+
}
|
|
280
|
+
.lineheight_1_1{
|
|
281
|
+
line-height: 1.1;
|
|
282
|
+
}
|
|
283
|
+
.lineheight_1_2{
|
|
284
|
+
line-height: 1.2;
|
|
285
|
+
}
|
|
286
|
+
.lineheight_1_3{
|
|
287
|
+
line-height: 1.3;
|
|
288
|
+
}
|
|
289
|
+
.lineheight_1_4{
|
|
290
|
+
line-height: 1.4;
|
|
291
|
+
}
|
|
292
|
+
.lineheight_1_5{
|
|
293
|
+
line-height: 1.5;
|
|
294
|
+
}
|
|
295
|
+
.lineheight_1_6{
|
|
296
|
+
line-height: 1.6;
|
|
297
|
+
}
|
|
298
|
+
.lineheight_1_7{
|
|
299
|
+
line-height: 1.7;
|
|
300
|
+
}
|
|
301
|
+
.lineheight_1_8{
|
|
302
|
+
line-height: 1.8;
|
|
303
|
+
}
|
|
304
|
+
.lineheight_1_9{
|
|
305
|
+
line-height: 1.9;
|
|
306
|
+
}
|
|
307
|
+
.lineheight_2{
|
|
308
|
+
line-height: 2;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
/*............... Lineheight End.........*/
|
|
313
|
+
|
|
314
|
+
/*............... Letterspacing Start.........*/
|
|
315
|
+
|
|
316
|
+
.letterspacing_inherit{
|
|
317
|
+
letter-spacing:inherit;
|
|
318
|
+
}
|
|
319
|
+
.letterspacing_0_1{
|
|
320
|
+
letter-spacing: 0.1px;
|
|
321
|
+
}
|
|
322
|
+
.letterspacing_0_2{
|
|
323
|
+
letter-spacing: 0.2px;
|
|
324
|
+
}
|
|
325
|
+
.letterspacing_0_3{
|
|
326
|
+
letter-spacing: 0.3px;
|
|
327
|
+
}
|
|
328
|
+
.letterspacing_0_4{
|
|
329
|
+
letter-spacing: 0.4px;
|
|
330
|
+
}
|
|
331
|
+
.letterspacing_0_5{
|
|
332
|
+
letter-spacing: 0.5px;
|
|
333
|
+
}
|
|
334
|
+
.letterspacing_0_6{
|
|
335
|
+
letter-spacing: 0.6px;
|
|
336
|
+
}
|
|
337
|
+
.letterspacing_0_7{
|
|
338
|
+
letter-spacing: 0.7px;
|
|
339
|
+
}
|
|
340
|
+
.letterspacing_0_8{
|
|
341
|
+
letter-spacing: 0.8px;
|
|
342
|
+
}
|
|
343
|
+
.letterspacing_0_9{
|
|
344
|
+
letter-spacing: 0.9px;
|
|
345
|
+
}
|
|
346
|
+
.letterspacing_1{
|
|
347
|
+
letter-spacing: 1px;
|
|
348
|
+
}
|
|
349
|
+
.letterspacing_1_1{
|
|
350
|
+
letter-spacing: 1.1px;
|
|
351
|
+
}
|
|
352
|
+
.letterspacing_1_2{
|
|
353
|
+
letter-spacing: 1.2px;
|
|
354
|
+
}
|
|
355
|
+
.letterspacing_1_3{
|
|
356
|
+
letter-spacing: 1.3px;
|
|
357
|
+
}
|
|
358
|
+
.letterspacing_1_4{
|
|
359
|
+
letter-spacing: 1.4px;
|
|
360
|
+
}
|
|
361
|
+
.letterspacing_1_5{
|
|
362
|
+
letter-spacing: 1.5px;
|
|
363
|
+
}
|
|
364
|
+
.letterspacing_1_6{
|
|
365
|
+
letter-spacing: 1.6px;
|
|
366
|
+
}
|
|
367
|
+
.letterspacing_1_7{
|
|
368
|
+
letter-spacing: 1.7px;
|
|
369
|
+
}
|
|
370
|
+
.letterspacing_1_8{
|
|
371
|
+
letter-spacing: 1.8px;
|
|
372
|
+
}
|
|
373
|
+
.letterspacing_1_9{
|
|
374
|
+
letter-spacing: 1.9px;
|
|
375
|
+
}
|
|
376
|
+
.letterspacing_2{
|
|
377
|
+
letter-spacing: 2px;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/*............... Letterspacing End.........*/
|