@databricks/appkit-ui 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/AGENTS.md +5 -2
  2. package/CLAUDE.md +5 -2
  3. package/dist/react/charts/create-chart.js +1 -2
  4. package/dist/react/charts/create-chart.js.map +1 -1
  5. package/dist/react/charts/types.d.ts +0 -5
  6. package/dist/react/charts/types.d.ts.map +1 -1
  7. package/dist/react/charts/types.js.map +1 -1
  8. package/dist/react/charts/wrapper.d.ts +0 -2
  9. package/dist/react/charts/wrapper.d.ts.map +1 -1
  10. package/dist/react/charts/wrapper.js +2 -4
  11. package/dist/react/charts/wrapper.js.map +1 -1
  12. package/dist/react/hooks/types.d.ts +0 -2
  13. package/dist/react/hooks/types.d.ts.map +1 -1
  14. package/dist/react/hooks/use-analytics-query.d.ts +4 -0
  15. package/dist/react/hooks/use-analytics-query.d.ts.map +1 -1
  16. package/dist/react/hooks/use-analytics-query.js +5 -2
  17. package/dist/react/hooks/use-analytics-query.js.map +1 -1
  18. package/dist/react/hooks/use-chart-data.d.ts +0 -2
  19. package/dist/react/hooks/use-chart-data.d.ts.map +1 -1
  20. package/dist/react/hooks/use-chart-data.js +2 -3
  21. package/dist/react/hooks/use-chart-data.js.map +1 -1
  22. package/dist/react/table/table-wrapper.js +2 -3
  23. package/dist/react/table/table-wrapper.js.map +1 -1
  24. package/dist/react/table/types.d.ts.map +1 -1
  25. package/dist/react/ui/accordion.d.ts +5 -5
  26. package/dist/react/ui/alert-dialog.d.ts +12 -12
  27. package/dist/react/ui/alert.d.ts +4 -4
  28. package/dist/react/ui/aspect-ratio.d.ts +2 -2
  29. package/dist/react/ui/avatar.d.ts +4 -4
  30. package/dist/react/ui/avatar.d.ts.map +1 -1
  31. package/dist/react/ui/badge.d.ts +4 -4
  32. package/dist/react/ui/breadcrumb.d.ts +8 -8
  33. package/dist/react/ui/button-group.d.ts +6 -6
  34. package/dist/react/ui/button.d.ts +4 -4
  35. package/dist/react/ui/calendar.d.ts +3 -3
  36. package/dist/react/ui/card.d.ts +8 -8
  37. package/dist/react/ui/carousel.d.ts +6 -6
  38. package/dist/react/ui/chart.d.ts +5 -5
  39. package/dist/react/ui/checkbox.d.ts +2 -2
  40. package/dist/react/ui/collapsible.d.ts +4 -4
  41. package/dist/react/ui/command.d.ts +10 -10
  42. package/dist/react/ui/context-menu.d.ts +16 -16
  43. package/dist/react/ui/dialog.d.ts +11 -11
  44. package/dist/react/ui/drawer.d.ts +11 -11
  45. package/dist/react/ui/dropdown-menu.d.ts +16 -16
  46. package/dist/react/ui/empty.d.ts +7 -7
  47. package/dist/react/ui/field.d.ts +11 -11
  48. package/dist/react/ui/form.d.ts +7 -7
  49. package/dist/react/ui/form.d.ts.map +1 -1
  50. package/dist/react/ui/hover-card.d.ts +4 -4
  51. package/dist/react/ui/input-group.d.ts +10 -10
  52. package/dist/react/ui/input-otp.d.ts +5 -5
  53. package/dist/react/ui/input.d.ts +2 -2
  54. package/dist/react/ui/item.d.ts +14 -14
  55. package/dist/react/ui/popover.d.ts +5 -5
  56. package/dist/react/ui/progress.d.ts +2 -2
  57. package/dist/react/ui/radio-group.d.ts +3 -3
  58. package/dist/react/ui/resizable.d.ts +4 -4
  59. package/dist/react/ui/scroll-area.d.ts +3 -3
  60. package/dist/react/ui/select.d.ts +11 -11
  61. package/dist/react/ui/separator.d.ts +2 -2
  62. package/dist/react/ui/sheet.d.ts +9 -9
  63. package/dist/react/ui/sidebar.d.ts +24 -24
  64. package/dist/react/ui/skeleton.d.ts +2 -2
  65. package/dist/react/ui/slider.d.ts +2 -2
  66. package/dist/react/ui/sonner.d.ts +2 -2
  67. package/dist/react/ui/spinner.d.ts +2 -2
  68. package/dist/react/ui/switch.d.ts +2 -2
  69. package/dist/react/ui/tabs.d.ts +5 -5
  70. package/dist/react/ui/textarea.d.ts +2 -2
  71. package/dist/react/ui/toggle-group.d.ts +3 -3
  72. package/dist/react/ui/toggle.d.ts +2 -2
  73. package/dist/react/ui/tooltip.d.ts +5 -5
  74. package/dist/react/ui/tooltip.d.ts.map +1 -1
  75. package/llms.txt +5 -2
  76. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime207 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime210 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$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime207.JSX.Element;
