@lssm/lib.ui-kit-web 0.0.0-canary-20251206181705 → 0.0.0-canary-20251207013726

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 (83) hide show
  1. package/dist/ui/accordion.d.ts +5 -5
  2. package/dist/ui/alert-dialog.d.ts +12 -12
  3. package/dist/ui/alert.d.ts +6 -6
  4. package/dist/ui/aspect-ratio.d.ts +2 -2
  5. package/dist/ui/avatar.d.ts +4 -4
  6. package/dist/ui/badge.d.ts +5 -5
  7. package/dist/ui/breadcrumb.d.ts +8 -8
  8. package/dist/ui/button.d.ts +6 -6
  9. package/dist/ui/calendar.d.ts +3 -3
  10. package/dist/ui/card.d.ts +8 -8
  11. package/dist/ui/carousel.d.ts +6 -6
  12. package/dist/ui/checkbox.d.ts +2 -2
  13. package/dist/ui/collapsible.d.ts +4 -4
  14. package/dist/ui/command.d.ts +10 -10
  15. package/dist/ui/confirm-dialog.d.ts +2 -2
  16. package/dist/ui/context-menu.d.ts +2 -2
  17. package/dist/ui/date-picker.d.ts +2 -2
  18. package/dist/ui/date-range-picker.d.ts +2 -2
  19. package/dist/ui/datetime-picker.d.ts +2 -2
  20. package/dist/ui/dialog.d.ts +11 -11
  21. package/dist/ui/drawer.d.ts +11 -11
  22. package/dist/ui/dropdown-menu.d.ts +16 -16
  23. package/dist/ui/empty-state.d.ts +2 -2
  24. package/dist/ui/empty.d.ts +9 -9
  25. package/dist/ui/field.d.ts +13 -13
  26. package/dist/ui/form.d.ts +7 -7
  27. package/dist/ui/hover-card.d.ts +4 -4
  28. package/dist/ui/input-group.d.ts +10 -10
  29. package/dist/ui/input-otp.d.ts +2 -2
  30. package/dist/ui/input.d.ts +2 -2
  31. package/dist/ui/label.d.ts +2 -2
  32. package/dist/ui/link.d.ts +3 -3
  33. package/dist/ui/live-region.d.ts +2 -2
  34. package/dist/ui/loading-button.d.ts +2 -2
  35. package/dist/ui/map/MapBase.d.ts +2 -2
  36. package/dist/ui/map/MapGeoJsonOverlay.d.ts +2 -2
  37. package/dist/ui/map/MapHeatmapH3.d.ts +2 -2
  38. package/dist/ui/map/MapMarkers.d.ts +2 -2
  39. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  40. package/dist/ui/marketing/Hero.d.ts +2 -2
  41. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  42. package/dist/ui/menubar.d.ts +17 -17
  43. package/dist/ui/molecules/Autocomplete/index.d.ts +2 -2
  44. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  45. package/dist/ui/nav-layout.d.ts +9 -9
  46. package/dist/ui/navigation-menu.d.ts +11 -11
  47. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  48. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  49. package/dist/ui/page-header.d.ts +5 -5
  50. package/dist/ui/pagination.d.ts +6 -6
  51. package/dist/ui/popover.d.ts +5 -5
  52. package/dist/ui/progress.d.ts +2 -2
  53. package/dist/ui/radio-group.d.ts +3 -3
  54. package/dist/ui/resizable.d.ts +7 -7
  55. package/dist/ui/route-announcer.d.ts +2 -2
  56. package/dist/ui/scroll-area.d.ts +3 -3
  57. package/dist/ui/section.d.ts +7 -7
  58. package/dist/ui/select.d.ts +11 -11
  59. package/dist/ui/separator.d.ts +2 -2
  60. package/dist/ui/sheet.d.ts +9 -9
  61. package/dist/ui/sidebar.d.ts +26 -26
  62. package/dist/ui/skeleton.d.ts +2 -2
  63. package/dist/ui/skip-link.d.ts +2 -2
  64. package/dist/ui/slider.d.ts +2 -2
  65. package/dist/ui/sonner.d.ts +2 -2
  66. package/dist/ui/stack.d.ts +13 -13
  67. package/dist/ui/stat-card-group.d.ts +2 -2
  68. package/dist/ui/stepper.d.ts +4 -4
  69. package/dist/ui/switch.d.ts +2 -2
  70. package/dist/ui/table.d.ts +9 -9
  71. package/dist/ui/tabs.d.ts +5 -5
  72. package/dist/ui/text.d.ts +2 -2
  73. package/dist/ui/textarea.d.ts +2 -2
  74. package/dist/ui/time-picker.d.ts +2 -2
  75. package/dist/ui/toast.d.ts +2 -2
  76. package/dist/ui/toaster.d.ts +2 -2
  77. package/dist/ui/toggle-group.d.ts +3 -3
  78. package/dist/ui/toggle.d.ts +4 -4
  79. package/dist/ui/tooltip.d.ts +5 -5
  80. package/dist/ui/typography.d.ts +12 -12
  81. package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
  82. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  83. package/package.json +1 -1
