@vuer-ai/vuer-uikit 0.0.75 → 0.0.76

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 (94) hide show
  1. package/dist/chunk-2DA6GE5K.mjs +184 -0
  2. package/dist/{chunk-VNYP2IVJ.cjs → chunk-AHNVEAOM.cjs} +2 -2
  3. package/dist/chunk-BWBBQCG2.mjs +217 -0
  4. package/dist/chunk-D4W2G6CY.cjs +494 -0
  5. package/dist/{chunk-2274XZ2C.cjs → chunk-E6D3BSYY.cjs} +6 -6
  6. package/dist/chunk-HTAFERCZ.mjs +1 -0
  7. package/dist/chunk-HVVT3D2T.mjs +1 -0
  8. package/dist/chunk-IMN6FIOY.cjs +187 -0
  9. package/dist/{chunk-P27TWGME.cjs → chunk-IQAZZPJD.cjs} +2 -2
  10. package/dist/chunk-KFPS5CCR.cjs +2 -0
  11. package/dist/{chunk-P5T6EVSQ.mjs → chunk-LBENVTO2.mjs} +1 -1
  12. package/dist/{chunk-NS2P4CPA.mjs → chunk-MMT74K7A.mjs} +5 -5
  13. package/dist/chunk-OEM5OJDP.mjs +489 -0
  14. package/dist/chunk-RM7E3WGH.cjs +71 -0
  15. package/dist/chunk-SYXRPCBO.cjs +220 -0
  16. package/dist/{chunk-IZFHHQ6S.mjs → chunk-TSHZODTT.mjs} +2 -2
  17. package/dist/chunk-VOTZLQ6J.cjs +2 -0
  18. package/dist/chunk-W4CDQ2RJ.mjs +69 -0
  19. package/dist/index.cjs +75 -50
  20. package/dist/index.d.cts +6 -2
  21. package/dist/index.d.ts +6 -2
  22. package/dist/index.mjs +21 -16
  23. package/dist/ui/UIKitBadge.cjs +5 -5
  24. package/dist/ui/UIKitBadge.mjs +1 -1
  25. package/dist/ui/index.cjs +75 -50
  26. package/dist/ui/index.d.cts +6 -2
  27. package/dist/ui/index.d.ts +6 -2
  28. package/dist/ui/index.mjs +21 -16
  29. package/dist/ui/inputs/index.cjs +15 -15
  30. package/dist/ui/inputs/index.mjs +3 -3
  31. package/dist/ui/inputs/number-inputs/index.cjs +15 -15
  32. package/dist/ui/inputs/number-inputs/index.mjs +3 -3
  33. package/dist/ui/layouts/index.cjs +6 -6
  34. package/dist/ui/layouts/index.mjs +2 -2
  35. package/dist/ui/{tree-view.cjs → simple-tree-view.cjs} +3 -3
  36. package/dist/ui/{tree-view.d.cts → simple-tree-view.d.cts} +1 -1
  37. package/dist/ui/{tree-view.d.ts → simple-tree-view.d.ts} +1 -1
  38. package/dist/ui/{tree-view.mjs → simple-tree-view.mjs} +1 -1
  39. package/dist/ui/timeline.cjs +3 -3
  40. package/dist/ui/timeline.d.cts +1 -1
  41. package/dist/ui/timeline.d.ts +1 -1
  42. package/dist/ui/timeline.mjs +2 -2
  43. package/dist/ui/tree-view/TreeSearchBar.cjs +22 -0
  44. package/dist/ui/tree-view/TreeSearchBar.d.cts +16 -0
  45. package/dist/ui/tree-view/TreeSearchBar.d.ts +16 -0
  46. package/dist/ui/tree-view/TreeSearchBar.mjs +13 -0
  47. package/dist/ui/tree-view/TreeView.cjs +24 -0
  48. package/dist/ui/tree-view/TreeView.d.cts +48 -0
  49. package/dist/ui/tree-view/TreeView.d.ts +48 -0
  50. package/dist/ui/tree-view/TreeView.mjs +11 -0
  51. package/dist/ui/tree-view/hooks.cjs +14 -0
  52. package/dist/ui/tree-view/hooks.d.cts +38 -0
  53. package/dist/ui/tree-view/hooks.d.ts +38 -0
  54. package/dist/ui/tree-view/hooks.mjs +1 -0
  55. package/dist/ui/tree-view/index.cjs +42 -0
  56. package/dist/ui/tree-view/index.d.cts +6 -0
  57. package/dist/ui/tree-view/index.d.ts +6 -0
  58. package/dist/ui/tree-view/index.mjs +17 -0
  59. package/dist/ui/tree-view/types.cjs +4 -0
  60. package/dist/ui/tree-view/types.d.cts +24 -0
  61. package/dist/ui/tree-view/types.d.ts +24 -0
  62. package/dist/ui/tree-view/types.mjs +1 -0
  63. package/dist/ui/tree-view-legacy.cjs +37 -0
  64. package/dist/ui/tree-view-legacy.d.cts +108 -0
  65. package/dist/ui/tree-view-legacy.d.ts +108 -0
  66. package/dist/ui/{tree-view-v2.mjs → tree-view-legacy.mjs} +1 -1
  67. package/dist/ui/waterfall/TimelineEvent.d.cts +1 -1
  68. package/dist/ui/waterfall/TimelineEvent.d.ts +1 -1
  69. package/dist/ui/waterfall/TimelineProcessBar.d.cts +1 -1
  70. package/dist/ui/waterfall/TimelineProcessBar.d.ts +1 -1
  71. package/dist/ui/waterfall/Wedges.d.cts +1 -1
  72. package/dist/ui/waterfall/Wedges.d.ts +1 -1
  73. package/dist/ui/waterfall/hooks/useTimelineState.d.cts +1 -2
  74. package/dist/ui/waterfall/hooks/useTimelineState.d.ts +1 -2
  75. package/dist/ui/waterfall/hooks/useViewport.d.cts +1 -2
  76. package/dist/ui/waterfall/hooks/useViewport.d.ts +1 -2
  77. package/dist/ui/waterfall/index.cjs +7 -7
  78. package/dist/ui/waterfall/index.d.cts +1 -1
  79. package/dist/ui/waterfall/index.d.ts +1 -1
  80. package/dist/ui/waterfall/index.mjs +6 -6
  81. package/dist/ui/waterfall/types.d.cts +1 -2
  82. package/dist/ui/waterfall/types.d.ts +1 -2
  83. package/package.json +1 -1
  84. package/dist/chunk-5432JOTN.mjs +0 -94
  85. package/dist/chunk-FD5AAGON.cjs +0 -487
  86. package/dist/chunk-ILGNKXK2.mjs +0 -485
  87. package/dist/chunk-Z5P6VCGR.cjs +0 -99
  88. package/dist/ui/tree-view-v2.cjs +0 -25
  89. package/dist/ui/tree-view-v2.d.cts +0 -43
  90. package/dist/ui/tree-view-v2.d.ts +0 -43
  91. /package/dist/{chunk-SUABRIFA.mjs → chunk-2SWBXWLK.mjs} +0 -0
  92. /package/dist/{chunk-XMUP5MIM.mjs → chunk-G3EIVAVR.mjs} +0 -0
  93. /package/dist/{chunk-OX2U5RAG.cjs → chunk-G5NT42YF.cjs} +0 -0
  94. /package/dist/{chunk-J5DLIKNB.cjs → chunk-X2A7TKER.cjs} +0 -0
