@databricks/appkit-ui 0.1.3 → 0.1.5

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 (105) hide show
  1. package/AGENTS.md +1179 -0
  2. package/CLAUDE.md +1178 -2
  3. package/NOTICE.md +2 -0
  4. package/bin/setup-claude.js +1 -1
  5. package/dist/js/arrow/arrow-client.js.map +1 -1
  6. package/dist/js/arrow/lazy-arrow.js.map +1 -1
  7. package/dist/js/sse/connect-sse.js.map +1 -1
  8. package/dist/react/charts/area/index.d.ts +2 -2
  9. package/dist/react/charts/bar/index.d.ts +2 -2
  10. package/dist/react/charts/base.d.ts +2 -2
  11. package/dist/react/charts/base.js.map +1 -1
  12. package/dist/react/charts/create-chart.d.ts +2 -2
  13. package/dist/react/charts/create-chart.js +2 -1
  14. package/dist/react/charts/create-chart.js.map +1 -1
  15. package/dist/react/charts/heatmap/index.d.ts +2 -2
  16. package/dist/react/charts/line/index.d.ts +2 -2
  17. package/dist/react/charts/normalize.d.ts +1 -1
  18. package/dist/react/charts/normalize.js +1 -1
  19. package/dist/react/charts/normalize.js.map +1 -1
  20. package/dist/react/charts/pie/index.d.ts +3 -3
  21. package/dist/react/charts/radar/index.d.ts +2 -2
  22. package/dist/react/charts/scatter/index.d.ts +2 -2
  23. package/dist/react/charts/theme.js.map +1 -1
  24. package/dist/react/charts/types.d.ts +5 -0
  25. package/dist/react/charts/types.d.ts.map +1 -1
  26. package/dist/react/charts/types.js.map +1 -1
  27. package/dist/react/charts/utils.js.map +1 -1
  28. package/dist/react/charts/wrapper.d.ts +4 -2
  29. package/dist/react/charts/wrapper.d.ts.map +1 -1
  30. package/dist/react/charts/wrapper.js +4 -2
  31. package/dist/react/charts/wrapper.js.map +1 -1
  32. package/dist/react/hooks/types.d.ts +2 -0
  33. package/dist/react/hooks/types.d.ts.map +1 -1
  34. package/dist/react/hooks/use-analytics-query.js +9 -3
  35. package/dist/react/hooks/use-analytics-query.js.map +1 -1
  36. package/dist/react/hooks/use-chart-data.d.ts +2 -0
  37. package/dist/react/hooks/use-chart-data.d.ts.map +1 -1
  38. package/dist/react/hooks/use-chart-data.js +3 -2
  39. package/dist/react/hooks/use-chart-data.js.map +1 -1
  40. package/dist/react/table/data-table.d.ts +2 -2
  41. package/dist/react/table/data-table.d.ts.map +1 -1
  42. package/dist/react/table/table-wrapper.js +3 -2
  43. package/dist/react/table/table-wrapper.js.map +1 -1
  44. package/dist/react/table/types.d.ts.map +1 -1
  45. package/dist/react/ui/accordion.d.ts +5 -5
  46. package/dist/react/ui/alert-dialog.d.ts +12 -12
  47. package/dist/react/ui/alert-dialog.d.ts.map +1 -1
  48. package/dist/react/ui/alert.d.ts +4 -4
  49. package/dist/react/ui/aspect-ratio.d.ts +2 -2
  50. package/dist/react/ui/avatar.d.ts +4 -4
  51. package/dist/react/ui/badge.d.ts +2 -2
  52. package/dist/react/ui/breadcrumb.d.ts +8 -8
  53. package/dist/react/ui/button-group.d.ts +4 -4
  54. package/dist/react/ui/button.d.ts +2 -2
  55. package/dist/react/ui/calendar.d.ts +3 -3
  56. package/dist/react/ui/card.d.ts +8 -8
  57. package/dist/react/ui/carousel.d.ts +6 -6
  58. package/dist/react/ui/chart.d.ts +5 -5
  59. package/dist/react/ui/chart.d.ts.map +1 -1
  60. package/dist/react/ui/chart.js.map +1 -1
  61. package/dist/react/ui/checkbox.d.ts +2 -2
  62. package/dist/react/ui/collapsible.d.ts +4 -4
  63. package/dist/react/ui/command.d.ts +10 -10
  64. package/dist/react/ui/context-menu.d.ts +16 -16
  65. package/dist/react/ui/dialog.d.ts +11 -11
  66. package/dist/react/ui/drawer.d.ts +11 -11
  67. package/dist/react/ui/dropdown-menu.d.ts +16 -16
  68. package/dist/react/ui/dropdown-menu.d.ts.map +1 -1
  69. package/dist/react/ui/empty.d.ts +7 -7
  70. package/dist/react/ui/field.d.ts +11 -11
  71. package/dist/react/ui/form.d.ts +7 -7
  72. package/dist/react/ui/hover-card.d.ts +4 -4
  73. package/dist/react/ui/input-group.d.ts +7 -7
  74. package/dist/react/ui/input-otp.d.ts +5 -5
  75. package/dist/react/ui/input.d.ts +2 -2
  76. package/dist/react/ui/item.d.ts +11 -11
  77. package/dist/react/ui/kbd.d.ts +3 -3
  78. package/dist/react/ui/label.d.ts +2 -2
  79. package/dist/react/ui/menubar.d.ts +17 -17
  80. package/dist/react/ui/navigation-menu.d.ts +9 -9
  81. package/dist/react/ui/pagination.d.ts +8 -8
  82. package/dist/react/ui/popover.d.ts +5 -5
  83. package/dist/react/ui/progress.d.ts +2 -2
  84. package/dist/react/ui/radio-group.d.ts +3 -3
  85. package/dist/react/ui/resizable.d.ts +4 -4
  86. package/dist/react/ui/scroll-area.d.ts +3 -3
  87. package/dist/react/ui/select.d.ts +11 -11
  88. package/dist/react/ui/separator.d.ts +2 -2
  89. package/dist/react/ui/sheet.d.ts +9 -9
  90. package/dist/react/ui/sidebar.d.ts +24 -24
  91. package/dist/react/ui/skeleton.d.ts +2 -2
  92. package/dist/react/ui/slider.d.ts +2 -2
  93. package/dist/react/ui/sonner.d.ts +2 -2
  94. package/dist/react/ui/spinner.d.ts +2 -2
  95. package/dist/react/ui/switch.d.ts +2 -2
  96. package/dist/react/ui/table.d.ts +9 -9
  97. package/dist/react/ui/tabs.d.ts +5 -5
  98. package/dist/react/ui/textarea.d.ts +2 -2
  99. package/dist/react/ui/toggle-group.d.ts +3 -3
  100. package/dist/react/ui/toggle.d.ts +2 -2
  101. package/dist/react/ui/tooltip.d.ts +5 -5
  102. package/dist/react/ui/tooltip.d.ts.map +1 -1
  103. package/dist/shared/src/sql/helpers.js.map +1 -1
  104. package/llms.txt +160 -58
  105. package/package.json +3 -2
