@saleor/macaw-ui 0.7.3 → 0.7.4

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 (330) hide show
  1. package/dist/Inter-Black.woff2 +0 -0
  2. package/dist/Inter-BlackItalic.woff2 +0 -0
  3. package/dist/Inter-Bold.woff2 +0 -0
  4. package/dist/Inter-BoldItalic.woff2 +0 -0
  5. package/dist/Inter-ExtraBold.woff2 +0 -0
  6. package/dist/Inter-ExtraBoldItalic.woff2 +0 -0
  7. package/dist/Inter-ExtraLight.woff2 +0 -0
  8. package/dist/Inter-ExtraLightItalic.woff2 +0 -0
  9. package/dist/Inter-Italic.woff2 +0 -0
  10. package/dist/Inter-Light.woff2 +0 -0
  11. package/dist/Inter-LightItalic.woff2 +0 -0
  12. package/dist/Inter-Medium.woff2 +0 -0
  13. package/dist/Inter-MediumItalic.woff2 +0 -0
  14. package/dist/Inter-Regular.woff2 +0 -0
  15. package/dist/Inter-SemiBold.woff2 +0 -0
  16. package/dist/Inter-SemiBoldItalic.woff2 +0 -0
  17. package/dist/Inter-Thin.woff2 +0 -0
  18. package/dist/Inter-ThinItalic.woff2 +0 -0
  19. package/dist/Inter-italic.var.woff2 +0 -0
  20. package/dist/Inter-roman.var.woff2 +0 -0
  21. package/dist/Inter.var.woff2 +0 -0
  22. package/dist/cjs/index.js +2 -2
  23. package/dist/cjs/index.js.map +2 -2
  24. package/dist/components/Accordion/Accordion.stories.d.ts +9 -0
  25. package/dist/components/Accordion/Item/Content.d.ts +9 -0
  26. package/dist/components/Accordion/Item/Item.d.ts +10 -0
  27. package/dist/components/Accordion/Item/Trigger.d.ts +10 -0
  28. package/dist/components/Accordion/Item/TriggerButton.d.ts +8 -0
  29. package/dist/components/Accordion/Item/index.d.ts +4 -0
  30. package/dist/components/Accordion/Root.d.ts +1071 -0
  31. package/dist/components/Accordion/common.css.d.ts +3 -0
  32. package/dist/components/Accordion/index.d.ts +1081 -0
  33. package/dist/components/Avatar/Avatar.stories.d.ts +1078 -0
  34. package/dist/components/Avatar/Store/Store.css.d.ts +14 -0
  35. package/dist/components/Avatar/Store/Store.d.ts +12 -0
  36. package/dist/components/Avatar/Store/index.d.ts +1 -0
  37. package/dist/components/Avatar/User/User.css.d.ts +14 -0
  38. package/dist/components/Avatar/User/User.d.ts +12 -0
  39. package/dist/components/Avatar/User/index.d.ts +1 -0
  40. package/dist/components/Avatar/common.css.d.ts +6 -0
  41. package/dist/components/Avatar/index.d.ts +2141 -0
  42. package/dist/components/BaseInput/BaseInput.css.d.ts +57 -0
  43. package/dist/components/BaseInput/HelperText.d.ts +8 -0
  44. package/dist/components/BaseInput/index.d.ts +2 -0
  45. package/dist/components/BaseSelect/BaseSelect.css.d.ts +22 -0
  46. package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +7 -0
  47. package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -0
  48. package/dist/components/BaseSelect/helpers.d.ts +6 -0
  49. package/dist/components/BaseSelect/index.d.ts +4 -0
  50. package/dist/components/BaseSelect/types.d.ts +9 -0
  51. package/dist/components/Box/Box.d.ts +1061 -0
  52. package/dist/components/Box/index.d.ts +1 -0
  53. package/dist/components/Button/Button.css.d.ts +18 -0
  54. package/dist/components/Button/Button.d.ts +1076 -0
  55. package/dist/components/Button/Button.stories.d.ts +17 -0
  56. package/dist/components/Button/index.d.ts +1 -0
  57. package/dist/components/Button/utils.d.ts +2 -0
  58. package/dist/components/Button/utils.test.d.ts +1 -0
  59. package/dist/components/Checkbox/Checkbox.css.d.ts +4 -0
  60. package/dist/components/Checkbox/Checkbox.d.ts +1082 -0
  61. package/dist/components/Checkbox/Checkbox.stories.d.ts +10 -0
  62. package/dist/components/Checkbox/CheckedIcon.d.ts +7 -0
  63. package/dist/components/Checkbox/IndeterminateIcon.d.ts +7 -0
  64. package/dist/components/Checkbox/index.d.ts +1 -0
  65. package/dist/components/Chip/Chip.css.d.ts +9 -0
  66. package/dist/components/Chip/Chip.d.ts +1070 -0
  67. package/dist/components/Chip/Chip.stories.d.ts +6 -0
  68. package/dist/components/Chip/index.d.ts +1 -0
  69. package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +18 -0
  70. package/dist/components/Combobox/Common/index.d.ts +2 -0
  71. package/dist/components/Combobox/Common/useCombobox.d.ts +23 -0
  72. package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +2175 -0
  73. package/dist/components/Combobox/Dynamic/DynamicCombobox.stories.d.ts +7 -0
  74. package/dist/components/Combobox/Dynamic/index.d.ts +1 -0
  75. package/dist/components/Combobox/Static/Combobox.d.ts +2157 -0
  76. package/dist/components/Combobox/Static/StaticCombobox.stories.d.ts +12 -0
  77. package/dist/components/Combobox/Static/index.d.ts +1 -0
  78. package/dist/components/Combobox/index.d.ts +2 -0
  79. package/dist/components/Divider/Divider.d.ts +1065 -0
  80. package/dist/components/Divider/Divider.stories.d.ts +6 -0
  81. package/dist/components/Divider/index.d.ts +1 -0
  82. package/dist/components/Drawer/Content.css.d.ts +1 -0
  83. package/dist/components/Drawer/Content.d.ts +10 -0
  84. package/dist/components/Drawer/Drawer.stories.d.ts +6 -0
  85. package/dist/components/Drawer/Root.d.ts +8 -0
  86. package/dist/components/Drawer/Trigger.d.ts +8 -0
  87. package/dist/components/Drawer/index.d.ts +17 -0
  88. package/dist/components/Dropdown/Content.d.ts +11 -0
  89. package/dist/components/Dropdown/Dropdown.stories.d.ts +7 -0
  90. package/dist/components/Dropdown/Item.d.ts +9 -0
  91. package/dist/components/Dropdown/Root.d.ts +10 -0
  92. package/dist/components/Dropdown/Trigger.d.ts +8 -0
  93. package/dist/components/Dropdown/common.css.d.ts +2 -0
  94. package/dist/components/Dropdown/index.d.ts +23 -0
  95. package/dist/components/DropdownButton/DropdownButton.css.d.ts +13 -0
  96. package/dist/components/DropdownButton/DropdownButton.d.ts +1073 -0
  97. package/dist/components/DropdownButton/DropdownButton.stories.d.ts +7 -0
  98. package/dist/components/DropdownButton/index.d.ts +1 -0
  99. package/dist/components/ExperimentalFilters/EventEmitter.d.ts +18 -0
  100. package/dist/components/ExperimentalFilters/ExperimentalFilters.stories.d.ts +8 -0
  101. package/dist/components/ExperimentalFilters/Filters.d.ts +8 -0
  102. package/dist/components/ExperimentalFilters/Footer.d.ts +5 -0
  103. package/dist/components/ExperimentalFilters/NoValue.d.ts +3 -0
  104. package/dist/components/ExperimentalFilters/RangeInputWrapper.d.ts +3 -0
  105. package/dist/components/ExperimentalFilters/RightOperator.d.ts +12 -0
  106. package/dist/components/ExperimentalFilters/Root.d.ts +11 -0
  107. package/dist/components/ExperimentalFilters/Row.d.ts +13 -0
  108. package/dist/components/ExperimentalFilters/constrains.d.ts +7 -0
  109. package/dist/components/ExperimentalFilters/context.d.ts +9 -0
  110. package/dist/components/ExperimentalFilters/errors.d.ts +30 -0
  111. package/dist/components/ExperimentalFilters/index.d.ts +4264 -0
  112. package/dist/components/ExperimentalFilters/operators.d.ts +11 -0
  113. package/dist/components/ExperimentalFilters/types.d.ts +152 -0
  114. package/dist/components/ExperimentalFilters/useEvents.d.ts +9 -0
  115. package/dist/components/Expression/AutosizeInput/index.d.ts +23 -0
  116. package/dist/components/Expression/AutosizeInput/useTextMetrics.d.ts +5 -0
  117. package/dist/components/Expression/Condition.d.ts +14 -0
  118. package/dist/components/Expression/Dropdown.d.ts +23 -0
  119. package/dist/components/Expression/Expression.css.d.ts +37 -0
  120. package/dist/components/Expression/Expression.stories.d.ts +10 -0
  121. package/dist/components/Expression/OperandAutocomplete.d.ts +1070 -0
  122. package/dist/components/Expression/OperandDropdown.d.ts +9 -0
  123. package/dist/components/Expression/OperandNumber.d.ts +17 -0
  124. package/dist/components/Expression/OperandRange.d.ts +15 -0
  125. package/dist/components/Expression/OperandText.d.ts +9 -0
  126. package/dist/components/Expression/Root.d.ts +8 -0
  127. package/dist/components/Expression/index.d.ts +1111 -0
  128. package/dist/components/Icons/ArrowDownIcon.d.ts +18 -0
  129. package/dist/components/Icons/ArrowLeftIcon.d.ts +18 -0
  130. package/dist/components/Icons/ArrowRightIcon.d.ts +18 -0
  131. package/dist/components/Icons/ArrowUpIcon.d.ts +18 -0
  132. package/dist/components/Icons/CatalogIcon.d.ts +18 -0
  133. package/dist/components/Icons/CheckboxIcon.d.ts +18 -0
  134. package/dist/components/Icons/ChervonDoubleIcon.d.ts +18 -0
  135. package/dist/components/Icons/ChervonDownIcon.d.ts +18 -0
  136. package/dist/components/Icons/ChervonUpIcon.d.ts +18 -0
  137. package/dist/components/Icons/ChevronLeftIcon.d.ts +18 -0
  138. package/dist/components/Icons/ChevronRightIcon.d.ts +18 -0
  139. package/dist/components/Icons/CloseIcon.d.ts +18 -0
  140. package/dist/components/Icons/ConfigurationIcon.d.ts +18 -0
  141. package/dist/components/Icons/CopyIcon.d.ts +18 -0
  142. package/dist/components/Icons/CustomersIcon.d.ts +18 -0
  143. package/dist/components/Icons/DarkModeIcon.d.ts +18 -0
  144. package/dist/components/Icons/EditIcon.d.ts +18 -0
  145. package/dist/components/Icons/ExportIcon.d.ts +18 -0
  146. package/dist/components/Icons/ExternalLinkIcon.d.ts +18 -0
  147. package/dist/components/Icons/FileExportIcon.d.ts +18 -0
  148. package/dist/components/Icons/FloppyDiscIcon.d.ts +18 -0
  149. package/dist/components/Icons/FullscreenOffIcon.d.ts +18 -0
  150. package/dist/components/Icons/FullscreenOnIcon.d.ts +18 -0
  151. package/dist/components/Icons/GenericAppIcon.d.ts +18 -0
  152. package/dist/components/Icons/GripIcon.d.ts +18 -0
  153. package/dist/components/Icons/HomeIcon.d.ts +18 -0
  154. package/dist/components/Icons/InfoIcon.d.ts +18 -0
  155. package/dist/components/Icons/LightModeIcon.d.ts +18 -0
  156. package/dist/components/Icons/MailIcon.d.ts +18 -0
  157. package/dist/components/Icons/MarketplaceIcon.d.ts +18 -0
  158. package/dist/components/Icons/MenuIcon.d.ts +18 -0
  159. package/dist/components/Icons/MoreOptionsIcon.d.ts +18 -0
  160. package/dist/components/Icons/OrdersIcon.d.ts +18 -0
  161. package/dist/components/Icons/PlusIcon.d.ts +18 -0
  162. package/dist/components/Icons/ProductsIcons.d.ts +18 -0
  163. package/dist/components/Icons/RemoveIcon.d.ts +18 -0
  164. package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +36 -0
  165. package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +17 -0
  166. package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +18 -0
  167. package/dist/components/Icons/SVGWrapper/index.d.ts +2 -0
  168. package/dist/components/Icons/SearchIcon.d.ts +18 -0
  169. package/dist/components/Icons/SellsIcon.d.ts +18 -0
  170. package/dist/components/Icons/StorefrontIcon.d.ts +18 -0
  171. package/dist/components/Icons/TableEditIcon.d.ts +18 -0
  172. package/dist/components/Icons/TranslationsIcon.d.ts +18 -0
  173. package/dist/components/Icons/TrashBinIcon.d.ts +18 -0
  174. package/dist/components/Icons/ViewListIcon.d.ts +18 -0
  175. package/dist/components/Icons/ViewTableIcon.d.ts +18 -0
  176. package/dist/components/Icons/ViewTilesIcon.d.ts +18 -0
  177. package/dist/components/Icons/ViewWideTilesIcon.d.ts +18 -0
  178. package/dist/components/Icons/VouchersIcon.d.ts +18 -0
  179. package/dist/components/Icons/WarningIcon.d.ts +18 -0
  180. package/dist/components/Icons/index.d.ts +48 -0
  181. package/dist/components/Input/Input.d.ts +1077 -0
  182. package/dist/components/Input/Input.stories.d.ts +14 -0
  183. package/dist/components/Input/Input.test.d.ts +1 -0
  184. package/dist/components/Input/InputWrapper.d.ts +28 -0
  185. package/dist/components/Input/InputWrapper.test.d.ts +1 -0
  186. package/dist/components/Input/helpers.d.ts +4 -0
  187. package/dist/components/Input/index.d.ts +1 -0
  188. package/dist/components/List/Divider.d.ts +10 -0
  189. package/dist/components/List/Item.d.ts +1073 -0
  190. package/dist/components/List/ItemGroup/Content.d.ts +7 -0
  191. package/dist/components/List/ItemGroup/Root.d.ts +11 -0
  192. package/dist/components/List/ItemGroup/Trigger.d.ts +13 -0
  193. package/dist/components/List/ItemGroup/common.css.d.ts +3 -0
  194. package/dist/components/List/ItemGroup/context.d.ts +7 -0
  195. package/dist/components/List/ItemGroup/index.d.ts +18 -0
  196. package/dist/components/List/List.d.ts +1069 -0
  197. package/dist/components/List/List.stories.d.ts +9 -0
  198. package/dist/components/List/index.d.ts +2151 -0
  199. package/dist/components/Modal/Close.d.ts +8 -0
  200. package/dist/components/Modal/Content.css.d.ts +1 -0
  201. package/dist/components/Modal/Content.d.ts +8 -0
  202. package/dist/components/Modal/Modal.stories.d.ts +7 -0
  203. package/dist/components/Modal/Root.d.ts +10 -0
  204. package/dist/components/Modal/Trigger.d.ts +8 -0
  205. package/dist/components/Modal/index.d.ts +21 -0
  206. package/dist/components/Multiselect/Common/Adornment.d.ts +10 -0
  207. package/dist/components/Multiselect/Common/Multiselect.css.d.ts +17 -0
  208. package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +21 -0
  209. package/dist/components/Multiselect/Common/index.d.ts +3 -0
  210. package/dist/components/Multiselect/Common/useMultiselect.d.ts +29 -0
  211. package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +2176 -0
  212. package/dist/components/Multiselect/Dynamic/DynamicMultiselect.stories.d.ts +5 -0
  213. package/dist/components/Multiselect/Dynamic/index.d.ts +1 -0
  214. package/dist/components/Multiselect/Static/Multiselect.d.ts +2164 -0
  215. package/dist/components/Multiselect/Static/Multiselect.stories.d.ts +11 -0
  216. package/dist/components/Multiselect/Static/index.d.ts +1 -0
  217. package/dist/components/Multiselect/index.d.ts +2 -0
  218. package/dist/components/Popover/Anchor.d.ts +8 -0
  219. package/dist/components/Popover/Arrow.d.ts +10 -0
  220. package/dist/components/Popover/Close.d.ts +6 -0
  221. package/dist/components/Popover/Content.d.ts +15 -0
  222. package/dist/components/Popover/Popover.css.d.ts +2 -0
  223. package/dist/components/Popover/Popover.stories.d.ts +6 -0
  224. package/dist/components/Popover/Root.d.ts +13 -0
  225. package/dist/components/Popover/Trigger.d.ts +8 -0
  226. package/dist/components/Popover/index.d.ts +33 -0
  227. package/dist/components/RadioGroup/Group.css.d.ts +16 -0
  228. package/dist/components/RadioGroup/Group.d.ts +1079 -0
  229. package/dist/components/RadioGroup/Item.css.d.ts +72 -0
  230. package/dist/components/RadioGroup/Item.d.ts +1076 -0
  231. package/dist/components/RadioGroup/RadioGroup.stories.d.ts +8 -0
  232. package/dist/components/RadioGroup/index.d.ts +2137 -0
  233. package/dist/components/RangeInput/RangeInput.d.ts +1081 -0
  234. package/dist/components/RangeInput/RangeInput.stories.d.ts +7 -0
  235. package/dist/components/RangeInput/index.d.ts +1 -0
  236. package/dist/components/SearchInput/SearchInput.css.d.ts +19 -0
  237. package/dist/components/SearchInput/SearchInput.d.ts +1064 -0
  238. package/dist/components/SearchInput/SearchInput.stories.d.ts +6 -0
  239. package/dist/components/SearchInput/index.d.ts +1 -0
  240. package/dist/components/Select/Select.d.ts +2151 -0
  241. package/dist/components/Select/Select.stories.d.ts +10 -0
  242. package/dist/components/Select/SelectWrapper.d.ts +18 -0
  243. package/dist/components/Select/index.d.ts +1 -0
  244. package/dist/components/Select/useSelect.d.ts +22 -0
  245. package/dist/components/Skeleton/Skeleton.css.d.ts +1 -0
  246. package/dist/components/Skeleton/Skeleton.d.ts +4 -0
  247. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -0
  248. package/dist/components/Skeleton/index.d.ts +1 -0
  249. package/dist/components/Spinner/Spinner.css.d.ts +1 -0
  250. package/dist/components/Spinner/Spinner.d.ts +4 -0
  251. package/dist/components/Spinner/Spinner.stories.d.ts +6 -0
  252. package/dist/components/Spinner/index.d.ts +1 -0
  253. package/dist/components/Switch/Item.d.ts +13 -0
  254. package/dist/components/Switch/Switch.css.d.ts +12 -0
  255. package/dist/components/Switch/Switch.d.ts +1072 -0
  256. package/dist/components/Switch/Switch.stories.d.ts +6 -0
  257. package/dist/components/Switch/index.d.ts +1071 -0
  258. package/dist/components/Text/Text.css.d.ts +25 -0
  259. package/dist/components/Text/Text.d.ts +1074 -0
  260. package/dist/components/Text/Text.stories.d.ts +13 -0
  261. package/dist/components/Text/index.d.ts +1 -0
  262. package/dist/components/Textarea/Textarea.d.ts +1077 -0
  263. package/dist/components/Textarea/Textarea.stories.d.ts +10 -0
  264. package/dist/components/Textarea/TextareaWrapper.d.ts +27 -0
  265. package/dist/components/Textarea/index.d.ts +1 -0
  266. package/dist/components/Toggle/Toggle.css.d.ts +5 -0
  267. package/dist/components/Toggle/Toggle.d.ts +3 -0
  268. package/dist/components/Toggle/Toggle.stories.d.ts +9 -0
  269. package/dist/components/Toggle/index.d.ts +1 -0
  270. package/dist/components/Tooltip/Arrow.d.ts +9 -0
  271. package/dist/components/Tooltip/Content.d.ts +14 -0
  272. package/dist/components/Tooltip/ContentHeading.d.ts +8 -0
  273. package/dist/components/Tooltip/Root.d.ts +13 -0
  274. package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
  275. package/dist/components/Tooltip/Tooltip.stories.d.ts +10 -0
  276. package/dist/components/Tooltip/Trigger.d.ts +5 -0
  277. package/dist/components/Tooltip/index.d.ts +24 -0
  278. package/dist/components/index.d.ts +31 -0
  279. package/dist/components/types.d.ts +1 -0
  280. package/dist/esm/index.js +2 -2
  281. package/dist/esm/index.js.map +2 -2
  282. package/dist/hooks/useAutoHeightTextarea.d.ts +2 -0
  283. package/dist/hooks/useClickOutside.d.ts +2 -0
  284. package/dist/hooks/useFloating.d.ts +26 -0
  285. package/dist/hooks/useInfinityScroll.d.ts +2 -0
  286. package/dist/index.d.ts +2 -0
  287. package/dist/index.js +101 -0
  288. package/dist/index.js.map +1 -0
  289. package/dist/index.mjs +12929 -0
  290. package/dist/index.mjs.map +1 -0
  291. package/dist/style.css +1 -0
  292. package/dist/theme/context.d.ts +13 -0
  293. package/dist/theme/contract.css.d.ts +272 -0
  294. package/dist/theme/fonts.css.d.ts +1 -0
  295. package/dist/theme/global.css.d.ts +1 -0
  296. package/dist/theme/helpers.d.ts +4 -0
  297. package/dist/theme/index.d.ts +7 -0
  298. package/dist/theme/media-queries.d.ts +2 -0
  299. package/dist/theme/provider.d.ts +8 -0
  300. package/dist/theme/reset.css.d.ts +1 -0
  301. package/dist/theme/sprinkles.css.d.ts +592 -0
  302. package/dist/theme/themes/common.d.ts +151 -0
  303. package/dist/theme/themes/defaultDark.d.ts +272 -0
  304. package/dist/theme/themes/defaultLight.d.ts +272 -0
  305. package/dist/theme/themes/index.d.ts +548 -0
  306. package/dist/types/Chip/Chip.d.ts +1 -1
  307. package/dist/types/Chip/ChipMovable.d.ts +1 -1
  308. package/dist/types/Chip/ChipRemovable.d.ts +1 -1
  309. package/dist/types/Chip/ChipSwatch.d.ts +1 -1
  310. package/dist/types/DialogTable/DialogTable.d.ts +1 -1
  311. package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +1 -1
  312. package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +1 -1
  313. package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +1 -1
  314. package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +1 -1
  315. package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +1 -1
  316. package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +1 -1
  317. package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +1 -1
  318. package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +1 -1
  319. package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +1 -1
  320. package/dist/types/theme/Baseline.d.ts +1 -5
  321. package/dist/types/theme/ThemeProvider.d.ts +0 -4
  322. package/dist/utils/css.d.ts +1 -0
  323. package/dist/utils/css.test.d.ts +1 -0
  324. package/dist/utils/index.d.ts +3 -0
  325. package/dist/utils/string.d.ts +2 -0
  326. package/dist/utils/string.test.d.ts +1 -0
  327. package/package.json +2 -2
  328. package/src/theme/Baseline.tsx +53 -61
  329. package/src/theme/ThemeProvider.tsx +1 -6
  330. package/src/theme/createSaleorTheme/createSaleorTheme.tsx +1 -1
