@orfium/ictinus 5.45.2 → 5.46.1

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 (311) hide show
  1. package/dist/components/Box/Box.utilities.js +2 -2
  2. package/dist/components/Breadcrumb/Breadcrumb.js +4 -8
  3. package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +2 -2
  4. package/dist/components/Button/Button.js +0 -1
  5. package/dist/components/Button/ButtonLoader/ButtonLoader.js +2 -2
  6. package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +1 -1
  7. package/dist/components/ButtonBase/ButtonBase.js +14 -27
  8. package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.js +4 -4
  9. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js +3 -3
  10. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js +1 -1
  11. package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.js +2 -2
  12. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.js +4 -4
  13. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.js +1 -1
  14. package/dist/components/Controls/CheckBox/CheckBox.js +3 -3
  15. package/dist/components/Controls/Switch/Switch.js +22 -25
  16. package/dist/components/DatePicker/DatePickInput/DatePickInput.js +31 -31
  17. package/dist/components/DatePicker/DatePicker.js +18 -18
  18. package/dist/components/DatePicker/Day/Day.js +3 -3
  19. package/dist/components/DatePicker/Month/Month.js +11 -32
  20. package/dist/components/DatePicker/OverlayComponent/OverlayComponent.js +21 -21
  21. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.js +5 -5
  22. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.js +1 -1
  23. package/dist/components/Drawer/Drawer.js +3 -3
  24. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +3 -3
  25. package/dist/components/DropdownButton/DropdownButton.js +5 -5
  26. package/dist/components/Filter/StatefulFilter.js +7 -7
  27. package/dist/components/Filter/components/FilterButton/FilterButton.js +3 -3
  28. package/dist/components/Filter/hooks/useFilterWithSelectionUtils.js +26 -26
  29. package/dist/components/Icon/Icon.js +3 -3
  30. package/dist/components/Label/Label.style.js +1 -1
  31. package/dist/components/List/List.js +3 -3
  32. package/dist/components/List/Window.js +13 -18
  33. package/dist/components/List/components/ListItemText/ListItemText.js +3 -3
  34. package/dist/components/List/components/ListItemWrapper/ListItemWrapper.js +7 -10
  35. package/dist/components/Modal/Modal.js +4 -4
  36. package/dist/components/MultiTextFieldBase/MultiTextFieldBase.js +39 -41
  37. package/dist/components/Notification/NotificationVisual/NotificationVisual.js +3 -3
  38. package/dist/components/Notification/Snackbar/Snackbar.js +6 -7
  39. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.js +8 -8
  40. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js +1 -1
  41. package/dist/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.js +1 -1
  42. package/dist/components/NumberField/components/Stepper/Stepper.js +1 -1
  43. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.js +7 -9
  44. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.js +1 -1
  45. package/dist/components/Search/Search.js +4 -4
  46. package/dist/components/Search/StatefulSearch.js +3 -3
  47. package/dist/components/Select/Select.js +41 -42
  48. package/dist/components/Select/StatefulSelect.js +10 -10
  49. package/dist/components/Select/components/SelectMenu/SelectMenu.js +3 -3
  50. package/dist/components/Select/components/SelectMenu/SelectMenu.style.js +1 -1
  51. package/dist/components/TabStepper/components/TabStep/TabStep.js +4 -4
  52. package/dist/components/TabStepper/components/TabStep/TabStep.style.js +2 -2
  53. package/dist/components/Table/Table.js +23 -23
  54. package/dist/components/Table/components/TD/TD.js +3 -3
  55. package/dist/components/Table/components/TH/TH.js +3 -3
  56. package/dist/components/Table/components/TH/TH.style.js +4 -4
  57. package/dist/components/Table/components/TPagination/TPagination.js +6 -6
  58. package/dist/components/Table/components/TTitle/TTitle.js +4 -4
  59. package/dist/components/Table/hooks/useTable.js +70 -71
  60. package/dist/components/TableV4/TableV4.js +27 -27
  61. package/dist/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.js +1 -1
  62. package/dist/components/TextArea/TextArea.js +8 -8
  63. package/dist/components/TextInputBase/TextInputBase.js +3 -3
  64. package/dist/components/Toast/Toast.js +3 -3
  65. package/dist/components/ToastV4/ToastV4.js +8 -8
  66. package/dist/components/ToastV4/ToastV4.style.js +1 -1
  67. package/dist/components/TopAppBar/TopAppBar.js +1 -1
  68. package/dist/components/TopAppBar/components/Search/Search.js +3 -3
  69. package/dist/components/TopAppBar/components/Search/Search.style.js +1 -1
  70. package/dist/components/utils/Overlay/Overlay.js +0 -2
  71. package/dist/components/utils/Slots.js +3 -3
  72. package/dist/hooks/useBreakpoints.js +0 -1
  73. package/dist/hooks/useKeyboardEvents.js +2 -2
  74. package/dist/hooks/useTypeColorToColorMatch.js +11 -11
  75. package/dist/index.js +189 -189
  76. package/dist/package.json.d.ts +12 -39
  77. package/dist/package.json.js +1 -1
  78. package/dist/src/badge/Badge.css.d.ts +34 -0
  79. package/dist/src/badge/Badge.d.ts +425 -0
  80. package/dist/src/badge/Badge.test.d.ts +1 -0
  81. package/dist/src/badge/index.d.ts +1 -0
  82. package/dist/src/icons/{Icon.d.ts → IconPrimitive.d.ts} +2 -2
  83. package/dist/src/icons/index.d.ts +1 -0
  84. package/dist/src/tag-group/TagGroup.css.d.ts +33 -0
  85. package/dist/src/tag-group/TagGroup.d.ts +850 -0
  86. package/dist/src/tag-group/TagGroup.test.d.ts +1 -0
  87. package/dist/src/tag-group/index.d.ts +1 -0
  88. package/dist/src/vanilla/index.d.ts +2 -0
  89. package/dist/theme/index.js +6 -6
  90. package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
  91. package/dist/vanilla/Menu/Menu-css.js +5 -5
  92. package/dist/vanilla/Popover/Popover-css.js +5 -5
  93. package/dist/vanilla/Table/Table-css.js +5 -5
  94. package/dist/vanilla/Table/TableBody-css.js +3 -3
  95. package/dist/vanilla/Table/TableCell-css.js +5 -5
  96. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  97. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  98. package/dist/vanilla/Table/TableHeaderCell-css.js +7 -7
  99. package/dist/vanilla/Table/TableRow-css.js +4 -4
  100. package/dist/vanilla/Text/Text-css.js +3 -3
  101. package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
  102. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  103. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BRor0njc.css +22 -0
  104. package/dist/vanilla/assets/src/avatar/{Avatar.css.ts.vanilla-BRhHBoq9.css → Avatar.css.ts.vanilla-B8YOpClT.css} +20 -20
  105. package/dist/vanilla/assets/src/badge/Badge.css.ts.vanilla-DBW4ApPP.css +4 -0
  106. package/dist/vanilla/assets/src/button/{Button.css.ts.vanilla-DueIYPl1.css → Button.css.ts.vanilla-CkqUCUdv.css} +5 -5
  107. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-BVCEjs0e.css +35 -0
  108. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-BzEq26dD.css +73 -0
  109. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-qWsAYNJP.css → DataTableHeaderCell.css.ts.vanilla-BDyQQ7jY.css} +9 -9
  110. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CtSIwWTL.css +1 -0
  111. package/dist/vanilla/assets/src/nav/{Nav.css.ts.vanilla-DhJra5VE.css → Nav.css.ts.vanilla-Bl45Ose-.css} +12 -12
  112. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-GmG3sJg2.css +6 -0
  113. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-BcRKAQD_.css → properties.css.ts.vanilla-BSZBeQXc.css} +3361 -3361
  114. package/dist/vanilla/assets/src/tag-group/TagGroup.css.ts.vanilla-dwPBJckz.css +40 -0
  115. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-DArDfJ85.css → Menu.css.ts.vanilla-BiDs6aJg.css} +5 -5
  116. package/dist/vanilla/assets/src/vanilla/Popover/{Popover.css.ts.vanilla-CiACUbBM.css → Popover.css.ts.vanilla-DC5-_J3d.css} +7 -7
  117. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-DarQMr6Y.css → Table.css.ts.vanilla-lytm_tFZ.css} +7 -7
  118. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-Dy_Iita7.css +6 -0
  119. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-Csp77ipL.css → TableCell.css.ts.vanilla-C6cK2HG4.css} +10 -10
  120. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-DucTzTTQ.css → TableFooter.css.ts.vanilla-CiPokl7E.css} +4 -4
  121. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-CbAEIDI7.css +8 -0
  122. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-Du_-Wub7.css → TableHeaderCell.css.ts.vanilla-CFKYK8eI.css} +9 -9
  123. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-C0OfPLuX.css → TableRow.css.ts.vanilla-CFVaangZ.css} +5 -5
  124. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-CR7LEA7K.css → Text.css.ts.vanilla-Pi0pAZ7T.css} +13 -13
  125. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-DfwLEQ86.css → Tooltip.css.ts.vanilla-sco5O5JH.css} +13 -13
  126. package/dist/vanilla/index.d.ts +931 -38
  127. package/dist/vanilla/index.js +3 -0
  128. package/dist/vanilla/package.json.js +1 -1
  129. package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
  130. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  131. package/dist/vanilla/src/avatar/Avatar-css.js +7 -7
  132. package/dist/vanilla/src/avatar/AvatarGroup-css.js +5 -5
  133. package/dist/vanilla/src/badge/Badge-css.js +12 -0
  134. package/dist/vanilla/src/badge/Badge.js +48 -0
  135. package/dist/vanilla/src/button/Button-css.js +6 -6
  136. package/dist/vanilla/src/button/Button.js +1 -1
  137. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +1 -1
  138. package/dist/vanilla/src/components/Controls/Radio/Radio.js +0 -2
  139. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +0 -2
  140. package/dist/vanilla/src/components/Controls/Switch/Switch.js +2 -2
  141. package/dist/vanilla/src/components/Icon/Icon.js +1 -1
  142. package/dist/vanilla/src/cover/Cover-css.js +3 -3
  143. package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
  144. package/dist/vanilla/src/data-table/DataTableEditColumns.js +1 -0
  145. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
  146. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -0
  147. package/dist/vanilla/src/icon/Icon.js +1 -0
  148. package/dist/vanilla/src/icons/AccountIcon.js +2 -2
  149. package/dist/vanilla/src/icons/AlbumIcon.js +2 -2
  150. package/dist/vanilla/src/icons/AnalyticsIcon.js +2 -2
  151. package/dist/vanilla/src/icons/AppsIcon.js +2 -2
  152. package/dist/vanilla/src/icons/ArrowDownIcon.js +2 -2
  153. package/dist/vanilla/src/icons/ArrowLeftIcon.js +2 -2
  154. package/dist/vanilla/src/icons/ArrowRightIcon.js +2 -2
  155. package/dist/vanilla/src/icons/ArrowUpIcon.js +2 -2
  156. package/dist/vanilla/src/icons/ArtistIcon.js +2 -2
  157. package/dist/vanilla/src/icons/AssetIcon.js +2 -2
  158. package/dist/vanilla/src/icons/AudioIcon.js +2 -2
  159. package/dist/vanilla/src/icons/AudioOffIcon.js +2 -2
  160. package/dist/vanilla/src/icons/BookmarkIcon.js +2 -2
  161. package/dist/vanilla/src/icons/BookmarkOffIcon.js +2 -2
  162. package/dist/vanilla/src/icons/BroadcastIcon.js +2 -2
  163. package/dist/vanilla/src/icons/CalendarIcon.js +2 -2
  164. package/dist/vanilla/src/icons/CatalogIcon.js +2 -2
  165. package/dist/vanilla/src/icons/ChannelIcon.js +2 -2
  166. package/dist/vanilla/src/icons/ChatIcon.js +2 -2
  167. package/dist/vanilla/src/icons/CheckIcon.js +2 -2
  168. package/dist/vanilla/src/icons/ChevronDownIcon.js +2 -2
  169. package/dist/vanilla/src/icons/ChevronLeftIcon.js +2 -2
  170. package/dist/vanilla/src/icons/ChevronRightIcon.js +2 -2
  171. package/dist/vanilla/src/icons/ChevronUpIcon.js +2 -2
  172. package/dist/vanilla/src/icons/CinemaIcon.js +2 -2
  173. package/dist/vanilla/src/icons/ClaimIcon.js +2 -2
  174. package/dist/vanilla/src/icons/CloseIcon.js +2 -2
  175. package/dist/vanilla/src/icons/ColumnChooserIcon.js +2 -2
  176. package/dist/vanilla/src/icons/CompositionIcon.js +2 -2
  177. package/dist/vanilla/src/icons/ConcertIcon.js +2 -2
  178. package/dist/vanilla/src/icons/ConflictIcon.js +2 -2
  179. package/dist/vanilla/src/icons/ConvertIcon.js +2 -2
  180. package/dist/vanilla/src/icons/CopyIcon.js +2 -2
  181. package/dist/vanilla/src/icons/CueSheetIcon.js +2 -2
  182. package/dist/vanilla/src/icons/DashboardIcon.js +2 -2
  183. package/dist/vanilla/src/icons/DatasetIcon.js +2 -2
  184. package/dist/vanilla/src/icons/DeleteIcon.js +2 -2
  185. package/dist/vanilla/src/icons/DeliveryIcon.js +2 -2
  186. package/dist/vanilla/src/icons/DetailsIcon.js +2 -2
  187. package/dist/vanilla/src/icons/DigitalIcon.js +2 -2
  188. package/dist/vanilla/src/icons/DistributionIcon.js +2 -2
  189. package/dist/vanilla/src/icons/DownloadIcon.js +2 -2
  190. package/dist/vanilla/src/icons/EarningsIcon.js +2 -2
  191. package/dist/vanilla/src/icons/EditIcon.js +2 -2
  192. package/dist/vanilla/src/icons/EntitiesIcon.js +2 -2
  193. package/dist/vanilla/src/icons/ErrorIcon.js +2 -2
  194. package/dist/vanilla/src/icons/ExternalLinkIcon.js +2 -2
  195. package/dist/vanilla/src/icons/EyeIcon.js +2 -2
  196. package/dist/vanilla/src/icons/EyeOffIcon.js +2 -2
  197. package/dist/vanilla/src/icons/FavoriteIcon.js +2 -2
  198. package/dist/vanilla/src/icons/FavoriteOffIcon.js +2 -2
  199. package/dist/vanilla/src/icons/FileIcon.js +2 -2
  200. package/dist/vanilla/src/icons/FilterIcon.js +2 -2
  201. package/dist/vanilla/src/icons/FlagIcon.js +2 -2
  202. package/dist/vanilla/src/icons/FlagOffIcon.js +2 -2
  203. package/dist/vanilla/src/icons/ForwardIcon.js +2 -2
  204. package/dist/vanilla/src/icons/FreezeIcon.js +2 -2
  205. package/dist/vanilla/src/icons/HelpIcon.js +2 -2
  206. package/dist/vanilla/src/icons/{Icon.js → IconPrimitive.js} +3 -3
  207. package/dist/vanilla/src/icons/ImageIcon.js +2 -2
  208. package/dist/vanilla/src/icons/ImageOffIcon.js +2 -2
  209. package/dist/vanilla/src/icons/IncomeIcon.js +2 -2
  210. package/dist/vanilla/src/icons/InformationalIcon.js +2 -2
  211. package/dist/vanilla/src/icons/InsightIcon.js +2 -2
  212. package/dist/vanilla/src/icons/InvoiceIcon.js +2 -2
  213. package/dist/vanilla/src/icons/IssueIcon.js +2 -2
  214. package/dist/vanilla/src/icons/KeywordIcon.js +2 -2
  215. package/dist/vanilla/src/icons/LanguageIcon.js +2 -2
  216. package/dist/vanilla/src/icons/LegalIcon.js +2 -2
  217. package/dist/vanilla/src/icons/LicenseIcon.js +2 -2
  218. package/dist/vanilla/src/icons/LinkIcon.js +2 -2
  219. package/dist/vanilla/src/icons/LocationIcon.js +2 -2
  220. package/dist/vanilla/src/icons/LockIcon.js +2 -2
  221. package/dist/vanilla/src/icons/LoginIcon.js +2 -2
  222. package/dist/vanilla/src/icons/LogoutIcon.js +2 -2
  223. package/dist/vanilla/src/icons/MailIcon.js +2 -2
  224. package/dist/vanilla/src/icons/ManualIcon.js +2 -2
  225. package/dist/vanilla/src/icons/MediaFileIcon.js +2 -2
  226. package/dist/vanilla/src/icons/MenuIcon.js +2 -2
  227. package/dist/vanilla/src/icons/MinusIcon.js +2 -2
  228. package/dist/vanilla/src/icons/MoreOptionsIcon.js +2 -2
  229. package/dist/vanilla/src/icons/NextIcon.js +2 -2
  230. package/dist/vanilla/src/icons/NotificationIcon.js +2 -2
  231. package/dist/vanilla/src/icons/OrganizationIcon.js +2 -2
  232. package/dist/vanilla/src/icons/PageFirstIcon.js +2 -2
  233. package/dist/vanilla/src/icons/PageLastIcon.js +2 -2
  234. package/dist/vanilla/src/icons/PairIcon.js +2 -2
  235. package/dist/vanilla/src/icons/PauseIcon.js +2 -2
  236. package/dist/vanilla/src/icons/PendingIcon.js +2 -2
  237. package/dist/vanilla/src/icons/PlayIcon.js +2 -2
  238. package/dist/vanilla/src/icons/PlaycountIcon.js +2 -2
  239. package/dist/vanilla/src/icons/PlusIcon.js +2 -2
  240. package/dist/vanilla/src/icons/PolicyIcon.js +2 -2
  241. package/dist/vanilla/src/icons/PreviousIcon.js +2 -2
  242. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +2 -2
  243. package/dist/vanilla/src/icons/PublisherIcon.js +2 -2
  244. package/dist/vanilla/src/icons/RadioIcon.js +2 -2
  245. package/dist/vanilla/src/icons/RecordLabelIcon.js +2 -2
  246. package/dist/vanilla/src/icons/RecordingIcon.js +2 -2
  247. package/dist/vanilla/src/icons/RedoIcon.js +2 -2
  248. package/dist/vanilla/src/icons/RefreshIcon.js +2 -2
  249. package/dist/vanilla/src/icons/ReportIcon.js +2 -2
  250. package/dist/vanilla/src/icons/RestoreIcon.js +2 -2
  251. package/dist/vanilla/src/icons/ResumeIcon.js +2 -2
  252. package/dist/vanilla/src/icons/ReviewIcon.js +2 -2
  253. package/dist/vanilla/src/icons/RewindIcon.js +2 -2
  254. package/dist/vanilla/src/icons/RoleIcon.js +2 -2
  255. package/dist/vanilla/src/icons/SearchFilledIcon.js +2 -2
  256. package/dist/vanilla/src/icons/SearchIcon.js +2 -2
  257. package/dist/vanilla/src/icons/SettingsIcon.js +2 -2
  258. package/dist/vanilla/src/icons/ShareIcon.js +2 -2
  259. package/dist/vanilla/src/icons/SortAscendingIcon.js +2 -2
  260. package/dist/vanilla/src/icons/SortDescendingIcon.js +2 -2
  261. package/dist/vanilla/src/icons/SortIcon.js +2 -2
  262. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +2 -2
  263. package/dist/vanilla/src/icons/StopIcon.js +2 -2
  264. package/dist/vanilla/src/icons/SuccessIcon.js +2 -2
  265. package/dist/vanilla/src/icons/TagIcon.js +2 -2
  266. package/dist/vanilla/src/icons/TelevisionIcon.js +2 -2
  267. package/dist/vanilla/src/icons/ThumbsDownIcon.js +2 -2
  268. package/dist/vanilla/src/icons/ThumbsUpIcon.js +2 -2
  269. package/dist/vanilla/src/icons/TrendingDownIcon.js +2 -2
  270. package/dist/vanilla/src/icons/TrendingUpIcon.js +2 -2
  271. package/dist/vanilla/src/icons/TriangleDownIcon.js +2 -2
  272. package/dist/vanilla/src/icons/TriangleLeftIcon.js +2 -2
  273. package/dist/vanilla/src/icons/TriangleRightIcon.js +2 -2
  274. package/dist/vanilla/src/icons/TriangleUpIcon.js +2 -2
  275. package/dist/vanilla/src/icons/UndoIcon.js +2 -2
  276. package/dist/vanilla/src/icons/UnfreezeIcon.js +2 -2
  277. package/dist/vanilla/src/icons/UnlinkIcon.js +2 -2
  278. package/dist/vanilla/src/icons/UnlockIcon.js +2 -2
  279. package/dist/vanilla/src/icons/UnpairIcon.js +2 -2
  280. package/dist/vanilla/src/icons/UnverifiedIcon.js +2 -2
  281. package/dist/vanilla/src/icons/UpdateIcon.js +2 -2
  282. package/dist/vanilla/src/icons/UploadIcon.js +2 -2
  283. package/dist/vanilla/src/icons/UsageIcon.js +2 -2
  284. package/dist/vanilla/src/icons/UserIcon.js +2 -2
  285. package/dist/vanilla/src/icons/UsersIcon.js +2 -2
  286. package/dist/vanilla/src/icons/VerifiedIcon.js +2 -2
  287. package/dist/vanilla/src/icons/VideoIcon.js +2 -2
  288. package/dist/vanilla/src/icons/VideoOffIcon.js +2 -2
  289. package/dist/vanilla/src/icons/WarningIcon.js +2 -2
  290. package/dist/vanilla/src/icons/WorkIcon.js +2 -2
  291. package/dist/vanilla/src/icons/WriterIcon.js +2 -2
  292. package/dist/vanilla/src/icons/YouTubeIcon.js +2 -2
  293. package/dist/vanilla/src/layers/layers-css.js +2 -2
  294. package/dist/vanilla/src/nav/Nav-css.js +12 -12
  295. package/dist/vanilla/src/nav/Nav.js +2 -1
  296. package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
  297. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  298. package/dist/vanilla/src/tag-group/TagGroup-css.js +13 -0
  299. package/dist/vanilla/src/tag-group/TagGroup.js +211 -0
  300. package/package.json +12 -39
  301. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.d.ts +0 -0
  302. package/dist/src/components/ThemeProvider/Test.d.ts +0 -3
  303. package/dist/src/utils/storyshots.d.ts +0 -18
  304. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BZf5EbPi.css +0 -22
  305. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-z3uMcKT_.css +0 -4
  306. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-D3GnlIpg.css +0 -35
  307. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-BowUQZcc.css +0 -70
  308. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-DFmEGtie.css +0 -1
  309. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-D4xf3GmW.css +0 -6
  310. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-Btjzd27g.css +0 -6
  311. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BY1AQFKf.css +0 -8
