@zohodesk/components 1.0.0-temp-190.2 → 1.0.0-temp-191

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 (248) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +12 -5
  4. package/assets/Appearance/dark/mode/Component_DarkMode.module.css +2 -29
  5. package/assets/Appearance/light/mode/Component_LightMode.module.css +2 -29
  6. package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +2 -29
  7. package/es/AppContainer/AppContainer.js +10 -9
  8. package/es/AppContainer/AppContainer.module.css +2 -2
  9. package/es/Avatar/Avatar.js +4 -5
  10. package/es/Avatar/Avatar.module.css +22 -52
  11. package/es/AvatarTeam/AvatarTeam.js +7 -7
  12. package/es/AvatarTeam/AvatarTeam.module.css +74 -66
  13. package/es/Button/Button.js +5 -6
  14. package/es/Button/css/Button.module.css +100 -162
  15. package/es/Buttongroup/Buttongroup.module.css +17 -52
  16. package/es/CheckBox/CheckBox.js +18 -8
  17. package/es/CheckBox/CheckBox.module.css +60 -37
  18. package/es/CheckBox/props/propTypes.js +1 -0
  19. package/es/DateTime/DateTime.module.css +57 -86
  20. package/es/DateTime/DateWidget.module.css +7 -11
  21. package/es/DateTime/YearView.module.css +21 -34
  22. package/es/DropBox/DropBox.js +10 -11
  23. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +79 -105
  24. package/es/DropBox/css/DropBox.module.css +6 -24
  25. package/es/DropDown/DropDown.js +2 -1
  26. package/es/DropDown/DropDown.module.css +2 -2
  27. package/es/DropDown/DropDownHeading.module.css +13 -19
  28. package/es/DropDown/DropDownItem.module.css +22 -43
  29. package/es/DropDown/DropDownSearch.module.css +3 -3
  30. package/es/DropDown/DropDownSeparator.module.css +2 -2
  31. package/es/Heading/Heading.module.css +2 -2
  32. package/es/Label/Label.module.css +23 -12
  33. package/es/Label/LabelColors.module.css +7 -1
  34. package/es/Layout/Layout.module.css +15 -15
  35. package/es/ListItem/ListContainer.js +6 -5
  36. package/es/ListItem/ListItem.js +4 -5
  37. package/es/ListItem/ListItem.module.css +87 -90
  38. package/es/ListItem/ListItemWithAvatar.js +4 -5
  39. package/es/ListItem/ListItemWithCheckBox.js +4 -5
  40. package/es/ListItem/ListItemWithIcon.js +4 -5
  41. package/es/ListItem/ListItemWithRadio.js +4 -5
  42. package/es/Modal/Modal.js +4 -5
  43. package/es/MultiSelect/AdvancedMultiSelect.js +8 -9
  44. package/es/MultiSelect/MobileHeader/MobileHeader.module.css +19 -16
  45. package/es/MultiSelect/MultiSelect.module.css +69 -55
  46. package/es/MultiSelect/MultiSelectWithAvatar.js +4 -5
  47. package/es/MultiSelect/SelectedOptions.js +6 -8
  48. package/es/MultiSelect/SelectedOptions.module.css +5 -11
  49. package/es/MultiSelect/Suggestions.js +6 -8
  50. package/es/PopOver/PopOver.module.css +4 -4
  51. package/es/Popup/Popup.js +3 -4
  52. package/es/Radio/Radio.js +25 -6
  53. package/es/Radio/Radio.module.css +40 -23
  54. package/es/Radio/__tests__/__snapshots__/Radio.spec.js.snap +3 -3
  55. package/es/Radio/props/defaultProps.js +1 -0
  56. package/es/Radio/props/propTypes.js +7 -0
  57. package/es/ResponsiveDropBox/ResponsiveDropBox.js +2 -4
  58. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  59. package/es/Ribbon/Ribbon.module.css +64 -147
  60. package/es/RippleEffect/RippleEffect.module.css +27 -9
  61. package/es/Select/Select.js +4 -5
  62. package/es/Select/Select.module.css +22 -33
  63. package/es/Stencils/Stencils.module.css +14 -32
  64. package/es/Switch/Switch.js +8 -8
  65. package/es/Switch/Switch.module.css +35 -32
  66. package/es/Tab/Tab.js +4 -5
  67. package/es/Tab/Tab.module.css +39 -28
  68. package/es/Tab/TabContentWrapper.js +4 -5
  69. package/es/Tab/TabWrapper.js +2 -4
  70. package/es/Tab/Tabs.js +16 -16
  71. package/es/Tab/Tabs.module.css +29 -51
  72. package/es/Tag/Tag.module.css +91 -66
  73. package/es/TextBox/TextBox.js +5 -5
  74. package/es/TextBox/TextBox.module.css +20 -36
  75. package/es/TextBoxIcon/TextBoxIcon.js +2 -4
  76. package/es/TextBoxIcon/TextBoxIcon.module.css +6 -18
  77. package/es/Textarea/Textarea.js +4 -6
  78. package/es/Textarea/Textarea.module.css +60 -36
  79. package/es/Tooltip/Tooltip.module.css +13 -12
  80. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +4 -5
  81. package/es/common/animation.module.css +29 -227
  82. package/es/common/avatarsizes.module.css +16 -16
  83. package/es/common/basicReset.module.css +15 -5
  84. package/es/common/common.module.css +36 -82
  85. package/es/common/customscroll.module.css +32 -29
  86. package/es/common/transition.module.css +10 -50
  87. package/es/deprecated/PortalLayer/PortalLayer.js +8 -6
  88. package/es/semantic/Button/semanticButton.module.css +3 -3
  89. package/es/v1/Animation/Animation.js +1 -1
  90. package/es/v1/AppContainer/AppContainer.js +10 -9
  91. package/es/v1/Avatar/Avatar.js +4 -5
  92. package/es/v1/AvatarTeam/AvatarTeam.js +7 -7
  93. package/es/v1/Button/Button.js +5 -6
  94. package/es/v1/Card/Card.js +1 -1
  95. package/es/v1/CheckBox/CheckBox.js +15 -9
  96. package/es/v1/CheckBox/props/propTypes.js +1 -0
  97. package/es/v1/DropBox/DropBox.js +10 -11
  98. package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
  99. package/es/v1/DropDown/DropDown.js +2 -1
  100. package/es/v1/ListItem/ListContainer.js +7 -6
  101. package/es/v1/ListItem/ListItem.js +4 -5
  102. package/es/v1/ListItem/ListItemWithAvatar.js +4 -5
  103. package/es/v1/ListItem/ListItemWithCheckBox.js +4 -5
  104. package/es/v1/ListItem/ListItemWithIcon.js +4 -5
  105. package/es/v1/ListItem/ListItemWithRadio.js +4 -5
  106. package/es/v1/Modal/Modal.js +4 -5
  107. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
  108. package/es/v1/MultiSelect/AdvancedMultiSelect.js +9 -10
  109. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +5 -6
  110. package/es/v1/MultiSelect/SelectedOptions.js +6 -8
  111. package/es/v1/MultiSelect/Suggestions.js +6 -8
  112. package/es/v1/MultiSelect/props/defaultProps.js +1 -1
  113. package/es/v1/Popup/Popup.js +3 -4
  114. package/es/v1/Radio/Radio.js +21 -6
  115. package/es/v1/Radio/props/defaultProps.js +1 -0
  116. package/es/v1/Radio/props/propTypes.js +7 -0
  117. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +3 -5
  118. package/es/v1/Select/GroupSelect.js +1 -1
  119. package/es/v1/Select/Select.js +5 -6
  120. package/es/v1/Select/SelectWithAvatar.js +5 -7
  121. package/es/v1/Select/SelectWithIcon.js +1 -1
  122. package/es/v1/Select/props/defaultProps.js +1 -1
  123. package/es/v1/Select/props/propTypes.js +1 -3
  124. package/es/v1/Switch/Switch.js +8 -8
  125. package/es/v1/Tab/Tab.js +4 -5
  126. package/es/v1/Tab/TabContentWrapper.js +4 -5
  127. package/es/v1/Tab/TabWrapper.js +2 -4
  128. package/es/v1/Tab/Tabs.js +18 -18
  129. package/es/v1/Tab/v1Tab.module.css +39 -28
  130. package/es/v1/Tab/v1Tabs.module.css +29 -51
  131. package/es/v1/TextBox/TextBox.js +5 -5
  132. package/es/v1/TextBoxIcon/TextBoxIcon.js +2 -4
  133. package/es/v1/Textarea/Textarea.js +4 -6
  134. package/es/v1/Tooltip/Tooltip.js +1 -1
  135. package/es/v1/Typography/css/Typography.module.css +33 -39
  136. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +4 -5
  137. package/lib/AppContainer/AppContainer.module.css +2 -2
  138. package/lib/Avatar/Avatar.module.css +22 -52
  139. package/lib/AvatarTeam/AvatarTeam.module.css +74 -66
  140. package/lib/Button/css/Button.module.css +100 -162
  141. package/lib/Buttongroup/Buttongroup.module.css +17 -52
  142. package/lib/CheckBox/CheckBox.js +34 -24
  143. package/lib/CheckBox/CheckBox.module.css +60 -37
  144. package/lib/CheckBox/props/propTypes.js +1 -0
  145. package/lib/DateTime/DateTime.module.css +57 -86
  146. package/lib/DateTime/DateWidget.module.css +7 -11
  147. package/lib/DateTime/YearView.module.css +21 -34
  148. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +79 -105
  149. package/lib/DropBox/css/DropBox.module.css +6 -24
  150. package/lib/DropDown/DropDown.module.css +2 -2
  151. package/lib/DropDown/DropDownHeading.module.css +13 -19
  152. package/lib/DropDown/DropDownItem.module.css +22 -43
  153. package/lib/DropDown/DropDownSearch.module.css +3 -3
  154. package/lib/DropDown/DropDownSeparator.module.css +2 -2
  155. package/lib/Heading/Heading.module.css +2 -2
  156. package/lib/Label/Label.module.css +23 -12
  157. package/lib/Label/LabelColors.module.css +7 -1
  158. package/lib/Layout/Layout.module.css +15 -15
  159. package/lib/ListItem/ListItem.module.css +87 -90
  160. package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +19 -16
  161. package/lib/MultiSelect/MultiSelect.module.css +69 -55
  162. package/lib/MultiSelect/SelectedOptions.module.css +5 -11
  163. package/lib/PopOver/PopOver.module.css +4 -4
  164. package/lib/Radio/Radio.js +45 -26
  165. package/lib/Radio/Radio.module.css +40 -23
  166. package/lib/Radio/__tests__/__snapshots__/Radio.spec.js.snap +3 -3
  167. package/lib/Radio/props/defaultProps.js +1 -0
  168. package/lib/Radio/props/propTypes.js +7 -0
  169. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +2 -2
  170. package/lib/Ribbon/Ribbon.module.css +64 -147
  171. package/lib/RippleEffect/RippleEffect.module.css +27 -9
  172. package/lib/Select/Select.module.css +22 -33
  173. package/lib/Stencils/Stencils.module.css +14 -32
  174. package/lib/Switch/Switch.module.css +35 -32
  175. package/lib/Tab/Tab.module.css +39 -28
  176. package/lib/Tab/Tabs.module.css +29 -51
  177. package/lib/Tag/Tag.module.css +91 -66
  178. package/lib/TextBox/TextBox.module.css +20 -36
  179. package/lib/TextBoxIcon/TextBoxIcon.module.css +6 -18
  180. package/lib/Textarea/Textarea.module.css +60 -36
  181. package/lib/Tooltip/Tooltip.module.css +13 -12
  182. package/lib/common/animation.module.css +29 -227
  183. package/lib/common/avatarsizes.module.css +16 -16
  184. package/lib/common/basicReset.module.css +15 -5
  185. package/lib/common/common.module.css +36 -82
  186. package/lib/common/customscroll.module.css +32 -29
  187. package/lib/common/transition.module.css +10 -50
  188. package/lib/semantic/Button/semanticButton.module.css +3 -3
  189. package/lib/v1/Animation/Animation.js +1 -1
  190. package/lib/v1/Card/Card.js +1 -1
  191. package/lib/v1/CheckBox/CheckBox.js +7 -1
  192. package/lib/v1/CheckBox/props/propTypes.js +1 -0
  193. package/lib/v1/DropBox/utils/isMobilePopover.js +1 -1
  194. package/lib/v1/ListItem/ListContainer.js +1 -1
  195. package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +1 -1
  196. package/lib/v1/MultiSelect/AdvancedMultiSelect.js +1 -1
  197. package/lib/v1/MultiSelect/props/defaultProps.js +1 -1
  198. package/lib/v1/Radio/Radio.js +22 -7
  199. package/lib/v1/Radio/props/defaultProps.js +1 -0
  200. package/lib/v1/Radio/props/propTypes.js +7 -0
  201. package/lib/v1/ResponsiveDropBox/ResponsiveDropBox.js +1 -1
  202. package/lib/v1/Select/GroupSelect.js +1 -1
  203. package/lib/v1/Select/Select.js +1 -1
  204. package/lib/v1/Select/SelectWithAvatar.js +4 -6
  205. package/lib/v1/Select/SelectWithIcon.js +1 -1
  206. package/lib/v1/Select/props/defaultProps.js +1 -1
  207. package/lib/v1/Select/props/propTypes.js +1 -3
  208. package/lib/v1/Tab/Tabs.js +2 -2
  209. package/lib/v1/Tab/v1Tab.module.css +39 -28
  210. package/lib/v1/Tab/v1Tabs.module.css +29 -51
  211. package/lib/v1/Tooltip/Tooltip.js +1 -1
  212. package/lib/v1/Typography/css/Typography.module.css +33 -39
  213. package/package.json +10 -10
  214. package/es/v1/Provider/AvatarSize.js +0 -13
  215. package/es/v1/Provider/Config.js +0 -18
  216. package/es/v1/Provider/CssProvider.js +0 -16
  217. package/es/v1/Provider/IdProvider.js +0 -66
  218. package/es/v1/Provider/LibraryContext.js +0 -37
  219. package/es/v1/Provider/LibraryContextInit.js +0 -3
  220. package/es/v1/Provider/NumberGenerator/NumberGenerator.js +0 -136
  221. package/es/v1/Provider/ZindexProvider.js +0 -57
  222. package/es/v1/Provider/index.js +0 -4
  223. package/es/v1/Responsive/CustomResponsive.js +0 -195
  224. package/es/v1/Responsive/RefWrapper.js +0 -39
  225. package/es/v1/Responsive/ResizeComponent.js +0 -197
  226. package/es/v1/Responsive/ResizeObserver.js +0 -140
  227. package/es/v1/Responsive/Responsive.js +0 -194
  228. package/es/v1/Responsive/index.js +0 -9
  229. package/es/v1/Responsive/props/defaultProps.js +0 -13
  230. package/es/v1/Responsive/props/propTypes.js +0 -25
  231. package/lib/v1/Provider/AvatarSize.js +0 -24
  232. package/lib/v1/Provider/Config.js +0 -27
  233. package/lib/v1/Provider/CssProvider.js +0 -27
  234. package/lib/v1/Provider/IdProvider.js +0 -79
  235. package/lib/v1/Provider/LibraryContext.js +0 -76
  236. package/lib/v1/Provider/LibraryContextInit.js +0 -15
  237. package/lib/v1/Provider/NumberGenerator/NumberGenerator.js +0 -174
  238. package/lib/v1/Provider/ZindexProvider.js +0 -69
  239. package/lib/v1/Provider/index.js +0 -81
  240. package/lib/v1/Responsive/CustomResponsive.js +0 -242
  241. package/lib/v1/Responsive/RefWrapper.js +0 -57
  242. package/lib/v1/Responsive/ResizeComponent.js +0 -268
  243. package/lib/v1/Responsive/ResizeObserver.js +0 -168
  244. package/lib/v1/Responsive/Responsive.js +0 -274
  245. package/lib/v1/Responsive/index.js +0 -55
  246. package/lib/v1/Responsive/props/defaultProps.js +0 -23
  247. package/lib/v1/Responsive/props/propTypes.js +0 -39
  248. package/result.json +0 -1
