@zohodesk/components 1.0.0-alpha-198 → 1.0.0-alpha-199

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 (409) hide show
  1. package/README.md +4 -0
  2. package/es/Avatar/Avatar.module.css +9 -11
  3. package/es/AvatarTeam/AvatarTeam.module.css +7 -21
  4. package/es/Button/Button.module.css +23 -96
  5. package/es/Buttongroup/Buttongroup.module.css +8 -37
  6. package/es/Card/Card.js +6 -13
  7. package/es/CheckBox/CheckBox.module.css +11 -17
  8. package/es/DateTime/CalendarView.js +28 -7
  9. package/es/DateTime/DateTime.js +158 -34
  10. package/es/DateTime/DateTime.module.css +12 -39
  11. package/es/DateTime/DateWidget.module.css +5 -9
  12. package/es/DateTime/YearView.module.css +6 -16
  13. package/es/DateTime/dateFormatUtils/dateFormat.js +2 -2
  14. package/es/DropBox/DropBox.module.css +11 -47
  15. package/es/DropDown/DropDownHeading.module.css +3 -7
  16. package/es/DropDown/DropDownItem.module.css +6 -32
  17. package/es/ListItem/ListItem.module.css +24 -56
  18. package/es/MultiSelect/AdvancedMultiSelect.module.css +6 -21
  19. package/es/MultiSelect/MultiSelect.js +31 -31
  20. package/es/MultiSelect/MultiSelect.module.css +8 -26
  21. package/es/MultiSelect/SelectedOptions.module.css +2 -8
  22. package/es/PopOver/PopOver.module.css +1 -1
  23. package/es/Popup/Popup.js +2 -2
  24. package/es/Provider/Config.js +1 -2
  25. package/es/Provider.js +1 -3
  26. package/es/Radio/Radio.module.css +3 -9
  27. package/es/Responsive/CustomResponsive.js +73 -74
  28. package/es/Responsive/docs/style.module.css +8 -17
  29. package/es/Responsive/sizeObservers.js +31 -13
  30. package/es/Ribbon/Ribbon.module.css +28 -93
  31. package/es/RippleEffect/RippleEffect.module.css +44 -15
  32. package/es/Select/Select.module.css +2 -12
  33. package/es/Stencils/Stencils.module.css +4 -27
  34. package/es/Switch/Switch.module.css +7 -6
  35. package/es/Tab/Tab.module.css +7 -16
  36. package/es/Tab/Tabs.js +8 -18
  37. package/es/Tab/Tabs.module.css +8 -41
  38. package/es/Tab/docs/Tab__default.docs.js +1 -7
  39. package/es/Tab/docs/tabdocs.module.css +1 -1
  40. package/es/Tag/Tag.module.css +14 -36
  41. package/es/TextBox/TextBox.module.css +11 -7
  42. package/es/TextBoxIcon/TextBoxIcon.module.css +5 -10
  43. package/es/Textarea/Textarea.module.css +7 -6
  44. package/es/Tooltip/Tooltip.module.css +8 -9
  45. package/es/beta/FocusRing/FocusRing.module.css +26 -51
  46. package/es/common/animation.module.css +20 -212
  47. package/es/common/basicReset.module.css +12 -2
  48. package/es/common/common.module.css +18 -62
  49. package/es/common/customscroll.module.css +21 -17
  50. package/es/common/docStyle.module.css +26 -64
  51. package/es/common/transition.module.css +10 -50
  52. package/es/deprecated/customscroll_Old.module.css +1 -1
  53. package/es/semantic/Button/semanticButton.module.css +3 -3
  54. package/es/utils/ContextOptimizer.js +38 -0
  55. package/package.json +1 -1
  56. package/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  57. package/assets/fonts/LatoLatin-Heavy.woff2 +0 -0
  58. package/assets/fonts/LatoLatin-Medium.woff2 +0 -0
  59. package/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  60. package/assets/fonts/LatoLatin-Semibold.woff2 +0 -0
  61. package/es/DateTime/DateTimePopupFooter.js +0 -43
  62. package/es/DateTime/DateTimePopupHeader.js +0 -90
  63. package/es/DateTime/DaysRow.js +0 -28
  64. package/es/DateTime/Time.js +0 -162
  65. package/lib/Accordion/Accordion.js +0 -146
  66. package/lib/Accordion/AccordionItem.js +0 -121
  67. package/lib/Accordion/__tests__/Accordion.spec.js +0 -85
  68. package/lib/Accordion/docs/Accordion__Demo.docs.js +0 -126
  69. package/lib/Accordion/index.js +0 -23
  70. package/lib/Animation/Animation.js +0 -207
  71. package/lib/Animation/__tests__/Animation.spec.js +0 -23
  72. package/lib/Animation/docs/Animation__default.docs.js +0 -85
  73. package/lib/Animation/docs/Animation__fadeIn.docs.js +0 -85
  74. package/lib/Animation/docs/Animation__scaleIn.docs.js +0 -85
  75. package/lib/Animation/docs/Animation__skewIn.docs.js +0 -85
  76. package/lib/Animation/docs/Animation__slideDown.docs.js +0 -85
  77. package/lib/Animation/docs/Animation__slideLeft.docs.js +0 -85
  78. package/lib/Animation/docs/Animation__zoomIn.docs.js +0 -85
  79. package/lib/AppContainer/AppContainer.js +0 -154
  80. package/lib/AppContainer/AppContainer.module.css +0 -17
  81. package/lib/AppContainer/docs/AppContainer__default.docs.js +0 -70
  82. package/lib/Appearance/dark/mode/darkMode.module.css +0 -403
  83. package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -34
  84. package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +0 -31
  85. package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -34
  86. package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +0 -31
  87. package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -34
  88. package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +0 -31
  89. package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -34
  90. package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +0 -31
  91. package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -34
  92. package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +0 -31
  93. package/lib/Appearance/default/mode/defaultMode.module.css +0 -403
  94. package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -34
  95. package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +0 -31
  96. package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -34
  97. package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +0 -31
  98. package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -34
  99. package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +0 -31
  100. package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -34
  101. package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +0 -31
  102. package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -34
  103. package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +0 -31
  104. package/lib/Avatar/Avatar.js +0 -280
  105. package/lib/Avatar/Avatar.module.css +0 -117
  106. package/lib/Avatar/__tests__/Avatar.spec.js +0 -208
  107. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +0 -288
  108. package/lib/Avatar/docs/Avatar__custom.docs.js +0 -87
  109. package/lib/Avatar/docs/Avatar__default.docs.js +0 -83
  110. package/lib/Avatar/docs/Avatar__palette.docs.js +0 -107
  111. package/lib/Avatar/docs/Avatar__text.docs.js +0 -86
  112. package/lib/AvatarTeam/AvatarTeam.js +0 -157
  113. package/lib/AvatarTeam/AvatarTeam.module.css +0 -161
  114. package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -92
  115. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +0 -226
  116. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -124
  117. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -82
  118. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -101
  119. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -100
  120. package/lib/Button/Button.js +0 -159
  121. package/lib/Button/Button.module.css +0 -520
  122. package/lib/Button/__tests__/Button.spec.js +0 -233
  123. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +0 -191
  124. package/lib/Button/docs/Button__custom.docs.js +0 -826
  125. package/lib/Button/docs/Button__default.docs.js +0 -590
  126. package/lib/Buttongroup/Buttongroup.js +0 -101
  127. package/lib/Buttongroup/Buttongroup.module.css +0 -89
  128. package/lib/Buttongroup/__test__/Buttongroup.spec.js +0 -86
  129. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +0 -146
  130. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +0 -89
  131. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +0 -85
  132. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +0 -98
  133. package/lib/Card/Card.js +0 -410
  134. package/lib/Card/Card.module.css +0 -20
  135. package/lib/Card/__tests__/Card.spec.js +0 -56
  136. package/lib/Card/docs/Card__Custom.docs.js +0 -90
  137. package/lib/Card/docs/Card__Default.docs.js +0 -92
  138. package/lib/Card/docs/Card__Scroll.docs.js +0 -114
  139. package/lib/Card/index.js +0 -37
  140. package/lib/CheckBox/CheckBox.js +0 -265
  141. package/lib/CheckBox/CheckBox.module.css +0 -153
  142. package/lib/CheckBox/__tests__/CheckBox.spec.js +0 -18
  143. package/lib/CheckBox/docs/CheckBox__custom.docs.js +0 -348
  144. package/lib/CheckBox/docs/CheckBox__default.docs.js +0 -273
  145. package/lib/DateTime/CalendarView.js +0 -285
  146. package/lib/DateTime/DateTime.js +0 -889
  147. package/lib/DateTime/DateTime.module.css +0 -188
  148. package/lib/DateTime/DateTimePopupFooter.js +0 -90
  149. package/lib/DateTime/DateTimePopupHeader.js +0 -149
  150. package/lib/DateTime/DateWidget.js +0 -1183
  151. package/lib/DateTime/DateWidget.module.css +0 -46
  152. package/lib/DateTime/DaysRow.js +0 -76
  153. package/lib/DateTime/Time.js +0 -248
  154. package/lib/DateTime/YearView.js +0 -324
  155. package/lib/DateTime/YearView.module.css +0 -80
  156. package/lib/DateTime/__tests__/CalendarView.spec.js +0 -45
  157. package/lib/DateTime/__tests__/DateTime.spec.js +0 -127
  158. package/lib/DateTime/__tests__/DateWidget.spec.js +0 -81
  159. package/lib/DateTime/common.js +0 -36
  160. package/lib/DateTime/constants.js +0 -77
  161. package/lib/DateTime/dateFormatUtils/dateFormat.js +0 -613
  162. package/lib/DateTime/dateFormatUtils/dayChange.js +0 -81
  163. package/lib/DateTime/dateFormatUtils/index.js +0 -274
  164. package/lib/DateTime/dateFormatUtils/monthChange.js +0 -94
  165. package/lib/DateTime/dateFormatUtils/timeChange.js +0 -240
  166. package/lib/DateTime/dateFormatUtils/yearChange.js +0 -119
  167. package/lib/DateTime/docs/DateTime__default.docs.js +0 -142
  168. package/lib/DateTime/docs/DateWidget__default.docs.js +0 -240
  169. package/lib/DateTime/docs/timezonedata.json +0 -1
  170. package/lib/DateTime/index.js +0 -15
  171. package/lib/DateTime/objectUtils.js +0 -76
  172. package/lib/DateTime/typeChecker.js +0 -26
  173. package/lib/DateTime/validator.js +0 -353
  174. package/lib/DropBox/DropBox.js +0 -384
  175. package/lib/DropBox/DropBox.module.css +0 -406
  176. package/lib/DropBox/DropBoxPositionMapping.json +0 -145
  177. package/lib/DropBox/__tests__/DropBox.spec.js +0 -87
  178. package/lib/DropBox/docs/DropBox__custom.docs.js +0 -122
  179. package/lib/DropBox/docs/DropBox__customOrder.docs.js +0 -141
  180. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +0 -140
  181. package/lib/DropBox/docs/DropBox__position.docs.js +0 -142
  182. package/lib/DropBox/docs/DropBox__size.docs.js +0 -116
  183. package/lib/DropDown/DropDown.js +0 -203
  184. package/lib/DropDown/DropDown.module.css +0 -5
  185. package/lib/DropDown/DropDownHeading.js +0 -102
  186. package/lib/DropDown/DropDownHeading.module.css +0 -53
  187. package/lib/DropDown/DropDownItem.js +0 -139
  188. package/lib/DropDown/DropDownItem.module.css +0 -94
  189. package/lib/DropDown/DropDownSearch.js +0 -130
  190. package/lib/DropDown/DropDownSearch.module.css +0 -14
  191. package/lib/DropDown/DropDownSeparator.js +0 -66
  192. package/lib/DropDown/DropDownSeparator.module.css +0 -7
  193. package/lib/DropDown/__tests__/DropDown.spec.js +0 -50
  194. package/lib/DropDown/__tests__/DropDownItem.spec.js +0 -51
  195. package/lib/DropDown/__tests__/DropDownSearch.spec.js +0 -17
  196. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +0 -73
  197. package/lib/DropDown/docs/DropDownHeading__default.docs.js +0 -70
  198. package/lib/Label/Label.js +0 -107
  199. package/lib/Label/Label.module.css +0 -73
  200. package/lib/Label/__tests__/Label.spec.js +0 -137
  201. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +0 -101
  202. package/lib/Label/docs/Label__clipped.docs.js +0 -81
  203. package/lib/Label/docs/Label__custom.docs.js +0 -85
  204. package/lib/Label/docs/Label__palette.docs.js +0 -96
  205. package/lib/Label/docs/Label__size.docs.js +0 -83
  206. package/lib/Label/docs/Label__type.docs.js +0 -91
  207. package/lib/Layout/Box.js +0 -138
  208. package/lib/Layout/Container.js +0 -152
  209. package/lib/Layout/Layout.module.css +0 -324
  210. package/lib/Layout/__tests__/Box.spec.js +0 -121
  211. package/lib/Layout/__tests__/Container.spec.js +0 -127
  212. package/lib/Layout/docs/Layout__Hidden.docs.js +0 -127
  213. package/lib/Layout/docs/Layout__default.docs.js +0 -98
  214. package/lib/Layout/docs/Layout__four_Column.docs.js +0 -135
  215. package/lib/Layout/docs/Layout__three_Column.docs.js +0 -126
  216. package/lib/Layout/docs/Layout__two_Column.docs.js +0 -119
  217. package/lib/Layout/index.js +0 -34
  218. package/lib/Layout/utils.js +0 -55
  219. package/lib/ListItem/ListItem.js +0 -234
  220. package/lib/ListItem/ListItem.module.css +0 -200
  221. package/lib/ListItem/ListItemWithAvatar.js +0 -236
  222. package/lib/ListItem/ListItemWithCheckBox.js +0 -208
  223. package/lib/ListItem/ListItemWithIcon.js +0 -221
  224. package/lib/ListItem/ListItemWithRadio.js +0 -209
  225. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +0 -206
  226. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +0 -162
  227. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +0 -142
  228. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +0 -115
  229. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +0 -119
  230. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +0 -112
  231. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +0 -142
  232. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +0 -115
  233. package/lib/ListItem/docs/ListItem__custom.docs.js +0 -164
  234. package/lib/ListItem/docs/ListItem__default.docs.js +0 -131
  235. package/lib/Modal/Modal.js +0 -218
  236. package/lib/Modal/__docs__/Modal__default.docs.js +0 -88
  237. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +0 -1209
  238. package/lib/MultiSelect/AdvancedMultiSelect.js +0 -665
  239. package/lib/MultiSelect/AdvancedMultiSelect.module.css +0 -127
  240. package/lib/MultiSelect/EmptyState.js +0 -132
  241. package/lib/MultiSelect/MultiSelect.js +0 -1210
  242. package/lib/MultiSelect/MultiSelect.module.css +0 -198
  243. package/lib/MultiSelect/MultiSelectHeader.js +0 -86
  244. package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -407
  245. package/lib/MultiSelect/SelectedOptions.js +0 -139
  246. package/lib/MultiSelect/SelectedOptions.module.css +0 -15
  247. package/lib/MultiSelect/Suggestions.js +0 -205
  248. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -170
  249. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +0 -177
  250. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +0 -150
  251. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +0 -191
  252. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +0 -214
  253. package/lib/PopOver/PopOver.js +0 -366
  254. package/lib/PopOver/PopOver.module.css +0 -8
  255. package/lib/PopOver/__tests__/PopOver.spec.js +0 -20
  256. package/lib/PopOver/docs/PopOver__default.docs.js +0 -86
  257. package/lib/Popup/Popup.js +0 -716
  258. package/lib/Popup/PositionMapping.json +0 -74
  259. package/lib/Popup/__tests__/Popup.spec.js +0 -192
  260. package/lib/Popup/viewPort.js +0 -368
  261. package/lib/Provider/AvatarSize.js +0 -23
  262. package/lib/Provider/Config.js +0 -22
  263. package/lib/Provider/CssProvider.js +0 -27
  264. package/lib/Provider/IdProvider.js +0 -82
  265. package/lib/Provider/NumberGenerator/NumberGenerator.js +0 -174
  266. package/lib/Provider/ZindexProvider.js +0 -69
  267. package/lib/Provider/docs/Provider_Id__Class.docs.js +0 -77
  268. package/lib/Provider/docs/Provider_Id__Function.docs.js +0 -29
  269. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +0 -80
  270. package/lib/Provider/docs/Provider_Zindex__Function.docs.js +0 -34
  271. package/lib/Provider.js +0 -234
  272. package/lib/Radio/Radio.js +0 -216
  273. package/lib/Radio/Radio.module.css +0 -110
  274. package/lib/Radio/__tests__/Radiospec.js +0 -29
  275. package/lib/Radio/docs/Radio__custom.docs.js +0 -299
  276. package/lib/Radio/docs/Radio__default.docs.js +0 -222
  277. package/lib/Responsive/CustomResponsive.js +0 -282
  278. package/lib/Responsive/RefWrapper.js +0 -55
  279. package/lib/Responsive/ResizeObserver.js +0 -168
  280. package/lib/Responsive/Responsive.js +0 -280
  281. package/lib/Responsive/docs/Responsive__Custom.docs.js +0 -272
  282. package/lib/Responsive/docs/Responsive__default.docs.js +0 -142
  283. package/lib/Responsive/docs/style.module.css +0 -56
  284. package/lib/Responsive/index.js +0 -30
  285. package/lib/Responsive/sizeObservers.js +0 -145
  286. package/lib/Responsive/utils/index.js +0 -69
  287. package/lib/Responsive/utils/shallowCompare.js +0 -38
  288. package/lib/Responsive/windowResizeObserver.js +0 -63
  289. package/lib/Ribbon/Ribbon.js +0 -115
  290. package/lib/Ribbon/Ribbon.module.css +0 -377
  291. package/lib/Ribbon/__tests__/Ribbon.spec.js +0 -193
  292. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +0 -163
  293. package/lib/Ribbon/docs/Ribbon__custom.docs.js +0 -437
  294. package/lib/Ribbon/docs/Ribbon__default.docs.js +0 -392
  295. package/lib/RippleEffect/RippleEffect.js +0 -58
  296. package/lib/RippleEffect/RippleEffect.module.css +0 -67
  297. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +0 -484
  298. package/lib/Select/GroupSelect.js +0 -936
  299. package/lib/Select/Select.js +0 -1028
  300. package/lib/Select/Select.module.css +0 -100
  301. package/lib/Select/SelectWithAvatar.js +0 -430
  302. package/lib/Select/SelectWithIcon.js +0 -550
  303. package/lib/Select/__tests__/Select.spec.js +0 -383
  304. package/lib/Select/docs/GroupSelect__default.docs.js +0 -199
  305. package/lib/Select/docs/SelectWithAvatar__default.docs.js +0 -152
  306. package/lib/Select/docs/SelectWithIcon__default.docs.js +0 -190
  307. package/lib/Select/docs/Select__default.docs.js +0 -261
  308. package/lib/Stencils/Stencils.js +0 -94
  309. package/lib/Stencils/Stencils.module.css +0 -106
  310. package/lib/Stencils/__tests__/Stencils.spec.js +0 -84
  311. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +0 -49
  312. package/lib/Stencils/docs/Stencils__custom.docs.js +0 -96
  313. package/lib/Stencils/docs/Stencils__default.docs.js +0 -101
  314. package/lib/Switch/Switch.js +0 -183
  315. package/lib/Switch/Switch.module.css +0 -110
  316. package/lib/Switch/docs/Switch__custom.docs.js +0 -203
  317. package/lib/Switch/docs/Switch__default.docs.js +0 -156
  318. package/lib/Tab/Tab.js +0 -155
  319. package/lib/Tab/Tab.module.css +0 -101
  320. package/lib/Tab/TabContent.js +0 -45
  321. package/lib/Tab/TabContent.module.css +0 -4
  322. package/lib/Tab/TabContentWrapper.js +0 -47
  323. package/lib/Tab/TabWrapper.js +0 -109
  324. package/lib/Tab/Tabs.js +0 -680
  325. package/lib/Tab/Tabs.module.css +0 -140
  326. package/lib/Tab/__tests__/Tab.spec.js +0 -130
  327. package/lib/Tab/__tests__/TabContent.spec.js +0 -22
  328. package/lib/Tab/__tests__/TabContentWrapper.spec.js +0 -59
  329. package/lib/Tab/__tests__/TabWrapper.spec.js +0 -100
  330. package/lib/Tab/__tests__/Tabs.spec.js +0 -123
  331. package/lib/Tab/docs/Tab__default.docs.js +0 -305
  332. package/lib/Tab/docs/tabdocs.module.css +0 -29
  333. package/lib/Tab/index.js +0 -47
  334. package/lib/Tag/Tag.js +0 -246
  335. package/lib/Tag/Tag.module.css +0 -247
  336. package/lib/Tag/__tests__/Tag.spec.js +0 -35
  337. package/lib/Tag/docs/Tag__custom.docs.js +0 -423
  338. package/lib/Tag/docs/Tag__default.docs.js +0 -307
  339. package/lib/TextBox/TextBox.js +0 -285
  340. package/lib/TextBox/TextBox.module.css +0 -157
  341. package/lib/TextBox/__tests__/TextBox.spec.js +0 -205
  342. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +0 -127
  343. package/lib/TextBox/docs/TextBox__custom.docs.js +0 -98
  344. package/lib/TextBox/docs/TextBox__default.docs.js +0 -95
  345. package/lib/TextBox/docs/TextBox__size.docs.js +0 -93
  346. package/lib/TextBox/docs/TextBox__variant.docs.js +0 -93
  347. package/lib/TextBoxIcon/TextBoxIcon.js +0 -276
  348. package/lib/TextBoxIcon/TextBoxIcon.module.css +0 -75
  349. package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -228
  350. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +0 -334
  351. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -145
  352. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -117
  353. package/lib/Textarea/Textarea.js +0 -202
  354. package/lib/Textarea/Textarea.module.css +0 -139
  355. package/lib/Textarea/__tests__/Textarea.spec.js +0 -186
  356. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +0 -97
  357. package/lib/Textarea/docs/Textarea__animated.docs.js +0 -95
  358. package/lib/Textarea/docs/Textarea__custom.docs.js +0 -137
  359. package/lib/Textarea/docs/Textarea__default.docs.js +0 -130
  360. package/lib/Textarea/docs/Textarea__disabled.docs.js +0 -83
  361. package/lib/Tooltip/Tooltip.js +0 -538
  362. package/lib/Tooltip/Tooltip.module.css +0 -104
  363. package/lib/Tooltip/__tests__/Tooltip.spec.js +0 -98
  364. package/lib/Tooltip/docs/Tooltip__default.docs.js +0 -391
  365. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +0 -138
  366. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +0 -150
  367. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +0 -182
  368. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +0 -206
  369. package/lib/a11y/FocusScope/FocusScope.js +0 -443
  370. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +0 -191
  371. package/lib/beta/FocusRing/FocusRing.js +0 -338
  372. package/lib/beta/FocusRing/FocusRing.module.css +0 -152
  373. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +0 -101
  374. package/lib/common/animation.module.css +0 -612
  375. package/lib/common/avatarsizes.module.css +0 -45
  376. package/lib/common/basic.module.css +0 -33
  377. package/lib/common/basicReset.module.css +0 -40
  378. package/lib/common/common.module.css +0 -502
  379. package/lib/common/customscroll.module.css +0 -89
  380. package/lib/common/docStyle.module.css +0 -705
  381. package/lib/common/reset.module.css +0 -12
  382. package/lib/common/transition.module.css +0 -146
  383. package/lib/css.js +0 -81
  384. package/lib/deprecated/PortalLayer/PortalLayer.js +0 -165
  385. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +0 -145
  386. package/lib/deprecated/Theme/darkTheme.module.css +0 -393
  387. package/lib/deprecated/Theme/defaultTheme.module.css +0 -393
  388. package/lib/deprecated/Theme/palette/darkCTAPalette.module.css +0 -116
  389. package/lib/deprecated/Theme/palette/darkPalette.module.css +0 -155
  390. package/lib/deprecated/Theme/palette/defaultCTAPalette.module.css +0 -116
  391. package/lib/deprecated/Theme/palette/defaultPalette.module.css +0 -155
  392. package/lib/deprecated/customscroll_Old.module.css +0 -46
  393. package/lib/index.js +0 -1403
  394. package/lib/semantic/Button/Button.js +0 -138
  395. package/lib/semantic/Button/docs/Button__default.docs.js +0 -66
  396. package/lib/semantic/Button/semanticButton.module.css +0 -9
  397. package/lib/utils/Common.js +0 -433
  398. package/lib/utils/__tests__/constructFullName.spec.js +0 -12
  399. package/lib/utils/__tests__/debounce.spec.js +0 -40
  400. package/lib/utils/__tests__/getInitial.spec.js +0 -26
  401. package/lib/utils/constant.js +0 -10
  402. package/lib/utils/constructFullName.js +0 -34
  403. package/lib/utils/datetime/common.js +0 -233
  404. package/lib/utils/debounce.js +0 -30
  405. package/lib/utils/dropDownUtils.js +0 -556
  406. package/lib/utils/dummyFunction.js +0 -10
  407. package/lib/utils/getHTMLFontSize.js +0 -11
  408. package/lib/utils/getInitial.js +0 -33
  409. package/lib/utils/scrollTo.js +0 -22