@@ -0,0 +1,220 @@
1
+ 'use strict';
2
+
3
+ var react = require('react');
4
+ var jsxRuntime = require('react/jsx-runtime');
5
+
6
+ // src/ui/tree-view/hooks.tsx
7
+ function useTreeSearch({
8
+ data,
9
+ searchQuery,
10
+ isCaseSensitive = false,
11
+ isRegex = false
12
+ }) {
13
+ const [isRegexValid, setIsRegexValid] = react.useState(true);
14
+ const { filteredData, matchingIds, searchResultsCount } = react.useMemo(() => {
15
+ const dataMap = new Map(data.map((item) => [item.id, item]));
16
+ if (!searchQuery) {
17
+ return {
18
+ filteredData: data,
19
+ matchingIds: /* @__PURE__ */ new Set(),
20
+ searchResultsCount: 0
21
+ };
22
+ }
23
+ const matchingAndAncestorIds = /* @__PURE__ */ new Set();
24
+ const directMatchIds = /* @__PURE__ */ new Set();
25
+ let regex = null;
26
+ if (isRegex) {
27
+ try {
28
+ regex = new RegExp(searchQuery, isCaseSensitive ? "" : "i");
29
+ if (!isRegexValid) setIsRegexValid(true);
30
+ } catch {
31
+ if (isRegexValid) setIsRegexValid(false);
32
+ return {
33
+ filteredData: [],
34
+ matchingIds: /* @__PURE__ */ new Set(),
35
+ searchResultsCount: 0
36
+ };
37
+ }
38
+ }
39
+ data.forEach((item) => {
40
+ let labelMatches = false;
41
+ if (regex) {
42
+ labelMatches = regex.test(item.label);
43
+ } else {
44
+ const source = isCaseSensitive ? item.label : item.label.toLowerCase();
45
+ const query = isCaseSensitive ? searchQuery : searchQuery.toLowerCase();
46
+ labelMatches = source.includes(query);
47
+ }
48
+ if (labelMatches) {
49
+ directMatchIds.add(item.id);
50
+ matchingAndAncestorIds.add(item.id);
51
+ let current = item.parentId;
52
+ while (current) {
53
+ const parent = dataMap.get(current);
54
+ if (parent) {
55
+ matchingAndAncestorIds.add(parent.id);
56
+ current = parent.parentId;
57
+ } else {
58
+ break;
59
+ }
60
+ }
61
+ }
62
+ });
63
+ const filtered = data.filter((item) => matchingAndAncestorIds.has(item.id));
64
+ return {
65
+ filteredData: filtered,
66
+ matchingIds: directMatchIds,
67
+ searchResultsCount: directMatchIds.size
68
+ };
69
+ }, [searchQuery, data, isCaseSensitive, isRegex, isRegexValid]);
70
+ const renderLabel = react.useCallback((label, itemId) => {
71
+ if (!searchQuery || !isRegexValid || !matchingIds.has(itemId)) {
72
+ return label;
73
+ }
74
+ let regex;
75
+ try {
76
+ regex = new RegExp(`(${searchQuery})`, isCaseSensitive ? "g" : "gi");
77
+ } catch {
78
+ return label;
79
+ }
80
+ const parts = label.split(regex);
81
+ return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: parts.map(
82
+ (part, i) => i % 2 === 1 ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "rounded-uk-xs bg-accent-warning", children: part }, i) : part
83
+ ) });
84
+ }, [searchQuery, isCaseSensitive, isRegexValid, matchingIds]);
85
+ return {
86
+ filteredData,
87
+ searchResultsCount,
88
+ isRegexValid,
89
+ renderLabel,
90
+ hasActiveSearch: !!searchQuery
91
+ };
92
+ }
93
+ function useTreeState({
94
+ data,
95
+ defaultExpanded = true,
96
+ expandedItems: externalExpandedItems,
97
+ onToggleItem: externalOnToggleItem
98
+ }) {
99
+ const [internalExpandedItems, setInternalExpandedItems] = react.useState(() => {
100
+ const initial = /* @__PURE__ */ new Set();
101
+ if (defaultExpanded) {
102
+ data.forEach((item) => {
103
+ if (item.isCollapsible) initial.add(item.id);
104
+ });
105
+ }
106
+ return initial;
107
+ });
108
+ const expandedItems = externalExpandedItems ?? internalExpandedItems;
109
+ const toggleItem = react.useCallback((id) => {
110
+ if (externalOnToggleItem) {
111
+ externalOnToggleItem(id);
112
+ } else {
113
+ setInternalExpandedItems((prev) => {
114
+ const newSet = new Set(prev);
115
+ if (newSet.has(id)) {
116
+ newSet.delete(id);
117
+ } else {
118
+ newSet.add(id);
119
+ }
120
+ return newSet;
121
+ });
122
+ }
123
+ }, [externalOnToggleItem]);
124
+ const expandAll = react.useCallback(() => {
125
+ const allCollapsible = /* @__PURE__ */ new Set();
126
+ data.forEach((item) => {
127
+ if (item.isCollapsible) allCollapsible.add(item.id);
128
+ });
129
+ if (externalExpandedItems) {
130
+ allCollapsible.forEach((id) => {
131
+ if (!expandedItems.has(id) && externalOnToggleItem) {
132
+ externalOnToggleItem(id);
133
+ }
134
+ });
135
+ } else {
136
+ setInternalExpandedItems(allCollapsible);
137
+ }
138
+ }, [data, expandedItems, externalExpandedItems, externalOnToggleItem]);
139
+ const collapseAll = react.useCallback(() => {
140
+ if (externalExpandedItems) {
141
+ expandedItems.forEach((id) => {
142
+ if (externalOnToggleItem) {
143
+ externalOnToggleItem(id);
144
+ }
145
+ });
146
+ } else {
147
+ setInternalExpandedItems(/* @__PURE__ */ new Set());
148
+ }
149
+ }, [expandedItems, externalExpandedItems, externalOnToggleItem]);
150
+ const childrenMap = react.useMemo(() => {
151
+ const map = /* @__PURE__ */ new Map();
152
+ data.forEach((item) => {
153
+ if (!map.has(item.parentId)) {
154
+ map.set(item.parentId, []);
155
+ }
156
+ map.get(item.parentId).push(item);
157
+ });
158
+ return map;
159
+ }, [data]);
160
+ const hasDescendants = react.useCallback((itemId) => {
161
+ return (childrenMap.get(itemId) || []).length > 0;
162
+ }, [childrenMap]);
163
+ const dataWithMeta = react.useMemo(() => {
164
+ const dataMap = new Map(data.map((item) => [item.id, item]));
165
+ const getAncestors = (item) => {
166
+ const ancestors = [];
167
+ let current = item.parentId;
168
+ while (current) {
169
+ const parent = dataMap.get(current);
170
+ if (parent) {
171
+ ancestors.unshift(parent);
172
+ current = parent.parentId;
173
+ } else {
174
+ break;
175
+ }
176
+ }
177
+ return ancestors;
178
+ };
179
+ const sortedData = [];
180
+ const visited = /* @__PURE__ */ new Set();
181
+ const traverseNode = (nodeId) => {
182
+ const children = childrenMap.get(nodeId) || [];
183
+ children.forEach((child) => {
184
+ if (!visited.has(child.id)) {
185
+ visited.add(child.id);
186
+ sortedData.push(child);
187
+ traverseNode(child.id);
188
+ }
189
+ });
190
+ };
191
+ traverseNode(null);
192
+ return sortedData.map((item) => {
193
+ const siblings = childrenMap.get(item.parentId) || [];
194
+ const isLast = siblings.length > 0 && siblings[siblings.length - 1].id === item.id;
195
+ const ancestors = getAncestors(item);
196
+ const indent = ancestors.length;
197
+ return { ...item, indent, isLast, ancestors };
198
+ });
199
+ }, [data, childrenMap]);
200
+ const visibleData = react.useMemo(() => {
201
+ const isVisible = (item) => {
202
+ return item.ancestors.every(
203
+ (ancestor) => !ancestor.isCollapsible || expandedItems.has(ancestor.id)
204
+ );
205
+ };
206
+ return dataWithMeta.filter(isVisible);
207
+ }, [dataWithMeta, expandedItems]);
208
+ return {
209
+ visibleData,
210
+ expandedItems,
211
+ toggleItem,
212
+ expandAll,
213
+ collapseAll,
214
+ hasDescendants,
215
+ dataWithMeta
216
+ };
217
+ }
218
+
219
+ exports.useTreeSearch = useTreeSearch;
220
+ exports.useTreeState = useTreeState;
@@ -2,9 +2,9 @@ import { cn } from './chunk-HMN4IKTG.mjs';
2
2
  import { GitBranch } from 'lucide-react';
