tembro 4.2.1 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/components/charts/progress-circle.d.ts +12 -3
  3. package/dist/components/data-table/data-table.d.ts +2 -2
  4. package/dist/components/feedback/index.d.ts +0 -2
  5. package/dist/components/layout/section.d.ts +1 -8
  6. package/dist/components/patterns/index.d.ts +0 -8
  7. package/dist/components/patterns/public.d.ts +0 -8
  8. package/dist/components/ui/hover-card/index.cjs +1 -0
  9. package/dist/components/ui/hover-card/index.d.ts +11 -0
  10. package/dist/components/ui/hover-card/index.js +1 -0
  11. package/dist/components/ui/menubar/index.cjs +1 -0
  12. package/dist/components/ui/menubar/index.d.ts +42 -0
  13. package/dist/components/ui/menubar/index.js +1 -0
  14. package/dist/components/ui/navigation-menu/index.cjs +1 -0
  15. package/dist/components/ui/navigation-menu/index.d.ts +20 -0
  16. package/dist/components/ui/navigation-menu/index.js +1 -0
  17. package/dist/components/ui/number-field/index.cjs +1 -0
  18. package/dist/components/ui/number-field/index.d.ts +18 -0
  19. package/dist/components/ui/number-field/index.js +1 -0
  20. package/dist/components/ui/toggle-group/index.cjs +1 -0
  21. package/dist/components/ui/toggle-group/index.d.ts +13 -0
  22. package/dist/components/ui/toggle-group/index.js +1 -0
  23. package/dist/components/ui/toolbar/index.cjs +1 -0
  24. package/dist/components/ui/toolbar/index.d.ts +14 -0
  25. package/dist/components/ui/toolbar/index.js +1 -0
  26. package/dist/index.d.ts +7 -0
  27. package/dist/src/components/charts/progress-circle.cjs +1 -1
  28. package/dist/src/components/charts/progress-circle.js +57 -3
  29. package/dist/src/components/data-table/data-table.cjs +1 -1
  30. package/dist/src/components/data-table/data-table.js +102 -100
  31. package/dist/src/components/feedback/index.cjs +1 -1
  32. package/dist/src/components/feedback/index.js +2 -4
  33. package/dist/src/components/layout/index.cjs +1 -1
  34. package/dist/src/components/layout/index.js +3 -3
  35. package/dist/src/components/layout/public.cjs +1 -1
  36. package/dist/src/components/layout/public.js +3 -3
  37. package/dist/src/components/layout/section.cjs +1 -1
  38. package/dist/src/components/layout/section.js +2 -26
  39. package/dist/src/components/patterns/index.cjs +1 -1
  40. package/dist/src/components/patterns/index.js +2 -10
  41. package/dist/src/components/patterns/public.cjs +1 -1
  42. package/dist/src/components/patterns/public.js +2 -10
  43. package/dist/src/components/ui/hover-card/index.cjs +1 -0
  44. package/dist/src/components/ui/hover-card/index.js +50 -0
  45. package/dist/src/components/ui/menubar/index.cjs +1 -0
  46. package/dist/src/components/ui/menubar/index.js +132 -0
  47. package/dist/src/components/ui/navigation-menu/index.cjs +1 -0
  48. package/dist/src/components/ui/navigation-menu/index.js +73 -0
  49. package/dist/src/components/ui/number-field/index.cjs +1 -0
  50. package/dist/src/components/ui/number-field/index.js +73 -0
  51. package/dist/src/components/ui/toggle-group/index.cjs +1 -0
  52. package/dist/src/components/ui/toggle-group/index.js +32 -0
  53. package/dist/src/components/ui/toolbar/index.cjs +1 -0
  54. package/dist/src/components/ui/toolbar/index.js +50 -0
  55. package/dist/src/index.cjs +1 -1
  56. package/dist/src/index.js +92 -95
  57. package/dist/src/public-component-surface.cjs +1 -1
  58. package/dist/src/public-component-surface.js +31 -42
  59. package/package.json +1 -1
  60. package/packages/cli/dist/index.cjs +112 -112
  61. package/packages/cli/vendor/src/components/charts/progress-circle.tsx +78 -3
  62. package/packages/cli/vendor/src/components/data-table/data-table.tsx +4 -4
  63. package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
  64. package/packages/cli/vendor/src/components/layout/section.tsx +1 -28
  65. package/packages/cli/vendor/src/components/patterns/index.ts +0 -8
  66. package/packages/cli/vendor/src/components/patterns/public.ts +0 -8
  67. package/packages/cli/vendor/src/components/ui/hover-card/index.tsx +72 -0
  68. package/packages/cli/vendor/src/components/ui/menubar/index.tsx +140 -0
  69. package/packages/cli/vendor/src/components/ui/navigation-menu/index.tsx +100 -0
  70. package/packages/cli/vendor/src/components/ui/number-field/index.tsx +89 -0
  71. package/packages/cli/vendor/src/components/ui/toggle-group/index.tsx +72 -0
  72. package/packages/cli/vendor/src/components/ui/toolbar/index.tsx +67 -0
  73. package/packages/cli/vendor/src/index.ts +12 -5
  74. package/packages/cli/vendor/src/public-component-surface.ts +7 -10
  75. package/packages/cli/vendor/templates/showcase/src/showcase/data/registry.ts +14 -12
  76. package/packages/cli/vendor/templates/showcase/src/showcase/layout/HeroSection.tsx +2 -2
  77. package/packages/cli/vendor/templates/showcase/src/showcase/layout/WorkbenchSidebar.tsx +1 -1
  78. package/packages/cli/vendor/templates/showcase/src/showcase/sections/ComponentLivePreview.tsx +2 -2
  79. package/packages/cli/vendor/templates/showcase/src/showcase/sections/FormsSection.tsx +2 -2
  80. package/packages/cli/vendor/templates/styles/globals.css +5 -5
  81. package/registry.json +2630 -233
  82. package/dist/components/charts/progress-ring.cjs +0 -1
  83. package/dist/components/charts/progress-ring.d.ts +0 -13
  84. package/dist/components/charts/progress-ring.js +0 -1
  85. package/dist/components/feedback/loading-state.cjs +0 -1
  86. package/dist/components/feedback/loading-state.d.ts +0 -9
  87. package/dist/components/feedback/loading-state.js +0 -1
  88. package/dist/components/feedback/page-state.cjs +0 -1
  89. package/dist/components/feedback/page-state.d.ts +0 -18
  90. package/dist/components/feedback/page-state.js +0 -1
  91. package/dist/components/layout/page-container.cjs +0 -1
  92. package/dist/components/layout/page-container.d.ts +0 -7
  93. package/dist/components/layout/page-container.js +0 -1
  94. package/dist/components/layout/page-header.cjs +0 -1
  95. package/dist/components/layout/page-header.d.ts +0 -23
  96. package/dist/components/layout/page-header.js +0 -1
  97. package/dist/components/layout/section-header.cjs +0 -1
  98. package/dist/components/layout/section-header.d.ts +0 -14
  99. package/dist/components/layout/section-header.js +0 -1
  100. package/dist/components/layout/sidebar-nav.cjs +0 -1
  101. package/dist/components/layout/sidebar-nav.d.ts +0 -37
  102. package/dist/components/layout/sidebar-nav.js +0 -1
  103. package/dist/components/layout/sticky-footer-bar.cjs +0 -1
  104. package/dist/components/layout/sticky-footer-bar.d.ts +0 -7
  105. package/dist/components/layout/sticky-footer-bar.js +0 -1
  106. package/dist/components/patterns/bulk-action-bar.cjs +0 -1
  107. package/dist/components/patterns/bulk-action-bar.d.ts +0 -10
  108. package/dist/components/patterns/bulk-action-bar.js +0 -1
  109. package/dist/components/patterns/data-view.cjs +0 -1
  110. package/dist/components/patterns/data-view.d.ts +0 -17
  111. package/dist/components/patterns/data-view.js +0 -1
  112. package/dist/components/patterns/detail-layout.cjs +0 -1
  113. package/dist/components/patterns/detail-layout.d.ts +0 -16
  114. package/dist/components/patterns/detail-layout.js +0 -1
  115. package/dist/components/patterns/form-builder.cjs +0 -1
  116. package/dist/components/patterns/form-builder.d.ts +0 -110
  117. package/dist/components/patterns/form-builder.js +0 -1
  118. package/dist/components/patterns/page-toolbar.cjs +0 -1
  119. package/dist/components/patterns/page-toolbar.d.ts +0 -11
  120. package/dist/components/patterns/page-toolbar.js +0 -1
  121. package/dist/components/patterns/resource-detail-page.cjs +0 -1
  122. package/dist/components/patterns/resource-detail-page.d.ts +0 -39
  123. package/dist/components/patterns/resource-detail-page.js +0 -1
  124. package/dist/components/patterns/resource-page.cjs +0 -1
  125. package/dist/components/patterns/resource-page.d.ts +0 -30
  126. package/dist/components/patterns/resource-page.js +0 -1
  127. package/dist/components/patterns/settings-page.cjs +0 -1
  128. package/dist/components/patterns/settings-page.d.ts +0 -21
  129. package/dist/components/patterns/settings-page.js +0 -1
  130. package/dist/src/components/charts/progress-ring.cjs +0 -1
  131. package/dist/src/components/charts/progress-ring.js +0 -57
  132. package/dist/src/components/feedback/loading-state.cjs +0 -1
  133. package/dist/src/components/feedback/loading-state.js +0 -15
  134. package/dist/src/components/feedback/page-state.cjs +0 -1
  135. package/dist/src/components/feedback/page-state.js +0 -28
  136. package/dist/src/components/layout/page-container.cjs +0 -1
  137. package/dist/src/components/layout/page-container.js +0 -21
  138. package/dist/src/components/layout/page-header.cjs +0 -1
  139. package/dist/src/components/layout/page-header.js +0 -92
  140. package/dist/src/components/layout/section-header.cjs +0 -1
  141. package/dist/src/components/layout/section-header.js +0 -44
  142. package/dist/src/components/layout/sidebar-nav.cjs +0 -1
  143. package/dist/src/components/layout/sidebar-nav.js +0 -220
  144. package/dist/src/components/layout/sticky-footer-bar.cjs +0 -1
  145. package/dist/src/components/layout/sticky-footer-bar.js +0 -20
  146. package/dist/src/components/patterns/bulk-action-bar.cjs +0 -1
  147. package/dist/src/components/patterns/bulk-action-bar.js +0 -34
  148. package/dist/src/components/patterns/data-view.cjs +0 -1
  149. package/dist/src/components/patterns/data-view.js +0 -47
  150. package/dist/src/components/patterns/detail-layout.cjs +0 -1
  151. package/dist/src/components/patterns/detail-layout.js +0 -65
  152. package/dist/src/components/patterns/form-builder.cjs +0 -1
  153. package/dist/src/components/patterns/form-builder.js +0 -263
  154. package/dist/src/components/patterns/page-toolbar.cjs +0 -1
  155. package/dist/src/components/patterns/page-toolbar.js +0 -41
  156. package/dist/src/components/patterns/resource-detail-page.cjs +0 -1
  157. package/dist/src/components/patterns/resource-detail-page.js +0 -100
  158. package/dist/src/components/patterns/resource-page.cjs +0 -1
  159. package/dist/src/components/patterns/resource-page.js +0 -88
  160. package/dist/src/components/patterns/settings-page.cjs +0 -1
  161. package/dist/src/components/patterns/settings-page.js +0 -64
  162. package/packages/cli/vendor/src/components/charts/progress-ring.tsx +0 -56
  163. package/packages/cli/vendor/src/components/feedback/loading-state.tsx +0 -15
  164. package/packages/cli/vendor/src/components/feedback/page-state.tsx +0 -29
  165. package/packages/cli/vendor/src/components/layout/page-container.tsx +0 -30
  166. package/packages/cli/vendor/src/components/layout/page-header.tsx +0 -104
  167. package/packages/cli/vendor/src/components/layout/section-header.tsx +0 -56
  168. package/packages/cli/vendor/src/components/layout/sidebar-nav.tsx +0 -377
  169. package/packages/cli/vendor/src/components/layout/sticky-footer-bar.tsx +0 -23
  170. package/packages/cli/vendor/src/components/patterns/bulk-action-bar.tsx +0 -53
  171. package/packages/cli/vendor/src/components/patterns/data-view.tsx +0 -64
  172. package/packages/cli/vendor/src/components/patterns/detail-layout.tsx +0 -75
  173. package/packages/cli/vendor/src/components/patterns/form-builder.tsx +0 -472
  174. package/packages/cli/vendor/src/components/patterns/page-toolbar.tsx +0 -61
  175. package/packages/cli/vendor/src/components/patterns/resource-detail-page.tsx +0 -164
  176. package/packages/cli/vendor/src/components/patterns/resource-page.tsx +0 -149
  177. package/packages/cli/vendor/src/components/patterns/settings-page.tsx +0 -84