@@ -1,35 +1,35 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime168 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime163 from "react/jsx-runtime";
3
3
  import * as MenubarPrimitive from "@radix-ui/react-menubar";
4
4
 
5
5
  //#region src/react/ui/menubar.d.ts
6
6
  declare function Menubar({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime168.JSX.Element;
9
+ }: React.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime163.JSX.Element;
10
10
  declare function MenubarMenu({
11
11
  ...props
12
- }: React.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime168.JSX.Element;
12
+ }: React.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime163.JSX.Element;
13
13
  declare function MenubarGroup({
14
14
  ...props
15
- }: React.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime168.JSX.Element;
15
+ }: React.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime163.JSX.Element;
16
16
  declare function MenubarPortal({
17
17
  ...props
18
- }: React.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime168.JSX.Element;
18
+ }: React.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime163.JSX.Element;
19
19
  declare function MenubarRadioGroup({
20
20
  ...props
21
- }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime168.JSX.Element;
21
+ }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime163.JSX.Element;
22
22
  declare function MenubarTrigger({
23
23
  className,
24
24
  ...props
25
- }: React.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime168.JSX.Element;
25
+ }: React.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime163.JSX.Element;
26
26
  declare function MenubarContent({
27
27
  className,
28
28
  align,
29
29
  alignOffset,
30
30
  sideOffset,
31
31
  ...props
32
- }: React.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime168.JSX.Element;
32
+ }: React.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime163.JSX.Element;
33
33
  declare function MenubarItem({
34
34
  className,
35
35
  inset,
@@ -38,36 +38,36 @@ declare function MenubarItem({
38
38
  }: React.ComponentProps<typeof MenubarPrimitive.Item> & {
39
39
  inset?: boolean;
40
40
  variant?: "default" | "destructive";
41
- }): react_jsx_runtime168.JSX.Element;
41
+ }): react_jsx_runtime163.JSX.Element;
42
42
  declare function MenubarCheckboxItem({
43
43
  className,
44
44
  children,
45
45
  checked,
46
46
  ...props
47
- }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime168.JSX.Element;
47
+ }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime163.JSX.Element;
48
48
  declare function MenubarRadioItem({
49
49
  className,
50
50
  children,
51
51
  ...props
52
- }: React.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime168.JSX.Element;
52
+ }: React.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime163.JSX.Element;
53
53
  declare function MenubarLabel({
54
54
  className,
55
55
  inset,
56
56
  ...props
57
57
  }: React.ComponentProps<typeof MenubarPrimitive.Label> & {
58
58
  inset?: boolean;
59
- }): react_jsx_runtime168.JSX.Element;
59
+ }): react_jsx_runtime163.JSX.Element;
60
60
  declare function MenubarSeparator({
61
61
  className,
62
62
  ...props
63
- }: React.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime168.JSX.Element;
63
+ }: React.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime163.JSX.Element;
64
64
  declare function MenubarShortcut({
65
65
  className,
66
66
  ...props
67
- }: React.ComponentProps<"span">): react_jsx_runtime168.JSX.Element;
67
+ }: React.ComponentProps<"span">): react_jsx_runtime163.JSX.Element;
68
68
  declare function MenubarSub({
69
69
  ...props
70
- }: React.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime168.JSX.Element;
70
+ }: React.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime163.JSX.Element;
71
71
  declare function MenubarSubTrigger({
72
72
  className,
73
73
  inset,
@@ -75,11 +75,11 @@ declare function MenubarSubTrigger({
75
75
  ...props
76
76
  }: React.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
77
77
  inset?: boolean;
78
- }): react_jsx_runtime168.JSX.Element;
78
+ }): react_jsx_runtime163.JSX.Element;
79
79
  declare function MenubarSubContent({
80
80
  className,
81
81
  ...props
82
- }: React.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime168.JSX.Element;
82
+ }: React.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime163.JSX.Element;
83
83
  //#endregion