10
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime210.JSX.Element;
11
11
  declare function ScrollBar({
12
12
  className,
13
13
  orientation,
14
14
  ...props
15
- }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime207.JSX.Element;
15
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime210.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$1 from "react";
2
- import * as react_jsx_runtime209 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime212 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$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime209.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime212.JSX.Element;
9
9
  declare function SelectGroup({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime209.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime212.JSX.Element;
12
12
  declare function SelectValue({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime209.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime212.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$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
21
21
  size?: "sm" | "default";
22
- }): react_jsx_runtime209.JSX.Element;
22
+ }): react_jsx_runtime212.JSX.Element;
23
23
  declare function SelectContent({
24
24
  className,
25
25
  children,
26
26
  position,
27
27
  align,
28
28
  ...props
29
- }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime209.JSX.Element;
29
+ }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime212.JSX.Element;
30
30
  declare function SelectLabel({
31
31
  className,
32
32
  ...props
33
- }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime209.JSX.Element;
33
+ }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime212.JSX.Element;
34
34
  declare function SelectItem({
35
35
  className,
36
36
  children,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime209.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime212.JSX.Element;
39
39
  declare function SelectSeparator({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime209.JSX.Element;
42
+ }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime212.JSX.Element;
43
43
  declare function SelectScrollUpButton({
44
44
  className,
45
45
  ...props
46
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime209.JSX.Element;
46
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime212.JSX.Element;
47
47
  declare function SelectScrollDownButton({
48
48
  className,
49
49
  ...props
50
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime209.JSX.Element;
50
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime212.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$1 from "react";
2
- import * as react_jsx_runtime200 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime222 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$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime200.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime222.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$1 from "react";
2
- import * as react_jsx_runtime220 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime223 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$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime220.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime223.JSX.Element;
9
9
  declare function SheetTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime220.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime223.JSX.Element;
12
12
  declare function SheetClose({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime220.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime223.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$1.ComponentProps<typeof SheetPrimitive.Content> & {
21
21
  side?: "top" | "right" | "bottom" | "left";
22
- }): react_jsx_runtime220.JSX.Element;
22
+ }): react_jsx_runtime223.JSX.Element;
23
23
  declare function SheetHeader({
24
24
  className,
25
25
  ...props
26
- }: React$1.ComponentProps<"div">): react_jsx_runtime220.JSX.Element;
26
+ }: React$1.ComponentProps<"div">): react_jsx_runtime223.JSX.Element;
27
27
  declare function SheetFooter({
28
28
  className,
29
29
  ...props
30
- }: React$1.ComponentProps<"div">): react_jsx_runtime220.JSX.Element;
30
+ }: React$1.ComponentProps<"div">): react_jsx_runtime223.JSX.Element;
31
31
  declare function SheetTitle({
32
32
  className,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime220.JSX.Element;
34
+ }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime223.JSX.Element;
35
35
  declare function SheetDescription({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime220.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime223.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$1 from "react";
6
- import * as react_jsx_runtime232 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime231 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_runtime232.JSX.Element;
33
+ }): react_jsx_runtime231.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_runtime232.JSX.Element;
45
+ }): react_jsx_runtime231.JSX.Element;
46
46
  declare function SidebarTrigger({
47
47
  className,
48
48
  onClick,
49
49
  ...props
50
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime232.JSX.Element;
50
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime231.JSX.Element;
51
51
  declare function SidebarRail({
52
52
  className,
53
53
  ...props
54
- }: React$1.ComponentProps<"button">): react_jsx_runtime232.JSX.Element;
54
+ }: React$1.ComponentProps<"button">): react_jsx_runtime231.JSX.Element;
55
55
  declare function SidebarInset({
56
56
  className,
57
57
  ...props
58
- }: React$1.ComponentProps<"main">): react_jsx_runtime232.JSX.Element;
58
+ }: React$1.ComponentProps<"main">): react_jsx_runtime231.JSX.Element;
59
59
  declare function SidebarInput({
60
60
  className,
61
61
  ...props
62
- }: React$1.ComponentProps<typeof Input>): react_jsx_runtime232.JSX.Element;
62
+ }: React$1.ComponentProps<typeof Input>): react_jsx_runtime231.JSX.Element;
63
63
  declare function SidebarHeader({
64
64
  className,
65
65
  ...props
66
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
66
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.JSX.Element;
67
67
  declare function SidebarFooter({
68
68
  className,
69
69
  ...props
70
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
70
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.JSX.Element;
71
71
  declare function SidebarSeparator({
72
72
  className,
73
73
  ...props
74
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime232.JSX.Element;
74
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime231.JSX.Element;
75
75
  declare function SidebarContent({
76
76
  className,
77
77
  ...props
78
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
78
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.JSX.Element;
79
79
  declare function SidebarGroup({
80
80
  className,
81
81
  ...props
82
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
82
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.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_runtime232.JSX.Element;
89
+ }): react_jsx_runtime231.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_runtime232.JSX.Element;
96
+ }): react_jsx_runtime231.JSX.Element;
97
97
  declare function SidebarGroupContent({
98
98
  className,
99
99
  ...props
100
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
100
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.JSX.Element;
101
101
  declare function SidebarMenu({
102
102
  className,
103
103
  ...props
104
- }: React$1.ComponentProps<"ul">): react_jsx_runtime232.JSX.Element;
104
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime231.JSX.Element;
105
105
  declare function SidebarMenuItem({
106
106
  className,
107
107
  ...props
108
- }: React$1.ComponentProps<"li">): react_jsx_runtime232.JSX.Element;
108
+ }: React$1.ComponentProps<"li">): react_jsx_runtime231.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$1.ComponentProps<typeof TooltipContent>;
125
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime232.JSX.Element;
125
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime231.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_runtime232.JSX.Element;
134
+ }): react_jsx_runtime231.JSX.Element;
135
135
  declare function SidebarMenuBadge({
136
136
  className,
137
137
  ...props
138
- }: React$1.ComponentProps<"div">): react_jsx_runtime232.JSX.Element;
138
+ }: React$1.ComponentProps<"div">): react_jsx_runtime231.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_runtime232.JSX.Element;
145
+ }): react_jsx_runtime231.JSX.Element;
146
146
  declare function SidebarMenuSub({
147
147
  className,
148
148
  ...props
149
- }: React$1.ComponentProps<"ul">): react_jsx_runtime232.JSX.Element;
149
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime231.JSX.Element;
150
150
  declare function SidebarMenuSubItem({
151
151
  className,
152
152
  ...props
153
- }: React$1.ComponentProps<"li">): react_jsx_runtime232.JSX.Element;
153
+ }: React$1.ComponentProps<"li">): react_jsx_runtime231.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_runtime232.JSX.Element;
164
+ }): react_jsx_runtime231.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_runtime255 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime254 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_runtime255.JSX.Element;
7
+ }: React.ComponentProps<"div">): react_jsx_runtime254.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$1 from "react";
2
- import * as react_jsx_runtime257 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime255 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$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime257.JSX.Element;
13
+ }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime255.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_runtime258 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime256 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_runtime258.JSX.Element;
7
+ }: ToasterProps) => react_jsx_runtime256.JSX.Element;
8
8
  //#endregion
