@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
package/dist/tokens/shadows.d.ts
DELETED
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shadow and Glow System Tokens
|
|
3
|
-
*
|
|
4
|
-
* Complete shadow system for Tenerife UI based on design system specifications.
|
|
5
|
-
* Includes: elevation shadows, colored shadows (primary/accent), glow effects,
|
|
6
|
-
* and focus ring tokens for accessibility.
|
|
7
|
-
*
|
|
8
|
-
* @see docs/tenerife_audit/design_system.md - shadow system section
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* Shadow Base Tokens
|
|
12
|
-
* Base values for shadow generation
|
|
13
|
-
*/
|
|
14
|
-
export declare const shadowBase: {
|
|
15
|
-
readonly black: "0 0 0";
|
|
16
|
-
readonly overlay: "0 0 0";
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Shadow Opacity Tokens
|
|
20
|
-
* Opacity values for different shadow intensities
|
|
21
|
-
*/
|
|
22
|
-
export declare const shadowOpacity: {
|
|
23
|
-
readonly xs: "0.05";
|
|
24
|
-
readonly sm: "0.1";
|
|
25
|
-
readonly md: "0.1";
|
|
26
|
-
readonly lg: "0.1";
|
|
27
|
-
readonly xl: "0.1";
|
|
28
|
-
readonly "2xl": "0.25";
|
|
29
|
-
readonly overlay: "0.5";
|
|
30
|
-
readonly backdrop: "0.5";
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Elevation Shadow Tokens
|
|
34
|
-
* Used for component depth and elevation hierarchy
|
|
35
|
-
* Values: none, xs, sm, md, lg, xl, 2xl
|
|
36
|
-
*/
|
|
37
|
-
export declare const elevationShadows: {
|
|
38
|
-
readonly none: "none";
|
|
39
|
-
readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
40
|
-
readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
41
|
-
readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
42
|
-
readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
43
|
-
readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
44
|
-
readonly "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
45
|
-
};
|
|
46
|
-
/**
|
|
47
|
-
* Primary Colored Shadow Tokens
|
|
48
|
-
* Used for interactive elements and brand emphasis with primary color
|
|
49
|
-
*/
|
|
50
|
-
export declare const primaryColoredShadows: {
|
|
51
|
-
readonly xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
52
|
-
readonly sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
53
|
-
readonly md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
54
|
-
readonly lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
55
|
-
readonly xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
56
|
-
readonly "2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Accent Colored Shadow Tokens
|
|
60
|
-
* Used for accent elements and highlights with accent color
|
|
61
|
-
*/
|
|
62
|
-
export declare const accentColoredShadows: {
|
|
63
|
-
readonly xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
64
|
-
readonly sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
65
|
-
readonly md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
66
|
-
readonly lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
67
|
-
readonly xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
68
|
-
readonly "2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* Glow Effect Tokens
|
|
72
|
-
* Used for focus states, brand emphasis, and interactive feedback
|
|
73
|
-
*/
|
|
74
|
-
export declare const glowEffects: {
|
|
75
|
-
readonly "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
76
|
-
readonly "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
77
|
-
readonly "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
78
|
-
readonly "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
79
|
-
readonly "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
80
|
-
readonly "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
81
|
-
readonly "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
82
|
-
readonly "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Focus Ring Tokens
|
|
86
|
-
* Used for keyboard focus indicators (accessibility)
|
|
87
|
-
*/
|
|
88
|
-
export declare const focusRings: {
|
|
89
|
-
readonly default: "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
90
|
-
readonly primary: "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
91
|
-
readonly accent: "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
92
|
-
readonly "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
93
|
-
readonly "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* CSS Custom Properties for Shadows
|
|
97
|
-
* These will be injected into the theme system
|
|
98
|
-
*/
|
|
99
|
-
export declare const shadowCSSVariables: {
|
|
100
|
-
readonly "--shadow-none": "none";
|
|
101
|
-
readonly "--shadow-xs": "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
102
|
-
readonly "--shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
103
|
-
readonly "--shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
104
|
-
readonly "--shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
105
|
-
readonly "--shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
106
|
-
readonly "--shadow-2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
107
|
-
readonly "--shadow-primary-xs": "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
108
|
-
readonly "--shadow-primary-sm": "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
109
|
-
readonly "--shadow-primary-md": "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
110
|
-
readonly "--shadow-primary-lg": "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
111
|
-
readonly "--shadow-primary-xl": "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
112
|
-
readonly "--shadow-primary-2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
113
|
-
readonly "--shadow-accent-xs": "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
114
|
-
readonly "--shadow-accent-sm": "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
115
|
-
readonly "--shadow-accent-md": "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
116
|
-
readonly "--shadow-accent-lg": "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
117
|
-
readonly "--shadow-accent-xl": "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
118
|
-
readonly "--shadow-accent-2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
119
|
-
readonly "--glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
120
|
-
readonly "--glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
121
|
-
readonly "--glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
122
|
-
readonly "--glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
123
|
-
readonly "--glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
124
|
-
readonly "--glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
125
|
-
readonly "--glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
126
|
-
readonly "--glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
127
|
-
readonly "--focus-ring-default": "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
128
|
-
readonly "--focus-ring-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
129
|
-
readonly "--focus-ring-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
130
|
-
readonly "--focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
131
|
-
readonly "--focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* Component Shadow Mapping
|
|
135
|
-
* Defines which shadow level to use for different component states
|
|
136
|
-
*/
|
|
137
|
-
export declare const componentShadowMapping: {
|
|
138
|
-
readonly card: {
|
|
139
|
-
readonly default: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
140
|
-
readonly hover: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
141
|
-
readonly active: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
142
|
-
readonly selected: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
143
|
-
};
|
|
144
|
-
readonly button: {
|
|
145
|
-
readonly default: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
146
|
-
readonly hover: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
147
|
-
readonly active: "none";
|
|
148
|
-
readonly focus: "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
149
|
-
};
|
|
150
|
-
readonly "button-accent": {
|
|
151
|
-
readonly default: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
152
|
-
readonly hover: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
153
|
-
readonly active: "none";
|
|
154
|
-
readonly focus: "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
155
|
-
};
|
|
156
|
-
readonly modal: {
|
|
157
|
-
readonly default: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
158
|
-
readonly backdrop: "rgba(0 0 0, 0.5)";
|
|
159
|
-
};
|
|
160
|
-
readonly dropdown: {
|
|
161
|
-
readonly default: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
162
|
-
readonly hover: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
163
|
-
};
|
|
164
|
-
readonly tooltip: {
|
|
165
|
-
readonly default: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
166
|
-
};
|
|
167
|
-
readonly toast: {
|
|
168
|
-
readonly default: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
169
|
-
readonly success: "0 10px 15px -3px hsl(var(--semantic-success) / 0.3)";
|
|
170
|
-
readonly error: "0 10px 15px -3px hsl(var(--semantic-error) / 0.3)";
|
|
171
|
-
};
|
|
172
|
-
};
|
|
173
|
-
/**
|
|
174
|
-
* Tailwind Shadow Config
|
|
175
|
-
* Maps to Tailwind theme.extend.boxShadow
|
|
176
|
-
*/
|
|
177
|
-
export declare const tailwindShadowConfig: {
|
|
178
|
-
readonly boxShadow: {
|
|
179
|
-
readonly none: "none";
|
|
180
|
-
readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
181
|
-
readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
182
|
-
readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
183
|
-
readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
184
|
-
readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
185
|
-
readonly "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
186
|
-
readonly "primary-xs": "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
187
|
-
readonly "primary-sm": "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
188
|
-
readonly "primary-md": "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
189
|
-
readonly "primary-lg": "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
190
|
-
readonly "primary-xl": "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
191
|
-
readonly "primary-2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
192
|
-
readonly "accent-xs": "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
193
|
-
readonly "accent-sm": "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
194
|
-
readonly "accent-md": "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
195
|
-
readonly "accent-lg": "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
196
|
-
readonly "accent-xl": "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
197
|
-
readonly "accent-2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
198
|
-
readonly "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
199
|
-
readonly "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
200
|
-
readonly "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
201
|
-
readonly "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
202
|
-
readonly "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
203
|
-
readonly "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
204
|
-
readonly "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
205
|
-
readonly "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
206
|
-
readonly "focus-ring": "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
207
|
-
readonly "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
208
|
-
readonly "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
209
|
-
};
|
|
210
|
-
readonly ringWidth: {
|
|
211
|
-
readonly DEFAULT: "3px";
|
|
212
|
-
readonly sm: "2px";
|
|
213
|
-
readonly md: "3px";
|
|
214
|
-
readonly lg: "4px";
|
|
215
|
-
};
|
|
216
|
-
readonly ringColor: {
|
|
217
|
-
readonly DEFAULT: "hsl(var(--ring) / 0.5)";
|
|
218
|
-
readonly primary: "hsl(var(--primary-500) / 0.3)";
|
|
219
|
-
readonly accent: "hsl(var(--accent-500) / 0.3)";
|
|
220
|
-
readonly "focus-primary": "hsl(var(--primary-500) / 0.3)";
|
|
221
|
-
readonly "focus-accent": "hsl(var(--accent-500) / 0.3)";
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
/**
|
|
225
|
-
* Type Exports
|
|
226
|
-
*/
|
|
227
|
-
export type ElevationShadow = keyof typeof elevationShadows;
|
|
228
|
-
export type ColoredShadow = keyof typeof primaryColoredShadows | keyof typeof accentColoredShadows;
|
|
229
|
-
export type GlowEffect = keyof typeof glowEffects;
|
|
230
|
-
export type FocusRing = keyof typeof focusRings;
|
package/dist/tokens/spacing.d.ts
DELETED
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Spacing System Tokens
|
|
3
|
-
*
|
|
4
|
-
* Complete spacing system for Tenerife UI based on 8px grid system.
|
|
5
|
-
* Includes: base spacing scale (0-96), semantic spacing tokens (xs..5xl),
|
|
6
|
-
* and layout spacing tokens (sections, containers, grids).
|
|
7
|
-
*
|
|
8
|
-
* Base unit: 8px (0.5rem)
|
|
9
|
-
* All spacing values are multiples of 8px for consistent layout rhythm.
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Base Spacing Scale
|
|
13
|
-
* Values from 0 to 96 based on 8px grid system
|
|
14
|
-
* Format: numeric keys map to rem values
|
|
15
|
-
*/
|
|
16
|
-
export declare const spacing: {
|
|
17
|
-
readonly 0: "0";
|
|
18
|
-
readonly px: "1px";
|
|
19
|
-
readonly 0.5: "0.125rem";
|
|
20
|
-
readonly 1: "0.25rem";
|
|
21
|
-
readonly 1.5: "0.375rem";
|
|
22
|
-
readonly 2: "0.5rem";
|
|
23
|
-
readonly 2.5: "0.625rem";
|
|
24
|
-
readonly 3: "0.75rem";
|
|
25
|
-
readonly 3.5: "0.875rem";
|
|
26
|
-
readonly 4: "1rem";
|
|
27
|
-
readonly 5: "1.25rem";
|
|
28
|
-
readonly 6: "1.5rem";
|
|
29
|
-
readonly 7: "1.75rem";
|
|
30
|
-
readonly 8: "2rem";
|
|
31
|
-
readonly 9: "2.25rem";
|
|
32
|
-
readonly 10: "2.5rem";
|
|
33
|
-
readonly 11: "2.75rem";
|
|
34
|
-
readonly 12: "3rem";
|
|
35
|
-
readonly 14: "3.5rem";
|
|
36
|
-
readonly 16: "4rem";
|
|
37
|
-
readonly 20: "5rem";
|
|
38
|
-
readonly 24: "6rem";
|
|
39
|
-
readonly 28: "7rem";
|
|
40
|
-
readonly 32: "8rem";
|
|
41
|
-
readonly 36: "9rem";
|
|
42
|
-
readonly 40: "10rem";
|
|
43
|
-
readonly 44: "11rem";
|
|
44
|
-
readonly 48: "12rem";
|
|
45
|
-
readonly 52: "13rem";
|
|
46
|
-
readonly 56: "14rem";
|
|
47
|
-
readonly 60: "15rem";
|
|
48
|
-
readonly 64: "16rem";
|
|
49
|
-
readonly 72: "18rem";
|
|
50
|
-
readonly 80: "20rem";
|
|
51
|
-
readonly 96: "24rem";
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* Semantic Spacing Tokens
|
|
55
|
-
* Named tokens for common spacing use cases
|
|
56
|
-
* Maps to base spacing scale
|
|
57
|
-
*/
|
|
58
|
-
export declare const semanticSpacing: {
|
|
59
|
-
readonly xs: "0.25rem";
|
|
60
|
-
readonly sm: "0.5rem";
|
|
61
|
-
readonly md: "1rem";
|
|
62
|
-
readonly lg: "1.5rem";
|
|
63
|
-
readonly xl: "2rem";
|
|
64
|
-
readonly "2xl": "3rem";
|
|
65
|
-
readonly "3xl": "4rem";
|
|
66
|
-
readonly "4xl": "5rem";
|
|
67
|
-
readonly "5xl": "6rem";
|
|
68
|
-
readonly none: "0";
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* Layout Spacing Tokens
|
|
72
|
-
* Spacing for common layout patterns
|
|
73
|
-
*/
|
|
74
|
-
export declare const layoutSpacing: {
|
|
75
|
-
readonly section: {
|
|
76
|
-
readonly xs: "1.5rem";
|
|
77
|
-
readonly sm: "2rem";
|
|
78
|
-
readonly md: "3rem";
|
|
79
|
-
readonly lg: "4rem";
|
|
80
|
-
readonly xl: "5rem";
|
|
81
|
-
readonly "2xl": "6rem";
|
|
82
|
-
};
|
|
83
|
-
readonly container: {
|
|
84
|
-
readonly xs: "0.5rem";
|
|
85
|
-
readonly sm: "1rem";
|
|
86
|
-
readonly md: "1.5rem";
|
|
87
|
-
readonly lg: "2rem";
|
|
88
|
-
readonly xl: "3rem";
|
|
89
|
-
};
|
|
90
|
-
readonly grid: {
|
|
91
|
-
readonly xs: "0.5rem";
|
|
92
|
-
readonly sm: "1rem";
|
|
93
|
-
readonly md: "1.5rem";
|
|
94
|
-
readonly lg: "2rem";
|
|
95
|
-
readonly xl: "3rem";
|
|
96
|
-
};
|
|
97
|
-
readonly stack: {
|
|
98
|
-
readonly xs: "0.25rem";
|
|
99
|
-
readonly sm: "0.5rem";
|
|
100
|
-
readonly md: "1rem";
|
|
101
|
-
readonly lg: "1.5rem";
|
|
102
|
-
readonly xl: "2rem";
|
|
103
|
-
};
|
|
104
|
-
readonly component: {
|
|
105
|
-
readonly xs: "0.25rem";
|
|
106
|
-
readonly sm: "0.5rem";
|
|
107
|
-
readonly md: "1rem";
|
|
108
|
-
readonly lg: "1.5rem";
|
|
109
|
-
readonly xl: "2rem";
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
/**
|
|
113
|
-
* CSS Custom Properties for Spacing
|
|
114
|
-
* These will be injected into the theme system
|
|
115
|
-
*/
|
|
116
|
-
export declare const spacingCSSVariables: {
|
|
117
|
-
readonly "--spacing-0": "0";
|
|
118
|
-
readonly "--spacing-px": "1px";
|
|
119
|
-
readonly "--spacing-0-5": "0.125rem";
|
|
120
|
-
readonly "--spacing-1": "0.25rem";
|
|
121
|
-
readonly "--spacing-1-5": "0.375rem";
|
|
122
|
-
readonly "--spacing-2": "0.5rem";
|
|
123
|
-
readonly "--spacing-2-5": "0.625rem";
|
|
124
|
-
readonly "--spacing-3": "0.75rem";
|
|
125
|
-
readonly "--spacing-3-5": "0.875rem";
|
|
126
|
-
readonly "--spacing-4": "1rem";
|
|
127
|
-
readonly "--spacing-5": "1.25rem";
|
|
128
|
-
readonly "--spacing-6": "1.5rem";
|
|
129
|
-
readonly "--spacing-7": "1.75rem";
|
|
130
|
-
readonly "--spacing-8": "2rem";
|
|
131
|
-
readonly "--spacing-9": "2.25rem";
|
|
132
|
-
readonly "--spacing-10": "2.5rem";
|
|
133
|
-
readonly "--spacing-11": "2.75rem";
|
|
134
|
-
readonly "--spacing-12": "3rem";
|
|
135
|
-
readonly "--spacing-14": "3.5rem";
|
|
136
|
-
readonly "--spacing-16": "4rem";
|
|
137
|
-
readonly "--spacing-20": "5rem";
|
|
138
|
-
readonly "--spacing-24": "6rem";
|
|
139
|
-
readonly "--spacing-xs": "0.25rem";
|
|
140
|
-
readonly "--spacing-sm": "0.5rem";
|
|
141
|
-
readonly "--spacing-md": "1rem";
|
|
142
|
-
readonly "--spacing-lg": "1.5rem";
|
|
143
|
-
readonly "--spacing-xl": "2rem";
|
|
144
|
-
readonly "--spacing-2xl": "3rem";
|
|
145
|
-
readonly "--spacing-3xl": "4rem";
|
|
146
|
-
readonly "--spacing-4xl": "5rem";
|
|
147
|
-
readonly "--spacing-5xl": "6rem";
|
|
148
|
-
readonly "--spacing-none": "0";
|
|
149
|
-
readonly "--layout-section-xs": "1.5rem";
|
|
150
|
-
readonly "--layout-section-sm": "2rem";
|
|
151
|
-
readonly "--layout-section-md": "3rem";
|
|
152
|
-
readonly "--layout-section-lg": "4rem";
|
|
153
|
-
readonly "--layout-section-xl": "5rem";
|
|
154
|
-
readonly "--layout-section-2xl": "6rem";
|
|
155
|
-
readonly "--layout-container-xs": "0.5rem";
|
|
156
|
-
readonly "--layout-container-sm": "1rem";
|
|
157
|
-
readonly "--layout-container-md": "1.5rem";
|
|
158
|
-
readonly "--layout-container-lg": "2rem";
|
|
159
|
-
readonly "--layout-container-xl": "3rem";
|
|
160
|
-
readonly "--layout-grid-xs": "0.5rem";
|
|
161
|
-
readonly "--layout-grid-sm": "1rem";
|
|
162
|
-
readonly "--layout-grid-md": "1.5rem";
|
|
163
|
-
readonly "--layout-grid-lg": "2rem";
|
|
164
|
-
readonly "--layout-grid-xl": "3rem";
|
|
165
|
-
readonly "--layout-stack-xs": "0.25rem";
|
|
166
|
-
readonly "--layout-stack-sm": "0.5rem";
|
|
167
|
-
readonly "--layout-stack-md": "1rem";
|
|
168
|
-
readonly "--layout-stack-lg": "1.5rem";
|
|
169
|
-
readonly "--layout-stack-xl": "2rem";
|
|
170
|
-
readonly "--layout-component-xs": "0.25rem";
|
|
171
|
-
readonly "--layout-component-sm": "0.5rem";
|
|
172
|
-
readonly "--layout-component-md": "1rem";
|
|
173
|
-
readonly "--layout-component-lg": "1.5rem";
|
|
174
|
-
readonly "--layout-component-xl": "2rem";
|
|
175
|
-
};
|
|
176
|
-
/**
|
|
177
|
-
* Tailwind Spacing Config
|
|
178
|
-
* Maps to Tailwind theme.extend.spacing
|
|
179
|
-
*/
|
|
180
|
-
export declare const tailwindSpacingConfig: {
|
|
181
|
-
readonly spacing: {
|
|
182
|
-
readonly xs: "0.25rem";
|
|
183
|
-
readonly sm: "0.5rem";
|
|
184
|
-
readonly md: "1rem";
|
|
185
|
-
readonly lg: "1.5rem";
|
|
186
|
-
readonly xl: "2rem";
|
|
187
|
-
readonly "2xl": "3rem";
|
|
188
|
-
readonly "3xl": "4rem";
|
|
189
|
-
readonly "4xl": "5rem";
|
|
190
|
-
readonly "5xl": "6rem";
|
|
191
|
-
readonly none: "0";
|
|
192
|
-
readonly 0: "0";
|
|
193
|
-
readonly px: "1px";
|
|
194
|
-
readonly 0.5: "0.125rem";
|
|
195
|
-
readonly 1: "0.25rem";
|
|
196
|
-
readonly 1.5: "0.375rem";
|
|
197
|
-
readonly 2: "0.5rem";
|
|
198
|
-
readonly 2.5: "0.625rem";
|
|
199
|
-
readonly 3: "0.75rem";
|
|
200
|
-
readonly 3.5: "0.875rem";
|
|
201
|
-
readonly 4: "1rem";
|
|
202
|
-
readonly 5: "1.25rem";
|
|
203
|
-
readonly 6: "1.5rem";
|
|
204
|
-
readonly 7: "1.75rem";
|
|
205
|
-
readonly 8: "2rem";
|
|
206
|
-
readonly 9: "2.25rem";
|
|
207
|
-
readonly 10: "2.5rem";
|
|
208
|
-
readonly 11: "2.75rem";
|
|
209
|
-
readonly 12: "3rem";
|
|
210
|
-
readonly 14: "3.5rem";
|
|
211
|
-
readonly 16: "4rem";
|
|
212
|
-
readonly 20: "5rem";
|
|
213
|
-
readonly 24: "6rem";
|
|
214
|
-
readonly 28: "7rem";
|
|
215
|
-
readonly 32: "8rem";
|
|
216
|
-
readonly 36: "9rem";
|
|
217
|
-
readonly 40: "10rem";
|
|
218
|
-
readonly 44: "11rem";
|
|
219
|
-
readonly 48: "12rem";
|
|
220
|
-
readonly 52: "13rem";
|
|
221
|
-
readonly 56: "14rem";
|
|
222
|
-
readonly 60: "15rem";
|
|
223
|
-
readonly 64: "16rem";
|
|
224
|
-
readonly 72: "18rem";
|
|
225
|
-
readonly 80: "20rem";
|
|
226
|
-
readonly 96: "24rem";
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
|
-
/**
|
|
230
|
-
* Type Exports
|
|
231
|
-
*/
|
|
232
|
-
export type Spacing = keyof typeof spacing;
|
|
233
|
-
export type SemanticSpacing = keyof typeof semanticSpacing;
|
|
234
|
-
export type SectionSpacing = keyof typeof layoutSpacing.section;
|
|
235
|
-
export type ContainerSpacing = keyof typeof layoutSpacing.container;
|
|
236
|
-
export type GridSpacing = keyof typeof layoutSpacing.grid;
|
|
237
|
-
export type StackSpacing = keyof typeof layoutSpacing.stack;
|
|
238
|
-
export type ComponentSpacing = keyof typeof layoutSpacing.component;
|
package/dist/tokens/theme.d.ts
DELETED
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Theme Tokens
|
|
3
|
-
*
|
|
4
|
-
* Central export for UI color tokens.
|
|
5
|
-
* Provides UI_COLORS object for use in components and theme system.
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* UI Color Tokens
|
|
9
|
-
* Complete color token system for Tenerife UI
|
|
10
|
-
* All values are token-based, not raw Tailwind colors
|
|
11
|
-
*/
|
|
12
|
-
export declare const UI_COLORS: {
|
|
13
|
-
readonly background: "hsl(var(--background))";
|
|
14
|
-
readonly foreground: "hsl(var(--foreground))";
|
|
15
|
-
readonly card: {
|
|
16
|
-
readonly DEFAULT: "hsl(var(--card))";
|
|
17
|
-
readonly foreground: "hsl(var(--card-foreground))";
|
|
18
|
-
};
|
|
19
|
-
readonly popover: {
|
|
20
|
-
readonly DEFAULT: "hsl(var(--popover))";
|
|
21
|
-
readonly foreground: "hsl(var(--popover-foreground))";
|
|
22
|
-
};
|
|
23
|
-
readonly primary: {
|
|
24
|
-
readonly DEFAULT: "hsl(var(--tm-primary))";
|
|
25
|
-
readonly foreground: "hsl(var(--tm-primary-foreground))";
|
|
26
|
-
readonly 50: "hsl(var(--primary-50))";
|
|
27
|
-
readonly 100: "hsl(var(--primary-100))";
|
|
28
|
-
readonly 200: "hsl(var(--primary-200))";
|
|
29
|
-
readonly 300: "hsl(var(--primary-300))";
|
|
30
|
-
readonly 400: "hsl(var(--primary-400))";
|
|
31
|
-
readonly 500: "hsl(var(--primary-500))";
|
|
32
|
-
readonly 600: "hsl(var(--primary-600))";
|
|
33
|
-
readonly 700: "hsl(var(--primary-700))";
|
|
34
|
-
readonly 800: "hsl(var(--primary-800))";
|
|
35
|
-
readonly 900: "hsl(var(--primary-900))";
|
|
36
|
-
readonly 950: "hsl(var(--primary-950))";
|
|
37
|
-
};
|
|
38
|
-
readonly secondary: {
|
|
39
|
-
readonly DEFAULT: "hsl(var(--tm-secondary))";
|
|
40
|
-
readonly foreground: "hsl(var(--tm-secondary-foreground))";
|
|
41
|
-
readonly 50: "hsl(var(--secondary-50))";
|
|
42
|
-
readonly 100: "hsl(var(--secondary-100))";
|
|
43
|
-
readonly 200: "hsl(var(--secondary-200))";
|
|
44
|
-
readonly 300: "hsl(var(--secondary-300))";
|
|
45
|
-
readonly 400: "hsl(var(--secondary-400))";
|
|
46
|
-
readonly 500: "hsl(var(--secondary-500))";
|
|
47
|
-
readonly 600: "hsl(var(--secondary-600))";
|
|
48
|
-
readonly 700: "hsl(var(--secondary-700))";
|
|
49
|
-
readonly 800: "hsl(var(--secondary-800))";
|
|
50
|
-
readonly 900: "hsl(var(--secondary-900))";
|
|
51
|
-
readonly 950: "hsl(var(--secondary-950))";
|
|
52
|
-
};
|
|
53
|
-
readonly accent: {
|
|
54
|
-
readonly DEFAULT: "hsl(var(--tm-accent))";
|
|
55
|
-
readonly foreground: "hsl(var(--tm-accent-foreground))";
|
|
56
|
-
readonly 50: "hsl(var(--accent-50))";
|
|
57
|
-
readonly 100: "hsl(var(--accent-100))";
|
|
58
|
-
readonly 200: "hsl(var(--accent-200))";
|
|
59
|
-
readonly 300: "hsl(var(--accent-300))";
|
|
60
|
-
readonly 400: "hsl(var(--accent-400))";
|
|
61
|
-
readonly 500: "hsl(var(--accent-500))";
|
|
62
|
-
readonly 600: "hsl(var(--accent-600))";
|
|
63
|
-
readonly 700: "hsl(var(--accent-700))";
|
|
64
|
-
readonly 800: "hsl(var(--accent-800))";
|
|
65
|
-
readonly 900: "hsl(var(--accent-900))";
|
|
66
|
-
readonly 950: "hsl(var(--accent-950))";
|
|
67
|
-
};
|
|
68
|
-
readonly muted: {
|
|
69
|
-
readonly DEFAULT: "hsl(var(--muted))";
|
|
70
|
-
readonly foreground: "hsl(var(--muted-foreground))";
|
|
71
|
-
};
|
|
72
|
-
readonly destructive: {
|
|
73
|
-
readonly DEFAULT: "hsl(var(--destructive))";
|
|
74
|
-
readonly foreground: "hsl(var(--destructive-foreground))";
|
|
75
|
-
};
|
|
76
|
-
readonly success: {
|
|
77
|
-
readonly DEFAULT: "hsl(var(--semantic-success))";
|
|
78
|
-
readonly foreground: "hsl(var(--semantic-success-foreground))";
|
|
79
|
-
};
|
|
80
|
-
readonly error: {
|
|
81
|
-
readonly DEFAULT: "hsl(var(--semantic-error))";
|
|
82
|
-
readonly foreground: "hsl(var(--semantic-error-foreground))";
|
|
83
|
-
};
|
|
84
|
-
readonly warning: {
|
|
85
|
-
readonly DEFAULT: "hsl(var(--semantic-warning))";
|
|
86
|
-
readonly foreground: "hsl(var(--semantic-warning-foreground))";
|
|
87
|
-
};
|
|
88
|
-
readonly info: {
|
|
89
|
-
readonly DEFAULT: "hsl(var(--semantic-info))";
|
|
90
|
-
readonly foreground: "hsl(var(--semantic-info-foreground))";
|
|
91
|
-
};
|
|
92
|
-
readonly surface: {
|
|
93
|
-
readonly base: "hsl(var(--surface-base))";
|
|
94
|
-
readonly elevated1: "hsl(var(--surface-elevated1))";
|
|
95
|
-
readonly elevated2: "hsl(var(--surface-elevated2))";
|
|
96
|
-
readonly elevated3: "hsl(var(--surface-elevated3))";
|
|
97
|
-
readonly overlay: "hsl(var(--surface-overlay))";
|
|
98
|
-
readonly glass: "hsl(var(--surface-glass))";
|
|
99
|
-
};
|
|
100
|
-
readonly text: {
|
|
101
|
-
readonly primary: "hsl(var(--text-primary))";
|
|
102
|
-
readonly secondary: "hsl(var(--text-secondary))";
|
|
103
|
-
readonly tertiary: "hsl(var(--text-tertiary))";
|
|
104
|
-
readonly muted: "hsl(var(--text-muted))";
|
|
105
|
-
readonly destructive: "hsl(var(--destructive))";
|
|
106
|
-
readonly accent: "hsl(var(--tm-accent))";
|
|
107
|
-
readonly inverse: "hsl(var(--text-inverse))";
|
|
108
|
-
};
|
|
109
|
-
readonly border: "hsl(var(--border))";
|
|
110
|
-
readonly input: "hsl(var(--input))";
|
|
111
|
-
readonly ring: "hsl(var(--ring))";
|
|
112
|
-
readonly chart: {
|
|
113
|
-
readonly 1: "hsl(var(--chart-1))";
|
|
114
|
-
readonly 2: "hsl(var(--chart-2))";
|
|
115
|
-
readonly 3: "hsl(var(--chart-3))";
|
|
116
|
-
readonly 4: "hsl(var(--chart-4))";
|
|
117
|
-
readonly 5: "hsl(var(--chart-5))";
|
|
118
|
-
};
|
|
119
|
-
};
|