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