9
9
  export { Toaster$1 as Toaster };
10
10
  //# sourceMappingURL=sonner.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime219 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime257 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/react/ui/spinner.d.ts
4
4
  declare function Spinner({
5
5
  className,
6
6
  ...props
7
- }: React.ComponentProps<"svg">): react_jsx_runtime219.JSX.Element;
7
+ }: React.ComponentProps<"svg">): react_jsx_runtime257.JSX.Element;
8
8
  //#endregion
9
9
  export { Spinner };
10
10
  //# sourceMappingURL=spinner.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime256 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime258 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitive from "@radix-ui/react-switch";
4
4
 
5
5
  //#region src/react/ui/switch.d.ts
6
6
  declare function Switch({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime256.JSX.Element;
9
+ }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime258.JSX.Element;
10
10
  //#endregion
11
11
  export { Switch };
12
12
  //# sourceMappingURL=switch.d.ts.map
@@ -1,24 +1,24 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime271 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime267 from "react/jsx-runtime";
3
3
  import * as TabsPrimitive from "@radix-ui/react-tabs";
4
4
 
5
5
  //#region src/react/ui/tabs.d.ts
6
6
  declare function Tabs({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime271.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime267.JSX.Element;
10
10
  declare function TabsList({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime271.JSX.Element;
13
+ }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime267.JSX.Element;
14
14
  declare function TabsTrigger({
15
15
  className,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime271.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime267.JSX.Element;
18
18
  declare function TabsContent({
19
19
  className,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime271.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime267.JSX.Element;
22
22
  //#endregion
23
23
  export { Tabs, TabsContent, TabsList, TabsTrigger };
24
24
  //# sourceMappingURL=tabs.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime268 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime271 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/textarea.d.ts
5
5
  declare function Textarea({
6
6
  className,
7
7
  ...props
8
- }: React$1.ComponentProps<"textarea">): react_jsx_runtime268.JSX.Element;
8
+ }: React$1.ComponentProps<"textarea">): react_jsx_runtime271.JSX.Element;
9
9
  //#endregion
10
10
  export { Textarea };
11
11
  //# sourceMappingURL=textarea.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { toggleVariants } from "./toggle.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime269 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime273 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
 
@@ -14,14 +14,14 @@ declare function ToggleGroup({
14
14
  ...props
15
15
  }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
16
16
  spacing?: number;
17
- }): react_jsx_runtime269.JSX.Element;
17
+ }): react_jsx_runtime273.JSX.Element;
18
18
  declare function ToggleGroupItem({
19
19
  className,
20
20
  children,
21
21
  variant,
22
22
  size,
23
23
  ...props
24
- }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime269.JSX.Element;
24
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime273.JSX.Element;
25
25
  //#endregion
26
26
  export { ToggleGroup, ToggleGroupItem };
27
27
  //# sourceMappingURL=toggle-group.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime267 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime272 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as TogglePrimitive from "@radix-ui/react-toggle";
5
5
  import * as class_variance_authority_types11 from "class-variance-authority/types";
@@ -14,7 +14,7 @@ declare function Toggle({
14
14
  variant,
15
15
  size,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime267.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime272.JSX.Element;
18
18
  //#endregion
19
19
  export { Toggle, toggleVariants };
20
20
  //# sourceMappingURL=toggle.d.ts.map
@@ -1,24 +1,24 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime228 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
4
4
 
5
5
  //#region src/react/ui/tooltip.d.ts
6
6
  declare function TooltipProvider({
7
7
  delayDuration,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime228.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime1.JSX.Element;
10
10
  declare function Tooltip({
11
11
  ...props
12
- }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime228.JSX.Element;
12
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime1.JSX.Element;
13
13
  declare function TooltipTrigger({
14
14
  ...props
15
- }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime228.JSX.Element;
15
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime1.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_runtime228.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime1.JSX.Element;
22
22
  //#endregion
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
24
24
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","names":[],"sources":["../../../src/react/ui/tooltip.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,eAAA;;;GAGN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,YAAS,oBAAA,CAAA,GAAA,CAAA;iBAUhD,OAAA;;GAEN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,QAAK,oBAAA,CAAA,GAAA,CAAA;iBAQ5C,cAAA;;GAEN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,WAAQ,oBAAA,CAAA,GAAA,CAAA;AA9BI,iBAkCnD,cAAA,CA7Be;EAAA,SAAA;EAAA,UAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAkCrB,OAAA,CAAM,cAlCe,CAAA,OAkCO,gBAAA,CAAiB,OAlCxB,CAAA,CAAA,EAkCgC,oBAAA,CAAA,GAAA,CAAA,OAlChC"}
1
+ {"version":3,"file":"tooltip.d.ts","names":[],"sources":["../../../src/react/ui/tooltip.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,eAAA;;;GAGN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,YAAS,kBAAA,CAAA,GAAA,CAAA;iBAUhD,OAAA;;GAEN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,QAAK,kBAAA,CAAA,GAAA,CAAA;iBAQ5C,cAAA;;GAEN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,WAAQ,kBAAA,CAAA,GAAA,CAAA;AA9BI,iBAkCnD,cAAA,CA7Be;EAAA,SAAA;EAAA,UAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAkCrB,OAAA,CAAM,cAlCe,CAAA,OAkCO,gBAAA,CAAiB,OAlCxB,CAAA,CAAA,EAkCgC,kBAAA,CAAA,GAAA,CAAA,OAlChC"}
package/llms.txt CHANGED
@@ -431,9 +431,12 @@ WHERE workspace_id = :workspaceId
431
431
  HTTP endpoints exposed (mounted under `/api/analytics`):
432
432
 
433
433
  - `POST /api/analytics/query/:query_key`
434
- - `POST /api/analytics/users/me/query/:query_key`
435
434
  - `GET /api/analytics/arrow-result/:jobId`
436
- - `GET /api/analytics/users/me/arrow-result/:jobId`
435
+
436
+ **Query file naming convention determines execution context:**
437
+
438
+ - `config/queries/<query_key>.sql` - Executes as service principal (shared cache)
439
+ - `config/queries/<query_key>.obo.sql` - Executes as user (OBO = On-Behalf-Of, per-user cache)
437
440
 
438
441
  Formats:
439
442
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@databricks/appkit-ui",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/databricks/appkit.git"