@tenerife.music/ui 1.0.8 → 1.0.12
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/dist/{tokens/colors.d.ts → colors-DPNI96bB.d.cts} +21 -19
- package/dist/colors-DPNI96bB.d.ts +289 -0
- package/dist/index.cjs +15605 -2
- package/dist/index.d.cts +3726 -0
- package/dist/index.d.ts +3726 -39
- package/dist/index.mjs +12883 -5567
- 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 +2647 -2
- package/dist/theme/index.d.cts +528 -0
- package/dist/theme/index.d.ts +528 -8
- package/dist/theme/index.mjs +1610 -575
- package/dist/tokens/index.cjs +5678 -5
- package/dist/tokens/index.d.cts +5488 -0
- package/dist/tokens/index.d.ts +5488 -9
- package/dist/tokens/index.mjs +2076 -154
- package/package.json +3 -3
- package/dist/animation/index.d.ts +0 -8
- package/dist/animation/presets.d.ts +0 -301
- package/dist/animation/tas.d.ts +0 -24
- package/dist/animation/types.d.ts +0 -67
- package/dist/animation/useInView.d.ts +0 -36
- package/dist/animation/utils.d.ts +0 -6
- package/dist/brand-C5R2semX.js +0 -45
- package/dist/brand-DQb18Frh.cjs +0 -2
- package/dist/components/SectionBuilder.d.ts +0 -36
- package/dist/components/SectionBuilder.presets.d.ts +0 -228
- package/dist/components/SectionBuilder.types.d.ts +0 -326
- package/dist/components/admin/Dashboard.d.ts +0 -8
- package/dist/components/admin/UserManagement.d.ts +0 -8
- package/dist/components/auth/LoginForm.d.ts +0 -11
- package/dist/components/auth/ProfileCard.d.ts +0 -9
- package/dist/components/auth/RegisterForm.d.ts +0 -13
- package/dist/components/cards/ArtistCard/ArtistCard.d.ts +0 -22
- package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +0 -46
- package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +0 -83
- package/dist/components/cards/ArtistCard/index.d.ts +0 -8
- package/dist/components/cards/CardBase/CardBase.d.ts +0 -45
- package/dist/components/cards/CardBase/CardBase.types.d.ts +0 -70
- package/dist/components/cards/CardBase/CardBase.variants.d.ts +0 -38
- package/dist/components/cards/CardBase/index.d.ts +0 -8
- package/dist/components/cards/CategoryCard/CategoryCard.d.ts +0 -18
- package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +0 -38
- package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +0 -21
- package/dist/components/cards/CategoryCard/index.d.ts +0 -7
- package/dist/components/cards/EventCard/EventCard.d.ts +0 -19
- package/dist/components/cards/EventCard/EventCard.types.d.ts +0 -47
- package/dist/components/cards/EventCard/EventCard.variants.d.ts +0 -70
- package/dist/components/cards/EventCard/index.d.ts +0 -7
- package/dist/components/cards/PromoCard/PromoCard.d.ts +0 -20
- package/dist/components/cards/PromoCard/PromoCard.types.d.ts +0 -42
- package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +0 -35
- package/dist/components/cards/PromoCard/index.d.ts +0 -7
- package/dist/components/cards/TicketCard/TicketCard.d.ts +0 -19
- package/dist/components/cards/TicketCard/TicketCard.types.d.ts +0 -55
- package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +0 -71
- package/dist/components/cards/TicketCard/index.d.ts +0 -7
- package/dist/components/cards/VenueCard/VenueCard.d.ts +0 -21
- package/dist/components/cards/VenueCard/VenueCard.types.d.ts +0 -46
- package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +0 -60
- package/dist/components/cards/VenueCard/index.d.ts +0 -8
- package/dist/components/cards/index.d.ts +0 -19
- package/dist/components/checkbox/Checkbox.d.ts +0 -22
- package/dist/components/checkbox/Checkbox.types.d.ts +0 -68
- package/dist/components/checkbox/checkbox-variants.d.ts +0 -13
- package/dist/components/checkbox/index.d.ts +0 -3
- package/dist/components/containers/Card.d.ts +0 -75
- package/dist/components/containers/Section.d.ts +0 -31
- package/dist/components/containers/Surface.d.ts +0 -28
- package/dist/components/containers/index.d.ts +0 -9
- package/dist/components/controls/LanguageSelector.d.ts +0 -17
- package/dist/components/data/List.d.ts +0 -12
- package/dist/components/data/Table.d.ts +0 -14
- package/dist/components/data/Timeline.d.ts +0 -13
- package/dist/components/data/data-list/DataList.d.ts +0 -29
- package/dist/components/data/data-list/DataList.types.d.ts +0 -43
- package/dist/components/data/data-list/DataListItem.d.ts +0 -20
- package/dist/components/data/data-list/DataListLabel.d.ts +0 -19
- package/dist/components/data/data-list/DataListValue.d.ts +0 -18
- package/dist/components/data/data-list/index.d.ts +0 -10
- package/dist/components/data/empty-state/EmptyState.d.ts +0 -31
- package/dist/components/data/empty-state/EmptyState.types.d.ts +0 -51
- package/dist/components/data/empty-state/EmptyStateAction.d.ts +0 -17
- package/dist/components/data/empty-state/EmptyStateDescription.d.ts +0 -17
- package/dist/components/data/empty-state/EmptyStateIcon.d.ts +0 -22
- package/dist/components/data/empty-state/EmptyStateTitle.d.ts +0 -17
- package/dist/components/data/empty-state/index.d.ts +0 -10
- package/dist/components/data/index.d.ts +0 -9
- package/dist/components/data/skeleton/Skeleton.d.ts +0 -24
- package/dist/components/data/skeleton/Skeleton.types.d.ts +0 -12
- package/dist/components/data/skeleton/index.d.ts +0 -6
- package/dist/components/data/table/Table.d.ts +0 -33
- package/dist/components/data/table/Table.types.d.ts +0 -264
- package/dist/components/data/table/TableBody.d.ts +0 -13
- package/dist/components/data/table/TableCell.d.ts +0 -13
- package/dist/components/data/table/TableEmpty.d.ts +0 -13
- package/dist/components/data/table/TableExpandableContent.d.ts +0 -14
- package/dist/components/data/table/TableHead.d.ts +0 -13
- package/dist/components/data/table/TableHeader.d.ts +0 -13
- package/dist/components/data/table/TableLoadingState.d.ts +0 -13
- package/dist/components/data/table/TableRow.d.ts +0 -13
- package/dist/components/data/table/TableSortIcon.d.ts +0 -14
- package/dist/components/data/table/index.d.ts +0 -17
- package/dist/components/drawer/Drawer.d.ts +0 -41
- package/dist/components/drawer/Drawer.types.d.ts +0 -75
- package/dist/components/drawer/drawer-variants.d.ts +0 -17
- package/dist/components/drawer/index.d.ts +0 -8
- package/dist/components/dropdown/Dropdown.d.ts +0 -38
- package/dist/components/dropdown/Dropdown.types.d.ts +0 -82
- package/dist/components/dropdown/dropdown-variants.d.ts +0 -33
- package/dist/components/feedback/ConsentBanner.d.ts +0 -8
- package/dist/components/feedback/Progress.d.ts +0 -8
- package/dist/components/feedback/Skeleton.d.ts +0 -6
- package/dist/components/filters/DateRangePicker.d.ts +0 -21
- package/dist/components/filters/FilterBar.d.ts +0 -55
- package/dist/components/filters/FilterSelect.d.ts +0 -23
- package/dist/components/filters/PriceRangeSlider.d.ts +0 -27
- package/dist/components/filters/SearchFilters.d.ts +0 -32
- package/dist/components/filters/SearchInput.d.ts +0 -16
- package/dist/components/filters/types.d.ts +0 -48
- package/dist/components/icon/Icon.d.ts +0 -32
- package/dist/components/icon/Icon.types.d.ts +0 -7
- package/dist/components/icon/index.d.ts +0 -4
- package/dist/components/icons/TrendingIcon.d.ts +0 -6
- package/dist/components/image/Image.d.ts +0 -48
- package/dist/components/input/Input.d.ts +0 -20
- package/dist/components/input/Input.types.d.ts +0 -38
- package/dist/components/input/index.d.ts +0 -3
- package/dist/components/input/input-variants.d.ts +0 -14
- package/dist/components/input/legacy/input.d.ts +0 -11
- package/dist/components/layout/Box.d.ts +0 -111
- package/dist/components/layout/Column.d.ts +0 -6
- package/dist/components/layout/Container.d.ts +0 -31
- package/dist/components/layout/Flex.d.ts +0 -50
- package/dist/components/layout/Footer.d.ts +0 -9
- package/dist/components/layout/Grid.d.ts +0 -60
- package/dist/components/layout/ModeHero.d.ts +0 -10
- package/dist/components/layout/Navbar.d.ts +0 -9
- package/dist/components/layout/Row.d.ts +0 -28
- package/dist/components/layout/Section.d.ts +0 -10
- package/dist/components/layout/Stack.d.ts +0 -38
- package/dist/components/layout/Surface.d.ts +0 -21
- package/dist/components/layout/index.d.ts +0 -22
- package/dist/components/layout/layout.types.d.ts +0 -107
- package/dist/components/menus/DropdownMenu.d.ts +0 -27
- package/dist/components/menus/NavigationMenu.d.ts +0 -12
- package/dist/components/menus/Tabs.d.ts +0 -7
- package/dist/components/menus/context-menu/ContextMenuContent.d.ts +0 -22
- package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuItem.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +0 -47
- package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +0 -14
- package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +0 -16
- package/dist/components/menus/context-menu/index.d.ts +0 -12
- package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +0 -18
- package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +0 -15
- package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +0 -12
- package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +0 -30
- package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +0 -17
- package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +0 -24
- package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +0 -18
- package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +0 -33
- package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +0 -10
- package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +0 -13
- package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +0 -14
- package/dist/components/menus/dropdown/index.d.ts +0 -18
- package/dist/components/menus/hover-card/HoverCardContent.d.ts +0 -14
- package/dist/components/menus/hover-card/HoverCardRoot.d.ts +0 -20
- package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +0 -13
- package/dist/components/menus/hover-card/index.d.ts +0 -8
- package/dist/components/menus/index.d.ts +0 -9
- package/dist/components/menus/popover/PopoverArrow.d.ts +0 -17
- package/dist/components/menus/popover/PopoverContent.d.ts +0 -24
- package/dist/components/menus/popover/PopoverRoot.d.ts +0 -43
- package/dist/components/menus/popover/PopoverTrigger.d.ts +0 -17
- package/dist/components/menus/popover/index.d.ts +0 -9
- package/dist/components/modal/Modal.d.ts +0 -70
- package/dist/components/modal/modal-variants.d.ts +0 -26
- package/dist/components/modals/ConfirmDialog.d.ts +0 -27
- package/dist/components/modals/CustomDialog.d.ts +0 -10
- package/dist/components/modals/Modal.d.ts +0 -19
- package/dist/components/modals/ModalProvider.d.ts +0 -16
- package/dist/components/modals/SimpleModal.d.ts +0 -11
- package/dist/components/navigation/Breadcrumbs.d.ts +0 -12
- package/dist/components/navigation/Pagination.d.ts +0 -10
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +0 -52
- package/dist/components/navigation/breadcrumbs/index.d.ts +0 -5
- package/dist/components/navigation/index.d.ts +0 -10
- package/dist/components/navigation/pagination/Pagination.d.ts +0 -60
- package/dist/components/navigation/pagination/index.d.ts +0 -5
- package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +0 -43
- package/dist/components/navigation/segmented-control/index.d.ts +0 -5
- package/dist/components/navigation/stepper/Stepper.d.ts +0 -129
- package/dist/components/navigation/stepper/index.d.ts +0 -5
- package/dist/components/navigation/tabs/Tabs.d.ts +0 -73
- package/dist/components/navigation/tabs/index.d.ts +0 -5
- package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +0 -21
- package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +0 -23
- package/dist/components/notifications/NotificationCenter.Item.d.ts +0 -24
- package/dist/components/notifications/NotificationCenter.List.d.ts +0 -22
- package/dist/components/notifications/NotificationCenter.Panel.d.ts +0 -32
- package/dist/components/notifications/NotificationCenter.Provider.d.ts +0 -31
- package/dist/components/notifications/NotificationCenter.Trigger.d.ts +0 -15
- package/dist/components/notifications/NotificationCenter.d.ts +0 -27
- package/dist/components/notifications/NotificationCenter.types.d.ts +0 -89
- package/dist/components/notifications/index.d.ts +0 -23
- package/dist/components/notifications/useNotificationCenter.d.ts +0 -47
- package/dist/components/overlays/Backdrop.d.ts +0 -24
- package/dist/components/overlays/Dialog.d.ts +0 -66
- package/dist/components/overlays/Modal.d.ts +0 -60
- package/dist/components/overlays/OverlayPortal.d.ts +0 -22
- package/dist/components/overlays/Popover.d.ts +0 -30
- package/dist/components/overlays/Portal.d.ts +0 -29
- package/dist/components/overlays/Toast.d.ts +0 -36
- package/dist/components/overlays/ToastProvider.d.ts +0 -58
- package/dist/components/overlays/ToastViewport.d.ts +0 -27
- package/dist/components/overlays/Tooltip.d.ts +0 -28
- package/dist/components/overlays/index.d.ts +0 -13
- package/dist/components/overlays/utils/FocusLock.d.ts +0 -30
- package/dist/components/overlays/utils/ScrollLock.d.ts +0 -11
- package/dist/components/overlays/utils/positioning.d.ts +0 -68
- package/dist/components/primitives/Badge.d.ts +0 -9
- package/dist/components/primitives/Button.d.ts +0 -1
- package/dist/components/primitives/Card.d.ts +0 -1
- package/dist/components/primitives/Divider.d.ts +0 -7
- package/dist/components/primitives/Input.d.ts +0 -4
- package/dist/components/primitives/Label.d.ts +0 -1
- package/dist/components/primitives/Link.d.ts +0 -13
- package/dist/components/primitives/ThemeSwitch.d.ts +0 -9
- package/dist/components/radio/Radio.d.ts +0 -23
- package/dist/components/radio/Radio.types.d.ts +0 -63
- package/dist/components/radio/RadioGroup.d.ts +0 -20
- package/dist/components/radio/RadioGroup.types.d.ts +0 -61
- package/dist/components/radio/index.d.ts +0 -5
- package/dist/components/radio/radio-variants.d.ts +0 -13
- package/dist/components/search/SearchBar.d.ts +0 -10
- package/dist/components/sections/ArticlesSection.d.ts +0 -25
- package/dist/components/sections/CTASection.d.ts +0 -37
- package/dist/components/sections/FeatureSection.d.ts +0 -33
- package/dist/components/sections/HeroSection.d.ts +0 -27
- package/dist/components/sections/TrendingSection.d.ts +0 -28
- package/dist/components/select/Select.d.ts +0 -38
- package/dist/components/select/Select.types.d.ts +0 -107
- package/dist/components/select/index.d.ts +0 -5
- package/dist/components/select/legacy/select.d.ts +0 -11
- package/dist/components/select/select-variants.d.ts +0 -32
- package/dist/components/skeletons/EventCardSkeleton.d.ts +0 -6
- package/dist/components/skeletons/VenueCardSkeleton.d.ts +0 -6
- package/dist/components/switch/Switch.d.ts +0 -24
- package/dist/components/switch/Switch.types.d.ts +0 -53
- package/dist/components/switch/index.d.ts +0 -3
- package/dist/components/switch/switch-variants.d.ts +0 -34
- package/dist/components/textarea/Textarea.d.ts +0 -21
- package/dist/components/textarea/Textarea.types.d.ts +0 -40
- package/dist/components/textarea/index.d.ts +0 -3
- package/dist/components/textarea/legacy/textarea.d.ts +0 -11
- package/dist/components/textarea/textarea-variants.d.ts +0 -14
- package/dist/components/toasts/Toast.d.ts +0 -12
- package/dist/components/toasts/ToastProvider.d.ts +0 -26
- package/dist/components/ui/alert.d.ts +0 -9
- package/dist/components/ui/body.d.ts +0 -12
- package/dist/components/ui/button.d.ts +0 -13
- package/dist/components/ui/caption.d.ts +0 -11
- package/dist/components/ui/card.d.ts +0 -8
- package/dist/components/ui/code.d.ts +0 -11
- package/dist/components/ui/dialog.d.ts +0 -19
- package/dist/components/ui/display.d.ts +0 -12
- package/dist/components/ui/field.d.ts +0 -45
- package/dist/components/ui/heading.d.ts +0 -12
- package/dist/components/ui/label.d.ts +0 -12
- package/dist/components/ui/lead.d.ts +0 -11
- package/dist/components/ui/text.d.ts +0 -18
- package/dist/components/ui/toast.d.ts +0 -15
- package/dist/components/ui/toaster.d.ts +0 -1
- package/dist/components/ui/tooltip.d.ts +0 -7
- package/dist/dark-Cvoy1uFT.js +0 -30
- package/dist/dark-OOhiqt1q.cjs +0 -2
- package/dist/default-BKgH1D9-.js +0 -8
- package/dist/default-Ddg7Haf2.cjs +0 -2
- package/dist/hooks/use-toast.d.ts +0 -44
- package/dist/hooks/useDebounce.d.ts +0 -19
- package/dist/hooks/useModal.d.ts +0 -19
- package/dist/hooks/useToast.d.ts +0 -26
- package/dist/icons/IconArrowRight.d.ts +0 -6
- package/dist/icons/IconCalendar.d.ts +0 -6
- package/dist/icons/IconCheck.d.ts +0 -6
- package/dist/icons/IconChevronDown.d.ts +0 -6
- package/dist/icons/IconChevronRight.d.ts +0 -6
- package/dist/icons/IconClose.d.ts +0 -6
- package/dist/icons/IconError.d.ts +0 -6
- package/dist/icons/IconInfo.d.ts +0 -6
- package/dist/icons/IconLocation.d.ts +0 -6
- package/dist/icons/IconMenu.d.ts +0 -6
- package/dist/icons/IconSearch.d.ts +0 -6
- package/dist/icons/IconSuccess.d.ts +0 -6
- package/dist/icons/IconWarning.d.ts +0 -6
- package/dist/icons/icon.types.d.ts +0 -25
- package/dist/icons/index.d.ts +0 -34
- package/dist/lib/a11y.d.ts +0 -15
- package/dist/lib/responsive-props.d.ts +0 -63
- package/dist/lib/utils.d.ts +0 -8
- package/dist/motion-CzQhSEqk.js +0 -738
- package/dist/motion-DJx1TbXJ.cjs +0 -2
- package/dist/theme/ThemeProvider.d.ts +0 -55
- package/dist/theme/applyMode.d.ts +0 -42
- package/dist/theme/colors.d.ts +0 -6
- package/dist/theme/loader.d.ts +0 -63
- package/dist/theme/motion/gestures.d.ts +0 -76
- package/dist/theme/motion/useReducedMotion.d.ts +0 -11
- package/dist/theme/motion.d.ts +0 -127
- package/dist/theme/registry.d.ts +0 -70
- package/dist/theme/schema.d.ts +0 -124
- package/dist/theme/spacing.d.ts +0 -34
- package/dist/theme/typography.d.ts +0 -45
- package/dist/themes/brand.d.ts +0 -6
- package/dist/themes/brand_engine.d.ts +0 -108
- package/dist/themes/dark.d.ts +0 -6
- package/dist/themes/default.d.ts +0 -6
- package/dist/themes/index.d.ts +0 -24
- package/dist/themes/minimal.d.ts +0 -6
- package/dist/themes/neon.d.ts +0 -6
- package/dist/themes/types.d.ts +0 -278
- package/dist/tokens/components/alert.d.ts +0 -74
- package/dist/tokens/components/button.d.ts +0 -130
- package/dist/tokens/components/card.d.ts +0 -91
- package/dist/tokens/components/checkbox.d.ts +0 -161
- package/dist/tokens/components/data.d.ts +0 -227
- package/dist/tokens/components/domain.d.ts +0 -379
- package/dist/tokens/components/dropdown.d.ts +0 -146
- package/dist/tokens/components/icon.d.ts +0 -57
- package/dist/tokens/components/index.d.ts +0 -31
- package/dist/tokens/components/input.d.ts +0 -284
- package/dist/tokens/components/menu.d.ts +0 -114
- package/dist/tokens/components/motion.d.ts +0 -103
- package/dist/tokens/components/navigation.d.ts +0 -181
- package/dist/tokens/components/notifications.d.ts +0 -159
- package/dist/tokens/components/overlay.d.ts +0 -227
- package/dist/tokens/components/popover.d.ts +0 -84
- package/dist/tokens/components/radio.d.ts +0 -149
- package/dist/tokens/components/section.d.ts +0 -41
- package/dist/tokens/components/surface.d.ts +0 -94
- package/dist/tokens/components/switch.d.ts +0 -208
- package/dist/tokens/components/text.d.ts +0 -68
- package/dist/tokens/components/toast.d.ts +0 -146
- package/dist/tokens/components/tooltip.d.ts +0 -52
- package/dist/tokens/css-variables.d.ts +0 -251
- package/dist/tokens/motion/v2.d.ts +0 -342
- package/dist/tokens/motion.d.ts +0 -485
- package/dist/tokens/opacity.d.ts +0 -22
- package/dist/tokens/radius.d.ts +0 -161
- package/dist/tokens/shadows.d.ts +0 -230
- package/dist/tokens/spacing.d.ts +0 -238
- package/dist/tokens/theme.d.ts +0 -119
- package/dist/tokens/typography.d.ts +0 -460
- package/dist/typography-C-Nb4y0o.cjs +0 -2
- package/dist/typography-DHym9KAP.js +0 -1196
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CSS Variables Generator
|
|
3
|
-
*
|
|
4
|
-
* Merges all CSS custom properties from all token systems.
|
|
5
|
-
* This file aggregates all CSS variables for injection into the theme system.
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* All CSS Variables from Tokens
|
|
9
|
-
* Merges all token CSS variables into a single object
|
|
10
|
-
*/
|
|
11
|
-
export declare const allCSSVariables: {
|
|
12
|
-
readonly "--duration-instant": "0ms";
|
|
13
|
-
readonly "--duration-fast": "150ms";
|
|
14
|
-
readonly "--duration-normal": "300ms";
|
|
15
|
-
readonly "--duration-slow": "500ms";
|
|
16
|
-
readonly "--duration-slower": "700ms";
|
|
17
|
-
readonly "--duration-slowest": "1000ms";
|
|
18
|
-
readonly "--duration-75": "75ms";
|
|
19
|
-
readonly "--duration-100": "100ms";
|
|
20
|
-
readonly "--duration-200": "200ms";
|
|
21
|
-
readonly "--duration-250": "250ms";
|
|
22
|
-
readonly "--duration-400": "400ms";
|
|
23
|
-
readonly "--duration-600": "600ms";
|
|
24
|
-
readonly "--duration-800": "800ms";
|
|
25
|
-
readonly "--ease-linear": "linear";
|
|
26
|
-
readonly "--ease-in": "cubic-bezier(0.4, 0, 1, 1)";
|
|
27
|
-
readonly "--ease-out": "cubic-bezier(0, 0, 0.2, 1)";
|
|
28
|
-
readonly "--ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
29
|
-
readonly "--ease-bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
30
|
-
readonly "--ease-elastic": "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
31
|
-
readonly "--ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
|
|
32
|
-
readonly "--ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
|
|
33
|
-
readonly "--ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
|
|
34
|
-
readonly "--transition-fast": "150ms cubic-bezier(0, 0, 0.2, 1)";
|
|
35
|
-
readonly "--transition-normal": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
36
|
-
readonly "--transition-slow": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
37
|
-
readonly "--transition-default": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
38
|
-
readonly "--transition-fast-in": "150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
39
|
-
readonly "--transition-fast-out": "150ms cubic-bezier(0, 0, 0.2, 1)";
|
|
40
|
-
readonly "--transition-fast-in-out": "150ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
41
|
-
readonly "--transition-normal-in": "300ms cubic-bezier(0.4, 0, 1, 1)";
|
|
42
|
-
readonly "--transition-normal-out": "300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
43
|
-
readonly "--transition-normal-in-out": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
44
|
-
readonly "--transition-slow-in": "500ms cubic-bezier(0.4, 0, 1, 1)";
|
|
45
|
-
readonly "--transition-slow-out": "500ms cubic-bezier(0, 0, 0.2, 1)";
|
|
46
|
-
readonly "--transition-slow-in-out": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
47
|
-
readonly "--transition-bounce": "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
48
|
-
readonly "--transition-elastic": "500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
49
|
-
readonly "--radius-none": "0";
|
|
50
|
-
readonly "--radius-xs": "0.125rem";
|
|
51
|
-
readonly "--radius-sm": "0.25rem";
|
|
52
|
-
readonly "--radius-base": "0.25rem";
|
|
53
|
-
readonly "--radius-md": "0.375rem";
|
|
54
|
-
readonly "--radius-lg": "0.5rem";
|
|
55
|
-
readonly "--radius-xl": "0.75rem";
|
|
56
|
-
readonly "--radius-2xl": "1rem";
|
|
57
|
-
readonly "--radius-3xl": "1.5rem";
|
|
58
|
-
readonly "--radius-full": "9999px";
|
|
59
|
-
readonly "--radius": "0.375rem";
|
|
60
|
-
readonly "--radius-button": "0.375rem";
|
|
61
|
-
readonly "--radius-card": "0.375rem";
|
|
62
|
-
readonly "--radius-input": "0.375rem";
|
|
63
|
-
readonly "--radius-badge": "0.25rem";
|
|
64
|
-
readonly "--radius-modal": "0.5rem";
|
|
65
|
-
readonly "--radius-tooltip": "0.25rem";
|
|
66
|
-
readonly "--radius-toast": "0.5rem";
|
|
67
|
-
readonly "--radius-chip": "0.25rem";
|
|
68
|
-
readonly "--radius-image": "0.375rem";
|
|
69
|
-
readonly "--shadow-none": "none";
|
|
70
|
-
readonly "--shadow-xs": "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
71
|
-
readonly "--shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
72
|
-
readonly "--shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
73
|
-
readonly "--shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
74
|
-
readonly "--shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
75
|
-
readonly "--shadow-2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
76
|
-
readonly "--shadow-primary-xs": "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
77
|
-
readonly "--shadow-primary-sm": "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
78
|
-
readonly "--shadow-primary-md": "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
79
|
-
readonly "--shadow-primary-lg": "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
80
|
-
readonly "--shadow-primary-xl": "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
81
|
-
readonly "--shadow-primary-2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
82
|
-
readonly "--shadow-accent-xs": "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
83
|
-
readonly "--shadow-accent-sm": "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
84
|
-
readonly "--shadow-accent-md": "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
85
|
-
readonly "--shadow-accent-lg": "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
86
|
-
readonly "--shadow-accent-xl": "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
87
|
-
readonly "--shadow-accent-2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
88
|
-
readonly "--glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
89
|
-
readonly "--glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
90
|
-
readonly "--glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
91
|
-
readonly "--glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
92
|
-
readonly "--glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
93
|
-
readonly "--glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
94
|
-
readonly "--glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
95
|
-
readonly "--glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
96
|
-
readonly "--focus-ring-default": "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
97
|
-
readonly "--focus-ring-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
98
|
-
readonly "--focus-ring-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
99
|
-
readonly "--focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
100
|
-
readonly "--focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
101
|
-
readonly "--spacing-0": "0";
|
|
102
|
-
readonly "--spacing-px": "1px";
|
|
103
|
-
readonly "--spacing-0-5": "0.125rem";
|
|
104
|
-
readonly "--spacing-1": "0.25rem";
|
|
105
|
-
readonly "--spacing-1-5": "0.375rem";
|
|
106
|
-
readonly "--spacing-2": "0.5rem";
|
|
107
|
-
readonly "--spacing-2-5": "0.625rem";
|
|
108
|
-
readonly "--spacing-3": "0.75rem";
|
|
109
|
-
readonly "--spacing-3-5": "0.875rem";
|
|
110
|
-
readonly "--spacing-4": "1rem";
|
|
111
|
-
readonly "--spacing-5": "1.25rem";
|
|
112
|
-
readonly "--spacing-6": "1.5rem";
|
|
113
|
-
readonly "--spacing-7": "1.75rem";
|
|
114
|
-
readonly "--spacing-8": "2rem";
|
|
115
|
-
readonly "--spacing-9": "2.25rem";
|
|
116
|
-
readonly "--spacing-10": "2.5rem";
|
|
117
|
-
readonly "--spacing-11": "2.75rem";
|
|
118
|
-
readonly "--spacing-12": "3rem";
|
|
119
|
-
readonly "--spacing-14": "3.5rem";
|
|
120
|
-
readonly "--spacing-16": "4rem";
|
|
121
|
-
readonly "--spacing-20": "5rem";
|
|
122
|
-
readonly "--spacing-24": "6rem";
|
|
123
|
-
readonly "--spacing-xs": "0.25rem";
|
|
124
|
-
readonly "--spacing-sm": "0.5rem";
|
|
125
|
-
readonly "--spacing-md": "1rem";
|
|
126
|
-
readonly "--spacing-lg": "1.5rem";
|
|
127
|
-
readonly "--spacing-xl": "2rem";
|
|
128
|
-
readonly "--spacing-2xl": "3rem";
|
|
129
|
-
readonly "--spacing-3xl": "4rem";
|
|
130
|
-
readonly "--spacing-4xl": "5rem";
|
|
131
|
-
readonly "--spacing-5xl": "6rem";
|
|
132
|
-
readonly "--spacing-none": "0";
|
|
133
|
-
readonly "--layout-section-xs": "1.5rem";
|
|
134
|
-
readonly "--layout-section-sm": "2rem";
|
|
135
|
-
readonly "--layout-section-md": "3rem";
|
|
136
|
-
readonly "--layout-section-lg": "4rem";
|
|
137
|
-
readonly "--layout-section-xl": "5rem";
|
|
138
|
-
readonly "--layout-section-2xl": "6rem";
|
|
139
|
-
readonly "--layout-container-xs": "0.5rem";
|
|
140
|
-
readonly "--layout-container-sm": "1rem";
|
|
141
|
-
readonly "--layout-container-md": "1.5rem";
|
|
142
|
-
readonly "--layout-container-lg": "2rem";
|
|
143
|
-
readonly "--layout-container-xl": "3rem";
|
|
144
|
-
readonly "--layout-grid-xs": "0.5rem";
|
|
145
|
-
readonly "--layout-grid-sm": "1rem";
|
|
146
|
-
readonly "--layout-grid-md": "1.5rem";
|
|
147
|
-
readonly "--layout-grid-lg": "2rem";
|
|
148
|
-
readonly "--layout-grid-xl": "3rem";
|
|
149
|
-
readonly "--layout-stack-xs": "0.25rem";
|
|
150
|
-
readonly "--layout-stack-sm": "0.5rem";
|
|
151
|
-
readonly "--layout-stack-md": "1rem";
|
|
152
|
-
readonly "--layout-stack-lg": "1.5rem";
|
|
153
|
-
readonly "--layout-stack-xl": "2rem";
|
|
154
|
-
readonly "--layout-component-xs": "0.25rem";
|
|
155
|
-
readonly "--layout-component-sm": "0.5rem";
|
|
156
|
-
readonly "--layout-component-md": "1rem";
|
|
157
|
-
readonly "--layout-component-lg": "1.5rem";
|
|
158
|
-
readonly "--layout-component-xl": "2rem";
|
|
159
|
-
readonly "--font-sans": string;
|
|
160
|
-
readonly "--font-satoshi": string;
|
|
161
|
-
readonly "--font-display": string;
|
|
162
|
-
readonly "--font-serif": string;
|
|
163
|
-
readonly "--font-mono": string;
|
|
164
|
-
readonly "--font-size-xs": "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
165
|
-
readonly "--font-size-sm": "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)";
|
|
166
|
-
readonly "--font-size-base": "clamp(1rem, 0.95rem + 0.25vw, 1.125rem)";
|
|
167
|
-
readonly "--font-size-lg": "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)";
|
|
168
|
-
readonly "--font-size-xl": "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)";
|
|
169
|
-
readonly "--font-size-2xl": "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)";
|
|
170
|
-
readonly "--font-size-3xl": "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)";
|
|
171
|
-
readonly "--font-size-4xl": "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)";
|
|
172
|
-
readonly "--font-size-5xl": "clamp(3rem, 2rem + 5vw, 4rem)";
|
|
173
|
-
readonly "--font-size-6xl": "clamp(3.75rem, 2.5rem + 6.25vw, 5rem)";
|
|
174
|
-
readonly "--font-weight-thin": "100";
|
|
175
|
-
readonly "--font-weight-extralight": "200";
|
|
176
|
-
readonly "--font-weight-light": "300";
|
|
177
|
-
readonly "--font-weight-normal": "400";
|
|
178
|
-
readonly "--font-weight-medium": "500";
|
|
179
|
-
readonly "--font-weight-semibold": "600";
|
|
180
|
-
readonly "--font-weight-bold": "700";
|
|
181
|
-
readonly "--font-weight-extrabold": "800";
|
|
182
|
-
readonly "--font-weight-black": "900";
|
|
183
|
-
readonly "--line-height-none": "1";
|
|
184
|
-
readonly "--line-height-tight": "1.25";
|
|
185
|
-
readonly "--line-height-snug": "1.375";
|
|
186
|
-
readonly "--line-height-normal": "1.5";
|
|
187
|
-
readonly "--line-height-relaxed": "1.625";
|
|
188
|
-
readonly "--line-height-loose": "2";
|
|
189
|
-
readonly "--letter-spacing-tighter": "-0.05em";
|
|
190
|
-
readonly "--letter-spacing-tight": "-0.025em";
|
|
191
|
-
readonly "--letter-spacing-normal": "0em";
|
|
192
|
-
readonly "--letter-spacing-wide": "0.025em";
|
|
193
|
-
readonly "--letter-spacing-wider": "0.05em";
|
|
194
|
-
readonly "--letter-spacing-widest": "0.1em";
|
|
195
|
-
readonly "--primary-50": string;
|
|
196
|
-
readonly "--primary-100": string;
|
|
197
|
-
readonly "--primary-200": string;
|
|
198
|
-
readonly "--primary-300": string;
|
|
199
|
-
readonly "--primary-400": string;
|
|
200
|
-
readonly "--primary-500": string;
|
|
201
|
-
readonly "--primary-600": string;
|
|
202
|
-
readonly "--primary-700": string;
|
|
203
|
-
readonly "--primary-800": string;
|
|
204
|
-
readonly "--primary-900": string;
|
|
205
|
-
readonly "--primary-950": string;
|
|
206
|
-
readonly "--accent-50": string;
|
|
207
|
-
readonly "--accent-100": string;
|
|
208
|
-
readonly "--accent-200": string;
|
|
209
|
-
readonly "--accent-300": string;
|
|
210
|
-
readonly "--accent-400": string;
|
|
211
|
-
readonly "--accent-500": string;
|
|
212
|
-
readonly "--accent-600": string;
|
|
213
|
-
readonly "--accent-700": string;
|
|
214
|
-
readonly "--accent-800": string;
|
|
215
|
-
readonly "--accent-900": string;
|
|
216
|
-
readonly "--accent-950": string;
|
|
217
|
-
readonly "--secondary-50": string;
|
|
218
|
-
readonly "--secondary-100": string;
|
|
219
|
-
readonly "--secondary-200": string;
|
|
220
|
-
readonly "--secondary-300": string;
|
|
221
|
-
readonly "--secondary-400": string;
|
|
222
|
-
readonly "--secondary-500": string;
|
|
223
|
-
readonly "--secondary-600": string;
|
|
224
|
-
readonly "--secondary-700": string;
|
|
225
|
-
readonly "--secondary-800": string;
|
|
226
|
-
readonly "--secondary-900": string;
|
|
227
|
-
readonly "--secondary-950": string;
|
|
228
|
-
};
|
|
229
|
-
/**
|
|
230
|
-
* Generate CSS string from CSS variables
|
|
231
|
-
* Converts CSS variables object to CSS :root block
|
|
232
|
-
*/
|
|
233
|
-
export declare function generateCSSVariablesCSS(variables: Record<string, string>): string;
|
|
234
|
-
/**
|
|
235
|
-
* All CSS Variables as CSS string
|
|
236
|
-
* Ready for injection into CSS files
|
|
237
|
-
*/
|
|
238
|
-
export declare const allCSSVariablesCSS: string;
|
|
239
|
-
/**
|
|
240
|
-
* Token System Summary
|
|
241
|
-
* Lists all token systems and their variable counts
|
|
242
|
-
*/
|
|
243
|
-
export declare const tokenSystemSummary: {
|
|
244
|
-
readonly colors: number;
|
|
245
|
-
readonly typography: number;
|
|
246
|
-
readonly spacing: number;
|
|
247
|
-
readonly shadows: number;
|
|
248
|
-
readonly radius: number;
|
|
249
|
-
readonly motion: number;
|
|
250
|
-
readonly total: number;
|
|
251
|
-
};
|
|
@@ -1,342 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Motion System V2 Tokens
|
|
3
|
-
*
|
|
4
|
-
* Unified, token-driven motion system for Tenerife UI.
|
|
5
|
-
* CSS-only animations with gesture support, directional transitions,
|
|
6
|
-
* compound animations, and reduced-motion accessibility.
|
|
7
|
-
*
|
|
8
|
-
* All values are CSS-compatible and mapped through CSS variables.
|
|
9
|
-
* No framer-motion dependency - pure CSS animations.
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Motion V2 Duration Presets
|
|
13
|
-
* Optimized for smooth CSS transitions
|
|
14
|
-
*/
|
|
15
|
-
export declare const motionV2Durations: {
|
|
16
|
-
readonly fast: "150ms";
|
|
17
|
-
readonly normal: "250ms";
|
|
18
|
-
readonly slow: "350ms";
|
|
19
|
-
readonly reduced: "0ms";
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Motion V2 Easing Presets
|
|
23
|
-
* Advanced cubic-bezier curves for natural motion
|
|
24
|
-
*/
|
|
25
|
-
export declare const motionV2Easings: {
|
|
26
|
-
readonly soft: "cubic-bezier(0.22, 1, 0.36, 1)";
|
|
27
|
-
readonly standard: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
28
|
-
readonly emphasized: "cubic-bezier(0.2, 0, 0, 1)";
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Motion V2 Transition Presets
|
|
32
|
-
* Pre-configured transitions combining duration and easing
|
|
33
|
-
*/
|
|
34
|
-
export declare const motionV2Transitions: {
|
|
35
|
-
readonly fast: "150ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
36
|
-
readonly normal: "250ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
37
|
-
readonly slow: "350ms cubic-bezier(0.2, 0, 0, 1)";
|
|
38
|
-
readonly soft: "250ms cubic-bezier(0.22, 1, 0.36, 1)";
|
|
39
|
-
readonly reduced: "0ms linear";
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Motion V2 Fade Animations
|
|
43
|
-
* Opacity-based transitions
|
|
44
|
-
*/
|
|
45
|
-
export declare const motionV2Fade: {
|
|
46
|
-
readonly in: {
|
|
47
|
-
readonly from: {
|
|
48
|
-
readonly opacity: 0;
|
|
49
|
-
};
|
|
50
|
-
readonly to: {
|
|
51
|
-
readonly opacity: 1;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
readonly out: {
|
|
55
|
-
readonly from: {
|
|
56
|
-
readonly opacity: 1;
|
|
57
|
-
};
|
|
58
|
-
readonly to: {
|
|
59
|
-
readonly opacity: 0;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* Motion V2 Scale Animations
|
|
65
|
-
* Transform scale-based transitions
|
|
66
|
-
*/
|
|
67
|
-
export declare const motionV2Scale: {
|
|
68
|
-
readonly in: {
|
|
69
|
-
readonly from: {
|
|
70
|
-
readonly transform: "scale(0.95)";
|
|
71
|
-
readonly opacity: 0;
|
|
72
|
-
};
|
|
73
|
-
readonly to: {
|
|
74
|
-
readonly transform: "scale(1)";
|
|
75
|
-
readonly opacity: 1;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
readonly out: {
|
|
79
|
-
readonly from: {
|
|
80
|
-
readonly transform: "scale(1)";
|
|
81
|
-
readonly opacity: 1;
|
|
82
|
-
};
|
|
83
|
-
readonly to: {
|
|
84
|
-
readonly transform: "scale(0.95)";
|
|
85
|
-
readonly opacity: 0;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Motion V2 Slide Animations
|
|
91
|
-
* Directional slide transitions
|
|
92
|
-
*/
|
|
93
|
-
export declare const motionV2Slide: {
|
|
94
|
-
readonly up: {
|
|
95
|
-
readonly in: {
|
|
96
|
-
readonly from: {
|
|
97
|
-
readonly transform: "translateY(100%)";
|
|
98
|
-
readonly opacity: 0;
|
|
99
|
-
};
|
|
100
|
-
readonly to: {
|
|
101
|
-
readonly transform: "translateY(0)";
|
|
102
|
-
readonly opacity: 1;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
readonly out: {
|
|
106
|
-
readonly from: {
|
|
107
|
-
readonly transform: "translateY(0)";
|
|
108
|
-
readonly opacity: 1;
|
|
109
|
-
};
|
|
110
|
-
readonly to: {
|
|
111
|
-
readonly transform: "translateY(100%)";
|
|
112
|
-
readonly opacity: 0;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
readonly down: {
|
|
117
|
-
readonly in: {
|
|
118
|
-
readonly from: {
|
|
119
|
-
readonly transform: "translateY(-100%)";
|
|
120
|
-
readonly opacity: 0;
|
|
121
|
-
};
|
|
122
|
-
readonly to: {
|
|
123
|
-
readonly transform: "translateY(0)";
|
|
124
|
-
readonly opacity: 1;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
readonly out: {
|
|
128
|
-
readonly from: {
|
|
129
|
-
readonly transform: "translateY(0)";
|
|
130
|
-
readonly opacity: 1;
|
|
131
|
-
};
|
|
132
|
-
readonly to: {
|
|
133
|
-
readonly transform: "translateY(-100%)";
|
|
134
|
-
readonly opacity: 0;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
readonly left: {
|
|
139
|
-
readonly in: {
|
|
140
|
-
readonly from: {
|
|
141
|
-
readonly transform: "translateX(100%)";
|
|
142
|
-
readonly opacity: 0;
|
|
143
|
-
};
|
|
144
|
-
readonly to: {
|
|
145
|
-
readonly transform: "translateX(0)";
|
|
146
|
-
readonly opacity: 1;
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
|
-
readonly out: {
|
|
150
|
-
readonly from: {
|
|
151
|
-
readonly transform: "translateX(0)";
|
|
152
|
-
readonly opacity: 1;
|
|
153
|
-
};
|
|
154
|
-
readonly to: {
|
|
155
|
-
readonly transform: "translateX(100%)";
|
|
156
|
-
readonly opacity: 0;
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
};
|
|
160
|
-
readonly right: {
|
|
161
|
-
readonly in: {
|
|
162
|
-
readonly from: {
|
|
163
|
-
readonly transform: "translateX(-100%)";
|
|
164
|
-
readonly opacity: 0;
|
|
165
|
-
};
|
|
166
|
-
readonly to: {
|
|
167
|
-
readonly transform: "translateX(0)";
|
|
168
|
-
readonly opacity: 1;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
readonly out: {
|
|
172
|
-
readonly from: {
|
|
173
|
-
readonly transform: "translateX(0)";
|
|
174
|
-
readonly opacity: 1;
|
|
175
|
-
};
|
|
176
|
-
readonly to: {
|
|
177
|
-
readonly transform: "translateX(-100%)";
|
|
178
|
-
readonly opacity: 0;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
/**
|
|
184
|
-
* Motion V2 Compound Animations
|
|
185
|
-
* Combined fade + scale, fade + slide transitions
|
|
186
|
-
*/
|
|
187
|
-
export declare const motionV2Combined: {
|
|
188
|
-
readonly fadeScale: {
|
|
189
|
-
readonly in: {
|
|
190
|
-
readonly from: {
|
|
191
|
-
readonly transform: "scale(0.95)";
|
|
192
|
-
readonly opacity: 0;
|
|
193
|
-
};
|
|
194
|
-
readonly to: {
|
|
195
|
-
readonly transform: "scale(1)";
|
|
196
|
-
readonly opacity: 1;
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
readonly out: {
|
|
200
|
-
readonly from: {
|
|
201
|
-
readonly transform: "scale(1)";
|
|
202
|
-
readonly opacity: 1;
|
|
203
|
-
};
|
|
204
|
-
readonly to: {
|
|
205
|
-
readonly transform: "scale(0.95)";
|
|
206
|
-
readonly opacity: 0;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
readonly fadeSlideUp: {
|
|
211
|
-
readonly in: {
|
|
212
|
-
readonly from: {
|
|
213
|
-
readonly transform: "translateY(100%)";
|
|
214
|
-
readonly opacity: 0;
|
|
215
|
-
};
|
|
216
|
-
readonly to: {
|
|
217
|
-
readonly transform: "translateY(0)";
|
|
218
|
-
readonly opacity: 1;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
readonly out: {
|
|
222
|
-
readonly from: {
|
|
223
|
-
readonly transform: "translateY(0)";
|
|
224
|
-
readonly opacity: 1;
|
|
225
|
-
};
|
|
226
|
-
readonly to: {
|
|
227
|
-
readonly transform: "translateY(100%)";
|
|
228
|
-
readonly opacity: 0;
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
readonly fadeSlideDown: {
|
|
233
|
-
readonly in: {
|
|
234
|
-
readonly from: {
|
|
235
|
-
readonly transform: "translateY(-100%)";
|
|
236
|
-
readonly opacity: 0;
|
|
237
|
-
};
|
|
238
|
-
readonly to: {
|
|
239
|
-
readonly transform: "translateY(0)";
|
|
240
|
-
readonly opacity: 1;
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
|
-
readonly out: {
|
|
244
|
-
readonly from: {
|
|
245
|
-
readonly transform: "translateY(0)";
|
|
246
|
-
readonly opacity: 1;
|
|
247
|
-
};
|
|
248
|
-
readonly to: {
|
|
249
|
-
readonly transform: "translateY(-100%)";
|
|
250
|
-
readonly opacity: 0;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
readonly fadeSlideLeft: {
|
|
255
|
-
readonly in: {
|
|
256
|
-
readonly from: {
|
|
257
|
-
readonly transform: "translateX(100%)";
|
|
258
|
-
readonly opacity: 0;
|
|
259
|
-
};
|
|
260
|
-
readonly to: {
|
|
261
|
-
readonly transform: "translateX(0)";
|
|
262
|
-
readonly opacity: 1;
|
|
263
|
-
};
|
|
264
|
-
};
|
|
265
|
-
readonly out: {
|
|
266
|
-
readonly from: {
|
|
267
|
-
readonly transform: "translateX(0)";
|
|
268
|
-
readonly opacity: 1;
|
|
269
|
-
};
|
|
270
|
-
readonly to: {
|
|
271
|
-
readonly transform: "translateX(100%)";
|
|
272
|
-
readonly opacity: 0;
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
readonly fadeSlideRight: {
|
|
277
|
-
readonly in: {
|
|
278
|
-
readonly from: {
|
|
279
|
-
readonly transform: "translateX(-100%)";
|
|
280
|
-
readonly opacity: 0;
|
|
281
|
-
};
|
|
282
|
-
readonly to: {
|
|
283
|
-
readonly transform: "translateX(0)";
|
|
284
|
-
readonly opacity: 1;
|
|
285
|
-
};
|
|
286
|
-
};
|
|
287
|
-
readonly out: {
|
|
288
|
-
readonly from: {
|
|
289
|
-
readonly transform: "translateX(0)";
|
|
290
|
-
readonly opacity: 1;
|
|
291
|
-
};
|
|
292
|
-
readonly to: {
|
|
293
|
-
readonly transform: "translateX(-100%)";
|
|
294
|
-
readonly opacity: 0;
|
|
295
|
-
};
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
};
|
|
299
|
-
/**
|
|
300
|
-
* Motion V2 CSS Variables
|
|
301
|
-
* CSS custom properties for runtime theming
|
|
302
|
-
*/
|
|
303
|
-
export declare const motionV2CSSVariables: {
|
|
304
|
-
readonly "--motion-duration-fast": "150ms";
|
|
305
|
-
readonly "--motion-duration-normal": "250ms";
|
|
306
|
-
readonly "--motion-duration-slow": "350ms";
|
|
307
|
-
readonly "--motion-duration-reduced": "0ms";
|
|
308
|
-
readonly "--motion-easing-soft": "cubic-bezier(0.22, 1, 0.36, 1)";
|
|
309
|
-
readonly "--motion-easing-standard": "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
310
|
-
readonly "--motion-easing-emphasized": "cubic-bezier(0.2, 0, 0, 1)";
|
|
311
|
-
readonly "--motion-transition-fast": "150ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
312
|
-
readonly "--motion-transition-normal": "250ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
313
|
-
readonly "--motion-transition-slow": "350ms cubic-bezier(0.2, 0, 0, 1)";
|
|
314
|
-
readonly "--motion-transition-soft": "250ms cubic-bezier(0.22, 1, 0.36, 1)";
|
|
315
|
-
readonly "--motion-transition-reduced": "0ms linear";
|
|
316
|
-
};
|
|
317
|
-
/**
|
|
318
|
-
* Motion V2 Tailwind Config
|
|
319
|
-
* Maps to Tailwind theme for utility classes
|
|
320
|
-
*/
|
|
321
|
-
export declare const motionV2TailwindConfig: {
|
|
322
|
-
readonly transitionDuration: {
|
|
323
|
-
readonly fast: "150ms";
|
|
324
|
-
readonly normal: "250ms";
|
|
325
|
-
readonly slow: "350ms";
|
|
326
|
-
readonly reduced: "0ms";
|
|
327
|
-
};
|
|
328
|
-
readonly transitionTimingFunction: {
|
|
329
|
-
readonly soft: "cubic-bezier(0.22, 1, 0.36, 1)";
|
|
330
|
-
readonly standard: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
331
|
-
readonly emphasized: "cubic-bezier(0.2, 0, 0, 1)";
|
|
332
|
-
};
|
|
333
|
-
readonly keyframes: Record<string, Record<string, Record<string, string | number>>>;
|
|
334
|
-
};
|
|
335
|
-
/**
|
|
336
|
-
* Type Exports
|
|
337
|
-
*/
|
|
338
|
-
export type MotionV2Duration = keyof typeof motionV2Durations;
|
|
339
|
-
export type MotionV2Easing = keyof typeof motionV2Easings;
|
|
340
|
-
export type MotionV2Transition = keyof typeof motionV2Transitions;
|
|
341
|
-
export type MotionV2SlideDirection = keyof typeof motionV2Slide;
|
|
342
|
-
export type MotionV2CombinedType = keyof typeof motionV2Combined;
|