@optiaxiom/react 0.1.0-next.9 → 0.2.0

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 (384) hide show
  1. package/README.md +1 -9
  2. package/dist/Link-Cb4M-bVP.d.ts +4416 -0
  3. package/dist/assets/src/alert-dialog-content/AlertDialogContent.css.ts.vanilla-8Sww1h8x.css +24 -0
  4. package/dist/assets/src/alert-dialog-footer/AlertDialogFooter.css.ts.vanilla-BCpY-gV3.css +6 -0
  5. package/dist/assets/src/autocomplete-content/AutocompleteContent.css.ts.vanilla-CS3SCfDf.css +10 -0
  6. package/dist/assets/src/avatar/Avatar.css.ts.vanilla-Cc1W2rt5.css +27 -0
  7. package/dist/assets/src/badge/Badge.css.ts.vanilla-B0wZYAIY.css +46 -0
  8. package/dist/assets/src/box/Box.css.ts.vanilla-CJfUe_xA.css +87 -0
  9. package/dist/assets/src/button/Button.css.ts.vanilla-f0BfuF2p.css +146 -0
  10. package/dist/assets/src/checkbox/Checkbox.css.ts.vanilla-BLLzwfIm.css +18 -0
  11. package/dist/assets/src/code/Code.css.ts.vanilla-BhMJSr08.css +7 -0
  12. package/dist/assets/src/{dialog/Dialog.css.ts.vanilla-B7OE7tnX.css → dialog-content/DialogContent.css.ts.vanilla-4xWP5FmU.css} +11 -10
  13. package/dist/assets/src/disclosure-content/DisclosureContent.css.ts.vanilla-5Qn4T1yb.css +25 -0
  14. package/dist/assets/src/disclosure-trigger/DisclosureTrigger.css.ts.vanilla-DO1ghUoN.css +19 -0
  15. package/dist/assets/src/drawer/Drawer.css.ts.vanilla-Cf7PEhhe.css +30 -0
  16. package/dist/assets/src/hover-card-content/HoverCardContent.css.ts.vanilla-htO9pEH1.css +7 -0
  17. package/dist/assets/src/indicator/Indicator.css.ts.vanilla-Dc2WTJBB.css +36 -0
  18. package/dist/assets/src/input-base/InputBase.css.ts.vanilla-D9bBsPhX.css +87 -0
  19. package/dist/assets/src/kbd/Kbd.css.ts.vanilla-C-36TI1F.css +9 -0
  20. package/dist/assets/src/layers/layers.css.ts.vanilla-79mCcHcb.css +1 -0
  21. package/dist/assets/src/link/Link.css.ts.vanilla-neN-iY37.css +35 -0
  22. package/dist/assets/src/menu-content-base/MenuContentBase.css.ts.vanilla-Cc4WMGHB.css +21 -0
  23. package/dist/assets/src/menu-item-base/MenuItemBase.css.ts.vanilla-BKtu4IMK.css +30 -0
  24. package/dist/assets/src/pagination/Pagination.css.ts.vanilla-C6E_uS36.css +6 -0
  25. package/dist/assets/src/pill/Pill.css.ts.vanilla-DnHV9sII.css +12 -0
  26. package/dist/assets/src/radio/Radio.css.ts.vanilla-uSwsEcjC.css +13 -0
  27. package/dist/assets/src/search-input/SearchInput.css.ts.vanilla-DRteGRTF.css +6 -0
  28. package/dist/assets/src/select-content/SelectContent.css.ts.vanilla-CBJPmfxK.css +7 -0
  29. package/dist/assets/src/separator/Separator.css.ts.vanilla-P1XO1rTW.css +45 -0
  30. package/dist/assets/src/side-nav-item/SideNavItem.css.ts.vanilla-BvkdhlHG.css +6 -0
  31. package/dist/assets/src/skeleton/Skeleton.css.ts.vanilla-CKv-1wd9.css +6 -0
  32. package/dist/assets/src/sprinkles/{sprinkles.css.ts.vanilla-3EoQkW4g.css → properties.css.ts.vanilla-B_ehm9Il.css} +2465 -2887
  33. package/dist/assets/src/switch/Switch.css.ts.vanilla-DA2VnAtq.css +26 -0
  34. package/dist/assets/src/table/Table.css.ts.vanilla-CgY7Gdzg.css +9 -0
  35. package/dist/assets/src/table-body/TableBody.css.ts.vanilla-BNCbVUtX.css +6 -0
  36. package/dist/assets/src/table-cell/TableCell.css.ts.vanilla-BMr5qpLj.css +10 -0
  37. package/dist/assets/src/table-header-cell/TableHeaderCell.css.ts.vanilla-D5Nizo77.css +6 -0
  38. package/dist/assets/src/table-row/TableRow.css.ts.vanilla-BwAVjqZ1.css +4 -0
  39. package/dist/assets/src/tabs/Tabs.css.ts.vanilla-Q1iJ6rjZ.css +9 -0
  40. package/dist/assets/src/tabs-list/TabsList.css.ts.vanilla-Bx9t_lkp.css +23 -0
  41. package/dist/assets/src/tabs-trigger/TabsTrigger.css.ts.vanilla-Ces6N8wW.css +35 -0
  42. package/dist/assets/src/text/{Text.css.ts.vanilla-DK_dMlGe.css → Text.css.ts.vanilla-BE-Fps5x.css} +9 -9
  43. package/dist/assets/src/textarea-autosize/TextareaAutosize.css.ts.vanilla-D7KvX_iO.css +34 -0
  44. package/dist/assets/src/toast/Toast.css.ts.vanilla-DKNlNBpb.css +92 -0
  45. package/dist/assets/src/toast-provider/ToastProvider.css.ts.vanilla-5tmJ5uCB.css +34 -0
  46. package/dist/assets/src/toggle-input/ToggleInput.css.ts.vanilla-7tBLQzKd.css +22 -0
  47. package/dist/assets/src/toggle-input-control/ToggleInputControl.css.ts.vanilla-UmcCg7ux.css +10 -0
  48. package/dist/assets/src/transition/Transition.css.ts.vanilla-CEVbotiB.css +56 -0
  49. package/dist/index.d.ts +932 -1659
  50. package/dist/index.js +102 -37
  51. package/dist/package.json.js +3 -0
  52. package/dist/src/alert/Alert-css.js +7 -0
  53. package/dist/src/alert/Alert.js +42 -0
  54. package/dist/src/alert-description/AlertDescription.js +10 -0
  55. package/dist/src/alert-dialog/AlertDialog.js +22 -0
  56. package/dist/src/alert-dialog-action/AlertDialogAction.js +15 -0
  57. package/dist/src/alert-dialog-cancel/AlertDialogCancel.js +15 -0
  58. package/dist/src/alert-dialog-content/AlertDialogContent-css.js +8 -0
  59. package/dist/src/alert-dialog-content/AlertDialogContent.js +19 -0
  60. package/dist/src/alert-dialog-context/AlertDialogContext.js +5 -0
  61. package/dist/src/alert-dialog-description/AlertDialogDescription-css.js +6 -0
  62. package/dist/src/alert-dialog-description/AlertDialogDescription.js +12 -0
  63. package/dist/src/alert-dialog-footer/AlertDialogFooter-css.js +7 -0
  64. package/dist/src/alert-dialog-footer/AlertDialogFooter.js +11 -0
  65. package/dist/src/alert-dialog-title/AlertDialogTitle.js +34 -0
  66. package/dist/src/alert-dialog-trigger/AlertDialogTrigger.js +15 -0
  67. package/dist/src/alert-title/AlertTitle.js +12 -0
  68. package/dist/{animate-presence → src/animate-presence}/AnimatePresence.js +11 -5
  69. package/dist/src/autocomplete/Autocomplete.js +87 -0
  70. package/dist/src/autocomplete-content/AutocompleteContent-css.js +7 -0
  71. package/dist/src/autocomplete-content/AutocompleteContent.js +25 -0
  72. package/dist/src/autocomplete-context/AutocompleteContext.js +5 -0
  73. package/dist/src/autocomplete-empty-item/AutocompleteEmptyItem.js +30 -0
  74. package/dist/src/autocomplete-item/AutocompletItem.js +39 -0
  75. package/dist/src/autocomplete-item-indicator/AutocompleteItemIndicator.js +20 -0
  76. package/dist/src/autocomplete-list/AutocompleteList.js +19 -0
  77. package/dist/src/autocomplete-list-context/AutocompleteListContext.js +5 -0
  78. package/dist/src/autocomplete-trigger/AutocompleteTrigger.js +50 -0
  79. package/dist/src/avatar/Avatar-css.js +10 -0
  80. package/dist/{avatar → src/avatar}/Avatar.js +9 -7
  81. package/dist/src/avatar-context/AvatarContext.js +7 -0
  82. package/dist/src/avatar-group/AvatarGroup-css.js +7 -0
  83. package/dist/src/avatar-group/AvatarGroup.js +14 -0
  84. package/dist/src/axiom-provider/AxiomProvider.js +25 -0
  85. package/dist/src/badge/Badge-css.js +7 -0
  86. package/dist/src/badge/Badge.js +31 -0
  87. package/dist/src/banner/Banner-css.js +7 -0
  88. package/dist/src/banner/Banner.js +42 -0
  89. package/dist/src/banner-description/BannerDescription.js +10 -0
  90. package/dist/src/banner-title/BannerTitle.js +12 -0
  91. package/dist/src/box/Box-css.js +7 -0
  92. package/dist/{box → src/box}/Box.js +6 -5
  93. package/dist/src/breadcrumb/Breadcrumb.js +16 -0
  94. package/dist/src/breadcrumb-ellipsis/BreadcrumbEllipsis.js +10 -0
  95. package/dist/src/breadcrumb-item/BreadcrumbItem.js +16 -0
  96. package/dist/src/breadcrumb-link/BreadcrumbLink.js +12 -0
  97. package/dist/src/breadcrumb-page/BreadcrumbPage.js +12 -0
  98. package/dist/src/breadcrumb-separator/BreadcrumbSeparator.js +14 -0
  99. package/dist/src/button/Button-css.js +12 -0
  100. package/dist/src/button/Button.js +108 -0
  101. package/dist/src/button-group/ButtonGroup-css.js +7 -0
  102. package/dist/src/checkbox/Checkbox-css.js +13 -0
  103. package/dist/src/checkbox/Checkbox.js +40 -0
  104. package/dist/src/code/Code-css.js +7 -0
  105. package/dist/{code → src/code}/Code.js +2 -1
  106. package/dist/src/dialog/Dialog.js +22 -0
  107. package/dist/src/dialog-body/DialogBody-css.js +6 -0
  108. package/dist/{dialog-body → src/dialog-body}/DialogBody.js +2 -2
  109. package/dist/src/dialog-close/DialogClose.js +17 -0
  110. package/dist/src/dialog-content/DialogContent-css.js +9 -0
  111. package/dist/src/dialog-content/DialogContent.js +37 -0
  112. package/dist/src/dialog-context/DialogContext.js +5 -0
  113. package/dist/src/dialog-description/DialogDescription.js +23 -0
  114. package/dist/{dialog-footer → src/dialog-footer}/DialogFooter-css.js +1 -1
  115. package/dist/{dialog-footer → src/dialog-footer}/DialogFooter.js +2 -2
  116. package/dist/src/dialog-title/DialogTitle.js +25 -0
  117. package/dist/src/dialog-trigger/DialogTrigger.js +17 -0
  118. package/dist/src/disclosure/Disclosure.js +13 -0
  119. package/dist/src/disclosure-content/DisclosureContent-css.js +7 -0
  120. package/dist/src/disclosure-content/DisclosureContent.js +12 -0
  121. package/dist/src/disclosure-trigger/DisclosureTrigger-css.js +8 -0
  122. package/dist/src/disclosure-trigger/DisclosureTrigger.js +27 -0
  123. package/dist/src/downshift/useCombobox.js +11 -0
  124. package/dist/src/downshift/useDelayedState.js +26 -0
  125. package/dist/src/downshift/useForceRerender.js +12 -0
  126. package/dist/src/downshift/usePortalPatch.js +18 -0
  127. package/dist/src/downshift/useSelect.js +11 -0
  128. package/dist/src/drawer/Drawer-css.js +9 -0
  129. package/dist/src/drawer/Drawer.js +55 -0
  130. package/dist/src/drawer-body/DrawerBody.js +24 -0
  131. package/dist/src/drawer-footer/DrawerFooter.js +24 -0
  132. package/dist/src/drawer-title/DrawerTitle.js +18 -0
  133. package/dist/src/dropdown-menu/DropdownMenu.js +22 -0
  134. package/dist/src/dropdown-menu-content/DropdownMenuContent.js +22 -0
  135. package/dist/src/dropdown-menu-context/DropdownMenuContext.js +5 -0
  136. package/dist/src/dropdown-menu-item/DropdownMenuItem.js +11 -0
  137. package/dist/src/dropdown-menu-label/DropdownMenuLabel.js +25 -0
  138. package/dist/src/dropdown-menu-separator/DropdownMenuSeparator.js +9 -0
  139. package/dist/src/dropdown-menu-sub/DropdownMenuSub.js +22 -0
  140. package/dist/src/dropdown-menu-sub-content/DropdownMenuSubContent.js +30 -0
  141. package/dist/src/dropdown-menu-sub-context/DropdownMenuSubContext.js +5 -0
  142. package/dist/src/dropdown-menu-sub-trigger/DropdownMenuSubTrigger.js +12 -0
  143. package/dist/src/dropdown-menu-trigger/DropdownMenuTrigger.js +15 -0
  144. package/dist/src/field/Field.js +121 -0
  145. package/dist/src/field-context/FieldContext.js +5 -0
  146. package/dist/src/field-context/useFieldContext.js +11 -0
  147. package/dist/{flex → src/flex}/Flex.js +2 -1
  148. package/dist/{grid → src/grid}/Grid.js +1 -1
  149. package/dist/{heading → src/heading}/Heading.js +2 -2
  150. package/dist/src/hover-card/HoverCard.js +41 -0
  151. package/dist/src/hover-card-content/HoverCardContent-css.js +7 -0
  152. package/dist/src/hover-card-content/HoverCardContent.js +68 -0
  153. package/dist/src/hover-card-context/HoverCardContext.js +5 -0
  154. package/dist/src/hover-card-trigger/HoverCardTrigger.js +29 -0
  155. package/dist/src/icon/Icon.js +12 -0
  156. package/dist/src/icons/IconAngleDown.js +20 -0
  157. package/dist/src/icons/IconAngleLeft.js +20 -0
  158. package/dist/src/icons/IconAngleRight.js +20 -0
  159. package/dist/src/icons/IconCheck.js +23 -0
  160. package/dist/src/icons/IconCircleCheckFilled.js +19 -0
  161. package/dist/src/icons/IconCircleExclamationFilled.js +19 -0
  162. package/dist/src/icons/IconCircleInfoFilled.js +19 -0
  163. package/dist/src/icons/IconCircleQuestion.js +20 -0
  164. package/dist/src/icons/IconEllipsis.js +35 -0
  165. package/dist/src/icons/IconMagnifyingGlass.js +31 -0
  166. package/dist/src/icons/IconMinus.js +19 -0
  167. package/dist/src/icons/IconTriangleExclamation.js +20 -0
  168. package/dist/src/icons/IconTriangleExclamationFilled.js +19 -0
  169. package/dist/src/icons/IconUpRightFromSquare.js +40 -0
  170. package/dist/src/icons/IconX.js +17 -0
  171. package/dist/src/icons/withIcon.js +31 -0
  172. package/dist/src/indicator/Indicator-css.js +9 -0
  173. package/dist/src/indicator/Indicator.js +52 -0
  174. package/dist/src/input/Input-css.js +7 -0
  175. package/dist/src/input/Input.js +35 -0
  176. package/dist/src/input-base/InputBase-css.js +9 -0
  177. package/dist/src/input-base/InputBase.js +80 -0
  178. package/dist/src/kbd/Kbd-css.js +8 -0
  179. package/dist/src/kbd/Kbd.js +31 -0
  180. package/dist/src/layers/layers-css.js +8 -0
  181. package/dist/src/link/Link-css.js +8 -0
  182. package/dist/src/link/Link.js +52 -0
  183. package/dist/src/menu-button/MenuButton.js +23 -0
  184. package/dist/src/menu-content-base/MenuContentBase-css.js +7 -0
  185. package/dist/src/menu-content-base/MenuContentBase.js +42 -0
  186. package/dist/src/menu-item-base/MenuItemBase-css.js +7 -0
  187. package/dist/src/menu-item-base/MenuItemBase.js +53 -0
  188. package/dist/src/pagination/Pagination-css.js +7 -0
  189. package/dist/src/pagination/Pagination.js +91 -0
  190. package/dist/src/pill/Pill-css.js +7 -0
  191. package/dist/src/pill/Pill.js +39 -0
  192. package/dist/src/popover/Popover.js +22 -0
  193. package/dist/src/popover-anchor/PopoverAnchor.js +13 -0
  194. package/dist/src/popover-content/PopoverContent.js +41 -0
  195. package/dist/src/popover-context/PopoverContext.js +5 -0
  196. package/dist/src/popover-trigger/PopoverTrigger.js +15 -0
  197. package/dist/{progress → src/progress}/Progress.js +1 -1
  198. package/dist/src/radio/Radio-css.js +12 -0
  199. package/dist/src/radio/Radio.js +75 -0
  200. package/dist/src/radio-group/RadioGroup.js +58 -0
  201. package/dist/src/radio-group-context/RadioGroupContext.js +5 -0
  202. package/dist/src/search-input/SearchInput-css.js +8 -0
  203. package/dist/src/search-input/SearchInput.js +69 -0
  204. package/dist/src/segmented-control/SegmentedControl.js +11 -0
  205. package/dist/src/segmented-control-item/SegmentedControlItem.js +20 -0
  206. package/dist/src/select/Select.js +64 -0
  207. package/dist/src/select-content/SelectContent-css.js +7 -0
  208. package/dist/src/select-content/SelectContent.js +35 -0
  209. package/dist/src/select-context/SelectContext.js +5 -0
  210. package/dist/src/select-item/SelectItem.js +40 -0
  211. package/dist/src/select-item-context/SelectItemContext.js +5 -0
  212. package/dist/src/select-item-indicator/SelectItemIndicator.js +20 -0
  213. package/dist/src/select-label/SelectLabel.js +23 -0
  214. package/dist/src/select-separator/SelectSeparator.js +17 -0
  215. package/dist/src/select-trigger/SelectTrigger.js +41 -0
  216. package/dist/src/select-value/SelectValue.js +14 -0
  217. package/dist/src/separator/Separator-css.js +9 -0
  218. package/dist/src/side-nav/SideNav.js +72 -0
  219. package/dist/src/side-nav-account-item/SideNavAccountItem.js +36 -0
  220. package/dist/src/side-nav-context/SideNavContext.js +5 -0
  221. package/dist/src/side-nav-item/SideNavItem-css.js +9 -0
  222. package/dist/src/side-nav-item/SideNavItem.js +53 -0
  223. package/dist/src/side-nav-toggle/SideNavToggle.js +24 -0
  224. package/dist/src/skeleton/Skeleton-css.js +7 -0
  225. package/dist/src/spinner/Spinner.js +67 -0
  226. package/dist/src/sprinkles/createSprinklesMerge.js +46 -0
  227. package/dist/{sprinkles → src/sprinkles}/extractSprinkles.js +4 -2
  228. package/dist/src/sprinkles/properties-css.js +7 -0
  229. package/dist/src/sprinkles/sprinkles.js +11 -0
  230. package/dist/src/sprinkles/sprinklesMerge.js +9 -0
  231. package/dist/src/switch/Switch-css.js +12 -0
  232. package/dist/src/switch/Switch.js +46 -0
  233. package/dist/src/table/Table-css.js +8 -0
  234. package/dist/src/table/Table.js +11 -0
  235. package/dist/src/table-body/TableBody-css.js +7 -0
  236. package/dist/src/table-body/TableBody.js +11 -0
  237. package/dist/src/table-cell/TableCell-css.js +8 -0
  238. package/dist/src/table-cell/TableCell.js +13 -0
  239. package/dist/src/table-head/TableHead.js +10 -0
  240. package/dist/src/table-header-cell/TableHeaderCell-css.js +7 -0
  241. package/dist/src/table-header-cell/TableHeaderCell.js +11 -0
  242. package/dist/src/table-row/TableRow-css.js +7 -0
  243. package/dist/src/table-row/TableRow.js +11 -0
  244. package/dist/src/tabs/Tabs-css.js +7 -0
  245. package/dist/src/tabs/Tabs.js +19 -0
  246. package/dist/src/tabs-content/TabsContent.js +17 -0
  247. package/dist/src/tabs-context/TabsContext.js +5 -0
  248. package/dist/src/tabs-list/TabsList-css.js +7 -0
  249. package/dist/src/tabs-list/TabsList.js +16 -0
  250. package/dist/src/tabs-trigger/TabsTrigger-css.js +8 -0
  251. package/dist/src/tabs-trigger/TabsTrigger.js +47 -0
  252. package/dist/src/text/Text-css.js +7 -0
  253. package/dist/{text → src/text}/Text.js +2 -2
  254. package/dist/src/textarea/Textarea.js +15 -0
  255. package/dist/src/textarea-autosize/TextareaAutosize-css.js +9 -0
  256. package/dist/src/textarea-autosize/TextareaAutosize.js +44 -0
  257. package/dist/src/theme-provider/ThemeProvider.js +25 -0
  258. package/dist/src/toast/Toast-css.js +9 -0
  259. package/dist/src/toast/Toast.js +53 -0
  260. package/dist/src/toast-action/ToastAction.js +26 -0
  261. package/dist/src/toast-provider/ToastProvider-css.js +7 -0
  262. package/dist/src/toast-provider/ToastProvider.js +102 -0
  263. package/dist/src/toast-provider/useOverflowAnchor.js +34 -0
  264. package/dist/src/toast-title/ToastTitle.js +13 -0
  265. package/dist/src/toggle-button/ToggleButton.js +13 -0
  266. package/dist/src/toggle-input/ToggleInput-css.js +8 -0
  267. package/dist/src/toggle-input/ToggleInput.js +30 -0
  268. package/dist/src/toggle-input-content/ToggleInputContent.js +10 -0
  269. package/dist/src/toggle-input-context/ToggleInputContext.js +5 -0
  270. package/dist/src/toggle-input-control/ToggleInputControl-css.js +9 -0
  271. package/dist/src/toggle-input-control/ToggleInputControl.js +11 -0
  272. package/dist/src/toggle-input-description/ToggleInputDescription.js +22 -0
  273. package/dist/src/toggle-input-hidden-input/ToggleInputHiddenInput-css.js +6 -0
  274. package/dist/src/toggle-input-hidden-input/ToggleInputHiddenInput.js +30 -0
  275. package/dist/src/toggle-input-label/ToggleInputLabel.js +12 -0
  276. package/dist/src/tooltip/Tooltip.js +38 -0
  277. package/dist/src/tooltip-content/TooltipContent-css.js +6 -0
  278. package/dist/src/tooltip-content/TooltipContent.js +46 -0
  279. package/dist/src/tooltip-context/TooltipContext.js +5 -0
  280. package/dist/src/tooltip-root/TooltipRoot.js +65 -0
  281. package/dist/src/tooltip-trigger/TooltipTrigger.js +19 -0
  282. package/dist/src/transition/Transition-css.js +8 -0
  283. package/dist/src/transition/Transition.js +42 -0
  284. package/dist/src/transition/TransitionGlobalConfig.js +5 -0
  285. package/dist/src/use-event/useEffectEvent.js +13 -0
  286. package/dist/src/utils/conditions.js +13 -0
  287. package/dist/src/utils/fallbackSpan.js +6 -0
  288. package/dist/src/utils/mapValues.js +9 -0
  289. package/dist/{vanilla-extract → src/vanilla-extract}/recipeRuntime.js +4 -2
  290. package/dist/unstable.d.ts +270 -0
  291. package/dist/unstable.js +28 -0
  292. package/package.json +40 -16
  293. package/dist/alert-dialog/AlertDialog-css.js +0 -12
  294. package/dist/alert-dialog/AlertDialog.js +0 -51
  295. package/dist/assets/src/alert-dialog/AlertDialog.css.ts.vanilla-CeDk9JQ5.css +0 -29
  296. package/dist/assets/src/avatar/Avatar.css.ts.vanilla-CihLlW6Z.css +0 -6
  297. package/dist/assets/src/box/Box.css.ts.vanilla-DMx7YI4c.css +0 -72
  298. package/dist/assets/src/button/Button.css.ts.vanilla-CmOG82Kg.css +0 -125
  299. package/dist/assets/src/button-group/ButtonGroup.css.ts.vanilla-4BGjgIuZ.css +0 -4
  300. package/dist/assets/src/checkbox/Checkbox.css.ts.vanilla-w5cdPwHc.css +0 -23
  301. package/dist/assets/src/chip/Chip.css.ts.vanilla-SD4SsrSx.css +0 -26
  302. package/dist/assets/src/code/Code.css.ts.vanilla-Dz07Qp9h.css +0 -7
  303. package/dist/assets/src/control-base/ControlBase.css.ts.vanilla-BRvl57K9.css +0 -32
  304. package/dist/assets/src/dialog-body/DialogBody.css.ts.vanilla-C_QoodTy.css +0 -6
  305. package/dist/assets/src/input-base/InputBase.css.ts.vanilla-CZg9RekC.css +0 -34
  306. package/dist/assets/src/kbd/Kbd.css.ts.vanilla-C9xHGnsD.css +0 -8
  307. package/dist/assets/src/link/Link.css.ts.vanilla-Cpe5mdsJ.css +0 -32
  308. package/dist/assets/src/radio-group-item/RadioGroupItem.css.ts.vanilla-BFZr4-E-.css +0 -9
  309. package/dist/assets/src/separator/Separator.css.ts.vanilla-C_EYtori.css +0 -42
  310. package/dist/assets/src/skeleton/Skeleton.css.ts.vanilla-Cl5oEbvn.css +0 -6
  311. package/dist/assets/src/styles/layers.css.ts.vanilla-D5zCXZwe.css +0 -4
  312. package/dist/assets/src/styles/theme.css.ts.vanilla-CQvpCMCS.css +0 -668
  313. package/dist/assets/src/switch/Switch.css.ts.vanilla-DqRWTr5T.css +0 -23
  314. package/dist/assets/src/textarea/Textarea.css.ts.vanilla-B4lEj1jX.css +0 -9
  315. package/dist/assets/src/transition/Transition.css.ts.vanilla-COX8x_Bo.css +0 -56
  316. package/dist/avatar/Avatar-css.js +0 -8
  317. package/dist/box/Box-css.js +0 -8
  318. package/dist/button/Button-css.js +0 -10
  319. package/dist/button/Button.js +0 -84
  320. package/dist/button-group/ButtonGroup-css.js +0 -7
  321. package/dist/checkbox/Checkbox-css.js +0 -12
  322. package/dist/checkbox/Checkbox.js +0 -32
  323. package/dist/checkbox/icons-svg/IconChecked.js +0 -27
  324. package/dist/checkbox/icons-svg/IconIndeterminate.js +0 -23
  325. package/dist/chip/Chip-css.js +0 -8
  326. package/dist/chip/Chip.js +0 -31
  327. package/dist/chip/IconCross.js +0 -21
  328. package/dist/code/Code-css.js +0 -7
  329. package/dist/control-base/ControlBase-css.js +0 -10
  330. package/dist/control-base/ControlBase.js +0 -30
  331. package/dist/dialog/CloseIcon.js +0 -21
  332. package/dist/dialog/Dialog-css.js +0 -9
  333. package/dist/dialog/Dialog.js +0 -51
  334. package/dist/dialog-body/DialogBody-css.js +0 -7
  335. package/dist/dialog-title/DialogTitle.js +0 -21
  336. package/dist/field/Field.js +0 -58
  337. package/dist/field/IconInfo.js +0 -26
  338. package/dist/input/Input-css.js +0 -7
  339. package/dist/input/Input.js +0 -30
  340. package/dist/input-base/InputBase-css.js +0 -9
  341. package/dist/input-base/InputBase.js +0 -44
  342. package/dist/kbd/Kbd-css.js +0 -7
  343. package/dist/kbd/Kbd.js +0 -46
  344. package/dist/link/IconUpRight.js +0 -24
  345. package/dist/link/Link-css.js +0 -8
  346. package/dist/link/Link.js +0 -39
  347. package/dist/paper/Paper.js +0 -12
  348. package/dist/radio-group/RadioGroup.js +0 -28
  349. package/dist/radio-group-item/RadioGroupItem-css.js +0 -10
  350. package/dist/radio-group-item/RadioGroupItem.js +0 -27
  351. package/dist/separator/Separator-css.js +0 -9
  352. package/dist/skeleton/Skeleton-css.js +0 -7
  353. package/dist/sprinkles/sprinkles-css.js +0 -10
  354. package/dist/styles/layers-css.js +0 -8
  355. package/dist/styles/theme-css.js +0 -5
  356. package/dist/switch/Switch-css.js +0 -10
  357. package/dist/switch/Switch.js +0 -27
  358. package/dist/text/Text-css.js +0 -7
  359. package/dist/textarea/Textarea-css.js +0 -8
  360. package/dist/textarea/Textarea.js +0 -40
  361. package/dist/tokens/borderRadius.js +0 -13
  362. package/dist/tokens/borderWidth.js +0 -8
  363. package/dist/tokens/boxShadow.js +0 -11
  364. package/dist/tokens/colors.js +0 -270
  365. package/dist/tokens/fontFamily.js +0 -6
  366. package/dist/tokens/fontSize.js +0 -50
  367. package/dist/tokens/index.js +0 -37
  368. package/dist/tokens/letterSpacing.js +0 -10
  369. package/dist/tokens/lineHeight.js +0 -8
  370. package/dist/tokens/margins.js +0 -25
  371. package/dist/tokens/maxSize.js +0 -13
  372. package/dist/tokens/rem.js +0 -3
  373. package/dist/tokens/screens.js +0 -9
  374. package/dist/tokens/size.js +0 -52
  375. package/dist/tokens/spacing.js +0 -25
  376. package/dist/tokens/zIndex.js +0 -12
  377. package/dist/tooltip/Tooltip.js +0 -64
  378. package/dist/transition/Transition-css.js +0 -8
  379. package/dist/transition/Transition.js +0 -34
  380. /package/dist/{button-group → src/button-group}/ButtonGroup.js +0 -0
  381. /package/dist/{separator → src/separator}/Separator.js +0 -0
  382. /package/dist/{skeleton → src/skeleton}/Skeleton.js +0 -0
  383. /package/dist/{animate-presence → src/use-presence}/PresenceContext.js +0 -0
  384. /package/dist/{animate-presence → src/use-presence}/usePresence.js +0 -0
package/dist/index.d.ts CHANGED
@@ -1,398 +1,257 @@
1
1
  import * as react from 'react';
2
- import { ReactNode, ReactElement, ElementType, ComponentPropsWithoutRef, ComponentPropsWithRef } from 'react';
3
- import * as RadixAlertDialog from '@radix-ui/react-alert-dialog';
4
- import * as _vanilla_extract_sprinkles from '@vanilla-extract/sprinkles';
2
+ import { ComponentPropsWithoutRef, ReactNode, ReactElement, ElementType, ComponentPropsWithRef } from 'react';
3
+ import { S as Sprinkles, B as BoxProps, E as ExtendProps } from './Link-Cb4M-bVP.js';
4
+ export { a as Box, L as Link, m as mapResponsiveValue, s as sprinkles } from './Link-Cb4M-bVP.js';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
- import * as RadixCheckbox from '@radix-ui/react-checkbox';
7
- import * as RadixToggle from '@radix-ui/react-toggle';
6
+ import * as RadixAlertDialog from '@radix-ui/react-alert-dialog';
7
+ import * as RadixTooltip from '@radix-ui/react-tooltip';
8
+ import { createToaster } from '@optiaxiom/globals';
9
+ export { createToaster, toaster } from '@optiaxiom/globals';
10
+ import { Portal } from '@radix-ui/react-portal';
11
+ import * as RadixToast from '@radix-ui/react-toast';
8
12
  import * as RadixDialog from '@radix-ui/react-dialog';
13
+ import * as RadixCollapsible from '@radix-ui/react-collapsible';
14
+ import * as RadixMenu from '@radix-ui/react-dropdown-menu';
15
+ import * as RadixHoverCard from '@radix-ui/react-hover-card';
16
+ import * as RadixPopover from '@radix-ui/react-popover';
9
17
  import * as ProgressPrimitive from '@radix-ui/react-progress';
10
- import * as RadixRadio from '@radix-ui/react-radio-group';
18
+ import * as RadixSegmentedControl from '@radix-ui/react-toggle-group';
19
+ import * as _vanilla_extract_sprinkles from '@vanilla-extract/sprinkles';
11
20
  import * as RadixSeparator from '@radix-ui/react-separator';
12
- import * as RadixSwitch from '@radix-ui/react-switch';
13
- import TextareaAutosize from 'react-textarea-autosize';
14
- import * as RadixTooltip from '@radix-ui/react-tooltip';
21
+ import * as RadixTabs from '@radix-ui/react-tabs';
22
+ import * as RadixToggle from '@radix-ui/react-toggle';
15
23
 
16
- declare const AlertDialog: react.ForwardRefExoticComponent<Omit<RadixAlertDialog.AlertDialogProps, "children"> & Omit<{
24
+ declare const Alert: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
17
25
  asChild?: boolean;
18
26
  className?: string;
19
- } & Sprinkles, "size"> & {
20
- action: string;
21
- appearance?: "danger" | "primary";
22
- cancel?: string;
23
- children: ReactNode;
24
- onAction: () => void;
25
- onCancel: () => void;
26
- title: ReactNode;
27
+ } & Sprinkles, never> & {
28
+ onClose?: () => void;
27
29
  } & {
28
- size?: "sm" | "md" | "lg" | undefined;
30
+ colorScheme?: "danger" | "neutral" | "information" | "success" | "warning" | undefined;
29
31
  } & react.RefAttributes<HTMLDivElement>>;
30
32
 
31
- declare const AnimatePresence: ({ children, }: {
32
- children?: ReactElement | false;
33
- }) => react_jsx_runtime.JSX.Element;
33
+ declare const AlertDescription: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
34
+ asChild?: boolean;
35
+ className?: string;
36
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
37
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
38
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
39
+
40
+ type AlertDialogProps = ComponentPropsWithoutRef<typeof RadixAlertDialog.Root>;
41
+ declare function AlertDialog({ children, defaultOpen, onOpenChange, open: openProp, ...props }: AlertDialogProps): react_jsx_runtime.JSX.Element;
42
+ declare namespace AlertDialog {
43
+ var displayName: string;
44
+ }
45
+
46
+ declare const AlertDialogAction: react.ForwardRefExoticComponent<Omit<Omit<RadixAlertDialog.AlertDialogActionProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
47
+ asChild?: boolean;
48
+ className?: string;
49
+ } & Sprinkles, "size"> & Omit<{
50
+ addonAfter?: react.ReactNode;
51
+ addonBefore?: react.ReactNode;
52
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
53
+ children?: react.ReactNode;
54
+ disabled?: boolean;
55
+ icon?: react.ReactNode;
56
+ iconPosition?: "end" | "start";
57
+ loading?: boolean;
58
+ } & Omit<{
59
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
60
+ iconOnly?: boolean | undefined;
61
+ size?: "sm" | "md" | "lg" | undefined;
62
+ variant?: "outline" | "solid" | "subtle" | undefined;
63
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
64
+
65
+ declare const AlertDialogCancel: react.ForwardRefExoticComponent<Omit<Omit<RadixAlertDialog.AlertDialogCancelProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
66
+ asChild?: boolean;
67
+ className?: string;
68
+ } & Sprinkles, "size"> & Omit<{
69
+ addonAfter?: react.ReactNode;
70
+ addonBefore?: react.ReactNode;
71
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
72
+ children?: react.ReactNode;
73
+ disabled?: boolean;
74
+ icon?: react.ReactNode;
75
+ iconPosition?: "end" | "start";
76
+ loading?: boolean;
77
+ } & Omit<{
78
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
79
+ iconOnly?: boolean | undefined;
80
+ size?: "sm" | "md" | "lg" | undefined;
81
+ variant?: "outline" | "solid" | "subtle" | undefined;
82
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
83
+
84
+ declare function extractSprinkles<S extends Record<string, unknown>>(props: S): {
85
+ restProps: Omit<S, "borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w">;
86
+ sprinkleProps: Pick<S, keyof S & ("borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w")>;
87
+ };
88
+
89
+ declare const sprinklesMerge: (...classNames: Array<string | undefined>) => string;
90
+
91
+ type RecipeVariants<RecipeFn extends (...args: any) => any> = Parameters<RecipeFn>[0];
92
+
93
+ declare const content$3: (props?: {
94
+ size?: "sm" | "md" | "lg" | undefined;
95
+ } | undefined, className?: string) => {
96
+ className: string;
97
+ };
98
+ type DialogVariants$1 = RecipeVariants<typeof content$3>;
99
+
100
+ type AlertDialogContentProps = BoxProps<typeof RadixAlertDialog.Content, NonNullable<DialogVariants$1>>;
101
+ declare const AlertDialogContent: react.ForwardRefExoticComponent<Omit<AlertDialogContentProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
102
+
103
+ declare const AlertDialogDescription: react.ForwardRefExoticComponent<Omit<Omit<RadixAlertDialog.AlertDialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
104
+ asChild?: boolean;
105
+ className?: string;
106
+ } & Sprinkles, never> & react.RefAttributes<HTMLParagraphElement>>;
107
+
108
+ declare const AlertDialogFooter: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
109
+ asChild?: boolean;
110
+ className?: string;
111
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
112
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
113
+ }, "ref"> & react.RefAttributes<HTMLDivElement>, "ref"> & {
114
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
115
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
116
+
117
+ declare const AlertDialogTitle: react.ForwardRefExoticComponent<Omit<Omit<RadixAlertDialog.AlertDialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
118
+ asChild?: boolean;
119
+ className?: string;
120
+ } & Sprinkles, never> & {
121
+ addonBefore?: ReactNode;
122
+ } & react.RefAttributes<HTMLHeadingElement>>;
34
123
 
35
- declare const usePresence: () => readonly [false, () => void] | readonly [true];
124
+ declare const AlertDialogTrigger: react.ForwardRefExoticComponent<Omit<Omit<RadixAlertDialog.AlertDialogTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
125
+ asChild?: boolean;
126
+ className?: string;
127
+ } & Sprinkles, "size"> & Omit<{
128
+ addonAfter?: react.ReactNode;
129
+ addonBefore?: react.ReactNode;
130
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
131
+ children?: react.ReactNode;
132
+ disabled?: boolean;
133
+ icon?: react.ReactNode;
134
+ iconPosition?: "end" | "start";
135
+ loading?: boolean;
136
+ } & Omit<{
137
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
138
+ iconOnly?: boolean | undefined;
139
+ size?: "sm" | "md" | "lg" | undefined;
140
+ variant?: "outline" | "solid" | "subtle" | undefined;
141
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
36
142
 
37
- declare const Avatar: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "children" | "color" | "className"> & Omit<{
143
+ declare const AlertTitle: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
38
144
  asChild?: boolean;
39
145
  className?: string;
40
- } & Sprinkles, "size" | "className"> & {
41
- children?: React.ReactNode;
146
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
147
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
148
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
149
+
150
+ declare function AnimatePresence({ children, }: {
151
+ children?: false | ReactElement;
152
+ }): false | react_jsx_runtime.JSX.Element | undefined;
153
+ declare namespace AnimatePresence {
154
+ var displayName: string;
155
+ }
156
+
157
+ declare const Avatar: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "color" | "className"> & Omit<{
158
+ asChild?: boolean;
42
159
  className?: string;
160
+ } & Sprinkles, "size"> & {
43
161
  icon?: React.ReactNode;
44
162
  name?: string;
45
163
  src?: string;
46
164
  } & {
47
- colorScheme?: "blue" | "brand" | "dark" | "gray" | "green" | "magenta" | "neutral" | "orange" | "purple" | "red" | "slate" | "yellow" | undefined;
48
- size?: "sm" | "md" | "lg" | "xs" | "xl" | undefined;
165
+ colorScheme?: "neutral" | "blue" | "cyan" | "green" | "magenta" | "purple" | "red" | "yellow" | undefined;
166
+ size?: "sm" | "md" | "lg" | "xs" | "xl" | "5xl" | undefined;
49
167
  } & react.RefAttributes<HTMLSpanElement>>;
50
168
 
51
- type ExtendProps<T1, T2> = Omit<T1, keyof T1 & keyof T2> & T2;
169
+ declare const AvatarGroup: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
170
+ asChild?: boolean;
171
+ className?: string;
172
+ } & Sprinkles, "size"> & {
173
+ size?: ComponentPropsWithoutRef<typeof Avatar>["size"];
174
+ } & react.RefAttributes<HTMLDivElement>>;
175
+
176
+ declare const ToastProvider: react.ForwardRefExoticComponent<Omit<Omit<RadixToast.ToastViewportProps & react.RefAttributes<HTMLOListElement>, "ref">, "children" | "color" | "className" | "label" | "asChild"> & Omit<{
177
+ asChild?: boolean;
178
+ className?: string;
179
+ } & Sprinkles, never> & {
180
+ children?: never;
181
+ container?: ComponentPropsWithoutRef<typeof Portal>["container"];
182
+ /**
183
+ * An instance of toaster returned from the `createToaster` method.
184
+ */
185
+ toaster?: ReturnType<typeof createToaster>;
186
+ } & RadixToast.ToastProviderProps & {
187
+ position?: "bottom" | "top" | "bottom-left" | "bottom-right" | "top-left" | "top-right" | undefined;
188
+ } & react.RefAttributes<HTMLOListElement>>;
52
189
 
53
- declare function extractSprinkles<S extends Record<string, unknown>>(props: S): {
54
- restProps: Omit<S, "size" | "fontFamily" | "fontSize" | "borderColor" | "color" | "animation" | "fontWeight" | "objectFit" | "overflow" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "display" | "flex" | "flexDirection" | "flexWrap" | "justifyContent" | "justifyItems" | "placeItems" | "colSpan" | "cols" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w">;
55
- sprinkleProps: Pick<S, keyof S & ("size" | "fontFamily" | "fontSize" | "borderColor" | "color" | "animation" | "fontWeight" | "objectFit" | "overflow" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "display" | "flex" | "flexDirection" | "flexWrap" | "justifyContent" | "justifyItems" | "placeItems" | "colSpan" | "cols" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w")>;
190
+ interface ToastProviderProps extends ComponentPropsWithoutRef<typeof ToastProvider> {
191
+ }
192
+ type AxiomProviderProps = {
193
+ children?: ReactNode;
194
+ /**
195
+ * Props for the `ToastProvider` component
196
+ *
197
+ * {@link https://optimizely-axiom.github.io/optiaxiom/components/toast/ Documentation}
198
+ */
199
+ toast?: Omit<ToastProviderProps, "children">;
200
+ /**
201
+ * Props for the `TooltipProvider` component
202
+ *
203
+ * {@link https://www.radix-ui.com/primitives/docs/components/tooltip#provider Documentation}
204
+ */
205
+ tooltip?: Omit<ComponentPropsWithoutRef<typeof RadixTooltip.Provider>, "children">;
56
206
  };
207
+ declare function AxiomProvider({ children, toast, tooltip, }: AxiomProviderProps): react_jsx_runtime.JSX.Element;
208
+ declare namespace AxiomProvider {
209
+ var displayName: string;
210
+ }
211
+
212
+ declare const Badge: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "color" | "className"> & Omit<{
213
+ asChild?: boolean;
214
+ className?: string;
215
+ } & Sprinkles, never> & Omit<{
216
+ lineClamp?: "1" | "2" | "4" | "3" | undefined;
217
+ truncate?: boolean | undefined;
218
+ }, never> & {
219
+ colorScheme?: "danger" | "neutral" | "primary" | "information" | "success" | "warning" | undefined;
220
+ variant?: "solid" | "light" | undefined;
221
+ } & react.RefAttributes<HTMLSpanElement>>;
57
222
 
58
- declare const sprinkles: ((props: {
59
- animation?: "pulse" | undefined;
60
- backgroundColor?: "transparent" | "brand.500" | "brand.600" | "brand.50" | "neutral.75" | "neutral.1200/18" | "purple.50" | "red.500" | "red.600" | "red.50" | "blue.50" | "slate.100" | "neutral.100" | "green.50" | "green.500" | "green.600" | "yellow.500" | "yellow.600" | "yellow.50" | "neutral.500" | "neutral.600" | "neutral.200" | "neutral.150" | "blue.500" | "magenta.600" | "purple.600" | "neutral.900" | "neutral.1000" | "white" | "neutral.700" | "neutral.800" | "brand.300" | "neutral.1200/32" | "purple.900" | "blue.900" | "slate.800" | "green.900" | "gray.800" | "blue.200" | "magenta.200" | "purple.200" | "gray.100" | "slate.400" | "green.200" | "neutral.50/32" | "gray.900" | "bg.brand.solid" | "bg.brand.solid.hover" | "bg.brand.subtle" | "bg.default.hover" | "bg.disabled" | "bg.discovery" | "bg.error.solid" | "bg.error.solid.hover" | "bg.error.subtle" | "bg.information" | "bg.neutral" | "bg.secondary.hover" | "bg.success" | "bg.success.solid" | "bg.success.solid.hover" | "bg.success.subtle" | "bg.warning.solid" | "bg.warning.solid.hover" | "bg.warning.subtle" | "border.active" | "border.active.hover" | "border.brand" | "border.default" | "border.disabled" | "border.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent.blue" | "fg.accent.magenta" | "fg.accent.purple" | "fg.brand" | "fg.brand.hover" | "fg.default" | "fg.default.hover" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hover" | "fg.secondary" | "fg.secondary.hover" | "fg.success" | "fg.success.hover" | "fg.tertiary" | "fg.tertiary.hover" | "fg.warning" | "fg.warning.hover" | "outline.brand" | "overlay" | "surface" | "current" | "black" | "aqua.50" | "aqua.200" | "aqua.500" | "aqua.600" | "blue.600" | "brand.100" | "brand.200" | "brand.400" | "brand.700" | "brand.800" | "brand.900" | "dark.50" | "dark.200" | "dark.500" | "dark.600" | "gray.50" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "green.100" | "green.300" | "green.400" | "green.700" | "green.800" | "magenta.50" | "magenta.500" | "neutral.50" | "neutral.1100" | "neutral.1200" | "neutral.1200/5" | "neutral.1200/12" | "neutral.1200/22" | "orange.50" | "orange.200" | "orange.500" | "orange.600" | "purple.500" | "red.100" | "red.200" | "red.300" | "red.400" | "red.700" | "red.800" | "red.900" | "slate.50" | "slate.200" | "slate.300" | "slate.500" | "slate.600" | "slate.700" | "slate.900" | "slate.950" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
61
- borderBottomWidth?: "0" | "1" | "2" | "4" | undefined;
62
- borderColor?: "transparent" | "brand.500" | "brand.600" | "brand.50" | "neutral.75" | "neutral.1200/18" | "purple.50" | "red.500" | "red.600" | "red.50" | "blue.50" | "slate.100" | "neutral.100" | "green.50" | "green.500" | "green.600" | "yellow.500" | "yellow.600" | "yellow.50" | "neutral.500" | "neutral.600" | "neutral.200" | "neutral.150" | "blue.500" | "magenta.600" | "purple.600" | "neutral.900" | "neutral.1000" | "white" | "neutral.700" | "neutral.800" | "brand.300" | "neutral.1200/32" | "purple.900" | "blue.900" | "slate.800" | "green.900" | "gray.800" | "blue.200" | "magenta.200" | "purple.200" | "gray.100" | "slate.400" | "green.200" | "neutral.50/32" | "gray.900" | "bg.brand.solid" | "bg.brand.solid.hover" | "bg.brand.subtle" | "bg.default.hover" | "bg.disabled" | "bg.discovery" | "bg.error.solid" | "bg.error.solid.hover" | "bg.error.subtle" | "bg.information" | "bg.neutral" | "bg.secondary.hover" | "bg.success" | "bg.success.solid" | "bg.success.solid.hover" | "bg.success.subtle" | "bg.warning.solid" | "bg.warning.solid.hover" | "bg.warning.subtle" | "border.active" | "border.active.hover" | "border.brand" | "border.default" | "border.disabled" | "border.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent.blue" | "fg.accent.magenta" | "fg.accent.purple" | "fg.brand" | "fg.brand.hover" | "fg.default" | "fg.default.hover" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hover" | "fg.secondary" | "fg.secondary.hover" | "fg.success" | "fg.success.hover" | "fg.tertiary" | "fg.tertiary.hover" | "fg.warning" | "fg.warning.hover" | "outline.brand" | "overlay" | "surface" | "current" | "black" | "aqua.50" | "aqua.200" | "aqua.500" | "aqua.600" | "blue.600" | "brand.100" | "brand.200" | "brand.400" | "brand.700" | "brand.800" | "brand.900" | "dark.50" | "dark.200" | "dark.500" | "dark.600" | "gray.50" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "green.100" | "green.300" | "green.400" | "green.700" | "green.800" | "magenta.50" | "magenta.500" | "neutral.50" | "neutral.1100" | "neutral.1200" | "neutral.1200/5" | "neutral.1200/12" | "neutral.1200/22" | "orange.50" | "orange.200" | "orange.500" | "orange.600" | "purple.500" | "red.100" | "red.200" | "red.300" | "red.400" | "red.700" | "red.800" | "red.900" | "slate.50" | "slate.200" | "slate.300" | "slate.500" | "slate.600" | "slate.700" | "slate.900" | "slate.950" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
63
- borderLeftWidth?: "0" | "1" | "2" | "4" | undefined;
64
- borderRadius?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "none" | "inherit" | undefined;
65
- borderRightWidth?: "0" | "1" | "2" | "4" | undefined;
66
- borderTopWidth?: "0" | "1" | "2" | "4" | undefined;
67
- boxShadow?: "sm" | "md" | "lg" | "xs" | "xl" | "none" | "inner" | undefined;
68
- color?: "transparent" | "brand.500" | "brand.600" | "brand.50" | "neutral.75" | "neutral.1200/18" | "purple.50" | "red.500" | "red.600" | "red.50" | "blue.50" | "slate.100" | "neutral.100" | "green.50" | "green.500" | "green.600" | "yellow.500" | "yellow.600" | "yellow.50" | "neutral.500" | "neutral.600" | "neutral.200" | "neutral.150" | "blue.500" | "magenta.600" | "purple.600" | "neutral.900" | "neutral.1000" | "white" | "neutral.700" | "neutral.800" | "brand.300" | "neutral.1200/32" | "purple.900" | "blue.900" | "slate.800" | "green.900" | "gray.800" | "blue.200" | "magenta.200" | "purple.200" | "gray.100" | "slate.400" | "green.200" | "neutral.50/32" | "gray.900" | "bg.brand.solid" | "bg.brand.solid.hover" | "bg.brand.subtle" | "bg.default.hover" | "bg.disabled" | "bg.discovery" | "bg.error.solid" | "bg.error.solid.hover" | "bg.error.subtle" | "bg.information" | "bg.neutral" | "bg.secondary.hover" | "bg.success" | "bg.success.solid" | "bg.success.solid.hover" | "bg.success.subtle" | "bg.warning.solid" | "bg.warning.solid.hover" | "bg.warning.subtle" | "border.active" | "border.active.hover" | "border.brand" | "border.default" | "border.disabled" | "border.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent.blue" | "fg.accent.magenta" | "fg.accent.purple" | "fg.brand" | "fg.brand.hover" | "fg.default" | "fg.default.hover" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hover" | "fg.secondary" | "fg.secondary.hover" | "fg.success" | "fg.success.hover" | "fg.tertiary" | "fg.tertiary.hover" | "fg.warning" | "fg.warning.hover" | "outline.brand" | "overlay" | "surface" | "current" | "black" | "aqua.50" | "aqua.200" | "aqua.500" | "aqua.600" | "blue.600" | "brand.100" | "brand.200" | "brand.400" | "brand.700" | "brand.800" | "brand.900" | "dark.50" | "dark.200" | "dark.500" | "dark.600" | "gray.50" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "green.100" | "green.300" | "green.400" | "green.700" | "green.800" | "magenta.50" | "magenta.500" | "neutral.50" | "neutral.1100" | "neutral.1200" | "neutral.1200/5" | "neutral.1200/12" | "neutral.1200/22" | "orange.50" | "orange.200" | "orange.500" | "orange.600" | "purple.500" | "red.100" | "red.200" | "red.300" | "red.400" | "red.700" | "red.800" | "red.900" | "slate.50" | "slate.200" | "slate.300" | "slate.500" | "slate.600" | "slate.700" | "slate.900" | "slate.950" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
69
- fontFamily?: "mono" | "sans" | undefined;
70
- fontWeight?: "600" | "900" | "100" | "200" | "300" | "400" | "500" | "700" | "800" | undefined;
71
- letterSpacing?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
72
- objectFit?: "none" | "contain" | "cover" | "fill" | "scale-down" | undefined;
73
- overflow?: "auto" | "hidden" | "visible" | undefined;
74
- textAlign?: "end" | "start" | "center" | "justify" | undefined;
75
- textTransform?: "none" | "capitalize" | "uppercase" | undefined;
76
- transition?: "colors" | "all" | "transform" | undefined;
77
- whiteSpace?: "nowrap" | undefined;
78
- zIndex?: "0" | "10" | "20" | "30" | "40" | "auto" | "50" | "popover" | undefined;
79
- bg?: "transparent" | "brand.500" | "brand.600" | "brand.50" | "neutral.75" | "neutral.1200/18" | "purple.50" | "red.500" | "red.600" | "red.50" | "blue.50" | "slate.100" | "neutral.100" | "green.50" | "green.500" | "green.600" | "yellow.500" | "yellow.600" | "yellow.50" | "neutral.500" | "neutral.600" | "neutral.200" | "neutral.150" | "blue.500" | "magenta.600" | "purple.600" | "neutral.900" | "neutral.1000" | "white" | "neutral.700" | "neutral.800" | "brand.300" | "neutral.1200/32" | "purple.900" | "blue.900" | "slate.800" | "green.900" | "gray.800" | "blue.200" | "magenta.200" | "purple.200" | "gray.100" | "slate.400" | "green.200" | "neutral.50/32" | "gray.900" | "bg.brand.solid" | "bg.brand.solid.hover" | "bg.brand.subtle" | "bg.default.hover" | "bg.disabled" | "bg.discovery" | "bg.error.solid" | "bg.error.solid.hover" | "bg.error.subtle" | "bg.information" | "bg.neutral" | "bg.secondary.hover" | "bg.success" | "bg.success.solid" | "bg.success.solid.hover" | "bg.success.subtle" | "bg.warning.solid" | "bg.warning.solid.hover" | "bg.warning.subtle" | "border.active" | "border.active.hover" | "border.brand" | "border.default" | "border.disabled" | "border.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent.blue" | "fg.accent.magenta" | "fg.accent.purple" | "fg.brand" | "fg.brand.hover" | "fg.default" | "fg.default.hover" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hover" | "fg.secondary" | "fg.secondary.hover" | "fg.success" | "fg.success.hover" | "fg.tertiary" | "fg.tertiary.hover" | "fg.warning" | "fg.warning.hover" | "outline.brand" | "overlay" | "surface" | "current" | "black" | "aqua.50" | "aqua.200" | "aqua.500" | "aqua.600" | "blue.600" | "brand.100" | "brand.200" | "brand.400" | "brand.700" | "brand.800" | "brand.900" | "dark.50" | "dark.200" | "dark.500" | "dark.600" | "gray.50" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "green.100" | "green.300" | "green.400" | "green.700" | "green.800" | "magenta.50" | "magenta.500" | "neutral.50" | "neutral.1100" | "neutral.1200" | "neutral.1200/5" | "neutral.1200/12" | "neutral.1200/22" | "orange.50" | "orange.200" | "orange.500" | "orange.600" | "purple.500" | "red.100" | "red.200" | "red.300" | "red.400" | "red.700" | "red.800" | "red.900" | "slate.50" | "slate.200" | "slate.300" | "slate.500" | "slate.600" | "slate.700" | "slate.900" | "slate.950" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
80
- border?: "0" | "1" | "2" | "4" | undefined;
81
- borderB?: "0" | "1" | "2" | "4" | undefined;
82
- borderL?: "0" | "1" | "2" | "4" | undefined;
83
- borderR?: "0" | "1" | "2" | "4" | undefined;
84
- borderT?: "0" | "1" | "2" | "4" | undefined;
85
- rounded?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "none" | "inherit" | undefined;
86
- shadow?: "sm" | "md" | "lg" | "xs" | "xl" | "none" | "inner" | undefined;
87
- tracking?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
88
- z?: "0" | "10" | "20" | "30" | "40" | "auto" | "50" | "popover" | undefined;
223
+ declare const Banner: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
224
+ asChild?: boolean;
225
+ className?: string;
226
+ } & Sprinkles, never> & {
227
+ onClose?: () => void;
89
228
  } & {
90
- alignItems?: ("end" | "start" | "center" | "normal" | "stretch" | {
91
- readonly base?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
92
- readonly sm?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
93
- readonly md?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
94
- readonly lg?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
95
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "end" | "start" | "center" | "normal" | "stretch" | null>;
96
- display?: ("none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | {
97
- readonly base?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
98
- readonly sm?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
99
- readonly md?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
100
- readonly lg?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
101
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | null>;
102
- flex?: ("1" | "auto" | "none" | "initial" | {
103
- readonly base?: "1" | "auto" | "none" | "initial" | undefined;
104
- readonly sm?: "1" | "auto" | "none" | "initial" | undefined;
105
- readonly md?: "1" | "auto" | "none" | "initial" | undefined;
106
- readonly lg?: "1" | "auto" | "none" | "initial" | undefined;
107
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "auto" | "none" | "initial" | null>;
108
- flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
109
- readonly base?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
110
- readonly sm?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
111
- readonly md?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
112
- readonly lg?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
113
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "column" | "column-reverse" | "row" | "row-reverse" | null>;
114
- flexWrap?: ("nowrap" | "wrap" | {
115
- readonly base?: "nowrap" | "wrap" | undefined;
116
- readonly sm?: "nowrap" | "wrap" | undefined;
117
- readonly md?: "nowrap" | "wrap" | undefined;
118
- readonly lg?: "nowrap" | "wrap" | undefined;
119
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "nowrap" | "wrap" | null>;
120
- fontSize?: ("sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | {
121
- readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
122
- readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
123
- readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
124
- readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
125
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | null>;
126
- gap?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
127
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
128
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
129
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
130
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
131
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
132
- gridColumn?: ("1" | "2" | "4" | "3" | {
133
- readonly base?: "1" | "2" | "4" | "3" | undefined;
134
- readonly sm?: "1" | "2" | "4" | "3" | undefined;
135
- readonly md?: "1" | "2" | "4" | "3" | undefined;
136
- readonly lg?: "1" | "2" | "4" | "3" | undefined;
137
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
138
- gridTemplateColumns?: ("1" | "2" | "4" | "3" | {
139
- readonly base?: "1" | "2" | "4" | "3" | undefined;
140
- readonly sm?: "1" | "2" | "4" | "3" | undefined;
141
- readonly md?: "1" | "2" | "4" | "3" | undefined;
142
- readonly lg?: "1" | "2" | "4" | "3" | undefined;
143
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
144
- height?: ("0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
145
- readonly base?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
146
- readonly sm?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
147
- readonly md?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
148
- readonly lg?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
149
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
150
- justifyContent?: ("end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | {
151
- readonly base?: "end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
152
- readonly sm?: "end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
153
- readonly md?: "end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
154
- readonly lg?: "end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
155
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "end" | "start" | "center" | "normal" | "stretch" | "space-around" | "space-between" | "space-evenly" | null>;
156
- justifyItems?: ("end" | "start" | "center" | "normal" | "stretch" | {
157
- readonly base?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
158
- readonly sm?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
159
- readonly md?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
160
- readonly lg?: "end" | "start" | "center" | "normal" | "stretch" | undefined;
161
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "end" | "start" | "center" | "normal" | "stretch" | null>;
162
- lineHeight?: ("none" | "normal" | "tight" | "loose" | {
163
- readonly base?: "none" | "normal" | "tight" | "loose" | undefined;
164
- readonly sm?: "none" | "normal" | "tight" | "loose" | undefined;
165
- readonly md?: "none" | "normal" | "tight" | "loose" | undefined;
166
- readonly lg?: "none" | "normal" | "tight" | "loose" | undefined;
167
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "normal" | "tight" | "loose" | null>;
168
- marginBottom?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
169
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
170
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
171
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
172
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
173
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
174
- marginLeft?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
175
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
176
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
177
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
178
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
179
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
180
- marginRight?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
181
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
182
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
183
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
184
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
185
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
186
- marginTop?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
187
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
188
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
189
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
190
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
191
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
192
- maxHeight?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
193
- readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
194
- readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
195
- readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
196
- readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
197
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
198
- maxWidth?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
199
- readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
200
- readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
201
- readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
202
- readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
203
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
204
- paddingBottom?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
205
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
206
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
207
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
208
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
209
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
210
- paddingLeft?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
211
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
212
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
213
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
214
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
215
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
216
- paddingRight?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
217
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
218
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
219
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
220
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
221
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
222
- paddingTop?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
223
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
224
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
225
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
226
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
227
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
228
- placeItems?: ("center" | {
229
- readonly base?: "center" | undefined;
230
- readonly sm?: "center" | undefined;
231
- readonly md?: "center" | undefined;
232
- readonly lg?: "center" | undefined;
233
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "center" | null>;
234
- width?: ("0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
235
- readonly base?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
236
- readonly sm?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
237
- readonly md?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
238
- readonly lg?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
239
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
240
- colSpan?: ("1" | "2" | "4" | "3" | {
241
- readonly base?: "1" | "2" | "4" | "3" | undefined;
242
- readonly sm?: "1" | "2" | "4" | "3" | undefined;
243
- readonly md?: "1" | "2" | "4" | "3" | undefined;
244
- readonly lg?: "1" | "2" | "4" | "3" | undefined;
245
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
246
- cols?: ("1" | "2" | "4" | "3" | {
247
- readonly base?: "1" | "2" | "4" | "3" | undefined;
248
- readonly sm?: "1" | "2" | "4" | "3" | undefined;
249
- readonly md?: "1" | "2" | "4" | "3" | undefined;
250
- readonly lg?: "1" | "2" | "4" | "3" | undefined;
251
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
252
- h?: ("0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
253
- readonly base?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
254
- readonly sm?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
255
- readonly md?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
256
- readonly lg?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
257
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
258
- leading?: ("none" | "normal" | "tight" | "loose" | {
259
- readonly base?: "none" | "normal" | "tight" | "loose" | undefined;
260
- readonly sm?: "none" | "normal" | "tight" | "loose" | undefined;
261
- readonly md?: "none" | "normal" | "tight" | "loose" | undefined;
262
- readonly lg?: "none" | "normal" | "tight" | "loose" | undefined;
263
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "normal" | "tight" | "loose" | null>;
264
- m?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
265
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
266
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
267
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
268
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
269
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
270
- maxH?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
271
- readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
272
- readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
273
- readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
274
- readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
275
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
276
- maxW?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
277
- readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
278
- readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
279
- readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
280
- readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
281
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
282
- mb?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
283
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
284
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
285
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
286
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
287
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
288
- ml?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
289
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
290
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
291
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
292
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
293
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
294
- mr?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
295
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
296
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
297
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
298
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
299
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
300
- mt?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
301
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
302
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
303
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
304
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
305
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
306
- mx?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
307
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
308
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
309
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
310
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
311
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
312
- my?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | {
313
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
314
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
315
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
316
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | undefined;
317
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "-8" | "-12" | "-16" | "-24" | "-32" | "-2" | "-4" | "-6" | "-10" | "-48" | "-64" | "-80" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | null>;
318
- p?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
319
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
320
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
321
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
322
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
323
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
324
- pb?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
325
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
326
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
327
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
328
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
329
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
330
- pl?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
331
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
332
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
333
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
334
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
335
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
336
- pr?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
337
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
338
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
339
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
340
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
341
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
342
- pt?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
343
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
344
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
345
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
346
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
347
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
348
- px?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
349
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
350
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
351
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
352
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
353
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
354
- py?: ("0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | {
355
- readonly base?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
356
- readonly sm?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
357
- readonly md?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
358
- readonly lg?: "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | undefined;
359
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "2" | "4" | "6" | "8" | "12" | "10" | "20" | "16" | "24" | "32" | "48" | "64" | "80" | "sm" | "md" | "lg" | "xs" | "xl" | null>;
360
- size?: ("0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
361
- readonly base?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
362
- readonly sm?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
363
- readonly md?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
364
- readonly lg?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
365
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
366
- w?: ("0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
367
- readonly base?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
368
- readonly sm?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
369
- readonly md?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
370
- readonly lg?: "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
371
- } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "0" | "1" | "2" | "4" | "6" | "8" | "12" | "20" | "16" | "24" | "32" | "40" | "48" | "64" | "80" | "320" | "384" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "auto" | "sm" | "md" | "lg" | "xs" | "xl" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
372
- }) => string) & {
373
- properties: Set<"size" | "borderRadius" | "boxShadow" | "fontFamily" | "fontSize" | "letterSpacing" | "lineHeight" | "zIndex" | "backgroundColor" | "borderBottomWidth" | "borderColor" | "borderLeftWidth" | "borderRightWidth" | "borderTopWidth" | "color" | "animation" | "fontWeight" | "objectFit" | "overflow" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "alignItems" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "colSpan" | "cols" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w">;
374
- };
375
- declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends _vanilla_extract_sprinkles.ConditionalValue<{
376
- conditions: {
377
- defaultCondition: "base";
378
- conditionNames: ("sm" | "md" | "lg" | "base")[];
379
- responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
380
- length: 3;
381
- };
382
- };
383
- styles: {};
384
- }, string | number | boolean>>(value: Value, fn: (inputValue: Value extends _vanilla_extract_sprinkles.ResponsiveArray<1, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 4, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 5 | 4, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 5 | 4 | 6, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 5 | 4 | 6 | 7, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 5 | 4 | 8 | 6 | 7, string | number | boolean | null> ? NonNullable<Value[number]> : Value extends Partial<Record<string, string | number | boolean>> ? NonNullable<Value[keyof Value]> : Value, key: "sm" | "md" | "lg" | "base") => OutputValue) => Value extends string | number | boolean ? OutputValue : Partial<Record<"sm" | "md" | "lg" | "base", OutputValue>>;
385
- type LonghandProps = keyof Pick<Parameters<typeof sprinkles>[0], "backgroundColor" | "borderBottomWidth" | "borderLeftWidth" | "borderRadius" | "borderRightWidth" | "borderTopWidth" | "boxShadow" | "gridColumn" | "gridTemplateColumns" | "height" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "zIndex">;
386
- type Sprinkles = Omit<Parameters<typeof sprinkles>[0], LonghandProps>;
229
+ colorScheme?: "danger" | "neutral" | "information" | "success" | "warning" | undefined;
230
+ } & react.RefAttributes<HTMLDivElement>>;
387
231
 
388
- type BoxProps<T extends ElementType = "div", P = unknown> = ExtendProps<ComponentPropsWithoutRef<T>, ExtendProps<{
232
+ declare const BannerDescription: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
389
233
  asChild?: boolean;
390
234
  className?: string;
391
- } & Sprinkles, P>>;
392
- declare const Box: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
235
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
236
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
237
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
238
+
239
+ declare const BannerTitle: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
393
240
  asChild?: boolean;
394
241
  className?: string;
395
- } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
242
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
243
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
244
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
245
+
246
+ declare const button: (props?: {
247
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
248
+ iconOnly?: boolean | undefined;
249
+ size?: "sm" | "md" | "lg" | undefined;
250
+ variant?: "outline" | "solid" | "subtle" | undefined;
251
+ } | undefined, className?: string) => {
252
+ className: string;
253
+ };
254
+ type ButtonVariants = NonNullable<RecipeVariants<typeof button>>;
396
255
 
397
256
  declare const appearances: {
398
257
  danger: {
@@ -404,34 +263,50 @@ declare const appearances: {
404
263
  variant: "outline";
405
264
  };
406
265
  default: {
407
- colorScheme: "secondary";
266
+ colorScheme: "neutral";
408
267
  variant: "outline";
409
268
  };
269
+ inverse: {
270
+ colorScheme: "neutral";
271
+ variant: "solid";
272
+ };
410
273
  primary: {
411
274
  colorScheme: "primary";
412
275
  variant: "solid";
413
276
  };
414
- secondary: {
415
- colorScheme: "secondary";
277
+ subtle: {
278
+ colorScheme: "neutral";
416
279
  variant: "subtle";
417
280
  };
418
281
  };
282
+ type ButtonProps<T extends ElementType = "button", P = unknown> = BoxProps<T, ExtendProps<{
283
+ addonAfter?: ReactNode;
284
+ addonBefore?: ReactNode;
285
+ appearance?: keyof typeof appearances;
286
+ children?: ReactNode;
287
+ disabled?: boolean;
288
+ icon?: ReactNode;
289
+ iconPosition?: "end" | "start";
290
+ loading?: boolean;
291
+ } & Omit<ButtonVariants, "colorScheme" | "iconOnly" | "variant">, P>>;
419
292
  declare const Button: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
420
293
  asChild?: boolean;
421
294
  className?: string;
422
- } & Sprinkles, "size"> & {
295
+ } & Sprinkles, "size"> & Omit<{
296
+ addonAfter?: ReactNode;
297
+ addonBefore?: ReactNode;
423
298
  appearance?: keyof typeof appearances;
424
299
  children?: ReactNode;
425
300
  disabled?: boolean;
426
301
  icon?: ReactNode;
427
302
  iconPosition?: "end" | "start";
428
- isLoading?: boolean;
303
+ loading?: boolean;
429
304
  } & Omit<{
430
- colorScheme?: "danger" | "primary" | "secondary" | undefined;
305
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
431
306
  iconOnly?: boolean | undefined;
432
307
  size?: "sm" | "md" | "lg" | undefined;
433
308
  variant?: "outline" | "solid" | "subtle" | undefined;
434
- }, "iconOnly"> & react.RefAttributes<HTMLButtonElement>>;
309
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
435
310
 
436
311
  declare const ButtonGroup: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "children" | "color" | "className"> & Omit<{
437
312
  asChild?: boolean;
@@ -441,41 +316,27 @@ declare const ButtonGroup: react.ForwardRefExoticComponent<Omit<Omit<react.Detai
441
316
  orientation?: "horizontal" | "vertical";
442
317
  } & react.RefAttributes<HTMLDivElement>>;
443
318
 
444
- declare const Checkbox: react.ForwardRefExoticComponent<Omit<Omit<RadixCheckbox.CheckboxProps & react.RefAttributes<HTMLButtonElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
319
+ declare const Checkbox: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "value"> & {
320
+ onCheckedChange?: (checked: boolean) => void;
321
+ value?: string;
322
+ } & react.RefAttributes<HTMLInputElement>, "ref">, "color" | "size" | "className"> & Omit<{
445
323
  asChild?: boolean;
446
324
  className?: string;
447
325
  } & Sprinkles, never> & {
448
- endDecorator?: ReactNode;
449
- } & react.RefAttributes<HTMLDivElement>>;
450
-
451
- declare const Chip: react.ForwardRefExoticComponent<Omit<Omit<RadixToggle.ToggleProps & react.RefAttributes<HTMLButtonElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
452
- asChild?: boolean;
453
- className?: string;
454
- } & Sprinkles, "size"> & {
455
- endDecorator?: ReactNode;
456
- startDecorator?: ReactNode;
457
- } & {
458
- size?: "sm" | "md" | "lg" | undefined;
459
- } & react.RefAttributes<HTMLButtonElement>>;
326
+ description?: ReactNode;
327
+ indeterminate?: boolean;
328
+ } & react.RefAttributes<HTMLInputElement>>;
460
329
 
461
330
  declare const Code: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">, "color" | "className"> & Omit<{
462
331
  asChild?: boolean;
463
332
  className?: string;
464
333
  } & Sprinkles, never> & react.RefAttributes<HTMLElement>>;
465
334
 
466
- declare const Dialog: react.ForwardRefExoticComponent<Omit<RadixDialog.DialogProps, "children" | "open" | "onOpenChange" | "modal"> & Omit<{
467
- asChild?: boolean;
468
- className?: string;
469
- } & Sprinkles, "size"> & {
470
- children: ReactNode;
471
- modal?: boolean;
472
- onClose: () => void;
473
- onOpenChange?: never;
474
- open?: boolean;
475
- withCloseButton?: boolean;
476
- } & {
477
- size?: "sm" | "md" | "lg" | undefined;
478
- } & react.RefAttributes<HTMLDivElement>>;
335
+ type DialogProps = Omit<ComponentPropsWithoutRef<typeof RadixDialog.Root>, "modal">;
336
+ declare function Dialog({ children, defaultOpen, onOpenChange, open: openProp, ...props }: DialogProps): react_jsx_runtime.JSX.Element;
337
+ declare namespace Dialog {
338
+ var displayName: string;
339
+ }
479
340
 
480
341
  declare const DialogBody: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
481
342
  asChild?: boolean;
@@ -484,6 +345,44 @@ declare const DialogBody: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<re
484
345
  ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
485
346
  }, "ref"> & react.RefAttributes<HTMLDivElement>>;
486
347
 
348
+ declare const DialogClose: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogCloseProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
349
+ asChild?: boolean;
350
+ className?: string;
351
+ } & Sprinkles, "size"> & Omit<{
352
+ addonAfter?: react.ReactNode;
353
+ addonBefore?: react.ReactNode;
354
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
355
+ children?: react.ReactNode;
356
+ disabled?: boolean;
357
+ icon?: react.ReactNode;
358
+ iconPosition?: "end" | "start";
359
+ loading?: boolean;
360
+ } & Omit<{
361
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
362
+ iconOnly?: boolean | undefined;
363
+ size?: "sm" | "md" | "lg" | undefined;
364
+ variant?: "outline" | "solid" | "subtle" | undefined;
365
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
366
+
367
+ declare const content$2: (props?: {
368
+ size?: "sm" | "md" | "lg" | undefined;
369
+ } | undefined, className?: string) => {
370
+ className: string;
371
+ };
372
+ type DialogVariants = RecipeVariants<typeof content$2>;
373
+
374
+ type DialogContentProps = BoxProps<typeof RadixDialog.Content, {
375
+ withCloseButton?: boolean;
376
+ } & DialogVariants>;
377
+ declare const DialogContent: react.ForwardRefExoticComponent<Omit<DialogContentProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
378
+
379
+ declare const DialogDescription: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
380
+ asChild?: boolean;
381
+ className?: string;
382
+ } & Sprinkles, never> & {
383
+ description?: string;
384
+ } & react.RefAttributes<HTMLParagraphElement>>;
385
+
487
386
  declare const DialogFooter: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
488
387
  asChild?: boolean;
489
388
  className?: string;
@@ -493,92 +392,283 @@ declare const DialogFooter: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
493
392
  ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
494
393
  }, "ref"> & react.RefAttributes<HTMLDivElement>>;
495
394
 
496
- declare const DialogTitle: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
395
+ declare const DialogTitle: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
497
396
  asChild?: boolean;
498
397
  className?: string;
499
- } & Sprinkles, never> & {
500
- description?: string;
501
- } & react.RefAttributes<HTMLDivElement>>;
398
+ } & Sprinkles, never> & react.RefAttributes<HTMLHeadingElement>>;
502
399
 
503
- declare const Field: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "children" | "color" | "className" | "id"> & Omit<{
400
+ declare const DialogTrigger: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
504
401
  asChild?: boolean;
505
402
  className?: string;
506
- } & Sprinkles, never> & {
507
- children: ReactElement;
508
- description?: string;
403
+ } & Sprinkles, "size"> & Omit<{
404
+ addonAfter?: react.ReactNode;
405
+ addonBefore?: react.ReactNode;
406
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
407
+ children?: react.ReactNode;
509
408
  disabled?: boolean;
510
- error?: string;
511
- id?: string;
512
- info?: string;
513
- label?: string;
514
- required?: boolean;
515
- } & react.RefAttributes<HTMLDivElement>>;
409
+ icon?: react.ReactNode;
410
+ iconPosition?: "end" | "start";
411
+ loading?: boolean;
412
+ } & Omit<{
413
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
414
+ iconOnly?: boolean | undefined;
415
+ size?: "sm" | "md" | "lg" | undefined;
416
+ variant?: "outline" | "solid" | "subtle" | undefined;
417
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
516
418
 
517
- declare const Flex: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
419
+ declare const Disclosure: react.ForwardRefExoticComponent<Omit<Omit<RadixCollapsible.CollapsibleProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
420
+ asChild?: boolean;
421
+ className?: string;
422
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
423
+
424
+ declare const DisclosureContent: react.ForwardRefExoticComponent<Omit<Omit<RadixCollapsible.CollapsibleContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
425
+ asChild?: boolean;
426
+ className?: string;
427
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
428
+
429
+ declare const DisclosureTrigger: react.ForwardRefExoticComponent<Omit<Omit<RadixCollapsible.CollapsibleTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
430
+ asChild?: boolean;
431
+ className?: string;
432
+ } & Sprinkles, never> & {
433
+ addonAfter?: ReactNode;
434
+ addonBefore?: ReactNode;
435
+ chevronPosition?: "end" | "start";
436
+ } & react.RefAttributes<HTMLButtonElement>>;
437
+
438
+ declare const content$1: (props?: {
439
+ position?: "left" | "right" | "bottom" | undefined;
440
+ } | undefined, className?: string) => {
441
+ className: string;
442
+ };
443
+ type DrawerVariants = RecipeVariants<typeof content$1>;
444
+
445
+ type DrawerProps = BoxProps<typeof RadixDialog.Content, {
446
+ children: ReactNode;
447
+ modal?: boolean;
448
+ onClose: () => void;
449
+ open?: boolean;
450
+ withCloseButton?: boolean;
451
+ } & DrawerVariants>;
452
+ declare const Drawer: react.ForwardRefExoticComponent<Omit<DrawerProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
453
+
454
+ declare const DrawerBody: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
518
455
  asChild?: boolean;
519
456
  className?: string;
520
457
  } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
521
458
  ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
522
459
  }, "ref"> & react.RefAttributes<HTMLDivElement>>;
523
460
 
524
- declare const Grid: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
461
+ declare const DrawerFooter: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
525
462
  asChild?: boolean;
526
463
  className?: string;
527
464
  } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
528
465
  ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
466
+ }, "ref"> & react.RefAttributes<HTMLDivElement>, "ref"> & {
467
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
529
468
  }, "ref"> & react.RefAttributes<HTMLDivElement>>;
530
469
 
531
- declare const mapLevelToTag: {
532
- readonly "1": "h1";
533
- readonly "2": "h2";
534
- readonly "3": "h3";
535
- readonly "4": "h4";
536
- readonly "5": "h5";
537
- readonly "6": "h6";
538
- };
539
- declare const mapTagToFontSize: {
540
- readonly h1: "5xl";
541
- readonly h2: "4xl";
542
- readonly h3: "3xl";
543
- readonly h4: "2xl";
544
- readonly h5: "xl";
545
- readonly h6: "md";
546
- };
547
- declare const Heading: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, "color" | "className"> & Omit<{
470
+ declare const DrawerTitle: react.ForwardRefExoticComponent<Omit<Omit<RadixDialog.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
471
+ asChild?: boolean;
472
+ className?: string;
473
+ } & Sprinkles, never> & {
474
+ description?: string;
475
+ } & react.RefAttributes<HTMLDivElement>>;
476
+
477
+ type MenuProps = ComponentPropsWithoutRef<typeof RadixMenu.Root>;
478
+ declare function DropdownMenu({ children, defaultOpen, onOpenChange, open: openProp, ...props }: MenuProps): react_jsx_runtime.JSX.Element;
479
+ declare namespace DropdownMenu {
480
+ var displayName: string;
481
+ }
482
+
483
+ declare const DropdownMenuContent: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
548
484
  asChild?: boolean;
549
485
  className?: string;
550
486
  } & Sprinkles, never> & Omit<{
551
- as?: "p" | "span";
487
+ enableExitAnimation?: boolean;
552
488
  } & {
553
- lineClamp?: "1" | "2" | "4" | "3" | undefined;
554
- truncate?: boolean | undefined;
555
- }, never> & {
556
- /**
557
- * Presets for each level of heading h1-h6.
558
- */
559
- level?: keyof typeof mapLevelToTag;
489
+ minW?: "0" | "trigger" | undefined;
490
+ provider?: "popover" | "dropdown-menu" | "popper" | undefined;
491
+ }, never> & react.RefAttributes<HTMLDivElement>>;
492
+
493
+ declare const DropdownMenuItem: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
494
+ asChild?: boolean;
495
+ className?: string;
496
+ } & Sprinkles, never> & Omit<{
497
+ addonAfter?: react.ReactNode;
498
+ addonBefore?: react.ReactNode;
499
+ description?: react.ReactNode;
500
+ } & {
501
+ colorScheme?: "danger" | "neutral" | undefined;
502
+ }, never> & react.RefAttributes<HTMLDivElement>>;
503
+
504
+ declare const DropdownMenuLabel: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuLabelProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
505
+ asChild?: boolean;
506
+ className?: string;
507
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
508
+
509
+ declare const DropdownMenuSeparator: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuSeparatorProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
510
+ asChild?: boolean;
511
+ className?: string;
512
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
513
+
514
+ type MenuSubProps = ComponentPropsWithoutRef<typeof RadixMenu.Sub>;
515
+ declare function DropdownMenuSub({ children, defaultOpen, onOpenChange, open: openProp, ...props }: MenuSubProps): react_jsx_runtime.JSX.Element;
516
+ declare namespace DropdownMenuSub {
517
+ var displayName: string;
518
+ }
519
+
520
+ declare const DropdownMenuSubContent: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuSubContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
521
+ asChild?: boolean;
522
+ className?: string;
523
+ } & Sprinkles, never> & Omit<{
524
+ enableExitAnimation?: boolean;
525
+ } & {
526
+ minW?: "0" | "trigger" | undefined;
527
+ provider?: "popover" | "dropdown-menu" | "popper" | undefined;
528
+ }, never> & react.RefAttributes<HTMLDivElement>>;
529
+
530
+ declare const DropdownMenuSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<RadixMenu.DropdownMenuSubTriggerProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
531
+ asChild?: boolean;
532
+ className?: string;
533
+ } & Sprinkles, never> & Omit<{
534
+ addonAfter?: react.ReactNode;
535
+ addonBefore?: react.ReactNode;
536
+ description?: react.ReactNode;
537
+ } & {
538
+ colorScheme?: "danger" | "neutral" | undefined;
539
+ }, never> & react.RefAttributes<HTMLDivElement>>;
540
+
541
+ declare const DropdownMenuTrigger: react.ForwardRefExoticComponent<Omit<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
542
+ asChild?: boolean;
543
+ className?: string;
544
+ } & Sprinkles, "size"> & Omit<{
545
+ addonAfter?: react.ReactNode;
546
+ addonBefore?: react.ReactNode;
547
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
548
+ children?: react.ReactNode;
549
+ disabled?: boolean;
550
+ icon?: react.ReactNode;
551
+ iconPosition?: "end" | "start";
552
+ loading?: boolean;
553
+ } & Omit<{
554
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
555
+ iconOnly?: boolean | undefined;
556
+ size?: "sm" | "md" | "lg" | undefined;
557
+ variant?: "outline" | "solid" | "subtle" | undefined;
558
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
559
+
560
+ declare const Field: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "children" | "color" | "className"> & Omit<{
561
+ asChild?: boolean;
562
+ className?: string;
563
+ } & Sprinkles, never> & {
564
+ children: ReactNode;
565
+ description?: ReactNode;
566
+ error?: ReactNode;
567
+ info?: ReactNode;
568
+ inputId?: string;
569
+ label?: ReactNode;
570
+ required?: boolean;
571
+ } & react.RefAttributes<HTMLDivElement>>;
572
+
573
+ declare const Flex: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
574
+ asChild?: boolean;
575
+ className?: string;
576
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
577
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
578
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
579
+
580
+ declare const Grid: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
581
+ asChild?: boolean;
582
+ className?: string;
583
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref"> & {
584
+ ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
585
+ }, "ref"> & react.RefAttributes<HTMLDivElement>>;
586
+
587
+ declare const mapLevelToTag: {
588
+ readonly "1": "h1";
589
+ readonly "2": "h2";
590
+ readonly "3": "h3";
591
+ readonly "4": "h4";
592
+ readonly "5": "h5";
593
+ readonly "6": "h6";
594
+ };
595
+ declare const mapTagToFontSize: {
596
+ readonly h1: "5xl";
597
+ readonly h2: "4xl";
598
+ readonly h3: "3xl";
599
+ readonly h4: "2xl";
600
+ readonly h5: "xl";
601
+ readonly h6: "md";
602
+ };
603
+ declare const Heading: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, "color" | "className"> & Omit<{
604
+ asChild?: boolean;
605
+ className?: string;
606
+ } & Sprinkles, never> & Omit<{
607
+ lineClamp?: "1" | "2" | "4" | "3" | undefined;
608
+ truncate?: boolean | undefined;
609
+ }, never> & {
560
610
  /**
561
611
  * Control the visual size without changing the semantic tag.
562
612
  */
563
- variant?: keyof typeof mapTagToFontSize;
613
+ appearance?: keyof typeof mapTagToFontSize;
614
+ /**
615
+ * Presets for each level of heading h1-h6.
616
+ */
617
+ level?: keyof typeof mapLevelToTag;
564
618
  } & react.RefAttributes<HTMLHeadingElement>>;
565
619
 
566
- declare const Input: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "size" | "color" | "className"> & Omit<{
620
+ type HoverCardProps = BoxProps<typeof RadixHoverCard.Root, {
621
+ keepOpenOnActivation?: boolean;
622
+ }>;
623
+ declare function HoverCard({ children, defaultOpen, keepOpenOnActivation, onOpenChange, open: openProp, openDelay, ...props }: HoverCardProps): react_jsx_runtime.JSX.Element;
624
+ declare namespace HoverCard {
625
+ var displayName: string;
626
+ }
627
+
628
+ declare const HoverCardContent: react.ForwardRefExoticComponent<Omit<Omit<RadixHoverCard.HoverCardContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
629
+ asChild?: boolean;
630
+ className?: string;
631
+ } & Sprinkles, never> & {
632
+ withArrow?: boolean;
633
+ } & react.RefAttributes<HTMLDivElement>>;
634
+
635
+ declare const HoverCardTrigger: react.ForwardRefExoticComponent<Omit<RadixHoverCard.HoverCardTriggerProps & react.RefAttributes<HTMLAnchorElement>, "ref"> & react.RefAttributes<HTMLAnchorElement>>;
636
+
637
+ declare const Indicator: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "color" | "className"> & Omit<{
638
+ asChild?: boolean;
639
+ className?: string;
640
+ } & Sprinkles, never> & Omit<{
641
+ lineClamp?: "1" | "2" | "4" | "3" | undefined;
642
+ truncate?: boolean | undefined;
643
+ }, never> & {
644
+ colorScheme?: "danger" | "neutral" | "primary" | "information" | "success" | "warning" | undefined;
645
+ variant?: "solid" | "light" | undefined;
646
+ } & react.RefAttributes<HTMLSpanElement>, "ref">, "borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w" | "className" | "asChild" | "content"> & Omit<{
647
+ asChild?: boolean;
648
+ className?: string;
649
+ } & Sprinkles, never> & {
650
+ content?: ReactNode;
651
+ disabled?: boolean;
652
+ offset?: boolean;
653
+ ping?: boolean;
654
+ position?: "bottom-right" | "top-right";
655
+ } & react.RefAttributes<HTMLDivElement>>;
656
+
657
+ declare const Input: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "color" | "size" | "className" | "disabled"> & Omit<{
567
658
  asChild?: boolean;
568
659
  className?: string;
569
660
  } & Sprinkles, "size"> & Omit<{
570
- endDecorator?: react.ReactNode;
661
+ addonAfter?: react.ReactNode;
662
+ addonBefore?: react.ReactNode;
663
+ addonPointerEvents?: "auto" | "none";
664
+ disabled?: boolean;
571
665
  error?: boolean;
572
- startDecorator?: react.ReactNode;
573
666
  } & {
574
- size?: "sm" | "md" | "lg" | undefined;
667
+ size?: "md" | "lg" | undefined;
575
668
  }, never> & {
576
- variant?: "number" | "default" | undefined;
669
+ appearance?: "number" | "default" | undefined;
577
670
  } & react.RefAttributes<HTMLInputElement>>;
578
671
 
579
- type KbdProps = {
580
- keys?: Array<keyof typeof mapKeyToCode> | keyof typeof mapKeyToCode;
581
- } & ComponentPropsWithRef<typeof Code>;
582
672
  declare const mapKeyToCode: {
583
673
  command: string;
584
674
  ctrl: string;
@@ -594,43 +684,175 @@ declare const mapKeyToCode: {
594
684
  tab: string;
595
685
  up: string;
596
686
  };
597
- declare const Kbd: react.ForwardRefExoticComponent<Omit<KbdProps, "ref"> & react.RefAttributes<HTMLElement>>;
598
-
599
- declare const Link: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "color" | "className"> & Omit<{
687
+ declare const Kbd: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">, "color" | "className"> & Omit<{
600
688
  asChild?: boolean;
601
689
  className?: string;
602
690
  } & Sprinkles, never> & {
603
- disabled?: boolean;
604
- external?: boolean;
691
+ keys?: Array<keyof typeof mapKeyToCode> | keyof typeof mapKeyToCode;
605
692
  } & {
606
- variant?: "default" | "subtle" | undefined;
607
- } & react.RefAttributes<HTMLAnchorElement>>;
693
+ variant?: "outline" | "subtle" | undefined;
694
+ } & react.RefAttributes<HTMLElement>>;
695
+
696
+ declare const axiom = "optiaxiom";
697
+ declare const base = "optiaxiom.base";
698
+ declare const reset: string;
699
+ declare const components: string;
700
+
701
+ declare const layers_css_axiom: typeof axiom;
702
+ declare const layers_css_base: typeof base;
703
+ declare const layers_css_components: typeof components;
704
+ declare const layers_css_reset: typeof reset;
705
+ declare namespace layers_css {
706
+ export { layers_css_axiom as axiom, layers_css_base as base, layers_css_components as components, layers_css_reset as reset };
707
+ }
608
708
 
609
- declare const Paper: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
709
+ declare const MenuButton: react.ForwardRefExoticComponent<Omit<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
710
+ asChild?: boolean;
711
+ className?: string;
712
+ } & Sprinkles, "size"> & Omit<{
713
+ addonAfter?: react.ReactNode;
714
+ addonBefore?: react.ReactNode;
715
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
716
+ children?: react.ReactNode;
717
+ disabled?: boolean;
718
+ icon?: react.ReactNode;
719
+ iconPosition?: "end" | "start";
720
+ loading?: boolean;
721
+ } & Omit<{
722
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
723
+ iconOnly?: boolean | undefined;
724
+ size?: "sm" | "md" | "lg" | undefined;
725
+ variant?: "outline" | "solid" | "subtle" | undefined;
726
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
727
+
728
+ type PaginationProps = BoxProps<"nav", {
729
+ boundaries?: number;
730
+ defaultPage?: number;
731
+ disabled?: boolean;
732
+ onPageChange?: (offset: number) => void;
733
+ page?: number;
734
+ siblings?: number;
735
+ total: number;
736
+ }>;
737
+ declare const Pagination: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">, "color" | "className"> & Omit<{
610
738
  asChild?: boolean;
611
739
  className?: string;
612
740
  } & Sprinkles, never> & {
613
- elevation?: Sprinkles["shadow"];
614
- } & react.RefAttributes<HTMLParagraphElement>>;
741
+ boundaries?: number;
742
+ defaultPage?: number;
743
+ disabled?: boolean;
744
+ onPageChange?: (offset: number) => void;
745
+ page?: number;
746
+ siblings?: number;
747
+ total: number;
748
+ } & react.RefAttributes<HTMLElement>>;
749
+
750
+ type PopoverProps = BoxProps<typeof RadixPopover.Root>;
751
+ declare function Popover({ children, defaultOpen, onOpenChange, open: openProp, ...props }: PopoverProps): react_jsx_runtime.JSX.Element;
752
+ declare namespace Popover {
753
+ var displayName: string;
754
+ }
615
755
 
616
- declare const Progress: react.ForwardRefExoticComponent<Omit<Omit<ProgressPrimitive.ProgressProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
756
+ declare const PopoverAnchor: react.ForwardRefExoticComponent<Omit<Omit<RadixPopover.PopoverAnchorProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
617
757
  asChild?: boolean;
618
758
  className?: string;
619
759
  } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
620
760
 
621
- declare const RadioGroup: react.ForwardRefExoticComponent<Omit<Omit<RadixRadio.RadioGroupProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
761
+ declare const content: (props?: {
762
+ minW?: "0" | "trigger" | undefined;
763
+ provider?: "popover" | "dropdown-menu" | "popper" | undefined;
764
+ } | undefined, className?: string) => {
765
+ className: string;
766
+ };
767
+ type ContentVariants = RecipeVariants<typeof content>;
768
+
769
+ type MenuContentBaseProps<T extends ElementType = "div", P = unknown> = BoxProps<T, ExtendProps<{
770
+ enableExitAnimation?: boolean;
771
+ } & ContentVariants, P>>;
772
+
773
+ type PopoverContentProps = MenuContentBaseProps<typeof RadixPopover.Content, {
774
+ withArrow?: boolean;
775
+ }>;
776
+ declare const PopoverContent: react.ForwardRefExoticComponent<Omit<PopoverContentProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
777
+
778
+ declare const PopoverTrigger: react.ForwardRefExoticComponent<Omit<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
779
+ asChild?: boolean;
780
+ className?: string;
781
+ } & Sprinkles, "size"> & Omit<{
782
+ addonAfter?: react.ReactNode;
783
+ addonBefore?: react.ReactNode;
784
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
785
+ children?: react.ReactNode;
786
+ disabled?: boolean;
787
+ icon?: react.ReactNode;
788
+ iconPosition?: "end" | "start";
789
+ loading?: boolean;
790
+ } & Omit<{
791
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
792
+ iconOnly?: boolean | undefined;
793
+ size?: "sm" | "md" | "lg" | undefined;
794
+ variant?: "outline" | "solid" | "subtle" | undefined;
795
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
796
+
797
+ declare const Progress: react.ForwardRefExoticComponent<Omit<Omit<ProgressPrimitive.ProgressProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
622
798
  asChild?: boolean;
623
799
  className?: string;
624
800
  } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
625
801
 
626
- declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<Omit<RadixRadio.RadioGroupItemProps & react.RefAttributes<HTMLButtonElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
802
+ declare const Radio: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "value"> & {
803
+ onCheckedChange?: (checked: boolean) => void;
804
+ value?: string;
805
+ } & react.RefAttributes<HTMLInputElement>, "ref">, "color" | "size" | "className"> & Omit<{
806
+ asChild?: boolean;
807
+ className?: string;
808
+ } & Sprinkles, never> & {
809
+ description?: ReactNode;
810
+ } & react.RefAttributes<HTMLInputElement>>;
811
+
812
+ type InputProps = ComponentPropsWithoutRef<"input">;
813
+ declare const RadioGroup: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className" | "defaultValue" | "onBlur" | "onChange"> & Omit<{
627
814
  asChild?: boolean;
628
815
  className?: string;
629
816
  } & Sprinkles, never> & {
630
- endDecorator?: ReactNode;
817
+ defaultValue?: string;
818
+ disabled?: InputProps["disabled"];
819
+ name?: InputProps["name"];
820
+ onBlur?: InputProps["onBlur"];
821
+ onChange?: InputProps["onChange"];
822
+ onValueChange?: (value: string) => void;
823
+ value?: string;
631
824
  } & react.RefAttributes<HTMLDivElement>>;
632
825
 
633
- declare const Separator: react.ForwardRefExoticComponent<Omit<Omit<RadixSeparator.SeparatorProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "asChild" | "className" | "orientation"> & Omit<{
826
+ type SearchProps = {
827
+ onValueClear?: () => void;
828
+ } & ComponentPropsWithRef<typeof Input>;
829
+ declare const SearchInput: react.ForwardRefExoticComponent<Omit<SearchProps, "ref"> & react.RefAttributes<HTMLInputElement>>;
830
+
831
+ declare const SegmentedControl: react.ForwardRefExoticComponent<Omit<Omit<RadixSegmentedControl.ToggleGroupSingleProps & react.RefAttributes<HTMLDivElement>, "ref"> | Omit<RadixSegmentedControl.ToggleGroupMultipleProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
832
+ asChild?: boolean;
833
+ className?: string;
834
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
835
+
836
+ declare const SegmentedControlItem: react.ForwardRefExoticComponent<Omit<Omit<RadixSegmentedControl.ToggleGroupItemProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
837
+ asChild?: boolean;
838
+ className?: string;
839
+ } & Sprinkles, "size"> & Omit<{
840
+ addonAfter?: react.ReactNode;
841
+ addonBefore?: react.ReactNode;
842
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
843
+ children?: react.ReactNode;
844
+ disabled?: boolean;
845
+ icon?: react.ReactNode;
846
+ iconPosition?: "end" | "start";
847
+ loading?: boolean;
848
+ } & Omit<{
849
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
850
+ iconOnly?: boolean | undefined;
851
+ size?: "sm" | "md" | "lg" | undefined;
852
+ variant?: "outline" | "solid" | "subtle" | undefined;
853
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
854
+
855
+ declare const Separator: react.ForwardRefExoticComponent<Omit<Omit<RadixSeparator.SeparatorProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild" | "orientation"> & Omit<{
634
856
  asChild?: boolean;
635
857
  className?: string;
636
858
  } & Sprinkles, never> & {
@@ -642,6 +864,79 @@ declare const Separator: react.ForwardRefExoticComponent<Omit<Omit<RadixSeparato
642
864
  } | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "vertical" | "horizontal" | null>;
643
865
  } & react.RefAttributes<HTMLHRElement>>;
644
866
 
867
+ declare const SideNav: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">, "color" | "className"> & Omit<{
868
+ asChild?: boolean;
869
+ className?: string;
870
+ } & Sprinkles, never> & {
871
+ addonAfter?: ReactNode;
872
+ addonBefore?: ReactNode;
873
+ defaultExpanded?: boolean;
874
+ expanded?: boolean;
875
+ onExpandedChange?: (expanded: boolean) => void;
876
+ } & react.RefAttributes<HTMLElement>>;
877
+
878
+ type SideNavProfileMenuProps = BoxProps<"div", {
879
+ avatar: ReactNode;
880
+ name?: string;
881
+ organization?: string;
882
+ }>;
883
+ declare const SideNavAccountItem: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
884
+ asChild?: boolean;
885
+ className?: string;
886
+ } & Sprinkles, never> & {
887
+ avatar: ReactNode;
888
+ name?: string;
889
+ organization?: string;
890
+ } & react.RefAttributes<HTMLButtonElement>>;
891
+
892
+ type SideNavItemProps = ButtonProps<typeof Button, {
893
+ active?: boolean;
894
+ "aria-label": string;
895
+ }>;
896
+ declare const SideNavItem: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
897
+ asChild?: boolean;
898
+ className?: string;
899
+ } & Sprinkles, "size"> & Omit<{
900
+ addonAfter?: react.ReactNode;
901
+ addonBefore?: react.ReactNode;
902
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
903
+ children?: react.ReactNode;
904
+ disabled?: boolean;
905
+ icon?: react.ReactNode;
906
+ iconPosition?: "end" | "start";
907
+ loading?: boolean;
908
+ } & Omit<{
909
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
910
+ iconOnly?: boolean | undefined;
911
+ size?: "sm" | "md" | "lg" | undefined;
912
+ variant?: "outline" | "solid" | "subtle" | undefined;
913
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w" | "className" | "asChild" | "aria-label" | "addonAfter" | "addonBefore" | "appearance" | "disabled" | "icon" | "iconPosition" | "loading"> & Omit<{
914
+ asChild?: boolean;
915
+ className?: string;
916
+ } & Sprinkles, "size"> & Omit<{
917
+ addonAfter?: react.ReactNode;
918
+ addonBefore?: react.ReactNode;
919
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
920
+ children?: react.ReactNode;
921
+ disabled?: boolean;
922
+ icon?: react.ReactNode;
923
+ iconPosition?: "end" | "start";
924
+ loading?: boolean;
925
+ } & Omit<{
926
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
927
+ iconOnly?: boolean | undefined;
928
+ size?: "sm" | "md" | "lg" | undefined;
929
+ variant?: "outline" | "solid" | "subtle" | undefined;
930
+ }, "colorScheme" | "iconOnly" | "variant">, never> & {
931
+ active?: boolean;
932
+ "aria-label": string;
933
+ } & react.RefAttributes<HTMLButtonElement>>;
934
+
935
+ type SideNavToggleProps = {
936
+ "aria-label"?: string;
937
+ } & Omit<ComponentPropsWithRef<typeof SideNavItem>, "aria-label">;
938
+ declare const SideNavToggle: react.ForwardRefExoticComponent<Omit<SideNavToggleProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
939
+
645
940
  declare const Skeleton: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "children" | "color" | "className"> & Omit<{
646
941
  asChild?: boolean;
647
942
  className?: string;
@@ -657,414 +952,61 @@ declare const Skeleton: react.ForwardRefExoticComponent<Omit<Omit<react.Detailed
657
952
  h?: Sprinkles["h"];
658
953
  } & react.RefAttributes<HTMLSpanElement>>;
659
954
 
660
- declare const axiom: string;
661
- declare const base: string;
662
- declare const reset: string;
663
- declare const components: string;
664
-
665
- declare const layers_css_axiom: typeof axiom;
666
- declare const layers_css_base: typeof base;
667
- declare const layers_css_components: typeof components;
668
- declare const layers_css_reset: typeof reset;
669
- declare namespace layers_css {
670
- export { layers_css_axiom as axiom, layers_css_base as base, layers_css_components as components, layers_css_reset as reset };
671
- }
672
-
673
- declare const theme: {
674
- readonly borderRadius: {
675
- readonly xs: "2px";
676
- readonly sm: "4px";
677
- readonly md: "6px";
678
- readonly lg: "8px";
679
- readonly xl: "12px";
680
- readonly full: "9999px";
681
- readonly none: "0";
682
- };
683
- readonly borderWidth: {
684
- "0": string;
685
- "1": string;
686
- "2": string;
687
- "4": string;
688
- };
689
- readonly boxShadow: {
690
- readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
691
- readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
692
- readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
693
- readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
694
- readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
695
- readonly inner: "inset 0 0 6px 0 rgb(0 0 0 / 0.1);";
696
- readonly none: "0 0 #0000";
697
- };
698
- readonly colors: {
699
- readonly "bg.brand.solid": "#0037FF";
700
- readonly "bg.brand.solid.hover": "#002CCC";
701
- readonly "bg.brand.subtle": "#F0F3FF";
702
- readonly "bg.default.hover": "#F5F6FA";
703
- readonly "bg.disabled": "#091E422E";
704
- readonly "bg.discovery": "#F1ECF8";
705
- readonly "bg.error.solid": "#CC1616";
706
- readonly "bg.error.solid.hover": "#B21313";
707
- readonly "bg.error.subtle": "#FFF7F7";
708
- readonly "bg.information": "#E7F3FE";
709
- readonly "bg.neutral": "#f1f5f9";
710
- readonly "bg.secondary.hover": "#E9EDF5";
711
- readonly "bg.success": "#E9F7F1";
712
- readonly "bg.success.solid": "#03A65D";
713
- readonly "bg.success.solid.hover": "#038047";
714
- readonly "bg.success.subtle": "#E9F7F1";
715
- readonly "bg.warning.solid": "#F79008";
716
- readonly "bg.warning.solid.hover": "#DC6903";
717
- readonly "bg.warning.subtle": "#FFFAEA";
718
- readonly "border.active": "#868FA4";
719
- readonly "border.active.hover": "#626A81";
720
- readonly "border.brand": "#0037FF";
721
- readonly "border.default": "#CACFDC";
722
- readonly "border.disabled": "#F5F6FA";
723
- readonly "border.error": "#CC1616";
724
- readonly "border.secondary": "#DADFEB";
725
- readonly "border.success": "#03A65D";
726
- readonly "border.tertiary": "#E9EDF5";
727
- readonly "border.warning": "#F79008";
728
- readonly "fg.accent.blue": "#2094F3";
729
- readonly "fg.accent.magenta": "#81046A";
730
- readonly "fg.accent.purple": "#4A297F";
731
- readonly "fg.brand": "#0037FF";
732
- readonly "fg.brand.hover": "#002CCC";
733
- readonly "fg.default": "#262B37";
734
- readonly "fg.default.hover": "#1C2029";
735
- readonly "fg.default.inverse": "#FFFFFF";
736
- readonly "fg.disabled": "#868FA4";
737
- readonly "fg.error": "#CC1616";
738
- readonly "fg.error.hover": "#B21313";
739
- readonly "fg.secondary": "#464D61";
740
- readonly "fg.secondary.hover": "#303645";
741
- readonly "fg.success": "#038047";
742
- readonly "fg.success.hover": "#038047";
743
- readonly "fg.tertiary": "#626A81";
744
- readonly "fg.tertiary.hover": "#464D61";
745
- readonly "fg.warning": "#F79008";
746
- readonly "fg.warning.hover": "#DC6903";
747
- readonly "outline.brand": "#6A8FFC";
748
- readonly overlay: "#091E4252";
749
- readonly surface: "#FFFFFF";
750
- readonly current: "currentColor";
751
- readonly transparent: "transparent";
752
- readonly black: "#000000";
753
- readonly white: "#FFFFFF";
754
- readonly "aqua.50": "#E5F7FB";
755
- readonly "aqua.200": "#9AE5EF";
756
- readonly "aqua.500": "#00BDD6";
757
- readonly "aqua.600": "#007A8A";
758
- readonly "blue.50": "#E7F3FE";
759
- readonly "blue.200": "#A8D5FA";
760
- readonly "blue.500": "#2094F3";
761
- readonly "blue.600": "#1668AC";
762
- readonly "blue.900": "#1C2B41";
763
- readonly "brand.50": "#F0F3FF";
764
- readonly "brand.100": "#CDD8FC";
765
- readonly "brand.200": "#B3C3FF";
766
- readonly "brand.300": "#6A8FFC";
767
- readonly "brand.400": "#2E66F7";
768
- readonly "brand.500": "#0037FF";
769
- readonly "brand.600": "#002CCC";
770
- readonly "brand.700": "#002894";
771
- readonly "brand.800": "#001666";
772
- readonly "brand.900": "#000B33";
773
- readonly "dark.50": "#d9d9d9";
774
- readonly "dark.200": "#9e9e9e";
775
- readonly "dark.500": "#707070";
776
- readonly "dark.600": "#080736";
777
- readonly "gray.50": "#f9fafb";
778
- readonly "gray.100": "#f3f4f6";
779
- readonly "gray.200": "#e5e7eb";
780
- readonly "gray.300": "#d1d5db";
781
- readonly "gray.400": "#9ca3af";
782
- readonly "gray.500": "#6b7280";
783
- readonly "gray.600": "#4b5563";
784
- readonly "gray.700": "#374151";
785
- readonly "gray.800": "#1f2937";
786
- readonly "gray.900": "#111827";
787
- readonly "green.50": "#E9F7F1";
788
- readonly "green.100": "#D1F0E1";
789
- readonly "green.200": "#A5E1C3";
790
- readonly "green.300": "#7CD2A7";
791
- readonly "green.400": "#5AC58A";
792
- readonly "green.500": "#03A65D";
793
- readonly "green.600": "#038047";
794
- readonly "green.700": "#24663E";
795
- readonly "green.800": "#17492B";
796
- readonly "green.900": "#082415";
797
- readonly "magenta.50": "#F8E7F5";
798
- readonly "magenta.200": "#E39CD6";
799
- readonly "magenta.500": "#B80597";
800
- readonly "magenta.600": "#81046A";
801
- readonly "neutral.50": "#F9FAFC";
802
- readonly "neutral.75": "#F5F6FA";
803
- readonly "neutral.100": "#E9EDF5";
804
- readonly "neutral.150": "#DADFEB";
805
- readonly "neutral.200": "#CACFDC";
806
- readonly "neutral.500": "#868FA4";
807
- readonly "neutral.600": "#626A81";
808
- readonly "neutral.700": "#464D61";
809
- readonly "neutral.800": "#303645";
810
- readonly "neutral.900": "#262B37";
811
- readonly "neutral.1000": "#1C2029";
812
- readonly "neutral.1100": "#171A23";
813
- readonly "neutral.1200": "#091E42";
814
- readonly "neutral.50/32": "#F9FAFC52";
815
- readonly "neutral.1200/5": "#091E420D";
816
- readonly "neutral.1200/12": "#091E421F";
817
- readonly "neutral.1200/18": "#091E422E";
818
- readonly "neutral.1200/22": "#091E4238";
819
- readonly "neutral.1200/32": "#091E4252";
820
- readonly "orange.50": "#fff5e5";
821
- readonly "orange.200": "#ffd699";
822
- readonly "orange.500": "#ff9900";
823
- readonly "orange.600": "#a36200";
824
- readonly "purple.50": "#F1ECF8";
825
- readonly "purple.200": "#C4B1E2";
826
- readonly "purple.500": "#693AB6";
827
- readonly "purple.600": "#4A297F";
828
- readonly "purple.900": "#2B273F";
829
- readonly "red.50": "#FFF7F7";
830
- readonly "red.100": "#FCD6D6";
831
- readonly "red.200": "#F9ACAC";
832
- readonly "red.300": "#F45959";
833
- readonly "red.400": "#E31818";
834
- readonly "red.500": "#CC1616";
835
- readonly "red.600": "#B21313";
836
- readonly "red.700": "#911D1D";
837
- readonly "red.800": "#601313";
838
- readonly "red.900": "#300A0A";
839
- readonly "slate.50": "#f8fafc";
840
- readonly "slate.100": "#f1f5f9";
841
- readonly "slate.200": "#e2e8f0";
842
- readonly "slate.300": "#cbd5e1";
843
- readonly "slate.400": "#94a3b8";
844
- readonly "slate.500": "#64748b";
845
- readonly "slate.600": "#475569";
846
- readonly "slate.700": "#334155";
847
- readonly "slate.800": "#1e293b";
848
- readonly "slate.900": "#0f172a";
849
- readonly "slate.950": "#020617";
850
- readonly "yellow.50": "#FFFAEA";
851
- readonly "yellow.100": "#FEF1C6";
852
- readonly "yellow.200": "#FEDF88";
853
- readonly "yellow.300": "#FFC84B";
854
- readonly "yellow.400": "#FDB022";
855
- readonly "yellow.500": "#F79008";
856
- readonly "yellow.600": "#DC6903";
857
- readonly "yellow.700": "#B54707";
858
- readonly "yellow.800": "#7A2E0D";
859
- readonly "yellow.900": "#4E1D09";
860
- };
861
- readonly fontFamily: {
862
- readonly mono: "Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
863
- readonly sans: "InterVariable, system-ui, sans-serif";
864
- };
865
- readonly fontSize: {
866
- readonly xs: {
867
- readonly fontSize: "10px";
868
- readonly lineHeight: "14px";
869
- };
870
- readonly sm: {
871
- readonly fontSize: "12px";
872
- readonly lineHeight: "18px";
873
- };
874
- readonly md: {
875
- readonly fontSize: "14px";
876
- readonly lineHeight: "20px";
877
- };
878
- readonly lg: {
879
- readonly fontSize: "16px";
880
- readonly lineHeight: "24px";
881
- };
882
- readonly xl: {
883
- readonly fontSize: "18px";
884
- readonly lineHeight: "28px";
885
- };
886
- readonly "2xl": {
887
- readonly fontSize: "20px";
888
- readonly lineHeight: "28px";
889
- };
890
- readonly "3xl": {
891
- readonly fontSize: "24px";
892
- readonly lineHeight: "32px";
893
- };
894
- readonly "4xl": {
895
- readonly fontSize: "30px";
896
- readonly lineHeight: "36px";
897
- };
898
- readonly "5xl": {
899
- readonly fontSize: "36px";
900
- readonly lineHeight: "40px";
901
- };
902
- readonly "6xl": {
903
- readonly fontSize: "48px";
904
- readonly lineHeight: "1";
905
- };
906
- readonly "7xl": {
907
- readonly fontSize: "60px";
908
- readonly lineHeight: "1";
909
- };
910
- };
911
- readonly letterSpacing: {
912
- readonly tighter: "-0.05em";
913
- readonly tight: "-0.025em";
914
- readonly normal: "0";
915
- readonly wide: "0.025em";
916
- readonly wider: "0.05em";
917
- readonly widest: "0.1em";
918
- };
919
- readonly lineHeight: {
920
- readonly none: "1";
921
- readonly tight: "1.25";
922
- readonly normal: "1.5";
923
- readonly loose: "2";
924
- };
925
- readonly margins: {
926
- readonly "-xs": "-8px";
927
- readonly "-sm": "-12px";
928
- readonly "-md": "-16px";
929
- readonly "-lg": "-24px";
930
- readonly "-xl": "-32px";
931
- readonly "-2": "-2px";
932
- readonly "-4": "-4px";
933
- readonly "-6": "-6px";
934
- readonly "-8": "-8px";
935
- readonly "-10": "-10px";
936
- readonly "-12": "-12px";
937
- readonly "-16": "-16px";
938
- readonly "-24": "-24px";
939
- readonly "-32": "-32px";
940
- readonly "-48": "-48px";
941
- readonly "-64": "-64px";
942
- readonly "-80": "-80px";
943
- readonly xs: "8px";
944
- readonly sm: "12px";
945
- readonly md: "16px";
946
- readonly lg: "24px";
947
- readonly xl: "32px";
948
- readonly "0": "0";
949
- readonly "2": "2px";
950
- readonly "4": "4px";
951
- readonly "6": "6px";
952
- readonly "8": "8px";
953
- readonly "10": "10px";
954
- readonly "12": "12px";
955
- readonly "16": "16px";
956
- readonly "20": "20px";
957
- readonly "24": "24px";
958
- readonly "32": "32px";
959
- readonly "48": "48px";
960
- readonly "64": "64px";
961
- readonly "80": "80px";
962
- };
963
- readonly maxSize: {
964
- readonly xs: "320px";
965
- readonly sm: "384px";
966
- readonly md: "448px";
967
- readonly lg: "512px";
968
- readonly xl: "576px";
969
- readonly "2xl": "672px";
970
- readonly full: "100%";
971
- };
972
- readonly screens: {
973
- readonly sm: "600px";
974
- readonly md: "900px";
975
- readonly lg: "1200px";
976
- };
977
- readonly size: {
978
- readonly xs: "20px";
979
- readonly sm: "24px";
980
- readonly md: "32px";
981
- readonly lg: "40px";
982
- readonly xl: "64px";
983
- readonly "0": "0";
984
- readonly "1": "1px";
985
- readonly "2": "2px";
986
- readonly "4": "4px";
987
- readonly "6": "6px";
988
- readonly "8": "8px";
989
- readonly "12": "12px";
990
- readonly "16": "16px";
991
- readonly "20": "20px";
992
- readonly "24": "24px";
993
- readonly "32": "32px";
994
- readonly "40": "40px";
995
- readonly "48": "48px";
996
- readonly "56": "56px";
997
- readonly "64": "64px";
998
- readonly "80": "80px";
999
- readonly "96": "96px";
1000
- readonly "112": "112px";
1001
- readonly "128": "128px";
1002
- readonly "144": "144px";
1003
- readonly "160": "160px";
1004
- readonly "176": "176px";
1005
- readonly "192": "192px";
1006
- readonly "208": "208px";
1007
- readonly "224": "224px";
1008
- readonly "240": "240px";
1009
- readonly "256": "256px";
1010
- readonly "288": "288px";
1011
- readonly "320": "320px";
1012
- readonly "384": "384px";
1013
- readonly "1/2": "50%";
1014
- readonly "1/3": "33.333333%";
1015
- readonly "2/3": "66.666666%";
1016
- readonly "1/4": "25%";
1017
- readonly "2/4": "50%";
1018
- readonly "3/4": "75%";
1019
- readonly auto: "auto";
1020
- readonly fit: "fit-content";
1021
- readonly full: "100%";
1022
- readonly max: "max-content";
1023
- readonly min: "min-content";
1024
- };
1025
- readonly spacing: {
1026
- readonly xs: "8px";
1027
- readonly sm: "12px";
1028
- readonly md: "16px";
1029
- readonly lg: "24px";
1030
- readonly xl: "32px";
1031
- readonly "0": "0";
1032
- readonly "2": "2px";
1033
- readonly "4": "4px";
1034
- readonly "6": "6px";
1035
- readonly "8": "8px";
1036
- readonly "10": "10px";
1037
- readonly "12": "12px";
1038
- readonly "16": "16px";
1039
- readonly "20": "20px";
1040
- readonly "24": "24px";
1041
- readonly "32": "32px";
1042
- readonly "48": "48px";
1043
- readonly "64": "64px";
1044
- readonly "80": "80px";
1045
- };
1046
- readonly zIndex: {
1047
- readonly "0": "0";
1048
- readonly "10": "10";
1049
- readonly "20": "20";
1050
- readonly "30": "30";
1051
- readonly "40": "40";
1052
- readonly "50": "50";
1053
- readonly auto: "auto";
1054
- readonly popover: "1500";
1055
- };
1056
- };
955
+ declare const Spinner: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
956
+ asChild?: boolean;
957
+ className?: string;
958
+ } & Sprinkles, "size"> & {
959
+ colorScheme?: "default" | "inverse";
960
+ size?: "2xs" | "5xl" | "lg" | "md" | "sm" | "xl" | "xs";
961
+ } & react.RefAttributes<HTMLDivElement>>;
1057
962
 
1058
- declare const Switch: react.ForwardRefExoticComponent<Omit<Omit<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>, "ref">, "color" | "asChild" | "className"> & Omit<{
963
+ declare const Switch: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "value"> & {
964
+ onCheckedChange?: (checked: boolean) => void;
965
+ value?: string;
966
+ } & react.RefAttributes<HTMLInputElement>, "ref">, "color" | "size" | "className"> & Omit<{
1059
967
  asChild?: boolean;
1060
968
  className?: string;
1061
969
  } & Sprinkles, "size"> & {
1062
- endDecorator?: ReactNode;
970
+ description?: ReactNode;
1063
971
  } & {
1064
972
  size?: "md" | "lg" | undefined;
973
+ } & react.RefAttributes<HTMLInputElement>>;
974
+
975
+ declare const Tabs: react.ForwardRefExoticComponent<Omit<Omit<RadixTabs.TabsProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
976
+ asChild?: boolean;
977
+ className?: string;
978
+ } & Sprinkles, never> & {
979
+ appearance?: "primary" | "secondary";
1065
980
  } & react.RefAttributes<HTMLDivElement>>;
1066
981
 
1067
- type RecipeVariants<RecipeFn extends (...args: any) => any> = Parameters<RecipeFn>[0];
982
+ declare const TabsContent: react.ForwardRefExoticComponent<Omit<Omit<RadixTabs.TabsContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
983
+ asChild?: boolean;
984
+ className?: string;
985
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
986
+
987
+ declare const TabsList: react.ForwardRefExoticComponent<Omit<Omit<RadixTabs.TabsListProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
988
+ asChild?: boolean;
989
+ className?: string;
990
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
991
+
992
+ declare const TabsTrigger: react.ForwardRefExoticComponent<Omit<Omit<RadixTabs.TabsTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
993
+ asChild?: boolean;
994
+ className?: string;
995
+ } & Sprinkles, "size"> & Omit<{
996
+ addonAfter?: react.ReactNode;
997
+ addonBefore?: react.ReactNode;
998
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
999
+ children?: react.ReactNode;
1000
+ disabled?: boolean;
1001
+ icon?: react.ReactNode;
1002
+ iconPosition?: "end" | "start";
1003
+ loading?: boolean;
1004
+ } & Omit<{
1005
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
1006
+ iconOnly?: boolean | undefined;
1007
+ size?: "sm" | "md" | "lg" | undefined;
1008
+ variant?: "outline" | "solid" | "subtle" | undefined;
1009
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
1068
1010
 
1069
1011
  declare const text: (props?: {
1070
1012
  lineClamp?: "1" | "2" | "4" | "3" | undefined;
@@ -1074,809 +1016,128 @@ declare const text: (props?: {
1074
1016
  };
1075
1017
  type TextVariants = RecipeVariants<typeof text>;
1076
1018
 
1077
- type TextProps<T extends ElementType = "p", P = unknown> = BoxProps<T, ExtendProps<{
1078
- as?: "p" | "span";
1079
- } & TextVariants, P>>;
1019
+ type TextProps<T extends ElementType = "p", P = unknown> = BoxProps<T, ExtendProps<NonNullable<TextVariants>, P>>;
1080
1020
  declare const Text: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "color" | "className"> & Omit<{
1081
1021
  asChild?: boolean;
1082
1022
  className?: string;
1083
1023
  } & Sprinkles, never> & Omit<{
1084
- as?: "p" | "span";
1085
- } & {
1086
1024
  lineClamp?: "1" | "2" | "4" | "3" | undefined;
1087
1025
  truncate?: boolean | undefined;
1088
1026
  }, never> & react.RefAttributes<HTMLParagraphElement>>;
1089
1027
 
1090
- declare const input: (props?: {
1091
- size?: "sm" | "md" | "lg" | undefined;
1092
- } | undefined, className?: string) => {
1093
- className: string;
1094
- };
1095
- type InputVariants = RecipeVariants<typeof input>;
1028
+ declare const TextareaAutosize: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "color" | "className"> & Omit<{
1029
+ asChild?: boolean;
1030
+ className?: string;
1031
+ } & Sprinkles, never> & {
1032
+ maxRows?: 2 | 1 | 3 | 4 | 5 | undefined;
1033
+ resize?: "none" | "auto" | "vertical" | undefined;
1034
+ } & react.RefAttributes<HTMLTextAreaElement>>;
1096
1035
 
1097
- type InputBaseProps<T extends ElementType = "input", P = unknown> = BoxProps<T, ExtendProps<{
1098
- endDecorator?: ReactNode;
1036
+ declare const Textarea: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<react.DetailedHTMLProps<react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, "color" | "className"> & Omit<{
1037
+ asChild?: boolean;
1038
+ className?: string;
1039
+ } & Sprinkles, never> & {
1040
+ maxRows?: 2 | 1 | 3 | 4 | 5 | undefined;
1041
+ resize?: "none" | "auto" | "vertical" | undefined;
1042
+ } & react.RefAttributes<HTMLTextAreaElement>, "ref">, "children" | "borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w" | "className" | "asChild" | "disabled" | "resize" | "maxRows"> & Omit<{
1043
+ asChild?: boolean;
1044
+ className?: string;
1045
+ } & Sprinkles, "size"> & Omit<{
1046
+ addonAfter?: react.ReactNode;
1047
+ addonBefore?: react.ReactNode;
1048
+ addonPointerEvents?: "auto" | "none";
1049
+ disabled?: boolean;
1099
1050
  error?: boolean;
1100
- startDecorator?: ReactNode;
1101
- } & InputVariants, P>>;
1102
-
1103
- type TextareaProps = ({
1104
- resize: "auto";
1105
- } & InputBaseProps<typeof TextareaAutosize>) | ({
1106
- resize: "none" | "vertical";
1107
- } & InputBaseProps<"textarea">);
1108
- declare const Textarea: react.ForwardRefExoticComponent<TextareaProps & react.RefAttributes<HTMLTextAreaElement>>;
1109
-
1110
- declare const tokens: {
1111
- readonly borderRadius: {
1112
- readonly xs: "2px";
1113
- readonly sm: "4px";
1114
- readonly md: "6px";
1115
- readonly lg: "8px";
1116
- readonly xl: "12px";
1117
- readonly full: "9999px";
1118
- readonly none: "0";
1119
- };
1120
- readonly borderWidth: {
1121
- "0": string;
1122
- "1": string;
1123
- "2": string;
1124
- "4": string;
1125
- };
1126
- readonly boxShadow: {
1127
- readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
1128
- readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
1129
- readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
1130
- readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
1131
- readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
1132
- readonly inner: "inset 0 0 6px 0 rgb(0 0 0 / 0.1);";
1133
- readonly none: "0 0 #0000";
1134
- };
1135
- readonly colors: {
1136
- readonly "bg.brand.solid": "#0037FF";
1137
- readonly "bg.brand.solid.hover": "#002CCC";
1138
- readonly "bg.brand.subtle": "#F0F3FF";
1139
- readonly "bg.default.hover": "#F5F6FA";
1140
- readonly "bg.disabled": "#091E422E";
1141
- readonly "bg.discovery": "#F1ECF8";
1142
- readonly "bg.error.solid": "#CC1616";
1143
- readonly "bg.error.solid.hover": "#B21313";
1144
- readonly "bg.error.subtle": "#FFF7F7";
1145
- readonly "bg.information": "#E7F3FE";
1146
- readonly "bg.neutral": "#f1f5f9";
1147
- readonly "bg.secondary.hover": "#E9EDF5";
1148
- readonly "bg.success": "#E9F7F1";
1149
- readonly "bg.success.solid": "#03A65D";
1150
- readonly "bg.success.solid.hover": "#038047";
1151
- readonly "bg.success.subtle": "#E9F7F1";
1152
- readonly "bg.warning.solid": "#F79008";
1153
- readonly "bg.warning.solid.hover": "#DC6903";
1154
- readonly "bg.warning.subtle": "#FFFAEA";
1155
- readonly "border.active": "#868FA4";
1156
- readonly "border.active.hover": "#626A81";
1157
- readonly "border.brand": "#0037FF";
1158
- readonly "border.default": "#CACFDC";
1159
- readonly "border.disabled": "#F5F6FA";
1160
- readonly "border.error": "#CC1616";
1161
- readonly "border.secondary": "#DADFEB";
1162
- readonly "border.success": "#03A65D";
1163
- readonly "border.tertiary": "#E9EDF5";
1164
- readonly "border.warning": "#F79008";
1165
- readonly "fg.accent.blue": "#2094F3";
1166
- readonly "fg.accent.magenta": "#81046A";
1167
- readonly "fg.accent.purple": "#4A297F";
1168
- readonly "fg.brand": "#0037FF";
1169
- readonly "fg.brand.hover": "#002CCC";
1170
- readonly "fg.default": "#262B37";
1171
- readonly "fg.default.hover": "#1C2029";
1172
- readonly "fg.default.inverse": "#FFFFFF";
1173
- readonly "fg.disabled": "#868FA4";
1174
- readonly "fg.error": "#CC1616";
1175
- readonly "fg.error.hover": "#B21313";
1176
- readonly "fg.secondary": "#464D61";
1177
- readonly "fg.secondary.hover": "#303645";
1178
- readonly "fg.success": "#038047";
1179
- readonly "fg.success.hover": "#038047";
1180
- readonly "fg.tertiary": "#626A81";
1181
- readonly "fg.tertiary.hover": "#464D61";
1182
- readonly "fg.warning": "#F79008";
1183
- readonly "fg.warning.hover": "#DC6903";
1184
- readonly "outline.brand": "#6A8FFC";
1185
- readonly overlay: "#091E4252";
1186
- readonly surface: "#FFFFFF";
1187
- readonly current: "currentColor";
1188
- readonly transparent: "transparent";
1189
- readonly black: "#000000";
1190
- readonly white: "#FFFFFF";
1191
- readonly "aqua.50": "#E5F7FB";
1192
- readonly "aqua.200": "#9AE5EF";
1193
- readonly "aqua.500": "#00BDD6";
1194
- readonly "aqua.600": "#007A8A";
1195
- readonly "blue.50": "#E7F3FE";
1196
- readonly "blue.200": "#A8D5FA";
1197
- readonly "blue.500": "#2094F3";
1198
- readonly "blue.600": "#1668AC";
1199
- readonly "blue.900": "#1C2B41";
1200
- readonly "brand.50": "#F0F3FF";
1201
- readonly "brand.100": "#CDD8FC";
1202
- readonly "brand.200": "#B3C3FF";
1203
- readonly "brand.300": "#6A8FFC";
1204
- readonly "brand.400": "#2E66F7";
1205
- readonly "brand.500": "#0037FF";
1206
- readonly "brand.600": "#002CCC";
1207
- readonly "brand.700": "#002894";
1208
- readonly "brand.800": "#001666";
1209
- readonly "brand.900": "#000B33";
1210
- readonly "dark.50": "#d9d9d9";
1211
- readonly "dark.200": "#9e9e9e";
1212
- readonly "dark.500": "#707070";
1213
- readonly "dark.600": "#080736";
1214
- readonly "gray.50": "#f9fafb";
1215
- readonly "gray.100": "#f3f4f6";
1216
- readonly "gray.200": "#e5e7eb";
1217
- readonly "gray.300": "#d1d5db";
1218
- readonly "gray.400": "#9ca3af";
1219
- readonly "gray.500": "#6b7280";
1220
- readonly "gray.600": "#4b5563";
1221
- readonly "gray.700": "#374151";
1222
- readonly "gray.800": "#1f2937";
1223
- readonly "gray.900": "#111827";
1224
- readonly "green.50": "#E9F7F1";
1225
- readonly "green.100": "#D1F0E1";
1226
- readonly "green.200": "#A5E1C3";
1227
- readonly "green.300": "#7CD2A7";
1228
- readonly "green.400": "#5AC58A";
1229
- readonly "green.500": "#03A65D";
1230
- readonly "green.600": "#038047";
1231
- readonly "green.700": "#24663E";
1232
- readonly "green.800": "#17492B";
1233
- readonly "green.900": "#082415";
1234
- readonly "magenta.50": "#F8E7F5";
1235
- readonly "magenta.200": "#E39CD6";
1236
- readonly "magenta.500": "#B80597";
1237
- readonly "magenta.600": "#81046A";
1238
- readonly "neutral.50": "#F9FAFC";
1239
- readonly "neutral.75": "#F5F6FA";
1240
- readonly "neutral.100": "#E9EDF5";
1241
- readonly "neutral.150": "#DADFEB";
1242
- readonly "neutral.200": "#CACFDC";
1243
- readonly "neutral.500": "#868FA4";
1244
- readonly "neutral.600": "#626A81";
1245
- readonly "neutral.700": "#464D61";
1246
- readonly "neutral.800": "#303645";
1247
- readonly "neutral.900": "#262B37";
1248
- readonly "neutral.1000": "#1C2029";
1249
- readonly "neutral.1100": "#171A23";
1250
- readonly "neutral.1200": "#091E42";
1251
- readonly "neutral.50/32": "#F9FAFC52";
1252
- readonly "neutral.1200/5": "#091E420D";
1253
- readonly "neutral.1200/12": "#091E421F";
1254
- readonly "neutral.1200/18": "#091E422E";
1255
- readonly "neutral.1200/22": "#091E4238";
1256
- readonly "neutral.1200/32": "#091E4252";
1257
- readonly "orange.50": "#fff5e5";
1258
- readonly "orange.200": "#ffd699";
1259
- readonly "orange.500": "#ff9900";
1260
- readonly "orange.600": "#a36200";
1261
- readonly "purple.50": "#F1ECF8";
1262
- readonly "purple.200": "#C4B1E2";
1263
- readonly "purple.500": "#693AB6";
1264
- readonly "purple.600": "#4A297F";
1265
- readonly "purple.900": "#2B273F";
1266
- readonly "red.50": "#FFF7F7";
1267
- readonly "red.100": "#FCD6D6";
1268
- readonly "red.200": "#F9ACAC";
1269
- readonly "red.300": "#F45959";
1270
- readonly "red.400": "#E31818";
1271
- readonly "red.500": "#CC1616";
1272
- readonly "red.600": "#B21313";
1273
- readonly "red.700": "#911D1D";
1274
- readonly "red.800": "#601313";
1275
- readonly "red.900": "#300A0A";
1276
- readonly "slate.50": "#f8fafc";
1277
- readonly "slate.100": "#f1f5f9";
1278
- readonly "slate.200": "#e2e8f0";
1279
- readonly "slate.300": "#cbd5e1";
1280
- readonly "slate.400": "#94a3b8";
1281
- readonly "slate.500": "#64748b";
1282
- readonly "slate.600": "#475569";
1283
- readonly "slate.700": "#334155";
1284
- readonly "slate.800": "#1e293b";
1285
- readonly "slate.900": "#0f172a";
1286
- readonly "slate.950": "#020617";
1287
- readonly "yellow.50": "#FFFAEA";
1288
- readonly "yellow.100": "#FEF1C6";
1289
- readonly "yellow.200": "#FEDF88";
1290
- readonly "yellow.300": "#FFC84B";
1291
- readonly "yellow.400": "#FDB022";
1292
- readonly "yellow.500": "#F79008";
1293
- readonly "yellow.600": "#DC6903";
1294
- readonly "yellow.700": "#B54707";
1295
- readonly "yellow.800": "#7A2E0D";
1296
- readonly "yellow.900": "#4E1D09";
1297
- };
1298
- readonly fontFamily: {
1299
- readonly mono: "Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
1300
- readonly sans: "InterVariable, system-ui, sans-serif";
1301
- };
1302
- readonly fontSize: {
1303
- readonly xs: {
1304
- readonly fontSize: "10px";
1305
- readonly lineHeight: "14px";
1306
- };
1307
- readonly sm: {
1308
- readonly fontSize: "12px";
1309
- readonly lineHeight: "18px";
1310
- };
1311
- readonly md: {
1312
- readonly fontSize: "14px";
1313
- readonly lineHeight: "20px";
1314
- };
1315
- readonly lg: {
1316
- readonly fontSize: "16px";
1317
- readonly lineHeight: "24px";
1318
- };
1319
- readonly xl: {
1320
- readonly fontSize: "18px";
1321
- readonly lineHeight: "28px";
1322
- };
1323
- readonly "2xl": {
1324
- readonly fontSize: "20px";
1325
- readonly lineHeight: "28px";
1326
- };
1327
- readonly "3xl": {
1328
- readonly fontSize: "24px";
1329
- readonly lineHeight: "32px";
1330
- };
1331
- readonly "4xl": {
1332
- readonly fontSize: "30px";
1333
- readonly lineHeight: "36px";
1334
- };
1335
- readonly "5xl": {
1336
- readonly fontSize: "36px";
1337
- readonly lineHeight: "40px";
1338
- };
1339
- readonly "6xl": {
1340
- readonly fontSize: "48px";
1341
- readonly lineHeight: "1";
1342
- };
1343
- readonly "7xl": {
1344
- readonly fontSize: "60px";
1345
- readonly lineHeight: "1";
1346
- };
1347
- };
1348
- readonly letterSpacing: {
1349
- readonly tighter: "-0.05em";
1350
- readonly tight: "-0.025em";
1351
- readonly normal: "0";
1352
- readonly wide: "0.025em";
1353
- readonly wider: "0.05em";
1354
- readonly widest: "0.1em";
1355
- };
1356
- readonly lineHeight: {
1357
- readonly none: "1";
1358
- readonly tight: "1.25";
1359
- readonly normal: "1.5";
1360
- readonly loose: "2";
1361
- };
1362
- readonly margins: {
1363
- readonly "-xs": "-8px";
1364
- readonly "-sm": "-12px";
1365
- readonly "-md": "-16px";
1366
- readonly "-lg": "-24px";
1367
- readonly "-xl": "-32px";
1368
- readonly "-2": "-2px";
1369
- readonly "-4": "-4px";
1370
- readonly "-6": "-6px";
1371
- readonly "-8": "-8px";
1372
- readonly "-10": "-10px";
1373
- readonly "-12": "-12px";
1374
- readonly "-16": "-16px";
1375
- readonly "-24": "-24px";
1376
- readonly "-32": "-32px";
1377
- readonly "-48": "-48px";
1378
- readonly "-64": "-64px";
1379
- readonly "-80": "-80px";
1380
- readonly xs: "8px";
1381
- readonly sm: "12px";
1382
- readonly md: "16px";
1383
- readonly lg: "24px";
1384
- readonly xl: "32px";
1385
- readonly "0": "0";
1386
- readonly "2": "2px";
1387
- readonly "4": "4px";
1388
- readonly "6": "6px";
1389
- readonly "8": "8px";
1390
- readonly "10": "10px";
1391
- readonly "12": "12px";
1392
- readonly "16": "16px";
1393
- readonly "20": "20px";
1394
- readonly "24": "24px";
1395
- readonly "32": "32px";
1396
- readonly "48": "48px";
1397
- readonly "64": "64px";
1398
- readonly "80": "80px";
1399
- };
1400
- readonly maxSize: {
1401
- readonly xs: "320px";
1402
- readonly sm: "384px";
1403
- readonly md: "448px";
1404
- readonly lg: "512px";
1405
- readonly xl: "576px";
1406
- readonly "2xl": "672px";
1407
- readonly full: "100%";
1408
- };
1409
- readonly screens: {
1410
- readonly sm: "600px";
1411
- readonly md: "900px";
1412
- readonly lg: "1200px";
1413
- };
1414
- readonly size: {
1415
- readonly xs: "20px";
1416
- readonly sm: "24px";
1417
- readonly md: "32px";
1418
- readonly lg: "40px";
1419
- readonly xl: "64px";
1420
- readonly "0": "0";
1421
- readonly "1": "1px";
1422
- readonly "2": "2px";
1423
- readonly "4": "4px";
1424
- readonly "6": "6px";
1425
- readonly "8": "8px";
1426
- readonly "12": "12px";
1427
- readonly "16": "16px";
1428
- readonly "20": "20px";
1429
- readonly "24": "24px";
1430
- readonly "32": "32px";
1431
- readonly "40": "40px";
1432
- readonly "48": "48px";
1433
- readonly "56": "56px";
1434
- readonly "64": "64px";
1435
- readonly "80": "80px";
1436
- readonly "96": "96px";
1437
- readonly "112": "112px";
1438
- readonly "128": "128px";
1439
- readonly "144": "144px";
1440
- readonly "160": "160px";
1441
- readonly "176": "176px";
1442
- readonly "192": "192px";
1443
- readonly "208": "208px";
1444
- readonly "224": "224px";
1445
- readonly "240": "240px";
1446
- readonly "256": "256px";
1447
- readonly "288": "288px";
1448
- readonly "320": "320px";
1449
- readonly "384": "384px";
1450
- readonly "1/2": "50%";
1451
- readonly "1/3": "33.333333%";
1452
- readonly "2/3": "66.666666%";
1453
- readonly "1/4": "25%";
1454
- readonly "2/4": "50%";
1455
- readonly "3/4": "75%";
1456
- readonly auto: "auto";
1457
- readonly fit: "fit-content";
1458
- readonly full: "100%";
1459
- readonly max: "max-content";
1460
- readonly min: "min-content";
1461
- };
1462
- readonly spacing: {
1463
- readonly xs: "8px";
1464
- readonly sm: "12px";
1465
- readonly md: "16px";
1466
- readonly lg: "24px";
1467
- readonly xl: "32px";
1468
- readonly "0": "0";
1469
- readonly "2": "2px";
1470
- readonly "4": "4px";
1471
- readonly "6": "6px";
1472
- readonly "8": "8px";
1473
- readonly "10": "10px";
1474
- readonly "12": "12px";
1475
- readonly "16": "16px";
1476
- readonly "20": "20px";
1477
- readonly "24": "24px";
1478
- readonly "32": "32px";
1479
- readonly "48": "48px";
1480
- readonly "64": "64px";
1481
- readonly "80": "80px";
1482
- };
1483
- readonly zIndex: {
1484
- readonly "0": "0";
1485
- readonly "10": "10";
1486
- readonly "20": "20";
1487
- readonly "30": "30";
1488
- readonly "40": "40";
1489
- readonly "50": "50";
1490
- readonly auto: "auto";
1491
- readonly popover: "1500";
1492
- };
1493
- };
1494
- declare const tokensDark: {
1495
- readonly colors: {
1496
- readonly "bg.brand.solid": "#0037FF";
1497
- readonly "bg.brand.solid.hover": "#002CCC";
1498
- readonly "bg.brand.subtle": "#F0F3FF";
1499
- readonly "bg.default.hover": "#F5F6FA";
1500
- readonly "bg.disabled": "#1C2029";
1501
- readonly "bg.discovery": "#2B273F";
1502
- readonly "bg.error.solid": "#CC1616";
1503
- readonly "bg.error.solid.hover": "#B21313";
1504
- readonly "bg.error.subtle": "#FFF7F7";
1505
- readonly "bg.information": "#1C2B41";
1506
- readonly "bg.neutral": "#1e293b";
1507
- readonly "bg.secondary.hover": "#E9EDF5";
1508
- readonly "bg.success": "#082415";
1509
- readonly "bg.success.solid": "#03A65D";
1510
- readonly "bg.success.solid.hover": "#038047";
1511
- readonly "bg.success.subtle": "#E9F7F1";
1512
- readonly "bg.warning.solid": "#F79008";
1513
- readonly "bg.warning.solid.hover": "#DC6903";
1514
- readonly "bg.warning.subtle": "#FFFAEA";
1515
- readonly "border.active": "#868FA4";
1516
- readonly "border.active.hover": "#626A81";
1517
- readonly "border.brand": "#0037FF";
1518
- readonly "border.default": "#1f2937";
1519
- readonly "border.disabled": "#F5F6FA";
1520
- readonly "border.error": "#CC1616";
1521
- readonly "border.secondary": "#DADFEB";
1522
- readonly "border.success": "#03A65D";
1523
- readonly "border.tertiary": "#262B37";
1524
- readonly "border.warning": "#F79008";
1525
- readonly "fg.accent.blue": "#A8D5FA";
1526
- readonly "fg.accent.magenta": "#E39CD6";
1527
- readonly "fg.accent.purple": "#C4B1E2";
1528
- readonly "fg.brand": "#0037FF";
1529
- readonly "fg.brand.hover": "#002CCC";
1530
- readonly "fg.default": "#f3f4f6";
1531
- readonly "fg.default.hover": "#1C2029";
1532
- readonly "fg.default.inverse": "#FFFFFF";
1533
- readonly "fg.disabled": "#868FA4";
1534
- readonly "fg.error": "#CC1616";
1535
- readonly "fg.error.hover": "#B21313";
1536
- readonly "fg.secondary": "#94a3b8";
1537
- readonly "fg.secondary.hover": "#303645";
1538
- readonly "fg.success": "#A5E1C3";
1539
- readonly "fg.success.hover": "#038047";
1540
- readonly "fg.tertiary": "#626A81";
1541
- readonly "fg.tertiary.hover": "#464D61";
1542
- readonly "fg.warning": "#F79008";
1543
- readonly "fg.warning.hover": "#DC6903";
1544
- readonly "outline.brand": "#6A8FFC";
1545
- readonly overlay: "#F9FAFC52";
1546
- readonly surface: "#111827";
1547
- readonly current: "currentColor";
1548
- readonly transparent: "transparent";
1549
- readonly black: "#000000";
1550
- readonly white: "#FFFFFF";
1551
- readonly "aqua.50": "#E5F7FB";
1552
- readonly "aqua.200": "#9AE5EF";
1553
- readonly "aqua.500": "#00BDD6";
1554
- readonly "aqua.600": "#007A8A";
1555
- readonly "blue.50": "#E7F3FE";
1556
- readonly "blue.200": "#A8D5FA";
1557
- readonly "blue.500": "#2094F3";
1558
- readonly "blue.600": "#1668AC";
1559
- readonly "blue.900": "#1C2B41";
1560
- readonly "brand.50": "#F0F3FF";
1561
- readonly "brand.100": "#CDD8FC";
1562
- readonly "brand.200": "#B3C3FF";
1563
- readonly "brand.300": "#6A8FFC";
1564
- readonly "brand.400": "#2E66F7";
1565
- readonly "brand.500": "#0037FF";
1566
- readonly "brand.600": "#002CCC";
1567
- readonly "brand.700": "#002894";
1568
- readonly "brand.800": "#001666";
1569
- readonly "brand.900": "#000B33";
1570
- readonly "dark.50": "#d9d9d9";
1571
- readonly "dark.200": "#9e9e9e";
1572
- readonly "dark.500": "#707070";
1573
- readonly "dark.600": "#080736";
1574
- readonly "gray.50": "#f9fafb";
1575
- readonly "gray.100": "#f3f4f6";
1576
- readonly "gray.200": "#e5e7eb";
1577
- readonly "gray.300": "#d1d5db";
1578
- readonly "gray.400": "#9ca3af";
1579
- readonly "gray.500": "#6b7280";
1580
- readonly "gray.600": "#4b5563";
1581
- readonly "gray.700": "#374151";
1582
- readonly "gray.800": "#1f2937";
1583
- readonly "gray.900": "#111827";
1584
- readonly "green.50": "#E9F7F1";
1585
- readonly "green.100": "#D1F0E1";
1586
- readonly "green.200": "#A5E1C3";
1587
- readonly "green.300": "#7CD2A7";
1588
- readonly "green.400": "#5AC58A";
1589
- readonly "green.500": "#03A65D";
1590
- readonly "green.600": "#038047";
1591
- readonly "green.700": "#24663E";
1592
- readonly "green.800": "#17492B";
1593
- readonly "green.900": "#082415";
1594
- readonly "magenta.50": "#F8E7F5";
1595
- readonly "magenta.200": "#E39CD6";
1596
- readonly "magenta.500": "#B80597";
1597
- readonly "magenta.600": "#81046A";
1598
- readonly "neutral.50": "#F9FAFC";
1599
- readonly "neutral.75": "#F5F6FA";
1600
- readonly "neutral.100": "#E9EDF5";
1601
- readonly "neutral.150": "#DADFEB";
1602
- readonly "neutral.200": "#CACFDC";
1603
- readonly "neutral.500": "#868FA4";
1604
- readonly "neutral.600": "#626A81";
1605
- readonly "neutral.700": "#464D61";
1606
- readonly "neutral.800": "#303645";
1607
- readonly "neutral.900": "#262B37";
1608
- readonly "neutral.1000": "#1C2029";
1609
- readonly "neutral.1100": "#171A23";
1610
- readonly "neutral.1200": "#091E42";
1611
- readonly "neutral.50/32": "#F9FAFC52";
1612
- readonly "neutral.1200/5": "#091E420D";
1613
- readonly "neutral.1200/12": "#091E421F";
1614
- readonly "neutral.1200/18": "#091E422E";
1615
- readonly "neutral.1200/22": "#091E4238";
1616
- readonly "neutral.1200/32": "#091E4252";
1617
- readonly "orange.50": "#fff5e5";
1618
- readonly "orange.200": "#ffd699";
1619
- readonly "orange.500": "#ff9900";
1620
- readonly "orange.600": "#a36200";
1621
- readonly "purple.50": "#F1ECF8";
1622
- readonly "purple.200": "#C4B1E2";
1623
- readonly "purple.500": "#693AB6";
1624
- readonly "purple.600": "#4A297F";
1625
- readonly "purple.900": "#2B273F";
1626
- readonly "red.50": "#FFF7F7";
1627
- readonly "red.100": "#FCD6D6";
1628
- readonly "red.200": "#F9ACAC";
1629
- readonly "red.300": "#F45959";
1630
- readonly "red.400": "#E31818";
1631
- readonly "red.500": "#CC1616";
1632
- readonly "red.600": "#B21313";
1633
- readonly "red.700": "#911D1D";
1634
- readonly "red.800": "#601313";
1635
- readonly "red.900": "#300A0A";
1636
- readonly "slate.50": "#f8fafc";
1637
- readonly "slate.100": "#f1f5f9";
1638
- readonly "slate.200": "#e2e8f0";
1639
- readonly "slate.300": "#cbd5e1";
1640
- readonly "slate.400": "#94a3b8";
1641
- readonly "slate.500": "#64748b";
1642
- readonly "slate.600": "#475569";
1643
- readonly "slate.700": "#334155";
1644
- readonly "slate.800": "#1e293b";
1645
- readonly "slate.900": "#0f172a";
1646
- readonly "slate.950": "#020617";
1647
- readonly "yellow.50": "#FFFAEA";
1648
- readonly "yellow.100": "#FEF1C6";
1649
- readonly "yellow.200": "#FEDF88";
1650
- readonly "yellow.300": "#FFC84B";
1651
- readonly "yellow.400": "#FDB022";
1652
- readonly "yellow.500": "#F79008";
1653
- readonly "yellow.600": "#DC6903";
1654
- readonly "yellow.700": "#B54707";
1655
- readonly "yellow.800": "#7A2E0D";
1656
- readonly "yellow.900": "#4E1D09";
1657
- };
1658
- readonly borderRadius: {
1659
- readonly xs: "2px";
1660
- readonly sm: "4px";
1661
- readonly md: "6px";
1662
- readonly lg: "8px";
1663
- readonly xl: "12px";
1664
- readonly full: "9999px";
1665
- readonly none: "0";
1666
- };
1667
- readonly borderWidth: {
1668
- "0": string;
1669
- "1": string;
1670
- "2": string;
1671
- "4": string;
1672
- };
1673
- readonly boxShadow: {
1674
- readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
1675
- readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
1676
- readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
1677
- readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
1678
- readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
1679
- readonly inner: "inset 0 0 6px 0 rgb(0 0 0 / 0.1);";
1680
- readonly none: "0 0 #0000";
1681
- };
1682
- readonly fontFamily: {
1683
- readonly mono: "Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
1684
- readonly sans: "InterVariable, system-ui, sans-serif";
1685
- };
1686
- readonly fontSize: {
1687
- readonly xs: {
1688
- readonly fontSize: "10px";
1689
- readonly lineHeight: "14px";
1690
- };
1691
- readonly sm: {
1692
- readonly fontSize: "12px";
1693
- readonly lineHeight: "18px";
1694
- };
1695
- readonly md: {
1696
- readonly fontSize: "14px";
1697
- readonly lineHeight: "20px";
1698
- };
1699
- readonly lg: {
1700
- readonly fontSize: "16px";
1701
- readonly lineHeight: "24px";
1702
- };
1703
- readonly xl: {
1704
- readonly fontSize: "18px";
1705
- readonly lineHeight: "28px";
1706
- };
1707
- readonly "2xl": {
1708
- readonly fontSize: "20px";
1709
- readonly lineHeight: "28px";
1710
- };
1711
- readonly "3xl": {
1712
- readonly fontSize: "24px";
1713
- readonly lineHeight: "32px";
1714
- };
1715
- readonly "4xl": {
1716
- readonly fontSize: "30px";
1717
- readonly lineHeight: "36px";
1718
- };
1719
- readonly "5xl": {
1720
- readonly fontSize: "36px";
1721
- readonly lineHeight: "40px";
1722
- };
1723
- readonly "6xl": {
1724
- readonly fontSize: "48px";
1725
- readonly lineHeight: "1";
1726
- };
1727
- readonly "7xl": {
1728
- readonly fontSize: "60px";
1729
- readonly lineHeight: "1";
1730
- };
1731
- };
1732
- readonly letterSpacing: {
1733
- readonly tighter: "-0.05em";
1734
- readonly tight: "-0.025em";
1735
- readonly normal: "0";
1736
- readonly wide: "0.025em";
1737
- readonly wider: "0.05em";
1738
- readonly widest: "0.1em";
1739
- };
1740
- readonly lineHeight: {
1741
- readonly none: "1";
1742
- readonly tight: "1.25";
1743
- readonly normal: "1.5";
1744
- readonly loose: "2";
1745
- };
1746
- readonly margins: {
1747
- readonly "-xs": "-8px";
1748
- readonly "-sm": "-12px";
1749
- readonly "-md": "-16px";
1750
- readonly "-lg": "-24px";
1751
- readonly "-xl": "-32px";
1752
- readonly "-2": "-2px";
1753
- readonly "-4": "-4px";
1754
- readonly "-6": "-6px";
1755
- readonly "-8": "-8px";
1756
- readonly "-10": "-10px";
1757
- readonly "-12": "-12px";
1758
- readonly "-16": "-16px";
1759
- readonly "-24": "-24px";
1760
- readonly "-32": "-32px";
1761
- readonly "-48": "-48px";
1762
- readonly "-64": "-64px";
1763
- readonly "-80": "-80px";
1764
- readonly xs: "8px";
1765
- readonly sm: "12px";
1766
- readonly md: "16px";
1767
- readonly lg: "24px";
1768
- readonly xl: "32px";
1769
- readonly "0": "0";
1770
- readonly "2": "2px";
1771
- readonly "4": "4px";
1772
- readonly "6": "6px";
1773
- readonly "8": "8px";
1774
- readonly "10": "10px";
1775
- readonly "12": "12px";
1776
- readonly "16": "16px";
1777
- readonly "20": "20px";
1778
- readonly "24": "24px";
1779
- readonly "32": "32px";
1780
- readonly "48": "48px";
1781
- readonly "64": "64px";
1782
- readonly "80": "80px";
1783
- };
1784
- readonly maxSize: {
1785
- readonly xs: "320px";
1786
- readonly sm: "384px";
1787
- readonly md: "448px";
1788
- readonly lg: "512px";
1789
- readonly xl: "576px";
1790
- readonly "2xl": "672px";
1791
- readonly full: "100%";
1792
- };
1793
- readonly screens: {
1794
- readonly sm: "600px";
1795
- readonly md: "900px";
1796
- readonly lg: "1200px";
1797
- };
1798
- readonly size: {
1799
- readonly xs: "20px";
1800
- readonly sm: "24px";
1801
- readonly md: "32px";
1802
- readonly lg: "40px";
1803
- readonly xl: "64px";
1804
- readonly "0": "0";
1805
- readonly "1": "1px";
1806
- readonly "2": "2px";
1807
- readonly "4": "4px";
1808
- readonly "6": "6px";
1809
- readonly "8": "8px";
1810
- readonly "12": "12px";
1811
- readonly "16": "16px";
1812
- readonly "20": "20px";
1813
- readonly "24": "24px";
1814
- readonly "32": "32px";
1815
- readonly "40": "40px";
1816
- readonly "48": "48px";
1817
- readonly "56": "56px";
1818
- readonly "64": "64px";
1819
- readonly "80": "80px";
1820
- readonly "96": "96px";
1821
- readonly "112": "112px";
1822
- readonly "128": "128px";
1823
- readonly "144": "144px";
1824
- readonly "160": "160px";
1825
- readonly "176": "176px";
1826
- readonly "192": "192px";
1827
- readonly "208": "208px";
1828
- readonly "224": "224px";
1829
- readonly "240": "240px";
1830
- readonly "256": "256px";
1831
- readonly "288": "288px";
1832
- readonly "320": "320px";
1833
- readonly "384": "384px";
1834
- readonly "1/2": "50%";
1835
- readonly "1/3": "33.333333%";
1836
- readonly "2/3": "66.666666%";
1837
- readonly "1/4": "25%";
1838
- readonly "2/4": "50%";
1839
- readonly "3/4": "75%";
1840
- readonly auto: "auto";
1841
- readonly fit: "fit-content";
1842
- readonly full: "100%";
1843
- readonly max: "max-content";
1844
- readonly min: "min-content";
1845
- };
1846
- readonly spacing: {
1847
- readonly xs: "8px";
1848
- readonly sm: "12px";
1849
- readonly md: "16px";
1850
- readonly lg: "24px";
1851
- readonly xl: "32px";
1852
- readonly "0": "0";
1853
- readonly "2": "2px";
1854
- readonly "4": "4px";
1855
- readonly "6": "6px";
1856
- readonly "8": "8px";
1857
- readonly "10": "10px";
1858
- readonly "12": "12px";
1859
- readonly "16": "16px";
1860
- readonly "20": "20px";
1861
- readonly "24": "24px";
1862
- readonly "32": "32px";
1863
- readonly "48": "48px";
1864
- readonly "64": "64px";
1865
- readonly "80": "80px";
1866
- };
1867
- readonly zIndex: {
1868
- readonly "0": "0";
1869
- readonly "10": "10";
1870
- readonly "20": "20";
1871
- readonly "30": "30";
1872
- readonly "40": "40";
1873
- readonly "50": "50";
1874
- readonly auto: "auto";
1875
- readonly popover: "1500";
1876
- };
1051
+ } & {
1052
+ size?: "md" | "lg" | undefined;
1053
+ }, "size"> & {
1054
+ children?: never;
1055
+ /**
1056
+ * Limits the height of the textarea when `resize=auto` is used.
1057
+ */
1058
+ maxRows?: ComponentPropsWithRef<typeof TextareaAutosize>["maxRows"];
1059
+ resize?: ComponentPropsWithRef<typeof TextareaAutosize>["resize"];
1060
+ size?: never;
1061
+ } & react.RefAttributes<HTMLTextAreaElement>>;
1062
+
1063
+ type ThemeProviderProps = {
1064
+ children?: ReactNode;
1065
+ selector?: string;
1877
1066
  };
1067
+ declare function ThemeProvider({ children, selector, }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
1068
+ declare namespace ThemeProvider {
1069
+ var displayName: string;
1070
+ }
1071
+
1072
+ declare const Toast: react.ForwardRefExoticComponent<Omit<Omit<RadixToast.ToastProps & react.RefAttributes<HTMLLIElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
1073
+ asChild?: boolean;
1074
+ className?: string;
1075
+ } & Sprinkles, never> & {
1076
+ colorScheme?: "danger" | "neutral" | "information" | "success" | "warning" | undefined;
1077
+ } & react.RefAttributes<HTMLLIElement>>;
1078
+
1079
+ declare const ToastAction: react.ForwardRefExoticComponent<Omit<Omit<RadixToast.ToastActionProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
1080
+ asChild?: boolean;
1081
+ className?: string;
1082
+ } & Sprinkles, "size"> & Omit<{
1083
+ addonAfter?: react.ReactNode;
1084
+ addonBefore?: react.ReactNode;
1085
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
1086
+ children?: react.ReactNode;
1087
+ disabled?: boolean;
1088
+ icon?: react.ReactNode;
1089
+ iconPosition?: "end" | "start";
1090
+ loading?: boolean;
1091
+ } & Omit<{
1092
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
1093
+ iconOnly?: boolean | undefined;
1094
+ size?: "sm" | "md" | "lg" | undefined;
1095
+ variant?: "outline" | "solid" | "subtle" | undefined;
1096
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
1097
+
1098
+ declare const ToastTitle: react.ForwardRefExoticComponent<Omit<Omit<RadixToast.ToastTitleProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
1099
+ asChild?: boolean;
1100
+ className?: string;
1101
+ } & Sprinkles, never> & Omit<{
1102
+ lineClamp?: "1" | "2" | "4" | "3" | undefined;
1103
+ truncate?: boolean | undefined;
1104
+ }, never> & react.RefAttributes<HTMLDivElement>>;
1105
+
1106
+ declare const ToggleButton: react.ForwardRefExoticComponent<Omit<Omit<RadixToggle.ToggleProps & react.RefAttributes<HTMLButtonElement>, "ref">, "children" | "color" | "className" | "asChild" | "disabled"> & Omit<{
1107
+ asChild?: boolean;
1108
+ className?: string;
1109
+ } & Sprinkles, "size"> & Omit<{
1110
+ addonAfter?: react.ReactNode;
1111
+ addonBefore?: react.ReactNode;
1112
+ appearance?: "default" | "inverse" | "danger" | "primary" | "subtle" | "danger-outline";
1113
+ children?: react.ReactNode;
1114
+ disabled?: boolean;
1115
+ icon?: react.ReactNode;
1116
+ iconPosition?: "end" | "start";
1117
+ loading?: boolean;
1118
+ } & Omit<{
1119
+ colorScheme?: "danger" | "neutral" | "primary" | undefined;
1120
+ iconOnly?: boolean | undefined;
1121
+ size?: "sm" | "md" | "lg" | undefined;
1122
+ variant?: "outline" | "solid" | "subtle" | undefined;
1123
+ }, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
1124
+
1125
+ type TooltipRootProps = BoxProps<typeof RadixTooltip.Root, {
1126
+ auto?: boolean;
1127
+ delayDuration?: ComponentPropsWithRef<typeof RadixTooltip.Provider>["delayDuration"];
1128
+ }>;
1129
+ declare function TooltipRoot({ auto, children, defaultOpen, delayDuration, onOpenChange, open: openProp, ...props }: TooltipRootProps): react_jsx_runtime.JSX.Element;
1130
+ declare namespace TooltipRoot {
1131
+ var displayName: string;
1132
+ }
1878
1133
 
1879
- type TooltipProps = BoxProps<typeof RadixTooltip.Content, {
1134
+ declare const Tooltip: react.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<RadixTooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
1135
+ asChild?: boolean;
1136
+ className?: string;
1137
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>, "ref">, "children" | "borderColor" | "color" | "fontFamily" | "animation" | "fontSize" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "alignItems" | "alignSelf" | "display" | "flex" | "flexDirection" | "flexWrap" | "gridColumn" | "gridTemplateColumns" | "justifyContent" | "justifyItems" | "placeItems" | "h" | "leading" | "m" | "maxH" | "maxW" | "mb" | "ml" | "mr" | "mt" | "mx" | "my" | "p" | "pb" | "pl" | "pr" | "pt" | "px" | "py" | "w" | "className" | "asChild" | "content"> & Omit<{
1138
+ asChild?: boolean;
1139
+ className?: string;
1140
+ } & Sprinkles, never> & {
1880
1141
  /**
1881
1142
  * Enable this option to only show the tooltip when children is partially hidden due to text overflow.
1882
1143
  */
@@ -1884,18 +1145,30 @@ type TooltipProps = BoxProps<typeof RadixTooltip.Content, {
1884
1145
  children: ReactNode;
1885
1146
  content?: ReactNode;
1886
1147
  defaultOpen?: boolean;
1887
- delayDuration?: ComponentPropsWithRef<typeof RadixTooltip.Provider>["delayDuration"];
1148
+ delayDuration?: ComponentPropsWithRef<typeof TooltipRoot>["delayDuration"];
1149
+ keepOpenOnActivation?: boolean;
1888
1150
  onOpenChange?: (open: boolean) => void;
1889
1151
  open?: boolean;
1890
- withArrow?: boolean;
1891
- }>;
1892
- declare const Tooltip: react.ForwardRefExoticComponent<Omit<TooltipProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
1152
+ } & react.RefAttributes<HTMLButtonElement>>;
1153
+
1154
+ declare const TooltipContent: react.ForwardRefExoticComponent<Omit<Omit<RadixTooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "ref">, "color" | "className" | "asChild"> & Omit<{
1155
+ asChild?: boolean;
1156
+ className?: string;
1157
+ } & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
1158
+
1159
+ declare const TooltipTrigger: react.ForwardRefExoticComponent<Omit<RadixTooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
1893
1160
 
1894
1161
  declare const Transition: react.ForwardRefExoticComponent<{
1895
1162
  children: ReactElement;
1163
+ "data-side"?: "bottom" | "left" | "right" | "top";
1164
+ skipAnimations?: boolean;
1896
1165
  } & {
1897
1166
  duration?: "sm" | "md" | "lg" | undefined;
1898
- type?: "pop" | "fade" | "fade-down" | "fade-left" | "fade-right" | "fade-up" | "pop-down" | "pop-left" | "pop-right" | "pop-up" | undefined;
1167
+ type?: "pop" | "fade" | undefined;
1899
1168
  } & react.RefAttributes<HTMLDivElement>>;
1900
1169
 
1901
- export { AlertDialog, AnimatePresence, Avatar, Box, type BoxProps, Button, ButtonGroup, Checkbox, Chip, Code, Dialog, DialogBody, DialogFooter, DialogTitle, Field, Flex, Grid, Heading, Input, Kbd, Link, Paper, Progress, RadioGroup, RadioGroupItem, Separator, Skeleton, type Sprinkles, Switch, Text, type TextProps, Textarea, Tooltip, Transition, extractSprinkles, layers_css as layers, mapResponsiveValue, sprinkles, theme, tokens, tokensDark, usePresence };
1170
+ declare const TransitionGlobalConfig: {
1171
+ skipAnimations: boolean;
1172
+ };
1173
+
1174
+ export { Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatePresence, Avatar, AvatarGroup, AxiomProvider, Badge, Banner, BannerDescription, BannerTitle, BoxProps, Button, ButtonGroup, type ButtonProps, Checkbox, Code, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogTitle, DialogTrigger, Disclosure, DisclosureContent, DisclosureTrigger, Drawer, DrawerBody, DrawerFooter, DrawerTitle, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, Flex, Grid, Heading, HoverCard, HoverCardContent, HoverCardTrigger, Indicator, Input, Kbd, MenuButton, Pagination, type PaginationProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, Radio, RadioGroup, SearchInput, SegmentedControl, SegmentedControlItem, Separator, SideNav, SideNavAccountItem, SideNavItem, type SideNavItemProps, type SideNavProfileMenuProps, SideNavToggle, type SideNavToggleProps, Skeleton, Spinner, Sprinkles, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Text, type TextProps, Textarea, ThemeProvider, Toast, ToastAction, ToastProvider, ToastTitle, ToggleButton, Tooltip, TooltipContent, TooltipRoot, TooltipTrigger, Transition, TransitionGlobalConfig, extractSprinkles, layers_css as layers, sprinklesMerge };