@@ -1,17 +1,17 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime59 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime227 from "react/jsx-runtime";
3
3
  import * as SheetPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region ui/sheet.d.ts
6
6
  declare function Sheet({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime59.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime227.JSX.Element;
9
9
  declare function SheetTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime59.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime227.JSX.Element;
12
12
  declare function SheetClose({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime59.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime227.JSX.Element;
15
15
  declare function SheetContent({
16
16
  className,
17
17
  children,
@@ -19,22 +19,22 @@ declare function SheetContent({
19
19
  ...props
20
20
  }: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
21
21
  side?: 'top' | 'right' | 'bottom' | 'left';
22
- }): react_jsx_runtime59.JSX.Element;
22
+ }): react_jsx_runtime227.JSX.Element;
23
23
  declare function SheetHeader({
24
24
  className,
25
25
  ...props
26
- }: React$1.ComponentProps<'div'>): react_jsx_runtime59.JSX.Element;
26
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime227.JSX.Element;
27
27
  declare function SheetFooter({
28
28
  className,
29
29
  ...props
30
- }: React$1.ComponentProps<'div'>): react_jsx_runtime59.JSX.Element;
30
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime227.JSX.Element;
31
31
  declare function SheetTitle({
32
32
  className,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime59.JSX.Element;
34
+ }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime227.JSX.Element;
35
35
  declare function SheetDescription({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime59.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime227.JSX.Element;
39
39
  //#endregion
40
40
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
@@ -3,9 +3,9 @@ import { Input } from "./input.js";
3
3
  import { Separator } from "./separator.js";
4
4
  import { TooltipContent } from "./tooltip.js";
5
5
  import * as React$1 from "react";
6
- import * as react_jsx_runtime147 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime236 from "react/jsx-runtime";
7
7
  import { VariantProps } from "class-variance-authority";
8
- import * as class_variance_authority_types14 from "class-variance-authority/types";
8
+ import * as class_variance_authority_types15 from "class-variance-authority/types";
9
9
 
10
10
  //#region ui/sidebar.d.ts
11
11
  interface SidebarContextProps {
@@ -30,7 +30,7 @@ declare function SidebarProvider({
30
30
  defaultOpen?: boolean;
31
31
  open?: boolean;
32
32
  onOpenChange?: (open: boolean) => void;
33
- }): react_jsx_runtime147.JSX.Element;
33
+ }): react_jsx_runtime236.JSX.Element;
34
34
  declare function Sidebar({
35
35
  side,
36
36
  variant,
@@ -42,74 +42,74 @@ declare function Sidebar({
42
42
  side?: 'left' | 'right';
43
43
  variant?: 'sidebar' | 'floating' | 'inset';
44
44
  collapsible?: 'offcanvas' | 'icon' | 'none';
45
- }): react_jsx_runtime147.JSX.Element;
45
+ }): react_jsx_runtime236.JSX.Element;
46
46
  declare function SidebarTrigger({
47
47
  className,
48
48
  onClick,
49
49
  ...props
50
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime147.JSX.Element;
50
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime236.JSX.Element;
51
51
  declare function SidebarRail({
52
52
  className,
53
53
  ...props
54
- }: React$1.ComponentProps<'button'>): react_jsx_runtime147.JSX.Element;
54
+ }: React$1.ComponentProps<'button'>): react_jsx_runtime236.JSX.Element;
55
55
  declare function SidebarInset({
56
56
  className,
57
57
  ...props
58
- }: React$1.ComponentProps<'main'>): react_jsx_runtime147.JSX.Element;
58
+ }: React$1.ComponentProps<'main'>): react_jsx_runtime236.JSX.Element;
59
59
  declare function SidebarInput({
60
60
  className,
61
61
  ...props
62
- }: React$1.ComponentProps<typeof Input>): react_jsx_runtime147.JSX.Element;
62
+ }: React$1.ComponentProps<typeof Input>): react_jsx_runtime236.JSX.Element;
63
63
  declare function SidebarHeader({
64
64
  className,
65
65
  ...props
66
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
66
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
67
67
  declare function SidebarFooter({
68
68
  className,
69
69
  ...props
70
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
70
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
71
71
  declare function SidebarSeparator({
72
72
  className,
73
73
  ...props
74
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime147.JSX.Element;
74
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime236.JSX.Element;
75
75
  declare function SidebarContent({
76
76
  className,
77
77
  ...props
78
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
78
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
79
79
  declare function SidebarGroup({
80
80
  className,
81
81
  ...props
82
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
82
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
83
83
  declare function SidebarGroupLabel({
84
84
  className,
85
85
  asChild,
86
86
  ...props
87
87
  }: React$1.ComponentProps<'div'> & {
88
88
  asChild?: boolean;
89
- }): react_jsx_runtime147.JSX.Element;
89
+ }): react_jsx_runtime236.JSX.Element;
90
90
  declare function SidebarGroupAction({
91
91
  className,
92
92
  asChild,
93
93
  ...props
94
94
  }: React$1.ComponentProps<'button'> & {
95
95
  asChild?: boolean;
96
- }): react_jsx_runtime147.JSX.Element;
96
+ }): react_jsx_runtime236.JSX.Element;
97
97
  declare function SidebarGroupContent({
98
98
  className,
99
99
  ...props
100
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
100
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
101
101
  declare function SidebarMenu({
102
102
  className,
103
103
  ...props
104
- }: React$1.ComponentProps<'ul'>): react_jsx_runtime147.JSX.Element;
104
+ }: React$1.ComponentProps<'ul'>): react_jsx_runtime236.JSX.Element;
105
105
  declare function SidebarMenuItem({
106
106
  className,
107
107
  ...props
108
- }: React$1.ComponentProps<'li'>): react_jsx_runtime147.JSX.Element;
108
+ }: React$1.ComponentProps<'li'>): react_jsx_runtime236.JSX.Element;
109
109
  declare const sidebarMenuButtonVariants: (props?: ({
110
110
  variant?: "default" | "outline" | null | undefined;
111
111
  size?: "default" | "sm" | "lg" | null | undefined;
112
- } & class_variance_authority_types14.ClassProp) | undefined) => string;
112
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
113
113
  declare function SidebarMenuButton({
114
114
  asChild,
115
115
  isActive,
@@ -122,7 +122,7 @@ declare function SidebarMenuButton({
122
122
  asChild?: boolean;
123
123
  isActive?: boolean;
124
124
  tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
125
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime147.JSX.Element;
125
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime236.JSX.Element;
126
126
  declare function SidebarMenuAction({
127
127
  className,
128
128
  asChild,
@@ -131,26 +131,26 @@ declare function SidebarMenuAction({
131
131
  }: React$1.ComponentProps<'button'> & {
132
132
  asChild?: boolean;
133
133
  showOnHover?: boolean;
134
- }): react_jsx_runtime147.JSX.Element;
134
+ }): react_jsx_runtime236.JSX.Element;
135
135
  declare function SidebarMenuBadge({
136
136
  className,
137
137
  ...props
138
- }: React$1.ComponentProps<'div'>): react_jsx_runtime147.JSX.Element;
138
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime236.JSX.Element;
139
139
  declare function SidebarMenuSkeleton({
140
140
  className,
141
141
  showIcon,
142
142
  ...props
143
143
  }: React$1.ComponentProps<'div'> & {
144
144
  showIcon?: boolean;
145
- }): react_jsx_runtime147.JSX.Element;
145
+ }): react_jsx_runtime236.JSX.Element;
146
146
  declare function SidebarMenuSub({
147
147
  className,
148
148
  ...props
149
- }: React$1.ComponentProps<'ul'>): react_jsx_runtime147.JSX.Element;
149
+ }: React$1.ComponentProps<'ul'>): react_jsx_runtime236.JSX.Element;
150
150
  declare function SidebarMenuSubItem({
151
151
  className,
152
152
  ...props
153
- }: React$1.ComponentProps<'li'>): react_jsx_runtime147.JSX.Element;
153
+ }: React$1.ComponentProps<'li'>): react_jsx_runtime236.JSX.Element;
154
154
  declare function SidebarMenuSubButton({
155
155
  asChild,
156
156
  size,
@@ -161,6 +161,6 @@ declare function SidebarMenuSubButton({
161
161
  asChild?: boolean;
162
162
  size?: 'sm' | 'md';
163
163
  isActive?: boolean;
164
- }): react_jsx_runtime147.JSX.Element;
164
+ }): react_jsx_runtime236.JSX.Element;
165
165
  //#endregion
166
166
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
@@ -1,9 +1,9 @@
1
- import * as react_jsx_runtime43 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime266 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/skeleton.d.ts
4
4
  declare function Skeleton({
5
5
  className,
6
6
  ...props
7
- }: React.ComponentProps<'div'>): react_jsx_runtime43.JSX.Element;
7
+ }: React.ComponentProps<'div'>): react_jsx_runtime266.JSX.Element;
8
8
  //#endregion
9
9
  export { Skeleton };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime96 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime267 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/skip-link.d.ts
5
5
  interface SkipLinkProps extends React$1.AnchorHTMLAttributes<HTMLAnchorElement> {
@@ -11,6 +11,6 @@ declare function SkipLink({
11
11
  children,
12
12
  className,
13
13
  ...props
14
- }: SkipLinkProps): react_jsx_runtime96.JSX.Element;
14
+ }: SkipLinkProps): react_jsx_runtime267.JSX.Element;
15
15
  //#endregion
