@tenerife.music/ui 1.0.2 → 1.0.4
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/animation/presets.d.ts +6 -8
- package/dist/animation/presets.d.ts.map +1 -1
- package/dist/animation/tas.d.ts +2 -57
- package/dist/animation/tas.d.ts.map +1 -1
- package/dist/animation/types.d.ts +9 -47
- package/dist/animation/types.d.ts.map +1 -1
- package/dist/animation/useInView.d.ts +37 -0
- package/dist/animation/useInView.d.ts.map +1 -0
- package/dist/animation/utils.d.ts.map +1 -1
- package/dist/components/SectionBuilder.d.ts.map +1 -1
- package/dist/components/admin/Dashboard.d.ts.map +1 -1
- package/dist/components/admin/UserManagement.d.ts.map +1 -1
- package/dist/components/auth/LoginForm.d.ts.map +1 -1
- package/dist/components/auth/ProfileCard.d.ts.map +1 -1
- package/dist/components/auth/RegisterForm.d.ts.map +1 -1
- package/dist/components/cards/ArtistCard/ArtistCard.d.ts +23 -0
- package/dist/components/cards/ArtistCard/ArtistCard.d.ts.map +1 -0
- package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +47 -0
- package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts.map +1 -0
- package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +84 -0
- package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts.map +1 -0
- package/dist/components/cards/ArtistCard/index.d.ts +9 -0
- package/dist/components/cards/ArtistCard/index.d.ts.map +1 -0
- package/dist/components/cards/CardBase/CardBase.d.ts +46 -0
- package/dist/components/cards/CardBase/CardBase.d.ts.map +1 -0
- package/dist/components/cards/CardBase/CardBase.types.d.ts +71 -0
- package/dist/components/cards/CardBase/CardBase.types.d.ts.map +1 -0
- package/dist/components/cards/CardBase/CardBase.variants.d.ts +39 -0
- package/dist/components/cards/CardBase/CardBase.variants.d.ts.map +1 -0
- package/dist/components/cards/CardBase/index.d.ts +9 -0
- package/dist/components/cards/CardBase/index.d.ts.map +1 -0
- package/dist/components/cards/CategoryCard/CategoryCard.d.ts +19 -0
- package/dist/components/cards/CategoryCard/CategoryCard.d.ts.map +1 -0
- package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +39 -0
- package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts.map +1 -0
- package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +22 -0
- package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts.map +1 -0
- package/dist/components/cards/CategoryCard/index.d.ts +8 -0
- package/dist/components/cards/CategoryCard/index.d.ts.map +1 -0
- package/dist/components/cards/EventCard/EventCard.d.ts +20 -0
- package/dist/components/cards/EventCard/EventCard.d.ts.map +1 -0
- package/dist/components/cards/{EventCard.d.ts → EventCard/EventCard.types.d.ts} +14 -4
- package/dist/components/cards/EventCard/EventCard.types.d.ts.map +1 -0
- package/dist/components/cards/EventCard/EventCard.variants.d.ts +71 -0
- package/dist/components/cards/EventCard/EventCard.variants.d.ts.map +1 -0
- package/dist/components/cards/EventCard/index.d.ts +8 -0
- package/dist/components/cards/EventCard/index.d.ts.map +1 -0
- package/dist/components/cards/PromoCard/PromoCard.d.ts +21 -0
- package/dist/components/cards/PromoCard/PromoCard.d.ts.map +1 -0
- package/dist/components/cards/PromoCard/PromoCard.types.d.ts +43 -0
- package/dist/components/cards/PromoCard/PromoCard.types.d.ts.map +1 -0
- package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +36 -0
- package/dist/components/cards/PromoCard/PromoCard.variants.d.ts.map +1 -0
- package/dist/components/cards/PromoCard/index.d.ts +8 -0
- package/dist/components/cards/PromoCard/index.d.ts.map +1 -0
- package/dist/components/cards/TicketCard/TicketCard.d.ts +20 -0
- package/dist/components/cards/TicketCard/TicketCard.d.ts.map +1 -0
- package/dist/components/cards/TicketCard/TicketCard.types.d.ts +56 -0
- package/dist/components/cards/TicketCard/TicketCard.types.d.ts.map +1 -0
- package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +72 -0
- package/dist/components/cards/TicketCard/TicketCard.variants.d.ts.map +1 -0
- package/dist/components/cards/TicketCard/index.d.ts +8 -0
- package/dist/components/cards/TicketCard/index.d.ts.map +1 -0
- package/dist/components/cards/VenueCard/VenueCard.d.ts +22 -0
- package/dist/components/cards/VenueCard/VenueCard.d.ts.map +1 -0
- package/dist/components/cards/{VenueCard.d.ts → VenueCard/VenueCard.types.d.ts} +16 -7
- package/dist/components/cards/VenueCard/VenueCard.types.d.ts.map +1 -0
- package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +61 -0
- package/dist/components/cards/VenueCard/VenueCard.variants.d.ts.map +1 -0
- package/dist/components/cards/VenueCard/index.d.ts +9 -0
- package/dist/components/cards/VenueCard/index.d.ts.map +1 -0
- package/dist/components/cards/index.d.ts +20 -0
- package/dist/components/cards/index.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +23 -0
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.types.d.ts +69 -0
- package/dist/components/checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox-variants.d.ts +14 -0
- package/dist/components/checkbox/checkbox-variants.d.ts.map +1 -0
- package/dist/components/checkbox/index.d.ts +4 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/containers/Card.d.ts +76 -0
- package/dist/components/containers/Card.d.ts.map +1 -0
- package/dist/components/containers/Section.d.ts +32 -0
- package/dist/components/containers/Section.d.ts.map +1 -0
- package/dist/components/containers/Surface.d.ts +29 -0
- package/dist/components/containers/Surface.d.ts.map +1 -0
- package/dist/components/containers/index.d.ts +10 -0
- package/dist/components/containers/index.d.ts.map +1 -0
- package/dist/components/data/Timeline.d.ts.map +1 -1
- package/dist/components/data/data-list/DataList.d.ts +30 -0
- package/dist/components/data/data-list/DataList.d.ts.map +1 -0
- package/dist/components/data/data-list/DataList.types.d.ts +44 -0
- package/dist/components/data/data-list/DataList.types.d.ts.map +1 -0
- package/dist/components/data/data-list/DataListItem.d.ts +21 -0
- package/dist/components/data/data-list/DataListItem.d.ts.map +1 -0
- package/dist/components/data/data-list/DataListLabel.d.ts +20 -0
- package/dist/components/data/data-list/DataListLabel.d.ts.map +1 -0
- package/dist/components/data/data-list/DataListValue.d.ts +19 -0
- package/dist/components/data/data-list/DataListValue.d.ts.map +1 -0
- package/dist/components/data/data-list/index.d.ts +11 -0
- package/dist/components/data/data-list/index.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyState.d.ts +32 -0
- package/dist/components/data/empty-state/EmptyState.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyState.types.d.ts +52 -0
- package/dist/components/data/empty-state/EmptyState.types.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyStateAction.d.ts +18 -0
- package/dist/components/data/empty-state/EmptyStateAction.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyStateDescription.d.ts +18 -0
- package/dist/components/data/empty-state/EmptyStateDescription.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyStateIcon.d.ts +23 -0
- package/dist/components/data/empty-state/EmptyStateIcon.d.ts.map +1 -0
- package/dist/components/data/empty-state/EmptyStateTitle.d.ts +18 -0
- package/dist/components/data/empty-state/EmptyStateTitle.d.ts.map +1 -0
- package/dist/components/data/empty-state/index.d.ts +11 -0
- package/dist/components/data/empty-state/index.d.ts.map +1 -0
- package/dist/components/data/index.d.ts +10 -0
- package/dist/components/data/index.d.ts.map +1 -0
- package/dist/components/data/skeleton/Skeleton.d.ts +25 -0
- package/dist/components/data/skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/data/skeleton/Skeleton.types.d.ts +13 -0
- package/dist/components/data/skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/components/data/skeleton/index.d.ts +7 -0
- package/dist/components/data/skeleton/index.d.ts.map +1 -0
- package/dist/components/data/table/Table.d.ts +34 -0
- package/dist/components/data/table/Table.d.ts.map +1 -0
- package/dist/components/data/table/Table.types.d.ts +265 -0
- package/dist/components/data/table/Table.types.d.ts.map +1 -0
- package/dist/components/data/table/TableBody.d.ts +14 -0
- package/dist/components/data/table/TableBody.d.ts.map +1 -0
- package/dist/components/data/table/TableCell.d.ts +14 -0
- package/dist/components/data/table/TableCell.d.ts.map +1 -0
- package/dist/components/data/table/TableEmpty.d.ts +14 -0
- package/dist/components/data/table/TableEmpty.d.ts.map +1 -0
- package/dist/components/data/table/TableExpandableContent.d.ts +15 -0
- package/dist/components/data/table/TableExpandableContent.d.ts.map +1 -0
- package/dist/components/data/table/TableHead.d.ts +14 -0
- package/dist/components/data/table/TableHead.d.ts.map +1 -0
- package/dist/components/data/table/TableHeader.d.ts +14 -0
- package/dist/components/data/table/TableHeader.d.ts.map +1 -0
- package/dist/components/data/table/TableLoadingState.d.ts +14 -0
- package/dist/components/data/table/TableLoadingState.d.ts.map +1 -0
- package/dist/components/data/table/TableRow.d.ts +14 -0
- package/dist/components/data/table/TableRow.d.ts.map +1 -0
- package/dist/components/data/table/TableSortIcon.d.ts +15 -0
- package/dist/components/data/table/TableSortIcon.d.ts.map +1 -0
- package/dist/components/data/table/index.d.ts +18 -0
- package/dist/components/data/table/index.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.d.ts +42 -0
- package/dist/components/drawer/Drawer.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.types.d.ts +76 -0
- package/dist/components/drawer/Drawer.types.d.ts.map +1 -0
- package/dist/components/drawer/drawer-variants.d.ts +18 -0
- package/dist/components/drawer/drawer-variants.d.ts.map +1 -0
- package/dist/components/drawer/index.d.ts +9 -0
- package/dist/components/drawer/index.d.ts.map +1 -0
- package/dist/components/dropdown/Dropdown.d.ts +39 -0
- package/dist/components/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/Dropdown.types.d.ts +83 -0
- package/dist/components/dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown-variants.d.ts +34 -0
- package/dist/components/dropdown/dropdown-variants.d.ts.map +1 -0
- package/dist/components/feedback/Skeleton.d.ts.map +1 -1
- package/dist/components/filters/SearchInput.d.ts +1 -1
- package/dist/components/filters/SearchInput.d.ts.map +1 -1
- package/dist/components/icon/Icon.d.ts +33 -0
- package/dist/components/icon/Icon.d.ts.map +1 -0
- package/dist/components/icon/Icon.types.d.ts +8 -0
- package/dist/components/icon/Icon.types.d.ts.map +1 -0
- package/dist/components/icon/index.d.ts +5 -0
- package/dist/components/icon/index.d.ts.map +1 -0
- package/dist/components/input/Input.d.ts +21 -0
- package/dist/components/input/Input.d.ts.map +1 -0
- package/dist/components/input/Input.types.d.ts +39 -0
- package/dist/components/input/Input.types.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +4 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/input-variants.d.ts +15 -0
- package/dist/components/input/input-variants.d.ts.map +1 -0
- package/dist/components/input/legacy/input.d.ts +12 -0
- package/dist/components/input/legacy/input.d.ts.map +1 -0
- package/dist/components/layout/Box.d.ts +40 -10
- package/dist/components/layout/Box.d.ts.map +1 -1
- package/dist/components/layout/Column.d.ts +7 -0
- package/dist/components/layout/Column.d.ts.map +1 -0
- package/dist/components/layout/Container.d.ts +1 -1
- package/dist/components/layout/Flex.d.ts +29 -13
- package/dist/components/layout/Flex.d.ts.map +1 -1
- package/dist/components/layout/Grid.d.ts +34 -25
- package/dist/components/layout/Grid.d.ts.map +1 -1
- package/dist/components/layout/ModeHero.d.ts.map +1 -1
- package/dist/components/layout/Row.d.ts +29 -0
- package/dist/components/layout/Row.d.ts.map +1 -0
- package/dist/components/layout/Stack.d.ts +24 -14
- package/dist/components/layout/Stack.d.ts.map +1 -1
- package/dist/components/layout/Surface.d.ts +22 -0
- package/dist/components/layout/Surface.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts +10 -4
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/components/layout/layout.types.d.ts +16 -0
- package/dist/components/layout/layout.types.d.ts.map +1 -1
- package/dist/components/menus/context-menu/ContextMenuContent.d.ts +23 -0
- package/dist/components/menus/context-menu/ContextMenuContent.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +15 -0
- package/dist/components/menus/context-menu/ContextMenuGroup.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuItem.d.ts +15 -0
- package/dist/components/menus/context-menu/ContextMenuItem.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +15 -0
- package/dist/components/menus/context-menu/ContextMenuLabel.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +48 -0
- package/dist/components/menus/context-menu/ContextMenuRoot.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +15 -0
- package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts.map +1 -0
- package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +17 -0
- package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts.map +1 -0
- package/dist/components/menus/context-menu/index.d.ts +13 -0
- package/dist/components/menus/context-menu/index.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +19 -0
- package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +16 -0
- package/dist/components/menus/dropdown/DropdownMenuContent.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +13 -0
- package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +31 -0
- package/dist/components/menus/dropdown/DropdownMenuItem.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +18 -0
- package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +25 -0
- package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +19 -0
- package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +34 -0
- package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +14 -0
- package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +11 -0
- package/dist/components/menus/dropdown/DropdownMenuSub.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +14 -0
- package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +14 -0
- package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts.map +1 -0
- package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +15 -0
- package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts.map +1 -0
- package/dist/components/menus/dropdown/index.d.ts +19 -0
- package/dist/components/menus/dropdown/index.d.ts.map +1 -0
- package/dist/components/menus/hover-card/HoverCardContent.d.ts +15 -0
- package/dist/components/menus/hover-card/HoverCardContent.d.ts.map +1 -0
- package/dist/components/menus/hover-card/HoverCardRoot.d.ts +21 -0
- package/dist/components/menus/hover-card/HoverCardRoot.d.ts.map +1 -0
- package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +14 -0
- package/dist/components/menus/hover-card/HoverCardTrigger.d.ts.map +1 -0
- package/dist/components/menus/hover-card/index.d.ts +9 -0
- package/dist/components/menus/hover-card/index.d.ts.map +1 -0
- package/dist/components/menus/index.d.ts +10 -0
- package/dist/components/menus/index.d.ts.map +1 -0
- package/dist/components/menus/popover/PopoverArrow.d.ts +18 -0
- package/dist/components/menus/popover/PopoverArrow.d.ts.map +1 -0
- package/dist/components/menus/popover/PopoverContent.d.ts +25 -0
- package/dist/components/menus/popover/PopoverContent.d.ts.map +1 -0
- package/dist/components/menus/popover/PopoverRoot.d.ts +44 -0
- package/dist/components/menus/popover/PopoverRoot.d.ts.map +1 -0
- package/dist/components/menus/popover/PopoverTrigger.d.ts +18 -0
- package/dist/components/menus/popover/PopoverTrigger.d.ts.map +1 -0
- package/dist/components/menus/popover/index.d.ts +10 -0
- package/dist/components/menus/popover/index.d.ts.map +1 -0
- package/dist/components/modal/Modal.d.ts +71 -0
- package/dist/components/modal/Modal.d.ts.map +1 -0
- package/dist/components/modal/modal-variants.d.ts +27 -0
- package/dist/components/modal/modal-variants.d.ts.map +1 -0
- package/dist/components/modals/ConfirmDialog.d.ts +3 -2
- package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/modals/Modal.d.ts.map +1 -1
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +53 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/index.d.ts +6 -0
- package/dist/components/navigation/breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/navigation/index.d.ts +11 -0
- package/dist/components/navigation/index.d.ts.map +1 -0
- package/dist/components/navigation/pagination/Pagination.d.ts +61 -0
- package/dist/components/navigation/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/navigation/pagination/index.d.ts +6 -0
- package/dist/components/navigation/pagination/index.d.ts.map +1 -0
- package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +44 -0
- package/dist/components/navigation/segmented-control/SegmentedControl.d.ts.map +1 -0
- package/dist/components/navigation/segmented-control/index.d.ts +6 -0
- package/dist/components/navigation/segmented-control/index.d.ts.map +1 -0
- package/dist/components/navigation/stepper/Stepper.d.ts +130 -0
- package/dist/components/navigation/stepper/Stepper.d.ts.map +1 -0
- package/dist/components/navigation/stepper/index.d.ts +6 -0
- package/dist/components/navigation/stepper/index.d.ts.map +1 -0
- package/dist/components/navigation/tabs/Tabs.d.ts +74 -0
- package/dist/components/navigation/tabs/Tabs.d.ts.map +1 -0
- package/dist/components/navigation/tabs/index.d.ts +6 -0
- package/dist/components/navigation/tabs/index.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +22 -0
- package/dist/components/notifications/NotificationCenter.DismissAll.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +24 -0
- package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.Item.d.ts +25 -0
- package/dist/components/notifications/NotificationCenter.Item.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.List.d.ts +23 -0
- package/dist/components/notifications/NotificationCenter.List.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.Panel.d.ts +33 -0
- package/dist/components/notifications/NotificationCenter.Panel.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.Provider.d.ts +32 -0
- package/dist/components/notifications/NotificationCenter.Provider.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.Trigger.d.ts +16 -0
- package/dist/components/notifications/NotificationCenter.Trigger.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.d.ts +28 -0
- package/dist/components/notifications/NotificationCenter.d.ts.map +1 -0
- package/dist/components/notifications/NotificationCenter.types.d.ts +90 -0
- package/dist/components/notifications/NotificationCenter.types.d.ts.map +1 -0
- package/dist/components/notifications/index.d.ts +24 -0
- package/dist/components/notifications/index.d.ts.map +1 -0
- package/dist/components/notifications/useNotificationCenter.d.ts +48 -0
- package/dist/components/notifications/useNotificationCenter.d.ts.map +1 -0
- package/dist/components/overlays/Backdrop.d.ts +25 -0
- package/dist/components/overlays/Backdrop.d.ts.map +1 -0
- package/dist/components/overlays/Dialog.d.ts +67 -0
- package/dist/components/overlays/Dialog.d.ts.map +1 -0
- package/dist/components/overlays/Modal.d.ts +61 -0
- package/dist/components/overlays/Modal.d.ts.map +1 -0
- package/dist/components/overlays/Popover.d.ts +2 -2
- package/dist/components/overlays/Popover.d.ts.map +1 -1
- package/dist/components/overlays/Portal.d.ts +30 -0
- package/dist/components/overlays/Portal.d.ts.map +1 -0
- package/dist/components/overlays/Toast.d.ts +37 -0
- package/dist/components/overlays/Toast.d.ts.map +1 -0
- package/dist/components/overlays/ToastProvider.d.ts +59 -0
- package/dist/components/overlays/ToastProvider.d.ts.map +1 -0
- package/dist/components/overlays/ToastViewport.d.ts +28 -0
- package/dist/components/overlays/ToastViewport.d.ts.map +1 -0
- package/dist/components/overlays/Tooltip.d.ts +2 -2
- package/dist/components/overlays/Tooltip.d.ts.map +1 -1
- package/dist/components/overlays/index.d.ts +14 -0
- package/dist/components/overlays/index.d.ts.map +1 -0
- package/dist/components/overlays/utils/FocusLock.d.ts +31 -0
- package/dist/components/overlays/utils/FocusLock.d.ts.map +1 -0
- package/dist/components/overlays/utils/ScrollLock.d.ts +12 -0
- package/dist/components/overlays/utils/ScrollLock.d.ts.map +1 -0
- package/dist/components/overlays/utils/positioning.d.ts +69 -0
- package/dist/components/overlays/utils/positioning.d.ts.map +1 -0
- package/dist/components/primitives/Badge.d.ts +1 -1
- package/dist/components/primitives/Divider.d.ts.map +1 -1
- package/dist/components/primitives/Input.d.ts +2 -2
- package/dist/components/primitives/Input.d.ts.map +1 -1
- package/dist/components/primitives/Link.d.ts +1 -1
- package/dist/components/primitives/ThemeSwitch.d.ts +3 -2
- package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
- package/dist/components/radio/Radio.d.ts +24 -0
- package/dist/components/radio/Radio.d.ts.map +1 -0
- package/dist/components/radio/Radio.types.d.ts +64 -0
- package/dist/components/radio/Radio.types.d.ts.map +1 -0
- package/dist/components/radio/RadioGroup.d.ts +21 -0
- package/dist/components/radio/RadioGroup.d.ts.map +1 -0
- package/dist/components/radio/RadioGroup.types.d.ts +62 -0
- package/dist/components/radio/RadioGroup.types.d.ts.map +1 -0
- package/dist/components/radio/index.d.ts +6 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/radio-variants.d.ts +14 -0
- package/dist/components/radio/radio-variants.d.ts.map +1 -0
- package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
- package/dist/components/sections/CTASection.d.ts.map +1 -1
- package/dist/components/sections/FeatureSection.d.ts.map +1 -1
- package/dist/components/sections/HeroSection.d.ts.map +1 -1
- package/dist/components/sections/TrendingSection.d.ts.map +1 -1
- package/dist/components/select/Select.d.ts +39 -0
- package/dist/components/select/Select.d.ts.map +1 -0
- package/dist/components/select/Select.types.d.ts +108 -0
- package/dist/components/select/Select.types.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +6 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/legacy/select.d.ts +12 -0
- package/dist/components/select/legacy/select.d.ts.map +1 -0
- package/dist/components/select/select-variants.d.ts +33 -0
- package/dist/components/select/select-variants.d.ts.map +1 -0
- package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -1
- package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -1
- package/dist/components/switch/Switch.d.ts +25 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/switch/Switch.types.d.ts +54 -0
- package/dist/components/switch/Switch.types.d.ts.map +1 -0
- package/dist/components/switch/index.d.ts +4 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/switch-variants.d.ts +35 -0
- package/dist/components/switch/switch-variants.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.d.ts +22 -0
- package/dist/components/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.types.d.ts +41 -0
- package/dist/components/textarea/Textarea.types.d.ts.map +1 -0
- package/dist/components/textarea/index.d.ts +4 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/textarea/legacy/textarea.d.ts +12 -0
- package/dist/components/textarea/legacy/textarea.d.ts.map +1 -0
- package/dist/components/textarea/textarea-variants.d.ts +15 -0
- package/dist/components/textarea/textarea-variants.d.ts.map +1 -0
- package/dist/components/toasts/Toast.d.ts +1 -1
- package/dist/components/toasts/Toast.d.ts.map +1 -1
- package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
- package/dist/components/ui/alert.d.ts +10 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/body.d.ts +13 -0
- package/dist/components/ui/body.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +2 -2
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/caption.d.ts +12 -0
- package/dist/components/ui/caption.d.ts.map +1 -0
- package/dist/components/ui/code.d.ts +12 -0
- package/dist/components/ui/code.d.ts.map +1 -0
- package/dist/components/ui/display.d.ts +13 -0
- package/dist/components/ui/display.d.ts.map +1 -0
- package/dist/components/ui/field.d.ts +46 -0
- package/dist/components/ui/field.d.ts.map +1 -0
- package/dist/components/ui/heading.d.ts +13 -0
- package/dist/components/ui/heading.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +9 -2
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/lead.d.ts +12 -0
- package/dist/components/ui/lead.d.ts.map +1 -0
- package/dist/components/ui/text.d.ts +19 -0
- package/dist/components/ui/text.d.ts.map +1 -0
- package/dist/hooks/use-toast.d.ts.map +1 -1
- package/dist/hooks/useDebounce.d.ts.map +1 -1
- package/dist/hooks/useModal.d.ts.map +1 -1
- package/dist/hooks/useToast.d.ts.map +1 -1
- package/dist/icons/IconArrowRight.d.ts +7 -0
- package/dist/icons/IconArrowRight.d.ts.map +1 -0
- package/dist/icons/IconCalendar.d.ts +7 -0
- package/dist/icons/IconCalendar.d.ts.map +1 -0
- package/dist/icons/IconCheck.d.ts +7 -0
- package/dist/icons/IconCheck.d.ts.map +1 -0
- package/dist/icons/IconChevronDown.d.ts +7 -0
- package/dist/icons/IconChevronDown.d.ts.map +1 -0
- package/dist/icons/IconChevronRight.d.ts +7 -0
- package/dist/icons/IconChevronRight.d.ts.map +1 -0
- package/dist/icons/IconClose.d.ts +7 -0
- package/dist/icons/IconClose.d.ts.map +1 -0
- package/dist/icons/IconError.d.ts +7 -0
- package/dist/icons/IconError.d.ts.map +1 -0
- package/dist/icons/IconInfo.d.ts +7 -0
- package/dist/icons/IconInfo.d.ts.map +1 -0
- package/dist/icons/IconLocation.d.ts +7 -0
- package/dist/icons/IconLocation.d.ts.map +1 -0
- package/dist/icons/IconMenu.d.ts +7 -0
- package/dist/icons/IconMenu.d.ts.map +1 -0
- package/dist/icons/IconSearch.d.ts +7 -0
- package/dist/icons/IconSearch.d.ts.map +1 -0
- package/dist/icons/IconSuccess.d.ts +7 -0
- package/dist/icons/IconSuccess.d.ts.map +1 -0
- package/dist/icons/IconWarning.d.ts +7 -0
- package/dist/icons/IconWarning.d.ts.map +1 -0
- package/dist/icons/icon.types.d.ts +26 -0
- package/dist/icons/icon.types.d.ts.map +1 -0
- package/dist/icons/index.d.ts +35 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +37 -75
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +7675 -5926
- package/dist/{motion-CuHacXY1.js → motion-CzQhSEqk.js} +122 -106
- package/dist/motion-DJx1TbXJ.cjs +2 -0
- package/dist/preset.cjs +1 -1
- package/dist/preset.d.ts.map +1 -1
- package/dist/preset.mjs +172 -53
- package/dist/styles.cjs +2 -0
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +1 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.mjs +1 -0
- package/dist/theme/ThemeProvider.d.ts +1 -1
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/applyMode.d.ts.map +1 -1
- package/dist/theme/colors.d.ts +6 -70
- package/dist/theme/colors.d.ts.map +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.mjs +1352 -224
- package/dist/theme/motion/gestures.d.ts +77 -0
- package/dist/theme/motion/gestures.d.ts.map +1 -0
- package/dist/theme/motion/useReducedMotion.d.ts +12 -0
- package/dist/theme/motion/useReducedMotion.d.ts.map +1 -0
- package/dist/themes/brand_engine.d.ts +7 -0
- package/dist/themes/brand_engine.d.ts.map +1 -1
- package/dist/tokens/colors.d.ts +14 -19
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/components/alert.d.ts +75 -0
- package/dist/tokens/components/alert.d.ts.map +1 -0
- package/dist/tokens/components/button.d.ts +131 -0
- package/dist/tokens/components/button.d.ts.map +1 -0
- package/dist/tokens/components/card.d.ts +92 -0
- package/dist/tokens/components/card.d.ts.map +1 -0
- package/dist/tokens/components/checkbox.d.ts +162 -0
- package/dist/tokens/components/checkbox.d.ts.map +1 -0
- package/dist/tokens/components/data.d.ts +228 -0
- package/dist/tokens/components/data.d.ts.map +1 -0
- package/dist/tokens/components/domain.d.ts +380 -0
- package/dist/tokens/components/domain.d.ts.map +1 -0
- package/dist/tokens/components/dropdown.d.ts +147 -0
- package/dist/tokens/components/dropdown.d.ts.map +1 -0
- package/dist/tokens/components/icon.d.ts +58 -0
- package/dist/tokens/components/icon.d.ts.map +1 -0
- package/dist/tokens/components/index.d.ts +32 -0
- package/dist/tokens/components/index.d.ts.map +1 -0
- package/dist/tokens/components/input.d.ts +285 -0
- package/dist/tokens/components/input.d.ts.map +1 -0
- package/dist/tokens/components/menu.d.ts +115 -0
- package/dist/tokens/components/menu.d.ts.map +1 -0
- package/dist/tokens/components/motion.d.ts +104 -0
- package/dist/tokens/components/motion.d.ts.map +1 -0
- package/dist/tokens/components/navigation.d.ts +182 -0
- package/dist/tokens/components/navigation.d.ts.map +1 -0
- package/dist/tokens/components/notifications.d.ts +160 -0
- package/dist/tokens/components/notifications.d.ts.map +1 -0
- package/dist/tokens/components/overlay.d.ts +228 -0
- package/dist/tokens/components/overlay.d.ts.map +1 -0
- package/dist/tokens/components/popover.d.ts +85 -0
- package/dist/tokens/components/popover.d.ts.map +1 -0
- package/dist/tokens/components/radio.d.ts +150 -0
- package/dist/tokens/components/radio.d.ts.map +1 -0
- package/dist/tokens/components/section.d.ts +42 -0
- package/dist/tokens/components/section.d.ts.map +1 -0
- package/dist/tokens/components/surface.d.ts +95 -0
- package/dist/tokens/components/surface.d.ts.map +1 -0
- package/dist/tokens/components/switch.d.ts +209 -0
- package/dist/tokens/components/switch.d.ts.map +1 -0
- package/dist/tokens/components/text.d.ts +69 -0
- package/dist/tokens/components/text.d.ts.map +1 -0
- package/dist/tokens/components/toast.d.ts +147 -0
- package/dist/tokens/components/toast.d.ts.map +1 -0
- package/dist/tokens/components/tooltip.d.ts +53 -0
- package/dist/tokens/components/tooltip.d.ts.map +1 -0
- package/dist/tokens/css-variables.d.ts +0 -19
- package/dist/tokens/css-variables.d.ts.map +1 -1
- package/dist/tokens/index.cjs +3 -3
- package/dist/tokens/index.d.ts +2 -0
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.mjs +3640 -821
- package/dist/tokens/motion/v2.d.ts +343 -0
- package/dist/tokens/motion/v2.d.ts.map +1 -0
- package/dist/tokens/motion.d.ts +55 -4
- package/dist/tokens/motion.d.ts.map +1 -1
- package/dist/tokens/opacity.d.ts +23 -0
- package/dist/tokens/opacity.d.ts.map +1 -0
- package/dist/tokens/radius.d.ts +22 -1
- package/dist/tokens/radius.d.ts.map +1 -1
- package/dist/tokens/shadows.d.ts +64 -5
- package/dist/tokens/shadows.d.ts.map +1 -1
- package/dist/tokens/spacing.d.ts +47 -1
- package/dist/tokens/spacing.d.ts.map +1 -1
- package/dist/tokens/theme.d.ts +120 -0
- package/dist/tokens/theme.d.ts.map +1 -0
- package/dist/tokens/typography.d.ts +141 -23
- package/dist/tokens/typography.d.ts.map +1 -1
- package/dist/typography-C-Nb4y0o.cjs +2 -0
- package/dist/typography-DHym9KAP.js +1196 -0
- package/package.json +31 -22
- package/dist/ThemeProvider-CaUX_Jam.cjs +0 -2
- package/dist/ThemeProvider-ltuW-773.js +0 -1227
- package/dist/components/cards/EventCard.d.ts.map +0 -1
- package/dist/components/cards/VenueCard.d.ts.map +0 -1
- package/dist/components/feedback/Alert.d.ts +0 -10
- package/dist/components/feedback/Alert.d.ts.map +0 -1
- package/dist/components/forms/FormInput.d.ts +0 -12
- package/dist/components/forms/FormInput.d.ts.map +0 -1
- package/dist/components/forms/FormSelect.d.ts +0 -18
- package/dist/components/forms/FormSelect.d.ts.map +0 -1
- package/dist/components/forms/FormTextarea.d.ts +0 -11
- package/dist/components/forms/FormTextarea.d.ts.map +0 -1
- package/dist/components/primitives/Typography.d.ts +0 -21
- package/dist/components/primitives/Typography.d.ts.map +0 -1
- package/dist/components/ui/input.d.ts +0 -4
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/motion-4SRNkZlz.cjs +0 -2
- package/dist/radius-CAu4qr9R.js +0 -185
- package/dist/radius-Cz6tayZG.cjs +0 -2
- package/dist/test/animation-utils.d.ts +0 -60
- package/dist/test/animation-utils.d.ts.map +0 -1
- package/dist/test/setup.d.ts +0 -1
- package/dist/test/setup.d.ts.map +0 -1
|
@@ -0,0 +1,343 @@
|
|
|
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;
|
|
343
|
+
//# sourceMappingURL=v2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../../src/tokens/motion/v2.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;CAIlB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;CAMtB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;CASf,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;CAShB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyChB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDnB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAkBvB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;wBAkC5B,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;CAC5D,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAC9D,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,mBAAmB,CAAC;AAClE,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,aAAa,CAAC;AAChE,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,gBAAgB,CAAC"}
|
package/dist/tokens/motion.d.ts
CHANGED
|
@@ -409,8 +409,33 @@ export declare const motionCSSVariables: {
|
|
|
409
409
|
* Maps to Tailwind theme.extend for durations, transitions, keyframes, animations
|
|
410
410
|
*/
|
|
411
411
|
export declare const tailwindMotionConfig: {
|
|
412
|
-
readonly transitionDuration:
|
|
413
|
-
|
|
412
|
+
readonly transitionDuration: {
|
|
413
|
+
readonly instant: "0ms";
|
|
414
|
+
readonly fast: "150ms";
|
|
415
|
+
readonly normal: "300ms";
|
|
416
|
+
readonly slow: "500ms";
|
|
417
|
+
readonly slower: "700ms";
|
|
418
|
+
readonly slowest: "1000ms";
|
|
419
|
+
readonly "75": "75ms";
|
|
420
|
+
readonly "100": "100ms";
|
|
421
|
+
readonly "200": "200ms";
|
|
422
|
+
readonly "250": "250ms";
|
|
423
|
+
readonly "400": "400ms";
|
|
424
|
+
readonly "600": "600ms";
|
|
425
|
+
readonly "800": "800ms";
|
|
426
|
+
};
|
|
427
|
+
readonly transitionTimingFunction: {
|
|
428
|
+
readonly linear: "linear";
|
|
429
|
+
readonly "ease-in": "cubic-bezier(0.4, 0, 1, 1)";
|
|
430
|
+
readonly "ease-out": "cubic-bezier(0, 0, 0.2, 1)";
|
|
431
|
+
readonly "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
432
|
+
readonly ease: "ease";
|
|
433
|
+
readonly bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
434
|
+
readonly elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
435
|
+
readonly "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
|
|
436
|
+
readonly "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
|
|
437
|
+
readonly "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
|
|
438
|
+
};
|
|
414
439
|
readonly transitionProperty: {
|
|
415
440
|
readonly DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter";
|
|
416
441
|
readonly colors: "color, background-color, border-color, text-decoration-color, fill, stroke";
|
|
@@ -420,8 +445,29 @@ export declare const tailwindMotionConfig: {
|
|
|
420
445
|
readonly all: "all";
|
|
421
446
|
readonly none: "none";
|
|
422
447
|
};
|
|
423
|
-
readonly keyframes: Record<string,
|
|
424
|
-
readonly animation:
|
|
448
|
+
readonly keyframes: Record<string, Record<string, Record<string, string | number>>>;
|
|
449
|
+
readonly animation: {
|
|
450
|
+
readonly none: "none";
|
|
451
|
+
readonly spin: "spin 1s linear infinite";
|
|
452
|
+
readonly pulse: "pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite";
|
|
453
|
+
readonly bounce: "bounce 1s linear infinite";
|
|
454
|
+
readonly ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) cubic-bezier(0, 0, 0.2, 1) infinite";
|
|
455
|
+
readonly shake: "shake 0.5s cubic-bezier(0.4, 0, 0.2, 1)";
|
|
456
|
+
readonly fadeIn: "fadeIn 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
457
|
+
readonly fadeOut: "fadeOut 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
458
|
+
readonly slideInUp: "slideInUp 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
459
|
+
readonly slideInDown: "slideInDown 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
460
|
+
readonly slideInLeft: "slideInLeft 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
461
|
+
readonly slideInRight: "slideInRight 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
462
|
+
readonly slideOutUp: "slideOutUp 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
463
|
+
readonly slideOutDown: "slideOutDown 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
464
|
+
readonly slideOutLeft: "slideOutLeft 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
465
|
+
readonly slideOutRight: "slideOutRight 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
466
|
+
readonly scaleIn: "scaleIn 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
467
|
+
readonly scaleOut: "scaleOut 150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
468
|
+
readonly "accordion-down": "accordion-down 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
469
|
+
readonly "accordion-up": "accordion-up 300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
470
|
+
};
|
|
425
471
|
};
|
|
426
472
|
/**
|
|
427
473
|
* Type Exports
|
|
@@ -432,4 +478,9 @@ export type Transition = keyof typeof transitions;
|
|
|
432
478
|
export type Keyframe = keyof typeof keyframes;
|
|
433
479
|
export type Animation = keyof typeof animations;
|
|
434
480
|
export type Spring = keyof typeof springs;
|
|
481
|
+
/**
|
|
482
|
+
* Motion V2 Exports
|
|
483
|
+
* CSS-only motion system with gesture support
|
|
484
|
+
*/
|
|
485
|
+
export * from './motion/v2';
|
|
435
486
|
//# sourceMappingURL=motion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../src/tokens/motion.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;CAgBZ,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;CAwBV,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;CAyBd,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHZ,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;CA6Bb,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDV,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;CAuBhB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../src/tokens/motion.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;CAgBZ,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;CAwBV,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;CAyBd,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHZ,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;CA6Bb,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDV,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;CAuBhB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAsB1B,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAY5D,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAC9C,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,OAAO,CAAC;AAC1C,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC;AAClD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAC9C,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAChD,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,OAAO,CAAC;AAE1C;;;GAGG;AACH,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Opacity Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level opacity tokens for disabled states and overlays.
|
|
5
|
+
* Maps to Tailwind opacity utilities.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Opacity Component Tokens
|
|
9
|
+
*
|
|
10
|
+
* Defines opacity values for common use cases like disabled states.
|
|
11
|
+
*/
|
|
12
|
+
export declare const OPACITY_TOKENS: {
|
|
13
|
+
/**
|
|
14
|
+
* Disabled state opacity
|
|
15
|
+
* Used for disabled form controls and interactive elements
|
|
16
|
+
*/
|
|
17
|
+
readonly disabled: "opacity-50";
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Type exports for Opacity tokens
|
|
21
|
+
*/
|
|
22
|
+
export type OpacityToken = keyof typeof OPACITY_TOKENS;
|
|
23
|
+
//# sourceMappingURL=opacity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"opacity.d.ts","sourceRoot":"","sources":["../../src/tokens/opacity.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;GAIG;AACH,eAAO,MAAM,cAAc;IACzB;;;OAGG;;CAEK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,cAAc,CAAC"}
|
package/dist/tokens/radius.d.ts
CHANGED
|
@@ -120,7 +120,28 @@ export declare const radiusCSSVariables: {
|
|
|
120
120
|
* Maps to Tailwind theme.extend.borderRadius
|
|
121
121
|
*/
|
|
122
122
|
export declare const tailwindRadiusConfig: {
|
|
123
|
-
readonly borderRadius:
|
|
123
|
+
readonly borderRadius: {
|
|
124
|
+
readonly button: "0.375rem";
|
|
125
|
+
readonly card: "0.375rem";
|
|
126
|
+
readonly input: "0.375rem";
|
|
127
|
+
readonly badge: "0.25rem";
|
|
128
|
+
readonly modal: "0.5rem";
|
|
129
|
+
readonly tooltip: "0.25rem";
|
|
130
|
+
readonly toast: "0.5rem";
|
|
131
|
+
readonly chip: "0.25rem";
|
|
132
|
+
readonly image: "0.375rem";
|
|
133
|
+
readonly none: "0";
|
|
134
|
+
readonly xs: "0.125rem";
|
|
135
|
+
readonly sm: "0.25rem";
|
|
136
|
+
readonly DEFAULT: "0.25rem";
|
|
137
|
+
readonly base: "0.25rem";
|
|
138
|
+
readonly md: "0.375rem";
|
|
139
|
+
readonly lg: "0.5rem";
|
|
140
|
+
readonly xl: "0.75rem";
|
|
141
|
+
readonly "2xl": "1rem";
|
|
142
|
+
readonly "3xl": "1.5rem";
|
|
143
|
+
readonly full: "9999px";
|
|
144
|
+
};
|
|
124
145
|
};
|
|
125
146
|
/**
|
|
126
147
|
* Type Exports
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radius.d.ts","sourceRoot":"","sources":["../../src/tokens/radius.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;CA+Bf,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ElB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"radius.d.ts","sourceRoot":"","sources":["../../src/tokens/radius.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;CA+Bf,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ElB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;CAcvB,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AACrD,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,OAAO,eAAe,CAAC,MAAM,CAAC;IAC5C,IAAI,EAAE,MAAM,OAAO,eAAe,CAAC,IAAI,CAAC;IACxC,KAAK,EAAE,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC;IAC1C,KAAK,EAAE,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC;IAC1C,MAAM,EAAE,MAAM,OAAO,eAAe,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC;IAC1C,OAAO,EAAE,MAAM,OAAO,eAAe,CAAC,OAAO,CAAC;IAC9C,KAAK,EAAE,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC;IAC1C,IAAI,EAAE,MAAM,OAAO,eAAe,CAAC,IAAI,CAAC;IACxC,KAAK,EAAE,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC;CAC3C,CAAC"}
|
package/dist/tokens/shadows.d.ts
CHANGED
|
@@ -7,6 +7,28 @@
|
|
|
7
7
|
*
|
|
8
8
|
* @see docs/tenerife_audit/design_system.md - shadow system section
|
|
9
9
|
*/
|
|
10
|
+
/**
|
|
11
|
+
* Shadow Base Tokens
|
|
12
|
+
* Base values for shadow generation
|
|
13
|
+
*/
|
|
14
|
+
export declare const shadowBase: {
|
|
15
|
+
readonly black: "0 0 0";
|
|
16
|
+
readonly overlay: "0 0 0";
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Shadow Opacity Tokens
|
|
20
|
+
* Opacity values for different shadow intensities
|
|
21
|
+
*/
|
|
22
|
+
export declare const shadowOpacity: {
|
|
23
|
+
readonly xs: "0.05";
|
|
24
|
+
readonly sm: "0.1";
|
|
25
|
+
readonly md: "0.1";
|
|
26
|
+
readonly lg: "0.1";
|
|
27
|
+
readonly xl: "0.1";
|
|
28
|
+
readonly "2xl": "0.25";
|
|
29
|
+
readonly overlay: "0.5";
|
|
30
|
+
readonly backdrop: "0.5";
|
|
31
|
+
};
|
|
10
32
|
/**
|
|
11
33
|
* Elevation Shadow Tokens
|
|
12
34
|
* Used for component depth and elevation hierarchy
|
|
@@ -133,7 +155,7 @@ export declare const componentShadowMapping: {
|
|
|
133
155
|
};
|
|
134
156
|
readonly modal: {
|
|
135
157
|
readonly default: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
136
|
-
readonly backdrop: "rgba(0
|
|
158
|
+
readonly backdrop: "rgba(0 0 0, 0.5)";
|
|
137
159
|
};
|
|
138
160
|
readonly dropdown: {
|
|
139
161
|
readonly default: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
@@ -144,8 +166,8 @@ export declare const componentShadowMapping: {
|
|
|
144
166
|
};
|
|
145
167
|
readonly toast: {
|
|
146
168
|
readonly default: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
147
|
-
readonly success: "0 10px 15px -3px hsl(var(--success) / 0.3)";
|
|
148
|
-
readonly error: "0 10px 15px -3px hsl(var(--error) / 0.3)";
|
|
169
|
+
readonly success: "0 10px 15px -3px hsl(var(--semantic-success) / 0.3)";
|
|
170
|
+
readonly error: "0 10px 15px -3px hsl(var(--semantic-error) / 0.3)";
|
|
149
171
|
};
|
|
150
172
|
};
|
|
151
173
|
/**
|
|
@@ -153,14 +175,51 @@ export declare const componentShadowMapping: {
|
|
|
153
175
|
* Maps to Tailwind theme.extend.boxShadow
|
|
154
176
|
*/
|
|
155
177
|
export declare const tailwindShadowConfig: {
|
|
156
|
-
readonly boxShadow:
|
|
178
|
+
readonly boxShadow: {
|
|
179
|
+
readonly none: "none";
|
|
180
|
+
readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
181
|
+
readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
182
|
+
readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
183
|
+
readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
184
|
+
readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
185
|
+
readonly "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
186
|
+
readonly "primary-xs": "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
187
|
+
readonly "primary-sm": "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
188
|
+
readonly "primary-md": "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
189
|
+
readonly "primary-lg": "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
190
|
+
readonly "primary-xl": "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
191
|
+
readonly "primary-2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
192
|
+
readonly "accent-xs": "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
193
|
+
readonly "accent-sm": "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
194
|
+
readonly "accent-md": "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
195
|
+
readonly "accent-lg": "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
196
|
+
readonly "accent-xl": "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
197
|
+
readonly "accent-2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
198
|
+
readonly "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
199
|
+
readonly "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
200
|
+
readonly "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
201
|
+
readonly "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
202
|
+
readonly "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
203
|
+
readonly "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
204
|
+
readonly "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
205
|
+
readonly "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
206
|
+
readonly "focus-ring": "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
207
|
+
readonly "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
208
|
+
readonly "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
209
|
+
};
|
|
157
210
|
readonly ringWidth: {
|
|
158
211
|
readonly DEFAULT: "3px";
|
|
159
212
|
readonly sm: "2px";
|
|
160
213
|
readonly md: "3px";
|
|
161
214
|
readonly lg: "4px";
|
|
162
215
|
};
|
|
163
|
-
readonly ringColor:
|
|
216
|
+
readonly ringColor: {
|
|
217
|
+
readonly DEFAULT: "hsl(var(--ring) / 0.5)";
|
|
218
|
+
readonly primary: "hsl(var(--primary-500) / 0.3)";
|
|
219
|
+
readonly accent: "hsl(var(--accent-500) / 0.3)";
|
|
220
|
+
readonly "focus-primary": "hsl(var(--primary-500) / 0.3)";
|
|
221
|
+
readonly "focus-accent": "hsl(var(--accent-500) / 0.3)";
|
|
222
|
+
};
|
|
164
223
|
};
|
|
165
224
|
/**
|
|
166
225
|
* Type Exports
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../src/tokens/shadows.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;CAQnB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;CAOxB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;CAOvB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;CAad,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;CAMb,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCzB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../src/tokens/shadows.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;GAGG;AACH,eAAO,MAAM,UAAU;;;CAGb,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;CAShB,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;CAQnB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;CAOxB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;CAOvB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;CAad,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;CAMb,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CrB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCzB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DvB,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,qBAAqB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AACnG,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC;AAClD,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC"}
|
package/dist/tokens/spacing.d.ts
CHANGED
|
@@ -178,7 +178,53 @@ export declare const spacingCSSVariables: {
|
|
|
178
178
|
* Maps to Tailwind theme.extend.spacing
|
|
179
179
|
*/
|
|
180
180
|
export declare const tailwindSpacingConfig: {
|
|
181
|
-
readonly spacing:
|
|
181
|
+
readonly spacing: {
|
|
182
|
+
readonly xs: "0.25rem";
|
|
183
|
+
readonly sm: "0.5rem";
|
|
184
|
+
readonly md: "1rem";
|
|
185
|
+
readonly lg: "1.5rem";
|
|
186
|
+
readonly xl: "2rem";
|
|
187
|
+
readonly "2xl": "3rem";
|
|
188
|
+
readonly "3xl": "4rem";
|
|
189
|
+
readonly "4xl": "5rem";
|
|
190
|
+
readonly "5xl": "6rem";
|
|
191
|
+
readonly none: "0";
|
|
192
|
+
readonly 0: "0";
|
|
193
|
+
readonly px: "1px";
|
|
194
|
+
readonly 0.5: "0.125rem";
|
|
195
|
+
readonly 1: "0.25rem";
|
|
196
|
+
readonly 1.5: "0.375rem";
|
|
197
|
+
readonly 2: "0.5rem";
|
|
198
|
+
readonly 2.5: "0.625rem";
|
|
199
|
+
readonly 3: "0.75rem";
|
|
200
|
+
readonly 3.5: "0.875rem";
|
|
201
|
+
readonly 4: "1rem";
|
|
202
|
+
readonly 5: "1.25rem";
|
|
203
|
+
readonly 6: "1.5rem";
|
|
204
|
+
readonly 7: "1.75rem";
|
|
205
|
+
readonly 8: "2rem";
|
|
206
|
+
readonly 9: "2.25rem";
|
|
207
|
+
readonly 10: "2.5rem";
|
|
208
|
+
readonly 11: "2.75rem";
|
|
209
|
+
readonly 12: "3rem";
|
|
210
|
+
readonly 14: "3.5rem";
|
|
211
|
+
readonly 16: "4rem";
|
|
212
|
+
readonly 20: "5rem";
|
|
213
|
+
readonly 24: "6rem";
|
|
214
|
+
readonly 28: "7rem";
|
|
215
|
+
readonly 32: "8rem";
|
|
216
|
+
readonly 36: "9rem";
|
|
217
|
+
readonly 40: "10rem";
|
|
218
|
+
readonly 44: "11rem";
|
|
219
|
+
readonly 48: "12rem";
|
|
220
|
+
readonly 52: "13rem";
|
|
221
|
+
readonly 56: "14rem";
|
|
222
|
+
readonly 60: "15rem";
|
|
223
|
+
readonly 64: "16rem";
|
|
224
|
+
readonly 72: "18rem";
|
|
225
|
+
readonly 80: "20rem";
|
|
226
|
+
readonly 96: "24rem";
|
|
227
|
+
};
|
|
182
228
|
};
|
|
183
229
|
/**
|
|
184
230
|
* Type Exports
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/tokens/spacing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;;GAIG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CV,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;CA8BlB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ChB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwEtB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/tokens/spacing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;;GAIG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CV,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;CA8BlB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ChB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwEtB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAexB,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,OAAO,CAAC;AAC3C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC;AAC3D,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,aAAa,CAAC,OAAO,CAAC;AAChE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,aAAa,CAAC,SAAS,CAAC;AACpE,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,aAAa,CAAC,IAAI,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC,KAAK,CAAC;AAC5D,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,aAAa,CAAC,SAAS,CAAC"}
|