@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,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Motion Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level design tokens for Motion/Animation utilities.
|
|
5
|
+
* Maps foundation motion tokens (durations, easings, transitions) to Tailwind utility classes.
|
|
6
|
+
*
|
|
7
|
+
* All values use Tailwind utility classes that map to foundation motion tokens.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Motion Component Tokens
|
|
11
|
+
*
|
|
12
|
+
* Defines transition, duration, and easing tokens for component usage.
|
|
13
|
+
* Values are mapped to Tailwind utility classes for direct use in components.
|
|
14
|
+
*/
|
|
15
|
+
export declare const MOTION_TOKENS: {
|
|
16
|
+
/**
|
|
17
|
+
* Transition property tokens
|
|
18
|
+
* Maps to Tailwind transition utilities
|
|
19
|
+
*/
|
|
20
|
+
readonly transition: {
|
|
21
|
+
readonly all: "transition-all";
|
|
22
|
+
readonly colors: "transition-colors";
|
|
23
|
+
readonly opacity: "transition-opacity";
|
|
24
|
+
readonly transform: "transition-transform";
|
|
25
|
+
readonly shadow: "transition-shadow";
|
|
26
|
+
readonly none: "transition-none";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Duration tokens
|
|
30
|
+
* Maps to foundation motion duration tokens via Tailwind
|
|
31
|
+
*/
|
|
32
|
+
readonly duration: {
|
|
33
|
+
readonly instant: "duration-0";
|
|
34
|
+
readonly fast: "duration-fast";
|
|
35
|
+
readonly normal: "duration-normal";
|
|
36
|
+
readonly slow: "duration-slow";
|
|
37
|
+
readonly slower: "duration-slower";
|
|
38
|
+
readonly slowest: "duration-slowest";
|
|
39
|
+
readonly "75": "duration-75";
|
|
40
|
+
readonly "100": "duration-100";
|
|
41
|
+
readonly "200": "duration-200";
|
|
42
|
+
readonly "250": "duration-250";
|
|
43
|
+
readonly "300": "duration-300";
|
|
44
|
+
readonly "400": "duration-400";
|
|
45
|
+
readonly "500": "duration-500";
|
|
46
|
+
readonly "600": "duration-600";
|
|
47
|
+
readonly "700": "duration-700";
|
|
48
|
+
readonly "800": "duration-800";
|
|
49
|
+
readonly "1000": "duration-1000";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Easing tokens
|
|
53
|
+
* Maps to foundation motion easing tokens via Tailwind
|
|
54
|
+
*/
|
|
55
|
+
readonly easing: {
|
|
56
|
+
readonly linear: "ease-linear";
|
|
57
|
+
readonly in: "ease-in";
|
|
58
|
+
readonly out: "ease-out";
|
|
59
|
+
readonly "in-out": "ease-in-out";
|
|
60
|
+
readonly bounce: "ease-bounce";
|
|
61
|
+
readonly elastic: "ease-elastic";
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Pre-configured transition tokens
|
|
65
|
+
* Combines duration and easing for common use cases
|
|
66
|
+
*/
|
|
67
|
+
readonly transitionPreset: {
|
|
68
|
+
readonly fast: "transition-all duration-fast ease-out";
|
|
69
|
+
readonly normal: "transition-all duration-normal ease-in-out";
|
|
70
|
+
readonly slow: "transition-all duration-slow ease-in-out";
|
|
71
|
+
readonly colors: "transition-colors duration-normal ease-out";
|
|
72
|
+
readonly transform: "transition-transform duration-normal ease-out";
|
|
73
|
+
readonly opacity: "transition-opacity duration-fast ease-out";
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Animation tokens
|
|
77
|
+
* Maps to foundation motion animation tokens via Tailwind
|
|
78
|
+
*/
|
|
79
|
+
readonly animation: {
|
|
80
|
+
readonly none: "animate-none";
|
|
81
|
+
readonly spin: "animate-spin";
|
|
82
|
+
readonly pulse: "animate-pulse";
|
|
83
|
+
readonly bounce: "animate-bounce";
|
|
84
|
+
readonly ping: "animate-ping";
|
|
85
|
+
readonly shake: "animate-shake";
|
|
86
|
+
readonly fadeIn: "animate-fadeIn";
|
|
87
|
+
readonly fadeOut: "animate-fadeOut";
|
|
88
|
+
readonly slideInUp: "animate-slideInUp";
|
|
89
|
+
readonly slideInDown: "animate-slideInDown";
|
|
90
|
+
readonly slideInLeft: "animate-slideInLeft";
|
|
91
|
+
readonly slideInRight: "animate-slideInRight";
|
|
92
|
+
readonly scaleIn: "animate-scaleIn";
|
|
93
|
+
readonly scaleOut: "animate-scaleOut";
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Type exports for Motion tokens
|
|
98
|
+
*/
|
|
99
|
+
export type MotionTransition = keyof typeof MOTION_TOKENS.transition;
|
|
100
|
+
export type MotionDuration = keyof typeof MOTION_TOKENS.duration;
|
|
101
|
+
export type MotionEasing = keyof typeof MOTION_TOKENS.easing;
|
|
102
|
+
export type MotionTransitionPreset = keyof typeof MOTION_TOKENS.transitionPreset;
|
|
103
|
+
export type MotionAnimation = keyof typeof MOTION_TOKENS.animation;
|
|
104
|
+
//# sourceMappingURL=motion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/motion.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,aAAa;IACxB;;;OAGG;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;;;;;;;;;;;IAsBH;;;OAGG;;;;;;;;;IAUH;;;OAGG;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;;;;;;;;CAiBK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,aAAa,CAAC,UAAU,CAAC;AACrE,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,aAAa,CAAC,QAAQ,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC,MAAM,CAAC;AAC7D,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,aAAa,CAAC,gBAAgB,CAAC;AACjF,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,aAAa,CAAC,SAAS,CAAC"}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Navigation Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level design tokens for Navigation components (Tabs, SegmentedControl, Breadcrumbs, Pagination, Stepper).
|
|
5
|
+
* Maps foundation tokens (spacing, typography, radius, shadows) to navigation-specific usage.
|
|
6
|
+
*
|
|
7
|
+
* All values reference foundation tokens to ensure consistency across the design system.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Navigation Component Tokens
|
|
11
|
+
*
|
|
12
|
+
* Defines all spacing, sizing, typography, and visual tokens for Navigation components.
|
|
13
|
+
* Values are mapped to Tailwind utility classes for direct use in component variants.
|
|
14
|
+
*/
|
|
15
|
+
export declare const NAVIGATION_TOKENS: {
|
|
16
|
+
/**
|
|
17
|
+
* Navigation item heights by size
|
|
18
|
+
* Maps to Tailwind height utilities: h-8, h-9, h-10
|
|
19
|
+
*/
|
|
20
|
+
readonly sizes: {
|
|
21
|
+
readonly sm: {
|
|
22
|
+
readonly height: "h-8";
|
|
23
|
+
readonly width: "w-8";
|
|
24
|
+
readonly padding: {
|
|
25
|
+
readonly horizontal: "px-sm";
|
|
26
|
+
readonly vertical: "py-xs";
|
|
27
|
+
};
|
|
28
|
+
readonly fontSize: "text-xs";
|
|
29
|
+
readonly gap: "gap-xs";
|
|
30
|
+
};
|
|
31
|
+
readonly md: {
|
|
32
|
+
readonly height: "h-9";
|
|
33
|
+
readonly padding: {
|
|
34
|
+
readonly horizontal: "px-md";
|
|
35
|
+
readonly vertical: "py-sm";
|
|
36
|
+
};
|
|
37
|
+
readonly fontSize: "text-sm";
|
|
38
|
+
readonly gap: "gap-sm";
|
|
39
|
+
};
|
|
40
|
+
readonly lg: {
|
|
41
|
+
readonly height: "h-10";
|
|
42
|
+
readonly padding: {
|
|
43
|
+
readonly horizontal: "px-lg";
|
|
44
|
+
readonly vertical: "py-sm";
|
|
45
|
+
};
|
|
46
|
+
readonly fontSize: "text-base";
|
|
47
|
+
readonly gap: "gap-sm";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Border radius for navigation items
|
|
52
|
+
*/
|
|
53
|
+
readonly radius: {
|
|
54
|
+
readonly default: "rounded-md";
|
|
55
|
+
readonly sm: "rounded-sm";
|
|
56
|
+
readonly md: "rounded-md";
|
|
57
|
+
readonly lg: "rounded-lg";
|
|
58
|
+
readonly full: "rounded-full";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Spacing tokens for navigation components
|
|
62
|
+
*/
|
|
63
|
+
readonly spacing: {
|
|
64
|
+
readonly itemPadding: {
|
|
65
|
+
readonly sm: "px-sm py-xs";
|
|
66
|
+
readonly md: "px-md py-sm";
|
|
67
|
+
readonly lg: "px-lg py-sm";
|
|
68
|
+
};
|
|
69
|
+
readonly listGap: {
|
|
70
|
+
readonly xs: "gap-xs";
|
|
71
|
+
readonly sm: "gap-sm";
|
|
72
|
+
readonly md: "gap-md";
|
|
73
|
+
readonly lg: "gap-lg";
|
|
74
|
+
};
|
|
75
|
+
readonly content: {
|
|
76
|
+
readonly marginTop: "mt-md";
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Typography tokens for navigation components
|
|
81
|
+
*/
|
|
82
|
+
readonly typography: {
|
|
83
|
+
readonly default: "text-sm";
|
|
84
|
+
readonly sm: "text-xs";
|
|
85
|
+
readonly md: "text-sm";
|
|
86
|
+
readonly lg: "text-base";
|
|
87
|
+
readonly fontWeight: {
|
|
88
|
+
readonly default: "font-medium";
|
|
89
|
+
readonly normal: "font-normal";
|
|
90
|
+
readonly medium: "font-medium";
|
|
91
|
+
readonly semibold: "font-semibold";
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* State-based tokens for navigation items
|
|
96
|
+
* Colors, backgrounds, and borders for different states
|
|
97
|
+
*/
|
|
98
|
+
readonly states: {
|
|
99
|
+
readonly default: {
|
|
100
|
+
readonly background: "bg-transparent";
|
|
101
|
+
readonly text: "text-foreground";
|
|
102
|
+
readonly border: "border-transparent";
|
|
103
|
+
};
|
|
104
|
+
readonly hover: {
|
|
105
|
+
readonly background: "hover:bg-accent";
|
|
106
|
+
readonly text: "hover:text-accent-foreground";
|
|
107
|
+
readonly border: "hover:border-accent";
|
|
108
|
+
};
|
|
109
|
+
readonly active: {
|
|
110
|
+
readonly background: "bg-accent";
|
|
111
|
+
readonly text: "text-accent-foreground";
|
|
112
|
+
readonly border: "border-accent";
|
|
113
|
+
};
|
|
114
|
+
readonly selected: {
|
|
115
|
+
readonly background: "bg-primary";
|
|
116
|
+
readonly text: "text-primary-foreground";
|
|
117
|
+
readonly border: "border-primary";
|
|
118
|
+
};
|
|
119
|
+
readonly disabled: {
|
|
120
|
+
readonly background: "bg-transparent";
|
|
121
|
+
readonly text: "text-muted-foreground disabled:opacity-50";
|
|
122
|
+
readonly border: "border-transparent";
|
|
123
|
+
readonly cursor: "disabled:cursor-not-allowed";
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* Indicator tokens for Tabs component
|
|
128
|
+
* Used for underline/indicator animation
|
|
129
|
+
*/
|
|
130
|
+
readonly indicator: {
|
|
131
|
+
readonly height: "h-0.5";
|
|
132
|
+
readonly radius: "rounded-full";
|
|
133
|
+
readonly transition: "transition-all duration-normal ease-out";
|
|
134
|
+
readonly background: "bg-primary";
|
|
135
|
+
readonly position: "absolute bottom-0 left-0 right-0";
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* Shadow tokens for navigation components
|
|
139
|
+
*/
|
|
140
|
+
readonly shadow: {
|
|
141
|
+
readonly none: "shadow-none";
|
|
142
|
+
readonly sm: "shadow-sm";
|
|
143
|
+
readonly default: "shadow-sm";
|
|
144
|
+
readonly md: "shadow";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Focus ring tokens for accessibility
|
|
148
|
+
*/
|
|
149
|
+
readonly focus: {
|
|
150
|
+
readonly ring: "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring focus-visible:ring-offset-2";
|
|
151
|
+
readonly ringOffset: "focus-visible:ring-offset-2";
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Container background tokens
|
|
155
|
+
* For segmented control and tab container backgrounds
|
|
156
|
+
*/
|
|
157
|
+
readonly container: {
|
|
158
|
+
readonly background: {
|
|
159
|
+
readonly muted: "bg-muted";
|
|
160
|
+
};
|
|
161
|
+
readonly padding: {
|
|
162
|
+
readonly xs: "p-xs";
|
|
163
|
+
readonly sm: "p-sm";
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* Border color tokens
|
|
168
|
+
*/
|
|
169
|
+
readonly border: {
|
|
170
|
+
readonly muted: "border-muted-foreground";
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* Type exports for Navigation tokens
|
|
175
|
+
*/
|
|
176
|
+
export type NavigationSize = keyof typeof NAVIGATION_TOKENS.sizes;
|
|
177
|
+
export type NavigationRadius = keyof typeof NAVIGATION_TOKENS.radius;
|
|
178
|
+
export type NavigationState = keyof typeof NAVIGATION_TOKENS.states;
|
|
179
|
+
export type NavigationShadow = keyof typeof NAVIGATION_TOKENS.shadow;
|
|
180
|
+
export type NavigationListGap = keyof typeof NAVIGATION_TOKENS.spacing.listGap;
|
|
181
|
+
export type NavigationItemPadding = keyof typeof NAVIGATION_TOKENS.spacing.itemPadding;
|
|
182
|
+
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/navigation.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;IAC5B;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgCH;;OAEG;;;;;;;;IASH;;OAEG;;;;;;;;;;;;;;;;;IAkBH;;OAEG;;;;;;;;;;;;;IAcH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8BH;;;OAGG;;;;;;;;IASH;;OAEG;;;;;;;IAQH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;IAWH;;OAEG;;;;CAIK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,iBAAiB,CAAC,KAAK,CAAC;AAClE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC,MAAM,CAAC;AACrE,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,iBAAiB,CAAC,MAAM,CAAC;AACpE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC,MAAM,CAAC;AACrE,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,iBAAiB,CAAC,OAAO,CAAC,OAAO,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,MAAM,OAAO,iBAAiB,CAAC,OAAO,CAAC,WAAW,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Notification Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level design tokens for Notification Center components.
|
|
5
|
+
* Maps foundation tokens (spacing, radius, shadows, motion) to notification-specific usage.
|
|
6
|
+
* Extends toast tokens with additional tokens for panel, grouping, and timeline features.
|
|
7
|
+
*
|
|
8
|
+
* All values use Tailwind utility classes that map to foundation tokens.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Notification Component Tokens
|
|
12
|
+
*
|
|
13
|
+
* Defines tokens for notification spacing, radius, shadow, surface variants, animations,
|
|
14
|
+
* panel configuration, item styling, and timeline features.
|
|
15
|
+
* Values are mapped to Tailwind utility classes for direct use.
|
|
16
|
+
*/
|
|
17
|
+
export declare const NOTIFICATION_TOKENS: {
|
|
18
|
+
/**
|
|
19
|
+
* Spacing tokens for notification layout
|
|
20
|
+
* Maps to semanticSpacing tokens
|
|
21
|
+
*/
|
|
22
|
+
readonly spacing: {
|
|
23
|
+
readonly gap: "gap-sm";
|
|
24
|
+
readonly padding: "p-md";
|
|
25
|
+
readonly paddingHorizontal: "px-md";
|
|
26
|
+
readonly paddingVertical: "py-md";
|
|
27
|
+
readonly itemPadding: "p-sm";
|
|
28
|
+
readonly panelPadding: "p-lg";
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Border radius for notifications
|
|
32
|
+
* Maps to componentRadius.notification
|
|
33
|
+
*/
|
|
34
|
+
readonly radius: {
|
|
35
|
+
readonly item: "rounded-md";
|
|
36
|
+
readonly panel: "rounded-lg";
|
|
37
|
+
readonly default: "rounded-lg";
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Shadow for notifications
|
|
41
|
+
* Maps to elevationShadows
|
|
42
|
+
*/
|
|
43
|
+
readonly shadow: {
|
|
44
|
+
readonly item: "shadow-sm";
|
|
45
|
+
readonly panel: "shadow-xl";
|
|
46
|
+
readonly default: "shadow-lg";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Width tokens for notifications
|
|
50
|
+
* Maps to spacing tokens for width constraints
|
|
51
|
+
*/
|
|
52
|
+
readonly width: {
|
|
53
|
+
readonly item: "w-full";
|
|
54
|
+
readonly itemMax: "max-w-md";
|
|
55
|
+
readonly panel: "w-full";
|
|
56
|
+
readonly panelSm: "w-sm";
|
|
57
|
+
readonly panelMd: "w-md";
|
|
58
|
+
readonly panelLg: "w-lg";
|
|
59
|
+
readonly panelMaxHeight: "max-h-[calc(100vh-2rem)]";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Item-specific tokens
|
|
63
|
+
* For individual notification items in lists
|
|
64
|
+
*/
|
|
65
|
+
readonly item: {
|
|
66
|
+
readonly padding: "p-sm";
|
|
67
|
+
readonly gap: "gap-sm";
|
|
68
|
+
readonly iconSize: "h-5 w-5";
|
|
69
|
+
readonly radius: "rounded-md";
|
|
70
|
+
readonly minHeight: "min-h-[3rem]";
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Surface tokens for notification variants
|
|
74
|
+
* Extends toast variants with system and log
|
|
75
|
+
* Maps to SURFACE_TOKENS for background colors
|
|
76
|
+
*/
|
|
77
|
+
readonly surface: {
|
|
78
|
+
readonly success: "bg-success/10 border-success/20 text-success-foreground";
|
|
79
|
+
readonly info: "bg-info/10 border-info/20 text-info-foreground";
|
|
80
|
+
readonly warning: "bg-warning/10 border-warning/20 text-warning-foreground";
|
|
81
|
+
readonly danger: "bg-destructive/10 border-destructive/20 text-destructive-foreground";
|
|
82
|
+
readonly system: "bg-muted border-border text-foreground";
|
|
83
|
+
readonly log: "bg-background border-border/50 text-muted-foreground";
|
|
84
|
+
readonly default: "bg-background border border-border text-foreground";
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Timeline tokens for grouped notifications
|
|
88
|
+
* Visual timeline indicators for grouped items
|
|
89
|
+
*/
|
|
90
|
+
readonly timeline: {
|
|
91
|
+
readonly dotSize: "h-2 w-2";
|
|
92
|
+
readonly lineWidth: "w-0.5";
|
|
93
|
+
readonly gap: "gap-xs";
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Animation tokens for notification enter/exit animations
|
|
97
|
+
* Maps to Motion V2 utility classes
|
|
98
|
+
* Uses CSS-only animations from motion/v2.ts
|
|
99
|
+
*/
|
|
100
|
+
readonly animation: {
|
|
101
|
+
readonly enter: {
|
|
102
|
+
readonly slideInRight: "tm-motion-fade-slide-right";
|
|
103
|
+
readonly fadeIn: "tm-motion-fade-in";
|
|
104
|
+
readonly combined: "tm-motion-fade-slide-right";
|
|
105
|
+
};
|
|
106
|
+
readonly exit: {
|
|
107
|
+
readonly slideOutRight: "tm-motion-fade-slide-right-out";
|
|
108
|
+
readonly fadeOut: "tm-motion-fade-out";
|
|
109
|
+
readonly combined: "tm-motion-fade-slide-right-out";
|
|
110
|
+
};
|
|
111
|
+
readonly panel: {
|
|
112
|
+
readonly enter: {
|
|
113
|
+
readonly slideInRight: "tm-motion-fade-slide-right";
|
|
114
|
+
readonly fadeIn: "tm-motion-fade-in";
|
|
115
|
+
readonly combined: "tm-motion-fade-slide-right";
|
|
116
|
+
};
|
|
117
|
+
readonly exit: {
|
|
118
|
+
readonly slideOutRight: "tm-motion-fade-slide-right-out";
|
|
119
|
+
readonly fadeOut: "tm-motion-fade-out";
|
|
120
|
+
readonly combined: "tm-motion-fade-slide-right-out";
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Panel-specific tokens
|
|
126
|
+
* For the side drawer notification panel
|
|
127
|
+
*/
|
|
128
|
+
readonly panel: {
|
|
129
|
+
readonly width: {
|
|
130
|
+
readonly default: "w-md";
|
|
131
|
+
readonly sm: "w-sm";
|
|
132
|
+
readonly md: "w-md";
|
|
133
|
+
readonly lg: "w-lg";
|
|
134
|
+
};
|
|
135
|
+
readonly maxHeight: "max-h-[calc(100vh-2rem)]";
|
|
136
|
+
readonly spacing: {
|
|
137
|
+
readonly gap: "gap-md";
|
|
138
|
+
readonly padding: "p-lg";
|
|
139
|
+
readonly headerPadding: "px-lg py-md";
|
|
140
|
+
};
|
|
141
|
+
readonly radius: {
|
|
142
|
+
readonly default: "rounded-lg";
|
|
143
|
+
readonly topLeft: "rounded-tl-lg";
|
|
144
|
+
readonly topRight: "rounded-tr-lg";
|
|
145
|
+
};
|
|
146
|
+
readonly shadow: {
|
|
147
|
+
readonly default: "shadow-xl";
|
|
148
|
+
};
|
|
149
|
+
readonly backdrop: {
|
|
150
|
+
readonly bg: "bg-black/50";
|
|
151
|
+
readonly blur: "backdrop-blur-sm";
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* Type exports for Notification tokens
|
|
157
|
+
*/
|
|
158
|
+
export type NotificationVariant = keyof typeof NOTIFICATION_TOKENS.surface;
|
|
159
|
+
export type NotificationPanelWidth = keyof typeof NOTIFICATION_TOKENS.panel.width;
|
|
160
|
+
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/notifications.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB;IAC9B;;;OAGG;;;;;;;;;IAUH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;;;;;IAWH;;;OAGG;;;;;;;;IASH;;;;OAIG;;;;;;;;;;IAWH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;IA0BH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,mBAAmB,CAAC,OAAO,CAAC;AAC3E,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,mBAAmB,CAAC,KAAK,CAAC,KAAK,CAAC"}
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Overlay Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level design tokens for Overlay components (Modal, Dialog, Backdrop).
|
|
5
|
+
* Maps foundation tokens (spacing, radius, shadows, motion) to overlay-specific usage.
|
|
6
|
+
*
|
|
7
|
+
* All values use Tailwind utility classes that map to foundation tokens.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Overlay Component Tokens
|
|
11
|
+
*
|
|
12
|
+
* Defines tokens for backdrop variants, modal sizes, and animations.
|
|
13
|
+
* Values are mapped to Tailwind utility classes for direct use.
|
|
14
|
+
*/
|
|
15
|
+
export declare const OVERLAY_TOKENS: {
|
|
16
|
+
/**
|
|
17
|
+
* Backdrop tokens by variant
|
|
18
|
+
* Maps to SURFACE_TOKENS for background colors
|
|
19
|
+
*/
|
|
20
|
+
readonly backdrop: {
|
|
21
|
+
readonly default: {
|
|
22
|
+
readonly bg: "bg-black/50";
|
|
23
|
+
readonly opacity: "opacity-100";
|
|
24
|
+
};
|
|
25
|
+
readonly blurred: {
|
|
26
|
+
readonly bg: "bg-black/50";
|
|
27
|
+
readonly opacity: "opacity-100";
|
|
28
|
+
readonly backdropFilter: "backdrop-blur-sm";
|
|
29
|
+
};
|
|
30
|
+
readonly transparent: {
|
|
31
|
+
readonly bg: "bg-transparent";
|
|
32
|
+
readonly opacity: "opacity-0";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Modal tokens by size variant
|
|
37
|
+
* Maps to foundation tokens for spacing, radius, and shadows
|
|
38
|
+
*/
|
|
39
|
+
readonly modal: {
|
|
40
|
+
readonly radius: {
|
|
41
|
+
readonly sm: "rounded-md";
|
|
42
|
+
readonly md: "rounded-lg";
|
|
43
|
+
readonly lg: "rounded-xl";
|
|
44
|
+
readonly xl: "rounded-2xl";
|
|
45
|
+
readonly fullscreen: "rounded-none";
|
|
46
|
+
};
|
|
47
|
+
readonly padding: {
|
|
48
|
+
readonly sm: "p-md";
|
|
49
|
+
readonly md: "p-lg";
|
|
50
|
+
readonly lg: "p-xl";
|
|
51
|
+
readonly xl: "p-xl";
|
|
52
|
+
};
|
|
53
|
+
readonly shadow: {
|
|
54
|
+
readonly sm: "shadow-md";
|
|
55
|
+
readonly md: "shadow-lg";
|
|
56
|
+
readonly lg: "shadow-xl";
|
|
57
|
+
readonly xl: "shadow-xl";
|
|
58
|
+
};
|
|
59
|
+
readonly maxWidth: {
|
|
60
|
+
readonly sm: "max-w-md";
|
|
61
|
+
readonly md: "max-w-lg";
|
|
62
|
+
readonly lg: "max-w-2xl";
|
|
63
|
+
readonly xl: "max-w-4xl";
|
|
64
|
+
readonly fullscreen: "max-w-full";
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Modal surface tokens by variant
|
|
68
|
+
* Token-based styling for all modal surface variants
|
|
69
|
+
*/
|
|
70
|
+
readonly surface: {
|
|
71
|
+
readonly primary: {
|
|
72
|
+
readonly bg: "bg-background";
|
|
73
|
+
readonly border: "border border-border";
|
|
74
|
+
};
|
|
75
|
+
readonly secondary: {
|
|
76
|
+
readonly bg: "bg-card";
|
|
77
|
+
readonly border: "border border-border";
|
|
78
|
+
readonly shadow: "shadow-sm";
|
|
79
|
+
};
|
|
80
|
+
readonly tinted: {
|
|
81
|
+
readonly bg: "bg-muted/50";
|
|
82
|
+
readonly border: "border border-border/50";
|
|
83
|
+
};
|
|
84
|
+
readonly bare: {
|
|
85
|
+
readonly bg: "bg-transparent";
|
|
86
|
+
readonly border: "border-none";
|
|
87
|
+
readonly shadow: "shadow-none";
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Modal container tokens
|
|
92
|
+
* For backdrop container positioning and layout
|
|
93
|
+
*/
|
|
94
|
+
readonly container: {
|
|
95
|
+
readonly layout: "fixed inset-0 z-40 flex items-center justify-center";
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Modal position tokens
|
|
99
|
+
* For centering and positioning modal content
|
|
100
|
+
*/
|
|
101
|
+
readonly position: {
|
|
102
|
+
readonly center: "left-[50%] top-[50%] -translate-x-1/2 -translate-y-1/2";
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Modal transition tokens
|
|
106
|
+
* Maps to motion tokens for appear/disappear animations
|
|
107
|
+
*/
|
|
108
|
+
readonly transition: {
|
|
109
|
+
readonly appear: "tm-motion-fade-scale";
|
|
110
|
+
readonly disappear: "tm-motion-fade-scale-out";
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Modal section spacing tokens
|
|
114
|
+
* For header, body, and footer spacing
|
|
115
|
+
*/
|
|
116
|
+
readonly spacing: {
|
|
117
|
+
readonly header: {
|
|
118
|
+
readonly marginBottom: "mb-md";
|
|
119
|
+
readonly gap: "gap-xs";
|
|
120
|
+
};
|
|
121
|
+
readonly body: {
|
|
122
|
+
readonly layout: "flex-1";
|
|
123
|
+
};
|
|
124
|
+
readonly footer: {
|
|
125
|
+
readonly marginTop: "mt-md";
|
|
126
|
+
readonly gap: "gap-sm";
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Animation tokens for overlay enter/exit animations
|
|
132
|
+
* Maps to Motion V2 utility classes
|
|
133
|
+
* Uses CSS-only animations from motion/v2.ts
|
|
134
|
+
*/
|
|
135
|
+
readonly animation: {
|
|
136
|
+
readonly enter: {
|
|
137
|
+
readonly duration: "duration-normal";
|
|
138
|
+
readonly easing: "ease-out";
|
|
139
|
+
readonly keyframes: "tm-motion-fade-in";
|
|
140
|
+
readonly scale: "tm-motion-scale-in";
|
|
141
|
+
readonly combined: "tm-motion-fade-scale";
|
|
142
|
+
};
|
|
143
|
+
readonly exit: {
|
|
144
|
+
readonly duration: "duration-fast";
|
|
145
|
+
readonly easing: "ease-in";
|
|
146
|
+
readonly keyframes: "tm-motion-fade-out";
|
|
147
|
+
readonly scale: "tm-motion-scale-out";
|
|
148
|
+
readonly combined: "tm-motion-fade-scale-out";
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Drawer tokens by size variant
|
|
153
|
+
* Maps to foundation tokens for spacing, radius, and shadows
|
|
154
|
+
*/
|
|
155
|
+
readonly drawer: {
|
|
156
|
+
readonly width: {
|
|
157
|
+
readonly sm: "w-64";
|
|
158
|
+
readonly md: "w-80";
|
|
159
|
+
readonly lg: "w-96";
|
|
160
|
+
};
|
|
161
|
+
readonly height: {
|
|
162
|
+
readonly sm: "h-64";
|
|
163
|
+
readonly md: "h-80";
|
|
164
|
+
readonly lg: "h-96";
|
|
165
|
+
};
|
|
166
|
+
readonly radius: {
|
|
167
|
+
readonly left: {
|
|
168
|
+
readonly sm: "rounded-r-md";
|
|
169
|
+
readonly md: "rounded-r-lg";
|
|
170
|
+
readonly lg: "rounded-r-xl";
|
|
171
|
+
};
|
|
172
|
+
readonly right: {
|
|
173
|
+
readonly sm: "rounded-l-md";
|
|
174
|
+
readonly md: "rounded-l-lg";
|
|
175
|
+
readonly lg: "rounded-l-xl";
|
|
176
|
+
};
|
|
177
|
+
readonly bottom: {
|
|
178
|
+
readonly sm: "rounded-t-md";
|
|
179
|
+
readonly md: "rounded-t-lg";
|
|
180
|
+
readonly lg: "rounded-t-xl";
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
readonly padding: {
|
|
184
|
+
readonly sm: "p-md";
|
|
185
|
+
readonly md: "p-lg";
|
|
186
|
+
readonly lg: "p-xl";
|
|
187
|
+
};
|
|
188
|
+
readonly shadow: {
|
|
189
|
+
readonly sm: "shadow-md";
|
|
190
|
+
readonly md: "shadow-lg";
|
|
191
|
+
readonly lg: "shadow-xl";
|
|
192
|
+
};
|
|
193
|
+
readonly animation: {
|
|
194
|
+
readonly left: {
|
|
195
|
+
readonly enter: "tm-motion-slide-right-in";
|
|
196
|
+
readonly exit: "tm-motion-slide-right-out";
|
|
197
|
+
};
|
|
198
|
+
readonly right: {
|
|
199
|
+
readonly enter: "tm-motion-slide-left-in";
|
|
200
|
+
readonly exit: "tm-motion-slide-left-out";
|
|
201
|
+
};
|
|
202
|
+
readonly bottom: {
|
|
203
|
+
readonly enter: "tm-motion-slide-up-in";
|
|
204
|
+
readonly exit: "tm-motion-slide-up-out";
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* Drawer section spacing tokens
|
|
209
|
+
* For header, body, and footer spacing
|
|
210
|
+
*/
|
|
211
|
+
readonly spacing: {
|
|
212
|
+
readonly header: {
|
|
213
|
+
readonly marginBottom: "mb-md";
|
|
214
|
+
readonly gap: "gap-xs";
|
|
215
|
+
};
|
|
216
|
+
readonly footer: {
|
|
217
|
+
readonly marginTop: "mt-md";
|
|
218
|
+
readonly gap: "gap-sm";
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Type exports for Overlay tokens
|
|
225
|
+
*/
|
|
226
|
+
export type OverlayBackdropVariant = keyof typeof OVERLAY_TOKENS.backdrop;
|
|
227
|
+
export type OverlayModalSize = keyof typeof OVERLAY_TOKENS.modal.radius;
|
|
228
|
+
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/overlay.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,cAAc;IACzB;;;OAGG;;;;;;;;;;;;;;;;IAiBH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BD;;;WAGG;;;;;;;;;;;;;;;;;;;;;QAqBH;;;WAGG;;;;QAIH;;;WAGG;;;;QAIH;;;WAGG;;;;;QAKH;;;WAGG;;;;;;;;;;;;;;;IAgBL;;;;OAIG;;;;;;;;;;;;;;;;;IAkBH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAqDD;;;WAGG;;;;;;;;;;;;CAYG,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,cAAc,CAAC,QAAQ,CAAC;AAC1E,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,cAAc,CAAC,KAAK,CAAC,MAAM,CAAC"}
|