@vuer-ai/vuer-uikit 0.0.5 → 0.0.7

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 (34) hide show
  1. package/dist/{chunk-735HE3BG.js → chunk-5SR53QBZ.js} +2 -2
  2. package/dist/{chunk-VMPVNLEN.js → chunk-66DYOZI3.js} +1 -1
  3. package/dist/{chunk-4IU7VY4X.js → chunk-6N5422RT.js} +2 -2
  4. package/dist/{chunk-RX22QM5B.mjs → chunk-7X6N54LX.mjs} +1 -1
  5. package/dist/{chunk-U276W75T.mjs → chunk-DZ4J7I7I.mjs} +2 -2
  6. package/dist/{chunk-D4C5V4EN.mjs → chunk-E5KWKBH3.mjs} +8 -1
  7. package/dist/{chunk-6TYLO2AU.js → chunk-EGPLKTJM.js} +3 -3
  8. package/dist/{chunk-34L2NURS.mjs → chunk-F776EMXP.mjs} +2 -2
  9. package/dist/{chunk-75QDQ67T.js → chunk-FSMKJAZT.js} +8 -1
  10. package/dist/{chunk-LWFIF2HF.mjs → chunk-IG43DNY2.mjs} +3 -3
  11. package/dist/{chunk-QD7TNSTX.js → chunk-IOI3YFTY.js} +5 -5
  12. package/dist/{chunk-GI5ZA3AG.js → chunk-KQAHAGUG.js} +12 -12
  13. package/dist/{chunk-XU3E2EDQ.mjs → chunk-O4TK3AKI.mjs} +5 -5
  14. package/dist/{chunk-AWWKK6AT.mjs → chunk-XCCC7HVN.mjs} +11 -11
  15. package/dist/index.css +1 -1
  16. package/dist/index.js +25 -25
  17. package/dist/index.mjs +7 -7
  18. package/dist/ui/avatar.js +5 -5
  19. package/dist/ui/avatar.mjs +1 -1
  20. package/dist/ui/index.js +25 -25
  21. package/dist/ui/index.mjs +7 -7
  22. package/dist/ui/input-numbers.js +2 -2
  23. package/dist/ui/input-numbers.mjs +1 -1
  24. package/dist/ui/sheet.js +9 -9
  25. package/dist/ui/sheet.mjs +1 -1
  26. package/dist/ui/theme-context.js +3 -3
  27. package/dist/ui/theme-context.mjs +1 -1
  28. package/dist/ui/timeline.js +3 -3
  29. package/dist/ui/timeline.mjs +2 -2
  30. package/dist/ui/tree-view-v2.js +2 -2
  31. package/dist/ui/tree-view-v2.mjs +1 -1
  32. package/dist/ui/tree-view.js +2 -2
  33. package/dist/ui/tree-view.mjs +1 -1
  34. package/package.json +7 -8
@@ -36,7 +36,7 @@ function SheetClose({ ...props }) {
36
36
  SheetPrimitive__namespace.Close,
37
37
  {
38
38
  "data-slot": "sheet-close",
39
- className: chunkXXWQ4RVP_js.cn("focus:outline-none focus:ring-0"),
39
+ className: chunkXXWQ4RVP_js.cn("focus:ring-0 focus:outline-none"),
40
40
  ...props
41
41
  }
42
42
  );