16
16
  export { SkipLink };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime95 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime268 from "react/jsx-runtime";
3
3
  import * as SliderPrimitive from "@radix-ui/react-slider";
4
4
 
5
5
  //#region ui/slider.d.ts
@@ -10,6 +10,6 @@ declare function Slider({
10
10
  min,
11
11
  max,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime95.JSX.Element;
13
+ }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime268.JSX.Element;
14
14
  //#endregion
15
15
  export { Slider };
@@ -1,9 +1,9 @@
1
- import * as react_jsx_runtime104 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime269 from "react/jsx-runtime";
2
2
  import { ToasterProps } from "sonner";
3
3
 
4
4
  //#region ui/sonner.d.ts
5
5
  declare const Toaster: ({
6
6
  ...props
7
- }: ToasterProps) => react_jsx_runtime104.JSX.Element;
7
+ }: ToasterProps) => react_jsx_runtime269.JSX.Element;
8
8
  //#endregion
9
9
  export { Toaster };
@@ -1,46 +1,46 @@
1
1
  import * as React$1 from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types6 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types16 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stack.d.ts
6
6
  declare const vStackVariants: (props?: ({
7
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
7
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
8
8
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
9
9
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
10
- } & class_variance_authority_types6.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types16.ClassProp) | undefined) => string;
11
11
  declare const VStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
