@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
|
@@ -0,0 +1,4478 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { ElementType, ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
+
import * as RadixPopover from '@radix-ui/react-popover';
|
|
5
|
+
import * as _vanilla_extract_sprinkles from '@vanilla-extract/sprinkles';
|
|
6
|
+
|
|
7
|
+
type ExtendProps<T1, T2> = Omit<T1, keyof T1 & keyof T2> & T2;
|
|
8
|
+
|
|
9
|
+
declare const sprinkles: ((props: {
|
|
10
|
+
animation?: "ping" | "pulse" | "spin" | undefined;
|
|
11
|
+
backgroundColor?: "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.default" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle" | "border.accent" | "border.active" | "border.active.hovered" | "border.default" | "border.default.hovered" | "border.disabled" | "border.error" | "border.focus" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.strong" | "fg.information" | "fg.information.strong" | "fg.link" | "fg.link.hovered" | "fg.link.visited" | "fg.secondary" | "fg.success" | "fg.success.hovered" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.strong" | "fg.white" | "current" | "transparent" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "brand.50" | "brand.100" | "brand.200" | "brand.300" | "brand.400" | "brand.500" | "brand.600" | "brand.700" | "brand.800" | "brand.900" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "magenta.50" | "magenta.100" | "magenta.200" | "magenta.300" | "magenta.400" | "magenta.500" | "magenta.600" | "magenta.700" | "magenta.800" | "magenta.900" | "neutral.00" | "neutral.50" | "neutral.75" | "neutral.100" | "neutral.150" | "neutral.200" | "neutral.300" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1100" | "neutral.1200" | "neutral.50/6" | "neutral.50/12" | "neutral.50/18" | "neutral.50/22" | "neutral.50/32" | "neutral.1200/4" | "neutral.1200/8" | "neutral.1200/16" | "neutral.1200/22" | "neutral.1200/32" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
|
|
12
|
+
borderBottomWidth?: "0" | "1" | "2" | "4" | undefined;
|
|
13
|
+
borderColor?: "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.default" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle" | "border.accent" | "border.active" | "border.active.hovered" | "border.default" | "border.default.hovered" | "border.disabled" | "border.error" | "border.focus" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.strong" | "fg.information" | "fg.information.strong" | "fg.link" | "fg.link.hovered" | "fg.link.visited" | "fg.secondary" | "fg.success" | "fg.success.hovered" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.strong" | "fg.white" | "current" | "transparent" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "brand.50" | "brand.100" | "brand.200" | "brand.300" | "brand.400" | "brand.500" | "brand.600" | "brand.700" | "brand.800" | "brand.900" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "magenta.50" | "magenta.100" | "magenta.200" | "magenta.300" | "magenta.400" | "magenta.500" | "magenta.600" | "magenta.700" | "magenta.800" | "magenta.900" | "neutral.00" | "neutral.50" | "neutral.75" | "neutral.100" | "neutral.150" | "neutral.200" | "neutral.300" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1100" | "neutral.1200" | "neutral.50/6" | "neutral.50/12" | "neutral.50/18" | "neutral.50/22" | "neutral.50/32" | "neutral.1200/4" | "neutral.1200/8" | "neutral.1200/16" | "neutral.1200/22" | "neutral.1200/32" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
|
|
14
|
+
borderLeftWidth?: "0" | "1" | "2" | "4" | undefined;
|
|
15
|
+
borderRadius?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "none" | "inherit" | undefined;
|
|
16
|
+
borderRightWidth?: "0" | "1" | "2" | "4" | undefined;
|
|
17
|
+
borderTopWidth?: "0" | "1" | "2" | "4" | undefined;
|
|
18
|
+
boxShadow?: "sm" | "md" | "lg" | "xs" | "xl" | "none" | "inner" | undefined;
|
|
19
|
+
color?: "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.default" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle" | "border.accent" | "border.active" | "border.active.hovered" | "border.default" | "border.default.hovered" | "border.disabled" | "border.error" | "border.focus" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.strong" | "fg.information" | "fg.information.strong" | "fg.link" | "fg.link.hovered" | "fg.link.visited" | "fg.secondary" | "fg.success" | "fg.success.hovered" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.strong" | "fg.white" | "current" | "transparent" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "brand.50" | "brand.100" | "brand.200" | "brand.300" | "brand.400" | "brand.500" | "brand.600" | "brand.700" | "brand.800" | "brand.900" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "magenta.50" | "magenta.100" | "magenta.200" | "magenta.300" | "magenta.400" | "magenta.500" | "magenta.600" | "magenta.700" | "magenta.800" | "magenta.900" | "neutral.00" | "neutral.50" | "neutral.75" | "neutral.100" | "neutral.150" | "neutral.200" | "neutral.300" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1100" | "neutral.1200" | "neutral.50/6" | "neutral.50/12" | "neutral.50/18" | "neutral.50/22" | "neutral.50/32" | "neutral.1200/4" | "neutral.1200/8" | "neutral.1200/16" | "neutral.1200/22" | "neutral.1200/32" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
|
|
20
|
+
cursor?: "pointer" | "default" | "not-allowed" | "text" | undefined;
|
|
21
|
+
empty?: "hidden" | undefined;
|
|
22
|
+
fontFamily?: "mono" | "sans" | undefined;
|
|
23
|
+
fontWeight?: "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
24
|
+
letterSpacing?: "tighter" | "tight" | "normal" | "wide" | "wider" | "widest" | undefined;
|
|
25
|
+
objectFit?: "none" | "contain" | "cover" | "fill" | "scale-down" | undefined;
|
|
26
|
+
overflowX?: "hidden" | "auto" | "visible" | undefined;
|
|
27
|
+
overflowY?: "hidden" | "auto" | "visible" | undefined;
|
|
28
|
+
textAlign?: "end" | "start" | "center" | "justify" | undefined;
|
|
29
|
+
textTransform?: "none" | "capitalize" | "uppercase" | undefined;
|
|
30
|
+
transition?: "opacity" | "transform" | "colors" | "all" | undefined;
|
|
31
|
+
whiteSpace?: "nowrap" | undefined;
|
|
32
|
+
zIndex?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "popover" | "toast" | "tooltip" | undefined;
|
|
33
|
+
bg?: "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.default" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle" | "border.accent" | "border.active" | "border.active.hovered" | "border.default" | "border.default.hovered" | "border.disabled" | "border.error" | "border.focus" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.strong" | "fg.information" | "fg.information.strong" | "fg.link" | "fg.link.hovered" | "fg.link.visited" | "fg.secondary" | "fg.success" | "fg.success.hovered" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.strong" | "fg.white" | "current" | "transparent" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "brand.50" | "brand.100" | "brand.200" | "brand.300" | "brand.400" | "brand.500" | "brand.600" | "brand.700" | "brand.800" | "brand.900" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "magenta.50" | "magenta.100" | "magenta.200" | "magenta.300" | "magenta.400" | "magenta.500" | "magenta.600" | "magenta.700" | "magenta.800" | "magenta.900" | "neutral.00" | "neutral.50" | "neutral.75" | "neutral.100" | "neutral.150" | "neutral.200" | "neutral.300" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.1000" | "neutral.1100" | "neutral.1200" | "neutral.50/6" | "neutral.50/12" | "neutral.50/18" | "neutral.50/22" | "neutral.50/32" | "neutral.1200/4" | "neutral.1200/8" | "neutral.1200/16" | "neutral.1200/22" | "neutral.1200/32" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | undefined;
|
|
34
|
+
border?: "0" | "1" | "2" | "4" | undefined;
|
|
35
|
+
borderB?: "0" | "1" | "2" | "4" | undefined;
|
|
36
|
+
borderL?: "0" | "1" | "2" | "4" | undefined;
|
|
37
|
+
borderR?: "0" | "1" | "2" | "4" | undefined;
|
|
38
|
+
borderT?: "0" | "1" | "2" | "4" | undefined;
|
|
39
|
+
overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
40
|
+
rounded?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "none" | "inherit" | undefined;
|
|
41
|
+
shadow?: "sm" | "md" | "lg" | "xs" | "xl" | "none" | "inner" | undefined;
|
|
42
|
+
tracking?: "tighter" | "tight" | "normal" | "wide" | "wider" | "widest" | undefined;
|
|
43
|
+
z?: "0" | "auto" | "10" | "20" | "30" | "40" | "50" | "popover" | "toast" | "tooltip" | undefined;
|
|
44
|
+
} & {
|
|
45
|
+
alignItems?: ("normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | {
|
|
46
|
+
readonly base?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
47
|
+
readonly sm?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
48
|
+
readonly md?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
49
|
+
readonly lg?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
50
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | null>;
|
|
51
|
+
alignSelf?: ("normal" | "end" | "start" | "center" | "stretch" | {
|
|
52
|
+
readonly base?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
53
|
+
readonly sm?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
54
|
+
readonly md?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
55
|
+
readonly lg?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
56
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "normal" | "end" | "start" | "center" | "stretch" | null>;
|
|
57
|
+
display?: ("none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | {
|
|
58
|
+
readonly base?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
|
|
59
|
+
readonly sm?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
|
|
60
|
+
readonly md?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
|
|
61
|
+
readonly lg?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | undefined;
|
|
62
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table" | "table-cell" | "table-row" | null>;
|
|
63
|
+
flex?: ("1" | "none" | "auto" | "initial" | {
|
|
64
|
+
readonly base?: "1" | "none" | "auto" | "initial" | undefined;
|
|
65
|
+
readonly sm?: "1" | "none" | "auto" | "initial" | undefined;
|
|
66
|
+
readonly md?: "1" | "none" | "auto" | "initial" | undefined;
|
|
67
|
+
readonly lg?: "1" | "none" | "auto" | "initial" | undefined;
|
|
68
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "none" | "auto" | "initial" | null>;
|
|
69
|
+
flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
|
|
70
|
+
readonly base?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
71
|
+
readonly sm?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
72
|
+
readonly md?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
73
|
+
readonly lg?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
74
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "column" | "column-reverse" | "row" | "row-reverse" | null>;
|
|
75
|
+
flexWrap?: ("nowrap" | "wrap" | {
|
|
76
|
+
readonly base?: "nowrap" | "wrap" | undefined;
|
|
77
|
+
readonly sm?: "nowrap" | "wrap" | undefined;
|
|
78
|
+
readonly md?: "nowrap" | "wrap" | undefined;
|
|
79
|
+
readonly lg?: "nowrap" | "wrap" | undefined;
|
|
80
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "nowrap" | "wrap" | null>;
|
|
81
|
+
fontSize?: ("sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | {
|
|
82
|
+
readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
|
|
83
|
+
readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
|
|
84
|
+
readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
|
|
85
|
+
readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | undefined;
|
|
86
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | null>;
|
|
87
|
+
gap?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
88
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
89
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
90
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
91
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
92
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
93
|
+
gridColumn?: ("1" | "2" | "4" | "3" | {
|
|
94
|
+
readonly base?: "1" | "2" | "4" | "3" | undefined;
|
|
95
|
+
readonly sm?: "1" | "2" | "4" | "3" | undefined;
|
|
96
|
+
readonly md?: "1" | "2" | "4" | "3" | undefined;
|
|
97
|
+
readonly lg?: "1" | "2" | "4" | "3" | undefined;
|
|
98
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
|
|
99
|
+
gridTemplateColumns?: ("1" | "2" | "4" | "3" | {
|
|
100
|
+
readonly base?: "1" | "2" | "4" | "3" | undefined;
|
|
101
|
+
readonly sm?: "1" | "2" | "4" | "3" | undefined;
|
|
102
|
+
readonly md?: "1" | "2" | "4" | "3" | undefined;
|
|
103
|
+
readonly lg?: "1" | "2" | "4" | "3" | undefined;
|
|
104
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "1" | "2" | "4" | "3" | null>;
|
|
105
|
+
height?: ("sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
|
|
106
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
107
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
108
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
109
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
110
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
|
|
111
|
+
justifyContent?: ("normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | {
|
|
112
|
+
readonly base?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
113
|
+
readonly sm?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
114
|
+
readonly md?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
115
|
+
readonly lg?: "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
116
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "normal" | "end" | "start" | "center" | "space-around" | "space-between" | "space-evenly" | "stretch" | null>;
|
|
117
|
+
justifyItems?: ("normal" | "end" | "start" | "center" | "stretch" | {
|
|
118
|
+
readonly base?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
119
|
+
readonly sm?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
120
|
+
readonly md?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
121
|
+
readonly lg?: "normal" | "end" | "start" | "center" | "stretch" | undefined;
|
|
122
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "normal" | "end" | "start" | "center" | "stretch" | null>;
|
|
123
|
+
lineHeight?: ("none" | "tight" | "normal" | "loose" | {
|
|
124
|
+
readonly base?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
125
|
+
readonly sm?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
126
|
+
readonly md?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
127
|
+
readonly lg?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
128
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "tight" | "normal" | "loose" | null>;
|
|
129
|
+
marginBottom?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
130
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
131
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
132
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
133
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
134
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
135
|
+
marginLeft?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
136
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
137
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
138
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
139
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
140
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
141
|
+
marginRight?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
142
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
143
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
144
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
145
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
146
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
147
|
+
marginTop?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
148
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
149
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
150
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
151
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
152
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
153
|
+
maxHeight?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
|
|
154
|
+
readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
155
|
+
readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
156
|
+
readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
157
|
+
readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
158
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
|
|
159
|
+
maxWidth?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
|
|
160
|
+
readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
161
|
+
readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
162
|
+
readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
163
|
+
readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
164
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
|
|
165
|
+
paddingBottom?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
166
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
167
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
168
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
169
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
170
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
171
|
+
paddingLeft?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
172
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
173
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
174
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
175
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
176
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
177
|
+
paddingRight?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
178
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
179
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
180
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
181
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
182
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
183
|
+
paddingTop?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
184
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
185
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
186
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
187
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
188
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
189
|
+
placeItems?: ("center" | {
|
|
190
|
+
readonly base?: "center" | undefined;
|
|
191
|
+
readonly sm?: "center" | undefined;
|
|
192
|
+
readonly md?: "center" | undefined;
|
|
193
|
+
readonly lg?: "center" | undefined;
|
|
194
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "center" | null>;
|
|
195
|
+
width?: ("sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
|
|
196
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
197
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
198
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
199
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
200
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
|
|
201
|
+
h?: ("sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
|
|
202
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
203
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
204
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
205
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
206
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
|
|
207
|
+
leading?: ("none" | "tight" | "normal" | "loose" | {
|
|
208
|
+
readonly base?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
209
|
+
readonly sm?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
210
|
+
readonly md?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
211
|
+
readonly lg?: "none" | "tight" | "normal" | "loose" | undefined;
|
|
212
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "none" | "tight" | "normal" | "loose" | null>;
|
|
213
|
+
m?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
214
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
215
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
216
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
217
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
218
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
219
|
+
maxH?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
|
|
220
|
+
readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
221
|
+
readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
222
|
+
readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
223
|
+
readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
224
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
|
|
225
|
+
maxW?: ("sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | {
|
|
226
|
+
readonly base?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
227
|
+
readonly sm?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
228
|
+
readonly md?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
229
|
+
readonly lg?: "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | undefined;
|
|
230
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "xs" | "xl" | "full" | "2xl" | null>;
|
|
231
|
+
mb?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
232
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
233
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
234
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
235
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
236
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
237
|
+
ml?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
238
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
239
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
240
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
241
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
242
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
243
|
+
mr?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
244
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
245
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
246
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
247
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
248
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
249
|
+
mt?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
250
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
251
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
252
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
253
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
254
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
255
|
+
mx?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
256
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
257
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
258
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
259
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
260
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
261
|
+
my?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | {
|
|
262
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
263
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
264
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
265
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | undefined;
|
|
266
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "auto" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "-xs" | "-sm" | "-md" | "-lg" | "-xl" | "-2" | "-4" | "-6" | "-8" | "-10" | "-12" | "-16" | "-24" | "-32" | "-48" | "-64" | "-80" | null>;
|
|
267
|
+
p?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
268
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
269
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
270
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
271
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
272
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
273
|
+
pb?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
274
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
275
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
276
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
277
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
278
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
279
|
+
pl?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
280
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
281
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
282
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
283
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
284
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
285
|
+
pr?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
286
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
287
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
288
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
289
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
290
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
291
|
+
pt?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
292
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
293
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
294
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
295
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
296
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
297
|
+
px?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
298
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
299
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
300
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
301
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
302
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
303
|
+
py?: ("sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | {
|
|
304
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
305
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
306
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
307
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | undefined;
|
|
308
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "2" | "4" | "xs" | "xl" | "6" | "8" | "10" | "20" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | null>;
|
|
309
|
+
size?: ("sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
|
|
310
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
311
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
312
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
313
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
314
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
|
|
315
|
+
w?: ("sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | {
|
|
316
|
+
readonly base?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
317
|
+
readonly sm?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
318
|
+
readonly md?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
319
|
+
readonly lg?: "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | undefined;
|
|
320
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3, "sm" | "md" | "lg" | "0" | "1" | "2" | "4" | "xs" | "xl" | "full" | "6" | "8" | "auto" | "20" | "40" | "5xl" | "12" | "16" | "24" | "32" | "48" | "64" | "80" | "56" | "96" | "112" | "128" | "144" | "160" | "176" | "192" | "208" | "224" | "240" | "256" | "288" | "320" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "fit" | "max" | "min" | null>;
|
|
321
|
+
}) => string) & {
|
|
322
|
+
properties: Set<"backgroundColor" | "borderBottomWidth" | "borderColor" | "borderLeftWidth" | "borderRadius" | "borderRightWidth" | "borderTopWidth" | "boxShadow" | "color" | "fontFamily" | "letterSpacing" | "zIndex" | "animation" | "fontSize" | "lineHeight" | "size" | "cursor" | "empty" | "fontWeight" | "objectFit" | "overflowX" | "overflowY" | "textAlign" | "textTransform" | "transition" | "whiteSpace" | "bg" | "border" | "borderB" | "borderL" | "borderR" | "borderT" | "overflow" | "rounded" | "shadow" | "tracking" | "z" | "gap" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "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">;
|
|
323
|
+
};
|
|
324
|
+
declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends _vanilla_extract_sprinkles.ConditionalValue<{
|
|
325
|
+
conditions: {
|
|
326
|
+
defaultCondition: "base";
|
|
327
|
+
conditionNames: ("sm" | "md" | "lg" | "base")[];
|
|
328
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
329
|
+
length: 3;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
styles: {
|
|
333
|
+
alignItems: {
|
|
334
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
335
|
+
length: 3;
|
|
336
|
+
};
|
|
337
|
+
values: {
|
|
338
|
+
normal: {
|
|
339
|
+
defaultClass: string;
|
|
340
|
+
conditions: {
|
|
341
|
+
readonly base: string;
|
|
342
|
+
readonly sm: string;
|
|
343
|
+
readonly md: string;
|
|
344
|
+
readonly lg: string;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
end: {
|
|
348
|
+
defaultClass: string;
|
|
349
|
+
conditions: {
|
|
350
|
+
readonly base: string;
|
|
351
|
+
readonly sm: string;
|
|
352
|
+
readonly md: string;
|
|
353
|
+
readonly lg: string;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
start: {
|
|
357
|
+
defaultClass: string;
|
|
358
|
+
conditions: {
|
|
359
|
+
readonly base: string;
|
|
360
|
+
readonly sm: string;
|
|
361
|
+
readonly md: string;
|
|
362
|
+
readonly lg: string;
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
center: {
|
|
366
|
+
defaultClass: string;
|
|
367
|
+
conditions: {
|
|
368
|
+
readonly base: string;
|
|
369
|
+
readonly sm: string;
|
|
370
|
+
readonly md: string;
|
|
371
|
+
readonly lg: string;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
"space-around": {
|
|
375
|
+
defaultClass: string;
|
|
376
|
+
conditions: {
|
|
377
|
+
readonly base: string;
|
|
378
|
+
readonly sm: string;
|
|
379
|
+
readonly md: string;
|
|
380
|
+
readonly lg: string;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
"space-between": {
|
|
384
|
+
defaultClass: string;
|
|
385
|
+
conditions: {
|
|
386
|
+
readonly base: string;
|
|
387
|
+
readonly sm: string;
|
|
388
|
+
readonly md: string;
|
|
389
|
+
readonly lg: string;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
"space-evenly": {
|
|
393
|
+
defaultClass: string;
|
|
394
|
+
conditions: {
|
|
395
|
+
readonly base: string;
|
|
396
|
+
readonly sm: string;
|
|
397
|
+
readonly md: string;
|
|
398
|
+
readonly lg: string;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
stretch: {
|
|
402
|
+
defaultClass: string;
|
|
403
|
+
conditions: {
|
|
404
|
+
readonly base: string;
|
|
405
|
+
readonly sm: string;
|
|
406
|
+
readonly md: string;
|
|
407
|
+
readonly lg: string;
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
alignSelf: {
|
|
413
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
414
|
+
length: 3;
|
|
415
|
+
};
|
|
416
|
+
values: {
|
|
417
|
+
normal: {
|
|
418
|
+
defaultClass: string;
|
|
419
|
+
conditions: {
|
|
420
|
+
readonly base: string;
|
|
421
|
+
readonly sm: string;
|
|
422
|
+
readonly md: string;
|
|
423
|
+
readonly lg: string;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
end: {
|
|
427
|
+
defaultClass: string;
|
|
428
|
+
conditions: {
|
|
429
|
+
readonly base: string;
|
|
430
|
+
readonly sm: string;
|
|
431
|
+
readonly md: string;
|
|
432
|
+
readonly lg: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
start: {
|
|
436
|
+
defaultClass: string;
|
|
437
|
+
conditions: {
|
|
438
|
+
readonly base: string;
|
|
439
|
+
readonly sm: string;
|
|
440
|
+
readonly md: string;
|
|
441
|
+
readonly lg: string;
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
center: {
|
|
445
|
+
defaultClass: string;
|
|
446
|
+
conditions: {
|
|
447
|
+
readonly base: string;
|
|
448
|
+
readonly sm: string;
|
|
449
|
+
readonly md: string;
|
|
450
|
+
readonly lg: string;
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
stretch: {
|
|
454
|
+
defaultClass: string;
|
|
455
|
+
conditions: {
|
|
456
|
+
readonly base: string;
|
|
457
|
+
readonly sm: string;
|
|
458
|
+
readonly md: string;
|
|
459
|
+
readonly lg: string;
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
display: {
|
|
465
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
466
|
+
length: 3;
|
|
467
|
+
};
|
|
468
|
+
values: {
|
|
469
|
+
none: {
|
|
470
|
+
defaultClass: string;
|
|
471
|
+
conditions: {
|
|
472
|
+
readonly base: string;
|
|
473
|
+
readonly sm: string;
|
|
474
|
+
readonly md: string;
|
|
475
|
+
readonly lg: string;
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
flex: {
|
|
479
|
+
defaultClass: string;
|
|
480
|
+
conditions: {
|
|
481
|
+
readonly base: string;
|
|
482
|
+
readonly sm: string;
|
|
483
|
+
readonly md: string;
|
|
484
|
+
readonly lg: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
grid: {
|
|
488
|
+
defaultClass: string;
|
|
489
|
+
conditions: {
|
|
490
|
+
readonly base: string;
|
|
491
|
+
readonly sm: string;
|
|
492
|
+
readonly md: string;
|
|
493
|
+
readonly lg: string;
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
block: {
|
|
497
|
+
defaultClass: string;
|
|
498
|
+
conditions: {
|
|
499
|
+
readonly base: string;
|
|
500
|
+
readonly sm: string;
|
|
501
|
+
readonly md: string;
|
|
502
|
+
readonly lg: string;
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
inline: {
|
|
506
|
+
defaultClass: string;
|
|
507
|
+
conditions: {
|
|
508
|
+
readonly base: string;
|
|
509
|
+
readonly sm: string;
|
|
510
|
+
readonly md: string;
|
|
511
|
+
readonly lg: string;
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
"inline-block": {
|
|
515
|
+
defaultClass: string;
|
|
516
|
+
conditions: {
|
|
517
|
+
readonly base: string;
|
|
518
|
+
readonly sm: string;
|
|
519
|
+
readonly md: string;
|
|
520
|
+
readonly lg: string;
|
|
521
|
+
};
|
|
522
|
+
};
|
|
523
|
+
"inline-flex": {
|
|
524
|
+
defaultClass: string;
|
|
525
|
+
conditions: {
|
|
526
|
+
readonly base: string;
|
|
527
|
+
readonly sm: string;
|
|
528
|
+
readonly md: string;
|
|
529
|
+
readonly lg: string;
|
|
530
|
+
};
|
|
531
|
+
};
|
|
532
|
+
table: {
|
|
533
|
+
defaultClass: string;
|
|
534
|
+
conditions: {
|
|
535
|
+
readonly base: string;
|
|
536
|
+
readonly sm: string;
|
|
537
|
+
readonly md: string;
|
|
538
|
+
readonly lg: string;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
"table-cell": {
|
|
542
|
+
defaultClass: string;
|
|
543
|
+
conditions: {
|
|
544
|
+
readonly base: string;
|
|
545
|
+
readonly sm: string;
|
|
546
|
+
readonly md: string;
|
|
547
|
+
readonly lg: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
"table-row": {
|
|
551
|
+
defaultClass: string;
|
|
552
|
+
conditions: {
|
|
553
|
+
readonly base: string;
|
|
554
|
+
readonly sm: string;
|
|
555
|
+
readonly md: string;
|
|
556
|
+
readonly lg: string;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
flex: {
|
|
562
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
563
|
+
length: 3;
|
|
564
|
+
};
|
|
565
|
+
values: {
|
|
566
|
+
1: {
|
|
567
|
+
defaultClass: string;
|
|
568
|
+
conditions: {
|
|
569
|
+
readonly base: string;
|
|
570
|
+
readonly sm: string;
|
|
571
|
+
readonly md: string;
|
|
572
|
+
readonly lg: string;
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
none: {
|
|
576
|
+
defaultClass: string;
|
|
577
|
+
conditions: {
|
|
578
|
+
readonly base: string;
|
|
579
|
+
readonly sm: string;
|
|
580
|
+
readonly md: string;
|
|
581
|
+
readonly lg: string;
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
auto: {
|
|
585
|
+
defaultClass: string;
|
|
586
|
+
conditions: {
|
|
587
|
+
readonly base: string;
|
|
588
|
+
readonly sm: string;
|
|
589
|
+
readonly md: string;
|
|
590
|
+
readonly lg: string;
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
initial: {
|
|
594
|
+
defaultClass: string;
|
|
595
|
+
conditions: {
|
|
596
|
+
readonly base: string;
|
|
597
|
+
readonly sm: string;
|
|
598
|
+
readonly md: string;
|
|
599
|
+
readonly lg: string;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
flexDirection: {
|
|
605
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
606
|
+
length: 3;
|
|
607
|
+
};
|
|
608
|
+
values: {
|
|
609
|
+
column: {
|
|
610
|
+
defaultClass: string;
|
|
611
|
+
conditions: {
|
|
612
|
+
readonly base: string;
|
|
613
|
+
readonly sm: string;
|
|
614
|
+
readonly md: string;
|
|
615
|
+
readonly lg: string;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
"column-reverse": {
|
|
619
|
+
defaultClass: string;
|
|
620
|
+
conditions: {
|
|
621
|
+
readonly base: string;
|
|
622
|
+
readonly sm: string;
|
|
623
|
+
readonly md: string;
|
|
624
|
+
readonly lg: string;
|
|
625
|
+
};
|
|
626
|
+
};
|
|
627
|
+
row: {
|
|
628
|
+
defaultClass: string;
|
|
629
|
+
conditions: {
|
|
630
|
+
readonly base: string;
|
|
631
|
+
readonly sm: string;
|
|
632
|
+
readonly md: string;
|
|
633
|
+
readonly lg: string;
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
"row-reverse": {
|
|
637
|
+
defaultClass: string;
|
|
638
|
+
conditions: {
|
|
639
|
+
readonly base: string;
|
|
640
|
+
readonly sm: string;
|
|
641
|
+
readonly md: string;
|
|
642
|
+
readonly lg: string;
|
|
643
|
+
};
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
};
|
|
647
|
+
flexWrap: {
|
|
648
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
649
|
+
length: 3;
|
|
650
|
+
};
|
|
651
|
+
values: {
|
|
652
|
+
nowrap: {
|
|
653
|
+
defaultClass: string;
|
|
654
|
+
conditions: {
|
|
655
|
+
readonly base: string;
|
|
656
|
+
readonly sm: string;
|
|
657
|
+
readonly md: string;
|
|
658
|
+
readonly lg: string;
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
wrap: {
|
|
662
|
+
defaultClass: string;
|
|
663
|
+
conditions: {
|
|
664
|
+
readonly base: string;
|
|
665
|
+
readonly sm: string;
|
|
666
|
+
readonly md: string;
|
|
667
|
+
readonly lg: string;
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
fontSize: {
|
|
673
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
674
|
+
length: 3;
|
|
675
|
+
};
|
|
676
|
+
values: {
|
|
677
|
+
sm: {
|
|
678
|
+
defaultClass: string;
|
|
679
|
+
conditions: {
|
|
680
|
+
readonly base: string;
|
|
681
|
+
readonly sm: string;
|
|
682
|
+
readonly md: string;
|
|
683
|
+
readonly lg: string;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
md: {
|
|
687
|
+
defaultClass: string;
|
|
688
|
+
conditions: {
|
|
689
|
+
readonly base: string;
|
|
690
|
+
readonly sm: string;
|
|
691
|
+
readonly md: string;
|
|
692
|
+
readonly lg: string;
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
lg: {
|
|
696
|
+
defaultClass: string;
|
|
697
|
+
conditions: {
|
|
698
|
+
readonly base: string;
|
|
699
|
+
readonly sm: string;
|
|
700
|
+
readonly md: string;
|
|
701
|
+
readonly lg: string;
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
xs: {
|
|
705
|
+
defaultClass: string;
|
|
706
|
+
conditions: {
|
|
707
|
+
readonly base: string;
|
|
708
|
+
readonly sm: string;
|
|
709
|
+
readonly md: string;
|
|
710
|
+
readonly lg: string;
|
|
711
|
+
};
|
|
712
|
+
};
|
|
713
|
+
xl: {
|
|
714
|
+
defaultClass: string;
|
|
715
|
+
conditions: {
|
|
716
|
+
readonly base: string;
|
|
717
|
+
readonly sm: string;
|
|
718
|
+
readonly md: string;
|
|
719
|
+
readonly lg: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
inherit: {
|
|
723
|
+
defaultClass: string;
|
|
724
|
+
conditions: {
|
|
725
|
+
readonly base: string;
|
|
726
|
+
readonly sm: string;
|
|
727
|
+
readonly md: string;
|
|
728
|
+
readonly lg: string;
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
"2xl": {
|
|
732
|
+
defaultClass: string;
|
|
733
|
+
conditions: {
|
|
734
|
+
readonly base: string;
|
|
735
|
+
readonly sm: string;
|
|
736
|
+
readonly md: string;
|
|
737
|
+
readonly lg: string;
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
"3xl": {
|
|
741
|
+
defaultClass: string;
|
|
742
|
+
conditions: {
|
|
743
|
+
readonly base: string;
|
|
744
|
+
readonly sm: string;
|
|
745
|
+
readonly md: string;
|
|
746
|
+
readonly lg: string;
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
"4xl": {
|
|
750
|
+
defaultClass: string;
|
|
751
|
+
conditions: {
|
|
752
|
+
readonly base: string;
|
|
753
|
+
readonly sm: string;
|
|
754
|
+
readonly md: string;
|
|
755
|
+
readonly lg: string;
|
|
756
|
+
};
|
|
757
|
+
};
|
|
758
|
+
"5xl": {
|
|
759
|
+
defaultClass: string;
|
|
760
|
+
conditions: {
|
|
761
|
+
readonly base: string;
|
|
762
|
+
readonly sm: string;
|
|
763
|
+
readonly md: string;
|
|
764
|
+
readonly lg: string;
|
|
765
|
+
};
|
|
766
|
+
};
|
|
767
|
+
"6xl": {
|
|
768
|
+
defaultClass: string;
|
|
769
|
+
conditions: {
|
|
770
|
+
readonly base: string;
|
|
771
|
+
readonly sm: string;
|
|
772
|
+
readonly md: string;
|
|
773
|
+
readonly lg: string;
|
|
774
|
+
};
|
|
775
|
+
};
|
|
776
|
+
"7xl": {
|
|
777
|
+
defaultClass: string;
|
|
778
|
+
conditions: {
|
|
779
|
+
readonly base: string;
|
|
780
|
+
readonly sm: string;
|
|
781
|
+
readonly md: string;
|
|
782
|
+
readonly lg: string;
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
gap: {
|
|
788
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
789
|
+
length: 3;
|
|
790
|
+
};
|
|
791
|
+
values: {
|
|
792
|
+
sm: {
|
|
793
|
+
defaultClass: string;
|
|
794
|
+
conditions: {
|
|
795
|
+
readonly base: string;
|
|
796
|
+
readonly sm: string;
|
|
797
|
+
readonly md: string;
|
|
798
|
+
readonly lg: string;
|
|
799
|
+
};
|
|
800
|
+
};
|
|
801
|
+
md: {
|
|
802
|
+
defaultClass: string;
|
|
803
|
+
conditions: {
|
|
804
|
+
readonly base: string;
|
|
805
|
+
readonly sm: string;
|
|
806
|
+
readonly md: string;
|
|
807
|
+
readonly lg: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
lg: {
|
|
811
|
+
defaultClass: string;
|
|
812
|
+
conditions: {
|
|
813
|
+
readonly base: string;
|
|
814
|
+
readonly sm: string;
|
|
815
|
+
readonly md: string;
|
|
816
|
+
readonly lg: string;
|
|
817
|
+
};
|
|
818
|
+
};
|
|
819
|
+
0: {
|
|
820
|
+
defaultClass: string;
|
|
821
|
+
conditions: {
|
|
822
|
+
readonly base: string;
|
|
823
|
+
readonly sm: string;
|
|
824
|
+
readonly md: string;
|
|
825
|
+
readonly lg: string;
|
|
826
|
+
};
|
|
827
|
+
};
|
|
828
|
+
2: {
|
|
829
|
+
defaultClass: string;
|
|
830
|
+
conditions: {
|
|
831
|
+
readonly base: string;
|
|
832
|
+
readonly sm: string;
|
|
833
|
+
readonly md: string;
|
|
834
|
+
readonly lg: string;
|
|
835
|
+
};
|
|
836
|
+
};
|
|
837
|
+
4: {
|
|
838
|
+
defaultClass: string;
|
|
839
|
+
conditions: {
|
|
840
|
+
readonly base: string;
|
|
841
|
+
readonly sm: string;
|
|
842
|
+
readonly md: string;
|
|
843
|
+
readonly lg: string;
|
|
844
|
+
};
|
|
845
|
+
};
|
|
846
|
+
xs: {
|
|
847
|
+
defaultClass: string;
|
|
848
|
+
conditions: {
|
|
849
|
+
readonly base: string;
|
|
850
|
+
readonly sm: string;
|
|
851
|
+
readonly md: string;
|
|
852
|
+
readonly lg: string;
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
xl: {
|
|
856
|
+
defaultClass: string;
|
|
857
|
+
conditions: {
|
|
858
|
+
readonly base: string;
|
|
859
|
+
readonly sm: string;
|
|
860
|
+
readonly md: string;
|
|
861
|
+
readonly lg: string;
|
|
862
|
+
};
|
|
863
|
+
};
|
|
864
|
+
6: {
|
|
865
|
+
defaultClass: string;
|
|
866
|
+
conditions: {
|
|
867
|
+
readonly base: string;
|
|
868
|
+
readonly sm: string;
|
|
869
|
+
readonly md: string;
|
|
870
|
+
readonly lg: string;
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
8: {
|
|
874
|
+
defaultClass: string;
|
|
875
|
+
conditions: {
|
|
876
|
+
readonly base: string;
|
|
877
|
+
readonly sm: string;
|
|
878
|
+
readonly md: string;
|
|
879
|
+
readonly lg: string;
|
|
880
|
+
};
|
|
881
|
+
};
|
|
882
|
+
10: {
|
|
883
|
+
defaultClass: string;
|
|
884
|
+
conditions: {
|
|
885
|
+
readonly base: string;
|
|
886
|
+
readonly sm: string;
|
|
887
|
+
readonly md: string;
|
|
888
|
+
readonly lg: string;
|
|
889
|
+
};
|
|
890
|
+
};
|
|
891
|
+
20: {
|
|
892
|
+
defaultClass: string;
|
|
893
|
+
conditions: {
|
|
894
|
+
readonly base: string;
|
|
895
|
+
readonly sm: string;
|
|
896
|
+
readonly md: string;
|
|
897
|
+
readonly lg: string;
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
12: {
|
|
901
|
+
defaultClass: string;
|
|
902
|
+
conditions: {
|
|
903
|
+
readonly base: string;
|
|
904
|
+
readonly sm: string;
|
|
905
|
+
readonly md: string;
|
|
906
|
+
readonly lg: string;
|
|
907
|
+
};
|
|
908
|
+
};
|
|
909
|
+
16: {
|
|
910
|
+
defaultClass: string;
|
|
911
|
+
conditions: {
|
|
912
|
+
readonly base: string;
|
|
913
|
+
readonly sm: string;
|
|
914
|
+
readonly md: string;
|
|
915
|
+
readonly lg: string;
|
|
916
|
+
};
|
|
917
|
+
};
|
|
918
|
+
24: {
|
|
919
|
+
defaultClass: string;
|
|
920
|
+
conditions: {
|
|
921
|
+
readonly base: string;
|
|
922
|
+
readonly sm: string;
|
|
923
|
+
readonly md: string;
|
|
924
|
+
readonly lg: string;
|
|
925
|
+
};
|
|
926
|
+
};
|
|
927
|
+
32: {
|
|
928
|
+
defaultClass: string;
|
|
929
|
+
conditions: {
|
|
930
|
+
readonly base: string;
|
|
931
|
+
readonly sm: string;
|
|
932
|
+
readonly md: string;
|
|
933
|
+
readonly lg: string;
|
|
934
|
+
};
|
|
935
|
+
};
|
|
936
|
+
48: {
|
|
937
|
+
defaultClass: string;
|
|
938
|
+
conditions: {
|
|
939
|
+
readonly base: string;
|
|
940
|
+
readonly sm: string;
|
|
941
|
+
readonly md: string;
|
|
942
|
+
readonly lg: string;
|
|
943
|
+
};
|
|
944
|
+
};
|
|
945
|
+
64: {
|
|
946
|
+
defaultClass: string;
|
|
947
|
+
conditions: {
|
|
948
|
+
readonly base: string;
|
|
949
|
+
readonly sm: string;
|
|
950
|
+
readonly md: string;
|
|
951
|
+
readonly lg: string;
|
|
952
|
+
};
|
|
953
|
+
};
|
|
954
|
+
80: {
|
|
955
|
+
defaultClass: string;
|
|
956
|
+
conditions: {
|
|
957
|
+
readonly base: string;
|
|
958
|
+
readonly sm: string;
|
|
959
|
+
readonly md: string;
|
|
960
|
+
readonly lg: string;
|
|
961
|
+
};
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
|
+
gridColumn: {
|
|
966
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
967
|
+
length: 3;
|
|
968
|
+
};
|
|
969
|
+
values: {
|
|
970
|
+
1: {
|
|
971
|
+
defaultClass: string;
|
|
972
|
+
conditions: {
|
|
973
|
+
readonly base: string;
|
|
974
|
+
readonly sm: string;
|
|
975
|
+
readonly md: string;
|
|
976
|
+
readonly lg: string;
|
|
977
|
+
};
|
|
978
|
+
};
|
|
979
|
+
2: {
|
|
980
|
+
defaultClass: string;
|
|
981
|
+
conditions: {
|
|
982
|
+
readonly base: string;
|
|
983
|
+
readonly sm: string;
|
|
984
|
+
readonly md: string;
|
|
985
|
+
readonly lg: string;
|
|
986
|
+
};
|
|
987
|
+
};
|
|
988
|
+
4: {
|
|
989
|
+
defaultClass: string;
|
|
990
|
+
conditions: {
|
|
991
|
+
readonly base: string;
|
|
992
|
+
readonly sm: string;
|
|
993
|
+
readonly md: string;
|
|
994
|
+
readonly lg: string;
|
|
995
|
+
};
|
|
996
|
+
};
|
|
997
|
+
3: {
|
|
998
|
+
defaultClass: string;
|
|
999
|
+
conditions: {
|
|
1000
|
+
readonly base: string;
|
|
1001
|
+
readonly sm: string;
|
|
1002
|
+
readonly md: string;
|
|
1003
|
+
readonly lg: string;
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
gridTemplateColumns: {
|
|
1009
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1010
|
+
length: 3;
|
|
1011
|
+
};
|
|
1012
|
+
values: {
|
|
1013
|
+
1: {
|
|
1014
|
+
defaultClass: string;
|
|
1015
|
+
conditions: {
|
|
1016
|
+
readonly base: string;
|
|
1017
|
+
readonly sm: string;
|
|
1018
|
+
readonly md: string;
|
|
1019
|
+
readonly lg: string;
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
2: {
|
|
1023
|
+
defaultClass: string;
|
|
1024
|
+
conditions: {
|
|
1025
|
+
readonly base: string;
|
|
1026
|
+
readonly sm: string;
|
|
1027
|
+
readonly md: string;
|
|
1028
|
+
readonly lg: string;
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
4: {
|
|
1032
|
+
defaultClass: string;
|
|
1033
|
+
conditions: {
|
|
1034
|
+
readonly base: string;
|
|
1035
|
+
readonly sm: string;
|
|
1036
|
+
readonly md: string;
|
|
1037
|
+
readonly lg: string;
|
|
1038
|
+
};
|
|
1039
|
+
};
|
|
1040
|
+
3: {
|
|
1041
|
+
defaultClass: string;
|
|
1042
|
+
conditions: {
|
|
1043
|
+
readonly base: string;
|
|
1044
|
+
readonly sm: string;
|
|
1045
|
+
readonly md: string;
|
|
1046
|
+
readonly lg: string;
|
|
1047
|
+
};
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
};
|
|
1051
|
+
height: {
|
|
1052
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1053
|
+
length: 3;
|
|
1054
|
+
};
|
|
1055
|
+
values: {
|
|
1056
|
+
sm: {
|
|
1057
|
+
defaultClass: string;
|
|
1058
|
+
conditions: {
|
|
1059
|
+
readonly base: string;
|
|
1060
|
+
readonly sm: string;
|
|
1061
|
+
readonly md: string;
|
|
1062
|
+
readonly lg: string;
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
md: {
|
|
1066
|
+
defaultClass: string;
|
|
1067
|
+
conditions: {
|
|
1068
|
+
readonly base: string;
|
|
1069
|
+
readonly sm: string;
|
|
1070
|
+
readonly md: string;
|
|
1071
|
+
readonly lg: string;
|
|
1072
|
+
};
|
|
1073
|
+
};
|
|
1074
|
+
lg: {
|
|
1075
|
+
defaultClass: string;
|
|
1076
|
+
conditions: {
|
|
1077
|
+
readonly base: string;
|
|
1078
|
+
readonly sm: string;
|
|
1079
|
+
readonly md: string;
|
|
1080
|
+
readonly lg: string;
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
0: {
|
|
1084
|
+
defaultClass: string;
|
|
1085
|
+
conditions: {
|
|
1086
|
+
readonly base: string;
|
|
1087
|
+
readonly sm: string;
|
|
1088
|
+
readonly md: string;
|
|
1089
|
+
readonly lg: string;
|
|
1090
|
+
};
|
|
1091
|
+
};
|
|
1092
|
+
1: {
|
|
1093
|
+
defaultClass: string;
|
|
1094
|
+
conditions: {
|
|
1095
|
+
readonly base: string;
|
|
1096
|
+
readonly sm: string;
|
|
1097
|
+
readonly md: string;
|
|
1098
|
+
readonly lg: string;
|
|
1099
|
+
};
|
|
1100
|
+
};
|
|
1101
|
+
2: {
|
|
1102
|
+
defaultClass: string;
|
|
1103
|
+
conditions: {
|
|
1104
|
+
readonly base: string;
|
|
1105
|
+
readonly sm: string;
|
|
1106
|
+
readonly md: string;
|
|
1107
|
+
readonly lg: string;
|
|
1108
|
+
};
|
|
1109
|
+
};
|
|
1110
|
+
4: {
|
|
1111
|
+
defaultClass: string;
|
|
1112
|
+
conditions: {
|
|
1113
|
+
readonly base: string;
|
|
1114
|
+
readonly sm: string;
|
|
1115
|
+
readonly md: string;
|
|
1116
|
+
readonly lg: string;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
xs: {
|
|
1120
|
+
defaultClass: string;
|
|
1121
|
+
conditions: {
|
|
1122
|
+
readonly base: string;
|
|
1123
|
+
readonly sm: string;
|
|
1124
|
+
readonly md: string;
|
|
1125
|
+
readonly lg: string;
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
xl: {
|
|
1129
|
+
defaultClass: string;
|
|
1130
|
+
conditions: {
|
|
1131
|
+
readonly base: string;
|
|
1132
|
+
readonly sm: string;
|
|
1133
|
+
readonly md: string;
|
|
1134
|
+
readonly lg: string;
|
|
1135
|
+
};
|
|
1136
|
+
};
|
|
1137
|
+
full: {
|
|
1138
|
+
defaultClass: string;
|
|
1139
|
+
conditions: {
|
|
1140
|
+
readonly base: string;
|
|
1141
|
+
readonly sm: string;
|
|
1142
|
+
readonly md: string;
|
|
1143
|
+
readonly lg: string;
|
|
1144
|
+
};
|
|
1145
|
+
};
|
|
1146
|
+
6: {
|
|
1147
|
+
defaultClass: string;
|
|
1148
|
+
conditions: {
|
|
1149
|
+
readonly base: string;
|
|
1150
|
+
readonly sm: string;
|
|
1151
|
+
readonly md: string;
|
|
1152
|
+
readonly lg: string;
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
8: {
|
|
1156
|
+
defaultClass: string;
|
|
1157
|
+
conditions: {
|
|
1158
|
+
readonly base: string;
|
|
1159
|
+
readonly sm: string;
|
|
1160
|
+
readonly md: string;
|
|
1161
|
+
readonly lg: string;
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1164
|
+
auto: {
|
|
1165
|
+
defaultClass: string;
|
|
1166
|
+
conditions: {
|
|
1167
|
+
readonly base: string;
|
|
1168
|
+
readonly sm: string;
|
|
1169
|
+
readonly md: string;
|
|
1170
|
+
readonly lg: string;
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1173
|
+
20: {
|
|
1174
|
+
defaultClass: string;
|
|
1175
|
+
conditions: {
|
|
1176
|
+
readonly base: string;
|
|
1177
|
+
readonly sm: string;
|
|
1178
|
+
readonly md: string;
|
|
1179
|
+
readonly lg: string;
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
40: {
|
|
1183
|
+
defaultClass: string;
|
|
1184
|
+
conditions: {
|
|
1185
|
+
readonly base: string;
|
|
1186
|
+
readonly sm: string;
|
|
1187
|
+
readonly md: string;
|
|
1188
|
+
readonly lg: string;
|
|
1189
|
+
};
|
|
1190
|
+
};
|
|
1191
|
+
"5xl": {
|
|
1192
|
+
defaultClass: string;
|
|
1193
|
+
conditions: {
|
|
1194
|
+
readonly base: string;
|
|
1195
|
+
readonly sm: string;
|
|
1196
|
+
readonly md: string;
|
|
1197
|
+
readonly lg: string;
|
|
1198
|
+
};
|
|
1199
|
+
};
|
|
1200
|
+
12: {
|
|
1201
|
+
defaultClass: string;
|
|
1202
|
+
conditions: {
|
|
1203
|
+
readonly base: string;
|
|
1204
|
+
readonly sm: string;
|
|
1205
|
+
readonly md: string;
|
|
1206
|
+
readonly lg: string;
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
16: {
|
|
1210
|
+
defaultClass: string;
|
|
1211
|
+
conditions: {
|
|
1212
|
+
readonly base: string;
|
|
1213
|
+
readonly sm: string;
|
|
1214
|
+
readonly md: string;
|
|
1215
|
+
readonly lg: string;
|
|
1216
|
+
};
|
|
1217
|
+
};
|
|
1218
|
+
24: {
|
|
1219
|
+
defaultClass: string;
|
|
1220
|
+
conditions: {
|
|
1221
|
+
readonly base: string;
|
|
1222
|
+
readonly sm: string;
|
|
1223
|
+
readonly md: string;
|
|
1224
|
+
readonly lg: string;
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
32: {
|
|
1228
|
+
defaultClass: string;
|
|
1229
|
+
conditions: {
|
|
1230
|
+
readonly base: string;
|
|
1231
|
+
readonly sm: string;
|
|
1232
|
+
readonly md: string;
|
|
1233
|
+
readonly lg: string;
|
|
1234
|
+
};
|
|
1235
|
+
};
|
|
1236
|
+
48: {
|
|
1237
|
+
defaultClass: string;
|
|
1238
|
+
conditions: {
|
|
1239
|
+
readonly base: string;
|
|
1240
|
+
readonly sm: string;
|
|
1241
|
+
readonly md: string;
|
|
1242
|
+
readonly lg: string;
|
|
1243
|
+
};
|
|
1244
|
+
};
|
|
1245
|
+
64: {
|
|
1246
|
+
defaultClass: string;
|
|
1247
|
+
conditions: {
|
|
1248
|
+
readonly base: string;
|
|
1249
|
+
readonly sm: string;
|
|
1250
|
+
readonly md: string;
|
|
1251
|
+
readonly lg: string;
|
|
1252
|
+
};
|
|
1253
|
+
};
|
|
1254
|
+
80: {
|
|
1255
|
+
defaultClass: string;
|
|
1256
|
+
conditions: {
|
|
1257
|
+
readonly base: string;
|
|
1258
|
+
readonly sm: string;
|
|
1259
|
+
readonly md: string;
|
|
1260
|
+
readonly lg: string;
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
56: {
|
|
1264
|
+
defaultClass: string;
|
|
1265
|
+
conditions: {
|
|
1266
|
+
readonly base: string;
|
|
1267
|
+
readonly sm: string;
|
|
1268
|
+
readonly md: string;
|
|
1269
|
+
readonly lg: string;
|
|
1270
|
+
};
|
|
1271
|
+
};
|
|
1272
|
+
96: {
|
|
1273
|
+
defaultClass: string;
|
|
1274
|
+
conditions: {
|
|
1275
|
+
readonly base: string;
|
|
1276
|
+
readonly sm: string;
|
|
1277
|
+
readonly md: string;
|
|
1278
|
+
readonly lg: string;
|
|
1279
|
+
};
|
|
1280
|
+
};
|
|
1281
|
+
112: {
|
|
1282
|
+
defaultClass: string;
|
|
1283
|
+
conditions: {
|
|
1284
|
+
readonly base: string;
|
|
1285
|
+
readonly sm: string;
|
|
1286
|
+
readonly md: string;
|
|
1287
|
+
readonly lg: string;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
128: {
|
|
1291
|
+
defaultClass: string;
|
|
1292
|
+
conditions: {
|
|
1293
|
+
readonly base: string;
|
|
1294
|
+
readonly sm: string;
|
|
1295
|
+
readonly md: string;
|
|
1296
|
+
readonly lg: string;
|
|
1297
|
+
};
|
|
1298
|
+
};
|
|
1299
|
+
144: {
|
|
1300
|
+
defaultClass: string;
|
|
1301
|
+
conditions: {
|
|
1302
|
+
readonly base: string;
|
|
1303
|
+
readonly sm: string;
|
|
1304
|
+
readonly md: string;
|
|
1305
|
+
readonly lg: string;
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
160: {
|
|
1309
|
+
defaultClass: string;
|
|
1310
|
+
conditions: {
|
|
1311
|
+
readonly base: string;
|
|
1312
|
+
readonly sm: string;
|
|
1313
|
+
readonly md: string;
|
|
1314
|
+
readonly lg: string;
|
|
1315
|
+
};
|
|
1316
|
+
};
|
|
1317
|
+
176: {
|
|
1318
|
+
defaultClass: string;
|
|
1319
|
+
conditions: {
|
|
1320
|
+
readonly base: string;
|
|
1321
|
+
readonly sm: string;
|
|
1322
|
+
readonly md: string;
|
|
1323
|
+
readonly lg: string;
|
|
1324
|
+
};
|
|
1325
|
+
};
|
|
1326
|
+
192: {
|
|
1327
|
+
defaultClass: string;
|
|
1328
|
+
conditions: {
|
|
1329
|
+
readonly base: string;
|
|
1330
|
+
readonly sm: string;
|
|
1331
|
+
readonly md: string;
|
|
1332
|
+
readonly lg: string;
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
208: {
|
|
1336
|
+
defaultClass: string;
|
|
1337
|
+
conditions: {
|
|
1338
|
+
readonly base: string;
|
|
1339
|
+
readonly sm: string;
|
|
1340
|
+
readonly md: string;
|
|
1341
|
+
readonly lg: string;
|
|
1342
|
+
};
|
|
1343
|
+
};
|
|
1344
|
+
224: {
|
|
1345
|
+
defaultClass: string;
|
|
1346
|
+
conditions: {
|
|
1347
|
+
readonly base: string;
|
|
1348
|
+
readonly sm: string;
|
|
1349
|
+
readonly md: string;
|
|
1350
|
+
readonly lg: string;
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
240: {
|
|
1354
|
+
defaultClass: string;
|
|
1355
|
+
conditions: {
|
|
1356
|
+
readonly base: string;
|
|
1357
|
+
readonly sm: string;
|
|
1358
|
+
readonly md: string;
|
|
1359
|
+
readonly lg: string;
|
|
1360
|
+
};
|
|
1361
|
+
};
|
|
1362
|
+
256: {
|
|
1363
|
+
defaultClass: string;
|
|
1364
|
+
conditions: {
|
|
1365
|
+
readonly base: string;
|
|
1366
|
+
readonly sm: string;
|
|
1367
|
+
readonly md: string;
|
|
1368
|
+
readonly lg: string;
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
288: {
|
|
1372
|
+
defaultClass: string;
|
|
1373
|
+
conditions: {
|
|
1374
|
+
readonly base: string;
|
|
1375
|
+
readonly sm: string;
|
|
1376
|
+
readonly md: string;
|
|
1377
|
+
readonly lg: string;
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
320: {
|
|
1381
|
+
defaultClass: string;
|
|
1382
|
+
conditions: {
|
|
1383
|
+
readonly base: string;
|
|
1384
|
+
readonly sm: string;
|
|
1385
|
+
readonly md: string;
|
|
1386
|
+
readonly lg: string;
|
|
1387
|
+
};
|
|
1388
|
+
};
|
|
1389
|
+
384: {
|
|
1390
|
+
defaultClass: string;
|
|
1391
|
+
conditions: {
|
|
1392
|
+
readonly base: string;
|
|
1393
|
+
readonly sm: string;
|
|
1394
|
+
readonly md: string;
|
|
1395
|
+
readonly lg: string;
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
"1/2": {
|
|
1399
|
+
defaultClass: string;
|
|
1400
|
+
conditions: {
|
|
1401
|
+
readonly base: string;
|
|
1402
|
+
readonly sm: string;
|
|
1403
|
+
readonly md: string;
|
|
1404
|
+
readonly lg: string;
|
|
1405
|
+
};
|
|
1406
|
+
};
|
|
1407
|
+
"1/3": {
|
|
1408
|
+
defaultClass: string;
|
|
1409
|
+
conditions: {
|
|
1410
|
+
readonly base: string;
|
|
1411
|
+
readonly sm: string;
|
|
1412
|
+
readonly md: string;
|
|
1413
|
+
readonly lg: string;
|
|
1414
|
+
};
|
|
1415
|
+
};
|
|
1416
|
+
"2/3": {
|
|
1417
|
+
defaultClass: string;
|
|
1418
|
+
conditions: {
|
|
1419
|
+
readonly base: string;
|
|
1420
|
+
readonly sm: string;
|
|
1421
|
+
readonly md: string;
|
|
1422
|
+
readonly lg: string;
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
"1/4": {
|
|
1426
|
+
defaultClass: string;
|
|
1427
|
+
conditions: {
|
|
1428
|
+
readonly base: string;
|
|
1429
|
+
readonly sm: string;
|
|
1430
|
+
readonly md: string;
|
|
1431
|
+
readonly lg: string;
|
|
1432
|
+
};
|
|
1433
|
+
};
|
|
1434
|
+
"2/4": {
|
|
1435
|
+
defaultClass: string;
|
|
1436
|
+
conditions: {
|
|
1437
|
+
readonly base: string;
|
|
1438
|
+
readonly sm: string;
|
|
1439
|
+
readonly md: string;
|
|
1440
|
+
readonly lg: string;
|
|
1441
|
+
};
|
|
1442
|
+
};
|
|
1443
|
+
"3/4": {
|
|
1444
|
+
defaultClass: string;
|
|
1445
|
+
conditions: {
|
|
1446
|
+
readonly base: string;
|
|
1447
|
+
readonly sm: string;
|
|
1448
|
+
readonly md: string;
|
|
1449
|
+
readonly lg: string;
|
|
1450
|
+
};
|
|
1451
|
+
};
|
|
1452
|
+
fit: {
|
|
1453
|
+
defaultClass: string;
|
|
1454
|
+
conditions: {
|
|
1455
|
+
readonly base: string;
|
|
1456
|
+
readonly sm: string;
|
|
1457
|
+
readonly md: string;
|
|
1458
|
+
readonly lg: string;
|
|
1459
|
+
};
|
|
1460
|
+
};
|
|
1461
|
+
max: {
|
|
1462
|
+
defaultClass: string;
|
|
1463
|
+
conditions: {
|
|
1464
|
+
readonly base: string;
|
|
1465
|
+
readonly sm: string;
|
|
1466
|
+
readonly md: string;
|
|
1467
|
+
readonly lg: string;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
min: {
|
|
1471
|
+
defaultClass: string;
|
|
1472
|
+
conditions: {
|
|
1473
|
+
readonly base: string;
|
|
1474
|
+
readonly sm: string;
|
|
1475
|
+
readonly md: string;
|
|
1476
|
+
readonly lg: string;
|
|
1477
|
+
};
|
|
1478
|
+
};
|
|
1479
|
+
};
|
|
1480
|
+
};
|
|
1481
|
+
justifyContent: {
|
|
1482
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1483
|
+
length: 3;
|
|
1484
|
+
};
|
|
1485
|
+
values: {
|
|
1486
|
+
normal: {
|
|
1487
|
+
defaultClass: string;
|
|
1488
|
+
conditions: {
|
|
1489
|
+
readonly base: string;
|
|
1490
|
+
readonly sm: string;
|
|
1491
|
+
readonly md: string;
|
|
1492
|
+
readonly lg: string;
|
|
1493
|
+
};
|
|
1494
|
+
};
|
|
1495
|
+
end: {
|
|
1496
|
+
defaultClass: string;
|
|
1497
|
+
conditions: {
|
|
1498
|
+
readonly base: string;
|
|
1499
|
+
readonly sm: string;
|
|
1500
|
+
readonly md: string;
|
|
1501
|
+
readonly lg: string;
|
|
1502
|
+
};
|
|
1503
|
+
};
|
|
1504
|
+
start: {
|
|
1505
|
+
defaultClass: string;
|
|
1506
|
+
conditions: {
|
|
1507
|
+
readonly base: string;
|
|
1508
|
+
readonly sm: string;
|
|
1509
|
+
readonly md: string;
|
|
1510
|
+
readonly lg: string;
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1513
|
+
center: {
|
|
1514
|
+
defaultClass: string;
|
|
1515
|
+
conditions: {
|
|
1516
|
+
readonly base: string;
|
|
1517
|
+
readonly sm: string;
|
|
1518
|
+
readonly md: string;
|
|
1519
|
+
readonly lg: string;
|
|
1520
|
+
};
|
|
1521
|
+
};
|
|
1522
|
+
"space-around": {
|
|
1523
|
+
defaultClass: string;
|
|
1524
|
+
conditions: {
|
|
1525
|
+
readonly base: string;
|
|
1526
|
+
readonly sm: string;
|
|
1527
|
+
readonly md: string;
|
|
1528
|
+
readonly lg: string;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
"space-between": {
|
|
1532
|
+
defaultClass: string;
|
|
1533
|
+
conditions: {
|
|
1534
|
+
readonly base: string;
|
|
1535
|
+
readonly sm: string;
|
|
1536
|
+
readonly md: string;
|
|
1537
|
+
readonly lg: string;
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
"space-evenly": {
|
|
1541
|
+
defaultClass: string;
|
|
1542
|
+
conditions: {
|
|
1543
|
+
readonly base: string;
|
|
1544
|
+
readonly sm: string;
|
|
1545
|
+
readonly md: string;
|
|
1546
|
+
readonly lg: string;
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
stretch: {
|
|
1550
|
+
defaultClass: string;
|
|
1551
|
+
conditions: {
|
|
1552
|
+
readonly base: string;
|
|
1553
|
+
readonly sm: string;
|
|
1554
|
+
readonly md: string;
|
|
1555
|
+
readonly lg: string;
|
|
1556
|
+
};
|
|
1557
|
+
};
|
|
1558
|
+
};
|
|
1559
|
+
};
|
|
1560
|
+
justifyItems: {
|
|
1561
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1562
|
+
length: 3;
|
|
1563
|
+
};
|
|
1564
|
+
values: {
|
|
1565
|
+
normal: {
|
|
1566
|
+
defaultClass: string;
|
|
1567
|
+
conditions: {
|
|
1568
|
+
readonly base: string;
|
|
1569
|
+
readonly sm: string;
|
|
1570
|
+
readonly md: string;
|
|
1571
|
+
readonly lg: string;
|
|
1572
|
+
};
|
|
1573
|
+
};
|
|
1574
|
+
end: {
|
|
1575
|
+
defaultClass: string;
|
|
1576
|
+
conditions: {
|
|
1577
|
+
readonly base: string;
|
|
1578
|
+
readonly sm: string;
|
|
1579
|
+
readonly md: string;
|
|
1580
|
+
readonly lg: string;
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
start: {
|
|
1584
|
+
defaultClass: string;
|
|
1585
|
+
conditions: {
|
|
1586
|
+
readonly base: string;
|
|
1587
|
+
readonly sm: string;
|
|
1588
|
+
readonly md: string;
|
|
1589
|
+
readonly lg: string;
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
center: {
|
|
1593
|
+
defaultClass: string;
|
|
1594
|
+
conditions: {
|
|
1595
|
+
readonly base: string;
|
|
1596
|
+
readonly sm: string;
|
|
1597
|
+
readonly md: string;
|
|
1598
|
+
readonly lg: string;
|
|
1599
|
+
};
|
|
1600
|
+
};
|
|
1601
|
+
stretch: {
|
|
1602
|
+
defaultClass: string;
|
|
1603
|
+
conditions: {
|
|
1604
|
+
readonly base: string;
|
|
1605
|
+
readonly sm: string;
|
|
1606
|
+
readonly md: string;
|
|
1607
|
+
readonly lg: string;
|
|
1608
|
+
};
|
|
1609
|
+
};
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
lineHeight: {
|
|
1613
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1614
|
+
length: 3;
|
|
1615
|
+
};
|
|
1616
|
+
values: {
|
|
1617
|
+
none: {
|
|
1618
|
+
defaultClass: string;
|
|
1619
|
+
conditions: {
|
|
1620
|
+
readonly base: string;
|
|
1621
|
+
readonly sm: string;
|
|
1622
|
+
readonly md: string;
|
|
1623
|
+
readonly lg: string;
|
|
1624
|
+
};
|
|
1625
|
+
};
|
|
1626
|
+
tight: {
|
|
1627
|
+
defaultClass: string;
|
|
1628
|
+
conditions: {
|
|
1629
|
+
readonly base: string;
|
|
1630
|
+
readonly sm: string;
|
|
1631
|
+
readonly md: string;
|
|
1632
|
+
readonly lg: string;
|
|
1633
|
+
};
|
|
1634
|
+
};
|
|
1635
|
+
normal: {
|
|
1636
|
+
defaultClass: string;
|
|
1637
|
+
conditions: {
|
|
1638
|
+
readonly base: string;
|
|
1639
|
+
readonly sm: string;
|
|
1640
|
+
readonly md: string;
|
|
1641
|
+
readonly lg: string;
|
|
1642
|
+
};
|
|
1643
|
+
};
|
|
1644
|
+
loose: {
|
|
1645
|
+
defaultClass: string;
|
|
1646
|
+
conditions: {
|
|
1647
|
+
readonly base: string;
|
|
1648
|
+
readonly sm: string;
|
|
1649
|
+
readonly md: string;
|
|
1650
|
+
readonly lg: string;
|
|
1651
|
+
};
|
|
1652
|
+
};
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
marginBottom: {
|
|
1656
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1657
|
+
length: 3;
|
|
1658
|
+
};
|
|
1659
|
+
values: {
|
|
1660
|
+
sm: {
|
|
1661
|
+
defaultClass: string;
|
|
1662
|
+
conditions: {
|
|
1663
|
+
readonly base: string;
|
|
1664
|
+
readonly sm: string;
|
|
1665
|
+
readonly md: string;
|
|
1666
|
+
readonly lg: string;
|
|
1667
|
+
};
|
|
1668
|
+
};
|
|
1669
|
+
md: {
|
|
1670
|
+
defaultClass: string;
|
|
1671
|
+
conditions: {
|
|
1672
|
+
readonly base: string;
|
|
1673
|
+
readonly sm: string;
|
|
1674
|
+
readonly md: string;
|
|
1675
|
+
readonly lg: string;
|
|
1676
|
+
};
|
|
1677
|
+
};
|
|
1678
|
+
lg: {
|
|
1679
|
+
defaultClass: string;
|
|
1680
|
+
conditions: {
|
|
1681
|
+
readonly base: string;
|
|
1682
|
+
readonly sm: string;
|
|
1683
|
+
readonly md: string;
|
|
1684
|
+
readonly lg: string;
|
|
1685
|
+
};
|
|
1686
|
+
};
|
|
1687
|
+
0: {
|
|
1688
|
+
defaultClass: string;
|
|
1689
|
+
conditions: {
|
|
1690
|
+
readonly base: string;
|
|
1691
|
+
readonly sm: string;
|
|
1692
|
+
readonly md: string;
|
|
1693
|
+
readonly lg: string;
|
|
1694
|
+
};
|
|
1695
|
+
};
|
|
1696
|
+
2: {
|
|
1697
|
+
defaultClass: string;
|
|
1698
|
+
conditions: {
|
|
1699
|
+
readonly base: string;
|
|
1700
|
+
readonly sm: string;
|
|
1701
|
+
readonly md: string;
|
|
1702
|
+
readonly lg: string;
|
|
1703
|
+
};
|
|
1704
|
+
};
|
|
1705
|
+
4: {
|
|
1706
|
+
defaultClass: string;
|
|
1707
|
+
conditions: {
|
|
1708
|
+
readonly base: string;
|
|
1709
|
+
readonly sm: string;
|
|
1710
|
+
readonly md: string;
|
|
1711
|
+
readonly lg: string;
|
|
1712
|
+
};
|
|
1713
|
+
};
|
|
1714
|
+
xs: {
|
|
1715
|
+
defaultClass: string;
|
|
1716
|
+
conditions: {
|
|
1717
|
+
readonly base: string;
|
|
1718
|
+
readonly sm: string;
|
|
1719
|
+
readonly md: string;
|
|
1720
|
+
readonly lg: string;
|
|
1721
|
+
};
|
|
1722
|
+
};
|
|
1723
|
+
xl: {
|
|
1724
|
+
defaultClass: string;
|
|
1725
|
+
conditions: {
|
|
1726
|
+
readonly base: string;
|
|
1727
|
+
readonly sm: string;
|
|
1728
|
+
readonly md: string;
|
|
1729
|
+
readonly lg: string;
|
|
1730
|
+
};
|
|
1731
|
+
};
|
|
1732
|
+
6: {
|
|
1733
|
+
defaultClass: string;
|
|
1734
|
+
conditions: {
|
|
1735
|
+
readonly base: string;
|
|
1736
|
+
readonly sm: string;
|
|
1737
|
+
readonly md: string;
|
|
1738
|
+
readonly lg: string;
|
|
1739
|
+
};
|
|
1740
|
+
};
|
|
1741
|
+
8: {
|
|
1742
|
+
defaultClass: string;
|
|
1743
|
+
conditions: {
|
|
1744
|
+
readonly base: string;
|
|
1745
|
+
readonly sm: string;
|
|
1746
|
+
readonly md: string;
|
|
1747
|
+
readonly lg: string;
|
|
1748
|
+
};
|
|
1749
|
+
};
|
|
1750
|
+
auto: {
|
|
1751
|
+
defaultClass: string;
|
|
1752
|
+
conditions: {
|
|
1753
|
+
readonly base: string;
|
|
1754
|
+
readonly sm: string;
|
|
1755
|
+
readonly md: string;
|
|
1756
|
+
readonly lg: string;
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
10: {
|
|
1760
|
+
defaultClass: string;
|
|
1761
|
+
conditions: {
|
|
1762
|
+
readonly base: string;
|
|
1763
|
+
readonly sm: string;
|
|
1764
|
+
readonly md: string;
|
|
1765
|
+
readonly lg: string;
|
|
1766
|
+
};
|
|
1767
|
+
};
|
|
1768
|
+
20: {
|
|
1769
|
+
defaultClass: string;
|
|
1770
|
+
conditions: {
|
|
1771
|
+
readonly base: string;
|
|
1772
|
+
readonly sm: string;
|
|
1773
|
+
readonly md: string;
|
|
1774
|
+
readonly lg: string;
|
|
1775
|
+
};
|
|
1776
|
+
};
|
|
1777
|
+
12: {
|
|
1778
|
+
defaultClass: string;
|
|
1779
|
+
conditions: {
|
|
1780
|
+
readonly base: string;
|
|
1781
|
+
readonly sm: string;
|
|
1782
|
+
readonly md: string;
|
|
1783
|
+
readonly lg: string;
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
16: {
|
|
1787
|
+
defaultClass: string;
|
|
1788
|
+
conditions: {
|
|
1789
|
+
readonly base: string;
|
|
1790
|
+
readonly sm: string;
|
|
1791
|
+
readonly md: string;
|
|
1792
|
+
readonly lg: string;
|
|
1793
|
+
};
|
|
1794
|
+
};
|
|
1795
|
+
24: {
|
|
1796
|
+
defaultClass: string;
|
|
1797
|
+
conditions: {
|
|
1798
|
+
readonly base: string;
|
|
1799
|
+
readonly sm: string;
|
|
1800
|
+
readonly md: string;
|
|
1801
|
+
readonly lg: string;
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1804
|
+
32: {
|
|
1805
|
+
defaultClass: string;
|
|
1806
|
+
conditions: {
|
|
1807
|
+
readonly base: string;
|
|
1808
|
+
readonly sm: string;
|
|
1809
|
+
readonly md: string;
|
|
1810
|
+
readonly lg: string;
|
|
1811
|
+
};
|
|
1812
|
+
};
|
|
1813
|
+
48: {
|
|
1814
|
+
defaultClass: string;
|
|
1815
|
+
conditions: {
|
|
1816
|
+
readonly base: string;
|
|
1817
|
+
readonly sm: string;
|
|
1818
|
+
readonly md: string;
|
|
1819
|
+
readonly lg: string;
|
|
1820
|
+
};
|
|
1821
|
+
};
|
|
1822
|
+
64: {
|
|
1823
|
+
defaultClass: string;
|
|
1824
|
+
conditions: {
|
|
1825
|
+
readonly base: string;
|
|
1826
|
+
readonly sm: string;
|
|
1827
|
+
readonly md: string;
|
|
1828
|
+
readonly lg: string;
|
|
1829
|
+
};
|
|
1830
|
+
};
|
|
1831
|
+
80: {
|
|
1832
|
+
defaultClass: string;
|
|
1833
|
+
conditions: {
|
|
1834
|
+
readonly base: string;
|
|
1835
|
+
readonly sm: string;
|
|
1836
|
+
readonly md: string;
|
|
1837
|
+
readonly lg: string;
|
|
1838
|
+
};
|
|
1839
|
+
};
|
|
1840
|
+
"-xs": {
|
|
1841
|
+
defaultClass: string;
|
|
1842
|
+
conditions: {
|
|
1843
|
+
readonly base: string;
|
|
1844
|
+
readonly sm: string;
|
|
1845
|
+
readonly md: string;
|
|
1846
|
+
readonly lg: string;
|
|
1847
|
+
};
|
|
1848
|
+
};
|
|
1849
|
+
"-sm": {
|
|
1850
|
+
defaultClass: string;
|
|
1851
|
+
conditions: {
|
|
1852
|
+
readonly base: string;
|
|
1853
|
+
readonly sm: string;
|
|
1854
|
+
readonly md: string;
|
|
1855
|
+
readonly lg: string;
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
"-md": {
|
|
1859
|
+
defaultClass: string;
|
|
1860
|
+
conditions: {
|
|
1861
|
+
readonly base: string;
|
|
1862
|
+
readonly sm: string;
|
|
1863
|
+
readonly md: string;
|
|
1864
|
+
readonly lg: string;
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1867
|
+
"-lg": {
|
|
1868
|
+
defaultClass: string;
|
|
1869
|
+
conditions: {
|
|
1870
|
+
readonly base: string;
|
|
1871
|
+
readonly sm: string;
|
|
1872
|
+
readonly md: string;
|
|
1873
|
+
readonly lg: string;
|
|
1874
|
+
};
|
|
1875
|
+
};
|
|
1876
|
+
"-xl": {
|
|
1877
|
+
defaultClass: string;
|
|
1878
|
+
conditions: {
|
|
1879
|
+
readonly base: string;
|
|
1880
|
+
readonly sm: string;
|
|
1881
|
+
readonly md: string;
|
|
1882
|
+
readonly lg: string;
|
|
1883
|
+
};
|
|
1884
|
+
};
|
|
1885
|
+
[-2]: {
|
|
1886
|
+
defaultClass: string;
|
|
1887
|
+
conditions: {
|
|
1888
|
+
readonly base: string;
|
|
1889
|
+
readonly sm: string;
|
|
1890
|
+
readonly md: string;
|
|
1891
|
+
readonly lg: string;
|
|
1892
|
+
};
|
|
1893
|
+
};
|
|
1894
|
+
[-4]: {
|
|
1895
|
+
defaultClass: string;
|
|
1896
|
+
conditions: {
|
|
1897
|
+
readonly base: string;
|
|
1898
|
+
readonly sm: string;
|
|
1899
|
+
readonly md: string;
|
|
1900
|
+
readonly lg: string;
|
|
1901
|
+
};
|
|
1902
|
+
};
|
|
1903
|
+
[-6]: {
|
|
1904
|
+
defaultClass: string;
|
|
1905
|
+
conditions: {
|
|
1906
|
+
readonly base: string;
|
|
1907
|
+
readonly sm: string;
|
|
1908
|
+
readonly md: string;
|
|
1909
|
+
readonly lg: string;
|
|
1910
|
+
};
|
|
1911
|
+
};
|
|
1912
|
+
[-8]: {
|
|
1913
|
+
defaultClass: string;
|
|
1914
|
+
conditions: {
|
|
1915
|
+
readonly base: string;
|
|
1916
|
+
readonly sm: string;
|
|
1917
|
+
readonly md: string;
|
|
1918
|
+
readonly lg: string;
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
[-10]: {
|
|
1922
|
+
defaultClass: string;
|
|
1923
|
+
conditions: {
|
|
1924
|
+
readonly base: string;
|
|
1925
|
+
readonly sm: string;
|
|
1926
|
+
readonly md: string;
|
|
1927
|
+
readonly lg: string;
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
[-12]: {
|
|
1931
|
+
defaultClass: string;
|
|
1932
|
+
conditions: {
|
|
1933
|
+
readonly base: string;
|
|
1934
|
+
readonly sm: string;
|
|
1935
|
+
readonly md: string;
|
|
1936
|
+
readonly lg: string;
|
|
1937
|
+
};
|
|
1938
|
+
};
|
|
1939
|
+
[-16]: {
|
|
1940
|
+
defaultClass: string;
|
|
1941
|
+
conditions: {
|
|
1942
|
+
readonly base: string;
|
|
1943
|
+
readonly sm: string;
|
|
1944
|
+
readonly md: string;
|
|
1945
|
+
readonly lg: string;
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
[-24]: {
|
|
1949
|
+
defaultClass: string;
|
|
1950
|
+
conditions: {
|
|
1951
|
+
readonly base: string;
|
|
1952
|
+
readonly sm: string;
|
|
1953
|
+
readonly md: string;
|
|
1954
|
+
readonly lg: string;
|
|
1955
|
+
};
|
|
1956
|
+
};
|
|
1957
|
+
[-32]: {
|
|
1958
|
+
defaultClass: string;
|
|
1959
|
+
conditions: {
|
|
1960
|
+
readonly base: string;
|
|
1961
|
+
readonly sm: string;
|
|
1962
|
+
readonly md: string;
|
|
1963
|
+
readonly lg: string;
|
|
1964
|
+
};
|
|
1965
|
+
};
|
|
1966
|
+
[-48]: {
|
|
1967
|
+
defaultClass: string;
|
|
1968
|
+
conditions: {
|
|
1969
|
+
readonly base: string;
|
|
1970
|
+
readonly sm: string;
|
|
1971
|
+
readonly md: string;
|
|
1972
|
+
readonly lg: string;
|
|
1973
|
+
};
|
|
1974
|
+
};
|
|
1975
|
+
[-64]: {
|
|
1976
|
+
defaultClass: string;
|
|
1977
|
+
conditions: {
|
|
1978
|
+
readonly base: string;
|
|
1979
|
+
readonly sm: string;
|
|
1980
|
+
readonly md: string;
|
|
1981
|
+
readonly lg: string;
|
|
1982
|
+
};
|
|
1983
|
+
};
|
|
1984
|
+
[-80]: {
|
|
1985
|
+
defaultClass: string;
|
|
1986
|
+
conditions: {
|
|
1987
|
+
readonly base: string;
|
|
1988
|
+
readonly sm: string;
|
|
1989
|
+
readonly md: string;
|
|
1990
|
+
readonly lg: string;
|
|
1991
|
+
};
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
};
|
|
1995
|
+
marginLeft: {
|
|
1996
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
1997
|
+
length: 3;
|
|
1998
|
+
};
|
|
1999
|
+
values: {
|
|
2000
|
+
sm: {
|
|
2001
|
+
defaultClass: string;
|
|
2002
|
+
conditions: {
|
|
2003
|
+
readonly base: string;
|
|
2004
|
+
readonly sm: string;
|
|
2005
|
+
readonly md: string;
|
|
2006
|
+
readonly lg: string;
|
|
2007
|
+
};
|
|
2008
|
+
};
|
|
2009
|
+
md: {
|
|
2010
|
+
defaultClass: string;
|
|
2011
|
+
conditions: {
|
|
2012
|
+
readonly base: string;
|
|
2013
|
+
readonly sm: string;
|
|
2014
|
+
readonly md: string;
|
|
2015
|
+
readonly lg: string;
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
lg: {
|
|
2019
|
+
defaultClass: string;
|
|
2020
|
+
conditions: {
|
|
2021
|
+
readonly base: string;
|
|
2022
|
+
readonly sm: string;
|
|
2023
|
+
readonly md: string;
|
|
2024
|
+
readonly lg: string;
|
|
2025
|
+
};
|
|
2026
|
+
};
|
|
2027
|
+
0: {
|
|
2028
|
+
defaultClass: string;
|
|
2029
|
+
conditions: {
|
|
2030
|
+
readonly base: string;
|
|
2031
|
+
readonly sm: string;
|
|
2032
|
+
readonly md: string;
|
|
2033
|
+
readonly lg: string;
|
|
2034
|
+
};
|
|
2035
|
+
};
|
|
2036
|
+
2: {
|
|
2037
|
+
defaultClass: string;
|
|
2038
|
+
conditions: {
|
|
2039
|
+
readonly base: string;
|
|
2040
|
+
readonly sm: string;
|
|
2041
|
+
readonly md: string;
|
|
2042
|
+
readonly lg: string;
|
|
2043
|
+
};
|
|
2044
|
+
};
|
|
2045
|
+
4: {
|
|
2046
|
+
defaultClass: string;
|
|
2047
|
+
conditions: {
|
|
2048
|
+
readonly base: string;
|
|
2049
|
+
readonly sm: string;
|
|
2050
|
+
readonly md: string;
|
|
2051
|
+
readonly lg: string;
|
|
2052
|
+
};
|
|
2053
|
+
};
|
|
2054
|
+
xs: {
|
|
2055
|
+
defaultClass: string;
|
|
2056
|
+
conditions: {
|
|
2057
|
+
readonly base: string;
|
|
2058
|
+
readonly sm: string;
|
|
2059
|
+
readonly md: string;
|
|
2060
|
+
readonly lg: string;
|
|
2061
|
+
};
|
|
2062
|
+
};
|
|
2063
|
+
xl: {
|
|
2064
|
+
defaultClass: string;
|
|
2065
|
+
conditions: {
|
|
2066
|
+
readonly base: string;
|
|
2067
|
+
readonly sm: string;
|
|
2068
|
+
readonly md: string;
|
|
2069
|
+
readonly lg: string;
|
|
2070
|
+
};
|
|
2071
|
+
};
|
|
2072
|
+
6: {
|
|
2073
|
+
defaultClass: string;
|
|
2074
|
+
conditions: {
|
|
2075
|
+
readonly base: string;
|
|
2076
|
+
readonly sm: string;
|
|
2077
|
+
readonly md: string;
|
|
2078
|
+
readonly lg: string;
|
|
2079
|
+
};
|
|
2080
|
+
};
|
|
2081
|
+
8: {
|
|
2082
|
+
defaultClass: string;
|
|
2083
|
+
conditions: {
|
|
2084
|
+
readonly base: string;
|
|
2085
|
+
readonly sm: string;
|
|
2086
|
+
readonly md: string;
|
|
2087
|
+
readonly lg: string;
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
auto: {
|
|
2091
|
+
defaultClass: string;
|
|
2092
|
+
conditions: {
|
|
2093
|
+
readonly base: string;
|
|
2094
|
+
readonly sm: string;
|
|
2095
|
+
readonly md: string;
|
|
2096
|
+
readonly lg: string;
|
|
2097
|
+
};
|
|
2098
|
+
};
|
|
2099
|
+
10: {
|
|
2100
|
+
defaultClass: string;
|
|
2101
|
+
conditions: {
|
|
2102
|
+
readonly base: string;
|
|
2103
|
+
readonly sm: string;
|
|
2104
|
+
readonly md: string;
|
|
2105
|
+
readonly lg: string;
|
|
2106
|
+
};
|
|
2107
|
+
};
|
|
2108
|
+
20: {
|
|
2109
|
+
defaultClass: string;
|
|
2110
|
+
conditions: {
|
|
2111
|
+
readonly base: string;
|
|
2112
|
+
readonly sm: string;
|
|
2113
|
+
readonly md: string;
|
|
2114
|
+
readonly lg: string;
|
|
2115
|
+
};
|
|
2116
|
+
};
|
|
2117
|
+
12: {
|
|
2118
|
+
defaultClass: string;
|
|
2119
|
+
conditions: {
|
|
2120
|
+
readonly base: string;
|
|
2121
|
+
readonly sm: string;
|
|
2122
|
+
readonly md: string;
|
|
2123
|
+
readonly lg: string;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
16: {
|
|
2127
|
+
defaultClass: string;
|
|
2128
|
+
conditions: {
|
|
2129
|
+
readonly base: string;
|
|
2130
|
+
readonly sm: string;
|
|
2131
|
+
readonly md: string;
|
|
2132
|
+
readonly lg: string;
|
|
2133
|
+
};
|
|
2134
|
+
};
|
|
2135
|
+
24: {
|
|
2136
|
+
defaultClass: string;
|
|
2137
|
+
conditions: {
|
|
2138
|
+
readonly base: string;
|
|
2139
|
+
readonly sm: string;
|
|
2140
|
+
readonly md: string;
|
|
2141
|
+
readonly lg: string;
|
|
2142
|
+
};
|
|
2143
|
+
};
|
|
2144
|
+
32: {
|
|
2145
|
+
defaultClass: string;
|
|
2146
|
+
conditions: {
|
|
2147
|
+
readonly base: string;
|
|
2148
|
+
readonly sm: string;
|
|
2149
|
+
readonly md: string;
|
|
2150
|
+
readonly lg: string;
|
|
2151
|
+
};
|
|
2152
|
+
};
|
|
2153
|
+
48: {
|
|
2154
|
+
defaultClass: string;
|
|
2155
|
+
conditions: {
|
|
2156
|
+
readonly base: string;
|
|
2157
|
+
readonly sm: string;
|
|
2158
|
+
readonly md: string;
|
|
2159
|
+
readonly lg: string;
|
|
2160
|
+
};
|
|
2161
|
+
};
|
|
2162
|
+
64: {
|
|
2163
|
+
defaultClass: string;
|
|
2164
|
+
conditions: {
|
|
2165
|
+
readonly base: string;
|
|
2166
|
+
readonly sm: string;
|
|
2167
|
+
readonly md: string;
|
|
2168
|
+
readonly lg: string;
|
|
2169
|
+
};
|
|
2170
|
+
};
|
|
2171
|
+
80: {
|
|
2172
|
+
defaultClass: string;
|
|
2173
|
+
conditions: {
|
|
2174
|
+
readonly base: string;
|
|
2175
|
+
readonly sm: string;
|
|
2176
|
+
readonly md: string;
|
|
2177
|
+
readonly lg: string;
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2180
|
+
"-xs": {
|
|
2181
|
+
defaultClass: string;
|
|
2182
|
+
conditions: {
|
|
2183
|
+
readonly base: string;
|
|
2184
|
+
readonly sm: string;
|
|
2185
|
+
readonly md: string;
|
|
2186
|
+
readonly lg: string;
|
|
2187
|
+
};
|
|
2188
|
+
};
|
|
2189
|
+
"-sm": {
|
|
2190
|
+
defaultClass: string;
|
|
2191
|
+
conditions: {
|
|
2192
|
+
readonly base: string;
|
|
2193
|
+
readonly sm: string;
|
|
2194
|
+
readonly md: string;
|
|
2195
|
+
readonly lg: string;
|
|
2196
|
+
};
|
|
2197
|
+
};
|
|
2198
|
+
"-md": {
|
|
2199
|
+
defaultClass: string;
|
|
2200
|
+
conditions: {
|
|
2201
|
+
readonly base: string;
|
|
2202
|
+
readonly sm: string;
|
|
2203
|
+
readonly md: string;
|
|
2204
|
+
readonly lg: string;
|
|
2205
|
+
};
|
|
2206
|
+
};
|
|
2207
|
+
"-lg": {
|
|
2208
|
+
defaultClass: string;
|
|
2209
|
+
conditions: {
|
|
2210
|
+
readonly base: string;
|
|
2211
|
+
readonly sm: string;
|
|
2212
|
+
readonly md: string;
|
|
2213
|
+
readonly lg: string;
|
|
2214
|
+
};
|
|
2215
|
+
};
|
|
2216
|
+
"-xl": {
|
|
2217
|
+
defaultClass: string;
|
|
2218
|
+
conditions: {
|
|
2219
|
+
readonly base: string;
|
|
2220
|
+
readonly sm: string;
|
|
2221
|
+
readonly md: string;
|
|
2222
|
+
readonly lg: string;
|
|
2223
|
+
};
|
|
2224
|
+
};
|
|
2225
|
+
[-2]: {
|
|
2226
|
+
defaultClass: string;
|
|
2227
|
+
conditions: {
|
|
2228
|
+
readonly base: string;
|
|
2229
|
+
readonly sm: string;
|
|
2230
|
+
readonly md: string;
|
|
2231
|
+
readonly lg: string;
|
|
2232
|
+
};
|
|
2233
|
+
};
|
|
2234
|
+
[-4]: {
|
|
2235
|
+
defaultClass: string;
|
|
2236
|
+
conditions: {
|
|
2237
|
+
readonly base: string;
|
|
2238
|
+
readonly sm: string;
|
|
2239
|
+
readonly md: string;
|
|
2240
|
+
readonly lg: string;
|
|
2241
|
+
};
|
|
2242
|
+
};
|
|
2243
|
+
[-6]: {
|
|
2244
|
+
defaultClass: string;
|
|
2245
|
+
conditions: {
|
|
2246
|
+
readonly base: string;
|
|
2247
|
+
readonly sm: string;
|
|
2248
|
+
readonly md: string;
|
|
2249
|
+
readonly lg: string;
|
|
2250
|
+
};
|
|
2251
|
+
};
|
|
2252
|
+
[-8]: {
|
|
2253
|
+
defaultClass: string;
|
|
2254
|
+
conditions: {
|
|
2255
|
+
readonly base: string;
|
|
2256
|
+
readonly sm: string;
|
|
2257
|
+
readonly md: string;
|
|
2258
|
+
readonly lg: string;
|
|
2259
|
+
};
|
|
2260
|
+
};
|
|
2261
|
+
[-10]: {
|
|
2262
|
+
defaultClass: string;
|
|
2263
|
+
conditions: {
|
|
2264
|
+
readonly base: string;
|
|
2265
|
+
readonly sm: string;
|
|
2266
|
+
readonly md: string;
|
|
2267
|
+
readonly lg: string;
|
|
2268
|
+
};
|
|
2269
|
+
};
|
|
2270
|
+
[-12]: {
|
|
2271
|
+
defaultClass: string;
|
|
2272
|
+
conditions: {
|
|
2273
|
+
readonly base: string;
|
|
2274
|
+
readonly sm: string;
|
|
2275
|
+
readonly md: string;
|
|
2276
|
+
readonly lg: string;
|
|
2277
|
+
};
|
|
2278
|
+
};
|
|
2279
|
+
[-16]: {
|
|
2280
|
+
defaultClass: string;
|
|
2281
|
+
conditions: {
|
|
2282
|
+
readonly base: string;
|
|
2283
|
+
readonly sm: string;
|
|
2284
|
+
readonly md: string;
|
|
2285
|
+
readonly lg: string;
|
|
2286
|
+
};
|
|
2287
|
+
};
|
|
2288
|
+
[-24]: {
|
|
2289
|
+
defaultClass: string;
|
|
2290
|
+
conditions: {
|
|
2291
|
+
readonly base: string;
|
|
2292
|
+
readonly sm: string;
|
|
2293
|
+
readonly md: string;
|
|
2294
|
+
readonly lg: string;
|
|
2295
|
+
};
|
|
2296
|
+
};
|
|
2297
|
+
[-32]: {
|
|
2298
|
+
defaultClass: string;
|
|
2299
|
+
conditions: {
|
|
2300
|
+
readonly base: string;
|
|
2301
|
+
readonly sm: string;
|
|
2302
|
+
readonly md: string;
|
|
2303
|
+
readonly lg: string;
|
|
2304
|
+
};
|
|
2305
|
+
};
|
|
2306
|
+
[-48]: {
|
|
2307
|
+
defaultClass: string;
|
|
2308
|
+
conditions: {
|
|
2309
|
+
readonly base: string;
|
|
2310
|
+
readonly sm: string;
|
|
2311
|
+
readonly md: string;
|
|
2312
|
+
readonly lg: string;
|
|
2313
|
+
};
|
|
2314
|
+
};
|
|
2315
|
+
[-64]: {
|
|
2316
|
+
defaultClass: string;
|
|
2317
|
+
conditions: {
|
|
2318
|
+
readonly base: string;
|
|
2319
|
+
readonly sm: string;
|
|
2320
|
+
readonly md: string;
|
|
2321
|
+
readonly lg: string;
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2324
|
+
[-80]: {
|
|
2325
|
+
defaultClass: string;
|
|
2326
|
+
conditions: {
|
|
2327
|
+
readonly base: string;
|
|
2328
|
+
readonly sm: string;
|
|
2329
|
+
readonly md: string;
|
|
2330
|
+
readonly lg: string;
|
|
2331
|
+
};
|
|
2332
|
+
};
|
|
2333
|
+
};
|
|
2334
|
+
};
|
|
2335
|
+
marginRight: {
|
|
2336
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
2337
|
+
length: 3;
|
|
2338
|
+
};
|
|
2339
|
+
values: {
|
|
2340
|
+
sm: {
|
|
2341
|
+
defaultClass: string;
|
|
2342
|
+
conditions: {
|
|
2343
|
+
readonly base: string;
|
|
2344
|
+
readonly sm: string;
|
|
2345
|
+
readonly md: string;
|
|
2346
|
+
readonly lg: string;
|
|
2347
|
+
};
|
|
2348
|
+
};
|
|
2349
|
+
md: {
|
|
2350
|
+
defaultClass: string;
|
|
2351
|
+
conditions: {
|
|
2352
|
+
readonly base: string;
|
|
2353
|
+
readonly sm: string;
|
|
2354
|
+
readonly md: string;
|
|
2355
|
+
readonly lg: string;
|
|
2356
|
+
};
|
|
2357
|
+
};
|
|
2358
|
+
lg: {
|
|
2359
|
+
defaultClass: string;
|
|
2360
|
+
conditions: {
|
|
2361
|
+
readonly base: string;
|
|
2362
|
+
readonly sm: string;
|
|
2363
|
+
readonly md: string;
|
|
2364
|
+
readonly lg: string;
|
|
2365
|
+
};
|
|
2366
|
+
};
|
|
2367
|
+
0: {
|
|
2368
|
+
defaultClass: string;
|
|
2369
|
+
conditions: {
|
|
2370
|
+
readonly base: string;
|
|
2371
|
+
readonly sm: string;
|
|
2372
|
+
readonly md: string;
|
|
2373
|
+
readonly lg: string;
|
|
2374
|
+
};
|
|
2375
|
+
};
|
|
2376
|
+
2: {
|
|
2377
|
+
defaultClass: string;
|
|
2378
|
+
conditions: {
|
|
2379
|
+
readonly base: string;
|
|
2380
|
+
readonly sm: string;
|
|
2381
|
+
readonly md: string;
|
|
2382
|
+
readonly lg: string;
|
|
2383
|
+
};
|
|
2384
|
+
};
|
|
2385
|
+
4: {
|
|
2386
|
+
defaultClass: string;
|
|
2387
|
+
conditions: {
|
|
2388
|
+
readonly base: string;
|
|
2389
|
+
readonly sm: string;
|
|
2390
|
+
readonly md: string;
|
|
2391
|
+
readonly lg: string;
|
|
2392
|
+
};
|
|
2393
|
+
};
|
|
2394
|
+
xs: {
|
|
2395
|
+
defaultClass: string;
|
|
2396
|
+
conditions: {
|
|
2397
|
+
readonly base: string;
|
|
2398
|
+
readonly sm: string;
|
|
2399
|
+
readonly md: string;
|
|
2400
|
+
readonly lg: string;
|
|
2401
|
+
};
|
|
2402
|
+
};
|
|
2403
|
+
xl: {
|
|
2404
|
+
defaultClass: string;
|
|
2405
|
+
conditions: {
|
|
2406
|
+
readonly base: string;
|
|
2407
|
+
readonly sm: string;
|
|
2408
|
+
readonly md: string;
|
|
2409
|
+
readonly lg: string;
|
|
2410
|
+
};
|
|
2411
|
+
};
|
|
2412
|
+
6: {
|
|
2413
|
+
defaultClass: string;
|
|
2414
|
+
conditions: {
|
|
2415
|
+
readonly base: string;
|
|
2416
|
+
readonly sm: string;
|
|
2417
|
+
readonly md: string;
|
|
2418
|
+
readonly lg: string;
|
|
2419
|
+
};
|
|
2420
|
+
};
|
|
2421
|
+
8: {
|
|
2422
|
+
defaultClass: string;
|
|
2423
|
+
conditions: {
|
|
2424
|
+
readonly base: string;
|
|
2425
|
+
readonly sm: string;
|
|
2426
|
+
readonly md: string;
|
|
2427
|
+
readonly lg: string;
|
|
2428
|
+
};
|
|
2429
|
+
};
|
|
2430
|
+
auto: {
|
|
2431
|
+
defaultClass: string;
|
|
2432
|
+
conditions: {
|
|
2433
|
+
readonly base: string;
|
|
2434
|
+
readonly sm: string;
|
|
2435
|
+
readonly md: string;
|
|
2436
|
+
readonly lg: string;
|
|
2437
|
+
};
|
|
2438
|
+
};
|
|
2439
|
+
10: {
|
|
2440
|
+
defaultClass: string;
|
|
2441
|
+
conditions: {
|
|
2442
|
+
readonly base: string;
|
|
2443
|
+
readonly sm: string;
|
|
2444
|
+
readonly md: string;
|
|
2445
|
+
readonly lg: string;
|
|
2446
|
+
};
|
|
2447
|
+
};
|
|
2448
|
+
20: {
|
|
2449
|
+
defaultClass: string;
|
|
2450
|
+
conditions: {
|
|
2451
|
+
readonly base: string;
|
|
2452
|
+
readonly sm: string;
|
|
2453
|
+
readonly md: string;
|
|
2454
|
+
readonly lg: string;
|
|
2455
|
+
};
|
|
2456
|
+
};
|
|
2457
|
+
12: {
|
|
2458
|
+
defaultClass: string;
|
|
2459
|
+
conditions: {
|
|
2460
|
+
readonly base: string;
|
|
2461
|
+
readonly sm: string;
|
|
2462
|
+
readonly md: string;
|
|
2463
|
+
readonly lg: string;
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
16: {
|
|
2467
|
+
defaultClass: string;
|
|
2468
|
+
conditions: {
|
|
2469
|
+
readonly base: string;
|
|
2470
|
+
readonly sm: string;
|
|
2471
|
+
readonly md: string;
|
|
2472
|
+
readonly lg: string;
|
|
2473
|
+
};
|
|
2474
|
+
};
|
|
2475
|
+
24: {
|
|
2476
|
+
defaultClass: string;
|
|
2477
|
+
conditions: {
|
|
2478
|
+
readonly base: string;
|
|
2479
|
+
readonly sm: string;
|
|
2480
|
+
readonly md: string;
|
|
2481
|
+
readonly lg: string;
|
|
2482
|
+
};
|
|
2483
|
+
};
|
|
2484
|
+
32: {
|
|
2485
|
+
defaultClass: string;
|
|
2486
|
+
conditions: {
|
|
2487
|
+
readonly base: string;
|
|
2488
|
+
readonly sm: string;
|
|
2489
|
+
readonly md: string;
|
|
2490
|
+
readonly lg: string;
|
|
2491
|
+
};
|
|
2492
|
+
};
|
|
2493
|
+
48: {
|
|
2494
|
+
defaultClass: string;
|
|
2495
|
+
conditions: {
|
|
2496
|
+
readonly base: string;
|
|
2497
|
+
readonly sm: string;
|
|
2498
|
+
readonly md: string;
|
|
2499
|
+
readonly lg: string;
|
|
2500
|
+
};
|
|
2501
|
+
};
|
|
2502
|
+
64: {
|
|
2503
|
+
defaultClass: string;
|
|
2504
|
+
conditions: {
|
|
2505
|
+
readonly base: string;
|
|
2506
|
+
readonly sm: string;
|
|
2507
|
+
readonly md: string;
|
|
2508
|
+
readonly lg: string;
|
|
2509
|
+
};
|
|
2510
|
+
};
|
|
2511
|
+
80: {
|
|
2512
|
+
defaultClass: string;
|
|
2513
|
+
conditions: {
|
|
2514
|
+
readonly base: string;
|
|
2515
|
+
readonly sm: string;
|
|
2516
|
+
readonly md: string;
|
|
2517
|
+
readonly lg: string;
|
|
2518
|
+
};
|
|
2519
|
+
};
|
|
2520
|
+
"-xs": {
|
|
2521
|
+
defaultClass: string;
|
|
2522
|
+
conditions: {
|
|
2523
|
+
readonly base: string;
|
|
2524
|
+
readonly sm: string;
|
|
2525
|
+
readonly md: string;
|
|
2526
|
+
readonly lg: string;
|
|
2527
|
+
};
|
|
2528
|
+
};
|
|
2529
|
+
"-sm": {
|
|
2530
|
+
defaultClass: string;
|
|
2531
|
+
conditions: {
|
|
2532
|
+
readonly base: string;
|
|
2533
|
+
readonly sm: string;
|
|
2534
|
+
readonly md: string;
|
|
2535
|
+
readonly lg: string;
|
|
2536
|
+
};
|
|
2537
|
+
};
|
|
2538
|
+
"-md": {
|
|
2539
|
+
defaultClass: string;
|
|
2540
|
+
conditions: {
|
|
2541
|
+
readonly base: string;
|
|
2542
|
+
readonly sm: string;
|
|
2543
|
+
readonly md: string;
|
|
2544
|
+
readonly lg: string;
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
"-lg": {
|
|
2548
|
+
defaultClass: string;
|
|
2549
|
+
conditions: {
|
|
2550
|
+
readonly base: string;
|
|
2551
|
+
readonly sm: string;
|
|
2552
|
+
readonly md: string;
|
|
2553
|
+
readonly lg: string;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
"-xl": {
|
|
2557
|
+
defaultClass: string;
|
|
2558
|
+
conditions: {
|
|
2559
|
+
readonly base: string;
|
|
2560
|
+
readonly sm: string;
|
|
2561
|
+
readonly md: string;
|
|
2562
|
+
readonly lg: string;
|
|
2563
|
+
};
|
|
2564
|
+
};
|
|
2565
|
+
[-2]: {
|
|
2566
|
+
defaultClass: string;
|
|
2567
|
+
conditions: {
|
|
2568
|
+
readonly base: string;
|
|
2569
|
+
readonly sm: string;
|
|
2570
|
+
readonly md: string;
|
|
2571
|
+
readonly lg: string;
|
|
2572
|
+
};
|
|
2573
|
+
};
|
|
2574
|
+
[-4]: {
|
|
2575
|
+
defaultClass: string;
|
|
2576
|
+
conditions: {
|
|
2577
|
+
readonly base: string;
|
|
2578
|
+
readonly sm: string;
|
|
2579
|
+
readonly md: string;
|
|
2580
|
+
readonly lg: string;
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2583
|
+
[-6]: {
|
|
2584
|
+
defaultClass: string;
|
|
2585
|
+
conditions: {
|
|
2586
|
+
readonly base: string;
|
|
2587
|
+
readonly sm: string;
|
|
2588
|
+
readonly md: string;
|
|
2589
|
+
readonly lg: string;
|
|
2590
|
+
};
|
|
2591
|
+
};
|
|
2592
|
+
[-8]: {
|
|
2593
|
+
defaultClass: string;
|
|
2594
|
+
conditions: {
|
|
2595
|
+
readonly base: string;
|
|
2596
|
+
readonly sm: string;
|
|
2597
|
+
readonly md: string;
|
|
2598
|
+
readonly lg: string;
|
|
2599
|
+
};
|
|
2600
|
+
};
|
|
2601
|
+
[-10]: {
|
|
2602
|
+
defaultClass: string;
|
|
2603
|
+
conditions: {
|
|
2604
|
+
readonly base: string;
|
|
2605
|
+
readonly sm: string;
|
|
2606
|
+
readonly md: string;
|
|
2607
|
+
readonly lg: string;
|
|
2608
|
+
};
|
|
2609
|
+
};
|
|
2610
|
+
[-12]: {
|
|
2611
|
+
defaultClass: string;
|
|
2612
|
+
conditions: {
|
|
2613
|
+
readonly base: string;
|
|
2614
|
+
readonly sm: string;
|
|
2615
|
+
readonly md: string;
|
|
2616
|
+
readonly lg: string;
|
|
2617
|
+
};
|
|
2618
|
+
};
|
|
2619
|
+
[-16]: {
|
|
2620
|
+
defaultClass: string;
|
|
2621
|
+
conditions: {
|
|
2622
|
+
readonly base: string;
|
|
2623
|
+
readonly sm: string;
|
|
2624
|
+
readonly md: string;
|
|
2625
|
+
readonly lg: string;
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
[-24]: {
|
|
2629
|
+
defaultClass: string;
|
|
2630
|
+
conditions: {
|
|
2631
|
+
readonly base: string;
|
|
2632
|
+
readonly sm: string;
|
|
2633
|
+
readonly md: string;
|
|
2634
|
+
readonly lg: string;
|
|
2635
|
+
};
|
|
2636
|
+
};
|
|
2637
|
+
[-32]: {
|
|
2638
|
+
defaultClass: string;
|
|
2639
|
+
conditions: {
|
|
2640
|
+
readonly base: string;
|
|
2641
|
+
readonly sm: string;
|
|
2642
|
+
readonly md: string;
|
|
2643
|
+
readonly lg: string;
|
|
2644
|
+
};
|
|
2645
|
+
};
|
|
2646
|
+
[-48]: {
|
|
2647
|
+
defaultClass: string;
|
|
2648
|
+
conditions: {
|
|
2649
|
+
readonly base: string;
|
|
2650
|
+
readonly sm: string;
|
|
2651
|
+
readonly md: string;
|
|
2652
|
+
readonly lg: string;
|
|
2653
|
+
};
|
|
2654
|
+
};
|
|
2655
|
+
[-64]: {
|
|
2656
|
+
defaultClass: string;
|
|
2657
|
+
conditions: {
|
|
2658
|
+
readonly base: string;
|
|
2659
|
+
readonly sm: string;
|
|
2660
|
+
readonly md: string;
|
|
2661
|
+
readonly lg: string;
|
|
2662
|
+
};
|
|
2663
|
+
};
|
|
2664
|
+
[-80]: {
|
|
2665
|
+
defaultClass: string;
|
|
2666
|
+
conditions: {
|
|
2667
|
+
readonly base: string;
|
|
2668
|
+
readonly sm: string;
|
|
2669
|
+
readonly md: string;
|
|
2670
|
+
readonly lg: string;
|
|
2671
|
+
};
|
|
2672
|
+
};
|
|
2673
|
+
};
|
|
2674
|
+
};
|
|
2675
|
+
marginTop: {
|
|
2676
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
2677
|
+
length: 3;
|
|
2678
|
+
};
|
|
2679
|
+
values: {
|
|
2680
|
+
sm: {
|
|
2681
|
+
defaultClass: string;
|
|
2682
|
+
conditions: {
|
|
2683
|
+
readonly base: string;
|
|
2684
|
+
readonly sm: string;
|
|
2685
|
+
readonly md: string;
|
|
2686
|
+
readonly lg: string;
|
|
2687
|
+
};
|
|
2688
|
+
};
|
|
2689
|
+
md: {
|
|
2690
|
+
defaultClass: string;
|
|
2691
|
+
conditions: {
|
|
2692
|
+
readonly base: string;
|
|
2693
|
+
readonly sm: string;
|
|
2694
|
+
readonly md: string;
|
|
2695
|
+
readonly lg: string;
|
|
2696
|
+
};
|
|
2697
|
+
};
|
|
2698
|
+
lg: {
|
|
2699
|
+
defaultClass: string;
|
|
2700
|
+
conditions: {
|
|
2701
|
+
readonly base: string;
|
|
2702
|
+
readonly sm: string;
|
|
2703
|
+
readonly md: string;
|
|
2704
|
+
readonly lg: string;
|
|
2705
|
+
};
|
|
2706
|
+
};
|
|
2707
|
+
0: {
|
|
2708
|
+
defaultClass: string;
|
|
2709
|
+
conditions: {
|
|
2710
|
+
readonly base: string;
|
|
2711
|
+
readonly sm: string;
|
|
2712
|
+
readonly md: string;
|
|
2713
|
+
readonly lg: string;
|
|
2714
|
+
};
|
|
2715
|
+
};
|
|
2716
|
+
2: {
|
|
2717
|
+
defaultClass: string;
|
|
2718
|
+
conditions: {
|
|
2719
|
+
readonly base: string;
|
|
2720
|
+
readonly sm: string;
|
|
2721
|
+
readonly md: string;
|
|
2722
|
+
readonly lg: string;
|
|
2723
|
+
};
|
|
2724
|
+
};
|
|
2725
|
+
4: {
|
|
2726
|
+
defaultClass: string;
|
|
2727
|
+
conditions: {
|
|
2728
|
+
readonly base: string;
|
|
2729
|
+
readonly sm: string;
|
|
2730
|
+
readonly md: string;
|
|
2731
|
+
readonly lg: string;
|
|
2732
|
+
};
|
|
2733
|
+
};
|
|
2734
|
+
xs: {
|
|
2735
|
+
defaultClass: string;
|
|
2736
|
+
conditions: {
|
|
2737
|
+
readonly base: string;
|
|
2738
|
+
readonly sm: string;
|
|
2739
|
+
readonly md: string;
|
|
2740
|
+
readonly lg: string;
|
|
2741
|
+
};
|
|
2742
|
+
};
|
|
2743
|
+
xl: {
|
|
2744
|
+
defaultClass: string;
|
|
2745
|
+
conditions: {
|
|
2746
|
+
readonly base: string;
|
|
2747
|
+
readonly sm: string;
|
|
2748
|
+
readonly md: string;
|
|
2749
|
+
readonly lg: string;
|
|
2750
|
+
};
|
|
2751
|
+
};
|
|
2752
|
+
6: {
|
|
2753
|
+
defaultClass: string;
|
|
2754
|
+
conditions: {
|
|
2755
|
+
readonly base: string;
|
|
2756
|
+
readonly sm: string;
|
|
2757
|
+
readonly md: string;
|
|
2758
|
+
readonly lg: string;
|
|
2759
|
+
};
|
|
2760
|
+
};
|
|
2761
|
+
8: {
|
|
2762
|
+
defaultClass: string;
|
|
2763
|
+
conditions: {
|
|
2764
|
+
readonly base: string;
|
|
2765
|
+
readonly sm: string;
|
|
2766
|
+
readonly md: string;
|
|
2767
|
+
readonly lg: string;
|
|
2768
|
+
};
|
|
2769
|
+
};
|
|
2770
|
+
auto: {
|
|
2771
|
+
defaultClass: string;
|
|
2772
|
+
conditions: {
|
|
2773
|
+
readonly base: string;
|
|
2774
|
+
readonly sm: string;
|
|
2775
|
+
readonly md: string;
|
|
2776
|
+
readonly lg: string;
|
|
2777
|
+
};
|
|
2778
|
+
};
|
|
2779
|
+
10: {
|
|
2780
|
+
defaultClass: string;
|
|
2781
|
+
conditions: {
|
|
2782
|
+
readonly base: string;
|
|
2783
|
+
readonly sm: string;
|
|
2784
|
+
readonly md: string;
|
|
2785
|
+
readonly lg: string;
|
|
2786
|
+
};
|
|
2787
|
+
};
|
|
2788
|
+
20: {
|
|
2789
|
+
defaultClass: string;
|
|
2790
|
+
conditions: {
|
|
2791
|
+
readonly base: string;
|
|
2792
|
+
readonly sm: string;
|
|
2793
|
+
readonly md: string;
|
|
2794
|
+
readonly lg: string;
|
|
2795
|
+
};
|
|
2796
|
+
};
|
|
2797
|
+
12: {
|
|
2798
|
+
defaultClass: string;
|
|
2799
|
+
conditions: {
|
|
2800
|
+
readonly base: string;
|
|
2801
|
+
readonly sm: string;
|
|
2802
|
+
readonly md: string;
|
|
2803
|
+
readonly lg: string;
|
|
2804
|
+
};
|
|
2805
|
+
};
|
|
2806
|
+
16: {
|
|
2807
|
+
defaultClass: string;
|
|
2808
|
+
conditions: {
|
|
2809
|
+
readonly base: string;
|
|
2810
|
+
readonly sm: string;
|
|
2811
|
+
readonly md: string;
|
|
2812
|
+
readonly lg: string;
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2815
|
+
24: {
|
|
2816
|
+
defaultClass: string;
|
|
2817
|
+
conditions: {
|
|
2818
|
+
readonly base: string;
|
|
2819
|
+
readonly sm: string;
|
|
2820
|
+
readonly md: string;
|
|
2821
|
+
readonly lg: string;
|
|
2822
|
+
};
|
|
2823
|
+
};
|
|
2824
|
+
32: {
|
|
2825
|
+
defaultClass: string;
|
|
2826
|
+
conditions: {
|
|
2827
|
+
readonly base: string;
|
|
2828
|
+
readonly sm: string;
|
|
2829
|
+
readonly md: string;
|
|
2830
|
+
readonly lg: string;
|
|
2831
|
+
};
|
|
2832
|
+
};
|
|
2833
|
+
48: {
|
|
2834
|
+
defaultClass: string;
|
|
2835
|
+
conditions: {
|
|
2836
|
+
readonly base: string;
|
|
2837
|
+
readonly sm: string;
|
|
2838
|
+
readonly md: string;
|
|
2839
|
+
readonly lg: string;
|
|
2840
|
+
};
|
|
2841
|
+
};
|
|
2842
|
+
64: {
|
|
2843
|
+
defaultClass: string;
|
|
2844
|
+
conditions: {
|
|
2845
|
+
readonly base: string;
|
|
2846
|
+
readonly sm: string;
|
|
2847
|
+
readonly md: string;
|
|
2848
|
+
readonly lg: string;
|
|
2849
|
+
};
|
|
2850
|
+
};
|
|
2851
|
+
80: {
|
|
2852
|
+
defaultClass: string;
|
|
2853
|
+
conditions: {
|
|
2854
|
+
readonly base: string;
|
|
2855
|
+
readonly sm: string;
|
|
2856
|
+
readonly md: string;
|
|
2857
|
+
readonly lg: string;
|
|
2858
|
+
};
|
|
2859
|
+
};
|
|
2860
|
+
"-xs": {
|
|
2861
|
+
defaultClass: string;
|
|
2862
|
+
conditions: {
|
|
2863
|
+
readonly base: string;
|
|
2864
|
+
readonly sm: string;
|
|
2865
|
+
readonly md: string;
|
|
2866
|
+
readonly lg: string;
|
|
2867
|
+
};
|
|
2868
|
+
};
|
|
2869
|
+
"-sm": {
|
|
2870
|
+
defaultClass: string;
|
|
2871
|
+
conditions: {
|
|
2872
|
+
readonly base: string;
|
|
2873
|
+
readonly sm: string;
|
|
2874
|
+
readonly md: string;
|
|
2875
|
+
readonly lg: string;
|
|
2876
|
+
};
|
|
2877
|
+
};
|
|
2878
|
+
"-md": {
|
|
2879
|
+
defaultClass: string;
|
|
2880
|
+
conditions: {
|
|
2881
|
+
readonly base: string;
|
|
2882
|
+
readonly sm: string;
|
|
2883
|
+
readonly md: string;
|
|
2884
|
+
readonly lg: string;
|
|
2885
|
+
};
|
|
2886
|
+
};
|
|
2887
|
+
"-lg": {
|
|
2888
|
+
defaultClass: string;
|
|
2889
|
+
conditions: {
|
|
2890
|
+
readonly base: string;
|
|
2891
|
+
readonly sm: string;
|
|
2892
|
+
readonly md: string;
|
|
2893
|
+
readonly lg: string;
|
|
2894
|
+
};
|
|
2895
|
+
};
|
|
2896
|
+
"-xl": {
|
|
2897
|
+
defaultClass: string;
|
|
2898
|
+
conditions: {
|
|
2899
|
+
readonly base: string;
|
|
2900
|
+
readonly sm: string;
|
|
2901
|
+
readonly md: string;
|
|
2902
|
+
readonly lg: string;
|
|
2903
|
+
};
|
|
2904
|
+
};
|
|
2905
|
+
[-2]: {
|
|
2906
|
+
defaultClass: string;
|
|
2907
|
+
conditions: {
|
|
2908
|
+
readonly base: string;
|
|
2909
|
+
readonly sm: string;
|
|
2910
|
+
readonly md: string;
|
|
2911
|
+
readonly lg: string;
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
[-4]: {
|
|
2915
|
+
defaultClass: string;
|
|
2916
|
+
conditions: {
|
|
2917
|
+
readonly base: string;
|
|
2918
|
+
readonly sm: string;
|
|
2919
|
+
readonly md: string;
|
|
2920
|
+
readonly lg: string;
|
|
2921
|
+
};
|
|
2922
|
+
};
|
|
2923
|
+
[-6]: {
|
|
2924
|
+
defaultClass: string;
|
|
2925
|
+
conditions: {
|
|
2926
|
+
readonly base: string;
|
|
2927
|
+
readonly sm: string;
|
|
2928
|
+
readonly md: string;
|
|
2929
|
+
readonly lg: string;
|
|
2930
|
+
};
|
|
2931
|
+
};
|
|
2932
|
+
[-8]: {
|
|
2933
|
+
defaultClass: string;
|
|
2934
|
+
conditions: {
|
|
2935
|
+
readonly base: string;
|
|
2936
|
+
readonly sm: string;
|
|
2937
|
+
readonly md: string;
|
|
2938
|
+
readonly lg: string;
|
|
2939
|
+
};
|
|
2940
|
+
};
|
|
2941
|
+
[-10]: {
|
|
2942
|
+
defaultClass: string;
|
|
2943
|
+
conditions: {
|
|
2944
|
+
readonly base: string;
|
|
2945
|
+
readonly sm: string;
|
|
2946
|
+
readonly md: string;
|
|
2947
|
+
readonly lg: string;
|
|
2948
|
+
};
|
|
2949
|
+
};
|
|
2950
|
+
[-12]: {
|
|
2951
|
+
defaultClass: string;
|
|
2952
|
+
conditions: {
|
|
2953
|
+
readonly base: string;
|
|
2954
|
+
readonly sm: string;
|
|
2955
|
+
readonly md: string;
|
|
2956
|
+
readonly lg: string;
|
|
2957
|
+
};
|
|
2958
|
+
};
|
|
2959
|
+
[-16]: {
|
|
2960
|
+
defaultClass: string;
|
|
2961
|
+
conditions: {
|
|
2962
|
+
readonly base: string;
|
|
2963
|
+
readonly sm: string;
|
|
2964
|
+
readonly md: string;
|
|
2965
|
+
readonly lg: string;
|
|
2966
|
+
};
|
|
2967
|
+
};
|
|
2968
|
+
[-24]: {
|
|
2969
|
+
defaultClass: string;
|
|
2970
|
+
conditions: {
|
|
2971
|
+
readonly base: string;
|
|
2972
|
+
readonly sm: string;
|
|
2973
|
+
readonly md: string;
|
|
2974
|
+
readonly lg: string;
|
|
2975
|
+
};
|
|
2976
|
+
};
|
|
2977
|
+
[-32]: {
|
|
2978
|
+
defaultClass: string;
|
|
2979
|
+
conditions: {
|
|
2980
|
+
readonly base: string;
|
|
2981
|
+
readonly sm: string;
|
|
2982
|
+
readonly md: string;
|
|
2983
|
+
readonly lg: string;
|
|
2984
|
+
};
|
|
2985
|
+
};
|
|
2986
|
+
[-48]: {
|
|
2987
|
+
defaultClass: string;
|
|
2988
|
+
conditions: {
|
|
2989
|
+
readonly base: string;
|
|
2990
|
+
readonly sm: string;
|
|
2991
|
+
readonly md: string;
|
|
2992
|
+
readonly lg: string;
|
|
2993
|
+
};
|
|
2994
|
+
};
|
|
2995
|
+
[-64]: {
|
|
2996
|
+
defaultClass: string;
|
|
2997
|
+
conditions: {
|
|
2998
|
+
readonly base: string;
|
|
2999
|
+
readonly sm: string;
|
|
3000
|
+
readonly md: string;
|
|
3001
|
+
readonly lg: string;
|
|
3002
|
+
};
|
|
3003
|
+
};
|
|
3004
|
+
[-80]: {
|
|
3005
|
+
defaultClass: string;
|
|
3006
|
+
conditions: {
|
|
3007
|
+
readonly base: string;
|
|
3008
|
+
readonly sm: string;
|
|
3009
|
+
readonly md: string;
|
|
3010
|
+
readonly lg: string;
|
|
3011
|
+
};
|
|
3012
|
+
};
|
|
3013
|
+
};
|
|
3014
|
+
};
|
|
3015
|
+
maxHeight: {
|
|
3016
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3017
|
+
length: 3;
|
|
3018
|
+
};
|
|
3019
|
+
values: {
|
|
3020
|
+
sm: {
|
|
3021
|
+
defaultClass: string;
|
|
3022
|
+
conditions: {
|
|
3023
|
+
readonly base: string;
|
|
3024
|
+
readonly sm: string;
|
|
3025
|
+
readonly md: string;
|
|
3026
|
+
readonly lg: string;
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
3029
|
+
md: {
|
|
3030
|
+
defaultClass: string;
|
|
3031
|
+
conditions: {
|
|
3032
|
+
readonly base: string;
|
|
3033
|
+
readonly sm: string;
|
|
3034
|
+
readonly md: string;
|
|
3035
|
+
readonly lg: string;
|
|
3036
|
+
};
|
|
3037
|
+
};
|
|
3038
|
+
lg: {
|
|
3039
|
+
defaultClass: string;
|
|
3040
|
+
conditions: {
|
|
3041
|
+
readonly base: string;
|
|
3042
|
+
readonly sm: string;
|
|
3043
|
+
readonly md: string;
|
|
3044
|
+
readonly lg: string;
|
|
3045
|
+
};
|
|
3046
|
+
};
|
|
3047
|
+
xs: {
|
|
3048
|
+
defaultClass: string;
|
|
3049
|
+
conditions: {
|
|
3050
|
+
readonly base: string;
|
|
3051
|
+
readonly sm: string;
|
|
3052
|
+
readonly md: string;
|
|
3053
|
+
readonly lg: string;
|
|
3054
|
+
};
|
|
3055
|
+
};
|
|
3056
|
+
xl: {
|
|
3057
|
+
defaultClass: string;
|
|
3058
|
+
conditions: {
|
|
3059
|
+
readonly base: string;
|
|
3060
|
+
readonly sm: string;
|
|
3061
|
+
readonly md: string;
|
|
3062
|
+
readonly lg: string;
|
|
3063
|
+
};
|
|
3064
|
+
};
|
|
3065
|
+
full: {
|
|
3066
|
+
defaultClass: string;
|
|
3067
|
+
conditions: {
|
|
3068
|
+
readonly base: string;
|
|
3069
|
+
readonly sm: string;
|
|
3070
|
+
readonly md: string;
|
|
3071
|
+
readonly lg: string;
|
|
3072
|
+
};
|
|
3073
|
+
};
|
|
3074
|
+
"2xl": {
|
|
3075
|
+
defaultClass: string;
|
|
3076
|
+
conditions: {
|
|
3077
|
+
readonly base: string;
|
|
3078
|
+
readonly sm: string;
|
|
3079
|
+
readonly md: string;
|
|
3080
|
+
readonly lg: string;
|
|
3081
|
+
};
|
|
3082
|
+
};
|
|
3083
|
+
};
|
|
3084
|
+
};
|
|
3085
|
+
maxWidth: {
|
|
3086
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3087
|
+
length: 3;
|
|
3088
|
+
};
|
|
3089
|
+
values: {
|
|
3090
|
+
sm: {
|
|
3091
|
+
defaultClass: string;
|
|
3092
|
+
conditions: {
|
|
3093
|
+
readonly base: string;
|
|
3094
|
+
readonly sm: string;
|
|
3095
|
+
readonly md: string;
|
|
3096
|
+
readonly lg: string;
|
|
3097
|
+
};
|
|
3098
|
+
};
|
|
3099
|
+
md: {
|
|
3100
|
+
defaultClass: string;
|
|
3101
|
+
conditions: {
|
|
3102
|
+
readonly base: string;
|
|
3103
|
+
readonly sm: string;
|
|
3104
|
+
readonly md: string;
|
|
3105
|
+
readonly lg: string;
|
|
3106
|
+
};
|
|
3107
|
+
};
|
|
3108
|
+
lg: {
|
|
3109
|
+
defaultClass: string;
|
|
3110
|
+
conditions: {
|
|
3111
|
+
readonly base: string;
|
|
3112
|
+
readonly sm: string;
|
|
3113
|
+
readonly md: string;
|
|
3114
|
+
readonly lg: string;
|
|
3115
|
+
};
|
|
3116
|
+
};
|
|
3117
|
+
xs: {
|
|
3118
|
+
defaultClass: string;
|
|
3119
|
+
conditions: {
|
|
3120
|
+
readonly base: string;
|
|
3121
|
+
readonly sm: string;
|
|
3122
|
+
readonly md: string;
|
|
3123
|
+
readonly lg: string;
|
|
3124
|
+
};
|
|
3125
|
+
};
|
|
3126
|
+
xl: {
|
|
3127
|
+
defaultClass: string;
|
|
3128
|
+
conditions: {
|
|
3129
|
+
readonly base: string;
|
|
3130
|
+
readonly sm: string;
|
|
3131
|
+
readonly md: string;
|
|
3132
|
+
readonly lg: string;
|
|
3133
|
+
};
|
|
3134
|
+
};
|
|
3135
|
+
full: {
|
|
3136
|
+
defaultClass: string;
|
|
3137
|
+
conditions: {
|
|
3138
|
+
readonly base: string;
|
|
3139
|
+
readonly sm: string;
|
|
3140
|
+
readonly md: string;
|
|
3141
|
+
readonly lg: string;
|
|
3142
|
+
};
|
|
3143
|
+
};
|
|
3144
|
+
"2xl": {
|
|
3145
|
+
defaultClass: string;
|
|
3146
|
+
conditions: {
|
|
3147
|
+
readonly base: string;
|
|
3148
|
+
readonly sm: string;
|
|
3149
|
+
readonly md: string;
|
|
3150
|
+
readonly lg: string;
|
|
3151
|
+
};
|
|
3152
|
+
};
|
|
3153
|
+
};
|
|
3154
|
+
};
|
|
3155
|
+
paddingBottom: {
|
|
3156
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3157
|
+
length: 3;
|
|
3158
|
+
};
|
|
3159
|
+
values: {
|
|
3160
|
+
sm: {
|
|
3161
|
+
defaultClass: string;
|
|
3162
|
+
conditions: {
|
|
3163
|
+
readonly base: string;
|
|
3164
|
+
readonly sm: string;
|
|
3165
|
+
readonly md: string;
|
|
3166
|
+
readonly lg: string;
|
|
3167
|
+
};
|
|
3168
|
+
};
|
|
3169
|
+
md: {
|
|
3170
|
+
defaultClass: string;
|
|
3171
|
+
conditions: {
|
|
3172
|
+
readonly base: string;
|
|
3173
|
+
readonly sm: string;
|
|
3174
|
+
readonly md: string;
|
|
3175
|
+
readonly lg: string;
|
|
3176
|
+
};
|
|
3177
|
+
};
|
|
3178
|
+
lg: {
|
|
3179
|
+
defaultClass: string;
|
|
3180
|
+
conditions: {
|
|
3181
|
+
readonly base: string;
|
|
3182
|
+
readonly sm: string;
|
|
3183
|
+
readonly md: string;
|
|
3184
|
+
readonly lg: string;
|
|
3185
|
+
};
|
|
3186
|
+
};
|
|
3187
|
+
0: {
|
|
3188
|
+
defaultClass: string;
|
|
3189
|
+
conditions: {
|
|
3190
|
+
readonly base: string;
|
|
3191
|
+
readonly sm: string;
|
|
3192
|
+
readonly md: string;
|
|
3193
|
+
readonly lg: string;
|
|
3194
|
+
};
|
|
3195
|
+
};
|
|
3196
|
+
2: {
|
|
3197
|
+
defaultClass: string;
|
|
3198
|
+
conditions: {
|
|
3199
|
+
readonly base: string;
|
|
3200
|
+
readonly sm: string;
|
|
3201
|
+
readonly md: string;
|
|
3202
|
+
readonly lg: string;
|
|
3203
|
+
};
|
|
3204
|
+
};
|
|
3205
|
+
4: {
|
|
3206
|
+
defaultClass: string;
|
|
3207
|
+
conditions: {
|
|
3208
|
+
readonly base: string;
|
|
3209
|
+
readonly sm: string;
|
|
3210
|
+
readonly md: string;
|
|
3211
|
+
readonly lg: string;
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3214
|
+
xs: {
|
|
3215
|
+
defaultClass: string;
|
|
3216
|
+
conditions: {
|
|
3217
|
+
readonly base: string;
|
|
3218
|
+
readonly sm: string;
|
|
3219
|
+
readonly md: string;
|
|
3220
|
+
readonly lg: string;
|
|
3221
|
+
};
|
|
3222
|
+
};
|
|
3223
|
+
xl: {
|
|
3224
|
+
defaultClass: string;
|
|
3225
|
+
conditions: {
|
|
3226
|
+
readonly base: string;
|
|
3227
|
+
readonly sm: string;
|
|
3228
|
+
readonly md: string;
|
|
3229
|
+
readonly lg: string;
|
|
3230
|
+
};
|
|
3231
|
+
};
|
|
3232
|
+
6: {
|
|
3233
|
+
defaultClass: string;
|
|
3234
|
+
conditions: {
|
|
3235
|
+
readonly base: string;
|
|
3236
|
+
readonly sm: string;
|
|
3237
|
+
readonly md: string;
|
|
3238
|
+
readonly lg: string;
|
|
3239
|
+
};
|
|
3240
|
+
};
|
|
3241
|
+
8: {
|
|
3242
|
+
defaultClass: string;
|
|
3243
|
+
conditions: {
|
|
3244
|
+
readonly base: string;
|
|
3245
|
+
readonly sm: string;
|
|
3246
|
+
readonly md: string;
|
|
3247
|
+
readonly lg: string;
|
|
3248
|
+
};
|
|
3249
|
+
};
|
|
3250
|
+
10: {
|
|
3251
|
+
defaultClass: string;
|
|
3252
|
+
conditions: {
|
|
3253
|
+
readonly base: string;
|
|
3254
|
+
readonly sm: string;
|
|
3255
|
+
readonly md: string;
|
|
3256
|
+
readonly lg: string;
|
|
3257
|
+
};
|
|
3258
|
+
};
|
|
3259
|
+
20: {
|
|
3260
|
+
defaultClass: string;
|
|
3261
|
+
conditions: {
|
|
3262
|
+
readonly base: string;
|
|
3263
|
+
readonly sm: string;
|
|
3264
|
+
readonly md: string;
|
|
3265
|
+
readonly lg: string;
|
|
3266
|
+
};
|
|
3267
|
+
};
|
|
3268
|
+
12: {
|
|
3269
|
+
defaultClass: string;
|
|
3270
|
+
conditions: {
|
|
3271
|
+
readonly base: string;
|
|
3272
|
+
readonly sm: string;
|
|
3273
|
+
readonly md: string;
|
|
3274
|
+
readonly lg: string;
|
|
3275
|
+
};
|
|
3276
|
+
};
|
|
3277
|
+
16: {
|
|
3278
|
+
defaultClass: string;
|
|
3279
|
+
conditions: {
|
|
3280
|
+
readonly base: string;
|
|
3281
|
+
readonly sm: string;
|
|
3282
|
+
readonly md: string;
|
|
3283
|
+
readonly lg: string;
|
|
3284
|
+
};
|
|
3285
|
+
};
|
|
3286
|
+
24: {
|
|
3287
|
+
defaultClass: string;
|
|
3288
|
+
conditions: {
|
|
3289
|
+
readonly base: string;
|
|
3290
|
+
readonly sm: string;
|
|
3291
|
+
readonly md: string;
|
|
3292
|
+
readonly lg: string;
|
|
3293
|
+
};
|
|
3294
|
+
};
|
|
3295
|
+
32: {
|
|
3296
|
+
defaultClass: string;
|
|
3297
|
+
conditions: {
|
|
3298
|
+
readonly base: string;
|
|
3299
|
+
readonly sm: string;
|
|
3300
|
+
readonly md: string;
|
|
3301
|
+
readonly lg: string;
|
|
3302
|
+
};
|
|
3303
|
+
};
|
|
3304
|
+
48: {
|
|
3305
|
+
defaultClass: string;
|
|
3306
|
+
conditions: {
|
|
3307
|
+
readonly base: string;
|
|
3308
|
+
readonly sm: string;
|
|
3309
|
+
readonly md: string;
|
|
3310
|
+
readonly lg: string;
|
|
3311
|
+
};
|
|
3312
|
+
};
|
|
3313
|
+
64: {
|
|
3314
|
+
defaultClass: string;
|
|
3315
|
+
conditions: {
|
|
3316
|
+
readonly base: string;
|
|
3317
|
+
readonly sm: string;
|
|
3318
|
+
readonly md: string;
|
|
3319
|
+
readonly lg: string;
|
|
3320
|
+
};
|
|
3321
|
+
};
|
|
3322
|
+
80: {
|
|
3323
|
+
defaultClass: string;
|
|
3324
|
+
conditions: {
|
|
3325
|
+
readonly base: string;
|
|
3326
|
+
readonly sm: string;
|
|
3327
|
+
readonly md: string;
|
|
3328
|
+
readonly lg: string;
|
|
3329
|
+
};
|
|
3330
|
+
};
|
|
3331
|
+
};
|
|
3332
|
+
};
|
|
3333
|
+
paddingLeft: {
|
|
3334
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3335
|
+
length: 3;
|
|
3336
|
+
};
|
|
3337
|
+
values: {
|
|
3338
|
+
sm: {
|
|
3339
|
+
defaultClass: string;
|
|
3340
|
+
conditions: {
|
|
3341
|
+
readonly base: string;
|
|
3342
|
+
readonly sm: string;
|
|
3343
|
+
readonly md: string;
|
|
3344
|
+
readonly lg: string;
|
|
3345
|
+
};
|
|
3346
|
+
};
|
|
3347
|
+
md: {
|
|
3348
|
+
defaultClass: string;
|
|
3349
|
+
conditions: {
|
|
3350
|
+
readonly base: string;
|
|
3351
|
+
readonly sm: string;
|
|
3352
|
+
readonly md: string;
|
|
3353
|
+
readonly lg: string;
|
|
3354
|
+
};
|
|
3355
|
+
};
|
|
3356
|
+
lg: {
|
|
3357
|
+
defaultClass: string;
|
|
3358
|
+
conditions: {
|
|
3359
|
+
readonly base: string;
|
|
3360
|
+
readonly sm: string;
|
|
3361
|
+
readonly md: string;
|
|
3362
|
+
readonly lg: string;
|
|
3363
|
+
};
|
|
3364
|
+
};
|
|
3365
|
+
0: {
|
|
3366
|
+
defaultClass: string;
|
|
3367
|
+
conditions: {
|
|
3368
|
+
readonly base: string;
|
|
3369
|
+
readonly sm: string;
|
|
3370
|
+
readonly md: string;
|
|
3371
|
+
readonly lg: string;
|
|
3372
|
+
};
|
|
3373
|
+
};
|
|
3374
|
+
2: {
|
|
3375
|
+
defaultClass: string;
|
|
3376
|
+
conditions: {
|
|
3377
|
+
readonly base: string;
|
|
3378
|
+
readonly sm: string;
|
|
3379
|
+
readonly md: string;
|
|
3380
|
+
readonly lg: string;
|
|
3381
|
+
};
|
|
3382
|
+
};
|
|
3383
|
+
4: {
|
|
3384
|
+
defaultClass: string;
|
|
3385
|
+
conditions: {
|
|
3386
|
+
readonly base: string;
|
|
3387
|
+
readonly sm: string;
|
|
3388
|
+
readonly md: string;
|
|
3389
|
+
readonly lg: string;
|
|
3390
|
+
};
|
|
3391
|
+
};
|
|
3392
|
+
xs: {
|
|
3393
|
+
defaultClass: string;
|
|
3394
|
+
conditions: {
|
|
3395
|
+
readonly base: string;
|
|
3396
|
+
readonly sm: string;
|
|
3397
|
+
readonly md: string;
|
|
3398
|
+
readonly lg: string;
|
|
3399
|
+
};
|
|
3400
|
+
};
|
|
3401
|
+
xl: {
|
|
3402
|
+
defaultClass: string;
|
|
3403
|
+
conditions: {
|
|
3404
|
+
readonly base: string;
|
|
3405
|
+
readonly sm: string;
|
|
3406
|
+
readonly md: string;
|
|
3407
|
+
readonly lg: string;
|
|
3408
|
+
};
|
|
3409
|
+
};
|
|
3410
|
+
6: {
|
|
3411
|
+
defaultClass: string;
|
|
3412
|
+
conditions: {
|
|
3413
|
+
readonly base: string;
|
|
3414
|
+
readonly sm: string;
|
|
3415
|
+
readonly md: string;
|
|
3416
|
+
readonly lg: string;
|
|
3417
|
+
};
|
|
3418
|
+
};
|
|
3419
|
+
8: {
|
|
3420
|
+
defaultClass: string;
|
|
3421
|
+
conditions: {
|
|
3422
|
+
readonly base: string;
|
|
3423
|
+
readonly sm: string;
|
|
3424
|
+
readonly md: string;
|
|
3425
|
+
readonly lg: string;
|
|
3426
|
+
};
|
|
3427
|
+
};
|
|
3428
|
+
10: {
|
|
3429
|
+
defaultClass: string;
|
|
3430
|
+
conditions: {
|
|
3431
|
+
readonly base: string;
|
|
3432
|
+
readonly sm: string;
|
|
3433
|
+
readonly md: string;
|
|
3434
|
+
readonly lg: string;
|
|
3435
|
+
};
|
|
3436
|
+
};
|
|
3437
|
+
20: {
|
|
3438
|
+
defaultClass: string;
|
|
3439
|
+
conditions: {
|
|
3440
|
+
readonly base: string;
|
|
3441
|
+
readonly sm: string;
|
|
3442
|
+
readonly md: string;
|
|
3443
|
+
readonly lg: string;
|
|
3444
|
+
};
|
|
3445
|
+
};
|
|
3446
|
+
12: {
|
|
3447
|
+
defaultClass: string;
|
|
3448
|
+
conditions: {
|
|
3449
|
+
readonly base: string;
|
|
3450
|
+
readonly sm: string;
|
|
3451
|
+
readonly md: string;
|
|
3452
|
+
readonly lg: string;
|
|
3453
|
+
};
|
|
3454
|
+
};
|
|
3455
|
+
16: {
|
|
3456
|
+
defaultClass: string;
|
|
3457
|
+
conditions: {
|
|
3458
|
+
readonly base: string;
|
|
3459
|
+
readonly sm: string;
|
|
3460
|
+
readonly md: string;
|
|
3461
|
+
readonly lg: string;
|
|
3462
|
+
};
|
|
3463
|
+
};
|
|
3464
|
+
24: {
|
|
3465
|
+
defaultClass: string;
|
|
3466
|
+
conditions: {
|
|
3467
|
+
readonly base: string;
|
|
3468
|
+
readonly sm: string;
|
|
3469
|
+
readonly md: string;
|
|
3470
|
+
readonly lg: string;
|
|
3471
|
+
};
|
|
3472
|
+
};
|
|
3473
|
+
32: {
|
|
3474
|
+
defaultClass: string;
|
|
3475
|
+
conditions: {
|
|
3476
|
+
readonly base: string;
|
|
3477
|
+
readonly sm: string;
|
|
3478
|
+
readonly md: string;
|
|
3479
|
+
readonly lg: string;
|
|
3480
|
+
};
|
|
3481
|
+
};
|
|
3482
|
+
48: {
|
|
3483
|
+
defaultClass: string;
|
|
3484
|
+
conditions: {
|
|
3485
|
+
readonly base: string;
|
|
3486
|
+
readonly sm: string;
|
|
3487
|
+
readonly md: string;
|
|
3488
|
+
readonly lg: string;
|
|
3489
|
+
};
|
|
3490
|
+
};
|
|
3491
|
+
64: {
|
|
3492
|
+
defaultClass: string;
|
|
3493
|
+
conditions: {
|
|
3494
|
+
readonly base: string;
|
|
3495
|
+
readonly sm: string;
|
|
3496
|
+
readonly md: string;
|
|
3497
|
+
readonly lg: string;
|
|
3498
|
+
};
|
|
3499
|
+
};
|
|
3500
|
+
80: {
|
|
3501
|
+
defaultClass: string;
|
|
3502
|
+
conditions: {
|
|
3503
|
+
readonly base: string;
|
|
3504
|
+
readonly sm: string;
|
|
3505
|
+
readonly md: string;
|
|
3506
|
+
readonly lg: string;
|
|
3507
|
+
};
|
|
3508
|
+
};
|
|
3509
|
+
};
|
|
3510
|
+
};
|
|
3511
|
+
paddingRight: {
|
|
3512
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3513
|
+
length: 3;
|
|
3514
|
+
};
|
|
3515
|
+
values: {
|
|
3516
|
+
sm: {
|
|
3517
|
+
defaultClass: string;
|
|
3518
|
+
conditions: {
|
|
3519
|
+
readonly base: string;
|
|
3520
|
+
readonly sm: string;
|
|
3521
|
+
readonly md: string;
|
|
3522
|
+
readonly lg: string;
|
|
3523
|
+
};
|
|
3524
|
+
};
|
|
3525
|
+
md: {
|
|
3526
|
+
defaultClass: string;
|
|
3527
|
+
conditions: {
|
|
3528
|
+
readonly base: string;
|
|
3529
|
+
readonly sm: string;
|
|
3530
|
+
readonly md: string;
|
|
3531
|
+
readonly lg: string;
|
|
3532
|
+
};
|
|
3533
|
+
};
|
|
3534
|
+
lg: {
|
|
3535
|
+
defaultClass: string;
|
|
3536
|
+
conditions: {
|
|
3537
|
+
readonly base: string;
|
|
3538
|
+
readonly sm: string;
|
|
3539
|
+
readonly md: string;
|
|
3540
|
+
readonly lg: string;
|
|
3541
|
+
};
|
|
3542
|
+
};
|
|
3543
|
+
0: {
|
|
3544
|
+
defaultClass: string;
|
|
3545
|
+
conditions: {
|
|
3546
|
+
readonly base: string;
|
|
3547
|
+
readonly sm: string;
|
|
3548
|
+
readonly md: string;
|
|
3549
|
+
readonly lg: string;
|
|
3550
|
+
};
|
|
3551
|
+
};
|
|
3552
|
+
2: {
|
|
3553
|
+
defaultClass: string;
|
|
3554
|
+
conditions: {
|
|
3555
|
+
readonly base: string;
|
|
3556
|
+
readonly sm: string;
|
|
3557
|
+
readonly md: string;
|
|
3558
|
+
readonly lg: string;
|
|
3559
|
+
};
|
|
3560
|
+
};
|
|
3561
|
+
4: {
|
|
3562
|
+
defaultClass: string;
|
|
3563
|
+
conditions: {
|
|
3564
|
+
readonly base: string;
|
|
3565
|
+
readonly sm: string;
|
|
3566
|
+
readonly md: string;
|
|
3567
|
+
readonly lg: string;
|
|
3568
|
+
};
|
|
3569
|
+
};
|
|
3570
|
+
xs: {
|
|
3571
|
+
defaultClass: string;
|
|
3572
|
+
conditions: {
|
|
3573
|
+
readonly base: string;
|
|
3574
|
+
readonly sm: string;
|
|
3575
|
+
readonly md: string;
|
|
3576
|
+
readonly lg: string;
|
|
3577
|
+
};
|
|
3578
|
+
};
|
|
3579
|
+
xl: {
|
|
3580
|
+
defaultClass: string;
|
|
3581
|
+
conditions: {
|
|
3582
|
+
readonly base: string;
|
|
3583
|
+
readonly sm: string;
|
|
3584
|
+
readonly md: string;
|
|
3585
|
+
readonly lg: string;
|
|
3586
|
+
};
|
|
3587
|
+
};
|
|
3588
|
+
6: {
|
|
3589
|
+
defaultClass: string;
|
|
3590
|
+
conditions: {
|
|
3591
|
+
readonly base: string;
|
|
3592
|
+
readonly sm: string;
|
|
3593
|
+
readonly md: string;
|
|
3594
|
+
readonly lg: string;
|
|
3595
|
+
};
|
|
3596
|
+
};
|
|
3597
|
+
8: {
|
|
3598
|
+
defaultClass: string;
|
|
3599
|
+
conditions: {
|
|
3600
|
+
readonly base: string;
|
|
3601
|
+
readonly sm: string;
|
|
3602
|
+
readonly md: string;
|
|
3603
|
+
readonly lg: string;
|
|
3604
|
+
};
|
|
3605
|
+
};
|
|
3606
|
+
10: {
|
|
3607
|
+
defaultClass: string;
|
|
3608
|
+
conditions: {
|
|
3609
|
+
readonly base: string;
|
|
3610
|
+
readonly sm: string;
|
|
3611
|
+
readonly md: string;
|
|
3612
|
+
readonly lg: string;
|
|
3613
|
+
};
|
|
3614
|
+
};
|
|
3615
|
+
20: {
|
|
3616
|
+
defaultClass: string;
|
|
3617
|
+
conditions: {
|
|
3618
|
+
readonly base: string;
|
|
3619
|
+
readonly sm: string;
|
|
3620
|
+
readonly md: string;
|
|
3621
|
+
readonly lg: string;
|
|
3622
|
+
};
|
|
3623
|
+
};
|
|
3624
|
+
12: {
|
|
3625
|
+
defaultClass: string;
|
|
3626
|
+
conditions: {
|
|
3627
|
+
readonly base: string;
|
|
3628
|
+
readonly sm: string;
|
|
3629
|
+
readonly md: string;
|
|
3630
|
+
readonly lg: string;
|
|
3631
|
+
};
|
|
3632
|
+
};
|
|
3633
|
+
16: {
|
|
3634
|
+
defaultClass: string;
|
|
3635
|
+
conditions: {
|
|
3636
|
+
readonly base: string;
|
|
3637
|
+
readonly sm: string;
|
|
3638
|
+
readonly md: string;
|
|
3639
|
+
readonly lg: string;
|
|
3640
|
+
};
|
|
3641
|
+
};
|
|
3642
|
+
24: {
|
|
3643
|
+
defaultClass: string;
|
|
3644
|
+
conditions: {
|
|
3645
|
+
readonly base: string;
|
|
3646
|
+
readonly sm: string;
|
|
3647
|
+
readonly md: string;
|
|
3648
|
+
readonly lg: string;
|
|
3649
|
+
};
|
|
3650
|
+
};
|
|
3651
|
+
32: {
|
|
3652
|
+
defaultClass: string;
|
|
3653
|
+
conditions: {
|
|
3654
|
+
readonly base: string;
|
|
3655
|
+
readonly sm: string;
|
|
3656
|
+
readonly md: string;
|
|
3657
|
+
readonly lg: string;
|
|
3658
|
+
};
|
|
3659
|
+
};
|
|
3660
|
+
48: {
|
|
3661
|
+
defaultClass: string;
|
|
3662
|
+
conditions: {
|
|
3663
|
+
readonly base: string;
|
|
3664
|
+
readonly sm: string;
|
|
3665
|
+
readonly md: string;
|
|
3666
|
+
readonly lg: string;
|
|
3667
|
+
};
|
|
3668
|
+
};
|
|
3669
|
+
64: {
|
|
3670
|
+
defaultClass: string;
|
|
3671
|
+
conditions: {
|
|
3672
|
+
readonly base: string;
|
|
3673
|
+
readonly sm: string;
|
|
3674
|
+
readonly md: string;
|
|
3675
|
+
readonly lg: string;
|
|
3676
|
+
};
|
|
3677
|
+
};
|
|
3678
|
+
80: {
|
|
3679
|
+
defaultClass: string;
|
|
3680
|
+
conditions: {
|
|
3681
|
+
readonly base: string;
|
|
3682
|
+
readonly sm: string;
|
|
3683
|
+
readonly md: string;
|
|
3684
|
+
readonly lg: string;
|
|
3685
|
+
};
|
|
3686
|
+
};
|
|
3687
|
+
};
|
|
3688
|
+
};
|
|
3689
|
+
paddingTop: {
|
|
3690
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3691
|
+
length: 3;
|
|
3692
|
+
};
|
|
3693
|
+
values: {
|
|
3694
|
+
sm: {
|
|
3695
|
+
defaultClass: string;
|
|
3696
|
+
conditions: {
|
|
3697
|
+
readonly base: string;
|
|
3698
|
+
readonly sm: string;
|
|
3699
|
+
readonly md: string;
|
|
3700
|
+
readonly lg: string;
|
|
3701
|
+
};
|
|
3702
|
+
};
|
|
3703
|
+
md: {
|
|
3704
|
+
defaultClass: string;
|
|
3705
|
+
conditions: {
|
|
3706
|
+
readonly base: string;
|
|
3707
|
+
readonly sm: string;
|
|
3708
|
+
readonly md: string;
|
|
3709
|
+
readonly lg: string;
|
|
3710
|
+
};
|
|
3711
|
+
};
|
|
3712
|
+
lg: {
|
|
3713
|
+
defaultClass: string;
|
|
3714
|
+
conditions: {
|
|
3715
|
+
readonly base: string;
|
|
3716
|
+
readonly sm: string;
|
|
3717
|
+
readonly md: string;
|
|
3718
|
+
readonly lg: string;
|
|
3719
|
+
};
|
|
3720
|
+
};
|
|
3721
|
+
0: {
|
|
3722
|
+
defaultClass: string;
|
|
3723
|
+
conditions: {
|
|
3724
|
+
readonly base: string;
|
|
3725
|
+
readonly sm: string;
|
|
3726
|
+
readonly md: string;
|
|
3727
|
+
readonly lg: string;
|
|
3728
|
+
};
|
|
3729
|
+
};
|
|
3730
|
+
2: {
|
|
3731
|
+
defaultClass: string;
|
|
3732
|
+
conditions: {
|
|
3733
|
+
readonly base: string;
|
|
3734
|
+
readonly sm: string;
|
|
3735
|
+
readonly md: string;
|
|
3736
|
+
readonly lg: string;
|
|
3737
|
+
};
|
|
3738
|
+
};
|
|
3739
|
+
4: {
|
|
3740
|
+
defaultClass: string;
|
|
3741
|
+
conditions: {
|
|
3742
|
+
readonly base: string;
|
|
3743
|
+
readonly sm: string;
|
|
3744
|
+
readonly md: string;
|
|
3745
|
+
readonly lg: string;
|
|
3746
|
+
};
|
|
3747
|
+
};
|
|
3748
|
+
xs: {
|
|
3749
|
+
defaultClass: string;
|
|
3750
|
+
conditions: {
|
|
3751
|
+
readonly base: string;
|
|
3752
|
+
readonly sm: string;
|
|
3753
|
+
readonly md: string;
|
|
3754
|
+
readonly lg: string;
|
|
3755
|
+
};
|
|
3756
|
+
};
|
|
3757
|
+
xl: {
|
|
3758
|
+
defaultClass: string;
|
|
3759
|
+
conditions: {
|
|
3760
|
+
readonly base: string;
|
|
3761
|
+
readonly sm: string;
|
|
3762
|
+
readonly md: string;
|
|
3763
|
+
readonly lg: string;
|
|
3764
|
+
};
|
|
3765
|
+
};
|
|
3766
|
+
6: {
|
|
3767
|
+
defaultClass: string;
|
|
3768
|
+
conditions: {
|
|
3769
|
+
readonly base: string;
|
|
3770
|
+
readonly sm: string;
|
|
3771
|
+
readonly md: string;
|
|
3772
|
+
readonly lg: string;
|
|
3773
|
+
};
|
|
3774
|
+
};
|
|
3775
|
+
8: {
|
|
3776
|
+
defaultClass: string;
|
|
3777
|
+
conditions: {
|
|
3778
|
+
readonly base: string;
|
|
3779
|
+
readonly sm: string;
|
|
3780
|
+
readonly md: string;
|
|
3781
|
+
readonly lg: string;
|
|
3782
|
+
};
|
|
3783
|
+
};
|
|
3784
|
+
10: {
|
|
3785
|
+
defaultClass: string;
|
|
3786
|
+
conditions: {
|
|
3787
|
+
readonly base: string;
|
|
3788
|
+
readonly sm: string;
|
|
3789
|
+
readonly md: string;
|
|
3790
|
+
readonly lg: string;
|
|
3791
|
+
};
|
|
3792
|
+
};
|
|
3793
|
+
20: {
|
|
3794
|
+
defaultClass: string;
|
|
3795
|
+
conditions: {
|
|
3796
|
+
readonly base: string;
|
|
3797
|
+
readonly sm: string;
|
|
3798
|
+
readonly md: string;
|
|
3799
|
+
readonly lg: string;
|
|
3800
|
+
};
|
|
3801
|
+
};
|
|
3802
|
+
12: {
|
|
3803
|
+
defaultClass: string;
|
|
3804
|
+
conditions: {
|
|
3805
|
+
readonly base: string;
|
|
3806
|
+
readonly sm: string;
|
|
3807
|
+
readonly md: string;
|
|
3808
|
+
readonly lg: string;
|
|
3809
|
+
};
|
|
3810
|
+
};
|
|
3811
|
+
16: {
|
|
3812
|
+
defaultClass: string;
|
|
3813
|
+
conditions: {
|
|
3814
|
+
readonly base: string;
|
|
3815
|
+
readonly sm: string;
|
|
3816
|
+
readonly md: string;
|
|
3817
|
+
readonly lg: string;
|
|
3818
|
+
};
|
|
3819
|
+
};
|
|
3820
|
+
24: {
|
|
3821
|
+
defaultClass: string;
|
|
3822
|
+
conditions: {
|
|
3823
|
+
readonly base: string;
|
|
3824
|
+
readonly sm: string;
|
|
3825
|
+
readonly md: string;
|
|
3826
|
+
readonly lg: string;
|
|
3827
|
+
};
|
|
3828
|
+
};
|
|
3829
|
+
32: {
|
|
3830
|
+
defaultClass: string;
|
|
3831
|
+
conditions: {
|
|
3832
|
+
readonly base: string;
|
|
3833
|
+
readonly sm: string;
|
|
3834
|
+
readonly md: string;
|
|
3835
|
+
readonly lg: string;
|
|
3836
|
+
};
|
|
3837
|
+
};
|
|
3838
|
+
48: {
|
|
3839
|
+
defaultClass: string;
|
|
3840
|
+
conditions: {
|
|
3841
|
+
readonly base: string;
|
|
3842
|
+
readonly sm: string;
|
|
3843
|
+
readonly md: string;
|
|
3844
|
+
readonly lg: string;
|
|
3845
|
+
};
|
|
3846
|
+
};
|
|
3847
|
+
64: {
|
|
3848
|
+
defaultClass: string;
|
|
3849
|
+
conditions: {
|
|
3850
|
+
readonly base: string;
|
|
3851
|
+
readonly sm: string;
|
|
3852
|
+
readonly md: string;
|
|
3853
|
+
readonly lg: string;
|
|
3854
|
+
};
|
|
3855
|
+
};
|
|
3856
|
+
80: {
|
|
3857
|
+
defaultClass: string;
|
|
3858
|
+
conditions: {
|
|
3859
|
+
readonly base: string;
|
|
3860
|
+
readonly sm: string;
|
|
3861
|
+
readonly md: string;
|
|
3862
|
+
readonly lg: string;
|
|
3863
|
+
};
|
|
3864
|
+
};
|
|
3865
|
+
};
|
|
3866
|
+
};
|
|
3867
|
+
placeItems: {
|
|
3868
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3869
|
+
length: 3;
|
|
3870
|
+
};
|
|
3871
|
+
values: {
|
|
3872
|
+
center: {
|
|
3873
|
+
defaultClass: string;
|
|
3874
|
+
conditions: {
|
|
3875
|
+
readonly base: string;
|
|
3876
|
+
readonly sm: string;
|
|
3877
|
+
readonly md: string;
|
|
3878
|
+
readonly lg: string;
|
|
3879
|
+
};
|
|
3880
|
+
};
|
|
3881
|
+
};
|
|
3882
|
+
};
|
|
3883
|
+
width: {
|
|
3884
|
+
responsiveArray: ("sm" | "md" | "lg" | "base")[] & {
|
|
3885
|
+
length: 3;
|
|
3886
|
+
};
|
|
3887
|
+
values: {
|
|
3888
|
+
sm: {
|
|
3889
|
+
defaultClass: string;
|
|
3890
|
+
conditions: {
|
|
3891
|
+
readonly base: string;
|
|
3892
|
+
readonly sm: string;
|
|
3893
|
+
readonly md: string;
|
|
3894
|
+
readonly lg: string;
|
|
3895
|
+
};
|
|
3896
|
+
};
|
|
3897
|
+
md: {
|
|
3898
|
+
defaultClass: string;
|
|
3899
|
+
conditions: {
|
|
3900
|
+
readonly base: string;
|
|
3901
|
+
readonly sm: string;
|
|
3902
|
+
readonly md: string;
|
|
3903
|
+
readonly lg: string;
|
|
3904
|
+
};
|
|
3905
|
+
};
|
|
3906
|
+
lg: {
|
|
3907
|
+
defaultClass: string;
|
|
3908
|
+
conditions: {
|
|
3909
|
+
readonly base: string;
|
|
3910
|
+
readonly sm: string;
|
|
3911
|
+
readonly md: string;
|
|
3912
|
+
readonly lg: string;
|
|
3913
|
+
};
|
|
3914
|
+
};
|
|
3915
|
+
0: {
|
|
3916
|
+
defaultClass: string;
|
|
3917
|
+
conditions: {
|
|
3918
|
+
readonly base: string;
|
|
3919
|
+
readonly sm: string;
|
|
3920
|
+
readonly md: string;
|
|
3921
|
+
readonly lg: string;
|
|
3922
|
+
};
|
|
3923
|
+
};
|
|
3924
|
+
1: {
|
|
3925
|
+
defaultClass: string;
|
|
3926
|
+
conditions: {
|
|
3927
|
+
readonly base: string;
|
|
3928
|
+
readonly sm: string;
|
|
3929
|
+
readonly md: string;
|
|
3930
|
+
readonly lg: string;
|
|
3931
|
+
};
|
|
3932
|
+
};
|
|
3933
|
+
2: {
|
|
3934
|
+
defaultClass: string;
|
|
3935
|
+
conditions: {
|
|
3936
|
+
readonly base: string;
|
|
3937
|
+
readonly sm: string;
|
|
3938
|
+
readonly md: string;
|
|
3939
|
+
readonly lg: string;
|
|
3940
|
+
};
|
|
3941
|
+
};
|
|
3942
|
+
4: {
|
|
3943
|
+
defaultClass: string;
|
|
3944
|
+
conditions: {
|
|
3945
|
+
readonly base: string;
|
|
3946
|
+
readonly sm: string;
|
|
3947
|
+
readonly md: string;
|
|
3948
|
+
readonly lg: string;
|
|
3949
|
+
};
|
|
3950
|
+
};
|
|
3951
|
+
xs: {
|
|
3952
|
+
defaultClass: string;
|
|
3953
|
+
conditions: {
|
|
3954
|
+
readonly base: string;
|
|
3955
|
+
readonly sm: string;
|
|
3956
|
+
readonly md: string;
|
|
3957
|
+
readonly lg: string;
|
|
3958
|
+
};
|
|
3959
|
+
};
|
|
3960
|
+
xl: {
|
|
3961
|
+
defaultClass: string;
|
|
3962
|
+
conditions: {
|
|
3963
|
+
readonly base: string;
|
|
3964
|
+
readonly sm: string;
|
|
3965
|
+
readonly md: string;
|
|
3966
|
+
readonly lg: string;
|
|
3967
|
+
};
|
|
3968
|
+
};
|
|
3969
|
+
full: {
|
|
3970
|
+
defaultClass: string;
|
|
3971
|
+
conditions: {
|
|
3972
|
+
readonly base: string;
|
|
3973
|
+
readonly sm: string;
|
|
3974
|
+
readonly md: string;
|
|
3975
|
+
readonly lg: string;
|
|
3976
|
+
};
|
|
3977
|
+
};
|
|
3978
|
+
6: {
|
|
3979
|
+
defaultClass: string;
|
|
3980
|
+
conditions: {
|
|
3981
|
+
readonly base: string;
|
|
3982
|
+
readonly sm: string;
|
|
3983
|
+
readonly md: string;
|
|
3984
|
+
readonly lg: string;
|
|
3985
|
+
};
|
|
3986
|
+
};
|
|
3987
|
+
8: {
|
|
3988
|
+
defaultClass: string;
|
|
3989
|
+
conditions: {
|
|
3990
|
+
readonly base: string;
|
|
3991
|
+
readonly sm: string;
|
|
3992
|
+
readonly md: string;
|
|
3993
|
+
readonly lg: string;
|
|
3994
|
+
};
|
|
3995
|
+
};
|
|
3996
|
+
auto: {
|
|
3997
|
+
defaultClass: string;
|
|
3998
|
+
conditions: {
|
|
3999
|
+
readonly base: string;
|
|
4000
|
+
readonly sm: string;
|
|
4001
|
+
readonly md: string;
|
|
4002
|
+
readonly lg: string;
|
|
4003
|
+
};
|
|
4004
|
+
};
|
|
4005
|
+
20: {
|
|
4006
|
+
defaultClass: string;
|
|
4007
|
+
conditions: {
|
|
4008
|
+
readonly base: string;
|
|
4009
|
+
readonly sm: string;
|
|
4010
|
+
readonly md: string;
|
|
4011
|
+
readonly lg: string;
|
|
4012
|
+
};
|
|
4013
|
+
};
|
|
4014
|
+
40: {
|
|
4015
|
+
defaultClass: string;
|
|
4016
|
+
conditions: {
|
|
4017
|
+
readonly base: string;
|
|
4018
|
+
readonly sm: string;
|
|
4019
|
+
readonly md: string;
|
|
4020
|
+
readonly lg: string;
|
|
4021
|
+
};
|
|
4022
|
+
};
|
|
4023
|
+
"5xl": {
|
|
4024
|
+
defaultClass: string;
|
|
4025
|
+
conditions: {
|
|
4026
|
+
readonly base: string;
|
|
4027
|
+
readonly sm: string;
|
|
4028
|
+
readonly md: string;
|
|
4029
|
+
readonly lg: string;
|
|
4030
|
+
};
|
|
4031
|
+
};
|
|
4032
|
+
12: {
|
|
4033
|
+
defaultClass: string;
|
|
4034
|
+
conditions: {
|
|
4035
|
+
readonly base: string;
|
|
4036
|
+
readonly sm: string;
|
|
4037
|
+
readonly md: string;
|
|
4038
|
+
readonly lg: string;
|
|
4039
|
+
};
|
|
4040
|
+
};
|
|
4041
|
+
16: {
|
|
4042
|
+
defaultClass: string;
|
|
4043
|
+
conditions: {
|
|
4044
|
+
readonly base: string;
|
|
4045
|
+
readonly sm: string;
|
|
4046
|
+
readonly md: string;
|
|
4047
|
+
readonly lg: string;
|
|
4048
|
+
};
|
|
4049
|
+
};
|
|
4050
|
+
24: {
|
|
4051
|
+
defaultClass: string;
|
|
4052
|
+
conditions: {
|
|
4053
|
+
readonly base: string;
|
|
4054
|
+
readonly sm: string;
|
|
4055
|
+
readonly md: string;
|
|
4056
|
+
readonly lg: string;
|
|
4057
|
+
};
|
|
4058
|
+
};
|
|
4059
|
+
32: {
|
|
4060
|
+
defaultClass: string;
|
|
4061
|
+
conditions: {
|
|
4062
|
+
readonly base: string;
|
|
4063
|
+
readonly sm: string;
|
|
4064
|
+
readonly md: string;
|
|
4065
|
+
readonly lg: string;
|
|
4066
|
+
};
|
|
4067
|
+
};
|
|
4068
|
+
48: {
|
|
4069
|
+
defaultClass: string;
|
|
4070
|
+
conditions: {
|
|
4071
|
+
readonly base: string;
|
|
4072
|
+
readonly sm: string;
|
|
4073
|
+
readonly md: string;
|
|
4074
|
+
readonly lg: string;
|
|
4075
|
+
};
|
|
4076
|
+
};
|
|
4077
|
+
64: {
|
|
4078
|
+
defaultClass: string;
|
|
4079
|
+
conditions: {
|
|
4080
|
+
readonly base: string;
|
|
4081
|
+
readonly sm: string;
|
|
4082
|
+
readonly md: string;
|
|
4083
|
+
readonly lg: string;
|
|
4084
|
+
};
|
|
4085
|
+
};
|
|
4086
|
+
80: {
|
|
4087
|
+
defaultClass: string;
|
|
4088
|
+
conditions: {
|
|
4089
|
+
readonly base: string;
|
|
4090
|
+
readonly sm: string;
|
|
4091
|
+
readonly md: string;
|
|
4092
|
+
readonly lg: string;
|
|
4093
|
+
};
|
|
4094
|
+
};
|
|
4095
|
+
56: {
|
|
4096
|
+
defaultClass: string;
|
|
4097
|
+
conditions: {
|
|
4098
|
+
readonly base: string;
|
|
4099
|
+
readonly sm: string;
|
|
4100
|
+
readonly md: string;
|
|
4101
|
+
readonly lg: string;
|
|
4102
|
+
};
|
|
4103
|
+
};
|
|
4104
|
+
96: {
|
|
4105
|
+
defaultClass: string;
|
|
4106
|
+
conditions: {
|
|
4107
|
+
readonly base: string;
|
|
4108
|
+
readonly sm: string;
|
|
4109
|
+
readonly md: string;
|
|
4110
|
+
readonly lg: string;
|
|
4111
|
+
};
|
|
4112
|
+
};
|
|
4113
|
+
112: {
|
|
4114
|
+
defaultClass: string;
|
|
4115
|
+
conditions: {
|
|
4116
|
+
readonly base: string;
|
|
4117
|
+
readonly sm: string;
|
|
4118
|
+
readonly md: string;
|
|
4119
|
+
readonly lg: string;
|
|
4120
|
+
};
|
|
4121
|
+
};
|
|
4122
|
+
128: {
|
|
4123
|
+
defaultClass: string;
|
|
4124
|
+
conditions: {
|
|
4125
|
+
readonly base: string;
|
|
4126
|
+
readonly sm: string;
|
|
4127
|
+
readonly md: string;
|
|
4128
|
+
readonly lg: string;
|
|
4129
|
+
};
|
|
4130
|
+
};
|
|
4131
|
+
144: {
|
|
4132
|
+
defaultClass: string;
|
|
4133
|
+
conditions: {
|
|
4134
|
+
readonly base: string;
|
|
4135
|
+
readonly sm: string;
|
|
4136
|
+
readonly md: string;
|
|
4137
|
+
readonly lg: string;
|
|
4138
|
+
};
|
|
4139
|
+
};
|
|
4140
|
+
160: {
|
|
4141
|
+
defaultClass: string;
|
|
4142
|
+
conditions: {
|
|
4143
|
+
readonly base: string;
|
|
4144
|
+
readonly sm: string;
|
|
4145
|
+
readonly md: string;
|
|
4146
|
+
readonly lg: string;
|
|
4147
|
+
};
|
|
4148
|
+
};
|
|
4149
|
+
176: {
|
|
4150
|
+
defaultClass: string;
|
|
4151
|
+
conditions: {
|
|
4152
|
+
readonly base: string;
|
|
4153
|
+
readonly sm: string;
|
|
4154
|
+
readonly md: string;
|
|
4155
|
+
readonly lg: string;
|
|
4156
|
+
};
|
|
4157
|
+
};
|
|
4158
|
+
192: {
|
|
4159
|
+
defaultClass: string;
|
|
4160
|
+
conditions: {
|
|
4161
|
+
readonly base: string;
|
|
4162
|
+
readonly sm: string;
|
|
4163
|
+
readonly md: string;
|
|
4164
|
+
readonly lg: string;
|
|
4165
|
+
};
|
|
4166
|
+
};
|
|
4167
|
+
208: {
|
|
4168
|
+
defaultClass: string;
|
|
4169
|
+
conditions: {
|
|
4170
|
+
readonly base: string;
|
|
4171
|
+
readonly sm: string;
|
|
4172
|
+
readonly md: string;
|
|
4173
|
+
readonly lg: string;
|
|
4174
|
+
};
|
|
4175
|
+
};
|
|
4176
|
+
224: {
|
|
4177
|
+
defaultClass: string;
|
|
4178
|
+
conditions: {
|
|
4179
|
+
readonly base: string;
|
|
4180
|
+
readonly sm: string;
|
|
4181
|
+
readonly md: string;
|
|
4182
|
+
readonly lg: string;
|
|
4183
|
+
};
|
|
4184
|
+
};
|
|
4185
|
+
240: {
|
|
4186
|
+
defaultClass: string;
|
|
4187
|
+
conditions: {
|
|
4188
|
+
readonly base: string;
|
|
4189
|
+
readonly sm: string;
|
|
4190
|
+
readonly md: string;
|
|
4191
|
+
readonly lg: string;
|
|
4192
|
+
};
|
|
4193
|
+
};
|
|
4194
|
+
256: {
|
|
4195
|
+
defaultClass: string;
|
|
4196
|
+
conditions: {
|
|
4197
|
+
readonly base: string;
|
|
4198
|
+
readonly sm: string;
|
|
4199
|
+
readonly md: string;
|
|
4200
|
+
readonly lg: string;
|
|
4201
|
+
};
|
|
4202
|
+
};
|
|
4203
|
+
288: {
|
|
4204
|
+
defaultClass: string;
|
|
4205
|
+
conditions: {
|
|
4206
|
+
readonly base: string;
|
|
4207
|
+
readonly sm: string;
|
|
4208
|
+
readonly md: string;
|
|
4209
|
+
readonly lg: string;
|
|
4210
|
+
};
|
|
4211
|
+
};
|
|
4212
|
+
320: {
|
|
4213
|
+
defaultClass: string;
|
|
4214
|
+
conditions: {
|
|
4215
|
+
readonly base: string;
|
|
4216
|
+
readonly sm: string;
|
|
4217
|
+
readonly md: string;
|
|
4218
|
+
readonly lg: string;
|
|
4219
|
+
};
|
|
4220
|
+
};
|
|
4221
|
+
384: {
|
|
4222
|
+
defaultClass: string;
|
|
4223
|
+
conditions: {
|
|
4224
|
+
readonly base: string;
|
|
4225
|
+
readonly sm: string;
|
|
4226
|
+
readonly md: string;
|
|
4227
|
+
readonly lg: string;
|
|
4228
|
+
};
|
|
4229
|
+
};
|
|
4230
|
+
"1/2": {
|
|
4231
|
+
defaultClass: string;
|
|
4232
|
+
conditions: {
|
|
4233
|
+
readonly base: string;
|
|
4234
|
+
readonly sm: string;
|
|
4235
|
+
readonly md: string;
|
|
4236
|
+
readonly lg: string;
|
|
4237
|
+
};
|
|
4238
|
+
};
|
|
4239
|
+
"1/3": {
|
|
4240
|
+
defaultClass: string;
|
|
4241
|
+
conditions: {
|
|
4242
|
+
readonly base: string;
|
|
4243
|
+
readonly sm: string;
|
|
4244
|
+
readonly md: string;
|
|
4245
|
+
readonly lg: string;
|
|
4246
|
+
};
|
|
4247
|
+
};
|
|
4248
|
+
"2/3": {
|
|
4249
|
+
defaultClass: string;
|
|
4250
|
+
conditions: {
|
|
4251
|
+
readonly base: string;
|
|
4252
|
+
readonly sm: string;
|
|
4253
|
+
readonly md: string;
|
|
4254
|
+
readonly lg: string;
|
|
4255
|
+
};
|
|
4256
|
+
};
|
|
4257
|
+
"1/4": {
|
|
4258
|
+
defaultClass: string;
|
|
4259
|
+
conditions: {
|
|
4260
|
+
readonly base: string;
|
|
4261
|
+
readonly sm: string;
|
|
4262
|
+
readonly md: string;
|
|
4263
|
+
readonly lg: string;
|
|
4264
|
+
};
|
|
4265
|
+
};
|
|
4266
|
+
"2/4": {
|
|
4267
|
+
defaultClass: string;
|
|
4268
|
+
conditions: {
|
|
4269
|
+
readonly base: string;
|
|
4270
|
+
readonly sm: string;
|
|
4271
|
+
readonly md: string;
|
|
4272
|
+
readonly lg: string;
|
|
4273
|
+
};
|
|
4274
|
+
};
|
|
4275
|
+
"3/4": {
|
|
4276
|
+
defaultClass: string;
|
|
4277
|
+
conditions: {
|
|
4278
|
+
readonly base: string;
|
|
4279
|
+
readonly sm: string;
|
|
4280
|
+
readonly md: string;
|
|
4281
|
+
readonly lg: string;
|
|
4282
|
+
};
|
|
4283
|
+
};
|
|
4284
|
+
fit: {
|
|
4285
|
+
defaultClass: string;
|
|
4286
|
+
conditions: {
|
|
4287
|
+
readonly base: string;
|
|
4288
|
+
readonly sm: string;
|
|
4289
|
+
readonly md: string;
|
|
4290
|
+
readonly lg: string;
|
|
4291
|
+
};
|
|
4292
|
+
};
|
|
4293
|
+
max: {
|
|
4294
|
+
defaultClass: string;
|
|
4295
|
+
conditions: {
|
|
4296
|
+
readonly base: string;
|
|
4297
|
+
readonly sm: string;
|
|
4298
|
+
readonly md: string;
|
|
4299
|
+
readonly lg: string;
|
|
4300
|
+
};
|
|
4301
|
+
};
|
|
4302
|
+
min: {
|
|
4303
|
+
defaultClass: string;
|
|
4304
|
+
conditions: {
|
|
4305
|
+
readonly base: string;
|
|
4306
|
+
readonly sm: string;
|
|
4307
|
+
readonly md: string;
|
|
4308
|
+
readonly lg: string;
|
|
4309
|
+
};
|
|
4310
|
+
};
|
|
4311
|
+
};
|
|
4312
|
+
};
|
|
4313
|
+
};
|
|
4314
|
+
} & {
|
|
4315
|
+
styles: {
|
|
4316
|
+
h: {
|
|
4317
|
+
mappings: "height"[];
|
|
4318
|
+
};
|
|
4319
|
+
leading: {
|
|
4320
|
+
mappings: "lineHeight"[];
|
|
4321
|
+
};
|
|
4322
|
+
m: {
|
|
4323
|
+
mappings: ("marginBottom" | "marginLeft" | "marginRight" | "marginTop")[];
|
|
4324
|
+
};
|
|
4325
|
+
maxH: {
|
|
4326
|
+
mappings: "maxHeight"[];
|
|
4327
|
+
};
|
|
4328
|
+
maxW: {
|
|
4329
|
+
mappings: "maxWidth"[];
|
|
4330
|
+
};
|
|
4331
|
+
mb: {
|
|
4332
|
+
mappings: "marginBottom"[];
|
|
4333
|
+
};
|
|
4334
|
+
ml: {
|
|
4335
|
+
mappings: "marginLeft"[];
|
|
4336
|
+
};
|
|
4337
|
+
mr: {
|
|
4338
|
+
mappings: "marginRight"[];
|
|
4339
|
+
};
|
|
4340
|
+
mt: {
|
|
4341
|
+
mappings: "marginTop"[];
|
|
4342
|
+
};
|
|
4343
|
+
mx: {
|
|
4344
|
+
mappings: ("marginLeft" | "marginRight")[];
|
|
4345
|
+
};
|
|
4346
|
+
my: {
|
|
4347
|
+
mappings: ("marginBottom" | "marginTop")[];
|
|
4348
|
+
};
|
|
4349
|
+
p: {
|
|
4350
|
+
mappings: ("paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop")[];
|
|
4351
|
+
};
|
|
4352
|
+
pb: {
|
|
4353
|
+
mappings: "paddingBottom"[];
|
|
4354
|
+
};
|
|
4355
|
+
pl: {
|
|
4356
|
+
mappings: "paddingLeft"[];
|
|
4357
|
+
};
|
|
4358
|
+
pr: {
|
|
4359
|
+
mappings: "paddingRight"[];
|
|
4360
|
+
};
|
|
4361
|
+
pt: {
|
|
4362
|
+
mappings: "paddingTop"[];
|
|
4363
|
+
};
|
|
4364
|
+
px: {
|
|
4365
|
+
mappings: ("paddingLeft" | "paddingRight")[];
|
|
4366
|
+
};
|
|
4367
|
+
py: {
|
|
4368
|
+
mappings: ("paddingBottom" | "paddingTop")[];
|
|
4369
|
+
};
|
|
4370
|
+
size: {
|
|
4371
|
+
mappings: ("height" | "width")[];
|
|
4372
|
+
};
|
|
4373
|
+
w: {
|
|
4374
|
+
mappings: "width"[];
|
|
4375
|
+
};
|
|
4376
|
+
};
|
|
4377
|
+
}, 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 | 4 | 5, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 4 | 5 | 6, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 4 | 5 | 6 | 7, string | number | boolean | null> | _vanilla_extract_sprinkles.ResponsiveArray<2 | 1 | 3 | 4 | 5 | 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>>;
|
|
4378
|
+
type LonghandProps = keyof Pick<Parameters<typeof sprinkles>[0], "backgroundColor" | "borderBottomWidth" | "borderLeftWidth" | "borderRadius" | "borderRightWidth" | "borderTopWidth" | "boxShadow" | "height" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "zIndex">;
|
|
4379
|
+
type Sprinkles = Omit<Parameters<typeof sprinkles>[0], LonghandProps>;
|
|
4380
|
+
|
|
4381
|
+
type BoxProps<T extends ElementType = "div", P = unknown> = ExtendProps<ComponentPropsWithoutRef<T>, ExtendProps<{
|
|
4382
|
+
asChild?: boolean;
|
|
4383
|
+
className?: string;
|
|
4384
|
+
} & Sprinkles, P>>;
|
|
4385
|
+
declare const Box: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "color" | "className"> & Omit<{
|
|
4386
|
+
asChild?: boolean;
|
|
4387
|
+
className?: string;
|
|
4388
|
+
} & Sprinkles, never> & react.RefAttributes<HTMLDivElement>>;
|
|
4389
|
+
|
|
4390
|
+
type RecipeVariants<RecipeFn extends (...args: any) => any> = Parameters<RecipeFn>[0];
|
|
4391
|
+
|
|
4392
|
+
declare const button: (props?: {
|
|
4393
|
+
colorScheme?: "danger" | "neutral" | "primary" | undefined;
|
|
4394
|
+
iconOnly?: boolean | undefined;
|
|
4395
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4396
|
+
variant?: "outline" | "solid" | "subtle" | undefined;
|
|
4397
|
+
} | undefined, className?: string) => {
|
|
4398
|
+
className: string;
|
|
4399
|
+
};
|
|
4400
|
+
type ButtonVariants = NonNullable<RecipeVariants<typeof button>>;
|
|
4401
|
+
|
|
4402
|
+
declare const appearances: {
|
|
4403
|
+
danger: {
|
|
4404
|
+
colorScheme: "danger";
|
|
4405
|
+
variant: "solid";
|
|
4406
|
+
};
|
|
4407
|
+
"danger-outline": {
|
|
4408
|
+
colorScheme: "danger";
|
|
4409
|
+
variant: "outline";
|
|
4410
|
+
};
|
|
4411
|
+
default: {
|
|
4412
|
+
colorScheme: "neutral";
|
|
4413
|
+
variant: "outline";
|
|
4414
|
+
};
|
|
4415
|
+
inverse: {
|
|
4416
|
+
colorScheme: "neutral";
|
|
4417
|
+
variant: "solid";
|
|
4418
|
+
};
|
|
4419
|
+
primary: {
|
|
4420
|
+
colorScheme: "primary";
|
|
4421
|
+
variant: "solid";
|
|
4422
|
+
};
|
|
4423
|
+
subtle: {
|
|
4424
|
+
colorScheme: "neutral";
|
|
4425
|
+
variant: "subtle";
|
|
4426
|
+
};
|
|
4427
|
+
};
|
|
4428
|
+
type ButtonProps<T extends ElementType = "button", P = unknown> = BoxProps<T, ExtendProps<{
|
|
4429
|
+
addonAfter?: ReactNode;
|
|
4430
|
+
addonBefore?: ReactNode;
|
|
4431
|
+
appearance?: keyof typeof appearances;
|
|
4432
|
+
children?: ReactNode;
|
|
4433
|
+
disabled?: boolean;
|
|
4434
|
+
icon?: ReactNode;
|
|
4435
|
+
iconPosition?: "end" | "start";
|
|
4436
|
+
loading?: boolean;
|
|
4437
|
+
} & Omit<ButtonVariants, "colorScheme" | "iconOnly" | "variant">, P>>;
|
|
4438
|
+
declare const Button: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "children" | "color" | "className" | "disabled"> & Omit<{
|
|
4439
|
+
asChild?: boolean;
|
|
4440
|
+
className?: string;
|
|
4441
|
+
} & Sprinkles, "size"> & Omit<{
|
|
4442
|
+
addonAfter?: ReactNode;
|
|
4443
|
+
addonBefore?: ReactNode;
|
|
4444
|
+
appearance?: keyof typeof appearances;
|
|
4445
|
+
children?: ReactNode;
|
|
4446
|
+
disabled?: boolean;
|
|
4447
|
+
icon?: ReactNode;
|
|
4448
|
+
iconPosition?: "end" | "start";
|
|
4449
|
+
loading?: boolean;
|
|
4450
|
+
} & Omit<{
|
|
4451
|
+
colorScheme?: "danger" | "neutral" | "primary" | undefined;
|
|
4452
|
+
iconOnly?: boolean | undefined;
|
|
4453
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4454
|
+
variant?: "outline" | "solid" | "subtle" | undefined;
|
|
4455
|
+
}, "colorScheme" | "iconOnly" | "variant">, never> & react.RefAttributes<HTMLButtonElement>>;
|
|
4456
|
+
|
|
4457
|
+
declare const Link: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "color" | "className"> & Omit<{
|
|
4458
|
+
asChild?: boolean;
|
|
4459
|
+
className?: string;
|
|
4460
|
+
} & Sprinkles, never> & {
|
|
4461
|
+
disabled?: boolean;
|
|
4462
|
+
external?: boolean;
|
|
4463
|
+
} & {
|
|
4464
|
+
colorScheme?: "neutral" | "primary" | "secondary" | undefined;
|
|
4465
|
+
} & react.RefAttributes<HTMLAnchorElement>>;
|
|
4466
|
+
|
|
4467
|
+
type PopoverProps = BoxProps<typeof RadixPopover.Root>;
|
|
4468
|
+
declare function Popover({ children, defaultOpen, onOpenChange, open: openProp, ...props }: PopoverProps): react_jsx_runtime.JSX.Element;
|
|
4469
|
+
declare namespace Popover {
|
|
4470
|
+
var displayName: string;
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4473
|
+
type PopoverContentProps = BoxProps<typeof RadixPopover.Content, {
|
|
4474
|
+
withArrow?: boolean;
|
|
4475
|
+
}>;
|
|
4476
|
+
declare const PopoverContent: react.ForwardRefExoticComponent<Omit<PopoverContentProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
4477
|
+
|
|
4478
|
+
export { type BoxProps as B, type ExtendProps as E, Link as L, Popover as P, type RecipeVariants as R, type Sprinkles as S, Box as a, type ButtonProps as b, Button as c, PopoverContent as d, mapResponsiveValue as m, sprinkles as s };
|