@@ -80,7 +80,7 @@ function SheetContent({
80
80
  ...props,
81
81
  children: [
82
82
  children,
83
- /* @__PURE__ */ jsxRuntime.jsxs(SheetPrimitive__namespace.Close, { className: "text-icon-primary hover:text-icon-highlight absolute right-4 top-4 disabled:pointer-events-none", children: [
83
+ /* @__PURE__ */ jsxRuntime.jsxs(SheetPrimitive__namespace.Close, { className: "text-icon-primary hover:text-icon-highlight absolute top-4 right-4 disabled:pointer-events-none", children: [
84
84
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.XIcon, { className: "size-4" }),
85
85
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "sr-only", children: "Close" })
86
86
  ] })
@@ -107,7 +107,7 @@ var InputNumbers = react.forwardRef(function InputNumbers2({ size, value, onValu
107
107
  {
108
108
  ref,
109
109
  ...bind(),
110
- className: chunkXXWQ4RVP_js.cn("gap-xs flex cursor-crosshair touch-none select-none flex-col"),
110
+ className: chunkXXWQ4RVP_js.cn("gap-xs flex cursor-crosshair touch-none flex-col select-none"),
111
111
  children: value.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
112
112
  chunkSKO72K64_js.InputRoot,
113
113
  {
@@ -80,7 +80,7 @@ function AvatarGroup({ children, className, spacing = "normal", max }) {
80
80
  {
81
81
  key: index,
82
82
  className: chunkXXWQ4RVP_js.cn(
83
- `ring-background relative ring-2 z-[${zIndex}] hover:scale-120 transition-all duration-200 ease-in-out hover:z-[100]`,
83
+ `ring-background relative ring-2 z-[${zIndex}] transition-all duration-200 ease-in-out hover:z-[100] hover:scale-120`,
84
84
  (_a = child.props) == null ? void 0 : _a.className
85
85
  )
86
86
  }
@@ -92,7 +92,7 @@ function AvatarGroup({ children, className, spacing = "normal", max }) {
92
92
  Avatar,
93
93
  {
94
94
  className: chunkXXWQ4RVP_js.cn(
95
- "ring-background hover:scale-120 relative cursor-default ring-2 transition-all duration-200 ease-in-out hover:z-[100]",
95
+ "ring-background relative cursor-default ring-2 transition-all duration-200 ease-in-out hover:z-[100] hover:scale-120",
96
96
  `z-[${30 - displayChildren.length}]`
97
97
  ),
98
98
  children: /* @__PURE__ */ jsxRuntime.jsxs(AvatarFallback, { children: [
@@ -105,7 +105,7 @@ var InputNumbers = forwardRef(function InputNumbers2({ size, value, onValuesChan
105
105
  {
106
106
  ref,
107
107
  ...bind(),
108
- className: cn("gap-xs flex cursor-crosshair touch-none select-none flex-col"),
108
+ className: cn("gap-xs flex cursor-crosshair touch-none flex-col select-none"),
109
109
  children: value.map((item, index) => /* @__PURE__ */ jsx(
110
110
  InputRoot,
111
111
  {
@@ -14,7 +14,7 @@ function SheetClose({ ...props }) {
14
14
  SheetPrimitive.Close,
15
15
  {
16
16
  "data-slot": "sheet-close",
17
- className: cn("focus:outline-none focus:ring-0"),
17
+ className: cn("focus:ring-0 focus:outline-none"),
18
18
  ...props
19
19
  }
20
20
  );
@@ -58,7 +58,7 @@ function SheetContent({
58
58
  ...props,
59
59
  children: [
60
60
  children,
61
- /* @__PURE__ */ jsxs(SheetPrimitive.Close, { className: "text-icon-primary hover:text-icon-highlight absolute right-4 top-4 disabled:pointer-events-none", children: [
61
+ /* @__PURE__ */ jsxs(SheetPrimitive.Close, { className: "text-icon-primary hover:text-icon-highlight absolute top-4 right-4 disabled:pointer-events-none", children: [
62
62
  /* @__PURE__ */ jsx(XIcon, { className: "size-4" }),
63
63
  /* @__PURE__ */ jsx("span", { className: "sr-only", children: "Close" })
64
64
  ] })
@@ -14,17 +14,22 @@ function ThemeProvider({
14
14
  ...props
15
15
  }) {
16
16
  const [theme, setTheme] = useState(() => {
17
+ if (typeof window === "undefined") return defaultTheme;
17
18
  return localStorage.getItem(storageKey) || defaultTheme;
18
19
  });
19
20
  useEffect(() => {
21
+ if (typeof window === "undefined") return;
20
22
  const root = window.document.documentElement;
21
23
  root.classList.remove("light", "dark", "liquidlight", "liquiddark", "system");
24
+ root.removeAttribute("data-theme");
22
25
  if (theme === "system") {
23
26
  const systemTheme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
24
27
  root.classList.add(systemTheme);
28
+ root.setAttribute("data-theme", "auto");
25
29
  return;
26
30
  }
27
31
  root.classList.add(theme);
32
+ root.setAttribute("data-theme", theme);
28
33
  }, [theme]);
29
34
  return /* @__PURE__ */ jsx(
30
35
  ThemeProviderContext.Provider,
@@ -34,7 +39,9 @@ function ThemeProvider({
34
39
  () => ({
35
40
  theme,
36
41
  setTheme: (theme2) => {
37
- localStorage.setItem(storageKey, theme2);
42
+ if (typeof window !== "undefined") {
43
+ localStorage.setItem(storageKey, theme2);
44
+ }
38
45
  setTheme(theme2);
39
46
  }
40
47
  }),
@@ -111,7 +111,7 @@ var TreeView = react.forwardRef(
111
111
  "div",
112
112
  {
113
113
  className: chunkXXWQ4RVP_js.cn(
114
- "bg-bg-primary relative min-w-[240px] max-w-[300px] overflow-hidden p-2",
114
+ "bg-bg-primary relative max-w-[300px] min-w-[240px] overflow-hidden p-2",
115
115
  className
116
116
  ),
117
117
  "data-tree-container": true,
@@ -119,7 +119,7 @@ var TreeView = react.forwardRef(
119
119
  /* @__PURE__ */ jsxRuntime.jsx(
120
120
  "div",
121
121
  {
122
- className: "bg-bg-tertiary rounded-uk-sm pointer-events-none absolute left-2 right-2 z-10 transition-all duration-150",
122
+ className: "bg-bg-tertiary rounded-uk-sm pointer-events-none absolute right-2 left-2 z-10 transition-all duration-150",
123
123
  style: {
124
124
  display: hoverBackgroundStyle.display,
125
125
  top: hoverBackgroundStyle.top,
@@ -401,7 +401,7 @@ var AccordionContent = react.forwardRef(({ className, children, ...props }, ref)
401
401
  className
402
402
  ),
403
403
  ...props,
404
- children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pb-0 pt-0", children })
404
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-0 pb-0", children })
405
405
  }
406
406
  ));
407
407
  AccordionContent.displayName = AccordionPrimitive__namespace.Content.displayName;
@@ -55,7 +55,7 @@ function AvatarGroup({ children, className, spacing = "normal", max }) {
55
55
  {
56
56
  key: index,
57
57
  className: cn(
58
- `ring-background relative ring-2 z-[${zIndex}] hover:scale-120 transition-all duration-200 ease-in-out hover:z-[100]`,
58
+ `ring-background relative ring-2 z-[${zIndex}] transition-all duration-200 ease-in-out hover:z-[100] hover:scale-120`,
59
59
  (_a = child.props) == null ? void 0 : _a.className
60
60
  )
61
61
  }
@@ -67,7 +67,7 @@ function AvatarGroup({ children, className, spacing = "normal", max }) {
67
67
  Avatar,
68
68
  {
69
69
  className: cn(
70
- "ring-background hover:scale-120 relative cursor-default ring-2 transition-all duration-200 ease-in-out hover:z-[100]",
70
+ "ring-background relative cursor-default ring-2 transition-all duration-200 ease-in-out hover:z-[100] hover:scale-120",
71
71
  `z-[${30 - displayChildren.length}]`
72
72
  ),
73
73
  children: /* @__PURE__ */ jsxs(AvatarFallback, { children: [
@@ -16,17 +16,22 @@ function ThemeProvider({
16
16
  ...props
17
17
  }) {
18
18
  const [theme, setTheme] = react.useState(() => {
19
+ if (typeof window === "undefined") return defaultTheme;
19
20
  return localStorage.getItem(storageKey) || defaultTheme;
20
21
  });
21
22
  react.useEffect(() => {
23
+ if (typeof window === "undefined") return;
22
24
  const root = window.document.documentElement;
23
25
  root.classList.remove("light", "dark", "liquidlight", "liquiddark", "system");
26
+ root.removeAttribute("data-theme");
24
27
  if (theme === "system") {
25
28
  const systemTheme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
26
29
  root.classList.add(systemTheme);
30
+ root.setAttribute("data-theme", "auto");
27
31
  return;
28
32
  }
29
33
  root.classList.add(theme);
34
+ root.setAttribute("data-theme", theme);
30
35
  }, [theme]);
31
36
  return /* @__PURE__ */ jsxRuntime.jsx(
32
37
  ThemeProviderContext.Provider,
@@ -36,7 +41,9 @@ function ThemeProvider({
36
41
  () => ({
37
42
  theme,
38
43
  setTheme: (theme2) => {
39
- localStorage.setItem(storageKey, theme2);
44
+ if (typeof window !== "undefined") {
45
+ localStorage.setItem(storageKey, theme2);
46
+ }
40
47
  setTheme(theme2);
41
48
  }
42
49
  }),
@@ -89,7 +89,7 @@ var TreeView = forwardRef(
89
89
  "div",
90
90
  {
91
91
  className: cn(
92
- "bg-bg-primary relative min-w-[240px] max-w-[300px] overflow-hidden p-2",
92
+ "bg-bg-primary relative max-w-[300px] min-w-[240px] overflow-hidden p-2",
93
93
  className
94
94
  ),
95
95
  "data-tree-container": true,
@@ -97,7 +97,7 @@ var TreeView = forwardRef(
97
97
  /* @__PURE__ */ jsx(
98
98
  "div",
99
99
  {
100
- className: "bg-bg-tertiary rounded-uk-sm pointer-events-none absolute left-2 right-2 z-10 transition-all duration-150",
100
+ className: "bg-bg-tertiary rounded-uk-sm pointer-events-none absolute right-2 left-2 z-10 transition-all duration-150",
101
101
  style: {
102
102
  display: hoverBackgroundStyle.display,
103
103
  top: hoverBackgroundStyle.top,
@@ -379,7 +379,7 @@ var AccordionContent = forwardRef(({ className, children, ...props }, ref) => /*
379
379
  className
380
380
  ),
381
381
  ...props,
382
- children: /* @__PURE__ */ jsx("div", { className: "pb-0 pt-0", children })
382
+ children: /* @__PURE__ */ jsx("div", { className: "pt-0 pb-0", children })
383
383
  }
384
384
  ));
385
385
  AccordionContent.displayName = AccordionPrimitive.Content.displayName;
@@ -183,7 +183,7 @@ function TreeView({
183
183
  onMouseEnter: () => onItemHover == null ? void 0 : onItemHover(item.id),
184
184
  onMouseLeave: () => onItemHover == null ? void 0 : onItemHover(null),
185
185
  children: [
186
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute left-[-0.28rem] top-0 z-0 flex h-full items-center", children: [
186
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute top-0 left-[-0.28rem] z-0 flex h-full items-center", children: [
187
187
  item.ancestors.map((ancestor, index) => {
188
188
  var _a;
189
189
  const parentIsLast = (_a = dataWithMeta.find((d) => d.id === ancestor.id)) == null ? void 0 : _a.isLast;
@@ -204,19 +204,19 @@ function TreeView({
204
204
  "div",
205
205
  {
206
206
  className: chunkXXWQ4RVP_js.cn(
207
- "absolute left-0 top-0 h-1/2 w-1/2 border-b border-l",
207
+ "absolute top-0 left-0 h-1/2 w-1/2 border-b border-l",
208
208
  item.isLast ? "rounded-bl-md" : "",
209
209
  "border-line-secondary/20"
210
210
  )
211
211
  }
212
212
  ),
213
- !item.isLast && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-line-secondary/20 absolute left-0 top-1/2 h-1/2 w-1/2 border-l" })
213
+ !item.isLast && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-line-secondary/20 absolute top-1/2 left-0 h-1/2 w-1/2 border-l" })
214
214
  ] })
215
215
  ] }),
216
216
  /* @__PURE__ */ jsxRuntime.jsxs(
217
217
  "div",
218
218
  {
219
- className: "text-uk-md z-10 flex w-full items-center gap-2 whitespace-nowrap px-2",
219
+ className: "text-uk-md z-10 flex w-full items-center gap-2 px-2 whitespace-nowrap",
220
220
  style: { paddingLeft: `${item.indent * 1.25 + 0.5}rem` },
221
221
  children: [
222
222
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex size-4 items-center justify-center", children: [
@@ -224,7 +224,7 @@ function TreeView({
224
224
  "button",
225
225
  {
226
226
  onClick: () => toggleItem(item.id),
227
- className: "absolute inset-0 z-20 opacity-0 transition-opacity group-hover:opacity-100",
227
+ className: "absolute z-20 flex items-center justify-center opacity-0 transition-opacity group-hover:opacity-100",
228
228
  children: /* @__PURE__ */ jsxRuntime.jsx(
229
229
  lucideReact.ChevronDown,
230
230
  {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQD7TNSTX_js = require('./chunk-QD7TNSTX.js');
3
+ var chunkIOI3YFTY_js = require('./chunk-IOI3YFTY.js');
4
4
  var chunkXXWQ4RVP_js = require('./chunk-XXWQ4RVP.js');
5
5
  var lucideReact = require('lucide-react');
6
6
  var React = require('react');
@@ -276,7 +276,7 @@ function Timeline({ data, totalDuration, getIcon }) {
276
276
  }, [viewStart, viewDuration, updateCursor]);
277
277
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-bg-primary text-text-primary border-line-secondary/20 rounded-uk-md mx-auto w-full max-w-7xl overflow-hidden border font-sans shadow-2xl", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-[minmax(300px,30%)_1fr]", children: [
278
278
  /* @__PURE__ */ jsxRuntime.jsx(
279
- chunkQD7TNSTX_js.TreeView,
279
+ chunkIOI3YFTY_js.TreeView,
280
280
  {
281
281
  data,
282
282
  getIcon,
@@ -366,7 +366,7 @@ function Timeline({ data, totalDuration, getIcon }) {
366
366
  "div",
367
367
  {
368
368
  className: chunkXXWQ4RVP_js.cn(
369
- "absolute left-0 top-1/2 h-2 w-px -translate-y-1/2",
369
+ "absolute top-1/2 left-0 h-2 w-px -translate-y-1/2",
370
370
  colorClasses[item.color]
371
371
  )
372
372
  }
@@ -384,7 +384,7 @@ function Timeline({ data, totalDuration, getIcon }) {
384
384
  "div",
385
385
  {
386
386
  className: chunkXXWQ4RVP_js.cn(
387
- "absolute right-0 top-1/2 h-2 w-px -translate-y-1/2",
387
+ "absolute top-1/2 right-0 h-2 w-px -translate-y-1/2",
388
388
  colorClasses[item.color]
389
389
  )
390
390
  }
@@ -425,7 +425,7 @@ function Timeline({ data, totalDuration, getIcon }) {
425
425
  "span",
426
426
  {
427
427
  className: chunkXXWQ4RVP_js.cn(
428
- "text-uk-sm whitespace-nowrap font-medium",
428
+ "text-uk-sm font-medium whitespace-nowrap",
429
429
  item.color === "gray-light" || item.color === "gray-medium" ? "text-slate-600 dark:text-slate-300" : "text-text-highlight"
430
430
  ),
431
431
  children: formatDuration(item.duration)
@@ -455,9 +455,9 @@ function Timeline({ data, totalDuration, getIcon }) {
455
455
  width: `${item.duration / viewDuration * 100}%`
456
456
  },
457
457
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex h-full w-full items-center justify-center", children: [
458
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-line-secondary absolute left-0 top-1/2 h-2 w-px -translate-y-1/2" }),
458
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-line-secondary absolute top-1/2 left-0 h-2 w-px -translate-y-1/2" }),
459
459
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-line-secondary w-full border-t border-dashed" }),
460
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-line-secondary absolute right-0 top-1/2 h-2 w-px -translate-y-1/2" })
460
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "bg-line-secondary absolute top-1/2 right-0 h-2 w-px -translate-y-1/2" })
461
461
  ] })
462
462
  }
463
463
  ),
@@ -476,7 +476,7 @@ function Timeline({ data, totalDuration, getIcon }) {
476
476
  left: `${timeToPercent(visibleStart)}%`,
477
477
  width: `${visibleWidthPercent}%`
478
478
  },
479
- children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-text-highlight text-uk-sm flex h-5 items-center whitespace-nowrap rounded-full bg-orange-500/85 px-2 font-medium", children: formatDuration(item.duration) })
479
+ children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-text-highlight text-uk-sm flex h-5 items-center rounded-full bg-orange-500/85 px-2 font-medium whitespace-nowrap", children: formatDuration(item.duration) })
480
480
  }
481
481
  );
482
482
  })(),
@@ -495,7 +495,7 @@ function Timeline({ data, totalDuration, getIcon }) {
495
495
  item.id
496
496
  );
497
497
  }) }),
498
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pointer-events-none absolute left-0 top-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
498
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pointer-events-none absolute top-0 left-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
499
499
  const barEnd = item.startTime !== void 0 && item.duration !== void 0 ? item.startTime + item.duration : void 0;
500
500
  const isOffscreenLeft = barEnd !== void 0 && barEnd < viewStart || item.time !== void 0 && item.time < viewStart;
501
501
  if (isOffscreenLeft && item.color) {
@@ -516,7 +516,7 @@ function Timeline({ data, totalDuration, getIcon }) {
516
516
  }
517
517
  return null;
518
518
  }) }),
519
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pointer-events-none absolute right-0 top-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
519
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pointer-events-none absolute top-0 right-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
520
520
  const barStart = item.startTime;
521
521
  const viewEnd = viewStart + viewDuration;
522
522
  const isOffscreenRight = barStart !== void 0 && barStart > viewEnd || item.time !== void 0 && item.time > viewEnd;
@@ -542,7 +542,7 @@ function Timeline({ data, totalDuration, getIcon }) {
542
542
  "div",
543
543
  {
544
544
  ref: cursorContainerRef,
545
- className: "pointer-events-none absolute left-0 top-0 z-10 h-full w-full opacity-0 transition-opacity duration-150",
545
+ className: "pointer-events-none absolute top-0 left-0 z-10 h-full w-full opacity-0 transition-opacity duration-150",
546
546
  style: {
547
547
  "--cursor-left": "0%",
548
548
  "--readout-text": '""',
@@ -559,7 +559,7 @@ function Timeline({ data, totalDuration, getIcon }) {
559
559
  /* @__PURE__ */ jsxRuntime.jsxs(
560
560
  "div",
561
561
  {
562
- className: "bg-bg-primary border-line-secondary/20 rounded-uk-sm text-uk-sm absolute top-1 flex items-center justify-center whitespace-nowrap border px-2 py-0.5 shadow-lg",
562
+ className: "bg-bg-primary border-line-secondary/20 rounded-uk-sm text-uk-sm absolute top-1 flex items-center justify-center border px-2 py-0.5 whitespace-nowrap shadow-lg",
563
563
  style: {
564
564
  left: "var(--cursor-left)",
565
565
  transform: "translateX(-50%)",
@@ -181,7 +181,7 @@ function TreeView({
181
181
  onMouseEnter: () => onItemHover == null ? void 0 : onItemHover(item.id),
182
182
  onMouseLeave: () => onItemHover == null ? void 0 : onItemHover(null),
183
183
  children: [
184
- /* @__PURE__ */ jsxs("div", { className: "absolute left-[-0.28rem] top-0 z-0 flex h-full items-center", children: [
184
+ /* @__PURE__ */ jsxs("div", { className: "absolute top-0 left-[-0.28rem] z-0 flex h-full items-center", children: [
185
185
  item.ancestors.map((ancestor, index) => {
186
186
  var _a;
187
187
  const parentIsLast = (_a = dataWithMeta.find((d) => d.id === ancestor.id)) == null ? void 0 : _a.isLast;
@@ -202,19 +202,19 @@ function TreeView({
202
202
  "div",
203
203
  {
204
204
  className: cn(
205
- "absolute left-0 top-0 h-1/2 w-1/2 border-b border-l",
205
+ "absolute top-0 left-0 h-1/2 w-1/2 border-b border-l",
206
206
  item.isLast ? "rounded-bl-md" : "",
207
207
  "border-line-secondary/20"
208
208
  )
209
209
  }
210
210
  ),
211
- !item.isLast && /* @__PURE__ */ jsx("div", { className: "border-line-secondary/20 absolute left-0 top-1/2 h-1/2 w-1/2 border-l" })
211
+ !item.isLast && /* @__PURE__ */ jsx("div", { className: "border-line-secondary/20 absolute top-1/2 left-0 h-1/2 w-1/2 border-l" })
212
212
  ] })
213
213
  ] }),
214
214
  /* @__PURE__ */ jsxs(
215
215
  "div",
216
216
  {
217
- className: "text-uk-md z-10 flex w-full items-center gap-2 whitespace-nowrap px-2",
217
+ className: "text-uk-md z-10 flex w-full items-center gap-2 px-2 whitespace-nowrap",
218
218
  style: { paddingLeft: `${item.indent * 1.25 + 0.5}rem` },
219
219
  children: [
220
220
  /* @__PURE__ */ jsxs("div", { className: "relative flex size-4 items-center justify-center", children: [
@@ -222,7 +222,7 @@ function TreeView({
222
222
  "button",
223
223
  {
224
224
  onClick: () => toggleItem(item.id),
225
- className: "absolute inset-0 z-20 opacity-0 transition-opacity group-hover:opacity-100",
225
+ className: "absolute z-20 flex items-center justify-center opacity-0 transition-opacity group-hover:opacity-100",
226
226
  children: /* @__PURE__ */ jsx(
227
227
  ChevronDown,
228
228
  {
@@ -1,4 +1,4 @@
1
- import { TreeView } from './chunk-XU3E2EDQ.mjs';
1
+ import { TreeView } from './chunk-O4TK3AKI.mjs';
2
2
  import { cn } from './chunk-KTNZSZ5Y.mjs';
3
3
  import { Magnet, ChevronLeft, ChevronRight } from 'lucide-react';
4
4
  import React, { useState, useRef, useCallback, useMemo, useEffect } from 'react';
@@ -360,7 +360,7 @@ function Timeline({ data, totalDuration, getIcon }) {
360
360
  "div",
361
361
  {
362
362
  className: cn(
363
- "absolute left-0 top-1/2 h-2 w-px -translate-y-1/2",
363
+ "absolute top-1/2 left-0 h-2 w-px -translate-y-1/2",
364
364
  colorClasses[item.color]
365
365
  )
366
366
  }
@@ -378,7 +378,7 @@ function Timeline({ data, totalDuration, getIcon }) {
378
378
  "div",
379
379
  {
380
380
  className: cn(
381
- "absolute right-0 top-1/2 h-2 w-px -translate-y-1/2",
381
+ "absolute top-1/2 right-0 h-2 w-px -translate-y-1/2",
382
382
  colorClasses[item.color]
383
383
  )
384
384
  }
@@ -419,7 +419,7 @@ function Timeline({ data, totalDuration, getIcon }) {
419
419
  "span",
420
420
  {
421
421
  className: cn(
422
- "text-uk-sm whitespace-nowrap font-medium",
422
+ "text-uk-sm font-medium whitespace-nowrap",
423
423
  item.color === "gray-light" || item.color === "gray-medium" ? "text-slate-600 dark:text-slate-300" : "text-text-highlight"
424
424
  ),
425
425
  children: formatDuration(item.duration)
@@ -449,9 +449,9 @@ function Timeline({ data, totalDuration, getIcon }) {
449
449
  width: `${item.duration / viewDuration * 100}%`
450
450
  },
451
451
  children: /* @__PURE__ */ jsxs("div", { className: "relative flex h-full w-full items-center justify-center", children: [
452
- /* @__PURE__ */ jsx("div", { className: "bg-line-secondary absolute left-0 top-1/2 h-2 w-px -translate-y-1/2" }),
452
+ /* @__PURE__ */ jsx("div", { className: "bg-line-secondary absolute top-1/2 left-0 h-2 w-px -translate-y-1/2" }),
453
453
  /* @__PURE__ */ jsx("div", { className: "border-line-secondary w-full border-t border-dashed" }),
454
- /* @__PURE__ */ jsx("div", { className: "bg-line-secondary absolute right-0 top-1/2 h-2 w-px -translate-y-1/2" })
454
+ /* @__PURE__ */ jsx("div", { className: "bg-line-secondary absolute top-1/2 right-0 h-2 w-px -translate-y-1/2" })
455
455
  ] })
456
456
  }
457
457
  ),
@@ -470,7 +470,7 @@ function Timeline({ data, totalDuration, getIcon }) {
470
470
  left: `${timeToPercent(visibleStart)}%`,
471
471
  width: `${visibleWidthPercent}%`
472
472
  },
473
- children: /* @__PURE__ */ jsx("div", { className: "text-text-highlight text-uk-sm flex h-5 items-center whitespace-nowrap rounded-full bg-orange-500/85 px-2 font-medium", children: formatDuration(item.duration) })
473
+ children: /* @__PURE__ */ jsx("div", { className: "text-text-highlight text-uk-sm flex h-5 items-center rounded-full bg-orange-500/85 px-2 font-medium whitespace-nowrap", children: formatDuration(item.duration) })
474
474
  }
475
475
  );
476
476
  })(),
@@ -489,7 +489,7 @@ function Timeline({ data, totalDuration, getIcon }) {
489
489
  item.id
490
490
  );
491
491
  }) }),
492
- /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute left-0 top-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
492
+ /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute top-0 left-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
493
493
  const barEnd = item.startTime !== void 0 && item.duration !== void 0 ? item.startTime + item.duration : void 0;
494
494
  const isOffscreenLeft = barEnd !== void 0 && barEnd < viewStart || item.time !== void 0 && item.time < viewStart;
495
495
  if (isOffscreenLeft && item.color) {
@@ -510,7 +510,7 @@ function Timeline({ data, totalDuration, getIcon }) {
510
510
  }
511
511
  return null;
512
512
  }) }),
513
- /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute right-0 top-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
513
+ /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute top-0 right-0 z-10 h-full w-2", children: visibleData.map((item, index) => {
514
514
  const barStart = item.startTime;
515
515
  const viewEnd = viewStart + viewDuration;
516
516
  const isOffscreenRight = barStart !== void 0 && barStart > viewEnd || item.time !== void 0 && item.time > viewEnd;
@@ -536,7 +536,7 @@ function Timeline({ data, totalDuration, getIcon }) {
536
536
  "div",
537
537
  {
538
538
  ref: cursorContainerRef,
539
- className: "pointer-events-none absolute left-0 top-0 z-10 h-full w-full opacity-0 transition-opacity duration-150",
539
+ className: "pointer-events-none absolute top-0 left-0 z-10 h-full w-full opacity-0 transition-opacity duration-150",
540
540
  style: {
541
541
  "--cursor-left": "0%",
542
542
  "--readout-text": '""',
@@ -553,7 +553,7 @@ function Timeline({ data, totalDuration, getIcon }) {
553
553
  /* @__PURE__ */ jsxs(
554
554
  "div",
555
555
  {
556
- className: "bg-bg-primary border-line-secondary/20 rounded-uk-sm text-uk-sm absolute top-1 flex items-center justify-center whitespace-nowrap border px-2 py-0.5 shadow-lg",
556
+ className: "bg-bg-primary border-line-secondary/20 rounded-uk-sm text-uk-sm absolute top-1 flex items-center justify-center border px-2 py-0.5 whitespace-nowrap shadow-lg",
557
557
  style: {
558
558
  left: "var(--cursor-left)",
559
559
  transform: "translateX(-50%)",
package/dist/index.css CHANGED
@@ -14,7 +14,7 @@
14
14
  @property --tw-exit-scale { syntax:"*";inherits:false;initial-value:1 }
15
15
  @property --tw-exit-translate-x { syntax:"*";inherits:false;initial-value:0 }
16
16
  @property --tw-exit-translate-y { syntax:"*";inherits:false;initial-value:0 }
17
- @theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))ease-out; @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
17
+ @theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
18
18
  @utility animation-duration-* { --tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); }
19
19
  @utility delay-* { animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); }
20
20
  @utility repeat-* { animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); --tw-animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); }
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-P3NMVNEO.js');
4
- var chunk6TYLO2AU_js = require('./chunk-6TYLO2AU.js');
5
- var chunk75QDQ67T_js = require('./chunk-75QDQ67T.js');
6
- var chunkGI5ZA3AG_js = require('./chunk-GI5ZA3AG.js');
7
- var chunkQD7TNSTX_js = require('./chunk-QD7TNSTX.js');
4
+ var chunkEGPLKTJM_js = require('./chunk-EGPLKTJM.js');
5
+ var chunkFSMKJAZT_js = require('./chunk-FSMKJAZT.js');
6
+ var chunkKQAHAGUG_js = require('./chunk-KQAHAGUG.js');
7
+ var chunkIOI3YFTY_js = require('./chunk-IOI3YFTY.js');
8
8
  var chunkQZASHJNJ_js = require('./chunk-QZASHJNJ.js');
9
9
  var chunkYXDJPCAF_js = require('./chunk-YXDJPCAF.js');
10
10
  var chunkU7SNLMJR_js = require('./chunk-U7SNLMJR.js');
@@ -13,15 +13,15 @@ var chunkY5I2GI4V_js = require('./chunk-Y5I2GI4V.js');
13
13
  var chunkE33MW663_js = require('./chunk-E33MW663.js');
14
14
  var chunkIGBWUFZL_js = require('./chunk-IGBWUFZL.js');
15
15
  var chunkVAXIFFOT_js = require('./chunk-VAXIFFOT.js');
16
- var chunk735HE3BG_js = require('./chunk-735HE3BG.js');
16
+ var chunk5SR53QBZ_js = require('./chunk-5SR53QBZ.js');
17
17
  var chunkPIR7EZC6_js = require('./chunk-PIR7EZC6.js');
18
18
  var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
19
19
  var chunkX55EAYE2_js = require('./chunk-X55EAYE2.js');
20
20
  var chunk5TVG5JK5_js = require('./chunk-5TVG5JK5.js');
21
21
  var chunk2JCULHBM_js = require('./chunk-2JCULHBM.js');
22
22
  var chunkFP26SRGL_js = require('./chunk-FP26SRGL.js');
23
- var chunkVMPVNLEN_js = require('./chunk-VMPVNLEN.js');
24
- var chunk4IU7VY4X_js = require('./chunk-4IU7VY4X.js');
23
+ var chunk66DYOZI3_js = require('./chunk-66DYOZI3.js');
24
+ var chunk6N5422RT_js = require('./chunk-6N5422RT.js');
25
25
  var chunk4PAHMURP_js = require('./chunk-4PAHMURP.js');
26
26
  require('./chunk-KJ42IGH6.js');
27
27
  var chunkXUQ5A7ZA_js = require('./chunk-XUQ5A7ZA.js');
@@ -41,23 +41,23 @@ var chunkB5EMQBVL_js = require('./chunk-B5EMQBVL.js');
41
41
 
42
42
  Object.defineProperty(exports, "TreeView", {
43
43
  enumerable: true,
44
- get: function () { return chunk6TYLO2AU_js.TreeView; }
44
+ get: function () { return chunkEGPLKTJM_js.TreeView; }
45
45
  });
46
46
  Object.defineProperty(exports, "ThemeProvider", {
47
47
  enumerable: true,
48
- get: function () { return chunk75QDQ67T_js.ThemeProvider; }
48
+ get: function () { return chunkFSMKJAZT_js.ThemeProvider; }
49
49
  });
50
50
  Object.defineProperty(exports, "useTheme", {
51
51
  enumerable: true,
52
- get: function () { return chunk75QDQ67T_js.useTheme; }
52
+ get: function () { return chunkFSMKJAZT_js.useTheme; }
53
53
  });
54
54
  Object.defineProperty(exports, "Timeline", {
55
55
  enumerable: true,
56
- get: function () { return chunkGI5ZA3AG_js.Timeline; }
56
+ get: function () { return chunkKQAHAGUG_js.Timeline; }
57
57
  });
58
58
  Object.defineProperty(exports, "TreeViewV2", {
59
59
  enumerable: true,
60
- get: function () { return chunkQD7TNSTX_js.TreeView; }
60
+ get: function () { return chunkIOI3YFTY_js.TreeView; }
61
61
  });
62
62
  Object.defineProperty(exports, "Toaster", {
63
63
  enumerable: true,
@@ -169,35 +169,35 @@ Object.defineProperty(exports, "RadioGroupItem", {
169
169
  });
170
170
  Object.defineProperty(exports, "Sheet", {
171
171
  enumerable: true,
172
- get: function () { return chunk735HE3BG_js.Sheet; }
172
+ get: function () { return chunk5SR53QBZ_js.Sheet; }
173
173
  });
174
174
  Object.defineProperty(exports, "SheetClose", {
175
175
  enumerable: true,
176
- get: function () { return chunk735HE3BG_js.SheetClose; }
176
+ get: function () { return chunk5SR53QBZ_js.SheetClose; }
177
177
  });
178
178
  Object.defineProperty(exports, "SheetContent", {
179
179
  enumerable: true,
180
- get: function () { return chunk735HE3BG_js.SheetContent; }
180
+ get: function () { return chunk5SR53QBZ_js.SheetContent; }
181
181
  });
182
182
  Object.defineProperty(exports, "SheetDescription", {
183
183
  enumerable: true,
184
- get: function () { return chunk735HE3BG_js.SheetDescription; }
184
+ get: function () { return chunk5SR53QBZ_js.SheetDescription; }
185
185
  });
186
186
  Object.defineProperty(exports, "SheetFooter", {
187
187
  enumerable: true,
188
- get: function () { return chunk735HE3BG_js.SheetFooter; }
188
+ get: function () { return chunk5SR53QBZ_js.SheetFooter; }
189
189
  });
190
190
  Object.defineProperty(exports, "SheetHeader", {
191
191
  enumerable: true,
192
- get: function () { return chunk735HE3BG_js.SheetHeader; }
192
+ get: function () { return chunk5SR53QBZ_js.SheetHeader; }
193
193
  });
194
194
  Object.defineProperty(exports, "SheetTitle", {
195
195
  enumerable: true,
196
- get: function () { return chunk735HE3BG_js.SheetTitle; }
196
+ get: function () { return chunk5SR53QBZ_js.SheetTitle; }
197
197
  });
198
198
  Object.defineProperty(exports, "SheetTrigger", {
199
199
  enumerable: true,
200
- get: function () { return chunk735HE3BG_js.SheetTrigger; }
200
+ get: function () { return chunk5SR53QBZ_js.SheetTrigger; }
201
201
  });
202
202
  Object.defineProperty(exports, "Slider", {
203
203
  enumerable: true,
@@ -313,23 +313,23 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
313
313
  });
314
314
  Object.defineProperty(exports, "InputNumbers", {
315
315
  enumerable: true,
316
- get: function () { return chunkVMPVNLEN_js.InputNumbers; }
316
+ get: function () { return chunk66DYOZI3_js.InputNumbers; }
317
317
  });
318
318
  Object.defineProperty(exports, "Avatar", {
319
319
  enumerable: true,
320
- get: function () { return chunk4IU7VY4X_js.Avatar; }
320
+ get: function () { return chunk6N5422RT_js.Avatar; }
321
321
  });
322
322
  Object.defineProperty(exports, "AvatarFallback", {
323
323
  enumerable: true,
324
- get: function () { return chunk4IU7VY4X_js.AvatarFallback; }
324
+ get: function () { return chunk6N5422RT_js.AvatarFallback; }
325
325
  });
326
326
  Object.defineProperty(exports, "AvatarGroup", {
327
327
  enumerable: true,
328
- get: function () { return chunk4IU7VY4X_js.AvatarGroup; }
328
+ get: function () { return chunk6N5422RT_js.AvatarGroup; }
329
329
  });
330
330
  Object.defineProperty(exports, "AvatarImage", {
331
331
  enumerable: true,
332
- get: function () { return chunk4IU7VY4X_js.AvatarImage; }
332
+ get: function () { return chunk6N5422RT_js.AvatarImage; }
333
333
  });
334
334
  Object.defineProperty(exports, "Badge", {
335
335
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import './chunk-IKIXD35H.mjs';
2
- export { TreeView } from './chunk-LWFIF2HF.mjs';
3
- export { ThemeProvider, useTheme } from './chunk-D4C5V4EN.mjs';
4
- export { Timeline } from './chunk-AWWKK6AT.mjs';
5
- export { TreeView as TreeViewV2 } from './chunk-XU3E2EDQ.mjs';
2
+ export { TreeView } from './chunk-IG43DNY2.mjs';
3
+ export { ThemeProvider, useTheme } from './chunk-E5KWKBH3.mjs';
4
+ export { Timeline } from './chunk-XCCC7HVN.mjs';
5
+ export { TreeView as TreeViewV2 } from './chunk-O4TK3AKI.mjs';
6
6
  export { Toaster, toast } from './chunk-J7PTSP4Q.mjs';
7
7
  export { ToggleGroup, ToggleGroupItem } from './chunk-2TRYGIGT.mjs';
8
8
  export { Toggle, toggleVariants } from './chunk-WDUTW7HS.mjs';
@@ -11,15 +11,15 @@ export { Layout } from './chunk-LLXRJYQB.mjs';
11
11
  export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-TMBKCIVQ.mjs';
12
12
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-BOPZFNFS.mjs';
13
13
  export { RadioGroup, RadioGroupItem } from './chunk-5ZZC23M7.mjs';
14
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-U276W75T.mjs';
14
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-DZ4J7I7I.mjs';
15
15
  export { Slider } from './chunk-T3VSSE2L.mjs';
16
16
  export { Switch } from './chunk-JAMJUXBY.mjs';
17
17
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-B2E7AY66.mjs';
18
18
  export { Checkbox } from './chunk-G6PRZVSE.mjs';
19
19
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-FRT225GK.mjs';
20
20
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-EUY74AXP.mjs';
21
- export { InputNumbers } from './chunk-RX22QM5B.mjs';
22
- export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-34L2NURS.mjs';
21
+ export { InputNumbers } from './chunk-7X6N54LX.mjs';
22
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-F776EMXP.mjs';
23
23
  export { Badge, badgeVariants } from './chunk-SP3DH5MP.mjs';
24
24
  import './chunk-VGCVIHBR.mjs';
25
25
  export { CursorProvider } from './chunk-UMIQYHO6.mjs';
package/dist/ui/avatar.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk4IU7VY4X_js = require('../chunk-4IU7VY4X.js');
3
+ var chunk6N5422RT_js = require('../chunk-6N5422RT.js');
4
4
  require('../chunk-ST4P6AN6.js');
5
5
  require('../chunk-XXWQ4RVP.js');
6
6
 
@@ -8,17 +8,17 @@ require('../chunk-XXWQ4RVP.js');
8
8
 
9
9
  Object.defineProperty(exports, "Avatar", {
10
10
  enumerable: true,
11
- get: function () { return chunk4IU7VY4X_js.Avatar; }
11
+ get: function () { return chunk6N5422RT_js.Avatar; }
12
12
  });
13
13
  Object.defineProperty(exports, "AvatarFallback", {
14
14
  enumerable: true,
15
- get: function () { return chunk4IU7VY4X_js.AvatarFallback; }
15
+ get: function () { return chunk6N5422RT_js.AvatarFallback; }
16
16
  });
17
17
  Object.defineProperty(exports, "AvatarGroup", {
18
18
  enumerable: true,
19
- get: function () { return chunk4IU7VY4X_js.AvatarGroup; }
19
+ get: function () { return chunk6N5422RT_js.AvatarGroup; }
20
20
  });
21
21
  Object.defineProperty(exports, "AvatarImage", {
22
22
  enumerable: true,
23
- get: function () { return chunk4IU7VY4X_js.AvatarImage; }
23
+ get: function () { return chunk6N5422RT_js.AvatarImage; }
24
24
  });
@@ -1,3 +1,3 @@
1
- export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-34L2NURS.mjs';
1
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-F776EMXP.mjs';
2
2
  import '../chunk-QS7WS6DD.mjs';
3
3
  import '../chunk-KTNZSZ5Y.mjs';
package/dist/ui/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-P3NMVNEO.js');
4
- var chunk6TYLO2AU_js = require('../chunk-6TYLO2AU.js');
5
- var chunk75QDQ67T_js = require('../chunk-75QDQ67T.js');
6
- var chunkGI5ZA3AG_js = require('../chunk-GI5ZA3AG.js');
7
- var chunkQD7TNSTX_js = require('../chunk-QD7TNSTX.js');
4
+ var chunkEGPLKTJM_js = require('../chunk-EGPLKTJM.js');
5
+ var chunkFSMKJAZT_js = require('../chunk-FSMKJAZT.js');
6
+ var chunkKQAHAGUG_js = require('../chunk-KQAHAGUG.js');
7
+ var chunkIOI3YFTY_js = require('../chunk-IOI3YFTY.js');
8
8
  var chunkQZASHJNJ_js = require('../chunk-QZASHJNJ.js');
9
9
  var chunkYXDJPCAF_js = require('../chunk-YXDJPCAF.js');
10
10
  var chunkU7SNLMJR_js = require('../chunk-U7SNLMJR.js');
@@ -13,15 +13,15 @@ var chunkY5I2GI4V_js = require('../chunk-Y5I2GI4V.js');
13
13
  var chunkE33MW663_js = require('../chunk-E33MW663.js');
14
14
  var chunkIGBWUFZL_js = require('../chunk-IGBWUFZL.js');
15
15
  var chunkVAXIFFOT_js = require('../chunk-VAXIFFOT.js');
16
- var chunk735HE3BG_js = require('../chunk-735HE3BG.js');
16
+ var chunk5SR53QBZ_js = require('../chunk-5SR53QBZ.js');
17
17
  var chunkPIR7EZC6_js = require('../chunk-PIR7EZC6.js');
18
18
  var chunkH5P4IX7R_js = require('../chunk-H5P4IX7R.js');
19
19
  var chunkX55EAYE2_js = require('../chunk-X55EAYE2.js');
20
20
  var chunk5TVG5JK5_js = require('../chunk-5TVG5JK5.js');
21
21
  var chunk2JCULHBM_js = require('../chunk-2JCULHBM.js');
22
22
  var chunkFP26SRGL_js = require('../chunk-FP26SRGL.js');
23
- var chunkVMPVNLEN_js = require('../chunk-VMPVNLEN.js');
24
- var chunk4IU7VY4X_js = require('../chunk-4IU7VY4X.js');
23
+ var chunk66DYOZI3_js = require('../chunk-66DYOZI3.js');
24
+ var chunk6N5422RT_js = require('../chunk-6N5422RT.js');
25
25
  var chunk4PAHMURP_js = require('../chunk-4PAHMURP.js');
26
26
  var chunk5MZCQW4U_js = require('../chunk-5MZCQW4U.js');
27
27
  var chunk5OUTEHVX_js = require('../chunk-5OUTEHVX.js');
@@ -36,23 +36,23 @@ require('../chunk-B5EMQBVL.js');
36
36
 
37
37
  Object.defineProperty(exports, "TreeView", {
38
38
  enumerable: true,
39
- get: function () { return chunk6TYLO2AU_js.TreeView; }
39
+ get: function () { return chunkEGPLKTJM_js.TreeView; }
40
40
  });
41
41
  Object.defineProperty(exports, "ThemeProvider", {
42
42
  enumerable: true,
43
- get: function () { return chunk75QDQ67T_js.ThemeProvider; }
43
+ get: function () { return chunkFSMKJAZT_js.ThemeProvider; }
44
44
  });
45
45
  Object.defineProperty(exports, "useTheme", {
46
46
  enumerable: true,
47
- get: function () { return chunk75QDQ67T_js.useTheme; }
47
+ get: function () { return chunkFSMKJAZT_js.useTheme; }
48
48
  });
49
49
  Object.defineProperty(exports, "Timeline", {
50
50
  enumerable: true,
51
- get: function () { return chunkGI5ZA3AG_js.Timeline; }
51
+ get: function () { return chunkKQAHAGUG_js.Timeline; }
52
52
  });
53
53
  Object.defineProperty(exports, "TreeViewV2", {
54
54
  enumerable: true,
55
- get: function () { return chunkQD7TNSTX_js.TreeView; }
55
+ get: function () { return chunkIOI3YFTY_js.TreeView; }
56
56
  });
57
57
  Object.defineProperty(exports, "Toaster", {
58
58
  enumerable: true,
@@ -164,35 +164,35 @@ Object.defineProperty(exports, "RadioGroupItem", {
164
164
  });
165
165
  Object.defineProperty(exports, "Sheet", {
166
166
  enumerable: true,
167
- get: function () { return chunk735HE3BG_js.Sheet; }
167
+ get: function () { return chunk5SR53QBZ_js.Sheet; }
168
168
  });
169
169
  Object.defineProperty(exports, "SheetClose", {
170
170
  enumerable: true,
171
- get: function () { return chunk735HE3BG_js.SheetClose; }
171
+ get: function () { return chunk5SR53QBZ_js.SheetClose; }
172
172
  });
173
173
  Object.defineProperty(exports, "SheetContent", {
174
174
  enumerable: true,
175
- get: function () { return chunk735HE3BG_js.SheetContent; }
175
+ get: function () { return chunk5SR53QBZ_js.SheetContent; }
176
176
  });
177
177
  Object.defineProperty(exports, "SheetDescription", {
178
178
  enumerable: true,
179
- get: function () { return chunk735HE3BG_js.SheetDescription; }
179
+ get: function () { return chunk5SR53QBZ_js.SheetDescription; }
180
180
  });
181
181
  Object.defineProperty(exports, "SheetFooter", {
182
182
  enumerable: true,
183
- get: function () { return chunk735HE3BG_js.SheetFooter; }
183
+ get: function () { return chunk5SR53QBZ_js.SheetFooter; }
184
184
  });
185
185
  Object.defineProperty(exports, "SheetHeader", {
186
186
  enumerable: true,
187
- get: function () { return chunk735HE3BG_js.SheetHeader; }
187
+ get: function () { return chunk5SR53QBZ_js.SheetHeader; }
188
188
  });
189
189
  Object.defineProperty(exports, "SheetTitle", {
190
190
  enumerable: true,
191
- get: function () { return chunk735HE3BG_js.SheetTitle; }
191
+ get: function () { return chunk5SR53QBZ_js.SheetTitle; }
192
192
  });
193
193
  Object.defineProperty(exports, "SheetTrigger", {
194
194
  enumerable: true,
195
- get: function () { return chunk735HE3BG_js.SheetTrigger; }
195
+ get: function () { return chunk5SR53QBZ_js.SheetTrigger; }
196
196
  });
197
197
  Object.defineProperty(exports, "Slider", {
198
198
  enumerable: true,
@@ -308,23 +308,23 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
308
308
  });
309
309
  Object.defineProperty(exports, "InputNumbers", {
310
310
  enumerable: true,
311
- get: function () { return chunkVMPVNLEN_js.InputNumbers; }
311
+ get: function () { return chunk66DYOZI3_js.InputNumbers; }
312
312
  });
313
313
  Object.defineProperty(exports, "Avatar", {
314
314
  enumerable: true,
315
- get: function () { return chunk4IU7VY4X_js.Avatar; }
315
+ get: function () { return chunk6N5422RT_js.Avatar; }
316
316
  });
317
317
  Object.defineProperty(exports, "AvatarFallback", {
318
318
  enumerable: true,
319
- get: function () { return chunk4IU7VY4X_js.AvatarFallback; }
319
+ get: function () { return chunk6N5422RT_js.AvatarFallback; }
320
320
  });
321
321
  Object.defineProperty(exports, "AvatarGroup", {
322
322
  enumerable: true,
323
- get: function () { return chunk4IU7VY4X_js.AvatarGroup; }
323
+ get: function () { return chunk6N5422RT_js.AvatarGroup; }
324
324
  });
325
325
  Object.defineProperty(exports, "AvatarImage", {
326
326
  enumerable: true,
327
- get: function () { return chunk4IU7VY4X_js.AvatarImage; }
327
+ get: function () { return chunk6N5422RT_js.AvatarImage; }
328
328
  });
329
329
  Object.defineProperty(exports, "Badge", {
330
330
  enumerable: true,
package/dist/ui/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import '../chunk-IKIXD35H.mjs';
2
- export { TreeView } from '../chunk-LWFIF2HF.mjs';
3
- export { ThemeProvider, useTheme } from '../chunk-D4C5V4EN.mjs';
4
- export { Timeline } from '../chunk-AWWKK6AT.mjs';
5
- export { TreeView as TreeViewV2 } from '../chunk-XU3E2EDQ.mjs';
2
+ export { TreeView } from '../chunk-IG43DNY2.mjs';
3
+ export { ThemeProvider, useTheme } from '../chunk-E5KWKBH3.mjs';
4
+ export { Timeline } from '../chunk-XCCC7HVN.mjs';
5
+ export { TreeView as TreeViewV2 } from '../chunk-O4TK3AKI.mjs';
6
6
  export { Toaster, toast } from '../chunk-J7PTSP4Q.mjs';
7
7
  export { ToggleGroup, ToggleGroupItem } from '../chunk-2TRYGIGT.mjs';
8
8
  export { Toggle, toggleVariants } from '../chunk-WDUTW7HS.mjs';
@@ -11,15 +11,15 @@ export { Layout } from '../chunk-LLXRJYQB.mjs';
11
11
  export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from '../chunk-TMBKCIVQ.mjs';
12
12
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from '../chunk-BOPZFNFS.mjs';
13
13
  export { RadioGroup, RadioGroupItem } from '../chunk-5ZZC23M7.mjs';
14
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-U276W75T.mjs';
14
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-DZ4J7I7I.mjs';
15
15
  export { Slider } from '../chunk-T3VSSE2L.mjs';
16
16
  export { Switch } from '../chunk-JAMJUXBY.mjs';
17
17
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-B2E7AY66.mjs';
18
18
  export { Checkbox } from '../chunk-G6PRZVSE.mjs';
19
19
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../chunk-FRT225GK.mjs';
20
20
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-EUY74AXP.mjs';
21
- export { InputNumbers } from '../chunk-RX22QM5B.mjs';
22
- export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-34L2NURS.mjs';
21
+ export { InputNumbers } from '../chunk-7X6N54LX.mjs';
22
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-F776EMXP.mjs';
23
23
  export { Badge, badgeVariants } from '../chunk-SP3DH5MP.mjs';
24
24
  export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-3XVIJY3H.mjs';
25
25
  export { Textarea } from '../chunk-DDOX4EEM.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVMPVNLEN_js = require('../chunk-VMPVNLEN.js');
3
+ var chunk66DYOZI3_js = require('../chunk-66DYOZI3.js');
4
4
  require('../chunk-SKO72K64.js');
5
5
  require('../chunk-ST4P6AN6.js');
6
6
  require('../chunk-XXWQ4RVP.js');
@@ -9,5 +9,5 @@ require('../chunk-XXWQ4RVP.js');
9
9
 
10
10
  Object.defineProperty(exports, "InputNumbers", {
11
11
  enumerable: true,
12
- get: function () { return chunkVMPVNLEN_js.InputNumbers; }
12
+ get: function () { return chunk66DYOZI3_js.InputNumbers; }
13
13
  });
@@ -1,4 +1,4 @@
1
- export { InputNumbers } from '../chunk-RX22QM5B.mjs';
1
+ export { InputNumbers } from '../chunk-7X6N54LX.mjs';
2
2
  import '../chunk-QYRRQ65X.mjs';
3
3
  import '../chunk-QS7WS6DD.mjs';
4
4
  import '../chunk-KTNZSZ5Y.mjs';
package/dist/ui/sheet.js CHANGED
@@ -1,39 +1,39 @@
1
1
  'use strict';
2
2
 
3
- var chunk735HE3BG_js = require('../chunk-735HE3BG.js');
3
+ var chunk5SR53QBZ_js = require('../chunk-5SR53QBZ.js');
4
4
  require('../chunk-XXWQ4RVP.js');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Sheet", {
9
9
  enumerable: true,
10
- get: function () { return chunk735HE3BG_js.Sheet; }
10
+ get: function () { return chunk5SR53QBZ_js.Sheet; }
11
11
  });
12
12
  Object.defineProperty(exports, "SheetClose", {
13
13
  enumerable: true,
14
- get: function () { return chunk735HE3BG_js.SheetClose; }
14
+ get: function () { return chunk5SR53QBZ_js.SheetClose; }
15
15
  });
16
16
  Object.defineProperty(exports, "SheetContent", {
17
17
  enumerable: true,
18
- get: function () { return chunk735HE3BG_js.SheetContent; }
18
+ get: function () { return chunk5SR53QBZ_js.SheetContent; }
19
19
  });
20
20
  Object.defineProperty(exports, "SheetDescription", {
21
21
  enumerable: true,
22
- get: function () { return chunk735HE3BG_js.SheetDescription; }
22
+ get: function () { return chunk5SR53QBZ_js.SheetDescription; }
23
23
  });
24
24
  Object.defineProperty(exports, "SheetFooter", {
25
25
  enumerable: true,
26
- get: function () { return chunk735HE3BG_js.SheetFooter; }
26
+ get: function () { return chunk5SR53QBZ_js.SheetFooter; }
27
27
  });
28
28
  Object.defineProperty(exports, "SheetHeader", {
29
29
  enumerable: true,
30
- get: function () { return chunk735HE3BG_js.SheetHeader; }
30
+ get: function () { return chunk5SR53QBZ_js.SheetHeader; }
31
31
  });
32
32
  Object.defineProperty(exports, "SheetTitle", {
33
33
  enumerable: true,
34
- get: function () { return chunk735HE3BG_js.SheetTitle; }
34
+ get: function () { return chunk5SR53QBZ_js.SheetTitle; }
35
35
  });
36
36
  Object.defineProperty(exports, "SheetTrigger", {
37
37
  enumerable: true,
38
- get: function () { return chunk735HE3BG_js.SheetTrigger; }
38
+ get: function () { return chunk5SR53QBZ_js.SheetTrigger; }
39
39
  });
package/dist/ui/sheet.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-U276W75T.mjs';
1
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-DZ4J7I7I.mjs';
2
2
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunk75QDQ67T_js = require('../chunk-75QDQ67T.js');
3
+ var chunkFSMKJAZT_js = require('../chunk-FSMKJAZT.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "ThemeProvider", {
8
8
  enumerable: true,
9
- get: function () { return chunk75QDQ67T_js.ThemeProvider; }
9
+ get: function () { return chunkFSMKJAZT_js.ThemeProvider; }
10
10
  });
11
11
  Object.defineProperty(exports, "useTheme", {
12
12
  enumerable: true,
13
- get: function () { return chunk75QDQ67T_js.useTheme; }
13
+ get: function () { return chunkFSMKJAZT_js.useTheme; }
14
14
  });
@@ -1 +1 @@
1
- export { ThemeProvider, useTheme } from '../chunk-D4C5V4EN.mjs';
1
+ export { ThemeProvider, useTheme } from '../chunk-E5KWKBH3.mjs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkGI5ZA3AG_js = require('../chunk-GI5ZA3AG.js');
4
- require('../chunk-QD7TNSTX.js');
3
+ var chunkKQAHAGUG_js = require('../chunk-KQAHAGUG.js');
4
+ require('../chunk-IOI3YFTY.js');
5
5
  require('../chunk-5P3KAS53.js');
6
6
  require('../chunk-ST4P6AN6.js');
7
7
  require('../chunk-XXWQ4RVP.js');
@@ -10,5 +10,5 @@ require('../chunk-XXWQ4RVP.js');
10
10
 
11
11
  Object.defineProperty(exports, "Timeline", {
12
12
  enumerable: true,
13
- get: function () { return chunkGI5ZA3AG_js.Timeline; }
13
+ get: function () { return chunkKQAHAGUG_js.Timeline; }
14
14
  });
@@ -1,5 +1,5 @@
1
- export { Timeline } from '../chunk-AWWKK6AT.mjs';
2
- import '../chunk-XU3E2EDQ.mjs';
1
+ export { Timeline } from '../chunk-XCCC7HVN.mjs';
2
+ import '../chunk-O4TK3AKI.mjs';
3
3
  import '../chunk-WOZWC6KO.mjs';
4
4
  import '../chunk-QS7WS6DD.mjs';
5
5
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQD7TNSTX_js = require('../chunk-QD7TNSTX.js');
3
+ var chunkIOI3YFTY_js = require('../chunk-IOI3YFTY.js');
4
4
  require('../chunk-5P3KAS53.js');
5
5
  require('../chunk-ST4P6AN6.js');
6
6
  require('../chunk-XXWQ4RVP.js');
@@ -9,5 +9,5 @@ require('../chunk-XXWQ4RVP.js');
9
9
 
10
10
  Object.defineProperty(exports, "TreeViewV2", {
11
11
  enumerable: true,
12
- get: function () { return chunkQD7TNSTX_js.TreeView; }
12
+ get: function () { return chunkIOI3YFTY_js.TreeView; }
13
13
  });
@@ -1,4 +1,4 @@
1
- export { TreeView as TreeViewV2 } from '../chunk-XU3E2EDQ.mjs';
1
+ export { TreeView as TreeViewV2 } from '../chunk-O4TK3AKI.mjs';
2
2
  import '../chunk-WOZWC6KO.mjs';
3
3
  import '../chunk-QS7WS6DD.mjs';
4
4
  import '../chunk-KTNZSZ5Y.mjs';
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunk6TYLO2AU_js = require('../chunk-6TYLO2AU.js');
3
+ var chunkEGPLKTJM_js = require('../chunk-EGPLKTJM.js');
4
4
  require('../chunk-XXWQ4RVP.js');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "TreeView", {
9
9
  enumerable: true,
10
- get: function () { return chunk6TYLO2AU_js.TreeView; }
10
+ get: function () { return chunkEGPLKTJM_js.TreeView; }
11
11
  });
@@ -1,2 +1,2 @@
1
- export { TreeView } from '../chunk-LWFIF2HF.mjs';
1
+ export { TreeView } from '../chunk-IG43DNY2.mjs';
2
2
  import '../chunk-KTNZSZ5Y.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuer-ai/vuer-uikit",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "React UI Kit components",
5
5
  "keywords": [
6
6
  "react",
@@ -29,13 +29,6 @@
29
29
  "files": [
30
30
  "dist"
31
31
  ],
32
- "scripts": {
33
- "dev": "tsup --watch",
34
- "build": "tsup",
35
- "lint": "eslint . --fix",
36
- "prettier": "prettier . --write",
37
- "prepare": "husky"
38
- },
39
32
  "lint-staged": {
40
33
  "*.{js,ts,jsx,tsx}": "eslint --fix"
41
34
  },
@@ -95,5 +88,11 @@
95
88
  "tw-animate-css": "^1.3.5",
96
89
  "typescript": "~5.8.3",
97
90
  "typescript-eslint": "^8.35.1"
91
+ },
92
+ "scripts": {
93
+ "dev": "tsup --watch",
94
+ "build": "tsup",
95
+ "lint": "eslint . --fix",
96
+ "prettier": "prettier . --write"
98
97
  }
99
98
  }