84
84
  export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
85
85
  //# sourceMappingURL=menubar.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime184 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime179 from "react/jsx-runtime";
3
3
  import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
4
4
  import * as class_variance_authority_types9 from "class-variance-authority/types";
5
5
 
@@ -11,37 +11,37 @@ declare function NavigationMenu({
11
11
  ...props
12
12
  }: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
13
13
  viewport?: boolean;
14
- }): react_jsx_runtime184.JSX.Element;
14
+ }): react_jsx_runtime179.JSX.Element;
15
15
  declare function NavigationMenuList({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime184.JSX.Element;
18
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime179.JSX.Element;
19
19
  declare function NavigationMenuItem({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime184.JSX.Element;
22
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime179.JSX.Element;
23
23
  declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types9.ClassProp | undefined) => string;
24
24
  declare function NavigationMenuTrigger({
25
25
  className,
26
26
  children,
27
27
  ...props
28
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime184.JSX.Element;
28
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime179.JSX.Element;
29
29
  declare function NavigationMenuContent({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime184.JSX.Element;
32
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime179.JSX.Element;
33
33
  declare function NavigationMenuViewport({
34
34
  className,
35
35
  ...props
36
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime184.JSX.Element;
36
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime179.JSX.Element;
37
37
  declare function NavigationMenuLink({
38
38
  className,
39
39
  ...props
40
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime184.JSX.Element;
40
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime179.JSX.Element;
41
41
  declare function NavigationMenuIndicator({
42
42
  className,
43
43
  ...props
44
- }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime184.JSX.Element;
44
+ }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime179.JSX.Element;
45
45
  //#endregion
46
46
  export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
47
47
  //# sourceMappingURL=navigation-menu.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime192 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime187 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/ui/pagination.d.ts
6
6
  declare function Pagination({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<"nav">): react_jsx_runtime192.JSX.Element;
9
+ }: React.ComponentProps<"nav">): react_jsx_runtime187.JSX.Element;
10
10
  declare function PaginationContent({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<"ul">): react_jsx_runtime192.JSX.Element;
13
+ }: React.ComponentProps<"ul">): react_jsx_runtime187.JSX.Element;
14
14
  declare function PaginationItem({
15
15
  ...props
16
- }: React.ComponentProps<"li">): react_jsx_runtime192.JSX.Element;
16
+ }: React.ComponentProps<"li">): react_jsx_runtime187.JSX.Element;
17
17
  type PaginationLinkProps = {
18
18
  isActive?: boolean;
19
19
  } & Pick<React.ComponentProps<typeof Button>, "size"> & React.ComponentProps<"a">;
@@ -22,19 +22,19 @@ declare function PaginationLink({
22
22
  isActive,
23
23
  size,
24
24
  ...props
25
- }: PaginationLinkProps): react_jsx_runtime192.JSX.Element;
25
+ }: PaginationLinkProps): react_jsx_runtime187.JSX.Element;
26
26
  declare function PaginationPrevious({
27
27
  className,
28
28
  ...props
29
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime192.JSX.Element;
29
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime187.JSX.Element;
30
30
  declare function PaginationNext({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime192.JSX.Element;
33
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime187.JSX.Element;
34
34
  declare function PaginationEllipsis({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<"span">): react_jsx_runtime192.JSX.Element;
37
+ }: React.ComponentProps<"span">): react_jsx_runtime187.JSX.Element;
38
38
  //#endregion
39
39
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
40
40
  //# sourceMappingURL=pagination.d.ts.map
@@ -1,23 +1,23 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime199 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime194 from "react/jsx-runtime";
3
3
  import * as PopoverPrimitive from "@radix-ui/react-popover";
4
4
 
5
5
  //#region src/react/ui/popover.d.ts
6
6
  declare function Popover({
7
7
  ...props
8
- }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime199.JSX.Element;
8
+ }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime194.JSX.Element;
9
9
  declare function PopoverTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime199.JSX.Element;
11
+ }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime194.JSX.Element;
12
12
  declare function PopoverContent({
13
13
  className,
14
14
  align,
15
15
  sideOffset,
16
16
  ...props
17
- }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime199.JSX.Element;
17
+ }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime194.JSX.Element;
18
18
  declare function PopoverAnchor({
19
19
  ...props
20
- }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime199.JSX.Element;
20
+ }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime194.JSX.Element;
21
21
  //#endregion
22
22
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
23
23
  //# sourceMappingURL=popover.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime203 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime198 from "react/jsx-runtime";
3
3
  import * as ProgressPrimitive from "@radix-ui/react-progress";
4
4
 
5
5
  //#region src/react/ui/progress.d.ts
@@ -7,7 +7,7 @@ declare function Progress({
7
7
  className,
8
8
  value,
9
9
  ...props
10
- }: React.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime203.JSX.Element;
10
+ }: React.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime198.JSX.Element;
11
11
  //#endregion
12
12
  export { Progress };
13
13
  //# sourceMappingURL=progress.d.ts.map
@@ -1,16 +1,16 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime204 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime199 from "react/jsx-runtime";
3
3
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
4
4
 
5
5
  //#region src/react/ui/radio-group.d.ts
6
6
  declare function RadioGroup({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime204.JSX.Element;
9
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime199.JSX.Element;
10
10
  declare function RadioGroupItem({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime204.JSX.Element;
13
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime199.JSX.Element;
14
14
  //#endregion
15
15
  export { RadioGroup, RadioGroupItem };
16
16
  //# sourceMappingURL=radio-group.d.ts.map
@@ -1,22 +1,22 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime206 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime201 from "react/jsx-runtime";
3
3
  import * as ResizablePrimitive from "react-resizable-panels";
4
4
 
5
5
  //#region src/react/ui/resizable.d.ts
6
6
  declare function ResizablePanelGroup({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime206.JSX.Element;
9
+ }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime201.JSX.Element;
10
10
  declare function ResizablePanel({
11
11
  ...props
12
- }: React.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime206.JSX.Element;
12
+ }: React.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime201.JSX.Element;
13
13
  declare function ResizableHandle({
14
14
  withHandle,
15
15
  className,
16
16
  ...props
17
17
  }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
18
18
  withHandle?: boolean;
19
- }): react_jsx_runtime206.JSX.Element;
19
+ }): react_jsx_runtime201.JSX.Element;
20
20
  //#endregion
21
21
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
22
22
  //# sourceMappingURL=resizable.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime209 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime204 from "react/jsx-runtime";
3
3
  import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
4
4
 
5
5
  //#region src/react/ui/scroll-area.d.ts
@@ -7,12 +7,12 @@ declare function ScrollArea({
7
7
  className,
8
8
  children,
9
9
  ...props
10
- }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime209.JSX.Element;
10
+ }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime204.JSX.Element;
11
11
  declare function ScrollBar({
12
12
  className,
13
13
  orientation,
14
14
  ...props
15
- }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime209.JSX.Element;
15
+ }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime204.JSX.Element;
16
16
  //#endregion
17
17
  export { ScrollArea, ScrollBar };
18
18
  //# sourceMappingURL=scroll-area.d.ts.map
@@ -1,17 +1,17 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime211 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime206 from "react/jsx-runtime";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
5
5
  //#region src/react/ui/select.d.ts
6
6
  declare function Select({
7
7
  ...props
8
- }: React.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime211.JSX.Element;
8
+ }: React.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime206.JSX.Element;
9
9
  declare function SelectGroup({
10
10
  ...props
11
- }: React.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime211.JSX.Element;
11
+ }: React.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime206.JSX.Element;
12
12
  declare function SelectValue({
13
13
  ...props
14
- }: React.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime211.JSX.Element;
14
+ }: React.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime206.JSX.Element;
15
15
  declare function SelectTrigger({
16
16
  className,
17
17
  size,
@@ -19,35 +19,35 @@ declare function SelectTrigger({
19
19
  ...props
20
20
  }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
21
21
  size?: "sm" | "default";
22
- }): react_jsx_runtime211.JSX.Element;
22
+ }): react_jsx_runtime206.JSX.Element;
23
23
  declare function SelectContent({
24
24
  className,
25
25
  children,
26
26
  position,
27
27
  align,
28
28
  ...props
29
- }: React.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime211.JSX.Element;
29
+ }: React.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime206.JSX.Element;
30
30
  declare function SelectLabel({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime211.JSX.Element;
33
+ }: React.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime206.JSX.Element;
34
34
  declare function SelectItem({
35
35
  className,
36
36
  children,
37
37
  ...props
38
- }: React.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime211.JSX.Element;
38
+ }: React.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime206.JSX.Element;
39
39
  declare function SelectSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime211.JSX.Element;
42
+ }: React.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime206.JSX.Element;
43
43
  declare function SelectScrollUpButton({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime211.JSX.Element;
46
+ }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime206.JSX.Element;
47
47
  declare function SelectScrollDownButton({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime211.JSX.Element;
50
+ }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime206.JSX.Element;
51
51
  //#endregion
52
52
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
53
53
  //# sourceMappingURL=select.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime221 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime216 from "react/jsx-runtime";
3
3
  import * as SeparatorPrimitive from "@radix-ui/react-separator";
4
4
 
5
5
  //#region src/react/ui/separator.d.ts
@@ -8,7 +8,7 @@ declare function Separator({
8
8
  orientation,
9
9
  decorative,
10
10
  ...props
11
- }: React.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime221.JSX.Element;
11
+ }: React.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime216.JSX.Element;
12
12
  //#endregion
13
13
  export { Separator };
14
14
  //# sourceMappingURL=separator.d.ts.map
@@ -1,17 +1,17 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime222 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime217 from "react/jsx-runtime";
3
3
  import * as SheetPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region src/react/ui/sheet.d.ts
6
6
  declare function Sheet({
7
7
  ...props
8
- }: React.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime222.JSX.Element;
8
+ }: React.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime217.JSX.Element;
9
9
  declare function SheetTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime222.JSX.Element;
11
+ }: React.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime217.JSX.Element;
12
12
  declare function SheetClose({
13
13
  ...props
14
- }: React.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime222.JSX.Element;
14
+ }: React.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime217.JSX.Element;
15
15
  declare function SheetContent({
16
16
  className,
17
17
  children,
@@ -19,23 +19,23 @@ declare function SheetContent({
19
19
  ...props
20
20
  }: React.ComponentProps<typeof SheetPrimitive.Content> & {
21
21
  side?: "top" | "right" | "bottom" | "left";
22
- }): react_jsx_runtime222.JSX.Element;
22
+ }): react_jsx_runtime217.JSX.Element;
23
23
  declare function SheetHeader({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<"div">): react_jsx_runtime222.JSX.Element;
26
+ }: React.ComponentProps<"div">): react_jsx_runtime217.JSX.Element;
27
27
  declare function SheetFooter({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<"div">): react_jsx_runtime222.JSX.Element;
30
+ }: React.ComponentProps<"div">): react_jsx_runtime217.JSX.Element;
31
31
  declare function SheetTitle({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime222.JSX.Element;
34
+ }: React.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime217.JSX.Element;
35
35
  declare function SheetDescription({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime222.JSX.Element;
38
+ }: React.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime217.JSX.Element;
39
39
  //#endregion
40
40
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
41
41
  //# sourceMappingURL=sheet.d.ts.map
@@ -3,7 +3,7 @@ import { Separator } from "./separator.js";
3
3
  import { Input } from "./input.js";
4
4
  import { TooltipContent } from "./tooltip.js";
5
5
  import * as React from "react";
6
- import * as react_jsx_runtime230 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime225 from "react/jsx-runtime";
7
7
  import { VariantProps } from "class-variance-authority";
8
8
  import * as class_variance_authority_types10 from "class-variance-authority/types";
9
9
 
@@ -30,7 +30,7 @@ declare function SidebarProvider({
30
30
  defaultOpen?: boolean;
31
31
  open?: boolean;
32
32
  onOpenChange?: (open: boolean) => void;
33
- }): react_jsx_runtime230.JSX.Element;
33
+ }): react_jsx_runtime225.JSX.Element;
34
34
  declare function Sidebar({
35
35
  side,
36
36
  variant,
@@ -42,70 +42,70 @@ declare function Sidebar({
42
42
  side?: "left" | "right";
43
43
  variant?: "sidebar" | "floating" | "inset";
44
44
  collapsible?: "offcanvas" | "icon" | "none";
45
- }): react_jsx_runtime230.JSX.Element;
45
+ }): react_jsx_runtime225.JSX.Element;
46
46
  declare function SidebarTrigger({
47
47
  className,
48
48
  onClick,
49
49
  ...props
50
- }: React.ComponentProps<typeof Button>): react_jsx_runtime230.JSX.Element;
50
+ }: React.ComponentProps<typeof Button>): react_jsx_runtime225.JSX.Element;
51
51
  declare function SidebarRail({
52
52
  className,
53
53
  ...props
54
- }: React.ComponentProps<"button">): react_jsx_runtime230.JSX.Element;
54
+ }: React.ComponentProps<"button">): react_jsx_runtime225.JSX.Element;
55
55
  declare function SidebarInset({
56
56
  className,
57
57
  ...props
58
- }: React.ComponentProps<"main">): react_jsx_runtime230.JSX.Element;
58
+ }: React.ComponentProps<"main">): react_jsx_runtime225.JSX.Element;
59
59
  declare function SidebarInput({
60
60
  className,
61
61
  ...props
62
- }: React.ComponentProps<typeof Input>): react_jsx_runtime230.JSX.Element;
62
+ }: React.ComponentProps<typeof Input>): react_jsx_runtime225.JSX.Element;
63
63
  declare function SidebarHeader({
64
64
  className,
65
65
  ...props
66
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
66
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
67
67
  declare function SidebarFooter({
68
68
  className,
69
69
  ...props
70
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
70
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
71
71
  declare function SidebarSeparator({
72
72
  className,
73
73
  ...props
74
- }: React.ComponentProps<typeof Separator>): react_jsx_runtime230.JSX.Element;
74
+ }: React.ComponentProps<typeof Separator>): react_jsx_runtime225.JSX.Element;
75
75
  declare function SidebarContent({
76
76
  className,
77
77
  ...props
78
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
78
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
79
79
  declare function SidebarGroup({
80
80
  className,
81
81
  ...props
82
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
82
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
83
83
  declare function SidebarGroupLabel({
84
84
  className,
85
85
  asChild,
86
86
  ...props
87
87
  }: React.ComponentProps<"div"> & {
88
88
  asChild?: boolean;
89
- }): react_jsx_runtime230.JSX.Element;
89
+ }): react_jsx_runtime225.JSX.Element;
90
90
  declare function SidebarGroupAction({
91
91
  className,
92
92
  asChild,
93
93
  ...props
94
94
  }: React.ComponentProps<"button"> & {
95
95
  asChild?: boolean;
96
- }): react_jsx_runtime230.JSX.Element;
96
+ }): react_jsx_runtime225.JSX.Element;
97
97
  declare function SidebarGroupContent({
98
98
  className,
99
99
  ...props
100
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
100
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
101
101
  declare function SidebarMenu({
102
102
  className,
103
103
  ...props
104
- }: React.ComponentProps<"ul">): react_jsx_runtime230.JSX.Element;
104
+ }: React.ComponentProps<"ul">): react_jsx_runtime225.JSX.Element;
105
105
  declare function SidebarMenuItem({
106
106
  className,
107
107
  ...props
108
- }: React.ComponentProps<"li">): react_jsx_runtime230.JSX.Element;
108
+ }: React.ComponentProps<"li">): react_jsx_runtime225.JSX.Element;
109
109
  declare const sidebarMenuButtonVariants: (props?: ({
110
110
  variant?: "default" | "outline" | null | undefined;
111
111
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -122,7 +122,7 @@ declare function SidebarMenuButton({
122
122
  asChild?: boolean;
123
123
  isActive?: boolean;
124
124
  tooltip?: string | React.ComponentProps<typeof TooltipContent>;
125
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime230.JSX.Element;
125
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime225.JSX.Element;
126
126
  declare function SidebarMenuAction({
127
127
  className,
128
128
  asChild,
@@ -131,26 +131,26 @@ declare function SidebarMenuAction({
131
131
  }: React.ComponentProps<"button"> & {
132
132
  asChild?: boolean;
133
133
  showOnHover?: boolean;
134
- }): react_jsx_runtime230.JSX.Element;
134
+ }): react_jsx_runtime225.JSX.Element;
135
135
  declare function SidebarMenuBadge({
136
136
  className,
137
137
  ...props
138
- }: React.ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
138
+ }: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
139
139
  declare function SidebarMenuSkeleton({
140
140
  className,
141
141
  showIcon,
142
142
  ...props
143
143
  }: React.ComponentProps<"div"> & {
144
144
  showIcon?: boolean;
145
- }): react_jsx_runtime230.JSX.Element;
145
+ }): react_jsx_runtime225.JSX.Element;
146
146
  declare function SidebarMenuSub({
147
147
  className,
148
148
  ...props
149
- }: React.ComponentProps<"ul">): react_jsx_runtime230.JSX.Element;
149
+ }: React.ComponentProps<"ul">): react_jsx_runtime225.JSX.Element;
150
150
  declare function SidebarMenuSubItem({
151
151
  className,
152
152
  ...props
153
- }: React.ComponentProps<"li">): react_jsx_runtime230.JSX.Element;
153
+ }: React.ComponentProps<"li">): react_jsx_runtime225.JSX.Element;
154
154
  declare function SidebarMenuSubButton({
155
155
  asChild,
156
156
  size,
@@ -161,7 +161,7 @@ declare function SidebarMenuSubButton({
161
161
  asChild?: boolean;
162
162
  size?: "sm" | "md";
163
163
  isActive?: boolean;
164
- }): react_jsx_runtime230.JSX.Element;
164
+ }): react_jsx_runtime225.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 };
167
167
  //# sourceMappingURL=sidebar.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime253 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime248 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/react/ui/skeleton.d.ts