@@ -33,20 +33,15 @@
33
33
  .line {
34
34
  position: absolute;
35
35
  bottom: 0;
36
+ left: 0;
37
+ right: 0;
36
38
  min-height: 1px;
37
39
  transition: var(--zd_transition2);
38
- height: var(--textboxicon_line_height);
39
40
  transform: perspective(1px);
41
+ height: var(--textboxicon_line_height);
40
42
  }
41
- [dir=ltr] .line {
42
- left: 0;
43
- right: 0;
44
- }
45
- [dir=rtl] .line {
46
- right: 0;
47
- left: 0;
48
- }
49
- .line, .borderColor_default {
43
+ .line,
44
+ .borderColor_default {
50
45
  background-color: var(--textboxicon_line_color);
51
46
  }
52
47
  .borderColor_transparent {
@@ -19,10 +19,11 @@
19
19
  appearance: none;
20
20
  outline: 0;
21
21
  letter-spacing: 0.1px;
22
- color: var(--textarea_text_color);
23
22
  cursor: var(--textarea_cursor);
23
+ color: var(--textarea_text_color);
24
24
  }
25
- .basic, .noBorder {
25
+ .basic,
26
+ .noBorder {
26
27
  border-width: var(--textarea_border_width);
27
28
  }
28
29
  .basic::placeholder {
@@ -60,20 +61,20 @@
60
61
  composes: basic;
61
62
  transition: border var(--zd_transition2) linear 0s,
62
63
  height var(--zd_transition2) linear 0s;
64
+ -webkit-transition: border var(--zd_transition2) linear 0s,
65
+ height var(--zd_transition2) linear 0s;
63
66
  -moz-transition: border var(--zd_transition2) linear 0s,
64
67
  height var(--zd_transition2) linear 0s;
65
68
  width: 100%;
66
69
  max-width: 100%;
67
70
  min-width: 100px;
71
+ border-style: solid;
68
72
  font-size: var(--textarea_font_size);
69
73
  line-height: var(--textarea_line_height);
70
- height: var(--textarea_height);
71
- -webkit-transition: border var(--zd_transition2) linear 0s,
72
- height var(--zd_transition2) linear 0s;
73
- border-style: solid;
74
74
  background-color: var(--zdt_textarea_default_bg);
75
75
  border-color: var(--textarea_border_color);
76
76
  padding: var(--textarea_padding);
77
+ height: var(--textarea_height);
77
78
  }
78
79
  .needBorder {
79
80
  --textarea_border_width: 0 0 1px 0;
@@ -1,30 +1,28 @@
1
1
  .tooltiptext {
2
2
  position: fixed;
3
3
  z-index: 9999999; /*Hook for editor alert*/
4
+ animation: tooltip-grow 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.15);
4
5
  pointer-events: none;
5
6
  box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
6
7
  border-radius: var(--zd_size4);
7
- }[dir=ltr] .tooltiptext {
8
- animation: tooltip-grow 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.15);
9
- }[dir=rtl] .tooltiptext {
10
- animation: tooltip-grow 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.15);
11
8
  }
