@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,2151 @@
1
+ import { ForwardedRef, InputHTMLAttributes, ReactNode } from "react";
2
+ import { PropsWithBox } from "..";
3
+ import { InputVariants } from "../BaseInput";
4
+ import { Option, SingleChangeHandler } from "../BaseSelect";
5
+ export type SelectProps<T, V> = PropsWithBox<Omit<InputHTMLAttributes<HTMLElement>, "color" | "width" | "height" | "size" | "type" | "children" | "onChange" | "value" | "nonce"> & {
6
+ label?: ReactNode;
7
+ error?: boolean;
8
+ helperText?: ReactNode;
9
+ options: T[];
10
+ onChange?: SingleChangeHandler<V>;
11
+ value: V | null;
12
+ }> & InputVariants;
13
+ declare const SelectInner: <T extends Option, V extends string | Option>({ size, disabled, className, value, label, id, error, helperText, options, onChange, onFocus, onBlur, ...props }: Omit<{
14
+ as?: import("react").ElementType<any> | undefined;
15
+ children?: ReactNode;
16
+ className?: string | undefined;
17
+ style?: Record<string, any> | undefined;
18
+ } & {
19
+ display?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
20
+ mobile?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
21
+ tablet?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
22
+ desktop?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
23
+ } | undefined;
24
+ flexDirection?: "column" | "row" | {
25
+ mobile?: "column" | "row" | undefined;
26
+ tablet?: "column" | "row" | undefined;
27
+ desktop?: "column" | "row" | undefined;
28
+ } | undefined;
29
+ alignItems?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | {
30
+ mobile?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
31
+ tablet?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
32
+ desktop?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
33
+ } | undefined;
34
+ justifyContent?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | {
35
+ mobile?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
36
+ tablet?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
37
+ desktop?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
38
+ } | undefined;
39
+ flexGrow?: "0" | "1" | {
40
+ mobile?: "0" | "1" | undefined;
41
+ tablet?: "0" | "1" | undefined;
42
+ desktop?: "0" | "1" | undefined;
43
+ } | undefined;
44
+ flexShrink?: "0" | "1" | {
45
+ mobile?: "0" | "1" | undefined;
46
+ tablet?: "0" | "1" | undefined;
47
+ desktop?: "0" | "1" | undefined;
48
+ } | undefined;
49
+ flexBasis?: "0" | "auto" | {
50
+ mobile?: "0" | "auto" | undefined;
51
+ tablet?: "0" | "auto" | undefined;
52
+ desktop?: "0" | "auto" | undefined;
53
+ } | undefined;
54
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | {
55
+ mobile?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56
+ tablet?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
57
+ desktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
58
+ } | undefined;
59
+ gridArea?: "auto" | {
60
+ mobile?: "auto" | undefined;
61
+ tablet?: "auto" | undefined;
62
+ desktop?: "auto" | undefined;
63
+ } | undefined;
64
+ gridTemplateAreas?: "none" | {
65
+ mobile?: "none" | undefined;
66
+ tablet?: "none" | undefined;
67
+ desktop?: "none" | undefined;
68
+ } | undefined;
69
+ gridTemplateRows?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
70
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
71
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
72
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
73
+ } | undefined;
74
+ gridRow?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
75
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
76
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
77
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
78
+ } | undefined;
79
+ gridRowStart?: "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
+ gridRowEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
85
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
86
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
87
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
88
+ } | undefined;
89
+ gridTemplateColumns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
90
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
91
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
92
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
93
+ } | undefined;
94
+ gridColumn?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
95
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
96
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
97
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
98
+ } | undefined;
99
+ gridColumnStart?: "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
+ gridColumnEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
105
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
106
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
107
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
108
+ } | undefined;
109
+ gridAutoFlow?: "column" | "row" | "dense" | "row dense" | "column dense" | {
110
+ mobile?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
111
+ tablet?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
112
+ desktop?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
113
+ } | undefined;
114
+ order?: number | {
115
+ mobile?: number | undefined;
116
+ tablet?: number | undefined;
117
+ desktop?: number | undefined;
118
+ } | undefined;
119
+ flexWrap?: "nowrap" | "wrap" | {
120
+ mobile?: "nowrap" | "wrap" | undefined;
121
+ tablet?: "nowrap" | "wrap" | undefined;
122
+ desktop?: "nowrap" | "wrap" | undefined;
123
+ } | undefined;
124
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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 | 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 | 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 | undefined;
158
+ } | undefined;
159
+ 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" | {
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
+ 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" | {
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
+ 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" | {
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
+ 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" | {
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 | "auto" | 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 | "auto" | 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 | "auto" | undefined;
178
+ } | undefined;
179
+ 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" | {
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%" | "100vw" | 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%" | "100vw" | 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%" | "100vw" | undefined;
183
+ } | undefined;
184
+ 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" | {
185
+ 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;
186
+ 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;
187
+ 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;
188
+ } | undefined;
189
+ minHeight?: "100%" | "auto" | "0px" | {
190
+ mobile?: "100%" | "auto" | "0px" | undefined;
191
+ tablet?: "100%" | "auto" | "0px" | undefined;
192
+ desktop?: "100%" | "auto" | "0px" | undefined;
193
+ } | undefined;
194
+ 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" | {
195
+ 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;
196
+ 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;
197
+ 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;
198
+ } | undefined;
199
+ maxWidth?: "100%" | "auto" | "0px" | {
200
+ mobile?: "100%" | "auto" | "0px" | undefined;
201
+ tablet?: "100%" | "auto" | "0px" | undefined;
202
+ desktop?: "100%" | "auto" | "0px" | undefined;
203
+ } | undefined;
204
+ 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" | {
205
+ 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;
206
+ 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;
207
+ 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;
208
+ } | undefined;
209
+ borderTopRightRadius?: 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
+ borderTopLeftRadius?: 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
+ borderBottomRightRadius?: 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
+ borderBottomLeftRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
225
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
226
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
227
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
228
+ } | undefined;
229
+ 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" | {
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" | "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" | "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" | "inherit" | undefined;
233
+ } | undefined;
234
+ 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" | {
235
+ 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;
236
+ 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;
237
+ 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;
238
+ } | undefined;
239
+ textAlign?: "left" | "right" | "center" | {
240
+ mobile?: "left" | "right" | "center" | undefined;
241
+ tablet?: "left" | "right" | "center" | undefined;
242
+ desktop?: "left" | "right" | "center" | undefined;
243
+ } | undefined;
244
+ borderLeftWidth?: 0 | 1 | {
245
+ mobile?: 0 | 1 | undefined;
246
+ tablet?: 0 | 1 | undefined;
247
+ desktop?: 0 | 1 | undefined;
248
+ } | undefined;
249
+ borderRightWidth?: 0 | 1 | {
250
+ mobile?: 0 | 1 | undefined;
251
+ tablet?: 0 | 1 | undefined;
252
+ desktop?: 0 | 1 | undefined;
253
+ } | undefined;
254
+ borderTopWidth?: 0 | 1 | {
255
+ mobile?: 0 | 1 | undefined;
256
+ tablet?: 0 | 1 | undefined;
257
+ desktop?: 0 | 1 | undefined;
258
+ } | undefined;
259
+ borderBottomWidth?: 0 | 1 | {
260
+ mobile?: 0 | 1 | undefined;
261
+ tablet?: 0 | 1 | undefined;
262
+ desktop?: 0 | 1 | undefined;
263
+ } | undefined;
264
+ borderLeftStyle?: "none" | "solid" | {
265
+ mobile?: "none" | "solid" | undefined;
266
+ tablet?: "none" | "solid" | undefined;
267
+ desktop?: "none" | "solid" | undefined;
268
+ } | undefined;
269
+ borderRightStyle?: "none" | "solid" | {
270
+ mobile?: "none" | "solid" | undefined;
271
+ tablet?: "none" | "solid" | undefined;
272
+ desktop?: "none" | "solid" | undefined;
273
+ } | undefined;
274
+ borderTopStyle?: "none" | "solid" | {
275
+ mobile?: "none" | "solid" | undefined;
276
+ tablet?: "none" | "solid" | undefined;
277
+ desktop?: "none" | "solid" | undefined;
278
+ } | undefined;
279
+ borderBottomStyle?: "none" | "solid" | {
280
+ mobile?: "none" | "solid" | undefined;
281
+ tablet?: "none" | "solid" | undefined;
282
+ desktop?: "none" | "solid" | undefined;
283
+ } | undefined;
284
+ outlineStyle?: "none" | {
285
+ mobile?: "none" | undefined;
286
+ tablet?: "none" | undefined;
287
+ desktop?: "none" | undefined;
288
+ } | undefined;
289
+ textTransform?: "uppercase" | {
290
+ mobile?: "uppercase" | undefined;
291
+ tablet?: "uppercase" | undefined;
292
+ desktop?: "uppercase" | undefined;
293
+ } | undefined;
294
+ 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" | {
295
+ 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;
296
+ 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;
297
+ 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;
298
+ } | undefined;
299
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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
+ 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 | {
315
+ 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;
316
+ 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;
317
+ 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;
318
+ } | undefined;
319
+ overflowX?: "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
+ overflowY?: "auto" | "hidden" | "visible" | "scroll" | {
325
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
326
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
327
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
328
+ } | undefined;
329
+ textOverflow?: "none" | "ellipsis" | {
330
+ mobile?: "none" | "ellipsis" | undefined;
331
+ tablet?: "none" | "ellipsis" | undefined;
332
+ desktop?: "none" | "ellipsis" | undefined;
333
+ } | undefined;
334
+ whiteSpace?: "normal" | "nowrap" | {
335
+ mobile?: "normal" | "nowrap" | undefined;
336
+ tablet?: "normal" | "nowrap" | undefined;
337
+ desktop?: "normal" | "nowrap" | undefined;
338
+ } | undefined;
339
+ wordBreak?: "normal" | "break-word" | "break-all" | {
340
+ mobile?: "normal" | "break-word" | "break-all" | undefined;
341
+ tablet?: "normal" | "break-word" | "break-all" | undefined;
342
+ desktop?: "normal" | "break-word" | "break-all" | undefined;
343
+ } | undefined;
344
+ zIndex?: "1" | "2" | "3" | "auto" | {
345
+ mobile?: "1" | "2" | "3" | "auto" | undefined;
346
+ tablet?: "1" | "2" | "3" | "auto" | undefined;
347
+ desktop?: "1" | "2" | "3" | "auto" | undefined;
348
+ } | undefined;
349
+ aspectRatio?: "1 / 1" | {
350
+ mobile?: "1 / 1" | undefined;
351
+ tablet?: "1 / 1" | undefined;
352
+ desktop?: "1 / 1" | undefined;
353
+ } | undefined;
354
+ objectFit?: "none" | "contain" | "fill" | "cover" | "scale-down" | {
355
+ mobile?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
356
+ tablet?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
357
+ desktop?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
358
+ } | undefined;
359
+ opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
360
+ mobile?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
361
+ tablet?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
362
+ desktop?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
363
+ } | undefined;
364
+ 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" | {
365
+ 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;
366
+ 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;
367
+ 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;
368
+ } | undefined;
369
+ alignSelf?: "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
+ justifySelf?: "normal" | "auto" | "center" | "end" | "start" | {
375
+ mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
376
+ tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
377
+ desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
378
+ } | undefined;
379
+ visibility?: "hidden" | "visible" | {
380
+ mobile?: "hidden" | "visible" | undefined;
381
+ tablet?: "hidden" | "visible" | undefined;
382
+ desktop?: "hidden" | "visible" | undefined;
383
+ } | undefined;
384
+ 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 | {
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
+ 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 | {
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
+ 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 | {
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 | 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 | 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 | undefined;
398
+ } | undefined;
399
+ 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" | {
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
+ 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" | {
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
+ 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" | {
410
+ 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;
411
+ 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;
412
+ 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;
413
+ } | undefined;
414
+ placeItems?: "stretch" | "center" | "flex-end" | "flex-start" | {
415
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
416
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
417
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
418
+ } | undefined;
419
+ 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" | {
420
+ 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;
421
+ 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;
422
+ 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;
423
+ } | undefined;
424
+ borderWidth?: 0 | 1 | {
425
+ mobile?: 0 | 1 | undefined;
426
+ tablet?: 0 | 1 | undefined;
427
+ desktop?: 0 | 1 | undefined;
428
+ } | undefined;
429
+ borderXWidth?: 0 | 1 | {
430
+ mobile?: 0 | 1 | undefined;
431
+ tablet?: 0 | 1 | undefined;
432
+ desktop?: 0 | 1 | undefined;
433
+ } | undefined;
434
+ borderYWidth?: 0 | 1 | {
435
+ mobile?: 0 | 1 | undefined;
436
+ tablet?: 0 | 1 | undefined;
437
+ desktop?: 0 | 1 | undefined;
438
+ } | undefined;
439
+ borderStyle?: "none" | "solid" | {
440
+ mobile?: "none" | "solid" | undefined;
441
+ tablet?: "none" | "solid" | undefined;
442
+ desktop?: "none" | "solid" | undefined;
443
+ } | undefined;
444
+ borderXStyle?: "none" | "solid" | {
445
+ mobile?: "none" | "solid" | undefined;
446
+ tablet?: "none" | "solid" | undefined;
447
+ desktop?: "none" | "solid" | undefined;
448
+ } | undefined;
449
+ borderYStyle?: "none" | "solid" | {
450
+ mobile?: "none" | "solid" | undefined;
451
+ tablet?: "none" | "solid" | undefined;
452
+ desktop?: "none" | "solid" | undefined;
453
+ } | undefined;
454
+ 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 | {
455
+ 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;
456
+ 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;
457
+ 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;
458
+ } | undefined;
459
+ borderRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
460
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
461
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
462
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
463
+ } | undefined;
464
+ overflow?: "auto" | "hidden" | "visible" | "scroll" | {
465
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
466
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
467
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
468
+ } | undefined;
469
+ flex?: "0" | {
470
+ mobile?: "0" | undefined;
471
+ tablet?: "0" | undefined;
472
+ desktop?: "0" | undefined;
473
+ } | undefined;
474
+ } & {
475
+ borderColor?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
476
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
477
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
478
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
479
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
480
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
481
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
482
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
483
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
484
+ } | undefined;
485
+ 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" | {
486
+ 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;
487
+ 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;
488
+ 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;
489
+ 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;
490
+ 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;
491
+ 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;
492
+ 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;
493
+ 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;
494
+ } | undefined;
495
+ 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" | {
496
+ 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;
497
+ 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;
498
+ 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;
499
+ 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;
500
+ 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;
501
+ 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;
502
+ 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;
503
+ 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;
504
+ } | undefined;
505
+ pointerEvents?: "none" | "auto" | {
506
+ default?: "none" | "auto" | undefined;
507
+ hover?: "none" | "auto" | undefined;
508
+ focus?: "none" | "auto" | undefined;
509
+ focusWithin?: "none" | "auto" | undefined;
510
+ focusVisible?: "none" | "auto" | undefined;
511
+ active?: "none" | "auto" | undefined;
512
+ disabled?: "none" | "auto" | undefined;
513
+ placeholder?: "none" | "auto" | undefined;
514
+ } | undefined;
515
+ cursor?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | {
516
+ default?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
517
+ hover?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
518
+ focus?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
519
+ focusWithin?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
520
+ focusVisible?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
521
+ active?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
522
+ disabled?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
523
+ placeholder?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
524
+ } | undefined;
525
+ boxShadow?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | {
526
+ default?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
527
+ hover?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
528
+ focus?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
529
+ focusWithin?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
530
+ focusVisible?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
531
+ active?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
532
+ disabled?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
533
+ placeholder?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
534
+ } | undefined;
535
+ transition?: "all" | "ease" | {
536
+ default?: "all" | "ease" | undefined;
537
+ hover?: "all" | "ease" | undefined;
538
+ focus?: "all" | "ease" | undefined;
539
+ focusWithin?: "all" | "ease" | undefined;
540
+ focusVisible?: "all" | "ease" | undefined;
541
+ active?: "all" | "ease" | undefined;
542
+ disabled?: "all" | "ease" | undefined;
543
+ placeholder?: "all" | "ease" | undefined;
544
+ } | undefined;
545
+ textDecoration?: "none" | "underline" | {
546
+ default?: "none" | "underline" | undefined;
547
+ hover?: "none" | "underline" | undefined;
548
+ focus?: "none" | "underline" | undefined;
549
+ focusWithin?: "none" | "underline" | undefined;
550
+ focusVisible?: "none" | "underline" | undefined;
551
+ active?: "none" | "underline" | undefined;
552
+ disabled?: "none" | "underline" | undefined;
553
+ placeholder?: "none" | "underline" | undefined;
554
+ } | undefined;
555
+ transform?: {} | undefined;
556
+ 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" | {
557
+ 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;
558
+ 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;
559
+ 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;
560
+ 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;
561
+ 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;
562
+ 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;
563
+ 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;
564
+ 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;
565
+ } | undefined;
566
+ stroke?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
567
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
568
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
569
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
570
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
571
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
572
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
573
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
574
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
575
+ } | undefined;
576
+ listStyleType?: "none" | "disc" | "decimal" | {
577
+ default?: "none" | "disc" | "decimal" | undefined;
578
+ hover?: "none" | "disc" | "decimal" | undefined;
579
+ focus?: "none" | "disc" | "decimal" | undefined;
580
+ focusWithin?: "none" | "disc" | "decimal" | undefined;
581
+ focusVisible?: "none" | "disc" | "decimal" | undefined;
582
+ active?: "none" | "disc" | "decimal" | undefined;
583
+ disabled?: "none" | "disc" | "decimal" | undefined;
584
+ placeholder?: "none" | "disc" | "decimal" | undefined;
585
+ } | undefined;
586
+ listStylePosition?: "inside" | "outside" | {
587
+ default?: "inside" | "outside" | undefined;
588
+ hover?: "inside" | "outside" | undefined;
589
+ focus?: "inside" | "outside" | undefined;
590
+ focusWithin?: "inside" | "outside" | undefined;
591
+ focusVisible?: "inside" | "outside" | undefined;
592
+ active?: "inside" | "outside" | undefined;
593
+ disabled?: "inside" | "outside" | undefined;
594
+ placeholder?: "inside" | "outside" | undefined;
595
+ } | undefined;
596
+ listStyleImage?: "none" | {
597
+ default?: "none" | undefined;
598
+ hover?: "none" | undefined;
599
+ focus?: "none" | undefined;
600
+ focusWithin?: "none" | undefined;
601
+ focusVisible?: "none" | undefined;
602
+ active?: "none" | undefined;
603
+ disabled?: "none" | undefined;
604
+ placeholder?: "none" | undefined;
605
+ } | undefined;
606
+ } & {
607
+ __display?: any;
608
+ __flexDirection?: any;
609
+ __alignItems?: any;
610
+ __justifyContent?: any;
611
+ __flexGrow?: any;
612
+ __flexShrink?: any;
613
+ __flexBasis?: any;
614
+ __position?: any;
615
+ __gridArea?: any;
616
+ __gridTemplateAreas?: any;
617
+ __gridTemplateRows?: any;
618
+ __gridRow?: any;
619
+ __gridRowStart?: any;
620
+ __gridRowEnd?: any;
621
+ __gridTemplateColumns?: any;
622
+ __gridColumn?: any;
623
+ __gridColumnStart?: any;
624
+ __gridColumnEnd?: any;
625
+ __gridAutoFlow?: any;
626
+ __order?: any;
627
+ __flexWrap?: any;
628
+ __gap?: any;
629
+ __rowGap?: any;
630
+ __columnGap?: any;
631
+ __paddingTop?: any;
632
+ __paddingBottom?: any;
633
+ __paddingLeft?: any;
634
+ __paddingRight?: any;
635
+ __marginTop?: any;
636
+ __marginBottom?: any;
637
+ __marginLeft?: any;
638
+ __marginRight?: any;
639
+ __width?: any;
640
+ __height?: any;
641
+ __minHeight?: any;
642
+ __minWidth?: any;
643
+ __maxWidth?: any;
644
+ __maxHeight?: any;
645
+ __borderTopRightRadius?: any;
646
+ __borderTopLeftRadius?: any;
647
+ __borderBottomRightRadius?: any;
648
+ __borderBottomLeftRadius?: any;
649
+ __fontSize?: any;
650
+ __lineHeight?: any;
651
+ __textAlign?: any;
652
+ __borderLeftWidth?: any;
653
+ __borderRightWidth?: any;
654
+ __borderTopWidth?: any;
655
+ __borderBottomWidth?: any;
656
+ __borderLeftStyle?: any;
657
+ __borderRightStyle?: any;
658
+ __borderTopStyle?: any;
659
+ __borderBottomStyle?: any;
660
+ __outlineStyle?: any;
661
+ __textTransform?: any;
662
+ __letterSpacing?: any;
663
+ __top?: any;
664
+ __bottom?: any;
665
+ __left?: any;
666
+ __right?: any;
667
+ __overflowX?: any;
668
+ __overflowY?: any;
669
+ __textOverflow?: any;
670
+ __whiteSpace?: any;
671
+ __wordBreak?: any;
672
+ __zIndex?: any;
673
+ __aspectRatio?: any;
674
+ __objectFit?: any;
675
+ __opacity?: any;
676
+ __fontWeight?: any;
677
+ __alignSelf?: any;
678
+ __justifySelf?: any;
679
+ __visibility?: any;
680
+ __padding?: any;
681
+ __paddingX?: any;
682
+ __paddingY?: any;
683
+ __margin?: any;
684
+ __marginX?: any;
685
+ __marginY?: any;
686
+ __placeItems?: any;
687
+ __typeSize?: any;
688
+ __borderWidth?: any;
689
+ __borderXWidth?: any;
690
+ __borderYWidth?: any;
691
+ __borderStyle?: any;
692
+ __borderXStyle?: any;
693
+ __borderYStyle?: any;
694
+ __inset?: any;
695
+ __borderRadius?: any;
696
+ __overflow?: any;
697
+ __flex?: any;
698
+ __borderColor?: any;
699
+ __color?: any;
700
+ __backgroundColor?: any;
701
+ __pointerEvents?: any;
702
+ __cursor?: any;
703
+ __boxShadow?: any;
704
+ __transition?: any;
705
+ __textDecoration?: any;
706
+ __transform?: any;
707
+ __fill?: any;
708
+ __stroke?: any;
709
+ __listStyleType?: any;
710
+ __listStylePosition?: any;
711
+ __listStyleImage?: any;
712
+ } & {
713
+ size?: number | undefined;
714
+ content?: string | undefined;
715
+ translate?: "yes" | "no" | undefined;
716
+ src?: string | undefined;
717
+ children?: ReactNode;
718
+ value?: string | number | readonly string[] | undefined;
719
+ cite?: string | undefined;
720
+ data?: string | undefined;
721
+ form?: string | undefined;
722
+ label?: string | undefined;
723
+ slot?: string | undefined;
724
+ span?: number | undefined;
725
+ style?: import("react").CSSProperties | undefined;
726
+ summary?: string | undefined;
727
+ title?: string | undefined;
728
+ pattern?: string | undefined;
729
+ id?: string | undefined;
730
+ start?: number | undefined;
731
+ hidden?: boolean | undefined;
732
+ default?: boolean | undefined;
733
+ wrap?: string | undefined;
734
+ open?: boolean | undefined;
735
+ multiple?: boolean | undefined;
736
+ disabled?: boolean | undefined;
737
+ placeholder?: string | undefined;
738
+ accept?: string | undefined;
739
+ acceptCharset?: string | undefined;
740
+ action?: string | undefined;
741
+ allowFullScreen?: boolean | undefined;
742
+ allowTransparency?: boolean | undefined;
743
+ alt?: string | undefined;
744
+ async?: boolean | undefined;
745
+ autoComplete?: string | undefined;
746
+ autoFocus?: boolean | undefined;
747
+ autoPlay?: boolean | undefined;
748
+ capture?: boolean | "user" | "environment" | undefined;
749
+ cellPadding?: string | number | undefined;
750
+ cellSpacing?: string | number | undefined;
751
+ charSet?: string | undefined;
752
+ challenge?: string | undefined;
753
+ checked?: boolean | undefined;
754
+ classID?: string | undefined;
755
+ cols?: number | undefined;
756
+ colSpan?: number | undefined;
757
+ controls?: boolean | undefined;
758
+ coords?: string | undefined;
759
+ crossOrigin?: string | undefined;
760
+ dateTime?: string | undefined;
761
+ defer?: boolean | undefined;
762
+ download?: any;
763
+ encType?: string | undefined;
764
+ formAction?: string | undefined;
765
+ formEncType?: string | undefined;
766
+ formMethod?: string | undefined;
767
+ formNoValidate?: boolean | undefined;
768
+ formTarget?: string | undefined;
769
+ frameBorder?: string | number | undefined;
770
+ headers?: string | undefined;
771
+ high?: number | undefined;
772
+ href?: string | undefined;
773
+ hrefLang?: string | undefined;
774
+ htmlFor?: string | undefined;
775
+ httpEquiv?: string | undefined;
776
+ integrity?: string | undefined;
777
+ keyParams?: string | undefined;
778
+ keyType?: string | undefined;
779
+ kind?: string | undefined;
780
+ list?: string | undefined;
781
+ loop?: boolean | undefined;
782
+ low?: number | undefined;
783
+ manifest?: string | undefined;
784
+ marginHeight?: number | undefined;
785
+ marginWidth?: number | undefined;
786
+ max?: string | number | undefined;
787
+ maxLength?: number | undefined;
788
+ media?: string | undefined;
789
+ mediaGroup?: string | undefined;
790
+ method?: string | undefined;
791
+ min?: string | number | undefined;
792
+ minLength?: number | undefined;
793
+ muted?: boolean | undefined;
794
+ name?: string | undefined;
795
+ nonce?: string | undefined;
796
+ noValidate?: boolean | undefined;
797
+ optimum?: number | undefined;
798
+ playsInline?: boolean | undefined;
799
+ poster?: string | undefined;
800
+ preload?: string | undefined;
801
+ readOnly?: boolean | undefined;
802
+ rel?: string | undefined;
803
+ required?: boolean | undefined;
804
+ reversed?: boolean | undefined;
805
+ rows?: number | undefined;
806
+ rowSpan?: number | undefined;
807
+ sandbox?: string | undefined;
808
+ scope?: string | undefined;
809
+ scoped?: boolean | undefined;
810
+ scrolling?: string | undefined;
811
+ seamless?: boolean | undefined;
812
+ selected?: boolean | undefined;
813
+ shape?: string | undefined;
814
+ sizes?: string | undefined;
815
+ srcDoc?: string | undefined;
816
+ srcLang?: string | undefined;
817
+ srcSet?: string | undefined;
818
+ step?: string | number | undefined;
819
+ target?: string | undefined;
820
+ type?: string | undefined;
821
+ useMap?: string | undefined;
822
+ wmode?: string | undefined;
823
+ defaultChecked?: boolean | undefined;
824
+ defaultValue?: string | number | readonly string[] | undefined;
825
+ suppressContentEditableWarning?: boolean | undefined;
826
+ suppressHydrationWarning?: boolean | undefined;
827
+ accessKey?: string | undefined;
828
+ className?: string | undefined;
829
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
830
+ contextMenu?: string | undefined;
831
+ dir?: string | undefined;
832
+ draggable?: (boolean | "false" | "true") | undefined;
833
+ lang?: string | undefined;
834
+ spellCheck?: (boolean | "false" | "true") | undefined;
835
+ tabIndex?: number | undefined;
836
+ radioGroup?: string | undefined;
837
+ role?: import("react").AriaRole | undefined;
838
+ about?: string | undefined;
839
+ datatype?: string | undefined;
840
+ inlist?: any;
841
+ prefix?: string | undefined;
842
+ property?: string | undefined;
843
+ resource?: string | undefined;
844
+ typeof?: string | undefined;
845
+ vocab?: string | undefined;
846
+ autoCapitalize?: string | undefined;
847
+ autoCorrect?: string | undefined;
848
+ autoSave?: string | undefined;
849
+ itemProp?: string | undefined;
850
+ itemScope?: boolean | undefined;
851
+ itemType?: string | undefined;
852
+ itemID?: string | undefined;
853
+ itemRef?: string | undefined;
854
+ results?: number | undefined;
855
+ security?: string | undefined;
856
+ unselectable?: "on" | "off" | undefined;
857
+ inputMode?: "none" | "search" | "text" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
858
+ is?: string | undefined;
859
+ 'aria-activedescendant'?: string | undefined;
860
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
861
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
862
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
863
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
864
+ 'aria-colcount'?: number | undefined;
865
+ 'aria-colindex'?: number | undefined;
866
+ 'aria-colspan'?: number | undefined;
867
+ 'aria-controls'?: string | undefined;
868
+ 'aria-current'?: boolean | "page" | "time" | "false" | "true" | "step" | "location" | "date" | undefined;
869
+ 'aria-describedby'?: string | undefined;
870
+ 'aria-details'?: string | undefined;
871
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
872
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
873
+ 'aria-errormessage'?: string | undefined;
874
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
875
+ 'aria-flowto'?: string | undefined;
876
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
877
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
878
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
879
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
880
+ 'aria-keyshortcuts'?: string | undefined;
881
+ 'aria-label'?: string | undefined;
882
+ 'aria-labelledby'?: string | undefined;
883
+ 'aria-level'?: number | undefined;
884
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
885
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
886
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
887
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
888
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
889
+ 'aria-owns'?: string | undefined;
890
+ 'aria-placeholder'?: string | undefined;
891
+ 'aria-posinset'?: number | undefined;
892
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
893
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
894
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
895
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
896
+ 'aria-roledescription'?: string | undefined;
897
+ 'aria-rowcount'?: number | undefined;
898
+ 'aria-rowindex'?: number | undefined;
899
+ 'aria-rowspan'?: number | undefined;
900
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
901
+ 'aria-setsize'?: number | undefined;
902
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
903
+ 'aria-valuemax'?: number | undefined;
904
+ 'aria-valuemin'?: number | undefined;
905
+ 'aria-valuenow'?: number | undefined;
906
+ 'aria-valuetext'?: string | undefined;
907
+ dangerouslySetInnerHTML?: {
908
+ __html: string;
909
+ } | undefined;
910
+ onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
911
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
912
+ onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
913
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
914
+ onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
915
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
916
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
917
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
918
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
919
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
920
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
921
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
922
+ onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
923
+ onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
924
+ onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
925
+ onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
926
+ onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
927
+ onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
928
+ onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
929
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
930
+ onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
931
+ onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
932
+ onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
933
+ onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
934
+ onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
935
+ onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
936
+ onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
937
+ onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
938
+ onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
939
+ onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
940
+ onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
941
+ onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
942
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
943
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
944
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
945
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
946
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
947
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
948
+ onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
949
+ onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
950
+ onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
951
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
952
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
953
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
954
+ onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
955
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
956
+ onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
957
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
958
+ onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
959
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
960
+ onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
961
+ onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
962
+ onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
963
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
964
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
965
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
966
+ onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
967
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
968
+ onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
969
+ onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
970
+ onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
971
+ onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
972
+ onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
973
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
974
+ onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
975
+ onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
976
+ onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
977
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
978
+ onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
979
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
980
+ onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
981
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
982
+ onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
983
+ onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
984
+ onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
985
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
986
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
987
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
988
+ onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
989
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
990
+ onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
991
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
992
+ onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
993
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
994
+ onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
995
+ onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
996
+ onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
997
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
998
+ onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
999
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1000
+ onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
1001
+ onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1002
+ onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
1003
+ onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1004
+ onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
1005
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1006
+ onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
1007
+ onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1008
+ onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
1009
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1010
+ onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
1011
+ onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1012
+ onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
1013
+ onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1014
+ onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
1015
+ onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
1016
+ onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
1017
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1018
+ onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
1019
+ onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
1020
+ onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
1021
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1022
+ onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
1023
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1024
+ onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
1025
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1026
+ onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
1027
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
1028
+ onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
1029
+ onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
1030
+ onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
1031
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1032
+ onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
1033
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1034
+ onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
1035
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1036
+ onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
1037
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
1038
+ onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
1039
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1040
+ onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
1041
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1042
+ onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
1043
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1044
+ onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
1045
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1046
+ onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
1047
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1048
+ onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
1049
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1050
+ onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
1051
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1052
+ onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
1053
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1054
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1055
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1056
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1057
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
1058
+ onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
1059
+ onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
1060
+ onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
1061
+ onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
1062
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1063
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1064
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1065
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1066
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1067
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
1068
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
1069
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
1070
+ } & import("react").RefAttributes<HTMLElement>, "size" | "translate" | "src" | "value" | "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "id" | "hidden" | "multiple" | "disabled" | "placeholder" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "max" | "maxLength" | "min" | "minLength" | "name" | "readOnly" | "required" | "step" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "error" | "options" | "enterKeyHint" | "helperText"> & Omit<InputHTMLAttributes<HTMLElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
1071
+ label?: ReactNode;
1072
+ error?: boolean | undefined;
1073
+ helperText?: ReactNode;
1074
+ options: T[];
1075
+ onChange?: SingleChangeHandler<V> | undefined;
1076
+ value: V | null;
1077
+ } & {
1078
+ size?: "small" | "medium" | "large" | undefined;
1079
+ error?: boolean | undefined;
1080
+ }, ref: ForwardedRef<HTMLElement>) => JSX.Element;
1081
+ export declare const Select: <T extends Option, V extends string | Option>(props: Omit<{
1082
+ as?: import("react").ElementType<any> | undefined;
1083
+ children?: ReactNode;
1084
+ className?: string | undefined;
1085
+ style?: Record<string, any> | undefined;
1086
+ } & {
1087
+ display?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
1088
+ mobile?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
1089
+ tablet?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
1090
+ desktop?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
1091
+ } | undefined;
1092
+ flexDirection?: "column" | "row" | {
1093
+ mobile?: "column" | "row" | undefined;
1094
+ tablet?: "column" | "row" | undefined;
1095
+ desktop?: "column" | "row" | undefined;
1096
+ } | undefined;
1097
+ alignItems?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | {
1098
+ mobile?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
1099
+ tablet?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
1100
+ desktop?: "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | undefined;
1101
+ } | undefined;
1102
+ justifyContent?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | {
1103
+ mobile?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1104
+ tablet?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1105
+ desktop?: "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1106
+ } | undefined;
1107
+ flexGrow?: "0" | "1" | {
1108
+ mobile?: "0" | "1" | undefined;
1109
+ tablet?: "0" | "1" | undefined;
1110
+ desktop?: "0" | "1" | undefined;
1111
+ } | undefined;
1112
+ flexShrink?: "0" | "1" | {
1113
+ mobile?: "0" | "1" | undefined;
1114
+ tablet?: "0" | "1" | undefined;
1115
+ desktop?: "0" | "1" | undefined;
1116
+ } | undefined;
1117
+ flexBasis?: "0" | "auto" | {
1118
+ mobile?: "0" | "auto" | undefined;
1119
+ tablet?: "0" | "auto" | undefined;
1120
+ desktop?: "0" | "auto" | undefined;
1121
+ } | undefined;
1122
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | {
1123
+ mobile?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1124
+ tablet?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1125
+ desktop?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1126
+ } | undefined;
1127
+ gridArea?: "auto" | {
1128
+ mobile?: "auto" | undefined;
1129
+ tablet?: "auto" | undefined;
1130
+ desktop?: "auto" | undefined;
1131
+ } | undefined;
1132
+ gridTemplateAreas?: "none" | {
1133
+ mobile?: "none" | undefined;
1134
+ tablet?: "none" | undefined;
1135
+ desktop?: "none" | undefined;
1136
+ } | undefined;
1137
+ gridTemplateRows?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
1138
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1139
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1140
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1141
+ } | undefined;
1142
+ gridRow?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
1143
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1144
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1145
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1146
+ } | undefined;
1147
+ gridRowStart?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
1148
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1149
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1150
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1151
+ } | undefined;
1152
+ gridRowEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
1153
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1154
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1155
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1156
+ } | undefined;
1157
+ gridTemplateColumns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
1158
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1159
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1160
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
1161
+ } | undefined;
1162
+ gridColumn?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
1163
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1164
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1165
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
1166
+ } | undefined;
1167
+ gridColumnStart?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
1168
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1169
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1170
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1171
+ } | undefined;
1172
+ gridColumnEnd?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
1173
+ mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1174
+ tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1175
+ desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
1176
+ } | undefined;
1177
+ gridAutoFlow?: "column" | "row" | "dense" | "row dense" | "column dense" | {
1178
+ mobile?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
1179
+ tablet?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
1180
+ desktop?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
1181
+ } | undefined;
1182
+ order?: number | {
1183
+ mobile?: number | undefined;
1184
+ tablet?: number | undefined;
1185
+ desktop?: number | undefined;
1186
+ } | undefined;
1187
+ flexWrap?: "nowrap" | "wrap" | {
1188
+ mobile?: "nowrap" | "wrap" | undefined;
1189
+ tablet?: "nowrap" | "wrap" | undefined;
1190
+ desktop?: "nowrap" | "wrap" | undefined;
1191
+ } | undefined;
1192
+ 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 | {
1193
+ 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;
1194
+ 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;
1195
+ 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;
1196
+ } | undefined;
1197
+ 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 | {
1198
+ 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;
1199
+ 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;
1200
+ 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;
1201
+ } | undefined;
1202
+ 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 | {
1203
+ 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;
1204
+ 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;
1205
+ 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;
1206
+ } | undefined;
1207
+ 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 | {
1208
+ 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;
1209
+ 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;
1210
+ 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;
1211
+ } | undefined;
1212
+ 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 | {
1213
+ 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;
1214
+ 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;
1215
+ 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;
1216
+ } | undefined;
1217
+ 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 | {
1218
+ 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;
1219
+ 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;
1220
+ 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;
1221
+ } | undefined;
1222
+ 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 | {
1223
+ 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;
1224
+ 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;
1225
+ 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;
1226
+ } | undefined;
1227
+ 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" | {
1228
+ 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;
1229
+ 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;
1230
+ 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;
1231
+ } | undefined;
1232
+ 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" | {
1233
+ 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;
1234
+ 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;
1235
+ 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;
1236
+ } | undefined;
1237
+ 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" | {
1238
+ 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;
1239
+ 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;
1240
+ 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;
1241
+ } | undefined;
1242
+ 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" | {
1243
+ 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;
1244
+ 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;
1245
+ 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;
1246
+ } | undefined;
1247
+ 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" | {
1248
+ 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;
1249
+ 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;
1250
+ 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;
1251
+ } | undefined;
1252
+ 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" | {
1253
+ 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;
1254
+ 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;
1255
+ 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;
1256
+ } | undefined;
1257
+ minHeight?: "100%" | "auto" | "0px" | {
1258
+ mobile?: "100%" | "auto" | "0px" | undefined;
1259
+ tablet?: "100%" | "auto" | "0px" | undefined;
1260
+ desktop?: "100%" | "auto" | "0px" | undefined;
1261
+ } | undefined;
1262
+ 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" | {
1263
+ 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;
1264
+ 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;
1265
+ 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;
1266
+ } | undefined;
1267
+ maxWidth?: "100%" | "auto" | "0px" | {
1268
+ mobile?: "100%" | "auto" | "0px" | undefined;
1269
+ tablet?: "100%" | "auto" | "0px" | undefined;
1270
+ desktop?: "100%" | "auto" | "0px" | undefined;
1271
+ } | undefined;
1272
+ 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" | {
1273
+ 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;
1274
+ 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;
1275
+ 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;
1276
+ } | undefined;
1277
+ borderTopRightRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
1278
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1279
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1280
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1281
+ } | undefined;
1282
+ borderTopLeftRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
1283
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1284
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1285
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1286
+ } | undefined;
1287
+ borderBottomRightRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
1288
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1289
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1290
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1291
+ } | undefined;
1292
+ borderBottomLeftRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
1293
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1294
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1295
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1296
+ } | undefined;
1297
+ 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" | {
1298
+ 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;
1299
+ 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;
1300
+ 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;
1301
+ } | undefined;
1302
+ 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" | {
1303
+ 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;
1304
+ 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;
1305
+ 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;
1306
+ } | undefined;
1307
+ textAlign?: "left" | "right" | "center" | {
1308
+ mobile?: "left" | "right" | "center" | undefined;
1309
+ tablet?: "left" | "right" | "center" | undefined;
1310
+ desktop?: "left" | "right" | "center" | undefined;
1311
+ } | undefined;
1312
+ borderLeftWidth?: 0 | 1 | {
1313
+ mobile?: 0 | 1 | undefined;
1314
+ tablet?: 0 | 1 | undefined;
1315
+ desktop?: 0 | 1 | undefined;
1316
+ } | undefined;
1317
+ borderRightWidth?: 0 | 1 | {
1318
+ mobile?: 0 | 1 | undefined;
1319
+ tablet?: 0 | 1 | undefined;
1320
+ desktop?: 0 | 1 | undefined;
1321
+ } | undefined;
1322
+ borderTopWidth?: 0 | 1 | {
1323
+ mobile?: 0 | 1 | undefined;
1324
+ tablet?: 0 | 1 | undefined;
1325
+ desktop?: 0 | 1 | undefined;
1326
+ } | undefined;
1327
+ borderBottomWidth?: 0 | 1 | {
1328
+ mobile?: 0 | 1 | undefined;
1329
+ tablet?: 0 | 1 | undefined;
1330
+ desktop?: 0 | 1 | undefined;
1331
+ } | undefined;
1332
+ borderLeftStyle?: "none" | "solid" | {
1333
+ mobile?: "none" | "solid" | undefined;
1334
+ tablet?: "none" | "solid" | undefined;
1335
+ desktop?: "none" | "solid" | undefined;
1336
+ } | undefined;
1337
+ borderRightStyle?: "none" | "solid" | {
1338
+ mobile?: "none" | "solid" | undefined;
1339
+ tablet?: "none" | "solid" | undefined;
1340
+ desktop?: "none" | "solid" | undefined;
1341
+ } | undefined;
1342
+ borderTopStyle?: "none" | "solid" | {
1343
+ mobile?: "none" | "solid" | undefined;
1344
+ tablet?: "none" | "solid" | undefined;
1345
+ desktop?: "none" | "solid" | undefined;
1346
+ } | undefined;
1347
+ borderBottomStyle?: "none" | "solid" | {
1348
+ mobile?: "none" | "solid" | undefined;
1349
+ tablet?: "none" | "solid" | undefined;
1350
+ desktop?: "none" | "solid" | undefined;
1351
+ } | undefined;
1352
+ outlineStyle?: "none" | {
1353
+ mobile?: "none" | undefined;
1354
+ tablet?: "none" | undefined;
1355
+ desktop?: "none" | undefined;
1356
+ } | undefined;
1357
+ textTransform?: "uppercase" | {
1358
+ mobile?: "uppercase" | undefined;
1359
+ tablet?: "uppercase" | undefined;
1360
+ desktop?: "uppercase" | undefined;
1361
+ } | undefined;
1362
+ 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" | {
1363
+ 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;
1364
+ 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;
1365
+ 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;
1366
+ } | undefined;
1367
+ 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 | {
1368
+ 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;
1369
+ 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;
1370
+ 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;
1371
+ } | undefined;
1372
+ 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 | {
1373
+ 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;
1374
+ 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;
1375
+ 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;
1376
+ } | undefined;
1377
+ 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 | {
1378
+ 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;
1379
+ 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;
1380
+ 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;
1381
+ } | undefined;
1382
+ 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 | {
1383
+ 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;
1384
+ 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;
1385
+ 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;
1386
+ } | undefined;
1387
+ overflowX?: "auto" | "hidden" | "visible" | "scroll" | {
1388
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1389
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1390
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1391
+ } | undefined;
1392
+ overflowY?: "auto" | "hidden" | "visible" | "scroll" | {
1393
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1394
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1395
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1396
+ } | undefined;
1397
+ textOverflow?: "none" | "ellipsis" | {
1398
+ mobile?: "none" | "ellipsis" | undefined;
1399
+ tablet?: "none" | "ellipsis" | undefined;
1400
+ desktop?: "none" | "ellipsis" | undefined;
1401
+ } | undefined;
1402
+ whiteSpace?: "normal" | "nowrap" | {
1403
+ mobile?: "normal" | "nowrap" | undefined;
1404
+ tablet?: "normal" | "nowrap" | undefined;
1405
+ desktop?: "normal" | "nowrap" | undefined;
1406
+ } | undefined;
1407
+ wordBreak?: "normal" | "break-word" | "break-all" | {
1408
+ mobile?: "normal" | "break-word" | "break-all" | undefined;
1409
+ tablet?: "normal" | "break-word" | "break-all" | undefined;
1410
+ desktop?: "normal" | "break-word" | "break-all" | undefined;
1411
+ } | undefined;
1412
+ zIndex?: "1" | "2" | "3" | "auto" | {
1413
+ mobile?: "1" | "2" | "3" | "auto" | undefined;
1414
+ tablet?: "1" | "2" | "3" | "auto" | undefined;
1415
+ desktop?: "1" | "2" | "3" | "auto" | undefined;
1416
+ } | undefined;
1417
+ aspectRatio?: "1 / 1" | {
1418
+ mobile?: "1 / 1" | undefined;
1419
+ tablet?: "1 / 1" | undefined;
1420
+ desktop?: "1 / 1" | undefined;
1421
+ } | undefined;
1422
+ objectFit?: "none" | "contain" | "fill" | "cover" | "scale-down" | {
1423
+ mobile?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
1424
+ tablet?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
1425
+ desktop?: "none" | "contain" | "fill" | "cover" | "scale-down" | undefined;
1426
+ } | undefined;
1427
+ opacity?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | {
1428
+ mobile?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
1429
+ tablet?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
1430
+ desktop?: "0" | "1" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
1431
+ } | undefined;
1432
+ 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" | {
1433
+ 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;
1434
+ 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;
1435
+ 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;
1436
+ } | undefined;
1437
+ alignSelf?: "normal" | "auto" | "center" | "end" | "start" | {
1438
+ mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1439
+ tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1440
+ desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1441
+ } | undefined;
1442
+ justifySelf?: "normal" | "auto" | "center" | "end" | "start" | {
1443
+ mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1444
+ tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1445
+ desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
1446
+ } | undefined;
1447
+ visibility?: "hidden" | "visible" | {
1448
+ mobile?: "hidden" | "visible" | undefined;
1449
+ tablet?: "hidden" | "visible" | undefined;
1450
+ desktop?: "hidden" | "visible" | undefined;
1451
+ } | undefined;
1452
+ 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 | {
1453
+ 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;
1454
+ 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;
1455
+ 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;
1456
+ } | undefined;
1457
+ 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 | {
1458
+ 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;
1459
+ 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;
1460
+ 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;
1461
+ } | undefined;
1462
+ 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 | {
1463
+ 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;
1464
+ 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;
1465
+ 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;
1466
+ } | undefined;
1467
+ 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" | {
1468
+ 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;
1469
+ 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;
1470
+ 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;
1471
+ } | undefined;
1472
+ 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" | {
1473
+ 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;
1474
+ 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;
1475
+ 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;
1476
+ } | undefined;
1477
+ 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" | {
1478
+ 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;
1479
+ 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;
1480
+ 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;
1481
+ } | undefined;
1482
+ placeItems?: "stretch" | "center" | "flex-end" | "flex-start" | {
1483
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1484
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1485
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1486
+ } | undefined;
1487
+ 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" | {
1488
+ 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;
1489
+ 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;
1490
+ 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;
1491
+ } | undefined;
1492
+ borderWidth?: 0 | 1 | {
1493
+ mobile?: 0 | 1 | undefined;
1494
+ tablet?: 0 | 1 | undefined;
1495
+ desktop?: 0 | 1 | undefined;
1496
+ } | undefined;
1497
+ borderXWidth?: 0 | 1 | {
1498
+ mobile?: 0 | 1 | undefined;
1499
+ tablet?: 0 | 1 | undefined;
1500
+ desktop?: 0 | 1 | undefined;
1501
+ } | undefined;
1502
+ borderYWidth?: 0 | 1 | {
1503
+ mobile?: 0 | 1 | undefined;
1504
+ tablet?: 0 | 1 | undefined;
1505
+ desktop?: 0 | 1 | undefined;
1506
+ } | undefined;
1507
+ borderStyle?: "none" | "solid" | {
1508
+ mobile?: "none" | "solid" | undefined;
1509
+ tablet?: "none" | "solid" | undefined;
1510
+ desktop?: "none" | "solid" | undefined;
1511
+ } | undefined;
1512
+ borderXStyle?: "none" | "solid" | {
1513
+ mobile?: "none" | "solid" | undefined;
1514
+ tablet?: "none" | "solid" | undefined;
1515
+ desktop?: "none" | "solid" | undefined;
1516
+ } | undefined;
1517
+ borderYStyle?: "none" | "solid" | {
1518
+ mobile?: "none" | "solid" | undefined;
1519
+ tablet?: "none" | "solid" | undefined;
1520
+ desktop?: "none" | "solid" | undefined;
1521
+ } | undefined;
1522
+ 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 | {
1523
+ 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;
1524
+ 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;
1525
+ 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;
1526
+ } | undefined;
1527
+ borderRadius?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
1528
+ mobile?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1529
+ tablet?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1530
+ desktop?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
1531
+ } | undefined;
1532
+ overflow?: "auto" | "hidden" | "visible" | "scroll" | {
1533
+ mobile?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1534
+ tablet?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1535
+ desktop?: "auto" | "hidden" | "visible" | "scroll" | undefined;
1536
+ } | undefined;
1537
+ flex?: "0" | {
1538
+ mobile?: "0" | undefined;
1539
+ tablet?: "0" | undefined;
1540
+ desktop?: "0" | undefined;
1541
+ } | undefined;
1542
+ } & {
1543
+ borderColor?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
1544
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1545
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1546
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1547
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1548
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1549
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1550
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1551
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1552
+ } | undefined;
1553
+ 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" | {
1554
+ 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;
1555
+ 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;
1556
+ 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;
1557
+ 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;
1558
+ 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;
1559
+ 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;
1560
+ 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;
1561
+ 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;
1562
+ } | undefined;
1563
+ 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" | {
1564
+ 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;
1565
+ 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;
1566
+ 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;
1567
+ 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;
1568
+ 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;
1569
+ 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;
1570
+ 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;
1571
+ 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;
1572
+ } | undefined;
1573
+ pointerEvents?: "none" | "auto" | {
1574
+ default?: "none" | "auto" | undefined;
1575
+ hover?: "none" | "auto" | undefined;
1576
+ focus?: "none" | "auto" | undefined;
1577
+ focusWithin?: "none" | "auto" | undefined;
1578
+ focusVisible?: "none" | "auto" | undefined;
1579
+ active?: "none" | "auto" | undefined;
1580
+ disabled?: "none" | "auto" | undefined;
1581
+ placeholder?: "none" | "auto" | undefined;
1582
+ } | undefined;
1583
+ cursor?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | {
1584
+ default?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1585
+ hover?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1586
+ focus?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1587
+ focusWithin?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1588
+ focusVisible?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1589
+ active?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1590
+ disabled?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1591
+ placeholder?: "auto" | "text" | "grabbing" | "not-allowed" | "pointer" | undefined;
1592
+ } | undefined;
1593
+ boxShadow?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | {
1594
+ default?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1595
+ hover?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1596
+ focus?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1597
+ focusWithin?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1598
+ focusVisible?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1599
+ active?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1600
+ disabled?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1601
+ placeholder?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
1602
+ } | undefined;
1603
+ transition?: "all" | "ease" | {
1604
+ default?: "all" | "ease" | undefined;
1605
+ hover?: "all" | "ease" | undefined;
1606
+ focus?: "all" | "ease" | undefined;
1607
+ focusWithin?: "all" | "ease" | undefined;
1608
+ focusVisible?: "all" | "ease" | undefined;
1609
+ active?: "all" | "ease" | undefined;
1610
+ disabled?: "all" | "ease" | undefined;
1611
+ placeholder?: "all" | "ease" | undefined;
1612
+ } | undefined;
1613
+ textDecoration?: "none" | "underline" | {
1614
+ default?: "none" | "underline" | undefined;
1615
+ hover?: "none" | "underline" | undefined;
1616
+ focus?: "none" | "underline" | undefined;
1617
+ focusWithin?: "none" | "underline" | undefined;
1618
+ focusVisible?: "none" | "underline" | undefined;
1619
+ active?: "none" | "underline" | undefined;
1620
+ disabled?: "none" | "underline" | undefined;
1621
+ placeholder?: "none" | "underline" | undefined;
1622
+ } | undefined;
1623
+ transform?: {} | undefined;
1624
+ 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" | {
1625
+ 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;
1626
+ 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;
1627
+ 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;
1628
+ 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;
1629
+ 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;
1630
+ 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;
1631
+ 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;
1632
+ 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;
1633
+ } | undefined;
1634
+ stroke?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
1635
+ default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1636
+ hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1637
+ focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1638
+ focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1639
+ focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1640
+ active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1641
+ disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1642
+ placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
1643
+ } | undefined;
1644
+ listStyleType?: "none" | "disc" | "decimal" | {
1645
+ default?: "none" | "disc" | "decimal" | undefined;
1646
+ hover?: "none" | "disc" | "decimal" | undefined;
1647
+ focus?: "none" | "disc" | "decimal" | undefined;
1648
+ focusWithin?: "none" | "disc" | "decimal" | undefined;
1649
+ focusVisible?: "none" | "disc" | "decimal" | undefined;
1650
+ active?: "none" | "disc" | "decimal" | undefined;
1651
+ disabled?: "none" | "disc" | "decimal" | undefined;
1652
+ placeholder?: "none" | "disc" | "decimal" | undefined;
1653
+ } | undefined;
1654
+ listStylePosition?: "inside" | "outside" | {
1655
+ default?: "inside" | "outside" | undefined;
1656
+ hover?: "inside" | "outside" | undefined;
1657
+ focus?: "inside" | "outside" | undefined;
1658
+ focusWithin?: "inside" | "outside" | undefined;
1659
+ focusVisible?: "inside" | "outside" | undefined;
1660
+ active?: "inside" | "outside" | undefined;
1661
+ disabled?: "inside" | "outside" | undefined;
1662
+ placeholder?: "inside" | "outside" | undefined;
1663
+ } | undefined;
1664
+ listStyleImage?: "none" | {
1665
+ default?: "none" | undefined;
1666
+ hover?: "none" | undefined;
1667
+ focus?: "none" | undefined;
1668
+ focusWithin?: "none" | undefined;
1669
+ focusVisible?: "none" | undefined;
1670
+ active?: "none" | undefined;
1671
+ disabled?: "none" | undefined;
1672
+ placeholder?: "none" | undefined;
1673
+ } | undefined;
1674
+ } & {
1675
+ __display?: any;
1676
+ __flexDirection?: any;
1677
+ __alignItems?: any;
1678
+ __justifyContent?: any;
1679
+ __flexGrow?: any;
1680
+ __flexShrink?: any;
1681
+ __flexBasis?: any;
1682
+ __position?: any;
1683
+ __gridArea?: any;
1684
+ __gridTemplateAreas?: any;
1685
+ __gridTemplateRows?: any;
1686
+ __gridRow?: any;
1687
+ __gridRowStart?: any;
1688
+ __gridRowEnd?: any;
1689
+ __gridTemplateColumns?: any;
1690
+ __gridColumn?: any;
1691
+ __gridColumnStart?: any;
1692
+ __gridColumnEnd?: any;
1693
+ __gridAutoFlow?: any;
1694
+ __order?: any;
1695
+ __flexWrap?: any;
1696
+ __gap?: any;
1697
+ __rowGap?: any;
1698
+ __columnGap?: any;
1699
+ __paddingTop?: any;
1700
+ __paddingBottom?: any;
1701
+ __paddingLeft?: any;
1702
+ __paddingRight?: any;
1703
+ __marginTop?: any;
1704
+ __marginBottom?: any;
1705
+ __marginLeft?: any;
1706
+ __marginRight?: any;
1707
+ __width?: any;
1708
+ __height?: any;
1709
+ __minHeight?: any;
1710
+ __minWidth?: any;
1711
+ __maxWidth?: any;
1712
+ __maxHeight?: any;
1713
+ __borderTopRightRadius?: any;
1714
+ __borderTopLeftRadius?: any;
1715
+ __borderBottomRightRadius?: any;
1716
+ __borderBottomLeftRadius?: any;
1717
+ __fontSize?: any;
1718
+ __lineHeight?: any;
1719
+ __textAlign?: any;
1720
+ __borderLeftWidth?: any;
1721
+ __borderRightWidth?: any;
1722
+ __borderTopWidth?: any;
1723
+ __borderBottomWidth?: any;
1724
+ __borderLeftStyle?: any;
1725
+ __borderRightStyle?: any;
1726
+ __borderTopStyle?: any;
1727
+ __borderBottomStyle?: any;
1728
+ __outlineStyle?: any;
1729
+ __textTransform?: any;
1730
+ __letterSpacing?: any;
1731
+ __top?: any;
1732
+ __bottom?: any;
1733
+ __left?: any;
1734
+ __right?: any;
1735
+ __overflowX?: any;
1736
+ __overflowY?: any;
1737
+ __textOverflow?: any;
1738
+ __whiteSpace?: any;
1739
+ __wordBreak?: any;
1740
+ __zIndex?: any;
1741
+ __aspectRatio?: any;
1742
+ __objectFit?: any;
1743
+ __opacity?: any;
1744
+ __fontWeight?: any;
1745
+ __alignSelf?: any;
1746
+ __justifySelf?: any;
1747
+ __visibility?: any;
1748
+ __padding?: any;
1749
+ __paddingX?: any;
1750
+ __paddingY?: any;
1751
+ __margin?: any;
1752
+ __marginX?: any;
1753
+ __marginY?: any;
1754
+ __placeItems?: any;
1755
+ __typeSize?: any;
1756
+ __borderWidth?: any;
1757
+ __borderXWidth?: any;
1758
+ __borderYWidth?: any;
1759
+ __borderStyle?: any;
1760
+ __borderXStyle?: any;
1761
+ __borderYStyle?: any;
1762
+ __inset?: any;
1763
+ __borderRadius?: any;
1764
+ __overflow?: any;
1765
+ __flex?: any;
1766
+ __borderColor?: any;
1767
+ __color?: any;
1768
+ __backgroundColor?: any;
1769
+ __pointerEvents?: any;
1770
+ __cursor?: any;
1771
+ __boxShadow?: any;
1772
+ __transition?: any;
1773
+ __textDecoration?: any;
1774
+ __transform?: any;
1775
+ __fill?: any;
1776
+ __stroke?: any;
1777
+ __listStyleType?: any;
1778
+ __listStylePosition?: any;
1779
+ __listStyleImage?: any;
1780
+ } & {
1781
+ size?: number | undefined;
1782
+ content?: string | undefined;
1783
+ translate?: "yes" | "no" | undefined;
1784
+ src?: string | undefined;
1785
+ children?: ReactNode;
1786
+ value?: string | number | readonly string[] | undefined;
1787
+ cite?: string | undefined;
1788
+ data?: string | undefined;
1789
+ form?: string | undefined;
1790
+ label?: string | undefined;
1791
+ slot?: string | undefined;
1792
+ span?: number | undefined;
1793
+ style?: import("react").CSSProperties | undefined;
1794
+ summary?: string | undefined;
1795
+ title?: string | undefined;
1796
+ pattern?: string | undefined;
1797
+ id?: string | undefined;
1798
+ start?: number | undefined;
1799
+ hidden?: boolean | undefined;
1800
+ default?: boolean | undefined;
1801
+ wrap?: string | undefined;
1802
+ open?: boolean | undefined;
1803
+ multiple?: boolean | undefined;
1804
+ disabled?: boolean | undefined;
1805
+ placeholder?: string | undefined;
1806
+ accept?: string | undefined;
1807
+ acceptCharset?: string | undefined;
1808
+ action?: string | undefined;
1809
+ allowFullScreen?: boolean | undefined;
1810
+ allowTransparency?: boolean | undefined;
1811
+ alt?: string | undefined;
1812
+ async?: boolean | undefined;
1813
+ autoComplete?: string | undefined;
1814
+ autoFocus?: boolean | undefined;
1815
+ autoPlay?: boolean | undefined;
1816
+ capture?: boolean | "user" | "environment" | undefined;
1817
+ cellPadding?: string | number | undefined;
1818
+ cellSpacing?: string | number | undefined;
1819
+ charSet?: string | undefined;
1820
+ challenge?: string | undefined;
1821
+ checked?: boolean | undefined;
1822
+ classID?: string | undefined;
1823
+ cols?: number | undefined;
1824
+ colSpan?: number | undefined;
1825
+ controls?: boolean | undefined;
1826
+ coords?: string | undefined;
1827
+ crossOrigin?: string | undefined;
1828
+ dateTime?: string | undefined;
1829
+ defer?: boolean | undefined;
1830
+ download?: any;
1831
+ encType?: string | undefined;
1832
+ formAction?: string | undefined;
1833
+ formEncType?: string | undefined;
1834
+ formMethod?: string | undefined;
1835
+ formNoValidate?: boolean | undefined;
1836
+ formTarget?: string | undefined;
1837
+ frameBorder?: string | number | undefined;
1838
+ headers?: string | undefined;
1839
+ high?: number | undefined;
1840
+ href?: string | undefined;
1841
+ hrefLang?: string | undefined;
1842
+ htmlFor?: string | undefined;
1843
+ httpEquiv?: string | undefined;
1844
+ integrity?: string | undefined;
1845
+ keyParams?: string | undefined;
1846
+ keyType?: string | undefined;
1847
+ kind?: string | undefined;
1848
+ list?: string | undefined;
1849
+ loop?: boolean | undefined;
1850
+ low?: number | undefined;
1851
+ manifest?: string | undefined;
1852
+ marginHeight?: number | undefined;
1853
+ marginWidth?: number | undefined;
1854
+ max?: string | number | undefined;
1855
+ maxLength?: number | undefined;
1856
+ media?: string | undefined;
1857
+ mediaGroup?: string | undefined;
1858
+ method?: string | undefined;
1859
+ min?: string | number | undefined;
1860
+ minLength?: number | undefined;
1861
+ muted?: boolean | undefined;
1862
+ name?: string | undefined;
1863
+ nonce?: string | undefined;
1864
+ noValidate?: boolean | undefined;
1865
+ optimum?: number | undefined;
1866
+ playsInline?: boolean | undefined;
1867
+ poster?: string | undefined;
1868
+ preload?: string | undefined;
1869
+ readOnly?: boolean | undefined;
1870
+ rel?: string | undefined;
1871
+ required?: boolean | undefined;
1872
+ reversed?: boolean | undefined;
1873
+ rows?: number | undefined;
1874
+ rowSpan?: number | undefined;
1875
+ sandbox?: string | undefined;
1876
+ scope?: string | undefined;
1877
+ scoped?: boolean | undefined;
1878
+ scrolling?: string | undefined;
1879
+ seamless?: boolean | undefined;
1880
+ selected?: boolean | undefined;
1881
+ shape?: string | undefined;
1882
+ sizes?: string | undefined;
1883
+ srcDoc?: string | undefined;
1884
+ srcLang?: string | undefined;
1885
+ srcSet?: string | undefined;
1886
+ step?: string | number | undefined;
1887
+ target?: string | undefined;
1888
+ type?: string | undefined;
1889
+ useMap?: string | undefined;
1890
+ wmode?: string | undefined;
1891
+ defaultChecked?: boolean | undefined;
1892
+ defaultValue?: string | number | readonly string[] | undefined;
1893
+ suppressContentEditableWarning?: boolean | undefined;
1894
+ suppressHydrationWarning?: boolean | undefined;
1895
+ accessKey?: string | undefined;
1896
+ className?: string | undefined;
1897
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1898
+ contextMenu?: string | undefined;
1899
+ dir?: string | undefined;
1900
+ draggable?: (boolean | "false" | "true") | undefined;
1901
+ lang?: string | undefined;
1902
+ spellCheck?: (boolean | "false" | "true") | undefined;
1903
+ tabIndex?: number | undefined;
1904
+ radioGroup?: string | undefined;
1905
+ role?: import("react").AriaRole | undefined;
1906
+ about?: string | undefined;
1907
+ datatype?: string | undefined;
1908
+ inlist?: any;
1909
+ prefix?: string | undefined;
1910
+ property?: string | undefined;
1911
+ resource?: string | undefined;
1912
+ typeof?: string | undefined;
1913
+ vocab?: string | undefined;
1914
+ autoCapitalize?: string | undefined;
1915
+ autoCorrect?: string | undefined;
1916
+ autoSave?: string | undefined;
1917
+ itemProp?: string | undefined;
1918
+ itemScope?: boolean | undefined;
1919
+ itemType?: string | undefined;
1920
+ itemID?: string | undefined;
1921
+ itemRef?: string | undefined;
1922
+ results?: number | undefined;
1923
+ security?: string | undefined;
1924
+ unselectable?: "on" | "off" | undefined;
1925
+ inputMode?: "none" | "search" | "text" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
1926
+ is?: string | undefined;
1927
+ 'aria-activedescendant'?: string | undefined;
1928
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
1929
+ 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
1930
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
1931
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
1932
+ 'aria-colcount'?: number | undefined;
1933
+ 'aria-colindex'?: number | undefined;
1934
+ 'aria-colspan'?: number | undefined;
1935
+ 'aria-controls'?: string | undefined;
1936
+ 'aria-current'?: boolean | "page" | "time" | "false" | "true" | "step" | "location" | "date" | undefined;
1937
+ 'aria-describedby'?: string | undefined;
1938
+ 'aria-details'?: string | undefined;
1939
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
1940
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
1941
+ 'aria-errormessage'?: string | undefined;
1942
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
1943
+ 'aria-flowto'?: string | undefined;
1944
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
1945
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
1946
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
1947
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1948
+ 'aria-keyshortcuts'?: string | undefined;
1949
+ 'aria-label'?: string | undefined;
1950
+ 'aria-labelledby'?: string | undefined;
1951
+ 'aria-level'?: number | undefined;
1952
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1953
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
1954
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
1955
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
1956
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1957
+ 'aria-owns'?: string | undefined;
1958
+ 'aria-placeholder'?: string | undefined;
1959
+ 'aria-posinset'?: number | undefined;
1960
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
1961
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
1962
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1963
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
1964
+ 'aria-roledescription'?: string | undefined;
1965
+ 'aria-rowcount'?: number | undefined;
1966
+ 'aria-rowindex'?: number | undefined;
1967
+ 'aria-rowspan'?: number | undefined;
1968
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
1969
+ 'aria-setsize'?: number | undefined;
1970
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1971
+ 'aria-valuemax'?: number | undefined;
1972
+ 'aria-valuemin'?: number | undefined;
1973
+ 'aria-valuenow'?: number | undefined;
1974
+ 'aria-valuetext'?: string | undefined;
1975
+ dangerouslySetInnerHTML?: {
1976
+ __html: string;
1977
+ } | undefined;
1978
+ onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1979
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1980
+ onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1981
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1982
+ onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1983
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
1984
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1985
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1986
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1987
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1988
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1989
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
1990
+ onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
1991
+ onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
1992
+ onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
1993
+ onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
1994
+ onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
1995
+ onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
1996
+ onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
1997
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
1998
+ onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
1999
+ onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
2000
+ onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
2001
+ onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
2002
+ onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
2003
+ onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
2004
+ onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
2005
+ onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
2006
+ onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
2007
+ onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2008
+ onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
2009
+ onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2010
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2011
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2012
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2013
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2014
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2015
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
2016
+ onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
2017
+ onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2018
+ onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
2019
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2020
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
2021
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2022
+ onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
2023
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2024
+ onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
2025
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2026
+ onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
2027
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2028
+ onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
2029
+ onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2030
+ onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
2031
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2032
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
2033
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2034
+ onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
2035
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2036
+ onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
2037
+ onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2038
+ onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
2039
+ onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2040
+ onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
2041
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2042
+ onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
2043
+ onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2044
+ onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
2045
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2046
+ onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
2047
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2048
+ onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
2049
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2050
+ onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
2051
+ onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2052
+ onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
2053
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2054
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
2055
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2056
+ onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
2057
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2058
+ onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
2059
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2060
+ onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
2061
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2062
+ onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
2063
+ onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2064
+ onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
2065
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2066
+ onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
2067
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2068
+ onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
2069
+ onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2070
+ onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
2071
+ onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2072
+ onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
2073
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2074
+ onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
2075
+ onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2076
+ onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
2077
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2078
+ onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
2079
+ onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2080
+ onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
2081
+ onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2082
+ onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
2083
+ onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
2084
+ onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
2085
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2086
+ onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
2087
+ onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
2088
+ onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
2089
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2090
+ onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
2091
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2092
+ onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
2093
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2094
+ onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
2095
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
2096
+ onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
2097
+ onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
2098
+ onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
2099
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
2100
+ onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
2101
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
2102
+ onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
2103
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
2104
+ onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
2105
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
2106
+ onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
2107
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2108
+ onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
2109
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2110
+ onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
2111
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2112
+ onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
2113
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2114
+ onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
2115
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2116
+ onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
2117
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2118
+ onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
2119
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2120
+ onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
2121
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2122
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2123
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2124
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2125
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
2126
+ onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
2127
+ onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
2128
+ onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
2129
+ onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
2130
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2131
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2132
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2133
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2134
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2135
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
2136
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
2137
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
2138
+ } & import("react").RefAttributes<HTMLElement>, "size" | "translate" | "src" | "value" | "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "id" | "hidden" | "multiple" | "disabled" | "placeholder" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "max" | "maxLength" | "min" | "minLength" | "name" | "readOnly" | "required" | "step" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "error" | "options" | "enterKeyHint" | "helperText"> & Omit<InputHTMLAttributes<HTMLElement>, "size" | "color" | "height" | "width" | "children" | "value" | "nonce" | "type" | "onChange"> & {
2139
+ label?: ReactNode;
2140
+ error?: boolean | undefined;
2141
+ helperText?: ReactNode;
2142
+ options: T[];
2143
+ onChange?: SingleChangeHandler<V> | undefined;
2144
+ value: V | null;
2145
+ } & {
2146
+ size?: "small" | "medium" | "large" | undefined;
2147
+ error?: boolean | undefined;
2148
+ } & {
2149
+ ref?: ForwardedRef<HTMLElement> | undefined;
2150
+ }) => ReturnType<typeof SelectInner>;
2151
+ export {};