package/registry.json CHANGED
@@ -1,262 +1,2670 @@
1
1
  {
2
2
  "$schema": "https://tembro.dev/registry.schema.json",
3
3
  "name": "tembro",
4
- "version": "4.2.1",
5
- "description": "Reusable React + TypeScript UI kit registry",
6
- "groups": {
7
- "ui": [
8
- "badge",
4
+ "version": "6.0.0",
5
+ "components": {
6
+ "utils": {
7
+ "category": "lib",
8
+ "dependencies": [
9
+ "clsx",
10
+ "tailwind-merge"
11
+ ],
12
+ "files": [
13
+ {
14
+ "source": "src/lib/utils.ts",
15
+ "target": "{utils}"
16
+ }
17
+ ],
18
+ "status": "internal",
19
+ "distribution": "foundation"
20
+ },
21
+ "button": {
22
+ "category": "ui",
23
+ "dependencies": [
24
+ "@base-ui/react",
25
+ "class-variance-authority"
26
+ ],
27
+ "registryDependencies": [
28
+ "utils"
29
+ ],
30
+ "files": [
31
+ {
32
+ "source": "src/components/ui/button",
33
+ "target": "{ui}/button"
34
+ }
35
+ ],
36
+ "status": "stable",
37
+ "distribution": "foundation"
38
+ },
39
+ "input": {
40
+ "category": "ui",
41
+ "dependencies": [
42
+ "@base-ui/react",
43
+ "lucide-react"
44
+ ],
45
+ "registryDependencies": [
46
+ "utils"
47
+ ],
48
+ "files": [
49
+ {
50
+ "source": "src/components/ui/input",
51
+ "target": "{ui}/input"
52
+ }
53
+ ],
54
+ "status": "stable",
55
+ "distribution": "foundation"
56
+ },
57
+ "textarea": {
58
+ "category": "ui",
59
+ "registryDependencies": [
60
+ "utils"
61
+ ],
62
+ "files": [
63
+ {
64
+ "source": "src/components/ui/textarea",
65
+ "target": "{ui}/textarea"
66
+ }
67
+ ],
68
+ "status": "stable",
69
+ "distribution": "foundation"
70
+ },
71
+ "checkbox": {
72
+ "category": "ui",
73
+ "dependencies": [
74
+ "lucide-react"
75
+ ],
76
+ "registryDependencies": [
77
+ "utils"
78
+ ],
79
+ "files": [
80
+ {
81
+ "source": "src/components/ui/checkbox",
82
+ "target": "{ui}/checkbox"
83
+ }
84
+ ],
85
+ "status": "stable",
86
+ "distribution": "foundation"
87
+ },
88
+ "switch": {
89
+ "category": "ui",
90
+ "registryDependencies": [
91
+ "utils"
92
+ ],
93
+ "files": [
94
+ {
95
+ "source": "src/components/ui/switch",
96
+ "target": "{ui}/switch"
97
+ }
98
+ ],
99
+ "status": "stable",
100
+ "distribution": "foundation"
101
+ },
102
+ "badge": {
103
+ "category": "ui",
104
+ "dependencies": [
105
+ "@base-ui/react",
106
+ "class-variance-authority"
107
+ ],
108
+ "registryDependencies": [
109
+ "utils"
110
+ ],
111
+ "files": [
112
+ {
113
+ "source": "src/components/ui/badge",
114
+ "target": "{ui}/badge"
115
+ }
116
+ ],
117
+ "status": "stable",
118
+ "distribution": "foundation"
119
+ },
120
+ "card": {
121
+ "category": "ui",
122
+ "dependencies": [
123
+ "class-variance-authority"
124
+ ],
125
+ "registryDependencies": [
126
+ "utils"
127
+ ],
128
+ "files": [
129
+ {
130
+ "source": "src/components/ui/card",
131
+ "target": "{ui}/card"
132
+ }
133
+ ],
134
+ "status": "stable",
135
+ "distribution": "foundation"
136
+ },
137
+ "skeleton": {
138
+ "category": "ui",
139
+ "registryDependencies": [
140
+ "utils"
141
+ ],
142
+ "files": [
143
+ {
144
+ "source": "src/components/ui/skeleton",
145
+ "target": "{ui}/skeleton"
146
+ }
147
+ ],
148
+ "status": "preview",
149
+ "distribution": "foundation"
150
+ },
151
+ "tabs": {
152
+ "category": "ui",
153
+ "dependencies": [
154
+ "@base-ui/react"
155
+ ],
156
+ "registryDependencies": [
157
+ "utils"
158
+ ],
159
+ "files": [
160
+ {
161
+ "source": "src/components/ui/tabs",
162
+ "target": "{ui}/tabs"
163
+ }
164
+ ],
165
+ "status": "preview",
166
+ "distribution": "foundation"
167
+ },
168
+ "dialog": {
169
+ "category": "ui",
170
+ "dependencies": [
171
+ "@base-ui/react",
172
+ "lucide-react"
173
+ ],
174
+ "registryDependencies": [
175
+ "button",
176
+ "utils"
177
+ ],
178
+ "files": [
179
+ {
180
+ "source": "src/components/ui/dialog",
181
+ "target": "{ui}/dialog"
182
+ }
183
+ ],
184
+ "status": "stable",
185
+ "distribution": "foundation"
186
+ },
187
+ "dropdown-menu": {
188
+ "category": "ui",
189
+ "dependencies": [
190
+ "@base-ui/react",
191
+ "lucide-react"
192
+ ],
193
+ "registryDependencies": [
194
+ "utils"
195
+ ],
196
+ "files": [
197
+ {
198
+ "source": "src/components/ui/dropdown-menu",
199
+ "target": "{ui}/dropdown-menu"
200
+ }
201
+ ],
202
+ "status": "stable",
203
+ "distribution": "foundation"
204
+ },
205
+ "popover": {
206
+ "category": "ui",
207
+ "dependencies": [
208
+ "@base-ui/react"
209
+ ],
210
+ "registryDependencies": [
211
+ "utils"
212
+ ],
213
+ "files": [
214
+ {
215
+ "source": "src/components/ui/popover",
216
+ "target": "{ui}/popover"
217
+ }
218
+ ],
219
+ "status": "stable",
220
+ "distribution": "foundation"
221
+ },
222
+ "tooltip": {
223
+ "category": "ui",
224
+ "registryDependencies": [
225
+ "utils"
226
+ ],
227
+ "files": [
228
+ {
229
+ "source": "src/components/ui/tooltip",
230
+ "target": "{ui}/tooltip"
231
+ }
232
+ ],
233
+ "status": "preview",
234
+ "distribution": "foundation"
235
+ },
236
+ "hover-card": {
237
+ "category": "ui",
238
+ "dependencies": [
239
+ "@base-ui/react"
240
+ ],
241
+ "registryDependencies": [
242
+ "utils"
243
+ ],
244
+ "files": [
245
+ {
246
+ "source": "src/components/ui/hover-card",
247
+ "target": "{ui}/hover-card"
248
+ }
249
+ ],
250
+ "status": "stable",
251
+ "distribution": "system"
252
+ },
253
+ "menubar": {
254
+ "category": "ui",
255
+ "dependencies": [
256
+ "@base-ui/react",
257
+ "lucide-react"
258
+ ],
259
+ "registryDependencies": [
260
+ "utils"
261
+ ],
262
+ "files": [
263
+ {
264
+ "source": "src/components/ui/menubar",
265
+ "target": "{ui}/menubar"
266
+ }
267
+ ],
268
+ "status": "preview",
269
+ "distribution": "system"
270
+ },
271
+ "navigation-menu": {
272
+ "category": "navigation",
273
+ "dependencies": [
274
+ "@base-ui/react",
275
+ "lucide-react"
276
+ ],
277
+ "registryDependencies": [
278
+ "utils"
279
+ ],
280
+ "files": [
281
+ {
282
+ "source": "src/components/ui/navigation-menu",
283
+ "target": "{ui}/navigation-menu"
284
+ }
285
+ ],
286
+ "status": "preview",
287
+ "distribution": "system"
288
+ },
289
+ "simple-select": {
290
+ "category": "ui",
291
+ "migrationAliasFor": "select",
292
+ "status": "internal",
293
+ "distribution": "foundation"
294
+ },
295
+ "select": {
296
+ "category": "ui",
297
+ "dependencies": [
298
+ "@base-ui/react",
299
+ "lucide-react"
300
+ ],
301
+ "registryDependencies": [
302
+ "utils"
303
+ ],
304
+ "files": [
305
+ {
306
+ "source": "src/components/ui/select",
307
+ "target": "{ui}/select"
308
+ }
309
+ ],
310
+ "status": "stable",
311
+ "distribution": "foundation"
312
+ },
313
+ "table": {
314
+ "category": "ui",
315
+ "registryDependencies": [
316
+ "utils"
317
+ ],
318
+ "files": [
319
+ {
320
+ "source": "src/components/ui/table",
321
+ "target": "{ui}/table"
322
+ }
323
+ ],
324
+ "status": "stable",
325
+ "distribution": "foundation"
326
+ },
327
+ "segmented-control": {
328
+ "category": "ui",
329
+ "registryDependencies": [
330
+ "utils"
331
+ ],
332
+ "files": [
333
+ {
334
+ "source": "src/components/ui/segmented-control",
335
+ "target": "{ui}/segmented-control"
336
+ }
337
+ ],
338
+ "status": "preview",
339
+ "distribution": "foundation"
340
+ },
341
+ "radio-group": {
342
+ "category": "ui",
343
+ "registryDependencies": [
344
+ "button",
345
+ "utils"
346
+ ],
347
+ "files": [
348
+ {
349
+ "source": "src/components/ui/radio-group",
350
+ "target": "{ui}/radio-group"
351
+ }
352
+ ],
353
+ "status": "stable",
354
+ "distribution": "foundation"
355
+ },
356
+ "accordion": {
357
+ "category": "ui",
358
+ "dependencies": [
359
+ "lucide-react"
360
+ ],
361
+ "registryDependencies": [
362
+ "collapse"
363
+ ],
364
+ "files": [
365
+ {
366
+ "source": "src/components/ui/accordion",
367
+ "target": "{ui}/accordion"
368
+ }
369
+ ],
370
+ "status": "stable",
371
+ "distribution": "foundation"
372
+ },
373
+ "kbd": {
374
+ "category": "ui",
375
+ "files": [
376
+ {
377
+ "source": "src/components/ui/kbd",
378
+ "target": "{ui}/kbd"
379
+ }
380
+ ],
381
+ "status": "stable",
382
+ "distribution": "foundation"
383
+ },
384
+ "scroll-box": {
385
+ "category": "ui",
386
+ "files": [
387
+ {
388
+ "source": "src/components/ui/scroll-box",
389
+ "target": "{ui}/scroll-box"
390
+ }
391
+ ],
392
+ "status": "stable",
393
+ "distribution": "foundation"
394
+ },
395
+ "right-click-menu": {
396
+ "category": "ui",
397
+ "dependencies": [
398
+ "react"
399
+ ],
400
+ "files": [
401
+ {
402
+ "source": "src/components/ui/right-click-menu",
403
+ "target": "{ui}/right-click-menu"
404
+ }
405
+ ],
406
+ "status": "stable",
407
+ "distribution": "foundation"
408
+ },
409
+ "number-field": {
410
+ "category": "inputs",
411
+ "dependencies": [
412
+ "@base-ui/react",
413
+ "lucide-react"
414
+ ],
415
+ "registryDependencies": [
416
+ "utils"
417
+ ],
418
+ "files": [
419
+ {
420
+ "source": "src/components/ui/number-field",
421
+ "target": "{ui}/number-field"
422
+ }
423
+ ],
424
+ "status": "preview",
425
+ "distribution": "foundation"
426
+ },
427
+ "toggle-group": {
428
+ "category": "ui",
429
+ "dependencies": [
430
+ "@base-ui/react"
431
+ ],
432
+ "registryDependencies": [
433
+ "utils"
434
+ ],
435
+ "files": [
436
+ {
437
+ "source": "src/components/ui/toggle-group",
438
+ "target": "{ui}/toggle-group"
439
+ }
440
+ ],
441
+ "status": "preview",
442
+ "distribution": "foundation"
443
+ },
444
+ "toolbar": {
445
+ "category": "ui",
446
+ "dependencies": [
447
+ "@base-ui/react"
448
+ ],
449
+ "registryDependencies": [
450
+ "utils"
451
+ ],
452
+ "files": [
453
+ {
454
+ "source": "src/components/ui/toolbar",
455
+ "target": "{ui}/toolbar"
456
+ }
457
+ ],
458
+ "status": "preview",
459
+ "distribution": "foundation"
460
+ },
461
+ "tag-input": {
462
+ "category": "inputs",
463
+ "dependencies": [
464
+ "lucide-react"
465
+ ],
466
+ "registryDependencies": [
467
+ "badge",
468
+ "input",
469
+ "utils"
470
+ ],
471
+ "files": [
472
+ {
473
+ "source": "src/components/inputs/tag-input.tsx",
474
+ "target": "{components}/inputs/tag-input.tsx"
475
+ }
476
+ ],
477
+ "status": "preview",
478
+ "distribution": "source-copy"
479
+ },
480
+ "combobox": {
481
+ "category": "inputs",
482
+ "dependencies": [
483
+ "lucide-react"
484
+ ],
485
+ "registryDependencies": [
486
+ "button",
487
+ "input",
488
+ "popover",
489
+ "utils"
490
+ ],
491
+ "files": [
492
+ {
493
+ "source": "src/components/inputs/combobox.tsx",
494
+ "target": "{components}/inputs/combobox.tsx"
495
+ }
496
+ ],
497
+ "status": "preview",
498
+ "distribution": "source-copy"
499
+ },
500
+ "async-select": {
501
+ "category": "inputs",
502
+ "dependencies": [
503
+ "lucide-react"
504
+ ],
505
+ "registryDependencies": [
506
+ "button",
507
+ "input",
508
+ "popover",
509
+ "utils"
510
+ ],
511
+ "files": [
512
+ {
513
+ "source": "src/components/inputs/async-select.tsx",
514
+ "target": "{components}/inputs/async-select.tsx"
515
+ }
516
+ ],
517
+ "status": "preview",
518
+ "distribution": "source-copy"
519
+ },
520
+ "form-field-shell": {
521
+ "category": "form",
522
+ "registryDependencies": [
523
+ "utils"
524
+ ],
525
+ "files": [
526
+ {
527
+ "source": "src/components/form/form-field-shell.tsx",
528
+ "target": "{components}/form/form-field-shell.tsx"
529
+ }
530
+ ],
531
+ "status": "preview",
532
+ "distribution": "source-copy"
533
+ },
534
+ "form-input": {
535
+ "category": "form",
536
+ "dependencies": [
537
+ "react-hook-form"
538
+ ],
539
+ "registryDependencies": [
540
+ "input",
541
+ "form-field-shell"
542
+ ],
543
+ "files": [
544
+ {
545
+ "source": "src/components/form/form-input.tsx",
546
+ "target": "{components}/form/form-input.tsx"
547
+ }
548
+ ],
549
+ "status": "preview",
550
+ "distribution": "source-copy"
551
+ },
552
+ "form-select": {
553
+ "category": "form",
554
+ "dependencies": [
555
+ "react-hook-form"
556
+ ],
557
+ "registryDependencies": [
558
+ "select",
559
+ "async-select",
560
+ "form-field-shell"
561
+ ],
562
+ "files": [
563
+ {
564
+ "source": "src/components/form/form-select.tsx",
565
+ "target": "{components}/form/form-select.tsx"
566
+ }
567
+ ],
568
+ "status": "preview",
569
+ "distribution": "source-copy"
570
+ },
571
+ "form-textarea": {
572
+ "category": "form",
573
+ "dependencies": [
574
+ "react-hook-form"
575
+ ],
576
+ "registryDependencies": [
577
+ "textarea",
578
+ "form-field-shell"
579
+ ],
580
+ "files": [
581
+ {
582
+ "source": "src/components/form/form-textarea.tsx",
583
+ "target": "{components}/form/form-textarea.tsx"
584
+ }
585
+ ],
586
+ "status": "preview",
587
+ "distribution": "source-copy"
588
+ },
589
+ "form-switch": {
590
+ "category": "form",
591
+ "dependencies": [
592
+ "react-hook-form"
593
+ ],
594
+ "registryDependencies": [
595
+ "switch",
596
+ "form-field-shell",
597
+ "utils"
598
+ ],
599
+ "files": [
600
+ {
601
+ "source": "src/components/form/form-switch.tsx",
602
+ "target": "{components}/form/form-switch.tsx"
603
+ }
604
+ ],
605
+ "status": "preview",
606
+ "distribution": "source-copy"
607
+ },
608
+ "form-date-range-input": {
609
+ "category": "form",
610
+ "dependencies": [
611
+ "react-hook-form"
612
+ ],
613
+ "registryDependencies": [
614
+ "input",
615
+ "form-field-shell"
616
+ ],
617
+ "files": [
618
+ {
619
+ "source": "src/components/form/form-date-range-input.tsx",
620
+ "target": "{components}/form/form-date-range-input.tsx"
621
+ }
622
+ ],
623
+ "status": "preview",
624
+ "distribution": "source-copy"
625
+ },
626
+ "form-date-picker": {
627
+ "category": "form",
628
+ "dependencies": [
629
+ "react-hook-form"
630
+ ],
631
+ "registryDependencies": [
632
+ "date-picker",
633
+ "form-field-shell"
634
+ ],
635
+ "files": [
636
+ {
637
+ "source": "src/components/form/form-date-picker.tsx",
638
+ "target": "{components}/form/form-date-picker.tsx"
639
+ }
640
+ ],
641
+ "status": "preview",
642
+ "distribution": "source-copy"
643
+ },
644
+ "form-date-range-picker": {
645
+ "category": "form",
646
+ "dependencies": [
647
+ "react-hook-form"
648
+ ],
649
+ "registryDependencies": [
650
+ "date-range-picker",
651
+ "form-field-shell"
652
+ ],
653
+ "files": [
654
+ {
655
+ "source": "src/components/form/form-date-range-picker.tsx",
656
+ "target": "{components}/form/form-date-range-picker.tsx"
657
+ }
658
+ ],
659
+ "status": "preview",
660
+ "distribution": "source-copy"
661
+ },
662
+ "form": {
663
+ "category": "group",
664
+ "registryDependencies": [
665
+ "form-field-shell",
666
+ "form-input",
667
+ "form-select",
668
+ "form-textarea",
669
+ "form-switch",
670
+ "form-date-range-input",
671
+ "form-date-picker",
672
+ "form-date-range-picker"
673
+ ],
674
+ "files": [
675
+ {
676
+ "source": "src/components/form/index.ts",
677
+ "target": "{components}/form/index.ts"
678
+ }
679
+ ],
680
+ "status": "preview",
681
+ "distribution": "system"
682
+ },
683
+ "dialog-actions": {
684
+ "category": "overlay",
685
+ "migrationAliasFor": "dialog",
686
+ "status": "internal",
687
+ "distribution": "source-copy"
688
+ },
689
+ "modal-shell": {
690
+ "category": "overlay",
691
+ "migrationAliasFor": "dialog",
692
+ "status": "internal",
693
+ "distribution": "source-copy"
694
+ },
695
+ "confirm-dialog": {
696
+ "category": "overlay",
697
+ "registryDependencies": [
698
+ "button",
699
+ "dialog"
700
+ ],
701
+ "files": [
702
+ {
703
+ "source": "src/components/overlay/confirm-dialog.tsx",
704
+ "target": "{components}/overlay/confirm-dialog.tsx"
705
+ }
706
+ ],
707
+ "status": "stable",
708
+ "distribution": "source-copy"
709
+ },
710
+ "alert-dialog": {
711
+ "category": "overlay",
712
+ "dependencies": [
713
+ "lucide-react"
714
+ ],
715
+ "registryDependencies": [
716
+ "dialog",
717
+ "button"
718
+ ],
719
+ "files": [
720
+ {
721
+ "source": "src/components/overlay/alert-dialog.tsx",
722
+ "target": "{components}/overlay/alert-dialog.tsx"
723
+ }
724
+ ],
725
+ "status": "stable",
726
+ "distribution": "source-copy"
727
+ },
728
+ "drawer": {
729
+ "category": "overlay",
730
+ "dependencies": [
731
+ "@base-ui/react"
732
+ ],
733
+ "registryDependencies": [
734
+ "dialog"
735
+ ],
736
+ "files": [
737
+ {
738
+ "source": "src/components/overlay/drawer.tsx",
739
+ "target": "{components}/overlay/drawer.tsx"
740
+ }
741
+ ],
742
+ "status": "stable",
743
+ "distribution": "source-copy"
744
+ },
745
+ "state-view": {
746
+ "category": "feedback",
747
+ "dependencies": [
748
+ "lucide-react"
749
+ ],
750
+ "registryDependencies": [
751
+ "button",
752
+ "utils"
753
+ ],
754
+ "files": [
755
+ {
756
+ "source": "src/components/feedback/state-view.tsx",
757
+ "target": "{components}/feedback/state-view.tsx"
758
+ }
759
+ ],
760
+ "status": "stable",
761
+ "distribution": "source-copy"
762
+ },
763
+ "feedback": {
764
+ "category": "group",
765
+ "registryDependencies": [
766
+ "alert",
767
+ "state-view"
768
+ ],
769
+ "files": [
770
+ {
771
+ "source": "src/components/feedback/index.ts",
772
+ "target": "{components}/feedback/index.ts"
773
+ }
774
+ ],
775
+ "status": "stable",
776
+ "distribution": "system"
777
+ },
778
+ "sidebar-context": {
779
+ "category": "layout",
780
+ "dependencies": [
781
+ "lucide-react"
782
+ ],
783
+ "registryDependencies": [
784
+ "button"
785
+ ],
786
+ "files": [
787
+ {
788
+ "source": "src/components/layout/sidebar-context.tsx",
789
+ "target": "{components}/layout/sidebar-context.tsx"
790
+ }
791
+ ],
792
+ "status": "preview",
793
+ "distribution": "source-copy"
794
+ },
795
+ "workspace-layout": {
796
+ "category": "layout",
797
+ "registryDependencies": [
798
+ "utils"
799
+ ],
800
+ "files": [
801
+ {
802
+ "source": "src/components/layout/workspace-layout.tsx",
803
+ "target": "{components}/layout/workspace-layout.tsx"
804
+ },
805
+ {
806
+ "source": "src/components/layout/workspace-header.tsx",
807
+ "target": "{components}/layout/workspace-header.tsx"
808
+ }
809
+ ],
810
+ "status": "preview",
811
+ "distribution": "source-copy"
812
+ },
813
+ "sidebar": {
814
+ "category": "layout",
815
+ "dependencies": [
816
+ "react"
817
+ ],
818
+ "registryDependencies": [
819
+ "tooltip",
820
+ "sidebar-context",
821
+ "utils"
822
+ ],
823
+ "files": [
824
+ {
825
+ "source": "src/components/layout/sidebar.tsx",
826
+ "target": "{components}/layout/sidebar.tsx"
827
+ }
828
+ ],
829
+ "status": "stable",
830
+ "distribution": "source-copy"
831
+ },
832
+ "layout": {
833
+ "category": "group",
834
+ "registryDependencies": [
835
+ "workspace-layout",
836
+ "sidebar",
837
+ "breadcrumbs",
838
+ "section"
839
+ ],
840
+ "files": [
841
+ {
842
+ "source": "src/components/layout/index.ts",
843
+ "target": "{components}/layout/index.ts"
844
+ }
845
+ ],
846
+ "status": "stable",
847
+ "distribution": "system"
848
+ },
849
+ "calendar": {
850
+ "category": "calendar",
851
+ "dependencies": [
852
+ "lucide-react"
853
+ ],
854
+ "registryDependencies": [
855
+ "button",
856
+ "utils"
857
+ ],
858
+ "files": [
859
+ {
860
+ "source": "src/components/calendar/calendar.tsx",
861
+ "target": "{components}/calendar/calendar.tsx"
862
+ },
863
+ {
864
+ "source": "src/components/calendar/date-utils.ts",
865
+ "target": "{components}/calendar/date-utils.ts"
866
+ }
867
+ ],
868
+ "status": "preview",
869
+ "distribution": "source-copy"
870
+ },
871
+ "date-picker": {
872
+ "category": "calendar",
873
+ "dependencies": [
874
+ "lucide-react"
875
+ ],
876
+ "registryDependencies": [
877
+ "calendar",
878
+ "button",
879
+ "popover",
880
+ "utils"
881
+ ],
882
+ "files": [
883
+ {
884
+ "source": "src/components/calendar/date-picker.tsx",
885
+ "target": "{components}/calendar/date-picker.tsx"
886
+ }
887
+ ],
888
+ "status": "preview",
889
+ "distribution": "source-copy"
890
+ },
891
+ "date-range-picker": {
892
+ "category": "calendar",
893
+ "dependencies": [
894
+ "lucide-react"
895
+ ],
896
+ "registryDependencies": [
897
+ "calendar",
898
+ "button",
899
+ "popover",
900
+ "utils"
901
+ ],
902
+ "files": [
903
+ {
904
+ "source": "src/components/calendar/date-range-picker.tsx",
905
+ "target": "{components}/calendar/date-range-picker.tsx"
906
+ }
907
+ ],
908
+ "status": "preview",
909
+ "distribution": "source-copy"
910
+ },
911
+ "dashboard": {
912
+ "category": "group",
913
+ "registryDependencies": [
914
+ "layout",
915
+ "feedback",
916
+ "input",
917
+ "async-select",
918
+ "tag-input",
919
+ "form"
920
+ ],
921
+ "status": "preview",
922
+ "distribution": "system"
923
+ },
924
+ "calendar-kit": {
925
+ "category": "group",
926
+ "registryDependencies": [
927
+ "calendar",
928
+ "date-picker",
929
+ "date-range-picker"
930
+ ],
931
+ "status": "preview",
932
+ "distribution": "system"
933
+ },
934
+ "wizard-kit": {
935
+ "category": "group",
936
+ "registryDependencies": [
937
+ "stepper",
938
+ "wizard"
939
+ ],
940
+ "status": "preview",
941
+ "distribution": "system"
942
+ },
943
+ "dnd": {
944
+ "category": "group",
945
+ "registryDependencies": [
946
+ "sortable-list"
947
+ ],
948
+ "files": [
949
+ {
950
+ "source": "src/components/dnd/index.ts",
951
+ "target": "{components}/dnd/index.ts"
952
+ }
953
+ ],
954
+ "status": "preview",
955
+ "distribution": "system"
956
+ },
957
+ "all": {
958
+ "category": "group",
959
+ "registryDependencies": [
960
+ "button",
961
+ "input",
962
+ "textarea",
963
+ "checkbox",
964
+ "switch",
965
+ "badge",
966
+ "card",
967
+ "skeleton",
968
+ "tabs",
969
+ "dialog",
970
+ "dropdown-menu",
971
+ "popover",
972
+ "tooltip",
973
+ "hover-card",
974
+ "menubar",
975
+ "navigation-menu",
976
+ "select",
977
+ "table",
978
+ "segmented-control",
979
+ "radio-group",
980
+ "accordion",
981
+ "kbd",
982
+ "scroll-box",
983
+ "right-click-menu",
984
+ "number-field",
985
+ "toggle-group",
986
+ "toolbar",
987
+ "tag-input",
988
+ "combobox",
989
+ "async-select",
990
+ "form-field-shell",
991
+ "form-input",
992
+ "form-select",
993
+ "form-textarea",
994
+ "form-switch",
995
+ "form-date-range-input",
996
+ "form-date-picker",
997
+ "form-date-range-picker",
998
+ "confirm-dialog",
999
+ "alert-dialog",
1000
+ "drawer",
1001
+ "state-view",
1002
+ "sidebar-context",
1003
+ "workspace-layout",
1004
+ "sidebar",
1005
+ "calendar",
1006
+ "date-picker",
1007
+ "date-range-picker",
1008
+ "action-menu",
1009
+ "activity-feed",
1010
+ "alert",
1011
+ "avatar",
1012
+ "breadcrumbs",
1013
+ "button-group",
1014
+ "code-block",
1015
+ "collapse",
1016
+ "carousel",
1017
+ "tag",
1018
+ "typography",
1019
+ "command",
1020
+ "copy-button",
1021
+ "data-state",
1022
+ "data-table",
1023
+ "description-list",
1024
+ "divider",
1025
+ "file-upload",
1026
+ "filter-bar",
1027
+ "empty-state",
1028
+ "charts",
1029
+ "image-upload",
1030
+ "kanban",
1031
+ "chat",
1032
+ "list",
1033
+ "otp-input",
1034
+ "color-picker",
1035
+ "signature-pad",
1036
+ "pagination",
1037
+ "progress",
1038
+ "progress-circle",
1039
+ "quick-action-grid",
1040
+ "rating",
1041
+ "section",
1042
+ "slider",
1043
+ "info-card",
1044
+ "spinner",
1045
+ "statistic",
1046
+ "status-dot",
1047
+ "status-legend",
1048
+ "stepper",
1049
+ "timeline",
1050
+ "toast",
1051
+ "tree-view",
1052
+ "use-before-unload-when-dirty",
1053
+ "use-data-table-view-state",
1054
+ "use-debounce",
1055
+ "use-disclosure",
1056
+ "use-is-mobile",
1057
+ "use-session-storage-state",
1058
+ "wizard",
1059
+ "inline-editable",
1060
+ "command-palette",
1061
+ "saved-filter-select",
1062
+ "notification-center",
1063
+ "calendar-scheduler",
1064
+ "dual-list-picker",
1065
+ "resizable-panel",
1066
+ "rich-text-editor",
1067
+ "image-cropper",
1068
+ "qr-code",
1069
+ "json-input",
1070
+ "time-picker",
1071
+ "sortable-list",
1072
+ "virtual-list"
1073
+ ],
1074
+ "status": "preview",
1075
+ "distribution": "system"
1076
+ },
1077
+ "action-menu": {
1078
+ "category": "actions",
1079
+ "files": [
1080
+ {
1081
+ "source": "src/components/actions/action-menu.tsx",
1082
+ "target": "{components}/actions/action-menu.tsx"
1083
+ }
1084
+ ],
1085
+ "status": "stable",
1086
+ "distribution": "source-copy"
1087
+ },
1088
+ "activity-feed": {
1089
+ "category": "display",
1090
+ "files": [
1091
+ {
1092
+ "source": "src/components/display/activity-feed.tsx",
1093
+ "target": "{components}/display/activity-feed.tsx"
1094
+ }
1095
+ ],
1096
+ "status": "stable",
1097
+ "distribution": "source-copy"
1098
+ },
1099
+ "alert": {
1100
+ "category": "feedback",
1101
+ "files": [
1102
+ {
1103
+ "source": "src/components/feedback/alert.tsx",
1104
+ "target": "{components}/feedback/alert.tsx"
1105
+ }
1106
+ ],
1107
+ "status": "preview",
1108
+ "distribution": "source-copy"
1109
+ },
1110
+ "app-header": {
1111
+ "category": "layout",
1112
+ "migrationAliasFor": "workspace-layout",
1113
+ "status": "internal",
1114
+ "distribution": "source-copy"
1115
+ },
1116
+ "avatar": {
1117
+ "category": "display",
1118
+ "files": [
1119
+ {
1120
+ "source": "src/components/display/avatar.tsx",
1121
+ "target": "{components}/display/avatar.tsx"
1122
+ }
1123
+ ],
1124
+ "status": "preview",
1125
+ "distribution": "source-copy"
1126
+ },
1127
+ "breadcrumbs": {
1128
+ "category": "layout",
1129
+ "files": [
1130
+ {
1131
+ "source": "src/components/layout/breadcrumbs.tsx",
1132
+ "target": "{components}/layout/breadcrumbs.tsx"
1133
+ }
1134
+ ],
1135
+ "status": "stable",
1136
+ "distribution": "source-copy"
1137
+ },
1138
+ "button-group": {
1139
+ "category": "actions",
1140
+ "files": [
1141
+ {
1142
+ "source": "src/components/actions/button-group.tsx",
1143
+ "target": "{components}/actions/button-group.tsx"
1144
+ }
1145
+ ],
1146
+ "status": "preview",
1147
+ "distribution": "source-copy"
1148
+ },
1149
+ "code-block": {
1150
+ "category": "display",
1151
+ "files": [
1152
+ {
1153
+ "source": "src/components/display/code-block.tsx",
1154
+ "target": "{components}/display/code-block.tsx"
1155
+ }
1156
+ ],
1157
+ "status": "preview",
1158
+ "distribution": "source-copy"
1159
+ },
1160
+ "collapse": {
1161
+ "category": "ui",
1162
+ "files": [
1163
+ {
1164
+ "source": "src/components/ui/collapse",
1165
+ "target": "{ui}/collapse"
1166
+ }
1167
+ ],
1168
+ "status": "preview",
1169
+ "distribution": "foundation"
1170
+ },
1171
+ "carousel": {
1172
+ "category": "display",
1173
+ "files": [
1174
+ {
1175
+ "source": "src/components/display/carousel.tsx",
1176
+ "target": "{components}/display/carousel.tsx"
1177
+ }
1178
+ ],
1179
+ "status": "preview",
1180
+ "distribution": "source-copy"
1181
+ },
1182
+ "tag": {
1183
+ "category": "display",
1184
+ "registryDependencies": [
1185
+ "badge",
1186
+ "utils"
1187
+ ],
1188
+ "files": [
1189
+ {
1190
+ "source": "src/components/display/tag.tsx",
1191
+ "target": "{components}/display/tag.tsx"
1192
+ }
1193
+ ],
1194
+ "status": "preview",
1195
+ "distribution": "source-copy"
1196
+ },
1197
+ "typography": {
1198
+ "category": "display",
1199
+ "registryDependencies": [
1200
+ "utils"
1201
+ ],
1202
+ "files": [
1203
+ {
1204
+ "source": "src/components/display/typography.tsx",
1205
+ "target": "{components}/display/typography.tsx"
1206
+ }
1207
+ ],
1208
+ "status": "preview",
1209
+ "distribution": "source-copy"
1210
+ },
1211
+ "command": {
1212
+ "category": "ui",
1213
+ "files": [
1214
+ {
1215
+ "source": "src/components/ui/command",
1216
+ "target": "{ui}/command"
1217
+ }
1218
+ ],
1219
+ "status": "preview",
1220
+ "distribution": "foundation"
1221
+ },
1222
+ "copy-button": {
1223
+ "category": "actions",
1224
+ "files": [
1225
+ {
1226
+ "source": "src/components/actions/copy-button.tsx",
1227
+ "target": "{components}/actions/copy-button.tsx"
1228
+ }
1229
+ ],
1230
+ "status": "preview",
1231
+ "distribution": "source-copy"
1232
+ },
1233
+ "copy-field": {
1234
+ "category": "actions",
1235
+ "migrationAliasFor": "copy-button",
1236
+ "status": "preview",
1237
+ "distribution": "source-copy"
1238
+ },
1239
+ "clearable-input": {
1240
+ "category": "inputs",
1241
+ "migrationAliasFor": "input",
1242
+ "status": "preview",
1243
+ "distribution": "source-copy"
1244
+ },
1245
+ "search-input": {
1246
+ "category": "inputs",
1247
+ "migrationAliasFor": "input",
1248
+ "status": "preview",
1249
+ "distribution": "source-copy"
1250
+ },
1251
+ "password-input": {
1252
+ "category": "inputs",
1253
+ "migrationAliasFor": "input",
1254
+ "status": "preview",
1255
+ "distribution": "source-copy"
1256
+ },
1257
+ "number-input": {
1258
+ "category": "inputs",
1259
+ "migrationAliasFor": "input",
1260
+ "status": "preview",
1261
+ "distribution": "source-copy"
1262
+ },
1263
+ "money-input": {
1264
+ "category": "inputs",
1265
+ "migrationAliasFor": "input",
1266
+ "status": "preview",
1267
+ "distribution": "source-copy"
1268
+ },
1269
+ "phone-input": {
1270
+ "category": "inputs",
1271
+ "migrationAliasFor": "input",
1272
+ "status": "preview",
1273
+ "distribution": "source-copy"
1274
+ },
1275
+ "masked-input": {
1276
+ "category": "inputs",
1277
+ "migrationAliasFor": "input",
1278
+ "status": "preview",
1279
+ "distribution": "source-copy"
1280
+ },
1281
+ "quantity-input": {
1282
+ "category": "inputs",
1283
+ "migrationAliasFor": "input",
1284
+ "status": "preview",
1285
+ "distribution": "source-copy"
1286
+ },
1287
+ "date-input": {
1288
+ "category": "inputs",
1289
+ "migrationAliasFor": "input",
1290
+ "status": "preview",
1291
+ "distribution": "source-copy"
1292
+ },
1293
+ "date-range-input": {
1294
+ "category": "inputs",
1295
+ "migrationAliasFor": "input",
1296
+ "status": "preview",
1297
+ "distribution": "source-copy"
1298
+ },
1299
+ "form-async-select": {
1300
+ "category": "form",
1301
+ "migrationAliasFor": "form-select",
1302
+ "status": "preview",
1303
+ "distribution": "source-copy"
1304
+ },
1305
+ "input-decorator": {
1306
+ "category": "inputs",
1307
+ "migrationAliasFor": "input",
1308
+ "status": "preview",
1309
+ "distribution": "source-copy"
1310
+ },
1311
+ "input-value": {
1312
+ "category": "inputs",
1313
+ "migrationAliasFor": "input",
1314
+ "status": "preview",
1315
+ "distribution": "source-copy"
1316
+ },
1317
+ "inputs": {
1318
+ "category": "group",
1319
+ "migrationAliasFor": "input",
1320
+ "status": "preview",
1321
+ "distribution": "system"
1322
+ },
1323
+ "app-sidebar": {
1324
+ "category": "layout",
1325
+ "migrationAliasFor": "sidebar",
1326
+ "status": "preview",
1327
+ "distribution": "source-copy"
1328
+ },
1329
+ "stat-card": {
1330
+ "category": "layout",
1331
+ "migrationAliasFor": "statistic",
1332
+ "status": "preview",
1333
+ "distribution": "source-copy"
1334
+ },
1335
+ "smart-card": {
1336
+ "category": "display",
1337
+ "migrationAliasFor": "info-card",
1338
+ "status": "preview",
1339
+ "distribution": "source-copy"
1340
+ },
1341
+ "file-dropzone": {
1342
+ "category": "upload",
1343
+ "migrationAliasFor": "file-upload",
1344
+ "status": "preview",
1345
+ "distribution": "source-copy"
1346
+ },
1347
+ "comparison-card": {
1348
+ "category": "display",
1349
+ "migrationAliasFor": "card",
1350
+ "status": "preview",
1351
+ "distribution": "source-copy"
1352
+ },
1353
+ "delta-badge": {
1354
+ "category": "display",
1355
+ "migrationAliasFor": "badge",
1356
+ "status": "preview",
1357
+ "distribution": "source-copy"
1358
+ },
1359
+ "trend-card": {
1360
+ "category": "display",
1361
+ "migrationAliasFor": "statistic",
1362
+ "status": "preview",
1363
+ "distribution": "source-copy"
1364
+ },
1365
+ "user-card": {
1366
+ "category": "display",
1367
+ "migrationAliasFor": "avatar",
1368
+ "status": "preview",
1369
+ "distribution": "source-copy"
1370
+ },
1371
+ "sheet-shell": {
1372
+ "category": "overlay",
1373
+ "migrationAliasFor": "drawer",
1374
+ "status": "preview",
1375
+ "distribution": "source-copy"
1376
+ },
1377
+ "nav-tabs": {
1378
+ "category": "navigation",
1379
+ "migrationAliasFor": "tabs",
1380
+ "status": "preview",
1381
+ "distribution": "source-copy"
1382
+ },
1383
+ "page-tabs": {
1384
+ "category": "navigation",
1385
+ "migrationAliasFor": "tabs",
1386
+ "status": "preview",
1387
+ "distribution": "source-copy"
1388
+ },
1389
+ "stepper-tabs": {
1390
+ "category": "navigation",
1391
+ "migrationAliasFor": "stepper",
1392
+ "status": "preview",
1393
+ "distribution": "source-copy"
1394
+ },
1395
+ "command-bar": {
1396
+ "category": "navigation",
1397
+ "migrationAliasFor": "command-palette",
1398
+ "status": "preview",
1399
+ "distribution": "source-copy"
1400
+ },
1401
+ "data-list": {
1402
+ "category": "display",
1403
+ "migrationAliasFor": "list",
1404
+ "status": "preview",
1405
+ "distribution": "source-copy"
1406
+ },
1407
+ "property-grid": {
1408
+ "category": "display",
1409
+ "migrationAliasFor": "description-list",
1410
+ "status": "preview",
1411
+ "distribution": "source-copy"
1412
+ },
1413
+ "data-table-bulk-actions": {
1414
+ "category": "data-table",
1415
+ "migrationAliasFor": "data-table",
1416
+ "status": "preview",
1417
+ "distribution": "system"
1418
+ },
1419
+ "data-table-column-visibility-menu": {
1420
+ "category": "data-table",
1421
+ "migrationAliasFor": "data-table",
1422
+ "status": "preview",
1423
+ "distribution": "system"
1424
+ },
1425
+ "data-table-pagination": {
1426
+ "category": "data-table",
1427
+ "migrationAliasFor": "data-table",
1428
+ "status": "preview",
1429
+ "distribution": "system"
1430
+ },
1431
+ "data-table-row-actions": {
1432
+ "category": "data-table",
1433
+ "migrationAliasFor": "data-table",
1434
+ "status": "preview",
1435
+ "distribution": "system"
1436
+ },
1437
+ "data-table-saved-filters": {
1438
+ "category": "data-table",
1439
+ "migrationAliasFor": "data-table",
1440
+ "status": "preview",
1441
+ "distribution": "system"
1442
+ },
1443
+ "data-table-select-column": {
1444
+ "category": "data-table",
1445
+ "migrationAliasFor": "data-table",
1446
+ "status": "preview",
1447
+ "distribution": "system"
1448
+ },
1449
+ "data-table-sortable-header": {
1450
+ "category": "data-table",
1451
+ "migrationAliasFor": "data-table",
1452
+ "status": "preview",
1453
+ "distribution": "system"
1454
+ },
1455
+ "data-table-toolbar": {
1456
+ "category": "data-table",
1457
+ "migrationAliasFor": "data-table",
1458
+ "status": "preview",
1459
+ "distribution": "system"
1460
+ },
1461
+ "data-table-view-presets": {
1462
+ "category": "data-table",
1463
+ "migrationAliasFor": "data-table",
1464
+ "status": "preview",
1465
+ "distribution": "system"
1466
+ },
1467
+ "data-state": {
1468
+ "category": "display",
1469
+ "registryDependencies": [
1470
+ "state-view"
1471
+ ],
1472
+ "files": [
1473
+ {
1474
+ "source": "src/components/display/data-state.tsx",
1475
+ "target": "{components}/display/data-state.tsx"
1476
+ }
1477
+ ],
1478
+ "status": "preview",
1479
+ "distribution": "source-copy"
1480
+ },
1481
+ "data-table": {
1482
+ "category": "data-table",
1483
+ "dependencies": [
1484
+ "@tanstack/react-table",
1485
+ "@tanstack/react-virtual",
1486
+ "lucide-react"
1487
+ ],
1488
+ "registryDependencies": [
1489
+ "button",
1490
+ "checkbox",
1491
+ "data-state",
1492
+ "dropdown-menu",
1493
+ "input",
1494
+ "pagination",
1495
+ "search-input",
1496
+ "select",
1497
+ "table",
1498
+ "utils"
1499
+ ],
1500
+ "files": [
1501
+ {
1502
+ "source": "src/components/data-table/data-table.tsx",
1503
+ "target": "{components}/data-table/data-table.tsx"
1504
+ },
1505
+ {
1506
+ "source": "src/components/data-table/data-table-actions-column.tsx",
1507
+ "target": "{components}/data-table/data-table-actions-column.tsx"
1508
+ },
1509
+ {
1510
+ "source": "src/components/data-table/data-table-bulk-actions.tsx",
1511
+ "target": "{components}/data-table/data-table-bulk-actions.tsx"
1512
+ },
1513
+ {
1514
+ "source": "src/components/data-table/data-table-column-visibility-menu.tsx",
1515
+ "target": "{components}/data-table/data-table-column-visibility-menu.tsx"
1516
+ },
1517
+ {
1518
+ "source": "src/components/data-table/data-table-pagination.tsx",
1519
+ "target": "{components}/data-table/data-table-pagination.tsx"
1520
+ },
1521
+ {
1522
+ "source": "src/components/data-table/data-table-row-actions.tsx",
1523
+ "target": "{components}/data-table/data-table-row-actions.tsx"
1524
+ },
1525
+ {
1526
+ "source": "src/components/data-table/data-table-saved-filters.tsx",
1527
+ "target": "{components}/data-table/data-table-saved-filters.tsx"
1528
+ },
1529
+ {
1530
+ "source": "src/components/data-table/data-table-select-column.tsx",
1531
+ "target": "{components}/data-table/data-table-select-column.tsx"
1532
+ },
1533
+ {
1534
+ "source": "src/components/data-table/data-table-sortable-header.tsx",
1535
+ "target": "{components}/data-table/data-table-sortable-header.tsx"
1536
+ },
1537
+ {
1538
+ "source": "src/components/data-table/data-table-toolbar.tsx",
1539
+ "target": "{components}/data-table/data-table-toolbar.tsx"
1540
+ },
1541
+ {
1542
+ "source": "src/components/data-table/data-table-view-presets.tsx",
1543
+ "target": "{components}/data-table/data-table-view-presets.tsx"
1544
+ },
1545
+ {
1546
+ "source": "src/components/data-table/table-export-menu.tsx",
1547
+ "target": "{components}/data-table/table-export-menu.tsx"
1548
+ },
1549
+ {
1550
+ "source": "src/components/data-table/table-import-button.tsx",
1551
+ "target": "{components}/data-table/table-import-button.tsx"
1552
+ }
1553
+ ],
1554
+ "status": "preview",
1555
+ "distribution": "system"
1556
+ },
1557
+ "data-table-actions-column": {
1558
+ "category": "data-table",
1559
+ "migrationAliasFor": "data-table",
1560
+ "status": "internal",
1561
+ "distribution": "system"
1562
+ },
1563
+ "table-export-menu": {
1564
+ "category": "data-table",
1565
+ "migrationAliasFor": "data-table",
1566
+ "status": "internal",
1567
+ "distribution": "system"
1568
+ },
1569
+ "table-import-button": {
1570
+ "category": "data-table",
1571
+ "migrationAliasFor": "data-table",
1572
+ "status": "internal",
1573
+ "distribution": "system"
1574
+ },
1575
+ "description-list": {
1576
+ "category": "display",
1577
+ "files": [
1578
+ {
1579
+ "source": "src/components/display/description-list.tsx",
1580
+ "target": "{components}/display/description-list.tsx"
1581
+ }
1582
+ ],
1583
+ "status": "stable",
1584
+ "distribution": "source-copy"
1585
+ },
1586
+ "divider": {
1587
+ "category": "ui",
1588
+ "files": [
1589
+ {
1590
+ "source": "src/components/ui/divider",
1591
+ "target": "{ui}/divider"
1592
+ }
1593
+ ],
1594
+ "status": "preview",
1595
+ "distribution": "foundation"
1596
+ },
1597
+ "file-upload": {
1598
+ "category": "upload",
1599
+ "files": [
1600
+ {
1601
+ "source": "src/components/upload/file-upload.tsx",
1602
+ "target": "{components}/upload/file-upload.tsx"
1603
+ }
1604
+ ],
1605
+ "status": "preview",
1606
+ "distribution": "source-copy"
1607
+ },
1608
+ "filter-bar": {
1609
+ "category": "filters",
1610
+ "files": [
1611
+ {
1612
+ "source": "src/components/filters/filter-bar.tsx",
1613
+ "target": "{components}/filters/filter-bar.tsx"
1614
+ }
1615
+ ],
1616
+ "status": "stable",
1617
+ "distribution": "source-copy"
1618
+ },
1619
+ "empty-state": {
1620
+ "category": "patterns",
1621
+ "registryDependencies": [
1622
+ "state-view",
1623
+ "button"
1624
+ ],
1625
+ "files": [
1626
+ {
1627
+ "source": "src/components/patterns/empty-state.tsx",
1628
+ "target": "{components}/patterns/empty-state.tsx"
1629
+ }
1630
+ ],
1631
+ "status": "preview",
1632
+ "distribution": "system"
1633
+ },
1634
+ "charts": {
1635
+ "category": "charts",
1636
+ "dependencies": [
1637
+ "recharts"
1638
+ ],
1639
+ "registryDependencies": [
1640
+ "card",
1641
+ "state-view",
1642
+ "utils"
1643
+ ],
1644
+ "files": [
1645
+ {
1646
+ "source": "src/components/charts/charts.tsx",
1647
+ "target": "{components}/charts/charts.tsx"
1648
+ },
1649
+ {
1650
+ "source": "src/components/charts/index.ts",
1651
+ "target": "{components}/charts/index.ts"
1652
+ }
1653
+ ],
1654
+ "status": "stable"
1655
+ },
1656
+ "horizontal-bar-chart": {
1657
+ "category": "charts",
1658
+ "migrationAliasFor": "charts",
1659
+ "status": "preview"
1660
+ },
1661
+ "image-upload": {
1662
+ "category": "upload",
1663
+ "files": [
1664
+ {
1665
+ "source": "src/components/upload/image-upload.tsx",
1666
+ "target": "{components}/upload/image-upload.tsx"
1667
+ }
1668
+ ],
1669
+ "status": "preview",
1670
+ "distribution": "source-copy"
1671
+ },
1672
+ "kanban": {
1673
+ "category": "display",
1674
+ "dependencies": [
1675
+ "@dnd-kit/helpers",
1676
+ "@dnd-kit/react",
1677
+ "lucide-react"
1678
+ ],
1679
+ "registryDependencies": [
1680
+ "avatar",
1681
+ "badge",
1682
+ "button",
1683
+ "card",
1684
+ "utils"
1685
+ ],
1686
+ "files": [
1687
+ {
1688
+ "source": "src/components/display/kanban.tsx",
1689
+ "target": "{components}/display/kanban.tsx"
1690
+ }
1691
+ ],
1692
+ "status": "preview",
1693
+ "distribution": "source-copy"
1694
+ },
1695
+ "chat": {
1696
+ "category": "display",
1697
+ "dependencies": [
1698
+ "lucide-react"
1699
+ ],
1700
+ "registryDependencies": [
1701
+ "avatar",
1702
+ "badge",
1703
+ "button",
1704
+ "input",
1705
+ "textarea",
1706
+ "utils"
1707
+ ],
1708
+ "files": [
1709
+ {
1710
+ "source": "src/components/display/chat.tsx",
1711
+ "target": "{components}/display/chat.tsx"
1712
+ }
1713
+ ],
1714
+ "status": "preview",
1715
+ "distribution": "source-copy"
1716
+ },
1717
+ "kpi": {
1718
+ "category": "charts",
1719
+ "migrationAliasFor": "statistic",
1720
+ "status": "preview"
1721
+ },
1722
+ "list": {
1723
+ "category": "display",
1724
+ "files": [
1725
+ {
1726
+ "source": "src/components/display/list.tsx",
1727
+ "target": "{components}/display/list.tsx"
1728
+ }
1729
+ ],
1730
+ "status": "preview",
1731
+ "distribution": "source-copy"
1732
+ },
1733
+ "otp-input": {
1734
+ "category": "inputs",
1735
+ "files": [
1736
+ {
1737
+ "source": "src/components/inputs/otp-input.tsx",
1738
+ "target": "{components}/inputs/otp-input.tsx"
1739
+ }
1740
+ ],
1741
+ "status": "preview",
1742
+ "distribution": "source-copy"
1743
+ },
1744
+ "color-picker": {
1745
+ "category": "inputs",
1746
+ "registryDependencies": [
1747
+ "utils"
1748
+ ],
1749
+ "files": [
1750
+ {
1751
+ "source": "src/components/inputs/color-picker.tsx",
1752
+ "target": "{components}/inputs/color-picker.tsx"
1753
+ }
1754
+ ],
1755
+ "status": "stable",
1756
+ "distribution": "source-copy"
1757
+ },
1758
+ "signature-pad": {
1759
+ "category": "inputs",
1760
+ "dependencies": [
1761
+ "lucide-react"
1762
+ ],
1763
+ "registryDependencies": [
1764
+ "utils"
1765
+ ],
1766
+ "files": [
1767
+ {
1768
+ "source": "src/components/inputs/signature-pad.tsx",
1769
+ "target": "{components}/inputs/signature-pad.tsx"
1770
+ }
1771
+ ],
1772
+ "status": "preview",
1773
+ "distribution": "source-copy"
1774
+ },
1775
+ "pagination": {
1776
+ "category": "navigation",
1777
+ "files": [
1778
+ {
1779
+ "source": "src/components/navigation/pagination.tsx",
1780
+ "target": "{components}/navigation/pagination.tsx"
1781
+ }
1782
+ ],
1783
+ "status": "stable",
1784
+ "distribution": "source-copy"
1785
+ },
1786
+ "progress": {
1787
+ "category": "display",
1788
+ "files": [
1789
+ {
1790
+ "source": "src/components/display/progress.tsx",
1791
+ "target": "{components}/display/progress.tsx"
1792
+ }
1793
+ ],
1794
+ "status": "stable",
1795
+ "distribution": "source-copy"
1796
+ },
1797
+ "progress-circle": {
1798
+ "category": "charts",
1799
+ "files": [
1800
+ {
1801
+ "source": "src/components/charts/progress-circle.tsx",
1802
+ "target": "{components}/charts/progress-circle.tsx"
1803
+ }
1804
+ ],
1805
+ "status": "stable"
1806
+ },
1807
+ "quick-action-grid": {
1808
+ "category": "actions",
1809
+ "files": [
1810
+ {
1811
+ "source": "src/components/actions/quick-action-grid.tsx",
1812
+ "target": "{components}/actions/quick-action-grid.tsx"
1813
+ }
1814
+ ],
1815
+ "status": "preview",
1816
+ "distribution": "source-copy"
1817
+ },
1818
+ "rating": {
1819
+ "category": "inputs",
1820
+ "files": [
1821
+ {
1822
+ "source": "src/components/inputs/rating.tsx",
1823
+ "target": "{components}/inputs/rating.tsx"
1824
+ }
1825
+ ],
1826
+ "status": "preview",
1827
+ "distribution": "source-copy"
1828
+ },
1829
+ "section": {
1830
+ "category": "layout",
1831
+ "files": [
1832
+ {
1833
+ "source": "src/components/layout/section.tsx",
1834
+ "target": "{components}/layout/section.tsx"
1835
+ }
1836
+ ],
1837
+ "status": "preview",
1838
+ "distribution": "source-copy"
1839
+ },
1840
+ "slider": {
1841
+ "category": "inputs",
1842
+ "files": [
1843
+ {
1844
+ "source": "src/components/inputs/slider.tsx",
1845
+ "target": "{components}/inputs/slider.tsx"
1846
+ }
1847
+ ],
1848
+ "status": "preview",
1849
+ "distribution": "source-copy"
1850
+ },
1851
+ "info-card": {
1852
+ "category": "display",
1853
+ "registryDependencies": [
1854
+ "card",
1855
+ "skeleton",
1856
+ "utils"
1857
+ ],
1858
+ "files": [
1859
+ {
1860
+ "source": "src/components/display/info-card.tsx",
1861
+ "target": "{components}/display/info-card.tsx"
1862
+ }
1863
+ ],
1864
+ "status": "stable",
1865
+ "distribution": "source-copy"
1866
+ },
1867
+ "spinner": {
1868
+ "category": "ui",
1869
+ "files": [
1870
+ {
1871
+ "source": "src/components/ui/spinner",
1872
+ "target": "{ui}/spinner"
1873
+ }
1874
+ ],
1875
+ "status": "preview",
1876
+ "distribution": "foundation"
1877
+ },
1878
+ "statistic": {
1879
+ "category": "display",
1880
+ "files": [
1881
+ {
1882
+ "source": "src/components/display/statistic.tsx",
1883
+ "target": "{components}/display/statistic.tsx"
1884
+ }
1885
+ ],
1886
+ "status": "preview",
1887
+ "distribution": "source-copy"
1888
+ },
1889
+ "status-dot": {
1890
+ "category": "display",
1891
+ "files": [
1892
+ {
1893
+ "source": "src/components/display/status-dot.tsx",
1894
+ "target": "{components}/display/status-dot.tsx"
1895
+ }
1896
+ ],
1897
+ "status": "preview",
1898
+ "distribution": "source-copy"
1899
+ },
1900
+ "status-legend": {
1901
+ "category": "display",
1902
+ "registryDependencies": [
1903
+ "badge",
1904
+ "status-dot",
1905
+ "card",
1906
+ "utils"
1907
+ ],
1908
+ "files": [
1909
+ {
1910
+ "source": "src/components/display/status-legend.tsx",
1911
+ "target": "{components}/display/status-legend.tsx"
1912
+ }
1913
+ ],
1914
+ "status": "preview",
1915
+ "distribution": "source-copy"
1916
+ },
1917
+ "stepper": {
1918
+ "category": "wizard",
1919
+ "files": [
1920
+ {
1921
+ "source": "src/components/wizard/stepper.tsx",
1922
+ "target": "{components}/wizard/stepper.tsx"
1923
+ }
1924
+ ],
1925
+ "status": "preview",
1926
+ "distribution": "source-copy"
1927
+ },
1928
+ "timeline": {
1929
+ "category": "display",
1930
+ "files": [
1931
+ {
1932
+ "source": "src/components/display/timeline.tsx",
1933
+ "target": "{components}/display/timeline.tsx"
1934
+ }
1935
+ ],
1936
+ "status": "stable",
1937
+ "distribution": "source-copy"
1938
+ },
1939
+ "toast": {
1940
+ "category": "notifications",
1941
+ "files": [
1942
+ {
1943
+ "source": "src/components/notifications/toast.tsx",
1944
+ "target": "{components}/notifications/toast.tsx"
1945
+ }
1946
+ ],
1947
+ "status": "preview",
1948
+ "distribution": "source-copy"
1949
+ },
1950
+ "tree-view": {
1951
+ "category": "display",
1952
+ "files": [
1953
+ {
1954
+ "source": "src/components/display/tree-view.tsx",
1955
+ "target": "{components}/display/tree-view.tsx"
1956
+ }
1957
+ ],
1958
+ "status": "preview",
1959
+ "distribution": "source-copy"
1960
+ },
1961
+ "use-before-unload-when-dirty": {
1962
+ "category": "hooks",
1963
+ "files": [
1964
+ {
1965
+ "source": "src/hooks/use-before-unload-when-dirty.ts",
1966
+ "target": "{hooks}/use-before-unload-when-dirty.ts"
1967
+ }
1968
+ ],
1969
+ "status": "stable",
1970
+ "distribution": "foundation"
1971
+ },
1972
+ "use-data-table-view-state": {
1973
+ "category": "hooks",
1974
+ "files": [
1975
+ {
1976
+ "source": "src/hooks/use-data-table-view-state.ts",
1977
+ "target": "{hooks}/use-data-table-view-state.ts"
1978
+ }
1979
+ ],
1980
+ "status": "preview",
1981
+ "distribution": "foundation"
1982
+ },
1983
+ "use-debounce": {
1984
+ "category": "hooks",
1985
+ "files": [
1986
+ {
1987
+ "source": "src/hooks/use-debounce.ts",
1988
+ "target": "{hooks}/use-debounce.ts"
1989
+ }
1990
+ ],
1991
+ "status": "stable",
1992
+ "distribution": "foundation"
1993
+ },
1994
+ "use-disclosure": {
1995
+ "category": "hooks",
1996
+ "files": [
1997
+ {
1998
+ "source": "src/hooks/use-disclosure.ts",
1999
+ "target": "{hooks}/use-disclosure.ts"
2000
+ }
2001
+ ],
2002
+ "status": "stable",
2003
+ "distribution": "foundation"
2004
+ },
2005
+ "use-is-mobile": {
2006
+ "category": "hooks",
2007
+ "files": [
2008
+ {
2009
+ "source": "src/hooks/use-is-mobile.ts",
2010
+ "target": "{hooks}/use-is-mobile.ts"
2011
+ }
2012
+ ],
2013
+ "status": "stable",
2014
+ "distribution": "foundation"
2015
+ },
2016
+ "use-session-storage-state": {
2017
+ "category": "hooks",
2018
+ "files": [
2019
+ {
2020
+ "source": "src/hooks/use-session-storage-state.ts",
2021
+ "target": "{hooks}/use-session-storage-state.ts"
2022
+ }
2023
+ ],
2024
+ "status": "stable",
2025
+ "distribution": "foundation"
2026
+ },
2027
+ "wizard": {
2028
+ "category": "wizard",
2029
+ "files": [
2030
+ {
2031
+ "source": "src/components/wizard/wizard.tsx",
2032
+ "target": "{components}/wizard/wizard.tsx"
2033
+ }
2034
+ ],
2035
+ "status": "preview",
2036
+ "distribution": "source-copy"
2037
+ },
2038
+ "inline-editable": {
2039
+ "category": "inputs",
2040
+ "files": [
2041
+ {
2042
+ "source": "src/components/inputs/inline-editable.tsx",
2043
+ "target": "{components}/inputs/inline-editable.tsx"
2044
+ }
2045
+ ],
2046
+ "status": "preview",
2047
+ "distribution": "source-copy"
2048
+ },
2049
+ "command-palette": {
2050
+ "category": "command",
2051
+ "dependencies": [
2052
+ "cmdk",
2053
+ "lucide-react"
2054
+ ],
2055
+ "registryDependencies": [
2056
+ "button",
2057
+ "dialog",
2058
+ "input",
2059
+ "kbd",
2060
+ "utils"
2061
+ ],
2062
+ "files": [
2063
+ {
2064
+ "source": "src/components/command/command-palette.tsx",
2065
+ "target": "{components}/command/command-palette.tsx"
2066
+ }
2067
+ ],
2068
+ "status": "preview",
2069
+ "distribution": "source-copy"
2070
+ },
2071
+ "saved-filter-select": {
2072
+ "category": "filters",
2073
+ "files": [
2074
+ {
2075
+ "source": "src/components/filters/saved-filter-select.tsx",
2076
+ "target": "{components}/filters/saved-filter-select.tsx"
2077
+ }
2078
+ ],
2079
+ "status": "preview",
2080
+ "distribution": "source-copy"
2081
+ },
2082
+ "notification-center": {
2083
+ "category": "notifications",
2084
+ "files": [
2085
+ {
2086
+ "source": "src/components/notifications/notification-center.tsx",
2087
+ "target": "{components}/notifications/notification-center.tsx"
2088
+ }
2089
+ ],
2090
+ "status": "preview",
2091
+ "distribution": "source-copy"
2092
+ },
2093
+ "calendar-scheduler": {
2094
+ "category": "modern",
2095
+ "registryDependencies": [
2096
+ "utils"
2097
+ ],
2098
+ "files": [
2099
+ {
2100
+ "source": "src/components/modern/calendar-scheduler.tsx",
2101
+ "target": "{components}/modern/calendar-scheduler.tsx"
2102
+ }
2103
+ ],
2104
+ "status": "preview",
2105
+ "distribution": "source-copy"
2106
+ },
2107
+ "dual-list-picker": {
2108
+ "category": "modern",
2109
+ "registryDependencies": [
2110
+ "utils"
2111
+ ],
2112
+ "files": [
2113
+ {
2114
+ "source": "src/components/modern/dual-list-picker.tsx",
2115
+ "target": "{components}/modern/dual-list-picker.tsx"
2116
+ }
2117
+ ],
2118
+ "status": "preview",
2119
+ "distribution": "source-copy"
2120
+ },
2121
+ "resizable-panel": {
2122
+ "category": "modern",
2123
+ "dependencies": [
2124
+ "lucide-react"
2125
+ ],
2126
+ "registryDependencies": [
2127
+ "utils"
2128
+ ],
2129
+ "files": [
2130
+ {
2131
+ "source": "src/components/modern/resizable-panel.tsx",
2132
+ "target": "{components}/modern/resizable-panel.tsx"
2133
+ }
2134
+ ],
2135
+ "status": "preview",
2136
+ "distribution": "source-copy"
2137
+ },
2138
+ "rich-text-editor": {
2139
+ "category": "modern",
2140
+ "dependencies": [
2141
+ "@tiptap/react",
2142
+ "@tiptap/pm",
2143
+ "@tiptap/starter-kit",
2144
+ "@tiptap/extension-link",
2145
+ "@tiptap/extension-placeholder",
2146
+ "lucide-react"
2147
+ ],
2148
+ "registryDependencies": [
2149
+ "utils"
2150
+ ],
2151
+ "files": [
2152
+ {
2153
+ "source": "src/components/modern/rich-text-editor.tsx",
2154
+ "target": "{components}/modern/rich-text-editor.tsx"
2155
+ }
2156
+ ],
2157
+ "status": "preview",
2158
+ "distribution": "source-copy"
2159
+ },
2160
+ "image-cropper": {
2161
+ "category": "modern",
2162
+ "dependencies": [
2163
+ "react-easy-crop",
2164
+ "lucide-react"
2165
+ ],
2166
+ "registryDependencies": [
2167
+ "utils"
2168
+ ],
2169
+ "files": [
2170
+ {
2171
+ "source": "src/components/modern/image-cropper.tsx",
2172
+ "target": "{components}/modern/image-cropper.tsx"
2173
+ }
2174
+ ],
2175
+ "status": "preview",
2176
+ "distribution": "source-copy"
2177
+ },
2178
+ "qr-code": {
2179
+ "category": "display",
2180
+ "dependencies": [
2181
+ "qrcode",
2182
+ "@types/qrcode"
2183
+ ],
2184
+ "registryDependencies": [
2185
+ "utils"
2186
+ ],
2187
+ "files": [
2188
+ {
2189
+ "source": "src/components/display/qr-code.tsx",
2190
+ "target": "{components}/display/qr-code.tsx"
2191
+ }
2192
+ ],
2193
+ "status": "stable",
2194
+ "distribution": "source-copy"
2195
+ },
2196
+ "json-input": {
2197
+ "category": "inputs",
2198
+ "registryDependencies": [
2199
+ "utils"
2200
+ ],
2201
+ "files": [
2202
+ {
2203
+ "source": "src/components/inputs/json-input.tsx",
2204
+ "target": "{components}/inputs/json-input.tsx"
2205
+ }
2206
+ ],
2207
+ "status": "preview",
2208
+ "distribution": "source-copy"
2209
+ },
2210
+ "time-picker": {
2211
+ "category": "inputs",
2212
+ "registryDependencies": [
2213
+ "utils"
2214
+ ],
2215
+ "files": [
2216
+ {
2217
+ "source": "src/components/inputs/time-picker.tsx",
2218
+ "target": "{components}/inputs/time-picker.tsx"
2219
+ }
2220
+ ],
2221
+ "status": "preview",
2222
+ "distribution": "source-copy"
2223
+ },
2224
+ "sortable-list": {
2225
+ "category": "dnd",
2226
+ "dependencies": [
2227
+ "@dnd-kit/helpers",
2228
+ "@dnd-kit/react",
2229
+ "lucide-react"
2230
+ ],
2231
+ "registryDependencies": [
2232
+ "utils"
2233
+ ],
2234
+ "files": [
2235
+ {
2236
+ "source": "src/components/dnd/sortable-list.tsx",
2237
+ "target": "{components}/dnd/sortable-list.tsx"
2238
+ }
2239
+ ],
2240
+ "status": "preview",
2241
+ "distribution": "source-copy"
2242
+ },
2243
+ "virtual-list": {
2244
+ "category": "display",
2245
+ "dependencies": [
2246
+ "@tanstack/react-virtual"
2247
+ ],
2248
+ "registryDependencies": [
2249
+ "utils"
2250
+ ],
2251
+ "files": [
2252
+ {
2253
+ "source": "src/components/display/virtual-list.tsx",
2254
+ "target": "{components}/display/virtual-list.tsx"
2255
+ }
2256
+ ],
2257
+ "status": "preview",
2258
+ "distribution": "source-copy"
2259
+ }
2260
+ },
2261
+ "recommended": [
2262
+ "button",
2263
+ "input",
2264
+ "textarea",
2265
+ "checkbox",
2266
+ "switch",
2267
+ "badge",
2268
+ "card",
2269
+ "skeleton",
2270
+ "tabs",
2271
+ "dialog",
2272
+ "dropdown-menu",
2273
+ "popover",
2274
+ "tooltip",
2275
+ "hover-card",
2276
+ "menubar",
2277
+ "navigation-menu",
2278
+ "select",
2279
+ "table",
2280
+ "segmented-control",
2281
+ "radio-group",
2282
+ "accordion",
2283
+ "kbd",
2284
+ "scroll-box",
2285
+ "right-click-menu",
2286
+ "number-field",
2287
+ "toggle-group",
2288
+ "toolbar",
2289
+ "tag-input",
2290
+ "combobox",
2291
+ "async-select",
2292
+ "form-field-shell",
2293
+ "form-input",
2294
+ "form-select",
2295
+ "form-textarea",
2296
+ "form-switch",
2297
+ "form-date-range-input",
2298
+ "form-date-picker",
2299
+ "form-date-range-picker",
2300
+ "confirm-dialog",
2301
+ "alert-dialog",
2302
+ "drawer",
2303
+ "state-view",
2304
+ "sidebar-context",
2305
+ "workspace-layout",
2306
+ "sidebar",
2307
+ "calendar",
2308
+ "date-picker",
2309
+ "date-range-picker",
2310
+ "action-menu",
2311
+ "activity-feed",
2312
+ "alert",
2313
+ "avatar",
2314
+ "breadcrumbs",
2315
+ "button-group",
2316
+ "code-block",
2317
+ "collapse",
2318
+ "carousel",
2319
+ "tag",
2320
+ "typography",
2321
+ "command",
2322
+ "copy-button",
2323
+ "data-state",
2324
+ "data-table",
2325
+ "description-list",
2326
+ "divider",
2327
+ "file-upload",
2328
+ "filter-bar",
2329
+ "empty-state",
2330
+ "charts",
2331
+ "image-upload",
2332
+ "kanban",
2333
+ "chat",
2334
+ "list",
2335
+ "otp-input",
2336
+ "color-picker",
2337
+ "signature-pad",
2338
+ "pagination",
2339
+ "progress",
2340
+ "progress-circle",
2341
+ "quick-action-grid",
2342
+ "rating",
2343
+ "section",
2344
+ "slider",
2345
+ "info-card",
2346
+ "spinner",
2347
+ "statistic",
2348
+ "status-dot",
2349
+ "status-legend",
2350
+ "stepper",
2351
+ "timeline",
2352
+ "toast",
2353
+ "tree-view",
2354
+ "use-before-unload-when-dirty",
2355
+ "use-data-table-view-state",
2356
+ "use-debounce",
2357
+ "use-disclosure",
2358
+ "use-is-mobile",
2359
+ "use-session-storage-state",
2360
+ "wizard",
2361
+ "inline-editable",
2362
+ "command-palette",
2363
+ "saved-filter-select",
2364
+ "notification-center",
2365
+ "calendar-scheduler",
2366
+ "dual-list-picker",
2367
+ "resizable-panel",
2368
+ "rich-text-editor",
2369
+ "image-cropper",
2370
+ "qr-code",
2371
+ "json-input",
2372
+ "time-picker",
2373
+ "sortable-list",
2374
+ "virtual-list"
2375
+ ],
2376
+ "recommendedByMode": {
2377
+ "minimal": [
9
2378
  "button",
2379
+ "input",
2380
+ "card",
2381
+ "badge"
2382
+ ],
2383
+ "dashboard": [
2384
+ "sidebar",
2385
+ "workspace-layout",
2386
+ "button",
2387
+ "input",
2388
+ "badge",
10
2389
  "card",
2390
+ "data-table",
2391
+ "filter-bar",
2392
+ "state-view",
2393
+ "info-card"
2394
+ ],
2395
+ "full": [
2396
+ "button",
2397
+ "input",
2398
+ "textarea",
11
2399
  "checkbox",
12
- "accordion",
13
- "collapse",
2400
+ "switch",
2401
+ "badge",
2402
+ "card",
2403
+ "skeleton",
2404
+ "tabs",
14
2405
  "dialog",
15
- "divider",
16
2406
  "dropdown-menu",
17
- "input",
18
- "kbd",
19
2407
  "popover",
20
- "radio-group",
21
- "right-click-menu",
22
- "scroll-box",
2408
+ "tooltip",
2409
+ "hover-card",
2410
+ "menubar",
2411
+ "navigation-menu",
23
2412
  "select",
24
- "segmented-control",
25
- "skeleton",
26
- "spinner",
27
- "switch",
28
2413
  "table",
29
- "tabs",
30
- "textarea",
31
- "tooltip"
32
- ],
33
- "overlay": [
34
- "alert-dialog",
35
- "confirm-dialog",
36
- "drawer"
37
- ],
38
- "navigation": [
39
- "pagination"
40
- ],
41
- "inputs": [
2414
+ "segmented-control",
2415
+ "radio-group",
2416
+ "accordion",
2417
+ "kbd",
2418
+ "scroll-box",
2419
+ "right-click-menu",
2420
+ "number-field",
2421
+ "toggle-group",
2422
+ "toolbar",
2423
+ "tag-input",
42
2424
  "combobox",
43
2425
  "async-select",
44
- "otp-input",
45
- "rating",
46
- "slider",
47
- "tag-input",
48
- "inline-editable",
49
- "color-picker",
50
- "signature-pad",
51
- "json-input",
52
- "time-picker"
53
- ],
54
- "form": [
55
- "form-date-picker",
56
- "form-date-range-input",
57
- "form-date-range-picker",
58
2426
  "form-field-shell",
59
2427
  "form-input",
60
2428
  "form-select",
2429
+ "form-textarea",
61
2430
  "form-switch",
62
- "form-textarea"
63
- ],
64
- "feedback": [
65
- "alert",
2431
+ "form-date-range-input",
2432
+ "form-date-picker",
2433
+ "form-date-range-picker",
2434
+ "confirm-dialog",
2435
+ "alert-dialog",
2436
+ "drawer",
66
2437
  "state-view",
67
- "loading-state",
68
- "page-state",
69
- "data-state"
70
- ],
71
- "display": [
2438
+ "sidebar-context",
2439
+ "workspace-layout",
2440
+ "sidebar",
2441
+ "calendar",
2442
+ "date-picker",
2443
+ "date-range-picker",
2444
+ "action-menu",
72
2445
  "activity-feed",
2446
+ "alert",
73
2447
  "avatar",
2448
+ "breadcrumbs",
2449
+ "button-group",
74
2450
  "code-block",
75
- "chat",
76
- "description-list",
2451
+ "collapse",
2452
+ "carousel",
2453
+ "tag",
2454
+ "typography",
2455
+ "command",
2456
+ "copy-button",
77
2457
  "data-state",
78
- "info-card",
2458
+ "data-table",
2459
+ "description-list",
2460
+ "divider",
2461
+ "file-upload",
2462
+ "filter-bar",
2463
+ "empty-state",
2464
+ "charts",
2465
+ "image-upload",
79
2466
  "kanban",
80
- "qr-code",
81
- "virtual-list",
2467
+ "chat",
82
2468
  "list",
2469
+ "otp-input",
2470
+ "color-picker",
2471
+ "signature-pad",
2472
+ "pagination",
83
2473
  "progress",
84
2474
  "progress-circle",
2475
+ "quick-action-grid",
2476
+ "rating",
2477
+ "section",
2478
+ "slider",
2479
+ "info-card",
2480
+ "spinner",
85
2481
  "statistic",
86
2482
  "status-dot",
87
2483
  "status-legend",
2484
+ "stepper",
88
2485
  "timeline",
2486
+ "toast",
89
2487
  "tree-view",
90
- "carousel",
91
- "tag",
92
- "typography"
93
- ],
94
- "actions": [
95
- "action-menu",
96
- "button-group",
97
- "copy-button",
98
- "quick-action-grid"
2488
+ "use-before-unload-when-dirty",
2489
+ "use-data-table-view-state",
2490
+ "use-debounce",
2491
+ "use-disclosure",
2492
+ "use-is-mobile",
2493
+ "use-session-storage-state",
2494
+ "wizard",
2495
+ "inline-editable",
2496
+ "command-palette",
2497
+ "saved-filter-select",
2498
+ "notification-center",
2499
+ "calendar-scheduler",
2500
+ "dual-list-picker",
2501
+ "resizable-panel",
2502
+ "rich-text-editor",
2503
+ "image-cropper",
2504
+ "qr-code",
2505
+ "json-input",
2506
+ "time-picker",
2507
+ "sortable-list",
2508
+ "virtual-list"
2509
+ ]
2510
+ },
2511
+ "groups": {
2512
+ "form": [
2513
+ "form-field-shell",
2514
+ "form-input",
2515
+ "form-select",
2516
+ "form-textarea",
2517
+ "form-switch",
2518
+ "form-date-range-input",
2519
+ "form-date-picker",
2520
+ "form-date-range-picker"
99
2521
  ],
100
- "dnd": [
101
- "sortable-list"
2522
+ "feedback": [
2523
+ "alert",
2524
+ "state-view"
102
2525
  ],
103
2526
  "layout": [
104
2527
  "workspace-layout",
105
- "sidebar-context",
106
2528
  "sidebar",
107
2529
  "breadcrumbs",
108
2530
  "section"
109
2531
  ],
110
- "filters": [
111
- "filter-bar",
112
- "saved-filter-select"
113
- ],
114
- "data-table": [
115
- "data-table"
2532
+ "dashboard": [
2533
+ "layout",
2534
+ "feedback",
2535
+ "input",
2536
+ "async-select",
2537
+ "tag-input",
2538
+ "form"
116
2539
  ],
117
- "calendar": [
2540
+ "calendar-kit": [
118
2541
  "calendar",
119
2542
  "date-picker",
120
2543
  "date-range-picker"
121
2544
  ],
122
- "upload": [
123
- "file-upload",
124
- "image-upload"
125
- ],
126
- "wizard": [
2545
+ "wizard-kit": [
127
2546
  "stepper",
128
2547
  "wizard"
129
2548
  ],
130
- "notifications": [
131
- "toast",
132
- "notification-center"
133
- ],
134
- "command": [
135
- "command-palette"
136
- ],
137
- "patterns": [
138
- "form-builder",
139
- "resource-page",
140
- "resource-detail-page",
141
- "empty-state",
142
- "page-toolbar",
143
- "bulk-action-bar",
144
- "detail-layout",
145
- "settings-page",
146
- "data-view"
147
- ],
148
- "modern": [
149
- "calendar-scheduler",
150
- "dual-list-picker",
151
- "resizable-panel",
152
- "rich-text-editor",
153
- "image-cropper"
154
- ],
155
- "hooks": [
156
- "use-session-storage-state",
157
- "use-before-unload-when-dirty",
158
- "use-is-mobile",
159
- "use-disclosure",
160
- "use-debounce",
161
- "use-data-table-view-state"
162
- ],
163
- "kits": [
164
- "dashboard",
165
- "calendar-kit",
166
- "wizard-kit",
167
- "all"
2549
+ "dnd": [
2550
+ "sortable-list"
168
2551
  ],
169
- "charts": [
170
- "charts",
171
- "progress-circle"
172
- ]
173
- },
174
- "recommended": [
175
- "button",
176
- "input",
177
- "textarea",
178
- "checkbox",
179
- "switch",
180
- "radio-group",
181
- "dialog",
182
- "popover",
183
- "select",
184
- "combobox",
185
- "table",
186
- "badge",
187
- "card",
188
- "tabs",
189
- "collapse",
190
- "accordion",
191
- "segmented-control",
192
- "spinner",
193
- "tooltip",
194
- "kbd",
195
- "sidebar",
196
- "breadcrumbs",
197
- "data-state",
198
- "loading-state",
199
- "progress",
200
- "progress-circle",
201
- "activity-feed",
202
- "action-menu",
203
- "filter-bar",
204
- "notification-center",
205
- "command-palette",
206
- "list",
207
- "empty-state",
208
- "page-toolbar"
209
- ],
210
- "recommendedByMode": {
211
- "foundation": [
2552
+ "all": [
212
2553
  "button",
213
2554
  "input",
214
2555
  "textarea",
215
2556
  "checkbox",
216
2557
  "switch",
217
- "radio-group",
2558
+ "badge",
2559
+ "card",
2560
+ "skeleton",
2561
+ "tabs",
218
2562
  "dialog",
2563
+ "dropdown-menu",
219
2564
  "popover",
2565
+ "tooltip",
2566
+ "hover-card",
2567
+ "menubar",
2568
+ "navigation-menu",
220
2569
  "select",
221
- "combobox",
222
2570
  "table",
223
- "badge",
224
- "card",
225
- "tabs",
2571
+ "segmented-control",
2572
+ "radio-group",
2573
+ "accordion",
226
2574
  "kbd",
227
- "scroll-box"
228
- ],
229
- "sourceCopy": [
2575
+ "scroll-box",
2576
+ "right-click-menu",
2577
+ "number-field",
2578
+ "toggle-group",
2579
+ "toolbar",
2580
+ "tag-input",
2581
+ "combobox",
2582
+ "async-select",
2583
+ "form-field-shell",
2584
+ "form-input",
2585
+ "form-select",
2586
+ "form-textarea",
2587
+ "form-switch",
2588
+ "form-date-range-input",
2589
+ "form-date-picker",
2590
+ "form-date-range-picker",
2591
+ "confirm-dialog",
2592
+ "alert-dialog",
2593
+ "drawer",
2594
+ "state-view",
2595
+ "sidebar-context",
2596
+ "workspace-layout",
230
2597
  "sidebar",
231
- "breadcrumbs",
232
- "data-state",
233
- "loading-state",
234
- "progress-circle",
235
- "activity-feed",
236
- "action-menu",
237
- "filter-bar",
2598
+ "calendar",
238
2599
  "date-picker",
239
2600
  "date-range-picker",
240
- "file-upload",
241
- "use-data-table-view-state",
2601
+ "action-menu",
2602
+ "activity-feed",
2603
+ "alert",
2604
+ "avatar",
2605
+ "breadcrumbs",
2606
+ "button-group",
2607
+ "code-block",
2608
+ "collapse",
2609
+ "carousel",
2610
+ "tag",
2611
+ "typography",
2612
+ "command",
2613
+ "copy-button",
2614
+ "data-state",
242
2615
  "data-table",
243
- "notification-center",
244
- "sortable-list",
245
- "virtual-list",
2616
+ "description-list",
2617
+ "divider",
2618
+ "file-upload",
2619
+ "filter-bar",
2620
+ "empty-state",
2621
+ "charts",
2622
+ "image-upload",
2623
+ "kanban",
2624
+ "chat",
2625
+ "list",
2626
+ "otp-input",
246
2627
  "color-picker",
247
2628
  "signature-pad",
248
- "qr-code",
2629
+ "pagination",
2630
+ "progress",
2631
+ "progress-circle",
2632
+ "quick-action-grid",
2633
+ "rating",
2634
+ "section",
2635
+ "slider",
2636
+ "info-card",
2637
+ "spinner",
2638
+ "statistic",
2639
+ "status-dot",
2640
+ "status-legend",
2641
+ "stepper",
2642
+ "timeline",
2643
+ "toast",
2644
+ "tree-view",
2645
+ "use-before-unload-when-dirty",
2646
+ "use-data-table-view-state",
2647
+ "use-debounce",
2648
+ "use-disclosure",
2649
+ "use-is-mobile",
2650
+ "use-session-storage-state",
2651
+ "wizard",
2652
+ "inline-editable",
2653
+ "command-palette",
2654
+ "saved-filter-select",
2655
+ "notification-center",
2656
+ "calendar-scheduler",
2657
+ "dual-list-picker",
2658
+ "resizable-panel",
249
2659
  "rich-text-editor",
250
2660
  "image-cropper",
251
- "command-palette",
252
- "empty-state",
253
- "page-toolbar",
254
- "data-view"
2661
+ "qr-code",
2662
+ "json-input",
2663
+ "time-picker",
2664
+ "sortable-list",
2665
+ "virtual-list"
255
2666
  ],
256
- "system": [
257
- "data-table",
258
- "sidebar"
259
- ]
2667
+ "inputs": []
260
2668
  },
261
2669
  "publicSurface": {
262
2670
  "documented": [
@@ -271,9 +2679,15 @@
271
2679
  "checkbox",
272
2680
  "switch",
273
2681
  "radio-group",
2682
+ "number-field",
2683
+ "toggle-group",
2684
+ "toolbar",
274
2685
  "dialog",
275
2686
  "dropdown-menu",
276
2687
  "popover",
2688
+ "hover-card",
2689
+ "menubar",
2690
+ "navigation-menu",
277
2691
  "tooltip",
278
2692
  "data-table",
279
2693
  "pagination",
@@ -325,18 +2739,14 @@
325
2739
  "rich-text-editor",
326
2740
  "image-cropper"
327
2741
  ],
328
- "standalone": [
329
- "form-builder",
330
- "page-toolbar",
331
- "bulk-action-bar",
332
- "detail-layout",
333
- "settings-page",
334
- "data-view",
335
- "resource-page",
336
- "resource-detail-page"
337
- ]
2742
+ "standalone": []
338
2743
  },
339
2744
  "migrationAliases": {
2745
+ "simple-select": "select",
2746
+ "dialog-actions": "dialog",
2747
+ "modal-shell": "dialog",
2748
+ "app-header": "workspace-layout",
2749
+ "copy-field": "copy-button",
340
2750
  "clearable-input": "input",
341
2751
  "search-input": "input",
342
2752
  "password-input": "input",
@@ -347,26 +2757,25 @@
347
2757
  "quantity-input": "input",
348
2758
  "date-input": "input",
349
2759
  "date-range-input": "input",
350
- "simple-select": "select",
351
- "hover-card": "popover",
352
- "copy-field": "copy-button",
353
- "comparison-card": "card",
354
- "delta-badge": "badge",
355
- "trend-card": "statistic",
356
- "user-card": "avatar",
357
2760
  "form-async-select": "form-select",
358
- "app-sidebar": "sidebar",
359
- "smart-card": "info-card",
360
- "file-dropzone": "file-upload",
361
- "page-container": "sidebar",
362
- "section-header": "section",
363
- "sidebar-nav": "sidebar",
364
- "stat-card": "statistic",
365
- "sticky-footer-bar": "sidebar",
366
2761
  "input-decorator": "input",
367
2762
  "input-value": "input",
368
2763
  "inputs": "input",
369
- "data-table-actions-column": "data-table",
2764
+ "app-sidebar": "sidebar",
2765
+ "stat-card": "statistic",
2766
+ "smart-card": "info-card",
2767
+ "file-dropzone": "file-upload",
2768
+ "comparison-card": "card",
2769
+ "delta-badge": "badge",
2770
+ "trend-card": "statistic",
2771
+ "user-card": "avatar",
2772
+ "sheet-shell": "drawer",
2773
+ "nav-tabs": "tabs",
2774
+ "page-tabs": "tabs",
2775
+ "stepper-tabs": "stepper",
2776
+ "command-bar": "command-palette",
2777
+ "data-list": "list",
2778
+ "property-grid": "description-list",
370
2779
  "data-table-bulk-actions": "data-table",
371
2780
  "data-table-column-visibility-menu": "data-table",
372
2781
  "data-table-pagination": "data-table",
@@ -376,22 +2785,10 @@
376
2785
  "data-table-sortable-header": "data-table",
377
2786
  "data-table-toolbar": "data-table",
378
2787
  "data-table-view-presets": "data-table",
2788
+ "data-table-actions-column": "data-table",
379
2789
  "table-export-menu": "data-table",
380
2790
  "table-import-button": "data-table",
381
- "sheet-shell": "drawer",
382
- "nav-tabs": "tabs",
383
- "page-tabs": "tabs",
384
- "stepper-tabs": "stepper",
385
- "command-bar": "command-palette",
386
- "data-list": "list",
387
- "property-grid": "description-list",
388
- "result": "page-state",
389
- "app-header": "workspace-layout",
390
- "page-header": "section",
391
- "kpi": "statistic",
392
- "progress-ring": "progress-circle",
393
- "dialog-actions": "dialog",
394
- "modal-shell": "dialog",
395
- "horizontal-bar-chart": "data-view"
2791
+ "horizontal-bar-chart": "charts",
2792
+ "kpi": "statistic"
396
2793
  }
397
2794
  }