4
4
  declare function Skeleton({
5
5
  className,
6
6
  ...props
7
- }: React.ComponentProps<"div">): react_jsx_runtime253.JSX.Element;
7
+ }: React.ComponentProps<"div">): react_jsx_runtime248.JSX.Element;
8
8
  //#endregion
9
9
  export { Skeleton };
10
10
  //# sourceMappingURL=skeleton.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime254 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime249 from "react/jsx-runtime";
3
3
  import * as SliderPrimitive from "@radix-ui/react-slider";
4
4
 
5
5
  //#region src/react/ui/slider.d.ts
@@ -10,7 +10,7 @@ declare function Slider({
10
10
  min,
11
11
  max,
12
12
  ...props
13
- }: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime254.JSX.Element;
13
+ }: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime249.JSX.Element;
14
14
  //#endregion
15
15
  export { Slider };
16
16
  //# sourceMappingURL=slider.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime255 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime250 from "react/jsx-runtime";
2
2
  import { ToasterProps } from "sonner";
3
3
 
4
4
  //#region src/react/ui/sonner.d.ts
5
5
  declare const Toaster$1: ({
6
6
  ...props
7
- }: ToasterProps) => react_jsx_runtime255.JSX.Element;
7
+ }: ToasterProps) => react_jsx_runtime250.JSX.Element;
8
8
  //#endregion
9
9
  export { Toaster$1 as Toaster };
10
10
  //# sourceMappingURL=sonner.d.ts.map