@jarllyng/nostromo 3.11.0 → 3.12.0

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.
Files changed (107) hide show
  1. package/README.md +1 -1
  2. package/dist/chunk-5N5KJBMP.js +3 -0
  3. package/dist/chunk-5N5KJBMP.js.map +1 -0
  4. package/dist/chunk-75OZKMEA.cjs +3 -0
  5. package/dist/chunk-75OZKMEA.cjs.map +1 -0
  6. package/dist/chunk-DB6MHAU3.cjs +3 -0
  7. package/dist/chunk-DB6MHAU3.cjs.map +1 -0
  8. package/dist/chunk-ERGAJKFH.cjs +3 -0
  9. package/dist/chunk-ERGAJKFH.cjs.map +1 -0
  10. package/dist/chunk-PLEQSJHY.js +3 -0
  11. package/dist/chunk-PLEQSJHY.js.map +1 -0
  12. package/dist/chunk-QESG3HCL.js +3 -0
  13. package/dist/chunk-QESG3HCL.js.map +1 -0
  14. package/dist/chunk-QQTI6OI3.js +3 -0
  15. package/dist/chunk-QQTI6OI3.js.map +1 -0
  16. package/dist/chunk-RKSTEJKG.cjs +3 -0
  17. package/dist/chunk-RKSTEJKG.cjs.map +1 -0
  18. package/dist/components/core/alert.d.cts +1 -1
  19. package/dist/components/core/alert.d.ts +1 -1
  20. package/dist/components/core/badge.d.cts +1 -1
  21. package/dist/components/core/badge.d.ts +1 -1
  22. package/dist/components/core/breadcrumb.d.cts +1 -1
  23. package/dist/components/core/breadcrumb.d.ts +1 -1
  24. package/dist/components/core/button.d.cts +2 -2
  25. package/dist/components/core/button.d.ts +2 -2
  26. package/dist/components/core/checkbox.d.cts +1 -1
  27. package/dist/components/core/checkbox.d.ts +1 -1
  28. package/dist/components/core/command.cjs +3 -0
  29. package/dist/components/core/command.cjs.map +1 -0
  30. package/dist/components/core/command.d.cts +169 -0
  31. package/dist/components/core/command.d.ts +169 -0
  32. package/dist/components/core/command.js +3 -0
  33. package/dist/components/core/command.js.map +1 -0
  34. package/dist/components/core/dialog.cjs +1 -1
  35. package/dist/components/core/dialog.d.cts +10 -1
  36. package/dist/components/core/dialog.d.ts +10 -1
  37. package/dist/components/core/dialog.js +1 -1
  38. package/dist/components/core/drawer.cjs +3 -0
  39. package/dist/components/core/drawer.cjs.map +1 -0
  40. package/dist/components/core/drawer.d.cts +70 -0
  41. package/dist/components/core/drawer.d.ts +70 -0
  42. package/dist/components/core/drawer.js +3 -0
  43. package/dist/components/core/drawer.js.map +1 -0
  44. package/dist/components/core/error-message.d.cts +1 -1
  45. package/dist/components/core/error-message.d.ts +1 -1
  46. package/dist/components/core/form.cjs +1 -1
  47. package/dist/components/core/form.js +1 -1
  48. package/dist/components/core/helper-text.d.cts +1 -1
  49. package/dist/components/core/helper-text.d.ts +1 -1
  50. package/dist/components/core/icon.d.cts +2 -2
  51. package/dist/components/core/icon.d.ts +2 -2
  52. package/dist/components/core/input.d.cts +1 -1
  53. package/dist/components/core/input.d.ts +1 -1
  54. package/dist/components/core/label.d.cts +1 -1
  55. package/dist/components/core/label.d.ts +1 -1
  56. package/dist/components/core/pagination.d.cts +1 -1
  57. package/dist/components/core/pagination.d.ts +1 -1
  58. package/dist/components/core/progress.d.cts +3 -3
  59. package/dist/components/core/progress.d.ts +3 -3
  60. package/dist/components/core/radio-group.d.cts +1 -1
  61. package/dist/components/core/radio-group.d.ts +1 -1
  62. package/dist/components/core/resizable.d.cts +5 -5
  63. package/dist/components/core/resizable.d.ts +5 -5
  64. package/dist/components/core/select.d.cts +3 -3
  65. package/dist/components/core/select.d.ts +3 -3
  66. package/dist/components/core/sidebar.cjs +3 -0
  67. package/dist/components/core/sidebar.cjs.map +1 -0
  68. package/dist/components/core/sidebar.d.cts +131 -0
  69. package/dist/components/core/sidebar.d.ts +131 -0
  70. package/dist/components/core/sidebar.js +3 -0
  71. package/dist/components/core/sidebar.js.map +1 -0
  72. package/dist/components/core/skeleton.d.cts +1 -1
  73. package/dist/components/core/skeleton.d.ts +1 -1
  74. package/dist/components/core/switch.d.cts +1 -1
  75. package/dist/components/core/switch.d.ts +1 -1
  76. package/dist/components/core/textarea.d.cts +1 -1
  77. package/dist/components/core/textarea.d.ts +1 -1
  78. package/dist/components/core/toast.d.cts +2 -2
  79. package/dist/components/core/toast.d.ts +2 -2
  80. package/dist/components/core/tooltip.d.cts +2 -2
  81. package/dist/components/core/tooltip.d.ts +2 -2
  82. package/dist/components/marketing/features.d.cts +2 -2
  83. package/dist/components/marketing/features.d.ts +2 -2
  84. package/dist/components/marketing/gallery.d.cts +1 -1
  85. package/dist/components/marketing/gallery.d.ts +1 -1
  86. package/dist/components/marketing/pricing.d.cts +1 -1
  87. package/dist/components/marketing/pricing.d.ts +1 -1
  88. package/dist/components/marketing/testimonials.d.cts +1 -1
  89. package/dist/components/marketing/testimonials.d.ts +1 -1
  90. package/dist/index.cjs +1 -1
  91. package/dist/index.cjs.map +1 -1
  92. package/dist/index.css +1 -1
  93. package/dist/index.css.map +1 -1
  94. package/dist/index.d.cts +28 -1
  95. package/dist/index.d.ts +28 -1
  96. package/dist/index.js +1 -1
  97. package/dist/index.js.map +1 -1
  98. package/dist/themes/lv-426.css +22 -0
  99. package/dist/themes/mother.css +22 -0
  100. package/dist/themes/nostromo.css +22 -0
  101. package/dist/themes/sulaco.css +22 -0
  102. package/dist/tokens.css +12 -0
  103. package/package.json +46 -2
  104. package/dist/chunk-MY2KMTUS.js +0 -3
  105. package/dist/chunk-MY2KMTUS.js.map +0 -1
  106. package/dist/chunk-NBX6FKCA.cjs +0 -3
  107. package/dist/chunk-NBX6FKCA.cjs.map +0 -1
@@ -0,0 +1,131 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import { SeparatorProps } from './separator.cjs';
3
+ import { InputProps } from './input.cjs';
4
+ import * as React from 'react';
5
+ import { VariantProps } from 'class-variance-authority';
6
+
7
+ interface SidebarContextValue {
8
+ state: "expanded" | "collapsed";
9
+ open: boolean;
10
+ setOpen: (open: boolean) => void;
11
+ openMobile: boolean;
12
+ setOpenMobile: (open: boolean) => void;
13
+ isMobile: boolean;
14
+ toggleSidebar: () => void;
15
+ }
16
+ declare function useSidebar(): SidebarContextValue;
17
+ interface SidebarProviderProps extends React.HTMLAttributes<HTMLDivElement> {
18
+ /**
19
+ * Whether the desktop sidebar starts expanded.
20
+ *
21
+ * Pass the `sidebar_state` cookie's value here on the server, or the sidebar
22
+ * will flash open on every page load for anyone who collapsed it.
23
+ */
24
+ defaultOpen?: boolean;
25
+ open?: boolean;
26
+ onOpenChange?: (open: boolean) => void;
27
+ /**
28
+ * Install the ⌘B / Ctrl+B shortcut. Defaults to true. Turn it off if the key
29
+ * is already taken by something in your app.
30
+ */
31
+ keyboardShortcut?: boolean;
32
+ }
33
+ declare const SidebarProvider: React.ForwardRefExoticComponent<SidebarProviderProps & React.RefAttributes<HTMLDivElement>>;
34
+ interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {
35
+ side?: "left" | "right";
36
+ variant?: "sidebar" | "floating" | "inset";
37
+ /**
38
+ * What collapsing does. `offcanvas` slides it off the edge, `icon` shrinks it
39
+ * to a strip of icons, `none` makes it a plain fixed column.
40
+ */
41
+ collapsible?: "offcanvas" | "icon" | "none";
42
+ /** Accessible name for the phone sheet. */
43
+ title?: string;
44
+ /** Description for the phone sheet, announced after the title. */
45
+ description?: string;
46
+ }
47
+ declare const Sidebar: React.ForwardRefExoticComponent<SidebarProps & React.RefAttributes<HTMLDivElement>>;
48
+ declare const SidebarTrigger: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
49
+ label?: string;
50
+ } & React.RefAttributes<HTMLButtonElement>>;
51
+ /**
52
+ * The thin strip along the sidebar's edge that toggles it.
53
+ *
54
+ * `tabIndex={-1}` on purpose: it does the same thing as `SidebarTrigger`, and two
55
+ * tab stops for one action is worse than one. It is a mouse shortcut, and the
56
+ * button is the keyboard route.
57
+ */
58
+ declare const SidebarRail: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
59
+ label?: string;
60
+ } & React.RefAttributes<HTMLButtonElement>>;
61
+ /** The page beside the sidebar. A `<main>`, so it is a landmark. */
62
+ declare const SidebarInset: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
63
+ declare const SidebarInput: React.ForwardRefExoticComponent<Omit<InputProps & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
64
+ declare const SidebarHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
65
+ declare const SidebarFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
66
+ declare const SidebarSeparator: React.ForwardRefExoticComponent<Omit<SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
67
+ declare const SidebarContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
68
+ declare const SidebarGroup: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
69
+ interface SidebarGroupLabelProps extends React.HTMLAttributes<HTMLDivElement> {
70
+ asChild?: boolean;
71
+ }
72
+ declare const SidebarGroupLabel: React.ForwardRefExoticComponent<SidebarGroupLabelProps & React.RefAttributes<HTMLDivElement>>;
73
+ interface SidebarGroupActionProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
74
+ asChild?: boolean;
75
+ }
76
+ declare const SidebarGroupAction: React.ForwardRefExoticComponent<SidebarGroupActionProps & React.RefAttributes<HTMLButtonElement>>;
77
+ declare const SidebarGroupContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
78
+ /** The navigation list. A real `<ul>`, so it is announced with a length. */
79
+ declare const SidebarMenu: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLUListElement> & React.RefAttributes<HTMLUListElement>>;
80
+ declare const SidebarMenuItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
81
+ declare const sidebarMenuButtonVariants: (props?: ({
82
+ variant?: "default" | "outline" | null | undefined;
83
+ size?: "default" | "sm" | "lg" | null | undefined;
84
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
85
+ interface SidebarMenuButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof sidebarMenuButtonVariants> {
86
+ asChild?: boolean;
87
+ /**
88
+ * Marks the current page. Sets `data-active`, and `aria-current="page"` -
89
+ * highlighting the current item is not the same as telling a screen reader
90
+ * which one it is.
91
+ */
92
+ isActive?: boolean;
93
+ /**
94
+ * Label to show while the sidebar is collapsed to icons, where the text is
95
+ * hidden. Ignored when it is expanded, and on a phone where it is never
96
+ * collapsed.
97
+ */
98
+ tooltip?: string;
99
+ }
100
+ declare const SidebarMenuButton: React.ForwardRefExoticComponent<SidebarMenuButtonProps & React.RefAttributes<HTMLButtonElement>>;
101
+ interface SidebarMenuActionProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
102
+ asChild?: boolean;
103
+ /** Only show it on hover or focus within the item. */
104
+ showOnHover?: boolean;
105
+ }
106
+ declare const SidebarMenuAction: React.ForwardRefExoticComponent<SidebarMenuActionProps & React.RefAttributes<HTMLButtonElement>>;
107
+ declare const SidebarMenuBadge: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
108
+ interface SidebarMenuSkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
109
+ showIcon?: boolean;
110
+ /**
111
+ * Width of the text bar, as a percentage between 40 and 90.
112
+ *
113
+ * Varying it makes a loading list look like a list of names rather than a
114
+ * stack of identical bars. Left out, it is derived from React's own id for
115
+ * this element, which is stable between the server and the client - shadcn's
116
+ * version calls Math.random() here, which renders one width on the server and
117
+ * a different one on the client and so trips hydration.
118
+ */
119
+ width?: number;
120
+ }
121
+ declare const SidebarMenuSkeleton: React.ForwardRefExoticComponent<SidebarMenuSkeletonProps & React.RefAttributes<HTMLDivElement>>;
122
+ declare const SidebarMenuSub: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLUListElement> & React.RefAttributes<HTMLUListElement>>;
123
+ declare const SidebarMenuSubItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
124
+ interface SidebarMenuSubButtonProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
125
+ asChild?: boolean;
126
+ size?: "sm" | "md";
127
+ isActive?: boolean;
128
+ }
129
+ declare const SidebarMenuSubButton: React.ForwardRefExoticComponent<SidebarMenuSubButtonProps & React.RefAttributes<HTMLAnchorElement>>;
130
+
131
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, sidebarMenuButtonVariants, useSidebar };
@@ -0,0 +1,131 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import { SeparatorProps } from './separator.js';
3
+ import { InputProps } from './input.js';
4
+ import * as React from 'react';
5
+ import { VariantProps } from 'class-variance-authority';
6
+
7
+ interface SidebarContextValue {
8
+ state: "expanded" | "collapsed";
9
+ open: boolean;
10
+ setOpen: (open: boolean) => void;
11
+ openMobile: boolean;
12
+ setOpenMobile: (open: boolean) => void;
13
+ isMobile: boolean;
14
+ toggleSidebar: () => void;
15
+ }
16
+ declare function useSidebar(): SidebarContextValue;
17
+ interface SidebarProviderProps extends React.HTMLAttributes<HTMLDivElement> {
18
+ /**
19
+ * Whether the desktop sidebar starts expanded.
20
+ *
21
+ * Pass the `sidebar_state` cookie's value here on the server, or the sidebar
22
+ * will flash open on every page load for anyone who collapsed it.
23
+ */
24
+ defaultOpen?: boolean;
25
+ open?: boolean;
26
+ onOpenChange?: (open: boolean) => void;
27
+ /**
28
+ * Install the ⌘B / Ctrl+B shortcut. Defaults to true. Turn it off if the key
29
+ * is already taken by something in your app.
30
+ */
31
+ keyboardShortcut?: boolean;
32
+ }
33
+ declare const SidebarProvider: React.ForwardRefExoticComponent<SidebarProviderProps & React.RefAttributes<HTMLDivElement>>;
34
+ interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {
35
+ side?: "left" | "right";
36
+ variant?: "sidebar" | "floating" | "inset";
37
+ /**
38
+ * What collapsing does. `offcanvas` slides it off the edge, `icon` shrinks it
39
+ * to a strip of icons, `none` makes it a plain fixed column.
40
+ */
41
+ collapsible?: "offcanvas" | "icon" | "none";
42
+ /** Accessible name for the phone sheet. */
43
+ title?: string;
44
+ /** Description for the phone sheet, announced after the title. */
45
+ description?: string;
46
+ }
47
+ declare const Sidebar: React.ForwardRefExoticComponent<SidebarProps & React.RefAttributes<HTMLDivElement>>;
48
+ declare const SidebarTrigger: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
49
+ label?: string;
50
+ } & React.RefAttributes<HTMLButtonElement>>;
51
+ /**
52
+ * The thin strip along the sidebar's edge that toggles it.
53
+ *
54
+ * `tabIndex={-1}` on purpose: it does the same thing as `SidebarTrigger`, and two
55
+ * tab stops for one action is worse than one. It is a mouse shortcut, and the
56
+ * button is the keyboard route.
57
+ */
58
+ declare const SidebarRail: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
59
+ label?: string;
60
+ } & React.RefAttributes<HTMLButtonElement>>;
61
+ /** The page beside the sidebar. A `<main>`, so it is a landmark. */
62
+ declare const SidebarInset: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
63
+ declare const SidebarInput: React.ForwardRefExoticComponent<Omit<InputProps & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
64
+ declare const SidebarHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
65
+ declare const SidebarFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
66
+ declare const SidebarSeparator: React.ForwardRefExoticComponent<Omit<SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
67
+ declare const SidebarContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
68
+ declare const SidebarGroup: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
69
+ interface SidebarGroupLabelProps extends React.HTMLAttributes<HTMLDivElement> {
70
+ asChild?: boolean;
71
+ }
72
+ declare const SidebarGroupLabel: React.ForwardRefExoticComponent<SidebarGroupLabelProps & React.RefAttributes<HTMLDivElement>>;
73
+ interface SidebarGroupActionProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
74
+ asChild?: boolean;
75
+ }
76
+ declare const SidebarGroupAction: React.ForwardRefExoticComponent<SidebarGroupActionProps & React.RefAttributes<HTMLButtonElement>>;
77
+ declare const SidebarGroupContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
78
+ /** The navigation list. A real `<ul>`, so it is announced with a length. */
79
+ declare const SidebarMenu: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLUListElement> & React.RefAttributes<HTMLUListElement>>;
80
+ declare const SidebarMenuItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
81
+ declare const sidebarMenuButtonVariants: (props?: ({
82
+ variant?: "default" | "outline" | null | undefined;
83
+ size?: "default" | "sm" | "lg" | null | undefined;
84
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
85
+ interface SidebarMenuButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof sidebarMenuButtonVariants> {
86
+ asChild?: boolean;
87
+ /**
88
+ * Marks the current page. Sets `data-active`, and `aria-current="page"` -
89
+ * highlighting the current item is not the same as telling a screen reader
90
+ * which one it is.
91
+ */
92
+ isActive?: boolean;
93
+ /**
94
+ * Label to show while the sidebar is collapsed to icons, where the text is
95
+ * hidden. Ignored when it is expanded, and on a phone where it is never
96
+ * collapsed.
97
+ */
98
+ tooltip?: string;
99
+ }
100
+ declare const SidebarMenuButton: React.ForwardRefExoticComponent<SidebarMenuButtonProps & React.RefAttributes<HTMLButtonElement>>;
101
+ interface SidebarMenuActionProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
102
+ asChild?: boolean;
103
+ /** Only show it on hover or focus within the item. */
104
+ showOnHover?: boolean;
105
+ }
106
+ declare const SidebarMenuAction: React.ForwardRefExoticComponent<SidebarMenuActionProps & React.RefAttributes<HTMLButtonElement>>;
107
+ declare const SidebarMenuBadge: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
108
+ interface SidebarMenuSkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
109
+ showIcon?: boolean;
110
+ /**
111
+ * Width of the text bar, as a percentage between 40 and 90.
112
+ *
113
+ * Varying it makes a loading list look like a list of names rather than a
114
+ * stack of identical bars. Left out, it is derived from React's own id for
115
+ * this element, which is stable between the server and the client - shadcn's
116
+ * version calls Math.random() here, which renders one width on the server and
117
+ * a different one on the client and so trips hydration.
118
+ */
119
+ width?: number;
120
+ }
121
+ declare const SidebarMenuSkeleton: React.ForwardRefExoticComponent<SidebarMenuSkeletonProps & React.RefAttributes<HTMLDivElement>>;
122
+ declare const SidebarMenuSub: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLUListElement> & React.RefAttributes<HTMLUListElement>>;
123
+ declare const SidebarMenuSubItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
124
+ interface SidebarMenuSubButtonProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
125
+ asChild?: boolean;
126
+ size?: "sm" | "md";
127
+ isActive?: boolean;
128
+ }
129
+ declare const SidebarMenuSubButton: React.ForwardRefExoticComponent<SidebarMenuSubButtonProps & React.RefAttributes<HTMLAnchorElement>>;
130
+
131
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, sidebarMenuButtonVariants, useSidebar };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{e as Sidebar,m as SidebarContent,k as SidebarFooter,n as SidebarGroup,p as SidebarGroupAction,q as SidebarGroupContent,o as SidebarGroupLabel,j as SidebarHeader,i as SidebarInput,h as SidebarInset,r as SidebarMenu,v as SidebarMenuAction,w as SidebarMenuBadge,u as SidebarMenuButton,s as SidebarMenuItem,x as SidebarMenuSkeleton,y as SidebarMenuSub,A as SidebarMenuSubButton,z as SidebarMenuSubItem,d as SidebarProvider,g as SidebarRail,l as SidebarSeparator,f as SidebarTrigger,t as sidebarMenuButtonVariants,c as useSidebar}from'../../chunk-QESG3HCL.js';import'../../chunk-TCA5Z7FL.js';import'../../chunk-XRVHMGMD.js';import'../../chunk-HCYZ3LZP.js';import'../../chunk-HD3TMQPR.js';import'../../chunk-QKM5LPRW.js';import'../../chunk-COXN6XBA.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=sidebar.js.map
3
+ //# sourceMappingURL=sidebar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"sidebar.js"}
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const skeletonVariants: (props?: ({
6
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "primary" | null | undefined;
6
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "primary" | null | undefined;
7
7
  size?: "sm" | "lg" | "xl" | "xs" | "md" | "2xl" | "3xl" | null | undefined;
8
8
  shape?: "circle" | "square" | "pill" | "rectangle" | null | undefined;
9
9
  animation?: "none" | "pulse" | "wave" | null | undefined;
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const skeletonVariants: (props?: ({
6
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "primary" | null | undefined;
6
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "primary" | null | undefined;
7
7
  size?: "sm" | "lg" | "xl" | "xs" | "md" | "2xl" | "3xl" | null | undefined;
8
8
  shape?: "circle" | "square" | "pill" | "rectangle" | null | undefined;
9
9
  animation?: "none" | "pulse" | "wave" | null | undefined;
@@ -4,7 +4,7 @@ import * as SwitchPrimitive from '@radix-ui/react-switch';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const switchVariants: (props?: ({
7
- variant?: "error" | "default" | "success" | null | undefined;
7
+ variant?: "default" | "success" | "error" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const switchThumbVariants: (props?: ({
@@ -4,7 +4,7 @@ import * as SwitchPrimitive from '@radix-ui/react-switch';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const switchVariants: (props?: ({
7
- variant?: "error" | "default" | "success" | null | undefined;
7
+ variant?: "default" | "success" | "error" | null | undefined;
8
8
  size?: "default" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const switchThumbVariants: (props?: ({
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const textareaVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | null | undefined;
6
+ variant?: "default" | "success" | "error" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const textareaVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | null | undefined;
6
+ variant?: "default" | "success" | "error" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const toastVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | null | undefined;
8
8
  animation?: "default" | "none" | "scale" | "slide" | "fade" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const toastIconVariants: (props?: ({
11
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
11
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface ToastProps extends VariantProps<typeof toastVariants>, React__default.HTMLAttributes<HTMLDivElement> {
14
14
  id?: string;
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const toastVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  position?: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | null | undefined;
8
8
  animation?: "default" | "none" | "scale" | "slide" | "fade" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const toastIconVariants: (props?: ({
11
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
11
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface ToastProps extends VariantProps<typeof toastVariants>, React__default.HTMLAttributes<HTMLDivElement> {
14
14
  id?: string;
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const tooltipVariants: (props?: ({
6
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "sm" | "lg" | "md" | null | undefined;
8
8
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const arrowVariants: (props?: ({
11
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
11
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
12
12
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  interface TooltipProps extends VariantProps<typeof tooltipVariants> {
@@ -3,12 +3,12 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const tooltipVariants: (props?: ({
6
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "sm" | "lg" | "md" | null | undefined;
8
8
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const arrowVariants: (props?: ({
11
- variant?: "error" | "dark" | "light" | "default" | "success" | "warning" | "info" | null | undefined;
11
+ variant?: "dark" | "light" | "default" | "success" | "error" | "warning" | "info" | null | undefined;
12
12
  placement?: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  interface TooltipProps extends VariantProps<typeof tooltipVariants> {
@@ -6,13 +6,13 @@ declare const featuresVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const featuresGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const featureCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  declare const featureIconVariants: (props?: ({
15
- variant?: "error" | "default" | "success" | "warning" | "muted" | "accent" | null | undefined;
15
+ variant?: "default" | "success" | "error" | "warning" | "muted" | "accent" | null | undefined;
16
16
  } & class_variance_authority_types.ClassProp) | undefined) => string;
17
17
  interface Feature {
18
18
  id: string;
@@ -6,13 +6,13 @@ declare const featuresVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const featuresGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const featureCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;
13
13
  } & class_variance_authority_types.ClassProp) | undefined) => string;
14
14
  declare const featureIconVariants: (props?: ({
15
- variant?: "error" | "default" | "success" | "warning" | "muted" | "accent" | null | undefined;
15
+ variant?: "default" | "success" | "error" | "warning" | "muted" | "accent" | null | undefined;
16
16
  } & class_variance_authority_types.ClassProp) | undefined) => string;
17
17
  interface Feature {
18
18
  id: string;
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const galleryVariants: (props?: ({
6
- columns?: 2 | 1 | 3 | 5 | 4 | 6 | null | undefined;
6
+ columns?: 1 | 2 | 3 | 5 | 4 | 6 | null | undefined;
7
7
  spacing?: "sm" | "lg" | "xl" | "md" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const galleryItemVariants: (props?: ({
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const galleryVariants: (props?: ({
6
- columns?: 2 | 1 | 3 | 5 | 4 | 6 | null | undefined;
6
+ columns?: 1 | 2 | 3 | 5 | 4 | 6 | null | undefined;
7
7
  spacing?: "sm" | "lg" | "xl" | "md" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const galleryItemVariants: (props?: ({
@@ -6,7 +6,7 @@ declare const pricingVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const pricingGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const pricingBadgeVariants: (props?: ({
12
12
  variant?: "default" | "success" | "warning" | "accent" | null | undefined;
@@ -6,7 +6,7 @@ declare const pricingVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const pricingGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const pricingBadgeVariants: (props?: ({
12
12
  variant?: "default" | "success" | "warning" | "accent" | null | undefined;
@@ -6,7 +6,7 @@ declare const testimonialsVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const testimonialsGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const testimonialCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;
@@ -6,7 +6,7 @@ declare const testimonialsVariants: (props?: ({
6
6
  variant?: "default" | "muted" | "accent" | null | undefined;
7
7
  } & class_variance_authority_types.ClassProp) | undefined) => string;
8
8
  declare const testimonialsGridVariants: (props?: ({
9
- columns?: 2 | 1 | 3 | 4 | null | undefined;
9
+ columns?: 1 | 2 | 3 | 4 | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare const testimonialCardVariants: (props?: ({
12
12
  variant?: "default" | "muted" | "accent" | null | undefined;