@@ -0,0 +1,1069 @@
1
+ import { ReactNode } from "react";
2
+ import { PropsWithBox } from "../Box";
3
+ export type ListProps = PropsWithBox<{
4
+ children: ReactNode;
5
+ as?: "ul" | "ol";
6
+ className?: string;
7
+ }>;
8
+ export declare const List: import("react").ForwardRefExoticComponent<Omit<{
9
+ as?: import("react").ElementType<any> | undefined;
10
+ children?: ReactNode;
11
+ className?: string | undefined;
12
+ style?: Record<string, any> | undefined;
13
+ } & {
14
+ display?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
15
+ mobile?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
16
+ tablet?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
17
+ desktop?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
18
+ } | undefined;
19
+ flexDirection?: "column" | "row" | {
20
+ mobile?: "column" | "row" | undefined;
21
+ tablet?: "column" | "row" | undefined;
22
+ desktop?: "column" | "row" | undefined;
23
+ } | undefined;
24
+ alignItems?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | {
25
+ mobile?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
26
+ tablet?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
27
+ desktop?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
28
+ } | undefined;
29
+ justifyContent?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | {
30
+ mobile?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
31
+ tablet?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
32
+ desktop?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
33
+ } | undefined;
34
+ flexGrow?: "0" | "1" | {
35
+ mobile?: "0" | "1" | undefined;
36
+ tablet?: "0" | "1" | undefined;
37
+ desktop?: "0" | "1" | undefined;
38
+ } | undefined;
39
+ flexShrink?: "0" | "1" | {
40
+ mobile?: "0" | "1" | undefined;
41
+ tablet?: "0" | "1" | undefined;
42
+ desktop?: "0" | "1" | undefined;
43
+ } | undefined;
44
+ flexBasis?: "0" | "auto" | {
45
+ mobile?: "0" | "auto" | undefined;
46
+ tablet?: "0" | "auto" | undefined;
47
+ desktop?: "0" | "auto" | undefined;
48
+ } | undefined;
49
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | {
50
+ mobile?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
51
+ tablet?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
52
+ desktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
53
+ } | undefined;
54
+ gridArea?: "auto" | {
55
+ mobile?: "auto" | undefined;
56
+ tablet?: "auto" | undefined;
57
+ desktop?: "auto" | undefined;
58
+ } | undefined;
59
+ gridTemplateAreas?: "none" | {
60
+ mobile?: "none" | undefined;
61
+ tablet?: "none" | undefined;
62
+ desktop?: "none" | undefined;
63
+ } | undefined;
64
+ gridTemplateRows?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
65
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
66
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
67
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
68
+ } | undefined;
69
+ gridRow?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
70
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
71
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
72
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
73
+ } | undefined;
74
+ gridRowStart?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
75
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
76
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
77
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
78
+ } | undefined;
79
+ gridRowEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
80
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
81
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
82
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
83
+ } | undefined;
84
+ gridTemplateColumns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
85
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
86
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
87
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
88
+ } | undefined;
89
+ gridColumn?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
90
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
91
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
92
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
93
+ } | undefined;
94
+ gridColumnStart?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
95
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
96
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
97
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
98
+ } | undefined;
99
+ gridColumnEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
100
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
101
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
102
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
103
+ } | undefined;
104
+ gridAutoFlow?: "column" | "row" | "dense" | "row dense" | "column dense" | {
105
+ mobile?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
106
+ tablet?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
107
+ desktop?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
108
+ } | undefined;
109
+ order?: number | {
110
+ mobile?: number | undefined;
111
+ tablet?: number | undefined;
112
+ desktop?: number | undefined;
113
+ } | undefined;
114
+ flexWrap?: "nowrap" | "wrap" | {
115
+ mobile?: "nowrap" | "wrap" | undefined;
116
+ tablet?: "nowrap" | "wrap" | undefined;
117
+ desktop?: "nowrap" | "wrap" | undefined;
118
+ } | undefined;
119
+ gap?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
120
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
121
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
122
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
123
+ } | undefined;
124
+ rowGap?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
125
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
126
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
127
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
128
+ } | undefined;
129
+ columnGap?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
130
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
131
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
132
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
133
+ } | undefined;
134
+ paddingTop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
135
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
136
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
137
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
138
+ } | undefined;
139
+ paddingBottom?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
140
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
141
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
142
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
143
+ } | undefined;
144
+ paddingLeft?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
145
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
146
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
147
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
148
+ } | undefined;
149
+ paddingRight?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
150
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
151
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
152
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
153
+ } | undefined;
154
+ marginTop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
155
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
156
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
157
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
158
+ } | undefined;
159
+ marginBottom?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
160
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
161
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
162
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
163
+ } | undefined;
164
+ marginLeft?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
165
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
166
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
167
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
168
+ } | undefined;
169
+ marginRight?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
170
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
171
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
172
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
173
+ } | undefined;
174
+ width?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | {
175
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
176
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
177
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
178
+ } | undefined;
179
+ height?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | {
180
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
181
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
182
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
183
+ } | undefined;
184
+ minHeight?: "100%" | "auto" | "0px" | {
185
+ mobile?: "100%" | "auto" | "0px" | undefined;
186
+ tablet?: "100%" | "auto" | "0px" | undefined;
187
+ desktop?: "100%" | "auto" | "0px" | undefined;
188
+ } | undefined;
189
+ minWidth?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | {
190
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | undefined;
191
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | undefined;
192
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | undefined;
193
+ } | undefined;
194
+ maxWidth?: "100%" | "auto" | "0px" | {
195
+ mobile?: "100%" | "auto" | "0px" | undefined;
196
+ tablet?: "100%" | "auto" | "0px" | undefined;
197
+ desktop?: "100%" | "auto" | "0px" | undefined;
198
+ } | undefined;
199
+ maxHeight?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | "0px" | {
200
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | "0px" | undefined;
201
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | "0px" | undefined;
202
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "auto" | "0px" | undefined;
203
+ } | undefined;
204
+ borderTopRightRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
205
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
206
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
207
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
208
+ } | undefined;
209
+ borderTopLeftRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
210
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
211
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
212
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
213
+ } | undefined;
214
+ borderBottomRightRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
215
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
216
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
217
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
218
+ } | undefined;
219
+ borderBottomLeftRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
220
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
221
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
222
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
223
+ } | undefined;
224
+ fontSize?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | "inherit" | {
225
+ mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | "inherit" | undefined;
226
+ tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | "inherit" | undefined;
227
+ desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | "inherit" | undefined;
228
+ } | undefined;
229
+ lineHeight?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | 1 | "inherit" | {
230
+ mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | 1 | "inherit" | undefined;
231
+ tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | 1 | "inherit" | undefined;
232
+ desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | 1 | "inherit" | undefined;
233
+ } | undefined;
234
+ textAlign?: "left" | "right" | "center" | {
235
+ mobile?: "left" | "right" | "center" | undefined;
236
+ tablet?: "left" | "right" | "center" | undefined;
237
+ desktop?: "left" | "right" | "center" | undefined;
238
+ } | undefined;
239
+ borderLeftWidth?: 0 | 1 | {
240
+ mobile?: 0 | 1 | undefined;
241
+ tablet?: 0 | 1 | undefined;
242
+ desktop?: 0 | 1 | undefined;
243
+ } | undefined;
244
+ borderRightWidth?: 0 | 1 | {
245
+ mobile?: 0 | 1 | undefined;
246
+ tablet?: 0 | 1 | undefined;
247
+ desktop?: 0 | 1 | undefined;
248
+ } | undefined;
249
+ borderTopWidth?: 0 | 1 | {
250
+ mobile?: 0 | 1 | undefined;
251
+ tablet?: 0 | 1 | undefined;
252
+ desktop?: 0 | 1 | undefined;
253
+ } | undefined;
254
+ borderBottomWidth?: 0 | 1 | {
255
+ mobile?: 0 | 1 | undefined;
256
+ tablet?: 0 | 1 | undefined;
257
+ desktop?: 0 | 1 | undefined;
258
+ } | undefined;
259
+ borderLeftStyle?: "none" | "solid" | {
260
+ mobile?: "none" | "solid" | undefined;
261
+ tablet?: "none" | "solid" | undefined;
262
+ desktop?: "none" | "solid" | undefined;
263
+ } | undefined;
264
+ borderRightStyle?: "none" | "solid" | {
265
+ mobile?: "none" | "solid" | undefined;
266
+ tablet?: "none" | "solid" | undefined;
267
+ desktop?: "none" | "solid" | undefined;
268
+ } | undefined;
269
+ borderTopStyle?: "none" | "solid" | {
270
+ mobile?: "none" | "solid" | undefined;
271
+ tablet?: "none" | "solid" | undefined;
272
+ desktop?: "none" | "solid" | undefined;
273
+ } | undefined;
274
+ borderBottomStyle?: "none" | "solid" | {
275
+ mobile?: "none" | "solid" | undefined;
276
+ tablet?: "none" | "solid" | undefined;
277
+ desktop?: "none" | "solid" | undefined;
278
+ } | undefined;
279
+ outlineStyle?: "none" | {
280
+ mobile?: "none" | undefined;
281
+ tablet?: "none" | undefined;
282
+ desktop?: "none" | undefined;
283
+ } | undefined;
284
+ textTransform?: "uppercase" | {
285
+ mobile?: "uppercase" | undefined;
286
+ tablet?: "uppercase" | undefined;
287
+ desktop?: "uppercase" | undefined;
288
+ } | undefined;
289
+ letterSpacing?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
290
+ mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
291
+ tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
292
+ desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
293
+ } | undefined;
294
+ top?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
295
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
296
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
297
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
298
+ } | undefined;
299
+ bottom?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
300
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
301
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
302
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
303
+ } | undefined;
304
+ left?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
305
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
306
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
307
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
308
+ } | undefined;
309
+ right?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
310
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
311
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
312
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
313
+ } | undefined;
314
+ overflowX?: "auto" | "hidden" | "visible" | "scroll" | {
315
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
316
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
317
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
318
+ } | undefined;
319
+ overflowY?: "auto" | "hidden" | "visible" | "scroll" | {
320
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
321
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
322
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
323
+ } | undefined;
324
+ textOverflow?: "none" | "ellipsis" | {
325
+ mobile?: "none" | "ellipsis" | undefined;
326
+ tablet?: "none" | "ellipsis" | undefined;
327
+ desktop?: "none" | "ellipsis" | undefined;
328
+ } | undefined;
329
+ whiteSpace?: "normal" | "nowrap" | {
330
+ mobile?: "normal" | "nowrap" | undefined;
331
+ tablet?: "normal" | "nowrap" | undefined;
332
+ desktop?: "normal" | "nowrap" | undefined;
333
+ } | undefined;
334
+ wordBreak?: "normal" | "break-word" | "break-all" | {
335
+ mobile?: "normal" | "break-word" | "break-all" | undefined;
336
+ tablet?: "normal" | "break-word" | "break-all" | undefined;
337
+ desktop?: "normal" | "break-word" | "break-all" | undefined;
338
+ } | undefined;
339
+ zIndex?: "1" | "2" | "3" | "auto" | {
340
+ mobile?: "1" | "2" | "3" | "auto" | undefined;
341
+ tablet?: "1" | "2" | "3" | "auto" | undefined;
342
+ desktop?: "1" | "2" | "3" | "auto" | undefined;
343
+ } | undefined;
344
+ aspectRatio?: "1 / 1" | {
345
+ mobile?: "1 / 1" | undefined;
346
+ tablet?: "1 / 1" | undefined;
347
+ desktop?: "1 / 1" | undefined;
348
+ } | undefined;
349
+ objectFit?: "none" | "contain" | "fill" | "cover" | "scale-down" | {
350
+ mobile?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
351
+ tablet?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
352
+ desktop?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
353
+ } | undefined;
354
+ opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
355
+ mobile?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
356
+ tablet?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
357
+ desktop?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
358
+ } | undefined;
359
+ fontWeight?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
360
+ mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
361
+ tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
362
+ desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
363
+ } | undefined;
364
+ alignSelf?: "normal" | "auto" | "center" | "end" | "start" | {
365
+ mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
366
+ tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
367
+ desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
368
+ } | undefined;
369
+ justifySelf?: "normal" | "auto" | "center" | "end" | "start" | {
370
+ mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
371
+ tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
372
+ desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
373
+ } | undefined;
374
+ visibility?: "hidden" | "visible" | {
375
+ mobile?: "hidden" | "visible" | undefined;
376
+ tablet?: "hidden" | "visible" | undefined;
377
+ desktop?: "hidden" | "visible" | undefined;
378
+ } | undefined;
379
+ padding?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
380
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
381
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
382
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
383
+ } | undefined;
384
+ paddingX?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
385
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
386
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
387
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
388
+ } | undefined;
389
+ paddingY?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
390
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
391
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
392
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
393
+ } | undefined;
394
+ margin?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
395
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
396
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
397
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
398
+ } | undefined;
399
+ marginX?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
400
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
401
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
402
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
403
+ } | undefined;
404
+ marginY?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
405
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
406
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
407
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
408
+ } | undefined;
409
+ placeItems?: "stretch" | "center" | "flex-end" | "flex-start" | {
410
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
411
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
412
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
413
+ } | undefined;
414
+ typeSize?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
415
+ mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
416
+ tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
417
+ desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
418
+ } | undefined;
419
+ borderWidth?: 0 | 1 | {
420
+ mobile?: 0 | 1 | undefined;
421
+ tablet?: 0 | 1 | undefined;
422
+ desktop?: 0 | 1 | undefined;
423
+ } | undefined;
424
+ borderXWidth?: 0 | 1 | {
425
+ mobile?: 0 | 1 | undefined;
426
+ tablet?: 0 | 1 | undefined;
427
+ desktop?: 0 | 1 | undefined;
428
+ } | undefined;
429
+ borderYWidth?: 0 | 1 | {
430
+ mobile?: 0 | 1 | undefined;
431
+ tablet?: 0 | 1 | undefined;
432
+ desktop?: 0 | 1 | undefined;
433
+ } | undefined;
434
+ borderStyle?: "none" | "solid" | {
435
+ mobile?: "none" | "solid" | undefined;
436
+ tablet?: "none" | "solid" | undefined;
437
+ desktop?: "none" | "solid" | undefined;
438
+ } | undefined;
439
+ borderXStyle?: "none" | "solid" | {
440
+ mobile?: "none" | "solid" | undefined;
441
+ tablet?: "none" | "solid" | undefined;
442
+ desktop?: "none" | "solid" | undefined;
443
+ } | undefined;
444
+ borderYStyle?: "none" | "solid" | {
445
+ mobile?: "none" | "solid" | undefined;
446
+ tablet?: "none" | "solid" | undefined;
447
+ desktop?: "none" | "solid" | undefined;
448
+ } | undefined;
449
+ inset?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
450
+ mobile?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
451
+ tablet?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
452
+ desktop?: 0 | "px" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
453
+ } | undefined;
454
+ borderRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
455
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
456
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
457
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
458
+ } | undefined;
459
+ overflow?: "auto" | "hidden" | "visible" | "scroll" | {
460
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
461
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
462
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
463
+ } | undefined;
464
+ flex?: "0" | {
465
+ mobile?: "0" | undefined;
466
+ tablet?: "0" | undefined;
467
+ desktop?: "0" | undefined;
468
+ } | undefined;
469
+ } & {
470
+ borderColor?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
471
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
472
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
473
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
474
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
475
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
476
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
477
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
478
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
479
+ } | undefined;
480
+ color?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | {
481
+ default?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
482
+ hover?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
483
+ focus?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
484
+ focusWithin?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
485
+ focusVisible?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
486
+ active?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
487
+ disabled?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
488
+ placeholder?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
489
+ } | undefined;
490
+ backgroundColor?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | {
491
+ default?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
492
+ hover?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
493
+ focus?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
494
+ focusWithin?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
495
+ focusVisible?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
496
+ active?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
497
+ disabled?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
498
+ placeholder?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
499
+ } | undefined;
500
+ pointerEvents?: "none" | "auto" | {
501
+ default?: "none" | "auto" | undefined;
502
+ hover?: "none" | "auto" | undefined;
503
+ focus?: "none" | "auto" | undefined;
504
+ focusWithin?: "none" | "auto" | undefined;
505
+ focusVisible?: "none" | "auto" | undefined;
506
+ active?: "none" | "auto" | undefined;
507
+ disabled?: "none" | "auto" | undefined;
508
+ placeholder?: "none" | "auto" | undefined;
509
+ } | undefined;
510
+ cursor?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | {
511
+ default?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
512
+ hover?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
513
+ focus?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
514
+ focusWithin?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
515
+ focusVisible?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
516
+ active?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
517
+ disabled?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
518
+ placeholder?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
519
+ } | undefined;
520
+ boxShadow?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | {
521
+ default?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
522
+ hover?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
523
+ focus?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
524
+ focusWithin?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
525
+ focusVisible?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
526
+ active?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
527
+ disabled?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
528
+ placeholder?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
529
+ } | undefined;
530
+ transition?: "all" | "ease" | {
531
+ default?: "all" | "ease" | undefined;
532
+ hover?: "all" | "ease" | undefined;
533
+ focus?: "all" | "ease" | undefined;
534
+ focusWithin?: "all" | "ease" | undefined;
535
+ focusVisible?: "all" | "ease" | undefined;
536
+ active?: "all" | "ease" | undefined;
537
+ disabled?: "all" | "ease" | undefined;
538
+ placeholder?: "all" | "ease" | undefined;
539
+ } | undefined;
540
+ textDecoration?: "none" | "underline" | {
541
+ default?: "none" | "underline" | undefined;
542
+ hover?: "none" | "underline" | undefined;
543
+ focus?: "none" | "underline" | undefined;
544
+ focusWithin?: "none" | "underline" | undefined;
545
+ focusVisible?: "none" | "underline" | undefined;
546
+ active?: "none" | "underline" | undefined;
547
+ disabled?: "none" | "underline" | undefined;
548
+ placeholder?: "none" | "underline" | undefined;
549
+ } | undefined;
550
+ transform?: {} | undefined;
551
+ fill?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | {
552
+ default?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
553
+ hover?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
554
+ focus?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
555
+ focusWithin?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
556
+ focusVisible?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
557
+ active?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
558
+ disabled?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
559
+ placeholder?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
560
+ } | undefined;
561
+ stroke?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
562
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
563
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
564
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
565
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
566
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
567
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
568
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
569
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
570
+ } | undefined;
571
+ listStyleType?: "none" | "disc" | "decimal" | {
572
+ default?: "none" | "disc" | "decimal" | undefined;
573
+ hover?: "none" | "disc" | "decimal" | undefined;
574
+ focus?: "none" | "disc" | "decimal" | undefined;
575
+ focusWithin?: "none" | "disc" | "decimal" | undefined;
576
+ focusVisible?: "none" | "disc" | "decimal" | undefined;
577
+ active?: "none" | "disc" | "decimal" | undefined;
578
+ disabled?: "none" | "disc" | "decimal" | undefined;
579
+ placeholder?: "none" | "disc" | "decimal" | undefined;
580
+ } | undefined;
581
+ listStylePosition?: "inside" | "outside" | {
582
+ default?: "inside" | "outside" | undefined;
583
+ hover?: "inside" | "outside" | undefined;
584
+ focus?: "inside" | "outside" | undefined;
585
+ focusWithin?: "inside" | "outside" | undefined;
586
+ focusVisible?: "inside" | "outside" | undefined;
587
+ active?: "inside" | "outside" | undefined;
588
+ disabled?: "inside" | "outside" | undefined;
589
+ placeholder?: "inside" | "outside" | undefined;
590
+ } | undefined;
591
+ listStyleImage?: "none" | {
592
+ default?: "none" | undefined;
593
+ hover?: "none" | undefined;
594
+ focus?: "none" | undefined;
595
+ focusWithin?: "none" | undefined;
596
+ focusVisible?: "none" | undefined;
597
+ active?: "none" | undefined;
598
+ disabled?: "none" | undefined;
599
+ placeholder?: "none" | undefined;
600
+ } | undefined;
601
+ } & {
602
+ __display?: any;
603
+ __flexDirection?: any;
604
+ __alignItems?: any;
605
+ __justifyContent?: any;
606
+ __flexGrow?: any;
607
+ __flexShrink?: any;
608
+ __flexBasis?: any;
609
+ __position?: any;
610
+ __gridArea?: any;
611
+ __gridTemplateAreas?: any;
612
+ __gridTemplateRows?: any;
613
+ __gridRow?: any;
614
+ __gridRowStart?: any;
615
+ __gridRowEnd?: any;
616
+ __gridTemplateColumns?: any;
617
+ __gridColumn?: any;
618
+ __gridColumnStart?: any;
619
+ __gridColumnEnd?: any;
620
+ __gridAutoFlow?: any;
621
+ __order?: any;
622
+ __flexWrap?: any;
623
+ __gap?: any;
624
+ __rowGap?: any;
625
+ __columnGap?: any;
626
+ __paddingTop?: any;
627
+ __paddingBottom?: any;
628
+ __paddingLeft?: any;
629
+ __paddingRight?: any;
630
+ __marginTop?: any;
631
+ __marginBottom?: any;
632
+ __marginLeft?: any;
633
+ __marginRight?: any;
634
+ __width?: any;
635
+ __height?: any;
636
+ __minHeight?: any;
637
+ __minWidth?: any;
638
+ __maxWidth?: any;
639
+ __maxHeight?: any;
640
+ __borderTopRightRadius?: any;
641
+ __borderTopLeftRadius?: any;
642
+ __borderBottomRightRadius?: any;
643
+ __borderBottomLeftRadius?: any;
644
+ __fontSize?: any;
645
+ __lineHeight?: any;
646
+ __textAlign?: any;
647
+ __borderLeftWidth?: any;
648
+ __borderRightWidth?: any;
649
+ __borderTopWidth?: any;
650
+ __borderBottomWidth?: any;
651
+ __borderLeftStyle?: any;
652
+ __borderRightStyle?: any;
653
+ __borderTopStyle?: any;
654
+ __borderBottomStyle?: any;
655
+ __outlineStyle?: any;
656
+ __textTransform?: any;
657
+ __letterSpacing?: any;
658
+ __top?: any;
659
+ __bottom?: any;
660
+ __left?: any;
661
+ __right?: any;
662
+ __overflowX?: any;
663
+ __overflowY?: any;
664
+ __textOverflow?: any;
665
+ __whiteSpace?: any;
666
+ __wordBreak?: any;
667
+ __zIndex?: any;
668
+ __aspectRatio?: any;
669
+ __objectFit?: any;
670
+ __opacity?: any;
671
+ __fontWeight?: any;
672
+ __alignSelf?: any;
673
+ __justifySelf?: any;
674
+ __visibility?: any;
675
+ __padding?: any;
676
+ __paddingX?: any;
677
+ __paddingY?: any;
678
+ __margin?: any;
679
+ __marginX?: any;
680
+ __marginY?: any;
681
+ __placeItems?: any;
682
+ __typeSize?: any;
683
+ __borderWidth?: any;
684
+ __borderXWidth?: any;
685
+ __borderYWidth?: any;
686
+ __borderStyle?: any;
687
+ __borderXStyle?: any;
688
+ __borderYStyle?: any;
689
+ __inset?: any;
690
+ __borderRadius?: any;
691
+ __overflow?: any;
692
+ __flex?: any;
693
+ __borderColor?: any;
694
+ __color?: any;
695
+ __backgroundColor?: any;
696
+ __pointerEvents?: any;
697
+ __cursor?: any;
698
+ __boxShadow?: any;
699
+ __transition?: any;
700
+ __textDecoration?: any;
701
+ __transform?: any;
702
+ __fill?: any;
703
+ __stroke?: any;
704
+ __listStyleType?: any;
705
+ __listStylePosition?: any;
706
+ __listStyleImage?: any;
707
+ } & {
708
+ size?: number | undefined;
709
+ content?: string | undefined;
710
+ translate?: "yes" | "no" | undefined;
711
+ src?: string | undefined;
712
+ children?: ReactNode;
713
+ value?: string | number | readonly string[] | undefined;
714
+ cite?: string | undefined;
715
+ data?: string | undefined;
716
+ form?: string | undefined;
717
+ label?: string | undefined;
718
+ slot?: string | undefined;
719
+ span?: number | undefined;
720
+ style?: import("react").CSSProperties | undefined;
721
+ summary?: string | undefined;
722
+ title?: string | undefined;
723
+ pattern?: string | undefined;
724
+ id?: string | undefined;
725
+ start?: number | undefined;
726
+ hidden?: boolean | undefined;
727
+ default?: boolean | undefined;
728
+ wrap?: string | undefined;
729
+ open?: boolean | undefined;
730
+ multiple?: boolean | undefined;
731
+ disabled?: boolean | undefined;
732
+ placeholder?: string | undefined;
733
+ accept?: string | undefined;
734
+ acceptCharset?: string | undefined;
735
+ action?: string | undefined;
736
+ allowFullScreen?: boolean | undefined;
737
+ allowTransparency?: boolean | undefined;
738
+ alt?: string | undefined;
739
+ async?: boolean | undefined;
740
+ autoComplete?: string | undefined;
741
+ autoFocus?: boolean | undefined;
742
+ autoPlay?: boolean | undefined;
743
+ capture?: boolean | "user" | "environment" | undefined;
744
+ cellPadding?: string | number | undefined;
745
+ cellSpacing?: string | number | undefined;
746
+ charSet?: string | undefined;
747
+ challenge?: string | undefined;
748
+ checked?: boolean | undefined;
749
+ classID?: string | undefined;
750
+ cols?: number | undefined;
751
+ colSpan?: number | undefined;
752
+ controls?: boolean | undefined;
753
+ coords?: string | undefined;
754
+ crossOrigin?: string | undefined;
755
+ dateTime?: string | undefined;
756
+ defer?: boolean | undefined;
757
+ download?: any;
758
+ encType?: string | undefined;
759
+ formAction?: string | undefined;
760
+ formEncType?: string | undefined;
761
+ formMethod?: string | undefined;
762
+ formNoValidate?: boolean | undefined;
763
+ formTarget?: string | undefined;
764
+ frameBorder?: string | number | undefined;
765
+ headers?: string | undefined;
766
+ high?: number | undefined;
767
+ href?: string | undefined;
768
+ hrefLang?: string | undefined;
769
+ htmlFor?: string | undefined;
770
+ httpEquiv?: string | undefined;
771
+ integrity?: string | undefined;
772
+ keyParams?: string | undefined;
773
+ keyType?: string | undefined;
774
+ kind?: string | undefined;
775
+ list?: string | undefined;
776
+ loop?: boolean | undefined;
777
+ low?: number | undefined;
778
+ manifest?: string | undefined;
779
+ marginHeight?: number | undefined;
780
+ marginWidth?: number | undefined;
781
+ max?: string | number | undefined;
782
+ maxLength?: number | undefined;
783
+ media?: string | undefined;
784
+ mediaGroup?: string | undefined;
785
+ method?: string | undefined;
786
+ min?: string | number | undefined;
787
+ minLength?: number | undefined;
788
+ muted?: boolean | undefined;
789
+ name?: string | undefined;
790
+ nonce?: string | undefined;
791
+ noValidate?: boolean | undefined;
792
+ optimum?: number | undefined;
793
+ playsInline?: boolean | undefined;
794
+ poster?: string | undefined;
795
+ preload?: string | undefined;
796
+ readOnly?: boolean | undefined;
797
+ rel?: string | undefined;
798
+ required?: boolean | undefined;
799
+ reversed?: boolean | undefined;
800
+ rows?: number | undefined;
801
+ rowSpan?: number | undefined;
802
+ sandbox?: string | undefined;
803
+ scope?: string | undefined;
804
+ scoped?: boolean | undefined;
805
+ scrolling?: string | undefined;
806
+ seamless?: boolean | undefined;
807
+ selected?: boolean | undefined;
808
+ shape?: string | undefined;
809
+ sizes?: string | undefined;
810
+ srcDoc?: string | undefined;
811
+ srcLang?: string | undefined;
812
+ srcSet?: string | undefined;
813
+ step?: string | number | undefined;
814
+ target?: string | undefined;
815
+ type?: string | undefined;
816
+ useMap?: string | undefined;
817
+ wmode?: string | undefined;
818
+ defaultChecked?: boolean | undefined;
819
+ defaultValue?: string | number | readonly string[] | undefined;
820
+ suppressContentEditableWarning?: boolean | undefined;
821
+ suppressHydrationWarning?: boolean | undefined;
822
+ accessKey?: string | undefined;
823
+ className?: string | undefined;
824
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
825
+ contextMenu?: string | undefined;
826
+ dir?: string | undefined;
827
+ draggable?: (boolean | "false" | "true") | undefined;
828
+ lang?: string | undefined;
829
+ spellCheck?: (boolean | "false" | "true") | undefined;
830
+ tabIndex?: number | undefined;
831
+ radioGroup?: string | undefined;
832
+ role?: import("react").AriaRole | undefined;
833
+ about?: string | undefined;
834
+ datatype?: string | undefined;
835
+ inlist?: any;
836
+ prefix?: string | undefined;
837
+ property?: string | undefined;
838
+ resource?: string | undefined;
839
+ typeof?: string | undefined;
840
+ vocab?: string | undefined;
841
+ autoCapitalize?: string | undefined;
842
+ autoCorrect?: string | undefined;
843
+ autoSave?: string | undefined;
844
+ itemProp?: string | undefined;
845
+ itemScope?: boolean | undefined;
846
+ itemType?: string | undefined;
847
+ itemID?: string | undefined;
848
+ itemRef?: string | undefined;
849
+ results?: number | undefined;
850
+ security?: string | undefined;
851
+ unselectable?: "on" | "off" | undefined;
852
+ inputMode?: "none" | "search" | "text" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
853
+ is?: string | undefined;
854
+ 'aria-activedescendant'?: string | undefined;
855
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
856
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
857
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
858
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
859
+ 'aria-colcount'?: number | undefined;
860
+ 'aria-colindex'?: number | undefined;
861
+ 'aria-colspan'?: number | undefined;
862
+ 'aria-controls'?: string | undefined;
863
+ 'aria-current'?: boolean | "page" | "time" | "false" | "true" | "step" | "location" | "date" | undefined;
864
+ 'aria-describedby'?: string | undefined;
865
+ 'aria-details'?: string | undefined;
866
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
867
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
868
+ 'aria-errormessage'?: string | undefined;
869
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
870
+ 'aria-flowto'?: string | undefined;
871
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
872
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
873
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
874
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
875
+ 'aria-keyshortcuts'?: string | undefined;
876
+ 'aria-label'?: string | undefined;
877
+ 'aria-labelledby'?: string | undefined;
878
+ 'aria-level'?: number | undefined;
879
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
880
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
881
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
882
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
883
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
884
+ 'aria-owns'?: string | undefined;
885
+ 'aria-placeholder'?: string | undefined;
886
+ 'aria-posinset'?: number | undefined;
887
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
888
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
889
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
890
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
891
+ 'aria-roledescription'?: string | undefined;
892
+ 'aria-rowcount'?: number | undefined;
893
+ 'aria-rowindex'?: number | undefined;
894
+ 'aria-rowspan'?: number | undefined;
895
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
896
+ 'aria-setsize'?: number | undefined;
897
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
898
+ 'aria-valuemax'?: number | undefined;
899
+ 'aria-valuemin'?: number | undefined;
900
+ 'aria-valuenow'?: number | undefined;
901
+ 'aria-valuetext'?: string | undefined;
902
+ dangerouslySetInnerHTML?: {
903
+ __html: string;
904
+ } | undefined;
905
+ onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
906
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
907
+ onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
908
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
909
+ onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
910
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
911
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
912
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
913
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
914
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
915
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
916
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
917
+ onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
918
+ onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
919
+ onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
920
+ onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
921
+ onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
922
+ onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
923
+ onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
924
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
925
+ onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
926
+ onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
927
+ onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
928
+ onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
929
+ onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
930
+ onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
931
+ onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
932
+ onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
933
+ onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
934
+ onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
935
+ onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
936
+ onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
937
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
938
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
939
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
940
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
941
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
942
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
943
+ onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
944
+ onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
945
+ onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
946
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
947
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
948
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
949
+ onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
950
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
951
+ onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
952
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
953
+ onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
954
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
955
+ onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
956
+ onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
957
+ onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
958
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
959
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
960
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
961
+ onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
962
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
963
+ onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
964
+ onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
965
+ onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
966
+ onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
967
+ onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
968
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
969
+ onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
970
+ onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
971
+ onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
972
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
973
+ onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
974
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
975
+ onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
976
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
977
+ onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
978
+ onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
979
+ onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
980
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
981
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
982
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
983
+ onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
984
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
985
+ onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
986
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
987
+ onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
988
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
989
+ onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
990
+ onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
991
+ onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
992
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
993
+ onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
994
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
995
+ onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
996
+ onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
997
+ onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
998
+ onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
999
+ onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
1000
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1001
+ onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
1002
+ onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1003
+ onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
1004
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1005
+ onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
1006
+ onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1007
+ onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
1008
+ onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1009
+ onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
1010
+ onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1011
+ onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
1012
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1013
+ onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
1014
+ onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
1015
+ onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
1016
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1017
+ onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
1018
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1019
+ onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
1020
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1021
+ onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
1022
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1023
+ onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
1024
+ onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
1025
+ onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
1026
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1027
+ onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
1028
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1029
+ onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
1030
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1031
+ onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
1032
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1033
+ onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
1034
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1035
+ onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
1036
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1037
+ onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
1038
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1039
+ onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
1040
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1041
+ onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
1042
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1043
+ onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
1044
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1045
+ onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
1046
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1047
+ onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
1048
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1049
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1050
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1051
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1052
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1053
+ onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
1054
+ onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
1055
+ onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
1056
+ onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
1057
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1058
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1059
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1060
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1061
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1062
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1063
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
1064
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
1065
+ } & import("react").RefAttributes<HTMLElement>, "size" | "children" | "ref" | "as" | "className"> & {
1066
+ children: ReactNode;
1067
+ as?: "ol" | "ul" | undefined;
1068
+ className?: string | undefined;
1069
+ } & import("react").RefAttributes<HTMLOListElement | HTMLUListElement>>;