@orfium/ictinus 5.43.0 → 5.43.2

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 (838) hide show
  1. package/.turbo/turbo-build.log +601 -899
  2. package/CHANGELOG.md +12 -0
  3. package/dist/components/Avatar/Avatar.js +5 -5
  4. package/dist/components/Avatar/UserAvatar.js +11 -0
  5. package/dist/components/Button/Button.js +23 -23
  6. package/dist/components/ButtonBase/ButtonBase.js +31 -18
  7. package/dist/components/ButtonBase/ButtonBase.style.js +23 -21
  8. package/dist/components/ButtonBase/constants.js +7 -1
  9. package/dist/components/Controls/CheckBox/CheckBox.js +27 -28
  10. package/dist/components/Controls/CheckBox/CheckBox.style.js +3 -3
  11. package/dist/components/DatePicker/constants.js +8 -11
  12. package/dist/components/DatePicker/utils.js +3 -4
  13. package/dist/components/Filter/components/FilterButton/FilterButton.js +1 -1
  14. package/dist/components/IconButton/IconButton.js +13 -14
  15. package/dist/components/Table/constants.js +4 -5
  16. package/dist/components/TextField/TextField.js +14 -21
  17. package/dist/icon/Icon.js +309 -0
  18. package/dist/icons/AccountIcon.js +8 -0
  19. package/dist/icons/AlbumIcon.js +8 -0
  20. package/dist/icons/AnalyticsIcon.js +8 -0
  21. package/dist/icons/AppsIcon.js +8 -0
  22. package/dist/icons/ArrowDownIcon.js +8 -0
  23. package/dist/icons/ArrowLeftIcon.js +8 -0
  24. package/dist/icons/ArrowRightIcon.js +8 -0
  25. package/dist/icons/ArrowUpIcon.js +8 -0
  26. package/dist/icons/ArtistIcon.js +8 -0
  27. package/dist/icons/AssetIcon.js +8 -0
  28. package/dist/icons/AudioIcon.js +8 -0
  29. package/dist/icons/AudioOffIcon.js +13 -0
  30. package/dist/icons/BookmarkIcon.js +8 -0
  31. package/dist/icons/BookmarkOffIcon.js +8 -0
  32. package/dist/icons/BroadcastIcon.js +8 -0
  33. package/dist/icons/CalendarIcon.js +8 -0
  34. package/dist/icons/CatalogIcon.js +8 -0
  35. package/dist/icons/ChannelIcon.js +12 -0
  36. package/dist/icons/ChatIcon.js +8 -0
  37. package/dist/icons/CheckIcon.js +8 -0
  38. package/dist/icons/ChevronDownIcon.js +8 -0
  39. package/dist/icons/ChevronLeftIcon.js +8 -0
  40. package/dist/icons/ChevronRightIcon.js +8 -0
  41. package/dist/icons/ChevronUpIcon.js +8 -0
  42. package/dist/icons/CinemaIcon.js +8 -0
  43. package/dist/icons/ClaimIcon.js +8 -0
  44. package/dist/icons/CloseIcon.js +8 -0
  45. package/dist/icons/ColumnChooserIcon.js +8 -0
  46. package/dist/icons/CompositionIcon.js +8 -0
  47. package/dist/icons/ConcertIcon.js +8 -0
  48. package/dist/icons/ConflictIcon.js +8 -0
  49. package/dist/icons/ConvertIcon.js +8 -0
  50. package/dist/icons/CopyIcon.js +8 -0
  51. package/dist/icons/CueSheetIcon.js +8 -0
  52. package/dist/icons/DashboardIcon.js +8 -0
  53. package/dist/icons/DatasetIcon.js +8 -0
  54. package/dist/icons/DeleteIcon.js +8 -0
  55. package/dist/icons/DeliveryIcon.js +8 -0
  56. package/dist/icons/DetailsIcon.js +8 -0
  57. package/dist/icons/DigitalIcon.js +8 -0
  58. package/dist/icons/DistributionIcon.js +8 -0
  59. package/dist/icons/DownloadIcon.js +8 -0
  60. package/dist/icons/EarningsIcon.js +8 -0
  61. package/dist/icons/EditIcon.js +8 -0
  62. package/dist/icons/EntitiesIcon.js +8 -0
  63. package/dist/icons/ErrorIcon.js +8 -0
  64. package/dist/icons/ExternalLinkIcon.js +8 -0
  65. package/dist/icons/EyeIcon.js +8 -0
  66. package/dist/icons/EyeOffIcon.js +8 -0
  67. package/dist/icons/FavoriteIcon.js +8 -0
  68. package/dist/icons/FavoriteOffIcon.js +8 -0
  69. package/dist/icons/FileIcon.js +8 -0
  70. package/dist/icons/FilterIcon.js +8 -0
  71. package/dist/icons/FlagIcon.js +8 -0
  72. package/dist/icons/FlagOffIcon.js +8 -0
  73. package/dist/icons/ForwardIcon.js +8 -0
  74. package/dist/icons/FreezeIcon.js +8 -0
  75. package/dist/icons/HelpIcon.js +8 -0
  76. package/dist/icons/ImageIcon.js +8 -0
  77. package/dist/icons/ImageOffIcon.js +11 -0
  78. package/dist/icons/IncomeIcon.js +8 -0
  79. package/dist/icons/InformationalIcon.js +8 -0
  80. package/dist/icons/InsightIcon.js +8 -0
  81. package/dist/icons/InvoiceIcon.js +8 -0
  82. package/dist/icons/IssueIcon.js +8 -0
  83. package/dist/icons/KeywordIcon.js +8 -0
  84. package/dist/icons/LanguageIcon.js +8 -0
  85. package/dist/icons/LegalIcon.js +8 -0
  86. package/dist/icons/LicenseIcon.js +8 -0
  87. package/dist/icons/LinkIcon.js +8 -0
  88. package/dist/icons/LocationIcon.js +8 -0
  89. package/dist/icons/LockIcon.js +8 -0
  90. package/dist/icons/LoginIcon.js +8 -0
  91. package/dist/icons/LogoutIcon.js +8 -0
  92. package/dist/icons/MailIcon.js +8 -0
  93. package/dist/icons/ManualIcon.js +8 -0
  94. package/dist/icons/MediaFileIcon.js +8 -0
  95. package/dist/icons/MenuIcon.js +8 -0
  96. package/dist/icons/MinusIcon.js +8 -0
  97. package/dist/icons/MoreOptionsIcon.js +12 -0
  98. package/dist/icons/NextIcon.js +8 -0
  99. package/dist/icons/NotificationIcon.js +8 -0
  100. package/dist/icons/OrganizationIcon.js +8 -0
  101. package/dist/icons/PageFirstIcon.js +8 -0
  102. package/dist/icons/PageLastIcon.js +8 -0
  103. package/dist/icons/PairIcon.js +8 -0
  104. package/dist/icons/PauseIcon.js +8 -0
  105. package/dist/icons/PendingIcon.js +8 -0
  106. package/dist/icons/PlayIcon.js +8 -0
  107. package/dist/icons/PlaycountIcon.js +8 -0
  108. package/dist/icons/PlusIcon.js +8 -0
  109. package/dist/icons/PolicyIcon.js +8 -0
  110. package/dist/icons/PreviousIcon.js +8 -0
  111. package/dist/icons/PublicPerformanceIcon.js +8 -0
  112. package/dist/icons/PublisherIcon.js +11 -0
  113. package/dist/icons/RadioIcon.js +8 -0
  114. package/dist/icons/RecordLabelIcon.js +8 -0
  115. package/dist/icons/RecordingIcon.js +8 -0
  116. package/dist/icons/RedoIcon.js +8 -0
  117. package/dist/icons/RefreshIcon.js +8 -0
  118. package/dist/icons/ReportIcon.js +8 -0
  119. package/dist/icons/RestoreIcon.js +11 -0
  120. package/dist/icons/ResumeIcon.js +11 -0
  121. package/dist/icons/ReviewIcon.js +8 -0
  122. package/dist/icons/RewindIcon.js +8 -0
  123. package/dist/icons/RoleIcon.js +8 -0
  124. package/dist/icons/SearchFilledIcon.js +8 -0
  125. package/dist/icons/SearchIcon.js +8 -0
  126. package/dist/icons/SettingsIcon.js +8 -0
  127. package/dist/icons/ShareIcon.js +8 -0
  128. package/dist/icons/SortAscendingIcon.js +12 -0
  129. package/dist/icons/SortDescendingIcon.js +12 -0
  130. package/dist/icons/SortIcon.js +11 -0
  131. package/dist/icons/StatusIndicatorIcon.js +8 -0
  132. package/dist/icons/StopIcon.js +8 -0
  133. package/dist/icons/SuccessIcon.js +8 -0
  134. package/dist/icons/TagIcon.js +8 -0
  135. package/dist/icons/TelevisionIcon.js +8 -0
  136. package/dist/icons/ThumbsDownIcon.js +8 -0
  137. package/dist/icons/ThumbsUpIcon.js +8 -0
  138. package/dist/icons/TrendingDownIcon.js +8 -0
  139. package/dist/icons/TrendingUpIcon.js +8 -0
  140. package/dist/icons/TriangleDownIcon.js +8 -0
  141. package/dist/icons/TriangleLeftIcon.js +8 -0
  142. package/dist/icons/TriangleRightIcon.js +8 -0
  143. package/dist/icons/TriangleUpIcon.js +8 -0
  144. package/dist/icons/UndoIcon.js +8 -0
  145. package/dist/icons/UnfreezeIcon.js +11 -0
  146. package/dist/icons/UnlinkIcon.js +8 -0
  147. package/dist/icons/UnlockIcon.js +8 -0
  148. package/dist/icons/UnpairIcon.js +8 -0
  149. package/dist/icons/UnverifiedIcon.js +11 -0
  150. package/dist/icons/UpdateIcon.js +11 -0
  151. package/dist/icons/UploadIcon.js +8 -0
  152. package/dist/icons/UsageIcon.js +8 -0
  153. package/dist/icons/UserIcon.js +8 -0
  154. package/dist/icons/UsersIcon.js +13 -0
  155. package/dist/icons/VerifiedIcon.js +8 -0
  156. package/dist/icons/VideoIcon.js +8 -0
  157. package/dist/icons/VideoOffIcon.js +11 -0
  158. package/dist/icons/WarningIcon.js +8 -0
  159. package/dist/icons/WorkIcon.js +8 -0
  160. package/dist/icons/WriterIcon.js +12 -0
  161. package/dist/icons/YouTubeIcon.js +8 -0
  162. package/dist/index.js +240 -246
  163. package/dist/package.json.d.ts +24 -18
  164. package/dist/{packages/ictinus/package.json.js → package.json.js} +1 -1
  165. package/dist/sprinkles/properties.css.js +1 -1
  166. package/dist/sprinkles/properties.css.ts.vanilla.css +1 -1
  167. package/dist/src/actions/ActionsContent.css.d.ts +11 -0
  168. package/dist/src/actions/ActionsContent.d.ts +420 -0
  169. package/dist/src/actions/ActionsRoot.css.d.ts +6 -0
  170. package/dist/src/actions/ActionsRoot.d.ts +417 -0
  171. package/dist/src/actions/index.d.ts +2 -0
  172. package/dist/src/components/Avatar/UserAvatar.d.ts +2 -0
  173. package/dist/src/components/ButtonBase/ButtonBase.style.d.ts +0 -7
  174. package/dist/src/components/ButtonBase/constants.d.ts +6 -0
  175. package/dist/src/components/DatePicker/DatePicker.test.d.ts +3 -1
  176. package/dist/src/components/DatePicker/constants.d.ts +0 -40
  177. package/dist/src/components/DatePicker/utils.d.ts +0 -3
  178. package/dist/src/components/ExpandCollapse/ExpandCollapse.types.d.ts +6 -7
  179. package/dist/src/components/IconButton/IconButton.d.ts +3 -3
  180. package/dist/src/components/Link/Link.d.ts +1 -1
  181. package/dist/src/components/Link/Link.types.d.ts +2 -3
  182. package/dist/src/components/Table/constants.d.ts +0 -28
  183. package/dist/src/data-table/DataTable.d.ts +428 -0
  184. package/dist/src/data-table/DataTableBody.css.d.ts +20 -0
  185. package/dist/src/data-table/DataTableBody.d.ts +425 -0
  186. package/dist/src/data-table/DataTableCheckbox.d.ts +14 -0
  187. package/dist/src/data-table/DataTableContext.d.ts +12 -0
  188. package/dist/src/data-table/DataTableEditColumns.d.ts +1 -0
  189. package/dist/src/data-table/DataTableHeader.d.ts +417 -0
  190. package/dist/src/data-table/DataTableHeaderCell.css.d.ts +20 -0
  191. package/dist/src/data-table/DataTableHeaderCell.d.ts +10 -0
  192. package/dist/src/data-table/DataTableRow.d.ts +851 -0
  193. package/dist/src/data-table/DataTableRowContext.d.ts +17 -0
  194. package/dist/src/data-table/index.d.ts +5 -0
  195. package/dist/src/index.d.ts +1 -5
  196. package/dist/src/sprinkles/properties.css.d.ts +356 -340
  197. package/dist/src/sprinkles/sprinkles.d.ts +738 -706
  198. package/dist/src/test/utils.d.ts +1 -2
  199. package/dist/src/utils/common.d.ts +0 -7
  200. package/dist/src/vanilla/Box/Box.d.ts +287 -281
  201. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  202. package/dist/src/vanilla/Dropdown/Dropdown.css.d.ts +5 -0
  203. package/dist/src/vanilla/Table/Table.d.ts +287 -281
  204. package/dist/src/vanilla/Table/TableBody.d.ts +287 -281
  205. package/dist/src/vanilla/Table/TableCell.d.ts +287 -281
  206. package/dist/src/vanilla/Table/TableFooter.d.ts +287 -281
  207. package/dist/src/vanilla/Table/TableHeader.d.ts +287 -281
  208. package/dist/src/vanilla/Table/TableHeaderCell.css.d.ts +1 -0
  209. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +287 -281
  210. package/dist/src/vanilla/Table/TableRow.d.ts +287 -281
  211. package/dist/src/vanilla/Text/Text.d.ts +287 -281
  212. package/dist/src/vanilla/index.d.ts +1 -0
  213. package/dist/src/vanilla-extract/index.d.ts +1 -0
  214. package/dist/src/version/index.d.ts +1 -0
  215. package/dist/src/version/version.d.ts +1 -0
  216. package/dist/vanilla/Box/Box.js +1 -1
  217. package/dist/vanilla/Dropdown/Dropdown-css.js +8 -0
  218. package/dist/vanilla/Dropdown/Dropdown.js +4 -2
  219. package/dist/vanilla/Menu/Menu-css.js +4 -4
  220. package/dist/vanilla/Menu/Menu.js +2 -2
  221. package/dist/vanilla/Popover/Popover-css.js +3 -3
  222. package/dist/vanilla/Popover/Popover.js +1 -1
  223. package/dist/vanilla/Table/Table-css.js +4 -4
  224. package/dist/vanilla/Table/Table.js +2 -3
  225. package/dist/vanilla/Table/TableCell-css.js +4 -4
  226. package/dist/vanilla/Table/TableCell.js +0 -2
  227. package/dist/vanilla/Table/TableHeaderCell-css.js +6 -6
  228. package/dist/vanilla/Table/TableRow-css.js +4 -4
  229. package/dist/vanilla/ThemeProvider/ThemeProvider.js +1 -1
  230. package/dist/vanilla/Tooltip/Tooltip-css.js +3 -3
  231. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  232. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BVxWvGVF.css +22 -0
  233. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-B5JvX1-v.css +4 -0
  234. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-B8JRxzQ8.css +70 -0
  235. package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-B2HJ86a7.css +36 -0
  236. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-CFXZ9U7a.css → properties.css.ts.vanilla-C8hqLKur.css} +3196 -3181
  237. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-DHGpcMTl.css → TableHeaderCell.css.ts.vanilla-CZtubUTB.css} +7 -13
  238. package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-B1NNK8v8.css +18 -0
  239. package/dist/vanilla/assets/src/vanilla-extract/{global.css.ts.vanilla-yNiirHQ2.css → global.css.ts.vanilla-BHTgxO8_.css} +1 -1
  240. package/dist/vanilla/index.d.ts +1381 -41
  241. package/dist/vanilla/index.js +5 -0
  242. package/dist/vanilla/package.json.js +1 -1
  243. package/dist/vanilla/src/actions/ActionsContent-css.js +10 -0
  244. package/dist/vanilla/src/actions/ActionsContent.js +15 -0
  245. package/dist/vanilla/src/actions/ActionsRoot-css.js +7 -0
  246. package/dist/vanilla/src/actions/ActionsRoot.js +15 -0
  247. package/dist/vanilla/src/components/Avatar/Avatar.js +34 -0
  248. package/dist/vanilla/src/components/Avatar/Avatar.style.js +116 -0
  249. package/dist/vanilla/src/components/Avatar/UserAvatar.js +24 -0
  250. package/dist/vanilla/src/components/Box/Box.js +42 -0
  251. package/dist/vanilla/src/components/Box/Box.style.js +5 -0
  252. package/dist/vanilla/src/components/Box/Box.utilities.js +132 -0
  253. package/dist/vanilla/src/components/Button/Button.js +32 -0
  254. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +9 -0
  255. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +46 -0
  256. package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +62 -0
  257. package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +74 -0
  258. package/dist/vanilla/src/components/ButtonBase/constants.js +40 -0
  259. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +79 -0
  260. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.style.js +77 -0
  261. package/dist/vanilla/src/components/Controls/ControlLabel/ControlHelpText.js +8 -0
  262. package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabel.style.js +23 -0
  263. package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabelText.js +8 -0
  264. package/dist/vanilla/src/components/Controls/Radio/Radio.js +52 -0
  265. package/dist/vanilla/src/components/Controls/Radio/Radio.style.js +91 -0
  266. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +25 -0
  267. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.js +6 -0
  268. package/dist/vanilla/src/components/Controls/Switch/Switch.js +71 -0
  269. package/dist/vanilla/src/components/Controls/Switch/Switch.style.js +82 -0
  270. package/dist/vanilla/src/components/IconButton/IconButton.js +30 -0
  271. package/dist/vanilla/src/components/Typography/utils.js +13 -0
  272. package/dist/vanilla/src/components/utils/Slots.js +12 -0
  273. package/dist/vanilla/src/components/utils/useDOMRef.js +12 -0
  274. package/dist/vanilla/src/data-table/DataTable.js +23 -0
  275. package/dist/vanilla/src/data-table/DataTableBody-css.js +16 -0
  276. package/dist/vanilla/src/data-table/DataTableBody.js +235 -0
  277. package/dist/vanilla/src/data-table/DataTableCheckbox.js +48 -0
  278. package/dist/vanilla/src/data-table/DataTableContext.js +19 -0
  279. package/dist/vanilla/src/data-table/DataTableEditColumns.js +82 -0
  280. package/dist/vanilla/src/data-table/DataTableHeader.js +33 -0
  281. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +14 -0
  282. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +197 -0
  283. package/dist/vanilla/src/data-table/DataTableRow.js +159 -0
  284. package/dist/vanilla/src/data-table/DataTableRowContext.js +22 -0
  285. package/dist/vanilla/src/hooks/useCombinedRefs.js +20 -0
  286. package/dist/vanilla/src/hooks/useTheme.js +7 -0
  287. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  288. package/dist/vanilla/src/theme/functions.js +64 -0
  289. package/dist/vanilla/src/utils/date.js +13 -0
  290. package/dist/vanilla/src/utils/helpers.js +7 -0
  291. package/dist/vanilla-extract/global.css.ts.vanilla.css +1 -1
  292. package/package.json +23 -17
  293. package/src/actions/ActionsContent.css.ts +52 -0
  294. package/src/actions/ActionsContent.tsx +19 -0
  295. package/src/actions/ActionsRoot.css.ts +8 -0
  296. package/src/actions/ActionsRoot.tsx +19 -0
  297. package/src/actions/index.ts +2 -0
  298. package/src/components/Avatar/Avatar.tsx +1 -1
  299. package/src/components/Avatar/UserAvatar.tsx +18 -0
  300. package/src/components/Button/Button.tsx +13 -17
  301. package/src/components/ButtonBase/ButtonBase.style.ts +3 -12
  302. package/src/components/ButtonBase/ButtonBase.tsx +3 -2
  303. package/src/components/ButtonBase/constants.ts +7 -0
  304. package/src/components/Controls/CheckBox/CheckBox.style.ts +1 -0
  305. package/src/components/Controls/CheckBox/CheckBox.tsx +11 -10
  306. package/src/components/Controls/CheckBox/__snapshots__/CheckBox.test.tsx.snap +9 -27
  307. package/src/components/DatePicker/DatePicker.test.tsx +29 -1
  308. package/src/components/DatePicker/OverlayComponent/__snapshots__/OverlayComponent.test.tsx.snap +432 -505
  309. package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/__snapshots__/MonthWrapper.test.tsx.snap +152 -190
  310. package/src/components/DatePicker/constants.ts +0 -41
  311. package/src/components/DatePicker/utils.ts +0 -30
  312. package/src/components/ExpandCollapse/ExpandCollapse.types.ts +7 -7
  313. package/src/components/Filter/components/FilterButton/FilterButton.tsx +1 -1
  314. package/src/components/IconButton/IconButton.tsx +8 -8
  315. package/src/components/Link/Link.types.ts +3 -3
  316. package/src/components/Table/constants.tsx +0 -342
  317. package/src/components/TextField/TextField.tsx +4 -8
  318. package/src/components/TopAppBar/__snapshots__/TopAppBar.test.tsx.snap +54 -128
  319. package/src/data-table/DataTable.tsx +36 -0
  320. package/src/data-table/DataTableBody.css.ts +127 -0
  321. package/src/data-table/DataTableBody.tsx +282 -0
  322. package/src/data-table/DataTableCheckbox.tsx +68 -0
  323. package/src/data-table/DataTableContext.tsx +27 -0
  324. package/src/data-table/DataTableEditColumns.tsx +88 -0
  325. package/src/data-table/DataTableHeader.tsx +32 -0
  326. package/src/data-table/DataTableHeaderCell.css.ts +90 -0
  327. package/src/data-table/DataTableHeaderCell.tsx +214 -0
  328. package/src/data-table/DataTableRow.tsx +216 -0
  329. package/src/data-table/DataTableRowContext.tsx +38 -0
  330. package/src/data-table/index.ts +5 -0
  331. package/src/data-table/react-table.d.ts +12 -0
  332. package/src/hooks/useBreakpoints.test.ts +1 -1
  333. package/src/index.ts +1 -5
  334. package/src/sprinkles/properties.css.ts +2 -1
  335. package/src/test/setup.ts +8 -0
  336. package/src/test/utils.tsx +1 -2
  337. package/src/utils/common.ts +0 -106
  338. package/src/vanilla/Box/Box.tsx +1 -1
  339. package/src/vanilla/Dropdown/Dropdown.css.ts +11 -0
  340. package/src/vanilla/Dropdown/Dropdown.tsx +3 -1
  341. package/src/vanilla/Table/Table.tsx +3 -5
  342. package/src/vanilla/Table/TableCell.css.ts +1 -0
  343. package/src/vanilla/Table/TableCell.tsx +0 -2
  344. package/src/vanilla/Table/TableHeaderCell.css.ts +3 -9
  345. package/src/vanilla/Table/TableRow.css.ts +10 -1
  346. package/src/vanilla/ThemeProvider/ThemeProvider.tsx +1 -1
  347. package/src/vanilla/index.ts +1 -0
  348. package/src/vanilla-extract/global.css.ts +1 -1
  349. package/src/vanilla-extract/index.ts +9 -0
  350. package/src/version/index.ts +1 -0
  351. package/src/version/version.ts +1 -0
  352. package/dist/_virtual/AsymmetricMatcher.js +0 -4
  353. package/dist/_virtual/ConvertAnsi.js +0 -4
  354. package/dist/_virtual/DOMCollection.js +0 -4
  355. package/dist/_virtual/DOMElement.js +0 -4
  356. package/dist/_virtual/Immutable.js +0 -4
  357. package/dist/_virtual/ReactElement.js +0 -4
  358. package/dist/_virtual/ReactTestComponent.js +0 -4
  359. package/dist/_virtual/___vite-browser-external.js +0 -6
  360. package/dist/_virtual/__vite-browser-external.js +0 -4
  361. package/dist/_virtual/_commonjsHelpers.js +0 -33
  362. package/dist/_virtual/alertRole.js +0 -4
  363. package/dist/_virtual/alertdialogRole.js +0 -4
  364. package/dist/_virtual/applicationRole.js +0 -4
  365. package/dist/_virtual/ariaAbstractRoles.js +0 -4
  366. package/dist/_virtual/ariaDpubRoles.js +0 -4
  367. package/dist/_virtual/ariaGraphicsRoles.js +0 -4
  368. package/dist/_virtual/ariaLiteralRoles.js +0 -4
  369. package/dist/_virtual/ariaPropsMap.js +0 -4
  370. package/dist/_virtual/articleRole.js +0 -4
  371. package/dist/_virtual/bannerRole.js +0 -4
  372. package/dist/_virtual/blockquoteRole.js +0 -4
  373. package/dist/_virtual/buttonRole.js +0 -4
  374. package/dist/_virtual/captionRole.js +0 -4
  375. package/dist/_virtual/cellRole.js +0 -4
  376. package/dist/_virtual/checkboxRole.js +0 -4
  377. package/dist/_virtual/codeRole.js +0 -4
  378. package/dist/_virtual/collections.js +0 -4
  379. package/dist/_virtual/columnheaderRole.js +0 -4
  380. package/dist/_virtual/comboboxRole.js +0 -4
  381. package/dist/_virtual/commandRole.js +0 -4
  382. package/dist/_virtual/complementaryRole.js +0 -4
  383. package/dist/_virtual/compositeRole.js +0 -4
  384. package/dist/_virtual/contentinfoRole.js +0 -4
  385. package/dist/_virtual/definitionRole.js +0 -4
  386. package/dist/_virtual/deletionRole.js +0 -4
  387. package/dist/_virtual/dialogRole.js +0 -4
  388. package/dist/_virtual/directoryRole.js +0 -4
  389. package/dist/_virtual/docAbstractRole.js +0 -4
  390. package/dist/_virtual/docAcknowledgmentsRole.js +0 -4
  391. package/dist/_virtual/docAfterwordRole.js +0 -4
  392. package/dist/_virtual/docAppendixRole.js +0 -4
  393. package/dist/_virtual/docBacklinkRole.js +0 -4
  394. package/dist/_virtual/docBiblioentryRole.js +0 -4
  395. package/dist/_virtual/docBibliographyRole.js +0 -4
  396. package/dist/_virtual/docBibliorefRole.js +0 -4
  397. package/dist/_virtual/docChapterRole.js +0 -4
  398. package/dist/_virtual/docColophonRole.js +0 -4
  399. package/dist/_virtual/docConclusionRole.js +0 -4
  400. package/dist/_virtual/docCoverRole.js +0 -4
  401. package/dist/_virtual/docCreditRole.js +0 -4
  402. package/dist/_virtual/docCreditsRole.js +0 -4
  403. package/dist/_virtual/docDedicationRole.js +0 -4
  404. package/dist/_virtual/docEndnoteRole.js +0 -4
  405. package/dist/_virtual/docEndnotesRole.js +0 -4
  406. package/dist/_virtual/docEpigraphRole.js +0 -4
  407. package/dist/_virtual/docEpilogueRole.js +0 -4
  408. package/dist/_virtual/docErrataRole.js +0 -4
  409. package/dist/_virtual/docExampleRole.js +0 -4
  410. package/dist/_virtual/docFootnoteRole.js +0 -4
  411. package/dist/_virtual/docForewordRole.js +0 -4
  412. package/dist/_virtual/docGlossaryRole.js +0 -4
  413. package/dist/_virtual/docGlossrefRole.js +0 -4
  414. package/dist/_virtual/docIndexRole.js +0 -4
  415. package/dist/_virtual/docIntroductionRole.js +0 -4
  416. package/dist/_virtual/docNoterefRole.js +0 -4
  417. package/dist/_virtual/docNoticeRole.js +0 -4
  418. package/dist/_virtual/docPagebreakRole.js +0 -4
  419. package/dist/_virtual/docPagelistRole.js +0 -4
  420. package/dist/_virtual/docPartRole.js +0 -4
  421. package/dist/_virtual/docPrefaceRole.js +0 -4
  422. package/dist/_virtual/docPrologueRole.js +0 -4
  423. package/dist/_virtual/docPullquoteRole.js +0 -4
  424. package/dist/_virtual/docQnaRole.js +0 -4
  425. package/dist/_virtual/docSubtitleRole.js +0 -4
  426. package/dist/_virtual/docTipRole.js +0 -4
  427. package/dist/_virtual/docTocRole.js +0 -4
  428. package/dist/_virtual/documentRole.js +0 -4
  429. package/dist/_virtual/domMap.js +0 -4
  430. package/dist/_virtual/elementRoleMap.js +0 -4
  431. package/dist/_virtual/emphasisRole.js +0 -4
  432. package/dist/_virtual/escapeHTML.js +0 -4
  433. package/dist/_virtual/feedRole.js +0 -4
  434. package/dist/_virtual/figureRole.js +0 -4
  435. package/dist/_virtual/formRole.js +0 -4
  436. package/dist/_virtual/genericRole.js +0 -4
  437. package/dist/_virtual/graphicsDocumentRole.js +0 -4
  438. package/dist/_virtual/graphicsObjectRole.js +0 -4
  439. package/dist/_virtual/graphicsSymbolRole.js +0 -4
  440. package/dist/_virtual/gridRole.js +0 -4
  441. package/dist/_virtual/gridcellRole.js +0 -4
  442. package/dist/_virtual/groupRole.js +0 -4
  443. package/dist/_virtual/headingRole.js +0 -4
  444. package/dist/_virtual/imgRole.js +0 -4
  445. package/dist/_virtual/index.js +0 -5
  446. package/dist/_virtual/index10.js +0 -4
  447. package/dist/_virtual/index2.js +0 -5
  448. package/dist/_virtual/index3.js +0 -4
  449. package/dist/_virtual/index4.js +0 -4
  450. package/dist/_virtual/index5.js +0 -4
  451. package/dist/_virtual/index6.js +0 -4
  452. package/dist/_virtual/index7.js +0 -4
  453. package/dist/_virtual/index8.js +0 -4
  454. package/dist/_virtual/index9.js +0 -4
  455. package/dist/_virtual/inputRole.js +0 -4
  456. package/dist/_virtual/insertionRole.js +0 -4
  457. package/dist/_virtual/iterationDecorator.js +0 -4
  458. package/dist/_virtual/iteratorProxy.js +0 -4
  459. package/dist/_virtual/landmarkRole.js +0 -4
  460. package/dist/_virtual/linkRole.js +0 -4
  461. package/dist/_virtual/listRole.js +0 -4
  462. package/dist/_virtual/listboxRole.js +0 -4
  463. package/dist/_virtual/listitemRole.js +0 -4
  464. package/dist/_virtual/logRole.js +0 -4
  465. package/dist/_virtual/lz-string.js +0 -7
  466. package/dist/_virtual/lz-string2.js +0 -4
  467. package/dist/_virtual/mainRole.js +0 -4
  468. package/dist/_virtual/markup.js +0 -4
  469. package/dist/_virtual/marqueeRole.js +0 -4
  470. package/dist/_virtual/mathRole.js +0 -4
  471. package/dist/_virtual/menuRole.js +0 -4
  472. package/dist/_virtual/menubarRole.js +0 -4
  473. package/dist/_virtual/menuitemRole.js +0 -4
  474. package/dist/_virtual/menuitemcheckboxRole.js +0 -4
  475. package/dist/_virtual/menuitemradioRole.js +0 -4
  476. package/dist/_virtual/meterRole.js +0 -4
  477. package/dist/_virtual/navigationRole.js +0 -4
  478. package/dist/_virtual/noneRole.js +0 -4
  479. package/dist/_virtual/noteRole.js +0 -4
  480. package/dist/_virtual/optionRole.js +0 -4
  481. package/dist/_virtual/paragraphRole.js +0 -4
  482. package/dist/_virtual/presentationRole.js +0 -4
  483. package/dist/_virtual/progressbarRole.js +0 -4
  484. package/dist/_virtual/radioRole.js +0 -4
  485. package/dist/_virtual/radiogroupRole.js +0 -4
  486. package/dist/_virtual/rangeRole.js +0 -4
  487. package/dist/_virtual/regionRole.js +0 -4
  488. package/dist/_virtual/roleElementMap.js +0 -4
  489. package/dist/_virtual/rolesMap.js +0 -4
  490. package/dist/_virtual/roletypeRole.js +0 -4
  491. package/dist/_virtual/rowRole.js +0 -4
  492. package/dist/_virtual/rowgroupRole.js +0 -4
  493. package/dist/_virtual/rowheaderRole.js +0 -4
  494. package/dist/_virtual/scrollbarRole.js +0 -4
  495. package/dist/_virtual/searchRole.js +0 -4
  496. package/dist/_virtual/searchboxRole.js +0 -4
  497. package/dist/_virtual/sectionRole.js +0 -4
  498. package/dist/_virtual/sectionheadRole.js +0 -4
  499. package/dist/_virtual/selectRole.js +0 -4
  500. package/dist/_virtual/separatorRole.js +0 -4
  501. package/dist/_virtual/sliderRole.js +0 -4
  502. package/dist/_virtual/spinbuttonRole.js +0 -4
  503. package/dist/_virtual/statusRole.js +0 -4
  504. package/dist/_virtual/strongRole.js +0 -4
  505. package/dist/_virtual/structureRole.js +0 -4
  506. package/dist/_virtual/subscriptRole.js +0 -4
  507. package/dist/_virtual/superscriptRole.js +0 -4
  508. package/dist/_virtual/switchRole.js +0 -4
  509. package/dist/_virtual/tabRole.js +0 -4
  510. package/dist/_virtual/tableRole.js +0 -4
  511. package/dist/_virtual/tablistRole.js +0 -4
  512. package/dist/_virtual/tabpanelRole.js +0 -4
  513. package/dist/_virtual/termRole.js +0 -4
  514. package/dist/_virtual/textboxRole.js +0 -4
  515. package/dist/_virtual/timeRole.js +0 -4
  516. package/dist/_virtual/timerRole.js +0 -4
  517. package/dist/_virtual/toolbarRole.js +0 -4
  518. package/dist/_virtual/tooltipRole.js +0 -4
  519. package/dist/_virtual/treeRole.js +0 -4
  520. package/dist/_virtual/treegridRole.js +0 -4
  521. package/dist/_virtual/treeitemRole.js +0 -4
  522. package/dist/_virtual/widgetRole.js +0 -4
  523. package/dist/_virtual/windowRole.js +0 -4
  524. package/dist/components/Avatar/assets/user-avatar.svg.js +0 -5
  525. package/dist/components/Button/Button.style.js +0 -10
  526. package/dist/components/Navigation/Directory/Directory.js +0 -17
  527. package/dist/components/Navigation/Directory/Directory.style.js +0 -16
  528. package/dist/components/Navigation/Directory/MenuItem/MenuItem.js +0 -45
  529. package/dist/components/Navigation/Navigation.js +0 -15
  530. package/dist/components/Navigation/Navigation.style.js +0 -7
  531. package/dist/hooks/useLocationToGetCurrentMenuItem.js +0 -13
  532. package/dist/hooks/useSearchQueryParams.js +0 -13
  533. package/dist/node_modules/.pnpm/@testing-library_dom@9.3.4/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js +0 -2034
  534. package/dist/node_modules/.pnpm/@testing-library_react@14.3.1_@types_react@18.3.24_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -186
  535. package/dist/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js +0 -13
  536. package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.js +0 -110
  537. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/ariaPropsMap.js +0 -240
  538. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/domMap.js +0 -389
  539. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/elementRoleMap.js +0 -155
  540. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js +0 -32
  541. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js +0 -30
  542. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js +0 -34
  543. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js +0 -27
  544. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js +0 -31
  545. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js +0 -60
  546. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js +0 -42
  547. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js +0 -27
  548. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js +0 -29
  549. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js +0 -27
  550. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js +0 -27
  551. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js +0 -29
  552. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js +0 -29
  553. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js +0 -56
  554. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js +0 -20
  555. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js +0 -99
  556. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js +0 -38
  557. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js +0 -38
  558. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js +0 -38
  559. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js +0 -38
  560. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js +0 -35
  561. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js +0 -38
  562. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js +0 -38
  563. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js +0 -35
  564. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js +0 -38
  565. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js +0 -38
  566. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js +0 -38
  567. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js +0 -38
  568. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js +0 -38
  569. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js +0 -38
  570. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js +0 -38
  571. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js +0 -38
  572. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js +0 -38
  573. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js +0 -38
  574. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js +0 -38
  575. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js +0 -38
  576. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js +0 -33
  577. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js +0 -38
  578. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js +0 -38
  579. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js +0 -38
  580. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js +0 -35
  581. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js +0 -38
  582. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js +0 -38
  583. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js +0 -35
  584. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js +0 -38
  585. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js +0 -37
  586. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js +0 -38
  587. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js +0 -38
  588. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js +0 -38
  589. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js +0 -38
  590. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js +0 -32
  591. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js +0 -38
  592. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js +0 -38
  593. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js +0 -38
  594. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js +0 -38
  595. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js +0 -48
  596. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js +0 -52
  597. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js +0 -33
  598. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertRole.js +0 -35
  599. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js +0 -32
  600. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js +0 -38
  601. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/articleRole.js +0 -35
  602. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js +0 -33
  603. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js +0 -27
  604. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js +0 -109
  605. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/captionRole.js +0 -27
  606. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/cellRole.js +0 -38
  607. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js +0 -50
  608. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/codeRole.js +0 -27
  609. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js +0 -38
  610. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js +0 -140
  611. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js +0 -32
  612. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js +0 -33
  613. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js +0 -32
  614. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js +0 -27
  615. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js +0 -32
  616. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js +0 -29
  617. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/documentRole.js +0 -36
  618. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js +0 -27
  619. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/feedRole.js +0 -27
  620. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/figureRole.js +0 -32
  621. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/formRole.js +0 -54
  622. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/genericRole.js +0 -37
  623. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridRole.js +0 -39
  624. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js +0 -45
  625. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/groupRole.js +0 -45
  626. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/headingRole.js +0 -61
  627. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/imgRole.js +0 -50
  628. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js +0 -27
  629. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/linkRole.js +0 -55
  630. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listRole.js +0 -42
  631. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js +0 -78
  632. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js +0 -42
  633. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/logRole.js +0 -29
  634. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mainRole.js +0 -32
  635. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js +0 -27
  636. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mathRole.js +0 -32
  637. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuRole.js +0 -49
  638. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js +0 -34
  639. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js +0 -53
  640. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js +0 -34
  641. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js +0 -34
  642. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/meterRole.js +0 -33
  643. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js +0 -32
  644. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noneRole.js +0 -27
  645. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noteRole.js +0 -27
  646. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/optionRole.js +0 -49
  647. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js +0 -27
  648. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js +0 -27
  649. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js +0 -39
  650. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radioRole.js +0 -42
  651. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js +0 -37
  652. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/regionRole.js +0 -54
  653. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowRole.js +0 -40
  654. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js +0 -42
  655. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js +0 -47
  656. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js +0 -36
  657. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchRole.js +0 -27
  658. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js +0 -39
  659. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js +0 -39
  660. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js +0 -47
  661. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js +0 -43
  662. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/statusRole.js +0 -35
  663. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/strongRole.js +0 -27
  664. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js +0 -27
  665. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js +0 -27
  666. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/switchRole.js +0 -34
  667. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabRole.js +0 -34
  668. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tableRole.js +0 -35
  669. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js +0 -36
  670. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js +0 -27
  671. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/termRole.js +0 -37
  672. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js +0 -107
  673. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timeRole.js +0 -27
  674. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timerRole.js +0 -27
  675. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js +0 -34
  676. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js +0 -27
  677. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeRole.js +0 -33
  678. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js +0 -27
  679. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js +0 -32
  680. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/index.js +0 -30
  681. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/roleElementMap.js +0 -149
  682. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/rolesMap.js +0 -170
  683. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iterationDecorator.js +0 -30
  684. package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iteratorProxy.js +0 -33
  685. package/dist/node_modules/.pnpm/array-buffer-byte-length@1.0.2/node_modules/array-buffer-byte-length/index.js +0 -14
  686. package/dist/node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js +0 -16
  687. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +0 -14
  688. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js +0 -15
  689. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +0 -7
  690. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +0 -7
  691. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +0 -18
  692. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +0 -7
  693. package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/callBound.js +0 -15
  694. package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js +0 -22
  695. package/dist/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +0 -21
  696. package/dist/node_modules/.pnpm/deep-equal@2.2.3/node_modules/deep-equal/index.js +0 -186
  697. package/dist/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js +0 -39
  698. package/dist/node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js +0 -29
  699. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-description.js +0 -63
  700. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js +0 -271
  701. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name.js +0 -12
  702. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/getRole.js +0 -168
  703. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js +0 -85
  704. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/array.from.js +0 -24
  705. package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/util.js +0 -82
  706. package/dist/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +0 -29
  707. package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +0 -16
  708. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +0 -7
  709. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +0 -7
  710. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +0 -7
  711. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +0 -7
  712. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +0 -7
  713. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +0 -7
  714. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +0 -7
  715. package/dist/node_modules/.pnpm/es-get-iterator@1.1.3/node_modules/es-get-iterator/index.js +0 -108
  716. package/dist/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +0 -7
  717. package/dist/node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js +0 -28
  718. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +0 -48
  719. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +0 -11
  720. package/dist/node_modules/.pnpm/functions-have-names@1.2.3/node_modules/functions-have-names/index.js +0 -30
  721. package/dist/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +0 -265
  722. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +0 -11
  723. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -7
  724. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +0 -21
  725. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +0 -7
  726. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +0 -17
  727. package/dist/node_modules/.pnpm/has-bigints@1.1.0/node_modules/has-bigints/index.js +0 -12
  728. package/dist/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js +0 -21
  729. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +0 -13
  730. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +0 -33
  731. package/dist/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js +0 -13
  732. package/dist/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +0 -11
  733. package/dist/node_modules/.pnpm/internal-slot@1.1.0/node_modules/internal-slot/index.js +0 -56
  734. package/dist/node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js +0 -18
  735. package/dist/node_modules/.pnpm/is-array-buffer@3.0.5/node_modules/is-array-buffer/index.js +0 -25
  736. package/dist/node_modules/.pnpm/is-bigint@1.1.0/node_modules/is-bigint/index.js +0 -27
  737. package/dist/node_modules/.pnpm/is-boolean-object@1.2.2/node_modules/is-boolean-object/index.js +0 -20
  738. package/dist/node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js +0 -75
  739. package/dist/node_modules/.pnpm/is-date-object@1.1.0/node_modules/is-date-object/index.js +0 -20
  740. package/dist/node_modules/.pnpm/is-map@2.0.3/node_modules/is-map/index.js +0 -30
  741. package/dist/node_modules/.pnpm/is-number-object@1.1.1/node_modules/is-number-object/index.js +0 -20
  742. package/dist/node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js +0 -51
  743. package/dist/node_modules/.pnpm/is-set@2.0.3/node_modules/is-set/index.js +0 -30
  744. package/dist/node_modules/.pnpm/is-shared-array-buffer@1.0.4/node_modules/is-shared-array-buffer/index.js +0 -21
  745. package/dist/node_modules/.pnpm/is-string@1.1.1/node_modules/is-string/index.js +0 -20
  746. package/dist/node_modules/.pnpm/is-symbol@1.1.1/node_modules/is-symbol/index.js +0 -33
  747. package/dist/node_modules/.pnpm/is-weakmap@2.0.2/node_modules/is-weakmap/index.js +0 -30
  748. package/dist/node_modules/.pnpm/is-weakset@2.0.4/node_modules/is-weakset/index.js +0 -34
  749. package/dist/node_modules/.pnpm/isarray@2.0.5/node_modules/isarray/index.js +0 -12
  750. package/dist/node_modules/.pnpm/lz-string@1.5.0/node_modules/lz-string/libs/lz-string.js +0 -202
  751. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +0 -7
  752. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +0 -7
  753. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +0 -9
  754. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +0 -7
  755. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +0 -7
  756. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +0 -7
  757. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +0 -7
  758. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +0 -13
  759. package/dist/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/index.js +0 -376
  760. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js +0 -14
  761. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js +0 -19
  762. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js +0 -13
  763. package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js +0 -19
  764. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js +0 -92
  765. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js +0 -26
  766. package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js +0 -13
  767. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js +0 -36
  768. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/index.js +0 -21
  769. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/polyfill.js +0 -32
  770. package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/shim.js +0 -21
  771. package/dist/node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js +0 -20
  772. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/collections.js +0 -79
  773. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.js +0 -279
  774. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js +0 -41
  775. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ConvertAnsi.js +0 -70
  776. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMCollection.js +0 -39
  777. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMElement.js +0 -71
  778. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/Immutable.js +0 -118
  779. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactElement.js +0 -99
  780. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactTestComponent.js +0 -48
  781. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/escapeHTML.js +0 -15
  782. package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/markup.js +0 -50
  783. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/implementation.js +0 -17
  784. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/index.js +0 -19
  785. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/polyfill.js +0 -30
  786. package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/shim.js +0 -24
  787. package/dist/node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js +0 -19
  788. package/dist/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js +0 -38
  789. package/dist/node_modules/.pnpm/set-function-name@2.0.2/node_modules/set-function-name/index.js +0 -31
  790. package/dist/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js +0 -64
  791. package/dist/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map/index.js +0 -40
  792. package/dist/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap/index.js +0 -43
  793. package/dist/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js +0 -35
  794. package/dist/node_modules/.pnpm/stop-iteration-iterator@1.1.0/node_modules/stop-iteration-iterator/index.js +0 -45
  795. package/dist/node_modules/.pnpm/which-boxed-primitive@1.1.1/node_modules/which-boxed-primitive/index.js +0 -28
  796. package/dist/node_modules/.pnpm/which-collection@1.0.2/node_modules/which-collection/index.js +0 -26
  797. package/dist/node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js +0 -81
  798. package/dist/src/components/Button/Button.style.d.ts +0 -6
  799. package/dist/src/components/Navigation/Directory/Directory.d.ts +0 -5
  800. package/dist/src/components/Navigation/Directory/Directory.style.d.ts +0 -10
  801. package/dist/src/components/Navigation/Directory/MenuItem/MenuItem.d.ts +0 -11
  802. package/dist/src/components/Navigation/Directory/index.d.ts +0 -1
  803. package/dist/src/components/Navigation/Navigation.d.ts +0 -14
  804. package/dist/src/components/Navigation/Navigation.style.d.ts +0 -2
  805. package/dist/src/components/Navigation/Navigation.test.d.ts +0 -1
  806. package/dist/src/components/Navigation/index.d.ts +0 -3
  807. package/dist/src/components/Navigation/types.d.ts +0 -12
  808. package/dist/src/components/Select/storyUtils.d.ts +0 -5
  809. package/dist/src/components/TabStepper/constants.d.ts +0 -2
  810. package/dist/src/components/Tabs/constants.d.ts +0 -17
  811. package/dist/src/components/Tooltip/utils.d.ts +0 -3
  812. package/dist/src/hooks/__tests__/useSearchQueryParams.test.d.ts +0 -1
  813. package/dist/src/hooks/index.d.ts +0 -1
  814. package/dist/src/hooks/storyUtils/DemoUseSearchQueryParams.d.ts +0 -6
  815. package/dist/src/hooks/useLocationToGetCurrentMenuItem.d.ts +0 -4
  816. package/dist/src/hooks/useSearchQueryParams.d.ts +0 -2
  817. package/dist/utils/common.js +0 -6
  818. package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-CZN81sTW.css +0 -10
  819. package/src/components/Avatar/assets/user-avatar.svg +0 -4
  820. package/src/components/Button/Button.style.ts +0 -10
  821. package/src/components/Navigation/Directory/Directory.style.ts +0 -123
  822. package/src/components/Navigation/Directory/Directory.tsx +0 -36
  823. package/src/components/Navigation/Directory/MenuItem/MenuItem.tsx +0 -115
  824. package/src/components/Navigation/Directory/index.ts +0 -1
  825. package/src/components/Navigation/Navigation.style.ts +0 -22
  826. package/src/components/Navigation/Navigation.test.tsx +0 -53
  827. package/src/components/Navigation/Navigation.tsx +0 -37
  828. package/src/components/Navigation/index.ts +0 -3
  829. package/src/components/Navigation/types.ts +0 -17
  830. package/src/components/Select/storyUtils.ts +0 -48
  831. package/src/components/TabStepper/constants.tsx +0 -46
  832. package/src/components/Tabs/constants.tsx +0 -54
  833. package/src/components/Tooltip/utils.ts +0 -11
  834. package/src/hooks/__tests__/useSearchQueryParams.test.ts +0 -29
  835. package/src/hooks/index.ts +0 -1
  836. package/src/hooks/storyUtils/DemoUseSearchQueryParams.tsx +0 -30
  837. package/src/hooks/useLocationToGetCurrentMenuItem.ts +0 -29
  838. package/src/hooks/useSearchQueryParams.ts +0 -16
