@opencosmos/ui 1.3.1 → 1.3.2
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/.claude/CLAUDE.md +47 -47
- package/LICENSE +21 -0
- package/README.md +21 -21
- package/dist/{hooks-CKW8vE9H.d.ts → hooks-CFPKFXhH.d.ts} +1 -1
- package/dist/{hooks-1b8WaQf1.d.mts → hooks-CeAuZ0i5.d.mts} +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs.map +1 -1
- package/dist/index.d.mts +78 -11
- package/dist/index.d.ts +78 -11
- package/dist/index.js +585 -342
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +548 -312
- package/dist/index.mjs.map +1 -1
- package/dist/{providers-CXPDMsl7.d.mts → providers-CzKisd2T.d.mts} +1 -1
- package/dist/{providers-Dn_Msjvz.d.ts → providers-D39-kwai.d.ts} +1 -1
- package/dist/providers.d.mts +1 -1
- package/dist/providers.d.ts +1 -1
- package/dist/providers.js.map +1 -1
- package/dist/providers.mjs.map +1 -1
- package/dist/tokens.js.map +1 -1
- package/dist/{utils-Cs04sxth.d.mts → utils-CkatYLG4.d.mts} +1 -1
- package/dist/{utils-CIIM7dAC.d.ts → utils-Y1Zi7biA.d.ts} +1 -1
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs.map +1 -1
- package/package.json +256 -256
- package/src/component-registry.ts +4 -4
- package/src/components/data-display/CollapsibleCodeBlock.tsx +1 -1
- package/src/components/data-display/OpenCosmosIcon.tsx +39 -0
- package/src/components/data-display/index.ts +1 -0
- package/src/components/layout/AppSidebar.tsx +277 -0
- package/src/components/layout/CustomizerPanel.tsx +2 -2
- package/src/components/layout/index.ts +1 -0
- package/src/hooks/useTheme.ts +1 -1
- package/src/hooks.ts +1 -1
- package/src/index.ts +6 -4
- package/src/lib/store/customizer.ts +1 -1
- package/src/lib/store/theme.ts +1 -1
- package/src/lib/syntax-parser/index.ts +1 -1
- package/src/providers/ThemeProvider.tsx +2 -2
- package/src/providers.ts +1 -1
- package/src/tokens.ts +3 -3
- package/src/utils.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,8 +16,8 @@ import { Content, Item, Label as Label$1, ScrollDownButton, ScrollUpButton, Sepa
|
|
|
16
16
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
17
17
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
18
18
|
import { Accept, FileRejection } from 'react-dropzone';
|
|
19
|
-
import { S as SyntaxType, a as SyntaxToken, B as BreadcrumbItemLegacy, b as Breadcrumbs, c as BreadcrumbsProps } from './utils-
|
|
20
|
-
export { L as Language, R as RouteConfig, T as Transition, V as Variant, d as Variants, e as adjustLightness, f as adjustOpacity, g as adjustSaturation, h as cn, i as collapseVariants, j as colorTokens, k as colorUtils, l as createAnimation, m as detectLanguage, n as drawerVariants, o as durations, p as easings, q as fadeVariants, r as generateBreadcrumbs, s as generateColorScale, t as getCSSVariable, u as getContrastRatio, v as getForegroundColor, w as getLuminance, x as getOptimalForeground, y as getSemanticColorPair, z as hexToHSL, A as hexToRgb, C as hslToHex, D as listVariants, E as meetsContrastRequirements, F as modalVariants, G as parseCode, H as presets, I as rotateHue, J as rotateVariants, K as scaleDuration, M as scaleVariants, N as semanticColors, O as setCSSVariable, P as slideVariants, Q as tokenize, U as transitions } from './utils-
|
|
19
|
+
import { S as SyntaxType, a as SyntaxToken, B as BreadcrumbItemLegacy, b as Breadcrumbs, c as BreadcrumbsProps } from './utils-Y1Zi7biA.js';
|
|
20
|
+
export { L as Language, R as RouteConfig, T as Transition, V as Variant, d as Variants, e as adjustLightness, f as adjustOpacity, g as adjustSaturation, h as cn, i as collapseVariants, j as colorTokens, k as colorUtils, l as createAnimation, m as detectLanguage, n as drawerVariants, o as durations, p as easings, q as fadeVariants, r as generateBreadcrumbs, s as generateColorScale, t as getCSSVariable, u as getContrastRatio, v as getForegroundColor, w as getLuminance, x as getOptimalForeground, y as getSemanticColorPair, z as hexToHSL, A as hexToRgb, C as hslToHex, D as listVariants, E as meetsContrastRequirements, F as modalVariants, G as parseCode, H as presets, I as rotateHue, J as rotateVariants, K as scaleDuration, M as scaleVariants, N as semanticColors, O as setCSSVariable, P as slideVariants, Q as tokenize, U as transitions } from './utils-Y1Zi7biA.js';
|
|
21
21
|
import { Command as Command$1 } from 'cmdk';
|
|
22
22
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
23
23
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
@@ -44,8 +44,8 @@ import { T as ThemeName$1, C as ColorMode$1 } from './index-DscTIrZ2.js';
|
|
|
44
44
|
import { Separator as Separator$2, Panel, Group } from 'react-resizable-panels';
|
|
45
45
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
46
46
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
47
|
-
export { p as Providers, T as ThemeProvider, a as ThemeProviderProps } from './providers-
|
|
48
|
-
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, a as UseFormReturn, u as useForm, b as useMotionPreference, c as useTheme } from './hooks-
|
|
47
|
+
export { p as Providers, T as ThemeProvider, a as ThemeProviderProps } from './providers-D39-kwai.js';
|
|
48
|
+
export { h as Hooks, M as MotionPreference, T as ThemeHook, U as UseFormOptions, a as UseFormReturn, u as useForm, b as useMotionPreference, c as useTheme } from './hooks-CFPKFXhH.js';
|
|
49
49
|
import * as zustand_middleware from 'zustand/middleware';
|
|
50
50
|
import * as zustand from 'zustand';
|
|
51
51
|
import { a as FontTheme } from './fontThemes-Dh8mtXES.js';
|
|
@@ -1589,6 +1589,20 @@ declare const GitHubIcon: ({ ref, size, className }: GitHubIconProps & {
|
|
|
1589
1589
|
ref?: React__default.Ref<SVGSVGElement>;
|
|
1590
1590
|
}) => react_jsx_runtime.JSX.Element;
|
|
1591
1591
|
|
|
1592
|
+
interface OpenCosmosIconProps {
|
|
1593
|
+
/** Size of the icon in pixels @default 20 */
|
|
1594
|
+
size?: number;
|
|
1595
|
+
/** Additional className */
|
|
1596
|
+
className?: string;
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* OpenCosmos brand icon — an orbital system: outer ring, tilted ellipse, center star.
|
|
1600
|
+
* Uses currentColor so it inherits text color from its parent.
|
|
1601
|
+
*/
|
|
1602
|
+
declare const OpenCosmosIcon: ({ ref, size, className, }: OpenCosmosIconProps & {
|
|
1603
|
+
ref?: React__default.Ref<SVGSVGElement>;
|
|
1604
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1605
|
+
|
|
1592
1606
|
interface HeadingProps {
|
|
1593
1607
|
/**
|
|
1594
1608
|
* Heading content
|
|
@@ -2414,6 +2428,48 @@ declare const SidebarItem: ({ ref, className, isActive, icon, showIcon, depth, h
|
|
|
2414
2428
|
ref?: React$1.Ref<HTMLButtonElement>;
|
|
2415
2429
|
}) => react_jsx_runtime.JSX.Element;
|
|
2416
2430
|
|
|
2431
|
+
declare const APP_SIDEBAR_WIDTH = 280;
|
|
2432
|
+
declare const APP_SIDEBAR_WIDTH_COLLAPSED = 60;
|
|
2433
|
+
interface AppSidebarContextValue {
|
|
2434
|
+
isOpen: boolean;
|
|
2435
|
+
toggle: () => void;
|
|
2436
|
+
open: () => void;
|
|
2437
|
+
close: () => void;
|
|
2438
|
+
}
|
|
2439
|
+
declare function useAppSidebar(): AppSidebarContextValue;
|
|
2440
|
+
interface AppSidebarProviderProps {
|
|
2441
|
+
children: React__default.ReactNode;
|
|
2442
|
+
/** Initial open state used on server and first render @default true */
|
|
2443
|
+
defaultOpen?: boolean;
|
|
2444
|
+
}
|
|
2445
|
+
declare function AppSidebarProvider({ children, defaultOpen }: AppSidebarProviderProps): react_jsx_runtime.JSX.Element;
|
|
2446
|
+
declare function AppSidebarInset({ children, className, }: {
|
|
2447
|
+
children: React__default.ReactNode;
|
|
2448
|
+
className?: string;
|
|
2449
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2450
|
+
interface AppSidebarNavItem {
|
|
2451
|
+
icon: React__default.ReactNode;
|
|
2452
|
+
label: string;
|
|
2453
|
+
href: string;
|
|
2454
|
+
active?: boolean;
|
|
2455
|
+
external?: boolean;
|
|
2456
|
+
}
|
|
2457
|
+
interface AppSidebarProps {
|
|
2458
|
+
/** Icon element always visible (32×32). Clicking it toggles open/closed. */
|
|
2459
|
+
logo?: React__default.ReactNode;
|
|
2460
|
+
/** Wordmark shown next to the logo when expanded */
|
|
2461
|
+
title?: string;
|
|
2462
|
+
/** Navigation items */
|
|
2463
|
+
items?: AppSidebarNavItem[];
|
|
2464
|
+
/** Body slot — rendered in the scrollable mid-section (e.g. conversation history). Only visible when expanded. */
|
|
2465
|
+
children?: React__default.ReactNode;
|
|
2466
|
+
/** Footer slot — auth section, user avatar, sign-in prompt, etc. */
|
|
2467
|
+
footer?: React__default.ReactNode;
|
|
2468
|
+
/** Additional className for the <aside> */
|
|
2469
|
+
className?: string;
|
|
2470
|
+
}
|
|
2471
|
+
declare function AppSidebar({ logo, title, items, children, footer, className, }: AppSidebarProps): react_jsx_runtime.JSX.Element;
|
|
2472
|
+
|
|
2417
2473
|
interface StackProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2418
2474
|
/**
|
|
2419
2475
|
* Content to arrange
|
|
@@ -2854,7 +2910,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2854
2910
|
*
|
|
2855
2911
|
* This file serves as the authoritative source for component counts,
|
|
2856
2912
|
* categories, and organization. Used by:
|
|
2857
|
-
* - Documentation (
|
|
2913
|
+
* - Documentation (OpenCosmos Studio)
|
|
2858
2914
|
* - MCP Server registry
|
|
2859
2915
|
* - Marketing materials
|
|
2860
2916
|
* - Internal tooling
|
|
@@ -2864,7 +2920,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2864
2920
|
*
|
|
2865
2921
|
* The workflow includes:
|
|
2866
2922
|
* - Creating the component in packages/ui
|
|
2867
|
-
* - Registering in
|
|
2923
|
+
* - Registering in OpenCosmos Studio (apps/web)
|
|
2868
2924
|
* - Updating THIS registry file
|
|
2869
2925
|
* - Updating MCP server registry
|
|
2870
2926
|
* - Version bumping and npm publishing
|
|
@@ -2872,7 +2928,7 @@ declare const useCustomizer: zustand.UseBoundStore<Omit<zustand.StoreApi<Customi
|
|
|
2872
2928
|
* Last Updated: 2026-02-28
|
|
2873
2929
|
*/
|
|
2874
2930
|
declare const BRAND: {
|
|
2875
|
-
readonly productName: "
|
|
2931
|
+
readonly productName: "OpenCosmos UI";
|
|
2876
2932
|
readonly productNameShort: "Sage";
|
|
2877
2933
|
readonly themeNames: {
|
|
2878
2934
|
readonly organic: "Terra";
|
|
@@ -2884,7 +2940,7 @@ declare const BRAND: {
|
|
|
2884
2940
|
};
|
|
2885
2941
|
declare const COMPONENT_REGISTRY: {
|
|
2886
2942
|
/**
|
|
2887
|
-
* Total count of all exported UI components from @
|
|
2943
|
+
* Total count of all exported UI components from @opencosmos/ui
|
|
2888
2944
|
*/
|
|
2889
2945
|
readonly totalCount: 100;
|
|
2890
2946
|
/**
|
|
@@ -3274,6 +3330,8 @@ declare const index$3_GitHubIcon: typeof GitHubIcon;
|
|
|
3274
3330
|
type index$3_GitHubIconProps = GitHubIconProps;
|
|
3275
3331
|
declare const index$3_Heading: typeof Heading;
|
|
3276
3332
|
type index$3_HeadingProps = HeadingProps;
|
|
3333
|
+
declare const index$3_OpenCosmosIcon: typeof OpenCosmosIcon;
|
|
3334
|
+
type index$3_OpenCosmosIconProps = OpenCosmosIconProps;
|
|
3277
3335
|
declare const index$3_StatCard: typeof StatCard;
|
|
3278
3336
|
declare const index$3_StatCardGroup: typeof StatCardGroup;
|
|
3279
3337
|
type index$3_StatCardProps = StatCardProps;
|
|
@@ -3303,13 +3361,21 @@ declare const index$3_statCardVariants: typeof statCardVariants;
|
|
|
3303
3361
|
declare const index$3_timelineVariants: typeof timelineVariants;
|
|
3304
3362
|
declare const index$3_treeNodeVariants: typeof treeNodeVariants;
|
|
3305
3363
|
declare namespace index$3 {
|
|
3306
|
-
export { index$3_AspectImage as AspectImage, type index$3_AspectImageProps as AspectImageProps, index$3_Avatar as Avatar, index$3_AvatarFallback as AvatarFallback, index$3_AvatarImage as AvatarImage, index$3_Badge as Badge, type index$3_BadgeProps as BadgeProps, index$3_Brand as Brand, type index$3_BrandProps as BrandProps, index$3_Calendar as Calendar, index$3_CalendarProps as CalendarProps, index$3_Card as Card, index$3_CardContent as CardContent, index$3_CardDescription as CardDescription, index$3_CardFooter as CardFooter, index$3_CardHeader as CardHeader, type index$3_CardProps as CardProps, index$3_CardTitle as CardTitle, index$3_Code as Code, type index$3_CodeProps as CodeProps, index$3_CollapsibleCodeBlock as CollapsibleCodeBlock, type index$3_CollapsibleCodeBlockProps as CollapsibleCodeBlockProps, index$3_DataTable as DataTable, index$3_DescriptionList as DescriptionList, type index$3_DescriptionListItem as DescriptionListItem, type index$3_DescriptionListProps as DescriptionListProps, index$3_GitHubIcon as GitHubIcon, type index$3_GitHubIconProps as GitHubIconProps, index$3_Heading as Heading, type index$3_HeadingProps as HeadingProps, index$3_StatCard as StatCard, index$3_StatCardGroup as StatCardGroup, type index$3_StatCardProps as StatCardProps, index$3_Table as Table, index$3_TableBody as TableBody, index$3_TableCaption as TableCaption, index$3_TableCell as TableCell, index$3_TableFooter as TableFooter, index$3_TableHead as TableHead, index$3_TableHeader as TableHeader, index$3_TableRow as TableRow, index$3_Text as Text, type index$3_TextProps as TextProps, index$3_Timeline as Timeline, index$3_TimelineItem as TimelineItem, type index$3_TimelineItemProps as TimelineItemProps, type index$3_TimelineProps as TimelineProps, type index$3_TreeNode as TreeNode, index$3_TreeView as TreeView, type index$3_TreeViewProps as TreeViewProps, index$3_Typewriter as Typewriter, type index$3_TypewriterProps as TypewriterProps, index$3_VariableWeightText as VariableWeightText, index$3_badgeVariants as badgeVariants, index$3_cardVariants as cardVariants, index$3_statCardVariants as statCardVariants, index$3_timelineVariants as timelineVariants, index$3_treeNodeVariants as treeNodeVariants };
|
|
3364
|
+
export { index$3_AspectImage as AspectImage, type index$3_AspectImageProps as AspectImageProps, index$3_Avatar as Avatar, index$3_AvatarFallback as AvatarFallback, index$3_AvatarImage as AvatarImage, index$3_Badge as Badge, type index$3_BadgeProps as BadgeProps, index$3_Brand as Brand, type index$3_BrandProps as BrandProps, index$3_Calendar as Calendar, index$3_CalendarProps as CalendarProps, index$3_Card as Card, index$3_CardContent as CardContent, index$3_CardDescription as CardDescription, index$3_CardFooter as CardFooter, index$3_CardHeader as CardHeader, type index$3_CardProps as CardProps, index$3_CardTitle as CardTitle, index$3_Code as Code, type index$3_CodeProps as CodeProps, index$3_CollapsibleCodeBlock as CollapsibleCodeBlock, type index$3_CollapsibleCodeBlockProps as CollapsibleCodeBlockProps, index$3_DataTable as DataTable, index$3_DescriptionList as DescriptionList, type index$3_DescriptionListItem as DescriptionListItem, type index$3_DescriptionListProps as DescriptionListProps, index$3_GitHubIcon as GitHubIcon, type index$3_GitHubIconProps as GitHubIconProps, index$3_Heading as Heading, type index$3_HeadingProps as HeadingProps, index$3_OpenCosmosIcon as OpenCosmosIcon, type index$3_OpenCosmosIconProps as OpenCosmosIconProps, index$3_StatCard as StatCard, index$3_StatCardGroup as StatCardGroup, type index$3_StatCardProps as StatCardProps, index$3_Table as Table, index$3_TableBody as TableBody, index$3_TableCaption as TableCaption, index$3_TableCell as TableCell, index$3_TableFooter as TableFooter, index$3_TableHead as TableHead, index$3_TableHeader as TableHeader, index$3_TableRow as TableRow, index$3_Text as Text, type index$3_TextProps as TextProps, index$3_Timeline as Timeline, index$3_TimelineItem as TimelineItem, type index$3_TimelineItemProps as TimelineItemProps, type index$3_TimelineProps as TimelineProps, type index$3_TreeNode as TreeNode, index$3_TreeView as TreeView, type index$3_TreeViewProps as TreeViewProps, index$3_Typewriter as Typewriter, type index$3_TypewriterProps as TypewriterProps, index$3_VariableWeightText as VariableWeightText, index$3_badgeVariants as badgeVariants, index$3_cardVariants as cardVariants, index$3_statCardVariants as statCardVariants, index$3_timelineVariants as timelineVariants, index$3_treeNodeVariants as treeNodeVariants };
|
|
3307
3365
|
}
|
|
3308
3366
|
|
|
3367
|
+
declare const index$2_APP_SIDEBAR_WIDTH: typeof APP_SIDEBAR_WIDTH;
|
|
3368
|
+
declare const index$2_APP_SIDEBAR_WIDTH_COLLAPSED: typeof APP_SIDEBAR_WIDTH_COLLAPSED;
|
|
3309
3369
|
declare const index$2_Accordion: typeof Accordion;
|
|
3310
3370
|
declare const index$2_AccordionContent: typeof AccordionContent;
|
|
3311
3371
|
declare const index$2_AccordionItem: typeof AccordionItem;
|
|
3312
3372
|
declare const index$2_AccordionTrigger: typeof AccordionTrigger;
|
|
3373
|
+
declare const index$2_AppSidebar: typeof AppSidebar;
|
|
3374
|
+
declare const index$2_AppSidebarInset: typeof AppSidebarInset;
|
|
3375
|
+
type index$2_AppSidebarNavItem = AppSidebarNavItem;
|
|
3376
|
+
type index$2_AppSidebarProps = AppSidebarProps;
|
|
3377
|
+
declare const index$2_AppSidebarProvider: typeof AppSidebarProvider;
|
|
3378
|
+
type index$2_AppSidebarProviderProps = AppSidebarProviderProps;
|
|
3313
3379
|
declare const index$2_AspectRatio: typeof AspectRatio;
|
|
3314
3380
|
declare const index$2_Carousel: typeof Carousel;
|
|
3315
3381
|
type index$2_CarouselApi = CarouselApi;
|
|
@@ -3361,8 +3427,9 @@ declare const index$2_SidebarItem: typeof SidebarItem;
|
|
|
3361
3427
|
declare const index$2_SidebarOverlay: typeof SidebarOverlay;
|
|
3362
3428
|
declare const index$2_Stack: typeof Stack;
|
|
3363
3429
|
type index$2_StackProps = StackProps;
|
|
3430
|
+
declare const index$2_useAppSidebar: typeof useAppSidebar;
|
|
3364
3431
|
declare namespace index$2 {
|
|
3365
|
-
export { index$2_Accordion as Accordion, index$2_AccordionContent as AccordionContent, index$2_AccordionItem as AccordionItem, index$2_AccordionTrigger as AccordionTrigger, index$2_AspectRatio as AspectRatio, index$2_Carousel as Carousel, type index$2_CarouselApi as CarouselApi, index$2_CarouselContent as CarouselContent, index$2_CarouselItem as CarouselItem, index$2_CarouselNext as CarouselNext, index$2_CarouselPrevious as CarouselPrevious, index$2_Collapsible as Collapsible, index$2_CollapsibleContent as CollapsibleContent, index$2_CollapsibleTrigger as CollapsibleTrigger, index$2_Container as Container, type index$2_ContainerProps as ContainerProps, index$2_CustomizerPanel as CustomizerPanel, type index$2_CustomizerPanelProps as CustomizerPanelProps, index$2_DatePicker as DatePicker, index$2_DatePickerProps as DatePickerProps, index$2_Footer as Footer, type index$2_FooterLink as FooterLink, type index$2_FooterProps as FooterProps, type index$2_FooterSection as FooterSection, index$2_GlassSurface as GlassSurface, type index$2_GlassSurfaceProps as GlassSurfaceProps, type index$2_GlassThickness as GlassThickness, type index$2_GlassTint as GlassTint, index$2_Grid as Grid, index$2_GridItem as GridItem, type index$2_GridItemProps as GridItemProps, type index$2_GridProps as GridProps, index$2_Header as Header, type index$2_HeaderNavLink as HeaderNavLink, type index$2_HeaderProps as HeaderProps, index$2_PageLayout as PageLayout, type index$2_PageLayoutProps as PageLayoutProps, index$2_PageTemplate as PageTemplate, type index$2_PageTemplateHeaderConfig as PageTemplateHeaderConfig, type index$2_PageTemplateProps as PageTemplateProps, type index$2_PageTemplateSecondaryNavConfig as PageTemplateSecondaryNavConfig, index$2_ResizableHandle as ResizableHandle, index$2_ResizablePanel as ResizablePanel, index$2_ResizablePanelGroup as ResizablePanelGroup, index$2_ScrollArea as ScrollArea, index$2_ScrollBar as ScrollBar, index$2_Separator as Separator, index$2_Sidebar as Sidebar, index$2_SidebarContent as SidebarContent, index$2_SidebarFooter as SidebarFooter, index$2_SidebarHeader as SidebarHeader, index$2_SidebarItem as SidebarItem, index$2_SidebarOverlay as SidebarOverlay, index$2_Stack as Stack, type index$2_StackProps as StackProps };
|
|
3432
|
+
export { index$2_APP_SIDEBAR_WIDTH as APP_SIDEBAR_WIDTH, index$2_APP_SIDEBAR_WIDTH_COLLAPSED as APP_SIDEBAR_WIDTH_COLLAPSED, index$2_Accordion as Accordion, index$2_AccordionContent as AccordionContent, index$2_AccordionItem as AccordionItem, index$2_AccordionTrigger as AccordionTrigger, index$2_AppSidebar as AppSidebar, index$2_AppSidebarInset as AppSidebarInset, type index$2_AppSidebarNavItem as AppSidebarNavItem, type index$2_AppSidebarProps as AppSidebarProps, index$2_AppSidebarProvider as AppSidebarProvider, type index$2_AppSidebarProviderProps as AppSidebarProviderProps, index$2_AspectRatio as AspectRatio, index$2_Carousel as Carousel, type index$2_CarouselApi as CarouselApi, index$2_CarouselContent as CarouselContent, index$2_CarouselItem as CarouselItem, index$2_CarouselNext as CarouselNext, index$2_CarouselPrevious as CarouselPrevious, index$2_Collapsible as Collapsible, index$2_CollapsibleContent as CollapsibleContent, index$2_CollapsibleTrigger as CollapsibleTrigger, index$2_Container as Container, type index$2_ContainerProps as ContainerProps, index$2_CustomizerPanel as CustomizerPanel, type index$2_CustomizerPanelProps as CustomizerPanelProps, index$2_DatePicker as DatePicker, index$2_DatePickerProps as DatePickerProps, index$2_Footer as Footer, type index$2_FooterLink as FooterLink, type index$2_FooterProps as FooterProps, type index$2_FooterSection as FooterSection, index$2_GlassSurface as GlassSurface, type index$2_GlassSurfaceProps as GlassSurfaceProps, type index$2_GlassThickness as GlassThickness, type index$2_GlassTint as GlassTint, index$2_Grid as Grid, index$2_GridItem as GridItem, type index$2_GridItemProps as GridItemProps, type index$2_GridProps as GridProps, index$2_Header as Header, type index$2_HeaderNavLink as HeaderNavLink, type index$2_HeaderProps as HeaderProps, index$2_PageLayout as PageLayout, type index$2_PageLayoutProps as PageLayoutProps, index$2_PageTemplate as PageTemplate, type index$2_PageTemplateHeaderConfig as PageTemplateHeaderConfig, type index$2_PageTemplateProps as PageTemplateProps, type index$2_PageTemplateSecondaryNavConfig as PageTemplateSecondaryNavConfig, index$2_ResizableHandle as ResizableHandle, index$2_ResizablePanel as ResizablePanel, index$2_ResizablePanelGroup as ResizablePanelGroup, index$2_ScrollArea as ScrollArea, index$2_ScrollBar as ScrollBar, index$2_Separator as Separator, index$2_Sidebar as Sidebar, index$2_SidebarContent as SidebarContent, index$2_SidebarFooter as SidebarFooter, index$2_SidebarHeader as SidebarHeader, index$2_SidebarItem as SidebarItem, index$2_SidebarOverlay as SidebarOverlay, index$2_Stack as Stack, type index$2_StackProps as StackProps, index$2_useAppSidebar as useAppSidebar };
|
|
3366
3433
|
}
|
|
3367
3434
|
|
|
3368
3435
|
declare const index$1_FaultyTerminal: typeof FaultyTerminal;
|
|
@@ -3379,4 +3446,4 @@ declare namespace index {
|
|
|
3379
3446
|
export { index_SplashCursor as SplashCursor, index_TargetCursor as TargetCursor };
|
|
3380
3447
|
}
|
|
3381
3448
|
|
|
3382
|
-
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, 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, DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, DragDropHandleProps, DragDropItem, DragDropList, DragDropListProps, DragDropTable, 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, EmptyState, type EmptyStateProps, FaultyTerminal, index$4 as Feedback, FileUpload, type FileUploadProps, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, GlassSurface, type GlassSurfaceProps, type GlassThickness, type GlassTint, 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, NotificationCenter, type NotificationCenterProps, type NotificationItem, 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, StatCard, StatCardGroup, type StatCardProps, Stepper, type StepperProps, StepperStep, type StepperStepProps, 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, Timeline, TimelineItem, type TimelineItemProps, type TimelineProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type TreeNode, TreeView, type TreeViewProps, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, alertVariants, badgeVariants, buttonVariants, cardVariants, emptyStateVariants, fileUploadZoneVariants, labelVariants, navigationMenuTriggerStyle, sheetVariants, statCardVariants, stepperVariants, timelineVariants, toggleVariants, treeNodeVariants, useCustomizer, useFormField, useThemeStore, useToast };
|
|
3449
|
+
export { APP_SIDEBAR_WIDTH, APP_SIDEBAR_WIDTH_COLLAPSED, 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, AppSidebar, AppSidebarInset, type AppSidebarNavItem, type AppSidebarProps, AppSidebarProvider, type AppSidebarProviderProps, 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, 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, DatePickerProps, DescriptionList, type DescriptionListItem, type DescriptionListProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragDropHandle, DragDropHandleProps, DragDropItem, DragDropList, DragDropListProps, DragDropTable, 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, EmptyState, type EmptyStateProps, FaultyTerminal, index$4 as Feedback, FileUpload, type FileUploadProps, FilterButton, type FilterButtonProps, Footer, type FooterLink, type FooterProps, type FooterSection, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, index$7 as Forms, GitHubIcon, type GitHubIconProps, GlassSurface, type GlassSurfaceProps, type GlassThickness, type GlassTint, 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, NotificationCenter, type NotificationCenterProps, type NotificationItem, OpenCosmosIcon, type OpenCosmosIconProps, 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, StatCard, StatCardGroup, type StatCardProps, Stepper, type StepperProps, StepperStep, type StepperStepProps, 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, Timeline, TimelineItem, type TimelineItemProps, type TimelineProps, type Toast, ToastProvider, type ToastProviderProps, type ToastType, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type TreeNode, TreeView, type TreeViewProps, Typewriter, type TypewriterProps, VariableWeightText, WarpBackground, alertVariants, badgeVariants, buttonVariants, cardVariants, emptyStateVariants, fileUploadZoneVariants, labelVariants, navigationMenuTriggerStyle, sheetVariants, statCardVariants, stepperVariants, timelineVariants, toggleVariants, treeNodeVariants, useAppSidebar, useCustomizer, useFormField, useThemeStore, useToast };
|