@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,460 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Typography System Tokens
|
|
3
|
-
*
|
|
4
|
-
* Complete typography system for Tenerife UI based on design system specifications.
|
|
5
|
-
* Includes: font families (Inter, Satoshi, Clash Display), fluid type scale using clamp(),
|
|
6
|
-
* font weights, line heights, letter spacing, and predefined text styles.
|
|
7
|
-
*
|
|
8
|
-
* @see docs/tenerife_audit/design_system.md - typography system section
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* Font Families
|
|
12
|
-
* Inter (primary), Satoshi (optional), Clash Display (headings/hero)
|
|
13
|
-
*/
|
|
14
|
-
export declare const fontFamily: {
|
|
15
|
-
readonly sans: readonly ["Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"];
|
|
16
|
-
readonly satoshi: readonly ["Satoshi", "Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "sans-serif"];
|
|
17
|
-
readonly display: readonly ["Clash Display", "Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "sans-serif"];
|
|
18
|
-
readonly serif: readonly ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"];
|
|
19
|
-
readonly mono: readonly ["ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"];
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Fluid Typography Scale
|
|
23
|
-
* Uses clamp() for responsive type scaling
|
|
24
|
-
* Values: text-xs through text-6xl
|
|
25
|
-
*
|
|
26
|
-
* Format: clamp(min, preferred, max)
|
|
27
|
-
* min: smallest size (mobile)
|
|
28
|
-
* preferred: fluid calculation
|
|
29
|
-
* max: largest size (desktop)
|
|
30
|
-
*/
|
|
31
|
-
export declare const fontSize: {
|
|
32
|
-
readonly xs: readonly ["clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)", {
|
|
33
|
-
readonly lineHeight: "1rem";
|
|
34
|
-
readonly letterSpacing: "0.05em";
|
|
35
|
-
}];
|
|
36
|
-
readonly sm: readonly ["clamp(0.875rem, 0.8rem + 0.25vw, 1rem)", {
|
|
37
|
-
readonly lineHeight: "1.25rem";
|
|
38
|
-
readonly letterSpacing: "0.025em";
|
|
39
|
-
}];
|
|
40
|
-
readonly base: readonly ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", {
|
|
41
|
-
readonly lineHeight: "1.5rem";
|
|
42
|
-
readonly letterSpacing: "0em";
|
|
43
|
-
}];
|
|
44
|
-
readonly lg: readonly ["clamp(1.125rem, 1rem + 0.5vw, 1.25rem)", {
|
|
45
|
-
readonly lineHeight: "1.75rem";
|
|
46
|
-
readonly letterSpacing: "-0.025em";
|
|
47
|
-
}];
|
|
48
|
-
readonly xl: readonly ["clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)", {
|
|
49
|
-
readonly lineHeight: "1.75rem";
|
|
50
|
-
readonly letterSpacing: "-0.025em";
|
|
51
|
-
}];
|
|
52
|
-
readonly "2xl": readonly ["clamp(1.5rem, 1.25rem + 1.25vw, 2rem)", {
|
|
53
|
-
readonly lineHeight: "2rem";
|
|
54
|
-
readonly letterSpacing: "-0.05em";
|
|
55
|
-
}];
|
|
56
|
-
readonly "3xl": readonly ["clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)", {
|
|
57
|
-
readonly lineHeight: "2.25rem";
|
|
58
|
-
readonly letterSpacing: "-0.05em";
|
|
59
|
-
}];
|
|
60
|
-
readonly "4xl": readonly ["clamp(2.25rem, 1.75rem + 2.5vw, 3rem)", {
|
|
61
|
-
readonly lineHeight: "2.5rem";
|
|
62
|
-
readonly letterSpacing: "-0.025em";
|
|
63
|
-
}];
|
|
64
|
-
readonly "5xl": readonly ["clamp(3rem, 2rem + 5vw, 4rem)", {
|
|
65
|
-
readonly lineHeight: "1";
|
|
66
|
-
readonly letterSpacing: "-0.025em";
|
|
67
|
-
}];
|
|
68
|
-
readonly "6xl": readonly ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", {
|
|
69
|
-
readonly lineHeight: "1";
|
|
70
|
-
readonly letterSpacing: "-0.05em";
|
|
71
|
-
}];
|
|
72
|
-
readonly "7xl": readonly ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", {
|
|
73
|
-
readonly lineHeight: "1";
|
|
74
|
-
readonly letterSpacing: "-0.05em";
|
|
75
|
-
}];
|
|
76
|
-
readonly "8xl": readonly ["clamp(6rem, 4rem + 10vw, 8rem)", {
|
|
77
|
-
readonly lineHeight: "1";
|
|
78
|
-
readonly letterSpacing: "-0.05em";
|
|
79
|
-
}];
|
|
80
|
-
readonly "9xl": readonly ["clamp(8rem, 5rem + 15vw, 12rem)", {
|
|
81
|
-
readonly lineHeight: "1";
|
|
82
|
-
readonly letterSpacing: "-0.05em";
|
|
83
|
-
}];
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
|
-
* Font Weight Tokens
|
|
87
|
-
* Range: 300 (light) to 800 (extrabold)
|
|
88
|
-
*/
|
|
89
|
-
export declare const fontWeight: {
|
|
90
|
-
readonly thin: "100";
|
|
91
|
-
readonly extralight: "200";
|
|
92
|
-
readonly light: "300";
|
|
93
|
-
readonly normal: "400";
|
|
94
|
-
readonly medium: "500";
|
|
95
|
-
readonly semibold: "600";
|
|
96
|
-
readonly bold: "700";
|
|
97
|
-
readonly extrabold: "800";
|
|
98
|
-
readonly black: "900";
|
|
99
|
-
};
|
|
100
|
-
/**
|
|
101
|
-
* Line Height Tokens
|
|
102
|
-
* Used for vertical rhythm and readability
|
|
103
|
-
*/
|
|
104
|
-
export declare const lineHeight: {
|
|
105
|
-
readonly none: "1";
|
|
106
|
-
readonly tight: "1.25";
|
|
107
|
-
readonly snug: "1.375";
|
|
108
|
-
readonly normal: "1.5";
|
|
109
|
-
readonly relaxed: "1.625";
|
|
110
|
-
readonly loose: "2";
|
|
111
|
-
};
|
|
112
|
-
/**
|
|
113
|
-
* Letter Spacing Tokens
|
|
114
|
-
* Used for tracking (character spacing)
|
|
115
|
-
*/
|
|
116
|
-
export declare const letterSpacing: {
|
|
117
|
-
readonly tighter: "-0.05em";
|
|
118
|
-
readonly tight: "-0.025em";
|
|
119
|
-
readonly normal: "0em";
|
|
120
|
-
readonly wide: "0.025em";
|
|
121
|
-
readonly wider: "0.05em";
|
|
122
|
-
readonly widest: "0.1em";
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* CSS Custom Properties for Typography
|
|
126
|
-
* These will be injected into the theme system
|
|
127
|
-
*/
|
|
128
|
-
export declare const typographyCSSVariables: {
|
|
129
|
-
readonly "--font-sans": string;
|
|
130
|
-
readonly "--font-satoshi": string;
|
|
131
|
-
readonly "--font-display": string;
|
|
132
|
-
readonly "--font-serif": string;
|
|
133
|
-
readonly "--font-mono": string;
|
|
134
|
-
readonly "--font-size-xs": "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
135
|
-
readonly "--font-size-sm": "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)";
|
|
136
|
-
readonly "--font-size-base": "clamp(1rem, 0.95rem + 0.25vw, 1.125rem)";
|
|
137
|
-
readonly "--font-size-lg": "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)";
|
|
138
|
-
readonly "--font-size-xl": "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)";
|
|
139
|
-
readonly "--font-size-2xl": "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)";
|
|
140
|
-
readonly "--font-size-3xl": "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)";
|
|
141
|
-
readonly "--font-size-4xl": "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)";
|
|
142
|
-
readonly "--font-size-5xl": "clamp(3rem, 2rem + 5vw, 4rem)";
|
|
143
|
-
readonly "--font-size-6xl": "clamp(3.75rem, 2.5rem + 6.25vw, 5rem)";
|
|
144
|
-
readonly "--font-weight-thin": "100";
|
|
145
|
-
readonly "--font-weight-extralight": "200";
|
|
146
|
-
readonly "--font-weight-light": "300";
|
|
147
|
-
readonly "--font-weight-normal": "400";
|
|
148
|
-
readonly "--font-weight-medium": "500";
|
|
149
|
-
readonly "--font-weight-semibold": "600";
|
|
150
|
-
readonly "--font-weight-bold": "700";
|
|
151
|
-
readonly "--font-weight-extrabold": "800";
|
|
152
|
-
readonly "--font-weight-black": "900";
|
|
153
|
-
readonly "--line-height-none": "1";
|
|
154
|
-
readonly "--line-height-tight": "1.25";
|
|
155
|
-
readonly "--line-height-snug": "1.375";
|
|
156
|
-
readonly "--line-height-normal": "1.5";
|
|
157
|
-
readonly "--line-height-relaxed": "1.625";
|
|
158
|
-
readonly "--line-height-loose": "2";
|
|
159
|
-
readonly "--letter-spacing-tighter": "-0.05em";
|
|
160
|
-
readonly "--letter-spacing-tight": "-0.025em";
|
|
161
|
-
readonly "--letter-spacing-normal": "0em";
|
|
162
|
-
readonly "--letter-spacing-wide": "0.025em";
|
|
163
|
-
readonly "--letter-spacing-wider": "0.05em";
|
|
164
|
-
readonly "--letter-spacing-widest": "0.1em";
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* Predefined Text Styles
|
|
168
|
-
* Common combinations for headings, body text, etc.
|
|
169
|
-
*/
|
|
170
|
-
export declare const textStyles: {
|
|
171
|
-
readonly display: {
|
|
172
|
-
readonly fontFamily: string;
|
|
173
|
-
readonly fontSize: "clamp(3.75rem, 2.5rem + 6.25vw, 5rem)";
|
|
174
|
-
readonly fontWeight: "700";
|
|
175
|
-
readonly lineHeight: "1";
|
|
176
|
-
readonly letterSpacing: "-0.025em";
|
|
177
|
-
};
|
|
178
|
-
readonly h1: {
|
|
179
|
-
readonly fontFamily: string;
|
|
180
|
-
readonly fontSize: "clamp(3rem, 2rem + 5vw, 4rem)";
|
|
181
|
-
readonly fontWeight: "700";
|
|
182
|
-
readonly lineHeight: "1.25";
|
|
183
|
-
readonly letterSpacing: "-0.025em";
|
|
184
|
-
};
|
|
185
|
-
readonly h2: {
|
|
186
|
-
readonly fontFamily: string;
|
|
187
|
-
readonly fontSize: "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)";
|
|
188
|
-
readonly fontWeight: "700";
|
|
189
|
-
readonly lineHeight: "1.25";
|
|
190
|
-
readonly letterSpacing: "-0.025em";
|
|
191
|
-
};
|
|
192
|
-
readonly h3: {
|
|
193
|
-
readonly fontFamily: string;
|
|
194
|
-
readonly fontSize: "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)";
|
|
195
|
-
readonly fontWeight: "600";
|
|
196
|
-
readonly lineHeight: "1.375";
|
|
197
|
-
readonly letterSpacing: "0em";
|
|
198
|
-
};
|
|
199
|
-
readonly h4: {
|
|
200
|
-
readonly fontFamily: string;
|
|
201
|
-
readonly fontSize: "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)";
|
|
202
|
-
readonly fontWeight: "600";
|
|
203
|
-
readonly lineHeight: "1.375";
|
|
204
|
-
readonly letterSpacing: "0em";
|
|
205
|
-
};
|
|
206
|
-
readonly h5: {
|
|
207
|
-
readonly fontFamily: string;
|
|
208
|
-
readonly fontSize: "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)";
|
|
209
|
-
readonly fontWeight: "500";
|
|
210
|
-
readonly lineHeight: "1.5";
|
|
211
|
-
readonly letterSpacing: "0em";
|
|
212
|
-
};
|
|
213
|
-
readonly h6: {
|
|
214
|
-
readonly fontFamily: string;
|
|
215
|
-
readonly fontSize: "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)";
|
|
216
|
-
readonly fontWeight: "500";
|
|
217
|
-
readonly lineHeight: "1.5";
|
|
218
|
-
readonly letterSpacing: "0em";
|
|
219
|
-
};
|
|
220
|
-
readonly body: {
|
|
221
|
-
readonly fontFamily: string;
|
|
222
|
-
readonly fontSize: "clamp(1rem, 0.95rem + 0.25vw, 1.125rem)";
|
|
223
|
-
readonly fontWeight: "400";
|
|
224
|
-
readonly lineHeight: "1.625";
|
|
225
|
-
readonly letterSpacing: "0em";
|
|
226
|
-
};
|
|
227
|
-
readonly "body-sm": {
|
|
228
|
-
readonly fontFamily: string;
|
|
229
|
-
readonly fontSize: "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)";
|
|
230
|
-
readonly fontWeight: "400";
|
|
231
|
-
readonly lineHeight: "1.5";
|
|
232
|
-
readonly letterSpacing: "0em";
|
|
233
|
-
};
|
|
234
|
-
readonly "body-xs": {
|
|
235
|
-
readonly fontFamily: string;
|
|
236
|
-
readonly fontSize: "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
237
|
-
readonly fontWeight: "400";
|
|
238
|
-
readonly lineHeight: "1.5";
|
|
239
|
-
readonly letterSpacing: "0.025em";
|
|
240
|
-
};
|
|
241
|
-
readonly label: {
|
|
242
|
-
readonly fontFamily: string;
|
|
243
|
-
readonly fontSize: "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)";
|
|
244
|
-
readonly fontWeight: "500";
|
|
245
|
-
readonly lineHeight: "1.5";
|
|
246
|
-
readonly letterSpacing: "0.025em";
|
|
247
|
-
};
|
|
248
|
-
readonly "label-sm": {
|
|
249
|
-
readonly fontFamily: string;
|
|
250
|
-
readonly fontSize: "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
251
|
-
readonly fontWeight: "500";
|
|
252
|
-
readonly lineHeight: "1.5";
|
|
253
|
-
readonly letterSpacing: "0.05em";
|
|
254
|
-
};
|
|
255
|
-
readonly caption: {
|
|
256
|
-
readonly fontFamily: string;
|
|
257
|
-
readonly fontSize: "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
258
|
-
readonly fontWeight: "400";
|
|
259
|
-
readonly lineHeight: "1.5";
|
|
260
|
-
readonly letterSpacing: "0.025em";
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
/**
|
|
264
|
-
* Tailwind Typography Config
|
|
265
|
-
* Maps to Tailwind theme.extend.typography
|
|
266
|
-
* Note: Typed as tuples for Tailwind compatibility
|
|
267
|
-
*/
|
|
268
|
-
export declare const tailwindTypographyConfig: {
|
|
269
|
-
readonly fontFamily: {
|
|
270
|
-
readonly sans: string[];
|
|
271
|
-
readonly satoshi: string[];
|
|
272
|
-
readonly display: string[];
|
|
273
|
-
readonly serif: string[];
|
|
274
|
-
readonly mono: string[];
|
|
275
|
-
};
|
|
276
|
-
readonly fontSize: {
|
|
277
|
-
readonly xs: [string, {
|
|
278
|
-
lineHeight: string;
|
|
279
|
-
letterSpacing: string;
|
|
280
|
-
}];
|
|
281
|
-
readonly sm: [string, {
|
|
282
|
-
lineHeight: string;
|
|
283
|
-
letterSpacing: string;
|
|
284
|
-
}];
|
|
285
|
-
readonly md: [string, {
|
|
286
|
-
lineHeight: string;
|
|
287
|
-
letterSpacing: string;
|
|
288
|
-
}];
|
|
289
|
-
readonly base: [string, {
|
|
290
|
-
lineHeight: string;
|
|
291
|
-
letterSpacing: string;
|
|
292
|
-
}];
|
|
293
|
-
readonly lg: [string, {
|
|
294
|
-
lineHeight: string;
|
|
295
|
-
letterSpacing: string;
|
|
296
|
-
}];
|
|
297
|
-
readonly xl: [string, {
|
|
298
|
-
lineHeight: string;
|
|
299
|
-
letterSpacing: string;
|
|
300
|
-
}];
|
|
301
|
-
readonly "2xl": [string, {
|
|
302
|
-
lineHeight: string;
|
|
303
|
-
letterSpacing: string;
|
|
304
|
-
}];
|
|
305
|
-
readonly "3xl": [string, {
|
|
306
|
-
lineHeight: string;
|
|
307
|
-
letterSpacing: string;
|
|
308
|
-
}];
|
|
309
|
-
readonly "4xl": [string, {
|
|
310
|
-
lineHeight: string;
|
|
311
|
-
letterSpacing: string;
|
|
312
|
-
}];
|
|
313
|
-
readonly "5xl": [string, {
|
|
314
|
-
lineHeight: string;
|
|
315
|
-
letterSpacing: string;
|
|
316
|
-
}];
|
|
317
|
-
readonly "6xl": [string, {
|
|
318
|
-
lineHeight: string;
|
|
319
|
-
letterSpacing: string;
|
|
320
|
-
}];
|
|
321
|
-
readonly "7xl": [string, {
|
|
322
|
-
lineHeight: string;
|
|
323
|
-
letterSpacing: string;
|
|
324
|
-
}];
|
|
325
|
-
readonly "8xl": [string, {
|
|
326
|
-
lineHeight: string;
|
|
327
|
-
letterSpacing: string;
|
|
328
|
-
}];
|
|
329
|
-
readonly "9xl": [string, {
|
|
330
|
-
lineHeight: string;
|
|
331
|
-
letterSpacing: string;
|
|
332
|
-
}];
|
|
333
|
-
};
|
|
334
|
-
readonly fontWeight: {
|
|
335
|
-
readonly thin: "100";
|
|
336
|
-
readonly extralight: "200";
|
|
337
|
-
readonly light: "300";
|
|
338
|
-
readonly normal: "400";
|
|
339
|
-
readonly medium: "500";
|
|
340
|
-
readonly semibold: "600";
|
|
341
|
-
readonly bold: "700";
|
|
342
|
-
readonly extrabold: "800";
|
|
343
|
-
readonly black: "900";
|
|
344
|
-
};
|
|
345
|
-
readonly lineHeight: {
|
|
346
|
-
readonly none: "1";
|
|
347
|
-
readonly tight: "1.25";
|
|
348
|
-
readonly snug: "1.375";
|
|
349
|
-
readonly normal: "1.5";
|
|
350
|
-
readonly relaxed: "1.625";
|
|
351
|
-
readonly loose: "2";
|
|
352
|
-
};
|
|
353
|
-
readonly letterSpacing: {
|
|
354
|
-
readonly tighter: "-0.05em";
|
|
355
|
-
readonly tight: "-0.025em";
|
|
356
|
-
readonly normal: "0em";
|
|
357
|
-
readonly wide: "0.025em";
|
|
358
|
-
readonly wider: "0.05em";
|
|
359
|
-
readonly widest: "0.1em";
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
/**
|
|
363
|
-
* Canonical Typography Types
|
|
364
|
-
* Restricted to canonical values for component APIs
|
|
365
|
-
*/
|
|
366
|
-
/**
|
|
367
|
-
* Canonical font weight tokens
|
|
368
|
-
* Only these four weights should be used in typography components
|
|
369
|
-
*/
|
|
370
|
-
export type CanonicalFontWeight = "normal" | "medium" | "semibold" | "bold";
|
|
371
|
-
/**
|
|
372
|
-
* Canonical font size scale tokens
|
|
373
|
-
* Used for typography components
|
|
374
|
-
*/
|
|
375
|
-
export type CanonicalFontSize = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl";
|
|
376
|
-
/**
|
|
377
|
-
* Canonical line height tokens
|
|
378
|
-
* Used for typography components
|
|
379
|
-
*/
|
|
380
|
-
export type CanonicalLineHeight = "tight" | "normal" | "loose";
|
|
381
|
-
/**
|
|
382
|
-
* Canonical letter spacing (tracking) tokens
|
|
383
|
-
* Used for typography components
|
|
384
|
-
*/
|
|
385
|
-
export type CanonicalLetterSpacing = "tight" | "normal" | "wide";
|
|
386
|
-
/**
|
|
387
|
-
* Canonical text color tokens
|
|
388
|
-
* Semantic text colors for typography components
|
|
389
|
-
*/
|
|
390
|
-
export type CanonicalTextColor = "primary" | "secondary" | "muted" | "destructive" | "accent";
|
|
391
|
-
/**
|
|
392
|
-
* Font size mapping for md (maps to base)
|
|
393
|
-
*/
|
|
394
|
-
export declare const fontSizeWithMd: {
|
|
395
|
-
readonly md: readonly ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", {
|
|
396
|
-
readonly lineHeight: "1.5rem";
|
|
397
|
-
readonly letterSpacing: "0em";
|
|
398
|
-
}];
|
|
399
|
-
readonly xs: readonly ["clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)", {
|
|
400
|
-
readonly lineHeight: "1rem";
|
|
401
|
-
readonly letterSpacing: "0.05em";
|
|
402
|
-
}];
|
|
403
|
-
readonly sm: readonly ["clamp(0.875rem, 0.8rem + 0.25vw, 1rem)", {
|
|
404
|
-
readonly lineHeight: "1.25rem";
|
|
405
|
-
readonly letterSpacing: "0.025em";
|
|
406
|
-
}];
|
|
407
|
-
readonly base: readonly ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", {
|
|
408
|
-
readonly lineHeight: "1.5rem";
|
|
409
|
-
readonly letterSpacing: "0em";
|
|
410
|
-
}];
|
|
411
|
-
readonly lg: readonly ["clamp(1.125rem, 1rem + 0.5vw, 1.25rem)", {
|
|
412
|
-
readonly lineHeight: "1.75rem";
|
|
413
|
-
readonly letterSpacing: "-0.025em";
|
|
414
|
-
}];
|
|
415
|
-
readonly xl: readonly ["clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)", {
|
|
416
|
-
readonly lineHeight: "1.75rem";
|
|
417
|
-
readonly letterSpacing: "-0.025em";
|
|
418
|
-
}];
|
|
419
|
-
readonly "2xl": readonly ["clamp(1.5rem, 1.25rem + 1.25vw, 2rem)", {
|
|
420
|
-
readonly lineHeight: "2rem";
|
|
421
|
-
readonly letterSpacing: "-0.05em";
|
|
422
|
-
}];
|
|
423
|
-
readonly "3xl": readonly ["clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)", {
|
|
424
|
-
readonly lineHeight: "2.25rem";
|
|
425
|
-
readonly letterSpacing: "-0.05em";
|
|
426
|
-
}];
|
|
427
|
-
readonly "4xl": readonly ["clamp(2.25rem, 1.75rem + 2.5vw, 3rem)", {
|
|
428
|
-
readonly lineHeight: "2.5rem";
|
|
429
|
-
readonly letterSpacing: "-0.025em";
|
|
430
|
-
}];
|
|
431
|
-
readonly "5xl": readonly ["clamp(3rem, 2rem + 5vw, 4rem)", {
|
|
432
|
-
readonly lineHeight: "1";
|
|
433
|
-
readonly letterSpacing: "-0.025em";
|
|
434
|
-
}];
|
|
435
|
-
readonly "6xl": readonly ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", {
|
|
436
|
-
readonly lineHeight: "1";
|
|
437
|
-
readonly letterSpacing: "-0.05em";
|
|
438
|
-
}];
|
|
439
|
-
readonly "7xl": readonly ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", {
|
|
440
|
-
readonly lineHeight: "1";
|
|
441
|
-
readonly letterSpacing: "-0.05em";
|
|
442
|
-
}];
|
|
443
|
-
readonly "8xl": readonly ["clamp(6rem, 4rem + 10vw, 8rem)", {
|
|
444
|
-
readonly lineHeight: "1";
|
|
445
|
-
readonly letterSpacing: "-0.05em";
|
|
446
|
-
}];
|
|
447
|
-
readonly "9xl": readonly ["clamp(8rem, 5rem + 15vw, 12rem)", {
|
|
448
|
-
readonly lineHeight: "1";
|
|
449
|
-
readonly letterSpacing: "-0.05em";
|
|
450
|
-
}];
|
|
451
|
-
};
|
|
452
|
-
/**
|
|
453
|
-
* Type Exports
|
|
454
|
-
*/
|
|
455
|
-
export type FontFamily = keyof typeof fontFamily;
|
|
456
|
-
export type FontSize = keyof typeof fontSize;
|
|
457
|
-
export type FontWeight = keyof typeof fontWeight;
|
|
458
|
-
export type LetterSpacing = keyof typeof letterSpacing;
|
|
459
|
-
export type LineHeight = keyof typeof lineHeight;
|
|
460
|
-
export type TextStyle = keyof typeof textStyles;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";const e={0:"0",px:"1px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},m={xs:e[1],sm:e[2],md:e[4],lg:e[6],xl:e[8],"2xl":e[12],"3xl":e[16],"4xl":e[20],"5xl":e[24],none:e[0]},i={section:{xs:e[6],sm:e[8],md:e[12],lg:e[16],xl:e[20],"2xl":e[24]},container:{xs:e[2],sm:e[4],md:e[6],lg:e[8],xl:e[12]},grid:{xs:e[2],sm:e[4],md:e[6],lg:e[8],xl:e[12]},stack:{xs:e[1],sm:e[2],md:e[4],lg:e[6],xl:e[8]},component:{xs:e[1],sm:e[2],md:e[4],lg:e[6],xl:e[8]}},z={"--spacing-0":e[0],"--spacing-px":e.px,"--spacing-0-5":e[.5],"--spacing-1":e[1],"--spacing-1-5":e[1.5],"--spacing-2":e[2],"--spacing-2-5":e[2.5],"--spacing-3":e[3],"--spacing-3-5":e[3.5],"--spacing-4":e[4],"--spacing-5":e[5],"--spacing-6":e[6],"--spacing-7":e[7],"--spacing-8":e[8],"--spacing-9":e[9],"--spacing-10":e[10],"--spacing-11":e[11],"--spacing-12":e[12],"--spacing-14":e[14],"--spacing-16":e[16],"--spacing-20":e[20],"--spacing-24":e[24],"--spacing-xs":m.xs,"--spacing-sm":m.sm,"--spacing-md":m.md,"--spacing-lg":m.lg,"--spacing-xl":m.xl,"--spacing-2xl":m["2xl"],"--spacing-3xl":m["3xl"],"--spacing-4xl":m["4xl"],"--spacing-5xl":m["5xl"],"--spacing-none":m.none,"--layout-section-xs":i.section.xs,"--layout-section-sm":i.section.sm,"--layout-section-md":i.section.md,"--layout-section-lg":i.section.lg,"--layout-section-xl":i.section.xl,"--layout-section-2xl":i.section["2xl"],"--layout-container-xs":i.container.xs,"--layout-container-sm":i.container.sm,"--layout-container-md":i.container.md,"--layout-container-lg":i.container.lg,"--layout-container-xl":i.container.xl,"--layout-grid-xs":i.grid.xs,"--layout-grid-sm":i.grid.sm,"--layout-grid-md":i.grid.md,"--layout-grid-lg":i.grid.lg,"--layout-grid-xl":i.grid.xl,"--layout-stack-xs":i.stack.xs,"--layout-stack-sm":i.stack.sm,"--layout-stack-md":i.stack.md,"--layout-stack-lg":i.stack.lg,"--layout-stack-xl":i.stack.xl,"--layout-component-xs":i.component.xs,"--layout-component-sm":i.component.sm,"--layout-component-md":i.component.md,"--layout-component-lg":i.component.lg,"--layout-component-xl":i.component.xl},C={spacing:{...e,xs:m.xs,sm:m.sm,md:m.md,lg:m.lg,xl:m.xl,"2xl":m["2xl"],"3xl":m["3xl"],"4xl":m["4xl"],"5xl":m["5xl"],none:m.none}},u={fast:"150ms",normal:"250ms",slow:"350ms",reduced:"0ms"},w={soft:"cubic-bezier(0.22, 1, 0.36, 1)",standard:"cubic-bezier(0.4, 0, 0.2, 1)",emphasized:"cubic-bezier(0.2, 0, 0, 1)"},b={fast:`${u.fast} ${w.standard}`,normal:`${u.normal} ${w.standard}`,slow:`${u.slow} ${w.emphasized}`,soft:`${u.normal} ${w.soft}`,reduced:`${u.reduced} linear`},v={in:{from:{opacity:0},to:{opacity:1}},out:{from:{opacity:1},to:{opacity:0}}},H={in:{from:{transform:"scale(0.95)",opacity:0},to:{transform:"scale(1)",opacity:1}},out:{from:{transform:"scale(1)",opacity:1},to:{transform:"scale(0.95)",opacity:0}}},S={up:{in:{from:{transform:"translateY(100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},out:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(100%)",opacity:0}}},down:{in:{from:{transform:"translateY(-100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},out:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(-100%)",opacity:0}}},left:{in:{from:{transform:"translateX(100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},out:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(100%)",opacity:0}}},right:{in:{from:{transform:"translateX(-100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},out:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(-100%)",opacity:0}}}},h={fadeScale:{in:{from:{transform:"scale(0.95)",opacity:0},to:{transform:"scale(1)",opacity:1}},out:{from:{transform:"scale(1)",opacity:1},to:{transform:"scale(0.95)",opacity:0}}},fadeSlideUp:{in:{from:{transform:"translateY(100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},out:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(100%)",opacity:0}}},fadeSlideDown:{in:{from:{transform:"translateY(-100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},out:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(-100%)",opacity:0}}},fadeSlideLeft:{in:{from:{transform:"translateX(100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},out:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(100%)",opacity:0}}},fadeSlideRight:{in:{from:{transform:"translateX(-100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},out:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(-100%)",opacity:0}}}},k={"--motion-duration-fast":u.fast,"--motion-duration-normal":u.normal,"--motion-duration-slow":u.slow,"--motion-duration-reduced":u.reduced,"--motion-easing-soft":w.soft,"--motion-easing-standard":w.standard,"--motion-easing-emphasized":w.emphasized,"--motion-transition-fast":b.fast,"--motion-transition-normal":b.normal,"--motion-transition-slow":b.slow,"--motion-transition-soft":b.soft,"--motion-transition-reduced":b.reduced},$={transitionDuration:{...u},transitionTimingFunction:{...w},keyframes:{"fade-in":v.in,"fade-out":v.out,"scale-in":H.in,"scale-out":H.out,"slide-up-in":S.up.in,"slide-up-out":S.up.out,"slide-down-in":S.down.in,"slide-down-out":S.down.out,"slide-left-in":S.left.in,"slide-left-out":S.left.out,"slide-right-in":S.right.in,"slide-right-out":S.right.out,"fade-scale-in":h.fadeScale.in,"fade-scale-out":h.fadeScale.out,"fade-slide-up-in":h.fadeSlideUp.in,"fade-slide-up-out":h.fadeSlideUp.out,"fade-slide-down-in":h.fadeSlideDown.in,"fade-slide-down-out":h.fadeSlideDown.out,"fade-slide-left-in":h.fadeSlideLeft.in,"fade-slide-left-out":h.fadeSlideLeft.out,"fade-slide-right-in":h.fadeSlideRight.in,"fade-slide-right-out":h.fadeSlideRight.out}},a={none:"0",xs:"0.125rem",sm:"0.25rem",DEFAULT:"0.25rem",base:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},c={button:{sm:a.sm,md:a.md,lg:a.lg,pill:a.full},card:{sm:a.sm,md:a.md,lg:a.lg,xl:a.xl},input:{sm:a.sm,md:a.md,lg:a.lg},badge:{sm:a.xs,md:a.sm,lg:a.md,pill:a.full},avatar:{sm:a.full,md:a.full,lg:a.full,square:a.md},modal:{sm:a.md,md:a.lg,lg:a.xl,xl:a["2xl"]},tooltip:{sm:a.sm,md:a.md},toast:{sm:a.md,md:a.lg,lg:a.xl},chip:{sm:a.xs,md:a.sm,lg:a.md,pill:a.full},image:{none:a.none,sm:a.sm,md:a.md,lg:a.lg,xl:a.xl,full:a.full}},V={"--radius-none":a.none,"--radius-xs":a.xs,"--radius-sm":a.sm,"--radius-base":a.base,"--radius-md":a.md,"--radius-lg":a.lg,"--radius-xl":a.xl,"--radius-2xl":a["2xl"],"--radius-3xl":a["3xl"],"--radius-full":a.full,"--radius":a.md,"--radius-button":c.button.md,"--radius-card":c.card.md,"--radius-input":c.input.md,"--radius-badge":c.badge.md,"--radius-modal":c.modal.md,"--radius-tooltip":c.tooltip.sm,"--radius-toast":c.toast.md,"--radius-chip":c.chip.md,"--radius-image":c.image.md},F={borderRadius:{...a,button:c.button.md,card:c.card.md,input:c.input.md,badge:c.badge.md,modal:c.modal.md,tooltip:c.tooltip.sm,toast:c.toast.md,chip:c.chip.md,image:c.image.md}},x={black:"0 0 0",overlay:"0 0 0"},f={xs:"0.05",sm:"0.1",md:"0.1",lg:"0.1",xl:"0.1","2xl":"0.25",overlay:"0.5",backdrop:"0.5"},n={none:"none",xs:`0 1px 2px 0 rgb(${x.black} / ${f.xs})`,sm:`0 1px 3px 0 rgb(${x.black} / ${f.sm}), 0 1px 2px -1px rgb(${x.black} / ${f.sm})`,md:`0 4px 6px -1px rgb(${x.black} / ${f.md}), 0 2px 4px -2px rgb(${x.black} / ${f.md})`,lg:`0 10px 15px -3px rgb(${x.black} / ${f.lg}), 0 4px 6px -4px rgb(${x.black} / ${f.lg})`,xl:`0 20px 25px -5px rgb(${x.black} / ${f.xl}), 0 8px 10px -6px rgb(${x.black} / ${f.xl})`,"2xl":`0 25px 50px -12px rgb(${x.black} / ${f["2xl"]})`},d={xs:"0 1px 2px 0 hsl(var(--primary-500) / 0.15)",sm:"0 2px 4px 0 hsl(var(--primary-500) / 0.2)",md:"0 4px 8px 0 hsl(var(--primary-500) / 0.3)",lg:"0 8px 16px 0 hsl(var(--primary-500) / 0.4)",xl:"0 12px 24px 0 hsl(var(--primary-500) / 0.5)","2xl":"0 16px 32px 0 hsl(var(--primary-500) / 0.6)"},p={xs:"0 1px 2px 0 hsl(var(--accent-500) / 0.15)",sm:"0 2px 4px 0 hsl(var(--accent-500) / 0.2)",md:"0 4px 8px 0 hsl(var(--accent-500) / 0.3)",lg:"0 8px 16px 0 hsl(var(--accent-500) / 0.4)",xl:"0 12px 24px 0 hsl(var(--accent-500) / 0.5)","2xl":"0 16px 32px 0 hsl(var(--accent-500) / 0.6)"},g={"glow-primary":"0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)","glow-primary-subtle":"0 0 8px 0 hsl(var(--primary-500) / 0.3)","glow-primary-medium":"0 0 16px 0 hsl(var(--primary-500) / 0.5)","glow-primary-strong":"0 0 24px 0 hsl(var(--primary-500) / 0.6)","glow-accent":"0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)","glow-accent-subtle":"0 0 8px 0 hsl(var(--accent-500) / 0.3)","glow-accent-medium":"0 0 16px 0 hsl(var(--accent-500) / 0.5)","glow-accent-strong":"0 0 24px 0 hsl(var(--accent-500) / 0.6)"},y={default:"0 0 0 3px hsl(var(--ring) / 0.5)",primary:"0 0 0 3px hsl(var(--primary-500) / 0.3)",accent:"0 0 0 3px hsl(var(--accent-500) / 0.3)","focus-primary":"0 0 0 3px hsl(var(--primary-500) / 0.3)","focus-accent":"0 0 0 3px hsl(var(--accent-500) / 0.3)"},j={"--shadow-none":n.none,"--shadow-xs":n.xs,"--shadow-sm":n.sm,"--shadow-md":n.md,"--shadow-lg":n.lg,"--shadow-xl":n.xl,"--shadow-2xl":n["2xl"],"--shadow-primary-xs":d.xs,"--shadow-primary-sm":d.sm,"--shadow-primary-md":d.md,"--shadow-primary-lg":d.lg,"--shadow-primary-xl":d.xl,"--shadow-primary-2xl":d["2xl"],"--shadow-accent-xs":p.xs,"--shadow-accent-sm":p.sm,"--shadow-accent-md":p.md,"--shadow-accent-lg":p.lg,"--shadow-accent-xl":p.xl,"--shadow-accent-2xl":p["2xl"],"--glow-primary":g["glow-primary"],"--glow-primary-subtle":g["glow-primary-subtle"],"--glow-primary-medium":g["glow-primary-medium"],"--glow-primary-strong":g["glow-primary-strong"],"--glow-accent":g["glow-accent"],"--glow-accent-subtle":g["glow-accent-subtle"],"--glow-accent-medium":g["glow-accent-medium"],"--glow-accent-strong":g["glow-accent-strong"],"--focus-ring-default":y.default,"--focus-ring-primary":y.primary,"--focus-ring-accent":y.accent,"--focus-primary":y["focus-primary"],"--focus-accent":y["focus-accent"]},W={card:{default:n.sm,hover:n.md,active:n.xs,selected:d.sm},button:{default:n.xs,hover:n.sm,active:n.none,focus:y.primary},"button-accent":{default:p.xs,hover:p.sm,active:n.none,focus:y.accent},modal:{default:n.xl,backdrop:`rgba(${x.overlay}, ${f.backdrop})`},dropdown:{default:n.md,hover:n.lg},tooltip:{default:n.sm},toast:{default:n.lg,success:"0 10px 15px -3px hsl(var(--semantic-success) / 0.3)",error:"0 10px 15px -3px hsl(var(--semantic-error) / 0.3)"}},R={boxShadow:{none:n.none,xs:n.xs,sm:n.sm,md:n.md,lg:n.lg,xl:n.xl,"2xl":n["2xl"],"primary-xs":d.xs,"primary-sm":d.sm,"primary-md":d.md,"primary-lg":d.lg,"primary-xl":d.xl,"primary-2xl":d["2xl"],"accent-xs":p.xs,"accent-sm":p.sm,"accent-md":p.md,"accent-lg":p.lg,"accent-xl":p.xl,"accent-2xl":p["2xl"],"glow-primary":g["glow-primary"],"glow-primary-subtle":g["glow-primary-subtle"],"glow-primary-medium":g["glow-primary-medium"],"glow-primary-strong":g["glow-primary-strong"],"glow-accent":g["glow-accent"],"glow-accent-subtle":g["glow-accent-subtle"],"glow-accent-medium":g["glow-accent-medium"],"glow-accent-strong":g["glow-accent-strong"],"focus-ring":y.default,"focus-primary":y["focus-primary"],"focus-accent":y["focus-accent"]},ringWidth:{DEFAULT:"3px",sm:"2px",md:"3px",lg:"4px"},ringColor:{DEFAULT:"hsl(var(--ring) / 0.5)",primary:"hsl(var(--primary-500) / 0.3)",accent:"hsl(var(--accent-500) / 0.3)","focus-primary":"hsl(var(--primary-500) / 0.3)","focus-accent":"hsl(var(--accent-500) / 0.3)"}},o={sans:["Inter","ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],satoshi:["Satoshi","Inter","ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","sans-serif"],display:["Clash Display","Inter","ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","sans-serif"],serif:["ui-serif","Georgia","Cambria","Times New Roman","Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New","monospace"]},t={xs:["clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)",{lineHeight:"1rem",letterSpacing:"0.05em"}],sm:["clamp(0.875rem, 0.8rem + 0.25vw, 1rem)",{lineHeight:"1.25rem",letterSpacing:"0.025em"}],base:["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)",{lineHeight:"1.5rem",letterSpacing:"0em"}],lg:["clamp(1.125rem, 1rem + 0.5vw, 1.25rem)",{lineHeight:"1.75rem",letterSpacing:"-0.025em"}],xl:["clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)",{lineHeight:"1.75rem",letterSpacing:"-0.025em"}],"2xl":["clamp(1.5rem, 1.25rem + 1.25vw, 2rem)",{lineHeight:"2rem",letterSpacing:"-0.05em"}],"3xl":["clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)",{lineHeight:"2.25rem",letterSpacing:"-0.05em"}],"4xl":["clamp(2.25rem, 1.75rem + 2.5vw, 3rem)",{lineHeight:"2.5rem",letterSpacing:"-0.025em"}],"5xl":["clamp(3rem, 2rem + 5vw, 4rem)",{lineHeight:"1",letterSpacing:"-0.025em"}],"6xl":["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)",{lineHeight:"1",letterSpacing:"-0.05em"}],"7xl":["clamp(4.5rem, 3rem + 7.5vw, 6rem)",{lineHeight:"1",letterSpacing:"-0.05em"}],"8xl":["clamp(6rem, 4rem + 10vw, 8rem)",{lineHeight:"1",letterSpacing:"-0.05em"}],"9xl":["clamp(8rem, 5rem + 15vw, 12rem)",{lineHeight:"1",letterSpacing:"-0.05em"}]},l={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},s={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},r={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},X={"--font-sans":o.sans.join(", "),"--font-satoshi":o.satoshi.join(", "),"--font-display":o.display.join(", "),"--font-serif":o.serif.join(", "),"--font-mono":o.mono.join(", "),"--font-size-xs":t.xs[0],"--font-size-sm":t.sm[0],"--font-size-base":t.base[0],"--font-size-lg":t.lg[0],"--font-size-xl":t.xl[0],"--font-size-2xl":t["2xl"][0],"--font-size-3xl":t["3xl"][0],"--font-size-4xl":t["4xl"][0],"--font-size-5xl":t["5xl"][0],"--font-size-6xl":t["6xl"][0],"--font-weight-thin":l.thin,"--font-weight-extralight":l.extralight,"--font-weight-light":l.light,"--font-weight-normal":l.normal,"--font-weight-medium":l.medium,"--font-weight-semibold":l.semibold,"--font-weight-bold":l.bold,"--font-weight-extrabold":l.extrabold,"--font-weight-black":l.black,"--line-height-none":s.none,"--line-height-tight":s.tight,"--line-height-snug":s.snug,"--line-height-normal":s.normal,"--line-height-relaxed":s.relaxed,"--line-height-loose":s.loose,"--letter-spacing-tighter":r.tighter,"--letter-spacing-tight":r.tight,"--letter-spacing-normal":r.normal,"--letter-spacing-wide":r.wide,"--letter-spacing-wider":r.wider,"--letter-spacing-widest":r.widest},Y={display:{fontFamily:o.display.join(", "),fontSize:t["6xl"][0],fontWeight:l.bold,lineHeight:s.none,letterSpacing:r.tight},h1:{fontFamily:o.display.join(", "),fontSize:t["5xl"][0],fontWeight:l.bold,lineHeight:s.tight,letterSpacing:r.tight},h2:{fontFamily:o.display.join(", "),fontSize:t["4xl"][0],fontWeight:l.bold,lineHeight:s.tight,letterSpacing:r.tight},h3:{fontFamily:o.sans.join(", "),fontSize:t["3xl"][0],fontWeight:l.semibold,lineHeight:s.snug,letterSpacing:r.normal},h4:{fontFamily:o.sans.join(", "),fontSize:t["2xl"][0],fontWeight:l.semibold,lineHeight:s.snug,letterSpacing:r.normal},h5:{fontFamily:o.sans.join(", "),fontSize:t.xl[0],fontWeight:l.medium,lineHeight:s.normal,letterSpacing:r.normal},h6:{fontFamily:o.sans.join(", "),fontSize:t.lg[0],fontWeight:l.medium,lineHeight:s.normal,letterSpacing:r.normal},body:{fontFamily:o.sans.join(", "),fontSize:t.base[0],fontWeight:l.normal,lineHeight:s.relaxed,letterSpacing:r.normal},"body-sm":{fontFamily:o.sans.join(", "),fontSize:t.sm[0],fontWeight:l.normal,lineHeight:s.normal,letterSpacing:r.normal},"body-xs":{fontFamily:o.sans.join(", "),fontSize:t.xs[0],fontWeight:l.normal,lineHeight:s.normal,letterSpacing:r.wide},label:{fontFamily:o.sans.join(", "),fontSize:t.sm[0],fontWeight:l.medium,lineHeight:s.normal,letterSpacing:r.wide},"label-sm":{fontFamily:o.sans.join(", "),fontSize:t.xs[0],fontWeight:l.medium,lineHeight:s.normal,letterSpacing:r.wider},caption:{fontFamily:o.sans.join(", "),fontSize:t.xs[0],fontWeight:l.normal,lineHeight:s.normal,letterSpacing:r.wide}},T={fontFamily:{sans:[...o.sans],satoshi:[...o.satoshi],display:[...o.display],serif:[...o.serif],mono:[...o.mono]},fontSize:{xs:[t.xs[0],{lineHeight:t.xs[1].lineHeight,letterSpacing:t.xs[1].letterSpacing}],sm:[t.sm[0],{lineHeight:t.sm[1].lineHeight,letterSpacing:t.sm[1].letterSpacing}],md:[t.base[0],{lineHeight:t.base[1].lineHeight,letterSpacing:t.base[1].letterSpacing}],base:[t.base[0],{lineHeight:t.base[1].lineHeight,letterSpacing:t.base[1].letterSpacing}],lg:[t.lg[0],{lineHeight:t.lg[1].lineHeight,letterSpacing:t.lg[1].letterSpacing}],xl:[t.xl[0],{lineHeight:t.xl[1].lineHeight,letterSpacing:t.xl[1].letterSpacing}],"2xl":[t["2xl"][0],{lineHeight:t["2xl"][1].lineHeight,letterSpacing:t["2xl"][1].letterSpacing}],"3xl":[t["3xl"][0],{lineHeight:t["3xl"][1].lineHeight,letterSpacing:t["3xl"][1].letterSpacing}],"4xl":[t["4xl"][0],{lineHeight:t["4xl"][1].lineHeight,letterSpacing:t["4xl"][1].letterSpacing}],"5xl":[t["5xl"][0],{lineHeight:t["5xl"][1].lineHeight,letterSpacing:t["5xl"][1].letterSpacing}],"6xl":[t["6xl"][0],{lineHeight:t["6xl"][1].lineHeight,letterSpacing:t["6xl"][1].letterSpacing}],"7xl":[t["7xl"][0],{lineHeight:t["7xl"][1].lineHeight,letterSpacing:t["7xl"][1].letterSpacing}],"8xl":[t["8xl"][0],{lineHeight:t["8xl"][1].lineHeight,letterSpacing:t["8xl"][1].letterSpacing}],"9xl":[t["9xl"][0],{lineHeight:t["9xl"][1].lineHeight,letterSpacing:t["9xl"][1].letterSpacing}]},fontWeight:{...l},lineHeight:{...s},letterSpacing:{...r}},M={...t,md:t.base};exports.accentColoredShadows=p;exports.borderRadius=a;exports.componentRadius=c;exports.componentShadowMapping=W;exports.elevationShadows=n;exports.focusRings=y;exports.fontFamily=o;exports.fontSize=t;exports.fontSizeWithMd=M;exports.fontWeight=l;exports.glowEffects=g;exports.layoutSpacing=i;exports.letterSpacing=r;exports.lineHeight=s;exports.motionV2CSSVariables=k;exports.motionV2Combined=h;exports.motionV2Durations=u;exports.motionV2Easings=w;exports.motionV2Fade=v;exports.motionV2Scale=H;exports.motionV2Slide=S;exports.motionV2TailwindConfig=$;exports.motionV2Transitions=b;exports.primaryColoredShadows=d;exports.radiusCSSVariables=V;exports.semanticSpacing=m;exports.shadowBase=x;exports.shadowCSSVariables=j;exports.shadowOpacity=f;exports.spacing=e;exports.spacingCSSVariables=z;exports.tailwindRadiusConfig=F;exports.tailwindShadowConfig=R;exports.tailwindSpacingConfig=C;exports.tailwindTypographyConfig=T;exports.textStyles=Y;exports.typographyCSSVariables=X;
|