@@ -1,33 +1,16 @@
1
- [dir=ltr] .modeForward {
1
+ .modeForward {
2
2
  animation-fill-mode: forwards;
3
3
  -webkit-animation-fill-mode: forwards;
4
4
  -ms-animation-fill-mode: forwards;
5
5
  -moz-animation-fill-mode: forwards;
6
- }[dir=rtl] .modeForward {
7
- animation-fill-mode: forwards;
8
- -webkit-animation-fill-mode: forwards;
9
- -ms-animation-fill-mode: forwards;
10
- -moz-animation-fill-mode: forwards;
11
- }
12
- [dir=ltr] .infinite {
13
- animation-iteration-count: infinite;
14
- -moz-animation-iteration-count: infinite;
15
- -webkit-animation-iteration-count: infinite;
16
- -ms-animation-iteration-count: infinite;
17
6
  }
18
- [dir=rtl] .infinite {
7
+ .infinite {
19
8
  animation-iteration-count: infinite;
20
9
  -moz-animation-iteration-count: infinite;
21
10
  -webkit-animation-iteration-count: infinite;
22
11
  -ms-animation-iteration-count: infinite;
23
12
  }
24
- [dir=ltr] .both {
25
- animation-fill-mode: both;
26
- -webkit-animation-fill-mode: both;
27
- -ms-animation-fill-mode: both;
28
- -moz-animation-fill-mode: both;
29
- }
30
- [dir=rtl] .both {
13
+ .both {
31
14
  animation-fill-mode: both;
32
15
  -webkit-animation-fill-mode: both;
33
16
  -ms-animation-fill-mode: both;
@@ -35,14 +18,6 @@
35
18
  }
36
19
  .fadeIn {
37
20
  opacity: 0;
38
- }
39
- [dir=ltr] .fadeIn {
40
- animation-name: fadeIn;
41
- -webkit-animation-name: fadeIn;
42
- -moz-animation-name: fadeIn;
43
- -ms-animation-name: fadeIn;
44
- }
45
- [dir=rtl] .fadeIn {
46
21
  animation-name: fadeIn;
47
22
  -webkit-animation-name: fadeIn;
48
23
  -moz-animation-name: fadeIn;
@@ -66,23 +41,12 @@
66
41
 
67
42
  .slideLeft {
68
43
  opacity: 0;
69
- }
70
-
71
- [dir=ltr] .slideLeft {
72
44
  transform: translateX(110%) scale(0);
73
45
  animation-name: slideLeft;
74
46
  -webkit-animation-name: slideLeft;
75
47
  -moz-animation-name: slideLeft;
76
48
  -ms-animation-name: slideLeft;
77
49
  }
78
-
79
- [dir=rtl] .slideLeft {
80
- transform: translateX(-110%) scale(0);
81
- animation-name: slideLeft;
82
- -webkit-animation-name: slideLeft;
83
- -moz-animation-name: slideLeft;
84
- -ms-animation-name: slideLeft;
85
- }
86
50
  @keyframes slideLeft {
87
51
  100% {
88
52
  opacity: 1;
@@ -105,126 +69,60 @@
105
69
  .slideRight {
106
70
  opacity: 1;
107
71
  transform: translateX(0) scale(1);
72
+ animation-name: slideRight;
73
+ -webkit-animation-name: slideRight;
74
+ -moz-animation-name: slideRight;
75
+ -ms-animation-name: slideRight;
108
76
  }
109
-
110
- [dir=ltr] .slideRight {
111
- animation-name: slideRight-ltr ;
112
- -webkit-animation-name: slideRight-ltr ;
113
- -moz-animation-name: slideRight-ltr ;
114
- -ms-animation-name: slideRight-ltr ;
115
- }
116
-
117
- [dir=rtl] .slideRight {
118
- animation-name: slideRight-rtl ;
119
- -webkit-animation-name: slideRight-rtl ;
120
- -moz-animation-name: slideRight-rtl ;
121
- -ms-animation-name: slideRight-rtl ;
122
- }
123
- @keyframes slideRight-ltr {
77
+ @keyframes slideRight {
124
78
  100% {
125
79
  opacity: 0;
126
80
  transform: translateX(110%) scale(0);
127
81
  }
128
82
  }
129
- @keyframes slideRight-rtl {
130
- 100% {
131
- opacity: 0;
132
- transform: translateX(-110%) scale(0);
133
- }
134
- }
135
- @-webkit-keyframes slideRight-ltr {
83
+ @-webkit-keyframes slideRight {
136
84
  100% {
137
85
  opacity: 0;
138
86
  transform: translateX(110%) scale(0);
139
87
  }
140
88
  }
141
- @-webkit-keyframes slideRight-rtl {
142
- 100% {
143
- opacity: 0;
144
- transform: translateX(-110%) scale(0);
145
- }
146
- }
147
- @-moz-keyframes slideRight-ltr {
89
+ @-moz-keyframes slideRight {
148
90
  100% {
149
91
  opacity: 0;
150
92
  transform: translateX(110%) scale(0);
151
93
  }
152
94
  }
153
- @-moz-keyframes slideRight-rtl {
154
- 100% {
155
- opacity: 0;
156
- transform: translateX(-110%) scale(0);
157
- }
158
- }
159
95
 
160
96
  .slideTop {
161
97
  opacity: 1;
162
98
  transform: translateY(0) scale(1);
99
+ animation-name: slideTop;
100
+ -webkit-animation-name: slideTop;
101
+ -moz-animation-name: slideTop;
102
+ -ms-animation-name: slideTop;
163
103
  }
164
-
165
- [dir=ltr] .slideTop {
166
- animation-name: slideTop-ltr ;
167
- -webkit-animation-name: slideTop-ltr ;
168
- -moz-animation-name: slideTop-ltr ;
169
- -ms-animation-name: slideTop-ltr ;
170
- }
171
-
172
- [dir=rtl] .slideTop {
173
- animation-name: slideTop-rtl ;
174
- -webkit-animation-name: slideTop-rtl ;
175
- -moz-animation-name: slideTop-rtl ;
176
- -ms-animation-name: slideTop-rtl ;
177
- }
178
- @keyframes slideTop-ltr {
104
+ @keyframes slideTop {
179
105
  100% {
180
106
  opacity: 0;
181
107
  transform: translateX(100%) scale(0);
182
108
  }
183
109
  }
184
- @keyframes slideTop-rtl {
185
- 100% {
186
- opacity: 0;
187
- transform: translateX(-100%) scale(0);
188
- }
189
- }
190
- @-webkit-keyframes slideTop-ltr {
110
+ @-webkit-keyframes slideTop {
191
111
  100% {
192
112
  opacity: 0;
193
113
  transform: translateX(100%) scale(0);
194
114
  }
195
115
  }
196
- @-webkit-keyframes slideTop-rtl {
197
- 100% {
198
- opacity: 0;
199
- transform: translateX(-100%) scale(0);
200
- }
201
- }
202
- @-moz-keyframes slideTop-ltr {
116
+ @-moz-keyframes slideTop {
203
117
  100% {
204
118
  opacity: 0;
205
119
  transform: translateX(100%) scale(0);
206
120
  }
207
121
  }
208
- @-moz-keyframes slideTop-rtl {
209
- 100% {
210
- opacity: 0;
211
- transform: translateX(-100%) scale(0);
212
- }
213
- }
214
122
 
215
123
  .fadeInScale {
216
124
  opacity: 0;
217
125
  transform: scale(0.8);
218
- }
219
-
220
- [dir=ltr] .fadeInScale {
221
- animation-name: fadeInScale;
222
- -webkit-animation-name: fadeInScale;
223
- -moz-animation-name: fadeInScale;
224
- -ms-animation-name: fadeInScale;
225
- }
226
-
227
- [dir=rtl] .fadeInScale {
228
126
  animation-name: fadeInScale;
229
127
  -webkit-animation-name: fadeInScale;
230
128
  -moz-animation-name: fadeInScale;
@@ -233,14 +131,6 @@
233
131
  .zoomIn {
234
132
  opacity: 0;
235
133
  transform: scale(1.5);
236
- }
237
- [dir=ltr] .zoomIn {
238
- animation-name: fadeInScale;
239
- -webkit-animation-name: fadeInScale;
240
- -moz-animation-name: fadeInScale;
241
- -ms-animation-name: fadeInScale;
242
- }
243
- [dir=rtl] .zoomIn {
244
134
  animation-name: fadeInScale;
245
135
  -webkit-animation-name: fadeInScale;
246
136
  -moz-animation-name: fadeInScale;
@@ -266,17 +156,7 @@
266
156
  }
267
157
 
268
158
  .slideUp {
269
- max-height: 0 ;
270
- }
271
-
272
- [dir=ltr] .slideUp {
273
- animation-name: slideUp;
274
- -webkit-animation-name: slideUp;
275
- -moz-animation-name: slideUp;
276
- -ms-animation-name: slideUp;
277
- }
278
-
279
- [dir=rtl] .slideUp {
159
+ max-height: 0;
280
160
  animation-name: slideUp;
281
161
  -webkit-animation-name: slideUp;
282
162
  -moz-animation-name: slideUp;
@@ -284,32 +164,22 @@
284
164
  }
285
165
  @keyframes slideUp {
286
166
  100% {
287
- max-height: 100vh ;
167
+ max-height: 100vh;
288
168
  }
289
169
  }
290
170
  @-webkit-keyframes slideUp {
291
171
  100% {
292
- max-height: 100vh ;
172
+ max-height: 100vh;
293
173
  }
294
174
  }
295
175
  @-moz-keyframes slideUp {
296
176
  100% {
297
- max-height: 100vh ;
177
+ max-height: 100vh;
298
178
  }
299
179
  }
300
180
 
301
181
  .slideDown {
302
- max-height: 100vh ;
303
- }
304
-
305
- [dir=ltr] .slideDown {
306
- animation-name: slideDown;
307
- -webkit-animation-name: slideDown;
308
- -moz-animation-name: slideDown;
309
- -ms-animation-name: slideDown;
310
- }
311
-
312
- [dir=rtl] .slideDown {
182
+ max-height: 100vh;
313
183
  animation-name: slideDown;
314
184
  -webkit-animation-name: slideDown;
315
185
  -moz-animation-name: slideDown;
@@ -317,32 +187,21 @@
317
187
  }
318
188
  @keyframes slideDown {
319
189
  100% {
320
- max-height: 0 ;
190
+ max-height: 0;
321
191
  }
322
192
  }
323
193
  @-webkit-keyframes slideDown {
324
194
  100% {
325
- max-height: 0 ;
195
+ max-height: 0;
326
196
  }
327
197
  }
328
198
  @-moz-keyframes slideDown {
329
199
  100% {
330
- max-height: 0 ;
200
+ max-height: 0;
331
201
  }
332
202
  }
333
203
 
334
- [dir=ltr] .navigate::before {
335
- animation-name: navigate;
336
- -webkit-animation-name: navigate;
337
- -moz-animation-name: navigate;
338
- -ms-animation-name: navigate;
339
- animation-iteration-count: infinite;
340
- -moz-animation-iteration-count: infinite;
341
- -webkit-animation-iteration-count: infinite;
342
- -ms-animation-iteration-count: infinite;
343
- }
344
-
345
- [dir=rtl] .navigate::before {
204
+ .navigate::before {
346
205
  animation-name: navigate;
347
206
  -webkit-animation-name: navigate;
348
207
  -moz-animation-name: navigate;
@@ -374,22 +233,12 @@
374
233
  }
375
234
 
376
235
  .scaleIn {
377
- composes: modeForward;
378
236
  transform: scale(0);
379
- }
380
-
381
- [dir=ltr] .scaleIn {
382
- animation-name: scaleIn;
383
- -webkit-animation-name: scaleIn;
384
- -moz-animation-name: scaleIn;
385
- -ms-animation-name: scaleIn;
386
- }
387
-
388
- [dir=rtl] .scaleIn {
389
237
  animation-name: scaleIn;
390
238
  -webkit-animation-name: scaleIn;
391
239
  -moz-animation-name: scaleIn;
392
240
  -ms-animation-name: scaleIn;
241
+ composes: modeForward;
393
242
  }
394
243
  @keyframes scaleIn {
395
244
  100% {
@@ -408,22 +257,12 @@
408
257
  }
409
258
 
410
259
  .scaleOut {
411
- composes: modeForward;
412
260
  transform: scale(1);
413
- }
414
-
415
- [dir=ltr] .scaleOut {
416
- animation-name: scaleOut;
417
- -webkit-animation-name: scaleOut;
418
- -moz-animation-name: scaleOut;
419
- -ms-animation-name: scaleOut;
420
- }
421
-
422
- [dir=rtl] .scaleOut {
423
261
  animation-name: scaleOut;
424
262
  -webkit-animation-name: scaleOut;
425
263
  -moz-animation-name: scaleOut;
426
264
  -ms-animation-name: scaleOut;
265
+ composes: modeForward;
427
266
  }
428
267
  @keyframes scaleOut {
429
268
  100% {
@@ -443,16 +282,6 @@
443
282
 
444
283
  .flyDown {
445
284
  transform: translateY(-105%);
446
- }
447
-
448
- [dir=ltr] .flyDown {
449
- animation-name: flyDown;
450
- -webkit-animation-name: flyDown;
451
- -moz-animation-name: flyDown;
452
- -ms-animation-name: flyDown;
453
- }
454
-
455
- [dir=rtl] .flyDown {
456
285
  animation-name: flyDown;
457
286
  -webkit-animation-name: flyDown;
458
287
  -moz-animation-name: flyDown;
@@ -476,16 +305,6 @@
476
305
 
477
306
  .flyUp {
478
307
  transform: translateY(0%);
479
- }
480
-
481
- [dir=ltr] .flyUp {
482
- animation-name: flyUp;
483
- -webkit-animation-name: flyUp;
484
- -moz-animation-name: flyUp;
485
- -ms-animation-name: flyUp;
486
- }
487
-
488
- [dir=rtl] .flyUp {
489
308
  animation-name: flyUp;
490
309
  -webkit-animation-name: flyUp;
491
310
  -moz-animation-name: flyUp;
@@ -503,22 +322,12 @@
503
322
  }
504
323
 
505
324
  .bounceIn {
506
- composes: modeForward;
507
325
  transform: scale(0);
508
- }
509
-
510
- [dir=ltr] .bounceIn {
511
- animation-name: bounceIn;
512
- -webkit-animation-name: bounceIn;
513
- -moz-animation-name: bounceIn;
514
- -ms-animation-name: bounceIn;
515
- }
516
-
517
- [dir=rtl] .bounceIn {
518
326
  animation-name: bounceIn;
519
327
  -webkit-animation-name: bounceIn;
520
328
  -moz-animation-name: bounceIn;
521
329
  -ms-animation-name: bounceIn;
330
+ composes: modeForward;
522
331
  }
523
332
  @keyframes bounceIn {
524
333
  0% {
@@ -602,13 +411,6 @@
602
411
  .zoomout {
603
412
  transition: transform var(--zd_transition5), opacity var(--zd_transition5);
604
413
  will-change: transform;
605
- }
606
-
607
- [dir=ltr] .zoomout {
608
- animation: Zoomout 500ms forwards;
609
- }
610
-
611
- [dir=rtl] .zoomout {
612
414
  animation: Zoomout 500ms forwards;
613
415
  }
614
416
  @keyframes Zoomout {
@@ -1,8 +1,8 @@
1
1
  /*Avatar common Sizes*/
2
2
  .varClass {
3
3
  /* avatar size default variables */
4
- --avatar_width: var(--zd_size34);
5
- --avatar_height: var(--zd_size34);
4
+ --avatar_width: 34px;
5
+ --avatar_height: 34px;
6
6
  }
7
7
  .small,
8
8
  .xsmall,
@@ -16,34 +16,34 @@
16
16
  height: var(--avatar_height);
17
17
  }
18
18
  .small {
19
- --avatar_height: var(--zd_size22);
20
- --avatar_width: var(--zd_size22);
19
+ --avatar_height: 22px;
20
+ --avatar_width: 22px;
21
21
  }
22
22
  .xxsmall {
23
- --avatar_height: var(--zd_size18);
24
- --avatar_width: var(--zd_size18);
23
+ --avatar_height: 18px;
24
+ --avatar_width: 18px;
25
25
  }
26
26
  .xsmall {
27
- --avatar_height: var(--zd_size30);
28
- --avatar_width: var(--zd_size30);
27
+ --avatar_height: 30px;
28
+ --avatar_width: 30px;
29
29
  }
30
30
 
31
31
  .medium {
32
- --avatar_height: var(--zd_size34);
33
- --avatar_width: var(--zd_size34);
32
+ --avatar_height: 34px;
33
+ --avatar_width: 34px;
34
34
  }
35
35
 
36
36
  .xmedium {
37
- --avatar_height: var(--zd_size40);
38
- --avatar_width: var(--zd_size40);
37
+ --avatar_height: 40px;
38
+ --avatar_width: 40px;
39
39
  }
40
40
 
41
41
  .large {
42
- --avatar_height: var(--zd_size60);
43
- --avatar_width: var(--zd_size60);
42
+ --avatar_height: 60px;
43
+ --avatar_width: 60px;
44
44
  }
45
45
 
46
46
  .xlarge {
47
- --avatar_height: var(--zd_size80);
48
- --avatar_width: var(--zd_size80);
47
+ --avatar_height: 80px;
48
+ --avatar_width: 80px;
49
49
  }
@@ -3,11 +3,17 @@ a {
3
3
  }
4
4
 
5
5
  button {
6
- padding: 0 ;
6
+ padding: 0;
7
7
  }
8
8
 
9
- p, h1, h2, h3, h4, h5, h6 {
10
- margin: 0 ;
9
+ p,
10
+ h1,
11
+ h2,
12
+ h3,
13
+ h4,
14
+ h5,
15
+ h6 {
16
+ margin: 0;
11
17
  }
12
18
 
13
19
  iframe {
@@ -16,7 +22,7 @@ iframe {
16
22
 
17
23
  body {
18
24
  text-rendering: optimizeSpeed;
19
- margin: 0 ;
25
+ margin: 0;
20
26
  }
21
27
 
22
28
  body,
@@ -30,7 +36,11 @@ textarea {
30
36
  font-family: var(--zd_regular);
31
37
  }
32
38
 
33
- label, input[type='button'], input[type='submit'], input[type='file'], button {
39
+ label,
40
+ input[type='button'],
41
+ input[type='submit'],
42
+ input[type='file'],
43
+ button {
34
44
  cursor: pointer;
35
45
  }
36
46