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