@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/motion-CzQhSEqk.js
DELETED
|
@@ -1,738 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
const s = {
|
|
3
|
-
50: "210 40% 98%",
|
|
4
|
-
// Lightest blue
|
|
5
|
-
100: "210 40% 96%",
|
|
6
|
-
200: "217 32.6% 17.5%",
|
|
7
|
-
300: "216 28% 26%",
|
|
8
|
-
400: "215 25% 27%",
|
|
9
|
-
500: "215 20% 35%",
|
|
10
|
-
// Base primary
|
|
11
|
-
600: "215 16% 47%",
|
|
12
|
-
700: "216 12% 54%",
|
|
13
|
-
800: "217 10% 62%",
|
|
14
|
-
900: "222 47.4% 11.2%",
|
|
15
|
-
950: "222 84% 4.9%"
|
|
16
|
-
// Darkest blue
|
|
17
|
-
}, o = {
|
|
18
|
-
50: "280 100% 98%",
|
|
19
|
-
100: "280 65% 96%",
|
|
20
|
-
200: "280 60% 85%",
|
|
21
|
-
300: "280 55% 75%",
|
|
22
|
-
400: "280 50% 65%",
|
|
23
|
-
500: "280 70% 67%",
|
|
24
|
-
// Base accent (night mode primary)
|
|
25
|
-
600: "259 65% 58%",
|
|
26
|
-
700: "259 60% 50%",
|
|
27
|
-
800: "259 55% 45%",
|
|
28
|
-
900: "259 50% 40%",
|
|
29
|
-
950: "259 45% 30%"
|
|
30
|
-
}, t = {
|
|
31
|
-
50: "173 100% 98%",
|
|
32
|
-
100: "173 100% 95%",
|
|
33
|
-
200: "173 100% 85%",
|
|
34
|
-
300: "173 100% 70%",
|
|
35
|
-
400: "173 100% 55%",
|
|
36
|
-
500: "173 100% 37%",
|
|
37
|
-
// Base secondary (Tenerife #00bfa6)
|
|
38
|
-
600: "173 100% 32%",
|
|
39
|
-
700: "173 95% 27%",
|
|
40
|
-
800: "173 90% 22%",
|
|
41
|
-
900: "173 85% 17%",
|
|
42
|
-
950: "173 80% 12%"
|
|
43
|
-
}, u = {
|
|
44
|
-
day: {
|
|
45
|
-
base: "0 0% 100%",
|
|
46
|
-
// White background
|
|
47
|
-
elevated1: "0 0% 98%",
|
|
48
|
-
// Slightly elevated
|
|
49
|
-
elevated2: "0 0% 96%",
|
|
50
|
-
// More elevated
|
|
51
|
-
elevated3: "0 0% 94%",
|
|
52
|
-
// Most elevated
|
|
53
|
-
overlay: "0 0% 0% / 0.5",
|
|
54
|
-
// Overlay backdrop
|
|
55
|
-
glass: "0 0% 100% / 0.8"
|
|
56
|
-
// Glass effect
|
|
57
|
-
},
|
|
58
|
-
night: {
|
|
59
|
-
base: "240 10% 3.9%",
|
|
60
|
-
// Dark background (#0b0b10)
|
|
61
|
-
elevated1: "240 10% 5.1%",
|
|
62
|
-
// #0e1016
|
|
63
|
-
elevated2: "240 10% 6.3%",
|
|
64
|
-
// Slightly lighter
|
|
65
|
-
elevated3: "240 10% 7.5%",
|
|
66
|
-
// Even lighter
|
|
67
|
-
overlay: "0 0% 0% / 0.7",
|
|
68
|
-
// Darker overlay
|
|
69
|
-
glass: "240 10% 10% / 0.9"
|
|
70
|
-
// Dark glass effect
|
|
71
|
-
}
|
|
72
|
-
}, c = {
|
|
73
|
-
day: {
|
|
74
|
-
success: "142 70% 28%",
|
|
75
|
-
// Darker green for better contrast
|
|
76
|
-
successForeground: "0 0% 100%",
|
|
77
|
-
error: "0 80% 40%",
|
|
78
|
-
// Richer red for contrast
|
|
79
|
-
errorForeground: "0 0% 100%",
|
|
80
|
-
warning: "38 92% 50%",
|
|
81
|
-
// Orange
|
|
82
|
-
warningForeground: "0 0% 9%",
|
|
83
|
-
info: "199 89% 48%",
|
|
84
|
-
// Blue
|
|
85
|
-
infoForeground: "0 0% 100%"
|
|
86
|
-
},
|
|
87
|
-
night: {
|
|
88
|
-
success: "142 70% 45%",
|
|
89
|
-
successForeground: "0 0% 100%",
|
|
90
|
-
error: "0 62.8% 30.6%",
|
|
91
|
-
// Darker red
|
|
92
|
-
errorForeground: "0 0% 98%",
|
|
93
|
-
warning: "38 92% 33%",
|
|
94
|
-
// Darker orange for WCAG AA contrast with white text
|
|
95
|
-
warningForeground: "0 0% 100%",
|
|
96
|
-
// Light foreground for dark theme readability
|
|
97
|
-
info: "199 89% 35%",
|
|
98
|
-
// Darker blue for WCAG AA contrast with white text
|
|
99
|
-
infoForeground: "0 0% 100%"
|
|
100
|
-
// Light foreground for dark theme readability
|
|
101
|
-
}
|
|
102
|
-
}, n = {
|
|
103
|
-
day: {
|
|
104
|
-
chart1: "12 76% 61%",
|
|
105
|
-
// Orange-red
|
|
106
|
-
chart2: "173 58% 39%",
|
|
107
|
-
// Teal-cyan
|
|
108
|
-
chart3: "197 37% 24%",
|
|
109
|
-
// Dark blue
|
|
110
|
-
chart4: "43 74% 66%",
|
|
111
|
-
// Yellow
|
|
112
|
-
chart5: "27 87% 67%"
|
|
113
|
-
// Orange
|
|
114
|
-
},
|
|
115
|
-
night: {
|
|
116
|
-
chart1: "220 70% 50%",
|
|
117
|
-
// Blue
|
|
118
|
-
chart2: "160 60% 45%",
|
|
119
|
-
// Teal
|
|
120
|
-
chart3: "30 80% 55%",
|
|
121
|
-
// Orange
|
|
122
|
-
chart4: "280 65% 60%",
|
|
123
|
-
// Purple
|
|
124
|
-
chart5: "340 75% 55%"
|
|
125
|
-
// Pink
|
|
126
|
-
}
|
|
127
|
-
}, m = {
|
|
128
|
-
day: {
|
|
129
|
-
primary: "0 0% 9%",
|
|
130
|
-
// Almost black
|
|
131
|
-
secondary: "0 0% 45%",
|
|
132
|
-
// Medium gray
|
|
133
|
-
tertiary: "0 0% 65%",
|
|
134
|
-
// Light gray
|
|
135
|
-
muted: "0 0% 38%",
|
|
136
|
-
// Muted gray with stronger contrast
|
|
137
|
-
inverse: "0 0% 100%"
|
|
138
|
-
// White (for dark backgrounds)
|
|
139
|
-
},
|
|
140
|
-
night: {
|
|
141
|
-
primary: "0 0% 89.8%",
|
|
142
|
-
// Light gray (#e5e7eb)
|
|
143
|
-
secondary: "240 5% 64.9%",
|
|
144
|
-
// Medium gray
|
|
145
|
-
tertiary: "240 5% 50%",
|
|
146
|
-
// Darker gray
|
|
147
|
-
muted: "240 5% 64.9%",
|
|
148
|
-
// Muted gray
|
|
149
|
-
inverse: "0 0% 9%"
|
|
150
|
-
// Almost black (for light backgrounds)
|
|
151
|
-
}
|
|
152
|
-
}, l = {
|
|
153
|
-
day: {
|
|
154
|
-
background: "0 0% 100%",
|
|
155
|
-
foreground: "0 0% 9%",
|
|
156
|
-
card: "0 0% 100%",
|
|
157
|
-
cardForeground: "0 0% 9%",
|
|
158
|
-
popover: "0 0% 100%",
|
|
159
|
-
popoverForeground: "0 0% 9%",
|
|
160
|
-
border: "0 0% 89.8%",
|
|
161
|
-
input: "0 0% 89.8%",
|
|
162
|
-
ring: "0 0% 3.9%"
|
|
163
|
-
},
|
|
164
|
-
night: {
|
|
165
|
-
background: "240 10% 3.9%",
|
|
166
|
-
// #0b0b10
|
|
167
|
-
foreground: "0 0% 89.8%",
|
|
168
|
-
// #e5e7eb
|
|
169
|
-
card: "240 10% 3.9%",
|
|
170
|
-
cardForeground: "0 0% 89.8%",
|
|
171
|
-
popover: "240 10% 5.1%",
|
|
172
|
-
// #0e1016
|
|
173
|
-
popoverForeground: "0 0% 89.8%",
|
|
174
|
-
border: "240 3.7% 15.9%",
|
|
175
|
-
input: "240 3.7% 15.9%",
|
|
176
|
-
ring: "240 4.9% 83.9%"
|
|
177
|
-
}
|
|
178
|
-
}, h = {
|
|
179
|
-
day: {
|
|
180
|
-
...l.day,
|
|
181
|
-
primary: "hsl(var(--tm-primary))",
|
|
182
|
-
primaryForeground: "hsl(var(--tm-primary-foreground))",
|
|
183
|
-
secondary: "hsl(var(--tm-secondary))",
|
|
184
|
-
secondaryForeground: "hsl(var(--tm-secondary-foreground))",
|
|
185
|
-
muted: "hsl(var(--muted))",
|
|
186
|
-
mutedForeground: "hsl(var(--muted-foreground))",
|
|
187
|
-
accent: "hsl(var(--tm-accent))",
|
|
188
|
-
accentForeground: "hsl(var(--tm-accent-foreground))",
|
|
189
|
-
destructive: `hsl(${c.day.error})`,
|
|
190
|
-
destructiveForeground: c.day.errorForeground,
|
|
191
|
-
chart1: `hsl(${n.day.chart1})`,
|
|
192
|
-
chart2: `hsl(${n.day.chart2})`,
|
|
193
|
-
chart3: `hsl(${n.day.chart3})`,
|
|
194
|
-
chart4: `hsl(${n.day.chart4})`,
|
|
195
|
-
chart5: `hsl(${n.day.chart5})`
|
|
196
|
-
},
|
|
197
|
-
night: {
|
|
198
|
-
...l.night,
|
|
199
|
-
primary: "hsl(var(--tm-primary))",
|
|
200
|
-
primaryForeground: "hsl(var(--tm-primary-foreground))",
|
|
201
|
-
secondary: "hsl(var(--tm-secondary))",
|
|
202
|
-
secondaryForeground: "hsl(var(--tm-secondary-foreground))",
|
|
203
|
-
muted: "hsl(var(--muted))",
|
|
204
|
-
mutedForeground: "hsl(var(--muted-foreground))",
|
|
205
|
-
accent: "hsl(var(--tm-accent))",
|
|
206
|
-
accentForeground: "hsl(var(--tm-accent-foreground))",
|
|
207
|
-
destructive: `hsl(${c.night.error})`,
|
|
208
|
-
destructiveForeground: c.night.errorForeground,
|
|
209
|
-
chart1: `hsl(${n.night.chart1})`,
|
|
210
|
-
chart2: `hsl(${n.night.chart2})`,
|
|
211
|
-
chart3: `hsl(${n.night.chart3})`,
|
|
212
|
-
chart4: `hsl(${n.night.chart4})`,
|
|
213
|
-
chart5: `hsl(${n.night.chart5})`
|
|
214
|
-
}
|
|
215
|
-
}, f = {
|
|
216
|
-
// Primary scale
|
|
217
|
-
"--primary-50": s[50],
|
|
218
|
-
"--primary-100": s[100],
|
|
219
|
-
"--primary-200": s[200],
|
|
220
|
-
"--primary-300": s[300],
|
|
221
|
-
"--primary-400": s[400],
|
|
222
|
-
"--primary-500": s[500],
|
|
223
|
-
"--primary-600": s[600],
|
|
224
|
-
"--primary-700": s[700],
|
|
225
|
-
"--primary-800": s[800],
|
|
226
|
-
"--primary-900": s[900],
|
|
227
|
-
"--primary-950": s[950],
|
|
228
|
-
// Accent scale
|
|
229
|
-
"--accent-50": o[50],
|
|
230
|
-
"--accent-100": o[100],
|
|
231
|
-
"--accent-200": o[200],
|
|
232
|
-
"--accent-300": o[300],
|
|
233
|
-
"--accent-400": o[400],
|
|
234
|
-
"--accent-500": o[500],
|
|
235
|
-
"--accent-600": o[600],
|
|
236
|
-
"--accent-700": o[700],
|
|
237
|
-
"--accent-800": o[800],
|
|
238
|
-
"--accent-900": o[900],
|
|
239
|
-
"--accent-950": o[950],
|
|
240
|
-
// Secondary scale
|
|
241
|
-
"--secondary-50": t[50],
|
|
242
|
-
"--secondary-100": t[100],
|
|
243
|
-
"--secondary-200": t[200],
|
|
244
|
-
"--secondary-300": t[300],
|
|
245
|
-
"--secondary-400": t[400],
|
|
246
|
-
"--secondary-500": t[500],
|
|
247
|
-
"--secondary-600": t[600],
|
|
248
|
-
"--secondary-700": t[700],
|
|
249
|
-
"--secondary-800": t[800],
|
|
250
|
-
"--secondary-900": t[900],
|
|
251
|
-
"--secondary-950": t[950]
|
|
252
|
-
// Surface colors (mode-dependent, set dynamically by theme system)
|
|
253
|
-
// Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
|
|
254
|
-
// Semantic colors (mode-dependent, set dynamically by theme system)
|
|
255
|
-
// Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
|
|
256
|
-
// Text colors (mode-dependent, set dynamically by theme system)
|
|
257
|
-
// Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
|
|
258
|
-
// Chart colors (mode-dependent, set dynamically by theme system)
|
|
259
|
-
// Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
|
|
260
|
-
}, p = {
|
|
261
|
-
// Base colors
|
|
262
|
-
background: "hsl(var(--background))",
|
|
263
|
-
foreground: "hsl(var(--foreground))",
|
|
264
|
-
// Card colors
|
|
265
|
-
card: {
|
|
266
|
-
DEFAULT: "hsl(var(--card))",
|
|
267
|
-
foreground: "hsl(var(--card-foreground))"
|
|
268
|
-
},
|
|
269
|
-
// Popover colors
|
|
270
|
-
popover: {
|
|
271
|
-
DEFAULT: "hsl(var(--popover))",
|
|
272
|
-
foreground: "hsl(var(--popover-foreground))"
|
|
273
|
-
},
|
|
274
|
-
// Primary colors (using CSS variables)
|
|
275
|
-
primary: {
|
|
276
|
-
DEFAULT: "hsl(var(--tm-primary))",
|
|
277
|
-
foreground: "hsl(var(--tm-primary-foreground))",
|
|
278
|
-
50: "hsl(var(--primary-50))",
|
|
279
|
-
100: "hsl(var(--primary-100))",
|
|
280
|
-
200: "hsl(var(--primary-200))",
|
|
281
|
-
300: "hsl(var(--primary-300))",
|
|
282
|
-
400: "hsl(var(--primary-400))",
|
|
283
|
-
500: "hsl(var(--primary-500))",
|
|
284
|
-
600: "hsl(var(--primary-600))",
|
|
285
|
-
700: "hsl(var(--primary-700))",
|
|
286
|
-
800: "hsl(var(--primary-800))",
|
|
287
|
-
900: "hsl(var(--primary-900))",
|
|
288
|
-
950: "hsl(var(--primary-950))"
|
|
289
|
-
},
|
|
290
|
-
// Secondary colors
|
|
291
|
-
secondary: {
|
|
292
|
-
DEFAULT: "hsl(var(--tm-secondary))",
|
|
293
|
-
foreground: "hsl(var(--tm-secondary-foreground))",
|
|
294
|
-
50: "hsl(var(--secondary-50))",
|
|
295
|
-
100: "hsl(var(--secondary-100))",
|
|
296
|
-
200: "hsl(var(--secondary-200))",
|
|
297
|
-
300: "hsl(var(--secondary-300))",
|
|
298
|
-
400: "hsl(var(--secondary-400))",
|
|
299
|
-
500: "hsl(var(--secondary-500))",
|
|
300
|
-
600: "hsl(var(--secondary-600))",
|
|
301
|
-
700: "hsl(var(--secondary-700))",
|
|
302
|
-
800: "hsl(var(--secondary-800))",
|
|
303
|
-
900: "hsl(var(--secondary-900))",
|
|
304
|
-
950: "hsl(var(--secondary-950))"
|
|
305
|
-
},
|
|
306
|
-
// Accent colors
|
|
307
|
-
accent: {
|
|
308
|
-
DEFAULT: "hsl(var(--tm-accent))",
|
|
309
|
-
foreground: "hsl(var(--tm-accent-foreground))",
|
|
310
|
-
50: "hsl(var(--accent-50))",
|
|
311
|
-
100: "hsl(var(--accent-100))",
|
|
312
|
-
200: "hsl(var(--accent-200))",
|
|
313
|
-
300: "hsl(var(--accent-300))",
|
|
314
|
-
400: "hsl(var(--accent-400))",
|
|
315
|
-
500: "hsl(var(--accent-500))",
|
|
316
|
-
600: "hsl(var(--accent-600))",
|
|
317
|
-
700: "hsl(var(--accent-700))",
|
|
318
|
-
800: "hsl(var(--accent-800))",
|
|
319
|
-
900: "hsl(var(--accent-900))",
|
|
320
|
-
950: "hsl(var(--accent-950))"
|
|
321
|
-
},
|
|
322
|
-
// Muted colors
|
|
323
|
-
muted: {
|
|
324
|
-
DEFAULT: "hsl(var(--muted))",
|
|
325
|
-
foreground: "hsl(var(--muted-foreground))"
|
|
326
|
-
},
|
|
327
|
-
// Destructive colors (semantic error)
|
|
328
|
-
destructive: {
|
|
329
|
-
DEFAULT: "hsl(var(--destructive))",
|
|
330
|
-
foreground: "hsl(var(--destructive-foreground))"
|
|
331
|
-
},
|
|
332
|
-
// Semantic colors
|
|
333
|
-
success: {
|
|
334
|
-
DEFAULT: "hsl(var(--semantic-success))",
|
|
335
|
-
foreground: "hsl(var(--semantic-success-foreground))"
|
|
336
|
-
},
|
|
337
|
-
error: {
|
|
338
|
-
DEFAULT: "hsl(var(--semantic-error))",
|
|
339
|
-
foreground: "hsl(var(--semantic-error-foreground))"
|
|
340
|
-
},
|
|
341
|
-
warning: {
|
|
342
|
-
DEFAULT: "hsl(var(--semantic-warning))",
|
|
343
|
-
foreground: "hsl(var(--semantic-warning-foreground))"
|
|
344
|
-
},
|
|
345
|
-
info: {
|
|
346
|
-
DEFAULT: "hsl(var(--semantic-info))",
|
|
347
|
-
foreground: "hsl(var(--semantic-info-foreground))"
|
|
348
|
-
},
|
|
349
|
-
// Surface colors
|
|
350
|
-
surface: {
|
|
351
|
-
base: "hsl(var(--surface-base))",
|
|
352
|
-
elevated1: "hsl(var(--surface-elevated1))",
|
|
353
|
-
elevated2: "hsl(var(--surface-elevated2))",
|
|
354
|
-
elevated3: "hsl(var(--surface-elevated3))",
|
|
355
|
-
overlay: "hsl(var(--surface-overlay))",
|
|
356
|
-
glass: "hsl(var(--surface-glass))"
|
|
357
|
-
},
|
|
358
|
-
// Text colors
|
|
359
|
-
text: {
|
|
360
|
-
primary: "hsl(var(--text-primary))",
|
|
361
|
-
secondary: "hsl(var(--text-secondary))",
|
|
362
|
-
tertiary: "hsl(var(--text-tertiary))",
|
|
363
|
-
muted: "hsl(var(--text-muted))",
|
|
364
|
-
destructive: "hsl(var(--destructive))",
|
|
365
|
-
accent: "hsl(var(--tm-accent))",
|
|
366
|
-
inverse: "hsl(var(--text-inverse))"
|
|
367
|
-
},
|
|
368
|
-
// Border and input
|
|
369
|
-
border: "hsl(var(--border))",
|
|
370
|
-
input: "hsl(var(--input))",
|
|
371
|
-
ring: "hsl(var(--ring))",
|
|
372
|
-
// Chart colors (using CSS variables)
|
|
373
|
-
chart: {
|
|
374
|
-
1: "hsl(var(--chart-1))",
|
|
375
|
-
2: "hsl(var(--chart-2))",
|
|
376
|
-
3: "hsl(var(--chart-3))",
|
|
377
|
-
4: "hsl(var(--chart-4))",
|
|
378
|
-
5: "hsl(var(--chart-5))"
|
|
379
|
-
}
|
|
380
|
-
}, a = {
|
|
381
|
-
instant: "0ms",
|
|
382
|
-
fast: "150ms",
|
|
383
|
-
// 1.5 × base (quick interactions)
|
|
384
|
-
normal: "300ms",
|
|
385
|
-
// 3 × base (default)
|
|
386
|
-
slow: "500ms",
|
|
387
|
-
// 5 × base (emphasized)
|
|
388
|
-
slower: "700ms",
|
|
389
|
-
// 7 × base (very emphasized)
|
|
390
|
-
slowest: "1000ms",
|
|
391
|
-
// 10 × base (maximum emphasis)
|
|
392
|
-
// Additional granular durations
|
|
393
|
-
75: "75ms",
|
|
394
|
-
// Ultra-fast
|
|
395
|
-
100: "100ms",
|
|
396
|
-
// Base unit
|
|
397
|
-
200: "200ms",
|
|
398
|
-
// Fast-normal
|
|
399
|
-
250: "250ms",
|
|
400
|
-
// Between fast and normal
|
|
401
|
-
400: "400ms",
|
|
402
|
-
// Between normal and slow
|
|
403
|
-
600: "600ms",
|
|
404
|
-
// Between slow and slower
|
|
405
|
-
800: "800ms"
|
|
406
|
-
// Between slower and slowest
|
|
407
|
-
}, r = {
|
|
408
|
-
// Linear (no easing)
|
|
409
|
-
linear: "linear",
|
|
410
|
-
// Ease-in (accelerate) - cubic-bezier
|
|
411
|
-
"ease-in": "cubic-bezier(0.4, 0, 1, 1)",
|
|
412
|
-
// Ease-out (decelerate) - recommended for most UI - cubic-bezier
|
|
413
|
-
"ease-out": "cubic-bezier(0, 0, 0.2, 1)",
|
|
414
|
-
// Ease-in-out (accelerate and decelerate)
|
|
415
|
-
"ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
416
|
-
// Standard easing functions
|
|
417
|
-
ease: "ease",
|
|
418
|
-
// Advanced easing functions
|
|
419
|
-
bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
|
|
420
|
-
elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
|
|
421
|
-
// Material Design easing
|
|
422
|
-
"ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
423
|
-
"ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
|
|
424
|
-
"ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)"
|
|
425
|
-
}, e = {
|
|
426
|
-
// Fast transitions (quick interactions)
|
|
427
|
-
fast: `${a.fast} ${r["ease-out"]}`,
|
|
428
|
-
"fast-in": `${a.fast} ${r["ease-in"]}`,
|
|
429
|
-
"fast-out": `${a.fast} ${r["ease-out"]}`,
|
|
430
|
-
"fast-in-out": `${a.fast} ${r["ease-in-out"]}`,
|
|
431
|
-
// Normal transitions (default)
|
|
432
|
-
normal: `${a.normal} ${r["ease-in-out"]}`,
|
|
433
|
-
"normal-in": `${a.normal} ${r["ease-in"]}`,
|
|
434
|
-
"normal-out": `${a.normal} ${r["ease-out"]}`,
|
|
435
|
-
"normal-in-out": `${a.normal} ${r["ease-in-out"]}`,
|
|
436
|
-
// Slow transitions (emphasized)
|
|
437
|
-
slow: `${a.slow} ${r["ease-in-out"]}`,
|
|
438
|
-
"slow-in": `${a.slow} ${r["ease-in"]}`,
|
|
439
|
-
"slow-out": `${a.slow} ${r["ease-out"]}`,
|
|
440
|
-
"slow-in-out": `${a.slow} ${r["ease-in-out"]}`,
|
|
441
|
-
// Special transitions
|
|
442
|
-
bounce: `${a.normal} ${r.bounce}`,
|
|
443
|
-
elastic: `${a.slow} ${r.elastic}`,
|
|
444
|
-
// Default (normal)
|
|
445
|
-
DEFAULT: `${a.normal} ${r["ease-in-out"]}`
|
|
446
|
-
}, d = {
|
|
447
|
-
// Fade animations
|
|
448
|
-
fadeIn: {
|
|
449
|
-
from: { opacity: 0 },
|
|
450
|
-
to: { opacity: 1 }
|
|
451
|
-
},
|
|
452
|
-
fadeOut: {
|
|
453
|
-
from: { opacity: 1 },
|
|
454
|
-
to: { opacity: 0 }
|
|
455
|
-
},
|
|
456
|
-
// Slide animations
|
|
457
|
-
slideInUp: {
|
|
458
|
-
from: { transform: "translateY(100%)", opacity: 0 },
|
|
459
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
460
|
-
},
|
|
461
|
-
slideInDown: {
|
|
462
|
-
from: { transform: "translateY(-100%)", opacity: 0 },
|
|
463
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
464
|
-
},
|
|
465
|
-
slideInLeft: {
|
|
466
|
-
from: { transform: "translateX(-100%)", opacity: 0 },
|
|
467
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
468
|
-
},
|
|
469
|
-
slideInRight: {
|
|
470
|
-
from: { transform: "translateX(100%)", opacity: 0 },
|
|
471
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
472
|
-
},
|
|
473
|
-
slideOutUp: {
|
|
474
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
475
|
-
to: { transform: "translateY(-100%)", opacity: 0 }
|
|
476
|
-
},
|
|
477
|
-
slideOutDown: {
|
|
478
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
479
|
-
to: { transform: "translateY(100%)", opacity: 0 }
|
|
480
|
-
},
|
|
481
|
-
slideOutLeft: {
|
|
482
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
483
|
-
to: { transform: "translateX(-100%)", opacity: 0 }
|
|
484
|
-
},
|
|
485
|
-
slideOutRight: {
|
|
486
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
487
|
-
to: { transform: "translateX(100%)", opacity: 0 }
|
|
488
|
-
},
|
|
489
|
-
// Scale animations
|
|
490
|
-
scaleIn: {
|
|
491
|
-
from: { transform: "scale(0.95)", opacity: 0 },
|
|
492
|
-
to: { transform: "scale(1)", opacity: 1 }
|
|
493
|
-
},
|
|
494
|
-
scaleOut: {
|
|
495
|
-
from: { transform: "scale(1)", opacity: 1 },
|
|
496
|
-
to: { transform: "scale(0.95)", opacity: 0 }
|
|
497
|
-
},
|
|
498
|
-
scaleUp: {
|
|
499
|
-
from: { transform: "scale(1)" },
|
|
500
|
-
to: { transform: "scale(1.05)" }
|
|
501
|
-
},
|
|
502
|
-
scaleDown: {
|
|
503
|
-
from: { transform: "scale(1.05)" },
|
|
504
|
-
to: { transform: "scale(1)" }
|
|
505
|
-
},
|
|
506
|
-
// Rotation animations
|
|
507
|
-
spin: {
|
|
508
|
-
from: { transform: "rotate(0deg)" },
|
|
509
|
-
to: { transform: "rotate(360deg)" }
|
|
510
|
-
},
|
|
511
|
-
spinReverse: {
|
|
512
|
-
from: { transform: "rotate(360deg)" },
|
|
513
|
-
to: { transform: "rotate(0deg)" }
|
|
514
|
-
},
|
|
515
|
-
// Pulse and bounce
|
|
516
|
-
pulse: {
|
|
517
|
-
"0%, 100%": { opacity: 1 },
|
|
518
|
-
"50%": { opacity: 0.5 }
|
|
519
|
-
},
|
|
520
|
-
bounce: {
|
|
521
|
-
"0%, 100%": {
|
|
522
|
-
transform: "translateY(-25%)",
|
|
523
|
-
animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
|
|
524
|
-
},
|
|
525
|
-
"50%": {
|
|
526
|
-
transform: "translateY(0)",
|
|
527
|
-
animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
// Shake animation
|
|
531
|
-
shake: {
|
|
532
|
-
"0%, 100%": { transform: "translateX(0)" },
|
|
533
|
-
"10%, 30%, 50%, 70%, 90%": { transform: "translateX(-4px)" },
|
|
534
|
-
"20%, 40%, 60%, 80%": { transform: "translateX(4px)" }
|
|
535
|
-
},
|
|
536
|
-
// Ping animation
|
|
537
|
-
ping: {
|
|
538
|
-
"75%, 100%": {
|
|
539
|
-
transform: "scale(2)",
|
|
540
|
-
opacity: 0
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
// Accordion animations (for Radix UI)
|
|
544
|
-
"accordion-down": {
|
|
545
|
-
from: { height: "0" },
|
|
546
|
-
to: { height: "var(--radix-accordion-content-height)" }
|
|
547
|
-
},
|
|
548
|
-
"accordion-up": {
|
|
549
|
-
from: { height: "var(--radix-accordion-content-height)" },
|
|
550
|
-
to: { height: "0" }
|
|
551
|
-
}
|
|
552
|
-
}, i = {
|
|
553
|
-
// Fade animations
|
|
554
|
-
fadeIn: `fadeIn ${a.normal} ${r["ease-out"]}`,
|
|
555
|
-
fadeOut: `fadeOut ${a.fast} ${r["ease-in"]}`,
|
|
556
|
-
// Slide animations
|
|
557
|
-
slideInUp: `slideInUp ${a.normal} ${r["ease-out"]}`,
|
|
558
|
-
slideInDown: `slideInDown ${a.normal} ${r["ease-out"]}`,
|
|
559
|
-
slideInLeft: `slideInLeft ${a.normal} ${r["ease-out"]}`,
|
|
560
|
-
slideInRight: `slideInRight ${a.normal} ${r["ease-out"]}`,
|
|
561
|
-
slideOutUp: `slideOutUp ${a.fast} ${r["ease-in"]}`,
|
|
562
|
-
slideOutDown: `slideOutDown ${a.fast} ${r["ease-in"]}`,
|
|
563
|
-
slideOutLeft: `slideOutLeft ${a.fast} ${r["ease-in"]}`,
|
|
564
|
-
slideOutRight: `slideOutRight ${a.fast} ${r["ease-in"]}`,
|
|
565
|
-
// Scale animations
|
|
566
|
-
scaleIn: `scaleIn ${a.normal} ${r["ease-out"]}`,
|
|
567
|
-
scaleOut: `scaleOut ${a.fast} ${r["ease-in"]}`,
|
|
568
|
-
// Continuous animations
|
|
569
|
-
spin: `spin 1s ${r.linear} infinite`,
|
|
570
|
-
pulse: `pulse 2s ${r["ease-in-out"]} infinite`,
|
|
571
|
-
bounce: `bounce 1s ${r.linear} infinite`,
|
|
572
|
-
ping: `ping 1s ${r["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,
|
|
573
|
-
shake: `shake 0.5s ${r["ease-in-out"]}`,
|
|
574
|
-
// Accordion animations
|
|
575
|
-
"accordion-down": `accordion-down ${a.normal} ${r["ease-out"]}`,
|
|
576
|
-
"accordion-up": `accordion-up ${a.normal} ${r["ease-out"]}`
|
|
577
|
-
}, y = {
|
|
578
|
-
// Gentle spring (subtle, smooth)
|
|
579
|
-
gentle: {
|
|
580
|
-
type: "spring",
|
|
581
|
-
stiffness: 120,
|
|
582
|
-
damping: 14,
|
|
583
|
-
mass: 1
|
|
584
|
-
},
|
|
585
|
-
// Default spring (balanced)
|
|
586
|
-
default: {
|
|
587
|
-
type: "spring",
|
|
588
|
-
stiffness: 300,
|
|
589
|
-
damping: 30,
|
|
590
|
-
mass: 1
|
|
591
|
-
},
|
|
592
|
-
// Wobbly spring (bouncy, playful)
|
|
593
|
-
wobbly: {
|
|
594
|
-
type: "spring",
|
|
595
|
-
stiffness: 180,
|
|
596
|
-
damping: 12,
|
|
597
|
-
mass: 1
|
|
598
|
-
},
|
|
599
|
-
// Stiff spring (quick, precise)
|
|
600
|
-
stiff: {
|
|
601
|
-
type: "spring",
|
|
602
|
-
stiffness: 400,
|
|
603
|
-
damping: 30,
|
|
604
|
-
mass: 1
|
|
605
|
-
},
|
|
606
|
-
// Slow spring (smooth, deliberate)
|
|
607
|
-
slow: {
|
|
608
|
-
type: "spring",
|
|
609
|
-
stiffness: 200,
|
|
610
|
-
damping: 25,
|
|
611
|
-
mass: 1
|
|
612
|
-
},
|
|
613
|
-
// Bouncy spring (energetic, fun)
|
|
614
|
-
bouncy: {
|
|
615
|
-
type: "spring",
|
|
616
|
-
stiffness: 400,
|
|
617
|
-
damping: 10,
|
|
618
|
-
mass: 1
|
|
619
|
-
},
|
|
620
|
-
// No bounce (damped, controlled)
|
|
621
|
-
noBounce: {
|
|
622
|
-
type: "spring",
|
|
623
|
-
stiffness: 300,
|
|
624
|
-
damping: 35,
|
|
625
|
-
mass: 1
|
|
626
|
-
}
|
|
627
|
-
}, g = {
|
|
628
|
-
// Reduced motion duration (instant or minimal)
|
|
629
|
-
duration: "0ms",
|
|
630
|
-
// Reduced motion easing (linear for instant)
|
|
631
|
-
easing: "linear",
|
|
632
|
-
// Reduced motion transition (instant)
|
|
633
|
-
transition: "0ms linear",
|
|
634
|
-
// CSS media query for reduced motion
|
|
635
|
-
mediaQuery: "@media (prefers-reduced-motion: reduce)",
|
|
636
|
-
// Utility class to disable animations
|
|
637
|
-
disableAnimations: "animation: none !important; transition: none !important;",
|
|
638
|
-
// Reduced motion spring (instant, no animation)
|
|
639
|
-
spring: {
|
|
640
|
-
type: "spring",
|
|
641
|
-
stiffness: 1e3,
|
|
642
|
-
damping: 100,
|
|
643
|
-
mass: 1
|
|
644
|
-
}
|
|
645
|
-
}, v = {
|
|
646
|
-
// Durations
|
|
647
|
-
"--duration-instant": a.instant,
|
|
648
|
-
"--duration-fast": a.fast,
|
|
649
|
-
"--duration-normal": a.normal,
|
|
650
|
-
"--duration-slow": a.slow,
|
|
651
|
-
"--duration-slower": a.slower,
|
|
652
|
-
"--duration-slowest": a.slowest,
|
|
653
|
-
// Additional granular durations
|
|
654
|
-
"--duration-75": a[75],
|
|
655
|
-
"--duration-100": a[100],
|
|
656
|
-
"--duration-200": a[200],
|
|
657
|
-
"--duration-250": a[250],
|
|
658
|
-
"--duration-400": a[400],
|
|
659
|
-
"--duration-600": a[600],
|
|
660
|
-
"--duration-800": a[800],
|
|
661
|
-
// Easings
|
|
662
|
-
"--ease-linear": r.linear,
|
|
663
|
-
"--ease-in": r["ease-in"],
|
|
664
|
-
"--ease-out": r["ease-out"],
|
|
665
|
-
"--ease-in-out": r["ease-in-out"],
|
|
666
|
-
"--ease-bounce": r.bounce,
|
|
667
|
-
"--ease-elastic": r.elastic,
|
|
668
|
-
"--ease-out-cubic": r["ease-out-cubic"],
|
|
669
|
-
"--ease-in-cubic": r["ease-in-cubic"],
|
|
670
|
-
"--ease-in-out-cubic": r["ease-in-out-cubic"],
|
|
671
|
-
// Transitions
|
|
672
|
-
"--transition-fast": e.fast,
|
|
673
|
-
"--transition-normal": e.normal,
|
|
674
|
-
"--transition-slow": e.slow,
|
|
675
|
-
"--transition-default": e.DEFAULT,
|
|
676
|
-
"--transition-fast-in": e["fast-in"],
|
|
677
|
-
"--transition-fast-out": e["fast-out"],
|
|
678
|
-
"--transition-fast-in-out": e["fast-in-out"],
|
|
679
|
-
"--transition-normal-in": e["normal-in"],
|
|
680
|
-
"--transition-normal-out": e["normal-out"],
|
|
681
|
-
"--transition-normal-in-out": e["normal-in-out"],
|
|
682
|
-
"--transition-slow-in": e["slow-in"],
|
|
683
|
-
"--transition-slow-out": e["slow-out"],
|
|
684
|
-
"--transition-slow-in-out": e["slow-in-out"],
|
|
685
|
-
"--transition-bounce": e.bounce,
|
|
686
|
-
"--transition-elastic": e.elastic
|
|
687
|
-
}, $ = {
|
|
688
|
-
transitionDuration: {
|
|
689
|
-
...a
|
|
690
|
-
},
|
|
691
|
-
transitionTimingFunction: {
|
|
692
|
-
...r
|
|
693
|
-
},
|
|
694
|
-
transitionProperty: {
|
|
695
|
-
DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
|
|
696
|
-
colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
|
|
697
|
-
opacity: "opacity",
|
|
698
|
-
shadow: "box-shadow",
|
|
699
|
-
transform: "transform",
|
|
700
|
-
all: "all",
|
|
701
|
-
none: "none"
|
|
702
|
-
},
|
|
703
|
-
keyframes: {
|
|
704
|
-
...d
|
|
705
|
-
},
|
|
706
|
-
animation: {
|
|
707
|
-
...i,
|
|
708
|
-
// Additional animation utilities
|
|
709
|
-
none: "none",
|
|
710
|
-
spin: i.spin,
|
|
711
|
-
pulse: i.pulse,
|
|
712
|
-
bounce: i.bounce,
|
|
713
|
-
ping: i.ping,
|
|
714
|
-
shake: i.shake
|
|
715
|
-
}
|
|
716
|
-
};
|
|
717
|
-
export {
|
|
718
|
-
p as a,
|
|
719
|
-
o as b,
|
|
720
|
-
l as c,
|
|
721
|
-
u as d,
|
|
722
|
-
c as e,
|
|
723
|
-
m as f,
|
|
724
|
-
n as g,
|
|
725
|
-
h,
|
|
726
|
-
f as i,
|
|
727
|
-
a as j,
|
|
728
|
-
r as k,
|
|
729
|
-
e as l,
|
|
730
|
-
v as m,
|
|
731
|
-
d as n,
|
|
732
|
-
i as o,
|
|
733
|
-
s as p,
|
|
734
|
-
y as q,
|
|
735
|
-
g as r,
|
|
736
|
-
t as s,
|
|
737
|
-
$ as t
|
|
738
|
-
};
|