@zohodesk/components 1.0.0-temp-55 → 1.0.0-temp-56

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.
Files changed (246) hide show
  1. package/README.md +990 -994
  2. package/assets/Appearance/dark/mode/darkMode.module.css +1 -1
  3. package/es/AppContainer/AppContainer.module.css +18 -18
  4. package/es/Avatar/Avatar.js +9 -9
  5. package/es/Avatar/Avatar.module.css +115 -117
  6. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  7. package/es/AvatarTeam/AvatarTeam.js +7 -7
  8. package/es/AvatarTeam/AvatarTeam.module.css +147 -161
  9. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  10. package/es/Button/Button.js +4 -4
  11. package/es/Button/Button.module.css +448 -521
  12. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  13. package/es/Buttongroup/Buttongroup.js +1 -1
  14. package/es/Buttongroup/Buttongroup.module.css +60 -89
  15. package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  16. package/es/Card/Card.js +4 -4
  17. package/es/Card/Card.module.css +20 -20
  18. package/es/CheckBox/CheckBox.js +0 -0
  19. package/es/CheckBox/CheckBox.module.css +147 -153
  20. package/es/DateTime/CalendarView.js +0 -0
  21. package/es/DateTime/DateTime.js +0 -0
  22. package/es/DateTime/DateTime.module.css +160 -187
  23. package/es/DateTime/DateWidget.js +0 -0
  24. package/es/DateTime/DateWidget.module.css +38 -42
  25. package/es/DateTime/YearView.js +0 -0
  26. package/es/DateTime/YearView.module.css +70 -80
  27. package/es/DateTime/common.js +0 -0
  28. package/es/DateTime/index.js +0 -0
  29. package/es/DateTime/objectUtils.js +0 -0
  30. package/es/DateTime/typeChecker.js +0 -0
  31. package/es/DateTime/validator.js +0 -0
  32. package/es/DropBox/DropBox.js +1 -1
  33. package/es/DropBox/DropBox.module.css +370 -406
  34. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  35. package/es/DropDown/DropDown.js +0 -0
  36. package/es/DropDown/DropDown.module.css +5 -5
  37. package/es/DropDown/DropDownHeading.js +0 -0
  38. package/es/DropDown/DropDownHeading.module.css +49 -53
  39. package/es/DropDown/DropDownItem.js +0 -0
  40. package/es/DropDown/DropDownItem.module.css +68 -94
  41. package/es/DropDown/DropDownSearch.js +0 -0
  42. package/es/DropDown/DropDownSearch.module.css +14 -14
  43. package/es/DropDown/DropDownSeparator.js +0 -0
  44. package/es/DropDown/DropDownSeparator.module.css +7 -7
  45. package/es/Label/Label.js +2 -2
  46. package/es/Label/Label.module.css +52 -52
  47. package/es/Label/LabelColors.module.css +20 -20
  48. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  49. package/es/Layout/Box.js +0 -0
  50. package/es/Layout/Container.js +0 -0
  51. package/es/Layout/Layout.module.css +324 -324
  52. package/es/Layout/utils.js +0 -0
  53. package/es/LightNightMode/Colors.json +397 -397
  54. package/es/ListItem/ListContainer.js +16 -2
  55. package/es/ListItem/ListItem.js +1 -1
  56. package/es/ListItem/ListItem.module.css +173 -199
  57. package/es/ListItem/ListItemWithAvatar.js +1 -1
  58. package/es/ListItem/ListItemWithCheckBox.js +1 -1
  59. package/es/ListItem/ListItemWithIcon.js +1 -1
  60. package/es/ListItem/ListItemWithRadio.js +1 -1
  61. package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  62. package/es/MultiSelect/AdvancedMultiSelect.module.css +113 -127
  63. package/es/MultiSelect/MultiSelect.js +5 -5
  64. package/es/MultiSelect/MultiSelect.module.css +176 -193
  65. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  66. package/es/MultiSelect/SelectedOptions.module.css +9 -15
  67. package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  68. package/es/PopOver/PopOver.module.css +8 -8
  69. package/es/Popup/Popup.js +0 -0
  70. package/es/Popup/PositionMapping.json +73 -73
  71. package/es/Provider.js +35 -72
  72. package/es/Radio/Radio.js +0 -0
  73. package/es/Radio/Radio.module.css +104 -110
  74. package/es/Responsive/CustomResponsive.js +0 -0
  75. package/es/Ribbon/Ribbon.js +0 -0
  76. package/es/Ribbon/Ribbon.module.css +311 -376
  77. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  78. package/es/RippleEffect/RippleEffect.module.css +99 -70
  79. package/es/Select/GroupSelect.js +0 -0
  80. package/es/Select/Select.js +0 -0
  81. package/es/Select/Select.module.css +90 -100
  82. package/es/Select/SelectWithAvatar.js +0 -0
  83. package/es/Select/SelectWithIcon.js +0 -0
  84. package/es/Select/__tests__/Select.spec.js +0 -0
  85. package/es/Stencils/Stencils.js +0 -0
  86. package/es/Stencils/Stencils.module.css +78 -96
  87. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  88. package/es/Switch/Switch.js +0 -0
  89. package/es/Switch/Switch.module.css +110 -109
  90. package/es/Tab/Tab.module.css +92 -101
  91. package/es/Tab/TabContent.module.css +4 -4
  92. package/es/Tab/Tabs.js +17 -17
  93. package/es/Tab/Tabs.module.css +107 -140
  94. package/es/Tag/Tag.js +8 -8
  95. package/es/Tag/Tag.module.css +228 -250
  96. package/es/TextBox/TextBox.js +0 -0
  97. package/es/TextBox/TextBox.module.css +161 -157
  98. package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  99. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  100. package/es/TextBoxIcon/TextBoxIcon.module.css +71 -78
  101. package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  102. package/es/Textarea/Textarea.js +0 -0
  103. package/es/Textarea/Textarea.module.css +140 -139
  104. package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  105. package/es/Tooltip/Tooltip.module.css +103 -104
  106. package/es/beta/FocusRing/FocusRing.module.css +126 -151
  107. package/es/common/animation.module.css +426 -624
  108. package/es/common/avatarsizes.module.css +44 -44
  109. package/es/common/basic.module.css +33 -33
  110. package/es/common/basicReset.module.css +50 -40
  111. package/es/common/common.module.css +458 -502
  112. package/es/common/customscroll.module.css +93 -89
  113. package/es/common/docStyle.module.css +715 -766
  114. package/es/common/reset.module.css +12 -12
  115. package/es/common/transition.module.css +106 -146
  116. package/es/semantic/Button/semanticButton.module.css +9 -9
  117. package/es/utils/Common.js +0 -0
  118. package/es/utils/dropDownUtils.js +0 -0
  119. package/lib/AppContainer/AppContainer.module.css +18 -18
  120. package/lib/Avatar/Avatar.js +9 -9
  121. package/lib/Avatar/Avatar.module.css +117 -117
  122. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  123. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  124. package/lib/AvatarTeam/AvatarTeam.module.css +161 -161
  125. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  126. package/lib/Button/Button.js +4 -4
  127. package/lib/Button/Button.module.css +521 -521
  128. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  129. package/lib/Buttongroup/Buttongroup.js +1 -1
  130. package/lib/Buttongroup/Buttongroup.module.css +89 -89
  131. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  132. package/lib/Card/Card.js +4 -4
  133. package/lib/Card/Card.module.css +20 -20
  134. package/lib/CheckBox/CheckBox.js +0 -0
  135. package/lib/CheckBox/CheckBox.module.css +153 -153
  136. package/lib/DateTime/CalendarView.js +0 -0
  137. package/lib/DateTime/DateTime.js +0 -0
  138. package/lib/DateTime/DateTime.module.css +187 -187
  139. package/lib/DateTime/DateWidget.js +0 -0
  140. package/lib/DateTime/DateWidget.module.css +42 -42
  141. package/lib/DateTime/YearView.js +0 -0
  142. package/lib/DateTime/YearView.module.css +80 -80
  143. package/lib/DateTime/common.js +0 -0
  144. package/lib/DateTime/index.js +0 -0
  145. package/lib/DateTime/objectUtils.js +0 -0
  146. package/lib/DateTime/typeChecker.js +0 -0
  147. package/lib/DateTime/validator.js +0 -0
  148. package/lib/DropBox/DropBox.js +1 -1
  149. package/lib/DropBox/DropBox.module.css +406 -406
  150. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  151. package/lib/DropDown/DropDown.js +0 -0
  152. package/lib/DropDown/DropDown.module.css +5 -5
  153. package/lib/DropDown/DropDownHeading.js +0 -0
  154. package/lib/DropDown/DropDownHeading.module.css +53 -53
  155. package/lib/DropDown/DropDownItem.js +0 -0
  156. package/lib/DropDown/DropDownItem.module.css +94 -94
  157. package/lib/DropDown/DropDownSearch.js +0 -0
  158. package/lib/DropDown/DropDownSearch.module.css +14 -14
  159. package/lib/DropDown/DropDownSeparator.js +0 -0
  160. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  161. package/lib/Label/Label.js +0 -0
  162. package/lib/Label/Label.module.css +52 -52
  163. package/lib/Label/LabelColors.module.css +20 -20
  164. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  165. package/lib/Layout/Box.js +0 -0
  166. package/lib/Layout/Container.js +0 -0
  167. package/lib/Layout/Layout.module.css +324 -324
  168. package/lib/Layout/utils.js +0 -0
  169. package/lib/LightNightMode/Colors.json +397 -397
  170. package/lib/ListItem/ListContainer.js +22 -2
  171. package/lib/ListItem/ListItem.js +1 -1
  172. package/lib/ListItem/ListItem.module.css +210 -199
  173. package/lib/ListItem/ListItemWithAvatar.js +1 -1
  174. package/lib/ListItem/ListItemWithCheckBox.js +1 -1
  175. package/lib/ListItem/ListItemWithIcon.js +1 -1
  176. package/lib/ListItem/ListItemWithRadio.js +1 -1
  177. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  178. package/lib/MultiSelect/AdvancedMultiSelect.module.css +127 -127
  179. package/lib/MultiSelect/MultiSelect.js +5 -5
  180. package/lib/MultiSelect/MultiSelect.module.css +193 -193
  181. package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -0
  182. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  183. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  184. package/lib/PopOver/PopOver.module.css +8 -8
  185. package/lib/Popup/Popup.js +0 -0
  186. package/lib/Popup/PositionMapping.json +73 -73
  187. package/lib/Provider.js +37 -88
  188. package/lib/Radio/Radio.js +0 -0
  189. package/lib/Radio/Radio.module.css +110 -110
  190. package/lib/Responsive/CustomResponsive.js +0 -0
  191. package/lib/Ribbon/Ribbon.js +0 -0
  192. package/lib/Ribbon/Ribbon.module.css +376 -376
  193. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  194. package/lib/RippleEffect/RippleEffect.module.css +70 -70
  195. package/lib/Select/GroupSelect.js +0 -0
  196. package/lib/Select/Select.js +0 -0
  197. package/lib/Select/Select.module.css +100 -100
  198. package/lib/Select/SelectWithAvatar.js +0 -0
  199. package/lib/Select/SelectWithIcon.js +0 -0
  200. package/lib/Select/__tests__/Select.spec.js +0 -0
  201. package/lib/Stencils/Stencils.js +0 -0
  202. package/lib/Stencils/Stencils.module.css +96 -96
  203. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  204. package/lib/Switch/Switch.js +0 -0
  205. package/lib/Switch/Switch.module.css +109 -109
  206. package/lib/Tab/Tab.module.css +101 -101
  207. package/lib/Tab/TabContent.module.css +4 -4
  208. package/lib/Tab/Tabs.js +11 -11
  209. package/lib/Tab/Tabs.module.css +140 -140
  210. package/lib/Tag/Tag.js +8 -8
  211. package/lib/Tag/Tag.module.css +250 -250
  212. package/lib/TextBox/TextBox.js +0 -0
  213. package/lib/TextBox/TextBox.module.css +157 -157
  214. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  215. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  216. package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -78
  217. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  218. package/lib/Textarea/Textarea.js +0 -0
  219. package/lib/Textarea/Textarea.module.css +139 -139
  220. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  221. package/lib/Tooltip/Tooltip.module.css +104 -104
  222. package/lib/beta/FocusRing/FocusRing.module.css +151 -151
  223. package/lib/common/animation.module.css +624 -624
  224. package/lib/common/avatarsizes.module.css +44 -44
  225. package/lib/common/basic.module.css +33 -33
  226. package/lib/common/basicReset.module.css +40 -40
  227. package/lib/common/common.module.css +502 -502
  228. package/lib/common/customscroll.module.css +89 -89
  229. package/lib/common/docStyle.module.css +762 -766
  230. package/lib/common/reset.module.css +12 -12
  231. package/lib/common/transition.module.css +146 -146
  232. package/lib/semantic/Button/semanticButton.module.css +9 -9
  233. package/lib/utils/Common.js +0 -0
  234. package/lib/utils/dropDownUtils.js +0 -0
  235. package/package.json +72 -72
  236. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +0 -358
  237. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +0 -34
  238. package/assets/Appearance/pureDark/themes/blue/bluePureDarkComponentTheme.module.css +0 -42
  239. package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +0 -34
  240. package/assets/Appearance/pureDark/themes/green/greenPureDarkComponentTheme.module.css +0 -42
  241. package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +0 -34
  242. package/assets/Appearance/pureDark/themes/orange/orangePureDarkComponentTheme.module.css +0 -42
  243. package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +0 -34
  244. package/assets/Appearance/pureDark/themes/red/redPureDarkComponentTheme.module.css +0 -42
  245. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +0 -34
  246. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkComponentTheme.module.css +0 -42
