@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/README.md
CHANGED
|
@@ -72,14 +72,18 @@ export default function App() {
|
|
|
72
72
|
|
|
73
73
|
## 📚 Documentation
|
|
74
74
|
|
|
75
|
-
| Document
|
|
76
|
-
|
|
|
77
|
-
| **[Complete Guide](./docs/GETTING_STARTED.md)**
|
|
78
|
-
| [Quick Start](./docs/QUICK_START.md)
|
|
79
|
-
| [API Reference](./docs/public-api.md)
|
|
80
|
-
| [Tokens Guide](./docs/TOKENS_GUIDE.md)
|
|
81
|
-
| [Theme Guide](./docs/THEME_GUIDE.md)
|
|
82
|
-
| [
|
|
75
|
+
| Document | Description |
|
|
76
|
+
| ------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
77
|
+
| **[Complete Guide](./docs/GETTING_STARTED.md)** | Comprehensive guide for installation, setup, and usage |
|
|
78
|
+
| [Quick Start](./docs/QUICK_START.md) | Get started in 30 seconds |
|
|
79
|
+
| [API Reference](./docs/public-api.md) | Complete API documentation for all components |
|
|
80
|
+
| [Tokens Guide](./docs/TOKENS_GUIDE.md) | Working with design tokens |
|
|
81
|
+
| [Theme Guide](./docs/THEME_GUIDE.md) | Theme setup and customization |
|
|
82
|
+
| **[Architecture Lock](./docs/architecture/TUI_ARCHITECTURE_LOCK.md)** | 🔒 Foundation architecture lock and rules |
|
|
83
|
+
| **[Final Foundation Lock](./docs/architecture/FINAL_FOUNDATION_LOCK.md)** | 🔒 **Authoritative Foundation lock** (single source of truth) |
|
|
84
|
+
| [Storybook](https://Tureckiy-zart.github.io/tenerife-ui/) | Interactive examples of all components |
|
|
85
|
+
|
|
86
|
+
> 🔒 **Architecture Lock:** The UI foundation architecture is **locked** and **immutable**. See [Final Foundation Lock](./docs/architecture/FINAL_FOUNDATION_LOCK.md) for the authoritative Foundation lock document (single source of truth), or [Architecture Lock](./docs/architecture/TUI_ARCHITECTURE_LOCK.md) for detailed architecture rules and guidelines.
|
|
83
87
|
|
|
84
88
|
---
|
|
85
89
|
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
*
|
|
8
8
|
* @see docs/tenerife_audit/design_system.md - colour palette section
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
type Mode = "day" | "night";
|
|
11
11
|
/**
|
|
12
12
|
* Color scale from 50 (lightest) to 950 (darkest)
|
|
13
13
|
* Used for primary, accent, secondary, and other color scales
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
type ColorScale = {
|
|
16
16
|
50: string;
|
|
17
17
|
100: string;
|
|
18
18
|
200: string;
|
|
@@ -29,22 +29,22 @@ export type ColorScale = {
|
|
|
29
29
|
* Primary color palette - Midnight Blues
|
|
30
30
|
* Tenerife brand primary colors
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
declare const primaryColors: ColorScale;
|
|
33
33
|
/**
|
|
34
34
|
* Accent color palette - Purples
|
|
35
35
|
* Used for accents and highlights
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
declare const accentColors: ColorScale;
|
|
38
38
|
/**
|
|
39
39
|
* Secondary color palette - Refined Cyan
|
|
40
40
|
* Tenerife brand secondary colors
|
|
41
41
|
*/
|
|
42
|
-
|
|
42
|
+
declare const secondaryColors: ColorScale;
|
|
43
43
|
/**
|
|
44
44
|
* Surface color tokens
|
|
45
45
|
* Used for backgrounds at different elevation levels
|
|
46
46
|
*/
|
|
47
|
-
|
|
47
|
+
type SurfaceColors = {
|
|
48
48
|
base: string;
|
|
49
49
|
elevated1: string;
|
|
50
50
|
elevated2: string;
|
|
@@ -52,12 +52,12 @@ export type SurfaceColors = {
|
|
|
52
52
|
overlay: string;
|
|
53
53
|
glass: string;
|
|
54
54
|
};
|
|
55
|
-
|
|
55
|
+
declare const surfaceColors: Record<Mode, SurfaceColors>;
|
|
56
56
|
/**
|
|
57
57
|
* Semantic color tokens
|
|
58
58
|
* Success, error, warning, info
|
|
59
59
|
*/
|
|
60
|
-
|
|
60
|
+
type SemanticColors = {
|
|
61
61
|
success: string;
|
|
62
62
|
successForeground: string;
|
|
63
63
|
error: string;
|
|
@@ -67,36 +67,36 @@ export type SemanticColors = {
|
|
|
67
67
|
info: string;
|
|
68
68
|
infoForeground: string;
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
declare const semanticColors: Record<Mode, SemanticColors>;
|
|
71
71
|
/**
|
|
72
72
|
* Chart color tokens
|
|
73
73
|
* Used for data visualization (charts, graphs)
|
|
74
74
|
*/
|
|
75
|
-
|
|
75
|
+
type ChartColors = {
|
|
76
76
|
chart1: string;
|
|
77
77
|
chart2: string;
|
|
78
78
|
chart3: string;
|
|
79
79
|
chart4: string;
|
|
80
80
|
chart5: string;
|
|
81
81
|
};
|
|
82
|
-
|
|
82
|
+
declare const chartColors: Record<Mode, ChartColors>;
|
|
83
83
|
/**
|
|
84
84
|
* Text color tokens
|
|
85
85
|
* Primary, secondary, tertiary, muted text
|
|
86
86
|
*/
|
|
87
|
-
|
|
87
|
+
type TextColors = {
|
|
88
88
|
primary: string;
|
|
89
89
|
secondary: string;
|
|
90
90
|
tertiary: string;
|
|
91
91
|
muted: string;
|
|
92
92
|
inverse: string;
|
|
93
93
|
};
|
|
94
|
-
|
|
94
|
+
declare const textColors: Record<Mode, TextColors>;
|
|
95
95
|
/**
|
|
96
96
|
* Base color tokens
|
|
97
97
|
* Background, foreground, card, popover
|
|
98
98
|
*/
|
|
99
|
-
|
|
99
|
+
type BaseColorTokens = {
|
|
100
100
|
background: string;
|
|
101
101
|
foreground: string;
|
|
102
102
|
card: string;
|
|
@@ -107,12 +107,12 @@ export type BaseColorTokens = {
|
|
|
107
107
|
input: string;
|
|
108
108
|
ring: string;
|
|
109
109
|
};
|
|
110
|
-
|
|
110
|
+
declare const baseColors: Record<Mode, BaseColorTokens>;
|
|
111
111
|
/**
|
|
112
112
|
* Complete color tokens
|
|
113
113
|
* Combines all color categories
|
|
114
114
|
*/
|
|
115
|
-
|
|
115
|
+
type ColorTokens = BaseColorTokens & {
|
|
116
116
|
primary: string;
|
|
117
117
|
primaryForeground: string;
|
|
118
118
|
secondary: string;
|
|
@@ -133,12 +133,12 @@ export type ColorTokens = BaseColorTokens & {
|
|
|
133
133
|
* CSS variable color tokens
|
|
134
134
|
* Maps to CSS custom properties
|
|
135
135
|
*/
|
|
136
|
-
|
|
136
|
+
declare const cssVariableColorTokens: Record<Mode, ColorTokens>;
|
|
137
137
|
/**
|
|
138
138
|
* CSS custom properties for colors
|
|
139
139
|
* These will be injected into the theme system
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
declare const colorCSSVariables: {
|
|
142
142
|
readonly "--primary-50": string;
|
|
143
143
|
readonly "--primary-100": string;
|
|
144
144
|
readonly "--primary-200": string;
|
|
@@ -177,7 +177,7 @@ export declare const colorCSSVariables: {
|
|
|
177
177
|
* Tailwind theme colors
|
|
178
178
|
* Maps to Tailwind config
|
|
179
179
|
*/
|
|
180
|
-
|
|
180
|
+
declare const tailwindThemeColors: {
|
|
181
181
|
readonly background: "hsl(var(--background))";
|
|
182
182
|
readonly foreground: "hsl(var(--foreground))";
|
|
183
183
|
readonly card: {
|
|
@@ -285,3 +285,5 @@ export declare const tailwindThemeColors: {
|
|
|
285
285
|
readonly 5: "hsl(var(--chart-5))";
|
|
286
286
|
};
|
|
287
287
|
};
|
|
288
|
+
|
|
289
|
+
export { type BaseColorTokens as B, type ColorScale as C, type Mode as M, type SurfaceColors as S, type TextColors as T, type SemanticColors as a, type ChartColors as b, type ColorTokens as c, cssVariableColorTokens as d, accentColors as e, baseColors as f, chartColors as g, colorCSSVariables as h, semanticColors as i, surfaceColors as j, textColors as k, primaryColors as p, secondaryColors as s, tailwindThemeColors as t };
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Color Palette Tokens
|
|
3
|
+
*
|
|
4
|
+
* Complete color palette system for Tenerife UI based on design system specifications.
|
|
5
|
+
* Includes: primary midnight blues, accent purples, secondary refined cyan,
|
|
6
|
+
* surface colors for dark/light themes, and semantic colors.
|
|
7
|
+
*
|
|
8
|
+
* @see docs/tenerife_audit/design_system.md - colour palette section
|
|
9
|
+
*/
|
|
10
|
+
type Mode = "day" | "night";
|
|
11
|
+
/**
|
|
12
|
+
* Color scale from 50 (lightest) to 950 (darkest)
|
|
13
|
+
* Used for primary, accent, secondary, and other color scales
|
|
14
|
+
*/
|
|
15
|
+
type ColorScale = {
|
|
16
|
+
50: string;
|
|
17
|
+
100: string;
|
|
18
|
+
200: string;
|
|
19
|
+
300: string;
|
|
20
|
+
400: string;
|
|
21
|
+
500: string;
|
|
22
|
+
600: string;
|
|
23
|
+
700: string;
|
|
24
|
+
800: string;
|
|
25
|
+
900: string;
|
|
26
|
+
950: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Primary color palette - Midnight Blues
|
|
30
|
+
* Tenerife brand primary colors
|
|
31
|
+
*/
|
|
32
|
+
declare const primaryColors: ColorScale;
|
|
33
|
+
/**
|
|
34
|
+
* Accent color palette - Purples
|
|
35
|
+
* Used for accents and highlights
|
|
36
|
+
*/
|
|
37
|
+
declare const accentColors: ColorScale;
|
|
38
|
+
/**
|
|
39
|
+
* Secondary color palette - Refined Cyan
|
|
40
|
+
* Tenerife brand secondary colors
|
|
41
|
+
*/
|
|
42
|
+
declare const secondaryColors: ColorScale;
|
|
43
|
+
/**
|
|
44
|
+
* Surface color tokens
|
|
45
|
+
* Used for backgrounds at different elevation levels
|
|
46
|
+
*/
|
|
47
|
+
type SurfaceColors = {
|
|
48
|
+
base: string;
|
|
49
|
+
elevated1: string;
|
|
50
|
+
elevated2: string;
|
|
51
|
+
elevated3: string;
|
|
52
|
+
overlay: string;
|
|
53
|
+
glass: string;
|
|
54
|
+
};
|
|
55
|
+
declare const surfaceColors: Record<Mode, SurfaceColors>;
|
|
56
|
+
/**
|
|
57
|
+
* Semantic color tokens
|
|
58
|
+
* Success, error, warning, info
|
|
59
|
+
*/
|
|
60
|
+
type SemanticColors = {
|
|
61
|
+
success: string;
|
|
62
|
+
successForeground: string;
|
|
63
|
+
error: string;
|
|
64
|
+
errorForeground: string;
|
|
65
|
+
warning: string;
|
|
66
|
+
warningForeground: string;
|
|
67
|
+
info: string;
|
|
68
|
+
infoForeground: string;
|
|
69
|
+
};
|
|
70
|
+
declare const semanticColors: Record<Mode, SemanticColors>;
|
|
71
|
+
/**
|
|
72
|
+
* Chart color tokens
|
|
73
|
+
* Used for data visualization (charts, graphs)
|
|
74
|
+
*/
|
|
75
|
+
type ChartColors = {
|
|
76
|
+
chart1: string;
|
|
77
|
+
chart2: string;
|
|
78
|
+
chart3: string;
|
|
79
|
+
chart4: string;
|
|
80
|
+
chart5: string;
|
|
81
|
+
};
|
|
82
|
+
declare const chartColors: Record<Mode, ChartColors>;
|
|
83
|
+
/**
|
|
84
|
+
* Text color tokens
|
|
85
|
+
* Primary, secondary, tertiary, muted text
|
|
86
|
+
*/
|
|
87
|
+
type TextColors = {
|
|
88
|
+
primary: string;
|
|
89
|
+
secondary: string;
|
|
90
|
+
tertiary: string;
|
|
91
|
+
muted: string;
|
|
92
|
+
inverse: string;
|
|
93
|
+
};
|
|
94
|
+
declare const textColors: Record<Mode, TextColors>;
|
|
95
|
+
/**
|
|
96
|
+
* Base color tokens
|
|
97
|
+
* Background, foreground, card, popover
|
|
98
|
+
*/
|
|
99
|
+
type BaseColorTokens = {
|
|
100
|
+
background: string;
|
|
101
|
+
foreground: string;
|
|
102
|
+
card: string;
|
|
103
|
+
cardForeground: string;
|
|
104
|
+
popover: string;
|
|
105
|
+
popoverForeground: string;
|
|
106
|
+
border: string;
|
|
107
|
+
input: string;
|
|
108
|
+
ring: string;
|
|
109
|
+
};
|
|
110
|
+
declare const baseColors: Record<Mode, BaseColorTokens>;
|
|
111
|
+
/**
|
|
112
|
+
* Complete color tokens
|
|
113
|
+
* Combines all color categories
|
|
114
|
+
*/
|
|
115
|
+
type ColorTokens = BaseColorTokens & {
|
|
116
|
+
primary: string;
|
|
117
|
+
primaryForeground: string;
|
|
118
|
+
secondary: string;
|
|
119
|
+
secondaryForeground: string;
|
|
120
|
+
accent: string;
|
|
121
|
+
accentForeground: string;
|
|
122
|
+
muted: string;
|
|
123
|
+
mutedForeground: string;
|
|
124
|
+
destructive: string;
|
|
125
|
+
destructiveForeground: string;
|
|
126
|
+
chart1: string;
|
|
127
|
+
chart2: string;
|
|
128
|
+
chart3: string;
|
|
129
|
+
chart4: string;
|
|
130
|
+
chart5: string;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* CSS variable color tokens
|
|
134
|
+
* Maps to CSS custom properties
|
|
135
|
+
*/
|
|
136
|
+
declare const cssVariableColorTokens: Record<Mode, ColorTokens>;
|
|
137
|
+
/**
|
|
138
|
+
* CSS custom properties for colors
|
|
139
|
+
* These will be injected into the theme system
|
|
140
|
+
*/
|
|
141
|
+
declare const colorCSSVariables: {
|
|
142
|
+
readonly "--primary-50": string;
|
|
143
|
+
readonly "--primary-100": string;
|
|
144
|
+
readonly "--primary-200": string;
|
|
145
|
+
readonly "--primary-300": string;
|
|
146
|
+
readonly "--primary-400": string;
|
|
147
|
+
readonly "--primary-500": string;
|
|
148
|
+
readonly "--primary-600": string;
|
|
149
|
+
readonly "--primary-700": string;
|
|
150
|
+
readonly "--primary-800": string;
|
|
151
|
+
readonly "--primary-900": string;
|
|
152
|
+
readonly "--primary-950": string;
|
|
153
|
+
readonly "--accent-50": string;
|
|
154
|
+
readonly "--accent-100": string;
|
|
155
|
+
readonly "--accent-200": string;
|
|
156
|
+
readonly "--accent-300": string;
|
|
157
|
+
readonly "--accent-400": string;
|
|
158
|
+
readonly "--accent-500": string;
|
|
159
|
+
readonly "--accent-600": string;
|
|
160
|
+
readonly "--accent-700": string;
|
|
161
|
+
readonly "--accent-800": string;
|
|
162
|
+
readonly "--accent-900": string;
|
|
163
|
+
readonly "--accent-950": string;
|
|
164
|
+
readonly "--secondary-50": string;
|
|
165
|
+
readonly "--secondary-100": string;
|
|
166
|
+
readonly "--secondary-200": string;
|
|
167
|
+
readonly "--secondary-300": string;
|
|
168
|
+
readonly "--secondary-400": string;
|
|
169
|
+
readonly "--secondary-500": string;
|
|
170
|
+
readonly "--secondary-600": string;
|
|
171
|
+
readonly "--secondary-700": string;
|
|
172
|
+
readonly "--secondary-800": string;
|
|
173
|
+
readonly "--secondary-900": string;
|
|
174
|
+
readonly "--secondary-950": string;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* Tailwind theme colors
|
|
178
|
+
* Maps to Tailwind config
|
|
179
|
+
*/
|
|
180
|
+
declare const tailwindThemeColors: {
|
|
181
|
+
readonly background: "hsl(var(--background))";
|
|
182
|
+
readonly foreground: "hsl(var(--foreground))";
|
|
183
|
+
readonly card: {
|
|
184
|
+
readonly DEFAULT: "hsl(var(--card))";
|
|
185
|
+
readonly foreground: "hsl(var(--card-foreground))";
|
|
186
|
+
};
|
|
187
|
+
readonly popover: {
|
|
188
|
+
readonly DEFAULT: "hsl(var(--popover))";
|
|
189
|
+
readonly foreground: "hsl(var(--popover-foreground))";
|
|
190
|
+
};
|
|
191
|
+
readonly primary: {
|
|
192
|
+
readonly DEFAULT: "hsl(var(--tm-primary))";
|
|
193
|
+
readonly foreground: "hsl(var(--tm-primary-foreground))";
|
|
194
|
+
readonly 50: "hsl(var(--primary-50))";
|
|
195
|
+
readonly 100: "hsl(var(--primary-100))";
|
|
196
|
+
readonly 200: "hsl(var(--primary-200))";
|
|
197
|
+
readonly 300: "hsl(var(--primary-300))";
|
|
198
|
+
readonly 400: "hsl(var(--primary-400))";
|
|
199
|
+
readonly 500: "hsl(var(--primary-500))";
|
|
200
|
+
readonly 600: "hsl(var(--primary-600))";
|
|
201
|
+
readonly 700: "hsl(var(--primary-700))";
|
|
202
|
+
readonly 800: "hsl(var(--primary-800))";
|
|
203
|
+
readonly 900: "hsl(var(--primary-900))";
|
|
204
|
+
readonly 950: "hsl(var(--primary-950))";
|
|
205
|
+
};
|
|
206
|
+
readonly secondary: {
|
|
207
|
+
readonly DEFAULT: "hsl(var(--tm-secondary))";
|
|
208
|
+
readonly foreground: "hsl(var(--tm-secondary-foreground))";
|
|
209
|
+
readonly 50: "hsl(var(--secondary-50))";
|
|
210
|
+
readonly 100: "hsl(var(--secondary-100))";
|
|
211
|
+
readonly 200: "hsl(var(--secondary-200))";
|
|
212
|
+
readonly 300: "hsl(var(--secondary-300))";
|
|
213
|
+
readonly 400: "hsl(var(--secondary-400))";
|
|
214
|
+
readonly 500: "hsl(var(--secondary-500))";
|
|
215
|
+
readonly 600: "hsl(var(--secondary-600))";
|
|
216
|
+
readonly 700: "hsl(var(--secondary-700))";
|
|
217
|
+
readonly 800: "hsl(var(--secondary-800))";
|
|
218
|
+
readonly 900: "hsl(var(--secondary-900))";
|
|
219
|
+
readonly 950: "hsl(var(--secondary-950))";
|
|
220
|
+
};
|
|
221
|
+
readonly accent: {
|
|
222
|
+
readonly DEFAULT: "hsl(var(--tm-accent))";
|
|
223
|
+
readonly foreground: "hsl(var(--tm-accent-foreground))";
|
|
224
|
+
readonly 50: "hsl(var(--accent-50))";
|
|
225
|
+
readonly 100: "hsl(var(--accent-100))";
|
|
226
|
+
readonly 200: "hsl(var(--accent-200))";
|
|
227
|
+
readonly 300: "hsl(var(--accent-300))";
|
|
228
|
+
readonly 400: "hsl(var(--accent-400))";
|
|
229
|
+
readonly 500: "hsl(var(--accent-500))";
|
|
230
|
+
readonly 600: "hsl(var(--accent-600))";
|
|
231
|
+
readonly 700: "hsl(var(--accent-700))";
|
|
232
|
+
readonly 800: "hsl(var(--accent-800))";
|
|
233
|
+
readonly 900: "hsl(var(--accent-900))";
|
|
234
|
+
readonly 950: "hsl(var(--accent-950))";
|
|
235
|
+
};
|
|
236
|
+
readonly muted: {
|
|
237
|
+
readonly DEFAULT: "hsl(var(--muted))";
|
|
238
|
+
readonly foreground: "hsl(var(--muted-foreground))";
|
|
239
|
+
};
|
|
240
|
+
readonly destructive: {
|
|
241
|
+
readonly DEFAULT: "hsl(var(--destructive))";
|
|
242
|
+
readonly foreground: "hsl(var(--destructive-foreground))";
|
|
243
|
+
};
|
|
244
|
+
readonly success: {
|
|
245
|
+
readonly DEFAULT: "hsl(var(--semantic-success))";
|
|
246
|
+
readonly foreground: "hsl(var(--semantic-success-foreground))";
|
|
247
|
+
};
|
|
248
|
+
readonly error: {
|
|
249
|
+
readonly DEFAULT: "hsl(var(--semantic-error))";
|
|
250
|
+
readonly foreground: "hsl(var(--semantic-error-foreground))";
|
|
251
|
+
};
|
|
252
|
+
readonly warning: {
|
|
253
|
+
readonly DEFAULT: "hsl(var(--semantic-warning))";
|
|
254
|
+
readonly foreground: "hsl(var(--semantic-warning-foreground))";
|
|
255
|
+
};
|
|
256
|
+
readonly info: {
|
|
257
|
+
readonly DEFAULT: "hsl(var(--semantic-info))";
|
|
258
|
+
readonly foreground: "hsl(var(--semantic-info-foreground))";
|
|
259
|
+
};
|
|
260
|
+
readonly surface: {
|
|
261
|
+
readonly base: "hsl(var(--surface-base))";
|
|
262
|
+
readonly elevated1: "hsl(var(--surface-elevated1))";
|
|
263
|
+
readonly elevated2: "hsl(var(--surface-elevated2))";
|
|
264
|
+
readonly elevated3: "hsl(var(--surface-elevated3))";
|
|
265
|
+
readonly overlay: "hsl(var(--surface-overlay))";
|
|
266
|
+
readonly glass: "hsl(var(--surface-glass))";
|
|
267
|
+
};
|
|
268
|
+
readonly text: {
|
|
269
|
+
readonly primary: "hsl(var(--text-primary))";
|
|
270
|
+
readonly secondary: "hsl(var(--text-secondary))";
|
|
271
|
+
readonly tertiary: "hsl(var(--text-tertiary))";
|
|
272
|
+
readonly muted: "hsl(var(--text-muted))";
|
|
273
|
+
readonly destructive: "hsl(var(--destructive))";
|
|
274
|
+
readonly accent: "hsl(var(--tm-accent))";
|
|
275
|
+
readonly inverse: "hsl(var(--text-inverse))";
|
|
276
|
+
};
|
|
277
|
+
readonly border: "hsl(var(--border))";
|
|
278
|
+
readonly input: "hsl(var(--input))";
|
|
279
|
+
readonly ring: "hsl(var(--ring))";
|
|
280
|
+
readonly chart: {
|
|
281
|
+
readonly 1: "hsl(var(--chart-1))";
|
|
282
|
+
readonly 2: "hsl(var(--chart-2))";
|
|
283
|
+
readonly 3: "hsl(var(--chart-3))";
|
|
284
|
+
readonly 4: "hsl(var(--chart-4))";
|
|
285
|
+
readonly 5: "hsl(var(--chart-5))";
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
export { type BaseColorTokens as B, type ColorScale as C, type Mode as M, type SurfaceColors as S, type TextColors as T, type SemanticColors as a, type ChartColors as b, type ColorTokens as c, cssVariableColorTokens as d, accentColors as e, baseColors as f, chartColors as g, colorCSSVariables as h, semanticColors as i, surfaceColors as j, textColors as k, primaryColors as p, secondaryColors as s, tailwindThemeColors as t };
|