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