@@ -1,502 +1,458 @@
1
- /*Font-smooth*/
2
- .ftsmooth {
3
- -moz-osx-font-smoothing: grayscale;
4
- -webkit-font-smoothing: antialiased;
5
- }
6
-
7
- /* --Overflow Props-- */
8
- .oflowx {
9
- overflow-x: auto;
10
- overflow-y: hidden;
11
- }
12
-
13
- .oflowy {
14
- overflow-y: auto;
15
- overflow-x: hidden;
16
- }
17
-
18
- .oflow {
19
- overflow: hidden;
20
- }
21
-
22
- .oflowA {
23
- overflow: auto;
24
- }
25
-
26
- /* --Position Props-- */
27
- .posrel {
28
- position: relative;
29
- }
30
-
31
- .posab {
32
- position: absolute;
33
- }
34
-
35
- .posfix {
36
- position: fixed;
37
- }
38
-
39
- .cboth::after {
40
- content: '.';
41
- display: block;
42
- font-size: 0;
43
- height: 0;
44
- line-height: 0;
45
- visibility: hidden;
46
- clear: both;
47
- }
48
-
49
- .blockEvent {
50
- pointer-events: none;
51
- }
52
-
53
- .clboth {
54
- clear: both;
55
- }
56
- .disable,
57
- .disabled {
58
- position: relative;
59
- }
60
- .disable::after {
61
- cursor: no-drop;
62
- background: var(--zdt_disable_bg);
63
- }
64
- .disable::after,
65
- .disabled::after,
66
- .readonly::after {
67
- position: absolute;
68
- top: 0;
69
- bottom: 0;
70
- z-index: 2;
71
- content: '';
72
- user-select: none;
73
- }
74
- [dir=ltr] .disable::after, [dir=ltr] .disabled::after, [dir=ltr] .readonly::after {
75
- left: 0;
76
- right: 0;
77
- }
78
- [dir=rtl] .disable::after, [dir=rtl] .disabled::after, [dir=rtl] .readonly::after {
79
- right: 0;
80
- left: 0;
81
- }
82
-
83
- .disabled, .readonly {
84
- cursor: not-allowed;
85
- }
86
- .disabled::after, .readonly::after {
87
- cursor: not-allowed;
88
- }
89
-
90
- /* --Float Props-- */
91
- [dir=ltr] .fleft {
92
- float: left;
93
- }
94
- [dir=rtl] .fleft {
95
- float: right;
96
- }
97
-
98
- [dir=ltr] .fright {
99
- float: right;
100
- }
101
-
102
- [dir=rtl] .fright {
103
- float: left;
104
- }
105
-
106
- .fnone {
107
- float: none;
108
- }
109
-
110
- /* --Display Props-- */
111
- .dinblk {
112
- display: inline-block;
113
- }
114
-
115
- .dblk {
116
- display: block;
117
- }
118
-
119
- .dtable {
120
- display: table;
121
- }
122
-
123
- .dtcell {
124
- display: table-cell;
125
- }
126
-
127
- .hide {
128
- display: none;
129
- }
130
-
131
- /* FLex Assets*/
132
- .dflex {
133
- display: -webkit-box;
134
- display: -ms-flexbox;
135
- display: flex;
136
- }
137
-
138
- .dInflex {
139
- display: inline-flex;
140
- display: -webkit-inline-flex;
141
- display: -ms-inline-flexbox;
142
- }
143
-
144
- .flexwrap {
145
- -ms-flex-wrap: wrap;
146
- flex-wrap: wrap;
147
- }
148
-
149
- .flexcolumn {
150
- -webkit-box-orient: vertical;
151
- -webkit-box-direction: normal;
152
- -webkit-flex-direction: column;
153
- -ms-flex-direction: column;
154
- flex-direction: column;
155
- }
156
-
157
- .flexrow {
158
- -webkit-box-orient: horizontal;
159
- -webkit-box-direction: normal;
160
- -webkit-flex-direction: row;
161
- -ms-flex-direction: row;
162
- flex-direction: row;
163
- }
164
-
165
- .flexrowreverse {
166
- -webkit-box-orient: horizontal;
167
- -webkit-box-direction: reverse;
168
- -webkit-flex-direction: row-reverse;
169
- -ms-flex-direction: row-reverse;
170
- flex-direction: row-reverse;
171
- }
172
-
173
- .flexcolumnreverse {
174
- -webkit-box-orient: vertical;
175
- -webkit-box-direction: reverse;
176
- -webkit-flex-direction: column-reverse;
177
- -ms-flex-direction: column-reverse;
178
- flex-direction: column-reverse;
179
- }
180
-
181
- .flexgrow {
182
- -webkit-box-flex: 1;
183
- -ms-flex-positive: 1;
184
- flex-grow: 1;
185
- min-height: 0;
186
- min-width: 0;
187
- }
188
-
189
- .flexshrink {
190
- flex-shrink: 0;
191
- -moz-flex-shrink: 0;
192
- -webkit-flex-shrink: 0;
193
- -ms-flex-shrink: 0;
194
- }
195
-
196
- .flexbasis {
197
- flex-basis: 0%;
198
- -webkit-flex-basis: 0%;
199
- -moz-flex-basis: 0%;
200
- -ms-flex-basis: 0%;
201
- }
202
-
203
- .alignVertical {
204
- -webkit-box-align: center;
205
- -ms-flex-align: center;
206
- align-items: center;
207
- }
208
-
209
- .alignFstart {
210
- -webkit-box-align: start;
211
- -ms-flex-align: start;
212
- align-items: flex-start;
213
- }
214
-
215
- .alignFend {
216
- -webkit-box-align: end;
217
- -ms-flex-align: end;
218
- align-items: flex-end;
219
- }
220
- .alignBaseline {
221
- -webkit-box-align: baseline;
222
- -ms-flex-align: baseline;
223
- align-items: baseline;
224
- }
225
-
226
- .alignHorizontal {
227
- -webkit-box-pack: center;
228
- -ms-flex-pack: center;
229
- justify-content: center;
230
- }
231
-
232
- .alignAround {
233
- -ms-flex-pack: distribute;
234
- justify-content: space-around;
235
- }
236
-
237
- .alignBetween {
238
- -webkit-box-pack: justify;
239
- -ms-flex-pack: justify;
240
- justify-content: space-between;
241
- }
242
-
243
- .justifyFend {
244
- -webkit-box-pack: flex-end;
245
- -ms-flex-pack: flex-end;
246
- justify-content: flex-end;
247
- }
248
-
249
- /* --Vertical props-- */
250
-
251
- .vtop {
252
- vertical-align: top;
253
- }
254
-
255
- .vbot {
256
- vertical-align: bottom;
257
- }
258
-
259
- .vmid {
260
- vertical-align: middle;
261
- }
262
-
263
- /* --Resize Props-- */
264
- .resizeX {
265
- resize: horizontal;
266
- }
267
-
268
- .resizenone {
269
- resize: none;
270
- }
271
-
272
- .resizeboth {
273
- resize: both;
274
- }
275
-
276
- .resizeY {
277
- resize: vertical;
278
- }
279
-
280
- /*font-family*/
281
- .regular {
282
- font-family: var(--zd_regular, Regular);
283
- }
284
-
285
- .light {
286
- font-family: var(--zd_light, Light);
287
- }
288
-
289
- .semibold {
290
- font-family: var(--zd_semibold, Semibold);
291
- composes: ftsmooth;
292
- }
293
-
294
- .bold {
295
- font-family: var(--zd_bold, Bold);
296
- composes: ftsmooth;
297
- }
298
-
299
- /* --Pointer props-- */
300
- .pointer {
301
- cursor: pointer;
302
- }
303
-
304
- .notallow {
305
- cursor: not-allowed;
306
- }
307
-
308
- .curdefault {
309
- cursor: default;
310
- }
311
-
312
- /* --Width Props-- */
313
- .w100 {
314
- width: 100%;
315
- }
316
-
317
- .h100 {
318
- height: 100%;
319
- }
320
-
321
- .rounded {
322
- -moz-border-radius: 50%;
323
- -webkit-border-radius: 50%;
324
- -ms-border-radius: 50%;
325
- border-radius: 50%;
326
- }
327
-
328
- .noradius {
329
- border-radius: 0;
330
- }
331
-
332
- .tcenter {
333
- text-align: center;
334
- }
335
-
336
- [dir=ltr] .tleft {
337
- text-align: left;
338
- }
339
-
340
- [dir=rtl] .tleft {
341
- text-align: right;
342
- }
343
-
344
- [dir=ltr] .tright {
345
- text-align: right;
346
- }
347
-
348
- [dir=rtl] .tright {
349
- text-align: left;
350
- }
351
-
352
- .textCap {
353
- text-transform: uppercase;
354
- }
355
-
356
- .textCaps {
357
- text-transform: capitalize;
358
- }
359
-
360
- .t50 {
361
- top: 50%;
362
- }
363
-
364
- [dir=ltr] .l50 {
365
- left: 50%;
366
- }
367
-
368
- [dir=rtl] .l50 {
369
- right: 50%;
370
- }
371
-
372
- [dir=ltr] .middle {
373
- transform: translate(-50%, -50%) translateZ(0);
374
- -webkit-transform: translate(-50%, -50%) translateZ(0);
375
- -moz-transform: translate(-50%, -50%) translateZ(0);
376
- -ms-transform: translate(-50%, -50%) translateZ(0);
377
- }
378
-
379
- [dir=rtl] .middle {
380
- transform: translate(50%, -50%) translateZ(0);
381
- -webkit-transform: translate(50%, -50%) translateZ(0);
382
- -moz-transform: translate(50%, -50%) translateZ(0);
383
- -ms-transform: translate(50%, -50%) translateZ(0);
384
- }
385
-
386
- .middleBoth {
387
- composes: middle;
388
- top: 50%;
389
- }
390
-
391
- [dir=ltr] .middleBoth {
392
- left: 50%;
393
- }
394
-
395
- [dir=rtl] .middleBoth {
396
- right: 50%;
397
- }
398
-
399
- .middleY {
400
- -webkit-transform: translateY(-50%);
401
- -moz-transform: translateY(-50%);
402
- -ms-transform: translateY(-50%);
403
- transform: translateY(-50%);
404
- }
405
-
406
- .yMiddle {
407
- composes: middleY;
408
- composes: t50;
409
- }
410
-
411
- [dir=ltr] .middleX {
412
- transform: translateX(-50%);
413
- -webkit-transform: translateX(-50%);
414
- -moz-transform: translateX(-50%);
415
- -ms-transform: translateX(-50%);
416
- }
417
-
418
- [dir=rtl] .middleX {
419
- transform: translateX(50%);
420
- -webkit-transform: translateX(50%);
421
- -moz-transform: translateX(50%);
422
- -ms-transform: translateX(50%);
423
- }
424
-
425
- .xMiddle {
426
- composes: middleX;
427
- composes: l50;
428
- }
429
-
430
- .transZ {
431
- -moz-transform: translateZ(0);
432
- -webkit-transform: translateZ(0);
433
- -ms-transform: translateZ(0);
434
- transform: translateZ(0);
435
- }
436
-
437
- .vishidden {
438
- visibility: hidden;
439
- }
440
-
441
- .visible {
442
- visibility: visible;
443
- }
444
-
445
- .coverafter::after {
446
- content: '';
447
- vertical-align: middle;
448
- display: inline-block;
449
- height: 100%;
450
- }
451
-
452
- .wbreak {
453
- word-break: break-word;
454
- }
455
-
456
- .notrans {
457
- transition: none;
458
- -moz-transition: none;
459
- -ms-transition: none;
460
- -webkit-transition: none;
461
- }
462
-
463
- .dotted {
464
- overflow: hidden;
465
- white-space: nowrap;
466
- word-wrap: normal;
467
- text-overflow: ellipsis;
468
- }
469
- .clamp {
470
- -webkit-line-clamp: 2;
471
- -webkit-box-orient: vertical;
472
- display: -webkit-box;
473
- overflow: hidden;
474
- }
475
-
476
- .offSelection {
477
- -webkit-user-select: none;
478
- -moz-user-select: none;
479
- -ms-user-select: none;
480
- user-select: none;
481
- }
482
-
483
- .disableFocus a,
484
- .disableFocus input,
485
- .disableFocus textarea,
486
- .disableFocus button,
487
- .disableFocus iframe {
488
- display: none;
489
- }
490
-
491
- .sticky {
492
- position: sticky;
493
- position: -webkit-sticky;
494
- }
495
- .fitContWidth{
496
- width: fit-content;
497
- width: -moz-fit-content;
498
- }
499
- .fitContHeight{
500
- height: fit-content;
501
- height: -moz-fit-content;
502
- }
1
+ /*Font-smooth*/
2
+ .ftsmooth {
3
+ -moz-osx-font-smoothing: grayscale;
4
+ -webkit-font-smoothing: antialiased;
5
+ }
6
+
7
+ /* --Overflow Props-- */
8
+ .oflowx {
9
+ overflow-x: auto;
10
+ overflow-y: hidden;
11
+ }
12
+
13
+ .oflowy {
14
+ overflow-y: auto;
15
+ overflow-x: hidden;
16
+ }
17
+
18
+ .oflow {
19
+ overflow: hidden;
20
+ }
21
+
22
+ .oflowA {
23
+ overflow: auto;
24
+ }
25
+
26
+ /* --Position Props-- */
27
+ .posrel {
28
+ position: relative;
29
+ }
30
+
31
+ .posab {
32
+ position: absolute;
33
+ }
34
+
35
+ .posfix {
36
+ position: fixed;
37
+ }
38
+
39
+ .cboth::after {
40
+ content: '.';
41
+ clear: both;
42
+ display: block;
43
+ font-size: 0;
44
+ height: 0;
45
+ line-height: 0;
46
+ visibility: hidden;
47
+ }
48
+
49
+ .blockEvent {
50
+ pointer-events: none;
51
+ }
52
+
53
+ .clboth {
54
+ clear: both;
55
+ }
56
+ .disable,
57
+ .disabled {
58
+ position: relative;
59
+ }
60
+ .disable::after {
61
+ cursor: no-drop;
62
+ background: var(--zdt_disable_bg);
63
+ }
64
+ .disable::after,
65
+ .disabled::after,
66
+ .readonly::after {
67
+ position: absolute;
68
+ left: 0;
69
+ top: 0;
70
+ right: 0;
71
+ bottom: 0;
72
+ z-index: 2;
73
+ content: '';
74
+ user-select: none;
75
+ }
76
+
77
+ .disabled,
78
+ .readonly {
79
+ cursor: not-allowed;
80
+ }
81
+ .disabled::after,
82
+ .readonly::after {
83
+ cursor: not-allowed;
84
+ }
85
+
86
+ /* --Float Props-- */
87
+ .fleft {
88
+ float: left;
89
+ }
90
+
91
+ .fright {
92
+ float: right;
93
+ }
94
+
95
+ .fnone {
96
+ float: none;
97
+ }
98
+
99
+ /* --Display Props-- */
100
+ .dinblk {
101
+ display: inline-block;
102
+ }
103
+
104
+ .dblk {
105
+ display: block;
106
+ }
107
+
108
+ .dtable {
109
+ display: table;
110
+ }
111
+
112
+ .dtcell {
113
+ display: table-cell;
114
+ }
115
+
116
+ .hide {
117
+ display: none;
118
+ }
119
+
120
+ /* FLex Assets*/
121
+ .dflex {
122
+ display: -webkit-box;
123
+ display: -ms-flexbox;
124
+ display: flex;
125
+ }
126
+
127
+ .dInflex {
128
+ display: inline-flex;
129
+ display: -webkit-inline-flex;
130
+ display: -ms-inline-flexbox;
131
+ }
132
+
133
+ .flexwrap {
134
+ -ms-flex-wrap: wrap;
135
+ flex-wrap: wrap;
136
+ }
137
+
138
+ .flexcolumn {
139
+ -webkit-box-orient: vertical;
140
+ -webkit-box-direction: normal;
141
+ -webkit-flex-direction: column;
142
+ -ms-flex-direction: column;
143
+ flex-direction: column;
144
+ }
145
+
146
+ .flexrow {
147
+ -webkit-box-orient: horizontal;
148
+ -webkit-box-direction: normal;
149
+ -webkit-flex-direction: row;
150
+ -ms-flex-direction: row;
151
+ flex-direction: row;
152
+ }
153
+
154
+ .flexrowreverse {
155
+ -webkit-box-orient: horizontal;
156
+ -webkit-box-direction: reverse;
157
+ -webkit-flex-direction: row-reverse;
158
+ -ms-flex-direction: row-reverse;
159
+ flex-direction: row-reverse;
160
+ }
161
+
162
+ .flexcolumnreverse {
163
+ -webkit-box-orient: vertical;
164
+ -webkit-box-direction: reverse;
165
+ -webkit-flex-direction: column-reverse;
166
+ -ms-flex-direction: column-reverse;
167
+ flex-direction: column-reverse;
168
+ }
169
+
170
+ .flexgrow {
171
+ -webkit-box-flex: 1;
172
+ -ms-flex-positive: 1;
173
+ flex-grow: 1;
174
+ min-height: 0;
175
+ min-width: 0;
176
+ }
177
+
178
+ .flexshrink {
179
+ flex-shrink: 0;
180
+ -moz-flex-shrink: 0;
181
+ -webkit-flex-shrink: 0;
182
+ -ms-flex-shrink: 0;
183
+ }
184
+
185
+ .flexbasis {
186
+ flex-basis: 0%;
187
+ -webkit-flex-basis: 0%;
188
+ -moz-flex-basis: 0%;
189
+ -ms-flex-basis: 0%;
190
+ }
191
+
192
+ .alignVertical {
193
+ -webkit-box-align: center;
194
+ -ms-flex-align: center;
195
+ align-items: center;
196
+ }
197
+
198
+ .alignFstart {
199
+ -webkit-box-align: start;
200
+ -ms-flex-align: start;
201
+ align-items: flex-start;
202
+ }
203
+
204
+ .alignFend {
205
+ -webkit-box-align: end;
206
+ -ms-flex-align: end;
207
+ align-items: flex-end;
208
+ }
209
+ .alignBaseline {
210
+ -webkit-box-align: baseline;
211
+ -ms-flex-align: baseline;
212
+ align-items: baseline;
213
+ }
214
+
215
+ .alignHorizontal {
216
+ -webkit-box-pack: center;
217
+ -ms-flex-pack: center;
218
+ justify-content: center;
219
+ }
220
+
221
+ .alignAround {
222
+ -ms-flex-pack: distribute;
223
+ justify-content: space-around;
224
+ }
225
+
226
+ .alignBetween {
227
+ -webkit-box-pack: justify;
228
+ -ms-flex-pack: justify;
229
+ justify-content: space-between;
230
+ }
231
+
232
+ .justifyFend {
233
+ -webkit-box-pack: flex-end;
234
+ -ms-flex-pack: flex-end;
235
+ justify-content: flex-end;
236
+ }
237
+
238
+ /* --Vertical props-- */
239
+
240
+ .vtop {
241
+ vertical-align: top;
242
+ }
243
+
244
+ .vbot {
245
+ vertical-align: bottom;
246
+ }
247
+
248
+ .vmid {
249
+ vertical-align: middle;
250
+ }
251
+
252
+ /* --Resize Props-- */
253
+ .resizeX {
254
+ resize: horizontal;
255
+ }
256
+
257
+ .resizenone {
258
+ resize: none;
259
+ }
260
+
261
+ .resizeboth {
262
+ resize: both;
263
+ }
264
+
265
+ .resizeY {
266
+ resize: vertical;
267
+ }
268
+
269
+ /*font-family*/
270
+ .regular {
271
+ font-family: var(--zd_regular, Regular);
272
+ }
273
+
274
+ .light {
275
+ font-family: var(--zd_light, Light);
276
+ }
277
+
278
+ .semibold {
279
+ font-family: var(--zd_semibold, Semibold);
280
+ composes: ftsmooth;
281
+ }
282
+
283
+ .bold {
284
+ font-family: var(--zd_bold, Bold);
285
+ composes: ftsmooth;
286
+ }
287
+
288
+ /* --Pointer props-- */
289
+ .pointer {
290
+ cursor: pointer;
291
+ }
292
+
293
+ .notallow {
294
+ cursor: not-allowed;
295
+ }
296
+
297
+ .curdefault {
298
+ cursor: default;
299
+ }
300
+
301
+ /* --Width Props-- */
302
+ .w100 {
303
+ width: 100%;
304
+ }
305
+
306
+ .h100 {
307
+ height: 100%;
308
+ }
309
+
310
+ .rounded {
311
+ border-radius: 50%;
312
+ -moz-border-radius: 50%;
313
+ -webkit-border-radius: 50%;
314
+ -ms-border-radius: 50%;
315
+ }
316
+
317
+ .noradius {
318
+ border-radius: 0;
319
+ }
320
+
321
+ .tcenter {
322
+ text-align: center;
323
+ }
324
+
325
+ .tleft {
326
+ text-align: left;
327
+ }
328
+
329
+ .tright {
330
+ text-align: right;
331
+ }
332
+
333
+ .textCap {
334
+ text-transform: uppercase;
335
+ }
336
+
337
+ .textCaps {
338
+ text-transform: capitalize;
339
+ }
340
+
341
+ .t50 {
342
+ top: 50%;
343
+ }
344
+
345
+ .l50 {
346
+ left: 50%;
347
+ }
348
+
349
+ .middle {
350
+ transform: translate(-50%, -50%) translateZ(0);
351
+ -webkit-transform: translate(-50%, -50%) translateZ(0);
352
+ -moz-transform: translate(-50%, -50%) translateZ(0);
353
+ -ms-transform: translate(-50%, -50%) translateZ(0);
354
+ }
355
+
356
+ .middleBoth {
357
+ composes: middle;
358
+ top: 50%;
359
+ left: 50%;
360
+ }
361
+
362
+ .middleY {
363
+ transform: translateY(-50%);
364
+ -webkit-transform: translateY(-50%);
365
+ -moz-transform: translateY(-50%);
366
+ -ms-transform: translateY(-50%);
367
+ }
368
+
369
+ .yMiddle {
370
+ composes: middleY;
371
+ composes: t50;
372
+ }
373
+
374
+ .middleX {
375
+ transform: translateX(-50%);
376
+ -webkit-transform: translateX(-50%);
377
+ -moz-transform: translateX(-50%);
378
+ -ms-transform: translateX(-50%);
379
+ }
380
+
381
+ .xMiddle {
382
+ composes: middleX;
383
+ composes: l50;
384
+ }
385
+
386
+ .transZ {
387
+ transform: translateZ(0);
388
+ -moz-transform: translateZ(0);
389
+ -webkit-transform: translateZ(0);
390
+ -ms-transform: translateZ(0);
391
+ }
392
+
393
+ .vishidden {
394
+ visibility: hidden;
395
+ }
396
+
397
+ .visible {
398
+ visibility: visible;
399
+ }
400
+
401
+ .coverafter::after {
402
+ content: '';
403
+ vertical-align: middle;
404
+ display: inline-block;
405
+ height: 100%;
406
+ }
407
+
408
+ .wbreak {
409
+ word-break: break-word;
410
+ }
411
+
412
+ .notrans {
413
+ transition: none;
414
+ -webkit-transition: none;
415
+ -moz-transition: none;
416
+ -ms-transition: none;
417
+ }
418
+
419
+ .dotted {
420
+ overflow: hidden;
421
+ white-space: nowrap;
422
+ word-wrap: normal;
423
+ text-overflow: ellipsis;
424
+ }
425
+ .clamp {
426
+ -webkit-line-clamp: 2;
427
+ -webkit-box-orient: vertical;
428
+ display: -webkit-box;
429
+ overflow: hidden;
430
+ }
431
+
432
+ .offSelection {
433
+ -webkit-user-select: none;
434
+ -moz-user-select: none;
435
+ -ms-user-select: none;
436
+ user-select: none;
437
+ }
438
+
439
+ .disableFocus a,
440
+ .disableFocus input,
441
+ .disableFocus textarea,
442
+ .disableFocus button,
443
+ .disableFocus iframe {
444
+ display: none;
445
+ }
446
+
447
+ .sticky {
448
+ position: sticky;
449
+ position: -webkit-sticky;
450
+ }
451
+ .fitContWidth{
452
+ width: fit-content;
453
+ width: -moz-fit-content;
454
+ }
455
+ .fitContHeight{
456
+ height: fit-content;
457
+ height: -moz-fit-content;
458
+ }