@lssm/lib.ui-kit-web 0.0.0-canary-20251217054315 → 0.0.0-canary-20251217060433

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 (115) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/ui/accordion.d.ts +24 -0
  3. package/dist/ui/alert-dialog.d.ts +48 -0
  4. package/dist/ui/alert.d.ts +24 -0
  5. package/dist/ui/aspect-ratio.d.ts +7 -0
  6. package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +7 -0
  7. package/dist/ui/atoms/FilterSelect/index.d.ts +3 -0
  8. package/dist/ui/atoms/FilterSelect/types.d.ts +18 -0
  9. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +22 -0
  10. package/dist/ui/atoms/LoadingSpinner/index.d.ts +2 -0
  11. package/dist/ui/atoms/Pagination/Pagination.d.ts +7 -0
  12. package/dist/ui/atoms/Pagination/index.d.ts +3 -0
  13. package/dist/ui/atoms/Pagination/types.d.ts +15 -0
  14. package/dist/ui/atoms/SearchInput/SearchInput.d.ts +7 -0
  15. package/dist/ui/atoms/SearchInput/index.d.ts +3 -0
  16. package/dist/ui/atoms/SearchInput/types.d.ts +12 -0
  17. package/dist/ui/avatar.d.ts +19 -0
  18. package/dist/ui/badge.d.ts +19 -0
  19. package/dist/ui/breadcrumb.d.ts +37 -0
  20. package/dist/ui/button.d.ts +20 -0
  21. package/dist/ui/calendar.d.ts +26 -0
  22. package/dist/ui/calendar.js +1 -1
  23. package/dist/ui/card.d.ts +34 -0
  24. package/dist/ui/carousel.d.ts +47 -0
  25. package/dist/ui/checkbox.d.ts +11 -0
  26. package/dist/ui/collapsible.d.ts +15 -0
  27. package/dist/ui/command.d.ts +52 -0
  28. package/dist/ui/confirm-dialog.d.ts +30 -0
  29. package/dist/ui/context-menu.d.ts +34 -0
  30. package/dist/ui/cta.d.ts +22 -0
  31. package/dist/ui/date-picker.d.ts +25 -0
  32. package/dist/ui/date-range-picker.d.ts +25 -0
  33. package/dist/ui/datetime-picker.d.ts +27 -0
  34. package/dist/ui/dialog.d.ts +47 -0
  35. package/dist/ui/drawer.d.ts +44 -0
  36. package/dist/ui/dropdown-menu.d.ts +77 -0
  37. package/dist/ui/empty-state.d.ts +28 -0
  38. package/dist/ui/empty.d.ts +36 -0
  39. package/dist/ui/field.d.ts +65 -0
  40. package/dist/ui/focus-on-route-change.d.ts +8 -0
  41. package/dist/ui/form.d.ts +46 -0
  42. package/dist/ui/hover-card.d.ts +19 -0
  43. package/dist/ui/input-group.d.ts +43 -0
  44. package/dist/ui/input-otp.d.ts +38 -0
  45. package/dist/ui/input.d.ts +12 -0
  46. package/dist/ui/label.d.ts +11 -0
  47. package/dist/ui/link.d.ts +8 -0
  48. package/dist/ui/live-region.d.ts +16 -0
  49. package/dist/ui/loading-button.d.ts +19 -0
  50. package/dist/ui/map/MapBase.d.ts +28 -0
  51. package/dist/ui/map/MapGeoJsonOverlay.d.ts +15 -0
  52. package/dist/ui/map/MapHeatmapH3.d.ts +17 -0
  53. package/dist/ui/map/MapMarkers.d.ts +19 -0
  54. package/dist/ui/map/index.d.ts +5 -0
  55. package/dist/ui/marketing/FeatureGrid.d.ts +20 -0
  56. package/dist/ui/marketing/Hero.d.ts +27 -0
  57. package/dist/ui/marketing/PricingTable.d.ts +24 -0
  58. package/dist/ui/marketing/index.d.ts +4 -0
  59. package/dist/ui/menubar.d.ts +84 -0
  60. package/dist/ui/molecules/Autocomplete/index.d.ts +6 -0
  61. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +7 -0
  62. package/dist/ui/molecules/SearchAndFilter/index.d.ts +3 -0
  63. package/dist/ui/molecules/SearchAndFilter/types.d.ts +23 -0
  64. package/dist/ui/molecules/SkeletonList.d.ts +15 -0
  65. package/dist/ui/nav-layout.d.ts +70 -0
  66. package/dist/ui/navigation-menu.d.ts +46 -0
  67. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +29 -0
  68. package/dist/ui/organisms/ErrorBoundary/index.d.ts +2 -0
  69. package/dist/ui/organisms/ListPage/ListPage.d.ts +28 -0
  70. package/dist/ui/organisms/ListPage/index.d.ts +3 -0
  71. package/dist/ui/organisms/ListPage/types.d.ts +40 -0
  72. package/dist/ui/page-header.d.ts +26 -0
  73. package/dist/ui/pagination.d.ts +49 -0
  74. package/dist/ui/popover.d.ts +22 -0
  75. package/dist/ui/progress.d.ts +12 -0
  76. package/dist/ui/radio-group.d.ts +15 -0
  77. package/dist/ui/resizable.d.ts +35 -0
  78. package/dist/ui/route-announcer.d.ts +10 -0
  79. package/dist/ui/scroll-area.d.ts +17 -0
  80. package/dist/ui/section.d.ts +26 -0
  81. package/dist/ui/select.d.ts +51 -0
  82. package/dist/ui/separator.d.ts +13 -0
  83. package/dist/ui/sheet.d.ts +40 -0
  84. package/dist/ui/sidebar.d.ts +166 -0
  85. package/dist/ui/skeleton.d.ts +10 -0
  86. package/dist/ui/skip-link.d.ts +16 -0
  87. package/dist/ui/slider.d.ts +15 -0
  88. package/dist/ui/sonner.d.ts +9 -0
  89. package/dist/ui/stack.d.ts +47 -0
  90. package/dist/ui/stat-card-group.d.ts +18 -0
  91. package/dist/ui/stepper.d.ts +22 -0
  92. package/dist/ui/switch.d.ts +14 -0
  93. package/dist/ui/table.d.ts +38 -0
  94. package/dist/ui/tabs.d.ts +23 -0
  95. package/dist/ui/text.d.ts +14 -0
  96. package/dist/ui/textarea.d.ts +11 -0
  97. package/dist/ui/time-picker.d.ts +21 -0
  98. package/dist/ui/toast.d.ts +19 -0
  99. package/dist/ui/toaster.d.ts +6 -0
  100. package/dist/ui/toggle-group.d.ts +23 -0
  101. package/dist/ui/toggle.d.ts +19 -0
  102. package/dist/ui/tooltip.d.ts +23 -0
  103. package/dist/ui/typography.d.ts +64 -0
  104. package/dist/ui/use-media-query.d.ts +4 -0
  105. package/dist/ui/use-mobile.d.ts +4 -0
  106. package/dist/ui/use-reduced-motion.d.ts +4 -0
  107. package/dist/ui/use-toast.d.ts +49 -0
  108. package/dist/ui/useListState.d.ts +33 -0
  109. package/dist/ui/usecases/UseCaseCard.d.ts +18 -0
  110. package/dist/ui/usecases/UserStoryCard.d.ts +14 -0
  111. package/dist/ui/usecases/index.d.ts +3 -0
  112. package/dist/ui/utils.d.ts +6 -0
  113. package/dist/ui/visually-hidden.d.ts +9 -0
  114. package/package.json +116 -116
  115. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,17 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime125 from "react/jsx-runtime";
3
+ import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
4
+
5
+ //#region ui/scroll-area.d.ts
6
+ declare function ScrollArea({
7
+ className,
8
+ children,
9
+ ...props
10
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime125.JSX.Element;
11
+ declare function ScrollBar({
12
+ className,
13
+ orientation,
14
+ ...props
15
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime125.JSX.Element;
16
+ //#endregion
17
+ export { ScrollArea, ScrollBar };
@@ -0,0 +1,26 @@
1
+ import * as React$1 from "react";
2
+ import { VariantProps } from "class-variance-authority";
3
+ import * as class_variance_authority_types4 from "class-variance-authority/types";
4
+
5
+ //#region ui/section.d.ts
6
+ declare const sectionVariants: (props?: ({
7
+ width?: "container" | "narrow" | "wide" | "fluid" | null | undefined;
8
+ px?: "none" | "sm" | "lg" | "md" | null | undefined;
9
+ py?: "none" | "sm" | "lg" | "md" | "xl" | null | undefined;
10
+ tone?: "plain" | "tint" | "subtle" | null | undefined;
11
+ text?: "base" | "lg" | null | undefined;
12
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
13
+ type SectionProps = React$1.HTMLAttributes<HTMLElement> & VariantProps<typeof sectionVariants> & {
14
+ as?: 'section' | 'div' | 'main' | 'header' | 'footer' | 'aside' | 'article' | 'nav';
15
+ };
16
+ declare const Section: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
17
+ width?: "container" | "narrow" | "wide" | "fluid" | null | undefined;
18
+ px?: "none" | "sm" | "lg" | "md" | null | undefined;
19
+ py?: "none" | "sm" | "lg" | "md" | "xl" | null | undefined;
20
+ tone?: "plain" | "tint" | "subtle" | null | undefined;
21
+ text?: "base" | "lg" | null | undefined;
22
+ } & class_variance_authority_types4.ClassProp) | undefined) => string> & {
23
+ as?: "section" | "div" | "main" | "header" | "footer" | "aside" | "article" | "nav";
24
+ } & React$1.RefAttributes<HTMLElement>>;
25
+ //#endregion
26
+ export { Section, SectionProps, sectionVariants };
@@ -0,0 +1,51 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime104 from "react/jsx-runtime";
3
+ import * as SelectPrimitive from "@radix-ui/react-select";
4
+
5
+ //#region ui/select.d.ts
6
+ declare function Select({
7
+ ...props
8
+ }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime104.JSX.Element;
9
+ declare function SelectGroup({
10
+ ...props
11
+ }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime104.JSX.Element;
12
+ declare function SelectValue({
13
+ ...props
14
+ }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime104.JSX.Element;
15
+ declare function SelectTrigger({
16
+ className,
17
+ size,
18
+ children,
19
+ ...props
20
+ }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
21
+ size?: 'sm' | 'default';
22
+ }): react_jsx_runtime104.JSX.Element;
23
+ declare function SelectContent({
24
+ className,
25
+ children,
26
+ position,
27
+ ...props
28
+ }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime104.JSX.Element;
29
+ declare function SelectLabel({
30
+ className,
31
+ ...props
32
+ }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime104.JSX.Element;
33
+ declare function SelectItem({
34
+ className,
35
+ children,
36
+ ...props
37
+ }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime104.JSX.Element;
38
+ declare function SelectSeparator({
39
+ className,
40
+ ...props
41
+ }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime104.JSX.Element;
42
+ declare function SelectScrollUpButton({
43
+ className,
44
+ ...props
45
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime104.JSX.Element;
46
+ declare function SelectScrollDownButton({
47
+ className,
48
+ ...props
49
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime104.JSX.Element;
50
+ //#endregion
51
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
@@ -0,0 +1,13 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime122 from "react/jsx-runtime";
3
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
4
+
5
+ //#region ui/separator.d.ts
6
+ declare function Separator({
7
+ className,
8
+ orientation,
9
+ decorative,
10
+ ...props
11
+ }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime122.JSX.Element;
12
+ //#endregion
13
+ export { Separator };
@@ -0,0 +1,40 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime178 from "react/jsx-runtime";
3
+ import * as SheetPrimitive from "@radix-ui/react-dialog";
4
+
5
+ //#region ui/sheet.d.ts
6
+ declare function Sheet({
7
+ ...props
8
+ }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime178.JSX.Element;
9
+ declare function SheetTrigger({
10
+ ...props
11
+ }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime178.JSX.Element;
12
+ declare function SheetClose({
13
+ ...props
14
+ }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime178.JSX.Element;
15
+ declare function SheetContent({
16
+ className,
17
+ children,
18
+ side,
19
+ ...props
20
+ }: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
21
+ side?: 'top' | 'right' | 'bottom' | 'left';
22
+ }): react_jsx_runtime178.JSX.Element;
23
+ declare function SheetHeader({
24
+ className,
25
+ ...props
26
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime178.JSX.Element;
27
+ declare function SheetFooter({
28
+ className,
29
+ ...props
30
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime178.JSX.Element;
31
+ declare function SheetTitle({
32
+ className,
33
+ ...props
34
+ }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime178.JSX.Element;
35
+ declare function SheetDescription({
36
+ className,
37
+ ...props
38
+ }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime178.JSX.Element;
39
+ //#endregion
40
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
@@ -0,0 +1,166 @@
1
+ import { Button } from "./button.js";
2
+ import { Input } from "./input.js";
3
+ import { Separator } from "./separator.js";
4
+ import { TooltipContent } from "./tooltip.js";
5
+ import * as React$1 from "react";
6
+ import * as react_jsx_runtime187 from "react/jsx-runtime";
7
+ import { VariantProps } from "class-variance-authority";
8
+ import * as class_variance_authority_types11 from "class-variance-authority/types";
9
+
10
+ //#region ui/sidebar.d.ts
11
+ interface SidebarContextProps {
12
+ state: 'expanded' | 'collapsed';
13
+ open: boolean;
14
+ setOpen: (open: boolean) => void;
15
+ openMobile: boolean;
16
+ setOpenMobile: (open: boolean) => void;
17
+ isMobile: boolean;
18
+ toggleSidebar: () => void;
19
+ }
20
+ declare function useSidebar(): SidebarContextProps;
21
+ declare function SidebarProvider({
22
+ defaultOpen,
23
+ open: openProp,
24
+ onOpenChange: setOpenProp,
25
+ className,
26
+ style,
27
+ children,
28
+ ...props
29
+ }: React$1.ComponentPropsWithoutRef<'div'> & {
30
+ defaultOpen?: boolean;
31
+ open?: boolean;
32
+ onOpenChange?: (open: boolean) => void;
33
+ }): react_jsx_runtime187.JSX.Element;
34
+ declare function Sidebar({
35
+ side,
36
+ variant,
37
+ collapsible,
38
+ className,
39
+ children,
40
+ ...props
41
+ }: React$1.ComponentPropsWithoutRef<'div'> & {
42
+ side?: 'left' | 'right';
43
+ variant?: 'sidebar' | 'floating' | 'inset';
44
+ collapsible?: 'offcanvas' | 'icon' | 'none';
45
+ }): react_jsx_runtime187.JSX.Element;
46
+ declare function SidebarTrigger({
47
+ className,
48
+ onClick,
49
+ ...props
50
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime187.JSX.Element;
51
+ declare function SidebarRail({
52
+ className,
53
+ ...props
54
+ }: React$1.ComponentPropsWithoutRef<'button'>): react_jsx_runtime187.JSX.Element;
55
+ declare function SidebarInset({
56
+ className,
57
+ ...props
58
+ }: React$1.ComponentPropsWithoutRef<'main'>): react_jsx_runtime187.JSX.Element;
59
+ declare function SidebarInput({
60
+ className,
61
+ ...props
62
+ }: React$1.ComponentProps<typeof Input>): react_jsx_runtime187.JSX.Element;
63
+ declare function SidebarHeader({
64
+ className,
65
+ ...props
66
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
67
+ declare function SidebarFooter({
68
+ className,
69
+ ...props
70
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
71
+ declare function SidebarSeparator({
72
+ className,
73
+ ...props
74
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime187.JSX.Element;
75
+ declare function SidebarContent({
76
+ className,
77
+ ...props
78
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
79
+ declare function SidebarGroup({
80
+ className,
81
+ ...props
82
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
83
+ declare function SidebarGroupLabel({
84
+ className,
85
+ asChild,
86
+ ...props
87
+ }: React$1.ComponentPropsWithoutRef<'div'> & {
88
+ asChild?: boolean;
89
+ }): react_jsx_runtime187.JSX.Element;
90
+ declare function SidebarGroupAction({
91
+ className,
92
+ asChild,
93
+ ...props
94
+ }: React$1.ComponentPropsWithoutRef<'button'> & {
95
+ asChild?: boolean;
96
+ }): react_jsx_runtime187.JSX.Element;
97
+ declare function SidebarGroupContent({
98
+ className,
99
+ ...props
100
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
101
+ declare function SidebarMenu({
102
+ className,
103
+ ...props
104
+ }: React$1.ComponentPropsWithoutRef<'ul'>): react_jsx_runtime187.JSX.Element;
105
+ declare function SidebarMenuItem({
106
+ className,
107
+ ...props
108
+ }: React$1.ComponentPropsWithoutRef<'li'>): react_jsx_runtime187.JSX.Element;
109
+ declare const sidebarMenuButtonVariants: (props?: ({
110
+ variant?: "default" | "outline" | null | undefined;
111
+ size?: "default" | "sm" | "lg" | null | undefined;
112
+ } & class_variance_authority_types11.ClassProp) | undefined) => string;
113
+ declare function SidebarMenuButton({
114
+ asChild,
115
+ isActive,
116
+ variant,
117
+ size,
118
+ tooltip,
119
+ className,
120
+ ...props
121
+ }: React$1.ComponentPropsWithoutRef<'button'> & {
122
+ asChild?: boolean;
123
+ isActive?: boolean;
124
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
125
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime187.JSX.Element;
126
+ declare function SidebarMenuAction({
127
+ className,
128
+ asChild,
129
+ showOnHover,
130
+ ...props
131
+ }: React$1.ComponentPropsWithoutRef<'button'> & {
132
+ asChild?: boolean;
133
+ showOnHover?: boolean;
134
+ }): react_jsx_runtime187.JSX.Element;
135
+ declare function SidebarMenuBadge({
136
+ className,
137
+ ...props
138
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime187.JSX.Element;
139
+ declare function SidebarMenuSkeleton({
140
+ className,
141
+ showIcon,
142
+ ...props
143
+ }: React$1.ComponentPropsWithoutRef<'div'> & {
144
+ showIcon?: boolean;
145
+ }): react_jsx_runtime187.JSX.Element;
146
+ declare function SidebarMenuSub({
147
+ className,
148
+ ...props
149
+ }: React$1.ComponentPropsWithoutRef<'ul'>): react_jsx_runtime187.JSX.Element;
150
+ declare function SidebarMenuSubItem({
151
+ className,
152
+ ...props
153
+ }: React$1.ComponentPropsWithoutRef<'li'>): react_jsx_runtime187.JSX.Element;
154
+ declare function SidebarMenuSubButton({
155
+ asChild,
156
+ size,
157
+ isActive,
158
+ className,
159
+ ...props
160
+ }: React$1.ComponentPropsWithoutRef<'a'> & {
161
+ asChild?: boolean;
162
+ size?: 'sm' | 'md';
163
+ isActive?: boolean;
164
+ }): react_jsx_runtime187.JSX.Element;
165
+ //#endregion
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 };
@@ -0,0 +1,10 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime270 from "react/jsx-runtime";
3
+
4
+ //#region ui/skeleton.d.ts
5
+ declare function Skeleton({
6
+ className,
7
+ ...props
8
+ }: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime270.JSX.Element;
9
+ //#endregion
10
+ export { Skeleton };
@@ -0,0 +1,16 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime211 from "react/jsx-runtime";
3
+
4
+ //#region ui/skip-link.d.ts
5
+ interface SkipLinkProps extends React$1.AnchorHTMLAttributes<HTMLAnchorElement> {
6
+ targetId?: string;
7
+ children?: React$1.ReactNode;
8
+ }
9
+ declare function SkipLink({
10
+ targetId,
11
+ children,
12
+ className,
13
+ ...props
14
+ }: SkipLinkProps): react_jsx_runtime211.JSX.Element;
15
+ //#endregion
16
+ export { SkipLink };
@@ -0,0 +1,15 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime137 from "react/jsx-runtime";
3
+ import * as SliderPrimitive from "@radix-ui/react-slider";
4
+
5
+ //#region ui/slider.d.ts
6
+ declare function Slider({
7
+ className,
8
+ defaultValue,
9
+ value,
10
+ min,
11
+ max,
12
+ ...props
13
+ }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime137.JSX.Element;
14
+ //#endregion
15
+ export { Slider };
@@ -0,0 +1,9 @@
1
+ import * as react_jsx_runtime130 from "react/jsx-runtime";
2
+ import { ToasterProps } from "sonner";
3
+
4
+ //#region ui/sonner.d.ts
5
+ declare const Toaster: ({
6
+ ...props
7
+ }: ToasterProps) => react_jsx_runtime130.JSX.Element;
8
+ //#endregion
9
+ export { Toaster };
@@ -0,0 +1,47 @@
1
+ import * as React$1 from "react";
2
+ import { VariantProps } from "class-variance-authority";
3
+ import * as class_variance_authority_types12 from "class-variance-authority/types";
4
+
5
+ //#region ui/stack.d.ts
6
+ declare const vStackVariants: (props?: ({
7
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
8
+ align?: "center" | "start" | "end" | "stretch" | null | undefined;
9
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
10
+ } & class_variance_authority_types12.ClassProp) | undefined) => string;
11
+ declare const VStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
12
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
13
+ align?: "center" | "start" | "end" | "stretch" | null | undefined;
14
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
15
+ } & class_variance_authority_types12.ClassProp) | undefined) => string> & {
16
+ as?: "div" | "section" | "nav" | "main" | "header" | "footer" | "article" | "aside";
17
+ } & React$1.RefAttributes<HTMLDivElement>>;
18
+ declare const hStackVariants: (props?: ({
19
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
20
+ align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
21
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
22
+ wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
23
+ } & class_variance_authority_types12.ClassProp) | undefined) => string;
24
+ declare const HStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
25
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
26
+ align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
27
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
28
+ wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
29
+ } & class_variance_authority_types12.ClassProp) | undefined) => string> & {
30
+ as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
31
+ } & React$1.RefAttributes<HTMLDivElement>>;
32
+ declare const boxVariants: (props?: ({
33
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
34
+ align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
35
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
36
+ wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
37
+ } & class_variance_authority_types12.ClassProp) | undefined) => string;
38
+ declare const Box: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
39
+ gap?: "none" | "sm" | "lg" | "md" | "xl" | "xs" | "2xl" | null | undefined;
40
+ align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
41
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
42
+ wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
43
+ } & class_variance_authority_types12.ClassProp) | undefined) => string> & {
44
+ as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
45
+ } & React$1.RefAttributes<HTMLDivElement>>;
46
+ //#endregion
47
+ export { Box, HStack, VStack, boxVariants, hStackVariants, vStackVariants };
@@ -0,0 +1,18 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime226 from "react/jsx-runtime";
3
+
4
+ //#region ui/stat-card-group.d.ts
5
+ interface StatItem {
6
+ label: React$1.ReactNode;
7
+ value: React$1.ReactNode;
8
+ tone?: 'blue' | 'green' | 'amber';
9
+ }
10
+ declare function StatCardGroup({
11
+ items,
12
+ className
13
+ }: {
14
+ items: StatItem[];
15
+ className?: string;
16
+ }): react_jsx_runtime226.JSX.Element;
17
+ //#endregion
18
+ export { StatCardGroup, StatItem };
@@ -0,0 +1,22 @@
1
+ import * as react_jsx_runtime269 from "react/jsx-runtime";
2
+ import { VariantProps } from "class-variance-authority";
3
+ import * as class_variance_authority_types22 from "class-variance-authority/types";
4
+
5
+ //#region ui/stepper.d.ts
6
+ declare const dotVariants: (props?: ({
7
+ state?: "active" | "inactive" | null | undefined;
8
+ size?: "sm" | "md" | null | undefined;
9
+ } & class_variance_authority_types22.ClassProp) | undefined) => string;
10
+ interface StepperProps extends VariantProps<typeof dotVariants> {
11
+ current: number;
12
+ total: number;
13
+ className?: string;
14
+ }
15
+ declare function Stepper({
16
+ current,
17
+ total,
18
+ size,
19
+ className
20
+ }: StepperProps): react_jsx_runtime269.JSX.Element;
21
+ //#endregion
22
+ export { Stepper, StepperProps };
@@ -0,0 +1,14 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime115 from "react/jsx-runtime";
3
+ import * as SwitchPrimitive from "@radix-ui/react-switch";
4
+
5
+ //#region ui/switch.d.ts
6
+ declare function Switch({
7
+ className,
8
+ thumbClassName,
9
+ ...props
10
+ }: React$1.ComponentProps<typeof SwitchPrimitive.Root> & {
11
+ thumbClassName?: string;
12
+ }): react_jsx_runtime115.JSX.Element;
13
+ //#endregion
14
+ export { Switch };
@@ -0,0 +1,38 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime96 from "react/jsx-runtime";
3
+
4
+ //#region ui/table.d.ts
5
+ declare function Table({
6
+ className,
7
+ ...props
8
+ }: React$1.ComponentPropsWithoutRef<'table'>): react_jsx_runtime96.JSX.Element;
9
+ declare function TableHeader({
10
+ className,
11
+ ...props
12
+ }: React$1.ComponentPropsWithoutRef<'thead'>): react_jsx_runtime96.JSX.Element;
13
+ declare function TableBody({
14
+ className,
15
+ ...props
16
+ }: React$1.ComponentPropsWithoutRef<'tbody'>): react_jsx_runtime96.JSX.Element;
17
+ declare function TableFooter({
18
+ className,
19
+ ...props
20
+ }: React$1.ComponentPropsWithoutRef<'tfoot'>): react_jsx_runtime96.JSX.Element;
21
+ declare function TableRow({
22
+ className,
23
+ ...props
24
+ }: React$1.ComponentPropsWithoutRef<'tr'>): react_jsx_runtime96.JSX.Element;
25
+ declare function TableHead({
26
+ className,
27
+ ...props
28
+ }: React$1.ComponentPropsWithoutRef<'th'>): react_jsx_runtime96.JSX.Element;
29
+ declare function TableCell({
30
+ className,
31
+ ...props
32
+ }: React$1.ComponentPropsWithoutRef<'td'>): react_jsx_runtime96.JSX.Element;
33
+ declare function TableCaption({
34
+ className,
35
+ ...props
36
+ }: React$1.ComponentPropsWithoutRef<'caption'>): react_jsx_runtime96.JSX.Element;
37
+ //#endregion
38
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
@@ -0,0 +1,23 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime116 from "react/jsx-runtime";
3
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
4
+
5
+ //#region ui/tabs.d.ts
6
+ declare function Tabs({
7
+ className,
8
+ ...props
9
+ }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime116.JSX.Element;
10
+ declare function TabsList({
11
+ className,
12
+ ...props
13
+ }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime116.JSX.Element;
14
+ declare function TabsTrigger({
15
+ className,
16
+ ...props
17
+ }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime116.JSX.Element;
18
+ declare function TabsContent({
19
+ className,
20
+ ...props
21
+ }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime116.JSX.Element;
22
+ //#endregion
23
+ export { Tabs, TabsContent, TabsList, TabsTrigger };
@@ -0,0 +1,14 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime114 from "react/jsx-runtime";
3
+
4
+ //#region ui/text.d.ts
5
+ type TextProps = React$1.ComponentPropsWithoutRef<'p'> & {
6
+ asChild?: boolean;
7
+ };
8
+ declare function Text({
9
+ className,
10
+ asChild,
11
+ ...props
12
+ }: TextProps): react_jsx_runtime114.JSX.Element;
13
+ //#endregion
14
+ export { Text, TextProps };
@@ -0,0 +1,11 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime131 from "react/jsx-runtime";
3
+
4
+ //#region ui/textarea.d.ts
5
+ type TextareaProps = React$1.ComponentPropsWithoutRef<'textarea'>;
6
+ declare function Textarea({
7
+ className,
8
+ ...props
9
+ }: TextareaProps): react_jsx_runtime131.JSX.Element;
10
+ //#endregion
11
+ export { Textarea, TextareaProps };
@@ -0,0 +1,21 @@
1
+ import * as react_jsx_runtime120 from "react/jsx-runtime";
2
+
3
+ //#region ui/time-picker.d.ts
4
+ interface TimePickerProps {
5
+ value: Date | null;
6
+ onChange: (date: Date | null) => void;
7
+ disabled?: boolean;
8
+ placeholder?: string;
9
+ is24Hour?: boolean;
10
+ className?: string;
11
+ }
12
+ declare function TimePicker({
13
+ value,
14
+ onChange,
15
+ disabled,
16
+ placeholder,
17
+ is24Hour,
18
+ className
19
+ }: TimePickerProps): react_jsx_runtime120.JSX.Element;
20
+ //#endregion
21
+ export { TimePicker, TimePickerProps };
@@ -0,0 +1,19 @@
1
+ import * as React$1 from "react";
2
+ import { VariantProps } from "class-variance-authority";
3
+ import * as ToastPrimitives from "@radix-ui/react-toast";
4
+ import * as class_variance_authority_types10 from "class-variance-authority/types";
5
+
6
+ //#region ui/toast.d.ts
7
+ declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
8
+ declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
9
+ declare const Toast: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
10
+ variant?: "default" | "destructive" | null | undefined;
11
+ } & class_variance_authority_types10.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
12
+ declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
13
+ declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
14
+ declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
15
+ declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
16
+ type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast>;
17
+ type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
18
+ //#endregion
19
+ export { Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime129 from "react/jsx-runtime";
2
+
3
+ //#region ui/toaster.d.ts
4
+ declare function Toaster(): react_jsx_runtime129.JSX.Element;
5
+ //#endregion
6
+ export { Toaster };
@@ -0,0 +1,23 @@
1
+ import { toggleVariants } from "./toggle.js";
2
+ import * as React$1 from "react";
3
+ import * as react_jsx_runtime212 from "react/jsx-runtime";
4
+ import { VariantProps } from "class-variance-authority";
5
+ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
6
+
7
+ //#region ui/toggle-group.d.ts
8
+ declare function ToggleGroup({
9
+ className,
10
+ variant,
11
+ size,
12
+ children,
13
+ ...props
14
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime212.JSX.Element;
15
+ declare function ToggleGroupItem({
16
+ className,
17
+ children,
18
+ variant,
19
+ size,
20
+ ...props
21
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime212.JSX.Element;
22
+ //#endregion
23
+ export { ToggleGroup, ToggleGroupItem };