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