@thesage/ui 0.0.9 → 0.0.11
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/README.md +45 -0
- package/dist/{fontThemes-Bwf7_lFg.d.mts → fontThemes-Cum0S1DI.d.mts} +3 -3
- package/dist/{fontThemes-Bwf7_lFg.d.ts → fontThemes-Cum0S1DI.d.ts} +3 -3
- package/dist/{hooks-C8PrmIXy.d.mts → hooks-CobTQpCg.d.mts} +1 -1
- package/dist/{hooks-Ct9RBhg-.d.ts → hooks-DHPlUx3T.d.ts} +1 -1
- package/dist/hooks.d.mts +2 -2
- package/dist/hooks.d.ts +2 -2
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs.map +1 -1
- package/dist/{index-CsnncHSm.d.mts → index-L8R3gyuQ.d.mts} +1 -1
- package/dist/{index-CsnncHSm.d.ts → index-L8R3gyuQ.d.ts} +1 -1
- package/dist/index.d.mts +145 -12
- package/dist/index.d.ts +145 -12
- package/dist/index.js +165 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +160 -24
- package/dist/index.mjs.map +1 -1
- package/dist/providers.js +10 -10
- package/dist/providers.js.map +1 -1
- package/dist/providers.mjs +10 -10
- package/dist/providers.mjs.map +1 -1
- package/dist/tokens.d.mts +9 -9
- package/dist/tokens.d.ts +9 -9
- package/dist/tokens.js +10 -10
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +9 -9
- package/dist/tokens.mjs.map +1 -1
- package/package.json +7 -6
package/dist/index.d.mts
CHANGED
|
@@ -44,12 +44,12 @@ import { Group, Panel, Separator as Separator$1 } from 'react-resizable-panels';
|
|
|
44
44
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
45
45
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
46
46
|
export { p as Providers, T as ThemeProvider } from './providers-Dv3LFGtJ.mjs';
|
|
47
|
-
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, b as UseFormReturn, c as useForm, a as useMotionPreference, u as useTheme } from './hooks-
|
|
47
|
+
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, b as UseFormReturn, c as useForm, a as useMotionPreference, u as useTheme } from './hooks-CobTQpCg.mjs';
|
|
48
48
|
import * as zustand_middleware from 'zustand/middleware';
|
|
49
49
|
import * as zustand from 'zustand';
|
|
50
|
-
import { T as ThemeName$1, C as ColorMode$1 } from './index-
|
|
51
|
-
import { q as FontTheme } from './fontThemes-
|
|
52
|
-
export { m as typographySystem } from './fontThemes-
|
|
50
|
+
import { T as ThemeName$1, C as ColorMode$1 } from './index-L8R3gyuQ.mjs';
|
|
51
|
+
import { q as FontTheme } from './fontThemes-Cum0S1DI.mjs';
|
|
52
|
+
export { m as typographySystem } from './fontThemes-Cum0S1DI.mjs';
|
|
53
53
|
export { F as FieldValidation, a as FormErrors, V as ValidationRule, h as hasErrors, p as patterns, r as rules, v as validateField, b as validateForm } from './validation-Bj1ye-v_.mjs';
|
|
54
54
|
import 'clsx';
|
|
55
55
|
|
|
@@ -2285,7 +2285,7 @@ declare const useThemeStore: zustand.UseBoundStore<Omit<zustand.StoreApi<ThemeSt
|
|
|
2285
2285
|
setState(state: ThemeState | ((state: ThemeState) => ThemeState), replace: true): unknown;
|
|
2286
2286
|
persist: {
|
|
2287
2287
|
setOptions: (options: Partial<zustand_middleware.PersistOptions<ThemeState, {
|
|
2288
|
-
theme: "studio" | "
|
|
2288
|
+
theme: "studio" | "terra" | "volt";
|
|
2289
2289
|
mode: "light" | "dark";
|
|
2290
2290
|
}, unknown>>) => void;
|
|
2291
2291
|
clearStorage: () => void;
|
|
@@ -2294,7 +2294,7 @@ declare const useThemeStore: zustand.UseBoundStore<Omit<zustand.StoreApi<ThemeSt
|
|
|
2294
2294
|
onHydrate: (fn: (state: ThemeState) => void) => () => void;
|
|
2295
2295
|
onFinishHydration: (fn: (state: ThemeState) => void) => () => void;
|
|
2296
2296
|
getOptions: () => Partial<zustand_middleware.PersistOptions<ThemeState, {
|
|
2297
|
-
theme: "studio" | "
|
|
2297
|
+
theme: "studio" | "terra" | "volt";
|
|
2298
2298
|
mode: "light" | "dark";
|
|
2299
2299
|
}, unknown>>;
|
|
2300
2300
|
};
|
|
@@ -2334,7 +2334,7 @@ interface SavedFontTheme extends FontTheme {
|
|
|
2334
2334
|
createdAt: number;
|
|
2335
2335
|
category: 'custom';
|
|
2336
2336
|
}
|
|
2337
|
-
type ThemeName = 'studio' | '
|
|
2337
|
+
type ThemeName = 'studio' | 'terra' | 'volt';
|
|
2338
2338
|
type ColorMode = 'light' | 'dark';
|
|
2339
2339
|
interface CustomizerState {
|
|
2340
2340
|
motion: number;
|
|
@@ -2396,7 +2396,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2396
2396
|
light?: ColorPalette | undefined;
|
|
2397
2397
|
dark?: ColorPalette | undefined;
|
|
2398
2398
|
} | undefined;
|
|
2399
|
-
|
|
2399
|
+
terra?: {
|
|
2400
2400
|
light?: ColorPalette | undefined;
|
|
2401
2401
|
dark?: ColorPalette | undefined;
|
|
2402
2402
|
} | undefined;
|
|
@@ -2411,7 +2411,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2411
2411
|
light?: FontTheme | undefined;
|
|
2412
2412
|
dark?: FontTheme | undefined;
|
|
2413
2413
|
} | undefined;
|
|
2414
|
-
|
|
2414
|
+
terra?: {
|
|
2415
2415
|
light?: FontTheme | undefined;
|
|
2416
2416
|
dark?: FontTheme | undefined;
|
|
2417
2417
|
} | undefined;
|
|
@@ -2436,7 +2436,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2436
2436
|
light?: ColorPalette | undefined;
|
|
2437
2437
|
dark?: ColorPalette | undefined;
|
|
2438
2438
|
} | undefined;
|
|
2439
|
-
|
|
2439
|
+
terra?: {
|
|
2440
2440
|
light?: ColorPalette | undefined;
|
|
2441
2441
|
dark?: ColorPalette | undefined;
|
|
2442
2442
|
} | undefined;
|
|
@@ -2451,7 +2451,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2451
2451
|
light?: FontTheme | undefined;
|
|
2452
2452
|
dark?: FontTheme | undefined;
|
|
2453
2453
|
} | undefined;
|
|
2454
|
-
|
|
2454
|
+
terra?: {
|
|
2455
2455
|
light?: FontTheme | undefined;
|
|
2456
2456
|
dark?: FontTheme | undefined;
|
|
2457
2457
|
} | undefined;
|
|
@@ -2465,6 +2465,139 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2465
2465
|
};
|
|
2466
2466
|
}>;
|
|
2467
2467
|
|
|
2468
|
+
/**
|
|
2469
|
+
* Component Registry - Source of Truth
|
|
2470
|
+
*
|
|
2471
|
+
* This file serves as the authoritative source for component counts,
|
|
2472
|
+
* categories, and organization. Used by:
|
|
2473
|
+
* - Documentation (Sage Studio)
|
|
2474
|
+
* - MCP Server registry
|
|
2475
|
+
* - Marketing materials
|
|
2476
|
+
* - Internal tooling
|
|
2477
|
+
*
|
|
2478
|
+
* ⚠️ IMPORTANT: When adding a new component, follow the complete workflow:
|
|
2479
|
+
* See: /.agent/workflows/register-new-component.md
|
|
2480
|
+
*
|
|
2481
|
+
* The workflow includes:
|
|
2482
|
+
* - Creating the component in packages/ui
|
|
2483
|
+
* - Registering in Sage Studio (apps/web)
|
|
2484
|
+
* - Updating THIS registry file
|
|
2485
|
+
* - Updating MCP server registry
|
|
2486
|
+
* - Version bumping and npm publishing
|
|
2487
|
+
*
|
|
2488
|
+
* Last Updated: 2026-01-26
|
|
2489
|
+
*/
|
|
2490
|
+
declare const BRAND: {
|
|
2491
|
+
readonly productName: "Sage Design Engine";
|
|
2492
|
+
readonly productNameShort: "Sage";
|
|
2493
|
+
readonly themeNames: {
|
|
2494
|
+
readonly organic: "Terra";
|
|
2495
|
+
readonly technical: "Volt";
|
|
2496
|
+
readonly neutral: "Studio";
|
|
2497
|
+
};
|
|
2498
|
+
readonly tagline: "The Solopreneur's Development Stack";
|
|
2499
|
+
readonly mission: "AI-Native components for velocity";
|
|
2500
|
+
};
|
|
2501
|
+
declare const COMPONENT_REGISTRY: {
|
|
2502
|
+
/**
|
|
2503
|
+
* Total count of all exported UI components from @thesage/ui
|
|
2504
|
+
*/
|
|
2505
|
+
readonly totalCount: 89;
|
|
2506
|
+
/**
|
|
2507
|
+
* Core categories following functional organization pattern
|
|
2508
|
+
* (what components DO, not abstract hierarchy)
|
|
2509
|
+
*/
|
|
2510
|
+
readonly coreCategories: {
|
|
2511
|
+
readonly actions: {
|
|
2512
|
+
readonly count: 5;
|
|
2513
|
+
readonly description: "Components that trigger behavior";
|
|
2514
|
+
readonly examples: readonly ["Button", "Link", "Toggle", "ToggleGroup", "Magnetic"];
|
|
2515
|
+
};
|
|
2516
|
+
readonly forms: {
|
|
2517
|
+
readonly count: 18;
|
|
2518
|
+
readonly description: "Components that collect user input";
|
|
2519
|
+
readonly examples: readonly ["Input", "Select", "Checkbox", "Switch", "Textarea", "ColorPicker", "SearchBar"];
|
|
2520
|
+
};
|
|
2521
|
+
readonly navigation: {
|
|
2522
|
+
readonly count: 10;
|
|
2523
|
+
readonly description: "Components that help users move through content";
|
|
2524
|
+
readonly examples: readonly ["Tabs", "Breadcrumb", "Pagination", "NavigationMenu", "Command"];
|
|
2525
|
+
};
|
|
2526
|
+
readonly overlays: {
|
|
2527
|
+
readonly count: 11;
|
|
2528
|
+
readonly description: "Components that display contextual content";
|
|
2529
|
+
readonly examples: readonly ["Dialog", "Tooltip", "Popover", "Drawer", "Modal", "Sheet"];
|
|
2530
|
+
};
|
|
2531
|
+
readonly feedback: {
|
|
2532
|
+
readonly count: 7;
|
|
2533
|
+
readonly description: "Components that communicate system state";
|
|
2534
|
+
readonly examples: readonly ["Alert", "Toast", "Progress", "Spinner", "Skeleton"];
|
|
2535
|
+
};
|
|
2536
|
+
readonly 'data-display': {
|
|
2537
|
+
readonly count: 16;
|
|
2538
|
+
readonly description: "Components that present information";
|
|
2539
|
+
readonly examples: readonly ["Card", "Table", "Badge", "Avatar", "Heading", "Text", "Code", "Calendar"];
|
|
2540
|
+
};
|
|
2541
|
+
readonly layout: {
|
|
2542
|
+
readonly count: 17;
|
|
2543
|
+
readonly description: "Components for spatial organization";
|
|
2544
|
+
readonly examples: readonly ["Accordion", "Separator", "Stack", "Grid", "Container", "ScrollArea"];
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
/**
|
|
2548
|
+
* Specialty categories for advanced interactions and effects
|
|
2549
|
+
*/
|
|
2550
|
+
readonly specialtyCategories: {
|
|
2551
|
+
readonly backgrounds: {
|
|
2552
|
+
readonly count: 2;
|
|
2553
|
+
readonly description: "Animated background effects";
|
|
2554
|
+
readonly examples: readonly ["WarpBackground", "FaultyTerminal"];
|
|
2555
|
+
};
|
|
2556
|
+
readonly cursor: {
|
|
2557
|
+
readonly count: 2;
|
|
2558
|
+
readonly description: "Interactive cursor effects";
|
|
2559
|
+
readonly examples: readonly ["SplashCursor", "TargetCursor"];
|
|
2560
|
+
};
|
|
2561
|
+
readonly blocks: {
|
|
2562
|
+
readonly count: 1;
|
|
2563
|
+
readonly description: "Composed page blocks";
|
|
2564
|
+
readonly examples: readonly ["Hero", "OpenGraphCard"];
|
|
2565
|
+
};
|
|
2566
|
+
};
|
|
2567
|
+
/**
|
|
2568
|
+
* Supporting APIs (not counted as components)
|
|
2569
|
+
*/
|
|
2570
|
+
readonly supportingAPIs: {
|
|
2571
|
+
readonly providers: readonly ["ThemeProvider"];
|
|
2572
|
+
readonly hooks: readonly ["useTheme", "useMotionPreference", "useForm"];
|
|
2573
|
+
readonly utilities: readonly ["animations", "breadcrumbs", "colors", "utils", "validation", "syntax-parser"];
|
|
2574
|
+
readonly stores: readonly ["themeStore", "customizerStore"];
|
|
2575
|
+
};
|
|
2576
|
+
};
|
|
2577
|
+
/**
|
|
2578
|
+
* Computed totals
|
|
2579
|
+
*/
|
|
2580
|
+
declare const COMPONENT_COUNTS: {
|
|
2581
|
+
readonly core: number;
|
|
2582
|
+
readonly specialty: number;
|
|
2583
|
+
readonly total: 89;
|
|
2584
|
+
};
|
|
2585
|
+
/**
|
|
2586
|
+
* Marketing-friendly descriptions
|
|
2587
|
+
*/
|
|
2588
|
+
declare const MARKETING_COPY: {
|
|
2589
|
+
readonly short: "89 production-ready components";
|
|
2590
|
+
readonly medium: "89 components across 7 core categories, plus specialty backgrounds and motion effects";
|
|
2591
|
+
readonly long: "89 thoughtfully designed components organized by function: actions, forms, navigation, overlays, feedback, data display, and layout—plus specialty components for backgrounds, cursor interactions, and animated effects.";
|
|
2592
|
+
};
|
|
2593
|
+
/**
|
|
2594
|
+
* Documentation usage examples
|
|
2595
|
+
*/
|
|
2596
|
+
declare const DOC_EXAMPLES: {
|
|
2597
|
+
readonly overview: `89 components across ${number} core categories`;
|
|
2598
|
+
readonly breakdown: string;
|
|
2599
|
+
};
|
|
2600
|
+
|
|
2468
2601
|
declare const index$8_Button: typeof Button;
|
|
2469
2602
|
type index$8_ButtonProps = ButtonProps;
|
|
2470
2603
|
declare const index$8_Link: typeof Link;
|
|
@@ -2827,4 +2960,4 @@ declare namespace index {
|
|
|
2827
2960
|
export { index_SplashCursor as SplashCursor, index_TargetCursor as TargetCursor };
|
|
2828
2961
|
}
|
|
2829
2962
|
|
|
2830
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, index$8 as Actions, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatedBeam, type AnimatedBeamProps, AspectImage, type AspectImageProps, AspectRatio, Avatar, AvatarFallback, AvatarImage, index$1 as Backgrounds, Badge, type BadgeProps, Brand, type BrandProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbItemLegacy, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, BreadcrumbsProps, Button, type ButtonProps, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Code, type CodeProps, Collapsible, CollapsibleCodeBlock, type CollapsibleCodeBlockProps, CollapsibleContent, CollapsibleTrigger, ColorMode$1 as ColorMode, ColorPicker, type ColorPickerProps, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Container, type ContainerProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CustomizerPanel, type CustomizerPanelProps, index$3 as DataDisplay, DataTable, DatePicker, type DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, type DragDropHandleProps, type DragDropItem, DragDropList, type DragDropListProps, DragDropTable, type DragDropTableProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, Dropdown, type DropdownItem, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownProps, FaultyTerminal, index$4 as Feedback, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, type GradientConfig, Grid, GridItem, type GridItemProps, type GridProps, Header, type HeaderNavLink, type HeaderProps, Heading, type HeadingProps, HeroBlock, type HeroBlockProps, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, index$2 as Layout, Link, type LinkProps, Magnetic, type MagneticProps, Menubar, MenubarContent, MenubarGroup, MenubarItem, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarTrigger, Modal, type ModalProps, index as Motion, NavLink, type NavLinkProps, index$6 as Navigation, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, OpenGraphCard, type OpenGraphCardProps, OrbBackground, type OrbBackgroundProps, index$5 as Overlays, PageLayout, type PageLayoutProps, PageTemplate, type PageTemplateHeaderConfig, type PageTemplateProps, type PageTemplateSecondaryNavConfig, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchBar, type SearchBarProps, SecondaryNav, type SecondaryNavItem, type SecondaryNavProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparatorComp as SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarOverlay, Skeleton, type SkeletonProps, Slider, Spinner, type SpinnerProps, SplashCursor, Stack, type StackProps, Switch, SyntaxToken, SyntaxType, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TargetCursor, TertiaryNav, type TertiaryNavItem, type TertiaryNavProps, Text, TextField, type TextFieldProps, type TextProps, Textarea, type TextareaProps, ThemeName$1 as ThemeName, ThemeSwitcher, type ThemeSwitcherProps, ThemeToggle, type ThemeToggleProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, badgeVariants, buttonVariants, navigationMenuTriggerStyle, toggleVariants, useCustomizer, useFormField, useThemeStore, useToast };
|
|
2963
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, index$8 as Actions, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatedBeam, type AnimatedBeamProps, AspectImage, type AspectImageProps, AspectRatio, Avatar, AvatarFallback, AvatarImage, BRAND, index$1 as Backgrounds, Badge, type BadgeProps, Brand, type BrandProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbItemLegacy, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, BreadcrumbsProps, Button, type ButtonProps, COMPONENT_COUNTS, COMPONENT_REGISTRY, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Code, type CodeProps, Collapsible, CollapsibleCodeBlock, type CollapsibleCodeBlockProps, CollapsibleContent, CollapsibleTrigger, ColorMode$1 as ColorMode, ColorPicker, type ColorPickerProps, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Container, type ContainerProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CustomizerPanel, type CustomizerPanelProps, DOC_EXAMPLES, index$3 as DataDisplay, DataTable, DatePicker, type DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, type DragDropHandleProps, type DragDropItem, DragDropList, type DragDropListProps, DragDropTable, type DragDropTableProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, Dropdown, type DropdownItem, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownProps, FaultyTerminal, index$4 as Feedback, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, type GradientConfig, Grid, GridItem, type GridItemProps, type GridProps, Header, type HeaderNavLink, type HeaderProps, Heading, type HeadingProps, HeroBlock, type HeroBlockProps, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, index$2 as Layout, Link, type LinkProps, MARKETING_COPY, Magnetic, type MagneticProps, Menubar, MenubarContent, MenubarGroup, MenubarItem, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarTrigger, Modal, type ModalProps, index as Motion, NavLink, type NavLinkProps, index$6 as Navigation, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, OpenGraphCard, type OpenGraphCardProps, OrbBackground, type OrbBackgroundProps, index$5 as Overlays, PageLayout, type PageLayoutProps, PageTemplate, type PageTemplateHeaderConfig, type PageTemplateProps, type PageTemplateSecondaryNavConfig, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchBar, type SearchBarProps, SecondaryNav, type SecondaryNavItem, type SecondaryNavProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparatorComp as SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarOverlay, Skeleton, type SkeletonProps, Slider, Spinner, type SpinnerProps, SplashCursor, Stack, type StackProps, Switch, SyntaxToken, SyntaxType, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TargetCursor, TertiaryNav, type TertiaryNavItem, type TertiaryNavProps, Text, TextField, type TextFieldProps, type TextProps, Textarea, type TextareaProps, ThemeName$1 as ThemeName, ThemeSwitcher, type ThemeSwitcherProps, ThemeToggle, type ThemeToggleProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, badgeVariants, buttonVariants, navigationMenuTriggerStyle, toggleVariants, useCustomizer, useFormField, useThemeStore, useToast };
|
package/dist/index.d.ts
CHANGED
|
@@ -44,12 +44,12 @@ import { Group, Panel, Separator as Separator$1 } from 'react-resizable-panels';
|
|
|
44
44
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
45
45
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
46
46
|
export { p as Providers, T as ThemeProvider } from './providers-Dv3LFGtJ.js';
|
|
47
|
-
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, b as UseFormReturn, c as useForm, a as useMotionPreference, u as useTheme } from './hooks-
|
|
47
|
+
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, b as UseFormReturn, c as useForm, a as useMotionPreference, u as useTheme } from './hooks-DHPlUx3T.js';
|
|
48
48
|
import * as zustand_middleware from 'zustand/middleware';
|
|
49
49
|
import * as zustand from 'zustand';
|
|
50
|
-
import { T as ThemeName$1, C as ColorMode$1 } from './index-
|
|
51
|
-
import { q as FontTheme } from './fontThemes-
|
|
52
|
-
export { m as typographySystem } from './fontThemes-
|
|
50
|
+
import { T as ThemeName$1, C as ColorMode$1 } from './index-L8R3gyuQ.js';
|
|
51
|
+
import { q as FontTheme } from './fontThemes-Cum0S1DI.js';
|
|
52
|
+
export { m as typographySystem } from './fontThemes-Cum0S1DI.js';
|
|
53
53
|
export { F as FieldValidation, a as FormErrors, V as ValidationRule, h as hasErrors, p as patterns, r as rules, v as validateField, b as validateForm } from './validation-Bj1ye-v_.js';
|
|
54
54
|
import 'clsx';
|
|
55
55
|
|
|
@@ -2285,7 +2285,7 @@ declare const useThemeStore: zustand.UseBoundStore<Omit<zustand.StoreApi<ThemeSt
|
|
|
2285
2285
|
setState(state: ThemeState | ((state: ThemeState) => ThemeState), replace: true): unknown;
|
|
2286
2286
|
persist: {
|
|
2287
2287
|
setOptions: (options: Partial<zustand_middleware.PersistOptions<ThemeState, {
|
|
2288
|
-
theme: "studio" | "
|
|
2288
|
+
theme: "studio" | "terra" | "volt";
|
|
2289
2289
|
mode: "light" | "dark";
|
|
2290
2290
|
}, unknown>>) => void;
|
|
2291
2291
|
clearStorage: () => void;
|
|
@@ -2294,7 +2294,7 @@ declare const useThemeStore: zustand.UseBoundStore<Omit<zustand.StoreApi<ThemeSt
|
|
|
2294
2294
|
onHydrate: (fn: (state: ThemeState) => void) => () => void;
|
|
2295
2295
|
onFinishHydration: (fn: (state: ThemeState) => void) => () => void;
|
|
2296
2296
|
getOptions: () => Partial<zustand_middleware.PersistOptions<ThemeState, {
|
|
2297
|
-
theme: "studio" | "
|
|
2297
|
+
theme: "studio" | "terra" | "volt";
|
|
2298
2298
|
mode: "light" | "dark";
|
|
2299
2299
|
}, unknown>>;
|
|
2300
2300
|
};
|
|
@@ -2334,7 +2334,7 @@ interface SavedFontTheme extends FontTheme {
|
|
|
2334
2334
|
createdAt: number;
|
|
2335
2335
|
category: 'custom';
|
|
2336
2336
|
}
|
|
2337
|
-
type ThemeName = 'studio' | '
|
|
2337
|
+
type ThemeName = 'studio' | 'terra' | 'volt';
|
|
2338
2338
|
type ColorMode = 'light' | 'dark';
|
|
2339
2339
|
interface CustomizerState {
|
|
2340
2340
|
motion: number;
|
|
@@ -2396,7 +2396,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2396
2396
|
light?: ColorPalette | undefined;
|
|
2397
2397
|
dark?: ColorPalette | undefined;
|
|
2398
2398
|
} | undefined;
|
|
2399
|
-
|
|
2399
|
+
terra?: {
|
|
2400
2400
|
light?: ColorPalette | undefined;
|
|
2401
2401
|
dark?: ColorPalette | undefined;
|
|
2402
2402
|
} | undefined;
|
|
@@ -2411,7 +2411,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2411
2411
|
light?: FontTheme | undefined;
|
|
2412
2412
|
dark?: FontTheme | undefined;
|
|
2413
2413
|
} | undefined;
|
|
2414
|
-
|
|
2414
|
+
terra?: {
|
|
2415
2415
|
light?: FontTheme | undefined;
|
|
2416
2416
|
dark?: FontTheme | undefined;
|
|
2417
2417
|
} | undefined;
|
|
@@ -2436,7 +2436,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2436
2436
|
light?: ColorPalette | undefined;
|
|
2437
2437
|
dark?: ColorPalette | undefined;
|
|
2438
2438
|
} | undefined;
|
|
2439
|
-
|
|
2439
|
+
terra?: {
|
|
2440
2440
|
light?: ColorPalette | undefined;
|
|
2441
2441
|
dark?: ColorPalette | undefined;
|
|
2442
2442
|
} | undefined;
|
|
@@ -2451,7 +2451,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2451
2451
|
light?: FontTheme | undefined;
|
|
2452
2452
|
dark?: FontTheme | undefined;
|
|
2453
2453
|
} | undefined;
|
|
2454
|
-
|
|
2454
|
+
terra?: {
|
|
2455
2455
|
light?: FontTheme | undefined;
|
|
2456
2456
|
dark?: FontTheme | undefined;
|
|
2457
2457
|
} | undefined;
|
|
@@ -2465,6 +2465,139 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2465
2465
|
};
|
|
2466
2466
|
}>;
|
|
2467
2467
|
|
|
2468
|
+
/**
|
|
2469
|
+
* Component Registry - Source of Truth
|
|
2470
|
+
*
|
|
2471
|
+
* This file serves as the authoritative source for component counts,
|
|
2472
|
+
* categories, and organization. Used by:
|
|
2473
|
+
* - Documentation (Sage Studio)
|
|
2474
|
+
* - MCP Server registry
|
|
2475
|
+
* - Marketing materials
|
|
2476
|
+
* - Internal tooling
|
|
2477
|
+
*
|
|
2478
|
+
* ⚠️ IMPORTANT: When adding a new component, follow the complete workflow:
|
|
2479
|
+
* See: /.agent/workflows/register-new-component.md
|
|
2480
|
+
*
|
|
2481
|
+
* The workflow includes:
|
|
2482
|
+
* - Creating the component in packages/ui
|
|
2483
|
+
* - Registering in Sage Studio (apps/web)
|
|
2484
|
+
* - Updating THIS registry file
|
|
2485
|
+
* - Updating MCP server registry
|
|
2486
|
+
* - Version bumping and npm publishing
|
|
2487
|
+
*
|
|
2488
|
+
* Last Updated: 2026-01-26
|
|
2489
|
+
*/
|
|
2490
|
+
declare const BRAND: {
|
|
2491
|
+
readonly productName: "Sage Design Engine";
|
|
2492
|
+
readonly productNameShort: "Sage";
|
|
2493
|
+
readonly themeNames: {
|
|
2494
|
+
readonly organic: "Terra";
|
|
2495
|
+
readonly technical: "Volt";
|
|
2496
|
+
readonly neutral: "Studio";
|
|
2497
|
+
};
|
|
2498
|
+
readonly tagline: "The Solopreneur's Development Stack";
|
|
2499
|
+
readonly mission: "AI-Native components for velocity";
|
|
2500
|
+
};
|
|
2501
|
+
declare const COMPONENT_REGISTRY: {
|
|
2502
|
+
/**
|
|
2503
|
+
* Total count of all exported UI components from @thesage/ui
|
|
2504
|
+
*/
|
|
2505
|
+
readonly totalCount: 89;
|
|
2506
|
+
/**
|
|
2507
|
+
* Core categories following functional organization pattern
|
|
2508
|
+
* (what components DO, not abstract hierarchy)
|
|
2509
|
+
*/
|
|
2510
|
+
readonly coreCategories: {
|
|
2511
|
+
readonly actions: {
|
|
2512
|
+
readonly count: 5;
|
|
2513
|
+
readonly description: "Components that trigger behavior";
|
|
2514
|
+
readonly examples: readonly ["Button", "Link", "Toggle", "ToggleGroup", "Magnetic"];
|
|
2515
|
+
};
|
|
2516
|
+
readonly forms: {
|
|
2517
|
+
readonly count: 18;
|
|
2518
|
+
readonly description: "Components that collect user input";
|
|
2519
|
+
readonly examples: readonly ["Input", "Select", "Checkbox", "Switch", "Textarea", "ColorPicker", "SearchBar"];
|
|
2520
|
+
};
|
|
2521
|
+
readonly navigation: {
|
|
2522
|
+
readonly count: 10;
|
|
2523
|
+
readonly description: "Components that help users move through content";
|
|
2524
|
+
readonly examples: readonly ["Tabs", "Breadcrumb", "Pagination", "NavigationMenu", "Command"];
|
|
2525
|
+
};
|
|
2526
|
+
readonly overlays: {
|
|
2527
|
+
readonly count: 11;
|
|
2528
|
+
readonly description: "Components that display contextual content";
|
|
2529
|
+
readonly examples: readonly ["Dialog", "Tooltip", "Popover", "Drawer", "Modal", "Sheet"];
|
|
2530
|
+
};
|
|
2531
|
+
readonly feedback: {
|
|
2532
|
+
readonly count: 7;
|
|
2533
|
+
readonly description: "Components that communicate system state";
|
|
2534
|
+
readonly examples: readonly ["Alert", "Toast", "Progress", "Spinner", "Skeleton"];
|
|
2535
|
+
};
|
|
2536
|
+
readonly 'data-display': {
|
|
2537
|
+
readonly count: 16;
|
|
2538
|
+
readonly description: "Components that present information";
|
|
2539
|
+
readonly examples: readonly ["Card", "Table", "Badge", "Avatar", "Heading", "Text", "Code", "Calendar"];
|
|
2540
|
+
};
|
|
2541
|
+
readonly layout: {
|
|
2542
|
+
readonly count: 17;
|
|
2543
|
+
readonly description: "Components for spatial organization";
|
|
2544
|
+
readonly examples: readonly ["Accordion", "Separator", "Stack", "Grid", "Container", "ScrollArea"];
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
/**
|
|
2548
|
+
* Specialty categories for advanced interactions and effects
|
|
2549
|
+
*/
|
|
2550
|
+
readonly specialtyCategories: {
|
|
2551
|
+
readonly backgrounds: {
|
|
2552
|
+
readonly count: 2;
|
|
2553
|
+
readonly description: "Animated background effects";
|
|
2554
|
+
readonly examples: readonly ["WarpBackground", "FaultyTerminal"];
|
|
2555
|
+
};
|
|
2556
|
+
readonly cursor: {
|
|
2557
|
+
readonly count: 2;
|
|
2558
|
+
readonly description: "Interactive cursor effects";
|
|
2559
|
+
readonly examples: readonly ["SplashCursor", "TargetCursor"];
|
|
2560
|
+
};
|
|
2561
|
+
readonly blocks: {
|
|
2562
|
+
readonly count: 1;
|
|
2563
|
+
readonly description: "Composed page blocks";
|
|
2564
|
+
readonly examples: readonly ["Hero", "OpenGraphCard"];
|
|
2565
|
+
};
|
|
2566
|
+
};
|
|
2567
|
+
/**
|
|
2568
|
+
* Supporting APIs (not counted as components)
|
|
2569
|
+
*/
|
|
2570
|
+
readonly supportingAPIs: {
|
|
2571
|
+
readonly providers: readonly ["ThemeProvider"];
|
|
2572
|
+
readonly hooks: readonly ["useTheme", "useMotionPreference", "useForm"];
|
|
2573
|
+
readonly utilities: readonly ["animations", "breadcrumbs", "colors", "utils", "validation", "syntax-parser"];
|
|
2574
|
+
readonly stores: readonly ["themeStore", "customizerStore"];
|
|
2575
|
+
};
|
|
2576
|
+
};
|
|
2577
|
+
/**
|
|
2578
|
+
* Computed totals
|
|
2579
|
+
*/
|
|
2580
|
+
declare const COMPONENT_COUNTS: {
|
|
2581
|
+
readonly core: number;
|
|
2582
|
+
readonly specialty: number;
|
|
2583
|
+
readonly total: 89;
|
|
2584
|
+
};
|
|
2585
|
+
/**
|
|
2586
|
+
* Marketing-friendly descriptions
|
|
2587
|
+
*/
|
|
2588
|
+
declare const MARKETING_COPY: {
|
|
2589
|
+
readonly short: "89 production-ready components";
|
|
2590
|
+
readonly medium: "89 components across 7 core categories, plus specialty backgrounds and motion effects";
|
|
2591
|
+
readonly long: "89 thoughtfully designed components organized by function: actions, forms, navigation, overlays, feedback, data display, and layout—plus specialty components for backgrounds, cursor interactions, and animated effects.";
|
|
2592
|
+
};
|
|
2593
|
+
/**
|
|
2594
|
+
* Documentation usage examples
|
|
2595
|
+
*/
|
|
2596
|
+
declare const DOC_EXAMPLES: {
|
|
2597
|
+
readonly overview: `89 components across ${number} core categories`;
|
|
2598
|
+
readonly breakdown: string;
|
|
2599
|
+
};
|
|
2600
|
+
|
|
2468
2601
|
declare const index$8_Button: typeof Button;
|
|
2469
2602
|
type index$8_ButtonProps = ButtonProps;
|
|
2470
2603
|
declare const index$8_Link: typeof Link;
|
|
@@ -2827,4 +2960,4 @@ declare namespace index {
|
|
|
2827
2960
|
export { index_SplashCursor as SplashCursor, index_TargetCursor as TargetCursor };
|
|
2828
2961
|
}
|
|
2829
2962
|
|
|
2830
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, index$8 as Actions, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatedBeam, type AnimatedBeamProps, AspectImage, type AspectImageProps, AspectRatio, Avatar, AvatarFallback, AvatarImage, index$1 as Backgrounds, Badge, type BadgeProps, Brand, type BrandProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbItemLegacy, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, BreadcrumbsProps, Button, type ButtonProps, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Code, type CodeProps, Collapsible, CollapsibleCodeBlock, type CollapsibleCodeBlockProps, CollapsibleContent, CollapsibleTrigger, ColorMode$1 as ColorMode, ColorPicker, type ColorPickerProps, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Container, type ContainerProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CustomizerPanel, type CustomizerPanelProps, index$3 as DataDisplay, DataTable, DatePicker, type DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, type DragDropHandleProps, type DragDropItem, DragDropList, type DragDropListProps, DragDropTable, type DragDropTableProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, Dropdown, type DropdownItem, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownProps, FaultyTerminal, index$4 as Feedback, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, type GradientConfig, Grid, GridItem, type GridItemProps, type GridProps, Header, type HeaderNavLink, type HeaderProps, Heading, type HeadingProps, HeroBlock, type HeroBlockProps, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, index$2 as Layout, Link, type LinkProps, Magnetic, type MagneticProps, Menubar, MenubarContent, MenubarGroup, MenubarItem, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarTrigger, Modal, type ModalProps, index as Motion, NavLink, type NavLinkProps, index$6 as Navigation, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, OpenGraphCard, type OpenGraphCardProps, OrbBackground, type OrbBackgroundProps, index$5 as Overlays, PageLayout, type PageLayoutProps, PageTemplate, type PageTemplateHeaderConfig, type PageTemplateProps, type PageTemplateSecondaryNavConfig, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchBar, type SearchBarProps, SecondaryNav, type SecondaryNavItem, type SecondaryNavProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparatorComp as SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarOverlay, Skeleton, type SkeletonProps, Slider, Spinner, type SpinnerProps, SplashCursor, Stack, type StackProps, Switch, SyntaxToken, SyntaxType, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TargetCursor, TertiaryNav, type TertiaryNavItem, type TertiaryNavProps, Text, TextField, type TextFieldProps, type TextProps, Textarea, type TextareaProps, ThemeName$1 as ThemeName, ThemeSwitcher, type ThemeSwitcherProps, ThemeToggle, type ThemeToggleProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, badgeVariants, buttonVariants, navigationMenuTriggerStyle, toggleVariants, useCustomizer, useFormField, useThemeStore, useToast };
|
|
2963
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, index$8 as Actions, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnimatedBeam, type AnimatedBeamProps, AspectImage, type AspectImageProps, AspectRatio, Avatar, AvatarFallback, AvatarImage, BRAND, index$1 as Backgrounds, Badge, type BadgeProps, Brand, type BrandProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbItemLegacy, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, BreadcrumbsProps, Button, type ButtonProps, COMPONENT_COUNTS, COMPONENT_REGISTRY, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Code, type CodeProps, Collapsible, CollapsibleCodeBlock, type CollapsibleCodeBlockProps, CollapsibleContent, CollapsibleTrigger, ColorMode$1 as ColorMode, ColorPicker, type ColorPickerProps, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Container, type ContainerProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CustomizerPanel, type CustomizerPanelProps, DOC_EXAMPLES, index$3 as DataDisplay, DataTable, DatePicker, type DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, type DragDropHandleProps, type DragDropItem, DragDropList, type DragDropListProps, DragDropTable, type DragDropTableProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, Dropdown, type DropdownItem, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownProps, FaultyTerminal, index$4 as Feedback, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, type GradientConfig, Grid, GridItem, type GridItemProps, type GridProps, Header, type HeaderNavLink, type HeaderProps, Heading, type HeadingProps, HeroBlock, type HeroBlockProps, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, index$2 as Layout, Link, type LinkProps, MARKETING_COPY, Magnetic, type MagneticProps, Menubar, MenubarContent, MenubarGroup, MenubarItem, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarTrigger, Modal, type ModalProps, index as Motion, NavLink, type NavLinkProps, index$6 as Navigation, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, OpenGraphCard, type OpenGraphCardProps, OrbBackground, type OrbBackgroundProps, index$5 as Overlays, PageLayout, type PageLayoutProps, PageTemplate, type PageTemplateHeaderConfig, type PageTemplateProps, type PageTemplateSecondaryNavConfig, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchBar, type SearchBarProps, SecondaryNav, type SecondaryNavItem, type SecondaryNavProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparatorComp as SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarItem, SidebarOverlay, Skeleton, type SkeletonProps, Slider, Spinner, type SpinnerProps, SplashCursor, Stack, type StackProps, Switch, SyntaxToken, SyntaxType, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TargetCursor, TertiaryNav, type TertiaryNavItem, type TertiaryNavProps, Text, TextField, type TextFieldProps, type TextProps, Textarea, type TextareaProps, ThemeName$1 as ThemeName, ThemeSwitcher, type ThemeSwitcherProps, ThemeToggle, type ThemeToggleProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, badgeVariants, buttonVariants, navigationMenuTriggerStyle, toggleVariants, useCustomizer, useFormField, useThemeStore, useToast };
|