12
9
  .tooltipcont {
10
+ background-color: var(--zdt_tooltip_default_bg);
13
11
  color: var(--zdt_tooltip_default_text);
12
+ padding: 0 var(--zd_size10);
14
13
  font-size: var(--zd_font_size13);
15
14
  font-family: var(--zd_semibold);
16
15
  word-break: break-word;
16
+ border-style: solid;
17
+ border-color: transparent;
18
+ border-radius: var(--zd_size4);
17
19
  max-width: 420px;
18
20
  line-height: var(--zd_size20);
19
21
  min-height: var(--zd_size24);
20
22
  white-space: normal;
21
23
  overflow: hidden;
22
- background-color: var(--zdt_tooltip_default_bg);
23
- padding: 0 var(--zd_size10);
24
- border-style: solid;
25
- border-color: transparent;
26
- border-radius: var(--zd_size4);
27
24
  }
25
+ /*rtl:begin:ignore*/
28
26
  .tooltiparrow {
29
27
  content: '';
30
28
  position: absolute;
@@ -70,6 +68,7 @@
70
68
  .arrowRight {
71
69
  transform: rotate(135deg) translateY(50%);
72
70
  }
71
+ /*rtl:end:ignore*/
73
72
  @keyframes tooltip-grow {
74
73
  from {
75
74
  opacity: 0;
@@ -1,24 +1,19 @@
1
1
  .input{
2
2
  width:100%;
3
- outline: 0;
4
3
  border: 1px;
5
- border-bottom: 1px solid #ddd
4
+ border-bottom: 1px solid #ddd;
5
+ outline: 0
6
6
  }
7
7
  .badFocus {
8
8
  display: inline-block;
9
9
  margin-top: 10px;
10
10
  border-radius: 2px;
11
11
  box-shadow: 0 0 0 4px rgba(20,20,20,0.15);
12
+ margin-right: 5px;
12
13
  margin-bottom: 30px;
13
14
  padding: 2px;
14
15
  margin: 10px;
15
16
  }
16
- [dir=ltr] .badFocus {
17
- margin-right: 5px;
18
- }
19
- [dir=rtl] .badFocus {
20
- margin-left: 5px;
21
- }
22
17
  :focus{
23
18
  outline: 0;
24
19
  }
@@ -29,47 +24,38 @@
29
24
  box-shadow: 0 0 0 4px rgba(91,147,255,0.25);
30
25
  }
31
26
  .inpFocus{
32
- width: auto;
33
27
  padding: 5px;
34
28
  border-radius: 2px;
35
29
  margin: 10px;
30
+ width: auto;
36
31
  }
37
- .mouseFocus, .inpFocus:focus{
32
+ .mouseFocus,.inpFocus:focus{
38
33
  box-shadow: 0 0 0 4px rgba(20,20,20,0.15);
39
34
  }
40
- .tabFocus, .tabFocus:focus{
35
+ .tabFocus,.tabFocus:focus{
41
36
  box-shadow: 0 0 0 4px rgba(24, 91, 226, 0.25);
42
37
  }
43
38
  .freezeLayer{
44
39
  position: fixed;
40
+ left:0;
41
+ right: 0;
45
42
  top:0;
46
43
  bottom: 0;
44
+ background-color: rgba(20,20,20,.5);
47
45
  display: flex;
48
46
  justify-content: center;
49
47
  align-items: center;
50
- background-color: rgba(20,20,20,.5);
51
48
  }
52
- [dir=ltr] .freezeLayer{
53
- left:0;
54
- right: 0;
55
- }
56
- [dir=rtl] .freezeLayer{
57
- right:0;
58
- left: 0;
59
- }
60
- [dir=ltr] .element{
49
+ .element{
61
50
  margin:1rem 0 1rem .5rem;
62
51
  }
63
- [dir=rtl] .element{
64
- margin:1rem .5rem 1rem 0;
65
- }
66
52
  .container{
67
- min-width: 400px;
68
- transition: .3s ease-in-out;
69
- position: absolute;
70
53
  background-color: #fff;
71
54
  border-radius: 10px;
55
+ min-width: 400px;
72
56
  padding: 20px;
57
+ transition: .3s ease-in-out;
58
+ position: absolute;
73
59
  }
74
60
  .formContainer{
75
61
  display: flex;
@@ -85,10 +71,10 @@ label{
85
71
  .button {
86
72
  -webkit-appearance: none;
87
73
  appearance: none;
88
- color: white;
89
- font-size: 14px;
90
74
  background: green;
91
75
  border: none;
76
+ color: white;
77
+ font-size: 14px;
92
78
  padding: 4px 8px;
93
79
  }
94
80
 
@@ -103,50 +89,39 @@ label{
103
89
  .box1{
104
90
  transform: scale(1);
105
91
  }
106
- [dir=ltr] .manage{
92
+ .manage{
107
93
  right: 0;
108
94
  }
109
- [dir=rtl] .manage{
110
- left: 0;
111
- }
112
95
  .primary{
113
- color: #fff;
114
- text-decoration: none;
115
- font-size: 13px;
116
96
  background: #00aefe;
97
+ color: #fff;
117
98
  box-shadow: 0 2px 6px 0 rgba(209, 209, 209, 0.18);
118
99
  padding: 7px 12px;
119
100
  cursor: pointer;
101
+ text-decoration: none;
102
+ font-size: 13px;
120
103
  margin-top: 1px;
121
104
  border-radius: 3px;
122
105
  border: 1px solid #00aefe;
123
106
  margin:10px
124
107
  }
125
108
  .secondary{
126
- color: #8c8c8c;
127
- text-decoration: none;
128
- font-size: 13px;
129
109
  background: #fff;
110
+ color: #8c8c8c;
130
111
  box-shadow: 0 2px 6px 0 rgba(209, 209, 209, 0.18);
131
112
  padding: 7px 12px;
132
113
  cursor: pointer;
114
+ text-decoration: none;
115
+ font-size: 13px;
133
116
  margin-top: 1px;
134
117
  border-radius: 3px;
135
118
  border: 1px solid #8c8c8c
136
119
  }
137
120
 
138
- [dir=ltr] .primary:focus{
139
- box-shadow: 2px 2px 6px 0 rgba(19, 173, 211, 0.493);
140
- }
141
-
142
- [dir=rtl] .primary:focus{
143
- box-shadow: -2px 2px 6px 0 rgba(19, 173, 211, 0.493);
144
- }
145
-
146
- [dir=ltr] .secondary:focus{
147
- box-shadow: 2px 2px 6px 0 rgba(39, 40, 41, 0.493)
121
+ .primary:focus{
122
+ box-shadow: 2px 2px 6px 0 rgba(19, 173, 211, 0.493);
148
123
  }
149
124
 
150
- [dir=rtl] .secondary:focus{
151
- box-shadow: -2px 2px 6px 0 rgba(39, 40, 41, 0.493)
125
+ .secondary:focus{
126
+ box-shadow: 2px 2px 6px 0 rgba(39, 40, 41, 0.493)
152
127
  }
@@ -1,21 +1,10 @@
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;
@@ -23,14 +12,6 @@
23
12
  }
24
13
  .fadeIn {
25
14
  opacity: 0;
26
- }
27
- [dir=ltr] .fadeIn {
28
- animation-name: fadeIn;
29
- -webkit-animation-name: fadeIn;
30
- -moz-animation-name: fadeIn;
31
- -ms-animation-name: fadeIn;
32
- }
33
- [dir=rtl] .fadeIn {
34
15
  animation-name: fadeIn;
35
16
  -webkit-animation-name: fadeIn;
36
17
  -moz-animation-name: fadeIn;
@@ -54,23 +35,12 @@
54
35
 
55
36
  .slideLeft {
56
37
  opacity: 0;
57
- }
58
-
59
- [dir=ltr] .slideLeft {
60
38
  transform: translateX(110%) scale(0);
61
39
  animation-name: slideLeft;
62
40
  -webkit-animation-name: slideLeft;
63
41
  -moz-animation-name: slideLeft;
64
42
  -ms-animation-name: slideLeft;
65
43
  }
66
-
67
- [dir=rtl] .slideLeft {
68
- transform: translateX(-110%) scale(0);
69
- animation-name: slideLeft;
70
- -webkit-animation-name: slideLeft;
71
- -moz-animation-name: slideLeft;
72
- -ms-animation-name: slideLeft;
73
- }
74
44
  @keyframes slideLeft {
75
45
  100% {
76
46
  opacity: 1;
@@ -93,126 +63,60 @@
93
63
  .slideRight {
94
64
  opacity: 1;
95
65
  transform: translateX(0) scale(1);
66
+ animation-name: slideRight;
67
+ -webkit-animation-name: slideRight;
68
+ -moz-animation-name: slideRight;
69
+ -ms-animation-name: slideRight;
96
70
  }
97
-
98
- [dir=ltr] .slideRight {
99
- animation-name: slideRight-ltr ;
100
- -webkit-animation-name: slideRight-ltr ;
101
- -moz-animation-name: slideRight-ltr ;
102
- -ms-animation-name: slideRight-ltr ;
103
- }
104
-
105
- [dir=rtl] .slideRight {
106
- animation-name: slideRight-rtl ;
107
- -webkit-animation-name: slideRight-rtl ;
108
- -moz-animation-name: slideRight-rtl ;
109
- -ms-animation-name: slideRight-rtl ;
110
- }
111
- @keyframes slideRight-ltr {
71
+ @keyframes slideRight {
112
72
  100% {
113
73
  opacity: 0;
114
74
  transform: translateX(110%) scale(0);
115
75
  }
116
76
  }
117
- @keyframes slideRight-rtl {
118
- 100% {
119
- opacity: 0;
120
- transform: translateX(-110%) scale(0);
121
- }
122
- }
123
- @-webkit-keyframes slideRight-ltr {
77
+ @-webkit-keyframes slideRight {
124
78
  100% {
125
79
  opacity: 0;
126
80
  transform: translateX(110%) scale(0);
127
81
  }
128
82
  }
129
- @-webkit-keyframes slideRight-rtl {
130
- 100% {
131
- opacity: 0;
132
- transform: translateX(-110%) scale(0);
133
- }
134
- }
135
- @-moz-keyframes slideRight-ltr {
83
+ @-moz-keyframes slideRight {
136
84
  100% {
137
85
  opacity: 0;
138
86
  transform: translateX(110%) scale(0);
139
87
  }
140
88
  }
141
- @-moz-keyframes slideRight-rtl {
142
- 100% {
143
- opacity: 0;
144
- transform: translateX(-110%) scale(0);
145
- }
146
- }
147
89
 
148
90
  .slideTop {
149
91
  opacity: 1;
150
92
  transform: translateY(0) scale(1);
93
+ animation-name: slideTop;
94
+ -webkit-animation-name: slideTop;
95
+ -moz-animation-name: slideTop;
96
+ -ms-animation-name: slideTop;
151
97
  }
152
-
153
- [dir=ltr] .slideTop {
154
- animation-name: slideTop-ltr ;
155
- -webkit-animation-name: slideTop-ltr ;
156
- -moz-animation-name: slideTop-ltr ;
157
- -ms-animation-name: slideTop-ltr ;
158
- }
159
-
160
- [dir=rtl] .slideTop {
161
- animation-name: slideTop-rtl ;
162
- -webkit-animation-name: slideTop-rtl ;
163
- -moz-animation-name: slideTop-rtl ;
164
- -ms-animation-name: slideTop-rtl ;
165
- }
166
- @keyframes slideTop-ltr {
98
+ @keyframes slideTop {
167
99
  100% {
168
100
  opacity: 0;
169
101
  transform: translateX(100%) scale(0);
170
102
  }
171
103
  }
172
- @keyframes slideTop-rtl {
173
- 100% {
174
- opacity: 0;
175
- transform: translateX(-100%) scale(0);
176
- }
177
- }
178
- @-webkit-keyframes slideTop-ltr {
104
+ @-webkit-keyframes slideTop {
179
105
  100% {
180
106
  opacity: 0;
181
107
  transform: translateX(100%) scale(0);
182
108
  }
183
109
  }
184
- @-webkit-keyframes slideTop-rtl {
185
- 100% {
186
- opacity: 0;
187
- transform: translateX(-100%) scale(0);
188
- }
189
- }
190
- @-moz-keyframes slideTop-ltr {
110
+ @-moz-keyframes slideTop {
191
111
  100% {
192
112
  opacity: 0;
193
113
  transform: translateX(100%) scale(0);
194
114
  }
195
115
  }
196
- @-moz-keyframes slideTop-rtl {
197
- 100% {
198
- opacity: 0;
199
- transform: translateX(-100%) scale(0);
200
- }
201
- }
202
116
 
203
117
  .fadeInScale {
204
118
  opacity: 0;
205
119
  transform: scale(0.8);
206
- }
207
-
208
- [dir=ltr] .fadeInScale {
209
- animation-name: fadeInScale;
210
- -webkit-animation-name: fadeInScale;
211
- -moz-animation-name: fadeInScale;
212
- -ms-animation-name: fadeInScale;
213
- }
214
-
215
- [dir=rtl] .fadeInScale {
216
120
  animation-name: fadeInScale;
217
121
  -webkit-animation-name: fadeInScale;
218
122
  -moz-animation-name: fadeInScale;
@@ -221,14 +125,6 @@
221
125
  .zoomIn {
222
126
  opacity: 0;
223
127
  transform: scale(1.5);
224
- }
225
- [dir=ltr] .zoomIn {
226
- animation-name: fadeInScale;
227
- -webkit-animation-name: fadeInScale;
228
- -moz-animation-name: fadeInScale;
229
- -ms-animation-name: fadeInScale;
230
- }
231
- [dir=rtl] .zoomIn {
232
128
  animation-name: fadeInScale;
233
129
  -webkit-animation-name: fadeInScale;
234
130
  -moz-animation-name: fadeInScale;
@@ -255,16 +151,6 @@
255
151
 
256
152
  .slideUp {
257
153
  max-height: 0;
258
- }
259
-
260
- [dir=ltr] .slideUp {
261
- animation-name: slideUp;
262
- -webkit-animation-name: slideUp;
263
- -moz-animation-name: slideUp;
264
- -ms-animation-name: slideUp;
265
- }
266
-
267
- [dir=rtl] .slideUp {
268
154
  animation-name: slideUp;
269
155
  -webkit-animation-name: slideUp;
270
156
  -moz-animation-name: slideUp;
@@ -288,16 +174,6 @@
288
174
 
289
175
  .slideDown {
290
176
  max-height: 100vh;
291
- }
292
-
293
- [dir=ltr] .slideDown {
294
- animation-name: slideDown;
295
- -webkit-animation-name: slideDown;
296
- -moz-animation-name: slideDown;
297
- -ms-animation-name: slideDown;
298
- }
299
-
300
- [dir=rtl] .slideDown {
301
177
  animation-name: slideDown;
302
178
  -webkit-animation-name: slideDown;
303
179
  -moz-animation-name: slideDown;
@@ -319,18 +195,7 @@
319
195
  }
320
196
  }
321
197
 
322
- [dir=ltr] .navigate::before {
323
- animation-name: navigate;
324
- -webkit-animation-name: navigate;
325
- -moz-animation-name: navigate;
326
- -ms-animation-name: navigate;
327
- animation-iteration-count: infinite;
328
- -moz-animation-iteration-count: infinite;
329
- -webkit-animation-iteration-count: infinite;
330
- -ms-animation-iteration-count: infinite;
331
- }
332
-
333
- [dir=rtl] .navigate::before {
198
+ .navigate::before {
334
199
  animation-name: navigate;
335
200
  -webkit-animation-name: navigate;
336
201
  -moz-animation-name: navigate;
@@ -362,22 +227,12 @@
362
227
  }
363
228
 
364
229
  .scaleIn {
365
- composes: modeForward;
366
230
  transform: scale(0);
367
- }
368
-
369
- [dir=ltr] .scaleIn {
370
- animation-name: scaleIn;
371
- -webkit-animation-name: scaleIn;
372
- -moz-animation-name: scaleIn;
373
- -ms-animation-name: scaleIn;
374
- }
375
-
376
- [dir=rtl] .scaleIn {
377
231
  animation-name: scaleIn;
378
232
  -webkit-animation-name: scaleIn;
379
233
  -moz-animation-name: scaleIn;
380
234
  -ms-animation-name: scaleIn;
235
+ composes: modeForward;
381
236
  }
382
237
  @keyframes scaleIn {
383
238
  100% {
@@ -396,22 +251,12 @@
396
251
  }
397
252
 
398
253
  .scaleOut {
399
- composes: modeForward;
400
254
  transform: scale(1);
401
- }
402
-
403
- [dir=ltr] .scaleOut {
404
- animation-name: scaleOut;
405
- -webkit-animation-name: scaleOut;
406
- -moz-animation-name: scaleOut;
407
- -ms-animation-name: scaleOut;
408
- }
409
-
410
- [dir=rtl] .scaleOut {
411
255
  animation-name: scaleOut;
412
256
  -webkit-animation-name: scaleOut;
413
257
  -moz-animation-name: scaleOut;
414
258
  -ms-animation-name: scaleOut;
259
+ composes: modeForward;
415
260
  }
416
261
  @keyframes scaleOut {
417
262
  100% {
@@ -431,16 +276,6 @@
431
276
 
432
277
  .flyDown {
433
278
  transform: translateY(-105%);
434
- }
435
-
436
- [dir=ltr] .flyDown {
437
- animation-name: flyDown;
438
- -webkit-animation-name: flyDown;
439
- -moz-animation-name: flyDown;
440
- -ms-animation-name: flyDown;
441
- }
442
-
443
- [dir=rtl] .flyDown {
444
279
  animation-name: flyDown;
445
280
  -webkit-animation-name: flyDown;
446
281
  -moz-animation-name: flyDown;
@@ -464,16 +299,6 @@
464
299
 
465
300
  .flyUp {
466
301
  transform: translateY(0%);
467
- }
468
-
469
- [dir=ltr] .flyUp {
470
- animation-name: flyUp;
471
- -webkit-animation-name: flyUp;
472
- -moz-animation-name: flyUp;
473
- -ms-animation-name: flyUp;
474
- }
475
-
476
- [dir=rtl] .flyUp {
477
302
  animation-name: flyUp;
478
303
  -webkit-animation-name: flyUp;
479
304
  -moz-animation-name: flyUp;
@@ -491,22 +316,12 @@
491
316
  }
492
317
 
493
318
  .bounceIn {
494
- composes: modeForward;
495
319
  transform: scale(0);
496
- }
497
-
498
- [dir=ltr] .bounceIn {
499
- animation-name: bounceIn;
500
- -webkit-animation-name: bounceIn;
501
- -moz-animation-name: bounceIn;
502
- -ms-animation-name: bounceIn;
503
- }
504
-
505
- [dir=rtl] .bounceIn {
506
320
  animation-name: bounceIn;
507
321
  -webkit-animation-name: bounceIn;
508
322
  -moz-animation-name: bounceIn;
509
323
  -ms-animation-name: bounceIn;
324
+ composes: modeForward;
510
325
  }
511
326
  @keyframes bounceIn {
512
327
  0% {
@@ -590,13 +405,6 @@
590
405
  .zoomout {
591
406
  transition: transform var(--zd_transition5), opacity var(--zd_transition5);
592
407
  will-change: transform;
593
- }
594
-
595
- [dir=ltr] .zoomout {
596
- animation: Zoomout 500ms forwards;
597
- }
598
-
599
- [dir=rtl] .zoomout {
600
408
  animation: Zoomout 500ms forwards;
601
409
  }
602
410
  @keyframes Zoomout {
@@ -6,7 +6,13 @@ button {
6
6
  padding: 0;
7
7
  }
8
8
 
9
- p, h1, h2, h3, h4, h5, h6 {
9
+ p,
10
+ h1,
11
+ h2,
12
+ h3,
13
+ h4,
14
+ h5,
15
+ h6 {
10
16
  margin: 0;
11
17
  }
12
18
 
@@ -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