3
3
  import { jsxs, jsx } from 'react/jsx-runtime';
4
4
 
5
- var PACKAGE_VERSION = "0.0.74" ;
5
+ var PACKAGE_VERSION = "0.0.76" ;
6
6
  var PACKAGE_NAME = "@vuer-ai/vuer-uikit" ;
7
- var GIT_HASH = "ff4e4b8" ;
7
+ var GIT_HASH = "9073cde" ;
8
8
  function PackageBadge({
9
9
  className,
10
10
  packageName,
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -0,0 +1,69 @@
1
+ import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-PCSY5IJ2.mjs';
2
+ import { InputRoot, InputSlot } from './chunk-JXALL32A.mjs';
3
+ import { cn } from './chunk-HMN4IKTG.mjs';
4
+ import { Search, CaseSensitive, Regex } from 'lucide-react';
5
+ import { jsxs, jsx } from 'react/jsx-runtime';
6
+
7
+ function TreeSearchBar({
8
+ searchQuery,
9
+ setSearchQuery,
10
+ isCaseSensitive,
11
+ setIsCaseSensitive,
12
+ isRegex,
13
+ setIsRegex,
14
+ isRegexValid,
15
+ searchResultsCount,
16
+ className
17
+ }) {
18
+ return /* @__PURE__ */ jsxs("div", { className: cn("shrink-0", className), children: [
19
+ /* @__PURE__ */ jsx("div", { className: "flex items-center gap-1 py-1", children: /* @__PURE__ */ jsxs(
20
+ InputRoot,
21
+ {
22
+ type: "text",
23
+ placeholder: "Search...",
24
+ size: "md",
25
+ className: "flex-1",
26
+ inputClassName: cn(!isRegexValid && "text-red-500"),
27
+ value: searchQuery,
28
+ onChange: (e) => setSearchQuery(e.target.value),
29
+ children: [
30
+ /* @__PURE__ */ jsx(InputSlot, { side: "left", children: /* @__PURE__ */ jsx(Search, { className: "text-text-secondary size-4 stroke-1" }) }),
31
+ /* @__PURE__ */ jsx(InputSlot, { side: "right", children: /* @__PURE__ */ jsxs(TooltipProvider, { delayDuration: 200, children: [
32
+ /* @__PURE__ */ jsxs(Tooltip, { children: [
33
+ /* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
34
+ "button",
35
+ {
36
+ onClick: () => setIsCaseSensitive((prev) => !prev),
37
+ className: cn(
38
+ "rounded-uk-sm mr-1 p-1",
39
+ isCaseSensitive ? "bg-shadow-secondary" : ""
40
+ ),
41
+ children: /* @__PURE__ */ jsx(CaseSensitive, { className: "size-4" })
42
+ }
43
+ ) }),
44
+ /* @__PURE__ */ jsx(TooltipContent, { children: /* @__PURE__ */ jsx("p", { children: "Case Sensitive" }) })
45
+ ] }),
46
+ /* @__PURE__ */ jsxs(Tooltip, { children: [
47
+ /* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
48
+ "button",
49
+ {
50
+ onClick: () => setIsRegex((prev) => !prev),
51
+ className: cn("rounded-uk-sm p-1", isRegex && "bg-shadow-secondary"),
52
+ children: /* @__PURE__ */ jsx(Regex, { className: "size-4" })
53
+ }
54
+ ) }),
55
+ /* @__PURE__ */ jsx(TooltipContent, { children: /* @__PURE__ */ jsx("p", { children: "Use Regular Expression" }) })
56
+ ] })
57
+ ] }) })
58
+ ]
59
+ }
60
+ ) }),
61
+ searchQuery && isRegexValid && /* @__PURE__ */ jsx("div", { className: "flex justify-end px-2 pb-1", children: /* @__PURE__ */ jsxs("span", { className: "text-uk-xs text-text-secondary", children: [
62
+ searchResultsCount,
63
+ " result",
64
+ searchResultsCount !== 1 ? "s" : ""
65
+ ] }) })
66
+ ] });
67
+ }
68
+
69
+ export { TreeSearchBar };
package/dist/index.cjs CHANGED
@@ -1,25 +1,30 @@
1
1
  'use strict';
