@sprinklrjs/spaceweb 12.33.2 → 14.11.3

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