@@ -0,0 +1,850 @@
1
+ import { ReactElement, RefAttributes } from 'react';
2
+ import { TagGroupProps as TagGroupPrimitiveProps, TagListProps as TagListPrimitiveProps, TagProps as TagPrimitiveProps } from 'react-aria-components';
3
+ import { ExtendProps } from '../utils/ExtendProps';
4
+ import { BoxProps } from '../vanilla/Box';
5
+ import * as styles from './TagGroup.css';
6
+ export type TagGroupProps = BoxProps<'div', ExtendProps<TagGroupPrimitiveProps, {
7
+ size?: 'normal' | 'small';
8
+ }>>;
9
+ export declare const TagGroup: import('react').ForwardRefExoticComponent<{
10
+ size?: "normal" | "small";
11
+ } & Omit<TagGroupPrimitiveProps, never> & Omit<NonNullable<{
12
+ borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused";
13
+ borderStyle?: "dashed" | "solid";
14
+ borderRadius?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
15
+ borderTopLeftRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
16
+ borderTopRightRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
17
+ borderBottomLeftRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
18
+ borderBottomRightRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
19
+ boxShadow?: "0" | "1" | "3" | "4" | "5" | "2";
20
+ cursor?: "default" | "pointer" | "not-allowed";
21
+ overflowX?: "hidden" | "auto" | "visible";
22
+ overflowY?: "hidden" | "auto" | "visible";
23
+ userSelect?: "all" | "none";
24
+ touchAction?: "none" | "manipulation";
25
+ fontFamily?: "mono" | "sans" | "outfit";
26
+ fontSize?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7";
27
+ typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
28
+ fontWeight?: "bold" | "medium" | "regular" | "semibold";
29
+ fontStyle?: "italic";
30
+ lineHeight?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7" | "11";
31
+ letterSpacing?: "0" | "1" | "3" | "2";
32
+ isolation?: "isolate";
33
+ objectFit?: "contain" | "cover";
34
+ pointerEvents?: "none" | "auto";
35
+ textTransform?: "none" | "capitalize" | "uppercase";
36
+ textDecoration?: "underline";
37
+ visibility?: "hidden" | "visible";
38
+ wordBreak?: "break-word" | "break-all";
39
+ wordWrap?: "normal" | "break-word";
40
+ textAlign?: "center" | "start" | "end" | "justify";
41
+ animation?: "ping" | "pulse";
42
+ opacity?: "0" | "1" | "0.5";
43
+ transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
44
+ transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
45
+ transitionDuration?: "150ms" | "200ms";
46
+ whiteSpace?: "nowrap";
47
+ zIndex?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
48
+ overflow?: "hidden" | "auto" | "visible";
49
+ shadow?: "0" | "1" | "3" | "4" | "5" | "2";
50
+ rounded?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
51
+ roundedT?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
52
+ roundedB?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
53
+ roundedL?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
54
+ roundedR?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
55
+ z?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
56
+ } & {
57
+ alignItems?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
58
+ base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
59
+ md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
60
+ lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
61
+ xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
62
+ };
63
+ alignSelf?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
64
+ base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
65
+ md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
66
+ lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
67
+ xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
68
+ };
69
+ placeItems?: "center" | {
70
+ base?: "center";
71
+ md?: "center";
72
+ lg?: "center";
73
+ xl?: "center";
74
+ };
75
+ justifyContent?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly" | {
76
+ base?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
77
+ md?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
78
+ lg?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
79
+ xl?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
80
+ };
81
+ flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | {
82
+ base?: "wrap" | "nowrap" | "wrap-reverse";
83
+ md?: "wrap" | "nowrap" | "wrap-reverse";
84
+ lg?: "wrap" | "nowrap" | "wrap-reverse";
85
+ xl?: "wrap" | "nowrap" | "wrap-reverse";
86
+ };
87
+ display?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
88
+ base?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
89
+ md?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
90
+ lg?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
91
+ xl?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
92
+ };
93
+ flex?: "none" | "1" | "initial" | "auto" | {
94
+ base?: "none" | "1" | "initial" | "auto";
95
+ md?: "none" | "1" | "initial" | "auto";
96
+ lg?: "none" | "1" | "initial" | "auto";
97
+ xl?: "none" | "1" | "initial" | "auto";
98
+ };
99
+ width?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
100
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
101
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
102
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
103
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
104
+ };
105
+ height?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
106
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
107
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
108
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
109
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
110
+ };
111
+ minWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
112
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
113
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
114
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
115
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
116
+ };
117
+ minHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
118
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
119
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
120
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
121
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
122
+ };
123
+ maxWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
124
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
125
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
126
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
127
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
128
+ };
129
+ maxHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
130
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
131
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
132
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
133
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
134
+ };
135
+ flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | {
136
+ base?: "row" | "column" | "row-reverse" | "column-reverse";
137
+ md?: "row" | "column" | "row-reverse" | "column-reverse";
138
+ lg?: "row" | "column" | "row-reverse" | "column-reverse";
139
+ xl?: "row" | "column" | "row-reverse" | "column-reverse";
140
+ };
141
+ flexShrink?: "0" | "1" | {
142
+ base?: "0" | "1";
143
+ md?: "0" | "1";
144
+ lg?: "0" | "1";
145
+ xl?: "0" | "1";
146
+ };
147
+ position?: "absolute" | "fixed" | "relative" | "sticky" | {
148
+ base?: "absolute" | "fixed" | "relative" | "sticky";
149
+ md?: "absolute" | "fixed" | "relative" | "sticky";
150
+ lg?: "absolute" | "fixed" | "relative" | "sticky";
151
+ xl?: "absolute" | "fixed" | "relative" | "sticky";
152
+ };
153
+ gap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
154
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
155
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
156
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
157
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
158
+ };
159
+ gridGap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
160
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
161
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
162
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
163
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
164
+ };
165
+ margin?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
166
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
167
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
168
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
169
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
170
+ };
171
+ marginBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
172
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
173
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
174
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
175
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
176
+ };
177
+ marginLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
178
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
179
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
180
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
181
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
182
+ };
183
+ marginRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
184
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
185
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
186
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
187
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
188
+ };
189
+ marginTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
190
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
191
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
192
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
193
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
194
+ };
195
+ padding?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
196
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
197
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
198
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
199
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
200
+ };
201
+ paddingBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
202
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
203
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
204
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
205
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
206
+ };
207
+ paddingLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
208
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
209
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
210
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
211
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
212
+ };
213
+ paddingRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
214
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
215
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
216
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
217
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
218
+ };
219
+ paddingTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
220
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
221
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
222
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
223
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
224
+ };
225
+ borderTopWidth?: "0" | "1" | "3" | "2" | {
226
+ base?: "0" | "1" | "3" | "2";
227
+ md?: "0" | "1" | "3" | "2";
228
+ lg?: "0" | "1" | "3" | "2";
229
+ xl?: "0" | "1" | "3" | "2";
230
+ };
231
+ borderRightWidth?: "0" | "1" | "3" | "2" | {
232
+ base?: "0" | "1" | "3" | "2";
233
+ md?: "0" | "1" | "3" | "2";
234
+ lg?: "0" | "1" | "3" | "2";
235
+ xl?: "0" | "1" | "3" | "2";
236
+ };
237
+ borderBottomWidth?: "0" | "1" | "3" | "2" | {
238
+ base?: "0" | "1" | "3" | "2";
239
+ md?: "0" | "1" | "3" | "2";
240
+ lg?: "0" | "1" | "3" | "2";
241
+ xl?: "0" | "1" | "3" | "2";
242
+ };
243
+ borderLeftWidth?: "0" | "1" | "3" | "2" | {
244
+ base?: "0" | "1" | "3" | "2";
245
+ md?: "0" | "1" | "3" | "2";
246
+ lg?: "0" | "1" | "3" | "2";
247
+ xl?: "0" | "1" | "3" | "2";
248
+ };
249
+ maxH?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
250
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
251
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
252
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
253
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
254
+ };
255
+ maxW?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
256
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
257
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
258
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
259
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
260
+ };
261
+ size?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
262
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
263
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
264
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
265
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
266
+ };
267
+ w?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
268
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
269
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
270
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
271
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
272
+ };
273
+ h?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
274
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
275
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
276
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
277
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
278
+ };
279
+ p?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
280
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
281
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
282
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
283
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
284
+ };
285
+ pt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
286
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
287
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
288
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
289
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
290
+ };
291
+ pb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
292
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
293
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
294
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
295
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
296
+ };
297
+ pl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
298
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
299
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
300
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
301
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
302
+ };
303
+ pr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
304
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
305
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
306
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
307
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
308
+ };
309
+ px?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
310
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
311
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
312
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
313
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
314
+ };
315
+ py?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
316
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
317
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
318
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
319
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
320
+ };
321
+ m?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
322
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
323
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
324
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
325
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
326
+ };
327
+ mt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
328
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
329
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
330
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
331
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
332
+ };
333
+ mb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
334
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
335
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
336
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
337
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
338
+ };
339
+ ml?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
340
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
341
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
342
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
343
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
344
+ };
345
+ mr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
346
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
347
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
348
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
349
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
350
+ };
351
+ mx?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
352
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
353
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
354
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
355
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
356
+ };
357
+ my?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
358
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
359
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
360
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
361
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
362
+ };
363
+ border?: "0" | "1" | "3" | "2" | {
364
+ base?: "0" | "1" | "3" | "2";
365
+ md?: "0" | "1" | "3" | "2";
366
+ lg?: "0" | "1" | "3" | "2";
367
+ xl?: "0" | "1" | "3" | "2";
368
+ };
369
+ borderB?: "0" | "1" | "3" | "2" | {
370
+ base?: "0" | "1" | "3" | "2";
371
+ md?: "0" | "1" | "3" | "2";
372
+ lg?: "0" | "1" | "3" | "2";
373
+ xl?: "0" | "1" | "3" | "2";
374
+ };
375
+ borderL?: "0" | "1" | "3" | "2" | {
376
+ base?: "0" | "1" | "3" | "2";
377
+ md?: "0" | "1" | "3" | "2";
378
+ lg?: "0" | "1" | "3" | "2";
379
+ xl?: "0" | "1" | "3" | "2";
380
+ };
381
+ borderR?: "0" | "1" | "3" | "2" | {
382
+ base?: "0" | "1" | "3" | "2";
383
+ md?: "0" | "1" | "3" | "2";
384
+ lg?: "0" | "1" | "3" | "2";
385
+ xl?: "0" | "1" | "3" | "2";
386
+ };
387
+ borderT?: "0" | "1" | "3" | "2" | {
388
+ base?: "0" | "1" | "3" | "2";
389
+ md?: "0" | "1" | "3" | "2";
390
+ lg?: "0" | "1" | "3" | "2";
391
+ xl?: "0" | "1" | "3" | "2";
392
+ };
393
+ } & {
394
+ backgroundColor?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
395
+ base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
396
+ active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
397
+ focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
398
+ hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
399
+ };
400
+ borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
401
+ base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
402
+ active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
403
+ focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
404
+ hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
405
+ };
406
+ color?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
407
+ base?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
408
+ active?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
409
+ focus?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
410
+ hover?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
411
+ };
412
+ outlineColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
413
+ base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
414
+ active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
415
+ focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
416
+ hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
417
+ };
418
+ bg?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
419
+ base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
420
+ active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
421
+ focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
422
+ hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
423
+ };
424
+ } & {
425
+ asChild?: boolean;
426
+ className?: string;
427
+ }>, "className" | "size"> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "onClick" | "children" | "slot" | "style" | "className" | "dir" | "hidden" | "id" | "lang" | "translate" | "aria-describedby" | "aria-details" | "aria-label" | "aria-labelledby" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & RefAttributes<HTMLDivElement>>;
428
+ export type TagListProps<T extends object> = Omit<BoxProps<'div'>, 'children'> & TagListPrimitiveProps<T>;
429
+ export declare const TagList: <T extends object>(props: TagListProps<T> & RefAttributes<HTMLDivElement>) => ReactElement;
430
+ export type TagProps = BoxProps<'div', ExtendProps<Omit<TagPrimitiveProps, 'className'>, styles.TagVariants>>;
431
+ export declare const Tag: import('react').ForwardRefExoticComponent<{
432
+ size?: "small" | "normal";
433
+ interactive?: boolean;
434
+ } & Omit<Omit<TagPrimitiveProps, "className">, never> & Omit<NonNullable<{
435
+ borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused";
436
+ borderStyle?: "dashed" | "solid";
437
+ borderRadius?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
438
+ borderTopLeftRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
439
+ borderTopRightRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
440
+ borderBottomLeftRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
441
+ borderBottomRightRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
442
+ boxShadow?: "0" | "1" | "3" | "4" | "5" | "2";
443
+ cursor?: "default" | "pointer" | "not-allowed";
444
+ overflowX?: "hidden" | "auto" | "visible";
445
+ overflowY?: "hidden" | "auto" | "visible";
446
+ userSelect?: "all" | "none";
447
+ touchAction?: "none" | "manipulation";
448
+ fontFamily?: "mono" | "sans" | "outfit";
449
+ fontSize?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7";
450
+ typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
451
+ fontWeight?: "bold" | "medium" | "regular" | "semibold";
452
+ fontStyle?: "italic";
453
+ lineHeight?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7" | "11";
454
+ letterSpacing?: "0" | "1" | "3" | "2";
455
+ isolation?: "isolate";
456
+ objectFit?: "contain" | "cover";
457
+ pointerEvents?: "none" | "auto";
458
+ textTransform?: "none" | "capitalize" | "uppercase";
459
+ textDecoration?: "underline";
460
+ visibility?: "hidden" | "visible";
461
+ wordBreak?: "break-word" | "break-all";
462
+ wordWrap?: "normal" | "break-word";
463
+ textAlign?: "center" | "start" | "end" | "justify";
464
+ animation?: "ping" | "pulse";
465
+ opacity?: "0" | "1" | "0.5";
466
+ transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
467
+ transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
468
+ transitionDuration?: "150ms" | "200ms";
469
+ whiteSpace?: "nowrap";
470
+ zIndex?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
471
+ overflow?: "hidden" | "auto" | "visible";
472
+ shadow?: "0" | "1" | "3" | "4" | "5" | "2";
473
+ rounded?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
474
+ roundedT?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
475
+ roundedB?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
476
+ roundedL?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
477
+ roundedR?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
478
+ z?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
479
+ } & {
480
+ alignItems?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
481
+ base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
482
+ md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
483
+ lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
484
+ xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
485
+ };
486
+ alignSelf?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
487
+ base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
488
+ md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
489
+ lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
490
+ xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
491
+ };
492
+ placeItems?: "center" | {
493
+ base?: "center";
494
+ md?: "center";
495
+ lg?: "center";
496
+ xl?: "center";
497
+ };
498
+ justifyContent?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly" | {
499
+ base?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
500
+ md?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
501
+ lg?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
502
+ xl?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
503
+ };
504
+ flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | {
505
+ base?: "wrap" | "nowrap" | "wrap-reverse";
506
+ md?: "wrap" | "nowrap" | "wrap-reverse";
507
+ lg?: "wrap" | "nowrap" | "wrap-reverse";
508
+ xl?: "wrap" | "nowrap" | "wrap-reverse";
509
+ };
510
+ display?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
511
+ base?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
512
+ md?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
513
+ lg?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
514
+ xl?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
515
+ };
516
+ flex?: "none" | "1" | "initial" | "auto" | {
517
+ base?: "none" | "1" | "initial" | "auto";
518
+ md?: "none" | "1" | "initial" | "auto";
519
+ lg?: "none" | "1" | "initial" | "auto";
520
+ xl?: "none" | "1" | "initial" | "auto";
521
+ };
522
+ width?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
523
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
524
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
525
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
526
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
527
+ };
528
+ height?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
529
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
530
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
531
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
532
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
533
+ };
534
+ minWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
535
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
536
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
537
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
538
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
539
+ };
540
+ minHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
541
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
542
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
543
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
544
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
545
+ };
546
+ maxWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
547
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
548
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
549
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
550
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
551
+ };
552
+ maxHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
553
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
554
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
555
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
556
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
557
+ };
558
+ flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | {
559
+ base?: "row" | "column" | "row-reverse" | "column-reverse";
560
+ md?: "row" | "column" | "row-reverse" | "column-reverse";
561
+ lg?: "row" | "column" | "row-reverse" | "column-reverse";
562
+ xl?: "row" | "column" | "row-reverse" | "column-reverse";
563
+ };
564
+ flexShrink?: "0" | "1" | {
565
+ base?: "0" | "1";
566
+ md?: "0" | "1";
567
+ lg?: "0" | "1";
568
+ xl?: "0" | "1";
569
+ };
570
+ position?: "absolute" | "fixed" | "relative" | "sticky" | {
571
+ base?: "absolute" | "fixed" | "relative" | "sticky";
572
+ md?: "absolute" | "fixed" | "relative" | "sticky";
573
+ lg?: "absolute" | "fixed" | "relative" | "sticky";
574
+ xl?: "absolute" | "fixed" | "relative" | "sticky";
575
+ };
576
+ gap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
577
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
578
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
579
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
580
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
581
+ };
582
+ gridGap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
583
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
584
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
585
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
586
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
587
+ };
588
+ margin?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
589
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
590
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
591
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
592
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
593
+ };
594
+ marginBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
595
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
596
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
597
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
598
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
599
+ };
600
+ marginLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
601
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
602
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
603
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
604
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
605
+ };
606
+ marginRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
607
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
608
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
609
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
610
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
611
+ };
612
+ marginTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
613
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
614
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
615
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
616
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
617
+ };
618
+ padding?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
619
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
620
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
621
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
622
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
623
+ };
624
+ paddingBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
625
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
626
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
627
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
628
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
629
+ };
630
+ paddingLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
631
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
632
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
633
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
634
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
635
+ };
636
+ paddingRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
637
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
638
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
639
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
640
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
641
+ };
642
+ paddingTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
643
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
644
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
645
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
646
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
647
+ };
648
+ borderTopWidth?: "0" | "1" | "3" | "2" | {
649
+ base?: "0" | "1" | "3" | "2";
650
+ md?: "0" | "1" | "3" | "2";
651
+ lg?: "0" | "1" | "3" | "2";
652
+ xl?: "0" | "1" | "3" | "2";
653
+ };
654
+ borderRightWidth?: "0" | "1" | "3" | "2" | {
655
+ base?: "0" | "1" | "3" | "2";
656
+ md?: "0" | "1" | "3" | "2";
657
+ lg?: "0" | "1" | "3" | "2";
658
+ xl?: "0" | "1" | "3" | "2";
659
+ };
660
+ borderBottomWidth?: "0" | "1" | "3" | "2" | {
661
+ base?: "0" | "1" | "3" | "2";
662
+ md?: "0" | "1" | "3" | "2";
663
+ lg?: "0" | "1" | "3" | "2";
664
+ xl?: "0" | "1" | "3" | "2";
665
+ };
666
+ borderLeftWidth?: "0" | "1" | "3" | "2" | {
667
+ base?: "0" | "1" | "3" | "2";
668
+ md?: "0" | "1" | "3" | "2";
669
+ lg?: "0" | "1" | "3" | "2";
670
+ xl?: "0" | "1" | "3" | "2";
671
+ };
672
+ maxH?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
673
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
674
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
675
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
676
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
677
+ };
678
+ maxW?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
679
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
680
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
681
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
682
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
683
+ };
684
+ size?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
685
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
686
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
687
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
688
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
689
+ };
690
+ w?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
691
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
692
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
693
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
694
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
695
+ };
696
+ h?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
697
+ base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
698
+ md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
699
+ lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
700
+ xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
701
+ };
702
+ p?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
703
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
704
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
705
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
706
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
707
+ };
708
+ pt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
709
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
710
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
711
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
712
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
713
+ };
714
+ pb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
715
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
716
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
717
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
718
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
719
+ };
720
+ pl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
721
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
722
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
723
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
724
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
725
+ };
726
+ pr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
727
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
728
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
729
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
730
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
731
+ };
732
+ px?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
733
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
734
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
735
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
736
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
737
+ };
738
+ py?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
739
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
740
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
741
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
742
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
743
+ };
744
+ m?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
745
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
746
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
747
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
748
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
749
+ };
750
+ mt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
751
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
752
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
753
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
754
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
755
+ };
756
+ mb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
757
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
758
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
759
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
760
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
761
+ };
762
+ ml?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
763
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
764
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
765
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
766
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
767
+ };
768
+ mr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
769
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
770
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
771
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
772
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
773
+ };
774
+ mx?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
775
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
776
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
777
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
778
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
779
+ };
780
+ my?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
781
+ base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
782
+ md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
783
+ lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
784
+ xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
785
+ };
786
+ border?: "0" | "1" | "3" | "2" | {
787
+ base?: "0" | "1" | "3" | "2";
788
+ md?: "0" | "1" | "3" | "2";
789
+ lg?: "0" | "1" | "3" | "2";
790
+ xl?: "0" | "1" | "3" | "2";
791
+ };
792
+ borderB?: "0" | "1" | "3" | "2" | {
793
+ base?: "0" | "1" | "3" | "2";
794
+ md?: "0" | "1" | "3" | "2";
795
+ lg?: "0" | "1" | "3" | "2";
796
+ xl?: "0" | "1" | "3" | "2";
797
+ };
798
+ borderL?: "0" | "1" | "3" | "2" | {
799
+ base?: "0" | "1" | "3" | "2";
800
+ md?: "0" | "1" | "3" | "2";
801
+ lg?: "0" | "1" | "3" | "2";
802
+ xl?: "0" | "1" | "3" | "2";
803
+ };
804
+ borderR?: "0" | "1" | "3" | "2" | {
805
+ base?: "0" | "1" | "3" | "2";
806
+ md?: "0" | "1" | "3" | "2";
807
+ lg?: "0" | "1" | "3" | "2";
808
+ xl?: "0" | "1" | "3" | "2";
809
+ };
810
+ borderT?: "0" | "1" | "3" | "2" | {
811
+ base?: "0" | "1" | "3" | "2";
812
+ md?: "0" | "1" | "3" | "2";
813
+ lg?: "0" | "1" | "3" | "2";
814
+ xl?: "0" | "1" | "3" | "2";
815
+ };
816
+ } & {
817
+ backgroundColor?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
818
+ base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
819
+ active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
820
+ focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
821
+ hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
822
+ };
823
+ borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
824
+ base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
825
+ active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
826
+ focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
827
+ hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
828
+ };
829
+ color?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
830
+ base?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
831
+ active?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
832
+ focus?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
833
+ hover?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
834
+ };
835
+ outlineColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
836
+ base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
837
+ active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
838
+ focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
839
+ hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
840
+ };
841
+ bg?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
842
+ base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
843
+ active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
844
+ focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
845
+ hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
846
+ };
847
+ } & {
848
+ asChild?: boolean;
849
+ className?: string;
850
+ }>, "size"> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "onClick" | "children" | "style" | "className" | "dir" | "hidden" | "id" | "lang" | "translate" | "rel" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & RefAttributes<HTMLDivElement>>;