2
2
 
3
- require('./chunk-OX2U5RAG.cjs');
4
- var chunk2274XZ2C_cjs = require('./chunk-2274XZ2C.cjs');
3
+ require('./chunk-KFPS5CCR.cjs');
4
+ var chunkE6D3BSYY_cjs = require('./chunk-E6D3BSYY.cjs');
5
5
  require('./chunk-WJL5HMO6.cjs');
6
6
  require('./chunk-RJ7I6ZQK.cjs');
7
- require('./chunk-Z6UDRPC2.cjs');
8
- require('./chunk-2J75MYQA.cjs');
9
- require('./chunk-LP3AGGRK.cjs');
10
7
  require('./chunk-6TSA7KXX.cjs');
11
8
  require('./chunk-MVAFOQ67.cjs');
12
9
  require('./chunk-TUYG6BYZ.cjs');
13
10
  require('./chunk-YXFHJKNW.cjs');
14
- require('./chunk-G2ZYONQO.cjs');
15
11
  require('./chunk-5MNZYCN2.cjs');
12
+ require('./chunk-Z6UDRPC2.cjs');
13
+ require('./chunk-G5NT42YF.cjs');
14
+ var chunkRM7E3WGH_cjs = require('./chunk-RM7E3WGH.cjs');
15
+ var chunkIMN6FIOY_cjs = require('./chunk-IMN6FIOY.cjs');
16
+ var chunkSYXRPCBO_cjs = require('./chunk-SYXRPCBO.cjs');
17
+ require('./chunk-VOTZLQ6J.cjs');
18
+ require('./chunk-2J75MYQA.cjs');
19
+ require('./chunk-LP3AGGRK.cjs');
20
+ require('./chunk-G2ZYONQO.cjs');
16
21
  require('./chunk-E6G4MTX3.cjs');