12
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
12
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
13
13
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
14
14
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
15
- } & class_variance_authority_types6.ClassProp) | undefined) => string> & {
15
+ } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
16
16
  as?: "div" | "section" | "nav" | "main" | "header" | "footer" | "article" | "aside";
17
17
  } & React$1.RefAttributes<HTMLDivElement>>;
18
18
  declare const hStackVariants: (props?: ({
19
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
19
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
20
20
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
21
21
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
22
22
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
23
- } & class_variance_authority_types6.ClassProp) | undefined) => string;
23
+ } & class_variance_authority_types16.ClassProp) | undefined) => string;
24
24
  declare const HStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
25
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
25
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
26
26
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
27
27
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
28
28
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
29
- } & class_variance_authority_types6.ClassProp) | undefined) => string> & {
29
+ } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
30
30
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
31
31
  } & React$1.RefAttributes<HTMLDivElement>>;
32
32
  declare const boxVariants: (props?: ({
33
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
33
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
34
34
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
35
35
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
36
36
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
37
- } & class_variance_authority_types6.ClassProp) | undefined) => string;
37
+ } & class_variance_authority_types16.ClassProp) | undefined) => string;
38
38
  declare const Box: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
39
- gap?: "sm" | "lg" | "xs" | "none" | "md" | "xl" | "2xl" | null | undefined;
39
+ gap?: "none" | "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
40
40
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
41
41
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
42
42
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
43
- } & class_variance_authority_types6.ClassProp) | undefined) => string> & {
43
+ } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
44
44
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
45
45
  } & React$1.RefAttributes<HTMLDivElement>>;
46
46
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime54 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/stat-card-group.d.ts
5
5
  interface StatItem {
@@ -13,6 +13,6 @@ declare function StatCardGroup({
13
13
  }: {
14
14
  items: StatItem[];
15
15
  className?: string;
16
- }): react_jsx_runtime54.JSX.Element;
16
+ }): react_jsx_runtime21.JSX.Element;
17
17
  //#endregion
