@work-rjkashyap/unified-ui 0.2.2 → 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 +75 -6
- package/dist/{chunk-PRQIFQRK.cjs → chunk-3K2CXZ6H.cjs} +17 -23
- package/dist/{chunk-TESKVASH.cjs → chunk-5TP7J7T4.cjs} +57 -57
- package/dist/{chunk-2AERX4AM.mjs → chunk-BB5WRUPU.mjs} +17 -23
- package/dist/{chunk-YFH5JPAA.mjs → chunk-EQWESXRH.mjs} +1 -1
- package/dist/{chunk-TVCJRD3S.mjs → chunk-IVZAB7BV.mjs} +9 -9
- package/dist/{chunk-QEFOXYBO.cjs → chunk-ZBGR7MUW.cjs} +9 -9
- package/dist/components.cjs +289 -289
- package/dist/components.mjs +1 -1
- package/dist/index.cjs +339 -339
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +3 -3
- 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.cts → z-index-Dd8IllRx.d.cts} +9 -9
- package/dist/{z-index-G0PBTHL2.d.ts → z-index-Dd8IllRx.d.ts} +9 -9
- package/package.json +1 -1
- package/styles.css +17 -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,10 +1,10 @@
|
|
|
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-
|
|
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
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';
|
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';
|
package/dist/tokens.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunk2JFREULQ_cjs = require('./chunk-2JFREULQ.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkZBGR7MUW_cjs = require('./chunk-ZBGR7MUW.cjs');
|
|
5
5
|
var chunkECIGDEAH_cjs = require('./chunk-ECIGDEAH.cjs');
|
|
6
6
|
var chunkXCKK6P46_cjs = require('./chunk-XCKK6P46.cjs');
|
|
7
7
|
|
|
@@ -13,75 +13,75 @@ Object.defineProperty(exports, "spacing", {
|
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "amber", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkZBGR7MUW_cjs.amber; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "blue", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkZBGR7MUW_cjs.blue; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "brand", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkZBGR7MUW_cjs.brand; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "gray", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkZBGR7MUW_cjs.gray; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "green", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkZBGR7MUW_cjs.green; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "neutral", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkZBGR7MUW_cjs.neutral; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "palettes", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkZBGR7MUW_cjs.palettes; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "pure", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkZBGR7MUW_cjs.pure; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "radius", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkZBGR7MUW_cjs.radius; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "red", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkZBGR7MUW_cjs.red; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "semanticDark", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkZBGR7MUW_cjs.semanticDark; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "semanticLight", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkZBGR7MUW_cjs.semanticLight; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "shadow", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkZBGR7MUW_cjs.shadow; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "shadowDark", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkZBGR7MUW_cjs.shadowDark; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "slate", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkZBGR7MUW_cjs.slate; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "teal", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkZBGR7MUW_cjs.teal; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "zIndex", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkZBGR7MUW_cjs.zIndex; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "zinc", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkZBGR7MUW_cjs.zinc; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "fontFamily", {
|
|
87
87
|
enumerable: true,
|
package/dist/tokens.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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';
|
|
2
2
|
export { D as Duration, E as Easing, S as Spring, a as Stagger, d as duration, b as durationCSS, c as durationSeconds, e as easing, f as easingCSS, s as spring, g as stagger } from './motion-D9wQbcKL.cjs';
|
|
3
3
|
export { F as FontFamily, a as FontFamilyKey, b as FontSize, c as FontWeight, L as LetterSpacing, d as LineHeight, T as TypographyPreset, e as TypographyVariant, f as fontFamily, g as fontSize, h as fontWeight, l as letterSpacing, i as lineHeight, t as typographyVariants } from './typography-DlvVjEdE.cjs';
|
|
4
4
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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';
|
|
2
2
|
export { D as Duration, E as Easing, S as Spring, a as Stagger, d as duration, b as durationCSS, c as durationSeconds, e as easing, f as easingCSS, s as spring, g as stagger } from './motion-D9wQbcKL.js';
|
|
3
3
|
export { F as FontFamily, a as FontFamilyKey, b as FontSize, c as FontWeight, L as LetterSpacing, d as LineHeight, T as TypographyPreset, e as TypographyVariant, f as fontFamily, g as fontSize, h as fontWeight, l as letterSpacing, i as lineHeight, t as typographyVariants } from './typography-DlvVjEdE.js';
|
|
4
4
|
|
package/dist/tokens.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { spacing } from './chunk-NMPHV6ZD.mjs';
|
|
2
|
-
export { amber, blue, brand, gray, green, neutral, palettes, pure, radius, red, semanticDark, semanticLight, shadow, shadowDark, slate, teal, zIndex, zinc } from './chunk-
|
|
2
|
+
export { amber, blue, brand, gray, green, neutral, palettes, pure, radius, red, semanticDark, semanticLight, shadow, shadowDark, slate, teal, zIndex, zinc } from './chunk-IVZAB7BV.mjs';
|
|
3
3
|
export { fontFamily, fontSize, fontWeight, letterSpacing, lineHeight, typographyVariants } from './chunk-ITBG42M5.mjs';
|
|
4
4
|
export { duration, durationCSS, durationSeconds, easing, easingCSS, spring, stagger } from './chunk-EZ2L3XPS.mjs';
|
|
@@ -443,20 +443,20 @@ type ShadowValue = (typeof shadow)[Shadow];
|
|
|
443
443
|
declare const zIndex: {
|
|
444
444
|
/** Default document flow — no explicit stacking */
|
|
445
445
|
readonly base: "0";
|
|
446
|
-
/** Dropdowns, select menus, autocomplete lists */
|
|
447
|
-
readonly dropdown: "10";
|
|
448
446
|
/** Sticky headers, floating action bars, pinned columns */
|
|
449
|
-
readonly sticky: "
|
|
447
|
+
readonly sticky: "10";
|
|
450
448
|
/** Backdrop overlays behind modals and drawers */
|
|
451
|
-
readonly overlay: "
|
|
449
|
+
readonly overlay: "40";
|
|
452
450
|
/** Modals, dialogs, sheets, drawers */
|
|
453
|
-
readonly modal: "
|
|
454
|
-
/**
|
|
455
|
-
readonly
|
|
451
|
+
readonly modal: "50";
|
|
452
|
+
/** Dropdowns, select menus, context menus — renders above modals */
|
|
453
|
+
readonly dropdown: "60";
|
|
454
|
+
/** Popovers, comboboxes, date pickers — renders above modals */
|
|
455
|
+
readonly popover: "70";
|
|
456
456
|
/** Toast notifications — always visible above all content */
|
|
457
|
-
readonly toast: "
|
|
457
|
+
readonly toast: "80";
|
|
458
458
|
/** Tooltips — highest interactive z-layer */
|
|
459
|
-
readonly tooltip: "
|
|
459
|
+
readonly tooltip: "90";
|
|
460
460
|
/** Emergency escape hatch — use sparingly and document why */
|
|
461
461
|
readonly max: "9999";
|
|
462
462
|
};
|
|
@@ -443,20 +443,20 @@ type ShadowValue = (typeof shadow)[Shadow];
|
|
|
443
443
|
declare const zIndex: {
|
|
444
444
|
/** Default document flow — no explicit stacking */
|
|
445
445
|
readonly base: "0";
|
|
446
|
-
/** Dropdowns, select menus, autocomplete lists */
|
|
447
|
-
readonly dropdown: "10";
|
|
448
446
|
/** Sticky headers, floating action bars, pinned columns */
|
|
449
|
-
readonly sticky: "
|
|
447
|
+
readonly sticky: "10";
|
|
450
448
|
/** Backdrop overlays behind modals and drawers */
|
|
451
|
-
readonly overlay: "
|
|
449
|
+
readonly overlay: "40";
|
|
452
450
|
/** Modals, dialogs, sheets, drawers */
|
|
453
|
-
readonly modal: "
|
|
454
|
-
/**
|
|
455
|
-
readonly
|
|
451
|
+
readonly modal: "50";
|
|
452
|
+
/** Dropdowns, select menus, context menus — renders above modals */
|
|
453
|
+
readonly dropdown: "60";
|
|
454
|
+
/** Popovers, comboboxes, date pickers — renders above modals */
|
|
455
|
+
readonly popover: "70";
|
|
456
456
|
/** Toast notifications — always visible above all content */
|
|
457
|
-
readonly toast: "
|
|
457
|
+
readonly toast: "80";
|
|
458
458
|
/** Tooltips — highest interactive z-layer */
|
|
459
|
-
readonly tooltip: "
|
|
459
|
+
readonly tooltip: "90";
|
|
460
460
|
/** Emergency escape hatch — use sparingly and document why */
|
|
461
461
|
readonly max: "9999";
|
|
462
462
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@work-rjkashyap/unified-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A scalable, token-driven React design system with 75+ components, built with Tailwind CSS v4, Radix UI, and Framer Motion.",
|
|
5
5
|
"author": "Rajeshwar Kashyap",
|
|
6
6
|
"license": "MIT",
|
package/styles.css
CHANGED
|
@@ -193,14 +193,17 @@
|
|
|
193
193
|
--shadow-focus-ring: 0 0 0 2px oklch(0.708 0 0 / 40%);
|
|
194
194
|
|
|
195
195
|
/* --- Z-Index --- */
|
|
196
|
+
/* Values use wide spacing so popover-type layers (dropdown, popover,
|
|
197
|
+
tooltip) always render above modal/overlay layers — even when opened
|
|
198
|
+
from inside a dialog, sheet, or drawer. */
|
|
196
199
|
--z-base: 0;
|
|
197
|
-
--z-
|
|
198
|
-
--z-
|
|
199
|
-
--z-
|
|
200
|
-
--z-
|
|
201
|
-
--z-popover:
|
|
202
|
-
--z-toast:
|
|
203
|
-
--z-tooltip:
|
|
200
|
+
--z-sticky: 10;
|
|
201
|
+
--z-overlay: 40;
|
|
202
|
+
--z-modal: 50;
|
|
203
|
+
--z-dropdown: 60;
|
|
204
|
+
--z-popover: 70;
|
|
205
|
+
--z-toast: 80;
|
|
206
|
+
--z-tooltip: 90;
|
|
204
207
|
--z-max: 9999;
|
|
205
208
|
|
|
206
209
|
/* --- Motion Durations --- */
|
|
@@ -522,13 +525,13 @@
|
|
|
522
525
|
|
|
523
526
|
/* --- Z-Index --- */
|
|
524
527
|
--z-index-base: 0;
|
|
525
|
-
--z-index-
|
|
526
|
-
--z-index-
|
|
527
|
-
--z-index-
|
|
528
|
-
--z-index-
|
|
529
|
-
--z-index-popover:
|
|
530
|
-
--z-index-toast:
|
|
531
|
-
--z-index-tooltip:
|
|
528
|
+
--z-index-sticky: 10;
|
|
529
|
+
--z-index-overlay: 40;
|
|
530
|
+
--z-index-modal: 50;
|
|
531
|
+
--z-index-dropdown: 60;
|
|
532
|
+
--z-index-popover: 70;
|
|
533
|
+
--z-index-toast: 80;
|
|
534
|
+
--z-index-tooltip: 90;
|
|
532
535
|
--z-index-max: 9999;
|
|
533
536
|
|
|
534
537
|
/* --- Transition Durations --- */
|