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