18
18
  export { StatCardGroup, StatItem };
@@ -1,12 +1,12 @@
1
- import * as react_jsx_runtime146 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types13 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stepper.d.ts
6
6
  declare const dotVariants: (props?: ({
7
7
  state?: "active" | "inactive" | null | undefined;
8
8
  size?: "sm" | "md" | null | undefined;
9
- } & class_variance_authority_types13.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types1.ClassProp) | undefined) => string;
10
10
  interface StepperProps extends VariantProps<typeof dotVariants> {
11
11
  current: number;
12
12
  total: number;
@@ -17,6 +17,6 @@ declare function Stepper({
17
17
  total,
18
18
  size,
19
19
  className
20
- }: StepperProps): react_jsx_runtime146.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime28.JSX.Element;
21
21
  //#endregion
22
22
  export { Stepper, StepperProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime121 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime55 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitive from "@radix-ui/react-switch";
4
4
 
5
5
  //#region ui/switch.d.ts
@@ -9,6 +9,6 @@ declare function Switch({
9
9
  ...props
10
10
  }: React$1.ComponentProps<typeof SwitchPrimitive.Root> & {
11
11
  thumbClassName?: string;
12
- }): react_jsx_runtime121.JSX.Element;
12
+ }): react_jsx_runtime55.JSX.Element;
13
13
  //#endregion
14
14
  export { Switch };
@@ -1,38 +1,38 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime135 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/table.d.ts
5
5
  declare function Table({
6
6
  className,
7
7
  ...props
8
- }: React$1.ComponentProps<'table'>): react_jsx_runtime135.JSX.Element;
8
+ }: React$1.ComponentProps<'table'>): react_jsx_runtime30.JSX.Element;
9
9
  declare function TableHeader({
10
10
  className,
11
11
  ...props
12
- }: React$1.ComponentProps<'thead'>): react_jsx_runtime135.JSX.Element;
12
+ }: React$1.ComponentProps<'thead'>): react_jsx_runtime30.JSX.Element;
13
13
  declare function TableBody({
14
14
  className,
15
15
  ...props
16
- }: React$1.ComponentProps<'tbody'>): react_jsx_runtime135.JSX.Element;
16
+ }: React$1.ComponentProps<'tbody'>): react_jsx_runtime30.JSX.Element;
17
17
  declare function TableFooter({
18
18
  className,
19
19
  ...props
20
- }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime135.JSX.Element;
20
+ }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime30.JSX.Element;
21
21
  declare function TableRow({
22
22
  className,
23
23
  ...props
24
- }: React$1.ComponentProps<'tr'>): react_jsx_runtime135.JSX.Element;
24
+ }: React$1.ComponentProps<'tr'>): react_jsx_runtime30.JSX.Element;
25
25
  declare function TableHead({
26
26
  className,
27
27
  ...props
28
- }: React$1.ComponentProps<'th'>): react_jsx_runtime135.JSX.Element;
28
+ }: React$1.ComponentProps<'th'>): react_jsx_runtime30.JSX.Element;
29
29
  declare function TableCell({
30
30
  className,
31
31
  ...props
32
- }: React$1.ComponentProps<'td'>): react_jsx_runtime135.JSX.Element;
32
+ }: React$1.ComponentProps<'td'>): react_jsx_runtime30.JSX.Element;
33
33
  declare function TableCaption({
34
34
  className,
35
35
  ...props
36
- }: React$1.ComponentProps<'caption'>): react_jsx_runtime135.JSX.Element;
36
+ }: React$1.ComponentProps<'caption'>): react_jsx_runtime30.JSX.Element;
37
37
  //#endregion
38
38
  export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
package/dist/ui/tabs.d.ts CHANGED
@@ -1,23 +1,23 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime97 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime48 from "react/jsx-runtime";
3
3
  import * as TabsPrimitive from "@radix-ui/react-tabs";
4
4
 
5
5
  //#region ui/tabs.d.ts
