@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,228 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Component-level design tokens for data display components (Table, DataList, Skeleton, EmptyState).
|
|
5
|
+
* Maps foundation tokens (spacing, typography, radius, shadows) to data component-specific usage.
|
|
6
|
+
*
|
|
7
|
+
* All values reference foundation tokens to ensure consistency across the design system.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Data Component Tokens
|
|
11
|
+
*
|
|
12
|
+
* Defines all spacing, sizing, typography, and visual tokens for data display components.
|
|
13
|
+
* Values are mapped to Tailwind utility classes for direct use in component variants.
|
|
14
|
+
*/
|
|
15
|
+
export declare const DATA_TOKENS: {
|
|
16
|
+
/**
|
|
17
|
+
* Table Component Tokens
|
|
18
|
+
*/
|
|
19
|
+
readonly table: {
|
|
20
|
+
/**
|
|
21
|
+
* Table row heights by size
|
|
22
|
+
* Maps to Tailwind height utilities
|
|
23
|
+
*/
|
|
24
|
+
readonly rowHeight: {
|
|
25
|
+
readonly sm: "h-8";
|
|
26
|
+
readonly md: "h-10";
|
|
27
|
+
readonly lg: "h-12";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Table cell and header padding by size
|
|
31
|
+
* Maps to semantic spacing tokens
|
|
32
|
+
*/
|
|
33
|
+
readonly padding: {
|
|
34
|
+
readonly cell: {
|
|
35
|
+
readonly sm: "p-xs";
|
|
36
|
+
readonly md: "p-sm";
|
|
37
|
+
readonly lg: "p-md";
|
|
38
|
+
};
|
|
39
|
+
readonly header: {
|
|
40
|
+
readonly sm: "px-xs py-sm";
|
|
41
|
+
readonly md: "px-sm py-md";
|
|
42
|
+
readonly lg: "px-md py-lg";
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Gap between table cells (horizontal spacing)
|
|
47
|
+
*/
|
|
48
|
+
readonly gap: {
|
|
49
|
+
readonly sm: "gap-xs";
|
|
50
|
+
readonly md: "gap-sm";
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Border radius for table
|
|
54
|
+
*/
|
|
55
|
+
readonly radius: {
|
|
56
|
+
readonly default: "rounded-md";
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Shadow tokens for table
|
|
60
|
+
* Maps to foundation elevation shadow tokens
|
|
61
|
+
*/
|
|
62
|
+
readonly shadow: {
|
|
63
|
+
readonly none: "shadow-none";
|
|
64
|
+
readonly subtle: "shadow-sm";
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Typography tokens for table headers and cells
|
|
68
|
+
* Maps to foundation typography fontSize tokens
|
|
69
|
+
*/
|
|
70
|
+
readonly typography: {
|
|
71
|
+
readonly header: {
|
|
72
|
+
readonly fontSize: "text-sm";
|
|
73
|
+
readonly fontWeight: "font-semibold";
|
|
74
|
+
};
|
|
75
|
+
readonly cell: {
|
|
76
|
+
readonly fontSize: "text-sm";
|
|
77
|
+
readonly fontWeight: "font-normal";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Color tokens for table states
|
|
82
|
+
* Uses semantic color tokens
|
|
83
|
+
*/
|
|
84
|
+
readonly colors: {
|
|
85
|
+
readonly border: "border-border";
|
|
86
|
+
readonly rowHover: "hover:bg-muted/50";
|
|
87
|
+
readonly rowSelected: "bg-muted";
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Skeleton Component Tokens
|
|
92
|
+
*/
|
|
93
|
+
readonly skeleton: {
|
|
94
|
+
/**
|
|
95
|
+
* Skeleton heights by variant
|
|
96
|
+
* Maps to Tailwind height utilities
|
|
97
|
+
*/
|
|
98
|
+
readonly height: {
|
|
99
|
+
readonly text: "h-4";
|
|
100
|
+
readonly circle: "h-10 w-10";
|
|
101
|
+
readonly block: "h-20";
|
|
102
|
+
readonly card: "h-32";
|
|
103
|
+
readonly inline: "h-4";
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Border radius by variant
|
|
107
|
+
* Maps to foundation borderRadius tokens
|
|
108
|
+
*/
|
|
109
|
+
readonly radius: {
|
|
110
|
+
readonly text: "rounded-sm";
|
|
111
|
+
readonly circle: "rounded-full";
|
|
112
|
+
readonly block: "rounded-md";
|
|
113
|
+
readonly card: "rounded-xl";
|
|
114
|
+
readonly inline: "rounded-sm";
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Animation tokens
|
|
118
|
+
* Uses motion tokens for animations
|
|
119
|
+
*/
|
|
120
|
+
readonly animation: {
|
|
121
|
+
readonly pulse: "animate-pulse";
|
|
122
|
+
readonly fade: "animate-pulse";
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Background color tokens
|
|
126
|
+
* Uses semantic color tokens
|
|
127
|
+
*/
|
|
128
|
+
readonly background: {
|
|
129
|
+
readonly default: "bg-muted";
|
|
130
|
+
readonly subtle: "bg-muted/50";
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* Width tokens for skeleton variants
|
|
134
|
+
*/
|
|
135
|
+
readonly width: {
|
|
136
|
+
readonly full: "w-full";
|
|
137
|
+
readonly inline: "inline-block";
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* EmptyState Component Tokens
|
|
142
|
+
*/
|
|
143
|
+
readonly emptyState: {
|
|
144
|
+
/**
|
|
145
|
+
* Spacing tokens for EmptyState
|
|
146
|
+
* Maps to semantic spacing tokens
|
|
147
|
+
*/
|
|
148
|
+
readonly spacing: {
|
|
149
|
+
readonly gap: "gap-md";
|
|
150
|
+
readonly padding: "p-lg";
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Border radius for EmptyState container
|
|
154
|
+
*/
|
|
155
|
+
readonly radius: {
|
|
156
|
+
readonly default: "rounded-xl";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Icon sizes by variant
|
|
160
|
+
* Maps to Tailwind size utilities
|
|
161
|
+
*/
|
|
162
|
+
readonly iconSize: {
|
|
163
|
+
readonly sm: "size-8";
|
|
164
|
+
readonly md: "size-12";
|
|
165
|
+
readonly lg: "size-16";
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* Typography tokens for EmptyState
|
|
169
|
+
* Maps to foundation typography tokens
|
|
170
|
+
*/
|
|
171
|
+
readonly typography: {
|
|
172
|
+
readonly title: {
|
|
173
|
+
readonly fontSize: "text-lg";
|
|
174
|
+
readonly fontWeight: "font-semibold";
|
|
175
|
+
};
|
|
176
|
+
readonly description: {
|
|
177
|
+
readonly fontSize: "text-sm";
|
|
178
|
+
readonly fontWeight: "font-normal";
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* DataList Component Tokens
|
|
184
|
+
*/
|
|
185
|
+
readonly dataList: {
|
|
186
|
+
/**
|
|
187
|
+
* Spacing tokens for DataList
|
|
188
|
+
* Maps to semantic spacing tokens
|
|
189
|
+
*/
|
|
190
|
+
readonly spacing: {
|
|
191
|
+
readonly gap: "gap-md";
|
|
192
|
+
readonly padding: "p-md";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Label width tokens (for desktop horizontal layout)
|
|
196
|
+
* Maps to Tailwind width utilities
|
|
197
|
+
*/
|
|
198
|
+
readonly labelWidth: {
|
|
199
|
+
readonly sm: "w-24";
|
|
200
|
+
readonly md: "w-32";
|
|
201
|
+
readonly lg: "w-40";
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Row padding tokens
|
|
205
|
+
* Maps to semantic spacing tokens
|
|
206
|
+
*/
|
|
207
|
+
readonly rowPadding: {
|
|
208
|
+
readonly sm: "py-xs";
|
|
209
|
+
readonly md: "py-sm";
|
|
210
|
+
readonly lg: "py-md";
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* Type exports for Data tokens
|
|
216
|
+
*/
|
|
217
|
+
export type TableRowHeight = keyof typeof DATA_TOKENS.table.rowHeight;
|
|
218
|
+
export type TableCellPadding = keyof typeof DATA_TOKENS.table.padding.cell;
|
|
219
|
+
export type TableHeaderPadding = keyof typeof DATA_TOKENS.table.padding.header;
|
|
220
|
+
export type TableGap = keyof typeof DATA_TOKENS.table.gap;
|
|
221
|
+
export type TableShadow = keyof typeof DATA_TOKENS.table.shadow;
|
|
222
|
+
export type SkeletonVariant = keyof typeof DATA_TOKENS.skeleton.height;
|
|
223
|
+
export type SkeletonAnimation = keyof typeof DATA_TOKENS.skeleton.animation;
|
|
224
|
+
export type SkeletonBackground = keyof typeof DATA_TOKENS.skeleton.background;
|
|
225
|
+
export type EmptyStateIconSize = keyof typeof DATA_TOKENS.emptyState.iconSize;
|
|
226
|
+
export type DataListLabelWidth = keyof typeof DATA_TOKENS.dataList.labelWidth;
|
|
227
|
+
export type DataListRowPadding = keyof typeof DATA_TOKENS.dataList.rowPadding;
|
|
228
|
+
//# sourceMappingURL=data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/data.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,WAAW;IACtB;;OAEG;;QAED;;;WAGG;;;;;;QAOH;;;WAGG;;;;;;;;;;;;;QAcH;;WAEG;;;;;QAMH;;WAEG;;;;QAKH;;;WAGG;;;;;QAMH;;;WAGG;;;;;;;;;;;QAYH;;;WAGG;;;;;;;IAQL;;OAEG;;QAED;;;WAGG;;;;;;;;QASH;;;WAGG;;;;;;;;QASH;;;WAGG;;;;;QAMH;;;WAGG;;;;;QAMH;;WAEG;;;;;;IAOL;;OAEG;;QAED;;;WAGG;;;;;QAMH;;WAEG;;;;QAKH;;;WAGG;;;;;;QAOH;;;WAGG;;;;;;;;;;;;IAaL;;OAEG;;QAED;;;WAGG;;;;;QAMH;;;WAGG;;;;;;QAOH;;;WAGG;;;;;;;CAOG,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,WAAW,CAAC,KAAK,CAAC,SAAS,CAAC;AACtE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;AAC3E,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC;AAC/E,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,WAAW,CAAC,QAAQ,CAAC,MAAM,CAAC;AACvE,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,WAAW,CAAC,QAAQ,CAAC,SAAS,CAAC;AAC5E,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,WAAW,CAAC,UAAU,CAAC,QAAQ,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC;AAC9E,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC"}
|
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Domain Component Tokens
|
|
3
|
+
*
|
|
4
|
+
* Domain-specific design tokens for card components (EventCard, VenueCard, ArtistCard,
|
|
5
|
+
* TicketCard, PromoCard, CategoryCard). These tokens provide a consistent foundation
|
|
6
|
+
* for card surface styles, layout, images, metadata, badges, price/capacity displays,
|
|
7
|
+
* hover/motion states, and skeleton loading states.
|
|
8
|
+
*
|
|
9
|
+
* All values reference foundation tokens or other component tokens.
|
|
10
|
+
* Based on audit requirements from L3_CARD_AUDIT.md.
|
|
11
|
+
*
|
|
12
|
+
* Foundation tokens referenced:
|
|
13
|
+
* - SPACING_TOKENS: semanticSpacing (xs, sm, md, lg, xl, 2xl, 3xl) from src/tokens/spacing.ts
|
|
14
|
+
* - RADIUS_TOKENS: borderRadius (xs, sm, md, lg, xl, 2xl, full) from src/tokens/radius.ts
|
|
15
|
+
* - TEXT_TOKENS: fontSize, fontWeight from src/tokens/components/text.ts
|
|
16
|
+
* - ICON_TOKENS: sizes, colors from src/tokens/components/icon.ts
|
|
17
|
+
* - SHADOW_TOKENS: elevationShadows (xs, sm, md, lg, xl, 2xl) from src/tokens/shadows.ts
|
|
18
|
+
* - MOTION_TOKENS: transition, transitionPreset from src/tokens/components/motion.ts
|
|
19
|
+
* - DATA_TOKENS: skeleton patterns from src/tokens/components/data.ts
|
|
20
|
+
*/
|
|
21
|
+
/**
|
|
22
|
+
* Domain Card Component Tokens
|
|
23
|
+
*
|
|
24
|
+
* Defines all tokens for domain-specific card components.
|
|
25
|
+
* Values reference foundation tokens or other component tokens.
|
|
26
|
+
*/
|
|
27
|
+
export declare const DOMAIN_TOKENS: {
|
|
28
|
+
/**
|
|
29
|
+
* Surface tokens for card containers
|
|
30
|
+
* Defines background, border, radius, and shadow for card surfaces
|
|
31
|
+
*/
|
|
32
|
+
readonly surface: {
|
|
33
|
+
/**
|
|
34
|
+
* Background colors
|
|
35
|
+
* Maps to semantic color tokens
|
|
36
|
+
*/
|
|
37
|
+
readonly bg: {
|
|
38
|
+
readonly default: "bg-card";
|
|
39
|
+
readonly hover: "hover:bg-card/95";
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Border styles
|
|
43
|
+
* Maps to semantic border tokens
|
|
44
|
+
*/
|
|
45
|
+
readonly border: {
|
|
46
|
+
readonly default: "border border-border";
|
|
47
|
+
readonly hover: "hover:border-primary/20";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Border radius
|
|
51
|
+
* References borderRadius.xl (0.75rem / 12px)
|
|
52
|
+
* Using Tailwind class "rounded-xl" which maps to borderRadius.xl
|
|
53
|
+
*/
|
|
54
|
+
readonly radius: {
|
|
55
|
+
readonly default: "rounded-xl";
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Shadow (elevation) tokens
|
|
59
|
+
* References elevationShadows.md
|
|
60
|
+
* Using Tailwind class "shadow-md" which maps to elevationShadows.md
|
|
61
|
+
*/
|
|
62
|
+
readonly shadow: {
|
|
63
|
+
readonly default: "shadow-md";
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Elevation change on hover
|
|
67
|
+
* References elevationShadows.xl
|
|
68
|
+
* Using Tailwind class "hover:shadow-xl" which maps to elevationShadows.xl
|
|
69
|
+
*/
|
|
70
|
+
readonly elevation: {
|
|
71
|
+
readonly hover: "hover:shadow-xl";
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Spacing tokens for card component spacing
|
|
76
|
+
* References semanticSpacing tokens
|
|
77
|
+
* Note: Tailwind classes are used for component className application
|
|
78
|
+
*/
|
|
79
|
+
readonly spacing: {
|
|
80
|
+
/**
|
|
81
|
+
* Section spacing - vertical spacing between card sections
|
|
82
|
+
*/
|
|
83
|
+
readonly section: {
|
|
84
|
+
readonly titleToSubtitle: "mb-xs";
|
|
85
|
+
readonly subtitleToMetadata: "mb-sm";
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Badge spacing offsets
|
|
89
|
+
*/
|
|
90
|
+
readonly badges: {
|
|
91
|
+
readonly offsetX: "1rem";
|
|
92
|
+
readonly offsetY: "1rem";
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Image spacing
|
|
96
|
+
*/
|
|
97
|
+
readonly image: {
|
|
98
|
+
readonly bottomMargin: "0";
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Card vertical gap
|
|
102
|
+
*/
|
|
103
|
+
readonly card: {
|
|
104
|
+
readonly verticalGap: "1rem";
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Metadata item gap
|
|
108
|
+
*/
|
|
109
|
+
readonly metadata: {
|
|
110
|
+
readonly itemGap: "0.25rem";
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Footer spacing
|
|
114
|
+
*/
|
|
115
|
+
readonly footer: {
|
|
116
|
+
readonly paddingTopDefault: "pt-sm";
|
|
117
|
+
readonly paddingTopCompact: "pt-xs";
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Button spacing
|
|
121
|
+
*/
|
|
122
|
+
readonly button: {
|
|
123
|
+
readonly paddingDefault: "px-md py-xs";
|
|
124
|
+
readonly paddingCompact: "px-sm py-xs";
|
|
125
|
+
readonly iconMarginLeft: "ml-xs";
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Layout tokens for card spacing and gaps
|
|
130
|
+
* References semanticSpacing tokens
|
|
131
|
+
* Note: Tailwind utilities are used for component className application
|
|
132
|
+
*/
|
|
133
|
+
readonly layout: {
|
|
134
|
+
/**
|
|
135
|
+
* Padding tokens
|
|
136
|
+
* References semanticSpacing (md = 16px, sm = 8px)
|
|
137
|
+
* Note: "p-md" and "p-sm" are Tailwind utilities that apply semanticSpacing values
|
|
138
|
+
*/
|
|
139
|
+
readonly padding: {
|
|
140
|
+
readonly default: "p-md";
|
|
141
|
+
readonly compact: "p-sm";
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Gap tokens for spacing between card elements
|
|
145
|
+
* References semanticSpacing (md = 16px, xs = 4px)
|
|
146
|
+
* Note: "gap-md" and "gap-xs" are Tailwind utilities that apply semanticSpacing values
|
|
147
|
+
*/
|
|
148
|
+
readonly gap: {
|
|
149
|
+
readonly default: "gap-md";
|
|
150
|
+
readonly compact: "gap-xs";
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Image tokens for card media
|
|
155
|
+
* Defines aspect ratio, radius, and overlay styles
|
|
156
|
+
*/
|
|
157
|
+
readonly image: {
|
|
158
|
+
/**
|
|
159
|
+
* Aspect ratio for card images
|
|
160
|
+
* Standard 16:9 aspect ratio for card images
|
|
161
|
+
*/
|
|
162
|
+
readonly aspectRatio: "aspect-video";
|
|
163
|
+
/**
|
|
164
|
+
* Border radius for images
|
|
165
|
+
* References borderRadius.xl (0.75rem / 12px) for top corners only
|
|
166
|
+
* Using Tailwind class "rounded-t-xl" which maps to borderRadius.xl
|
|
167
|
+
*/
|
|
168
|
+
readonly radius: "rounded-t-xl";
|
|
169
|
+
/**
|
|
170
|
+
* Overlay gradient tokens for image overlays
|
|
171
|
+
* Used for hover states and text readability
|
|
172
|
+
*/
|
|
173
|
+
readonly overlay: {
|
|
174
|
+
readonly gradient: "bg-gradient-to-t from-black/60 via-transparent to-transparent";
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Metadata tokens for card information displays
|
|
179
|
+
* Used for date/time, location, and other metadata patterns
|
|
180
|
+
* Maps to TEXT_TOKENS, ICON_TOKENS, and semanticSpacing
|
|
181
|
+
*/
|
|
182
|
+
readonly metadata: {
|
|
183
|
+
/**
|
|
184
|
+
* Text color tokens
|
|
185
|
+
* Maps to semantic text color tokens
|
|
186
|
+
*/
|
|
187
|
+
readonly text: {
|
|
188
|
+
readonly primary: "text-foreground";
|
|
189
|
+
readonly secondary: "text-muted-foreground";
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Icon tokens
|
|
193
|
+
* Maps to ICON_TOKENS for sizes and colors
|
|
194
|
+
*/
|
|
195
|
+
readonly icon: {
|
|
196
|
+
readonly default: "text-muted-foreground";
|
|
197
|
+
readonly sizeSm: "h-4 w-4";
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* Spacing tokens for metadata layouts
|
|
201
|
+
* References semanticSpacing (xs = 4px, sm = 8px)
|
|
202
|
+
* Using Tailwind classes which map to semanticSpacing values
|
|
203
|
+
*/
|
|
204
|
+
readonly spacing: {
|
|
205
|
+
readonly vertical: "gap-xs";
|
|
206
|
+
readonly horizontal: "gap-sm";
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* Badge tokens for featured/popular badges
|
|
211
|
+
* References semanticSpacing, borderRadius, and elevationShadows
|
|
212
|
+
*/
|
|
213
|
+
readonly badges: {
|
|
214
|
+
/**
|
|
215
|
+
* Badge size tokens (padding)
|
|
216
|
+
* References semanticSpacing for padding values
|
|
217
|
+
* Using Tailwind classes which map to semanticSpacing values
|
|
218
|
+
*/
|
|
219
|
+
readonly size: {
|
|
220
|
+
readonly sm: "px-xs py-xs";
|
|
221
|
+
readonly md: "px-sm py-xs";
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Badge positioning tokens
|
|
225
|
+
* References semanticSpacing for absolute positioning
|
|
226
|
+
* Using Tailwind classes which map to semanticSpacing values
|
|
227
|
+
*/
|
|
228
|
+
readonly position: {
|
|
229
|
+
readonly default: "right-md top-md";
|
|
230
|
+
readonly compact: "right-sm top-sm";
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Additional vertical positioning tokens for multi-badge scenarios
|
|
234
|
+
* References semanticSpacing for top positioning
|
|
235
|
+
* Using Tailwind classes which map to semanticSpacing values
|
|
236
|
+
*/
|
|
237
|
+
readonly positionY: {
|
|
238
|
+
readonly xl: "top-xl";
|
|
239
|
+
readonly "2xl": "top-2xl";
|
|
240
|
+
readonly "3xl": "top-3xl";
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* Badge surface (background) tokens
|
|
244
|
+
* Maps to semantic color tokens
|
|
245
|
+
*/
|
|
246
|
+
readonly surface: {
|
|
247
|
+
readonly default: "bg-primary";
|
|
248
|
+
readonly featured: "bg-gradient-to-r from-accent-500 to-primary-600";
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* Badge text color
|
|
252
|
+
* White for contrast on colored backgrounds
|
|
253
|
+
*/
|
|
254
|
+
readonly text: {
|
|
255
|
+
readonly color: "text-white";
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* Badge border radius
|
|
259
|
+
* References borderRadius.full (pill shape)
|
|
260
|
+
* Using Tailwind class "rounded-full" which maps to borderRadius.full
|
|
261
|
+
*/
|
|
262
|
+
readonly radius: "rounded-full";
|
|
263
|
+
/**
|
|
264
|
+
* Badge shadow
|
|
265
|
+
* References elevationShadows.lg
|
|
266
|
+
* Using Tailwind class "shadow-lg" which maps to elevationShadows.lg
|
|
267
|
+
*/
|
|
268
|
+
readonly shadow: "shadow-lg";
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* Price/Capacity tokens for displaying price and capacity information
|
|
272
|
+
* Maps to semantic text color tokens and semanticSpacing
|
|
273
|
+
*/
|
|
274
|
+
readonly priceCapacity: {
|
|
275
|
+
/**
|
|
276
|
+
* Text color tokens
|
|
277
|
+
* Maps to semantic text color tokens
|
|
278
|
+
*/
|
|
279
|
+
readonly text: {
|
|
280
|
+
readonly primary: "text-foreground";
|
|
281
|
+
readonly secondary: "text-muted-foreground";
|
|
282
|
+
};
|
|
283
|
+
/**
|
|
284
|
+
* Spacing between price and capacity elements
|
|
285
|
+
* References semanticSpacing.sm (8px)
|
|
286
|
+
* Using Tailwind class "gap-sm" which maps to semanticSpacing.sm
|
|
287
|
+
*/
|
|
288
|
+
readonly spacing: "gap-sm";
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* Motion tokens for hover and interaction states
|
|
292
|
+
* References MOTION_TOKENS for transitions and animations
|
|
293
|
+
*/
|
|
294
|
+
readonly motion: {
|
|
295
|
+
/**
|
|
296
|
+
* Hover state tokens
|
|
297
|
+
* References MOTION_TOKENS and elevationShadows
|
|
298
|
+
*/
|
|
299
|
+
readonly hover: {
|
|
300
|
+
readonly transition: "transition-all duration-normal ease-in-out";
|
|
301
|
+
readonly scale: "hover:scale-110";
|
|
302
|
+
readonly elevation: "hover:shadow-xl";
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* Skeleton tokens for loading states
|
|
307
|
+
* References DATA_TOKENS.skeleton for skeleton patterns and semanticSpacing for dimensions
|
|
308
|
+
*/
|
|
309
|
+
readonly skeleton: {
|
|
310
|
+
/**
|
|
311
|
+
* Base skeleton wrapper tokens
|
|
312
|
+
* Default styling for skeleton wrapper components
|
|
313
|
+
*/
|
|
314
|
+
readonly base: {
|
|
315
|
+
/**
|
|
316
|
+
* Default border radius for skeleton wrapper
|
|
317
|
+
* References DATA_TOKENS.skeleton.radius.text
|
|
318
|
+
*/
|
|
319
|
+
readonly radius: "rounded-sm";
|
|
320
|
+
/**
|
|
321
|
+
* Default animation for skeleton wrapper
|
|
322
|
+
* References DATA_TOKENS.skeleton.animation.pulse
|
|
323
|
+
*/
|
|
324
|
+
readonly animation: "animate-pulse";
|
|
325
|
+
/**
|
|
326
|
+
* Default background for skeleton wrapper
|
|
327
|
+
* References DATA_TOKENS.skeleton.background.default
|
|
328
|
+
*/
|
|
329
|
+
readonly background: "bg-muted";
|
|
330
|
+
};
|
|
331
|
+
/**
|
|
332
|
+
* Image skeleton height
|
|
333
|
+
* Domain-specific: card images need 192px (spacing[48] = 12rem)
|
|
334
|
+
* Note: DATA_TOKENS.skeleton.height.card is 128px, but card images need 192px
|
|
335
|
+
* Using Tailwind class "h-48" which maps to spacing[48] (12rem / 192px)
|
|
336
|
+
*/
|
|
337
|
+
readonly image: {
|
|
338
|
+
readonly height: "h-48";
|
|
339
|
+
};
|
|
340
|
+
/**
|
|
341
|
+
* Content gap for skeleton elements
|
|
342
|
+
* References semanticSpacing.md (16px)
|
|
343
|
+
* Using Tailwind class "gap-md" which maps to semanticSpacing.md
|
|
344
|
+
*/
|
|
345
|
+
readonly content: {
|
|
346
|
+
readonly gap: "gap-md";
|
|
347
|
+
/**
|
|
348
|
+
* Content width tokens for skeleton elements
|
|
349
|
+
* References DATA_TOKENS where available, uses Tailwind fraction classes for domain-specific values
|
|
350
|
+
*/
|
|
351
|
+
readonly width: {
|
|
352
|
+
readonly full: "w-full";
|
|
353
|
+
readonly threeQuarters: "w-3/4";
|
|
354
|
+
readonly half: "w-1/2";
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* Badge skeleton dimensions
|
|
359
|
+
* Domain-specific values for badge skeleton sizing
|
|
360
|
+
* References spacing values via Tailwind classes
|
|
361
|
+
*/
|
|
362
|
+
readonly badge: {
|
|
363
|
+
readonly width: "w-20";
|
|
364
|
+
readonly height: "h-6";
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
/**
|
|
369
|
+
* Type exports for Domain Card tokens
|
|
370
|
+
*/
|
|
371
|
+
export type DomainCardSurface = typeof DOMAIN_TOKENS.surface;
|
|
372
|
+
export type DomainCardLayout = typeof DOMAIN_TOKENS.layout;
|
|
373
|
+
export type DomainCardImage = typeof DOMAIN_TOKENS.image;
|
|
374
|
+
export type DomainCardMetadata = typeof DOMAIN_TOKENS.metadata;
|
|
375
|
+
export type DomainCardBadge = typeof DOMAIN_TOKENS.badges;
|
|
376
|
+
export type DomainCardPriceCapacity = typeof DOMAIN_TOKENS.priceCapacity;
|
|
377
|
+
export type DomainCardMotion = typeof DOMAIN_TOKENS.motion;
|
|
378
|
+
export type DomainCardSkeleton = typeof DOMAIN_TOKENS.skeleton;
|
|
379
|
+
export type DomainCardSkeletonContentWidth = typeof DOMAIN_TOKENS.skeleton.content.width;
|
|
380
|
+
//# sourceMappingURL=domain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/domain.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAOH;;;;;GAKG;AACH,eAAO,MAAM,aAAa;IACxB;;;OAGG;;QAED;;;WAGG;;;;;QAMH;;;WAGG;;;;;QAMH;;;;WAIG;;;;QAKH;;;;WAIG;;;;QAKH;;;;WAIG;;;;;IAML;;;;OAIG;;QAED;;WAEG;;;;;QAKH;;WAEG;;;;;QAKH;;WAEG;;;;QAIH;;WAEG;;;;QAIH;;WAEG;;;;QAIH;;WAEG;;;;;QAKH;;WAEG;;;;;;;IAQL;;;;OAIG;;QAED;;;;WAIG;;;;;QAMH;;;;WAIG;;;;;;IAOL;;;OAGG;;QAED;;;WAGG;;QAGH;;;;WAIG;;QAGH;;;WAGG;;;;;IAML;;;;OAIG;;QAED;;;WAGG;;;;;QAMH;;;WAGG;;;;;QAMH;;;;WAIG;;;;;;IAOL;;;OAGG;;QAED;;;;WAIG;;;;;QAMH;;;;WAIG;;;;;QAMH;;;;WAIG;;;;;;QAOH;;;WAGG;;;;;QAMH;;;WAGG;;;;QAKH;;;;WAIG;;QAGH;;;;WAIG;;;IAIL;;;OAGG;;QAED;;;WAGG;;;;;QAMH;;;;WAIG;;;IAIL;;;OAGG;;QAED;;;WAGG;;;;;;;IAQL;;;OAGG;;QAED;;;WAGG;;YAED;;;eAGG;;YAEH;;;eAGG;;YAEH;;;eAGG;;;QAIL;;;;;WAKG;;;;QAKH;;;;WAIG;;;YAGD;;;eAGG;;;;;;;QAQL;;;;WAIG;;;;;;CAMG,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,aAAa,CAAC,OAAO,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC;AAC3D,MAAM,MAAM,eAAe,GAAG,OAAO,aAAa,CAAC,KAAK,CAAC;AACzD,MAAM,MAAM,kBAAkB,GAAG,OAAO,aAAa,CAAC,QAAQ,CAAC;AAC/D,MAAM,MAAM,eAAe,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,uBAAuB,GAAG,OAAO,aAAa,CAAC,aAAa,CAAC;AACzE,MAAM,MAAM,gBAAgB,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC;AAC3D,MAAM,MAAM,kBAAkB,GAAG,OAAO,aAAa,CAAC,QAAQ,CAAC;AAC/D,MAAM,MAAM,8BAA8B,GAAG,OAAO,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC"}
|