@work-rjkashyap/unified-ui 0.2.1 → 0.2.3
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/CHANGELOG.md +240 -287
- package/dist/{chunk-B3CW2WZS.cjs → chunk-3K2CXZ6H.cjs} +472 -272
- package/dist/{chunk-TESKVASH.cjs → chunk-5TP7J7T4.cjs} +57 -57
- package/dist/{chunk-CTWNFFLB.mjs → chunk-BB5WRUPU.mjs} +394 -194
- package/dist/{chunk-YFH5JPAA.mjs → chunk-EQWESXRH.mjs} +1 -1
- package/dist/{chunk-HITTFB2U.cjs → chunk-F4JJFWWU.cjs} +20 -20
- package/dist/{chunk-TVCJRD3S.mjs → chunk-IVZAB7BV.mjs} +9 -9
- package/dist/{chunk-3OZJ4JLW.mjs → chunk-PLRSH37T.mjs} +20 -20
- package/dist/{chunk-QEFOXYBO.cjs → chunk-ZBGR7MUW.cjs} +9 -9
- package/dist/components.cjs +290 -290
- package/dist/components.d.cts +9 -3
- package/dist/components.d.ts +9 -3
- package/dist/components.mjs +2 -2
- package/dist/index.cjs +397 -397
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +4 -4
- package/dist/motion.cjs +58 -58
- package/dist/motion.mjs +1 -1
- package/dist/theme.cjs +32 -32
- package/dist/theme.d.cts +1 -1
- package/dist/theme.d.ts +1 -1
- package/dist/theme.mjs +2 -2
- package/dist/tokens.cjs +19 -19
- package/dist/tokens.d.cts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.mjs +1 -1
- package/dist/{z-index-G0PBTHL2.d.ts → z-index-Dd8IllRx.d.cts} +9 -9
- package/dist/{z-index-G0PBTHL2.d.cts → z-index-Dd8IllRx.d.ts} +9 -9
- package/package.json +190 -190
- package/styles.css +51 -14
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export { D as Duration, E as Easing, S as Spring, a as Stagger, d as duration, b
|
|
|
3
3
|
export { MotionPreset, MotionPropsResult, MotionSafe, MotionSafeProps, SpringConfig, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './motion.cjs';
|
|
4
4
|
export { Body, BodyProps, Caption, CaptionProps, Container, ContainerPadding, ContainerProps, ContainerSize, Divider, DividerProps, Grid, GridProps, Heading, HeadingComponentProps, HeadingProps, InlineCode, InlineCodeProps, Label, LabelProps, Overline, OverlineProps, Stack, StackAlign, StackDirection, StackJustify, StackProps, Subheading, SubheadingProps, Typography, TypographyAlign, TypographyColor, TypographyFont, TypographyOwnProps, TypographyProps, TypographyVariant } from './primitives.cjs';
|
|
5
5
|
export { COLOR_PRESETS, COLOR_PRESET_KEYS, ColorPreset, ColorPresetKey, ColorVarName, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeContextValue, DSThemeProvider, DSThemeProviderProps, DurationVarName, EasingVarName, FONT_PRESETS, FontFamilyVarName, FontPreset, PresetSemanticColors, RADIUS_PRESETS, RadiusPreset, RadiusVarName, ResolvedTheme, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ShadowPreset, ShadowVarName, StylePreset, SurfaceStylePreset, ThemeConfig, ThemeCustomizer, ThemeCustomizerContextValue, ThemeCustomizerProps, ThemeCustomizerProvider, ThemeCustomizerProviderProps, ThemeMode, ThemeVars, ZIndexVarName, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './theme.cjs';
|
|
6
|
-
export { C as ColorScale, R as Radius, a as RadiusValue, S as SemanticColorKey, b as SemanticColors, c as Shadow, d as ShadowValue, Z as ZIndex, e as ZIndexValue, f as amber, g as blue, h as brand, i as gray, j as green, n as neutral, p as palettes, k as pure, r as radius, l as red, s as semanticDark, m as semanticLight, o as shadow, q as shadowDark, t as slate, u as teal, z as zIndex, v as zinc } from './z-index-
|
|
6
|
+
export { C as ColorScale, R as Radius, a as RadiusValue, S as SemanticColorKey, b as SemanticColors, c as Shadow, d as ShadowValue, Z as ZIndex, e as ZIndexValue, f as amber, g as blue, h as brand, i as gray, j as green, n as neutral, p as palettes, k as pure, r as radius, l as red, s as semanticDark, m as semanticLight, o as shadow, q as shadowDark, t as slate, u as teal, z as zIndex, v as zinc } from './z-index-Dd8IllRx.cjs';
|
|
7
7
|
export { spacing } from './tokens.cjs';
|
|
8
8
|
export { F as FontFamily, a as FontFamilyKey, b as FontSize, c as FontWeight, L as LetterSpacing, d as LineHeight, T as TypographyPreset, e as TypographyVariantToken, f as fontFamily, g as fontSize, h as fontWeight, l as letterSpacing, i as lineHeight, t as typographyVariants } from './typography-DlvVjEdE.cjs';
|
|
9
9
|
export { AsProp, AuditResult, ChildrenProps, ColorPair, ComponentIntent, ComponentSize, ContrastResult, DS_DARK_CRITICAL_PAIRS, DS_LIGHT_CRITICAL_PAIRS, FocusRingVariant, OptionalChildrenProps, PolymorphicProps, PolymorphicPropsWithRef, PolymorphicRef, RGB, SlotClasses, SlotConfig, Slots, TextSize, WCAG_AAA_LARGE, WCAG_AAA_NORMAL, WCAG_AA_LARGE, WCAG_AA_NORMAL, WCAG_NON_TEXT_AA, auditContrast, checkDSContrast, checkHexContrast, cn, composeRefs, contrastRatio, dsAttr, dsColorVar, dsDataAttrs, dsStateAttr, dsVar, focusRingClassList, focusRingClasses, focusRingCompactClassList, focusRingCompactClasses, focusRingGroupRingClasses, focusRingGroupTriggerClasses, focusRingInsetClassList, focusRingInsetClasses, focusRingVariantOverrides, focusWithinRingClassList, focusWithinRingClasses, meetsAA, meetsAAA, meetsNonTextAA, mergeSlots, noop, parseHex, parseRGBString, relativeLuminance, toRGBString, typedKeys } from './utils.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { D as Duration, E as Easing, S as Spring, a as Stagger, d as duration, b
|
|
|
3
3
|
export { MotionPreset, MotionPropsResult, MotionSafe, MotionSafeProps, SpringConfig, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './motion.js';
|
|
4
4
|
export { Body, BodyProps, Caption, CaptionProps, Container, ContainerPadding, ContainerProps, ContainerSize, Divider, DividerProps, Grid, GridProps, Heading, HeadingComponentProps, HeadingProps, InlineCode, InlineCodeProps, Label, LabelProps, Overline, OverlineProps, Stack, StackAlign, StackDirection, StackJustify, StackProps, Subheading, SubheadingProps, Typography, TypographyAlign, TypographyColor, TypographyFont, TypographyOwnProps, TypographyProps, TypographyVariant } from './primitives.js';
|
|
5
5
|
export { COLOR_PRESETS, COLOR_PRESET_KEYS, ColorPreset, ColorPresetKey, ColorVarName, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeContextValue, DSThemeProvider, DSThemeProviderProps, DurationVarName, EasingVarName, FONT_PRESETS, FontFamilyVarName, FontPreset, PresetSemanticColors, RADIUS_PRESETS, RadiusPreset, RadiusVarName, ResolvedTheme, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ShadowPreset, ShadowVarName, StylePreset, SurfaceStylePreset, ThemeConfig, ThemeCustomizer, ThemeCustomizerContextValue, ThemeCustomizerProps, ThemeCustomizerProvider, ThemeCustomizerProviderProps, ThemeMode, ThemeVars, ZIndexVarName, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './theme.js';
|
|
6
|
-
export { C as ColorScale, R as Radius, a as RadiusValue, S as SemanticColorKey, b as SemanticColors, c as Shadow, d as ShadowValue, Z as ZIndex, e as ZIndexValue, f as amber, g as blue, h as brand, i as gray, j as green, n as neutral, p as palettes, k as pure, r as radius, l as red, s as semanticDark, m as semanticLight, o as shadow, q as shadowDark, t as slate, u as teal, z as zIndex, v as zinc } from './z-index-
|
|
6
|
+
export { C as ColorScale, R as Radius, a as RadiusValue, S as SemanticColorKey, b as SemanticColors, c as Shadow, d as ShadowValue, Z as ZIndex, e as ZIndexValue, f as amber, g as blue, h as brand, i as gray, j as green, n as neutral, p as palettes, k as pure, r as radius, l as red, s as semanticDark, m as semanticLight, o as shadow, q as shadowDark, t as slate, u as teal, z as zIndex, v as zinc } from './z-index-Dd8IllRx.js';
|
|
7
7
|
export { spacing } from './tokens.js';
|
|
8
8
|
export { F as FontFamily, a as FontFamilyKey, b as FontSize, c as FontWeight, L as LetterSpacing, d as LineHeight, T as TypographyPreset, e as TypographyVariantToken, f as fontFamily, g as fontSize, h as fontWeight, l as letterSpacing, i as lineHeight, t as typographyVariants } from './typography-DlvVjEdE.js';
|
|
9
9
|
export { AsProp, AuditResult, ChildrenProps, ColorPair, ComponentIntent, ComponentSize, ContrastResult, DS_DARK_CRITICAL_PAIRS, DS_LIGHT_CRITICAL_PAIRS, FocusRingVariant, OptionalChildrenProps, PolymorphicProps, PolymorphicPropsWithRef, PolymorphicRef, RGB, SlotClasses, SlotConfig, Slots, TextSize, WCAG_AAA_LARGE, WCAG_AAA_NORMAL, WCAG_AA_LARGE, WCAG_AA_NORMAL, WCAG_NON_TEXT_AA, auditContrast, checkDSContrast, checkHexContrast, cn, composeRefs, contrastRatio, dsAttr, dsColorVar, dsDataAttrs, dsStateAttr, dsVar, focusRingClassList, focusRingClasses, focusRingCompactClassList, focusRingCompactClasses, focusRingGroupRingClasses, focusRingGroupTriggerClasses, focusRingInsetClassList, focusRingInsetClasses, focusRingVariantOverrides, focusWithinRingClassList, focusWithinRingClasses, meetsAA, meetsAAA, meetsNonTextAA, mergeSlots, noop, parseHex, parseRGBString, relativeLuminance, toRGBString, typedKeys } from './utils.js';
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
export { spacing } from './chunk-NMPHV6ZD.mjs';
|
|
3
|
-
export { COLOR_PRESETS, COLOR_PRESET_KEYS, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeProvider, FONT_PRESETS, RADIUS_PRESETS, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ThemeCustomizer, ThemeCustomizerProvider, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './chunk-
|
|
4
|
-
export { amber, blue, brand, gray, green, neutral, palettes, pure, radius, red, semanticDark, semanticLight, shadow, shadowDark, slate, teal, zIndex, zinc } from './chunk-
|
|
3
|
+
export { COLOR_PRESETS, COLOR_PRESET_KEYS, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeProvider, FONT_PRESETS, RADIUS_PRESETS, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ThemeCustomizer, ThemeCustomizerProvider, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './chunk-EQWESXRH.mjs';
|
|
4
|
+
export { amber, blue, brand, gray, green, neutral, palettes, pure, radius, red, semanticDark, semanticLight, shadow, shadowDark, slate, teal, zIndex, zinc } from './chunk-IVZAB7BV.mjs';
|
|
5
5
|
export { Body, Caption, Container, Divider, Grid, Heading, InlineCode, Label, Overline, Stack, Subheading, Typography } from './chunk-OHEH57BV.mjs';
|
|
6
6
|
export { fontFamily, fontSize, fontWeight, letterSpacing, lineHeight, typographyVariants } from './chunk-ITBG42M5.mjs';
|
|
7
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AspectRatio, Avatar, AvatarGroup, Badge, Banner, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNav, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Callout, Card, CardBody, CardFooter, CardHeader, Carousel, ChartContainer, ChartTooltipContent, Checkbox, CheckboxGroup, CodeBlock, InlineCode as CodeInline, Collapsible, CollapsibleContent, CollapsibleTrigger, ColorPicker, Combobox, Command, CommandTrigger, ConfirmDialog, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, DataList, DataListDetail, DataListTerm, DataTable, DataTableToolbar, DatePicker, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHandle, DrawerHeader, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FileUpload, FormField, Label as FormLabel, HoverCard, HoverCardContent, HoverCardTrigger, ImageGallery, InfiniteScroll, Input, InputGroup, Kbd, Markdown, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuCardLink, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberInput, Pagination, PinInput, Popover, PopoverArrow, PopoverClose, PopoverContent, PopoverTrigger, Progress, RadioCard, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchInput, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarMobileOverlay, SidebarProvider, SidebarSection, SidebarToggle, Skeleton, SkeletonCircle, SkeletonRect, SkeletonText, Slider, SonnerToaster, Spinner, Stat, Step, Steps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Textarea, ThemeToggle, Timeline, TimelineItem, ToastItem, ToastProvider, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipProvider, TreeView, VideoPlayer, VirtualList, VisuallyHidden, accordionRootVariants, accordionTriggerVariants, alertVariants, avatarVariants, badgeVariants, bannerVariants, buttonVariants, calendarDayVariants, calloutVariants, cardVariants, chartColors, checkboxVariants, codeBlockVariants, comboboxTriggerVariants, copyButtonVariants, createColumnHelper, dataListVariants, dialogContentVariants, drawerContentVariants, fileUploadZoneVariants, labelVariants as formLabelVariants, inlineCodeVariants, inputVariants, kbdVariants, numberInputVariants, paginationButtonVariants, pinCellVariants, progressIndicatorVariants, progressTrackVariants, radioCardVariants, radioGroupVariants, radioIndicatorVariants, scrollbarThumbVariants, scrollbarVariants, searchInputVariants, selectTriggerVariants, sheetContentVariants, skeletonVariants, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants, spinnerVariants, statVariants, switchThumbVariants, switchTrackVariants, tableRootVariants, tabsListVariants, tabsTriggerVariants, tagVariants, textareaVariants, toast, toastVariants, toggleGroupItemVariants, toggleGroupVariants, toggleVariants, useCarouselContext, useCheckboxGroupContext, useCollapsibleContext, useDataTable, useSidebarContext, useToast, useToggleGroupContext } from './chunk-
|
|
8
|
-
export { MotionSafe, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './chunk-
|
|
7
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AspectRatio, Avatar, AvatarGroup, Badge, Banner, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNav, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Callout, Card, CardBody, CardFooter, CardHeader, Carousel, ChartContainer, ChartTooltipContent, Checkbox, CheckboxGroup, CodeBlock, InlineCode as CodeInline, Collapsible, CollapsibleContent, CollapsibleTrigger, ColorPicker, Combobox, Command, CommandTrigger, ConfirmDialog, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, DataList, DataListDetail, DataListTerm, DataTable, DataTableToolbar, DatePicker, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHandle, DrawerHeader, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FileUpload, FormField, Label as FormLabel, HoverCard, HoverCardContent, HoverCardTrigger, ImageGallery, InfiniteScroll, Input, InputGroup, Kbd, Markdown, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuCardLink, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberInput, Pagination, PinInput, Popover, PopoverArrow, PopoverClose, PopoverContent, PopoverTrigger, Progress, RadioCard, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchInput, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarMobileOverlay, SidebarProvider, SidebarSection, SidebarToggle, Skeleton, SkeletonCircle, SkeletonRect, SkeletonText, Slider, SonnerToaster, Spinner, Stat, Step, Steps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Tag, Textarea, ThemeToggle, Timeline, TimelineItem, ToastItem, ToastProvider, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipProvider, TreeView, VideoPlayer, VirtualList, VisuallyHidden, accordionRootVariants, accordionTriggerVariants, alertVariants, avatarVariants, badgeVariants, bannerVariants, buttonVariants, calendarDayVariants, calloutVariants, cardVariants, chartColors, checkboxVariants, codeBlockVariants, comboboxTriggerVariants, copyButtonVariants, createColumnHelper, dataListVariants, dialogContentVariants, drawerContentVariants, fileUploadZoneVariants, labelVariants as formLabelVariants, inlineCodeVariants, inputVariants, kbdVariants, numberInputVariants, paginationButtonVariants, pinCellVariants, progressIndicatorVariants, progressTrackVariants, radioCardVariants, radioGroupVariants, radioIndicatorVariants, scrollbarThumbVariants, scrollbarVariants, searchInputVariants, selectTriggerVariants, sheetContentVariants, skeletonVariants, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants, spinnerVariants, statVariants, switchThumbVariants, switchTrackVariants, tableRootVariants, tabsListVariants, tabsTriggerVariants, tagVariants, textareaVariants, toast, toastVariants, toggleGroupItemVariants, toggleGroupVariants, toggleVariants, useCarouselContext, useCheckboxGroupContext, useCollapsibleContext, useDataTable, useSidebarContext, useToast, useToggleGroupContext } from './chunk-BB5WRUPU.mjs';
|
|
8
|
+
export { MotionSafe, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './chunk-PLRSH37T.mjs';
|
|
9
9
|
export { duration, durationCSS, durationSeconds, easing, easingCSS, spring, stagger } from './chunk-EZ2L3XPS.mjs';
|
|
10
10
|
export { DS_DARK_CRITICAL_PAIRS, DS_LIGHT_CRITICAL_PAIRS, WCAG_AAA_LARGE, WCAG_AAA_NORMAL, WCAG_AA_LARGE, WCAG_AA_NORMAL, WCAG_NON_TEXT_AA, auditContrast, checkDSContrast, checkHexContrast, contrastRatio, dsDataAttrs, meetsAA, meetsAAA, meetsNonTextAA, parseHex, parseRGBString, relativeLuminance, toRGBString } from './chunk-5NZDQWRV.mjs';
|
|
11
11
|
export { focusRingClassList, focusRingClasses, focusRingCompactClassList, focusRingCompactClasses, focusRingGroupRingClasses, focusRingGroupTriggerClasses, focusRingInsetClassList, focusRingInsetClasses, focusRingVariantOverrides, focusWithinRingClassList, focusWithinRingClasses } from './chunk-MBYCK2JJ.mjs';
|
package/dist/motion.cjs
CHANGED
|
@@ -1,238 +1,238 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkF4JJFWWU_cjs = require('./chunk-F4JJFWWU.cjs');
|
|
5
5
|
var chunkXCKK6P46_cjs = require('./chunk-XCKK6P46.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "MotionSafe", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkF4JJFWWU_cjs.MotionSafe; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "blurIn", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkF4JJFWWU_cjs.blurIn; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "blurInSubtle", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkF4JJFWWU_cjs.blurInSubtle; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "countUp", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkF4JJFWWU_cjs.countUp; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "crossfade", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkF4JJFWWU_cjs.crossfade; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "dragDismiss", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkF4JJFWWU_cjs.dragDismiss; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "expandHeight", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkF4JJFWWU_cjs.expandHeight; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "expandHeightSlow", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkF4JJFWWU_cjs.expandHeightSlow; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "fadeIn", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkF4JJFWWU_cjs.fadeIn; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "fadeInFast", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkF4JJFWWU_cjs.fadeInFast; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "fadeInSlow", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkF4JJFWWU_cjs.fadeInSlow; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "hoverLift", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkF4JJFWWU_cjs.hoverLift; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "hoverScale", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkF4JJFWWU_cjs.hoverScale; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "modalContent", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkF4JJFWWU_cjs.modalContent; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "modalContentSpring", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkF4JJFWWU_cjs.modalContentSpring; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "motionProps", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkF4JJFWWU_cjs.motionProps; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "numberRoll", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkF4JJFWWU_cjs.numberRoll; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "overlayBackdrop", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkF4JJFWWU_cjs.overlayBackdrop; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "pop", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkF4JJFWWU_cjs.pop; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "popSubtle", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkF4JJFWWU_cjs.popSubtle; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "press", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkF4JJFWWU_cjs.press; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "pulse", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkF4JJFWWU_cjs.pulse; }
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, "reduceMotion", {
|
|
98
98
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkF4JJFWWU_cjs.reduceMotion; }
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(exports, "revealMask", {
|
|
102
102
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkF4JJFWWU_cjs.revealMask; }
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "scaleIn", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkF4JJFWWU_cjs.scaleIn; }
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(exports, "scaleInLg", {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkF4JJFWWU_cjs.scaleInLg; }
|
|
112
112
|
});
|
|
113
113
|
Object.defineProperty(exports, "scaleInSpring", {
|
|
114
114
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkF4JJFWWU_cjs.scaleInSpring; }
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "shakeX", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkF4JJFWWU_cjs.shakeX; }
|
|
120
120
|
});
|
|
121
121
|
Object.defineProperty(exports, "slideDown", {
|
|
122
122
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkF4JJFWWU_cjs.slideDown; }
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(exports, "slideDownSm", {
|
|
126
126
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkF4JJFWWU_cjs.slideDownSm; }
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "slideInFromBottom", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkF4JJFWWU_cjs.slideInFromBottom; }
|
|
132
132
|
});
|
|
133
133
|
Object.defineProperty(exports, "slideInFromLeft", {
|
|
134
134
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkF4JJFWWU_cjs.slideInFromLeft; }
|
|
136
136
|
});
|
|
137
137
|
Object.defineProperty(exports, "slideInFromRight", {
|
|
138
138
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkF4JJFWWU_cjs.slideInFromRight; }
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "slideLeft", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkF4JJFWWU_cjs.slideLeft; }
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(exports, "slidePanelBottom", {
|
|
146
146
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkF4JJFWWU_cjs.slidePanelBottom; }
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(exports, "slidePanelLeft", {
|
|
150
150
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkF4JJFWWU_cjs.slidePanelLeft; }
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "slidePanelRight", {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkF4JJFWWU_cjs.slidePanelRight; }
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(exports, "slidePanelTop", {
|
|
158
158
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkF4JJFWWU_cjs.slidePanelTop; }
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(exports, "slideRight", {
|
|
162
162
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkF4JJFWWU_cjs.slideRight; }
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "slideUp", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunkF4JJFWWU_cjs.slideUp; }
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(exports, "slideUpLg", {
|
|
170
170
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunkF4JJFWWU_cjs.slideUpLg; }
|
|
172
172
|
});
|
|
173
173
|
Object.defineProperty(exports, "slideUpSm", {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunkF4JJFWWU_cjs.slideUpSm; }
|
|
176
176
|
});
|
|
177
177
|
Object.defineProperty(exports, "slideUpSpring", {
|
|
178
178
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunkF4JJFWWU_cjs.slideUpSpring; }
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(exports, "spin", {
|
|
182
182
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunkF4JJFWWU_cjs.spin; }
|
|
184
184
|
});
|
|
185
185
|
Object.defineProperty(exports, "springHover", {
|
|
186
186
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunkF4JJFWWU_cjs.springHover; }
|
|
188
188
|
});
|
|
189
189
|
Object.defineProperty(exports, "springPress", {
|
|
190
190
|
enumerable: true,
|
|
191
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunkF4JJFWWU_cjs.springPress; }
|
|
192
192
|
});
|
|
193
193
|
Object.defineProperty(exports, "staggerContainer", {
|
|
194
194
|
enumerable: true,
|
|
195
|
-
get: function () { return
|
|
195
|
+
get: function () { return chunkF4JJFWWU_cjs.staggerContainer; }
|
|
196
196
|
});
|
|
197
197
|
Object.defineProperty(exports, "staggerContainerFast", {
|
|
198
198
|
enumerable: true,
|
|
199
|
-
get: function () { return
|
|
199
|
+
get: function () { return chunkF4JJFWWU_cjs.staggerContainerFast; }
|
|
200
200
|
});
|
|
201
201
|
Object.defineProperty(exports, "staggerContainerSlow", {
|
|
202
202
|
enumerable: true,
|
|
203
|
-
get: function () { return
|
|
203
|
+
get: function () { return chunkF4JJFWWU_cjs.staggerContainerSlow; }
|
|
204
204
|
});
|
|
205
205
|
Object.defineProperty(exports, "tapScale", {
|
|
206
206
|
enumerable: true,
|
|
207
|
-
get: function () { return
|
|
207
|
+
get: function () { return chunkF4JJFWWU_cjs.tapScale; }
|
|
208
208
|
});
|
|
209
209
|
Object.defineProperty(exports, "toastSlideIn", {
|
|
210
210
|
enumerable: true,
|
|
211
|
-
get: function () { return
|
|
211
|
+
get: function () { return chunkF4JJFWWU_cjs.toastSlideIn; }
|
|
212
212
|
});
|
|
213
213
|
Object.defineProperty(exports, "toastSlideUp", {
|
|
214
214
|
enumerable: true,
|
|
215
|
-
get: function () { return
|
|
215
|
+
get: function () { return chunkF4JJFWWU_cjs.toastSlideUp; }
|
|
216
216
|
});
|
|
217
217
|
Object.defineProperty(exports, "useMotion", {
|
|
218
218
|
enumerable: true,
|
|
219
|
-
get: function () { return
|
|
219
|
+
get: function () { return chunkF4JJFWWU_cjs.useMotion; }
|
|
220
220
|
});
|
|
221
221
|
Object.defineProperty(exports, "useMotionProps", {
|
|
222
222
|
enumerable: true,
|
|
223
|
-
get: function () { return
|
|
223
|
+
get: function () { return chunkF4JJFWWU_cjs.useMotionProps; }
|
|
224
224
|
});
|
|
225
225
|
Object.defineProperty(exports, "useMotionSpringConfig", {
|
|
226
226
|
enumerable: true,
|
|
227
|
-
get: function () { return
|
|
227
|
+
get: function () { return chunkF4JJFWWU_cjs.useMotionSpringConfig; }
|
|
228
228
|
});
|
|
229
229
|
Object.defineProperty(exports, "useReducedMotion", {
|
|
230
230
|
enumerable: true,
|
|
231
|
-
get: function () { return
|
|
231
|
+
get: function () { return chunkF4JJFWWU_cjs.useReducedMotion; }
|
|
232
232
|
});
|
|
233
233
|
Object.defineProperty(exports, "withReducedMotion", {
|
|
234
234
|
enumerable: true,
|
|
235
|
-
get: function () { return
|
|
235
|
+
get: function () { return chunkF4JJFWWU_cjs.withReducedMotion; }
|
|
236
236
|
});
|
|
237
237
|
Object.defineProperty(exports, "duration", {
|
|
238
238
|
enumerable: true,
|
package/dist/motion.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { MotionSafe, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './chunk-
|
|
2
|
+
export { MotionSafe, blurIn, blurInSubtle, countUp, crossfade, dragDismiss, expandHeight, expandHeightSlow, fadeIn, fadeInFast, fadeInSlow, hoverLift, hoverScale, modalContent, modalContentSpring, motionProps, numberRoll, overlayBackdrop, pop, popSubtle, press, pulse, reduceMotion, revealMask, scaleIn, scaleInLg, scaleInSpring, shakeX, slideDown, slideDownSm, slideInFromBottom, slideInFromLeft, slideInFromRight, slideLeft, slidePanelBottom, slidePanelLeft, slidePanelRight, slidePanelTop, slideRight, slideUp, slideUpLg, slideUpSm, slideUpSpring, spin, springHover, springPress, staggerContainer, staggerContainerFast, staggerContainerSlow, tapScale, toastSlideIn, toastSlideUp, useMotion, useMotionProps, useMotionSpringConfig, useReducedMotion, withReducedMotion } from './chunk-PLRSH37T.mjs';
|
|
3
3
|
export { duration, durationCSS, durationSeconds, easing, easingCSS, spring, stagger } from './chunk-EZ2L3XPS.mjs';
|
package/dist/theme.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var chunk5TP7J7T4_cjs = require('./chunk-5TP7J7T4.cjs');
|
|
5
|
+
require('./chunk-ZBGR7MUW.cjs');
|
|
6
6
|
require('./chunk-ECIGDEAH.cjs');
|
|
7
7
|
require('./chunk-XCKK6P46.cjs');
|
|
8
8
|
require('./chunk-4ON3M3OM.cjs');
|
|
@@ -11,121 +11,121 @@ require('./chunk-4ON3M3OM.cjs');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "COLOR_PRESETS", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk5TP7J7T4_cjs.COLOR_PRESETS; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "COLOR_PRESET_KEYS", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5TP7J7T4_cjs.COLOR_PRESET_KEYS; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "DEFAULT_FONT_KEY", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_FONT_KEY; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "DEFAULT_RADIUS_KEY", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_RADIUS_KEY; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "DEFAULT_SHADOW_KEY", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_SHADOW_KEY; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "DEFAULT_STYLE_KEY", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_STYLE_KEY; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "DEFAULT_SURFACE_STYLE_KEY", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_SURFACE_STYLE_KEY; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "DEFAULT_THEME_CONFIG", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk5TP7J7T4_cjs.DEFAULT_THEME_CONFIG; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "DSThemeProvider", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk5TP7J7T4_cjs.DSThemeProvider; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "FONT_PRESETS", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk5TP7J7T4_cjs.FONT_PRESETS; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "RADIUS_PRESETS", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk5TP7J7T4_cjs.RADIUS_PRESETS; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "SHADOW_PRESETS", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk5TP7J7T4_cjs.SHADOW_PRESETS; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "STYLE_PRESETS", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk5TP7J7T4_cjs.STYLE_PRESETS; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "SURFACE_STYLE_PRESETS", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk5TP7J7T4_cjs.SURFACE_STYLE_PRESETS; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "ThemeCustomizer", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk5TP7J7T4_cjs.ThemeCustomizer; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "ThemeCustomizerProvider", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk5TP7J7T4_cjs.ThemeCustomizerProvider; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "buildDarkThemeVars", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk5TP7J7T4_cjs.buildDarkThemeVars; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "buildLightThemeVars", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk5TP7J7T4_cjs.buildLightThemeVars; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "buildThemeCSS", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk5TP7J7T4_cjs.buildThemeCSS; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "buildThemeOverrides", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk5TP7J7T4_cjs.buildThemeOverrides; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "contract", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk5TP7J7T4_cjs.contract; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "cssVar", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk5TP7J7T4_cjs.cssVar; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "generateThemeCSS", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk5TP7J7T4_cjs.generateThemeCSS; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "getColorPreset", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk5TP7J7T4_cjs.getColorPreset; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "getFontPreset", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk5TP7J7T4_cjs.getFontPreset; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "getRadiusPreset", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk5TP7J7T4_cjs.getRadiusPreset; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "getShadowPreset", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk5TP7J7T4_cjs.getShadowPreset; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "getStylePreset", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk5TP7J7T4_cjs.getStylePreset; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "useDSTheme", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk5TP7J7T4_cjs.useDSTheme; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "useThemeCustomizer", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk5TP7J7T4_cjs.useThemeCustomizer; }
|
|
131
131
|
});
|
package/dist/theme.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SemanticColorKey, r as radius, o as shadow, z as zIndex } from './z-index-
|
|
1
|
+
import { S as SemanticColorKey, r as radius, o as shadow, z as zIndex } from './z-index-Dd8IllRx.cjs';
|
|
2
2
|
import { b as durationCSS, f as easingCSS } from './motion-D9wQbcKL.cjs';
|
|
3
3
|
import { f as fontFamily } from './typography-DlvVjEdE.cjs';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/theme.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SemanticColorKey, r as radius, o as shadow, z as zIndex } from './z-index-
|
|
1
|
+
import { S as SemanticColorKey, r as radius, o as shadow, z as zIndex } from './z-index-Dd8IllRx.js';
|
|
2
2
|
import { b as durationCSS, f as easingCSS } from './motion-D9wQbcKL.js';
|
|
3
3
|
import { f as fontFamily } from './typography-DlvVjEdE.js';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/theme.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { COLOR_PRESETS, COLOR_PRESET_KEYS, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeProvider, FONT_PRESETS, RADIUS_PRESETS, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ThemeCustomizer, ThemeCustomizerProvider, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './chunk-
|
|
3
|
-
import './chunk-
|
|
2
|
+
export { COLOR_PRESETS, COLOR_PRESET_KEYS, DEFAULT_FONT_KEY, DEFAULT_RADIUS_KEY, DEFAULT_SHADOW_KEY, DEFAULT_STYLE_KEY, DEFAULT_SURFACE_STYLE_KEY, DEFAULT_THEME_CONFIG, DSThemeProvider, FONT_PRESETS, RADIUS_PRESETS, SHADOW_PRESETS, STYLE_PRESETS, SURFACE_STYLE_PRESETS, ThemeCustomizer, ThemeCustomizerProvider, buildDarkThemeVars, buildLightThemeVars, buildThemeCSS, buildThemeOverrides, contract, cssVar, generateThemeCSS, getColorPreset, getFontPreset, getRadiusPreset, getShadowPreset, getStylePreset, useDSTheme, useThemeCustomizer } from './chunk-EQWESXRH.mjs';
|
|
3
|
+
import './chunk-IVZAB7BV.mjs';
|
|
4
4
|
import './chunk-ITBG42M5.mjs';
|
|
5
5
|
import './chunk-EZ2L3XPS.mjs';
|
|
6
6
|
import './chunk-ZT3PCXDF.mjs';
|