6
6
  declare function Tabs({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime97.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime48.JSX.Element;
10
10
  declare function TabsList({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime97.JSX.Element;
13
+ }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime48.JSX.Element;
14
14
  declare function TabsTrigger({
15
15
  className,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime97.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime48.JSX.Element;
18
18
  declare function TabsContent({
19
19
  className,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime97.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime48.JSX.Element;
22
22
  //#endregion
23
23
  export { Tabs, TabsContent, TabsList, TabsTrigger };
package/dist/ui/text.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime170 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime45 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/text.d.ts
5
5
  type TextProps = React$1.HTMLProps<HTMLParagraphElement> & {
@@ -10,6 +10,6 @@ declare function Text({
10
10
  className,
11
11
  asChild,
12
12
  ...props
13
- }: TextProps): react_jsx_runtime170.JSX.Element;
13
+ }: TextProps): react_jsx_runtime45.JSX.Element;
14
14
  //#endregion
15
15
  export { Text, TextProps };
@@ -1,11 +1,11 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime175 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/textarea.d.ts
5
5
  type TextareaProps = React$1.ComponentProps<'textarea'>;
6
6
  declare function Textarea({
7
7
  className,
8
8
  ...props
9
- }: TextareaProps): react_jsx_runtime175.JSX.Element;
9
+ }: TextareaProps): react_jsx_runtime17.JSX.Element;
10
10
  //#endregion
11
11
  export { Textarea, TextareaProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime58 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime138 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/time-picker.d.ts
4
4
  interface TimePickerProps {
@@ -16,6 +16,6 @@ declare function TimePicker({
16
16
  placeholder,
17
17
  is24Hour,
18
18
  className
19
- }: TimePickerProps): react_jsx_runtime58.JSX.Element;
19
+ }: TimePickerProps): react_jsx_runtime138.JSX.Element;
20
20
  //#endregion
21
21
  export { TimePicker, TimePickerProps };
@@ -1,14 +1,14 @@
1
1
  import * as React$1 from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as ToastPrimitives from "@radix-ui/react-toast";
4
- import * as class_variance_authority_types17 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types8 from "class-variance-authority/types";
5
5
 
6
6
  //#region ui/toast.d.ts
7
7
  declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
8
8
  declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
9
9
  declare const Toast: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
10
10
  variant?: "default" | "destructive" | null | undefined;
11
- } & class_variance_authority_types17.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
11
+ } & class_variance_authority_types8.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
12
12
  declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
13
13
  declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
14
14
  declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime57 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime139 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/toaster.d.ts
4
- declare function Toaster(): react_jsx_runtime57.JSX.Element;
4
+ declare function Toaster(): react_jsx_runtime139.JSX.Element;
5
5
  //#endregion
6
6
  export { Toaster };
@@ -1,6 +1,6 @@
1
1
  import { toggleVariants } from "./toggle.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime93 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime140 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
6
6
 
@@ -11,13 +11,13 @@ declare function ToggleGroup({
11
11
  size,
12
12
  children,
13
13
  ...props
14
- }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime93.JSX.Element;
14
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime140.JSX.Element;
15
15
  declare function ToggleGroupItem({
16
16
  className,
17
17
  children,
18
18
  variant,
19
19
  size,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime93.JSX.Element;
21
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime140.JSX.Element;
22
22
  //#endregion
23
23
  export { ToggleGroup, ToggleGroupItem };
@@ -1,19 +1,19 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime180 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime146 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as TogglePrimitive from "@radix-ui/react-toggle";
5
- import * as class_variance_authority_types15 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types9 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/toggle.d.ts
8
8
  declare const toggleVariants: (props?: ({
9
9
  variant?: "default" | "outline" | null | undefined;
10
10
  size?: "default" | "sm" | "lg" | null | undefined;
11
- } & class_variance_authority_types15.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types9.ClassProp) | undefined) => string;
12
12
  declare function Toggle({
13
13
  className,
14
14
  variant,
15
15
  size,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime180.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime146.JSX.Element;
18
18
  //#endregion
19
19
  export { Toggle, toggleVariants };
@@ -1,23 +1,23 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime247 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime142 from "react/jsx-runtime";
3
3
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
4
4
 
5
5
  //#region ui/tooltip.d.ts
6
6
  declare function TooltipProvider({
7
7
  delayDuration,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime247.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime142.JSX.Element;
10
10
  declare function Tooltip({
11
11
  ...props
12
- }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime247.JSX.Element;
12
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime142.JSX.Element;
13
13
  declare function TooltipTrigger({
14
14
  ...props
15
- }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime247.JSX.Element;
15
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime142.JSX.Element;
16
16
  declare function TooltipContent({
17
17
  className,
18
18
  sideOffset,
19
19
  children,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime247.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime142.JSX.Element;
22
22
  //#endregion
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };