@tenerife.music/ui 1.0.8 → 1.0.13
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 +12 -8
- package/dist/{tokens/colors.d.ts → colors-CVA7_16U.d.cts} +21 -19
- package/dist/colors-CVA7_16U.d.ts +289 -0
- package/dist/index-BgXvioll.d.cts +6845 -0
- package/dist/index-Bv4wWj9I.d.ts +6845 -0
- package/dist/index.cjs +16385 -2
- package/dist/index.d.cts +4020 -0
- package/dist/index.d.ts +4020 -39
- package/dist/index.mjs +14502 -6425
- package/dist/preset.cjs +1264 -2
- package/dist/preset.d.cts +21 -0
- package/dist/preset.d.ts +3 -1
- package/dist/preset.mjs +1165 -95
- package/dist/styles.cjs +2 -2
- package/dist/styles.css +87 -1
- package/dist/styles.d.cts +2 -0
- package/dist/styles.d.ts +2 -0
- package/dist/styles.mjs +1 -1
- package/dist/theme/index.cjs +2634 -2
- package/dist/theme/index.d.cts +453 -0
- package/dist/theme/index.d.ts +453 -8
- package/dist/theme/index.mjs +1601 -576
- package/dist/tokens/index.cjs +6203 -5
- package/dist/tokens/index.d.cts +2 -0
- package/dist/tokens/index.d.ts +2 -9
- package/dist/tokens/index.mjs +2601 -155
- package/package.json +10 -9
- package/dist/animation/index.d.ts +0 -8
- package/dist/animation/presets.d.ts +0 -301
- package/dist/animation/tas.d.ts +0 -24
- package/dist/animation/types.d.ts +0 -67
- package/dist/animation/useInView.d.ts +0 -36
- package/dist/animation/utils.d.ts +0 -6
- package/dist/brand-C5R2semX.js +0 -45
- package/dist/brand-DQb18Frh.cjs +0 -2
- package/dist/components/SectionBuilder.d.ts +0 -36
- package/dist/components/SectionBuilder.presets.d.ts +0 -228
- package/dist/components/SectionBuilder.types.d.ts +0 -326
- package/dist/components/admin/Dashboard.d.ts +0 -8
- package/dist/components/admin/UserManagement.d.ts +0 -8
- package/dist/components/auth/LoginForm.d.ts +0 -11
- package/dist/components/auth/ProfileCard.d.ts +0 -9
- package/dist/components/auth/RegisterForm.d.ts +0 -13
- package/dist/components/cards/ArtistCard/ArtistCard.d.ts +0 -22
- package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +0 -46
- package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +0 -83
- package/dist/components/cards/ArtistCard/index.d.ts +0 -8
- package/dist/components/cards/CardBase/CardBase.d.ts +0 -45
- package/dist/components/cards/CardBase/CardBase.types.d.ts +0 -70
- package/dist/components/cards/CardBase/CardBase.variants.d.ts +0 -38
- package/dist/components/cards/CardBase/index.d.ts +0 -8
- package/dist/components/cards/CategoryCard/CategoryCard.d.ts +0 -18
- package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +0 -38
- package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +0 -21
- package/dist/components/cards/CategoryCard/index.d.ts +0 -7
- package/dist/components/cards/EventCard/EventCard.d.ts +0 -19
- package/dist/components/cards/EventCard/EventCard.types.d.ts +0 -47
- package/dist/components/cards/EventCard/EventCard.variants.d.ts +0 -70
- package/dist/components/cards/EventCard/index.d.ts +0 -7
- package/dist/components/cards/PromoCard/PromoCard.d.ts +0 -20
- package/dist/components/cards/PromoCard/PromoCard.types.d.ts +0 -42
- package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +0 -35
- package/dist/components/cards/PromoCard/index.d.ts +0 -7
- package/dist/components/cards/TicketCard/TicketCard.d.ts +0 -19
- package/dist/components/cards/TicketCard/TicketCard.types.d.ts +0 -55
- package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +0 -71
- package/dist/components/cards/TicketCard/index.d.ts +0 -7
- package/dist/components/cards/VenueCard/VenueCard.d.ts +0 -21
- package/dist/components/cards/VenueCard/VenueCard.types.d.ts +0 -46
- package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +0 -60
- package/dist/components/cards/VenueCard/index.d.ts +0 -8
- package/dist/components/cards/index.d.ts +0 -19
- package/dist/components/checkbox/Checkbox.d.ts +0 -22
- package/dist/components/checkbox/Checkbox.types.d.ts +0 -68
- package/dist/components/checkbox/checkbox-variants.d.ts +0 -13
- package/dist/components/checkbox/index.d.ts +0 -3
- package/dist/components/containers/Card.d.ts +0 -75
- package/dist/components/containers/Section.d.ts +0 -31
- package/dist/components/containers/Surface.d.ts +0 -28
- package/dist/components/containers/index.d.ts +0 -9
- package/dist/components/controls/LanguageSelector.d.ts +0 -17
- package/dist/components/data/List.d.ts +0 -12
- package/dist/components/data/Table.d.ts +0 -14
- package/dist/components/data/Timeline.d.ts +0 -13
- package/dist/components/data/data-list/DataList.d.ts +0 -29
- package/dist/components/data/data-list/DataList.types.d.ts +0 -43
- package/dist/components/data/data-list/DataListItem.d.ts +0 -20
- package/dist/components/data/data-list/DataListLabel.d.ts +0 -19
- package/dist/components/data/data-list/DataListValue.d.ts +0 -18
- package/dist/components/data/data-list/index.d.ts +0 -10
- package/dist/components/data/empty-state/EmptyState.d.ts +0 -31
- package/dist/components/data/empty-state/EmptyState.types.d.ts +0 -51
- package/dist/components/data/empty-state/EmptyStateAction.d.ts +0 -17
- package/dist/components/data/empty-state/EmptyStateDescription.d.ts +0 -17
- package/dist/components/data/empty-state/EmptyStateIcon.d.ts +0 -22
- package/dist/components/data/empty-state/EmptyStateTitle.d.ts +0 -17
- package/dist/components/data/empty-state/index.d.ts +0 -10
- package/dist/components/data/index.d.ts +0 -9
- package/dist/components/data/skeleton/Skeleton.d.ts +0 -24
- package/dist/components/data/skeleton/Skeleton.types.d.ts +0 -12
- package/dist/components/data/skeleton/index.d.ts +0 -6
- package/dist/components/data/table/Table.d.ts +0 -33
- package/dist/components/data/table/Table.types.d.ts +0 -264
- package/dist/components/data/table/TableBody.d.ts +0 -13
- package/dist/components/data/table/TableCell.d.ts +0 -13
- package/dist/components/data/table/TableEmpty.d.ts +0 -13
- package/dist/components/data/table/TableExpandableContent.d.ts +0 -14
- package/dist/components/data/table/TableHead.d.ts +0 -13
- package/dist/components/data/table/TableHeader.d.ts +0 -13
- package/dist/components/data/table/TableLoadingState.d.ts +0 -13
- package/dist/components/data/table/TableRow.d.ts +0 -13
- package/dist/components/data/table/TableSortIcon.d.ts +0 -14
- package/dist/components/data/table/index.d.ts +0 -17
- package/dist/components/drawer/Drawer.d.ts +0 -41
- package/dist/components/drawer/Drawer.types.d.ts +0 -75
- package/dist/components/drawer/drawer-variants.d.ts +0 -17
- package/dist/components/drawer/index.d.ts +0 -8
- package/dist/components/dropdown/Dropdown.d.ts +0 -38
- package/dist/components/dropdown/Dropdown.types.d.ts +0 -82
- package/dist/components/dropdown/dropdown-variants.d.ts +0 -33
- package/dist/components/feedback/ConsentBanner.d.ts +0 -8
- package/dist/components/feedback/Progress.d.ts +0 -8
- package/dist/components/feedback/Skeleton.d.ts +0 -6
- package/dist/components/filters/DateRangePicker.d.ts +0 -21
- package/dist/components/filters/FilterBar.d.ts +0 -55
- package/dist/components/filters/FilterSelect.d.ts +0 -23
- package/dist/components/filters/PriceRangeSlider.d.ts +0 -27
- package/dist/components/filters/SearchFilters.d.ts +0 -32
- package/dist/components/filters/SearchInput.d.ts +0 -16
- package/dist/components/filters/types.d.ts +0 -48
- package/dist/components/icon/Icon.d.ts +0 -32
- package/dist/components/icon/Icon.types.d.ts +0 -7
- package/dist/components/icon/index.d.ts +0 -4
- package/dist/components/icons/TrendingIcon.d.ts +0 -6
- package/dist/components/image/Image.d.ts +0 -48
- package/dist/components/input/Input.d.ts +0 -20
- package/dist/components/input/Input.types.d.ts +0 -38
- package/dist/components/input/index.d.ts +0 -3
- package/dist/components/input/input-variants.d.ts +0 -14
- package/dist/components/input/legacy/input.d.ts +0 -11
- package/dist/components/layout/Box.d.ts +0 -111
- package/dist/components/layout/Column.d.ts +0 -6
- package/dist/components/layout/Container.d.ts +0 -31
- package/dist/components/layout/Flex.d.ts +0 -50
- package/dist/components/layout/Footer.d.ts +0 -9
- package/dist/components/layout/Grid.d.ts +0 -60
- package/dist/components/layout/ModeHero.d.ts +0 -10
- package/dist/components/layout/Navbar.d.ts +0 -9
- package/dist/components/layout/Row.d.ts +0 -28
- package/dist/components/layout/Section.d.ts +0 -10
- package/dist/components/layout/Stack.d.ts +0 -38
- package/dist/components/layout/Surface.d.ts +0 -21
- package/dist/components/layout/index.d.ts +0 -22
- package/dist/components/layout/layout.types.d.ts +0 -107
- package/dist/components/menus/DropdownMenu.d.ts +0 -27
- package/dist/components/menus/NavigationMenu.d.ts +0 -12
- package/dist/components/menus/Tabs.d.ts +0 -7
- package/dist/components/menus/context-menu/ContextMenuContent.d.ts +0 -22
- package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuItem.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +0 -47
- package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +0 -16
- package/dist/components/menus/context-menu/index.d.ts +0 -12
- package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +0 -18
- package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +0 -15
- package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +0 -12
- package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +0 -30
- package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +0 -17
- package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +0 -24
- package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +0 -18
- package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +0 -33
- package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +0 -10
- package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +0 -14
- package/dist/components/menus/dropdown/index.d.ts +0 -18
- package/dist/components/menus/hover-card/HoverCardContent.d.ts +0 -14
- package/dist/components/menus/hover-card/HoverCardRoot.d.ts +0 -20
- package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +0 -13
- package/dist/components/menus/hover-card/index.d.ts +0 -8
- package/dist/components/menus/index.d.ts +0 -9
- package/dist/components/menus/popover/PopoverArrow.d.ts +0 -17
- package/dist/components/menus/popover/PopoverContent.d.ts +0 -24
- package/dist/components/menus/popover/PopoverRoot.d.ts +0 -43
- package/dist/components/menus/popover/PopoverTrigger.d.ts +0 -17
- package/dist/components/menus/popover/index.d.ts +0 -9
- package/dist/components/modal/Modal.d.ts +0 -70
- package/dist/components/modal/modal-variants.d.ts +0 -26
- package/dist/components/modals/ConfirmDialog.d.ts +0 -27
- package/dist/components/modals/CustomDialog.d.ts +0 -10
- package/dist/components/modals/Modal.d.ts +0 -19
- package/dist/components/modals/ModalProvider.d.ts +0 -16
- package/dist/components/modals/SimpleModal.d.ts +0 -11
- package/dist/components/navigation/Breadcrumbs.d.ts +0 -12
- package/dist/components/navigation/Pagination.d.ts +0 -10
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +0 -52
- package/dist/components/navigation/breadcrumbs/index.d.ts +0 -5
- package/dist/components/navigation/index.d.ts +0 -10
- package/dist/components/navigation/pagination/Pagination.d.ts +0 -60
- package/dist/components/navigation/pagination/index.d.ts +0 -5
- package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +0 -43
- package/dist/components/navigation/segmented-control/index.d.ts +0 -5
- package/dist/components/navigation/stepper/Stepper.d.ts +0 -129
- package/dist/components/navigation/stepper/index.d.ts +0 -5
- package/dist/components/navigation/tabs/Tabs.d.ts +0 -73
- package/dist/components/navigation/tabs/index.d.ts +0 -5
- package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +0 -21
- package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +0 -23
- package/dist/components/notifications/NotificationCenter.Item.d.ts +0 -24
- package/dist/components/notifications/NotificationCenter.List.d.ts +0 -22
- package/dist/components/notifications/NotificationCenter.Panel.d.ts +0 -32
- package/dist/components/notifications/NotificationCenter.Provider.d.ts +0 -31
- package/dist/components/notifications/NotificationCenter.Trigger.d.ts +0 -15
- package/dist/components/notifications/NotificationCenter.d.ts +0 -27
- package/dist/components/notifications/NotificationCenter.types.d.ts +0 -89
- package/dist/components/notifications/index.d.ts +0 -23
- package/dist/components/notifications/useNotificationCenter.d.ts +0 -47
- package/dist/components/overlays/Backdrop.d.ts +0 -24
- package/dist/components/overlays/Dialog.d.ts +0 -66
- package/dist/components/overlays/Modal.d.ts +0 -60
- package/dist/components/overlays/OverlayPortal.d.ts +0 -22
- package/dist/components/overlays/Popover.d.ts +0 -30
- package/dist/components/overlays/Portal.d.ts +0 -29
- package/dist/components/overlays/Toast.d.ts +0 -36
- package/dist/components/overlays/ToastProvider.d.ts +0 -58
- package/dist/components/overlays/ToastViewport.d.ts +0 -27
- package/dist/components/overlays/Tooltip.d.ts +0 -28
- package/dist/components/overlays/index.d.ts +0 -13
- package/dist/components/overlays/utils/FocusLock.d.ts +0 -30
- package/dist/components/overlays/utils/ScrollLock.d.ts +0 -11
- package/dist/components/overlays/utils/positioning.d.ts +0 -68
- package/dist/components/primitives/Badge.d.ts +0 -9
- package/dist/components/primitives/Button.d.ts +0 -1
- package/dist/components/primitives/Card.d.ts +0 -1
- package/dist/components/primitives/Divider.d.ts +0 -7
- package/dist/components/primitives/Input.d.ts +0 -4
- package/dist/components/primitives/Label.d.ts +0 -1
- package/dist/components/primitives/Link.d.ts +0 -13
- package/dist/components/primitives/ThemeSwitch.d.ts +0 -9
- package/dist/components/radio/Radio.d.ts +0 -23
- package/dist/components/radio/Radio.types.d.ts +0 -63
- package/dist/components/radio/RadioGroup.d.ts +0 -20
- package/dist/components/radio/RadioGroup.types.d.ts +0 -61
- package/dist/components/radio/index.d.ts +0 -5
- package/dist/components/radio/radio-variants.d.ts +0 -13
- package/dist/components/search/SearchBar.d.ts +0 -10
- package/dist/components/sections/ArticlesSection.d.ts +0 -25
- package/dist/components/sections/CTASection.d.ts +0 -37
- package/dist/components/sections/FeatureSection.d.ts +0 -33
- package/dist/components/sections/HeroSection.d.ts +0 -27
- package/dist/components/sections/TrendingSection.d.ts +0 -28
- package/dist/components/select/Select.d.ts +0 -38
- package/dist/components/select/Select.types.d.ts +0 -107
- package/dist/components/select/index.d.ts +0 -5
- package/dist/components/select/legacy/select.d.ts +0 -11
- package/dist/components/select/select-variants.d.ts +0 -32
- package/dist/components/skeletons/EventCardSkeleton.d.ts +0 -6
- package/dist/components/skeletons/VenueCardSkeleton.d.ts +0 -6
- package/dist/components/switch/Switch.d.ts +0 -24
- package/dist/components/switch/Switch.types.d.ts +0 -53
- package/dist/components/switch/index.d.ts +0 -3
- package/dist/components/switch/switch-variants.d.ts +0 -34
- package/dist/components/textarea/Textarea.d.ts +0 -21
- package/dist/components/textarea/Textarea.types.d.ts +0 -40
- package/dist/components/textarea/index.d.ts +0 -3
- package/dist/components/textarea/legacy/textarea.d.ts +0 -11
- package/dist/components/textarea/textarea-variants.d.ts +0 -14
- package/dist/components/toasts/Toast.d.ts +0 -12
- package/dist/components/toasts/ToastProvider.d.ts +0 -26
- package/dist/components/ui/alert.d.ts +0 -9
- package/dist/components/ui/body.d.ts +0 -12
- package/dist/components/ui/button.d.ts +0 -13
- package/dist/components/ui/caption.d.ts +0 -11
- package/dist/components/ui/card.d.ts +0 -8
- package/dist/components/ui/code.d.ts +0 -11
- package/dist/components/ui/dialog.d.ts +0 -19
- package/dist/components/ui/display.d.ts +0 -12
- package/dist/components/ui/field.d.ts +0 -45
- package/dist/components/ui/heading.d.ts +0 -12
- package/dist/components/ui/label.d.ts +0 -12
- package/dist/components/ui/lead.d.ts +0 -11
- package/dist/components/ui/text.d.ts +0 -18
- package/dist/components/ui/toast.d.ts +0 -15
- package/dist/components/ui/toaster.d.ts +0 -1
- package/dist/components/ui/tooltip.d.ts +0 -7
- package/dist/dark-Cvoy1uFT.js +0 -30
- package/dist/dark-OOhiqt1q.cjs +0 -2
- package/dist/default-BKgH1D9-.js +0 -8
- package/dist/default-Ddg7Haf2.cjs +0 -2
- package/dist/hooks/use-toast.d.ts +0 -44
- package/dist/hooks/useDebounce.d.ts +0 -19
- package/dist/hooks/useModal.d.ts +0 -19
- package/dist/hooks/useToast.d.ts +0 -26
- package/dist/icons/IconArrowRight.d.ts +0 -6
- package/dist/icons/IconCalendar.d.ts +0 -6
- package/dist/icons/IconCheck.d.ts +0 -6
- package/dist/icons/IconChevronDown.d.ts +0 -6
- package/dist/icons/IconChevronRight.d.ts +0 -6
- package/dist/icons/IconClose.d.ts +0 -6
- package/dist/icons/IconError.d.ts +0 -6
- package/dist/icons/IconInfo.d.ts +0 -6
- package/dist/icons/IconLocation.d.ts +0 -6
- package/dist/icons/IconMenu.d.ts +0 -6
- package/dist/icons/IconSearch.d.ts +0 -6
- package/dist/icons/IconSuccess.d.ts +0 -6
- package/dist/icons/IconWarning.d.ts +0 -6
- package/dist/icons/icon.types.d.ts +0 -25
- package/dist/icons/index.d.ts +0 -34
- package/dist/lib/a11y.d.ts +0 -15
- package/dist/lib/responsive-props.d.ts +0 -63
- package/dist/lib/utils.d.ts +0 -8
- package/dist/motion-CzQhSEqk.js +0 -738
- package/dist/motion-DJx1TbXJ.cjs +0 -2
- package/dist/theme/ThemeProvider.d.ts +0 -55
- package/dist/theme/applyMode.d.ts +0 -42
- package/dist/theme/colors.d.ts +0 -6
- package/dist/theme/loader.d.ts +0 -63
- package/dist/theme/motion/gestures.d.ts +0 -76
- package/dist/theme/motion/useReducedMotion.d.ts +0 -11
- package/dist/theme/motion.d.ts +0 -127
- package/dist/theme/registry.d.ts +0 -70
- package/dist/theme/schema.d.ts +0 -124
- package/dist/theme/spacing.d.ts +0 -34
- package/dist/theme/typography.d.ts +0 -45
- package/dist/themes/brand.d.ts +0 -6
- package/dist/themes/brand_engine.d.ts +0 -108
- package/dist/themes/dark.d.ts +0 -6
- package/dist/themes/default.d.ts +0 -6
- package/dist/themes/index.d.ts +0 -24
- package/dist/themes/minimal.d.ts +0 -6
- package/dist/themes/neon.d.ts +0 -6
- package/dist/themes/types.d.ts +0 -278
- package/dist/tokens/components/alert.d.ts +0 -74
- package/dist/tokens/components/button.d.ts +0 -130
- package/dist/tokens/components/card.d.ts +0 -91
- package/dist/tokens/components/checkbox.d.ts +0 -161
- package/dist/tokens/components/data.d.ts +0 -227
- package/dist/tokens/components/domain.d.ts +0 -379
- package/dist/tokens/components/dropdown.d.ts +0 -146
- package/dist/tokens/components/icon.d.ts +0 -57
- package/dist/tokens/components/index.d.ts +0 -31
- package/dist/tokens/components/input.d.ts +0 -284
- package/dist/tokens/components/menu.d.ts +0 -114
- package/dist/tokens/components/motion.d.ts +0 -103
- package/dist/tokens/components/navigation.d.ts +0 -181
- package/dist/tokens/components/notifications.d.ts +0 -159
- package/dist/tokens/components/overlay.d.ts +0 -227
- package/dist/tokens/components/popover.d.ts +0 -84
- package/dist/tokens/components/radio.d.ts +0 -149
- package/dist/tokens/components/section.d.ts +0 -41
- package/dist/tokens/components/surface.d.ts +0 -94
- package/dist/tokens/components/switch.d.ts +0 -208
- package/dist/tokens/components/text.d.ts +0 -68
- package/dist/tokens/components/toast.d.ts +0 -146
- package/dist/tokens/components/tooltip.d.ts +0 -52
- package/dist/tokens/css-variables.d.ts +0 -251
- package/dist/tokens/motion/v2.d.ts +0 -342
- package/dist/tokens/motion.d.ts +0 -485
- package/dist/tokens/opacity.d.ts +0 -22
- package/dist/tokens/radius.d.ts +0 -161
- package/dist/tokens/shadows.d.ts +0 -230
- package/dist/tokens/spacing.d.ts +0 -238
- package/dist/tokens/theme.d.ts +0 -119
- package/dist/tokens/typography.d.ts +0 -460
- package/dist/typography-C-Nb4y0o.cjs +0 -2
- package/dist/typography-DHym9KAP.js +0 -1196
|
@@ -1,1196 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
const e = {
|
|
3
|
-
// Zero spacing
|
|
4
|
-
0: "0",
|
|
5
|
-
px: "1px",
|
|
6
|
-
// Half unit (4px)
|
|
7
|
-
0.5: "0.125rem",
|
|
8
|
-
// 4px
|
|
9
|
-
// Base unit multiples (8px increments)
|
|
10
|
-
1: "0.25rem",
|
|
11
|
-
// 4px (half unit, common)
|
|
12
|
-
1.5: "0.375rem",
|
|
13
|
-
// 6px (rare, for fine adjustments)
|
|
14
|
-
2: "0.5rem",
|
|
15
|
-
// 8px (base unit)
|
|
16
|
-
2.5: "0.625rem",
|
|
17
|
-
// 10px (rare)
|
|
18
|
-
3: "0.75rem",
|
|
19
|
-
// 12px (1.5 × base)
|
|
20
|
-
3.5: "0.875rem",
|
|
21
|
-
// 14px (rare)
|
|
22
|
-
4: "1rem",
|
|
23
|
-
// 16px (2 × base)
|
|
24
|
-
5: "1.25rem",
|
|
25
|
-
// 20px (2.5 × base)
|
|
26
|
-
6: "1.5rem",
|
|
27
|
-
// 24px (3 × base)
|
|
28
|
-
7: "1.75rem",
|
|
29
|
-
// 28px (3.5 × base)
|
|
30
|
-
8: "2rem",
|
|
31
|
-
// 32px (4 × base)
|
|
32
|
-
9: "2.25rem",
|
|
33
|
-
// 36px (4.5 × base)
|
|
34
|
-
10: "2.5rem",
|
|
35
|
-
// 40px (5 × base)
|
|
36
|
-
11: "2.75rem",
|
|
37
|
-
// 44px (5.5 × base)
|
|
38
|
-
12: "3rem",
|
|
39
|
-
// 48px (6 × base)
|
|
40
|
-
14: "3.5rem",
|
|
41
|
-
// 56px (7 × base)
|
|
42
|
-
16: "4rem",
|
|
43
|
-
// 64px (8 × base)
|
|
44
|
-
20: "5rem",
|
|
45
|
-
// 80px (10 × base)
|
|
46
|
-
24: "6rem",
|
|
47
|
-
// 96px (12 × base)
|
|
48
|
-
// Extended scale for larger spacing
|
|
49
|
-
28: "7rem",
|
|
50
|
-
// 112px (14 × base)
|
|
51
|
-
32: "8rem",
|
|
52
|
-
// 128px (16 × base)
|
|
53
|
-
36: "9rem",
|
|
54
|
-
// 144px (18 × base)
|
|
55
|
-
40: "10rem",
|
|
56
|
-
// 160px (20 × base)
|
|
57
|
-
44: "11rem",
|
|
58
|
-
// 176px (22 × base)
|
|
59
|
-
48: "12rem",
|
|
60
|
-
// 192px (24 × base)
|
|
61
|
-
52: "13rem",
|
|
62
|
-
// 208px (26 × base)
|
|
63
|
-
56: "14rem",
|
|
64
|
-
// 224px (28 × base)
|
|
65
|
-
60: "15rem",
|
|
66
|
-
// 240px (30 × base)
|
|
67
|
-
64: "16rem",
|
|
68
|
-
// 256px (32 × base)
|
|
69
|
-
72: "18rem",
|
|
70
|
-
// 288px (36 × base)
|
|
71
|
-
80: "20rem",
|
|
72
|
-
// 320px (40 × base)
|
|
73
|
-
96: "24rem"
|
|
74
|
-
// 384px (48 × base)
|
|
75
|
-
}, m = {
|
|
76
|
-
// Extra small spacing (tight, minimal)
|
|
77
|
-
xs: e[1],
|
|
78
|
-
// 4px (0.25rem)
|
|
79
|
-
// Small spacing (compact)
|
|
80
|
-
sm: e[2],
|
|
81
|
-
// 8px (0.5rem)
|
|
82
|
-
// Medium spacing (default)
|
|
83
|
-
md: e[4],
|
|
84
|
-
// 16px (1rem)
|
|
85
|
-
// Large spacing (spacious)
|
|
86
|
-
lg: e[6],
|
|
87
|
-
// 24px (1.5rem)
|
|
88
|
-
// Extra large spacing (very spacious)
|
|
89
|
-
xl: e[8],
|
|
90
|
-
// 32px (2rem)
|
|
91
|
-
// 2XL spacing (section-level)
|
|
92
|
-
"2xl": e[12],
|
|
93
|
-
// 48px (3rem)
|
|
94
|
-
// 3XL spacing (major sections)
|
|
95
|
-
"3xl": e[16],
|
|
96
|
-
// 64px (4rem)
|
|
97
|
-
// 4XL spacing (page sections)
|
|
98
|
-
"4xl": e[20],
|
|
99
|
-
// 80px (5rem)
|
|
100
|
-
// 5XL spacing (hero sections)
|
|
101
|
-
"5xl": e[24],
|
|
102
|
-
// 96px (6rem)
|
|
103
|
-
// None (no spacing)
|
|
104
|
-
none: e[0]
|
|
105
|
-
// 0
|
|
106
|
-
}, i = {
|
|
107
|
-
// Section spacing (vertical spacing between major sections)
|
|
108
|
-
section: {
|
|
109
|
-
xs: e[6],
|
|
110
|
-
// 24px (compact sections)
|
|
111
|
-
sm: e[8],
|
|
112
|
-
// 32px (small sections)
|
|
113
|
-
md: e[12],
|
|
114
|
-
// 48px (default sections)
|
|
115
|
-
lg: e[16],
|
|
116
|
-
// 64px (large sections)
|
|
117
|
-
xl: e[20],
|
|
118
|
-
// 80px (extra large sections)
|
|
119
|
-
"2xl": e[24]
|
|
120
|
-
// 96px (hero sections)
|
|
121
|
-
},
|
|
122
|
-
// Container spacing (padding inside containers)
|
|
123
|
-
container: {
|
|
124
|
-
xs: e[2],
|
|
125
|
-
// 8px (tight containers)
|
|
126
|
-
sm: e[4],
|
|
127
|
-
// 16px (compact containers)
|
|
128
|
-
md: e[6],
|
|
129
|
-
// 24px (default containers)
|
|
130
|
-
lg: e[8],
|
|
131
|
-
// 32px (spacious containers)
|
|
132
|
-
xl: e[12]
|
|
133
|
-
// 48px (very spacious containers)
|
|
134
|
-
},
|
|
135
|
-
// Grid spacing (gap between grid items)
|
|
136
|
-
grid: {
|
|
137
|
-
xs: e[2],
|
|
138
|
-
// 8px (tight grids)
|
|
139
|
-
sm: e[4],
|
|
140
|
-
// 16px (compact grids)
|
|
141
|
-
md: e[6],
|
|
142
|
-
// 24px (default grids)
|
|
143
|
-
lg: e[8],
|
|
144
|
-
// 32px (spacious grids)
|
|
145
|
-
xl: e[12]
|
|
146
|
-
// 48px (very spacious grids)
|
|
147
|
-
},
|
|
148
|
-
// Stack spacing (gap between stacked items)
|
|
149
|
-
stack: {
|
|
150
|
-
xs: e[1],
|
|
151
|
-
// 4px (tight stacks)
|
|
152
|
-
sm: e[2],
|
|
153
|
-
// 8px (compact stacks)
|
|
154
|
-
md: e[4],
|
|
155
|
-
// 16px (default stacks)
|
|
156
|
-
lg: e[6],
|
|
157
|
-
// 24px (spacious stacks)
|
|
158
|
-
xl: e[8]
|
|
159
|
-
// 32px (very spacious stacks)
|
|
160
|
-
},
|
|
161
|
-
// Component internal spacing (padding inside components)
|
|
162
|
-
component: {
|
|
163
|
-
xs: e[1],
|
|
164
|
-
// 4px (tight components)
|
|
165
|
-
sm: e[2],
|
|
166
|
-
// 8px (compact components)
|
|
167
|
-
md: e[4],
|
|
168
|
-
// 16px (default components)
|
|
169
|
-
lg: e[6],
|
|
170
|
-
// 24px (spacious components)
|
|
171
|
-
xl: e[8]
|
|
172
|
-
// 32px (extra spacious components)
|
|
173
|
-
}
|
|
174
|
-
}, z = {
|
|
175
|
-
// Base spacing scale
|
|
176
|
-
"--spacing-0": e[0],
|
|
177
|
-
"--spacing-px": e.px,
|
|
178
|
-
"--spacing-0-5": e[0.5],
|
|
179
|
-
"--spacing-1": e[1],
|
|
180
|
-
"--spacing-1-5": e[1.5],
|
|
181
|
-
"--spacing-2": e[2],
|
|
182
|
-
"--spacing-2-5": e[2.5],
|
|
183
|
-
"--spacing-3": e[3],
|
|
184
|
-
"--spacing-3-5": e[3.5],
|
|
185
|
-
"--spacing-4": e[4],
|
|
186
|
-
"--spacing-5": e[5],
|
|
187
|
-
"--spacing-6": e[6],
|
|
188
|
-
"--spacing-7": e[7],
|
|
189
|
-
"--spacing-8": e[8],
|
|
190
|
-
"--spacing-9": e[9],
|
|
191
|
-
"--spacing-10": e[10],
|
|
192
|
-
"--spacing-11": e[11],
|
|
193
|
-
"--spacing-12": e[12],
|
|
194
|
-
"--spacing-14": e[14],
|
|
195
|
-
"--spacing-16": e[16],
|
|
196
|
-
"--spacing-20": e[20],
|
|
197
|
-
"--spacing-24": e[24],
|
|
198
|
-
// Semantic spacing
|
|
199
|
-
"--spacing-xs": m.xs,
|
|
200
|
-
"--spacing-sm": m.sm,
|
|
201
|
-
"--spacing-md": m.md,
|
|
202
|
-
"--spacing-lg": m.lg,
|
|
203
|
-
"--spacing-xl": m.xl,
|
|
204
|
-
"--spacing-2xl": m["2xl"],
|
|
205
|
-
"--spacing-3xl": m["3xl"],
|
|
206
|
-
"--spacing-4xl": m["4xl"],
|
|
207
|
-
"--spacing-5xl": m["5xl"],
|
|
208
|
-
"--spacing-none": m.none,
|
|
209
|
-
// Layout spacing - sections
|
|
210
|
-
"--layout-section-xs": i.section.xs,
|
|
211
|
-
"--layout-section-sm": i.section.sm,
|
|
212
|
-
"--layout-section-md": i.section.md,
|
|
213
|
-
"--layout-section-lg": i.section.lg,
|
|
214
|
-
"--layout-section-xl": i.section.xl,
|
|
215
|
-
"--layout-section-2xl": i.section["2xl"],
|
|
216
|
-
// Layout spacing - containers
|
|
217
|
-
"--layout-container-xs": i.container.xs,
|
|
218
|
-
"--layout-container-sm": i.container.sm,
|
|
219
|
-
"--layout-container-md": i.container.md,
|
|
220
|
-
"--layout-container-lg": i.container.lg,
|
|
221
|
-
"--layout-container-xl": i.container.xl,
|
|
222
|
-
// Layout spacing - grids
|
|
223
|
-
"--layout-grid-xs": i.grid.xs,
|
|
224
|
-
"--layout-grid-sm": i.grid.sm,
|
|
225
|
-
"--layout-grid-md": i.grid.md,
|
|
226
|
-
"--layout-grid-lg": i.grid.lg,
|
|
227
|
-
"--layout-grid-xl": i.grid.xl,
|
|
228
|
-
// Layout spacing - stacks
|
|
229
|
-
"--layout-stack-xs": i.stack.xs,
|
|
230
|
-
"--layout-stack-sm": i.stack.sm,
|
|
231
|
-
"--layout-stack-md": i.stack.md,
|
|
232
|
-
"--layout-stack-lg": i.stack.lg,
|
|
233
|
-
"--layout-stack-xl": i.stack.xl,
|
|
234
|
-
// Layout spacing - components
|
|
235
|
-
"--layout-component-xs": i.component.xs,
|
|
236
|
-
"--layout-component-sm": i.component.sm,
|
|
237
|
-
"--layout-component-md": i.component.md,
|
|
238
|
-
"--layout-component-lg": i.component.lg,
|
|
239
|
-
"--layout-component-xl": i.component.xl
|
|
240
|
-
}, k = {
|
|
241
|
-
spacing: {
|
|
242
|
-
...e,
|
|
243
|
-
// Add semantic tokens as aliases
|
|
244
|
-
xs: m.xs,
|
|
245
|
-
sm: m.sm,
|
|
246
|
-
md: m.md,
|
|
247
|
-
lg: m.lg,
|
|
248
|
-
xl: m.xl,
|
|
249
|
-
"2xl": m["2xl"],
|
|
250
|
-
"3xl": m["3xl"],
|
|
251
|
-
"4xl": m["4xl"],
|
|
252
|
-
"5xl": m["5xl"],
|
|
253
|
-
none: m.none
|
|
254
|
-
}
|
|
255
|
-
}, u = {
|
|
256
|
-
fast: "150ms",
|
|
257
|
-
// Quick interactions
|
|
258
|
-
normal: "250ms",
|
|
259
|
-
// Default transitions
|
|
260
|
-
slow: "350ms",
|
|
261
|
-
// Emphasized animations
|
|
262
|
-
reduced: "0ms"
|
|
263
|
-
// For prefers-reduced-motion
|
|
264
|
-
}, S = {
|
|
265
|
-
soft: "cubic-bezier(0.22, 1, 0.36, 1)",
|
|
266
|
-
// Gentle, smooth
|
|
267
|
-
standard: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
268
|
-
// Material Design standard
|
|
269
|
-
emphasized: "cubic-bezier(0.2, 0, 0, 1)"
|
|
270
|
-
// Strong, decisive
|
|
271
|
-
}, b = {
|
|
272
|
-
fast: `${u.fast} ${S.standard}`,
|
|
273
|
-
normal: `${u.normal} ${S.standard}`,
|
|
274
|
-
slow: `${u.slow} ${S.emphasized}`,
|
|
275
|
-
soft: `${u.normal} ${S.soft}`,
|
|
276
|
-
reduced: `${u.reduced} linear`
|
|
277
|
-
}, v = {
|
|
278
|
-
in: {
|
|
279
|
-
from: { opacity: 0 },
|
|
280
|
-
to: { opacity: 1 }
|
|
281
|
-
},
|
|
282
|
-
out: {
|
|
283
|
-
from: { opacity: 1 },
|
|
284
|
-
to: { opacity: 0 }
|
|
285
|
-
}
|
|
286
|
-
}, H = {
|
|
287
|
-
in: {
|
|
288
|
-
from: { transform: "scale(0.95)", opacity: 0 },
|
|
289
|
-
to: { transform: "scale(1)", opacity: 1 }
|
|
290
|
-
},
|
|
291
|
-
out: {
|
|
292
|
-
from: { transform: "scale(1)", opacity: 1 },
|
|
293
|
-
to: { transform: "scale(0.95)", opacity: 0 }
|
|
294
|
-
}
|
|
295
|
-
}, w = {
|
|
296
|
-
up: {
|
|
297
|
-
in: {
|
|
298
|
-
from: { transform: "translateY(100%)", opacity: 0 },
|
|
299
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
300
|
-
},
|
|
301
|
-
out: {
|
|
302
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
303
|
-
to: { transform: "translateY(100%)", opacity: 0 }
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
down: {
|
|
307
|
-
in: {
|
|
308
|
-
from: { transform: "translateY(-100%)", opacity: 0 },
|
|
309
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
310
|
-
},
|
|
311
|
-
out: {
|
|
312
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
313
|
-
to: { transform: "translateY(-100%)", opacity: 0 }
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
left: {
|
|
317
|
-
in: {
|
|
318
|
-
from: { transform: "translateX(100%)", opacity: 0 },
|
|
319
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
320
|
-
},
|
|
321
|
-
out: {
|
|
322
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
323
|
-
to: { transform: "translateX(100%)", opacity: 0 }
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
right: {
|
|
327
|
-
in: {
|
|
328
|
-
from: { transform: "translateX(-100%)", opacity: 0 },
|
|
329
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
330
|
-
},
|
|
331
|
-
out: {
|
|
332
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
333
|
-
to: { transform: "translateX(-100%)", opacity: 0 }
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}, h = {
|
|
337
|
-
fadeScale: {
|
|
338
|
-
in: {
|
|
339
|
-
from: { transform: "scale(0.95)", opacity: 0 },
|
|
340
|
-
to: { transform: "scale(1)", opacity: 1 }
|
|
341
|
-
},
|
|
342
|
-
out: {
|
|
343
|
-
from: { transform: "scale(1)", opacity: 1 },
|
|
344
|
-
to: { transform: "scale(0.95)", opacity: 0 }
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
fadeSlideUp: {
|
|
348
|
-
in: {
|
|
349
|
-
from: { transform: "translateY(100%)", opacity: 0 },
|
|
350
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
351
|
-
},
|
|
352
|
-
out: {
|
|
353
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
354
|
-
to: { transform: "translateY(100%)", opacity: 0 }
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
fadeSlideDown: {
|
|
358
|
-
in: {
|
|
359
|
-
from: { transform: "translateY(-100%)", opacity: 0 },
|
|
360
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
361
|
-
},
|
|
362
|
-
out: {
|
|
363
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
364
|
-
to: { transform: "translateY(-100%)", opacity: 0 }
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
fadeSlideLeft: {
|
|
368
|
-
in: {
|
|
369
|
-
from: { transform: "translateX(100%)", opacity: 0 },
|
|
370
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
371
|
-
},
|
|
372
|
-
out: {
|
|
373
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
374
|
-
to: { transform: "translateX(100%)", opacity: 0 }
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
fadeSlideRight: {
|
|
378
|
-
in: {
|
|
379
|
-
from: { transform: "translateX(-100%)", opacity: 0 },
|
|
380
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
381
|
-
},
|
|
382
|
-
out: {
|
|
383
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
384
|
-
to: { transform: "translateX(-100%)", opacity: 0 }
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
}, $ = {
|
|
388
|
-
// Durations
|
|
389
|
-
"--motion-duration-fast": u.fast,
|
|
390
|
-
"--motion-duration-normal": u.normal,
|
|
391
|
-
"--motion-duration-slow": u.slow,
|
|
392
|
-
"--motion-duration-reduced": u.reduced,
|
|
393
|
-
// Easings
|
|
394
|
-
"--motion-easing-soft": S.soft,
|
|
395
|
-
"--motion-easing-standard": S.standard,
|
|
396
|
-
"--motion-easing-emphasized": S.emphasized,
|
|
397
|
-
// Transitions
|
|
398
|
-
"--motion-transition-fast": b.fast,
|
|
399
|
-
"--motion-transition-normal": b.normal,
|
|
400
|
-
"--motion-transition-slow": b.slow,
|
|
401
|
-
"--motion-transition-soft": b.soft,
|
|
402
|
-
"--motion-transition-reduced": b.reduced
|
|
403
|
-
}, F = {
|
|
404
|
-
transitionDuration: {
|
|
405
|
-
...u
|
|
406
|
-
},
|
|
407
|
-
transitionTimingFunction: {
|
|
408
|
-
...S
|
|
409
|
-
},
|
|
410
|
-
keyframes: {
|
|
411
|
-
// Fade
|
|
412
|
-
"fade-in": v.in,
|
|
413
|
-
"fade-out": v.out,
|
|
414
|
-
// Scale
|
|
415
|
-
"scale-in": H.in,
|
|
416
|
-
"scale-out": H.out,
|
|
417
|
-
// Slide
|
|
418
|
-
"slide-up-in": w.up.in,
|
|
419
|
-
"slide-up-out": w.up.out,
|
|
420
|
-
"slide-down-in": w.down.in,
|
|
421
|
-
"slide-down-out": w.down.out,
|
|
422
|
-
"slide-left-in": w.left.in,
|
|
423
|
-
"slide-left-out": w.left.out,
|
|
424
|
-
"slide-right-in": w.right.in,
|
|
425
|
-
"slide-right-out": w.right.out,
|
|
426
|
-
// Combined
|
|
427
|
-
"fade-scale-in": h.fadeScale.in,
|
|
428
|
-
"fade-scale-out": h.fadeScale.out,
|
|
429
|
-
"fade-slide-up-in": h.fadeSlideUp.in,
|
|
430
|
-
"fade-slide-up-out": h.fadeSlideUp.out,
|
|
431
|
-
"fade-slide-down-in": h.fadeSlideDown.in,
|
|
432
|
-
"fade-slide-down-out": h.fadeSlideDown.out,
|
|
433
|
-
"fade-slide-left-in": h.fadeSlideLeft.in,
|
|
434
|
-
"fade-slide-left-out": h.fadeSlideLeft.out,
|
|
435
|
-
"fade-slide-right-in": h.fadeSlideRight.in,
|
|
436
|
-
"fade-slide-right-out": h.fadeSlideRight.out
|
|
437
|
-
}
|
|
438
|
-
}, a = {
|
|
439
|
-
// No radius
|
|
440
|
-
none: "0",
|
|
441
|
-
// Extra small radius
|
|
442
|
-
xs: "0.125rem",
|
|
443
|
-
// 2px
|
|
444
|
-
// Small radius
|
|
445
|
-
sm: "0.25rem",
|
|
446
|
-
// 4px (base unit)
|
|
447
|
-
// Default radius (base)
|
|
448
|
-
DEFAULT: "0.25rem",
|
|
449
|
-
// 4px (same as sm)
|
|
450
|
-
base: "0.25rem",
|
|
451
|
-
// 4px (alias)
|
|
452
|
-
// Medium radius
|
|
453
|
-
md: "0.375rem",
|
|
454
|
-
// 6px
|
|
455
|
-
// Large radius
|
|
456
|
-
lg: "0.5rem",
|
|
457
|
-
// 8px (2 × base)
|
|
458
|
-
// Extra large radius
|
|
459
|
-
xl: "0.75rem",
|
|
460
|
-
// 12px (3 × base)
|
|
461
|
-
// 2XL radius
|
|
462
|
-
"2xl": "1rem",
|
|
463
|
-
// 16px (4 × base)
|
|
464
|
-
// 3XL radius
|
|
465
|
-
"3xl": "1.5rem",
|
|
466
|
-
// 24px (6 × base)
|
|
467
|
-
// Full radius (circular)
|
|
468
|
-
full: "9999px"
|
|
469
|
-
}, c = {
|
|
470
|
-
// Button radius standards
|
|
471
|
-
button: {
|
|
472
|
-
sm: a.sm,
|
|
473
|
-
// 4px (compact buttons)
|
|
474
|
-
md: a.md,
|
|
475
|
-
// 6px (default buttons)
|
|
476
|
-
lg: a.lg,
|
|
477
|
-
// 8px (large buttons)
|
|
478
|
-
pill: a.full
|
|
479
|
-
// Full (pill buttons)
|
|
480
|
-
},
|
|
481
|
-
// Card radius standards
|
|
482
|
-
card: {
|
|
483
|
-
sm: a.sm,
|
|
484
|
-
// 4px (compact cards)
|
|
485
|
-
md: a.md,
|
|
486
|
-
// 6px (default cards)
|
|
487
|
-
lg: a.lg,
|
|
488
|
-
// 8px (large cards)
|
|
489
|
-
xl: a.xl
|
|
490
|
-
// 12px (feature cards)
|
|
491
|
-
},
|
|
492
|
-
// Input/Form field radius standards
|
|
493
|
-
input: {
|
|
494
|
-
sm: a.sm,
|
|
495
|
-
// 4px (compact inputs)
|
|
496
|
-
md: a.md,
|
|
497
|
-
// 6px (default inputs)
|
|
498
|
-
lg: a.lg
|
|
499
|
-
// 8px (large inputs)
|
|
500
|
-
},
|
|
501
|
-
// Badge/Status radius standards
|
|
502
|
-
badge: {
|
|
503
|
-
sm: a.xs,
|
|
504
|
-
// 2px (compact badges)
|
|
505
|
-
md: a.sm,
|
|
506
|
-
// 4px (default badges)
|
|
507
|
-
lg: a.md,
|
|
508
|
-
// 6px (large badges)
|
|
509
|
-
pill: a.full
|
|
510
|
-
// Full (pill badges)
|
|
511
|
-
},
|
|
512
|
-
// Avatar radius standards
|
|
513
|
-
avatar: {
|
|
514
|
-
sm: a.full,
|
|
515
|
-
// Full (small avatars)
|
|
516
|
-
md: a.full,
|
|
517
|
-
// Full (default avatars)
|
|
518
|
-
lg: a.full,
|
|
519
|
-
// Full (large avatars)
|
|
520
|
-
square: a.md
|
|
521
|
-
// 6px (square avatars)
|
|
522
|
-
},
|
|
523
|
-
// Modal/Dialog radius standards
|
|
524
|
-
modal: {
|
|
525
|
-
sm: a.md,
|
|
526
|
-
// 6px (small modals)
|
|
527
|
-
md: a.lg,
|
|
528
|
-
// 8px (default modals)
|
|
529
|
-
lg: a.xl,
|
|
530
|
-
// 12px (large modals)
|
|
531
|
-
xl: a["2xl"]
|
|
532
|
-
// 16px (extra large modals)
|
|
533
|
-
},
|
|
534
|
-
// Tooltip radius standards
|
|
535
|
-
tooltip: {
|
|
536
|
-
sm: a.sm,
|
|
537
|
-
// 4px (default tooltips)
|
|
538
|
-
md: a.md
|
|
539
|
-
// 6px (large tooltips)
|
|
540
|
-
},
|
|
541
|
-
// Toast/Notification radius standards
|
|
542
|
-
toast: {
|
|
543
|
-
sm: a.md,
|
|
544
|
-
// 6px (compact toasts)
|
|
545
|
-
md: a.lg,
|
|
546
|
-
// 8px (default toasts)
|
|
547
|
-
lg: a.xl
|
|
548
|
-
// 12px (large toasts)
|
|
549
|
-
},
|
|
550
|
-
// Chip/Tag radius standards
|
|
551
|
-
chip: {
|
|
552
|
-
sm: a.xs,
|
|
553
|
-
// 2px (compact chips)
|
|
554
|
-
md: a.sm,
|
|
555
|
-
// 4px (default chips)
|
|
556
|
-
lg: a.md,
|
|
557
|
-
// 6px (large chips)
|
|
558
|
-
pill: a.full
|
|
559
|
-
// Full (pill chips)
|
|
560
|
-
},
|
|
561
|
-
// Image/Media radius standards
|
|
562
|
-
image: {
|
|
563
|
-
none: a.none,
|
|
564
|
-
// 0 (sharp images)
|
|
565
|
-
sm: a.sm,
|
|
566
|
-
// 4px (subtle rounding)
|
|
567
|
-
md: a.md,
|
|
568
|
-
// 6px (default)
|
|
569
|
-
lg: a.lg,
|
|
570
|
-
// 8px (rounded)
|
|
571
|
-
xl: a.xl,
|
|
572
|
-
// 12px (very rounded)
|
|
573
|
-
full: a.full
|
|
574
|
-
// Full (circular images)
|
|
575
|
-
}
|
|
576
|
-
}, j = {
|
|
577
|
-
// Border radius scale
|
|
578
|
-
"--radius-none": a.none,
|
|
579
|
-
"--radius-xs": a.xs,
|
|
580
|
-
"--radius-sm": a.sm,
|
|
581
|
-
"--radius-base": a.base,
|
|
582
|
-
"--radius-md": a.md,
|
|
583
|
-
"--radius-lg": a.lg,
|
|
584
|
-
"--radius-xl": a.xl,
|
|
585
|
-
"--radius-2xl": a["2xl"],
|
|
586
|
-
"--radius-3xl": a["3xl"],
|
|
587
|
-
"--radius-full": a.full,
|
|
588
|
-
// Default radius variable (commonly used)
|
|
589
|
-
"--radius": a.md,
|
|
590
|
-
// Default to medium (6px)
|
|
591
|
-
// Component-specific radius variables
|
|
592
|
-
"--radius-button": c.button.md,
|
|
593
|
-
"--radius-card": c.card.md,
|
|
594
|
-
"--radius-input": c.input.md,
|
|
595
|
-
"--radius-badge": c.badge.md,
|
|
596
|
-
"--radius-modal": c.modal.md,
|
|
597
|
-
"--radius-tooltip": c.tooltip.sm,
|
|
598
|
-
"--radius-toast": c.toast.md,
|
|
599
|
-
"--radius-chip": c.chip.md,
|
|
600
|
-
"--radius-image": c.image.md
|
|
601
|
-
}, C = {
|
|
602
|
-
borderRadius: {
|
|
603
|
-
...a,
|
|
604
|
-
// Add component-specific aliases
|
|
605
|
-
button: c.button.md,
|
|
606
|
-
card: c.card.md,
|
|
607
|
-
input: c.input.md,
|
|
608
|
-
badge: c.badge.md,
|
|
609
|
-
modal: c.modal.md,
|
|
610
|
-
tooltip: c.tooltip.sm,
|
|
611
|
-
toast: c.toast.md,
|
|
612
|
-
chip: c.chip.md,
|
|
613
|
-
image: c.image.md
|
|
614
|
-
}
|
|
615
|
-
}, x = {
|
|
616
|
-
black: "0 0 0",
|
|
617
|
-
// Black color for shadows (rgb format)
|
|
618
|
-
overlay: "0 0 0"
|
|
619
|
-
// Black color for overlays (rgba format)
|
|
620
|
-
}, f = {
|
|
621
|
-
xs: "0.05",
|
|
622
|
-
sm: "0.1",
|
|
623
|
-
md: "0.1",
|
|
624
|
-
lg: "0.1",
|
|
625
|
-
xl: "0.1",
|
|
626
|
-
"2xl": "0.25",
|
|
627
|
-
overlay: "0.5",
|
|
628
|
-
backdrop: "0.5"
|
|
629
|
-
}, n = {
|
|
630
|
-
none: "none",
|
|
631
|
-
xs: `0 1px 2px 0 rgb(${x.black} / ${f.xs})`,
|
|
632
|
-
sm: `0 1px 3px 0 rgb(${x.black} / ${f.sm}), 0 1px 2px -1px rgb(${x.black} / ${f.sm})`,
|
|
633
|
-
md: `0 4px 6px -1px rgb(${x.black} / ${f.md}), 0 2px 4px -2px rgb(${x.black} / ${f.md})`,
|
|
634
|
-
lg: `0 10px 15px -3px rgb(${x.black} / ${f.lg}), 0 4px 6px -4px rgb(${x.black} / ${f.lg})`,
|
|
635
|
-
xl: `0 20px 25px -5px rgb(${x.black} / ${f.xl}), 0 8px 10px -6px rgb(${x.black} / ${f.xl})`,
|
|
636
|
-
"2xl": `0 25px 50px -12px rgb(${x.black} / ${f["2xl"]})`
|
|
637
|
-
}, d = {
|
|
638
|
-
xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)",
|
|
639
|
-
sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)",
|
|
640
|
-
md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)",
|
|
641
|
-
lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)",
|
|
642
|
-
xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)",
|
|
643
|
-
"2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)"
|
|
644
|
-
}, p = {
|
|
645
|
-
xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)",
|
|
646
|
-
sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)",
|
|
647
|
-
md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)",
|
|
648
|
-
lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)",
|
|
649
|
-
xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)",
|
|
650
|
-
"2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)"
|
|
651
|
-
}, g = {
|
|
652
|
-
// Primary glow effects
|
|
653
|
-
"glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)",
|
|
654
|
-
"glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)",
|
|
655
|
-
"glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)",
|
|
656
|
-
"glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)",
|
|
657
|
-
// Accent glow effects
|
|
658
|
-
"glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)",
|
|
659
|
-
"glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)",
|
|
660
|
-
"glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)",
|
|
661
|
-
"glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)"
|
|
662
|
-
}, y = {
|
|
663
|
-
default: "0 0 0 3px hsl(var(--ring) / 0.5)",
|
|
664
|
-
primary: "0 0 0 3px hsl(var(--primary-500) / 0.3)",
|
|
665
|
-
accent: "0 0 0 3px hsl(var(--accent-500) / 0.3)",
|
|
666
|
-
"focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)",
|
|
667
|
-
"focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)"
|
|
668
|
-
}, W = {
|
|
669
|
-
// Elevation shadows
|
|
670
|
-
"--shadow-none": n.none,
|
|
671
|
-
"--shadow-xs": n.xs,
|
|
672
|
-
"--shadow-sm": n.sm,
|
|
673
|
-
"--shadow-md": n.md,
|
|
674
|
-
"--shadow-lg": n.lg,
|
|
675
|
-
"--shadow-xl": n.xl,
|
|
676
|
-
"--shadow-2xl": n["2xl"],
|
|
677
|
-
// Primary colored shadows
|
|
678
|
-
"--shadow-primary-xs": d.xs,
|
|
679
|
-
"--shadow-primary-sm": d.sm,
|
|
680
|
-
"--shadow-primary-md": d.md,
|
|
681
|
-
"--shadow-primary-lg": d.lg,
|
|
682
|
-
"--shadow-primary-xl": d.xl,
|
|
683
|
-
"--shadow-primary-2xl": d["2xl"],
|
|
684
|
-
// Accent colored shadows
|
|
685
|
-
"--shadow-accent-xs": p.xs,
|
|
686
|
-
"--shadow-accent-sm": p.sm,
|
|
687
|
-
"--shadow-accent-md": p.md,
|
|
688
|
-
"--shadow-accent-lg": p.lg,
|
|
689
|
-
"--shadow-accent-xl": p.xl,
|
|
690
|
-
"--shadow-accent-2xl": p["2xl"],
|
|
691
|
-
// Glow effects
|
|
692
|
-
"--glow-primary": g["glow-primary"],
|
|
693
|
-
"--glow-primary-subtle": g["glow-primary-subtle"],
|
|
694
|
-
"--glow-primary-medium": g["glow-primary-medium"],
|
|
695
|
-
"--glow-primary-strong": g["glow-primary-strong"],
|
|
696
|
-
"--glow-accent": g["glow-accent"],
|
|
697
|
-
"--glow-accent-subtle": g["glow-accent-subtle"],
|
|
698
|
-
"--glow-accent-medium": g["glow-accent-medium"],
|
|
699
|
-
"--glow-accent-strong": g["glow-accent-strong"],
|
|
700
|
-
// Focus rings
|
|
701
|
-
"--focus-ring-default": y.default,
|
|
702
|
-
"--focus-ring-primary": y.primary,
|
|
703
|
-
"--focus-ring-accent": y.accent,
|
|
704
|
-
"--focus-primary": y["focus-primary"],
|
|
705
|
-
"--focus-accent": y["focus-accent"]
|
|
706
|
-
}, X = {
|
|
707
|
-
card: {
|
|
708
|
-
default: n.sm,
|
|
709
|
-
hover: n.md,
|
|
710
|
-
active: n.xs,
|
|
711
|
-
selected: d.sm
|
|
712
|
-
},
|
|
713
|
-
button: {
|
|
714
|
-
default: n.xs,
|
|
715
|
-
hover: n.sm,
|
|
716
|
-
active: n.none,
|
|
717
|
-
focus: y.primary
|
|
718
|
-
},
|
|
719
|
-
"button-accent": {
|
|
720
|
-
default: p.xs,
|
|
721
|
-
hover: p.sm,
|
|
722
|
-
active: n.none,
|
|
723
|
-
focus: y.accent
|
|
724
|
-
},
|
|
725
|
-
modal: {
|
|
726
|
-
default: n.xl,
|
|
727
|
-
backdrop: `rgba(${x.overlay}, ${f.backdrop})`
|
|
728
|
-
},
|
|
729
|
-
dropdown: {
|
|
730
|
-
default: n.md,
|
|
731
|
-
hover: n.lg
|
|
732
|
-
},
|
|
733
|
-
tooltip: {
|
|
734
|
-
default: n.sm
|
|
735
|
-
},
|
|
736
|
-
toast: {
|
|
737
|
-
default: n.lg,
|
|
738
|
-
success: "0 10px 15px -3px hsl(var(--semantic-success) / 0.3)",
|
|
739
|
-
error: "0 10px 15px -3px hsl(var(--semantic-error) / 0.3)"
|
|
740
|
-
}
|
|
741
|
-
}, Y = {
|
|
742
|
-
boxShadow: {
|
|
743
|
-
// Elevation shadows
|
|
744
|
-
none: n.none,
|
|
745
|
-
xs: n.xs,
|
|
746
|
-
sm: n.sm,
|
|
747
|
-
md: n.md,
|
|
748
|
-
lg: n.lg,
|
|
749
|
-
xl: n.xl,
|
|
750
|
-
"2xl": n["2xl"],
|
|
751
|
-
// Primary colored shadows
|
|
752
|
-
"primary-xs": d.xs,
|
|
753
|
-
"primary-sm": d.sm,
|
|
754
|
-
"primary-md": d.md,
|
|
755
|
-
"primary-lg": d.lg,
|
|
756
|
-
"primary-xl": d.xl,
|
|
757
|
-
"primary-2xl": d["2xl"],
|
|
758
|
-
// Accent colored shadows
|
|
759
|
-
"accent-xs": p.xs,
|
|
760
|
-
"accent-sm": p.sm,
|
|
761
|
-
"accent-md": p.md,
|
|
762
|
-
"accent-lg": p.lg,
|
|
763
|
-
"accent-xl": p.xl,
|
|
764
|
-
"accent-2xl": p["2xl"],
|
|
765
|
-
// Glow effects
|
|
766
|
-
"glow-primary": g["glow-primary"],
|
|
767
|
-
"glow-primary-subtle": g["glow-primary-subtle"],
|
|
768
|
-
"glow-primary-medium": g["glow-primary-medium"],
|
|
769
|
-
"glow-primary-strong": g["glow-primary-strong"],
|
|
770
|
-
"glow-accent": g["glow-accent"],
|
|
771
|
-
"glow-accent-subtle": g["glow-accent-subtle"],
|
|
772
|
-
"glow-accent-medium": g["glow-accent-medium"],
|
|
773
|
-
"glow-accent-strong": g["glow-accent-strong"],
|
|
774
|
-
// Focus rings (using box-shadow for focus states)
|
|
775
|
-
"focus-ring": y.default,
|
|
776
|
-
"focus-primary": y["focus-primary"],
|
|
777
|
-
"focus-accent": y["focus-accent"]
|
|
778
|
-
},
|
|
779
|
-
// Ring width (for focus rings using ring utilities)
|
|
780
|
-
ringWidth: {
|
|
781
|
-
DEFAULT: "3px",
|
|
782
|
-
sm: "2px",
|
|
783
|
-
md: "3px",
|
|
784
|
-
lg: "4px"
|
|
785
|
-
},
|
|
786
|
-
// Ring color (for focus rings)
|
|
787
|
-
ringColor: {
|
|
788
|
-
DEFAULT: "hsl(var(--ring) / 0.5)",
|
|
789
|
-
primary: "hsl(var(--primary-500) / 0.3)",
|
|
790
|
-
accent: "hsl(var(--accent-500) / 0.3)",
|
|
791
|
-
"focus-primary": "hsl(var(--primary-500) / 0.3)",
|
|
792
|
-
"focus-accent": "hsl(var(--accent-500) / 0.3)"
|
|
793
|
-
}
|
|
794
|
-
}, l = {
|
|
795
|
-
// Primary font - Inter (default sans)
|
|
796
|
-
sans: [
|
|
797
|
-
"Inter",
|
|
798
|
-
"ui-sans-serif",
|
|
799
|
-
"system-ui",
|
|
800
|
-
"-apple-system",
|
|
801
|
-
"BlinkMacSystemFont",
|
|
802
|
-
"Segoe UI",
|
|
803
|
-
"Roboto",
|
|
804
|
-
"Helvetica Neue",
|
|
805
|
-
"Arial",
|
|
806
|
-
"Noto Sans",
|
|
807
|
-
"sans-serif",
|
|
808
|
-
"Apple Color Emoji",
|
|
809
|
-
"Segoe UI Emoji",
|
|
810
|
-
"Segoe UI Symbol",
|
|
811
|
-
"Noto Color Emoji"
|
|
812
|
-
],
|
|
813
|
-
// Optional font - Satoshi
|
|
814
|
-
satoshi: [
|
|
815
|
-
"Satoshi",
|
|
816
|
-
"Inter",
|
|
817
|
-
"ui-sans-serif",
|
|
818
|
-
"system-ui",
|
|
819
|
-
"-apple-system",
|
|
820
|
-
"BlinkMacSystemFont",
|
|
821
|
-
"Segoe UI",
|
|
822
|
-
"Roboto",
|
|
823
|
-
"sans-serif"
|
|
824
|
-
],
|
|
825
|
-
// Display font - Clash Display (for headings and hero sections)
|
|
826
|
-
display: [
|
|
827
|
-
"Clash Display",
|
|
828
|
-
"Inter",
|
|
829
|
-
"ui-sans-serif",
|
|
830
|
-
"system-ui",
|
|
831
|
-
"-apple-system",
|
|
832
|
-
"BlinkMacSystemFont",
|
|
833
|
-
"Segoe UI",
|
|
834
|
-
"Roboto",
|
|
835
|
-
"sans-serif"
|
|
836
|
-
],
|
|
837
|
-
// Serif font family
|
|
838
|
-
serif: ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"],
|
|
839
|
-
// Monospace font family
|
|
840
|
-
mono: [
|
|
841
|
-
"ui-monospace",
|
|
842
|
-
"SFMono-Regular",
|
|
843
|
-
"Menlo",
|
|
844
|
-
"Monaco",
|
|
845
|
-
"Consolas",
|
|
846
|
-
"Liberation Mono",
|
|
847
|
-
"Courier New",
|
|
848
|
-
"monospace"
|
|
849
|
-
]
|
|
850
|
-
}, t = {
|
|
851
|
-
// text-xs: 12px base, scales from 0.75rem to 0.875rem
|
|
852
|
-
xs: [
|
|
853
|
-
"clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)",
|
|
854
|
-
{ lineHeight: "1rem", letterSpacing: "0.05em" }
|
|
855
|
-
],
|
|
856
|
-
// text-sm: 14px base, scales from 0.875rem to 1rem
|
|
857
|
-
sm: [
|
|
858
|
-
"clamp(0.875rem, 0.8rem + 0.25vw, 1rem)",
|
|
859
|
-
{ lineHeight: "1.25rem", letterSpacing: "0.025em" }
|
|
860
|
-
],
|
|
861
|
-
// text-base: 16px base, scales from 1rem to 1.125rem
|
|
862
|
-
base: ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", { lineHeight: "1.5rem", letterSpacing: "0em" }],
|
|
863
|
-
// text-lg: 18px base, scales from 1.125rem to 1.25rem
|
|
864
|
-
lg: [
|
|
865
|
-
"clamp(1.125rem, 1rem + 0.5vw, 1.25rem)",
|
|
866
|
-
{ lineHeight: "1.75rem", letterSpacing: "-0.025em" }
|
|
867
|
-
],
|
|
868
|
-
// text-xl: 20px base, scales from 1.25rem to 1.5rem
|
|
869
|
-
xl: [
|
|
870
|
-
"clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)",
|
|
871
|
-
{ lineHeight: "1.75rem", letterSpacing: "-0.025em" }
|
|
872
|
-
],
|
|
873
|
-
// text-2xl: 24px base, scales from 1.5rem to 2rem
|
|
874
|
-
"2xl": [
|
|
875
|
-
"clamp(1.5rem, 1.25rem + 1.25vw, 2rem)",
|
|
876
|
-
{ lineHeight: "2rem", letterSpacing: "-0.05em" }
|
|
877
|
-
],
|
|
878
|
-
// text-3xl: 30px base, scales from 1.875rem to 2.5rem
|
|
879
|
-
"3xl": [
|
|
880
|
-
"clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)",
|
|
881
|
-
{ lineHeight: "2.25rem", letterSpacing: "-0.05em" }
|
|
882
|
-
],
|
|
883
|
-
// text-4xl: 36px base, scales from 2.25rem to 3rem
|
|
884
|
-
"4xl": [
|
|
885
|
-
"clamp(2.25rem, 1.75rem + 2.5vw, 3rem)",
|
|
886
|
-
{ lineHeight: "2.5rem", letterSpacing: "-0.025em" }
|
|
887
|
-
],
|
|
888
|
-
// text-5xl: 48px base, scales from 3rem to 4rem
|
|
889
|
-
"5xl": ["clamp(3rem, 2rem + 5vw, 4rem)", { lineHeight: "1", letterSpacing: "-0.025em" }],
|
|
890
|
-
// text-6xl: 60px base, scales from 3.75rem to 5rem
|
|
891
|
-
"6xl": ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
|
|
892
|
-
// text-7xl: 72px base (optional, for hero sections)
|
|
893
|
-
"7xl": ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
|
|
894
|
-
// text-8xl: 96px base (optional, for hero sections)
|
|
895
|
-
"8xl": ["clamp(6rem, 4rem + 10vw, 8rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
|
|
896
|
-
// text-9xl: 128px base (optional, for hero sections)
|
|
897
|
-
"9xl": ["clamp(8rem, 5rem + 15vw, 12rem)", { lineHeight: "1", letterSpacing: "-0.05em" }]
|
|
898
|
-
}, o = {
|
|
899
|
-
thin: "100",
|
|
900
|
-
extralight: "200",
|
|
901
|
-
light: "300",
|
|
902
|
-
normal: "400",
|
|
903
|
-
medium: "500",
|
|
904
|
-
semibold: "600",
|
|
905
|
-
bold: "700",
|
|
906
|
-
extrabold: "800",
|
|
907
|
-
black: "900"
|
|
908
|
-
}, s = {
|
|
909
|
-
none: "1",
|
|
910
|
-
tight: "1.25",
|
|
911
|
-
snug: "1.375",
|
|
912
|
-
normal: "1.5",
|
|
913
|
-
relaxed: "1.625",
|
|
914
|
-
loose: "2"
|
|
915
|
-
}, r = {
|
|
916
|
-
tighter: "-0.05em",
|
|
917
|
-
tight: "-0.025em",
|
|
918
|
-
normal: "0em",
|
|
919
|
-
wide: "0.025em",
|
|
920
|
-
wider: "0.05em",
|
|
921
|
-
widest: "0.1em"
|
|
922
|
-
}, V = {
|
|
923
|
-
// Font families
|
|
924
|
-
"--font-sans": l.sans.join(", "),
|
|
925
|
-
"--font-satoshi": l.satoshi.join(", "),
|
|
926
|
-
"--font-display": l.display.join(", "),
|
|
927
|
-
"--font-serif": l.serif.join(", "),
|
|
928
|
-
"--font-mono": l.mono.join(", "),
|
|
929
|
-
// Font sizes (using clamp values)
|
|
930
|
-
"--font-size-xs": t.xs[0],
|
|
931
|
-
"--font-size-sm": t.sm[0],
|
|
932
|
-
"--font-size-base": t.base[0],
|
|
933
|
-
"--font-size-lg": t.lg[0],
|
|
934
|
-
"--font-size-xl": t.xl[0],
|
|
935
|
-
"--font-size-2xl": t["2xl"][0],
|
|
936
|
-
"--font-size-3xl": t["3xl"][0],
|
|
937
|
-
"--font-size-4xl": t["4xl"][0],
|
|
938
|
-
"--font-size-5xl": t["5xl"][0],
|
|
939
|
-
"--font-size-6xl": t["6xl"][0],
|
|
940
|
-
// Font weights
|
|
941
|
-
"--font-weight-thin": o.thin,
|
|
942
|
-
"--font-weight-extralight": o.extralight,
|
|
943
|
-
"--font-weight-light": o.light,
|
|
944
|
-
"--font-weight-normal": o.normal,
|
|
945
|
-
"--font-weight-medium": o.medium,
|
|
946
|
-
"--font-weight-semibold": o.semibold,
|
|
947
|
-
"--font-weight-bold": o.bold,
|
|
948
|
-
"--font-weight-extrabold": o.extrabold,
|
|
949
|
-
"--font-weight-black": o.black,
|
|
950
|
-
// Line heights
|
|
951
|
-
"--line-height-none": s.none,
|
|
952
|
-
"--line-height-tight": s.tight,
|
|
953
|
-
"--line-height-snug": s.snug,
|
|
954
|
-
"--line-height-normal": s.normal,
|
|
955
|
-
"--line-height-relaxed": s.relaxed,
|
|
956
|
-
"--line-height-loose": s.loose,
|
|
957
|
-
// Letter spacing
|
|
958
|
-
"--letter-spacing-tighter": r.tighter,
|
|
959
|
-
"--letter-spacing-tight": r.tight,
|
|
960
|
-
"--letter-spacing-normal": r.normal,
|
|
961
|
-
"--letter-spacing-wide": r.wide,
|
|
962
|
-
"--letter-spacing-wider": r.wider,
|
|
963
|
-
"--letter-spacing-widest": r.widest
|
|
964
|
-
}, R = {
|
|
965
|
-
// Display styles (for hero sections)
|
|
966
|
-
display: {
|
|
967
|
-
fontFamily: l.display.join(", "),
|
|
968
|
-
fontSize: t["6xl"][0],
|
|
969
|
-
fontWeight: o.bold,
|
|
970
|
-
lineHeight: s.none,
|
|
971
|
-
letterSpacing: r.tight
|
|
972
|
-
},
|
|
973
|
-
// Heading styles
|
|
974
|
-
h1: {
|
|
975
|
-
fontFamily: l.display.join(", "),
|
|
976
|
-
fontSize: t["5xl"][0],
|
|
977
|
-
fontWeight: o.bold,
|
|
978
|
-
lineHeight: s.tight,
|
|
979
|
-
letterSpacing: r.tight
|
|
980
|
-
},
|
|
981
|
-
h2: {
|
|
982
|
-
fontFamily: l.display.join(", "),
|
|
983
|
-
fontSize: t["4xl"][0],
|
|
984
|
-
fontWeight: o.bold,
|
|
985
|
-
lineHeight: s.tight,
|
|
986
|
-
letterSpacing: r.tight
|
|
987
|
-
},
|
|
988
|
-
h3: {
|
|
989
|
-
fontFamily: l.sans.join(", "),
|
|
990
|
-
fontSize: t["3xl"][0],
|
|
991
|
-
fontWeight: o.semibold,
|
|
992
|
-
lineHeight: s.snug,
|
|
993
|
-
letterSpacing: r.normal
|
|
994
|
-
},
|
|
995
|
-
h4: {
|
|
996
|
-
fontFamily: l.sans.join(", "),
|
|
997
|
-
fontSize: t["2xl"][0],
|
|
998
|
-
fontWeight: o.semibold,
|
|
999
|
-
lineHeight: s.snug,
|
|
1000
|
-
letterSpacing: r.normal
|
|
1001
|
-
},
|
|
1002
|
-
h5: {
|
|
1003
|
-
fontFamily: l.sans.join(", "),
|
|
1004
|
-
fontSize: t.xl[0],
|
|
1005
|
-
fontWeight: o.medium,
|
|
1006
|
-
lineHeight: s.normal,
|
|
1007
|
-
letterSpacing: r.normal
|
|
1008
|
-
},
|
|
1009
|
-
h6: {
|
|
1010
|
-
fontFamily: l.sans.join(", "),
|
|
1011
|
-
fontSize: t.lg[0],
|
|
1012
|
-
fontWeight: o.medium,
|
|
1013
|
-
lineHeight: s.normal,
|
|
1014
|
-
letterSpacing: r.normal
|
|
1015
|
-
},
|
|
1016
|
-
// Body text styles
|
|
1017
|
-
body: {
|
|
1018
|
-
fontFamily: l.sans.join(", "),
|
|
1019
|
-
fontSize: t.base[0],
|
|
1020
|
-
fontWeight: o.normal,
|
|
1021
|
-
lineHeight: s.relaxed,
|
|
1022
|
-
letterSpacing: r.normal
|
|
1023
|
-
},
|
|
1024
|
-
"body-sm": {
|
|
1025
|
-
fontFamily: l.sans.join(", "),
|
|
1026
|
-
fontSize: t.sm[0],
|
|
1027
|
-
fontWeight: o.normal,
|
|
1028
|
-
lineHeight: s.normal,
|
|
1029
|
-
letterSpacing: r.normal
|
|
1030
|
-
},
|
|
1031
|
-
"body-xs": {
|
|
1032
|
-
fontFamily: l.sans.join(", "),
|
|
1033
|
-
fontSize: t.xs[0],
|
|
1034
|
-
fontWeight: o.normal,
|
|
1035
|
-
lineHeight: s.normal,
|
|
1036
|
-
letterSpacing: r.wide
|
|
1037
|
-
},
|
|
1038
|
-
// Label styles
|
|
1039
|
-
label: {
|
|
1040
|
-
fontFamily: l.sans.join(", "),
|
|
1041
|
-
fontSize: t.sm[0],
|
|
1042
|
-
fontWeight: o.medium,
|
|
1043
|
-
lineHeight: s.normal,
|
|
1044
|
-
letterSpacing: r.wide
|
|
1045
|
-
},
|
|
1046
|
-
"label-sm": {
|
|
1047
|
-
fontFamily: l.sans.join(", "),
|
|
1048
|
-
fontSize: t.xs[0],
|
|
1049
|
-
fontWeight: o.medium,
|
|
1050
|
-
lineHeight: s.normal,
|
|
1051
|
-
letterSpacing: r.wider
|
|
1052
|
-
},
|
|
1053
|
-
// Caption styles
|
|
1054
|
-
caption: {
|
|
1055
|
-
fontFamily: l.sans.join(", "),
|
|
1056
|
-
fontSize: t.xs[0],
|
|
1057
|
-
fontWeight: o.normal,
|
|
1058
|
-
lineHeight: s.normal,
|
|
1059
|
-
letterSpacing: r.wide
|
|
1060
|
-
}
|
|
1061
|
-
}, U = {
|
|
1062
|
-
fontFamily: {
|
|
1063
|
-
sans: [...l.sans],
|
|
1064
|
-
satoshi: [...l.satoshi],
|
|
1065
|
-
display: [...l.display],
|
|
1066
|
-
serif: [...l.serif],
|
|
1067
|
-
mono: [...l.mono]
|
|
1068
|
-
},
|
|
1069
|
-
fontSize: {
|
|
1070
|
-
xs: [
|
|
1071
|
-
t.xs[0],
|
|
1072
|
-
{ lineHeight: t.xs[1].lineHeight, letterSpacing: t.xs[1].letterSpacing }
|
|
1073
|
-
],
|
|
1074
|
-
sm: [
|
|
1075
|
-
t.sm[0],
|
|
1076
|
-
{ lineHeight: t.sm[1].lineHeight, letterSpacing: t.sm[1].letterSpacing }
|
|
1077
|
-
],
|
|
1078
|
-
md: [
|
|
1079
|
-
t.base[0],
|
|
1080
|
-
{ lineHeight: t.base[1].lineHeight, letterSpacing: t.base[1].letterSpacing }
|
|
1081
|
-
],
|
|
1082
|
-
base: [
|
|
1083
|
-
t.base[0],
|
|
1084
|
-
{ lineHeight: t.base[1].lineHeight, letterSpacing: t.base[1].letterSpacing }
|
|
1085
|
-
],
|
|
1086
|
-
lg: [
|
|
1087
|
-
t.lg[0],
|
|
1088
|
-
{ lineHeight: t.lg[1].lineHeight, letterSpacing: t.lg[1].letterSpacing }
|
|
1089
|
-
],
|
|
1090
|
-
xl: [
|
|
1091
|
-
t.xl[0],
|
|
1092
|
-
{ lineHeight: t.xl[1].lineHeight, letterSpacing: t.xl[1].letterSpacing }
|
|
1093
|
-
],
|
|
1094
|
-
"2xl": [
|
|
1095
|
-
t["2xl"][0],
|
|
1096
|
-
{
|
|
1097
|
-
lineHeight: t["2xl"][1].lineHeight,
|
|
1098
|
-
letterSpacing: t["2xl"][1].letterSpacing
|
|
1099
|
-
}
|
|
1100
|
-
],
|
|
1101
|
-
"3xl": [
|
|
1102
|
-
t["3xl"][0],
|
|
1103
|
-
{
|
|
1104
|
-
lineHeight: t["3xl"][1].lineHeight,
|
|
1105
|
-
letterSpacing: t["3xl"][1].letterSpacing
|
|
1106
|
-
}
|
|
1107
|
-
],
|
|
1108
|
-
"4xl": [
|
|
1109
|
-
t["4xl"][0],
|
|
1110
|
-
{
|
|
1111
|
-
lineHeight: t["4xl"][1].lineHeight,
|
|
1112
|
-
letterSpacing: t["4xl"][1].letterSpacing
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"5xl": [
|
|
1116
|
-
t["5xl"][0],
|
|
1117
|
-
{
|
|
1118
|
-
lineHeight: t["5xl"][1].lineHeight,
|
|
1119
|
-
letterSpacing: t["5xl"][1].letterSpacing
|
|
1120
|
-
}
|
|
1121
|
-
],
|
|
1122
|
-
"6xl": [
|
|
1123
|
-
t["6xl"][0],
|
|
1124
|
-
{
|
|
1125
|
-
lineHeight: t["6xl"][1].lineHeight,
|
|
1126
|
-
letterSpacing: t["6xl"][1].letterSpacing
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"7xl": [
|
|
1130
|
-
t["7xl"][0],
|
|
1131
|
-
{
|
|
1132
|
-
lineHeight: t["7xl"][1].lineHeight,
|
|
1133
|
-
letterSpacing: t["7xl"][1].letterSpacing
|
|
1134
|
-
}
|
|
1135
|
-
],
|
|
1136
|
-
"8xl": [
|
|
1137
|
-
t["8xl"][0],
|
|
1138
|
-
{
|
|
1139
|
-
lineHeight: t["8xl"][1].lineHeight,
|
|
1140
|
-
letterSpacing: t["8xl"][1].letterSpacing
|
|
1141
|
-
}
|
|
1142
|
-
],
|
|
1143
|
-
"9xl": [
|
|
1144
|
-
t["9xl"][0],
|
|
1145
|
-
{
|
|
1146
|
-
lineHeight: t["9xl"][1].lineHeight,
|
|
1147
|
-
letterSpacing: t["9xl"][1].letterSpacing
|
|
1148
|
-
}
|
|
1149
|
-
]
|
|
1150
|
-
},
|
|
1151
|
-
fontWeight: { ...o },
|
|
1152
|
-
lineHeight: { ...s },
|
|
1153
|
-
letterSpacing: { ...r }
|
|
1154
|
-
}, D = {
|
|
1155
|
-
...t,
|
|
1156
|
-
md: t.base
|
|
1157
|
-
};
|
|
1158
|
-
export {
|
|
1159
|
-
m as A,
|
|
1160
|
-
i as B,
|
|
1161
|
-
z as C,
|
|
1162
|
-
l as D,
|
|
1163
|
-
t as E,
|
|
1164
|
-
o as F,
|
|
1165
|
-
s as G,
|
|
1166
|
-
r as H,
|
|
1167
|
-
V as I,
|
|
1168
|
-
R as J,
|
|
1169
|
-
D as K,
|
|
1170
|
-
F as a,
|
|
1171
|
-
Y as b,
|
|
1172
|
-
k as c,
|
|
1173
|
-
U as d,
|
|
1174
|
-
u as e,
|
|
1175
|
-
S as f,
|
|
1176
|
-
b as g,
|
|
1177
|
-
v as h,
|
|
1178
|
-
H as i,
|
|
1179
|
-
w as j,
|
|
1180
|
-
h as k,
|
|
1181
|
-
a as l,
|
|
1182
|
-
$ as m,
|
|
1183
|
-
c as n,
|
|
1184
|
-
f as o,
|
|
1185
|
-
n as p,
|
|
1186
|
-
d as q,
|
|
1187
|
-
j as r,
|
|
1188
|
-
x as s,
|
|
1189
|
-
C as t,
|
|
1190
|
-
p as u,
|
|
1191
|
-
g as v,
|
|
1192
|
-
y as w,
|
|
1193
|
-
W as x,
|
|
1194
|
-
X as y,
|
|
1195
|
-
e as z
|
|
1196
|
-
};
|