@databricks/appkit-ui 0.0.2 → 0.1.1

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 (63) hide show
  1. package/NOTICE.md +3 -1
  2. package/dist/react/charts/area/index.d.ts +2 -2
  3. package/dist/react/charts/bar/index.d.ts +2 -2
  4. package/dist/react/table/data-table.d.ts +2 -2
  5. package/dist/react/table/data-table.d.ts.map +1 -1
  6. package/dist/react/ui/accordion.d.ts +5 -5
  7. package/dist/react/ui/alert-dialog.d.ts +12 -12
  8. package/dist/react/ui/alert-dialog.d.ts.map +1 -1
  9. package/dist/react/ui/alert.d.ts +4 -4
  10. package/dist/react/ui/aspect-ratio.d.ts +2 -2
  11. package/dist/react/ui/aspect-ratio.d.ts.map +1 -1
  12. package/dist/react/ui/avatar.d.ts +4 -4
  13. package/dist/react/ui/badge.d.ts +2 -2
  14. package/dist/react/ui/breadcrumb.d.ts +8 -8
  15. package/dist/react/ui/button-group.d.ts +6 -6
  16. package/dist/react/ui/button.d.ts +2 -2
  17. package/dist/react/ui/calendar.d.ts +3 -3
  18. package/dist/react/ui/card.d.ts +8 -8
  19. package/dist/react/ui/carousel.d.ts +6 -6
  20. package/dist/react/ui/chart.d.ts +5 -5
  21. package/dist/react/ui/checkbox.d.ts +2 -2
  22. package/dist/react/ui/collapsible.d.ts +4 -4
  23. package/dist/react/ui/command.d.ts +10 -10
  24. package/dist/react/ui/context-menu.d.ts +16 -16
  25. package/dist/react/ui/dialog.d.ts +11 -11
  26. package/dist/react/ui/drawer.d.ts +11 -11
  27. package/dist/react/ui/dropdown-menu.d.ts +16 -16
  28. package/dist/react/ui/empty.d.ts +9 -9
  29. package/dist/react/ui/field.d.ts +13 -13
  30. package/dist/react/ui/form.d.ts +7 -7
  31. package/dist/react/ui/hover-card.d.ts +4 -4
  32. package/dist/react/ui/input-group.d.ts +7 -7
  33. package/dist/react/ui/input-otp.d.ts +5 -5
  34. package/dist/react/ui/input.d.ts +2 -2
  35. package/dist/react/ui/item.d.ts +14 -14
  36. package/dist/react/ui/kbd.d.ts +3 -3
  37. package/dist/react/ui/label.d.ts +2 -2
  38. package/dist/react/ui/menubar.d.ts +17 -17
  39. package/dist/react/ui/navigation-menu.d.ts +11 -11
  40. package/dist/react/ui/pagination.d.ts +8 -8
  41. package/dist/react/ui/popover.d.ts +5 -5
  42. package/dist/react/ui/progress.d.ts +2 -2
  43. package/dist/react/ui/radio-group.d.ts +3 -3
  44. package/dist/react/ui/resizable.d.ts +4 -4
  45. package/dist/react/ui/scroll-area.d.ts +3 -3
  46. package/dist/react/ui/select.d.ts +11 -11
  47. package/dist/react/ui/separator.d.ts +2 -2
  48. package/dist/react/ui/sheet.d.ts +9 -9
  49. package/dist/react/ui/sidebar.d.ts +24 -24
  50. package/dist/react/ui/skeleton.d.ts +2 -2
  51. package/dist/react/ui/slider.d.ts +2 -2
  52. package/dist/react/ui/sonner.d.ts +2 -2
  53. package/dist/react/ui/spinner.d.ts +2 -2
  54. package/dist/react/ui/switch.d.ts +2 -2
  55. package/dist/react/ui/table.d.ts +9 -9
  56. package/dist/react/ui/tabs.d.ts +5 -5
  57. package/dist/react/ui/textarea.d.ts +2 -2
  58. package/dist/react/ui/toggle-group.d.ts +3 -3
  59. package/dist/react/ui/toggle.d.ts +2 -2
  60. package/dist/react/ui/tooltip.d.ts +5 -5
  61. package/dist/react/ui/tooltip.d.ts.map +1 -1
  62. package/llms.txt +1027 -143
  63. package/package.json +5 -1
