@sprinklrjs/spaceweb 10.1.0

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 (1638) hide show
  1. package/allComponentsAndUtilities.d.ts +55 -0
  2. package/allComponentsAndUtilities.js +59 -0
  3. package/asyncSelect/asyncSelect.d.ts +7 -0
  4. package/asyncSelect/asyncSelect.js +123 -0
  5. package/asyncSelect/helpers.d.ts +17 -0
  6. package/asyncSelect/helpers.js +38 -0
  7. package/asyncSelect/hooks/useAsyncOptionHandlers.d.ts +28 -0
  8. package/asyncSelect/hooks/useAsyncOptionHandlers.js +102 -0
  9. package/asyncSelect/hooks/useInputChangeHandler.d.ts +13 -0
  10. package/asyncSelect/hooks/useInputChangeHandler.js +40 -0
  11. package/asyncSelect/hooks/useResolveSelectedOptions.d.ts +18 -0
  12. package/asyncSelect/hooks/useResolveSelectedOptions.js +64 -0
  13. package/asyncSelect/index.d.ts +3 -0
  14. package/asyncSelect/index.js +5 -0
  15. package/asyncSelect/locale.d.ts +7 -0
  16. package/asyncSelect/locale.js +2 -0
  17. package/asyncSelect/package.json +4 -0
  18. package/asyncSelect/types.d.ts +29 -0
  19. package/asyncSelect/types.js +2 -0
  20. package/avatar/avatar-group.d.ts +4 -0
  21. package/avatar/avatar-group.js +53 -0
  22. package/avatar/avatar.d.ts +4 -0
  23. package/avatar/avatar.js +68 -0
  24. package/avatar/constants.d.ts +1 -0
  25. package/avatar/constants.js +61 -0
  26. package/avatar/index.d.ts +5 -0
  27. package/avatar/index.js +14 -0
  28. package/avatar/package.json +4 -0
  29. package/avatar/styled-component.d.ts +36 -0
  30. package/avatar/styled-component.js +50 -0
  31. package/avatar/types.d.ts +50 -0
  32. package/avatar/types.js +2 -0
  33. package/avatar/useAvatarColor.d.ts +1 -0
  34. package/avatar/useAvatarColor.js +27 -0
  35. package/avatar/utils/cleanupDisplayName.d.ts +1 -0
  36. package/avatar/utils/cleanupDisplayName.js +20 -0
  37. package/badge/badge.d.ts +4 -0
  38. package/badge/badge.js +21 -0
  39. package/badge/index.d.ts +3 -0
  40. package/badge/index.js +11 -0
  41. package/badge/package.json +4 -0
  42. package/badge/styled-component.d.ts +2 -0
  43. package/badge/styled-component.js +59 -0
  44. package/badge/types.d.ts +25 -0
  45. package/badge/types.js +2 -0
  46. package/base-button/BaseButton.d.ts +6 -0
  47. package/base-button/BaseButton.js +29 -0
  48. package/base-button/index.d.ts +3 -0
  49. package/base-button/index.js +8 -0
  50. package/base-button/package.json +4 -0
  51. package/base-button/styled-components.d.ts +3 -0
  52. package/base-button/styled-components.js +13 -0
  53. package/base-button/types.d.ts +2 -0
  54. package/base-button/types.js +2 -0
  55. package/box/Box.d.ts +13 -0
  56. package/box/Box.js +15 -0
  57. package/box/index.d.ts +2 -0
  58. package/box/index.js +7 -0
  59. package/box/package.json +4 -0
  60. package/box/types.d.ts +7 -0
  61. package/box/types.js +2 -0
  62. package/button/Button.d.ts +32 -0
  63. package/button/Button.js +50 -0
  64. package/button/IconButton/IconButton.d.ts +6 -0
  65. package/button/IconButton/IconButton.js +22 -0
  66. package/button/IconButton/index.d.ts +3 -0
  67. package/button/IconButton/index.js +6 -0
  68. package/button/IconButton/styled-components.d.ts +5 -0
  69. package/button/IconButton/styled-components.js +78 -0
  70. package/button/IconButton/types.d.ts +10 -0
  71. package/button/IconButton/types.js +2 -0
  72. package/button/IconTextButton/IconTextButton.d.ts +7 -0
  73. package/button/IconTextButton/IconTextButton.js +26 -0
  74. package/button/IconTextButton/index.d.ts +3 -0
  75. package/button/IconTextButton/index.js +6 -0
  76. package/button/IconTextButton/styled-components.d.ts +3 -0
  77. package/button/IconTextButton/styled-components.js +49 -0
  78. package/button/IconTextButton/types.d.ts +13 -0
  79. package/button/IconTextButton/types.js +2 -0
  80. package/button/basewebAdapter.d.ts +29 -0
  81. package/button/basewebAdapter.js +12 -0
  82. package/button/index.d.ts +5 -0
  83. package/button/index.js +17 -0
  84. package/button/package.json +4 -0
  85. package/button/styled-components.d.ts +20 -0
  86. package/button/styled-components.js +226 -0
  87. package/button/types.d.ts +49 -0
  88. package/button/types.js +2 -0
  89. package/button-group/ButtonGroup.d.ts +22 -0
  90. package/button-group/ButtonGroup.js +25 -0
  91. package/button-group/StatefulButtonGroup.d.ts +24 -0
  92. package/button-group/StatefulButtonGroup.js +41 -0
  93. package/button-group/index.d.ts +4 -0
  94. package/button-group/index.js +14 -0
  95. package/button-group/package.json +4 -0
  96. package/button-group/styled-components.d.ts +31 -0
  97. package/button-group/styled-components.js +100 -0
  98. package/button-group/types.d.ts +40 -0
  99. package/button-group/types.js +2 -0
  100. package/checkbox/basewebAdapters.d.ts +4 -0
  101. package/checkbox/basewebAdapters.js +34 -0
  102. package/checkbox/checkbox.d.ts +10 -0
  103. package/checkbox/checkbox.js +22 -0
  104. package/checkbox/index.d.ts +5 -0
  105. package/checkbox/index.js +20 -0
  106. package/checkbox/package.json +4 -0
  107. package/checkbox/styled-components.d.ts +5 -0
  108. package/checkbox/styled-components.js +98 -0
  109. package/checkbox/types.d.ts +28 -0
  110. package/checkbox/types.js +2 -0
  111. package/classNames/index.d.ts +1 -0
  112. package/classNames/index.js +8 -0
  113. package/classNames/package.json +4 -0
  114. package/col/index.d.ts +2 -0
  115. package/col/index.js +5 -0
  116. package/col/package.json +4 -0
  117. package/container/ContainerProps.d.ts +6 -0
  118. package/container/ContainerProps.js +2 -0
  119. package/container/package.json +4 -0
  120. package/date-input/Before.d.ts +17 -0
  121. package/date-input/Before.js +27 -0
  122. package/date-input/CalendarIconButton.d.ts +3 -0
  123. package/date-input/CalendarIconButton.js +10 -0
  124. package/date-input/DateInput.d.ts +3 -0
  125. package/date-input/DateInput.js +96 -0
  126. package/date-input/index.d.ts +2 -0
  127. package/date-input/index.js +7 -0
  128. package/date-input/package.json +4 -0
  129. package/date-input/styled-components.d.ts +4 -0
  130. package/date-input/styled-components.js +16 -0
  131. package/date-input/types.d.ts +15 -0
  132. package/date-input/types.js +2 -0
  133. package/date-picker/Calendar.d.ts +9 -0
  134. package/date-picker/Calendar.js +223 -0
  135. package/date-picker/DateInput.d.ts +13 -0
  136. package/date-picker/DateInput.js +220 -0
  137. package/date-picker/DatePicker.d.ts +3 -0
  138. package/date-picker/DatePicker.js +9 -0
  139. package/date-picker/DatePickerContent.d.ts +9 -0
  140. package/date-picker/DatePickerContent.js +45 -0
  141. package/date-picker/DatePickerInput.d.ts +8 -0
  142. package/date-picker/DatePickerInput.js +111 -0
  143. package/date-picker/DateTimeContainer.d.ts +18 -0
  144. package/date-picker/DateTimeContainer.js +124 -0
  145. package/date-picker/StatelessDatePicker.d.ts +3 -0
  146. package/date-picker/StatelessDatePicker.js +141 -0
  147. package/date-picker/TimeInput.d.ts +12 -0
  148. package/date-picker/TimeInput.js +73 -0
  149. package/date-picker/constants.d.ts +1 -0
  150. package/date-picker/constants.js +4 -0
  151. package/date-picker/index.d.ts +10 -0
  152. package/date-picker/index.js +32 -0
  153. package/date-picker/locale.d.ts +3 -0
  154. package/date-picker/locale.js +2 -0
  155. package/date-picker/package.json +4 -0
  156. package/date-picker/stateful-container.d.ts +9 -0
  157. package/date-picker/stateful-container.js +28 -0
  158. package/date-picker/styled-components.d.ts +8 -0
  159. package/date-picker/styled-components.js +138 -0
  160. package/date-picker/types.d.ts +104 -0
  161. package/date-picker/types.js +2 -0
  162. package/date-picker/useDatePickerState.d.ts +13 -0
  163. package/date-picker/useDatePickerState.js +24 -0
  164. package/date-picker/utils.d.ts +24 -0
  165. package/date-picker/utils.js +83 -0
  166. package/esm/allComponentsAndUtilities.d.ts +55 -0
  167. package/esm/allComponentsAndUtilities.js +104 -0
  168. package/esm/asyncSelect/asyncSelect.d.ts +7 -0
  169. package/esm/asyncSelect/asyncSelect.js +120 -0
  170. package/esm/asyncSelect/helpers.d.ts +17 -0
  171. package/esm/asyncSelect/helpers.js +31 -0
  172. package/esm/asyncSelect/hooks/useAsyncOptionHandlers.d.ts +28 -0
  173. package/esm/asyncSelect/hooks/useAsyncOptionHandlers.js +99 -0
  174. package/esm/asyncSelect/hooks/useInputChangeHandler.d.ts +13 -0
  175. package/esm/asyncSelect/hooks/useInputChangeHandler.js +37 -0
  176. package/esm/asyncSelect/hooks/useResolveSelectedOptions.d.ts +18 -0
  177. package/esm/asyncSelect/hooks/useResolveSelectedOptions.js +61 -0
  178. package/esm/asyncSelect/index.d.ts +3 -0
  179. package/esm/asyncSelect/index.js +2 -0
  180. package/esm/asyncSelect/locale.d.ts +7 -0
  181. package/esm/asyncSelect/locale.js +1 -0
  182. package/esm/asyncSelect/types.d.ts +29 -0
  183. package/esm/asyncSelect/types.js +1 -0
  184. package/esm/avatar/avatar-group.d.ts +4 -0
  185. package/esm/avatar/avatar-group.js +50 -0
  186. package/esm/avatar/avatar.d.ts +4 -0
  187. package/esm/avatar/avatar.js +65 -0
  188. package/esm/avatar/constants.d.ts +1 -0
  189. package/esm/avatar/constants.js +58 -0
  190. package/esm/avatar/index.d.ts +5 -0
  191. package/esm/avatar/index.js +4 -0
  192. package/esm/avatar/styled-component.d.ts +36 -0
  193. package/esm/avatar/styled-component.js +47 -0
  194. package/esm/avatar/types.d.ts +50 -0
  195. package/esm/avatar/types.js +1 -0
  196. package/esm/avatar/useAvatarColor.d.ts +1 -0
  197. package/esm/avatar/useAvatarColor.js +23 -0
  198. package/esm/avatar/utils/cleanupDisplayName.d.ts +1 -0
  199. package/esm/avatar/utils/cleanupDisplayName.js +16 -0
  200. package/esm/badge/badge.d.ts +4 -0
  201. package/esm/badge/badge.js +19 -0
  202. package/esm/badge/index.d.ts +3 -0
  203. package/esm/badge/index.js +2 -0
  204. package/esm/badge/styled-component.d.ts +2 -0
  205. package/esm/badge/styled-component.js +56 -0
  206. package/esm/badge/types.d.ts +25 -0
  207. package/esm/badge/types.js +1 -0
  208. package/esm/base-button/BaseButton.d.ts +6 -0
  209. package/esm/base-button/BaseButton.js +26 -0
  210. package/esm/base-button/index.d.ts +3 -0
  211. package/esm/base-button/index.js +2 -0
  212. package/esm/base-button/styled-components.d.ts +3 -0
  213. package/esm/base-button/styled-components.js +10 -0
  214. package/esm/base-button/types.d.ts +2 -0
  215. package/esm/base-button/types.js +1 -0
  216. package/esm/box/Box.d.ts +13 -0
  217. package/esm/box/Box.js +13 -0
  218. package/esm/box/index.d.ts +2 -0
  219. package/esm/box/index.js +2 -0
  220. package/esm/box/types.d.ts +7 -0
  221. package/esm/box/types.js +1 -0
  222. package/esm/button/Button.d.ts +32 -0
  223. package/esm/button/Button.js +48 -0
  224. package/esm/button/IconButton/IconButton.d.ts +6 -0
  225. package/esm/button/IconButton/IconButton.js +20 -0
  226. package/esm/button/IconButton/index.d.ts +3 -0
  227. package/esm/button/IconButton/index.js +3 -0
  228. package/esm/button/IconButton/styled-components.d.ts +5 -0
  229. package/esm/button/IconButton/styled-components.js +73 -0
  230. package/esm/button/IconButton/types.d.ts +10 -0
  231. package/esm/button/IconButton/types.js +1 -0
  232. package/esm/button/IconTextButton/IconTextButton.d.ts +7 -0
  233. package/esm/button/IconTextButton/IconTextButton.js +24 -0
  234. package/esm/button/IconTextButton/index.d.ts +3 -0
  235. package/esm/button/IconTextButton/index.js +3 -0
  236. package/esm/button/IconTextButton/styled-components.d.ts +3 -0
  237. package/esm/button/IconTextButton/styled-components.js +46 -0
  238. package/esm/button/IconTextButton/types.d.ts +13 -0
  239. package/esm/button/IconTextButton/types.js +1 -0
  240. package/esm/button/basewebAdapter.d.ts +29 -0
  241. package/esm/button/basewebAdapter.js +10 -0
  242. package/esm/button/index.d.ts +5 -0
  243. package/esm/button/index.js +4 -0
  244. package/esm/button/styled-components.d.ts +20 -0
  245. package/esm/button/styled-components.js +222 -0
  246. package/esm/button/types.d.ts +49 -0
  247. package/esm/button/types.js +1 -0
  248. package/esm/button-group/ButtonGroup.d.ts +22 -0
  249. package/esm/button-group/ButtonGroup.js +23 -0
  250. package/esm/button-group/StatefulButtonGroup.d.ts +24 -0
  251. package/esm/button-group/StatefulButtonGroup.js +39 -0
  252. package/esm/button-group/index.d.ts +4 -0
  253. package/esm/button-group/index.js +3 -0
  254. package/esm/button-group/styled-components.d.ts +31 -0
  255. package/esm/button-group/styled-components.js +95 -0
  256. package/esm/button-group/types.d.ts +40 -0
  257. package/esm/button-group/types.js +1 -0
  258. package/esm/checkbox/basewebAdapters.d.ts +4 -0
  259. package/esm/checkbox/basewebAdapters.js +31 -0
  260. package/esm/checkbox/checkbox.d.ts +10 -0
  261. package/esm/checkbox/checkbox.js +17 -0
  262. package/esm/checkbox/index.d.ts +5 -0
  263. package/esm/checkbox/index.js +4 -0
  264. package/esm/checkbox/styled-components.d.ts +5 -0
  265. package/esm/checkbox/styled-components.js +92 -0
  266. package/esm/checkbox/types.d.ts +28 -0
  267. package/esm/checkbox/types.js +1 -0
  268. package/esm/classNames/index.d.ts +1 -0
  269. package/esm/classNames/index.js +1 -0
  270. package/esm/col/index.d.ts +2 -0
  271. package/esm/col/index.js +2 -0
  272. package/esm/container/ContainerProps.d.ts +6 -0
  273. package/esm/container/ContainerProps.js +1 -0
  274. package/esm/date-input/Before.d.ts +17 -0
  275. package/esm/date-input/Before.js +23 -0
  276. package/esm/date-input/CalendarIconButton.d.ts +3 -0
  277. package/esm/date-input/CalendarIconButton.js +6 -0
  278. package/esm/date-input/DateInput.d.ts +3 -0
  279. package/esm/date-input/DateInput.js +92 -0
  280. package/esm/date-input/index.d.ts +2 -0
  281. package/esm/date-input/index.js +2 -0
  282. package/esm/date-input/styled-components.d.ts +4 -0
  283. package/esm/date-input/styled-components.js +12 -0
  284. package/esm/date-input/types.d.ts +15 -0
  285. package/esm/date-input/types.js +1 -0
  286. package/esm/date-picker/Calendar.d.ts +9 -0
  287. package/esm/date-picker/Calendar.js +221 -0
  288. package/esm/date-picker/DateInput.d.ts +13 -0
  289. package/esm/date-picker/DateInput.js +216 -0
  290. package/esm/date-picker/DatePicker.d.ts +3 -0
  291. package/esm/date-picker/DatePicker.js +5 -0
  292. package/esm/date-picker/DatePickerContent.d.ts +9 -0
  293. package/esm/date-picker/DatePickerContent.js +41 -0
  294. package/esm/date-picker/DatePickerInput.d.ts +8 -0
  295. package/esm/date-picker/DatePickerInput.js +109 -0
  296. package/esm/date-picker/DateTimeContainer.d.ts +18 -0
  297. package/esm/date-picker/DateTimeContainer.js +121 -0
  298. package/esm/date-picker/StatelessDatePicker.d.ts +3 -0
  299. package/esm/date-picker/StatelessDatePicker.js +137 -0
  300. package/esm/date-picker/TimeInput.d.ts +12 -0
  301. package/esm/date-picker/TimeInput.js +69 -0
  302. package/esm/date-picker/constants.d.ts +1 -0
  303. package/esm/date-picker/constants.js +1 -0
  304. package/esm/date-picker/index.d.ts +10 -0
  305. package/esm/date-picker/index.js +10 -0
  306. package/esm/date-picker/locale.d.ts +3 -0
  307. package/esm/date-picker/locale.js +1 -0
  308. package/esm/date-picker/stateful-container.d.ts +9 -0
  309. package/esm/date-picker/stateful-container.js +26 -0
  310. package/esm/date-picker/styled-components.d.ts +8 -0
  311. package/esm/date-picker/styled-components.js +133 -0
  312. package/esm/date-picker/types.d.ts +104 -0
  313. package/esm/date-picker/types.js +1 -0
  314. package/esm/date-picker/useDatePickerState.d.ts +13 -0
  315. package/esm/date-picker/useDatePickerState.js +20 -0
  316. package/esm/date-picker/utils.d.ts +24 -0
  317. package/esm/date-picker/utils.js +74 -0
  318. package/esm/form-control/context.d.ts +22 -0
  319. package/esm/form-control/context.js +18 -0
  320. package/esm/form-control/form-control.d.ts +4 -0
  321. package/esm/form-control/form-control.js +54 -0
  322. package/esm/form-control/index.d.ts +3 -0
  323. package/esm/form-control/index.js +2 -0
  324. package/esm/form-control/styled-component.d.ts +8 -0
  325. package/esm/form-control/styled-component.js +33 -0
  326. package/esm/form-control/types.d.ts +46 -0
  327. package/esm/form-control/types.js +1 -0
  328. package/esm/grid/Col.d.ts +10 -0
  329. package/esm/grid/Col.js +44 -0
  330. package/esm/grid/Grid.d.ts +22 -0
  331. package/esm/grid/Grid.js +59 -0
  332. package/esm/grid/index.d.ts +6 -0
  333. package/esm/grid/index.js +4 -0
  334. package/esm/grid/types.d.ts +32 -0
  335. package/esm/grid/types.js +1 -0
  336. package/esm/grid/utils.d.ts +1 -0
  337. package/esm/grid/utils.js +27 -0
  338. package/esm/helpers/ClearIconButton.d.ts +5 -0
  339. package/esm/helpers/ClearIconButton.js +20 -0
  340. package/esm/helpers/baseui/useConvertOverrides.d.ts +15 -0
  341. package/esm/helpers/baseui/useConvertOverrides.js +30 -0
  342. package/esm/helpers/baseui/withThemeOverride.d.ts +9 -0
  343. package/esm/helpers/baseui/withThemeOverride.js +21 -0
  344. package/esm/helpers/commonStyles.d.ts +17 -0
  345. package/esm/helpers/commonStyles.js +48 -0
  346. package/esm/helpers/index.d.ts +25 -0
  347. package/esm/helpers/index.js +65 -0
  348. package/esm/helpers/intentHelper.d.ts +5 -0
  349. package/esm/helpers/intentHelper.js +17 -0
  350. package/esm/helpers/longHandHelpers.d.ts +7 -0
  351. package/esm/helpers/longHandHelpers.js +36 -0
  352. package/esm/helpers/styletron.d.ts +12 -0
  353. package/esm/helpers/styletron.js +13 -0
  354. package/esm/helpers/themeHelpers.d.ts +4 -0
  355. package/esm/helpers/themeHelpers.js +19 -0
  356. package/esm/helpers/typography.d.ts +2 -0
  357. package/esm/helpers/typography.js +5 -0
  358. package/esm/hooks/useAutoFocus.d.ts +9 -0
  359. package/esm/hooks/useAutoFocus.js +58 -0
  360. package/esm/hooks/useCombinedHandler.d.ts +6 -0
  361. package/esm/hooks/useCombinedHandler.js +20 -0
  362. package/esm/hooks/useCombinedRef.d.ts +6 -0
  363. package/esm/hooks/useCombinedRef.js +33 -0
  364. package/esm/hooks/useDebouncedEventHandler.d.ts +6 -0
  365. package/esm/hooks/useDebouncedEventHandler.js +35 -0
  366. package/esm/hooks/useFirstMountState.d.ts +2 -0
  367. package/esm/hooks/useFirstMountState.js +13 -0
  368. package/esm/hooks/useFocusVisible.d.ts +5 -0
  369. package/esm/hooks/useFocusVisible.js +22 -0
  370. package/esm/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  371. package/esm/hooks/useIsomorphicLayoutEffect.js +3 -0
  372. package/esm/hooks/useLatest.d.ts +4 -0
  373. package/esm/hooks/useLatest.js +10 -0
  374. package/esm/hooks/useMeasure.d.ts +6 -0
  375. package/esm/hooks/useMeasure.js +40 -0
  376. package/esm/hooks/usePrevious.d.ts +2 -0
  377. package/esm/hooks/usePrevious.js +11 -0
  378. package/esm/hooks/useScrollCapture.d.ts +5 -0
  379. package/esm/hooks/useScrollCapture.js +67 -0
  380. package/esm/hooks/useStickyElement.d.ts +5 -0
  381. package/esm/hooks/useStickyElement.js +32 -0
  382. package/esm/hooks/useTabsKeyboardNavigation.d.ts +14 -0
  383. package/esm/hooks/useTabsKeyboardNavigation.js +99 -0
  384. package/esm/hooks/useUniqueId.d.ts +3 -0
  385. package/esm/hooks/useUniqueId.js +6 -0
  386. package/esm/hooks/useUpdateEffect.d.ts +3 -0
  387. package/esm/hooks/useUpdateEffect.js +12 -0
  388. package/esm/icon/components/alert-solid.d.ts +3 -0
  389. package/esm/icon/components/alert-solid.js +6 -0
  390. package/esm/icon/components/alert.d.ts +3 -0
  391. package/esm/icon/components/alert.js +6 -0
  392. package/esm/icon/components/calendar-solid.d.ts +3 -0
  393. package/esm/icon/components/calendar-solid.js +6 -0
  394. package/esm/icon/components/chevron-down.d.ts +3 -0
  395. package/esm/icon/components/chevron-down.js +6 -0
  396. package/esm/icon/components/chevron-right-solid.d.ts +3 -0
  397. package/esm/icon/components/chevron-right-solid.js +6 -0
  398. package/esm/icon/components/close.d.ts +3 -0
  399. package/esm/icon/components/close.js +6 -0
  400. package/esm/icon/components/error-clr.d.ts +3 -0
  401. package/esm/icon/components/error-clr.js +6 -0
  402. package/esm/icon/components/error-solid.d.ts +3 -0
  403. package/esm/icon/components/error-solid.js +6 -0
  404. package/esm/icon/components/error.d.ts +3 -0
  405. package/esm/icon/components/error.js +6 -0
  406. package/esm/icon/components/imagePreview.d.ts +3 -0
  407. package/esm/icon/components/imagePreview.js +6 -0
  408. package/esm/icon/components/info.d.ts +3 -0
  409. package/esm/icon/components/info.js +6 -0
  410. package/esm/icon/components/play-video.d.ts +3 -0
  411. package/esm/icon/components/play-video.js +6 -0
  412. package/esm/icon/components/search.d.ts +3 -0
  413. package/esm/icon/components/search.js +6 -0
  414. package/esm/icon/components/tick.d.ts +3 -0
  415. package/esm/icon/components/tick.js +6 -0
  416. package/esm/icon/components/tickCircle-solid.d.ts +3 -0
  417. package/esm/icon/components/tickCircle-solid.js +6 -0
  418. package/esm/icon/components/user.d.ts +3 -0
  419. package/esm/icon/components/user.js +6 -0
  420. package/esm/icon/components/video-non-playable.d.ts +3 -0
  421. package/esm/icon/components/video-non-playable.js +6 -0
  422. package/esm/icon/icon.d.ts +4 -0
  423. package/esm/icon/icon.js +16 -0
  424. package/esm/icon/index.d.ts +2 -0
  425. package/esm/icon/index.js +2 -0
  426. package/esm/icon/styled-components.d.ts +1 -0
  427. package/esm/icon/styled-components.js +10 -0
  428. package/esm/icon/types.d.ts +10 -0
  429. package/esm/icon/types.js +1 -0
  430. package/esm/image/Image.d.ts +15 -0
  431. package/esm/image/Image.js +28 -0
  432. package/esm/image/defaultFallbackImg.d.ts +4 -0
  433. package/esm/image/defaultFallbackImg.js +13 -0
  434. package/esm/image/index.d.ts +2 -0
  435. package/esm/image/index.js +1 -0
  436. package/esm/image/types.d.ts +27 -0
  437. package/esm/image/types.js +1 -0
  438. package/esm/index.d.ts +3 -0
  439. package/esm/index.js +3 -0
  440. package/esm/input/basewebAdapters.d.ts +7 -0
  441. package/esm/input/basewebAdapters.js +45 -0
  442. package/esm/input/index.d.ts +4 -0
  443. package/esm/input/index.js +3 -0
  444. package/esm/input/input.d.ts +14 -0
  445. package/esm/input/input.js +28 -0
  446. package/esm/input/styled-components.d.ts +6 -0
  447. package/esm/input/styled-components.js +129 -0
  448. package/esm/input/types.d.ts +39 -0
  449. package/esm/input/types.js +1 -0
  450. package/esm/layer/LayersManager.d.ts +8 -0
  451. package/esm/layer/LayersManager.js +20 -0
  452. package/esm/layer/constants.d.ts +6 -0
  453. package/esm/layer/constants.js +7 -0
  454. package/esm/layer/index.d.ts +2 -0
  455. package/esm/layer/index.js +2 -0
  456. package/esm/layer/useLayersContextValue.d.ts +3 -0
  457. package/esm/layer/useLayersContextValue.js +54 -0
  458. package/esm/link/index.d.ts +2 -0
  459. package/esm/link/index.js +2 -0
  460. package/esm/link/link.d.ts +11 -0
  461. package/esm/link/link.js +12 -0
  462. package/esm/link/styled-components.d.ts +3 -0
  463. package/esm/link/styled-components.js +18 -0
  464. package/esm/link/types.d.ts +4 -0
  465. package/esm/link/types.js +1 -0
  466. package/esm/list/avatar-list-item.d.ts +33 -0
  467. package/esm/list/avatar-list-item.js +18 -0
  468. package/esm/list/divider.d.ts +13 -0
  469. package/esm/list/divider.js +15 -0
  470. package/esm/list/index.d.ts +7 -0
  471. package/esm/list/index.js +6 -0
  472. package/esm/list/list-item-text.d.ts +4 -0
  473. package/esm/list/list-item-text.js +12 -0
  474. package/esm/list/list-item.d.ts +25 -0
  475. package/esm/list/list-item.js +51 -0
  476. package/esm/list/list.d.ts +12 -0
  477. package/esm/list/list.js +12 -0
  478. package/esm/list/styled-component.d.ts +9 -0
  479. package/esm/list/styled-component.js +75 -0
  480. package/esm/list/types.d.ts +57 -0
  481. package/esm/list/types.js +1 -0
  482. package/esm/loader/index.d.ts +3 -0
  483. package/esm/loader/index.js +2 -0
  484. package/esm/loader/loader.d.ts +6 -0
  485. package/esm/loader/loader.js +38 -0
  486. package/esm/loader/styled-component.d.ts +4 -0
  487. package/esm/loader/styled-component.js +58 -0
  488. package/esm/loader/types.d.ts +23 -0
  489. package/esm/loader/types.js +1 -0
  490. package/esm/locale/context.d.ts +16 -0
  491. package/esm/locale/context.js +17 -0
  492. package/esm/locale/en_US.d.ts +2 -0
  493. package/esm/locale/en_US.js +68 -0
  494. package/esm/locale/index.d.ts +3 -0
  495. package/esm/locale/index.js +2 -0
  496. package/esm/locale/types.d.ts +21 -0
  497. package/esm/locale/types.js +1 -0
  498. package/esm/menu/MenuContext.d.ts +11 -0
  499. package/esm/menu/MenuContext.js +10 -0
  500. package/esm/menu/helpers.d.ts +12 -0
  501. package/esm/menu/helpers.js +77 -0
  502. package/esm/menu/index.d.ts +4 -0
  503. package/esm/menu/index.js +3 -0
  504. package/esm/menu/menu-item.d.ts +45 -0
  505. package/esm/menu/menu-item.js +80 -0
  506. package/esm/menu/menu.d.ts +25 -0
  507. package/esm/menu/menu.js +56 -0
  508. package/esm/menu/nested-menu-context.d.ts +23 -0
  509. package/esm/menu/nested-menu-context.js +68 -0
  510. package/esm/menu/types.d.ts +72 -0
  511. package/esm/menu/types.js +1 -0
  512. package/esm/menu/useItemContainerEventHandlers.d.ts +13 -0
  513. package/esm/menu/useItemContainerEventHandlers.js +32 -0
  514. package/esm/menu/useKeyboardNavigation.d.ts +23 -0
  515. package/esm/menu/useKeyboardNavigation.js +125 -0
  516. package/esm/menu/useStatefulMenu.d.ts +20 -0
  517. package/esm/menu/useStatefulMenu.js +66 -0
  518. package/esm/modal/adapter.d.ts +6 -0
  519. package/esm/modal/adapter.js +18 -0
  520. package/esm/modal/index.d.ts +7 -0
  521. package/esm/modal/index.js +6 -0
  522. package/esm/modal/modal-footer.d.ts +7 -0
  523. package/esm/modal/modal-footer.js +10 -0
  524. package/esm/modal/modal-header.d.ts +7 -0
  525. package/esm/modal/modal-header.js +11 -0
  526. package/esm/modal/modal.d.ts +7 -0
  527. package/esm/modal/modal.js +34 -0
  528. package/esm/modal/overrides.d.ts +9 -0
  529. package/esm/modal/overrides.js +67 -0
  530. package/esm/modal/styled-components.d.ts +7 -0
  531. package/esm/modal/styled-components.js +31 -0
  532. package/esm/modal/types.d.ts +24 -0
  533. package/esm/modal/types.js +1 -0
  534. package/esm/overrides/index.d.ts +3 -0
  535. package/esm/overrides/index.js +3 -0
  536. package/esm/overrides/mergeOverrides.d.ts +3 -0
  537. package/esm/overrides/mergeOverrides.js +42 -0
  538. package/esm/overrides/types.d.ts +22 -0
  539. package/esm/overrides/types.js +4 -0
  540. package/esm/overrides/useOverrides.d.ts +8 -0
  541. package/esm/overrides/useOverrides.js +14 -0
  542. package/esm/payment-card/basewebAdapters.d.ts +7 -0
  543. package/esm/payment-card/basewebAdapters.js +22 -0
  544. package/esm/payment-card/index.d.ts +3 -0
  545. package/esm/payment-card/index.js +3 -0
  546. package/esm/payment-card/paymentCard.d.ts +10 -0
  547. package/esm/payment-card/paymentCard.js +21 -0
  548. package/esm/payment-card/styled-components.d.ts +3 -0
  549. package/esm/payment-card/styled-components.js +12 -0
  550. package/esm/payment-card/types.d.ts +17 -0
  551. package/esm/payment-card/types.js +1 -0
  552. package/esm/phone-input/constants.d.ts +2299 -0
  553. package/esm/phone-input/constants.js +327 -0
  554. package/esm/phone-input/country-select-container.d.ts +6 -0
  555. package/esm/phone-input/country-select-container.js +15 -0
  556. package/esm/phone-input/country-select.d.ts +8 -0
  557. package/esm/phone-input/country-select.js +91 -0
  558. package/esm/phone-input/default-props.d.ts +23 -0
  559. package/esm/phone-input/default-props.js +25 -0
  560. package/esm/phone-input/dial-code.d.ts +4 -0
  561. package/esm/phone-input/dial-code.js +12 -0
  562. package/esm/phone-input/flag-container.d.ts +5 -0
  563. package/esm/phone-input/flag-container.js +18 -0
  564. package/esm/phone-input/index.d.ts +6 -0
  565. package/esm/phone-input/index.js +5 -0
  566. package/esm/phone-input/locale.d.ts +5 -0
  567. package/esm/phone-input/locale.js +1 -0
  568. package/esm/phone-input/phone-input.d.ts +25 -0
  569. package/esm/phone-input/phone-input.js +57 -0
  570. package/esm/phone-input/stateful-phone-input-container.d.ts +4 -0
  571. package/esm/phone-input/stateful-phone-input-container.js +19 -0
  572. package/esm/phone-input/stateful-phone-input.d.ts +25 -0
  573. package/esm/phone-input/stateful-phone-input.js +11 -0
  574. package/esm/phone-input/styled-components.d.ts +13 -0
  575. package/esm/phone-input/styled-components.js +35 -0
  576. package/esm/phone-input/types.d.ts +63 -0
  577. package/esm/phone-input/types.js +1 -0
  578. package/esm/phone-input/utils.d.ts +6 -0
  579. package/esm/phone-input/utils.js +27 -0
  580. package/esm/phone-input/virtualized-country-select-dropdown.d.ts +31 -0
  581. package/esm/phone-input/virtualized-country-select-dropdown.js +33 -0
  582. package/esm/popover/PopoverEnahncer.d.ts +15 -0
  583. package/esm/popover/PopoverEnahncer.js +57 -0
  584. package/esm/popover/adapter.d.ts +6 -0
  585. package/esm/popover/adapter.js +25 -0
  586. package/esm/popover/constants.d.ts +3 -0
  587. package/esm/popover/constants.js +8 -0
  588. package/esm/popover/hooks.d.ts +14 -0
  589. package/esm/popover/hooks.js +25 -0
  590. package/esm/popover/index.d.ts +6 -0
  591. package/esm/popover/index.js +5 -0
  592. package/esm/popover/overrides.d.ts +8 -0
  593. package/esm/popover/overrides.js +69 -0
  594. package/esm/popover/popover.d.ts +16 -0
  595. package/esm/popover/popover.js +39 -0
  596. package/esm/popover/stateful-popover.d.ts +7 -0
  597. package/esm/popover/stateful-popover.js +23 -0
  598. package/esm/popover/styled-components.d.ts +2 -0
  599. package/esm/popover/styled-components.js +15 -0
  600. package/esm/popover/types.d.ts +32 -0
  601. package/esm/popover/types.js +1 -0
  602. package/esm/popover/useFoucsLock.d.ts +6 -0
  603. package/esm/popover/useFoucsLock.js +9 -0
  604. package/esm/popover/utils.d.ts +14 -0
  605. package/esm/popover/utils.js +27 -0
  606. package/esm/progress/circular/CircularProgress.d.ts +4 -0
  607. package/esm/progress/circular/CircularProgress.js +19 -0
  608. package/esm/progress/circular/index.d.ts +3 -0
  609. package/esm/progress/circular/index.js +2 -0
  610. package/esm/progress/circular/styled-component.d.ts +15 -0
  611. package/esm/progress/circular/styled-component.js +98 -0
  612. package/esm/progress/circular/types.d.ts +22 -0
  613. package/esm/progress/circular/types.js +1 -0
  614. package/esm/progress/helper.d.ts +3 -0
  615. package/esm/progress/helper.js +13 -0
  616. package/esm/progress/index.d.ts +6 -0
  617. package/esm/progress/index.js +6 -0
  618. package/esm/progress/linear/LinearProgress.d.ts +4 -0
  619. package/esm/progress/linear/LinearProgress.js +15 -0
  620. package/esm/progress/linear/ProgressSegment.d.ts +9 -0
  621. package/esm/progress/linear/ProgressSegment.js +14 -0
  622. package/esm/progress/linear/index.d.ts +4 -0
  623. package/esm/progress/linear/index.js +4 -0
  624. package/esm/progress/linear/styled-component.d.ts +14 -0
  625. package/esm/progress/linear/styled-component.js +67 -0
  626. package/esm/progress/linear/types.d.ts +20 -0
  627. package/esm/progress/linear/types.js +1 -0
  628. package/esm/progress/types.d.ts +18 -0
  629. package/esm/progress/types.js +1 -0
  630. package/esm/radio/basewebAdapters.d.ts +16 -0
  631. package/esm/radio/basewebAdapters.js +46 -0
  632. package/esm/radio/index.d.ts +3 -0
  633. package/esm/radio/index.js +3 -0
  634. package/esm/radio/radio.d.ts +10 -0
  635. package/esm/radio/radio.js +23 -0
  636. package/esm/radio/styled-components.d.ts +7 -0
  637. package/esm/radio/styled-components.js +138 -0
  638. package/esm/radio/types.d.ts +37 -0
  639. package/esm/radio/types.js +1 -0
  640. package/esm/search/index.d.ts +2 -0
  641. package/esm/search/index.js +2 -0
  642. package/esm/search/search.d.ts +8 -0
  643. package/esm/search/search.js +66 -0
  644. package/esm/search/styled-components.d.ts +13 -0
  645. package/esm/search/styled-components.js +77 -0
  646. package/esm/search/types.d.ts +19 -0
  647. package/esm/search/types.js +1 -0
  648. package/esm/select/adaptor.d.ts +4 -0
  649. package/esm/select/adaptor.js +5 -0
  650. package/esm/select/base-select.d.ts +63 -0
  651. package/esm/select/base-select.js +256 -0
  652. package/esm/select/constants.d.ts +7 -0
  653. package/esm/select/constants.js +4 -0
  654. package/esm/select/default-props.d.ts +38 -0
  655. package/esm/select/default-props.js +39 -0
  656. package/esm/select/index.d.ts +15 -0
  657. package/esm/select/index.js +14 -0
  658. package/esm/select/locale.d.ts +4 -0
  659. package/esm/select/locale.js +1 -0
  660. package/esm/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.d.ts +8 -0
  661. package/esm/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.js +11 -0
  662. package/esm/select/mobileSelect/AdaptedCSSTransition/constants.d.ts +8 -0
  663. package/esm/select/mobileSelect/AdaptedCSSTransition/constants.js +8 -0
  664. package/esm/select/mobileSelect/AdaptedCSSTransition/index.d.ts +1 -0
  665. package/esm/select/mobileSelect/AdaptedCSSTransition/index.js +1 -0
  666. package/esm/select/mobileSelect/AdaptedCSSTransition/types.d.ts +2 -0
  667. package/esm/select/mobileSelect/AdaptedCSSTransition/types.js +1 -0
  668. package/esm/select/mobileSelect/Backdrop.d.ts +6 -0
  669. package/esm/select/mobileSelect/Backdrop.js +10 -0
  670. package/esm/select/mobileSelect/MobileSelect.d.ts +3 -0
  671. package/esm/select/mobileSelect/MobileSelect.js +20 -0
  672. package/esm/select/mobileSelect/MobileSheet.d.ts +21 -0
  673. package/esm/select/mobileSelect/MobileSheet.js +47 -0
  674. package/esm/select/mobileSelect/SwipeableTargetArea.d.ts +6 -0
  675. package/esm/select/mobileSelect/SwipeableTargetArea.js +10 -0
  676. package/esm/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.d.ts +4 -0
  677. package/esm/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.js +20 -0
  678. package/esm/select/mobileSelect/hooks/usePauseBodyScrollEffect.d.ts +5 -0
  679. package/esm/select/mobileSelect/hooks/usePauseBodyScrollEffect.js +14 -0
  680. package/esm/select/mobileSelect/hooks/useSwipeableSheetStyles.d.ts +13 -0
  681. package/esm/select/mobileSelect/hooks/useSwipeableSheetStyles.js +53 -0
  682. package/esm/select/mobileSelect/hooks/useTransitionStyles.d.ts +2 -0
  683. package/esm/select/mobileSelect/hooks/useTransitionStyles.js +24 -0
  684. package/esm/select/mobileSelect/index.d.ts +2 -0
  685. package/esm/select/mobileSelect/index.js +2 -0
  686. package/esm/select/mobileSelect/overrides.d.ts +9 -0
  687. package/esm/select/mobileSelect/overrides.js +71 -0
  688. package/esm/select/multi-value.d.ts +3 -0
  689. package/esm/select/multi-value.js +26 -0
  690. package/esm/select/overlaySelect/OverlaySelect.d.ts +3 -0
  691. package/esm/select/overlaySelect/OverlaySelect.js +62 -0
  692. package/esm/select/overlaySelect/index.d.ts +1 -0
  693. package/esm/select/overlaySelect/index.js +1 -0
  694. package/esm/select/overlaySelect/useOverlaySelectOverrides.d.ts +14 -0
  695. package/esm/select/overlaySelect/useOverlaySelectOverrides.js +204 -0
  696. package/esm/select/overlaySelect/usePopover.d.ts +8 -0
  697. package/esm/select/overlaySelect/usePopover.js +27 -0
  698. package/esm/select/overrides.d.ts +56 -0
  699. package/esm/select/overrides.js +125 -0
  700. package/esm/select/select-variants.d.ts +4 -0
  701. package/esm/select/select-variants.js +9 -0
  702. package/esm/select/select.d.ts +42 -0
  703. package/esm/select/select.js +20 -0
  704. package/esm/select/selectMenuAdapter/SelectMenuAdapter.d.ts +34 -0
  705. package/esm/select/selectMenuAdapter/SelectMenuAdapter.js +72 -0
  706. package/esm/select/selectMenuAdapter/SelectMenuItem.d.ts +57 -0
  707. package/esm/select/selectMenuAdapter/SelectMenuItem.js +37 -0
  708. package/esm/select/selectMenuAdapter/index.d.ts +2 -0
  709. package/esm/select/selectMenuAdapter/index.js +2 -0
  710. package/esm/select/stateful-select.d.ts +42 -0
  711. package/esm/select/stateful-select.js +14 -0
  712. package/esm/select/styled-component.d.ts +18 -0
  713. package/esm/select/styled-component.js +53 -0
  714. package/esm/select/types.d.ts +91 -0
  715. package/esm/select/types.js +1 -0
  716. package/esm/select/utils/default-filter-options.d.ts +1 -0
  717. package/esm/select/utils/default-filter-options.js +2 -0
  718. package/esm/setupTests.d.ts +1 -0
  719. package/esm/setupTests.js +21 -0
  720. package/esm/slider/index.d.ts +4 -0
  721. package/esm/slider/index.js +4 -0
  722. package/esm/slider/mark.d.ts +21 -0
  723. package/esm/slider/mark.js +11 -0
  724. package/esm/slider/slider.d.ts +7 -0
  725. package/esm/slider/slider.js +73 -0
  726. package/esm/slider/stateful-slider-container.d.ts +7 -0
  727. package/esm/slider/stateful-slider-container.js +11 -0
  728. package/esm/slider/stateful-slider.d.ts +7 -0
  729. package/esm/slider/stateful-slider.js +7 -0
  730. package/esm/slider/styled-components.d.ts +7 -0
  731. package/esm/slider/styled-components.js +90 -0
  732. package/esm/slider/types.d.ts +39 -0
  733. package/esm/slider/types.js +1 -0
  734. package/esm/snackbar/Snackbar.d.ts +4 -0
  735. package/esm/snackbar/Snackbar.js +57 -0
  736. package/esm/snackbar/constants.d.ts +6 -0
  737. package/esm/snackbar/constants.js +14 -0
  738. package/esm/snackbar/index.d.ts +2 -0
  739. package/esm/snackbar/index.js +2 -0
  740. package/esm/snackbar/styled-component.d.ts +8 -0
  741. package/esm/snackbar/styled-component.js +80 -0
  742. package/esm/snackbar/types.d.ts +37 -0
  743. package/esm/snackbar/types.js +1 -0
  744. package/esm/snackbar/useSnackbar.d.ts +24 -0
  745. package/esm/snackbar/useSnackbar.js +89 -0
  746. package/esm/spaceConsumer/SpaceConsumer.d.ts +10 -0
  747. package/esm/spaceConsumer/SpaceConsumer.js +9 -0
  748. package/esm/spaceConsumer/index.d.ts +1 -0
  749. package/esm/spaceConsumer/index.js +1 -0
  750. package/esm/spacewebProvider/CustomBaseProvider.d.ts +17 -0
  751. package/esm/spacewebProvider/CustomBaseProvider.js +14 -0
  752. package/esm/spacewebProvider/DocumentProvider.d.ts +9 -0
  753. package/esm/spacewebProvider/DocumentProvider.js +17 -0
  754. package/esm/spacewebProvider/SpacewebProvider.d.ts +22 -0
  755. package/esm/spacewebProvider/SpacewebProvider.js +34 -0
  756. package/esm/spacewebProvider/index.d.ts +2 -0
  757. package/esm/spacewebProvider/index.js +2 -0
  758. package/esm/spacewebProvider/utils.d.ts +1 -0
  759. package/esm/spacewebProvider/utils.js +2 -0
  760. package/esm/stack/context.d.ts +20 -0
  761. package/esm/stack/context.js +6 -0
  762. package/esm/stack/index.d.ts +3 -0
  763. package/esm/stack/index.js +3 -0
  764. package/esm/stack/stack-item.d.ts +12 -0
  765. package/esm/stack/stack-item.js +23 -0
  766. package/esm/stack/stack.d.ts +32 -0
  767. package/esm/stack/stack.js +58 -0
  768. package/esm/stack/types.d.ts +22 -0
  769. package/esm/stack/types.js +1 -0
  770. package/esm/style/__fixtures__/utilities-dark.fixture.d.ts +4407 -0
  771. package/esm/style/__fixtures__/utilities-dark.fixture.js +4409 -0
  772. package/esm/style/__mocks__/CSS.mock.d.ts +10 -0
  773. package/esm/style/__mocks__/CSS.mock.js +9 -0
  774. package/esm/style/__mocks__/UseStyle.mock.d.ts +10 -0
  775. package/esm/style/__mocks__/UseStyle.mock.js +8 -0
  776. package/esm/style/_buildUtils.d.ts +4 -0
  777. package/esm/style/_buildUtils.js +10 -0
  778. package/esm/style/_css.d.ts +6 -0
  779. package/esm/style/_css.js +18 -0
  780. package/esm/style/_escapeClassName.d.ts +6 -0
  781. package/esm/style/_escapeClassName.js +6 -0
  782. package/esm/style/_getStyle.d.ts +6 -0
  783. package/esm/style/_getStyle.js +15 -0
  784. package/esm/style/_getStyleWithProps.d.ts +6 -0
  785. package/esm/style/_getStyleWithProps.js +15 -0
  786. package/esm/style/_parseStyle.d.ts +19 -0
  787. package/esm/style/_parseStyle.js +68 -0
  788. package/esm/style/_px2rem.d.ts +9 -0
  789. package/esm/style/_px2rem.js +14 -0
  790. package/esm/style/index.d.ts +5 -0
  791. package/esm/style/index.js +5 -0
  792. package/esm/style/styled.d.ts +11 -0
  793. package/esm/style/styled.js +40 -0
  794. package/esm/style/useMemoizedStyletron.d.ts +5 -0
  795. package/esm/style/useMemoizedStyletron.js +14 -0
  796. package/esm/style/useStyle.d.ts +6 -0
  797. package/esm/style/useStyle.js +14 -0
  798. package/esm/styleEngine/index.d.ts +1 -0
  799. package/esm/styleEngine/index.js +1 -0
  800. package/esm/styleEngine/styleEngine.d.ts +19 -0
  801. package/esm/styleEngine/styleEngine.js +94 -0
  802. package/esm/styleEngine/utils.d.ts +0 -0
  803. package/esm/styleEngine/utils.js +0 -0
  804. package/esm/switch/__test__/switch.spec.d.ts +1 -0
  805. package/esm/switch/__test__/switch.spec.js +94 -0
  806. package/esm/switch/basewebAdapter.d.ts +5 -0
  807. package/esm/switch/basewebAdapter.js +18 -0
  808. package/esm/switch/index.d.ts +3 -0
  809. package/esm/switch/index.js +3 -0
  810. package/esm/switch/styled-components.d.ts +5 -0
  811. package/esm/switch/styled-components.js +82 -0
  812. package/esm/switch/switch.d.ts +10 -0
  813. package/esm/switch/switch.js +15 -0
  814. package/esm/switch/types.d.ts +28 -0
  815. package/esm/switch/types.js +1 -0
  816. package/esm/tabs/contexts.d.ts +12 -0
  817. package/esm/tabs/contexts.js +11 -0
  818. package/esm/tabs/helpers.d.ts +5 -0
  819. package/esm/tabs/helpers.js +6 -0
  820. package/esm/tabs/index.d.ts +5 -0
  821. package/esm/tabs/index.js +5 -0
  822. package/esm/tabs/stateful-tabs.d.ts +8 -0
  823. package/esm/tabs/stateful-tabs.js +20 -0
  824. package/esm/tabs/styled-components.d.ts +10 -0
  825. package/esm/tabs/styled-components.js +43 -0
  826. package/esm/tabs/tab-list.d.ts +7 -0
  827. package/esm/tabs/tab-list.js +43 -0
  828. package/esm/tabs/tab.d.ts +7 -0
  829. package/esm/tabs/tab.js +36 -0
  830. package/esm/tabs/tabs-panel.d.ts +7 -0
  831. package/esm/tabs/tabs-panel.js +18 -0
  832. package/esm/tabs/types.d.ts +52 -0
  833. package/esm/tabs/types.js +1 -0
  834. package/esm/tag/avatar-tag.d.ts +4 -0
  835. package/esm/tag/avatar-tag.js +24 -0
  836. package/esm/tag/index.d.ts +4 -0
  837. package/esm/tag/index.js +3 -0
  838. package/esm/tag/intentStyles.d.ts +4 -0
  839. package/esm/tag/intentStyles.js +85 -0
  840. package/esm/tag/styled-components.d.ts +4 -0
  841. package/esm/tag/styled-components.js +46 -0
  842. package/esm/tag/tag.d.ts +4 -0
  843. package/esm/tag/tag.js +55 -0
  844. package/esm/tag/types.d.ts +53 -0
  845. package/esm/tag/types.js +1 -0
  846. package/esm/tag/utils.d.ts +2 -0
  847. package/esm/tag/utils.js +19 -0
  848. package/esm/test-utils/test-provider/TestProvider.d.ts +6 -0
  849. package/esm/test-utils/test-provider/TestProvider.js +14 -0
  850. package/esm/test-utils/test-provider/helpers.d.ts +27 -0
  851. package/esm/test-utils/test-provider/helpers.js +55 -0
  852. package/esm/test-utils/test-provider/index.d.ts +2 -0
  853. package/esm/test-utils/test-provider/index.js +2 -0
  854. package/esm/test-utils/test-provider/testableThemes.d.ts +5 -0
  855. package/esm/test-utils/test-provider/testableThemes.js +9 -0
  856. package/esm/textarea/basewebAdapters.d.ts +3 -0
  857. package/esm/textarea/basewebAdapters.js +32 -0
  858. package/esm/textarea/index.d.ts +3 -0
  859. package/esm/textarea/index.js +3 -0
  860. package/esm/textarea/styled-components.d.ts +11 -0
  861. package/esm/textarea/styled-components.js +14 -0
  862. package/esm/textarea/textarea.d.ts +10 -0
  863. package/esm/textarea/textarea.js +33 -0
  864. package/esm/textarea/types.d.ts +27 -0
  865. package/esm/textarea/types.js +1 -0
  866. package/esm/textarea/useAutoSizeTextarea.d.ts +8 -0
  867. package/esm/textarea/useAutoSizeTextarea.js +14 -0
  868. package/esm/theme/context.d.ts +14 -0
  869. package/esm/theme/context.js +65 -0
  870. package/esm/theme/index.d.ts +2 -0
  871. package/esm/theme/index.js +2 -0
  872. package/esm/theme/types.d.ts +6 -0
  873. package/esm/theme/types.js +1 -0
  874. package/esm/themes/dark-theme.d.ts +6 -0
  875. package/esm/themes/dark-theme.js +9 -0
  876. package/esm/themes/index.d.ts +10 -0
  877. package/esm/themes/index.js +18 -0
  878. package/esm/themes/light-theme.d.ts +6 -0
  879. package/esm/themes/light-theme.js +9 -0
  880. package/esm/themes/responsive-theme.d.ts +20 -0
  881. package/esm/themes/responsive-theme.js +19 -0
  882. package/esm/themes/shared.d.ts +4 -0
  883. package/esm/themes/shared.js +4 -0
  884. package/esm/time-picker/TimePicker.d.ts +8 -0
  885. package/esm/time-picker/TimePicker.js +28 -0
  886. package/esm/time-picker/index.d.ts +2 -0
  887. package/esm/time-picker/index.js +1 -0
  888. package/esm/time-picker/types.d.ts +15 -0
  889. package/esm/time-picker/types.js +1 -0
  890. package/esm/time-range-picker/RangeSelector.d.ts +7 -0
  891. package/esm/time-range-picker/RangeSelector.js +25 -0
  892. package/esm/time-range-picker/RangeSelectorContainer.d.ts +7 -0
  893. package/esm/time-range-picker/RangeSelectorContainer.js +101 -0
  894. package/esm/time-range-picker/TimeRangeList.d.ts +7 -0
  895. package/esm/time-range-picker/TimeRangeList.js +33 -0
  896. package/esm/time-range-picker/TimeRangePicker.d.ts +3 -0
  897. package/esm/time-range-picker/TimeRangePicker.js +186 -0
  898. package/esm/time-range-picker/TimezonePicker.d.ts +5 -0
  899. package/esm/time-range-picker/TimezonePicker.js +41 -0
  900. package/esm/time-range-picker/constants.d.ts +5 -0
  901. package/esm/time-range-picker/constants.js +5 -0
  902. package/esm/time-range-picker/index.d.ts +4 -0
  903. package/esm/time-range-picker/index.js +2 -0
  904. package/esm/time-range-picker/locale.d.ts +41 -0
  905. package/esm/time-range-picker/locale.js +1 -0
  906. package/esm/time-range-picker/styled-component.d.ts +1 -0
  907. package/esm/time-range-picker/styled-component.js +2 -0
  908. package/esm/time-range-picker/types.d.ts +78 -0
  909. package/esm/time-range-picker/types.js +1 -0
  910. package/esm/time-range-picker/utils.d.ts +42 -0
  911. package/esm/time-range-picker/utils.js +411 -0
  912. package/esm/time-zone-picker/TimezonePicker.d.ts +8 -0
  913. package/esm/time-zone-picker/TimezonePicker.js +52 -0
  914. package/esm/time-zone-picker/index.d.ts +2 -0
  915. package/esm/time-zone-picker/index.js +2 -0
  916. package/esm/time-zone-picker/types.d.ts +25 -0
  917. package/esm/time-zone-picker/types.js +1 -0
  918. package/esm/time-zone-picker/utils.d.ts +2 -0
  919. package/esm/time-zone-picker/utils.js +38 -0
  920. package/esm/tooltip/disabled-tooltip-container.d.ts +8 -0
  921. package/esm/tooltip/disabled-tooltip-container.js +63 -0
  922. package/esm/tooltip/index.d.ts +6 -0
  923. package/esm/tooltip/index.js +5 -0
  924. package/esm/tooltip/overrides.d.ts +5 -0
  925. package/esm/tooltip/overrides.js +54 -0
  926. package/esm/tooltip/stateful-tooltip-container.d.ts +8 -0
  927. package/esm/tooltip/stateful-tooltip-container.js +8 -0
  928. package/esm/tooltip/stateful-tooltip.d.ts +8 -0
  929. package/esm/tooltip/stateful-tooltip.js +14 -0
  930. package/esm/tooltip/styled-component.d.ts +2 -0
  931. package/esm/tooltip/styled-component.js +3 -0
  932. package/esm/tooltip/tooltip.d.ts +7 -0
  933. package/esm/tooltip/tooltip.js +46 -0
  934. package/esm/tooltip/types.d.ts +51 -0
  935. package/esm/tooltip/types.js +1 -0
  936. package/esm/types.d.ts +98 -0
  937. package/esm/types.js +2 -0
  938. package/esm/typography/Typography.d.ts +12 -0
  939. package/esm/typography/Typography.js +27 -0
  940. package/esm/typography/constants.d.ts +6 -0
  941. package/esm/typography/constants.js +6 -0
  942. package/esm/typography/index.d.ts +2 -0
  943. package/esm/typography/index.js +1 -0
  944. package/esm/typography/styled-components.d.ts +1 -0
  945. package/esm/typography/styled-components.js +10 -0
  946. package/esm/typography/types.d.ts +9 -0
  947. package/esm/typography/types.js +1 -0
  948. package/esm/utility-types/index.d.ts +1 -0
  949. package/esm/utility-types/index.js +1 -0
  950. package/esm/video/Video.d.ts +15 -0
  951. package/esm/video/Video.js +38 -0
  952. package/esm/video/index.d.ts +2 -0
  953. package/esm/video/index.js +1 -0
  954. package/esm/video/types.d.ts +17 -0
  955. package/esm/video/types.js +1 -0
  956. package/form-control/context.d.ts +22 -0
  957. package/form-control/context.js +23 -0
  958. package/form-control/form-control.d.ts +4 -0
  959. package/form-control/form-control.js +57 -0
  960. package/form-control/index.d.ts +3 -0
  961. package/form-control/index.js +14 -0
  962. package/form-control/package.json +4 -0
  963. package/form-control/styled-component.d.ts +8 -0
  964. package/form-control/styled-component.js +36 -0
  965. package/form-control/types.d.ts +46 -0
  966. package/form-control/types.js +2 -0
  967. package/grid/Col.d.ts +10 -0
  968. package/grid/Col.js +48 -0
  969. package/grid/Grid.d.ts +22 -0
  970. package/grid/Grid.js +62 -0
  971. package/grid/index.d.ts +6 -0
  972. package/grid/index.js +8 -0
  973. package/grid/package.json +4 -0
  974. package/grid/types.d.ts +32 -0
  975. package/grid/types.js +2 -0
  976. package/grid/utils.d.ts +1 -0
  977. package/grid/utils.js +31 -0
  978. package/helpers/ClearIconButton.d.ts +5 -0
  979. package/helpers/ClearIconButton.js +22 -0
  980. package/helpers/baseui/useConvertOverrides.d.ts +15 -0
  981. package/helpers/baseui/useConvertOverrides.js +35 -0
  982. package/helpers/baseui/withThemeOverride.d.ts +9 -0
  983. package/helpers/baseui/withThemeOverride.js +23 -0
  984. package/helpers/commonStyles.d.ts +17 -0
  985. package/helpers/commonStyles.js +54 -0
  986. package/helpers/index.d.ts +25 -0
  987. package/helpers/index.js +72 -0
  988. package/helpers/intentHelper.d.ts +5 -0
  989. package/helpers/intentHelper.js +21 -0
  990. package/helpers/longHandHelpers.d.ts +7 -0
  991. package/helpers/longHandHelpers.js +45 -0
  992. package/helpers/package.json +4 -0
  993. package/helpers/styletron.d.ts +12 -0
  994. package/helpers/styletron.js +16 -0
  995. package/helpers/themeHelpers.d.ts +4 -0
  996. package/helpers/themeHelpers.js +24 -0
  997. package/helpers/typography.d.ts +2 -0
  998. package/helpers/typography.js +10 -0
  999. package/hooks/package.json +4 -0
  1000. package/hooks/useAutoFocus.d.ts +9 -0
  1001. package/hooks/useAutoFocus.js +61 -0
  1002. package/hooks/useCombinedHandler.d.ts +6 -0
  1003. package/hooks/useCombinedHandler.js +22 -0
  1004. package/hooks/useCombinedRef.d.ts +6 -0
  1005. package/hooks/useCombinedRef.js +37 -0
  1006. package/hooks/useDebouncedEventHandler.d.ts +6 -0
  1007. package/hooks/useDebouncedEventHandler.js +38 -0
  1008. package/hooks/useFirstMountState.d.ts +2 -0
  1009. package/hooks/useFirstMountState.js +16 -0
  1010. package/hooks/useFocusVisible.d.ts +5 -0
  1011. package/hooks/useFocusVisible.js +26 -0
  1012. package/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  1013. package/hooks/useIsomorphicLayoutEffect.js +6 -0
  1014. package/hooks/useLatest.d.ts +4 -0
  1015. package/hooks/useLatest.js +13 -0
  1016. package/hooks/useMeasure.d.ts +6 -0
  1017. package/hooks/useMeasure.js +43 -0
  1018. package/hooks/usePrevious.d.ts +2 -0
  1019. package/hooks/usePrevious.js +13 -0
  1020. package/hooks/useScrollCapture.d.ts +5 -0
  1021. package/hooks/useScrollCapture.js +69 -0
  1022. package/hooks/useStickyElement.d.ts +5 -0
  1023. package/hooks/useStickyElement.js +34 -0
  1024. package/hooks/useTabsKeyboardNavigation.d.ts +14 -0
  1025. package/hooks/useTabsKeyboardNavigation.js +103 -0
  1026. package/hooks/useUniqueId.d.ts +3 -0
  1027. package/hooks/useUniqueId.js +11 -0
  1028. package/hooks/useUpdateEffect.d.ts +3 -0
  1029. package/hooks/useUpdateEffect.js +14 -0
  1030. package/icon/components/alert-solid.d.ts +3 -0
  1031. package/icon/components/alert-solid.js +9 -0
  1032. package/icon/components/alert.d.ts +3 -0
  1033. package/icon/components/alert.js +9 -0
  1034. package/icon/components/calendar-solid.d.ts +3 -0
  1035. package/icon/components/calendar-solid.js +9 -0
  1036. package/icon/components/chevron-down.d.ts +3 -0
  1037. package/icon/components/chevron-down.js +9 -0
  1038. package/icon/components/chevron-right-solid.d.ts +3 -0
  1039. package/icon/components/chevron-right-solid.js +9 -0
  1040. package/icon/components/close.d.ts +3 -0
  1041. package/icon/components/close.js +9 -0
  1042. package/icon/components/error-clr.d.ts +3 -0
  1043. package/icon/components/error-clr.js +9 -0
  1044. package/icon/components/error-solid.d.ts +3 -0
  1045. package/icon/components/error-solid.js +9 -0
  1046. package/icon/components/error.d.ts +3 -0
  1047. package/icon/components/error.js +9 -0
  1048. package/icon/components/imagePreview.d.ts +3 -0
  1049. package/icon/components/imagePreview.js +9 -0
  1050. package/icon/components/info.d.ts +3 -0
  1051. package/icon/components/info.js +9 -0
  1052. package/icon/components/play-video.d.ts +3 -0
  1053. package/icon/components/play-video.js +9 -0
  1054. package/icon/components/search.d.ts +3 -0
  1055. package/icon/components/search.js +9 -0
  1056. package/icon/components/tick.d.ts +3 -0
  1057. package/icon/components/tick.js +9 -0
  1058. package/icon/components/tickCircle-solid.d.ts +3 -0
  1059. package/icon/components/tickCircle-solid.js +9 -0
  1060. package/icon/components/user.d.ts +3 -0
  1061. package/icon/components/user.js +9 -0
  1062. package/icon/components/video-non-playable.d.ts +3 -0
  1063. package/icon/components/video-non-playable.js +9 -0
  1064. package/icon/icon.d.ts +4 -0
  1065. package/icon/icon.js +18 -0
  1066. package/icon/index.d.ts +2 -0
  1067. package/icon/index.js +7 -0
  1068. package/icon/package.json +4 -0
  1069. package/icon/styled-components.d.ts +1 -0
  1070. package/icon/styled-components.js +13 -0
  1071. package/icon/types.d.ts +10 -0
  1072. package/icon/types.js +2 -0
  1073. package/image/Image.d.ts +15 -0
  1074. package/image/Image.js +30 -0
  1075. package/image/defaultFallbackImg.d.ts +4 -0
  1076. package/image/defaultFallbackImg.js +15 -0
  1077. package/image/index.d.ts +2 -0
  1078. package/image/index.js +8 -0
  1079. package/image/package.json +4 -0
  1080. package/image/types.d.ts +27 -0
  1081. package/image/types.js +2 -0
  1082. package/index.d.ts +3 -0
  1083. package/index.js +6 -0
  1084. package/input/basewebAdapters.d.ts +7 -0
  1085. package/input/basewebAdapters.js +47 -0
  1086. package/input/index.d.ts +4 -0
  1087. package/input/index.js +20 -0
  1088. package/input/input.d.ts +14 -0
  1089. package/input/input.js +34 -0
  1090. package/input/package.json +4 -0
  1091. package/input/styled-components.d.ts +6 -0
  1092. package/input/styled-components.js +134 -0
  1093. package/input/types.d.ts +39 -0
  1094. package/input/types.js +2 -0
  1095. package/layer/LayersManager.d.ts +8 -0
  1096. package/layer/LayersManager.js +22 -0
  1097. package/layer/constants.d.ts +6 -0
  1098. package/layer/constants.js +10 -0
  1099. package/layer/index.d.ts +2 -0
  1100. package/layer/index.js +11 -0
  1101. package/layer/package.json +4 -0
  1102. package/layer/useLayersContextValue.d.ts +3 -0
  1103. package/layer/useLayersContextValue.js +56 -0
  1104. package/link/index.d.ts +2 -0
  1105. package/link/index.js +7 -0
  1106. package/link/link.d.ts +11 -0
  1107. package/link/link.js +14 -0
  1108. package/link/package.json +4 -0
  1109. package/link/styled-components.d.ts +3 -0
  1110. package/link/styled-components.js +22 -0
  1111. package/link/types.d.ts +4 -0
  1112. package/link/types.js +2 -0
  1113. package/list/avatar-list-item.d.ts +33 -0
  1114. package/list/avatar-list-item.js +20 -0
  1115. package/list/divider.d.ts +13 -0
  1116. package/list/divider.js +17 -0
  1117. package/list/index.d.ts +7 -0
  1118. package/list/index.js +22 -0
  1119. package/list/list-item-text.d.ts +4 -0
  1120. package/list/list-item-text.js +14 -0
  1121. package/list/list-item.d.ts +25 -0
  1122. package/list/list-item.js +53 -0
  1123. package/list/list.d.ts +12 -0
  1124. package/list/list.js +14 -0
  1125. package/list/package.json +4 -0
  1126. package/list/styled-component.d.ts +9 -0
  1127. package/list/styled-component.js +78 -0
  1128. package/list/types.d.ts +57 -0
  1129. package/list/types.js +2 -0
  1130. package/loader/index.d.ts +3 -0
  1131. package/loader/index.js +12 -0
  1132. package/loader/loader.d.ts +6 -0
  1133. package/loader/loader.js +41 -0
  1134. package/loader/package.json +4 -0
  1135. package/loader/styled-component.d.ts +4 -0
  1136. package/loader/styled-component.js +61 -0
  1137. package/loader/types.d.ts +23 -0
  1138. package/loader/types.js +2 -0
  1139. package/locale/context.d.ts +16 -0
  1140. package/locale/context.js +22 -0
  1141. package/locale/en_US.d.ts +2 -0
  1142. package/locale/en_US.js +71 -0
  1143. package/locale/index.d.ts +3 -0
  1144. package/locale/index.js +9 -0
  1145. package/locale/package.json +4 -0
  1146. package/locale/types.d.ts +21 -0
  1147. package/locale/types.js +2 -0
  1148. package/menu/MenuContext.d.ts +11 -0
  1149. package/menu/MenuContext.js +14 -0
  1150. package/menu/helpers.d.ts +12 -0
  1151. package/menu/helpers.js +83 -0
  1152. package/menu/index.d.ts +4 -0
  1153. package/menu/index.js +12 -0
  1154. package/menu/menu-item.d.ts +45 -0
  1155. package/menu/menu-item.js +82 -0
  1156. package/menu/menu.d.ts +25 -0
  1157. package/menu/menu.js +58 -0
  1158. package/menu/nested-menu-context.d.ts +23 -0
  1159. package/menu/nested-menu-context.js +72 -0
  1160. package/menu/package.json +4 -0
  1161. package/menu/types.d.ts +72 -0
  1162. package/menu/types.js +2 -0
  1163. package/menu/useItemContainerEventHandlers.d.ts +13 -0
  1164. package/menu/useItemContainerEventHandlers.js +35 -0
  1165. package/menu/useKeyboardNavigation.d.ts +23 -0
  1166. package/menu/useKeyboardNavigation.js +127 -0
  1167. package/menu/useStatefulMenu.d.ts +20 -0
  1168. package/menu/useStatefulMenu.js +69 -0
  1169. package/modal/adapter.d.ts +6 -0
  1170. package/modal/adapter.js +22 -0
  1171. package/modal/index.d.ts +7 -0
  1172. package/modal/index.js +24 -0
  1173. package/modal/modal-footer.d.ts +7 -0
  1174. package/modal/modal-footer.js +12 -0
  1175. package/modal/modal-header.d.ts +7 -0
  1176. package/modal/modal-header.js +13 -0
  1177. package/modal/modal.d.ts +7 -0
  1178. package/modal/modal.js +36 -0
  1179. package/modal/overrides.d.ts +9 -0
  1180. package/modal/overrides.js +71 -0
  1181. package/modal/package.json +4 -0
  1182. package/modal/styled-components.d.ts +7 -0
  1183. package/modal/styled-components.js +40 -0
  1184. package/modal/types.d.ts +24 -0
  1185. package/modal/types.js +5 -0
  1186. package/overrides/index.d.ts +3 -0
  1187. package/overrides/index.js +10 -0
  1188. package/overrides/mergeOverrides.d.ts +3 -0
  1189. package/overrides/mergeOverrides.js +45 -0
  1190. package/overrides/package.json +4 -0
  1191. package/overrides/types.d.ts +22 -0
  1192. package/overrides/types.js +5 -0
  1193. package/overrides/useOverrides.d.ts +8 -0
  1194. package/overrides/useOverrides.js +18 -0
  1195. package/package.json +102 -0
  1196. package/payment-card/basewebAdapters.d.ts +7 -0
  1197. package/payment-card/basewebAdapters.js +24 -0
  1198. package/payment-card/index.d.ts +3 -0
  1199. package/payment-card/index.js +11 -0
  1200. package/payment-card/package.json +4 -0
  1201. package/payment-card/paymentCard.d.ts +10 -0
  1202. package/payment-card/paymentCard.js +26 -0
  1203. package/payment-card/styled-components.d.ts +3 -0
  1204. package/payment-card/styled-components.js +16 -0
  1205. package/payment-card/types.d.ts +17 -0
  1206. package/payment-card/types.js +2 -0
  1207. package/phone-input/constants.d.ts +2299 -0
  1208. package/phone-input/constants.js +330 -0
  1209. package/phone-input/country-select-container.d.ts +6 -0
  1210. package/phone-input/country-select-container.js +17 -0
  1211. package/phone-input/country-select.d.ts +8 -0
  1212. package/phone-input/country-select.js +93 -0
  1213. package/phone-input/default-props.d.ts +23 -0
  1214. package/phone-input/default-props.js +27 -0
  1215. package/phone-input/dial-code.d.ts +4 -0
  1216. package/phone-input/dial-code.js +14 -0
  1217. package/phone-input/flag-container.d.ts +5 -0
  1218. package/phone-input/flag-container.js +20 -0
  1219. package/phone-input/index.d.ts +6 -0
  1220. package/phone-input/index.js +12 -0
  1221. package/phone-input/locale.d.ts +5 -0
  1222. package/phone-input/locale.js +2 -0
  1223. package/phone-input/package.json +4 -0
  1224. package/phone-input/phone-input.d.ts +25 -0
  1225. package/phone-input/phone-input.js +59 -0
  1226. package/phone-input/stateful-phone-input-container.d.ts +4 -0
  1227. package/phone-input/stateful-phone-input-container.js +21 -0
  1228. package/phone-input/stateful-phone-input.d.ts +25 -0
  1229. package/phone-input/stateful-phone-input.js +13 -0
  1230. package/phone-input/styled-components.d.ts +13 -0
  1231. package/phone-input/styled-components.js +39 -0
  1232. package/phone-input/types.d.ts +63 -0
  1233. package/phone-input/types.js +2 -0
  1234. package/phone-input/utils.d.ts +6 -0
  1235. package/phone-input/utils.js +34 -0
  1236. package/phone-input/virtualized-country-select-dropdown.d.ts +31 -0
  1237. package/phone-input/virtualized-country-select-dropdown.js +35 -0
  1238. package/popover/PopoverEnahncer.d.ts +15 -0
  1239. package/popover/PopoverEnahncer.js +60 -0
  1240. package/popover/adapter.d.ts +6 -0
  1241. package/popover/adapter.js +28 -0
  1242. package/popover/constants.d.ts +3 -0
  1243. package/popover/constants.js +11 -0
  1244. package/popover/hooks.d.ts +14 -0
  1245. package/popover/hooks.js +30 -0
  1246. package/popover/index.d.ts +6 -0
  1247. package/popover/index.js +21 -0
  1248. package/popover/overrides.d.ts +8 -0
  1249. package/popover/overrides.js +74 -0
  1250. package/popover/package.json +4 -0
  1251. package/popover/popover.d.ts +16 -0
  1252. package/popover/popover.js +41 -0
  1253. package/popover/stateful-popover.d.ts +7 -0
  1254. package/popover/stateful-popover.js +25 -0
  1255. package/popover/styled-components.d.ts +2 -0
  1256. package/popover/styled-components.js +23 -0
  1257. package/popover/types.d.ts +32 -0
  1258. package/popover/types.js +10 -0
  1259. package/popover/useFoucsLock.d.ts +6 -0
  1260. package/popover/useFoucsLock.js +13 -0
  1261. package/popover/utils.d.ts +14 -0
  1262. package/popover/utils.js +32 -0
  1263. package/progress/circular/CircularProgress.d.ts +4 -0
  1264. package/progress/circular/CircularProgress.js +21 -0
  1265. package/progress/circular/index.d.ts +3 -0
  1266. package/progress/circular/index.js +5 -0
  1267. package/progress/circular/styled-component.d.ts +15 -0
  1268. package/progress/circular/styled-component.js +102 -0
  1269. package/progress/circular/types.d.ts +22 -0
  1270. package/progress/circular/types.js +2 -0
  1271. package/progress/helper.d.ts +3 -0
  1272. package/progress/helper.js +17 -0
  1273. package/progress/index.d.ts +6 -0
  1274. package/progress/index.js +13 -0
  1275. package/progress/linear/LinearProgress.d.ts +4 -0
  1276. package/progress/linear/LinearProgress.js +17 -0
  1277. package/progress/linear/ProgressSegment.d.ts +9 -0
  1278. package/progress/linear/ProgressSegment.js +16 -0
  1279. package/progress/linear/index.d.ts +4 -0
  1280. package/progress/linear/index.js +9 -0
  1281. package/progress/linear/styled-component.d.ts +14 -0
  1282. package/progress/linear/styled-component.js +72 -0
  1283. package/progress/linear/types.d.ts +20 -0
  1284. package/progress/linear/types.js +2 -0
  1285. package/progress/package.json +4 -0
  1286. package/progress/types.d.ts +18 -0
  1287. package/progress/types.js +2 -0
  1288. package/radio/basewebAdapters.d.ts +16 -0
  1289. package/radio/basewebAdapters.js +51 -0
  1290. package/radio/index.d.ts +3 -0
  1291. package/radio/index.js +19 -0
  1292. package/radio/package.json +4 -0
  1293. package/radio/radio.d.ts +10 -0
  1294. package/radio/radio.js +28 -0
  1295. package/radio/styled-components.d.ts +7 -0
  1296. package/radio/styled-components.js +145 -0
  1297. package/radio/types.d.ts +37 -0
  1298. package/radio/types.js +2 -0
  1299. package/search/index.d.ts +2 -0
  1300. package/search/index.js +7 -0
  1301. package/search/package.json +4 -0
  1302. package/search/search.d.ts +8 -0
  1303. package/search/search.js +71 -0
  1304. package/search/styled-components.d.ts +13 -0
  1305. package/search/styled-components.js +80 -0
  1306. package/search/types.d.ts +19 -0
  1307. package/search/types.js +2 -0
  1308. package/select/adaptor.d.ts +4 -0
  1309. package/select/adaptor.js +8 -0
  1310. package/select/base-select.d.ts +63 -0
  1311. package/select/base-select.js +258 -0
  1312. package/select/constants.d.ts +7 -0
  1313. package/select/constants.js +7 -0
  1314. package/select/default-props.d.ts +38 -0
  1315. package/select/default-props.js +42 -0
  1316. package/select/index.d.ts +15 -0
  1317. package/select/index.js +47 -0
  1318. package/select/locale.d.ts +4 -0
  1319. package/select/locale.js +2 -0
  1320. package/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.d.ts +8 -0
  1321. package/select/mobileSelect/AdaptedCSSTransition/AdaptedCSSTransition.js +14 -0
  1322. package/select/mobileSelect/AdaptedCSSTransition/constants.d.ts +8 -0
  1323. package/select/mobileSelect/AdaptedCSSTransition/constants.js +11 -0
  1324. package/select/mobileSelect/AdaptedCSSTransition/index.d.ts +1 -0
  1325. package/select/mobileSelect/AdaptedCSSTransition/index.js +5 -0
  1326. package/select/mobileSelect/AdaptedCSSTransition/types.d.ts +2 -0
  1327. package/select/mobileSelect/AdaptedCSSTransition/types.js +2 -0
  1328. package/select/mobileSelect/Backdrop.d.ts +6 -0
  1329. package/select/mobileSelect/Backdrop.js +13 -0
  1330. package/select/mobileSelect/MobileSelect.d.ts +3 -0
  1331. package/select/mobileSelect/MobileSelect.js +23 -0
  1332. package/select/mobileSelect/MobileSheet.d.ts +21 -0
  1333. package/select/mobileSelect/MobileSheet.js +51 -0
  1334. package/select/mobileSelect/SwipeableTargetArea.d.ts +6 -0
  1335. package/select/mobileSelect/SwipeableTargetArea.js +14 -0
  1336. package/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.d.ts +4 -0
  1337. package/select/mobileSelect/hooks/useKeyboardViewportShiftOffset.js +24 -0
  1338. package/select/mobileSelect/hooks/usePauseBodyScrollEffect.d.ts +5 -0
  1339. package/select/mobileSelect/hooks/usePauseBodyScrollEffect.js +19 -0
  1340. package/select/mobileSelect/hooks/useSwipeableSheetStyles.d.ts +13 -0
  1341. package/select/mobileSelect/hooks/useSwipeableSheetStyles.js +57 -0
  1342. package/select/mobileSelect/hooks/useTransitionStyles.d.ts +2 -0
  1343. package/select/mobileSelect/hooks/useTransitionStyles.js +29 -0
  1344. package/select/mobileSelect/index.d.ts +2 -0
  1345. package/select/mobileSelect/index.js +7 -0
  1346. package/select/mobileSelect/overrides.d.ts +9 -0
  1347. package/select/mobileSelect/overrides.js +75 -0
  1348. package/select/multi-value.d.ts +3 -0
  1349. package/select/multi-value.js +29 -0
  1350. package/select/overlaySelect/OverlaySelect.d.ts +3 -0
  1351. package/select/overlaySelect/OverlaySelect.js +64 -0
  1352. package/select/overlaySelect/index.d.ts +1 -0
  1353. package/select/overlaySelect/index.js +8 -0
  1354. package/select/overlaySelect/useOverlaySelectOverrides.d.ts +14 -0
  1355. package/select/overlaySelect/useOverlaySelectOverrides.js +206 -0
  1356. package/select/overlaySelect/usePopover.d.ts +8 -0
  1357. package/select/overlaySelect/usePopover.js +29 -0
  1358. package/select/overrides.d.ts +56 -0
  1359. package/select/overrides.js +133 -0
  1360. package/select/package.json +4 -0
  1361. package/select/select-variants.d.ts +4 -0
  1362. package/select/select-variants.js +14 -0
  1363. package/select/select.d.ts +42 -0
  1364. package/select/select.js +22 -0
  1365. package/select/selectMenuAdapter/SelectMenuAdapter.d.ts +34 -0
  1366. package/select/selectMenuAdapter/SelectMenuAdapter.js +74 -0
  1367. package/select/selectMenuAdapter/SelectMenuItem.d.ts +57 -0
  1368. package/select/selectMenuAdapter/SelectMenuItem.js +39 -0
  1369. package/select/selectMenuAdapter/index.d.ts +2 -0
  1370. package/select/selectMenuAdapter/index.js +5 -0
  1371. package/select/stateful-select.d.ts +42 -0
  1372. package/select/stateful-select.js +16 -0
  1373. package/select/styled-component.d.ts +18 -0
  1374. package/select/styled-component.js +74 -0
  1375. package/select/types.d.ts +91 -0
  1376. package/select/types.js +4 -0
  1377. package/select/utils/default-filter-options.d.ts +1 -0
  1378. package/select/utils/default-filter-options.js +9 -0
  1379. package/setupTests.d.ts +1 -0
  1380. package/setupTests.js +24 -0
  1381. package/slider/index.d.ts +4 -0
  1382. package/slider/index.js +11 -0
  1383. package/slider/mark.d.ts +21 -0
  1384. package/slider/mark.js +13 -0
  1385. package/slider/package.json +4 -0
  1386. package/slider/slider.d.ts +7 -0
  1387. package/slider/slider.js +75 -0
  1388. package/slider/stateful-slider-container.d.ts +7 -0
  1389. package/slider/stateful-slider-container.js +13 -0
  1390. package/slider/stateful-slider.d.ts +7 -0
  1391. package/slider/stateful-slider.js +9 -0
  1392. package/slider/styled-components.d.ts +7 -0
  1393. package/slider/styled-components.js +93 -0
  1394. package/slider/types.d.ts +39 -0
  1395. package/slider/types.js +2 -0
  1396. package/snackbar/Snackbar.d.ts +4 -0
  1397. package/snackbar/Snackbar.js +59 -0
  1398. package/snackbar/constants.d.ts +6 -0
  1399. package/snackbar/constants.js +18 -0
  1400. package/snackbar/index.d.ts +2 -0
  1401. package/snackbar/index.js +7 -0
  1402. package/snackbar/package.json +4 -0
  1403. package/snackbar/styled-component.d.ts +8 -0
  1404. package/snackbar/styled-component.js +84 -0
  1405. package/snackbar/types.d.ts +37 -0
  1406. package/snackbar/types.js +2 -0
  1407. package/snackbar/useSnackbar.d.ts +24 -0
  1408. package/snackbar/useSnackbar.js +91 -0
  1409. package/spaceConsumer/SpaceConsumer.d.ts +10 -0
  1410. package/spaceConsumer/SpaceConsumer.js +12 -0
  1411. package/spaceConsumer/index.d.ts +1 -0
  1412. package/spaceConsumer/index.js +8 -0
  1413. package/spaceConsumer/package.json +4 -0
  1414. package/spacewebProvider/CustomBaseProvider.d.ts +17 -0
  1415. package/spacewebProvider/CustomBaseProvider.js +16 -0
  1416. package/spacewebProvider/DocumentProvider.d.ts +9 -0
  1417. package/spacewebProvider/DocumentProvider.js +22 -0
  1418. package/spacewebProvider/SpacewebProvider.d.ts +22 -0
  1419. package/spacewebProvider/SpacewebProvider.js +36 -0
  1420. package/spacewebProvider/index.d.ts +2 -0
  1421. package/spacewebProvider/index.js +7 -0
  1422. package/spacewebProvider/package.json +4 -0
  1423. package/spacewebProvider/utils.d.ts +1 -0
  1424. package/spacewebProvider/utils.js +5 -0
  1425. package/stack/context.d.ts +20 -0
  1426. package/stack/context.js +10 -0
  1427. package/stack/index.d.ts +3 -0
  1428. package/stack/index.js +9 -0
  1429. package/stack/package.json +4 -0
  1430. package/stack/stack-item.d.ts +12 -0
  1431. package/stack/stack-item.js +25 -0
  1432. package/stack/stack.d.ts +32 -0
  1433. package/stack/stack.js +60 -0
  1434. package/stack/types.d.ts +22 -0
  1435. package/stack/types.js +2 -0
  1436. package/style/__fixtures__/utilities-dark.fixture.d.ts +4407 -0
  1437. package/style/__fixtures__/utilities-dark.fixture.js +4409 -0
  1438. package/style/__mocks__/CSS.mock.d.ts +10 -0
  1439. package/style/__mocks__/CSS.mock.js +11 -0
  1440. package/style/__mocks__/UseStyle.mock.d.ts +10 -0
  1441. package/style/__mocks__/UseStyle.mock.js +11 -0
  1442. package/style/_buildUtils.d.ts +4 -0
  1443. package/style/_buildUtils.js +12 -0
  1444. package/style/_css.d.ts +6 -0
  1445. package/style/_css.js +20 -0
  1446. package/style/_escapeClassName.d.ts +6 -0
  1447. package/style/_escapeClassName.js +9 -0
  1448. package/style/_getStyle.d.ts +6 -0
  1449. package/style/_getStyle.js +17 -0
  1450. package/style/_getStyleWithProps.d.ts +6 -0
  1451. package/style/_getStyleWithProps.js +17 -0
  1452. package/style/_parseStyle.d.ts +19 -0
  1453. package/style/_parseStyle.js +71 -0
  1454. package/style/_px2rem.d.ts +9 -0
  1455. package/style/_px2rem.js +16 -0
  1456. package/style/index.d.ts +5 -0
  1457. package/style/index.js +13 -0
  1458. package/style/package.json +4 -0
  1459. package/style/styled.d.ts +11 -0
  1460. package/style/styled.js +42 -0
  1461. package/style/useMemoizedStyletron.d.ts +5 -0
  1462. package/style/useMemoizedStyletron.js +16 -0
  1463. package/style/useStyle.d.ts +6 -0
  1464. package/style/useStyle.js +16 -0
  1465. package/styleEngine/index.d.ts +1 -0
  1466. package/styleEngine/index.js +4 -0
  1467. package/styleEngine/package.json +4 -0
  1468. package/styleEngine/styleEngine.d.ts +19 -0
  1469. package/styleEngine/styleEngine.js +103 -0
  1470. package/styleEngine/utils.d.ts +0 -0
  1471. package/styleEngine/utils.js +0 -0
  1472. package/switch/__test__/switch.spec.d.ts +1 -0
  1473. package/switch/__test__/switch.spec.js +96 -0
  1474. package/switch/basewebAdapter.d.ts +5 -0
  1475. package/switch/basewebAdapter.js +22 -0
  1476. package/switch/index.d.ts +3 -0
  1477. package/switch/index.js +15 -0
  1478. package/switch/package.json +4 -0
  1479. package/switch/styled-components.d.ts +5 -0
  1480. package/switch/styled-components.js +88 -0
  1481. package/switch/switch.d.ts +10 -0
  1482. package/switch/switch.js +20 -0
  1483. package/switch/types.d.ts +28 -0
  1484. package/switch/types.js +2 -0
  1485. package/tabs/contexts.d.ts +12 -0
  1486. package/tabs/contexts.js +17 -0
  1487. package/tabs/helpers.d.ts +5 -0
  1488. package/tabs/helpers.js +11 -0
  1489. package/tabs/index.d.ts +5 -0
  1490. package/tabs/index.js +13 -0
  1491. package/tabs/package.json +4 -0
  1492. package/tabs/stateful-tabs.d.ts +8 -0
  1493. package/tabs/stateful-tabs.js +22 -0
  1494. package/tabs/styled-components.d.ts +10 -0
  1495. package/tabs/styled-components.js +49 -0
  1496. package/tabs/tab-list.d.ts +7 -0
  1497. package/tabs/tab-list.js +47 -0
  1498. package/tabs/tab.d.ts +7 -0
  1499. package/tabs/tab.js +38 -0
  1500. package/tabs/tabs-panel.d.ts +7 -0
  1501. package/tabs/tabs-panel.js +20 -0
  1502. package/tabs/types.d.ts +52 -0
  1503. package/tabs/types.js +2 -0
  1504. package/tag/avatar-tag.d.ts +4 -0
  1505. package/tag/avatar-tag.js +26 -0
  1506. package/tag/index.d.ts +4 -0
  1507. package/tag/index.js +15 -0
  1508. package/tag/intentStyles.d.ts +4 -0
  1509. package/tag/intentStyles.js +89 -0
  1510. package/tag/package.json +4 -0
  1511. package/tag/styled-components.d.ts +4 -0
  1512. package/tag/styled-components.js +49 -0
  1513. package/tag/tag.d.ts +4 -0
  1514. package/tag/tag.js +57 -0
  1515. package/tag/types.d.ts +53 -0
  1516. package/tag/types.js +2 -0
  1517. package/tag/utils.d.ts +2 -0
  1518. package/tag/utils.js +24 -0
  1519. package/test-utils/package.json +4 -0
  1520. package/test-utils/test-provider/TestProvider.d.ts +6 -0
  1521. package/test-utils/test-provider/TestProvider.js +16 -0
  1522. package/test-utils/test-provider/helpers.d.ts +27 -0
  1523. package/test-utils/test-provider/helpers.js +66 -0
  1524. package/test-utils/test-provider/index.d.ts +2 -0
  1525. package/test-utils/test-provider/index.js +16 -0
  1526. package/test-utils/test-provider/testableThemes.d.ts +5 -0
  1527. package/test-utils/test-provider/testableThemes.js +13 -0
  1528. package/textarea/basewebAdapters.d.ts +3 -0
  1529. package/textarea/basewebAdapters.js +34 -0
  1530. package/textarea/index.d.ts +3 -0
  1531. package/textarea/index.js +13 -0
  1532. package/textarea/package.json +4 -0
  1533. package/textarea/styled-components.d.ts +11 -0
  1534. package/textarea/styled-components.js +17 -0
  1535. package/textarea/textarea.d.ts +10 -0
  1536. package/textarea/textarea.js +38 -0
  1537. package/textarea/types.d.ts +27 -0
  1538. package/textarea/types.js +2 -0
  1539. package/textarea/useAutoSizeTextarea.d.ts +8 -0
  1540. package/textarea/useAutoSizeTextarea.js +16 -0
  1541. package/theme/context.d.ts +14 -0
  1542. package/theme/context.js +70 -0
  1543. package/theme/index.d.ts +2 -0
  1544. package/theme/index.js +5 -0
  1545. package/theme/package.json +4 -0
  1546. package/theme/types.d.ts +6 -0
  1547. package/theme/types.js +2 -0
  1548. package/themes/dark-theme.d.ts +6 -0
  1549. package/themes/dark-theme.js +12 -0
  1550. package/themes/index.d.ts +10 -0
  1551. package/themes/index.js +23 -0
  1552. package/themes/light-theme.d.ts +6 -0
  1553. package/themes/light-theme.js +12 -0
  1554. package/themes/package.json +4 -0
  1555. package/themes/responsive-theme.d.ts +20 -0
  1556. package/themes/responsive-theme.js +23 -0
  1557. package/themes/shared.d.ts +4 -0
  1558. package/themes/shared.js +7 -0
  1559. package/time-picker/TimePicker.d.ts +8 -0
  1560. package/time-picker/TimePicker.js +32 -0
  1561. package/time-picker/index.d.ts +2 -0
  1562. package/time-picker/index.js +5 -0
  1563. package/time-picker/package.json +4 -0
  1564. package/time-picker/types.d.ts +15 -0
  1565. package/time-picker/types.js +2 -0
  1566. package/time-range-picker/RangeSelector.d.ts +7 -0
  1567. package/time-range-picker/RangeSelector.js +27 -0
  1568. package/time-range-picker/RangeSelectorContainer.d.ts +7 -0
  1569. package/time-range-picker/RangeSelectorContainer.js +103 -0
  1570. package/time-range-picker/TimeRangeList.d.ts +7 -0
  1571. package/time-range-picker/TimeRangeList.js +35 -0
  1572. package/time-range-picker/TimeRangePicker.d.ts +3 -0
  1573. package/time-range-picker/TimeRangePicker.js +190 -0
  1574. package/time-range-picker/TimezonePicker.d.ts +5 -0
  1575. package/time-range-picker/TimezonePicker.js +45 -0
  1576. package/time-range-picker/constants.d.ts +5 -0
  1577. package/time-range-picker/constants.js +8 -0
  1578. package/time-range-picker/index.d.ts +4 -0
  1579. package/time-range-picker/index.js +8 -0
  1580. package/time-range-picker/locale.d.ts +41 -0
  1581. package/time-range-picker/locale.js +2 -0
  1582. package/time-range-picker/package.json +4 -0
  1583. package/time-range-picker/styled-component.d.ts +1 -0
  1584. package/time-range-picker/styled-component.js +6 -0
  1585. package/time-range-picker/types.d.ts +78 -0
  1586. package/time-range-picker/types.js +2 -0
  1587. package/time-range-picker/utils.d.ts +42 -0
  1588. package/time-range-picker/utils.js +424 -0
  1589. package/time-zone-picker/TimezonePicker.d.ts +8 -0
  1590. package/time-zone-picker/TimezonePicker.js +56 -0
  1591. package/time-zone-picker/index.d.ts +2 -0
  1592. package/time-zone-picker/index.js +7 -0
  1593. package/time-zone-picker/package.json +4 -0
  1594. package/time-zone-picker/types.d.ts +25 -0
  1595. package/time-zone-picker/types.js +2 -0
  1596. package/time-zone-picker/utils.d.ts +2 -0
  1597. package/time-zone-picker/utils.js +42 -0
  1598. package/tooltip/disabled-tooltip-container.d.ts +8 -0
  1599. package/tooltip/disabled-tooltip-container.js +65 -0
  1600. package/tooltip/index.d.ts +6 -0
  1601. package/tooltip/index.js +18 -0
  1602. package/tooltip/overrides.d.ts +5 -0
  1603. package/tooltip/overrides.js +59 -0
  1604. package/tooltip/package.json +4 -0
  1605. package/tooltip/stateful-tooltip-container.d.ts +8 -0
  1606. package/tooltip/stateful-tooltip-container.js +10 -0
  1607. package/tooltip/stateful-tooltip.d.ts +8 -0
  1608. package/tooltip/stateful-tooltip.js +16 -0
  1609. package/tooltip/styled-component.d.ts +2 -0
  1610. package/tooltip/styled-component.js +10 -0
  1611. package/tooltip/tooltip.d.ts +7 -0
  1612. package/tooltip/tooltip.js +48 -0
  1613. package/tooltip/types.d.ts +51 -0
  1614. package/tooltip/types.js +2 -0
  1615. package/tsconfig.tsbuildinfo +1 -0
  1616. package/types.d.ts +98 -0
  1617. package/types.js +3 -0
  1618. package/typography/Typography.d.ts +12 -0
  1619. package/typography/Typography.js +29 -0
  1620. package/typography/constants.d.ts +6 -0
  1621. package/typography/constants.js +9 -0
  1622. package/typography/index.d.ts +2 -0
  1623. package/typography/index.js +8 -0
  1624. package/typography/package.json +4 -0
  1625. package/typography/styled-components.d.ts +1 -0
  1626. package/typography/styled-components.js +13 -0
  1627. package/typography/types.d.ts +9 -0
  1628. package/typography/types.js +2 -0
  1629. package/utility-types/index.d.ts +1 -0
  1630. package/utility-types/index.js +2 -0
  1631. package/utility-types/package.json +4 -0
  1632. package/video/Video.d.ts +15 -0
  1633. package/video/Video.js +40 -0
  1634. package/video/index.d.ts +2 -0
  1635. package/video/index.js +8 -0
  1636. package/video/package.json +4 -0
  1637. package/video/types.d.ts +17 -0
  1638. package/video/types.js +2 -0
@@ -0,0 +1,4409 @@
1
+ /**
2
+ * @author Ivan Torres
3
+ */
4
+ module.exports = {
5
+ 'sr-only': {
6
+ position: 'absolute',
7
+ width: '1px',
8
+ height: '1px',
9
+ padding: '0',
10
+ margin: '-1px',
11
+ overflow: 'hidden',
12
+ clip: 'rect(0, 0, 0, 0)',
13
+ whiteSpace: 'nowrap',
14
+ borderWidth: '0',
15
+ },
16
+ 'not-sr-only': {
17
+ position: 'static',
18
+ width: 'auto',
19
+ height: 'auto',
20
+ padding: '0',
21
+ margin: '0',
22
+ overflow: 'visible',
23
+ clip: 'auto',
24
+ whiteSpace: 'normal',
25
+ },
26
+ 'appearance-none': {
27
+ WebkitAppearance: 'none',
28
+ MozAppearance: 'none',
29
+ appearance: 'none',
30
+ },
31
+ 'bg-fixed': {
32
+ backgroundAttachment: 'fixed',
33
+ },
34
+ 'bg-local': {
35
+ backgroundAttachment: 'local',
36
+ },
37
+ 'bg-scroll': {
38
+ backgroundAttachment: 'scroll',
39
+ },
40
+ 'bg-anchor': {
41
+ backgroundColor: '#73737D',
42
+ },
43
+ 'bg-ash': {
44
+ backgroundColor: '#D7D7E0',
45
+ },
46
+ 'bg-azure': {
47
+ backgroundColor: '#E6E9F9',
48
+ },
49
+ 'bg-charcoal': {
50
+ backgroundColor: '#0A0A14',
51
+ },
52
+ 'bg-fossil': {
53
+ backgroundColor: '#A9A9B2',
54
+ },
55
+ 'bg-graphite': {
56
+ backgroundColor: '#48484C',
57
+ },
58
+ 'bg-lead': {
59
+ backgroundColor: '#3A3A3E',
60
+ },
61
+ 'bg-obsidian': {
62
+ backgroundColor: '#2C2C2F',
63
+ },
64
+ 'bg-pebble': {
65
+ backgroundColor: '#AEAEB2',
66
+ },
67
+ 'bg-powder': {
68
+ backgroundColor: '#EFEFF8',
69
+ },
70
+ 'bg-slate': {
71
+ backgroundColor: '#646469',
72
+ },
73
+ 'bg-smoke': {
74
+ backgroundColor: '#1C1C1F',
75
+ },
76
+ 'bg-space': {
77
+ backgroundColor: '#0828CC',
78
+ },
79
+ 'bg-stone': {
80
+ backgroundColor: '#141416',
81
+ },
82
+ 'bg-transparent': {
83
+ backgroundColor: 'transparent',
84
+ },
85
+ 'bg-water': {
86
+ backgroundColor: '#F8F8FD',
87
+ },
88
+ 'bg-white': {
89
+ backgroundColor: '#fff',
90
+ },
91
+ 'bg-bottom': {
92
+ backgroundPosition: 'bottom',
93
+ },
94
+ 'bg-center': {
95
+ backgroundPosition: 'center',
96
+ },
97
+ 'bg-left': {
98
+ backgroundPosition: 'left',
99
+ },
100
+ 'bg-left-bottom': {
101
+ backgroundPosition: 'left bottom',
102
+ },
103
+ 'bg-left-top': {
104
+ backgroundPosition: 'left top',
105
+ },
106
+ 'bg-right': {
107
+ backgroundPosition: 'right',
108
+ },
109
+ 'bg-right-bottom': {
110
+ backgroundPosition: 'right bottom',
111
+ },
112
+ 'bg-right-top': {
113
+ backgroundPosition: 'right top',
114
+ },
115
+ 'bg-top': {
116
+ backgroundPosition: 'top',
117
+ },
118
+ 'bg-repeat': {
119
+ backgroundRepeat: 'repeat',
120
+ },
121
+ 'bg-no-repeat': {
122
+ backgroundRepeat: 'no-repeat',
123
+ },
124
+ 'bg-repeat-x': {
125
+ backgroundRepeat: 'repeat-x',
126
+ },
127
+ 'bg-repeat-y': {
128
+ backgroundRepeat: 'repeat-y',
129
+ },
130
+ 'bg-repeat-round': {
131
+ backgroundRepeat: 'round',
132
+ },
133
+ 'bg-repeat-space': {
134
+ backgroundRepeat: 'space',
135
+ },
136
+ 'bg-auto': {
137
+ backgroundSize: 'auto',
138
+ },
139
+ 'bg-cover': {
140
+ backgroundSize: 'cover',
141
+ },
142
+ 'bg-contain': {
143
+ backgroundSize: 'contain',
144
+ },
145
+ 'border-collapse': {
146
+ borderCollapse: 'collapse',
147
+ },
148
+ 'border-separate': {
149
+ borderCollapse: 'separate',
150
+ },
151
+ 'border-anchor': {
152
+ borderColor: '#73737D',
153
+ },
154
+ 'border-ash': {
155
+ borderColor: '#D7D7E0',
156
+ },
157
+ 'border-azure': {
158
+ borderColor: '#E6E9F9',
159
+ },
160
+ 'border-charcoal': {
161
+ borderColor: '#0A0A14',
162
+ },
163
+ 'border-fossil': {
164
+ borderColor: '#A9A9B2',
165
+ },
166
+ 'border-graphite': {
167
+ borderColor: '#48484C',
168
+ },
169
+ 'border-lead': {
170
+ borderColor: '#3A3A3E',
171
+ },
172
+ 'border-obsidian': {
173
+ borderColor: '#2C2C2F',
174
+ },
175
+ 'border-pebble': {
176
+ borderColor: '#AEAEB2',
177
+ },
178
+ 'border-powder': {
179
+ borderColor: '#EFEFF8',
180
+ },
181
+ 'border-slate': {
182
+ borderColor: '#646469',
183
+ },
184
+ 'border-smoke': {
185
+ borderColor: '#1C1C1F',
186
+ },
187
+ 'border-space': {
188
+ borderColor: '#0828CC',
189
+ },
190
+ 'border-stone': {
191
+ borderColor: '#141416',
192
+ },
193
+ 'border-transparent': {
194
+ borderColor: 'transparent',
195
+ },
196
+ 'border-water': {
197
+ borderColor: '#F8F8FD',
198
+ },
199
+ 'border-white': {
200
+ borderColor: '#fff',
201
+ },
202
+ 'rounded-none': {
203
+ borderRadius: '0',
204
+ },
205
+ 'rounded-sm': {
206
+ borderRadius: '0.125rem',
207
+ },
208
+ rounded: {
209
+ borderRadius: '0.25rem',
210
+ },
211
+ 'rounded-md': {
212
+ borderRadius: '0.375rem',
213
+ },
214
+ 'rounded-lg': {
215
+ borderRadius: '0.5rem',
216
+ },
217
+ 'rounded-full': {
218
+ borderRadius: '9999px',
219
+ },
220
+ 'rounded-t-none': {
221
+ borderTopLeftRadius: '0',
222
+ borderTopRightRadius: '0',
223
+ },
224
+ 'rounded-r-none': {
225
+ borderTopRightRadius: '0',
226
+ borderBottomRightRadius: '0',
227
+ },
228
+ 'rounded-b-none': {
229
+ borderBottomRightRadius: '0',
230
+ borderBottomLeftRadius: '0',
231
+ },
232
+ 'rounded-l-none': {
233
+ borderTopLeftRadius: '0',
234
+ borderBottomLeftRadius: '0',
235
+ },
236
+ 'rounded-t-sm': {
237
+ borderTopLeftRadius: '0.125rem',
238
+ borderTopRightRadius: '0.125rem',
239
+ },
240
+ 'rounded-r-sm': {
241
+ borderTopRightRadius: '0.125rem',
242
+ borderBottomRightRadius: '0.125rem',
243
+ },
244
+ 'rounded-b-sm': {
245
+ borderBottomRightRadius: '0.125rem',
246
+ borderBottomLeftRadius: '0.125rem',
247
+ },
248
+ 'rounded-l-sm': {
249
+ borderTopLeftRadius: '0.125rem',
250
+ borderBottomLeftRadius: '0.125rem',
251
+ },
252
+ 'rounded-t': {
253
+ borderTopLeftRadius: '0.25rem',
254
+ borderTopRightRadius: '0.25rem',
255
+ },
256
+ 'rounded-r': {
257
+ borderTopRightRadius: '0.25rem',
258
+ borderBottomRightRadius: '0.25rem',
259
+ },
260
+ 'rounded-b': {
261
+ borderBottomRightRadius: '0.25rem',
262
+ borderBottomLeftRadius: '0.25rem',
263
+ },
264
+ 'rounded-l': {
265
+ borderTopLeftRadius: '0.25rem',
266
+ borderBottomLeftRadius: '0.25rem',
267
+ },
268
+ 'rounded-t-md': {
269
+ borderTopLeftRadius: '0.375rem',
270
+ borderTopRightRadius: '0.375rem',
271
+ },
272
+ 'rounded-r-md': {
273
+ borderTopRightRadius: '0.375rem',
274
+ borderBottomRightRadius: '0.375rem',
275
+ },
276
+ 'rounded-b-md': {
277
+ borderBottomRightRadius: '0.375rem',
278
+ borderBottomLeftRadius: '0.375rem',
279
+ },
280
+ 'rounded-l-md': {
281
+ borderTopLeftRadius: '0.375rem',
282
+ borderBottomLeftRadius: '0.375rem',
283
+ },
284
+ 'rounded-t-lg': {
285
+ borderTopLeftRadius: '0.5rem',
286
+ borderTopRightRadius: '0.5rem',
287
+ },
288
+ 'rounded-r-lg': {
289
+ borderTopRightRadius: '0.5rem',
290
+ borderBottomRightRadius: '0.5rem',
291
+ },
292
+ 'rounded-b-lg': {
293
+ borderBottomRightRadius: '0.5rem',
294
+ borderBottomLeftRadius: '0.5rem',
295
+ },
296
+ 'rounded-l-lg': {
297
+ borderTopLeftRadius: '0.5rem',
298
+ borderBottomLeftRadius: '0.5rem',
299
+ },
300
+ 'rounded-t-full': {
301
+ borderTopLeftRadius: '9999px',
302
+ borderTopRightRadius: '9999px',
303
+ },
304
+ 'rounded-r-full': {
305
+ borderTopRightRadius: '9999px',
306
+ borderBottomRightRadius: '9999px',
307
+ },
308
+ 'rounded-b-full': {
309
+ borderBottomRightRadius: '9999px',
310
+ borderBottomLeftRadius: '9999px',
311
+ },
312
+ 'rounded-l-full': {
313
+ borderTopLeftRadius: '9999px',
314
+ borderBottomLeftRadius: '9999px',
315
+ },
316
+ 'rounded-tl-none': {
317
+ borderTopLeftRadius: '0',
318
+ },
319
+ 'rounded-tr-none': {
320
+ borderTopRightRadius: '0',
321
+ },
322
+ 'rounded-br-none': {
323
+ borderBottomRightRadius: '0',
324
+ },
325
+ 'rounded-bl-none': {
326
+ borderBottomLeftRadius: '0',
327
+ },
328
+ 'rounded-tl-sm': {
329
+ borderTopLeftRadius: '0.125rem',
330
+ },
331
+ 'rounded-tr-sm': {
332
+ borderTopRightRadius: '0.125rem',
333
+ },
334
+ 'rounded-br-sm': {
335
+ borderBottomRightRadius: '0.125rem',
336
+ },
337
+ 'rounded-bl-sm': {
338
+ borderBottomLeftRadius: '0.125rem',
339
+ },
340
+ 'rounded-tl': {
341
+ borderTopLeftRadius: '0.25rem',
342
+ },
343
+ 'rounded-tr': {
344
+ borderTopRightRadius: '0.25rem',
345
+ },
346
+ 'rounded-br': {
347
+ borderBottomRightRadius: '0.25rem',
348
+ },
349
+ 'rounded-bl': {
350
+ borderBottomLeftRadius: '0.25rem',
351
+ },
352
+ 'rounded-tl-md': {
353
+ borderTopLeftRadius: '0.375rem',
354
+ },
355
+ 'rounded-tr-md': {
356
+ borderTopRightRadius: '0.375rem',
357
+ },
358
+ 'rounded-br-md': {
359
+ borderBottomRightRadius: '0.375rem',
360
+ },
361
+ 'rounded-bl-md': {
362
+ borderBottomLeftRadius: '0.375rem',
363
+ },
364
+ 'rounded-tl-lg': {
365
+ borderTopLeftRadius: '0.5rem',
366
+ },
367
+ 'rounded-tr-lg': {
368
+ borderTopRightRadius: '0.5rem',
369
+ },
370
+ 'rounded-br-lg': {
371
+ borderBottomRightRadius: '0.5rem',
372
+ },
373
+ 'rounded-bl-lg': {
374
+ borderBottomLeftRadius: '0.5rem',
375
+ },
376
+ 'rounded-tl-full': {
377
+ borderTopLeftRadius: '9999px',
378
+ },
379
+ 'rounded-tr-full': {
380
+ borderTopRightRadius: '9999px',
381
+ },
382
+ 'rounded-br-full': {
383
+ borderBottomRightRadius: '9999px',
384
+ },
385
+ 'rounded-bl-full': {
386
+ borderBottomLeftRadius: '9999px',
387
+ },
388
+ 'border-solid': {
389
+ borderStyle: 'solid',
390
+ },
391
+ 'border-dashed': {
392
+ borderStyle: 'dashed',
393
+ },
394
+ 'border-dotted': {
395
+ borderStyle: 'dotted',
396
+ },
397
+ 'border-double': {
398
+ borderStyle: 'double',
399
+ },
400
+ 'border-none': {
401
+ borderStyle: 'none',
402
+ },
403
+ 'border-0': {
404
+ borderWidth: '0',
405
+ },
406
+ 'border-2': {
407
+ borderWidth: '2px',
408
+ },
409
+ 'border-4': {
410
+ borderWidth: '4px',
411
+ },
412
+ 'border-8': {
413
+ borderWidth: '8px',
414
+ },
415
+ border: {
416
+ borderWidth: '1px',
417
+ },
418
+ 'border-t-0': {
419
+ borderTopWidth: '0',
420
+ },
421
+ 'border-r-0': {
422
+ borderRightWidth: '0',
423
+ },
424
+ 'border-b-0': {
425
+ borderBottomWidth: '0',
426
+ },
427
+ 'border-l-0': {
428
+ borderLeftWidth: '0',
429
+ },
430
+ 'border-t-2': {
431
+ borderTopWidth: '2px',
432
+ },
433
+ 'border-r-2': {
434
+ borderRightWidth: '2px',
435
+ },
436
+ 'border-b-2': {
437
+ borderBottomWidth: '2px',
438
+ },
439
+ 'border-l-2': {
440
+ borderLeftWidth: '2px',
441
+ },
442
+ 'border-t-4': {
443
+ borderTopWidth: '4px',
444
+ },
445
+ 'border-r-4': {
446
+ borderRightWidth: '4px',
447
+ },
448
+ 'border-b-4': {
449
+ borderBottomWidth: '4px',
450
+ },
451
+ 'border-l-4': {
452
+ borderLeftWidth: '4px',
453
+ },
454
+ 'border-t-8': {
455
+ borderTopWidth: '8px',
456
+ },
457
+ 'border-r-8': {
458
+ borderRightWidth: '8px',
459
+ },
460
+ 'border-b-8': {
461
+ borderBottomWidth: '8px',
462
+ },
463
+ 'border-l-8': {
464
+ borderLeftWidth: '8px',
465
+ },
466
+ 'border-t': {
467
+ borderTopWidth: '1px',
468
+ },
469
+ 'border-r': {
470
+ borderRightWidth: '1px',
471
+ },
472
+ 'border-b': {
473
+ borderBottomWidth: '1px',
474
+ },
475
+ 'border-l': {
476
+ borderLeftWidth: '1px',
477
+ },
478
+ 'box-border': {
479
+ boxSizing: 'border-box',
480
+ },
481
+ 'box-content': {
482
+ boxSizing: 'content-box',
483
+ },
484
+ 'cursor-auto': {
485
+ cursor: 'auto',
486
+ },
487
+ 'cursor-default': {
488
+ cursor: 'default',
489
+ },
490
+ 'cursor-pointer': {
491
+ cursor: 'pointer',
492
+ },
493
+ 'cursor-wait': {
494
+ cursor: 'wait',
495
+ },
496
+ 'cursor-text': {
497
+ cursor: 'text',
498
+ },
499
+ 'cursor-move': {
500
+ cursor: 'move',
501
+ },
502
+ 'cursor-not-allowed': {
503
+ cursor: 'not-allowed',
504
+ },
505
+ block: {
506
+ display: 'block',
507
+ },
508
+ 'inline-block': {
509
+ display: 'inline-block',
510
+ },
511
+ inline: {
512
+ display: 'inline',
513
+ },
514
+ flex: {
515
+ display: 'flex',
516
+ },
517
+ 'inline-flex': {
518
+ display: 'inline-flex',
519
+ },
520
+ grid: {
521
+ display: 'grid',
522
+ },
523
+ table: {
524
+ display: 'table',
525
+ },
526
+ 'table-caption': {
527
+ display: 'table-caption',
528
+ },
529
+ 'table-cell': {
530
+ display: 'table-cell',
531
+ },
532
+ 'table-column': {
533
+ display: 'table-column',
534
+ },
535
+ 'table-column-group': {
536
+ display: 'table-column-group',
537
+ },
538
+ 'table-footer-group': {
539
+ display: 'table-footer-group',
540
+ },
541
+ 'table-header-group': {
542
+ display: 'table-header-group',
543
+ },
544
+ 'table-row-group': {
545
+ display: 'table-row-group',
546
+ },
547
+ 'table-row': {
548
+ display: 'table-row',
549
+ },
550
+ hidden: {
551
+ display: 'none',
552
+ },
553
+ 'flex-row': {
554
+ flexDirection: 'row',
555
+ },
556
+ 'flex-row-reverse': {
557
+ flexDirection: 'row-reverse',
558
+ },
559
+ 'flex-col': {
560
+ flexDirection: 'column',
561
+ },
562
+ 'flex-col-reverse': {
563
+ flexDirection: 'column-reverse',
564
+ },
565
+ 'flex-wrap': {
566
+ flexWrap: 'wrap',
567
+ },
568
+ 'flex-wrap-reverse': {
569
+ flexWrap: 'wrap-reverse',
570
+ },
571
+ 'flex-no-wrap': {
572
+ flexWrap: 'nowrap',
573
+ },
574
+ 'items-start': {
575
+ alignItems: 'flex-start',
576
+ },
577
+ 'items-end': {
578
+ alignItems: 'flex-end',
579
+ },
580
+ 'items-center': {
581
+ alignItems: 'center',
582
+ },
583
+ 'items-baseline': {
584
+ alignItems: 'baseline',
585
+ },
586
+ 'items-stretch': {
587
+ alignItems: 'stretch',
588
+ },
589
+ 'self-auto': {
590
+ alignSelf: 'auto',
591
+ },
592
+ 'self-start': {
593
+ alignSelf: 'flex-start',
594
+ },
595
+ 'self-end': {
596
+ alignSelf: 'flex-end',
597
+ },
598
+ 'self-center': {
599
+ alignSelf: 'center',
600
+ },
601
+ 'self-stretch': {
602
+ alignSelf: 'stretch',
603
+ },
604
+ 'justify-start': {
605
+ justifyContent: 'flex-start',
606
+ },
607
+ 'justify-end': {
608
+ justifyContent: 'flex-end',
609
+ },
610
+ 'justify-center': {
611
+ justifyContent: 'center',
612
+ },
613
+ 'justify-between': {
614
+ justifyContent: 'space-between',
615
+ },
616
+ 'justify-around': {
617
+ justifyContent: 'space-around',
618
+ },
619
+ 'justify-evenly': {
620
+ justifyContent: 'space-evenly',
621
+ },
622
+ 'content-center': {
623
+ alignContent: 'center',
624
+ },
625
+ 'content-start': {
626
+ alignContent: 'flex-start',
627
+ },
628
+ 'content-end': {
629
+ alignContent: 'flex-end',
630
+ },
631
+ 'content-between': {
632
+ alignContent: 'space-between',
633
+ },
634
+ 'content-around': {
635
+ alignContent: 'space-around',
636
+ },
637
+ 'flex-1': {
638
+ flex: '1 1 0%',
639
+ },
640
+ 'flex-auto': {
641
+ flex: '1 1 auto',
642
+ },
643
+ 'flex-initial': {
644
+ flex: '0 1 auto',
645
+ },
646
+ 'flex-none': {
647
+ flex: 'none',
648
+ },
649
+ 'flex-grow-0': {
650
+ flexGrow: '0',
651
+ },
652
+ 'flex-grow': {
653
+ flexGrow: '1',
654
+ },
655
+ 'flex-shrink-0': {
656
+ flexShrink: '0',
657
+ },
658
+ 'flex-shrink': {
659
+ flexShrink: '1',
660
+ },
661
+ 'order-1': {
662
+ order: '1',
663
+ },
664
+ 'order-2': {
665
+ order: '2',
666
+ },
667
+ 'order-3': {
668
+ order: '3',
669
+ },
670
+ 'order-4': {
671
+ order: '4',
672
+ },
673
+ 'order-5': {
674
+ order: '5',
675
+ },
676
+ 'order-6': {
677
+ order: '6',
678
+ },
679
+ 'order-7': {
680
+ order: '7',
681
+ },
682
+ 'order-8': {
683
+ order: '8',
684
+ },
685
+ 'order-9': {
686
+ order: '9',
687
+ },
688
+ 'order-10': {
689
+ order: '10',
690
+ },
691
+ 'order-11': {
692
+ order: '11',
693
+ },
694
+ 'order-12': {
695
+ order: '12',
696
+ },
697
+ 'order-first': {
698
+ order: '-9999',
699
+ },
700
+ 'order-last': {
701
+ order: '9999',
702
+ },
703
+ 'order-none': {
704
+ order: '0',
705
+ },
706
+ 'float-right': {
707
+ cssFloat: 'right',
708
+ },
709
+ 'float-left': {
710
+ cssFloat: 'left',
711
+ },
712
+ 'float-none': {
713
+ cssFloat: 'none',
714
+ },
715
+ 'clearfix:after': {
716
+ content: '""',
717
+ display: 'table',
718
+ clear: 'both',
719
+ },
720
+ 'clear-left': {
721
+ clear: 'left',
722
+ },
723
+ 'clear-right': {
724
+ clear: 'right',
725
+ },
726
+ 'clear-both': {
727
+ clear: 'both',
728
+ },
729
+ 'font-sans': {
730
+ fontFamily: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
731
+ },
732
+ 'font-serif': {
733
+ fontFamily: 'Georgia, Cambria, "Times New Roman", Times, serif',
734
+ },
735
+ 'font-mono': {
736
+ fontFamily: 'Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
737
+ },
738
+ 'font-hairline': {
739
+ fontWeight: '100',
740
+ },
741
+ 'font-thin': {
742
+ fontWeight: '200',
743
+ },
744
+ 'font-light': {
745
+ fontWeight: '300',
746
+ },
747
+ 'font-normal': {
748
+ fontWeight: '400',
749
+ },
750
+ 'font-medium': {
751
+ fontWeight: '500',
752
+ },
753
+ 'font-semibold': {
754
+ fontWeight: '600',
755
+ },
756
+ 'font-bold': {
757
+ fontWeight: '700',
758
+ },
759
+ 'font-extrabold': {
760
+ fontWeight: '800',
761
+ },
762
+ 'font-black': {
763
+ fontWeight: '900',
764
+ },
765
+ 'h-0': {
766
+ height: '0',
767
+ },
768
+ 'h-1': {
769
+ height: '0.25rem',
770
+ },
771
+ 'h-2': {
772
+ height: '0.5rem',
773
+ },
774
+ 'h-3': {
775
+ height: '0.75rem',
776
+ },
777
+ 'h-4': {
778
+ height: '1rem',
779
+ },
780
+ 'h-5': {
781
+ height: '1.25rem',
782
+ },
783
+ 'h-6': {
784
+ height: '1.5rem',
785
+ },
786
+ 'h-8': {
787
+ height: '2rem',
788
+ },
789
+ 'h-10': {
790
+ height: '2.5rem',
791
+ },
792
+ 'h-12': {
793
+ height: '3rem',
794
+ },
795
+ 'h-16': {
796
+ height: '4rem',
797
+ },
798
+ 'h-20': {
799
+ height: '5rem',
800
+ },
801
+ 'h-24': {
802
+ height: '6rem',
803
+ },
804
+ 'h-32': {
805
+ height: '8rem',
806
+ },
807
+ 'h-40': {
808
+ height: '10rem',
809
+ },
810
+ 'h-48': {
811
+ height: '12rem',
812
+ },
813
+ 'h-56': {
814
+ height: '14rem',
815
+ },
816
+ 'h-64': {
817
+ height: '16rem',
818
+ },
819
+ 'h-auto': {
820
+ height: 'auto',
821
+ },
822
+ 'h-px': {
823
+ height: '1px',
824
+ },
825
+ 'h-full': {
826
+ height: '100%',
827
+ },
828
+ 'h-screen': {
829
+ height: '100vh',
830
+ },
831
+ 'leading-3': {
832
+ lineHeight: '.75rem',
833
+ },
834
+ 'leading-4': {
835
+ lineHeight: '1rem',
836
+ },
837
+ 'leading-5': {
838
+ lineHeight: '1.25rem',
839
+ },
840
+ 'leading-6': {
841
+ lineHeight: '1.5rem',
842
+ },
843
+ 'leading-7': {
844
+ lineHeight: '1.75rem',
845
+ },
846
+ 'leading-8': {
847
+ lineHeight: '2rem',
848
+ },
849
+ 'leading-9': {
850
+ lineHeight: '2.25rem',
851
+ },
852
+ 'leading-10': {
853
+ lineHeight: '2.5rem',
854
+ },
855
+ 'leading-none': {
856
+ lineHeight: '1',
857
+ },
858
+ 'leading-tight': {
859
+ lineHeight: '1.25',
860
+ },
861
+ 'leading-snug': {
862
+ lineHeight: '1.375',
863
+ },
864
+ 'leading-normal': {
865
+ lineHeight: '1.5',
866
+ },
867
+ 'leading-relaxed': {
868
+ lineHeight: '1.625',
869
+ },
870
+ 'leading-loose': {
871
+ lineHeight: '2',
872
+ },
873
+ 'list-inside': {
874
+ listStylePosition: 'inside',
875
+ },
876
+ 'list-outside': {
877
+ listStylePosition: 'outside',
878
+ },
879
+ 'list-none': {
880
+ listStyleType: 'none',
881
+ },
882
+ 'list-disc': {
883
+ listStyleType: 'disc',
884
+ },
885
+ 'list-decimal': {
886
+ listStyleType: 'decimal',
887
+ },
888
+ 'm-0': {
889
+ margin: '0',
890
+ },
891
+ 'm-1': {
892
+ margin: '0.25rem',
893
+ },
894
+ 'm-2': {
895
+ margin: '0.5rem',
896
+ },
897
+ 'm-3': {
898
+ margin: '0.75rem',
899
+ },
900
+ 'm-4': {
901
+ margin: '1rem',
902
+ },
903
+ 'm-5': {
904
+ margin: '1.25rem',
905
+ },
906
+ 'm-6': {
907
+ margin: '1.5rem',
908
+ },
909
+ 'm-8': {
910
+ margin: '2rem',
911
+ },
912
+ 'm-10': {
913
+ margin: '2.5rem',
914
+ },
915
+ 'm-12': {
916
+ margin: '3rem',
917
+ },
918
+ 'm-16': {
919
+ margin: '4rem',
920
+ },
921
+ 'm-20': {
922
+ margin: '5rem',
923
+ },
924
+ 'm-24': {
925
+ margin: '6rem',
926
+ },
927
+ 'm-32': {
928
+ margin: '8rem',
929
+ },
930
+ 'm-40': {
931
+ margin: '10rem',
932
+ },
933
+ 'm-48': {
934
+ margin: '12rem',
935
+ },
936
+ 'm-56': {
937
+ margin: '14rem',
938
+ },
939
+ 'm-64': {
940
+ margin: '16rem',
941
+ },
942
+ 'm-auto': {
943
+ margin: 'auto',
944
+ },
945
+ 'm-px': {
946
+ margin: '1px',
947
+ },
948
+ '-m-1': {
949
+ margin: '-0.25rem',
950
+ },
951
+ '-m-2': {
952
+ margin: '-0.5rem',
953
+ },
954
+ '-m-3': {
955
+ margin: '-0.75rem',
956
+ },
957
+ '-m-4': {
958
+ margin: '-1rem',
959
+ },
960
+ '-m-5': {
961
+ margin: '-1.25rem',
962
+ },
963
+ '-m-6': {
964
+ margin: '-1.5rem',
965
+ },
966
+ '-m-8': {
967
+ margin: '-2rem',
968
+ },
969
+ '-m-10': {
970
+ margin: '-2.5rem',
971
+ },
972
+ '-m-12': {
973
+ margin: '-3rem',
974
+ },
975
+ '-m-16': {
976
+ margin: '-4rem',
977
+ },
978
+ '-m-20': {
979
+ margin: '-5rem',
980
+ },
981
+ '-m-24': {
982
+ margin: '-6rem',
983
+ },
984
+ '-m-32': {
985
+ margin: '-8rem',
986
+ },
987
+ '-m-40': {
988
+ margin: '-10rem',
989
+ },
990
+ '-m-48': {
991
+ margin: '-12rem',
992
+ },
993
+ '-m-56': {
994
+ margin: '-14rem',
995
+ },
996
+ '-m-64': {
997
+ margin: '-16rem',
998
+ },
999
+ '-m-px': {
1000
+ margin: '-1px',
1001
+ },
1002
+ 'my-0': {
1003
+ marginTop: '0',
1004
+ marginBottom: '0',
1005
+ },
1006
+ 'mx-0': {
1007
+ marginLeft: '0',
1008
+ marginRight: '0',
1009
+ },
1010
+ 'my-1': {
1011
+ marginTop: '0.25rem',
1012
+ marginBottom: '0.25rem',
1013
+ },
1014
+ 'mx-1': {
1015
+ marginLeft: '0.25rem',
1016
+ marginRight: '0.25rem',
1017
+ },
1018
+ 'my-2': {
1019
+ marginTop: '0.5rem',
1020
+ marginBottom: '0.5rem',
1021
+ },
1022
+ 'mx-2': {
1023
+ marginLeft: '0.5rem',
1024
+ marginRight: '0.5rem',
1025
+ },
1026
+ 'my-3': {
1027
+ marginTop: '0.75rem',
1028
+ marginBottom: '0.75rem',
1029
+ },
1030
+ 'mx-3': {
1031
+ marginLeft: '0.75rem',
1032
+ marginRight: '0.75rem',
1033
+ },
1034
+ 'my-4': {
1035
+ marginTop: '1rem',
1036
+ marginBottom: '1rem',
1037
+ },
1038
+ 'mx-4': {
1039
+ marginLeft: '1rem',
1040
+ marginRight: '1rem',
1041
+ },
1042
+ 'my-5': {
1043
+ marginTop: '1.25rem',
1044
+ marginBottom: '1.25rem',
1045
+ },
1046
+ 'mx-5': {
1047
+ marginLeft: '1.25rem',
1048
+ marginRight: '1.25rem',
1049
+ },
1050
+ 'my-6': {
1051
+ marginTop: '1.5rem',
1052
+ marginBottom: '1.5rem',
1053
+ },
1054
+ 'mx-6': {
1055
+ marginLeft: '1.5rem',
1056
+ marginRight: '1.5rem',
1057
+ },
1058
+ 'my-8': {
1059
+ marginTop: '2rem',
1060
+ marginBottom: '2rem',
1061
+ },
1062
+ 'mx-8': {
1063
+ marginLeft: '2rem',
1064
+ marginRight: '2rem',
1065
+ },
1066
+ 'my-10': {
1067
+ marginTop: '2.5rem',
1068
+ marginBottom: '2.5rem',
1069
+ },
1070
+ 'mx-10': {
1071
+ marginLeft: '2.5rem',
1072
+ marginRight: '2.5rem',
1073
+ },
1074
+ 'my-12': {
1075
+ marginTop: '3rem',
1076
+ marginBottom: '3rem',
1077
+ },
1078
+ 'mx-12': {
1079
+ marginLeft: '3rem',
1080
+ marginRight: '3rem',
1081
+ },
1082
+ 'my-16': {
1083
+ marginTop: '4rem',
1084
+ marginBottom: '4rem',
1085
+ },
1086
+ 'mx-16': {
1087
+ marginLeft: '4rem',
1088
+ marginRight: '4rem',
1089
+ },
1090
+ 'my-20': {
1091
+ marginTop: '5rem',
1092
+ marginBottom: '5rem',
1093
+ },
1094
+ 'mx-20': {
1095
+ marginLeft: '5rem',
1096
+ marginRight: '5rem',
1097
+ },
1098
+ 'my-24': {
1099
+ marginTop: '6rem',
1100
+ marginBottom: '6rem',
1101
+ },
1102
+ 'mx-24': {
1103
+ marginLeft: '6rem',
1104
+ marginRight: '6rem',
1105
+ },
1106
+ 'my-32': {
1107
+ marginTop: '8rem',
1108
+ marginBottom: '8rem',
1109
+ },
1110
+ 'mx-32': {
1111
+ marginLeft: '8rem',
1112
+ marginRight: '8rem',
1113
+ },
1114
+ 'my-40': {
1115
+ marginTop: '10rem',
1116
+ marginBottom: '10rem',
1117
+ },
1118
+ 'mx-40': {
1119
+ marginLeft: '10rem',
1120
+ marginRight: '10rem',
1121
+ },
1122
+ 'my-48': {
1123
+ marginTop: '12rem',
1124
+ marginBottom: '12rem',
1125
+ },
1126
+ 'mx-48': {
1127
+ marginLeft: '12rem',
1128
+ marginRight: '12rem',
1129
+ },
1130
+ 'my-56': {
1131
+ marginTop: '14rem',
1132
+ marginBottom: '14rem',
1133
+ },
1134
+ 'mx-56': {
1135
+ marginLeft: '14rem',
1136
+ marginRight: '14rem',
1137
+ },
1138
+ 'my-64': {
1139
+ marginTop: '16rem',
1140
+ marginBottom: '16rem',
1141
+ },
1142
+ 'mx-64': {
1143
+ marginLeft: '16rem',
1144
+ marginRight: '16rem',
1145
+ },
1146
+ 'my-auto': {
1147
+ marginTop: 'auto',
1148
+ marginBottom: 'auto',
1149
+ },
1150
+ 'mx-auto': {
1151
+ marginLeft: 'auto',
1152
+ marginRight: 'auto',
1153
+ },
1154
+ 'my-px': {
1155
+ marginTop: '1px',
1156
+ marginBottom: '1px',
1157
+ },
1158
+ 'mx-px': {
1159
+ marginLeft: '1px',
1160
+ marginRight: '1px',
1161
+ },
1162
+ '-my-1': {
1163
+ marginTop: '-0.25rem',
1164
+ marginBottom: '-0.25rem',
1165
+ },
1166
+ '-mx-1': {
1167
+ marginLeft: '-0.25rem',
1168
+ marginRight: '-0.25rem',
1169
+ },
1170
+ '-my-2': {
1171
+ marginTop: '-0.5rem',
1172
+ marginBottom: '-0.5rem',
1173
+ },
1174
+ '-mx-2': {
1175
+ marginLeft: '-0.5rem',
1176
+ marginRight: '-0.5rem',
1177
+ },
1178
+ '-my-3': {
1179
+ marginTop: '-0.75rem',
1180
+ marginBottom: '-0.75rem',
1181
+ },
1182
+ '-mx-3': {
1183
+ marginLeft: '-0.75rem',
1184
+ marginRight: '-0.75rem',
1185
+ },
1186
+ '-my-4': {
1187
+ marginTop: '-1rem',
1188
+ marginBottom: '-1rem',
1189
+ },
1190
+ '-mx-4': {
1191
+ marginLeft: '-1rem',
1192
+ marginRight: '-1rem',
1193
+ },
1194
+ '-my-5': {
1195
+ marginTop: '-1.25rem',
1196
+ marginBottom: '-1.25rem',
1197
+ },
1198
+ '-mx-5': {
1199
+ marginLeft: '-1.25rem',
1200
+ marginRight: '-1.25rem',
1201
+ },
1202
+ '-my-6': {
1203
+ marginTop: '-1.5rem',
1204
+ marginBottom: '-1.5rem',
1205
+ },
1206
+ '-mx-6': {
1207
+ marginLeft: '-1.5rem',
1208
+ marginRight: '-1.5rem',
1209
+ },
1210
+ '-my-8': {
1211
+ marginTop: '-2rem',
1212
+ marginBottom: '-2rem',
1213
+ },
1214
+ '-mx-8': {
1215
+ marginLeft: '-2rem',
1216
+ marginRight: '-2rem',
1217
+ },
1218
+ '-my-10': {
1219
+ marginTop: '-2.5rem',
1220
+ marginBottom: '-2.5rem',
1221
+ },
1222
+ '-mx-10': {
1223
+ marginLeft: '-2.5rem',
1224
+ marginRight: '-2.5rem',
1225
+ },
1226
+ '-my-12': {
1227
+ marginTop: '-3rem',
1228
+ marginBottom: '-3rem',
1229
+ },
1230
+ '-mx-12': {
1231
+ marginLeft: '-3rem',
1232
+ marginRight: '-3rem',
1233
+ },
1234
+ '-my-16': {
1235
+ marginTop: '-4rem',
1236
+ marginBottom: '-4rem',
1237
+ },
1238
+ '-mx-16': {
1239
+ marginLeft: '-4rem',
1240
+ marginRight: '-4rem',
1241
+ },
1242
+ '-my-20': {
1243
+ marginTop: '-5rem',
1244
+ marginBottom: '-5rem',
1245
+ },
1246
+ '-mx-20': {
1247
+ marginLeft: '-5rem',
1248
+ marginRight: '-5rem',
1249
+ },
1250
+ '-my-24': {
1251
+ marginTop: '-6rem',
1252
+ marginBottom: '-6rem',
1253
+ },
1254
+ '-mx-24': {
1255
+ marginLeft: '-6rem',
1256
+ marginRight: '-6rem',
1257
+ },
1258
+ '-my-32': {
1259
+ marginTop: '-8rem',
1260
+ marginBottom: '-8rem',
1261
+ },
1262
+ '-mx-32': {
1263
+ marginLeft: '-8rem',
1264
+ marginRight: '-8rem',
1265
+ },
1266
+ '-my-40': {
1267
+ marginTop: '-10rem',
1268
+ marginBottom: '-10rem',
1269
+ },
1270
+ '-mx-40': {
1271
+ marginLeft: '-10rem',
1272
+ marginRight: '-10rem',
1273
+ },
1274
+ '-my-48': {
1275
+ marginTop: '-12rem',
1276
+ marginBottom: '-12rem',
1277
+ },
1278
+ '-mx-48': {
1279
+ marginLeft: '-12rem',
1280
+ marginRight: '-12rem',
1281
+ },
1282
+ '-my-56': {
1283
+ marginTop: '-14rem',
1284
+ marginBottom: '-14rem',
1285
+ },
1286
+ '-mx-56': {
1287
+ marginLeft: '-14rem',
1288
+ marginRight: '-14rem',
1289
+ },
1290
+ '-my-64': {
1291
+ marginTop: '-16rem',
1292
+ marginBottom: '-16rem',
1293
+ },
1294
+ '-mx-64': {
1295
+ marginLeft: '-16rem',
1296
+ marginRight: '-16rem',
1297
+ },
1298
+ '-my-px': {
1299
+ marginTop: '-1px',
1300
+ marginBottom: '-1px',
1301
+ },
1302
+ '-mx-px': {
1303
+ marginLeft: '-1px',
1304
+ marginRight: '-1px',
1305
+ },
1306
+ 'mt-0': {
1307
+ marginTop: '0',
1308
+ },
1309
+ 'mr-0': {
1310
+ marginRight: '0',
1311
+ },
1312
+ 'mb-0': {
1313
+ marginBottom: '0',
1314
+ },
1315
+ 'ml-0': {
1316
+ marginLeft: '0',
1317
+ },
1318
+ 'mt-1': {
1319
+ marginTop: '0.25rem',
1320
+ },
1321
+ 'mr-1': {
1322
+ marginRight: '0.25rem',
1323
+ },
1324
+ 'mb-1': {
1325
+ marginBottom: '0.25rem',
1326
+ },
1327
+ 'ml-1': {
1328
+ marginLeft: '0.25rem',
1329
+ },
1330
+ 'mt-2': {
1331
+ marginTop: '0.5rem',
1332
+ },
1333
+ 'mr-2': {
1334
+ marginRight: '0.5rem',
1335
+ },
1336
+ 'mb-2': {
1337
+ marginBottom: '0.5rem',
1338
+ },
1339
+ 'ml-2': {
1340
+ marginLeft: '0.5rem',
1341
+ },
1342
+ 'mt-3': {
1343
+ marginTop: '0.75rem',
1344
+ },
1345
+ 'mr-3': {
1346
+ marginRight: '0.75rem',
1347
+ },
1348
+ 'mb-3': {
1349
+ marginBottom: '0.75rem',
1350
+ },
1351
+ 'ml-3': {
1352
+ marginLeft: '0.75rem',
1353
+ },
1354
+ 'mt-4': {
1355
+ marginTop: '1rem',
1356
+ },
1357
+ 'mr-4': {
1358
+ marginRight: '1rem',
1359
+ },
1360
+ 'mb-4': {
1361
+ marginBottom: '1rem',
1362
+ },
1363
+ 'ml-4': {
1364
+ marginLeft: '1rem',
1365
+ },
1366
+ 'mt-5': {
1367
+ marginTop: '1.25rem',
1368
+ },
1369
+ 'mr-5': {
1370
+ marginRight: '1.25rem',
1371
+ },
1372
+ 'mb-5': {
1373
+ marginBottom: '1.25rem',
1374
+ },
1375
+ 'ml-5': {
1376
+ marginLeft: '1.25rem',
1377
+ },
1378
+ 'mt-6': {
1379
+ marginTop: '1.5rem',
1380
+ },
1381
+ 'mr-6': {
1382
+ marginRight: '1.5rem',
1383
+ },
1384
+ 'mb-6': {
1385
+ marginBottom: '1.5rem',
1386
+ },
1387
+ 'ml-6': {
1388
+ marginLeft: '1.5rem',
1389
+ },
1390
+ 'mt-8': {
1391
+ marginTop: '2rem',
1392
+ },
1393
+ 'mr-8': {
1394
+ marginRight: '2rem',
1395
+ },
1396
+ 'mb-8': {
1397
+ marginBottom: '2rem',
1398
+ },
1399
+ 'ml-8': {
1400
+ marginLeft: '2rem',
1401
+ },
1402
+ 'mt-10': {
1403
+ marginTop: '2.5rem',
1404
+ },
1405
+ 'mr-10': {
1406
+ marginRight: '2.5rem',
1407
+ },
1408
+ 'mb-10': {
1409
+ marginBottom: '2.5rem',
1410
+ },
1411
+ 'ml-10': {
1412
+ marginLeft: '2.5rem',
1413
+ },
1414
+ 'mt-12': {
1415
+ marginTop: '3rem',
1416
+ },
1417
+ 'mr-12': {
1418
+ marginRight: '3rem',
1419
+ },
1420
+ 'mb-12': {
1421
+ marginBottom: '3rem',
1422
+ },
1423
+ 'ml-12': {
1424
+ marginLeft: '3rem',
1425
+ },
1426
+ 'mt-16': {
1427
+ marginTop: '4rem',
1428
+ },
1429
+ 'mr-16': {
1430
+ marginRight: '4rem',
1431
+ },
1432
+ 'mb-16': {
1433
+ marginBottom: '4rem',
1434
+ },
1435
+ 'ml-16': {
1436
+ marginLeft: '4rem',
1437
+ },
1438
+ 'mt-20': {
1439
+ marginTop: '5rem',
1440
+ },
1441
+ 'mr-20': {
1442
+ marginRight: '5rem',
1443
+ },
1444
+ 'mb-20': {
1445
+ marginBottom: '5rem',
1446
+ },
1447
+ 'ml-20': {
1448
+ marginLeft: '5rem',
1449
+ },
1450
+ 'mt-24': {
1451
+ marginTop: '6rem',
1452
+ },
1453
+ 'mr-24': {
1454
+ marginRight: '6rem',
1455
+ },
1456
+ 'mb-24': {
1457
+ marginBottom: '6rem',
1458
+ },
1459
+ 'ml-24': {
1460
+ marginLeft: '6rem',
1461
+ },
1462
+ 'mt-32': {
1463
+ marginTop: '8rem',
1464
+ },
1465
+ 'mr-32': {
1466
+ marginRight: '8rem',
1467
+ },
1468
+ 'mb-32': {
1469
+ marginBottom: '8rem',
1470
+ },
1471
+ 'ml-32': {
1472
+ marginLeft: '8rem',
1473
+ },
1474
+ 'mt-40': {
1475
+ marginTop: '10rem',
1476
+ },
1477
+ 'mr-40': {
1478
+ marginRight: '10rem',
1479
+ },
1480
+ 'mb-40': {
1481
+ marginBottom: '10rem',
1482
+ },
1483
+ 'ml-40': {
1484
+ marginLeft: '10rem',
1485
+ },
1486
+ 'mt-48': {
1487
+ marginTop: '12rem',
1488
+ },
1489
+ 'mr-48': {
1490
+ marginRight: '12rem',
1491
+ },
1492
+ 'mb-48': {
1493
+ marginBottom: '12rem',
1494
+ },
1495
+ 'ml-48': {
1496
+ marginLeft: '12rem',
1497
+ },
1498
+ 'mt-56': {
1499
+ marginTop: '14rem',
1500
+ },
1501
+ 'mr-56': {
1502
+ marginRight: '14rem',
1503
+ },
1504
+ 'mb-56': {
1505
+ marginBottom: '14rem',
1506
+ },
1507
+ 'ml-56': {
1508
+ marginLeft: '14rem',
1509
+ },
1510
+ 'mt-64': {
1511
+ marginTop: '16rem',
1512
+ },
1513
+ 'mr-64': {
1514
+ marginRight: '16rem',
1515
+ },
1516
+ 'mb-64': {
1517
+ marginBottom: '16rem',
1518
+ },
1519
+ 'ml-64': {
1520
+ marginLeft: '16rem',
1521
+ },
1522
+ 'mt-auto': {
1523
+ marginTop: 'auto',
1524
+ },
1525
+ 'mr-auto': {
1526
+ marginRight: 'auto',
1527
+ },
1528
+ 'mb-auto': {
1529
+ marginBottom: 'auto',
1530
+ },
1531
+ 'ml-auto': {
1532
+ marginLeft: 'auto',
1533
+ },
1534
+ 'mt-px': {
1535
+ marginTop: '1px',
1536
+ },
1537
+ 'mr-px': {
1538
+ marginRight: '1px',
1539
+ },
1540
+ 'mb-px': {
1541
+ marginBottom: '1px',
1542
+ },
1543
+ 'ml-px': {
1544
+ marginLeft: '1px',
1545
+ },
1546
+ '-mt-1': {
1547
+ marginTop: '-0.25rem',
1548
+ },
1549
+ '-mr-1': {
1550
+ marginRight: '-0.25rem',
1551
+ },
1552
+ '-mb-1': {
1553
+ marginBottom: '-0.25rem',
1554
+ },
1555
+ '-ml-1': {
1556
+ marginLeft: '-0.25rem',
1557
+ },
1558
+ '-mt-2': {
1559
+ marginTop: '-0.5rem',
1560
+ },
1561
+ '-mr-2': {
1562
+ marginRight: '-0.5rem',
1563
+ },
1564
+ '-mb-2': {
1565
+ marginBottom: '-0.5rem',
1566
+ },
1567
+ '-ml-2': {
1568
+ marginLeft: '-0.5rem',
1569
+ },
1570
+ '-mt-3': {
1571
+ marginTop: '-0.75rem',
1572
+ },
1573
+ '-mr-3': {
1574
+ marginRight: '-0.75rem',
1575
+ },
1576
+ '-mb-3': {
1577
+ marginBottom: '-0.75rem',
1578
+ },
1579
+ '-ml-3': {
1580
+ marginLeft: '-0.75rem',
1581
+ },
1582
+ '-mt-4': {
1583
+ marginTop: '-1rem',
1584
+ },
1585
+ '-mr-4': {
1586
+ marginRight: '-1rem',
1587
+ },
1588
+ '-mb-4': {
1589
+ marginBottom: '-1rem',
1590
+ },
1591
+ '-ml-4': {
1592
+ marginLeft: '-1rem',
1593
+ },
1594
+ '-mt-5': {
1595
+ marginTop: '-1.25rem',
1596
+ },
1597
+ '-mr-5': {
1598
+ marginRight: '-1.25rem',
1599
+ },
1600
+ '-mb-5': {
1601
+ marginBottom: '-1.25rem',
1602
+ },
1603
+ '-ml-5': {
1604
+ marginLeft: '-1.25rem',
1605
+ },
1606
+ '-mt-6': {
1607
+ marginTop: '-1.5rem',
1608
+ },
1609
+ '-mr-6': {
1610
+ marginRight: '-1.5rem',
1611
+ },
1612
+ '-mb-6': {
1613
+ marginBottom: '-1.5rem',
1614
+ },
1615
+ '-ml-6': {
1616
+ marginLeft: '-1.5rem',
1617
+ },
1618
+ '-mt-8': {
1619
+ marginTop: '-2rem',
1620
+ },
1621
+ '-mr-8': {
1622
+ marginRight: '-2rem',
1623
+ },
1624
+ '-mb-8': {
1625
+ marginBottom: '-2rem',
1626
+ },
1627
+ '-ml-8': {
1628
+ marginLeft: '-2rem',
1629
+ },
1630
+ '-mt-10': {
1631
+ marginTop: '-2.5rem',
1632
+ },
1633
+ '-mr-10': {
1634
+ marginRight: '-2.5rem',
1635
+ },
1636
+ '-mb-10': {
1637
+ marginBottom: '-2.5rem',
1638
+ },
1639
+ '-ml-10': {
1640
+ marginLeft: '-2.5rem',
1641
+ },
1642
+ '-mt-12': {
1643
+ marginTop: '-3rem',
1644
+ },
1645
+ '-mr-12': {
1646
+ marginRight: '-3rem',
1647
+ },
1648
+ '-mb-12': {
1649
+ marginBottom: '-3rem',
1650
+ },
1651
+ '-ml-12': {
1652
+ marginLeft: '-3rem',
1653
+ },
1654
+ '-mt-16': {
1655
+ marginTop: '-4rem',
1656
+ },
1657
+ '-mr-16': {
1658
+ marginRight: '-4rem',
1659
+ },
1660
+ '-mb-16': {
1661
+ marginBottom: '-4rem',
1662
+ },
1663
+ '-ml-16': {
1664
+ marginLeft: '-4rem',
1665
+ },
1666
+ '-mt-20': {
1667
+ marginTop: '-5rem',
1668
+ },
1669
+ '-mr-20': {
1670
+ marginRight: '-5rem',
1671
+ },
1672
+ '-mb-20': {
1673
+ marginBottom: '-5rem',
1674
+ },
1675
+ '-ml-20': {
1676
+ marginLeft: '-5rem',
1677
+ },
1678
+ '-mt-24': {
1679
+ marginTop: '-6rem',
1680
+ },
1681
+ '-mr-24': {
1682
+ marginRight: '-6rem',
1683
+ },
1684
+ '-mb-24': {
1685
+ marginBottom: '-6rem',
1686
+ },
1687
+ '-ml-24': {
1688
+ marginLeft: '-6rem',
1689
+ },
1690
+ '-mt-32': {
1691
+ marginTop: '-8rem',
1692
+ },
1693
+ '-mr-32': {
1694
+ marginRight: '-8rem',
1695
+ },
1696
+ '-mb-32': {
1697
+ marginBottom: '-8rem',
1698
+ },
1699
+ '-ml-32': {
1700
+ marginLeft: '-8rem',
1701
+ },
1702
+ '-mt-40': {
1703
+ marginTop: '-10rem',
1704
+ },
1705
+ '-mr-40': {
1706
+ marginRight: '-10rem',
1707
+ },
1708
+ '-mb-40': {
1709
+ marginBottom: '-10rem',
1710
+ },
1711
+ '-ml-40': {
1712
+ marginLeft: '-10rem',
1713
+ },
1714
+ '-mt-48': {
1715
+ marginTop: '-12rem',
1716
+ },
1717
+ '-mr-48': {
1718
+ marginRight: '-12rem',
1719
+ },
1720
+ '-mb-48': {
1721
+ marginBottom: '-12rem',
1722
+ },
1723
+ '-ml-48': {
1724
+ marginLeft: '-12rem',
1725
+ },
1726
+ '-mt-56': {
1727
+ marginTop: '-14rem',
1728
+ },
1729
+ '-mr-56': {
1730
+ marginRight: '-14rem',
1731
+ },
1732
+ '-mb-56': {
1733
+ marginBottom: '-14rem',
1734
+ },
1735
+ '-ml-56': {
1736
+ marginLeft: '-14rem',
1737
+ },
1738
+ '-mt-64': {
1739
+ marginTop: '-16rem',
1740
+ },
1741
+ '-mr-64': {
1742
+ marginRight: '-16rem',
1743
+ },
1744
+ '-mb-64': {
1745
+ marginBottom: '-16rem',
1746
+ },
1747
+ '-ml-64': {
1748
+ marginLeft: '-16rem',
1749
+ },
1750
+ '-mt-px': {
1751
+ marginTop: '-1px',
1752
+ },
1753
+ '-mr-px': {
1754
+ marginRight: '-1px',
1755
+ },
1756
+ '-mb-px': {
1757
+ marginBottom: '-1px',
1758
+ },
1759
+ '-ml-px': {
1760
+ marginLeft: '-1px',
1761
+ },
1762
+ 'max-h-full': {
1763
+ maxHeight: '100%',
1764
+ },
1765
+ 'max-h-screen': {
1766
+ maxHeight: '100vh',
1767
+ },
1768
+ 'max-w-none': {
1769
+ maxWidth: 'none',
1770
+ },
1771
+ 'max-w-xs': {
1772
+ maxWidth: '20rem',
1773
+ },
1774
+ 'max-w-sm': {
1775
+ maxWidth: '24rem',
1776
+ },
1777
+ 'max-w-md': {
1778
+ maxWidth: '28rem',
1779
+ },
1780
+ 'max-w-lg': {
1781
+ maxWidth: '32rem',
1782
+ },
1783
+ 'max-w-xl': {
1784
+ maxWidth: '36rem',
1785
+ },
1786
+ 'max-w-2xl': {
1787
+ maxWidth: '42rem',
1788
+ },
1789
+ 'max-w-3xl': {
1790
+ maxWidth: '48rem',
1791
+ },
1792
+ 'max-w-4xl': {
1793
+ maxWidth: '56rem',
1794
+ },
1795
+ 'max-w-5xl': {
1796
+ maxWidth: '64rem',
1797
+ },
1798
+ 'max-w-6xl': {
1799
+ maxWidth: '72rem',
1800
+ },
1801
+ 'max-w-full': {
1802
+ maxWidth: '100%',
1803
+ },
1804
+ 'max-w-screen-sm': {
1805
+ maxWidth: '640px',
1806
+ },
1807
+ 'max-w-screen-md': {
1808
+ maxWidth: '768px',
1809
+ },
1810
+ 'max-w-screen-lg': {
1811
+ maxWidth: '1024px',
1812
+ },
1813
+ 'max-w-screen-xl': {
1814
+ maxWidth: '1280px',
1815
+ },
1816
+ 'min-h-0': {
1817
+ minHeight: '0',
1818
+ },
1819
+ 'min-h-full': {
1820
+ minHeight: '100%',
1821
+ },
1822
+ 'min-h-screen': {
1823
+ minHeight: '100vh',
1824
+ },
1825
+ 'min-w-0': {
1826
+ minWidth: '0',
1827
+ },
1828
+ 'min-w-full': {
1829
+ minWidth: '100%',
1830
+ },
1831
+ 'object-contain': {
1832
+ OObjectFit: 'contain',
1833
+ objectFit: 'contain',
1834
+ },
1835
+ 'object-cover': {
1836
+ OObjectFit: 'cover',
1837
+ objectFit: 'cover',
1838
+ },
1839
+ 'object-fill': {
1840
+ OObjectFit: 'fill',
1841
+ objectFit: 'fill',
1842
+ },
1843
+ 'object-none': {
1844
+ OObjectFit: 'none',
1845
+ objectFit: 'none',
1846
+ },
1847
+ 'object-scale-down': {
1848
+ OObjectFit: 'scale-down',
1849
+ objectFit: 'scale-down',
1850
+ },
1851
+ 'object-bottom': {
1852
+ OObjectPosition: 'bottom',
1853
+ objectPosition: 'bottom',
1854
+ },
1855
+ 'object-center': {
1856
+ OObjectPosition: 'center',
1857
+ objectPosition: 'center',
1858
+ },
1859
+ 'object-left': {
1860
+ OObjectPosition: 'left',
1861
+ objectPosition: 'left',
1862
+ },
1863
+ 'object-left-bottom': {
1864
+ OObjectPosition: 'left bottom',
1865
+ objectPosition: 'left bottom',
1866
+ },
1867
+ 'object-left-top': {
1868
+ OObjectPosition: 'left top',
1869
+ objectPosition: 'left top',
1870
+ },
1871
+ 'object-right': {
1872
+ OObjectPosition: 'right',
1873
+ objectPosition: 'right',
1874
+ },
1875
+ 'object-right-bottom': {
1876
+ OObjectPosition: 'right bottom',
1877
+ objectPosition: 'right bottom',
1878
+ },
1879
+ 'object-right-top': {
1880
+ OObjectPosition: 'right top',
1881
+ objectPosition: 'right top',
1882
+ },
1883
+ 'object-top': {
1884
+ OObjectPosition: 'top',
1885
+ objectPosition: 'top',
1886
+ },
1887
+ 'opacity-0': {
1888
+ opacity: '0',
1889
+ },
1890
+ 'opacity-25': {
1891
+ opacity: '0.25',
1892
+ },
1893
+ 'opacity-50': {
1894
+ opacity: '0.5',
1895
+ },
1896
+ 'opacity-75': {
1897
+ opacity: '0.75',
1898
+ },
1899
+ 'opacity-100': {
1900
+ opacity: '1',
1901
+ },
1902
+ 'outline-none': {
1903
+ outline: '0',
1904
+ },
1905
+ 'overflow-auto': {
1906
+ overflow: 'auto',
1907
+ },
1908
+ 'overflow-hidden': {
1909
+ overflow: 'hidden',
1910
+ },
1911
+ 'overflow-visible': {
1912
+ overflow: 'visible',
1913
+ },
1914
+ 'overflow-scroll': {
1915
+ overflow: 'scroll',
1916
+ },
1917
+ 'overflow-x-auto': {
1918
+ overflowX: 'auto',
1919
+ },
1920
+ 'overflow-y-auto': {
1921
+ overflowY: 'auto',
1922
+ },
1923
+ 'overflow-x-hidden': {
1924
+ overflowX: 'hidden',
1925
+ },
1926
+ 'overflow-y-hidden': {
1927
+ overflowY: 'hidden',
1928
+ },
1929
+ 'overflow-x-visible': {
1930
+ overflowX: 'visible',
1931
+ },
1932
+ 'overflow-y-visible': {
1933
+ overflowY: 'visible',
1934
+ },
1935
+ 'overflow-x-scroll': {
1936
+ overflowX: 'scroll',
1937
+ },
1938
+ 'overflow-y-scroll': {
1939
+ overflowY: 'scroll',
1940
+ },
1941
+ 'scrolling-touch': {
1942
+ WebkitOverflowScrolling: 'touch',
1943
+ },
1944
+ 'scrolling-auto': {
1945
+ WebkitOverflowScrolling: 'auto',
1946
+ },
1947
+ 'p-0': {
1948
+ padding: '0',
1949
+ },
1950
+ 'p-1': {
1951
+ padding: '0.25rem',
1952
+ },
1953
+ 'p-2': {
1954
+ padding: '0.5rem',
1955
+ },
1956
+ 'p-3': {
1957
+ padding: '0.75rem',
1958
+ },
1959
+ 'p-4': {
1960
+ padding: '1rem',
1961
+ },
1962
+ 'p-5': {
1963
+ padding: '1.25rem',
1964
+ },
1965
+ 'p-6': {
1966
+ padding: '1.5rem',
1967
+ },
1968
+ 'p-8': {
1969
+ padding: '2rem',
1970
+ },
1971
+ 'p-10': {
1972
+ padding: '2.5rem',
1973
+ },
1974
+ 'p-12': {
1975
+ padding: '3rem',
1976
+ },
1977
+ 'p-16': {
1978
+ padding: '4rem',
1979
+ },
1980
+ 'p-20': {
1981
+ padding: '5rem',
1982
+ },
1983
+ 'p-24': {
1984
+ padding: '6rem',
1985
+ },
1986
+ 'p-32': {
1987
+ padding: '8rem',
1988
+ },
1989
+ 'p-40': {
1990
+ padding: '10rem',
1991
+ },
1992
+ 'p-48': {
1993
+ padding: '12rem',
1994
+ },
1995
+ 'p-56': {
1996
+ padding: '14rem',
1997
+ },
1998
+ 'p-64': {
1999
+ padding: '16rem',
2000
+ },
2001
+ 'p-px': {
2002
+ padding: '1px',
2003
+ },
2004
+ 'py-0': {
2005
+ paddingTop: '0',
2006
+ paddingBottom: '0',
2007
+ },
2008
+ 'px-0': {
2009
+ paddingLeft: '0',
2010
+ paddingRight: '0',
2011
+ },
2012
+ 'py-1': {
2013
+ paddingTop: '0.25rem',
2014
+ paddingBottom: '0.25rem',
2015
+ },
2016
+ 'px-1': {
2017
+ paddingLeft: '0.25rem',
2018
+ paddingRight: '0.25rem',
2019
+ },
2020
+ 'py-2': {
2021
+ paddingTop: '0.5rem',
2022
+ paddingBottom: '0.5rem',
2023
+ },
2024
+ 'px-2': {
2025
+ paddingLeft: '0.5rem',
2026
+ paddingRight: '0.5rem',
2027
+ },
2028
+ 'py-3': {
2029
+ paddingTop: '0.75rem',
2030
+ paddingBottom: '0.75rem',
2031
+ },
2032
+ 'px-3': {
2033
+ paddingLeft: '0.75rem',
2034
+ paddingRight: '0.75rem',
2035
+ },
2036
+ 'py-4': {
2037
+ paddingTop: '1rem',
2038
+ paddingBottom: '1rem',
2039
+ },
2040
+ 'px-4': {
2041
+ paddingLeft: '1rem',
2042
+ paddingRight: '1rem',
2043
+ },
2044
+ 'py-5': {
2045
+ paddingTop: '1.25rem',
2046
+ paddingBottom: '1.25rem',
2047
+ },
2048
+ 'px-5': {
2049
+ paddingLeft: '1.25rem',
2050
+ paddingRight: '1.25rem',
2051
+ },
2052
+ 'py-6': {
2053
+ paddingTop: '1.5rem',
2054
+ paddingBottom: '1.5rem',
2055
+ },
2056
+ 'px-6': {
2057
+ paddingLeft: '1.5rem',
2058
+ paddingRight: '1.5rem',
2059
+ },
2060
+ 'py-8': {
2061
+ paddingTop: '2rem',
2062
+ paddingBottom: '2rem',
2063
+ },
2064
+ 'px-8': {
2065
+ paddingLeft: '2rem',
2066
+ paddingRight: '2rem',
2067
+ },
2068
+ 'py-10': {
2069
+ paddingTop: '2.5rem',
2070
+ paddingBottom: '2.5rem',
2071
+ },
2072
+ 'px-10': {
2073
+ paddingLeft: '2.5rem',
2074
+ paddingRight: '2.5rem',
2075
+ },
2076
+ 'py-12': {
2077
+ paddingTop: '3rem',
2078
+ paddingBottom: '3rem',
2079
+ },
2080
+ 'px-12': {
2081
+ paddingLeft: '3rem',
2082
+ paddingRight: '3rem',
2083
+ },
2084
+ 'py-16': {
2085
+ paddingTop: '4rem',
2086
+ paddingBottom: '4rem',
2087
+ },
2088
+ 'px-16': {
2089
+ paddingLeft: '4rem',
2090
+ paddingRight: '4rem',
2091
+ },
2092
+ 'py-20': {
2093
+ paddingTop: '5rem',
2094
+ paddingBottom: '5rem',
2095
+ },
2096
+ 'px-20': {
2097
+ paddingLeft: '5rem',
2098
+ paddingRight: '5rem',
2099
+ },
2100
+ 'py-24': {
2101
+ paddingTop: '6rem',
2102
+ paddingBottom: '6rem',
2103
+ },
2104
+ 'px-24': {
2105
+ paddingLeft: '6rem',
2106
+ paddingRight: '6rem',
2107
+ },
2108
+ 'py-32': {
2109
+ paddingTop: '8rem',
2110
+ paddingBottom: '8rem',
2111
+ },
2112
+ 'px-32': {
2113
+ paddingLeft: '8rem',
2114
+ paddingRight: '8rem',
2115
+ },
2116
+ 'py-40': {
2117
+ paddingTop: '10rem',
2118
+ paddingBottom: '10rem',
2119
+ },
2120
+ 'px-40': {
2121
+ paddingLeft: '10rem',
2122
+ paddingRight: '10rem',
2123
+ },
2124
+ 'py-48': {
2125
+ paddingTop: '12rem',
2126
+ paddingBottom: '12rem',
2127
+ },
2128
+ 'px-48': {
2129
+ paddingLeft: '12rem',
2130
+ paddingRight: '12rem',
2131
+ },
2132
+ 'py-56': {
2133
+ paddingTop: '14rem',
2134
+ paddingBottom: '14rem',
2135
+ },
2136
+ 'px-56': {
2137
+ paddingLeft: '14rem',
2138
+ paddingRight: '14rem',
2139
+ },
2140
+ 'py-64': {
2141
+ paddingTop: '16rem',
2142
+ paddingBottom: '16rem',
2143
+ },
2144
+ 'px-64': {
2145
+ paddingLeft: '16rem',
2146
+ paddingRight: '16rem',
2147
+ },
2148
+ 'py-px': {
2149
+ paddingTop: '1px',
2150
+ paddingBottom: '1px',
2151
+ },
2152
+ 'px-px': {
2153
+ paddingLeft: '1px',
2154
+ paddingRight: '1px',
2155
+ },
2156
+ 'pt-0': {
2157
+ paddingTop: '0',
2158
+ },
2159
+ 'pr-0': {
2160
+ paddingRight: '0',
2161
+ },
2162
+ 'pb-0': {
2163
+ paddingBottom: '0',
2164
+ },
2165
+ 'pl-0': {
2166
+ paddingLeft: '0',
2167
+ },
2168
+ 'pt-1': {
2169
+ paddingTop: '0.25rem',
2170
+ },
2171
+ 'pr-1': {
2172
+ paddingRight: '0.25rem',
2173
+ },
2174
+ 'pb-1': {
2175
+ paddingBottom: '0.25rem',
2176
+ },
2177
+ 'pl-1': {
2178
+ paddingLeft: '0.25rem',
2179
+ },
2180
+ 'pt-2': {
2181
+ paddingTop: '0.5rem',
2182
+ },
2183
+ 'pr-2': {
2184
+ paddingRight: '0.5rem',
2185
+ },
2186
+ 'pb-2': {
2187
+ paddingBottom: '0.5rem',
2188
+ },
2189
+ 'pl-2': {
2190
+ paddingLeft: '0.5rem',
2191
+ },
2192
+ 'pt-3': {
2193
+ paddingTop: '0.75rem',
2194
+ },
2195
+ 'pr-3': {
2196
+ paddingRight: '0.75rem',
2197
+ },
2198
+ 'pb-3': {
2199
+ paddingBottom: '0.75rem',
2200
+ },
2201
+ 'pl-3': {
2202
+ paddingLeft: '0.75rem',
2203
+ },
2204
+ 'pt-4': {
2205
+ paddingTop: '1rem',
2206
+ },
2207
+ 'pr-4': {
2208
+ paddingRight: '1rem',
2209
+ },
2210
+ 'pb-4': {
2211
+ paddingBottom: '1rem',
2212
+ },
2213
+ 'pl-4': {
2214
+ paddingLeft: '1rem',
2215
+ },
2216
+ 'pt-5': {
2217
+ paddingTop: '1.25rem',
2218
+ },
2219
+ 'pr-5': {
2220
+ paddingRight: '1.25rem',
2221
+ },
2222
+ 'pb-5': {
2223
+ paddingBottom: '1.25rem',
2224
+ },
2225
+ 'pl-5': {
2226
+ paddingLeft: '1.25rem',
2227
+ },
2228
+ 'pt-6': {
2229
+ paddingTop: '1.5rem',
2230
+ },
2231
+ 'pr-6': {
2232
+ paddingRight: '1.5rem',
2233
+ },
2234
+ 'pb-6': {
2235
+ paddingBottom: '1.5rem',
2236
+ },
2237
+ 'pl-6': {
2238
+ paddingLeft: '1.5rem',
2239
+ },
2240
+ 'pt-8': {
2241
+ paddingTop: '2rem',
2242
+ },
2243
+ 'pr-8': {
2244
+ paddingRight: '2rem',
2245
+ },
2246
+ 'pb-8': {
2247
+ paddingBottom: '2rem',
2248
+ },
2249
+ 'pl-8': {
2250
+ paddingLeft: '2rem',
2251
+ },
2252
+ 'pt-10': {
2253
+ paddingTop: '2.5rem',
2254
+ },
2255
+ 'pr-10': {
2256
+ paddingRight: '2.5rem',
2257
+ },
2258
+ 'pb-10': {
2259
+ paddingBottom: '2.5rem',
2260
+ },
2261
+ 'pl-10': {
2262
+ paddingLeft: '2.5rem',
2263
+ },
2264
+ 'pt-12': {
2265
+ paddingTop: '3rem',
2266
+ },
2267
+ 'pr-12': {
2268
+ paddingRight: '3rem',
2269
+ },
2270
+ 'pb-12': {
2271
+ paddingBottom: '3rem',
2272
+ },
2273
+ 'pl-12': {
2274
+ paddingLeft: '3rem',
2275
+ },
2276
+ 'pt-16': {
2277
+ paddingTop: '4rem',
2278
+ },
2279
+ 'pr-16': {
2280
+ paddingRight: '4rem',
2281
+ },
2282
+ 'pb-16': {
2283
+ paddingBottom: '4rem',
2284
+ },
2285
+ 'pl-16': {
2286
+ paddingLeft: '4rem',
2287
+ },
2288
+ 'pt-20': {
2289
+ paddingTop: '5rem',
2290
+ },
2291
+ 'pr-20': {
2292
+ paddingRight: '5rem',
2293
+ },
2294
+ 'pb-20': {
2295
+ paddingBottom: '5rem',
2296
+ },
2297
+ 'pl-20': {
2298
+ paddingLeft: '5rem',
2299
+ },
2300
+ 'pt-24': {
2301
+ paddingTop: '6rem',
2302
+ },
2303
+ 'pr-24': {
2304
+ paddingRight: '6rem',
2305
+ },
2306
+ 'pb-24': {
2307
+ paddingBottom: '6rem',
2308
+ },
2309
+ 'pl-24': {
2310
+ paddingLeft: '6rem',
2311
+ },
2312
+ 'pt-32': {
2313
+ paddingTop: '8rem',
2314
+ },
2315
+ 'pr-32': {
2316
+ paddingRight: '8rem',
2317
+ },
2318
+ 'pb-32': {
2319
+ paddingBottom: '8rem',
2320
+ },
2321
+ 'pl-32': {
2322
+ paddingLeft: '8rem',
2323
+ },
2324
+ 'pt-40': {
2325
+ paddingTop: '10rem',
2326
+ },
2327
+ 'pr-40': {
2328
+ paddingRight: '10rem',
2329
+ },
2330
+ 'pb-40': {
2331
+ paddingBottom: '10rem',
2332
+ },
2333
+ 'pl-40': {
2334
+ paddingLeft: '10rem',
2335
+ },
2336
+ 'pt-48': {
2337
+ paddingTop: '12rem',
2338
+ },
2339
+ 'pr-48': {
2340
+ paddingRight: '12rem',
2341
+ },
2342
+ 'pb-48': {
2343
+ paddingBottom: '12rem',
2344
+ },
2345
+ 'pl-48': {
2346
+ paddingLeft: '12rem',
2347
+ },
2348
+ 'pt-56': {
2349
+ paddingTop: '14rem',
2350
+ },
2351
+ 'pr-56': {
2352
+ paddingRight: '14rem',
2353
+ },
2354
+ 'pb-56': {
2355
+ paddingBottom: '14rem',
2356
+ },
2357
+ 'pl-56': {
2358
+ paddingLeft: '14rem',
2359
+ },
2360
+ 'pt-64': {
2361
+ paddingTop: '16rem',
2362
+ },
2363
+ 'pr-64': {
2364
+ paddingRight: '16rem',
2365
+ },
2366
+ 'pb-64': {
2367
+ paddingBottom: '16rem',
2368
+ },
2369
+ 'pl-64': {
2370
+ paddingLeft: '16rem',
2371
+ },
2372
+ 'pt-px': {
2373
+ paddingTop: '1px',
2374
+ },
2375
+ 'pr-px': {
2376
+ paddingRight: '1px',
2377
+ },
2378
+ 'pb-px': {
2379
+ paddingBottom: '1px',
2380
+ },
2381
+ 'pl-px': {
2382
+ paddingLeft: '1px',
2383
+ },
2384
+ 'placeholder-anchor::-webkit-input-placeholder': {
2385
+ color: '#73737D',
2386
+ },
2387
+ 'placeholder-anchor::-moz-placeholder': {
2388
+ color: '#73737D',
2389
+ },
2390
+ 'placeholder-anchor:-ms-input-placeholder': {
2391
+ color: '#73737D',
2392
+ },
2393
+ 'placeholder-anchor::-ms-input-placeholder': {
2394
+ color: '#73737D',
2395
+ },
2396
+ 'placeholder-anchor::placeholder': {
2397
+ color: '#73737D',
2398
+ },
2399
+ 'placeholder-ash::-webkit-input-placeholder': {
2400
+ color: '#D7D7E0',
2401
+ },
2402
+ 'placeholder-ash::-moz-placeholder': {
2403
+ color: '#D7D7E0',
2404
+ },
2405
+ 'placeholder-ash:-ms-input-placeholder': {
2406
+ color: '#D7D7E0',
2407
+ },
2408
+ 'placeholder-ash::-ms-input-placeholder': {
2409
+ color: '#D7D7E0',
2410
+ },
2411
+ 'placeholder-ash::placeholder': {
2412
+ color: '#D7D7E0',
2413
+ },
2414
+ 'placeholder-azure::-webkit-input-placeholder': {
2415
+ color: '#E6E9F9',
2416
+ },
2417
+ 'placeholder-azure::-moz-placeholder': {
2418
+ color: '#E6E9F9',
2419
+ },
2420
+ 'placeholder-azure:-ms-input-placeholder': {
2421
+ color: '#E6E9F9',
2422
+ },
2423
+ 'placeholder-azure::-ms-input-placeholder': {
2424
+ color: '#E6E9F9',
2425
+ },
2426
+ 'placeholder-azure::placeholder': {
2427
+ color: '#E6E9F9',
2428
+ },
2429
+ 'placeholder-charcoal::-webkit-input-placeholder': {
2430
+ color: '#0A0A14',
2431
+ },
2432
+ 'placeholder-charcoal::-moz-placeholder': {
2433
+ color: '#0A0A14',
2434
+ },
2435
+ 'placeholder-charcoal:-ms-input-placeholder': {
2436
+ color: '#0A0A14',
2437
+ },
2438
+ 'placeholder-charcoal::-ms-input-placeholder': {
2439
+ color: '#0A0A14',
2440
+ },
2441
+ 'placeholder-charcoal::placeholder': {
2442
+ color: '#0A0A14',
2443
+ },
2444
+ 'placeholder-fossil::-webkit-input-placeholder': {
2445
+ color: '#A9A9B2',
2446
+ },
2447
+ 'placeholder-fossil::-moz-placeholder': {
2448
+ color: '#A9A9B2',
2449
+ },
2450
+ 'placeholder-fossil:-ms-input-placeholder': {
2451
+ color: '#A9A9B2',
2452
+ },
2453
+ 'placeholder-fossil::-ms-input-placeholder': {
2454
+ color: '#A9A9B2',
2455
+ },
2456
+ 'placeholder-fossil::placeholder': {
2457
+ color: '#A9A9B2',
2458
+ },
2459
+ 'placeholder-graphite::-webkit-input-placeholder': {
2460
+ color: '#48484C',
2461
+ },
2462
+ 'placeholder-graphite::-moz-placeholder': {
2463
+ color: '#48484C',
2464
+ },
2465
+ 'placeholder-graphite:-ms-input-placeholder': {
2466
+ color: '#48484C',
2467
+ },
2468
+ 'placeholder-graphite::-ms-input-placeholder': {
2469
+ color: '#48484C',
2470
+ },
2471
+ 'placeholder-graphite::placeholder': {
2472
+ color: '#48484C',
2473
+ },
2474
+ 'placeholder-lead::-webkit-input-placeholder': {
2475
+ color: '#3A3A3E',
2476
+ },
2477
+ 'placeholder-lead::-moz-placeholder': {
2478
+ color: '#3A3A3E',
2479
+ },
2480
+ 'placeholder-lead:-ms-input-placeholder': {
2481
+ color: '#3A3A3E',
2482
+ },
2483
+ 'placeholder-lead::-ms-input-placeholder': {
2484
+ color: '#3A3A3E',
2485
+ },
2486
+ 'placeholder-lead::placeholder': {
2487
+ color: '#3A3A3E',
2488
+ },
2489
+ 'placeholder-obsidian::-webkit-input-placeholder': {
2490
+ color: '#2C2C2F',
2491
+ },
2492
+ 'placeholder-obsidian::-moz-placeholder': {
2493
+ color: '#2C2C2F',
2494
+ },
2495
+ 'placeholder-obsidian:-ms-input-placeholder': {
2496
+ color: '#2C2C2F',
2497
+ },
2498
+ 'placeholder-obsidian::-ms-input-placeholder': {
2499
+ color: '#2C2C2F',
2500
+ },
2501
+ 'placeholder-obsidian::placeholder': {
2502
+ color: '#2C2C2F',
2503
+ },
2504
+ 'placeholder-pebble::-webkit-input-placeholder': {
2505
+ color: '#AEAEB2',
2506
+ },
2507
+ 'placeholder-pebble::-moz-placeholder': {
2508
+ color: '#AEAEB2',
2509
+ },
2510
+ 'placeholder-pebble:-ms-input-placeholder': {
2511
+ color: '#AEAEB2',
2512
+ },
2513
+ 'placeholder-pebble::-ms-input-placeholder': {
2514
+ color: '#AEAEB2',
2515
+ },
2516
+ 'placeholder-pebble::placeholder': {
2517
+ color: '#AEAEB2',
2518
+ },
2519
+ 'placeholder-powder::-webkit-input-placeholder': {
2520
+ color: '#EFEFF8',
2521
+ },
2522
+ 'placeholder-powder::-moz-placeholder': {
2523
+ color: '#EFEFF8',
2524
+ },
2525
+ 'placeholder-powder:-ms-input-placeholder': {
2526
+ color: '#EFEFF8',
2527
+ },
2528
+ 'placeholder-powder::-ms-input-placeholder': {
2529
+ color: '#EFEFF8',
2530
+ },
2531
+ 'placeholder-powder::placeholder': {
2532
+ color: '#EFEFF8',
2533
+ },
2534
+ 'placeholder-slate::-webkit-input-placeholder': {
2535
+ color: '#646469',
2536
+ },
2537
+ 'placeholder-slate::-moz-placeholder': {
2538
+ color: '#646469',
2539
+ },
2540
+ 'placeholder-slate:-ms-input-placeholder': {
2541
+ color: '#646469',
2542
+ },
2543
+ 'placeholder-slate::-ms-input-placeholder': {
2544
+ color: '#646469',
2545
+ },
2546
+ 'placeholder-slate::placeholder': {
2547
+ color: '#646469',
2548
+ },
2549
+ 'placeholder-smoke::-webkit-input-placeholder': {
2550
+ color: '#1C1C1F',
2551
+ },
2552
+ 'placeholder-smoke::-moz-placeholder': {
2553
+ color: '#1C1C1F',
2554
+ },
2555
+ 'placeholder-smoke:-ms-input-placeholder': {
2556
+ color: '#1C1C1F',
2557
+ },
2558
+ 'placeholder-smoke::-ms-input-placeholder': {
2559
+ color: '#1C1C1F',
2560
+ },
2561
+ 'placeholder-smoke::placeholder': {
2562
+ color: '#1C1C1F',
2563
+ },
2564
+ 'placeholder-space::-webkit-input-placeholder': {
2565
+ color: '#0828CC',
2566
+ },
2567
+ 'placeholder-space::-moz-placeholder': {
2568
+ color: '#0828CC',
2569
+ },
2570
+ 'placeholder-space:-ms-input-placeholder': {
2571
+ color: '#0828CC',
2572
+ },
2573
+ 'placeholder-space::-ms-input-placeholder': {
2574
+ color: '#0828CC',
2575
+ },
2576
+ 'placeholder-space::placeholder': {
2577
+ color: '#0828CC',
2578
+ },
2579
+ 'placeholder-stone::-webkit-input-placeholder': {
2580
+ color: '#141416',
2581
+ },
2582
+ 'placeholder-stone::-moz-placeholder': {
2583
+ color: '#141416',
2584
+ },
2585
+ 'placeholder-stone:-ms-input-placeholder': {
2586
+ color: '#141416',
2587
+ },
2588
+ 'placeholder-stone::-ms-input-placeholder': {
2589
+ color: '#141416',
2590
+ },
2591
+ 'placeholder-stone::placeholder': {
2592
+ color: '#141416',
2593
+ },
2594
+ 'placeholder-transparent::-webkit-input-placeholder': {
2595
+ color: 'transparent',
2596
+ },
2597
+ 'placeholder-transparent::-moz-placeholder': {
2598
+ color: 'transparent',
2599
+ },
2600
+ 'placeholder-transparent:-ms-input-placeholder': {
2601
+ color: 'transparent',
2602
+ },
2603
+ 'placeholder-transparent::-ms-input-placeholder': {
2604
+ color: 'transparent',
2605
+ },
2606
+ 'placeholder-transparent::placeholder': {
2607
+ color: 'transparent',
2608
+ },
2609
+ 'placeholder-water::-webkit-input-placeholder': {
2610
+ color: '#F8F8FD',
2611
+ },
2612
+ 'placeholder-water::-moz-placeholder': {
2613
+ color: '#F8F8FD',
2614
+ },
2615
+ 'placeholder-water:-ms-input-placeholder': {
2616
+ color: '#F8F8FD',
2617
+ },
2618
+ 'placeholder-water::-ms-input-placeholder': {
2619
+ color: '#F8F8FD',
2620
+ },
2621
+ 'placeholder-water::placeholder': {
2622
+ color: '#F8F8FD',
2623
+ },
2624
+ 'placeholder-white::-webkit-input-placeholder': {
2625
+ color: '#fff',
2626
+ },
2627
+ 'placeholder-white::-moz-placeholder': {
2628
+ color: '#fff',
2629
+ },
2630
+ 'placeholder-white:-ms-input-placeholder': {
2631
+ color: '#fff',
2632
+ },
2633
+ 'placeholder-white::-ms-input-placeholder': {
2634
+ color: '#fff',
2635
+ },
2636
+ 'placeholder-white::placeholder': {
2637
+ color: '#fff',
2638
+ },
2639
+ 'pointer-events-none': {
2640
+ pointerEvents: 'none',
2641
+ },
2642
+ 'pointer-events-auto': {
2643
+ pointerEvents: 'auto',
2644
+ },
2645
+ static: {
2646
+ position: 'static',
2647
+ },
2648
+ fixed: {
2649
+ position: 'fixed',
2650
+ },
2651
+ absolute: {
2652
+ position: 'absolute',
2653
+ },
2654
+ relative: {
2655
+ position: 'relative',
2656
+ },
2657
+ sticky: {
2658
+ position: ['-webkit-sticky', 'sticky'],
2659
+ },
2660
+ 'inset-0': {
2661
+ top: '0',
2662
+ right: '0',
2663
+ bottom: '0',
2664
+ left: '0',
2665
+ },
2666
+ 'inset-auto': {
2667
+ top: 'auto',
2668
+ right: 'auto',
2669
+ bottom: 'auto',
2670
+ left: 'auto',
2671
+ },
2672
+ 'inset-y-0': {
2673
+ top: '0',
2674
+ bottom: '0',
2675
+ },
2676
+ 'inset-x-0': {
2677
+ right: '0',
2678
+ left: '0',
2679
+ },
2680
+ 'inset-y-auto': {
2681
+ top: 'auto',
2682
+ bottom: 'auto',
2683
+ },
2684
+ 'inset-x-auto': {
2685
+ right: 'auto',
2686
+ left: 'auto',
2687
+ },
2688
+ 'top-0': {
2689
+ top: '0',
2690
+ },
2691
+ 'right-0': {
2692
+ right: '0',
2693
+ },
2694
+ 'bottom-0': {
2695
+ bottom: '0',
2696
+ },
2697
+ 'left-0': {
2698
+ left: '0',
2699
+ },
2700
+ 'top-auto': {
2701
+ top: 'auto',
2702
+ },
2703
+ 'right-auto': {
2704
+ right: 'auto',
2705
+ },
2706
+ 'bottom-auto': {
2707
+ bottom: 'auto',
2708
+ },
2709
+ 'left-auto': {
2710
+ left: 'auto',
2711
+ },
2712
+ 'resize-none': {
2713
+ resize: 'none',
2714
+ },
2715
+ 'resize-y': {
2716
+ resize: 'vertical',
2717
+ },
2718
+ 'resize-x': {
2719
+ resize: 'horizontal',
2720
+ },
2721
+ resize: {
2722
+ resize: 'both',
2723
+ },
2724
+ 'shadow-xs': {
2725
+ boxShadow: '0 0 0 1px rgba(0, 0, 0, 0.05)',
2726
+ },
2727
+ 'shadow-sm': {
2728
+ boxShadow: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
2729
+ },
2730
+ shadow: {
2731
+ boxShadow: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
2732
+ },
2733
+ 'shadow-md': {
2734
+ boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
2735
+ },
2736
+ 'shadow-lg': {
2737
+ boxShadow: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
2738
+ },
2739
+ 'shadow-xl': {
2740
+ boxShadow: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)',
2741
+ },
2742
+ 'shadow-2xl': {
2743
+ boxShadow: '0 25px 50px -12px rgba(0, 0, 0, 0.25)',
2744
+ },
2745
+ 'shadow-inner': {
2746
+ boxShadow: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
2747
+ },
2748
+ 'shadow-outline': {
2749
+ boxShadow: '0 0 0 3px rgba(66, 153, 225, 0.5)',
2750
+ },
2751
+ 'shadow-none': {
2752
+ boxShadow: 'none',
2753
+ },
2754
+ 'fill-current': {
2755
+ fill: 'currentColor',
2756
+ },
2757
+ 'stroke-current': {
2758
+ stroke: 'currentColor',
2759
+ },
2760
+ 'stroke-0': {
2761
+ strokeWidth: '0',
2762
+ },
2763
+ 'stroke-1': {
2764
+ strokeWidth: '1',
2765
+ },
2766
+ 'stroke-2': {
2767
+ strokeWidth: '2',
2768
+ },
2769
+ 'table-auto': {
2770
+ tableLayout: 'auto',
2771
+ },
2772
+ 'table-fixed': {
2773
+ tableLayout: 'fixed',
2774
+ },
2775
+ 'text-left': {
2776
+ textAlign: 'left',
2777
+ },
2778
+ 'text-center': {
2779
+ textAlign: 'center',
2780
+ },
2781
+ 'text-right': {
2782
+ textAlign: 'right',
2783
+ },
2784
+ 'text-justify': {
2785
+ textAlign: 'justify',
2786
+ },
2787
+ 'text-anchor': {
2788
+ color: '#73737D',
2789
+ },
2790
+ 'text-ash': {
2791
+ color: '#D7D7E0',
2792
+ },
2793
+ 'text-azure': {
2794
+ color: '#E6E9F9',
2795
+ },
2796
+ 'text-charcoal': {
2797
+ color: '#0A0A14',
2798
+ },
2799
+ 'text-fossil': {
2800
+ color: '#A9A9B2',
2801
+ },
2802
+ 'text-graphite': {
2803
+ color: '#48484C',
2804
+ },
2805
+ 'text-lead': {
2806
+ color: '#3A3A3E',
2807
+ },
2808
+ 'text-obsidian': {
2809
+ color: '#2C2C2F',
2810
+ },
2811
+ 'text-pebble': {
2812
+ color: '#AEAEB2',
2813
+ },
2814
+ 'text-powder': {
2815
+ color: '#EFEFF8',
2816
+ },
2817
+ 'text-slate': {
2818
+ color: '#646469',
2819
+ },
2820
+ 'text-smoke': {
2821
+ color: '#1C1C1F',
2822
+ },
2823
+ 'text-space': {
2824
+ color: '#0828CC',
2825
+ },
2826
+ 'text-stone': {
2827
+ color: '#141416',
2828
+ },
2829
+ 'text-transparent': {
2830
+ color: 'transparent',
2831
+ },
2832
+ 'text-water': {
2833
+ color: '#F8F8FD',
2834
+ },
2835
+ 'text-white': {
2836
+ color: '#fff',
2837
+ },
2838
+ 'text-xs': {
2839
+ fontSize: '0.75rem',
2840
+ },
2841
+ 'text-sm': {
2842
+ fontSize: '0.875rem',
2843
+ },
2844
+ 'text-base': {
2845
+ fontSize: '1rem',
2846
+ },
2847
+ 'text-lg': {
2848
+ fontSize: '1.125rem',
2849
+ },
2850
+ 'text-xl': {
2851
+ fontSize: '1.25rem',
2852
+ },
2853
+ 'text-2xl': {
2854
+ fontSize: '1.5rem',
2855
+ },
2856
+ 'text-3xl': {
2857
+ fontSize: '1.875rem',
2858
+ },
2859
+ 'text-4xl': {
2860
+ fontSize: '2.25rem',
2861
+ },
2862
+ 'text-5xl': {
2863
+ fontSize: '3rem',
2864
+ },
2865
+ 'text-6xl': {
2866
+ fontSize: '4rem',
2867
+ },
2868
+ italic: {
2869
+ fontStyle: 'italic',
2870
+ },
2871
+ 'not-italic': {
2872
+ fontStyle: 'normal',
2873
+ },
2874
+ uppercase: {
2875
+ textTransform: 'uppercase',
2876
+ },
2877
+ lowercase: {
2878
+ textTransform: 'lowercase',
2879
+ },
2880
+ capitalize: {
2881
+ textTransform: 'capitalize',
2882
+ },
2883
+ 'normal-case': {
2884
+ textTransform: 'none',
2885
+ },
2886
+ underline: {
2887
+ textDecoration: 'underline',
2888
+ },
2889
+ 'line-through': {
2890
+ textDecoration: 'line-through',
2891
+ },
2892
+ 'no-underline': {
2893
+ textDecoration: 'none',
2894
+ },
2895
+ antialiased: {
2896
+ WebkitFontSmoothing: 'antialiased',
2897
+ MozOsxFontSmoothing: 'grayscale',
2898
+ },
2899
+ 'subpixel-antialiased': {
2900
+ WebkitFontSmoothing: 'auto',
2901
+ MozOsxFontSmoothing: 'auto',
2902
+ },
2903
+ 'tracking-tighter': {
2904
+ letterSpacing: '-0.05em',
2905
+ },
2906
+ 'tracking-tight': {
2907
+ letterSpacing: '-0.025em',
2908
+ },
2909
+ 'tracking-normal': {
2910
+ letterSpacing: '0',
2911
+ },
2912
+ 'tracking-wide': {
2913
+ letterSpacing: '0.025em',
2914
+ },
2915
+ 'tracking-wider': {
2916
+ letterSpacing: '0.05em',
2917
+ },
2918
+ 'tracking-widest': {
2919
+ letterSpacing: '0.1em',
2920
+ },
2921
+ 'select-none': {
2922
+ WebkitUserSelect: 'none',
2923
+ MozUserSelect: 'none',
2924
+ msUserSelect: 'none',
2925
+ userSelect: 'none',
2926
+ },
2927
+ 'select-text': {
2928
+ WebkitUserSelect: 'text',
2929
+ MozUserSelect: 'text',
2930
+ msUserSelect: 'text',
2931
+ userSelect: 'text',
2932
+ },
2933
+ 'select-all': {
2934
+ WebkitUserSelect: 'all',
2935
+ MozUserSelect: 'all',
2936
+ msUserSelect: 'all',
2937
+ userSelect: 'all',
2938
+ },
2939
+ 'select-auto': {
2940
+ WebkitUserSelect: 'auto',
2941
+ MozUserSelect: 'auto',
2942
+ msUserSelect: 'auto',
2943
+ userSelect: 'auto',
2944
+ },
2945
+ 'align-baseline': {
2946
+ verticalAlign: 'baseline',
2947
+ },
2948
+ 'align-top': {
2949
+ verticalAlign: 'top',
2950
+ },
2951
+ 'align-middle': {
2952
+ verticalAlign: 'middle',
2953
+ },
2954
+ 'align-bottom': {
2955
+ verticalAlign: 'bottom',
2956
+ },
2957
+ 'align-text-top': {
2958
+ verticalAlign: 'text-top',
2959
+ },
2960
+ 'align-text-bottom': {
2961
+ verticalAlign: 'text-bottom',
2962
+ },
2963
+ visible: {
2964
+ visibility: 'visible',
2965
+ },
2966
+ invisible: {
2967
+ visibility: 'hidden',
2968
+ },
2969
+ 'whitespace-normal': {
2970
+ whiteSpace: 'normal',
2971
+ },
2972
+ 'whitespace-no-wrap': {
2973
+ whiteSpace: 'nowrap',
2974
+ },
2975
+ 'whitespace-pre': {
2976
+ whiteSpace: 'pre',
2977
+ },
2978
+ 'whitespace-pre-line': {
2979
+ whiteSpace: 'pre-line',
2980
+ },
2981
+ 'whitespace-pre-wrap': {
2982
+ whiteSpace: 'pre-wrap',
2983
+ },
2984
+ 'break-normal': {
2985
+ overflowWrap: 'normal',
2986
+ wordBreak: 'normal',
2987
+ },
2988
+ 'break-words': {
2989
+ overflowWrap: 'break-word',
2990
+ },
2991
+ 'break-all': {
2992
+ wordBreak: 'break-all',
2993
+ },
2994
+ truncate: {
2995
+ overflow: 'hidden',
2996
+ textOverflow: 'ellipsis',
2997
+ whiteSpace: 'nowrap',
2998
+ },
2999
+ 'w-0': {
3000
+ width: '0',
3001
+ },
3002
+ 'w-1': {
3003
+ width: '0.25rem',
3004
+ },
3005
+ 'w-2': {
3006
+ width: '0.5rem',
3007
+ },
3008
+ 'w-3': {
3009
+ width: '0.75rem',
3010
+ },
3011
+ 'w-4': {
3012
+ width: '1rem',
3013
+ },
3014
+ 'w-5': {
3015
+ width: '1.25rem',
3016
+ },
3017
+ 'w-6': {
3018
+ width: '1.5rem',
3019
+ },
3020
+ 'w-8': {
3021
+ width: '2rem',
3022
+ },
3023
+ 'w-10': {
3024
+ width: '2.5rem',
3025
+ },
3026
+ 'w-12': {
3027
+ width: '3rem',
3028
+ },
3029
+ 'w-16': {
3030
+ width: '4rem',
3031
+ },
3032
+ 'w-20': {
3033
+ width: '5rem',
3034
+ },
3035
+ 'w-24': {
3036
+ width: '6rem',
3037
+ },
3038
+ 'w-32': {
3039
+ width: '8rem',
3040
+ },
3041
+ 'w-40': {
3042
+ width: '10rem',
3043
+ },
3044
+ 'w-48': {
3045
+ width: '12rem',
3046
+ },
3047
+ 'w-56': {
3048
+ width: '14rem',
3049
+ },
3050
+ 'w-64': {
3051
+ width: '16rem',
3052
+ },
3053
+ 'w-auto': {
3054
+ width: 'auto',
3055
+ },
3056
+ 'w-px': {
3057
+ width: '1px',
3058
+ },
3059
+ 'w-1\\/2': {
3060
+ width: '50%',
3061
+ },
3062
+ 'w-1\\/3': {
3063
+ width: '33.333333%',
3064
+ },
3065
+ 'w-2\\/3': {
3066
+ width: '66.666667%',
3067
+ },
3068
+ 'w-1\\/4': {
3069
+ width: '25%',
3070
+ },
3071
+ 'w-2\\/4': {
3072
+ width: '50%',
3073
+ },
3074
+ 'w-3\\/4': {
3075
+ width: '75%',
3076
+ },
3077
+ 'w-1\\/5': {
3078
+ width: '20%',
3079
+ },
3080
+ 'w-2\\/5': {
3081
+ width: '40%',
3082
+ },
3083
+ 'w-3\\/5': {
3084
+ width: '60%',
3085
+ },
3086
+ 'w-4\\/5': {
3087
+ width: '80%',
3088
+ },
3089
+ 'w-1\\/6': {
3090
+ width: '16.666667%',
3091
+ },
3092
+ 'w-2\\/6': {
3093
+ width: '33.333333%',
3094
+ },
3095
+ 'w-3\\/6': {
3096
+ width: '50%',
3097
+ },
3098
+ 'w-4\\/6': {
3099
+ width: '66.666667%',
3100
+ },
3101
+ 'w-5\\/6': {
3102
+ width: '83.333333%',
3103
+ },
3104
+ 'w-1\\/12': {
3105
+ width: '8.333333%',
3106
+ },
3107
+ 'w-2\\/12': {
3108
+ width: '16.666667%',
3109
+ },
3110
+ 'w-3\\/12': {
3111
+ width: '25%',
3112
+ },
3113
+ 'w-4\\/12': {
3114
+ width: '33.333333%',
3115
+ },
3116
+ 'w-5\\/12': {
3117
+ width: '41.666667%',
3118
+ },
3119
+ 'w-6\\/12': {
3120
+ width: '50%',
3121
+ },
3122
+ 'w-7\\/12': {
3123
+ width: '58.333333%',
3124
+ },
3125
+ 'w-8\\/12': {
3126
+ width: '66.666667%',
3127
+ },
3128
+ 'w-9\\/12': {
3129
+ width: '75%',
3130
+ },
3131
+ 'w-10\\/12': {
3132
+ width: '83.333333%',
3133
+ },
3134
+ 'w-11\\/12': {
3135
+ width: '91.666667%',
3136
+ },
3137
+ 'w-full': {
3138
+ width: '100%',
3139
+ },
3140
+ 'w-screen': {
3141
+ width: '100vw',
3142
+ },
3143
+ 'z-0': {
3144
+ zIndex: '0',
3145
+ },
3146
+ 'z-10': {
3147
+ zIndex: '10',
3148
+ },
3149
+ 'z-20': {
3150
+ zIndex: '20',
3151
+ },
3152
+ 'z-30': {
3153
+ zIndex: '30',
3154
+ },
3155
+ 'z-40': {
3156
+ zIndex: '40',
3157
+ },
3158
+ 'z-50': {
3159
+ zIndex: '50',
3160
+ },
3161
+ 'z-auto': {
3162
+ zIndex: 'auto',
3163
+ },
3164
+ 'gap-0': {
3165
+ gridGap: '0',
3166
+ gap: '0',
3167
+ },
3168
+ 'gap-1': {
3169
+ gridGap: '0.25rem',
3170
+ gap: '0.25rem',
3171
+ },
3172
+ 'gap-2': {
3173
+ gridGap: '0.5rem',
3174
+ gap: '0.5rem',
3175
+ },
3176
+ 'gap-3': {
3177
+ gridGap: '0.75rem',
3178
+ gap: '0.75rem',
3179
+ },
3180
+ 'gap-4': {
3181
+ gridGap: '1rem',
3182
+ gap: '1rem',
3183
+ },
3184
+ 'gap-5': {
3185
+ gridGap: '1.25rem',
3186
+ gap: '1.25rem',
3187
+ },
3188
+ 'gap-6': {
3189
+ gridGap: '1.5rem',
3190
+ gap: '1.5rem',
3191
+ },
3192
+ 'gap-8': {
3193
+ gridGap: '2rem',
3194
+ gap: '2rem',
3195
+ },
3196
+ 'gap-10': {
3197
+ gridGap: '2.5rem',
3198
+ gap: '2.5rem',
3199
+ },
3200
+ 'gap-12': {
3201
+ gridGap: '3rem',
3202
+ gap: '3rem',
3203
+ },
3204
+ 'gap-16': {
3205
+ gridGap: '4rem',
3206
+ gap: '4rem',
3207
+ },
3208
+ 'gap-20': {
3209
+ gridGap: '5rem',
3210
+ gap: '5rem',
3211
+ },
3212
+ 'gap-24': {
3213
+ gridGap: '6rem',
3214
+ gap: '6rem',
3215
+ },
3216
+ 'gap-32': {
3217
+ gridGap: '8rem',
3218
+ gap: '8rem',
3219
+ },
3220
+ 'gap-40': {
3221
+ gridGap: '10rem',
3222
+ gap: '10rem',
3223
+ },
3224
+ 'gap-48': {
3225
+ gridGap: '12rem',
3226
+ gap: '12rem',
3227
+ },
3228
+ 'gap-56': {
3229
+ gridGap: '14rem',
3230
+ gap: '14rem',
3231
+ },
3232
+ 'gap-64': {
3233
+ gridGap: '16rem',
3234
+ gap: '16rem',
3235
+ },
3236
+ 'gap-px': {
3237
+ gridGap: '1px',
3238
+ gap: '1px',
3239
+ },
3240
+ 'col-gap-0': {
3241
+ gridColumnGap: '0',
3242
+ MozColumnGap: '0',
3243
+ columnGap: '0',
3244
+ },
3245
+ 'col-gap-1': {
3246
+ gridColumnGap: '0.25rem',
3247
+ MozColumnGap: '0.25rem',
3248
+ columnGap: '0.25rem',
3249
+ },
3250
+ 'col-gap-2': {
3251
+ gridColumnGap: '0.5rem',
3252
+ MozColumnGap: '0.5rem',
3253
+ columnGap: '0.5rem',
3254
+ },
3255
+ 'col-gap-3': {
3256
+ gridColumnGap: '0.75rem',
3257
+ MozColumnGap: '0.75rem',
3258
+ columnGap: '0.75rem',
3259
+ },
3260
+ 'col-gap-4': {
3261
+ gridColumnGap: '1rem',
3262
+ MozColumnGap: '1rem',
3263
+ columnGap: '1rem',
3264
+ },
3265
+ 'col-gap-5': {
3266
+ gridColumnGap: '1.25rem',
3267
+ MozColumnGap: '1.25rem',
3268
+ columnGap: '1.25rem',
3269
+ },
3270
+ 'col-gap-6': {
3271
+ gridColumnGap: '1.5rem',
3272
+ MozColumnGap: '1.5rem',
3273
+ columnGap: '1.5rem',
3274
+ },
3275
+ 'col-gap-8': {
3276
+ gridColumnGap: '2rem',
3277
+ MozColumnGap: '2rem',
3278
+ columnGap: '2rem',
3279
+ },
3280
+ 'col-gap-10': {
3281
+ gridColumnGap: '2.5rem',
3282
+ MozColumnGap: '2.5rem',
3283
+ columnGap: '2.5rem',
3284
+ },
3285
+ 'col-gap-12': {
3286
+ gridColumnGap: '3rem',
3287
+ MozColumnGap: '3rem',
3288
+ columnGap: '3rem',
3289
+ },
3290
+ 'col-gap-16': {
3291
+ gridColumnGap: '4rem',
3292
+ MozColumnGap: '4rem',
3293
+ columnGap: '4rem',
3294
+ },
3295
+ 'col-gap-20': {
3296
+ gridColumnGap: '5rem',
3297
+ MozColumnGap: '5rem',
3298
+ columnGap: '5rem',
3299
+ },
3300
+ 'col-gap-24': {
3301
+ gridColumnGap: '6rem',
3302
+ MozColumnGap: '6rem',
3303
+ columnGap: '6rem',
3304
+ },
3305
+ 'col-gap-32': {
3306
+ gridColumnGap: '8rem',
3307
+ MozColumnGap: '8rem',
3308
+ columnGap: '8rem',
3309
+ },
3310
+ 'col-gap-40': {
3311
+ gridColumnGap: '10rem',
3312
+ MozColumnGap: '10rem',
3313
+ columnGap: '10rem',
3314
+ },
3315
+ 'col-gap-48': {
3316
+ gridColumnGap: '12rem',
3317
+ MozColumnGap: '12rem',
3318
+ columnGap: '12rem',
3319
+ },
3320
+ 'col-gap-56': {
3321
+ gridColumnGap: '14rem',
3322
+ MozColumnGap: '14rem',
3323
+ columnGap: '14rem',
3324
+ },
3325
+ 'col-gap-64': {
3326
+ gridColumnGap: '16rem',
3327
+ MozColumnGap: '16rem',
3328
+ columnGap: '16rem',
3329
+ },
3330
+ 'col-gap-px': {
3331
+ gridColumnGap: '1px',
3332
+ MozColumnGap: '1px',
3333
+ columnGap: '1px',
3334
+ },
3335
+ 'row-gap-0': {
3336
+ gridRowGap: '0',
3337
+ rowGap: '0',
3338
+ },
3339
+ 'row-gap-1': {
3340
+ gridRowGap: '0.25rem',
3341
+ rowGap: '0.25rem',
3342
+ },
3343
+ 'row-gap-2': {
3344
+ gridRowGap: '0.5rem',
3345
+ rowGap: '0.5rem',
3346
+ },
3347
+ 'row-gap-3': {
3348
+ gridRowGap: '0.75rem',
3349
+ rowGap: '0.75rem',
3350
+ },
3351
+ 'row-gap-4': {
3352
+ gridRowGap: '1rem',
3353
+ rowGap: '1rem',
3354
+ },
3355
+ 'row-gap-5': {
3356
+ gridRowGap: '1.25rem',
3357
+ rowGap: '1.25rem',
3358
+ },
3359
+ 'row-gap-6': {
3360
+ gridRowGap: '1.5rem',
3361
+ rowGap: '1.5rem',
3362
+ },
3363
+ 'row-gap-8': {
3364
+ gridRowGap: '2rem',
3365
+ rowGap: '2rem',
3366
+ },
3367
+ 'row-gap-10': {
3368
+ gridRowGap: '2.5rem',
3369
+ rowGap: '2.5rem',
3370
+ },
3371
+ 'row-gap-12': {
3372
+ gridRowGap: '3rem',
3373
+ rowGap: '3rem',
3374
+ },
3375
+ 'row-gap-16': {
3376
+ gridRowGap: '4rem',
3377
+ rowGap: '4rem',
3378
+ },
3379
+ 'row-gap-20': {
3380
+ gridRowGap: '5rem',
3381
+ rowGap: '5rem',
3382
+ },
3383
+ 'row-gap-24': {
3384
+ gridRowGap: '6rem',
3385
+ rowGap: '6rem',
3386
+ },
3387
+ 'row-gap-32': {
3388
+ gridRowGap: '8rem',
3389
+ rowGap: '8rem',
3390
+ },
3391
+ 'row-gap-40': {
3392
+ gridRowGap: '10rem',
3393
+ rowGap: '10rem',
3394
+ },
3395
+ 'row-gap-48': {
3396
+ gridRowGap: '12rem',
3397
+ rowGap: '12rem',
3398
+ },
3399
+ 'row-gap-56': {
3400
+ gridRowGap: '14rem',
3401
+ rowGap: '14rem',
3402
+ },
3403
+ 'row-gap-64': {
3404
+ gridRowGap: '16rem',
3405
+ rowGap: '16rem',
3406
+ },
3407
+ 'row-gap-px': {
3408
+ gridRowGap: '1px',
3409
+ rowGap: '1px',
3410
+ },
3411
+ 'grid-flow-row': {
3412
+ gridAutoFlow: 'row',
3413
+ },
3414
+ 'grid-flow-col': {
3415
+ gridAutoFlow: 'column',
3416
+ },
3417
+ 'grid-flow-row-dense': {
3418
+ gridAutoFlow: 'row dense',
3419
+ },
3420
+ 'grid-flow-col-dense': {
3421
+ gridAutoFlow: 'column dense',
3422
+ },
3423
+ 'grid-cols-1': {
3424
+ gridTemplateColumns: 'repeat(1, minmax(0, 1fr))',
3425
+ },
3426
+ 'grid-cols-2': {
3427
+ gridTemplateColumns: 'repeat(2, minmax(0, 1fr))',
3428
+ },
3429
+ 'grid-cols-3': {
3430
+ gridTemplateColumns: 'repeat(3, minmax(0, 1fr))',
3431
+ },
3432
+ 'grid-cols-4': {
3433
+ gridTemplateColumns: 'repeat(4, minmax(0, 1fr))',
3434
+ },
3435
+ 'grid-cols-5': {
3436
+ gridTemplateColumns: 'repeat(5, minmax(0, 1fr))',
3437
+ },
3438
+ 'grid-cols-6': {
3439
+ gridTemplateColumns: 'repeat(6, minmax(0, 1fr))',
3440
+ },
3441
+ 'grid-cols-7': {
3442
+ gridTemplateColumns: 'repeat(7, minmax(0, 1fr))',
3443
+ },
3444
+ 'grid-cols-8': {
3445
+ gridTemplateColumns: 'repeat(8, minmax(0, 1fr))',
3446
+ },
3447
+ 'grid-cols-9': {
3448
+ gridTemplateColumns: 'repeat(9, minmax(0, 1fr))',
3449
+ },
3450
+ 'grid-cols-10': {
3451
+ gridTemplateColumns: 'repeat(10, minmax(0, 1fr))',
3452
+ },
3453
+ 'grid-cols-11': {
3454
+ gridTemplateColumns: 'repeat(11, minmax(0, 1fr))',
3455
+ },
3456
+ 'grid-cols-12': {
3457
+ gridTemplateColumns: 'repeat(12, minmax(0, 1fr))',
3458
+ },
3459
+ 'grid-cols-none': {
3460
+ gridTemplateColumns: 'none',
3461
+ },
3462
+ 'col-auto': {
3463
+ gridColumn: 'auto',
3464
+ },
3465
+ 'col-span-1': {
3466
+ gridColumn: 'span 1 / span 1',
3467
+ },
3468
+ 'col-span-2': {
3469
+ gridColumn: 'span 2 / span 2',
3470
+ },
3471
+ 'col-span-3': {
3472
+ gridColumn: 'span 3 / span 3',
3473
+ },
3474
+ 'col-span-4': {
3475
+ gridColumn: 'span 4 / span 4',
3476
+ },
3477
+ 'col-span-5': {
3478
+ gridColumn: 'span 5 / span 5',
3479
+ },
3480
+ 'col-span-6': {
3481
+ gridColumn: 'span 6 / span 6',
3482
+ },
3483
+ 'col-span-7': {
3484
+ gridColumn: 'span 7 / span 7',
3485
+ },
3486
+ 'col-span-8': {
3487
+ gridColumn: 'span 8 / span 8',
3488
+ },
3489
+ 'col-span-9': {
3490
+ gridColumn: 'span 9 / span 9',
3491
+ },
3492
+ 'col-span-10': {
3493
+ gridColumn: 'span 10 / span 10',
3494
+ },
3495
+ 'col-span-11': {
3496
+ gridColumn: 'span 11 / span 11',
3497
+ },
3498
+ 'col-span-12': {
3499
+ gridColumn: 'span 12 / span 12',
3500
+ },
3501
+ 'col-start-1': {
3502
+ gridColumnStart: '1',
3503
+ },
3504
+ 'col-start-2': {
3505
+ gridColumnStart: '2',
3506
+ },
3507
+ 'col-start-3': {
3508
+ gridColumnStart: '3',
3509
+ },
3510
+ 'col-start-4': {
3511
+ gridColumnStart: '4',
3512
+ },
3513
+ 'col-start-5': {
3514
+ gridColumnStart: '5',
3515
+ },
3516
+ 'col-start-6': {
3517
+ gridColumnStart: '6',
3518
+ },
3519
+ 'col-start-7': {
3520
+ gridColumnStart: '7',
3521
+ },
3522
+ 'col-start-8': {
3523
+ gridColumnStart: '8',
3524
+ },
3525
+ 'col-start-9': {
3526
+ gridColumnStart: '9',
3527
+ },
3528
+ 'col-start-10': {
3529
+ gridColumnStart: '10',
3530
+ },
3531
+ 'col-start-11': {
3532
+ gridColumnStart: '11',
3533
+ },
3534
+ 'col-start-12': {
3535
+ gridColumnStart: '12',
3536
+ },
3537
+ 'col-start-13': {
3538
+ gridColumnStart: '13',
3539
+ },
3540
+ 'col-start-auto': {
3541
+ gridColumnStart: 'auto',
3542
+ },
3543
+ 'col-end-1': {
3544
+ gridColumnEnd: '1',
3545
+ },
3546
+ 'col-end-2': {
3547
+ gridColumnEnd: '2',
3548
+ },
3549
+ 'col-end-3': {
3550
+ gridColumnEnd: '3',
3551
+ },
3552
+ 'col-end-4': {
3553
+ gridColumnEnd: '4',
3554
+ },
3555
+ 'col-end-5': {
3556
+ gridColumnEnd: '5',
3557
+ },
3558
+ 'col-end-6': {
3559
+ gridColumnEnd: '6',
3560
+ },
3561
+ 'col-end-7': {
3562
+ gridColumnEnd: '7',
3563
+ },
3564
+ 'col-end-8': {
3565
+ gridColumnEnd: '8',
3566
+ },
3567
+ 'col-end-9': {
3568
+ gridColumnEnd: '9',
3569
+ },
3570
+ 'col-end-10': {
3571
+ gridColumnEnd: '10',
3572
+ },
3573
+ 'col-end-11': {
3574
+ gridColumnEnd: '11',
3575
+ },
3576
+ 'col-end-12': {
3577
+ gridColumnEnd: '12',
3578
+ },
3579
+ 'col-end-13': {
3580
+ gridColumnEnd: '13',
3581
+ },
3582
+ 'col-end-auto': {
3583
+ gridColumnEnd: 'auto',
3584
+ },
3585
+ 'grid-rows-1': {
3586
+ gridTemplateRows: 'repeat(1, minmax(0, 1fr))',
3587
+ },
3588
+ 'grid-rows-2': {
3589
+ gridTemplateRows: 'repeat(2, minmax(0, 1fr))',
3590
+ },
3591
+ 'grid-rows-3': {
3592
+ gridTemplateRows: 'repeat(3, minmax(0, 1fr))',
3593
+ },
3594
+ 'grid-rows-4': {
3595
+ gridTemplateRows: 'repeat(4, minmax(0, 1fr))',
3596
+ },
3597
+ 'grid-rows-5': {
3598
+ gridTemplateRows: 'repeat(5, minmax(0, 1fr))',
3599
+ },
3600
+ 'grid-rows-6': {
3601
+ gridTemplateRows: 'repeat(6, minmax(0, 1fr))',
3602
+ },
3603
+ 'grid-rows-none': {
3604
+ gridTemplateRows: 'none',
3605
+ },
3606
+ 'row-auto': {
3607
+ gridRow: 'auto',
3608
+ },
3609
+ 'row-span-1': {
3610
+ gridRow: 'span 1 / span 1',
3611
+ },
3612
+ 'row-span-2': {
3613
+ gridRow: 'span 2 / span 2',
3614
+ },
3615
+ 'row-span-3': {
3616
+ gridRow: 'span 3 / span 3',
3617
+ },
3618
+ 'row-span-4': {
3619
+ gridRow: 'span 4 / span 4',
3620
+ },
3621
+ 'row-span-5': {
3622
+ gridRow: 'span 5 / span 5',
3623
+ },
3624
+ 'row-span-6': {
3625
+ gridRow: 'span 6 / span 6',
3626
+ },
3627
+ 'row-start-1': {
3628
+ gridRowStart: '1',
3629
+ },
3630
+ 'row-start-2': {
3631
+ gridRowStart: '2',
3632
+ },
3633
+ 'row-start-3': {
3634
+ gridRowStart: '3',
3635
+ },
3636
+ 'row-start-4': {
3637
+ gridRowStart: '4',
3638
+ },
3639
+ 'row-start-5': {
3640
+ gridRowStart: '5',
3641
+ },
3642
+ 'row-start-6': {
3643
+ gridRowStart: '6',
3644
+ },
3645
+ 'row-start-7': {
3646
+ gridRowStart: '7',
3647
+ },
3648
+ 'row-start-auto': {
3649
+ gridRowStart: 'auto',
3650
+ },
3651
+ 'row-end-1': {
3652
+ gridRowEnd: '1',
3653
+ },
3654
+ 'row-end-2': {
3655
+ gridRowEnd: '2',
3656
+ },
3657
+ 'row-end-3': {
3658
+ gridRowEnd: '3',
3659
+ },
3660
+ 'row-end-4': {
3661
+ gridRowEnd: '4',
3662
+ },
3663
+ 'row-end-5': {
3664
+ gridRowEnd: '5',
3665
+ },
3666
+ 'row-end-6': {
3667
+ gridRowEnd: '6',
3668
+ },
3669
+ 'row-end-7': {
3670
+ gridRowEnd: '7',
3671
+ },
3672
+ 'row-end-auto': {
3673
+ gridRowEnd: 'auto',
3674
+ },
3675
+ transform: {
3676
+ '-TransformTranslateX': '0',
3677
+ '-TransformTranslateY': '0',
3678
+ '-TransformRotate': '0',
3679
+ '-TransformSkewX': '0',
3680
+ '-TransformSkewY': '0',
3681
+ '-TransformScaleX': '1',
3682
+ '-TransformScaleY': '1',
3683
+ transform: 'translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))',
3684
+ },
3685
+ 'transform-none': {
3686
+ transform: 'none',
3687
+ },
3688
+ 'origin-center': {
3689
+ transformOrigin: 'center',
3690
+ },
3691
+ 'origin-top': {
3692
+ transformOrigin: 'top',
3693
+ },
3694
+ 'origin-top-right': {
3695
+ transformOrigin: 'top right',
3696
+ },
3697
+ 'origin-right': {
3698
+ transformOrigin: 'right',
3699
+ },
3700
+ 'origin-bottom-right': {
3701
+ transformOrigin: 'bottom right',
3702
+ },
3703
+ 'origin-bottom': {
3704
+ transformOrigin: 'bottom',
3705
+ },
3706
+ 'origin-bottom-left': {
3707
+ transformOrigin: 'bottom left',
3708
+ },
3709
+ 'origin-left': {
3710
+ transformOrigin: 'left',
3711
+ },
3712
+ 'origin-top-left': {
3713
+ transformOrigin: 'top left',
3714
+ },
3715
+ 'scale-0': {
3716
+ '-TransformScaleX': '0',
3717
+ '-TransformScaleY': '0',
3718
+ },
3719
+ 'scale-50': {
3720
+ '-TransformScaleX': '.5',
3721
+ '-TransformScaleY': '.5',
3722
+ },
3723
+ 'scale-75': {
3724
+ '-TransformScaleX': '.75',
3725
+ '-TransformScaleY': '.75',
3726
+ },
3727
+ 'scale-90': {
3728
+ '-TransformScaleX': '.9',
3729
+ '-TransformScaleY': '.9',
3730
+ },
3731
+ 'scale-95': {
3732
+ '-TransformScaleX': '.95',
3733
+ '-TransformScaleY': '.95',
3734
+ },
3735
+ 'scale-100': {
3736
+ '-TransformScaleX': '1',
3737
+ '-TransformScaleY': '1',
3738
+ },
3739
+ 'scale-105': {
3740
+ '-TransformScaleX': '1.05',
3741
+ '-TransformScaleY': '1.05',
3742
+ },
3743
+ 'scale-110': {
3744
+ '-TransformScaleX': '1.1',
3745
+ '-TransformScaleY': '1.1',
3746
+ },
3747
+ 'scale-125': {
3748
+ '-TransformScaleX': '1.25',
3749
+ '-TransformScaleY': '1.25',
3750
+ },
3751
+ 'scale-150': {
3752
+ '-TransformScaleX': '1.5',
3753
+ '-TransformScaleY': '1.5',
3754
+ },
3755
+ 'scale-x-0': {
3756
+ '-TransformScaleX': '0',
3757
+ },
3758
+ 'scale-x-50': {
3759
+ '-TransformScaleX': '.5',
3760
+ },
3761
+ 'scale-x-75': {
3762
+ '-TransformScaleX': '.75',
3763
+ },
3764
+ 'scale-x-90': {
3765
+ '-TransformScaleX': '.9',
3766
+ },
3767
+ 'scale-x-95': {
3768
+ '-TransformScaleX': '.95',
3769
+ },
3770
+ 'scale-x-100': {
3771
+ '-TransformScaleX': '1',
3772
+ },
3773
+ 'scale-x-105': {
3774
+ '-TransformScaleX': '1.05',
3775
+ },
3776
+ 'scale-x-110': {
3777
+ '-TransformScaleX': '1.1',
3778
+ },
3779
+ 'scale-x-125': {
3780
+ '-TransformScaleX': '1.25',
3781
+ },
3782
+ 'scale-x-150': {
3783
+ '-TransformScaleX': '1.5',
3784
+ },
3785
+ 'scale-y-0': {
3786
+ '-TransformScaleY': '0',
3787
+ },
3788
+ 'scale-y-50': {
3789
+ '-TransformScaleY': '.5',
3790
+ },
3791
+ 'scale-y-75': {
3792
+ '-TransformScaleY': '.75',
3793
+ },
3794
+ 'scale-y-90': {
3795
+ '-TransformScaleY': '.9',
3796
+ },
3797
+ 'scale-y-95': {
3798
+ '-TransformScaleY': '.95',
3799
+ },
3800
+ 'scale-y-100': {
3801
+ '-TransformScaleY': '1',
3802
+ },
3803
+ 'scale-y-105': {
3804
+ '-TransformScaleY': '1.05',
3805
+ },
3806
+ 'scale-y-110': {
3807
+ '-TransformScaleY': '1.1',
3808
+ },
3809
+ 'scale-y-125': {
3810
+ '-TransformScaleY': '1.25',
3811
+ },
3812
+ 'scale-y-150': {
3813
+ '-TransformScaleY': '1.5',
3814
+ },
3815
+ 'rotate-0': {
3816
+ '-TransformRotate': '0',
3817
+ },
3818
+ 'rotate-45': {
3819
+ '-TransformRotate': '45deg',
3820
+ },
3821
+ 'rotate-90': {
3822
+ '-TransformRotate': '90deg',
3823
+ },
3824
+ 'rotate-180': {
3825
+ '-TransformRotate': '180deg',
3826
+ },
3827
+ '-rotate-180': {
3828
+ '-TransformRotate': '-180deg',
3829
+ },
3830
+ '-rotate-90': {
3831
+ '-TransformRotate': '-90deg',
3832
+ },
3833
+ '-rotate-45': {
3834
+ '-TransformRotate': '-45deg',
3835
+ },
3836
+ 'translate-x-0': {
3837
+ '-TransformTranslateX': '0',
3838
+ },
3839
+ 'translate-x-1': {
3840
+ '-TransformTranslateX': '0.25rem',
3841
+ },
3842
+ 'translate-x-2': {
3843
+ '-TransformTranslateX': '0.5rem',
3844
+ },
3845
+ 'translate-x-3': {
3846
+ '-TransformTranslateX': '0.75rem',
3847
+ },
3848
+ 'translate-x-4': {
3849
+ '-TransformTranslateX': '1rem',
3850
+ },
3851
+ 'translate-x-5': {
3852
+ '-TransformTranslateX': '1.25rem',
3853
+ },
3854
+ 'translate-x-6': {
3855
+ '-TransformTranslateX': '1.5rem',
3856
+ },
3857
+ 'translate-x-8': {
3858
+ '-TransformTranslateX': '2rem',
3859
+ },
3860
+ 'translate-x-10': {
3861
+ '-TransformTranslateX': '2.5rem',
3862
+ },
3863
+ 'translate-x-12': {
3864
+ '-TransformTranslateX': '3rem',
3865
+ },
3866
+ 'translate-x-16': {
3867
+ '-TransformTranslateX': '4rem',
3868
+ },
3869
+ 'translate-x-20': {
3870
+ '-TransformTranslateX': '5rem',
3871
+ },
3872
+ 'translate-x-24': {
3873
+ '-TransformTranslateX': '6rem',
3874
+ },
3875
+ 'translate-x-32': {
3876
+ '-TransformTranslateX': '8rem',
3877
+ },
3878
+ 'translate-x-40': {
3879
+ '-TransformTranslateX': '10rem',
3880
+ },
3881
+ 'translate-x-48': {
3882
+ '-TransformTranslateX': '12rem',
3883
+ },
3884
+ 'translate-x-56': {
3885
+ '-TransformTranslateX': '14rem',
3886
+ },
3887
+ 'translate-x-64': {
3888
+ '-TransformTranslateX': '16rem',
3889
+ },
3890
+ 'translate-x-px': {
3891
+ '-TransformTranslateX': '1px',
3892
+ },
3893
+ '-translate-x-1': {
3894
+ '-TransformTranslateX': '-0.25rem',
3895
+ },
3896
+ '-translate-x-2': {
3897
+ '-TransformTranslateX': '-0.5rem',
3898
+ },
3899
+ '-translate-x-3': {
3900
+ '-TransformTranslateX': '-0.75rem',
3901
+ },
3902
+ '-translate-x-4': {
3903
+ '-TransformTranslateX': '-1rem',
3904
+ },
3905
+ '-translate-x-5': {
3906
+ '-TransformTranslateX': '-1.25rem',
3907
+ },
3908
+ '-translate-x-6': {
3909
+ '-TransformTranslateX': '-1.5rem',
3910
+ },
3911
+ '-translate-x-8': {
3912
+ '-TransformTranslateX': '-2rem',
3913
+ },
3914
+ '-translate-x-10': {
3915
+ '-TransformTranslateX': '-2.5rem',
3916
+ },
3917
+ '-translate-x-12': {
3918
+ '-TransformTranslateX': '-3rem',
3919
+ },
3920
+ '-translate-x-16': {
3921
+ '-TransformTranslateX': '-4rem',
3922
+ },
3923
+ '-translate-x-20': {
3924
+ '-TransformTranslateX': '-5rem',
3925
+ },
3926
+ '-translate-x-24': {
3927
+ '-TransformTranslateX': '-6rem',
3928
+ },
3929
+ '-translate-x-32': {
3930
+ '-TransformTranslateX': '-8rem',
3931
+ },
3932
+ '-translate-x-40': {
3933
+ '-TransformTranslateX': '-10rem',
3934
+ },
3935
+ '-translate-x-48': {
3936
+ '-TransformTranslateX': '-12rem',
3937
+ },
3938
+ '-translate-x-56': {
3939
+ '-TransformTranslateX': '-14rem',
3940
+ },
3941
+ '-translate-x-64': {
3942
+ '-TransformTranslateX': '-16rem',
3943
+ },
3944
+ '-translate-x-px': {
3945
+ '-TransformTranslateX': '-1px',
3946
+ },
3947
+ '-translate-x-full': {
3948
+ '-TransformTranslateX': '-100%',
3949
+ },
3950
+ '-translate-x-1\\/2': {
3951
+ '-TransformTranslateX': '-50%',
3952
+ },
3953
+ 'translate-x-1\\/2': {
3954
+ '-TransformTranslateX': '50%',
3955
+ },
3956
+ 'translate-x-full': {
3957
+ '-TransformTranslateX': '100%',
3958
+ },
3959
+ 'translate-y-0': {
3960
+ '-TransformTranslateY': '0',
3961
+ },
3962
+ 'translate-y-1': {
3963
+ '-TransformTranslateY': '0.25rem',
3964
+ },
3965
+ 'translate-y-2': {
3966
+ '-TransformTranslateY': '0.5rem',
3967
+ },
3968
+ 'translate-y-3': {
3969
+ '-TransformTranslateY': '0.75rem',
3970
+ },
3971
+ 'translate-y-4': {
3972
+ '-TransformTranslateY': '1rem',
3973
+ },
3974
+ 'translate-y-5': {
3975
+ '-TransformTranslateY': '1.25rem',
3976
+ },
3977
+ 'translate-y-6': {
3978
+ '-TransformTranslateY': '1.5rem',
3979
+ },
3980
+ 'translate-y-8': {
3981
+ '-TransformTranslateY': '2rem',
3982
+ },
3983
+ 'translate-y-10': {
3984
+ '-TransformTranslateY': '2.5rem',
3985
+ },
3986
+ 'translate-y-12': {
3987
+ '-TransformTranslateY': '3rem',
3988
+ },
3989
+ 'translate-y-16': {
3990
+ '-TransformTranslateY': '4rem',
3991
+ },
3992
+ 'translate-y-20': {
3993
+ '-TransformTranslateY': '5rem',
3994
+ },
3995
+ 'translate-y-24': {
3996
+ '-TransformTranslateY': '6rem',
3997
+ },
3998
+ 'translate-y-32': {
3999
+ '-TransformTranslateY': '8rem',
4000
+ },
4001
+ 'translate-y-40': {
4002
+ '-TransformTranslateY': '10rem',
4003
+ },
4004
+ 'translate-y-48': {
4005
+ '-TransformTranslateY': '12rem',
4006
+ },
4007
+ 'translate-y-56': {
4008
+ '-TransformTranslateY': '14rem',
4009
+ },
4010
+ 'translate-y-64': {
4011
+ '-TransformTranslateY': '16rem',
4012
+ },
4013
+ 'translate-y-px': {
4014
+ '-TransformTranslateY': '1px',
4015
+ },
4016
+ '-translate-y-1': {
4017
+ '-TransformTranslateY': '-0.25rem',
4018
+ },
4019
+ '-translate-y-2': {
4020
+ '-TransformTranslateY': '-0.5rem',
4021
+ },
4022
+ '-translate-y-3': {
4023
+ '-TransformTranslateY': '-0.75rem',
4024
+ },
4025
+ '-translate-y-4': {
4026
+ '-TransformTranslateY': '-1rem',
4027
+ },
4028
+ '-translate-y-5': {
4029
+ '-TransformTranslateY': '-1.25rem',
4030
+ },
4031
+ '-translate-y-6': {
4032
+ '-TransformTranslateY': '-1.5rem',
4033
+ },
4034
+ '-translate-y-8': {
4035
+ '-TransformTranslateY': '-2rem',
4036
+ },
4037
+ '-translate-y-10': {
4038
+ '-TransformTranslateY': '-2.5rem',
4039
+ },
4040
+ '-translate-y-12': {
4041
+ '-TransformTranslateY': '-3rem',
4042
+ },
4043
+ '-translate-y-16': {
4044
+ '-TransformTranslateY': '-4rem',
4045
+ },
4046
+ '-translate-y-20': {
4047
+ '-TransformTranslateY': '-5rem',
4048
+ },
4049
+ '-translate-y-24': {
4050
+ '-TransformTranslateY': '-6rem',
4051
+ },
4052
+ '-translate-y-32': {
4053
+ '-TransformTranslateY': '-8rem',
4054
+ },
4055
+ '-translate-y-40': {
4056
+ '-TransformTranslateY': '-10rem',
4057
+ },
4058
+ '-translate-y-48': {
4059
+ '-TransformTranslateY': '-12rem',
4060
+ },
4061
+ '-translate-y-56': {
4062
+ '-TransformTranslateY': '-14rem',
4063
+ },
4064
+ '-translate-y-64': {
4065
+ '-TransformTranslateY': '-16rem',
4066
+ },
4067
+ '-translate-y-px': {
4068
+ '-TransformTranslateY': '-1px',
4069
+ },
4070
+ '-translate-y-full': {
4071
+ '-TransformTranslateY': '-100%',
4072
+ },
4073
+ '-translate-y-1\\/2': {
4074
+ '-TransformTranslateY': '-50%',
4075
+ },
4076
+ 'translate-y-1\\/2': {
4077
+ '-TransformTranslateY': '50%',
4078
+ },
4079
+ 'translate-y-full': {
4080
+ '-TransformTranslateY': '100%',
4081
+ },
4082
+ 'skew-x-0': {
4083
+ '-TransformSkewX': '0',
4084
+ },
4085
+ 'skew-x-3': {
4086
+ '-TransformSkewX': '3deg',
4087
+ },
4088
+ 'skew-x-6': {
4089
+ '-TransformSkewX': '6deg',
4090
+ },
4091
+ 'skew-x-12': {
4092
+ '-TransformSkewX': '12deg',
4093
+ },
4094
+ '-skew-x-12': {
4095
+ '-TransformSkewX': '-12deg',
4096
+ },
4097
+ '-skew-x-6': {
4098
+ '-TransformSkewX': '-6deg',
4099
+ },
4100
+ '-skew-x-3': {
4101
+ '-TransformSkewX': '-3deg',
4102
+ },
4103
+ 'skew-y-0': {
4104
+ '-TransformSkewY': '0',
4105
+ },
4106
+ 'skew-y-3': {
4107
+ '-TransformSkewY': '3deg',
4108
+ },
4109
+ 'skew-y-6': {
4110
+ '-TransformSkewY': '6deg',
4111
+ },
4112
+ 'skew-y-12': {
4113
+ '-TransformSkewY': '12deg',
4114
+ },
4115
+ '-skew-y-12': {
4116
+ '-TransformSkewY': '-12deg',
4117
+ },
4118
+ '-skew-y-6': {
4119
+ '-TransformSkewY': '-6deg',
4120
+ },
4121
+ '-skew-y-3': {
4122
+ '-TransformSkewY': '-3deg',
4123
+ },
4124
+ 'transition-none': {
4125
+ transitionProperty: 'none',
4126
+ },
4127
+ 'transition-all': {
4128
+ transitionProperty: 'all',
4129
+ },
4130
+ transition: {
4131
+ transitionProperty: 'background-color, border-color, color, fill, stroke, opacity, box-shadow, transform',
4132
+ },
4133
+ 'transition-colors': {
4134
+ transitionProperty: 'background-color, border-color, color, fill, stroke',
4135
+ },
4136
+ 'transition-opacity': {
4137
+ transitionProperty: 'opacity',
4138
+ },
4139
+ 'transition-shadow': {
4140
+ transitionProperty: 'box-shadow',
4141
+ },
4142
+ 'transition-transform': {
4143
+ transitionProperty: 'transform',
4144
+ },
4145
+ 'ease-linear': {
4146
+ transitionTimingFunction: 'linear',
4147
+ },
4148
+ 'ease-in': {
4149
+ transitionTimingFunction: 'cubic-bezier(0.4, 0, 1, 1)',
4150
+ },
4151
+ 'ease-out': {
4152
+ transitionTimingFunction: 'cubic-bezier(0, 0, 0.2, 1)',
4153
+ },
4154
+ 'ease-in-out': {
4155
+ transitionTimingFunction: 'cubic-bezier(0.4, 0, 0.2, 1)',
4156
+ },
4157
+ 'duration-75': {
4158
+ transitionDuration: '75ms',
4159
+ },
4160
+ 'duration-100': {
4161
+ transitionDuration: '100ms',
4162
+ },
4163
+ 'duration-150': {
4164
+ transitionDuration: '150ms',
4165
+ },
4166
+ 'duration-200': {
4167
+ transitionDuration: '200ms',
4168
+ },
4169
+ 'duration-300': {
4170
+ transitionDuration: '300ms',
4171
+ },
4172
+ 'duration-500': {
4173
+ transitionDuration: '500ms',
4174
+ },
4175
+ 'duration-700': {
4176
+ transitionDuration: '700ms',
4177
+ },
4178
+ 'duration-1000': {
4179
+ transitionDuration: '1000ms',
4180
+ },
4181
+ 'spr-ui-01': {
4182
+ backgroundColor: 'var(--spr-ui-01, #FFFFFF)',
4183
+ },
4184
+ 'spr-ui-02': {
4185
+ backgroundColor: 'var(--spr-ui-02, #F8F8FD)',
4186
+ },
4187
+ 'spr-ui-03': {
4188
+ backgroundColor: 'var(--spr-ui-03, #EFEFF8)',
4189
+ },
4190
+ 'spr-ui-04': {
4191
+ backgroundColor: 'var(--spr-ui-04, #0828CC)',
4192
+ },
4193
+ 'spr-ui-05': {
4194
+ backgroundColor: 'var(--spr-ui-05, #EFEFF8)',
4195
+ },
4196
+ 'spr-ui-focus': {
4197
+ backgroundColor: 'var(--spr-ui-focus, rgba(8, 40, 204, 0.07))',
4198
+ },
4199
+ 'spr-ui-focus-reverse': {
4200
+ backgroundColor: 'var(--spr-ui-focus-reverse, rgba(255, 255, 255, 0.2))',
4201
+ },
4202
+ 'spr-ui-hover': {
4203
+ backgroundColor: 'var(--spr-ui-hover, rgba(8, 40, 204, 0.05))',
4204
+ },
4205
+ 'spr-ui-hover-reverse': {
4206
+ backgroundColor: 'var(--spr-ui-hover-reverse, rgba(255, 255, 255, 0.1))',
4207
+ },
4208
+ 'spr-support-error': {
4209
+ backgroundColor: 'var(--spr-support-error, #ff6060)',
4210
+ },
4211
+ 'spr-support-error-highlight': {
4212
+ backgroundColor: 'var(--spr-support-error-highlight, rgba(255, 96, 96, 0.1))',
4213
+ },
4214
+ 'spr-support-success': {
4215
+ backgroundColor: 'var(--spr-support-success, #3fbf41)',
4216
+ },
4217
+ 'spr-support-success-highlight': {
4218
+ backgroundColor: 'var(--spr-support-success-highlight, rgba(63, 191, 65, 0.07))',
4219
+ },
4220
+ 'spr-support-warning': {
4221
+ backgroundColor: 'var(--spr-support-warning, #EEC202)',
4222
+ },
4223
+ 'spr-support-warning-highlight': {
4224
+ backgroundColor: 'var(--spr-support-warning-highlight, rgba(238, 194, 2, 0.1))',
4225
+ },
4226
+ 'spr-tag': {
4227
+ backgroundColor: 'var(--spr-tag, #EFEFF8)',
4228
+ },
4229
+ 'spr-tag-01': {
4230
+ backgroundColor: 'var(--spr-tag-01, #EFEFF8)',
4231
+ },
4232
+ 'spr-tag-02': {
4233
+ backgroundColor: 'var(--spr-tag-02, rgba(8, 40, 204, 0.07))',
4234
+ },
4235
+ 'spr-field': {
4236
+ backgroundColor: 'var(--spr-field, #D7D7E0)',
4237
+ },
4238
+ 'spr-popup': {
4239
+ backgroundColor: 'var(--spr-popup, #FFFFFF)',
4240
+ },
4241
+ 'spr-overlay': {
4242
+ backgroundColor: 'var(--spr-overlay, rgba(10, 10, 20, 0.9))',
4243
+ },
4244
+ 'spr-tooltip-01': {
4245
+ backgroundColor: 'var(--spr-tooltip-01, #0A0A14)',
4246
+ },
4247
+ 'spr-highlight': {
4248
+ backgroundColor: 'var(--spr-highlight, rgba(255, 231, 173, 0.7))',
4249
+ },
4250
+ 'spr-favorite': {
4251
+ backgroundColor: 'var(--spr-favorite, #FF9F21)',
4252
+ },
4253
+ 'spr-notification': {
4254
+ backgroundColor: 'var(--spr-notification, #E44045)',
4255
+ },
4256
+ 'spr-clr-blue': {
4257
+ backgroundColor: 'var(--spr-clr-blue, #0AA2FF)',
4258
+ },
4259
+ 'spr-clr-green': {
4260
+ backgroundColor: 'var(--spr-clr-green, #20963a)',
4261
+ },
4262
+ 'spr-clr-lavender': {
4263
+ backgroundColor: 'var(--spr-clr-lavender, #7F36F6)',
4264
+ },
4265
+ 'spr-clr-orange': {
4266
+ backgroundColor: 'var(--spr-clr-orange, #F08C1A)',
4267
+ },
4268
+ 'spr-clr-pink': {
4269
+ backgroundColor: 'var(--spr-clr-pink, #DE456B)',
4270
+ },
4271
+ 'spr-clr-red': {
4272
+ backgroundColor: 'var(--spr-clr-red, #E44045)',
4273
+ },
4274
+ 'spr-clr-sea': {
4275
+ backgroundColor: 'var(--spr-clr-sea, #16AAD2)',
4276
+ },
4277
+ 'spr-clr-teal': {
4278
+ backgroundColor: 'var(--spr-clr-teal, #13C18D)',
4279
+ },
4280
+ 'spr-clr-yellow': {
4281
+ backgroundColor: 'var(--spr-clr-yellow, #DEAC09)',
4282
+ },
4283
+ 'spr-clr-grey': {
4284
+ backgroundColor: 'var(--spr-clr-grey, #D7D7E0)',
4285
+ },
4286
+ 'nav-ui-01': {
4287
+ backgroundColor: 'var(--nav-ui-01, rgba(255, 255, 255, 0.2))',
4288
+ },
4289
+ 'nav-ui-hover-01': {
4290
+ backgroundColor: 'var(--nav-ui-hover-01, rgba(255, 255, 255, 0.3))',
4291
+ },
4292
+ 'spr-link': {
4293
+ color: 'var(--spr-link, #0828CC)',
4294
+ },
4295
+ 'spr-text-01': {
4296
+ color: 'var(--spr-text-01, #0A0A14)',
4297
+ },
4298
+ 'spr-text-02': {
4299
+ color: 'var(--spr-text-02, #73737D)',
4300
+ },
4301
+ 'spr-text-03': {
4302
+ color: 'var(--spr-text-03, #A9A9B2)',
4303
+ },
4304
+ 'spr-text-04': {
4305
+ color: 'var(--spr-text-04, #0828CC)',
4306
+ },
4307
+ 'spr-text-05': {
4308
+ color: 'var(--spr-text-05, #FFFFFF)',
4309
+ },
4310
+ 'spr-text-06': {
4311
+ color: 'var(--spr-text-06, #FFFFFF)',
4312
+ },
4313
+ 'spr-support-error-text': {
4314
+ color: 'var(--spr-support-error-text, #E44045)',
4315
+ },
4316
+ 'spr-support-success-text': {
4317
+ color: 'var(--spr-support-success-text, #20963a)',
4318
+ },
4319
+ 'spr-support-warning-text': {
4320
+ color: 'var(--spr-support-warning-text, #DEAC09)',
4321
+ },
4322
+ 'nav-text-01': {
4323
+ color: 'var(--nav-text-01, rgba(255, 255, 255, 0.9))',
4324
+ },
4325
+ 'spr-icon-01': {
4326
+ fill: 'var(--spr-icon-01, #0A0A14)',
4327
+ },
4328
+ 'spr-icon-02': {
4329
+ fill: 'var(--spr-icon-02, #73737D)',
4330
+ },
4331
+ 'spr-icon-03': {
4332
+ fill: 'var(--spr-icon-03, #A9A9B2)',
4333
+ },
4334
+ 'spr-icon-04': {
4335
+ fill: 'var(--spr-icon-04, #0828CC)',
4336
+ },
4337
+ 'spr-icon-05': {
4338
+ fill: 'var(--spr-icon-05, #FFFFFF)',
4339
+ },
4340
+ 'spr-icon-06': {
4341
+ fill: 'var(--spr-icon-06, rgba(255, 255, 255, 0.6))',
4342
+ },
4343
+ 'spr-icon-hover': {
4344
+ fill: 'var(--spr-icon-hover, #0A0A14)',
4345
+ },
4346
+ 'spr-icon-disable': {
4347
+ fill: 'var(--spr-icon-disable, #D7D7E0)',
4348
+ },
4349
+ 'spr-icon-hover-reverse': {
4350
+ fill: 'var(--spr-icon-hover-reverse, #FFFFFF)',
4351
+ },
4352
+ 'nav-icon-01': {
4353
+ fill: 'var(--nav-icon-01, rgba(255, 255, 255, 0.9))',
4354
+ },
4355
+ 'nav-icon-focus-01': {
4356
+ fill: 'var(--nav-icon-focus-01, #DE456B)',
4357
+ },
4358
+ 'spr-hover': {
4359
+ borderColor: 'var(--spr-hover, #0828CC)',
4360
+ },
4361
+ 'spr-focus-01': {
4362
+ borderColor: 'var(--spr-focus-01, #0828CC)',
4363
+ },
4364
+ 'spr-focus-02': {
4365
+ borderColor: 'var(--spr-focus-02, 1.6px solid #1c62fd)',
4366
+ },
4367
+ 'spr-border-01': {
4368
+ borderColor: 'var(--spr-border-01, #EFEFF8)',
4369
+ },
4370
+ 'spr-border-02': {
4371
+ borderColor: 'var(--spr-border-02, #E6E9F9)',
4372
+ },
4373
+ 'spr-border-03': {
4374
+ borderColor: 'var(--spr-border-03, #D7D7E0)',
4375
+ },
4376
+ 'spr-border-04': {
4377
+ borderColor: 'var(--spr-border-04, #A9A9B2)',
4378
+ },
4379
+ 'spr-border-05': {
4380
+ borderColor: 'var(--spr-border-05, #FFFFFF)',
4381
+ },
4382
+ 'spr-card-border': {
4383
+ borderColor: 'var(--spr-card-border, #E6E9F9)',
4384
+ },
4385
+ 'spr-popup-border': {
4386
+ borderColor: 'var(--spr-popup-border, #D7D7E0)',
4387
+ },
4388
+ 'spr-tooltip-border': {
4389
+ borderColor: 'var(--spr-tooltip-border, #0A0A14)',
4390
+ },
4391
+ 'spr-shadow-01': {
4392
+ boxShadow: 'var(--spr-shadow-01, 0 1px 4px 0 rgba(10,10,20,0.15))',
4393
+ },
4394
+ 'spr-shadow-02': {
4395
+ boxShadow: 'var(--spr-shadow-02, 0 2px 8px 0 rgba(10,10,20,0.20))',
4396
+ },
4397
+ 'spr-shadow-03': {
4398
+ boxShadow: 'var(--spr-shadow-03, -2px 9px 12px 0 rgba(10,10,20,0.60))',
4399
+ },
4400
+ 'spr-shadow-04': {
4401
+ boxShadow: 'var(--spr-shadow-04, 0px -2px 8px 0px rgba(10,10,20,0.2))',
4402
+ },
4403
+ 'spr-shadow-05': {
4404
+ boxShadow: 'var(--spr-shadow-05, 0px 3px 4px 0 rgba(0,0,0,0.1))',
4405
+ },
4406
+ 'spr-shadow-06': {
4407
+ boxShadow: 'var(--spr-shadow-06, 0px -3px 4px 0 rgba(0,0,0,0.1))',
4408
+ },
4409
+ };