17
22
  require('./chunk-WX7SLJUA.cjs');
18
- var chunkKAA4NEHL_cjs = require('./chunk-KAA4NEHL.cjs');
19
- var chunkUULSGVNF_cjs = require('./chunk-UULSGVNF.cjs');
20
23
  require('./chunk-4AE2TOOL.cjs');
21
24
  var chunkW3J4QTKS_cjs = require('./chunk-W3J4QTKS.cjs');
22
25
  require('./chunk-UCRLH44Q.cjs');
26
+ var chunkKAA4NEHL_cjs = require('./chunk-KAA4NEHL.cjs');
27
+ var chunkUULSGVNF_cjs = require('./chunk-UULSGVNF.cjs');
23
28
  require('./chunk-LGOEGWMJ.cjs');
24
29
  var chunkVJWZW66V_cjs = require('./chunk-VJWZW66V.cjs');
25
30
  var chunkJM6NBUDT_cjs = require('./chunk-JM6NBUDT.cjs');
@@ -32,9 +37,6 @@ var chunkA2LWPEGE_cjs = require('./chunk-A2LWPEGE.cjs');
32
37
  var chunkT737IFFK_cjs = require('./chunk-T737IFFK.cjs');
33
38
  require('./chunk-65OSA4MM.cjs');
34
39
  require('./chunk-DECFNBXU.cjs');
35
- var chunk6SV2J2GC_cjs = require('./chunk-6SV2J2GC.cjs');
36
- var chunkQCL6NV6L_cjs = require('./chunk-QCL6NV6L.cjs');
37
- var chunk5KPZP63X_cjs = require('./chunk-5KPZP63X.cjs');
38
40
  var chunkQBFIZ2VX_cjs = require('./chunk-QBFIZ2VX.cjs');
39
41
  var chunkX5N56TUH_cjs = require('./chunk-X5N56TUH.cjs');
40
42
  var chunkGZL34EJN_cjs = require('./chunk-GZL34EJN.cjs');
@@ -43,22 +45,25 @@ var chunkVGM5GQ6Z_cjs = require('./chunk-VGM5GQ6Z.cjs');
43
45
  var chunkIFCNUMCY_cjs = require('./chunk-IFCNUMCY.cjs');
44
46
  var chunkBAQY2ANP_cjs = require('./chunk-BAQY2ANP.cjs');
45
47
  var chunkXLXYQQXJ_cjs = require('./chunk-XLXYQQXJ.cjs');
48
+ var chunk6SV2J2GC_cjs = require('./chunk-6SV2J2GC.cjs');
46
49
  var chunkHHP7ZB25_cjs = require('./chunk-HHP7ZB25.cjs');
47
50
  var chunkP3SKSMO7_cjs = require('./chunk-P3SKSMO7.cjs');
51
+ var chunkQCL6NV6L_cjs = require('./chunk-QCL6NV6L.cjs');
52
+ var chunk5KPZP63X_cjs = require('./chunk-5KPZP63X.cjs');
48
53
  var chunkK6KHDM35_cjs = require('./chunk-K6KHDM35.cjs');
49
54
  var chunkT2RTITL6_cjs = require('./chunk-T2RTITL6.cjs');
50
55
  var chunkWW3RIVOI_cjs = require('./chunk-WW3RIVOI.cjs');
56
+ var chunkMCYFLR4F_cjs = require('./chunk-MCYFLR4F.cjs');
51
57
  var chunkNZOZ3KKM_cjs = require('./chunk-NZOZ3KKM.cjs');
52
58
  var chunk3TZL7ET3_cjs = require('./chunk-3TZL7ET3.cjs');
53
59
  var chunkL5JZRGNH_cjs = require('./chunk-L5JZRGNH.cjs');
54
60
  var chunkJA6XS5KY_cjs = require('./chunk-JA6XS5KY.cjs');
55
- var chunkJ5DLIKNB_cjs = require('./chunk-J5DLIKNB.cjs');
61
+ var chunkX2A7TKER_cjs = require('./chunk-X2A7TKER.cjs');
56
62
  var chunkEKPJUR3U_cjs = require('./chunk-EKPJUR3U.cjs');
57
63
  var chunkVJN3GGLZ_cjs = require('./chunk-VJN3GGLZ.cjs');
58
64
  var chunkVADHV4S3_cjs = require('./chunk-VADHV4S3.cjs');
59
- var chunkVNYP2IVJ_cjs = require('./chunk-VNYP2IVJ.cjs');
60
- var chunkFD5AAGON_cjs = require('./chunk-FD5AAGON.cjs');
61
- var chunkMCYFLR4F_cjs = require('./chunk-MCYFLR4F.cjs');
65
+ var chunkAHNVEAOM_cjs = require('./chunk-AHNVEAOM.cjs');
66
+ var chunkD4W2G6CY_cjs = require('./chunk-D4W2G6CY.cjs');
62
67
  var chunk5WDPNBQW_cjs = require('./chunk-5WDPNBQW.cjs');
63
68
  var chunkOMZHB2FB_cjs = require('./chunk-OMZHB2FB.cjs');
64
69
  var chunk6AWED2ZK_cjs = require('./chunk-6AWED2ZK.cjs');
@@ -75,7 +80,7 @@ var chunkNQVD3ZW4_cjs = require('./chunk-NQVD3ZW4.cjs');
75
80
  var chunkLPVBUX2J_cjs = require('./chunk-LPVBUX2J.cjs');
76
81
  var chunk76V4RD4V_cjs = require('./chunk-76V4RD4V.cjs');
77
82
  var chunkZAP4EHBO_cjs = require('./chunk-ZAP4EHBO.cjs');
78
- var chunkP27TWGME_cjs = require('./chunk-P27TWGME.cjs');
83
+ var chunkIQAZZPJD_cjs = require('./chunk-IQAZZPJD.cjs');
79
84
  var chunkGWIACOMY_cjs = require('./chunk-GWIACOMY.cjs');
80
85
  var chunkIJGCH57E_cjs = require('./chunk-IJGCH57E.cjs');
81
86
  var chunk62VCQ2SU_cjs = require('./chunk-62VCQ2SU.cjs');
@@ -110,7 +115,31 @@ require('./chunk-P6DICGAV.cjs');
110
115
 
111
116
  Object.defineProperty(exports, "Waterfall", {
112
117
  enumerable: true,
113
- get: function () { return chunk2274XZ2C_cjs.Waterfall; }
118
+ get: function () { return chunkE6D3BSYY_cjs.Waterfall; }
119
+ });
120
+ Object.defineProperty(exports, "TreeSearchBar", {
121
+ enumerable: true,
122
+ get: function () { return chunkRM7E3WGH_cjs.TreeSearchBar; }
123
+ });
124
+ Object.defineProperty(exports, "TreeEntryItem", {
125
+ enumerable: true,
126
+ get: function () { return chunkIMN6FIOY_cjs.TreeEntryItem; }
127
+ });
128
+ Object.defineProperty(exports, "TreeView", {
129
+ enumerable: true,
130
+ get: function () { return chunkIMN6FIOY_cjs.TreeView; }
131
+ });
132
+ Object.defineProperty(exports, "useTreeSearch", {
133
+ enumerable: true,
134
+ get: function () { return chunkSYXRPCBO_cjs.useTreeSearch; }
135
+ });
136
+ Object.defineProperty(exports, "useTreeState", {
137
+ enumerable: true,
138
+ get: function () { return chunkSYXRPCBO_cjs.useTreeState; }
139
+ });
140
+ Object.defineProperty(exports, "LiquidLayoutView", {
141
+ enumerable: true,
142
+ get: function () { return chunkW3J4QTKS_cjs.LiquidLayoutView; }
114
143
  });
115
144
  Object.defineProperty(exports, "DockLayoutView", {
116
145
  enumerable: true,
@@ -140,10 +169,6 @@ Object.defineProperty(exports, "DockLayoutTop", {
140
169
  enumerable: true,
141
170
  get: function () { return chunkUULSGVNF_cjs.DockLayoutTop; }
142
171
  });
143
- Object.defineProperty(exports, "LiquidLayoutView", {
144
- enumerable: true,
145
- get: function () { return chunkW3J4QTKS_cjs.LiquidLayoutView; }
146
- });
147
172
  Object.defineProperty(exports, "LiquidToggle", {
148
173
  enumerable: true,
149
174
  get: function () { return chunkVJWZW66V_cjs.LiquidToggle; }
@@ -208,18 +233,6 @@ Object.defineProperty(exports, "CursorIcon", {
208
233
  enumerable: true,
209
234
  get: function () { return chunkT737IFFK_cjs.CursorIcon; }
210
235
  });
211
- Object.defineProperty(exports, "EulerRadInput", {
212
- enumerable: true,
213
- get: function () { return chunk6SV2J2GC_cjs.EulerRadInput; }
214
- });
215
- Object.defineProperty(exports, "InchInput", {
216
- enumerable: true,
217
- get: function () { return chunkQCL6NV6L_cjs.InchInput; }
218
- });
219
- Object.defineProperty(exports, "IntInput", {
220
- enumerable: true,
221
- get: function () { return chunk5KPZP63X_cjs.IntInput; }
222
- });
223
236
  Object.defineProperty(exports, "KVectorInput", {
224
237
  enumerable: true,
225
238
  get: function () { return chunkQBFIZ2VX_cjs.KVectorInput; }
@@ -252,6 +265,10 @@ Object.defineProperty(exports, "EulerDegInput", {
252
265
  enumerable: true,
253
266
  get: function () { return chunkXLXYQQXJ_cjs.EulerDegInput; }
254
267
  });
268
+ Object.defineProperty(exports, "EulerRadInput", {
269
+ enumerable: true,
270
+ get: function () { return chunk6SV2J2GC_cjs.EulerRadInput; }
271
+ });
255
272
  Object.defineProperty(exports, "EulerInput", {
256
273
  enumerable: true,
257
274
  get: function () { return chunkHHP7ZB25_cjs.EulerInput; }
@@ -260,6 +277,14 @@ Object.defineProperty(exports, "VectorInput", {
260
277
  enumerable: true,
261
278
  get: function () { return chunkP3SKSMO7_cjs.VectorInput; }
262
279
  });
280
+ Object.defineProperty(exports, "InchInput", {
281
+ enumerable: true,
282
+ get: function () { return chunkQCL6NV6L_cjs.InchInput; }
283
+ });
284
+ Object.defineProperty(exports, "IntInput", {
285
+ enumerable: true,
286
+ get: function () { return chunk5KPZP63X_cjs.IntInput; }
287
+ });
263
288
  Object.defineProperty(exports, "PresetsInput", {
264
289
  enumerable: true,
265
290
  get: function () { return chunkK6KHDM35_cjs.PresetsInput; }
@@ -272,6 +297,14 @@ Object.defineProperty(exports, "ColorInput", {
272
297
  enumerable: true,
273
298
  get: function () { return chunkWW3RIVOI_cjs.ColorInput; }
274
299
  });
300
+ Object.defineProperty(exports, "Toaster", {
301
+ enumerable: true,
302
+ get: function () { return chunkMCYFLR4F_cjs.Toaster; }
303
+ });
304
+ Object.defineProperty(exports, "toast", {
305
+ enumerable: true,
306
+ get: function () { return chunkMCYFLR4F_cjs.toast; }
307
+ });
275
308
  Object.defineProperty(exports, "ToggleButton", {
276
309
  enumerable: true,
277
310
  get: function () { return chunkNZOZ3KKM_cjs.ToggleButton; }
@@ -324,9 +357,9 @@ Object.defineProperty(exports, "ToolbarSeparator", {
324
357
  enumerable: true,
325
358
  get: function () { return chunkJA6XS5KY_cjs.ToolbarSeparator; }
326
359
  });
327
- Object.defineProperty(exports, "TreeView", {
360
+ Object.defineProperty(exports, "SimpleTreeView", {
328
361
  enumerable: true,
329
- get: function () { return chunkJ5DLIKNB_cjs.TreeView; }
362
+ get: function () { return chunkX2A7TKER_cjs.TreeView; }
330
363
  });
331
364
  Object.defineProperty(exports, "Slider", {
332
365
  enumerable: true,
@@ -370,19 +403,11 @@ Object.defineProperty(exports, "TableRow", {
370
403
  });
371
404
  Object.defineProperty(exports, "Timeline", {
372
405
  enumerable: true,
373
- get: function () { return chunkVNYP2IVJ_cjs.Timeline; }
374
- });
375
- Object.defineProperty(exports, "TreeViewV2", {
376
- enumerable: true,
377
- get: function () { return chunkFD5AAGON_cjs.TreeView; }
378
- });
379
- Object.defineProperty(exports, "Toaster", {
380
- enumerable: true,
381
- get: function () { return chunkMCYFLR4F_cjs.Toaster; }
406
+ get: function () { return chunkAHNVEAOM_cjs.Timeline; }
382
407
  });
383
- Object.defineProperty(exports, "toast", {
408
+ Object.defineProperty(exports, "TreeViewLegacy", {
384
409
  enumerable: true,
385
- get: function () { return chunkMCYFLR4F_cjs.toast; }
410
+ get: function () { return chunkD4W2G6CY_cjs.TreeView; }
386
411
  });
387
412
  Object.defineProperty(exports, "Panel", {
388
413
  enumerable: true,
@@ -774,19 +799,19 @@ Object.defineProperty(exports, "PaginationPrevious", {
774
799
  });
775
800
  Object.defineProperty(exports, "GIT_HASH", {
776
801
  enumerable: true,
777
- get: function () { return chunkP27TWGME_cjs.GIT_HASH; }
802
+ get: function () { return chunkIQAZZPJD_cjs.GIT_HASH; }
778
803
  });
779
804
  Object.defineProperty(exports, "PACKAGE_VERSION", {
780
805
  enumerable: true,
781
- get: function () { return chunkP27TWGME_cjs.PACKAGE_VERSION; }
806
+ get: function () { return chunkIQAZZPJD_cjs.PACKAGE_VERSION; }
782
807
  });
783
808
  Object.defineProperty(exports, "PackageBadge", {
784
809
  enumerable: true,
785
- get: function () { return chunkP27TWGME_cjs.PackageBadge; }
810
+ get: function () { return chunkIQAZZPJD_cjs.PackageBadge; }
786
811
  });
787
812
  Object.defineProperty(exports, "UIKitBadge", {
788
813
  enumerable: true,
789
- get: function () { return chunkP27TWGME_cjs.UIKitBadge; }
814
+ get: function () { return chunkIQAZZPJD_cjs.UIKitBadge; }
790
815
  });
791
816
  Object.defineProperty(exports, "Avatar", {
792
817
  enumerable: true,
package/dist/index.d.cts CHANGED
@@ -5,8 +5,12 @@ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, Pagi
5
5
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.cjs';
6
6
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.cjs';
7
7
  export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.cjs';
8
- export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.cjs';
9
- export { TreeDataItem, TreeView } from './ui/tree-view.cjs';
8
+ export { TreeEntryItem, TreeView, TreeViewProps } from './ui/tree-view/TreeView.cjs';
9
+ export { TreeSearchBar, TreeSearchBarProps } from './ui/tree-view/TreeSearchBar.cjs';
10
+ export { useTreeSearch, useTreeState } from './ui/tree-view/hooks.cjs';
11
+ export { TreeDataItem, TreeDataItemWithMeta } from './ui/tree-view/types.cjs';
12
+ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.cjs';
13
+ export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.cjs';
10
14
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.cjs';
11
15
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.cjs';
12
16
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.cjs';
package/dist/index.d.ts CHANGED
@@ -5,8 +5,12 @@ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, Pagi
5
5
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.js';
6
6
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.js';
7
7
  export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.js';
8
- export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.js';
9
- export { TreeDataItem, TreeView } from './ui/tree-view.js';
8
+ export { TreeEntryItem, TreeView, TreeViewProps } from './ui/tree-view/TreeView.js';
9
+ export { TreeSearchBar, TreeSearchBarProps } from './ui/tree-view/TreeSearchBar.js';
10
+ export { useTreeSearch, useTreeState } from './ui/tree-view/hooks.js';
11
+ export { TreeDataItem, TreeDataItemWithMeta } from './ui/tree-view/types.js';
12
+ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.js';
13
+ export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.js';
10
14
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
11
15
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
12
16
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.js';
package/dist/index.mjs CHANGED
@@ -1,23 +1,28 @@
1
- import './chunk-XMUP5MIM.mjs';
2
- export { Waterfall } from './chunk-NS2P4CPA.mjs';
1
+ import './chunk-G3EIVAVR.mjs';
2
+ export { Waterfall } from './chunk-MMT74K7A.mjs';
3
3
  import './chunk-JWKOW2OV.mjs';
4
4
  import './chunk-VPQ5SSY3.mjs';
5
- import './chunk-CIPI2V54.mjs';
6
- import './chunk-SA5WKLYB.mjs';
7
- import './chunk-5EXV5EWF.mjs';
8
5
  import './chunk-K22BEXUA.mjs';
9
6
  import './chunk-OC4HRPZU.mjs';
10
7
  import './chunk-N6DSPSMM.mjs';
11
8
  import './chunk-CO6EASQO.mjs';
12
- import './chunk-4U232QAX.mjs';
13
9
  import './chunk-IR334P7F.mjs';
10
+ import './chunk-CIPI2V54.mjs';
11
+ import './chunk-HVVT3D2T.mjs';
12
+ export { TreeSearchBar } from './chunk-W4CDQ2RJ.mjs';
13
+ export { TreeEntryItem, TreeView } from './chunk-2DA6GE5K.mjs';
14
+ export { useTreeSearch, useTreeState } from './chunk-BWBBQCG2.mjs';
15
+ import './chunk-HTAFERCZ.mjs';
16
+ import './chunk-SA5WKLYB.mjs';
17
+ import './chunk-5EXV5EWF.mjs';
18
+ import './chunk-4U232QAX.mjs';
14
19
  import './chunk-IGTUE4NW.mjs';
15
20
  import './chunk-4QFWMPJZ.mjs';
16
- export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
17
- export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
18
21
  import './chunk-EPRRJR2S.mjs';
19
22
  export { LiquidLayoutView } from './chunk-L26ULDYM.mjs';
20
23
  import './chunk-V2IP7UUV.mjs';
24
+ export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
25
+ export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
21
26
  import './chunk-6NK7UMFP.mjs';
22
27
  export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-COVQAQYO.mjs';
23
28
  export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
@@ -30,9 +35,6 @@ export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-D2DMH5WY.mjs';
30
35
  export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
31
36
  import './chunk-FIWBOGQV.mjs';
32
37
  import './chunk-AGRPGNME.mjs';
33
- export { EulerRadInput } from './chunk-S3OW7I3O.mjs';
34
- export { InchInput } from './chunk-LKEPALXM.mjs';
35
- export { IntInput } from './chunk-ZRYL32TK.mjs';
36
38
  export { KVectorInput } from './chunk-DYFJAD2K.mjs';
37
39
  export { QuaternionInput } from './chunk-R4JF2SWJ.mjs';
38
40
  export { RadInput } from './chunk-3DPQXJRL.mjs';
@@ -41,22 +43,25 @@ export { Vec3Input } from './chunk-ER54LTUC.mjs';
41
43
  export { CmInput } from './chunk-HWBRKGZJ.mjs';
42
44
  export { DegInput } from './chunk-KBVBN5Q3.mjs';
43
45
  export { EulerDegInput } from './chunk-ZLXUML4B.mjs';
46
+ export { EulerRadInput } from './chunk-S3OW7I3O.mjs';
44
47
  export { EulerInput } from './chunk-IBW26377.mjs';
45
48
  export { VectorInput } from './chunk-U4OZ35J3.mjs';
49
+ export { InchInput } from './chunk-LKEPALXM.mjs';
50
+ export { IntInput } from './chunk-ZRYL32TK.mjs';
46
51
  export { PresetsInput } from './chunk-6VB53UMO.mjs';
47
52
  export { InputNumbers } from './chunk-WU3YZHOP.mjs';
48
53
  export { ColorInput } from './chunk-MDBCKCGI.mjs';
54
+ export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
49
55
  export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
50
56
  export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
51
57
  export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
52
58
  export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-VTEWRMGQ.mjs';
53
- export { TreeView } from './chunk-SUABRIFA.mjs';
59
+ export { TreeView as SimpleTreeView } from './chunk-2SWBXWLK.mjs';
54
60
  export { Slider } from './chunk-Y6WGGVT2.mjs';
55
61
  export { Switch } from './chunk-AZBJB6KC.mjs';
56
62
  export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
57
- export { Timeline } from './chunk-P5T6EVSQ.mjs';
58
- export { TreeView as TreeViewV2 } from './chunk-ILGNKXK2.mjs';
59
- export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
63
+ export { Timeline } from './chunk-LBENVTO2.mjs';
64
+ export { TreeView as TreeViewLegacy } from './chunk-OEM5OJDP.mjs';
60
65
  export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-EBBHJLUX.mjs';
61
66
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-PO2LYHDO.mjs';
62
67
  export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
@@ -73,7 +78,7 @@ export { Layout } from './chunk-BGYHKHMQ.mjs';
73
78
  export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-3THWK3HB.mjs';
74
79
  export { Navigation } from './chunk-LG3PNH2P.mjs';
75
80
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-NTGUD2JN.mjs';
76
- export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-5432JOTN.mjs';
81
+ export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-TSHZODTT.mjs';
77
82
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
78
83
  export { Badge, badgeVariants } from './chunk-SUSABE24.mjs';
79
84
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-D3IW2NW6.mjs';