package/NOTICE.md CHANGED
@@ -49,11 +49,13 @@ This Software contains code from the following open source projects:
49
49
  | [@radix-ui/react-tooltip](https://www.npmjs.com/package/@radix-ui/react-tooltip) | 1.2.8 | MIT | https://radix-ui.com/primitives |
50
50
  | [@tanstack/react-table](https://www.npmjs.com/package/@tanstack/react-table) | 8.21.3 | MIT | https://tanstack.com/table |
51
51
  | [@tanstack/react-virtual](https://www.npmjs.com/package/@tanstack/react-virtual) | 3.13.12 | MIT | https://tanstack.com/virtual |
52
+ | [apache-arrow](https://www.npmjs.com/package/apache-arrow) | 21.1.0 | Apache-2.0 | https://arrow.apache.org/js/ |
52
53
  | [class-variance-authority](https://www.npmjs.com/package/class-variance-authority) | 0.7.1 | Apache-2.0 | https://github.com/joe-bell/cva#readme |
53
54
  | [clsx](https://www.npmjs.com/package/clsx) | 2.1.1 | MIT | https://github.com/lukeed/clsx#readme |
54
55
  | [cmdk](https://www.npmjs.com/package/cmdk) | 1.1.1 | MIT | https://github.com/pacocoursey/cmdk#readme |
55
56
  | [date-fns](https://www.npmjs.com/package/date-fns) | 4.1.0 | MIT | https://github.com/date-fns/date-fns#readme |
56
57
  | [dotenv](https://www.npmjs.com/package/dotenv) | 16.6.1 | BSD-2-Clause | https://github.com/motdotla/dotenv#readme |
58
+ | [echarts-for-react](https://www.npmjs.com/package/echarts-for-react) | 3.0.5 | MIT | https://github.com/hustcc/echarts-for-react |
57
59
  | [embla-carousel-react](https://www.npmjs.com/package/embla-carousel-react) | 8.6.0 | MIT | https://www.embla-carousel.com |
58
60
  | [express](https://www.npmjs.com/package/express) | 4.22.0 | MIT | http://expressjs.com/ |
59
61
  | [fast-glob](https://www.npmjs.com/package/fast-glob) | 3.3.3 | MIT | https://github.com/mrmlnc/fast-glob#readme |
@@ -67,7 +69,7 @@ This Software contains code from the following open source projects:
67
69
  | [sonner](https://www.npmjs.com/package/sonner) | 2.0.7 | MIT | https://sonner.emilkowal.ski/ |
68
70
  | [tailwind-merge](https://www.npmjs.com/package/tailwind-merge) | 3.4.0 | MIT | https://github.com/dcastil/tailwind-merge |
69
71
  | [vaul](https://www.npmjs.com/package/vaul) | 1.1.2 | MIT | https://vaul.emilkowal.ski/ |
70
- | [ws](https://www.npmjs.com/package/ws) | 8.18.3 | MIT | https://github.com/websockets/ws |
72
+ | [ws](https://www.npmjs.com/package/ws) | 7.5.10, 8.18.3 | MIT | https://github.com/websockets/ws |
71
73
  | [zod](https://www.npmjs.com/package/zod) | 4.1.13 | MIT | https://zod.dev |
72
74
  | [zod-to-ts](https://www.npmjs.com/package/zod-to-ts) | 2.0.0 | MIT | https://github.com/sachinraja/zod-to-ts#readme |
73
75
 
@@ -1,5 +1,5 @@
1
1
  import { AreaChartProps } from "../types.js";
2
- import * as react_jsx_runtime274 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime275 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/charts/area/index.d.ts
5
5
 
@@ -25,7 +25,7 @@ import * as react_jsx_runtime274 from "react/jsx-runtime";
25
25
  * ```
26
26
  */
27
27
  declare const AreaChart: {
28
- (props: AreaChartProps): react_jsx_runtime274.JSX.Element;
28
+ (props: AreaChartProps): react_jsx_runtime275.JSX.Element;
29
29
  displayName: string;
30
30
  };
31
31
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { BarChartProps } from "../types.js";
2
- import * as react_jsx_runtime275 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime274 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/charts/bar/index.d.ts
5
5
 
@@ -35,7 +35,7 @@ import * as react_jsx_runtime275 from "react/jsx-runtime";
35
35
  * ```
36
36
  */
37
37
  declare const BarChart: {
38
- (props: BarChartProps): react_jsx_runtime275.JSX.Element;
38
+ (props: BarChartProps): react_jsx_runtime274.JSX.Element;
39
39
  displayName: string;
40
40
  };
41
41
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { DataTableProps } from "./types.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime273 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/table/data-table.d.ts
5
5
 
@@ -41,7 +41,7 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
41
41
  * )}
42
42
  * </DataTable>
43
43
  */
44
- declare function DataTable(props: DataTableProps): react_jsx_runtime0.JSX.Element;
44
+ declare function DataTable(props: DataTableProps): react_jsx_runtime273.JSX.Element;
45
45
  //#endregion
46
46
  export { DataTable };
47
47
  //# sourceMappingURL=data-table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-table.d.ts","names":[],"sources":["../../../src/react/table/data-table.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAmEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,SAAA,QAAiB,iBAAc,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"data-table.d.ts","names":[],"sources":["../../../src/react/table/data-table.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAmEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,SAAA,QAAiB,iBAAc,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,25 +1,25 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
  import * as AccordionPrimitive from "@radix-ui/react-accordion";
4
4
 
5
5
  //#region src/react/ui/accordion.d.ts
6
6
  declare function Accordion({
7
7
  ...props
8
- }: React.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime0.JSX.Element;
8
+ }: React.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime3.JSX.Element;
9
9
  declare function AccordionItem({
10
10
  className,
11
11
  ...props
12
- }: React.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime0.JSX.Element;
12
+ }: React.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime3.JSX.Element;
13
13
  declare function AccordionTrigger({
14
14
  className,
15
15
  children,
16
16
  ...props
17
- }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime0.JSX.Element;
17
+ }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime3.JSX.Element;
18
18
  declare function AccordionContent({
19
19
  className,
20
20
  children,
21
21
  ...props
22
- }: React.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime0.JSX.Element;
22
+ }: React.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime3.JSX.Element;
23
23
  //#endregion
24
24
  export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
25
25
  //# sourceMappingURL=accordion.d.ts.map
@@ -1,49 +1,49 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
  import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
4
4
 
5
5
  //#region src/react/ui/alert-dialog.d.ts
6
6
  declare function AlertDialog({
7
7
  ...props
8
- }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime8.JSX.Element;
8
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime10.JSX.Element;
9
9
  declare function AlertDialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime8.JSX.Element;
11
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime10.JSX.Element;
12
12
  declare function AlertDialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime8.JSX.Element;
14
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime10.JSX.Element;
15
15
  declare function AlertDialogOverlay({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime8.JSX.Element;
18
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime10.JSX.Element;
19
19
  declare function AlertDialogContent({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime8.JSX.Element;
22
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime10.JSX.Element;
23
23
  declare function AlertDialogHeader({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<"div">): react_jsx_runtime8.JSX.Element;
26
+ }: React.ComponentProps<"div">): react_jsx_runtime10.JSX.Element;
27
27
  declare function AlertDialogFooter({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<"div">): react_jsx_runtime8.JSX.Element;
30
+ }: React.ComponentProps<"div">): react_jsx_runtime10.JSX.Element;
31
31
  declare function AlertDialogTitle({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime8.JSX.Element;
34
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime10.JSX.Element;
35
35
  declare function AlertDialogDescription({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime8.JSX.Element;
38
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime10.JSX.Element;
39
39
  declare function AlertDialogAction({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime8.JSX.Element;
42
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime10.JSX.Element;
43
43
  declare function AlertDialogCancel({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime8.JSX.Element;
46
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime10.JSX.Element;
47
47
  //#endregion
48
48
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
49
49
  //# sourceMappingURL=alert-dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-dialog.d.ts","names":[],"sources":["../../../src/react/ui/alert-dialog.tsx"],"sourcesContent":[],"mappings":";;;;;iBAMS,WAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,QAAK,kBAAA,CAAA,GAAA,CAAA;iBAIhD,kBAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,WAAQ,kBAAA,CAAA,GAAA,CAAA;iBAMnD,iBAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,UAAO,kBAAA,CAAA,GAAA,CAAA;AArBU,iBA2B5D,kBAAA,CAtBW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyBjB,KAAA,CAAM,cAzBW,CAAA,OAyBW,oBAAA,CAAqB,OAzBhC,CAAA,CAAA,EAyBwC,kBAAA,CAAA,GAAA,CAAA,OAzBxC;iBAsCX,kBAAA,CAtCW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyCjB,KAAA,CAAM,cAzCW,CAAA,OAyCW,oBAAA,CAAqB,OAzChC,CAAA,CAAA,EAyCwC,kBAAA,CAAA,GAAA,CAAA,OAzCxC;iBAyDX,iBAAA,CAvD2C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0DjD,KAAA,CAAM,cA1D2C,CAAA,KAAA,CAAA,CAAA,EA0DtB,kBAAA,CAAA,GAAA,CAAA,OA1DsB;iBAoE3C,iBAAA,CApEA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuEN,KAAA,CAAM,cAvEA,CAAA,KAAA,CAAA,CAAA,EAuEqB,kBAAA,CAAA,GAAA,CAAA,OAvErB;iBAoFA,gBAAA,CApFgD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuFtD,KAAA,CAAM,cAvFgD,CAAA,OAuF1B,oBAAA,CAAqB,KAvFK,CAAA,CAAA,EAuFC,kBAAA,CAAA,GAAA,CAAA,OAvFD;iBAiGhD,sBAAA,CAjGgD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoGtD,KAAA,CAAM,cApGgD,CAAA,OAoG1B,oBAAA,CAAqB,WApGK,CAAA,CAAA,EAoGO,kBAAA,CAAA,GAAA,CAAA,OApGP;AAAA,iBA8GhD,iBAAA,CA1GkB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6GxB,KAAA,CAAM,cA7GkB,CAAA,OA6GI,oBAAA,CAAqB,MA7GzB,CAAA,CAAA,EA6GgC,kBAAA,CAAA,GAAA,CAAA,OA7GhC;iBAsHlB,iBAAA,CAtHkB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyHxB,KAAA,CAAM,cAzHkB,CAAA,OAyHI,oBAAA,CAAqB,MAzHzB,CAAA,CAAA,EAyHgC,kBAAA,CAAA,GAAA,CAAA,OAzHhC"}
1
+ {"version":3,"file":"alert-dialog.d.ts","names":[],"sources":["../../../src/react/ui/alert-dialog.tsx"],"sourcesContent":[],"mappings":";;;;;iBAMS,WAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAIhD,kBAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAMnD,iBAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,UAAO,mBAAA,CAAA,GAAA,CAAA;AArBU,iBA2B5D,kBAAA,CAtBW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyBjB,KAAA,CAAM,cAzBW,CAAA,OAyBW,oBAAA,CAAqB,OAzBhC,CAAA,CAAA,EAyBwC,mBAAA,CAAA,GAAA,CAAA,OAzBxC;iBAsCX,kBAAA,CAtCW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyCjB,KAAA,CAAM,cAzCW,CAAA,OAyCW,oBAAA,CAAqB,OAzChC,CAAA,CAAA,EAyCwC,mBAAA,CAAA,GAAA,CAAA,OAzCxC;iBAyDX,iBAAA,CAvD2C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0DjD,KAAA,CAAM,cA1D2C,CAAA,KAAA,CAAA,CAAA,EA0DtB,mBAAA,CAAA,GAAA,CAAA,OA1DsB;iBAoE3C,iBAAA,CApEA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuEN,KAAA,CAAM,cAvEA,CAAA,KAAA,CAAA,CAAA,EAuEqB,mBAAA,CAAA,GAAA,CAAA,OAvErB;iBAoFA,gBAAA,CApFgD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuFtD,KAAA,CAAM,cAvFgD,CAAA,OAuF1B,oBAAA,CAAqB,KAvFK,CAAA,CAAA,EAuFC,mBAAA,CAAA,GAAA,CAAA,OAvFD;iBAiGhD,sBAAA,CAjGgD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoGtD,KAAA,CAAM,cApGgD,CAAA,OAoG1B,oBAAA,CAAqB,WApGK,CAAA,CAAA,EAoGO,mBAAA,CAAA,GAAA,CAAA,OApGP;AAAA,iBA8GhD,iBAAA,CA1GkB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6GxB,KAAA,CAAM,cA7GkB,CAAA,OA6GI,oBAAA,CAAqB,MA7GzB,CAAA,CAAA,EA6GgC,mBAAA,CAAA,GAAA,CAAA,OA7GhC;iBAsHlB,iBAAA,CAtHkB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyHxB,KAAA,CAAM,cAzHkB,CAAA,OAyHI,oBAAA,CAAqB,MAzHzB,CAAA,CAAA,EAyHgC,mBAAA,CAAA,GAAA,CAAA,OAzHhC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
@@ -11,15 +11,15 @@ declare function Alert({
11
11
  className,
12
12
  variant,
13
13
  ...props
14
- }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime5.JSX.Element;
14
+ }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime7.JSX.Element;
15
15
  declare function AlertTitle({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<"div">): react_jsx_runtime5.JSX.Element;
18
+ }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
19
19
  declare function AlertDescription({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<"div">): react_jsx_runtime5.JSX.Element;
22
+ }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
23
23
  //#endregion
24
24
  export { Alert, AlertDescription, AlertTitle };
25
25
  //# sourceMappingURL=alert.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime4 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
2
2
  import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
3
3
 
4
4
  //#region src/react/ui/aspect-ratio.d.ts
5
5
  declare function AspectRatio({
6
6
  ...props
7
- }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime4.JSX.Element;
7
+ }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime21.JSX.Element;
8
8
  //#endregion
9
9
  export { AspectRatio };
10
10
  //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aspect-ratio.d.ts","names":[],"sources":["../../../src/react/ui/aspect-ratio.tsx"],"sourcesContent":[],"mappings":";;;;iBAIS,WAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,QAAK,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"aspect-ratio.d.ts","names":[],"sources":["../../../src/react/ui/aspect-ratio.tsx"],"sourcesContent":[],"mappings":";;;;iBAIS,WAAA;;GAEN,KAAA,CAAM,sBAAsB,oBAAA,CAAqB,QAAK,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,20 +1,20 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
  import * as AvatarPrimitive from "@radix-ui/react-avatar";
4
4
 
5
5
  //#region src/react/ui/avatar.d.ts
6
6
  declare function Avatar({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime30.JSX.Element;
9
+ }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime22.JSX.Element;
10
10
  declare function AvatarImage({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime30.JSX.Element;
13
+ }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime22.JSX.Element;
14
14
  declare function AvatarFallback({
15
15
  className,
16
16
  ...props
17
- }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime30.JSX.Element;
17
+ }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime22.JSX.Element;
18
18
  //#endregion
19
19
  export { Avatar, AvatarFallback, AvatarImage };
20
20
  //# sourceMappingURL=avatar.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
@@ -14,7 +14,7 @@ declare function Badge({
14
14
  ...props
15
15
  }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
16
16
  asChild?: boolean;
17
- }): react_jsx_runtime26.JSX.Element;
17
+ }): react_jsx_runtime25.JSX.Element;
18
18
  //#endregion
19
19
  export { Badge, badgeVariants };
20
20
  //# sourceMappingURL=badge.d.ts.map
@@ -1,38 +1,38 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/breadcrumb.d.ts
5
5
  declare function Breadcrumb({
6
6
  ...props
7
- }: React.ComponentProps<"nav">): react_jsx_runtime19.JSX.Element;
7
+ }: React.ComponentProps<"nav">): react_jsx_runtime26.JSX.Element;
8
8
  declare function BreadcrumbList({
9
9
  className,
10
10
  ...props
11
- }: React.ComponentProps<"ol">): react_jsx_runtime19.JSX.Element;
11
+ }: React.ComponentProps<"ol">): react_jsx_runtime26.JSX.Element;
12
12
  declare function BreadcrumbItem({
13
13
  className,
14
14
  ...props
15
- }: React.ComponentProps<"li">): react_jsx_runtime19.JSX.Element;
15
+ }: React.ComponentProps<"li">): react_jsx_runtime26.JSX.Element;
16
16
  declare function BreadcrumbLink({
17
17
  asChild,
18
18
  className,
19
19
  ...props
20
20
  }: React.ComponentProps<"a"> & {
21
21
  asChild?: boolean;
22
- }): react_jsx_runtime19.JSX.Element;
22
+ }): react_jsx_runtime26.JSX.Element;
23
23
  declare function BreadcrumbPage({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<"span">): react_jsx_runtime19.JSX.Element;
26
+ }: React.ComponentProps<"span">): react_jsx_runtime26.JSX.Element;
27
27
  declare function BreadcrumbSeparator({
28
28
  children,
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<"li">): react_jsx_runtime19.JSX.Element;
31
+ }: React.ComponentProps<"li">): react_jsx_runtime26.JSX.Element;
32
32
  declare function BreadcrumbEllipsis({
33
33
  className,
34
34
  ...props
35
- }: React.ComponentProps<"span">): react_jsx_runtime19.JSX.Element;
35
+ }: React.ComponentProps<"span">): react_jsx_runtime26.JSX.Element;
36
36
  //#endregion
37
37
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
38
38
  //# sourceMappingURL=breadcrumb.d.ts.map
@@ -1,29 +1,29 @@
1
1
  import { Separator } from "./separator.js";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime34 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types1 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/react/ui/button-group.d.ts
7
7
  declare const buttonGroupVariants: (props?: ({
8
8
  orientation?: "horizontal" | "vertical" | null | undefined;
9
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
10
10
  declare function ButtonGroup({
11
11
  className,
12
12
  orientation,
13
13
  ...props
14
- }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime27.JSX.Element;
14
+ }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime34.JSX.Element;
15
15
  declare function ButtonGroupText({
16
16
  className,
17
17
  asChild,
18
18
  ...props
19
19
  }: React.ComponentProps<"div"> & {
20
20
  asChild?: boolean;
21
- }): react_jsx_runtime27.JSX.Element;
21
+ }): react_jsx_runtime34.JSX.Element;
22
22
  declare function ButtonGroupSeparator({
23
23
  className,
24
24
  orientation,
25
25
  ...props
26
- }: React.ComponentProps<typeof Separator>): react_jsx_runtime27.JSX.Element;
26
+ }: React.ComponentProps<typeof Separator>): react_jsx_runtime34.JSX.Element;
27
27
  //#endregion
28
28
  export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants };
29
29
  //# sourceMappingURL=button-group.d.ts.map
@@ -1,13 +1,13 @@
1
1
  import * as React from "react";
2
2
  import * as react_jsx_runtime33 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types2 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/react/ui/button.d.ts
7
7
  declare const buttonVariants: (props?: ({
8
8
  variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
9
9
  size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
10
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
11
  declare function Button({
12
12
  className,
13
13
  variant,
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime34 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime37 from "react/jsx-runtime";
4
4
  import { DayButton, DayPicker } from "react-day-picker";
5
5
 
6
6
  //#region src/react/ui/calendar.d.ts
@@ -15,13 +15,13 @@ declare function Calendar({
15
15
  ...props
16
16
  }: React.ComponentProps<typeof DayPicker> & {
17
17
  buttonVariant?: React.ComponentProps<typeof Button>["variant"];
18
- }): react_jsx_runtime34.JSX.Element;
18
+ }): react_jsx_runtime37.JSX.Element;
19
19
  declare function CalendarDayButton({
20
20
  className,
21
21
  day,
22
22
  modifiers,
23
23
  ...props
24
- }: React.ComponentProps<typeof DayButton>): react_jsx_runtime34.JSX.Element;
24
+ }: React.ComponentProps<typeof DayButton>): react_jsx_runtime37.JSX.Element;
25
25
  //#endregion
26
26
  export { Calendar, CalendarDayButton };
27
27
  //# sourceMappingURL=calendar.d.ts.map
@@ -1,35 +1,35 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime36 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime39 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/card.d.ts
5
5
  declare function Card({
6
6
  className,
7
7
  ...props
8
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
8
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
9
9
  declare function CardHeader({
10
10
  className,
11
11
  ...props
12
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
12
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
13
13
  declare function CardTitle({
14
14
  className,
15
15
  ...props
16
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
16
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
17
17
  declare function CardDescription({
18
18
  className,
19
19
  ...props
20
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
20
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
21
21
  declare function CardAction({
22
22
  className,
23
23
  ...props
24
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
24
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
25
25
  declare function CardContent({
26
26
  className,
27
27
  ...props
28
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
28
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
29
29
  declare function CardFooter({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
32
+ }: React.ComponentProps<"div">): react_jsx_runtime39.JSX.Element;
33
33
  //#endregion
34
34
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
35
35
  //# sourceMappingURL=card.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime43 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
4
4
  import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
5
5
 
6
6
  //#region src/react/ui/carousel.d.ts
@@ -22,27 +22,27 @@ declare function Carousel({
22
22
  className,
23
23
  children,
24
24
  ...props
25
- }: React.ComponentProps<"div"> & CarouselProps): react_jsx_runtime43.JSX.Element;
25
+ }: React.ComponentProps<"div"> & CarouselProps): react_jsx_runtime46.JSX.Element;
26
26
  declare function CarouselContent({
27
27
  className,
28
28
  ...props
29
- }: React.ComponentProps<"div">): react_jsx_runtime43.JSX.Element;
29
+ }: React.ComponentProps<"div">): react_jsx_runtime46.JSX.Element;
30
30
  declare function CarouselItem({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<"div">): react_jsx_runtime43.JSX.Element;
33
+ }: React.ComponentProps<"div">): react_jsx_runtime46.JSX.Element;
34
34
  declare function CarouselPrevious({
35
35
  className,
36
36
  variant,
37
37
  size,
38
38
  ...props
39
- }: React.ComponentProps<typeof Button>): react_jsx_runtime43.JSX.Element;
39
+ }: React.ComponentProps<typeof Button>): react_jsx_runtime46.JSX.Element;
40
40
  declare function CarouselNext({
41
41
  className,
42
42
  variant,
43
43
  size,
44
44
  ...props
45
- }: React.ComponentProps<typeof Button>): react_jsx_runtime43.JSX.Element;
45
+ }: React.ComponentProps<typeof Button>): react_jsx_runtime46.JSX.Element;
46
46
  //#endregion
47
47
  export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious };
48
48
  //# sourceMappingURL=carousel.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime48 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime51 from "react/jsx-runtime";
3
3
  import * as RechartsPrimitive from "recharts";
4
4
 
5
5
  //#region src/react/ui/chart.d.ts
@@ -26,14 +26,14 @@ declare function ChartContainer({
26
26
  }: React.ComponentProps<"div"> & {
27
27
  config: ChartConfig;
28
28
  children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
29
- }): react_jsx_runtime48.JSX.Element;
29
+ }): react_jsx_runtime51.JSX.Element;
30
30
  declare const ChartStyle: ({
31
31
  id,
32
32
  config
33
33
  }: {
34
34
  id: string;
35
35
  config: ChartConfig;
36
- }) => react_jsx_runtime48.JSX.Element | null;
36
+ }) => react_jsx_runtime51.JSX.Element | null;
37
37
  declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
38
38
  declare function ChartTooltipContent({
39
39
  active,
@@ -62,7 +62,7 @@ declare function ChartTooltipContent({
62
62
  labelClassName?: string;
63
63
  nameKey?: string;
64
64
  labelKey?: string;
65
- }): react_jsx_runtime48.JSX.Element | null;
65
+ }): react_jsx_runtime51.JSX.Element | null;
66
66
  declare const ChartLegend: typeof RechartsPrimitive.Legend;
67
67
  declare function ChartLegendContent({
68
68
  className,
@@ -74,7 +74,7 @@ declare function ChartLegendContent({
74
74
  payload?: any[];
75
75
  hideIcon?: boolean;
76
76
  nameKey?: string;
77
- }): react_jsx_runtime48.JSX.Element | null;
77
+ }): react_jsx_runtime51.JSX.Element | null;
78
78
  //#endregion
79
79
  export { ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent };
80
80
  //# sourceMappingURL=chart.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime64 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime55 from "react/jsx-runtime";
3
3
  import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
4
4
 
5
5
  //#region src/react/ui/checkbox.d.ts
6
6
  declare function Checkbox({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime64.JSX.Element;
9
+ }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime55.JSX.Element;
10
10
  //#endregion
11
11
  export { Checkbox };
12
12
  //# sourceMappingURL=checkbox.d.ts.map
@@ -1,16 +1,16 @@
1
- import * as react_jsx_runtime52 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime56 from "react/jsx-runtime";
2
2
  import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
3
3
 
4
4
  //#region src/react/ui/collapsible.d.ts
5
5
  declare function Collapsible({
6
6
  ...props
7
- }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime52.JSX.Element;
7
+ }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime56.JSX.Element;
8
8
  declare function CollapsibleTrigger({
9
9
  ...props
10
- }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime52.JSX.Element;
10
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime56.JSX.Element;
11
11
  declare function CollapsibleContent({
12
12
  ...props
13
- }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime52.JSX.Element;
13
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime56.JSX.Element;
14
14
  //#endregion
15
15
  export { Collapsible, CollapsibleContent, CollapsibleTrigger };
16
16
  //# sourceMappingURL=collapsible.d.ts.map
@@ -1,13 +1,13 @@
1
1
  import { Dialog } from "./dialog.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime55 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime59 from "react/jsx-runtime";
4
4
  import { Command } from "cmdk";
5
5
 
6
6
  //#region src/react/ui/command.d.ts
7
7
  declare function Command$1({
8
8
  className,
9
9
  ...props
10
- }: React.ComponentProps<typeof Command>): react_jsx_runtime55.JSX.Element;
10
+ }: React.ComponentProps<typeof Command>): react_jsx_runtime59.JSX.Element;
11
11
  declare function CommandDialog({
12
12
  title,
13
13
  description,
@@ -20,34 +20,34 @@ declare function CommandDialog({
20
20
  description?: string;
21
21
  className?: string;
22
22
  showCloseButton?: boolean;
23
- }): react_jsx_runtime55.JSX.Element;
23
+ }): react_jsx_runtime59.JSX.Element;
24
24
  declare function CommandInput({
25
25
  className,
26
26
  ...props
27
- }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime55.JSX.Element;
27
+ }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime59.JSX.Element;
28
28
  declare function CommandList({
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<typeof Command.List>): react_jsx_runtime55.JSX.Element;
31
+ }: React.ComponentProps<typeof Command.List>): react_jsx_runtime59.JSX.Element;
32
32
  declare function CommandEmpty({
33
33
  ...props
34
- }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime55.JSX.Element;
34
+ }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime59.JSX.Element;
35
35
  declare function CommandGroup({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime55.JSX.Element;
38
+ }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime59.JSX.Element;
39
39
  declare function CommandSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime55.JSX.Element;
42
+ }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime59.JSX.Element;
43
43
  declare function CommandItem({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime55.JSX.Element;
46
+ }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime59.JSX.Element;
47
47
  declare function CommandShortcut({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<"span">): react_jsx_runtime55.JSX.Element;
50
+ }: React.ComponentProps<"span">): react_jsx_runtime59.JSX.Element;
51
51
  //#endregion
52
52
  export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
53
53
  //# sourceMappingURL=command.d.ts.map