@@ -1,16 +1,1299 @@
1
- import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
1
  import * as react from 'react';
3
- import { ElementType, ComponentPropsWithoutRef, ComponentProps, Ref, ReactNode } from 'react';
2
+ import react__default, { ElementType, ComponentPropsWithoutRef, ComponentProps, Ref, ReactNode } from 'react';
3
+ import { Table as Table$1 } from '@tanstack/table-core';
4
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
4
5
  import * as react_aria_components from 'react-aria-components';
5
6
  import { Dialog as Dialog$1, TextProps as TextProps$1, HeadingProps, Button, PopoverProps as PopoverProps$1, DialogTriggerProps, MenuTriggerProps as MenuTriggerProps$1, MenuProps, Header, MenuItemProps as MenuItemProps$1, MenuSectionProps as MenuSectionProps$1, Pressable, ButtonProps, TooltipTrigger as TooltipTrigger$1, TooltipProps as TooltipProps$1, Focusable } from 'react-aria-components';
6
7
  export { Selection } from 'react-aria-components';
7
8
  import * as _vanilla_extract_recipes from '@vanilla-extract/recipes';
8
9
  import { RecipeVariants } from '@vanilla-extract/recipes';
9
10
 
10
- declare const sprinkles: ((props: {
11
+ declare const sprinkles: ((props: {
12
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
13
+ borderStyle?: string;
14
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
15
+ borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
16
+ borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
17
+ borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
18
+ borderBottomRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
19
+ boxShadow?: "0" | "1" | "2" | "3" | "4" | "5";
20
+ cursor?: "default" | "pointer" | "not-allowed";
21
+ overflowX?: "auto" | "hidden" | "visible";
22
+ overflowY?: "auto" | "hidden" | "visible";
23
+ userSelect?: "none" | "all";
24
+ touchAction?: "none" | "manipulation";
25
+ fontFamily?: "sans" | "mono";
26
+ fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
27
+ typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
28
+ fontWeight?: "regular" | "medium" | "bold";
29
+ fontStyle?: "italic";
30
+ lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
31
+ letterSpacing?: "0" | "1" | "2" | "3";
32
+ isolation?: "isolate";
33
+ objectFit?: "contain" | "cover";
34
+ pointerEvents?: "auto" | "none";
35
+ textTransform?: "none" | "capitalize" | "uppercase";
36
+ textDecoration?: "underline";
37
+ visibility?: "hidden" | "visible";
38
+ wordBreak?: "break-all" | "break-word";
39
+ wordWrap?: "break-word" | "normal";
40
+ textAlign?: "end" | "start" | "center" | "justify";
41
+ transitionProperty?: "default" | "none" | "all" | "colors" | "opacity" | "shadow" | "transform";
42
+ transitionTimingFunction?: "linear" | "ease" | "in" | "out" | "inOut";
43
+ transitionDuration?: "150ms" | "200ms";
44
+ whiteSpace?: "nowrap";
45
+ zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
46
+ overflow?: "auto" | "hidden" | "visible";
47
+ shadow?: "0" | "1" | "2" | "3" | "4" | "5";
48
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
49
+ roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
50
+ roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
51
+ roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
52
+ roundedR?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
53
+ z?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
54
+ } & {
55
+ alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
56
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
57
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
58
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
59
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
60
+ };
61
+ alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
62
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
63
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
64
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
65
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
66
+ };
67
+ placeItems?: "center" | {
68
+ base?: "center";
69
+ md?: "center";
70
+ lg?: "center";
71
+ xl?: "center";
72
+ };
73
+ justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
74
+ base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
75
+ md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
76
+ lg?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
77
+ xl?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
78
+ };
79
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | {
80
+ base?: "nowrap" | "wrap" | "wrap-reverse";
81
+ md?: "nowrap" | "wrap" | "wrap-reverse";
82
+ lg?: "nowrap" | "wrap" | "wrap-reverse";
83
+ xl?: "nowrap" | "wrap" | "wrap-reverse";
84
+ };
85
+ display?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline" | {
86
+ base?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
87
+ md?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
88
+ lg?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
89
+ xl?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
90
+ };
91
+ flex?: "1" | "auto" | "none" | "initial" | {
92
+ base?: "1" | "auto" | "none" | "initial";
93
+ md?: "1" | "auto" | "none" | "initial";
94
+ lg?: "1" | "auto" | "none" | "initial";
95
+ xl?: "1" | "auto" | "none" | "initial";
96
+ };
97
+ width?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
98
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
99
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
100
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
101
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
102
+ };
103
+ height?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
104
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
105
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
106
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
107
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
108
+ };
109
+ minWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
110
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
111
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
112
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
113
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
114
+ };
115
+ minHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
116
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
117
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
118
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
119
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
120
+ };
121
+ maxWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
122
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
123
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
124
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
125
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
126
+ };
127
+ maxHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
128
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
129
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
130
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
131
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
132
+ };
133
+ flexDirection?: "column" | "row" | "column-reverse" | "row-reverse" | {
134
+ base?: "column" | "row" | "column-reverse" | "row-reverse";
135
+ md?: "column" | "row" | "column-reverse" | "row-reverse";
136
+ lg?: "column" | "row" | "column-reverse" | "row-reverse";
137
+ xl?: "column" | "row" | "column-reverse" | "row-reverse";
138
+ };
139
+ flexShrink?: "0" | "1" | {
140
+ base?: "0" | "1";
141
+ md?: "0" | "1";
142
+ lg?: "0" | "1";
143
+ xl?: "0" | "1";
144
+ };
145
+ position?: "absolute" | "fixed" | "relative" | "sticky" | {
146
+ base?: "absolute" | "fixed" | "relative" | "sticky";
147
+ md?: "absolute" | "fixed" | "relative" | "sticky";
148
+ lg?: "absolute" | "fixed" | "relative" | "sticky";
149
+ xl?: "absolute" | "fixed" | "relative" | "sticky";
150
+ };
151
+ gap?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
152
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
153
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
154
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
155
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
156
+ };
157
+ gridGap?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
158
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
159
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
160
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
161
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
162
+ };
163
+ margin?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
164
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
165
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
166
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
167
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
168
+ };
169
+ marginBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
170
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
171
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
172
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
173
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
174
+ };
175
+ marginLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
176
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
177
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
178
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
179
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
180
+ };
181
+ marginRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
182
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
183
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
184
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
185
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
186
+ };
187
+ marginTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
188
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
189
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
190
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
191
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
192
+ };
193
+ padding?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
194
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
195
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
196
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
197
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
198
+ };
199
+ paddingBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
200
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
201
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
202
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
203
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
204
+ };
205
+ paddingLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
206
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
207
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
208
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
209
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
210
+ };
211
+ paddingRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
212
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
213
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
214
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
215
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
216
+ };
217
+ paddingTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
218
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
219
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
220
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
221
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
222
+ };
223
+ borderTopWidth?: "0" | "1" | "2" | "3" | {
224
+ base?: "0" | "1" | "2" | "3";
225
+ md?: "0" | "1" | "2" | "3";
226
+ lg?: "0" | "1" | "2" | "3";
227
+ xl?: "0" | "1" | "2" | "3";
228
+ };
229
+ borderRightWidth?: "0" | "1" | "2" | "3" | {
230
+ base?: "0" | "1" | "2" | "3";
231
+ md?: "0" | "1" | "2" | "3";
232
+ lg?: "0" | "1" | "2" | "3";
233
+ xl?: "0" | "1" | "2" | "3";
234
+ };
235
+ borderBottomWidth?: "0" | "1" | "2" | "3" | {
236
+ base?: "0" | "1" | "2" | "3";
237
+ md?: "0" | "1" | "2" | "3";
238
+ lg?: "0" | "1" | "2" | "3";
239
+ xl?: "0" | "1" | "2" | "3";
240
+ };
241
+ borderLeftWidth?: "0" | "1" | "2" | "3" | {
242
+ base?: "0" | "1" | "2" | "3";
243
+ md?: "0" | "1" | "2" | "3";
244
+ lg?: "0" | "1" | "2" | "3";
245
+ xl?: "0" | "1" | "2" | "3";
246
+ };
247
+ maxH?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
248
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
249
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
250
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
251
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
252
+ };
253
+ maxW?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
254
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
255
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
256
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
257
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
258
+ };
259
+ size?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
260
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
261
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
262
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
263
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
264
+ };
265
+ w?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
266
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
267
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
268
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
269
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
270
+ };
271
+ h?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
272
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
273
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
274
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
275
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
276
+ };
277
+ p?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
278
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
279
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
280
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
281
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
282
+ };
283
+ pt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
284
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
285
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
286
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
287
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
288
+ };
289
+ pb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
290
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
291
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
292
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
293
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
294
+ };
295
+ pl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
296
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
297
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
298
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
299
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
300
+ };
301
+ pr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
302
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
303
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
304
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
305
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
306
+ };
307
+ px?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
308
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
309
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
310
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
311
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
312
+ };
313
+ py?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
314
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
315
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
316
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
317
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
318
+ };
319
+ m?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
320
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
321
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
322
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
323
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
324
+ };
325
+ mt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
326
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
327
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
328
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
329
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
330
+ };
331
+ mb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
332
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
333
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
334
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
335
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
336
+ };
337
+ ml?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
338
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
339
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
340
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
341
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
342
+ };
343
+ mr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
344
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
345
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
346
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
347
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
348
+ };
349
+ mx?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
350
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
351
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
352
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
353
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
354
+ };
355
+ my?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
356
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
357
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
358
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
359
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
360
+ };
361
+ border?: "0" | "1" | "2" | "3" | {
362
+ base?: "0" | "1" | "2" | "3";
363
+ md?: "0" | "1" | "2" | "3";
364
+ lg?: "0" | "1" | "2" | "3";
365
+ xl?: "0" | "1" | "2" | "3";
366
+ };
367
+ borderB?: "0" | "1" | "2" | "3" | {
368
+ base?: "0" | "1" | "2" | "3";
369
+ md?: "0" | "1" | "2" | "3";
370
+ lg?: "0" | "1" | "2" | "3";
371
+ xl?: "0" | "1" | "2" | "3";
372
+ };
373
+ borderL?: "0" | "1" | "2" | "3" | {
374
+ base?: "0" | "1" | "2" | "3";
375
+ md?: "0" | "1" | "2" | "3";
376
+ lg?: "0" | "1" | "2" | "3";
377
+ xl?: "0" | "1" | "2" | "3";
378
+ };
379
+ borderR?: "0" | "1" | "2" | "3" | {
380
+ base?: "0" | "1" | "2" | "3";
381
+ md?: "0" | "1" | "2" | "3";
382
+ lg?: "0" | "1" | "2" | "3";
383
+ xl?: "0" | "1" | "2" | "3";
384
+ };
385
+ borderT?: "0" | "1" | "2" | "3" | {
386
+ base?: "0" | "1" | "2" | "3";
387
+ md?: "0" | "1" | "2" | "3";
388
+ lg?: "0" | "1" | "2" | "3";
389
+ xl?: "0" | "1" | "2" | "3";
390
+ };
391
+ } & {
392
+ backgroundColor?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
393
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
394
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
395
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
396
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
397
+ };
398
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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" | {
399
+ base?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
400
+ active?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ focus?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ hover?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ };
404
+ color?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited" | {
405
+ base?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
406
+ active?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
407
+ focus?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
408
+ hover?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
409
+ };
410
+ outlineColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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" | {
411
+ base?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
412
+ active?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ focus?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ hover?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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
+ };
416
+ bg?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
417
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
418
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
419
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
420
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
421
+ };
422
+ }) => string) & {
423
+ properties: Set<"borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "placeItems" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg">;
424
+ };
425
+ type Sprinkles = Parameters<typeof sprinkles>[0];
426
+
427
+ /**
428
+ * Creates a new type by extending T1 with T2, where T2's properties override T1's.
429
+ */
430
+ type ExtendProps<T1, T2> = NonNullable<T2> & Omit<NonNullable<T1>, keyof NonNullable<T1> & keyof NonNullable<T2>>;
431
+
432
+ type BoxProps<T extends ElementType = 'div', P = unknown> = ExtendProps<ComponentPropsWithoutRef<T>, ExtendProps<Sprinkles & {
433
+ asChild?: boolean;
434
+ className?: string;
435
+ }, P>>;
436
+ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
437
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
438
+ borderStyle?: string;
439
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
440
+ borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
441
+ borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
442
+ borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
443
+ borderBottomRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
444
+ boxShadow?: "0" | "1" | "2" | "3" | "4" | "5";
445
+ cursor?: "default" | "pointer" | "not-allowed";
446
+ overflowX?: "auto" | "hidden" | "visible";
447
+ overflowY?: "auto" | "hidden" | "visible";
448
+ userSelect?: "none" | "all";
449
+ touchAction?: "none" | "manipulation";
450
+ fontFamily?: "sans" | "mono";
451
+ fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
452
+ typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
453
+ fontWeight?: "regular" | "medium" | "bold";
454
+ fontStyle?: "italic";
455
+ lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
456
+ letterSpacing?: "0" | "1" | "2" | "3";
457
+ isolation?: "isolate";
458
+ objectFit?: "contain" | "cover";
459
+ pointerEvents?: "auto" | "none";
460
+ textTransform?: "none" | "capitalize" | "uppercase";
461
+ textDecoration?: "underline";
462
+ visibility?: "hidden" | "visible";
463
+ wordBreak?: "break-all" | "break-word";
464
+ wordWrap?: "break-word" | "normal";
465
+ textAlign?: "end" | "start" | "center" | "justify";
466
+ transitionProperty?: "default" | "none" | "all" | "colors" | "opacity" | "shadow" | "transform";
467
+ transitionTimingFunction?: "linear" | "ease" | "in" | "out" | "inOut";
468
+ transitionDuration?: "150ms" | "200ms";
469
+ whiteSpace?: "nowrap";
470
+ zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
471
+ overflow?: "auto" | "hidden" | "visible";
472
+ shadow?: "0" | "1" | "2" | "3" | "4" | "5";
473
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
474
+ roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
475
+ roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
476
+ roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
477
+ roundedR?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
478
+ z?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
479
+ } & {
480
+ alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
481
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
482
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
483
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
484
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
485
+ };
486
+ alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
487
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
488
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
489
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
490
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
491
+ };
492
+ placeItems?: "center" | {
493
+ base?: "center";
494
+ md?: "center";
495
+ lg?: "center";
496
+ xl?: "center";
497
+ };
498
+ justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
499
+ base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
500
+ md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
501
+ lg?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
502
+ xl?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
503
+ };
504
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | {
505
+ base?: "nowrap" | "wrap" | "wrap-reverse";
506
+ md?: "nowrap" | "wrap" | "wrap-reverse";
507
+ lg?: "nowrap" | "wrap" | "wrap-reverse";
508
+ xl?: "nowrap" | "wrap" | "wrap-reverse";
509
+ };
510
+ display?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline" | {
511
+ base?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
512
+ md?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
513
+ lg?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
514
+ xl?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
515
+ };
516
+ flex?: "1" | "auto" | "none" | "initial" | {
517
+ base?: "1" | "auto" | "none" | "initial";
518
+ md?: "1" | "auto" | "none" | "initial";
519
+ lg?: "1" | "auto" | "none" | "initial";
520
+ xl?: "1" | "auto" | "none" | "initial";
521
+ };
522
+ width?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
523
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
524
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
525
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
526
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
527
+ };
528
+ height?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
529
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
530
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
531
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
532
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
533
+ };
534
+ minWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
535
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
536
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
537
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
538
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
539
+ };
540
+ minHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
541
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
542
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
543
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
544
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
545
+ };
546
+ maxWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
547
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
548
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
549
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
550
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
551
+ };
552
+ maxHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
553
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
554
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
555
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
556
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
557
+ };
558
+ flexDirection?: "column" | "row" | "column-reverse" | "row-reverse" | {
559
+ base?: "column" | "row" | "column-reverse" | "row-reverse";
560
+ md?: "column" | "row" | "column-reverse" | "row-reverse";
561
+ lg?: "column" | "row" | "column-reverse" | "row-reverse";
562
+ xl?: "column" | "row" | "column-reverse" | "row-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?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
577
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
578
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
579
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
580
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
581
+ };
582
+ gridGap?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
583
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
584
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
585
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
586
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
587
+ };
588
+ margin?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
589
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
590
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
591
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
592
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
593
+ };
594
+ marginBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
595
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
596
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
597
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
598
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
599
+ };
600
+ marginLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
601
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
602
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
603
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
604
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
605
+ };
606
+ marginRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
607
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
608
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
609
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
610
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
611
+ };
612
+ marginTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
613
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
614
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
615
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
616
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
617
+ };
618
+ padding?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
619
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
620
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
621
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
622
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
623
+ };
624
+ paddingBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
625
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
626
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
627
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
628
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
629
+ };
630
+ paddingLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
631
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
632
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
633
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
634
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
635
+ };
636
+ paddingRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
637
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
638
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
639
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
640
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
641
+ };
642
+ paddingTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
643
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
644
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
645
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
646
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
647
+ };
648
+ borderTopWidth?: "0" | "1" | "2" | "3" | {
649
+ base?: "0" | "1" | "2" | "3";
650
+ md?: "0" | "1" | "2" | "3";
651
+ lg?: "0" | "1" | "2" | "3";
652
+ xl?: "0" | "1" | "2" | "3";
653
+ };
654
+ borderRightWidth?: "0" | "1" | "2" | "3" | {
655
+ base?: "0" | "1" | "2" | "3";
656
+ md?: "0" | "1" | "2" | "3";
657
+ lg?: "0" | "1" | "2" | "3";
658
+ xl?: "0" | "1" | "2" | "3";
659
+ };
660
+ borderBottomWidth?: "0" | "1" | "2" | "3" | {
661
+ base?: "0" | "1" | "2" | "3";
662
+ md?: "0" | "1" | "2" | "3";
663
+ lg?: "0" | "1" | "2" | "3";
664
+ xl?: "0" | "1" | "2" | "3";
665
+ };
666
+ borderLeftWidth?: "0" | "1" | "2" | "3" | {
667
+ base?: "0" | "1" | "2" | "3";
668
+ md?: "0" | "1" | "2" | "3";
669
+ lg?: "0" | "1" | "2" | "3";
670
+ xl?: "0" | "1" | "2" | "3";
671
+ };
672
+ maxH?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
673
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
674
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
675
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
676
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
677
+ };
678
+ maxW?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
679
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
680
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
681
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
682
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
683
+ };
684
+ size?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
685
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
686
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
687
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
688
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
689
+ };
690
+ w?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
691
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
692
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
693
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
694
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
695
+ };
696
+ h?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
697
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
698
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
699
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
700
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
701
+ };
702
+ p?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
703
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
704
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
705
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
706
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
707
+ };
708
+ pt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
709
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
710
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
711
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
712
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
713
+ };
714
+ pb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
715
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
716
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
717
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
718
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
719
+ };
720
+ pl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
721
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
722
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
723
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
724
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
725
+ };
726
+ pr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
727
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
728
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
729
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
730
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
731
+ };
732
+ px?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
733
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
734
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
735
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
736
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
737
+ };
738
+ py?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
739
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
740
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
741
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
742
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
743
+ };
744
+ m?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
745
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
746
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
747
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
748
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
749
+ };
750
+ mt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
751
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
752
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
753
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
754
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
755
+ };
756
+ mb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
757
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
758
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
759
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
760
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
761
+ };
762
+ ml?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
763
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
764
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
765
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
766
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
767
+ };
768
+ mr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
769
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
770
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
771
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
772
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
773
+ };
774
+ mx?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
775
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
776
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
777
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
778
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
779
+ };
780
+ my?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
781
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
782
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
783
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
784
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
785
+ };
786
+ border?: "0" | "1" | "2" | "3" | {
787
+ base?: "0" | "1" | "2" | "3";
788
+ md?: "0" | "1" | "2" | "3";
789
+ lg?: "0" | "1" | "2" | "3";
790
+ xl?: "0" | "1" | "2" | "3";
791
+ };
792
+ borderB?: "0" | "1" | "2" | "3" | {
793
+ base?: "0" | "1" | "2" | "3";
794
+ md?: "0" | "1" | "2" | "3";
795
+ lg?: "0" | "1" | "2" | "3";
796
+ xl?: "0" | "1" | "2" | "3";
797
+ };
798
+ borderL?: "0" | "1" | "2" | "3" | {
799
+ base?: "0" | "1" | "2" | "3";
800
+ md?: "0" | "1" | "2" | "3";
801
+ lg?: "0" | "1" | "2" | "3";
802
+ xl?: "0" | "1" | "2" | "3";
803
+ };
804
+ borderR?: "0" | "1" | "2" | "3" | {
805
+ base?: "0" | "1" | "2" | "3";
806
+ md?: "0" | "1" | "2" | "3";
807
+ lg?: "0" | "1" | "2" | "3";
808
+ xl?: "0" | "1" | "2" | "3";
809
+ };
810
+ borderT?: "0" | "1" | "2" | "3" | {
811
+ base?: "0" | "1" | "2" | "3";
812
+ md?: "0" | "1" | "2" | "3";
813
+ lg?: "0" | "1" | "2" | "3";
814
+ xl?: "0" | "1" | "2" | "3";
815
+ };
816
+ } & {
817
+ backgroundColor?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
818
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
819
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
820
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
821
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
822
+ };
823
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited" | {
830
+ base?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
831
+ active?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
832
+ focus?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
833
+ hover?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
834
+ };
835
+ outlineColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
842
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
843
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
844
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
845
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
846
+ };
847
+ } & {
848
+ asChild?: boolean;
849
+ className?: string;
850
+ }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLDivElement>>;
851
+
852
+ declare function extractBoxProps<S extends Record<string, unknown>>(props: S): {
853
+ boxProps: Pick<S, ("borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "placeItems" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg" | "styles" | "className") & keyof S>;
854
+ restProps: Omit<S, "borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "placeItems" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg" | "styles" | "className">;
855
+ };
856
+
857
+ type DataTableProps = BoxProps<'div', {
858
+ /**
859
+ * Pass the table instance returned from `useReactTable()` hook.
860
+ */
861
+ table: Table$1<any>;
862
+ }>;
863
+ declare const DataTable: react.ForwardRefExoticComponent<{
864
+ /**
865
+ * Pass the table instance returned from `useReactTable()` hook.
866
+ */
867
+ table: Table$1<any>;
868
+ } & Omit<NonNullable<{
869
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
870
+ borderStyle?: string;
871
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
872
+ borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
873
+ borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
874
+ borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
875
+ borderBottomRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
876
+ boxShadow?: "0" | "1" | "2" | "3" | "4" | "5";
877
+ cursor?: "default" | "pointer" | "not-allowed";
878
+ overflowX?: "auto" | "hidden" | "visible";
879
+ overflowY?: "auto" | "hidden" | "visible";
880
+ userSelect?: "none" | "all";
881
+ touchAction?: "none" | "manipulation";
882
+ fontFamily?: "sans" | "mono";
883
+ fontSize?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9";
884
+ typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
885
+ fontWeight?: "regular" | "medium" | "bold";
886
+ fontStyle?: "italic";
887
+ lineHeight?: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
888
+ letterSpacing?: "0" | "1" | "2" | "3";
889
+ isolation?: "isolate";
890
+ objectFit?: "contain" | "cover";
891
+ pointerEvents?: "auto" | "none";
892
+ textTransform?: "none" | "capitalize" | "uppercase";
893
+ textDecoration?: "underline";
894
+ visibility?: "hidden" | "visible";
895
+ wordBreak?: "break-all" | "break-word";
896
+ wordWrap?: "break-word" | "normal";
897
+ textAlign?: "end" | "start" | "center" | "justify";
898
+ transitionProperty?: "default" | "none" | "all" | "colors" | "opacity" | "shadow" | "transform";
899
+ transitionTimingFunction?: "linear" | "ease" | "in" | "out" | "inOut";
900
+ transitionDuration?: "150ms" | "200ms";
901
+ whiteSpace?: "nowrap";
902
+ zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
903
+ overflow?: "auto" | "hidden" | "visible";
904
+ shadow?: "0" | "1" | "2" | "3" | "4" | "5";
905
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
906
+ roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
907
+ roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
908
+ roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
909
+ roundedR?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
910
+ z?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
911
+ } & {
912
+ alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
913
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
914
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
915
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
916
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
917
+ };
918
+ alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
919
+ base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
920
+ md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
921
+ lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
922
+ xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
923
+ };
924
+ placeItems?: "center" | {
925
+ base?: "center";
926
+ md?: "center";
927
+ lg?: "center";
928
+ xl?: "center";
929
+ };
930
+ justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
931
+ base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
932
+ md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
933
+ lg?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
934
+ xl?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
935
+ };
936
+ flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | {
937
+ base?: "nowrap" | "wrap" | "wrap-reverse";
938
+ md?: "nowrap" | "wrap" | "wrap-reverse";
939
+ lg?: "nowrap" | "wrap" | "wrap-reverse";
940
+ xl?: "nowrap" | "wrap" | "wrap-reverse";
941
+ };
942
+ display?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline" | {
943
+ base?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
944
+ md?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
945
+ lg?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
946
+ xl?: "none" | "block" | "flex" | "inline-flex" | "inline-grid" | "grid" | "inline-block" | "contents" | "inline";
947
+ };
948
+ flex?: "1" | "auto" | "none" | "initial" | {
949
+ base?: "1" | "auto" | "none" | "initial";
950
+ md?: "1" | "auto" | "none" | "initial";
951
+ lg?: "1" | "auto" | "none" | "initial";
952
+ xl?: "1" | "auto" | "none" | "initial";
953
+ };
954
+ width?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
955
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
956
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
957
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
958
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
959
+ };
960
+ height?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
961
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
962
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
963
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
964
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
965
+ };
966
+ minWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
967
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
968
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
969
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
970
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
971
+ };
972
+ minHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
973
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
974
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
975
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
976
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
977
+ };
978
+ maxWidth?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
979
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
980
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
981
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
982
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
983
+ };
984
+ maxHeight?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
985
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
986
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
987
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
988
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
989
+ };
990
+ flexDirection?: "column" | "row" | "column-reverse" | "row-reverse" | {
991
+ base?: "column" | "row" | "column-reverse" | "row-reverse";
992
+ md?: "column" | "row" | "column-reverse" | "row-reverse";
993
+ lg?: "column" | "row" | "column-reverse" | "row-reverse";
994
+ xl?: "column" | "row" | "column-reverse" | "row-reverse";
995
+ };
996
+ flexShrink?: "0" | "1" | {
997
+ base?: "0" | "1";
998
+ md?: "0" | "1";
999
+ lg?: "0" | "1";
1000
+ xl?: "0" | "1";
1001
+ };
1002
+ position?: "absolute" | "fixed" | "relative" | "sticky" | {
1003
+ base?: "absolute" | "fixed" | "relative" | "sticky";
1004
+ md?: "absolute" | "fixed" | "relative" | "sticky";
1005
+ lg?: "absolute" | "fixed" | "relative" | "sticky";
1006
+ xl?: "absolute" | "fixed" | "relative" | "sticky";
1007
+ };
1008
+ gap?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1009
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1010
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1011
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1012
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1013
+ };
1014
+ gridGap?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1015
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1016
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1017
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1018
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1019
+ };
1020
+ margin?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1021
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1022
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1023
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1024
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1025
+ };
1026
+ marginBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1027
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1028
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1029
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1030
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1031
+ };
1032
+ marginLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1033
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1034
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1035
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1036
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1037
+ };
1038
+ marginRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1039
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1040
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1041
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1042
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1043
+ };
1044
+ marginTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1045
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1046
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1047
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1048
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1049
+ };
1050
+ padding?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1051
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1052
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1053
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1054
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1055
+ };
1056
+ paddingBottom?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1057
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1058
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1059
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1060
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1061
+ };
1062
+ paddingLeft?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1063
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1064
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1065
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1066
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1067
+ };
1068
+ paddingRight?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1069
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1070
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1071
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1072
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1073
+ };
1074
+ paddingTop?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1075
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1076
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1077
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1078
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1079
+ };
1080
+ borderTopWidth?: "0" | "1" | "2" | "3" | {
1081
+ base?: "0" | "1" | "2" | "3";
1082
+ md?: "0" | "1" | "2" | "3";
1083
+ lg?: "0" | "1" | "2" | "3";
1084
+ xl?: "0" | "1" | "2" | "3";
1085
+ };
1086
+ borderRightWidth?: "0" | "1" | "2" | "3" | {
1087
+ base?: "0" | "1" | "2" | "3";
1088
+ md?: "0" | "1" | "2" | "3";
1089
+ lg?: "0" | "1" | "2" | "3";
1090
+ xl?: "0" | "1" | "2" | "3";
1091
+ };
1092
+ borderBottomWidth?: "0" | "1" | "2" | "3" | {
1093
+ base?: "0" | "1" | "2" | "3";
1094
+ md?: "0" | "1" | "2" | "3";
1095
+ lg?: "0" | "1" | "2" | "3";
1096
+ xl?: "0" | "1" | "2" | "3";
1097
+ };
1098
+ borderLeftWidth?: "0" | "1" | "2" | "3" | {
1099
+ base?: "0" | "1" | "2" | "3";
1100
+ md?: "0" | "1" | "2" | "3";
1101
+ lg?: "0" | "1" | "2" | "3";
1102
+ xl?: "0" | "1" | "2" | "3";
1103
+ };
1104
+ maxH?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
1105
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1106
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1107
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1108
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1109
+ };
1110
+ maxW?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
1111
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1112
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1113
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1114
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1115
+ };
1116
+ size?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
1117
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1118
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1119
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1120
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1121
+ };
1122
+ w?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
1123
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1124
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1125
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1126
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1127
+ };
1128
+ h?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22" | {
1129
+ base?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1130
+ md?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1131
+ lg?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1132
+ xl?: "0" | "1" | "2" | "3" | "10" | "20" | "4" | "5" | "6" | "7" | "8" | "full" | "screen" | "9" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "21" | "22";
1133
+ };
1134
+ p?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1135
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1136
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1137
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1138
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1139
+ };
1140
+ pt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1141
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1142
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1143
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1144
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1145
+ };
1146
+ pb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1147
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1148
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1149
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1150
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1151
+ };
1152
+ pl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1153
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1154
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1155
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1156
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1157
+ };
1158
+ pr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1159
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1160
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1161
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1162
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1163
+ };
1164
+ px?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1165
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1166
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1167
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1168
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1169
+ };
1170
+ py?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1171
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1172
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1173
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1174
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1175
+ };
1176
+ m?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1177
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1178
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1179
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1180
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1181
+ };
1182
+ mt?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1183
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1184
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1185
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1186
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1187
+ };
1188
+ mb?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1189
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1190
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1191
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1192
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1193
+ };
1194
+ ml?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1195
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1196
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1197
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1198
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1199
+ };
1200
+ mr?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1201
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1202
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1203
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1204
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1205
+ };
1206
+ mx?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1207
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1208
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1209
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1210
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1211
+ };
1212
+ my?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl" | {
1213
+ base?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1214
+ md?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1215
+ lg?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1216
+ xl?: "0" | "1" | "2" | "none" | "3" | "10" | "md" | "lg" | "xl" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12" | "2xs" | "xs" | "sm" | "2xl" | "3xl" | "4xl";
1217
+ };
1218
+ border?: "0" | "1" | "2" | "3" | {
1219
+ base?: "0" | "1" | "2" | "3";
1220
+ md?: "0" | "1" | "2" | "3";
1221
+ lg?: "0" | "1" | "2" | "3";
1222
+ xl?: "0" | "1" | "2" | "3";
1223
+ };
1224
+ borderB?: "0" | "1" | "2" | "3" | {
1225
+ base?: "0" | "1" | "2" | "3";
1226
+ md?: "0" | "1" | "2" | "3";
1227
+ lg?: "0" | "1" | "2" | "3";
1228
+ xl?: "0" | "1" | "2" | "3";
1229
+ };
1230
+ borderL?: "0" | "1" | "2" | "3" | {
1231
+ base?: "0" | "1" | "2" | "3";
1232
+ md?: "0" | "1" | "2" | "3";
1233
+ lg?: "0" | "1" | "2" | "3";
1234
+ xl?: "0" | "1" | "2" | "3";
1235
+ };
1236
+ borderR?: "0" | "1" | "2" | "3" | {
1237
+ base?: "0" | "1" | "2" | "3";
1238
+ md?: "0" | "1" | "2" | "3";
1239
+ lg?: "0" | "1" | "2" | "3";
1240
+ xl?: "0" | "1" | "2" | "3";
1241
+ };
1242
+ borderT?: "0" | "1" | "2" | "3" | {
1243
+ base?: "0" | "1" | "2" | "3";
1244
+ md?: "0" | "1" | "2" | "3";
1245
+ lg?: "0" | "1" | "2" | "3";
1246
+ xl?: "0" | "1" | "2" | "3";
1247
+ };
1248
+ } & {
1249
+ backgroundColor?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
1250
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1251
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1252
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1253
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1254
+ };
1255
+ borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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" | {
1256
+ base?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1257
+ active?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1258
+ focus?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1259
+ hover?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1260
+ };
1261
+ color?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited" | {
1262
+ base?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
1263
+ active?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
1264
+ focus?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
1265
+ hover?: "active" | "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" | "primary" | "secondary" | "error" | "warning" | "success" | "visited" | "inverted.primary" | "inverted.secondary" | "inverted.active" | "inverted.error" | "inverted.warning" | "inverted.success" | "inverted.visited";
1266
+ };
1267
+ outlineColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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" | {
1268
+ base?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1269
+ active?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1270
+ focus?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1271
+ hover?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "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";
1272
+ };
1273
+ bg?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt" | {
1274
+ base?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1275
+ active?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1276
+ focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1277
+ hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
1278
+ };
1279
+ } & {
1280
+ asChild?: boolean;
1281
+ className?: string;
1282
+ }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLDivElement>>;
1283
+
1284
+ type DataTableBodyProps = BoxProps<'div', {
1285
+ estimatedRowHeight?: number;
1286
+ bordered?: boolean;
1287
+ size?: 'sm' | 'md' | 'lg';
1288
+ }>;
1289
+ declare const DataTableBody: react.ForwardRefExoticComponent<{
1290
+ estimatedRowHeight?: number;
1291
+ bordered?: boolean;
1292
+ size?: "sm" | "md" | "lg";
1293
+ } & Omit<NonNullable<{
11
1294
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
12
1295
  borderStyle?: string;
13
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1296
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
14
1297
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
15
1298
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
16
1299
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -44,7 +1327,7 @@ declare const sprinkles: ((props: {
44
1327
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
45
1328
  overflow?: "auto" | "hidden" | "visible";
46
1329
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
47
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1330
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
48
1331
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
49
1332
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
50
1333
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -63,6 +1346,12 @@ declare const sprinkles: ((props: {
63
1346
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
64
1347
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
65
1348
  };
1349
+ placeItems?: "center" | {
1350
+ base?: "center";
1351
+ md?: "center";
1352
+ lg?: "center";
1353
+ xl?: "center";
1354
+ };
66
1355
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
67
1356
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
68
1357
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -412,24 +1701,26 @@ declare const sprinkles: ((props: {
412
1701
  focus?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
413
1702
  hover?: "default" | "transparent" | "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" | "alt" | "inverted" | "invertedAlt" | "palette.primary" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.tertiary" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.error" | "palette.error.muted" | "palette.error.contrast" | "palette.warning" | "palette.warning.muted" | "palette.warning.contrast" | "palette.success" | "palette.success.muted" | "palette.success.contrast" | "palette.upsell" | "palette.upsell.muted" | "palette.upsell.contrast" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.default" | "backdrop.alt";
414
1703
  };
415
- }) => string) & {
416
- properties: Set<"borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg">;
417
- };
418
- type Sprinkles = Parameters<typeof sprinkles>[0];
1704
+ } & {
1705
+ asChild?: boolean;
1706
+ className?: string;
1707
+ }>, "size"> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLDivElement>>;
1708
+
1709
+ declare const CheckBox: react__default.ForwardRefExoticComponent<any>;
419
1710
 
1711
+ type DataTableCheckboxProps = ComponentPropsWithoutRef<typeof CheckBox>;
420
1712
  /**
421
- * Creates a new type by extending T1 with T2, where T2's properties override T1's.
1713
+ * @group DataTable
422
1714
  */
423
- type ExtendProps<T1, T2> = NonNullable<T2> & Omit<NonNullable<T1>, keyof NonNullable<T1> & keyof NonNullable<T2>>;
1715
+ declare const DataTableCheckbox: react.ForwardRefExoticComponent<any>;
424
1716
 
425
- type BoxProps<T extends ElementType = 'div', P = unknown> = ExtendProps<ComponentPropsWithoutRef<T>, ExtendProps<Sprinkles & {
426
- asChild?: boolean;
427
- className?: string;
428
- }, P>>;
429
- declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
1717
+ declare function DataTableEditColumns(): _emotion_react_jsx_runtime.JSX.Element;
1718
+
1719
+ type DataTableHeaderProps = BoxProps;
1720
+ declare const DataTableHeader: react.ForwardRefExoticComponent<Omit<NonNullable<{
430
1721
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
431
1722
  borderStyle?: string;
432
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1723
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
433
1724
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
434
1725
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
435
1726
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -463,7 +1754,7 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
463
1754
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
464
1755
  overflow?: "auto" | "hidden" | "visible";
465
1756
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
466
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1757
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
467
1758
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
468
1759
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
469
1760
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -482,6 +1773,12 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
482
1773
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
483
1774
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
484
1775
  };
1776
+ placeItems?: "center" | {
1777
+ base?: "center";
1778
+ md?: "center";
1779
+ lg?: "center";
1780
+ xl?: "center";
1781
+ };
485
1782
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
486
1783
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
487
1784
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -836,11 +2133,6 @@ declare const Box: react.ForwardRefExoticComponent<Omit<NonNullable<{
836
2133
  className?: string;
837
2134
  }>, never> & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & react.RefAttributes<HTMLDivElement>>;
838
2135
 
839
- declare function extractBoxProps<S extends Record<string, unknown>>(props: S): {
840
- boxProps: Pick<S, ("borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg" | "styles" | "className") & keyof S>;
841
- restProps: Omit<S, "borderColor" | "fontFamily" | "typography" | "fontWeight" | "borderStyle" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "boxShadow" | "cursor" | "overflowX" | "overflowY" | "userSelect" | "touchAction" | "fontSize" | "fontStyle" | "lineHeight" | "letterSpacing" | "isolation" | "objectFit" | "pointerEvents" | "textTransform" | "textDecoration" | "visibility" | "wordBreak" | "wordWrap" | "textAlign" | "transitionProperty" | "shadow" | "transitionTimingFunction" | "transitionDuration" | "whiteSpace" | "zIndex" | "overflow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "z" | "gap" | "gridGap" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "alignItems" | "alignSelf" | "justifyContent" | "flexWrap" | "display" | "flex" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "flexDirection" | "flexShrink" | "position" | "borderTopWidth" | "borderRightWidth" | "borderBottomWidth" | "borderLeftWidth" | "maxH" | "maxW" | "size" | "w" | "h" | "p" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "backgroundColor" | "color" | "outlineColor" | "bg" | "styles" | "className">;
842
- };
843
-
844
2136
  declare function AccountIcon(props: BoxProps): _emotion_react_jsx_runtime.JSX.Element;
845
2137
 
846
2138
  declare function AlbumIcon(props: BoxProps): _emotion_react_jsx_runtime.JSX.Element;
@@ -1392,7 +2684,7 @@ declare const Table: react.ForwardRefExoticComponent<{
1392
2684
  } & Omit<NonNullable<{
1393
2685
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
1394
2686
  borderStyle?: string;
1395
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2687
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
1396
2688
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1397
2689
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1398
2690
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -1426,7 +2718,7 @@ declare const Table: react.ForwardRefExoticComponent<{
1426
2718
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
1427
2719
  overflow?: "auto" | "hidden" | "visible";
1428
2720
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
1429
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2721
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
1430
2722
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1431
2723
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1432
2724
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -1445,6 +2737,12 @@ declare const Table: react.ForwardRefExoticComponent<{
1445
2737
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
1446
2738
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
1447
2739
  };
2740
+ placeItems?: "center" | {
2741
+ base?: "center";
2742
+ md?: "center";
2743
+ lg?: "center";
2744
+ xl?: "center";
2745
+ };
1448
2746
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
1449
2747
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
1450
2748
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -1803,7 +3101,7 @@ type TableBodyProps = BoxProps<'tbody'>;
1803
3101
  declare const TableBody: react.ForwardRefExoticComponent<Omit<NonNullable<{
1804
3102
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
1805
3103
  borderStyle?: string;
1806
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3104
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
1807
3105
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1808
3106
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1809
3107
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -1837,7 +3135,7 @@ declare const TableBody: react.ForwardRefExoticComponent<Omit<NonNullable<{
1837
3135
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
1838
3136
  overflow?: "auto" | "hidden" | "visible";
1839
3137
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
1840
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3138
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
1841
3139
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1842
3140
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
1843
3141
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -1856,6 +3154,12 @@ declare const TableBody: react.ForwardRefExoticComponent<Omit<NonNullable<{
1856
3154
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
1857
3155
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
1858
3156
  };
3157
+ placeItems?: "center" | {
3158
+ base?: "center";
3159
+ md?: "center";
3160
+ lg?: "center";
3161
+ xl?: "center";
3162
+ };
1859
3163
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
1860
3164
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
1861
3165
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -2237,7 +3541,7 @@ declare const TableCell: react.ForwardRefExoticComponent<{
2237
3541
  } & Omit<NonNullable<{
2238
3542
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
2239
3543
  borderStyle?: string;
2240
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3544
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
2241
3545
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2242
3546
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2243
3547
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -2271,7 +3575,7 @@ declare const TableCell: react.ForwardRefExoticComponent<{
2271
3575
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
2272
3576
  overflow?: "auto" | "hidden" | "visible";
2273
3577
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
2274
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3578
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
2275
3579
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2276
3580
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2277
3581
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -2290,6 +3594,12 @@ declare const TableCell: react.ForwardRefExoticComponent<{
2290
3594
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
2291
3595
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
2292
3596
  };
3597
+ placeItems?: "center" | {
3598
+ base?: "center";
3599
+ md?: "center";
3600
+ lg?: "center";
3601
+ xl?: "center";
3602
+ };
2293
3603
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
2294
3604
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
2295
3605
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -2658,7 +3968,7 @@ declare const TableFooter: react.ForwardRefExoticComponent<{
2658
3968
  } & Omit<NonNullable<{
2659
3969
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
2660
3970
  borderStyle?: string;
2661
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3971
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
2662
3972
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2663
3973
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2664
3974
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -2692,7 +4002,7 @@ declare const TableFooter: react.ForwardRefExoticComponent<{
2692
4002
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
2693
4003
  overflow?: "auto" | "hidden" | "visible";
2694
4004
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
2695
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4005
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
2696
4006
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2697
4007
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
2698
4008
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -2711,6 +4021,12 @@ declare const TableFooter: react.ForwardRefExoticComponent<{
2711
4021
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
2712
4022
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
2713
4023
  };
4024
+ placeItems?: "center" | {
4025
+ base?: "center";
4026
+ md?: "center";
4027
+ lg?: "center";
4028
+ xl?: "center";
4029
+ };
2714
4030
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
2715
4031
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
2716
4032
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -3079,7 +4395,7 @@ declare const TableHeader: react.ForwardRefExoticComponent<{
3079
4395
  } & Omit<NonNullable<{
3080
4396
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
3081
4397
  borderStyle?: string;
3082
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4398
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3083
4399
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3084
4400
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3085
4401
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3113,7 +4429,7 @@ declare const TableHeader: react.ForwardRefExoticComponent<{
3113
4429
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
3114
4430
  overflow?: "auto" | "hidden" | "visible";
3115
4431
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
3116
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4432
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3117
4433
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3118
4434
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3119
4435
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3132,6 +4448,12 @@ declare const TableHeader: react.ForwardRefExoticComponent<{
3132
4448
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3133
4449
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3134
4450
  };
4451
+ placeItems?: "center" | {
4452
+ base?: "center";
4453
+ md?: "center";
4454
+ lg?: "center";
4455
+ xl?: "center";
4456
+ };
3135
4457
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
3136
4458
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
3137
4459
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -3513,7 +4835,7 @@ declare const TableHeaderCell: react.ForwardRefExoticComponent<{
3513
4835
  } & Omit<NonNullable<{
3514
4836
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
3515
4837
  borderStyle?: string;
3516
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4838
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3517
4839
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3518
4840
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3519
4841
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3547,7 +4869,7 @@ declare const TableHeaderCell: react.ForwardRefExoticComponent<{
3547
4869
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
3548
4870
  overflow?: "auto" | "hidden" | "visible";
3549
4871
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
3550
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4872
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3551
4873
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3552
4874
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3553
4875
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3566,6 +4888,12 @@ declare const TableHeaderCell: react.ForwardRefExoticComponent<{
3566
4888
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3567
4889
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3568
4890
  };
4891
+ placeItems?: "center" | {
4892
+ base?: "center";
4893
+ md?: "center";
4894
+ lg?: "center";
4895
+ xl?: "center";
4896
+ };
3569
4897
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
3570
4898
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
3571
4899
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -3924,7 +5252,7 @@ type TableRowProps = BoxProps<'tr'>;
3924
5252
  declare const TableRow: react.ForwardRefExoticComponent<Omit<NonNullable<{
3925
5253
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
3926
5254
  borderStyle?: string;
3927
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
5255
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3928
5256
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3929
5257
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3930
5258
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3958,7 +5286,7 @@ declare const TableRow: react.ForwardRefExoticComponent<Omit<NonNullable<{
3958
5286
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
3959
5287
  overflow?: "auto" | "hidden" | "visible";
3960
5288
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
3961
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
5289
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
3962
5290
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3963
5291
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
3964
5292
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -3977,6 +5305,12 @@ declare const TableRow: react.ForwardRefExoticComponent<Omit<NonNullable<{
3977
5305
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3978
5306
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
3979
5307
  };
5308
+ placeItems?: "center" | {
5309
+ base?: "center";
5310
+ md?: "center";
5311
+ lg?: "center";
5312
+ xl?: "center";
5313
+ };
3980
5314
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
3981
5315
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
3982
5316
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -4369,7 +5703,7 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
4369
5703
  }, never> & Omit<NonNullable<{
4370
5704
  borderColor?: "decorative.transparent" | "decorative.default" | "decorative.inverted" | "interactive.default" | "interactive.active" | "interactive.error" | "interactive.upsell" | "interactive.warning" | "interactive.success" | "interactive.focused";
4371
5705
  borderStyle?: string;
4372
- borderRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
5706
+ borderRadius?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
4373
5707
  borderTopLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4374
5708
  borderTopRightRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4375
5709
  borderBottomLeftRadius?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -4403,7 +5737,7 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
4403
5737
  zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "75" | "100";
4404
5738
  overflow?: "auto" | "hidden" | "visible";
4405
5739
  shadow?: "0" | "1" | "2" | "3" | "4" | "5";
4406
- rounded?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
5740
+ rounded?: "0" | "1" | "inherit" | "2" | "3" | "4" | "5" | "6" | "7";
4407
5741
  roundedT?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4408
5742
  roundedB?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
4409
5743
  roundedL?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -4422,6 +5756,12 @@ declare const Text: react.ForwardRefExoticComponent<Omit<{
4422
5756
  lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
4423
5757
  xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
4424
5758
  };
5759
+ placeItems?: "center" | {
5760
+ base?: "center";
5761
+ md?: "center";
5762
+ lg?: "center";
5763
+ xl?: "center";
5764
+ };
4425
5765
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset" | {
4426
5766
  base?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
4427
5767
  md?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "unset";
@@ -4824,5 +6164,5 @@ declare namespace TooltipTrigger {
4824
6164
  var displayName: string;
4825
6165
  }
4826
6166
 
4827
- export { AccountIcon, AlbumIcon, AnalyticsIcon, AppsIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArtistIcon, AssetIcon, AudioIcon, AudioOffIcon, BookmarkIcon, BookmarkOffIcon, Box, BroadcastIcon, CalendarIcon, CatalogIcon, ChannelIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CinemaIcon, ClaimIcon, CloseIcon, ColumnChooserIcon, CompositionIcon, ConcertIcon, ConflictIcon, ConvertIcon, CopyIcon, CueSheetIcon, DashboardIcon, DatasetIcon, DeleteIcon, DeliveryIcon, DetailsIcon, Dialog, DialogBody, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DigitalIcon, DistributionIcon, DownloadIcon, EarningsIcon, EditIcon, EntitiesIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FavoriteIcon, FavoriteOffIcon, FileIcon, FilterIcon, FlagIcon, FlagOffIcon, ForwardIcon, FreezeIcon, HelpIcon, ICONS, Icon, ImageIcon, ImageOffIcon, IncomeIcon, InformationalIcon, InsightIcon, InvoiceIcon, IssueIcon, KeywordIcon, LanguageIcon, LegalIcon, LicenseIcon, LinkIcon, LocationIcon, LockIcon, LoginIcon, LogoutIcon, MailIcon, ManualIcon, MediaFileIcon, Menu, MenuContent, MenuDescription, MenuHeader, MenuIcon, MenuItem, MenuLabel, MenuSection, MenuSeparator, MenuSubmenu, MenuTrigger, MinusIcon, MoreOptionsIcon, NextIcon, NotificationIcon, OrganizationIcon, PageFirstIcon, PageLastIcon, PairIcon, PauseIcon, PendingIcon, PlayIcon, PlaycountIcon, PlusIcon, PolicyIcon, Popover, PopoverBody, PopoverContent, PopoverDescription, PopoverFooter, PopoverHeader, PopoverTitle, PopoverTrigger, PreviousIcon, PublicPerformanceIcon, PublisherIcon, RadioIcon, RecordLabelIcon, RecordingIcon, RedoIcon, RefreshIcon, ReportIcon, RestoreIcon, ResumeIcon, ReviewIcon, RewindIcon, RoleIcon, SearchFilledIcon, SearchIcon, SettingsIcon, ShareIcon, SortAscendingIcon, SortDescendingIcon, SortIcon, StatusIndicatorIcon, StopIcon, SuccessIcon, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, TagIcon, TelevisionIcon, Text, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, Tooltip, TooltipContent, TooltipTrigger, TrendingDownIcon, TrendingUpIcon, TriangleDownIcon, TriangleLeftIcon, TriangleRightIcon, TriangleUpIcon, UndoIcon, UnfreezeIcon, UnlinkIcon, UnlockIcon, UnpairIcon, UnverifiedIcon, UpdateIcon, UploadIcon, UsageIcon, UserIcon, UsersIcon, VerifiedIcon, VideoIcon, VideoOffIcon, WarningIcon, WorkIcon, WriterIcon, YouTubeIcon, extractBoxProps, useTheme };
4828
- export type { BoxProps, DialogBodyProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogTitleProps, IconProps, MenuContentProps, MenuHeaderProps, MenuItemProps, MenuSectionProps, MenuTriggerProps, PopoverContentProps, PopoverProps, TableBodyProps, TableCellProps, TableFooterProps, TableHeaderCellProps, TableHeaderProps, TableProps, TableRowProps, TextProps, TooltipContentProps, TooltipProps };
6167
+ export { AccountIcon, AlbumIcon, AnalyticsIcon, AppsIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArtistIcon, AssetIcon, AudioIcon, AudioOffIcon, BookmarkIcon, BookmarkOffIcon, Box, BroadcastIcon, CalendarIcon, CatalogIcon, ChannelIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CinemaIcon, ClaimIcon, CloseIcon, ColumnChooserIcon, CompositionIcon, ConcertIcon, ConflictIcon, ConvertIcon, CopyIcon, CueSheetIcon, DashboardIcon, DataTable, DataTableBody, DataTableCheckbox, DataTableEditColumns, DataTableHeader, DatasetIcon, DeleteIcon, DeliveryIcon, DetailsIcon, Dialog, DialogBody, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DigitalIcon, DistributionIcon, DownloadIcon, EarningsIcon, EditIcon, EntitiesIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FavoriteIcon, FavoriteOffIcon, FileIcon, FilterIcon, FlagIcon, FlagOffIcon, ForwardIcon, FreezeIcon, HelpIcon, ICONS, Icon, ImageIcon, ImageOffIcon, IncomeIcon, InformationalIcon, InsightIcon, InvoiceIcon, IssueIcon, KeywordIcon, LanguageIcon, LegalIcon, LicenseIcon, LinkIcon, LocationIcon, LockIcon, LoginIcon, LogoutIcon, MailIcon, ManualIcon, MediaFileIcon, Menu, MenuContent, MenuDescription, MenuHeader, MenuIcon, MenuItem, MenuLabel, MenuSection, MenuSeparator, MenuSubmenu, MenuTrigger, MinusIcon, MoreOptionsIcon, NextIcon, NotificationIcon, OrganizationIcon, PageFirstIcon, PageLastIcon, PairIcon, PauseIcon, PendingIcon, PlayIcon, PlaycountIcon, PlusIcon, PolicyIcon, Popover, PopoverBody, PopoverContent, PopoverDescription, PopoverFooter, PopoverHeader, PopoverTitle, PopoverTrigger, PreviousIcon, PublicPerformanceIcon, PublisherIcon, RadioIcon, RecordLabelIcon, RecordingIcon, RedoIcon, RefreshIcon, ReportIcon, RestoreIcon, ResumeIcon, ReviewIcon, RewindIcon, RoleIcon, SearchFilledIcon, SearchIcon, SettingsIcon, ShareIcon, SortAscendingIcon, SortDescendingIcon, SortIcon, StatusIndicatorIcon, StopIcon, SuccessIcon, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, TagIcon, TelevisionIcon, Text, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, Tooltip, TooltipContent, TooltipTrigger, TrendingDownIcon, TrendingUpIcon, TriangleDownIcon, TriangleLeftIcon, TriangleRightIcon, TriangleUpIcon, UndoIcon, UnfreezeIcon, UnlinkIcon, UnlockIcon, UnpairIcon, UnverifiedIcon, UpdateIcon, UploadIcon, UsageIcon, UserIcon, UsersIcon, VerifiedIcon, VideoIcon, VideoOffIcon, WarningIcon, WorkIcon, WriterIcon, YouTubeIcon, extractBoxProps, useTheme };
6168
+ export type { BoxProps, DataTableBodyProps, DataTableCheckboxProps, DataTableHeaderProps, DataTableProps, DialogBodyProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogTitleProps, IconProps, MenuContentProps, MenuHeaderProps, MenuItemProps, MenuSectionProps, MenuTriggerProps, PopoverContentProps, PopoverProps, TableBodyProps, TableCellProps, TableFooterProps, TableHeaderCellProps, TableHeaderProps, TableProps, TableRowProps, TextProps, TooltipContentProps, TooltipProps };