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