tembro 5.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/components/charts/progress-circle.d.ts +12 -3
- package/dist/components/data-table/data-table.d.ts +2 -2
- package/dist/components/feedback/index.d.ts +0 -2
- package/dist/components/layout/section.d.ts +1 -8
- package/dist/components/ui/number-field/index.cjs +1 -0
- package/dist/components/ui/number-field/index.d.ts +18 -0
- package/dist/components/ui/number-field/index.js +1 -0
- package/dist/components/ui/toggle-group/index.cjs +1 -0
- package/dist/components/ui/toggle-group/index.d.ts +13 -0
- package/dist/components/ui/toggle-group/index.js +1 -0
- package/dist/components/ui/toolbar/index.cjs +1 -0
- package/dist/components/ui/toolbar/index.d.ts +14 -0
- package/dist/components/ui/toolbar/index.js +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/src/components/charts/progress-circle.cjs +1 -1
- package/dist/src/components/charts/progress-circle.js +57 -3
- package/dist/src/components/data-table/data-table.cjs +1 -1
- package/dist/src/components/data-table/data-table.js +102 -100
- package/dist/src/components/feedback/index.cjs +1 -1
- package/dist/src/components/feedback/index.js +2 -4
- package/dist/src/components/layout/index.cjs +1 -1
- package/dist/src/components/layout/index.js +3 -3
- package/dist/src/components/layout/public.cjs +1 -1
- package/dist/src/components/layout/public.js +3 -3
- package/dist/src/components/layout/section.cjs +1 -1
- package/dist/src/components/layout/section.js +2 -26
- package/dist/src/components/ui/number-field/index.cjs +1 -0
- package/dist/src/components/ui/number-field/index.js +73 -0
- package/dist/src/components/ui/toggle-group/index.cjs +1 -0
- package/dist/src/components/ui/toggle-group/index.js +32 -0
- package/dist/src/components/ui/toolbar/index.cjs +1 -0
- package/dist/src/components/ui/toolbar/index.js +50 -0
- package/dist/src/index.cjs +1 -1
- package/dist/src/index.js +92 -91
- package/dist/src/public-component-surface.cjs +1 -1
- package/dist/src/public-component-surface.js +15 -0
- package/package.json +13 -9
- package/packages/cli/dist/index.cjs +72 -72
- package/packages/cli/vendor/src/components/charts/progress-circle.tsx +78 -3
- package/packages/cli/vendor/src/components/data-table/data-table.tsx +4 -4
- package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
- package/packages/cli/vendor/src/components/layout/section.tsx +1 -28
- package/packages/cli/vendor/src/components/ui/number-field/index.tsx +89 -0
- package/packages/cli/vendor/src/components/ui/toggle-group/index.tsx +72 -0
- package/packages/cli/vendor/src/components/ui/toolbar/index.tsx +67 -0
- package/packages/cli/vendor/src/index.ts +6 -3
- package/packages/cli/vendor/src/public-component-surface.ts +3 -0
- package/packages/cli/vendor/templates/showcase/src/showcase/data/registry.ts +4 -2
- package/packages/cli/vendor/templates/showcase/src/showcase/layout/HeroSection.tsx +2 -2
- package/packages/cli/vendor/templates/showcase/src/showcase/layout/WorkbenchSidebar.tsx +1 -1
- package/packages/cli/vendor/templates/showcase/src/showcase/sections/ComponentLivePreview.tsx +2 -2
- package/packages/cli/vendor/templates/showcase/src/showcase/sections/FormsSection.tsx +2 -2
- package/packages/cli/vendor/templates/styles/globals.css +5 -5
- package/registry.json +962 -431
- package/dist/components/charts/progress-ring.cjs +0 -1
- package/dist/components/charts/progress-ring.d.ts +0 -13
- package/dist/components/charts/progress-ring.js +0 -1
- package/dist/components/feedback/loading-state.cjs +0 -1
- package/dist/components/feedback/loading-state.d.ts +0 -9
- package/dist/components/feedback/loading-state.js +0 -1
- package/dist/components/feedback/page-state.cjs +0 -1
- package/dist/components/feedback/page-state.d.ts +0 -18
- package/dist/components/feedback/page-state.js +0 -1
- package/dist/components/layout/page-container.cjs +0 -1
- package/dist/components/layout/page-container.d.ts +0 -7
- package/dist/components/layout/page-container.js +0 -1
- package/dist/components/layout/page-header.cjs +0 -1
- package/dist/components/layout/page-header.d.ts +0 -23
- package/dist/components/layout/page-header.js +0 -1
- package/dist/components/layout/section-header.cjs +0 -1
- package/dist/components/layout/section-header.d.ts +0 -14
- package/dist/components/layout/section-header.js +0 -1
- package/dist/components/layout/sidebar-nav.cjs +0 -1
- package/dist/components/layout/sidebar-nav.d.ts +0 -37
- package/dist/components/layout/sidebar-nav.js +0 -1
- package/dist/components/layout/sticky-footer-bar.cjs +0 -1
- package/dist/components/layout/sticky-footer-bar.d.ts +0 -7
- package/dist/components/layout/sticky-footer-bar.js +0 -1
- package/dist/src/components/charts/progress-ring.cjs +0 -1
- package/dist/src/components/charts/progress-ring.js +0 -57
- package/dist/src/components/feedback/loading-state.cjs +0 -1
- package/dist/src/components/feedback/loading-state.js +0 -15
- package/dist/src/components/feedback/page-state.cjs +0 -1
- package/dist/src/components/feedback/page-state.js +0 -28
- package/dist/src/components/layout/page-container.cjs +0 -1
- package/dist/src/components/layout/page-container.js +0 -21
- package/dist/src/components/layout/page-header.cjs +0 -1
- package/dist/src/components/layout/page-header.js +0 -92
- package/dist/src/components/layout/section-header.cjs +0 -1
- package/dist/src/components/layout/section-header.js +0 -44
- package/dist/src/components/layout/sidebar-nav.cjs +0 -1
- package/dist/src/components/layout/sidebar-nav.js +0 -220
- package/dist/src/components/layout/sticky-footer-bar.cjs +0 -1
- package/dist/src/components/layout/sticky-footer-bar.js +0 -20
- package/packages/cli/vendor/src/components/charts/progress-ring.tsx +0 -56
- package/packages/cli/vendor/src/components/feedback/loading-state.tsx +0 -15
- package/packages/cli/vendor/src/components/feedback/page-state.tsx +0 -29
- package/packages/cli/vendor/src/components/layout/page-container.tsx +0 -30
- package/packages/cli/vendor/src/components/layout/page-header.tsx +0 -104
- package/packages/cli/vendor/src/components/layout/section-header.tsx +0 -56
- package/packages/cli/vendor/src/components/layout/sidebar-nav.tsx +0 -377
- package/packages/cli/vendor/src/components/layout/sticky-footer-bar.tsx +0 -23
package/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://tembro.dev/registry.schema.json",
|
|
3
3
|
"name": "tembro",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.1",
|
|
5
5
|
"components": {
|
|
6
6
|
"utils": {
|
|
7
7
|
"category": "lib",
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"source": "src/lib/utils.ts",
|
|
15
15
|
"target": "{utils}"
|
|
16
16
|
}
|
|
17
|
-
]
|
|
17
|
+
],
|
|
18
|
+
"status": "internal",
|
|
19
|
+
"distribution": "foundation"
|
|
18
20
|
},
|
|
19
21
|
"button": {
|
|
20
22
|
"category": "ui",
|
|
@@ -30,7 +32,9 @@
|
|
|
30
32
|
"source": "src/components/ui/button",
|
|
31
33
|
"target": "{ui}/button"
|
|
32
34
|
}
|
|
33
|
-
]
|
|
35
|
+
],
|
|
36
|
+
"status": "stable",
|
|
37
|
+
"distribution": "foundation"
|
|
34
38
|
},
|
|
35
39
|
"input": {
|
|
36
40
|
"category": "ui",
|
|
@@ -46,7 +50,9 @@
|
|
|
46
50
|
"source": "src/components/ui/input",
|
|
47
51
|
"target": "{ui}/input"
|
|
48
52
|
}
|
|
49
|
-
]
|
|
53
|
+
],
|
|
54
|
+
"status": "stable",
|
|
55
|
+
"distribution": "foundation"
|
|
50
56
|
},
|
|
51
57
|
"textarea": {
|
|
52
58
|
"category": "ui",
|
|
@@ -58,7 +64,9 @@
|
|
|
58
64
|
"source": "src/components/ui/textarea",
|
|
59
65
|
"target": "{ui}/textarea"
|
|
60
66
|
}
|
|
61
|
-
]
|
|
67
|
+
],
|
|
68
|
+
"status": "stable",
|
|
69
|
+
"distribution": "foundation"
|
|
62
70
|
},
|
|
63
71
|
"checkbox": {
|
|
64
72
|
"category": "ui",
|
|
@@ -73,7 +81,9 @@
|
|
|
73
81
|
"source": "src/components/ui/checkbox",
|
|
74
82
|
"target": "{ui}/checkbox"
|
|
75
83
|
}
|
|
76
|
-
]
|
|
84
|
+
],
|
|
85
|
+
"status": "stable",
|
|
86
|
+
"distribution": "foundation"
|
|
77
87
|
},
|
|
78
88
|
"switch": {
|
|
79
89
|
"category": "ui",
|
|
@@ -85,7 +95,9 @@
|
|
|
85
95
|
"source": "src/components/ui/switch",
|
|
86
96
|
"target": "{ui}/switch"
|
|
87
97
|
}
|
|
88
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"status": "stable",
|
|
100
|
+
"distribution": "foundation"
|
|
89
101
|
},
|
|
90
102
|
"badge": {
|
|
91
103
|
"category": "ui",
|
|
@@ -101,7 +113,9 @@
|
|
|
101
113
|
"source": "src/components/ui/badge",
|
|
102
114
|
"target": "{ui}/badge"
|
|
103
115
|
}
|
|
104
|
-
]
|
|
116
|
+
],
|
|
117
|
+
"status": "stable",
|
|
118
|
+
"distribution": "foundation"
|
|
105
119
|
},
|
|
106
120
|
"card": {
|
|
107
121
|
"category": "ui",
|
|
@@ -116,7 +130,9 @@
|
|
|
116
130
|
"source": "src/components/ui/card",
|
|
117
131
|
"target": "{ui}/card"
|
|
118
132
|
}
|
|
119
|
-
]
|
|
133
|
+
],
|
|
134
|
+
"status": "stable",
|
|
135
|
+
"distribution": "foundation"
|
|
120
136
|
},
|
|
121
137
|
"skeleton": {
|
|
122
138
|
"category": "ui",
|
|
@@ -128,7 +144,9 @@
|
|
|
128
144
|
"source": "src/components/ui/skeleton",
|
|
129
145
|
"target": "{ui}/skeleton"
|
|
130
146
|
}
|
|
131
|
-
]
|
|
147
|
+
],
|
|
148
|
+
"status": "preview",
|
|
149
|
+
"distribution": "foundation"
|
|
132
150
|
},
|
|
133
151
|
"tabs": {
|
|
134
152
|
"category": "ui",
|
|
@@ -143,7 +161,9 @@
|
|
|
143
161
|
"source": "src/components/ui/tabs",
|
|
144
162
|
"target": "{ui}/tabs"
|
|
145
163
|
}
|
|
146
|
-
]
|
|
164
|
+
],
|
|
165
|
+
"status": "preview",
|
|
166
|
+
"distribution": "foundation"
|
|
147
167
|
},
|
|
148
168
|
"dialog": {
|
|
149
169
|
"category": "ui",
|
|
@@ -160,7 +180,9 @@
|
|
|
160
180
|
"source": "src/components/ui/dialog",
|
|
161
181
|
"target": "{ui}/dialog"
|
|
162
182
|
}
|
|
163
|
-
]
|
|
183
|
+
],
|
|
184
|
+
"status": "stable",
|
|
185
|
+
"distribution": "foundation"
|
|
164
186
|
},
|
|
165
187
|
"dropdown-menu": {
|
|
166
188
|
"category": "ui",
|
|
@@ -176,7 +198,9 @@
|
|
|
176
198
|
"source": "src/components/ui/dropdown-menu",
|
|
177
199
|
"target": "{ui}/dropdown-menu"
|
|
178
200
|
}
|
|
179
|
-
]
|
|
201
|
+
],
|
|
202
|
+
"status": "stable",
|
|
203
|
+
"distribution": "foundation"
|
|
180
204
|
},
|
|
181
205
|
"popover": {
|
|
182
206
|
"category": "ui",
|
|
@@ -191,7 +215,9 @@
|
|
|
191
215
|
"source": "src/components/ui/popover",
|
|
192
216
|
"target": "{ui}/popover"
|
|
193
217
|
}
|
|
194
|
-
]
|
|
218
|
+
],
|
|
219
|
+
"status": "stable",
|
|
220
|
+
"distribution": "foundation"
|
|
195
221
|
},
|
|
196
222
|
"tooltip": {
|
|
197
223
|
"category": "ui",
|
|
@@ -203,7 +229,9 @@
|
|
|
203
229
|
"source": "src/components/ui/tooltip",
|
|
204
230
|
"target": "{ui}/tooltip"
|
|
205
231
|
}
|
|
206
|
-
]
|
|
232
|
+
],
|
|
233
|
+
"status": "preview",
|
|
234
|
+
"distribution": "foundation"
|
|
207
235
|
},
|
|
208
236
|
"hover-card": {
|
|
209
237
|
"category": "ui",
|
|
@@ -218,7 +246,9 @@
|
|
|
218
246
|
"source": "src/components/ui/hover-card",
|
|
219
247
|
"target": "{ui}/hover-card"
|
|
220
248
|
}
|
|
221
|
-
]
|
|
249
|
+
],
|
|
250
|
+
"status": "stable",
|
|
251
|
+
"distribution": "system"
|
|
222
252
|
},
|
|
223
253
|
"menubar": {
|
|
224
254
|
"category": "ui",
|
|
@@ -234,7 +264,9 @@
|
|
|
234
264
|
"source": "src/components/ui/menubar",
|
|
235
265
|
"target": "{ui}/menubar"
|
|
236
266
|
}
|
|
237
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"status": "preview",
|
|
269
|
+
"distribution": "system"
|
|
238
270
|
},
|
|
239
271
|
"navigation-menu": {
|
|
240
272
|
"category": "navigation",
|
|
@@ -250,11 +282,15 @@
|
|
|
250
282
|
"source": "src/components/ui/navigation-menu",
|
|
251
283
|
"target": "{ui}/navigation-menu"
|
|
252
284
|
}
|
|
253
|
-
]
|
|
285
|
+
],
|
|
286
|
+
"status": "preview",
|
|
287
|
+
"distribution": "system"
|
|
254
288
|
},
|
|
255
289
|
"simple-select": {
|
|
256
290
|
"category": "ui",
|
|
257
|
-
"migrationAliasFor": "select"
|
|
291
|
+
"migrationAliasFor": "select",
|
|
292
|
+
"status": "internal",
|
|
293
|
+
"distribution": "foundation"
|
|
258
294
|
},
|
|
259
295
|
"select": {
|
|
260
296
|
"category": "ui",
|
|
@@ -270,7 +306,9 @@
|
|
|
270
306
|
"source": "src/components/ui/select",
|
|
271
307
|
"target": "{ui}/select"
|
|
272
308
|
}
|
|
273
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"status": "stable",
|
|
311
|
+
"distribution": "foundation"
|
|
274
312
|
},
|
|
275
313
|
"table": {
|
|
276
314
|
"category": "ui",
|
|
@@ -282,7 +320,9 @@
|
|
|
282
320
|
"source": "src/components/ui/table",
|
|
283
321
|
"target": "{ui}/table"
|
|
284
322
|
}
|
|
285
|
-
]
|
|
323
|
+
],
|
|
324
|
+
"status": "stable",
|
|
325
|
+
"distribution": "foundation"
|
|
286
326
|
},
|
|
287
327
|
"segmented-control": {
|
|
288
328
|
"category": "ui",
|
|
@@ -294,7 +334,9 @@
|
|
|
294
334
|
"source": "src/components/ui/segmented-control",
|
|
295
335
|
"target": "{ui}/segmented-control"
|
|
296
336
|
}
|
|
297
|
-
]
|
|
337
|
+
],
|
|
338
|
+
"status": "preview",
|
|
339
|
+
"distribution": "foundation"
|
|
298
340
|
},
|
|
299
341
|
"radio-group": {
|
|
300
342
|
"category": "ui",
|
|
@@ -307,7 +349,9 @@
|
|
|
307
349
|
"source": "src/components/ui/radio-group",
|
|
308
350
|
"target": "{ui}/radio-group"
|
|
309
351
|
}
|
|
310
|
-
]
|
|
352
|
+
],
|
|
353
|
+
"status": "stable",
|
|
354
|
+
"distribution": "foundation"
|
|
311
355
|
},
|
|
312
356
|
"accordion": {
|
|
313
357
|
"category": "ui",
|
|
@@ -322,7 +366,9 @@
|
|
|
322
366
|
"source": "src/components/ui/accordion",
|
|
323
367
|
"target": "{ui}/accordion"
|
|
324
368
|
}
|
|
325
|
-
]
|
|
369
|
+
],
|
|
370
|
+
"status": "stable",
|
|
371
|
+
"distribution": "foundation"
|
|
326
372
|
},
|
|
327
373
|
"kbd": {
|
|
328
374
|
"category": "ui",
|
|
@@ -331,7 +377,9 @@
|
|
|
331
377
|
"source": "src/components/ui/kbd",
|
|
332
378
|
"target": "{ui}/kbd"
|
|
333
379
|
}
|
|
334
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"status": "stable",
|
|
382
|
+
"distribution": "foundation"
|
|
335
383
|
},
|
|
336
384
|
"scroll-box": {
|
|
337
385
|
"category": "ui",
|
|
@@ -340,7 +388,9 @@
|
|
|
340
388
|
"source": "src/components/ui/scroll-box",
|
|
341
389
|
"target": "{ui}/scroll-box"
|
|
342
390
|
}
|
|
343
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"status": "stable",
|
|
393
|
+
"distribution": "foundation"
|
|
344
394
|
},
|
|
345
395
|
"right-click-menu": {
|
|
346
396
|
"category": "ui",
|
|
@@ -352,7 +402,61 @@
|
|
|
352
402
|
"source": "src/components/ui/right-click-menu",
|
|
353
403
|
"target": "{ui}/right-click-menu"
|
|
354
404
|
}
|
|
355
|
-
]
|
|
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"
|
|
356
460
|
},
|
|
357
461
|
"tag-input": {
|
|
358
462
|
"category": "inputs",
|
|
@@ -369,7 +473,9 @@
|
|
|
369
473
|
"source": "src/components/inputs/tag-input.tsx",
|
|
370
474
|
"target": "{components}/inputs/tag-input.tsx"
|
|
371
475
|
}
|
|
372
|
-
]
|
|
476
|
+
],
|
|
477
|
+
"status": "preview",
|
|
478
|
+
"distribution": "source-copy"
|
|
373
479
|
},
|
|
374
480
|
"combobox": {
|
|
375
481
|
"category": "inputs",
|
|
@@ -387,7 +493,9 @@
|
|
|
387
493
|
"source": "src/components/inputs/combobox.tsx",
|
|
388
494
|
"target": "{components}/inputs/combobox.tsx"
|
|
389
495
|
}
|
|
390
|
-
]
|
|
496
|
+
],
|
|
497
|
+
"status": "preview",
|
|
498
|
+
"distribution": "source-copy"
|
|
391
499
|
},
|
|
392
500
|
"async-select": {
|
|
393
501
|
"category": "inputs",
|
|
@@ -405,7 +513,9 @@
|
|
|
405
513
|
"source": "src/components/inputs/async-select.tsx",
|
|
406
514
|
"target": "{components}/inputs/async-select.tsx"
|
|
407
515
|
}
|
|
408
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"status": "preview",
|
|
518
|
+
"distribution": "source-copy"
|
|
409
519
|
},
|
|
410
520
|
"form-field-shell": {
|
|
411
521
|
"category": "form",
|
|
@@ -417,7 +527,9 @@
|
|
|
417
527
|
"source": "src/components/form/form-field-shell.tsx",
|
|
418
528
|
"target": "{components}/form/form-field-shell.tsx"
|
|
419
529
|
}
|
|
420
|
-
]
|
|
530
|
+
],
|
|
531
|
+
"status": "preview",
|
|
532
|
+
"distribution": "source-copy"
|
|
421
533
|
},
|
|
422
534
|
"form-input": {
|
|
423
535
|
"category": "form",
|
|
@@ -433,7 +545,9 @@
|
|
|
433
545
|
"source": "src/components/form/form-input.tsx",
|
|
434
546
|
"target": "{components}/form/form-input.tsx"
|
|
435
547
|
}
|
|
436
|
-
]
|
|
548
|
+
],
|
|
549
|
+
"status": "preview",
|
|
550
|
+
"distribution": "source-copy"
|
|
437
551
|
},
|
|
438
552
|
"form-select": {
|
|
439
553
|
"category": "form",
|
|
@@ -450,7 +564,9 @@
|
|
|
450
564
|
"source": "src/components/form/form-select.tsx",
|
|
451
565
|
"target": "{components}/form/form-select.tsx"
|
|
452
566
|
}
|
|
453
|
-
]
|
|
567
|
+
],
|
|
568
|
+
"status": "preview",
|
|
569
|
+
"distribution": "source-copy"
|
|
454
570
|
},
|
|
455
571
|
"form-textarea": {
|
|
456
572
|
"category": "form",
|
|
@@ -466,7 +582,9 @@
|
|
|
466
582
|
"source": "src/components/form/form-textarea.tsx",
|
|
467
583
|
"target": "{components}/form/form-textarea.tsx"
|
|
468
584
|
}
|
|
469
|
-
]
|
|
585
|
+
],
|
|
586
|
+
"status": "preview",
|
|
587
|
+
"distribution": "source-copy"
|
|
470
588
|
},
|
|
471
589
|
"form-switch": {
|
|
472
590
|
"category": "form",
|
|
@@ -483,7 +601,9 @@
|
|
|
483
601
|
"source": "src/components/form/form-switch.tsx",
|
|
484
602
|
"target": "{components}/form/form-switch.tsx"
|
|
485
603
|
}
|
|
486
|
-
]
|
|
604
|
+
],
|
|
605
|
+
"status": "preview",
|
|
606
|
+
"distribution": "source-copy"
|
|
487
607
|
},
|
|
488
608
|
"form-date-range-input": {
|
|
489
609
|
"category": "form",
|
|
@@ -499,7 +619,9 @@
|
|
|
499
619
|
"source": "src/components/form/form-date-range-input.tsx",
|
|
500
620
|
"target": "{components}/form/form-date-range-input.tsx"
|
|
501
621
|
}
|
|
502
|
-
]
|
|
622
|
+
],
|
|
623
|
+
"status": "preview",
|
|
624
|
+
"distribution": "source-copy"
|
|
503
625
|
},
|
|
504
626
|
"form-date-picker": {
|
|
505
627
|
"category": "form",
|
|
@@ -515,7 +637,9 @@
|
|
|
515
637
|
"source": "src/components/form/form-date-picker.tsx",
|
|
516
638
|
"target": "{components}/form/form-date-picker.tsx"
|
|
517
639
|
}
|
|
518
|
-
]
|
|
640
|
+
],
|
|
641
|
+
"status": "preview",
|
|
642
|
+
"distribution": "source-copy"
|
|
519
643
|
},
|
|
520
644
|
"form-date-range-picker": {
|
|
521
645
|
"category": "form",
|
|
@@ -531,7 +655,9 @@
|
|
|
531
655
|
"source": "src/components/form/form-date-range-picker.tsx",
|
|
532
656
|
"target": "{components}/form/form-date-range-picker.tsx"
|
|
533
657
|
}
|
|
534
|
-
]
|
|
658
|
+
],
|
|
659
|
+
"status": "preview",
|
|
660
|
+
"distribution": "source-copy"
|
|
535
661
|
},
|
|
536
662
|
"form": {
|
|
537
663
|
"category": "group",
|
|
@@ -550,15 +676,21 @@
|
|
|
550
676
|
"source": "src/components/form/index.ts",
|
|
551
677
|
"target": "{components}/form/index.ts"
|
|
552
678
|
}
|
|
553
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"status": "preview",
|
|
681
|
+
"distribution": "system"
|
|
554
682
|
},
|
|
555
683
|
"dialog-actions": {
|
|
556
684
|
"category": "overlay",
|
|
557
|
-
"migrationAliasFor": "dialog"
|
|
685
|
+
"migrationAliasFor": "dialog",
|
|
686
|
+
"status": "internal",
|
|
687
|
+
"distribution": "source-copy"
|
|
558
688
|
},
|
|
559
689
|
"modal-shell": {
|
|
560
690
|
"category": "overlay",
|
|
561
|
-
"migrationAliasFor": "dialog"
|
|
691
|
+
"migrationAliasFor": "dialog",
|
|
692
|
+
"status": "internal",
|
|
693
|
+
"distribution": "source-copy"
|
|
562
694
|
},
|
|
563
695
|
"confirm-dialog": {
|
|
564
696
|
"category": "overlay",
|
|
@@ -571,7 +703,9 @@
|
|
|
571
703
|
"source": "src/components/overlay/confirm-dialog.tsx",
|
|
572
704
|
"target": "{components}/overlay/confirm-dialog.tsx"
|
|
573
705
|
}
|
|
574
|
-
]
|
|
706
|
+
],
|
|
707
|
+
"status": "stable",
|
|
708
|
+
"distribution": "source-copy"
|
|
575
709
|
},
|
|
576
710
|
"alert-dialog": {
|
|
577
711
|
"category": "overlay",
|
|
@@ -587,7 +721,9 @@
|
|
|
587
721
|
"source": "src/components/overlay/alert-dialog.tsx",
|
|
588
722
|
"target": "{components}/overlay/alert-dialog.tsx"
|
|
589
723
|
}
|
|
590
|
-
]
|
|
724
|
+
],
|
|
725
|
+
"status": "stable",
|
|
726
|
+
"distribution": "source-copy"
|
|
591
727
|
},
|
|
592
728
|
"drawer": {
|
|
593
729
|
"category": "overlay",
|
|
@@ -602,7 +738,9 @@
|
|
|
602
738
|
"source": "src/components/overlay/drawer.tsx",
|
|
603
739
|
"target": "{components}/overlay/drawer.tsx"
|
|
604
740
|
}
|
|
605
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"status": "stable",
|
|
743
|
+
"distribution": "source-copy"
|
|
606
744
|
},
|
|
607
745
|
"state-view": {
|
|
608
746
|
"category": "feedback",
|
|
@@ -618,32 +756,9 @@
|
|
|
618
756
|
"source": "src/components/feedback/state-view.tsx",
|
|
619
757
|
"target": "{components}/feedback/state-view.tsx"
|
|
620
758
|
}
|
|
621
|
-
]
|
|
622
|
-
},
|
|
623
|
-
"loading-state": {
|
|
624
|
-
"category": "feedback",
|
|
625
|
-
"registryDependencies": [
|
|
626
|
-
"state-view"
|
|
627
|
-
],
|
|
628
|
-
"files": [
|
|
629
|
-
{
|
|
630
|
-
"source": "src/components/feedback/loading-state.tsx",
|
|
631
|
-
"target": "{components}/feedback/loading-state.tsx"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
},
|
|
635
|
-
"page-state": {
|
|
636
|
-
"category": "feedback",
|
|
637
|
-
"registryDependencies": [
|
|
638
|
-
"state-view",
|
|
639
|
-
"utils"
|
|
640
759
|
],
|
|
641
|
-
"
|
|
642
|
-
|
|
643
|
-
"source": "src/components/feedback/page-state.tsx",
|
|
644
|
-
"target": "{components}/feedback/page-state.tsx"
|
|
645
|
-
}
|
|
646
|
-
]
|
|
760
|
+
"status": "stable",
|
|
761
|
+
"distribution": "source-copy"
|
|
647
762
|
},
|
|
648
763
|
"feedback": {
|
|
649
764
|
"category": "group",
|
|
@@ -656,7 +771,9 @@
|
|
|
656
771
|
"source": "src/components/feedback/index.ts",
|
|
657
772
|
"target": "{components}/feedback/index.ts"
|
|
658
773
|
}
|
|
659
|
-
]
|
|
774
|
+
],
|
|
775
|
+
"status": "stable",
|
|
776
|
+
"distribution": "system"
|
|
660
777
|
},
|
|
661
778
|
"sidebar-context": {
|
|
662
779
|
"category": "layout",
|
|
@@ -671,7 +788,9 @@
|
|
|
671
788
|
"source": "src/components/layout/sidebar-context.tsx",
|
|
672
789
|
"target": "{components}/layout/sidebar-context.tsx"
|
|
673
790
|
}
|
|
674
|
-
]
|
|
791
|
+
],
|
|
792
|
+
"status": "preview",
|
|
793
|
+
"distribution": "source-copy"
|
|
675
794
|
},
|
|
676
795
|
"workspace-layout": {
|
|
677
796
|
"category": "layout",
|
|
@@ -687,7 +806,9 @@
|
|
|
687
806
|
"source": "src/components/layout/workspace-header.tsx",
|
|
688
807
|
"target": "{components}/layout/workspace-header.tsx"
|
|
689
808
|
}
|
|
690
|
-
]
|
|
809
|
+
],
|
|
810
|
+
"status": "preview",
|
|
811
|
+
"distribution": "source-copy"
|
|
691
812
|
},
|
|
692
813
|
"sidebar": {
|
|
693
814
|
"category": "layout",
|
|
@@ -704,7 +825,9 @@
|
|
|
704
825
|
"source": "src/components/layout/sidebar.tsx",
|
|
705
826
|
"target": "{components}/layout/sidebar.tsx"
|
|
706
827
|
}
|
|
707
|
-
]
|
|
828
|
+
],
|
|
829
|
+
"status": "stable",
|
|
830
|
+
"distribution": "source-copy"
|
|
708
831
|
},
|
|
709
832
|
"layout": {
|
|
710
833
|
"category": "group",
|
|
@@ -719,7 +842,9 @@
|
|
|
719
842
|
"source": "src/components/layout/index.ts",
|
|
720
843
|
"target": "{components}/layout/index.ts"
|
|
721
844
|
}
|
|
722
|
-
]
|
|
845
|
+
],
|
|
846
|
+
"status": "stable",
|
|
847
|
+
"distribution": "system"
|
|
723
848
|
},
|
|
724
849
|
"calendar": {
|
|
725
850
|
"category": "calendar",
|
|
@@ -739,7 +864,9 @@
|
|
|
739
864
|
"source": "src/components/calendar/date-utils.ts",
|
|
740
865
|
"target": "{components}/calendar/date-utils.ts"
|
|
741
866
|
}
|
|
742
|
-
]
|
|
867
|
+
],
|
|
868
|
+
"status": "preview",
|
|
869
|
+
"distribution": "source-copy"
|
|
743
870
|
},
|
|
744
871
|
"date-picker": {
|
|
745
872
|
"category": "calendar",
|
|
@@ -757,7 +884,9 @@
|
|
|
757
884
|
"source": "src/components/calendar/date-picker.tsx",
|
|
758
885
|
"target": "{components}/calendar/date-picker.tsx"
|
|
759
886
|
}
|
|
760
|
-
]
|
|
887
|
+
],
|
|
888
|
+
"status": "preview",
|
|
889
|
+
"distribution": "source-copy"
|
|
761
890
|
},
|
|
762
891
|
"date-range-picker": {
|
|
763
892
|
"category": "calendar",
|
|
@@ -775,7 +904,9 @@
|
|
|
775
904
|
"source": "src/components/calendar/date-range-picker.tsx",
|
|
776
905
|
"target": "{components}/calendar/date-range-picker.tsx"
|
|
777
906
|
}
|
|
778
|
-
]
|
|
907
|
+
],
|
|
908
|
+
"status": "preview",
|
|
909
|
+
"distribution": "source-copy"
|
|
779
910
|
},
|
|
780
911
|
"dashboard": {
|
|
781
912
|
"category": "group",
|
|
@@ -786,7 +917,9 @@
|
|
|
786
917
|
"async-select",
|
|
787
918
|
"tag-input",
|
|
788
919
|
"form"
|
|
789
|
-
]
|
|
920
|
+
],
|
|
921
|
+
"status": "preview",
|
|
922
|
+
"distribution": "system"
|
|
790
923
|
},
|
|
791
924
|
"calendar-kit": {
|
|
792
925
|
"category": "group",
|
|
@@ -794,14 +927,18 @@
|
|
|
794
927
|
"calendar",
|
|
795
928
|
"date-picker",
|
|
796
929
|
"date-range-picker"
|
|
797
|
-
]
|
|
930
|
+
],
|
|
931
|
+
"status": "preview",
|
|
932
|
+
"distribution": "system"
|
|
798
933
|
},
|
|
799
934
|
"wizard-kit": {
|
|
800
935
|
"category": "group",
|
|
801
936
|
"registryDependencies": [
|
|
802
937
|
"stepper",
|
|
803
938
|
"wizard"
|
|
804
|
-
]
|
|
939
|
+
],
|
|
940
|
+
"status": "preview",
|
|
941
|
+
"distribution": "system"
|
|
805
942
|
},
|
|
806
943
|
"dnd": {
|
|
807
944
|
"category": "group",
|
|
@@ -813,7 +950,9 @@
|
|
|
813
950
|
"source": "src/components/dnd/index.ts",
|
|
814
951
|
"target": "{components}/dnd/index.ts"
|
|
815
952
|
}
|
|
816
|
-
]
|
|
953
|
+
],
|
|
954
|
+
"status": "preview",
|
|
955
|
+
"distribution": "system"
|
|
817
956
|
},
|
|
818
957
|
"all": {
|
|
819
958
|
"category": "group",
|
|
@@ -842,6 +981,9 @@
|
|
|
842
981
|
"kbd",
|
|
843
982
|
"scroll-box",
|
|
844
983
|
"right-click-menu",
|
|
984
|
+
"number-field",
|
|
985
|
+
"toggle-group",
|
|
986
|
+
"toolbar",
|
|
845
987
|
"tag-input",
|
|
846
988
|
"combobox",
|
|
847
989
|
"async-select",
|
|
@@ -857,8 +999,6 @@
|
|
|
857
999
|
"alert-dialog",
|
|
858
1000
|
"drawer",
|
|
859
1001
|
"state-view",
|
|
860
|
-
"loading-state",
|
|
861
|
-
"page-state",
|
|
862
1002
|
"sidebar-context",
|
|
863
1003
|
"workspace-layout",
|
|
864
1004
|
"sidebar",
|
|
@@ -930,7 +1070,9 @@
|
|
|
930
1070
|
"time-picker",
|
|
931
1071
|
"sortable-list",
|
|
932
1072
|
"virtual-list"
|
|
933
|
-
]
|
|
1073
|
+
],
|
|
1074
|
+
"status": "preview",
|
|
1075
|
+
"distribution": "system"
|
|
934
1076
|
},
|
|
935
1077
|
"action-menu": {
|
|
936
1078
|
"category": "actions",
|
|
@@ -939,7 +1081,9 @@
|
|
|
939
1081
|
"source": "src/components/actions/action-menu.tsx",
|
|
940
1082
|
"target": "{components}/actions/action-menu.tsx"
|
|
941
1083
|
}
|
|
942
|
-
]
|
|
1084
|
+
],
|
|
1085
|
+
"status": "stable",
|
|
1086
|
+
"distribution": "source-copy"
|
|
943
1087
|
},
|
|
944
1088
|
"activity-feed": {
|
|
945
1089
|
"category": "display",
|
|
@@ -948,7 +1092,9 @@
|
|
|
948
1092
|
"source": "src/components/display/activity-feed.tsx",
|
|
949
1093
|
"target": "{components}/display/activity-feed.tsx"
|
|
950
1094
|
}
|
|
951
|
-
]
|
|
1095
|
+
],
|
|
1096
|
+
"status": "stable",
|
|
1097
|
+
"distribution": "source-copy"
|
|
952
1098
|
},
|
|
953
1099
|
"alert": {
|
|
954
1100
|
"category": "feedback",
|
|
@@ -957,11 +1103,15 @@
|
|
|
957
1103
|
"source": "src/components/feedback/alert.tsx",
|
|
958
1104
|
"target": "{components}/feedback/alert.tsx"
|
|
959
1105
|
}
|
|
960
|
-
]
|
|
1106
|
+
],
|
|
1107
|
+
"status": "preview",
|
|
1108
|
+
"distribution": "source-copy"
|
|
961
1109
|
},
|
|
962
1110
|
"app-header": {
|
|
963
1111
|
"category": "layout",
|
|
964
|
-
"migrationAliasFor": "workspace-layout"
|
|
1112
|
+
"migrationAliasFor": "workspace-layout",
|
|
1113
|
+
"status": "internal",
|
|
1114
|
+
"distribution": "source-copy"
|
|
965
1115
|
},
|
|
966
1116
|
"avatar": {
|
|
967
1117
|
"category": "display",
|
|
@@ -970,7 +1120,9 @@
|
|
|
970
1120
|
"source": "src/components/display/avatar.tsx",
|
|
971
1121
|
"target": "{components}/display/avatar.tsx"
|
|
972
1122
|
}
|
|
973
|
-
]
|
|
1123
|
+
],
|
|
1124
|
+
"status": "preview",
|
|
1125
|
+
"distribution": "source-copy"
|
|
974
1126
|
},
|
|
975
1127
|
"breadcrumbs": {
|
|
976
1128
|
"category": "layout",
|
|
@@ -979,7 +1131,9 @@
|
|
|
979
1131
|
"source": "src/components/layout/breadcrumbs.tsx",
|
|
980
1132
|
"target": "{components}/layout/breadcrumbs.tsx"
|
|
981
1133
|
}
|
|
982
|
-
]
|
|
1134
|
+
],
|
|
1135
|
+
"status": "stable",
|
|
1136
|
+
"distribution": "source-copy"
|
|
983
1137
|
},
|
|
984
1138
|
"button-group": {
|
|
985
1139
|
"category": "actions",
|
|
@@ -988,7 +1142,9 @@
|
|
|
988
1142
|
"source": "src/components/actions/button-group.tsx",
|
|
989
1143
|
"target": "{components}/actions/button-group.tsx"
|
|
990
1144
|
}
|
|
991
|
-
]
|
|
1145
|
+
],
|
|
1146
|
+
"status": "preview",
|
|
1147
|
+
"distribution": "source-copy"
|
|
992
1148
|
},
|
|
993
1149
|
"code-block": {
|
|
994
1150
|
"category": "display",
|
|
@@ -997,7 +1153,9 @@
|
|
|
997
1153
|
"source": "src/components/display/code-block.tsx",
|
|
998
1154
|
"target": "{components}/display/code-block.tsx"
|
|
999
1155
|
}
|
|
1000
|
-
]
|
|
1156
|
+
],
|
|
1157
|
+
"status": "preview",
|
|
1158
|
+
"distribution": "source-copy"
|
|
1001
1159
|
},
|
|
1002
1160
|
"collapse": {
|
|
1003
1161
|
"category": "ui",
|
|
@@ -1006,7 +1164,9 @@
|
|
|
1006
1164
|
"source": "src/components/ui/collapse",
|
|
1007
1165
|
"target": "{ui}/collapse"
|
|
1008
1166
|
}
|
|
1009
|
-
]
|
|
1167
|
+
],
|
|
1168
|
+
"status": "preview",
|
|
1169
|
+
"distribution": "foundation"
|
|
1010
1170
|
},
|
|
1011
1171
|
"carousel": {
|
|
1012
1172
|
"category": "display",
|
|
@@ -1015,7 +1175,9 @@
|
|
|
1015
1175
|
"source": "src/components/display/carousel.tsx",
|
|
1016
1176
|
"target": "{components}/display/carousel.tsx"
|
|
1017
1177
|
}
|
|
1018
|
-
]
|
|
1178
|
+
],
|
|
1179
|
+
"status": "preview",
|
|
1180
|
+
"distribution": "source-copy"
|
|
1019
1181
|
},
|
|
1020
1182
|
"tag": {
|
|
1021
1183
|
"category": "display",
|
|
@@ -1028,7 +1190,9 @@
|
|
|
1028
1190
|
"source": "src/components/display/tag.tsx",
|
|
1029
1191
|
"target": "{components}/display/tag.tsx"
|
|
1030
1192
|
}
|
|
1031
|
-
]
|
|
1193
|
+
],
|
|
1194
|
+
"status": "preview",
|
|
1195
|
+
"distribution": "source-copy"
|
|
1032
1196
|
},
|
|
1033
1197
|
"typography": {
|
|
1034
1198
|
"category": "display",
|
|
@@ -1040,7 +1204,9 @@
|
|
|
1040
1204
|
"source": "src/components/display/typography.tsx",
|
|
1041
1205
|
"target": "{components}/display/typography.tsx"
|
|
1042
1206
|
}
|
|
1043
|
-
]
|
|
1207
|
+
],
|
|
1208
|
+
"status": "preview",
|
|
1209
|
+
"distribution": "source-copy"
|
|
1044
1210
|
},
|
|
1045
1211
|
"command": {
|
|
1046
1212
|
"category": "ui",
|
|
@@ -1049,7 +1215,9 @@
|
|
|
1049
1215
|
"source": "src/components/ui/command",
|
|
1050
1216
|
"target": "{ui}/command"
|
|
1051
1217
|
}
|
|
1052
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"status": "preview",
|
|
1220
|
+
"distribution": "foundation"
|
|
1053
1221
|
},
|
|
1054
1222
|
"copy-button": {
|
|
1055
1223
|
"category": "actions",
|
|
@@ -1058,187 +1226,243 @@
|
|
|
1058
1226
|
"source": "src/components/actions/copy-button.tsx",
|
|
1059
1227
|
"target": "{components}/actions/copy-button.tsx"
|
|
1060
1228
|
}
|
|
1061
|
-
]
|
|
1229
|
+
],
|
|
1230
|
+
"status": "preview",
|
|
1231
|
+
"distribution": "source-copy"
|
|
1062
1232
|
},
|
|
1063
1233
|
"copy-field": {
|
|
1064
1234
|
"category": "actions",
|
|
1065
|
-
"migrationAliasFor": "copy-button"
|
|
1235
|
+
"migrationAliasFor": "copy-button",
|
|
1236
|
+
"status": "preview",
|
|
1237
|
+
"distribution": "source-copy"
|
|
1066
1238
|
},
|
|
1067
1239
|
"clearable-input": {
|
|
1068
1240
|
"category": "inputs",
|
|
1069
|
-
"migrationAliasFor": "input"
|
|
1241
|
+
"migrationAliasFor": "input",
|
|
1242
|
+
"status": "preview",
|
|
1243
|
+
"distribution": "source-copy"
|
|
1070
1244
|
},
|
|
1071
1245
|
"search-input": {
|
|
1072
1246
|
"category": "inputs",
|
|
1073
|
-
"migrationAliasFor": "input"
|
|
1247
|
+
"migrationAliasFor": "input",
|
|
1248
|
+
"status": "preview",
|
|
1249
|
+
"distribution": "source-copy"
|
|
1074
1250
|
},
|
|
1075
1251
|
"password-input": {
|
|
1076
1252
|
"category": "inputs",
|
|
1077
|
-
"migrationAliasFor": "input"
|
|
1253
|
+
"migrationAliasFor": "input",
|
|
1254
|
+
"status": "preview",
|
|
1255
|
+
"distribution": "source-copy"
|
|
1078
1256
|
},
|
|
1079
1257
|
"number-input": {
|
|
1080
1258
|
"category": "inputs",
|
|
1081
|
-
"migrationAliasFor": "input"
|
|
1259
|
+
"migrationAliasFor": "input",
|
|
1260
|
+
"status": "preview",
|
|
1261
|
+
"distribution": "source-copy"
|
|
1082
1262
|
},
|
|
1083
1263
|
"money-input": {
|
|
1084
1264
|
"category": "inputs",
|
|
1085
|
-
"migrationAliasFor": "input"
|
|
1265
|
+
"migrationAliasFor": "input",
|
|
1266
|
+
"status": "preview",
|
|
1267
|
+
"distribution": "source-copy"
|
|
1086
1268
|
},
|
|
1087
1269
|
"phone-input": {
|
|
1088
1270
|
"category": "inputs",
|
|
1089
|
-
"migrationAliasFor": "input"
|
|
1271
|
+
"migrationAliasFor": "input",
|
|
1272
|
+
"status": "preview",
|
|
1273
|
+
"distribution": "source-copy"
|
|
1090
1274
|
},
|
|
1091
1275
|
"masked-input": {
|
|
1092
1276
|
"category": "inputs",
|
|
1093
|
-
"migrationAliasFor": "input"
|
|
1277
|
+
"migrationAliasFor": "input",
|
|
1278
|
+
"status": "preview",
|
|
1279
|
+
"distribution": "source-copy"
|
|
1094
1280
|
},
|
|
1095
1281
|
"quantity-input": {
|
|
1096
1282
|
"category": "inputs",
|
|
1097
|
-
"migrationAliasFor": "input"
|
|
1283
|
+
"migrationAliasFor": "input",
|
|
1284
|
+
"status": "preview",
|
|
1285
|
+
"distribution": "source-copy"
|
|
1098
1286
|
},
|
|
1099
1287
|
"date-input": {
|
|
1100
1288
|
"category": "inputs",
|
|
1101
|
-
"migrationAliasFor": "input"
|
|
1289
|
+
"migrationAliasFor": "input",
|
|
1290
|
+
"status": "preview",
|
|
1291
|
+
"distribution": "source-copy"
|
|
1102
1292
|
},
|
|
1103
1293
|
"date-range-input": {
|
|
1104
1294
|
"category": "inputs",
|
|
1105
|
-
"migrationAliasFor": "input"
|
|
1295
|
+
"migrationAliasFor": "input",
|
|
1296
|
+
"status": "preview",
|
|
1297
|
+
"distribution": "source-copy"
|
|
1106
1298
|
},
|
|
1107
1299
|
"form-async-select": {
|
|
1108
1300
|
"category": "form",
|
|
1109
|
-
"migrationAliasFor": "form-select"
|
|
1301
|
+
"migrationAliasFor": "form-select",
|
|
1302
|
+
"status": "preview",
|
|
1303
|
+
"distribution": "source-copy"
|
|
1110
1304
|
},
|
|
1111
1305
|
"input-decorator": {
|
|
1112
1306
|
"category": "inputs",
|
|
1113
|
-
"migrationAliasFor": "input"
|
|
1307
|
+
"migrationAliasFor": "input",
|
|
1308
|
+
"status": "preview",
|
|
1309
|
+
"distribution": "source-copy"
|
|
1114
1310
|
},
|
|
1115
1311
|
"input-value": {
|
|
1116
1312
|
"category": "inputs",
|
|
1117
|
-
"migrationAliasFor": "input"
|
|
1313
|
+
"migrationAliasFor": "input",
|
|
1314
|
+
"status": "preview",
|
|
1315
|
+
"distribution": "source-copy"
|
|
1118
1316
|
},
|
|
1119
1317
|
"inputs": {
|
|
1120
1318
|
"category": "group",
|
|
1121
|
-
"migrationAliasFor": "input"
|
|
1319
|
+
"migrationAliasFor": "input",
|
|
1320
|
+
"status": "preview",
|
|
1321
|
+
"distribution": "system"
|
|
1122
1322
|
},
|
|
1123
1323
|
"app-sidebar": {
|
|
1124
1324
|
"category": "layout",
|
|
1125
|
-
"migrationAliasFor": "sidebar"
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
"category": "layout",
|
|
1129
|
-
"migrationAliasFor": "section"
|
|
1130
|
-
},
|
|
1131
|
-
"page-container": {
|
|
1132
|
-
"category": "layout",
|
|
1133
|
-
"migrationAliasFor": "sidebar"
|
|
1134
|
-
},
|
|
1135
|
-
"section-header": {
|
|
1136
|
-
"category": "layout",
|
|
1137
|
-
"migrationAliasFor": "section"
|
|
1138
|
-
},
|
|
1139
|
-
"sidebar-nav": {
|
|
1140
|
-
"category": "layout",
|
|
1141
|
-
"migrationAliasFor": "sidebar"
|
|
1325
|
+
"migrationAliasFor": "sidebar",
|
|
1326
|
+
"status": "preview",
|
|
1327
|
+
"distribution": "source-copy"
|
|
1142
1328
|
},
|
|
1143
1329
|
"stat-card": {
|
|
1144
1330
|
"category": "layout",
|
|
1145
|
-
"migrationAliasFor": "statistic"
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
"category": "layout",
|
|
1149
|
-
"migrationAliasFor": "sidebar"
|
|
1331
|
+
"migrationAliasFor": "statistic",
|
|
1332
|
+
"status": "preview",
|
|
1333
|
+
"distribution": "source-copy"
|
|
1150
1334
|
},
|
|
1151
1335
|
"smart-card": {
|
|
1152
1336
|
"category": "display",
|
|
1153
|
-
"migrationAliasFor": "info-card"
|
|
1337
|
+
"migrationAliasFor": "info-card",
|
|
1338
|
+
"status": "preview",
|
|
1339
|
+
"distribution": "source-copy"
|
|
1154
1340
|
},
|
|
1155
1341
|
"file-dropzone": {
|
|
1156
1342
|
"category": "upload",
|
|
1157
|
-
"migrationAliasFor": "file-upload"
|
|
1343
|
+
"migrationAliasFor": "file-upload",
|
|
1344
|
+
"status": "preview",
|
|
1345
|
+
"distribution": "source-copy"
|
|
1158
1346
|
},
|
|
1159
1347
|
"comparison-card": {
|
|
1160
1348
|
"category": "display",
|
|
1161
|
-
"migrationAliasFor": "card"
|
|
1349
|
+
"migrationAliasFor": "card",
|
|
1350
|
+
"status": "preview",
|
|
1351
|
+
"distribution": "source-copy"
|
|
1162
1352
|
},
|
|
1163
1353
|
"delta-badge": {
|
|
1164
1354
|
"category": "display",
|
|
1165
|
-
"migrationAliasFor": "badge"
|
|
1355
|
+
"migrationAliasFor": "badge",
|
|
1356
|
+
"status": "preview",
|
|
1357
|
+
"distribution": "source-copy"
|
|
1166
1358
|
},
|
|
1167
1359
|
"trend-card": {
|
|
1168
1360
|
"category": "display",
|
|
1169
|
-
"migrationAliasFor": "statistic"
|
|
1361
|
+
"migrationAliasFor": "statistic",
|
|
1362
|
+
"status": "preview",
|
|
1363
|
+
"distribution": "source-copy"
|
|
1170
1364
|
},
|
|
1171
1365
|
"user-card": {
|
|
1172
1366
|
"category": "display",
|
|
1173
|
-
"migrationAliasFor": "avatar"
|
|
1367
|
+
"migrationAliasFor": "avatar",
|
|
1368
|
+
"status": "preview",
|
|
1369
|
+
"distribution": "source-copy"
|
|
1174
1370
|
},
|
|
1175
1371
|
"sheet-shell": {
|
|
1176
1372
|
"category": "overlay",
|
|
1177
|
-
"migrationAliasFor": "drawer"
|
|
1373
|
+
"migrationAliasFor": "drawer",
|
|
1374
|
+
"status": "preview",
|
|
1375
|
+
"distribution": "source-copy"
|
|
1178
1376
|
},
|
|
1179
1377
|
"nav-tabs": {
|
|
1180
1378
|
"category": "navigation",
|
|
1181
|
-
"migrationAliasFor": "tabs"
|
|
1379
|
+
"migrationAliasFor": "tabs",
|
|
1380
|
+
"status": "preview",
|
|
1381
|
+
"distribution": "source-copy"
|
|
1182
1382
|
},
|
|
1183
1383
|
"page-tabs": {
|
|
1184
1384
|
"category": "navigation",
|
|
1185
|
-
"migrationAliasFor": "tabs"
|
|
1385
|
+
"migrationAliasFor": "tabs",
|
|
1386
|
+
"status": "preview",
|
|
1387
|
+
"distribution": "source-copy"
|
|
1186
1388
|
},
|
|
1187
1389
|
"stepper-tabs": {
|
|
1188
1390
|
"category": "navigation",
|
|
1189
|
-
"migrationAliasFor": "stepper"
|
|
1391
|
+
"migrationAliasFor": "stepper",
|
|
1392
|
+
"status": "preview",
|
|
1393
|
+
"distribution": "source-copy"
|
|
1190
1394
|
},
|
|
1191
1395
|
"command-bar": {
|
|
1192
1396
|
"category": "navigation",
|
|
1193
|
-
"migrationAliasFor": "command-palette"
|
|
1397
|
+
"migrationAliasFor": "command-palette",
|
|
1398
|
+
"status": "preview",
|
|
1399
|
+
"distribution": "source-copy"
|
|
1194
1400
|
},
|
|
1195
1401
|
"data-list": {
|
|
1196
1402
|
"category": "display",
|
|
1197
|
-
"migrationAliasFor": "list"
|
|
1403
|
+
"migrationAliasFor": "list",
|
|
1404
|
+
"status": "preview",
|
|
1405
|
+
"distribution": "source-copy"
|
|
1198
1406
|
},
|
|
1199
1407
|
"property-grid": {
|
|
1200
1408
|
"category": "display",
|
|
1201
|
-
"migrationAliasFor": "description-list"
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
"category": "display",
|
|
1205
|
-
"migrationAliasFor": "page-state"
|
|
1409
|
+
"migrationAliasFor": "description-list",
|
|
1410
|
+
"status": "preview",
|
|
1411
|
+
"distribution": "source-copy"
|
|
1206
1412
|
},
|
|
1207
1413
|
"data-table-bulk-actions": {
|
|
1208
1414
|
"category": "data-table",
|
|
1209
|
-
"migrationAliasFor": "data-table"
|
|
1415
|
+
"migrationAliasFor": "data-table",
|
|
1416
|
+
"status": "preview",
|
|
1417
|
+
"distribution": "system"
|
|
1210
1418
|
},
|
|
1211
1419
|
"data-table-column-visibility-menu": {
|
|
1212
1420
|
"category": "data-table",
|
|
1213
|
-
"migrationAliasFor": "data-table"
|
|
1421
|
+
"migrationAliasFor": "data-table",
|
|
1422
|
+
"status": "preview",
|
|
1423
|
+
"distribution": "system"
|
|
1214
1424
|
},
|
|
1215
1425
|
"data-table-pagination": {
|
|
1216
1426
|
"category": "data-table",
|
|
1217
|
-
"migrationAliasFor": "data-table"
|
|
1427
|
+
"migrationAliasFor": "data-table",
|
|
1428
|
+
"status": "preview",
|
|
1429
|
+
"distribution": "system"
|
|
1218
1430
|
},
|
|
1219
1431
|
"data-table-row-actions": {
|
|
1220
1432
|
"category": "data-table",
|
|
1221
|
-
"migrationAliasFor": "data-table"
|
|
1433
|
+
"migrationAliasFor": "data-table",
|
|
1434
|
+
"status": "preview",
|
|
1435
|
+
"distribution": "system"
|
|
1222
1436
|
},
|
|
1223
1437
|
"data-table-saved-filters": {
|
|
1224
1438
|
"category": "data-table",
|
|
1225
|
-
"migrationAliasFor": "data-table"
|
|
1439
|
+
"migrationAliasFor": "data-table",
|
|
1440
|
+
"status": "preview",
|
|
1441
|
+
"distribution": "system"
|
|
1226
1442
|
},
|
|
1227
1443
|
"data-table-select-column": {
|
|
1228
1444
|
"category": "data-table",
|
|
1229
|
-
"migrationAliasFor": "data-table"
|
|
1445
|
+
"migrationAliasFor": "data-table",
|
|
1446
|
+
"status": "preview",
|
|
1447
|
+
"distribution": "system"
|
|
1230
1448
|
},
|
|
1231
1449
|
"data-table-sortable-header": {
|
|
1232
1450
|
"category": "data-table",
|
|
1233
|
-
"migrationAliasFor": "data-table"
|
|
1451
|
+
"migrationAliasFor": "data-table",
|
|
1452
|
+
"status": "preview",
|
|
1453
|
+
"distribution": "system"
|
|
1234
1454
|
},
|
|
1235
1455
|
"data-table-toolbar": {
|
|
1236
1456
|
"category": "data-table",
|
|
1237
|
-
"migrationAliasFor": "data-table"
|
|
1457
|
+
"migrationAliasFor": "data-table",
|
|
1458
|
+
"status": "preview",
|
|
1459
|
+
"distribution": "system"
|
|
1238
1460
|
},
|
|
1239
1461
|
"data-table-view-presets": {
|
|
1240
1462
|
"category": "data-table",
|
|
1241
|
-
"migrationAliasFor": "data-table"
|
|
1463
|
+
"migrationAliasFor": "data-table",
|
|
1464
|
+
"status": "preview",
|
|
1465
|
+
"distribution": "system"
|
|
1242
1466
|
},
|
|
1243
1467
|
"data-state": {
|
|
1244
1468
|
"category": "display",
|
|
@@ -1250,7 +1474,9 @@
|
|
|
1250
1474
|
"source": "src/components/display/data-state.tsx",
|
|
1251
1475
|
"target": "{components}/display/data-state.tsx"
|
|
1252
1476
|
}
|
|
1253
|
-
]
|
|
1477
|
+
],
|
|
1478
|
+
"status": "preview",
|
|
1479
|
+
"distribution": "source-copy"
|
|
1254
1480
|
},
|
|
1255
1481
|
"data-table": {
|
|
1256
1482
|
"category": "data-table",
|
|
@@ -1324,19 +1550,27 @@
|
|
|
1324
1550
|
"source": "src/components/data-table/table-import-button.tsx",
|
|
1325
1551
|
"target": "{components}/data-table/table-import-button.tsx"
|
|
1326
1552
|
}
|
|
1327
|
-
]
|
|
1553
|
+
],
|
|
1554
|
+
"status": "preview",
|
|
1555
|
+
"distribution": "system"
|
|
1328
1556
|
},
|
|
1329
1557
|
"data-table-actions-column": {
|
|
1330
1558
|
"category": "data-table",
|
|
1331
|
-
"migrationAliasFor": "data-table"
|
|
1559
|
+
"migrationAliasFor": "data-table",
|
|
1560
|
+
"status": "internal",
|
|
1561
|
+
"distribution": "system"
|
|
1332
1562
|
},
|
|
1333
1563
|
"table-export-menu": {
|
|
1334
1564
|
"category": "data-table",
|
|
1335
|
-
"migrationAliasFor": "data-table"
|
|
1565
|
+
"migrationAliasFor": "data-table",
|
|
1566
|
+
"status": "internal",
|
|
1567
|
+
"distribution": "system"
|
|
1336
1568
|
},
|
|
1337
1569
|
"table-import-button": {
|
|
1338
1570
|
"category": "data-table",
|
|
1339
|
-
"migrationAliasFor": "data-table"
|
|
1571
|
+
"migrationAliasFor": "data-table",
|
|
1572
|
+
"status": "internal",
|
|
1573
|
+
"distribution": "system"
|
|
1340
1574
|
},
|
|
1341
1575
|
"description-list": {
|
|
1342
1576
|
"category": "display",
|
|
@@ -1345,7 +1579,9 @@
|
|
|
1345
1579
|
"source": "src/components/display/description-list.tsx",
|
|
1346
1580
|
"target": "{components}/display/description-list.tsx"
|
|
1347
1581
|
}
|
|
1348
|
-
]
|
|
1582
|
+
],
|
|
1583
|
+
"status": "stable",
|
|
1584
|
+
"distribution": "source-copy"
|
|
1349
1585
|
},
|
|
1350
1586
|
"divider": {
|
|
1351
1587
|
"category": "ui",
|
|
@@ -1354,7 +1590,9 @@
|
|
|
1354
1590
|
"source": "src/components/ui/divider",
|
|
1355
1591
|
"target": "{ui}/divider"
|
|
1356
1592
|
}
|
|
1357
|
-
]
|
|
1593
|
+
],
|
|
1594
|
+
"status": "preview",
|
|
1595
|
+
"distribution": "foundation"
|
|
1358
1596
|
},
|
|
1359
1597
|
"file-upload": {
|
|
1360
1598
|
"category": "upload",
|
|
@@ -1363,7 +1601,9 @@
|
|
|
1363
1601
|
"source": "src/components/upload/file-upload.tsx",
|
|
1364
1602
|
"target": "{components}/upload/file-upload.tsx"
|
|
1365
1603
|
}
|
|
1366
|
-
]
|
|
1604
|
+
],
|
|
1605
|
+
"status": "preview",
|
|
1606
|
+
"distribution": "source-copy"
|
|
1367
1607
|
},
|
|
1368
1608
|
"filter-bar": {
|
|
1369
1609
|
"category": "filters",
|
|
@@ -1372,7 +1612,9 @@
|
|
|
1372
1612
|
"source": "src/components/filters/filter-bar.tsx",
|
|
1373
1613
|
"target": "{components}/filters/filter-bar.tsx"
|
|
1374
1614
|
}
|
|
1375
|
-
]
|
|
1615
|
+
],
|
|
1616
|
+
"status": "stable",
|
|
1617
|
+
"distribution": "source-copy"
|
|
1376
1618
|
},
|
|
1377
1619
|
"empty-state": {
|
|
1378
1620
|
"category": "patterns",
|
|
@@ -1385,7 +1627,9 @@
|
|
|
1385
1627
|
"source": "src/components/patterns/empty-state.tsx",
|
|
1386
1628
|
"target": "{components}/patterns/empty-state.tsx"
|
|
1387
1629
|
}
|
|
1388
|
-
]
|
|
1630
|
+
],
|
|
1631
|
+
"status": "preview",
|
|
1632
|
+
"distribution": "system"
|
|
1389
1633
|
},
|
|
1390
1634
|
"charts": {
|
|
1391
1635
|
"category": "charts",
|
|
@@ -1406,11 +1650,13 @@
|
|
|
1406
1650
|
"source": "src/components/charts/index.ts",
|
|
1407
1651
|
"target": "{components}/charts/index.ts"
|
|
1408
1652
|
}
|
|
1409
|
-
]
|
|
1653
|
+
],
|
|
1654
|
+
"status": "stable"
|
|
1410
1655
|
},
|
|
1411
1656
|
"horizontal-bar-chart": {
|
|
1412
1657
|
"category": "charts",
|
|
1413
|
-
"migrationAliasFor": "charts"
|
|
1658
|
+
"migrationAliasFor": "charts",
|
|
1659
|
+
"status": "preview"
|
|
1414
1660
|
},
|
|
1415
1661
|
"image-upload": {
|
|
1416
1662
|
"category": "upload",
|
|
@@ -1419,7 +1665,9 @@
|
|
|
1419
1665
|
"source": "src/components/upload/image-upload.tsx",
|
|
1420
1666
|
"target": "{components}/upload/image-upload.tsx"
|
|
1421
1667
|
}
|
|
1422
|
-
]
|
|
1668
|
+
],
|
|
1669
|
+
"status": "preview",
|
|
1670
|
+
"distribution": "source-copy"
|
|
1423
1671
|
},
|
|
1424
1672
|
"kanban": {
|
|
1425
1673
|
"category": "display",
|
|
@@ -1440,7 +1688,9 @@
|
|
|
1440
1688
|
"source": "src/components/display/kanban.tsx",
|
|
1441
1689
|
"target": "{components}/display/kanban.tsx"
|
|
1442
1690
|
}
|
|
1443
|
-
]
|
|
1691
|
+
],
|
|
1692
|
+
"status": "preview",
|
|
1693
|
+
"distribution": "source-copy"
|
|
1444
1694
|
},
|
|
1445
1695
|
"chat": {
|
|
1446
1696
|
"category": "display",
|
|
@@ -1460,11 +1710,14 @@
|
|
|
1460
1710
|
"source": "src/components/display/chat.tsx",
|
|
1461
1711
|
"target": "{components}/display/chat.tsx"
|
|
1462
1712
|
}
|
|
1463
|
-
]
|
|
1713
|
+
],
|
|
1714
|
+
"status": "preview",
|
|
1715
|
+
"distribution": "source-copy"
|
|
1464
1716
|
},
|
|
1465
1717
|
"kpi": {
|
|
1466
1718
|
"category": "charts",
|
|
1467
|
-
"migrationAliasFor": "statistic"
|
|
1719
|
+
"migrationAliasFor": "statistic",
|
|
1720
|
+
"status": "preview"
|
|
1468
1721
|
},
|
|
1469
1722
|
"list": {
|
|
1470
1723
|
"category": "display",
|
|
@@ -1473,7 +1726,9 @@
|
|
|
1473
1726
|
"source": "src/components/display/list.tsx",
|
|
1474
1727
|
"target": "{components}/display/list.tsx"
|
|
1475
1728
|
}
|
|
1476
|
-
]
|
|
1729
|
+
],
|
|
1730
|
+
"status": "preview",
|
|
1731
|
+
"distribution": "source-copy"
|
|
1477
1732
|
},
|
|
1478
1733
|
"otp-input": {
|
|
1479
1734
|
"category": "inputs",
|
|
@@ -1482,7 +1737,9 @@
|
|
|
1482
1737
|
"source": "src/components/inputs/otp-input.tsx",
|
|
1483
1738
|
"target": "{components}/inputs/otp-input.tsx"
|
|
1484
1739
|
}
|
|
1485
|
-
]
|
|
1740
|
+
],
|
|
1741
|
+
"status": "preview",
|
|
1742
|
+
"distribution": "source-copy"
|
|
1486
1743
|
},
|
|
1487
1744
|
"color-picker": {
|
|
1488
1745
|
"category": "inputs",
|
|
@@ -1494,7 +1751,9 @@
|
|
|
1494
1751
|
"source": "src/components/inputs/color-picker.tsx",
|
|
1495
1752
|
"target": "{components}/inputs/color-picker.tsx"
|
|
1496
1753
|
}
|
|
1497
|
-
]
|
|
1754
|
+
],
|
|
1755
|
+
"status": "stable",
|
|
1756
|
+
"distribution": "source-copy"
|
|
1498
1757
|
},
|
|
1499
1758
|
"signature-pad": {
|
|
1500
1759
|
"category": "inputs",
|
|
@@ -1509,7 +1768,9 @@
|
|
|
1509
1768
|
"source": "src/components/inputs/signature-pad.tsx",
|
|
1510
1769
|
"target": "{components}/inputs/signature-pad.tsx"
|
|
1511
1770
|
}
|
|
1512
|
-
]
|
|
1771
|
+
],
|
|
1772
|
+
"status": "preview",
|
|
1773
|
+
"distribution": "source-copy"
|
|
1513
1774
|
},
|
|
1514
1775
|
"pagination": {
|
|
1515
1776
|
"category": "navigation",
|
|
@@ -1518,7 +1779,9 @@
|
|
|
1518
1779
|
"source": "src/components/navigation/pagination.tsx",
|
|
1519
1780
|
"target": "{components}/navigation/pagination.tsx"
|
|
1520
1781
|
}
|
|
1521
|
-
]
|
|
1782
|
+
],
|
|
1783
|
+
"status": "stable",
|
|
1784
|
+
"distribution": "source-copy"
|
|
1522
1785
|
},
|
|
1523
1786
|
"progress": {
|
|
1524
1787
|
"category": "display",
|
|
@@ -1527,11 +1790,9 @@
|
|
|
1527
1790
|
"source": "src/components/display/progress.tsx",
|
|
1528
1791
|
"target": "{components}/display/progress.tsx"
|
|
1529
1792
|
}
|
|
1530
|
-
]
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
"category": "charts",
|
|
1534
|
-
"migrationAliasFor": "progress-circle"
|
|
1793
|
+
],
|
|
1794
|
+
"status": "stable",
|
|
1795
|
+
"distribution": "source-copy"
|
|
1535
1796
|
},
|
|
1536
1797
|
"progress-circle": {
|
|
1537
1798
|
"category": "charts",
|
|
@@ -1539,12 +1800,9 @@
|
|
|
1539
1800
|
{
|
|
1540
1801
|
"source": "src/components/charts/progress-circle.tsx",
|
|
1541
1802
|
"target": "{components}/charts/progress-circle.tsx"
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"source": "src/components/charts/progress-ring.tsx",
|
|
1545
|
-
"target": "{components}/charts/progress-ring.tsx"
|
|
1546
1803
|
}
|
|
1547
|
-
]
|
|
1804
|
+
],
|
|
1805
|
+
"status": "stable"
|
|
1548
1806
|
},
|
|
1549
1807
|
"quick-action-grid": {
|
|
1550
1808
|
"category": "actions",
|
|
@@ -1553,7 +1811,9 @@
|
|
|
1553
1811
|
"source": "src/components/actions/quick-action-grid.tsx",
|
|
1554
1812
|
"target": "{components}/actions/quick-action-grid.tsx"
|
|
1555
1813
|
}
|
|
1556
|
-
]
|
|
1814
|
+
],
|
|
1815
|
+
"status": "preview",
|
|
1816
|
+
"distribution": "source-copy"
|
|
1557
1817
|
},
|
|
1558
1818
|
"rating": {
|
|
1559
1819
|
"category": "inputs",
|
|
@@ -1562,7 +1822,9 @@
|
|
|
1562
1822
|
"source": "src/components/inputs/rating.tsx",
|
|
1563
1823
|
"target": "{components}/inputs/rating.tsx"
|
|
1564
1824
|
}
|
|
1565
|
-
]
|
|
1825
|
+
],
|
|
1826
|
+
"status": "preview",
|
|
1827
|
+
"distribution": "source-copy"
|
|
1566
1828
|
},
|
|
1567
1829
|
"section": {
|
|
1568
1830
|
"category": "layout",
|
|
@@ -1571,7 +1833,9 @@
|
|
|
1571
1833
|
"source": "src/components/layout/section.tsx",
|
|
1572
1834
|
"target": "{components}/layout/section.tsx"
|
|
1573
1835
|
}
|
|
1574
|
-
]
|
|
1836
|
+
],
|
|
1837
|
+
"status": "preview",
|
|
1838
|
+
"distribution": "source-copy"
|
|
1575
1839
|
},
|
|
1576
1840
|
"slider": {
|
|
1577
1841
|
"category": "inputs",
|
|
@@ -1580,7 +1844,9 @@
|
|
|
1580
1844
|
"source": "src/components/inputs/slider.tsx",
|
|
1581
1845
|
"target": "{components}/inputs/slider.tsx"
|
|
1582
1846
|
}
|
|
1583
|
-
]
|
|
1847
|
+
],
|
|
1848
|
+
"status": "preview",
|
|
1849
|
+
"distribution": "source-copy"
|
|
1584
1850
|
},
|
|
1585
1851
|
"info-card": {
|
|
1586
1852
|
"category": "display",
|
|
@@ -1594,7 +1860,9 @@
|
|
|
1594
1860
|
"source": "src/components/display/info-card.tsx",
|
|
1595
1861
|
"target": "{components}/display/info-card.tsx"
|
|
1596
1862
|
}
|
|
1597
|
-
]
|
|
1863
|
+
],
|
|
1864
|
+
"status": "stable",
|
|
1865
|
+
"distribution": "source-copy"
|
|
1598
1866
|
},
|
|
1599
1867
|
"spinner": {
|
|
1600
1868
|
"category": "ui",
|
|
@@ -1603,7 +1871,9 @@
|
|
|
1603
1871
|
"source": "src/components/ui/spinner",
|
|
1604
1872
|
"target": "{ui}/spinner"
|
|
1605
1873
|
}
|
|
1606
|
-
]
|
|
1874
|
+
],
|
|
1875
|
+
"status": "preview",
|
|
1876
|
+
"distribution": "foundation"
|
|
1607
1877
|
},
|
|
1608
1878
|
"statistic": {
|
|
1609
1879
|
"category": "display",
|
|
@@ -1612,7 +1882,9 @@
|
|
|
1612
1882
|
"source": "src/components/display/statistic.tsx",
|
|
1613
1883
|
"target": "{components}/display/statistic.tsx"
|
|
1614
1884
|
}
|
|
1615
|
-
]
|
|
1885
|
+
],
|
|
1886
|
+
"status": "preview",
|
|
1887
|
+
"distribution": "source-copy"
|
|
1616
1888
|
},
|
|
1617
1889
|
"status-dot": {
|
|
1618
1890
|
"category": "display",
|
|
@@ -1621,7 +1893,9 @@
|
|
|
1621
1893
|
"source": "src/components/display/status-dot.tsx",
|
|
1622
1894
|
"target": "{components}/display/status-dot.tsx"
|
|
1623
1895
|
}
|
|
1624
|
-
]
|
|
1896
|
+
],
|
|
1897
|
+
"status": "preview",
|
|
1898
|
+
"distribution": "source-copy"
|
|
1625
1899
|
},
|
|
1626
1900
|
"status-legend": {
|
|
1627
1901
|
"category": "display",
|
|
@@ -1636,7 +1910,9 @@
|
|
|
1636
1910
|
"source": "src/components/display/status-legend.tsx",
|
|
1637
1911
|
"target": "{components}/display/status-legend.tsx"
|
|
1638
1912
|
}
|
|
1639
|
-
]
|
|
1913
|
+
],
|
|
1914
|
+
"status": "preview",
|
|
1915
|
+
"distribution": "source-copy"
|
|
1640
1916
|
},
|
|
1641
1917
|
"stepper": {
|
|
1642
1918
|
"category": "wizard",
|
|
@@ -1645,7 +1921,9 @@
|
|
|
1645
1921
|
"source": "src/components/wizard/stepper.tsx",
|
|
1646
1922
|
"target": "{components}/wizard/stepper.tsx"
|
|
1647
1923
|
}
|
|
1648
|
-
]
|
|
1924
|
+
],
|
|
1925
|
+
"status": "preview",
|
|
1926
|
+
"distribution": "source-copy"
|
|
1649
1927
|
},
|
|
1650
1928
|
"timeline": {
|
|
1651
1929
|
"category": "display",
|
|
@@ -1654,7 +1932,9 @@
|
|
|
1654
1932
|
"source": "src/components/display/timeline.tsx",
|
|
1655
1933
|
"target": "{components}/display/timeline.tsx"
|
|
1656
1934
|
}
|
|
1657
|
-
]
|
|
1935
|
+
],
|
|
1936
|
+
"status": "stable",
|
|
1937
|
+
"distribution": "source-copy"
|
|
1658
1938
|
},
|
|
1659
1939
|
"toast": {
|
|
1660
1940
|
"category": "notifications",
|
|
@@ -1663,7 +1943,9 @@
|
|
|
1663
1943
|
"source": "src/components/notifications/toast.tsx",
|
|
1664
1944
|
"target": "{components}/notifications/toast.tsx"
|
|
1665
1945
|
}
|
|
1666
|
-
]
|
|
1946
|
+
],
|
|
1947
|
+
"status": "preview",
|
|
1948
|
+
"distribution": "source-copy"
|
|
1667
1949
|
},
|
|
1668
1950
|
"tree-view": {
|
|
1669
1951
|
"category": "display",
|
|
@@ -1672,7 +1954,9 @@
|
|
|
1672
1954
|
"source": "src/components/display/tree-view.tsx",
|
|
1673
1955
|
"target": "{components}/display/tree-view.tsx"
|
|
1674
1956
|
}
|
|
1675
|
-
]
|
|
1957
|
+
],
|
|
1958
|
+
"status": "preview",
|
|
1959
|
+
"distribution": "source-copy"
|
|
1676
1960
|
},
|
|
1677
1961
|
"use-before-unload-when-dirty": {
|
|
1678
1962
|
"category": "hooks",
|
|
@@ -1681,7 +1965,9 @@
|
|
|
1681
1965
|
"source": "src/hooks/use-before-unload-when-dirty.ts",
|
|
1682
1966
|
"target": "{hooks}/use-before-unload-when-dirty.ts"
|
|
1683
1967
|
}
|
|
1684
|
-
]
|
|
1968
|
+
],
|
|
1969
|
+
"status": "stable",
|
|
1970
|
+
"distribution": "foundation"
|
|
1685
1971
|
},
|
|
1686
1972
|
"use-data-table-view-state": {
|
|
1687
1973
|
"category": "hooks",
|
|
@@ -1690,7 +1976,9 @@
|
|
|
1690
1976
|
"source": "src/hooks/use-data-table-view-state.ts",
|
|
1691
1977
|
"target": "{hooks}/use-data-table-view-state.ts"
|
|
1692
1978
|
}
|
|
1693
|
-
]
|
|
1979
|
+
],
|
|
1980
|
+
"status": "preview",
|
|
1981
|
+
"distribution": "foundation"
|
|
1694
1982
|
},
|
|
1695
1983
|
"use-debounce": {
|
|
1696
1984
|
"category": "hooks",
|
|
@@ -1699,7 +1987,9 @@
|
|
|
1699
1987
|
"source": "src/hooks/use-debounce.ts",
|
|
1700
1988
|
"target": "{hooks}/use-debounce.ts"
|
|
1701
1989
|
}
|
|
1702
|
-
]
|
|
1990
|
+
],
|
|
1991
|
+
"status": "stable",
|
|
1992
|
+
"distribution": "foundation"
|
|
1703
1993
|
},
|
|
1704
1994
|
"use-disclosure": {
|
|
1705
1995
|
"category": "hooks",
|
|
@@ -1708,7 +1998,9 @@
|
|
|
1708
1998
|
"source": "src/hooks/use-disclosure.ts",
|
|
1709
1999
|
"target": "{hooks}/use-disclosure.ts"
|
|
1710
2000
|
}
|
|
1711
|
-
]
|
|
2001
|
+
],
|
|
2002
|
+
"status": "stable",
|
|
2003
|
+
"distribution": "foundation"
|
|
1712
2004
|
},
|
|
1713
2005
|
"use-is-mobile": {
|
|
1714
2006
|
"category": "hooks",
|
|
@@ -1717,7 +2009,9 @@
|
|
|
1717
2009
|
"source": "src/hooks/use-is-mobile.ts",
|
|
1718
2010
|
"target": "{hooks}/use-is-mobile.ts"
|
|
1719
2011
|
}
|
|
1720
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"status": "stable",
|
|
2014
|
+
"distribution": "foundation"
|
|
1721
2015
|
},
|
|
1722
2016
|
"use-session-storage-state": {
|
|
1723
2017
|
"category": "hooks",
|
|
@@ -1726,7 +2020,9 @@
|
|
|
1726
2020
|
"source": "src/hooks/use-session-storage-state.ts",
|
|
1727
2021
|
"target": "{hooks}/use-session-storage-state.ts"
|
|
1728
2022
|
}
|
|
1729
|
-
]
|
|
2023
|
+
],
|
|
2024
|
+
"status": "stable",
|
|
2025
|
+
"distribution": "foundation"
|
|
1730
2026
|
},
|
|
1731
2027
|
"wizard": {
|
|
1732
2028
|
"category": "wizard",
|
|
@@ -1735,7 +2031,9 @@
|
|
|
1735
2031
|
"source": "src/components/wizard/wizard.tsx",
|
|
1736
2032
|
"target": "{components}/wizard/wizard.tsx"
|
|
1737
2033
|
}
|
|
1738
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"status": "preview",
|
|
2036
|
+
"distribution": "source-copy"
|
|
1739
2037
|
},
|
|
1740
2038
|
"inline-editable": {
|
|
1741
2039
|
"category": "inputs",
|
|
@@ -1744,7 +2042,9 @@
|
|
|
1744
2042
|
"source": "src/components/inputs/inline-editable.tsx",
|
|
1745
2043
|
"target": "{components}/inputs/inline-editable.tsx"
|
|
1746
2044
|
}
|
|
1747
|
-
]
|
|
2045
|
+
],
|
|
2046
|
+
"status": "preview",
|
|
2047
|
+
"distribution": "source-copy"
|
|
1748
2048
|
},
|
|
1749
2049
|
"command-palette": {
|
|
1750
2050
|
"category": "command",
|
|
@@ -1764,7 +2064,9 @@
|
|
|
1764
2064
|
"source": "src/components/command/command-palette.tsx",
|
|
1765
2065
|
"target": "{components}/command/command-palette.tsx"
|
|
1766
2066
|
}
|
|
1767
|
-
]
|
|
2067
|
+
],
|
|
2068
|
+
"status": "preview",
|
|
2069
|
+
"distribution": "source-copy"
|
|
1768
2070
|
},
|
|
1769
2071
|
"saved-filter-select": {
|
|
1770
2072
|
"category": "filters",
|
|
@@ -1773,7 +2075,9 @@
|
|
|
1773
2075
|
"source": "src/components/filters/saved-filter-select.tsx",
|
|
1774
2076
|
"target": "{components}/filters/saved-filter-select.tsx"
|
|
1775
2077
|
}
|
|
1776
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"status": "preview",
|
|
2080
|
+
"distribution": "source-copy"
|
|
1777
2081
|
},
|
|
1778
2082
|
"notification-center": {
|
|
1779
2083
|
"category": "notifications",
|
|
@@ -1782,7 +2086,9 @@
|
|
|
1782
2086
|
"source": "src/components/notifications/notification-center.tsx",
|
|
1783
2087
|
"target": "{components}/notifications/notification-center.tsx"
|
|
1784
2088
|
}
|
|
1785
|
-
]
|
|
2089
|
+
],
|
|
2090
|
+
"status": "preview",
|
|
2091
|
+
"distribution": "source-copy"
|
|
1786
2092
|
},
|
|
1787
2093
|
"calendar-scheduler": {
|
|
1788
2094
|
"category": "modern",
|
|
@@ -1794,7 +2100,9 @@
|
|
|
1794
2100
|
"source": "src/components/modern/calendar-scheduler.tsx",
|
|
1795
2101
|
"target": "{components}/modern/calendar-scheduler.tsx"
|
|
1796
2102
|
}
|
|
1797
|
-
]
|
|
2103
|
+
],
|
|
2104
|
+
"status": "preview",
|
|
2105
|
+
"distribution": "source-copy"
|
|
1798
2106
|
},
|
|
1799
2107
|
"dual-list-picker": {
|
|
1800
2108
|
"category": "modern",
|
|
@@ -1806,7 +2114,9 @@
|
|
|
1806
2114
|
"source": "src/components/modern/dual-list-picker.tsx",
|
|
1807
2115
|
"target": "{components}/modern/dual-list-picker.tsx"
|
|
1808
2116
|
}
|
|
1809
|
-
]
|
|
2117
|
+
],
|
|
2118
|
+
"status": "preview",
|
|
2119
|
+
"distribution": "source-copy"
|
|
1810
2120
|
},
|
|
1811
2121
|
"resizable-panel": {
|
|
1812
2122
|
"category": "modern",
|
|
@@ -1821,7 +2131,9 @@
|
|
|
1821
2131
|
"source": "src/components/modern/resizable-panel.tsx",
|
|
1822
2132
|
"target": "{components}/modern/resizable-panel.tsx"
|
|
1823
2133
|
}
|
|
1824
|
-
]
|
|
2134
|
+
],
|
|
2135
|
+
"status": "preview",
|
|
2136
|
+
"distribution": "source-copy"
|
|
1825
2137
|
},
|
|
1826
2138
|
"rich-text-editor": {
|
|
1827
2139
|
"category": "modern",
|
|
@@ -1841,7 +2153,9 @@
|
|
|
1841
2153
|
"source": "src/components/modern/rich-text-editor.tsx",
|
|
1842
2154
|
"target": "{components}/modern/rich-text-editor.tsx"
|
|
1843
2155
|
}
|
|
1844
|
-
]
|
|
2156
|
+
],
|
|
2157
|
+
"status": "preview",
|
|
2158
|
+
"distribution": "source-copy"
|
|
1845
2159
|
},
|
|
1846
2160
|
"image-cropper": {
|
|
1847
2161
|
"category": "modern",
|
|
@@ -1857,7 +2171,9 @@
|
|
|
1857
2171
|
"source": "src/components/modern/image-cropper.tsx",
|
|
1858
2172
|
"target": "{components}/modern/image-cropper.tsx"
|
|
1859
2173
|
}
|
|
1860
|
-
]
|
|
2174
|
+
],
|
|
2175
|
+
"status": "preview",
|
|
2176
|
+
"distribution": "source-copy"
|
|
1861
2177
|
},
|
|
1862
2178
|
"qr-code": {
|
|
1863
2179
|
"category": "display",
|
|
@@ -1873,7 +2189,9 @@
|
|
|
1873
2189
|
"source": "src/components/display/qr-code.tsx",
|
|
1874
2190
|
"target": "{components}/display/qr-code.tsx"
|
|
1875
2191
|
}
|
|
1876
|
-
]
|
|
2192
|
+
],
|
|
2193
|
+
"status": "stable",
|
|
2194
|
+
"distribution": "source-copy"
|
|
1877
2195
|
},
|
|
1878
2196
|
"json-input": {
|
|
1879
2197
|
"category": "inputs",
|
|
@@ -1885,7 +2203,9 @@
|
|
|
1885
2203
|
"source": "src/components/inputs/json-input.tsx",
|
|
1886
2204
|
"target": "{components}/inputs/json-input.tsx"
|
|
1887
2205
|
}
|
|
1888
|
-
]
|
|
2206
|
+
],
|
|
2207
|
+
"status": "preview",
|
|
2208
|
+
"distribution": "source-copy"
|
|
1889
2209
|
},
|
|
1890
2210
|
"time-picker": {
|
|
1891
2211
|
"category": "inputs",
|
|
@@ -1897,7 +2217,9 @@
|
|
|
1897
2217
|
"source": "src/components/inputs/time-picker.tsx",
|
|
1898
2218
|
"target": "{components}/inputs/time-picker.tsx"
|
|
1899
2219
|
}
|
|
1900
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"status": "preview",
|
|
2222
|
+
"distribution": "source-copy"
|
|
1901
2223
|
},
|
|
1902
2224
|
"sortable-list": {
|
|
1903
2225
|
"category": "dnd",
|
|
@@ -1914,7 +2236,9 @@
|
|
|
1914
2236
|
"source": "src/components/dnd/sortable-list.tsx",
|
|
1915
2237
|
"target": "{components}/dnd/sortable-list.tsx"
|
|
1916
2238
|
}
|
|
1917
|
-
]
|
|
2239
|
+
],
|
|
2240
|
+
"status": "preview",
|
|
2241
|
+
"distribution": "source-copy"
|
|
1918
2242
|
},
|
|
1919
2243
|
"virtual-list": {
|
|
1920
2244
|
"category": "display",
|
|
@@ -1929,280 +2253,494 @@
|
|
|
1929
2253
|
"source": "src/components/display/virtual-list.tsx",
|
|
1930
2254
|
"target": "{components}/display/virtual-list.tsx"
|
|
1931
2255
|
}
|
|
1932
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"status": "preview",
|
|
2258
|
+
"distribution": "source-copy"
|
|
1933
2259
|
}
|
|
1934
2260
|
},
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
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": [
|
|
1937
2378
|
"button",
|
|
1938
2379
|
"input",
|
|
1939
|
-
"textarea",
|
|
1940
|
-
"select",
|
|
1941
|
-
"combobox",
|
|
1942
|
-
"async-select",
|
|
1943
2380
|
"card",
|
|
2381
|
+
"badge"
|
|
2382
|
+
],
|
|
2383
|
+
"dashboard": [
|
|
2384
|
+
"sidebar",
|
|
2385
|
+
"workspace-layout",
|
|
2386
|
+
"button",
|
|
2387
|
+
"input",
|
|
1944
2388
|
"badge",
|
|
2389
|
+
"card",
|
|
2390
|
+
"data-table",
|
|
2391
|
+
"filter-bar",
|
|
2392
|
+
"state-view",
|
|
2393
|
+
"info-card"
|
|
2394
|
+
],
|
|
2395
|
+
"full": [
|
|
2396
|
+
"button",
|
|
2397
|
+
"input",
|
|
2398
|
+
"textarea",
|
|
1945
2399
|
"checkbox",
|
|
1946
2400
|
"switch",
|
|
1947
|
-
"
|
|
2401
|
+
"badge",
|
|
2402
|
+
"card",
|
|
2403
|
+
"skeleton",
|
|
2404
|
+
"tabs",
|
|
1948
2405
|
"dialog",
|
|
1949
2406
|
"dropdown-menu",
|
|
1950
2407
|
"popover",
|
|
2408
|
+
"tooltip",
|
|
1951
2409
|
"hover-card",
|
|
1952
2410
|
"menubar",
|
|
1953
2411
|
"navigation-menu",
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
2412
|
+
"select",
|
|
2413
|
+
"table",
|
|
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",
|
|
2424
|
+
"combobox",
|
|
2425
|
+
"async-select",
|
|
2426
|
+
"form-field-shell",
|
|
2427
|
+
"form-input",
|
|
2428
|
+
"form-select",
|
|
2429
|
+
"form-textarea",
|
|
2430
|
+
"form-switch",
|
|
2431
|
+
"form-date-range-input",
|
|
2432
|
+
"form-date-picker",
|
|
2433
|
+
"form-date-range-picker",
|
|
2434
|
+
"confirm-dialog",
|
|
2435
|
+
"alert-dialog",
|
|
2436
|
+
"drawer",
|
|
2437
|
+
"state-view",
|
|
2438
|
+
"sidebar-context",
|
|
2439
|
+
"workspace-layout",
|
|
2440
|
+
"sidebar",
|
|
1957
2441
|
"calendar",
|
|
1958
2442
|
"date-picker",
|
|
1959
2443
|
"date-range-picker",
|
|
2444
|
+
"action-menu",
|
|
2445
|
+
"activity-feed",
|
|
1960
2446
|
"alert",
|
|
1961
|
-
"toast",
|
|
1962
|
-
"notification-center",
|
|
1963
|
-
"charts",
|
|
1964
|
-
"sidebar",
|
|
1965
|
-
"breadcrumbs",
|
|
1966
|
-
"workspace-layout",
|
|
1967
|
-
"state-view",
|
|
1968
|
-
"file-upload",
|
|
1969
|
-
"progress",
|
|
1970
|
-
"accordion",
|
|
1971
|
-
"divider",
|
|
1972
|
-
"segmented-control",
|
|
1973
|
-
"skeleton",
|
|
1974
|
-
"spinner",
|
|
1975
|
-
"command-palette",
|
|
1976
|
-
"inline-editable",
|
|
1977
2447
|
"avatar",
|
|
2448
|
+
"breadcrumbs",
|
|
2449
|
+
"button-group",
|
|
1978
2450
|
"code-block",
|
|
2451
|
+
"collapse",
|
|
2452
|
+
"carousel",
|
|
2453
|
+
"tag",
|
|
2454
|
+
"typography",
|
|
2455
|
+
"command",
|
|
2456
|
+
"copy-button",
|
|
1979
2457
|
"data-state",
|
|
2458
|
+
"data-table",
|
|
2459
|
+
"description-list",
|
|
2460
|
+
"divider",
|
|
2461
|
+
"file-upload",
|
|
2462
|
+
"filter-bar",
|
|
2463
|
+
"empty-state",
|
|
2464
|
+
"charts",
|
|
2465
|
+
"image-upload",
|
|
1980
2466
|
"kanban",
|
|
1981
2467
|
"chat",
|
|
1982
2468
|
"list",
|
|
1983
|
-
"
|
|
2469
|
+
"otp-input",
|
|
2470
|
+
"color-picker",
|
|
2471
|
+
"signature-pad",
|
|
2472
|
+
"pagination",
|
|
2473
|
+
"progress",
|
|
2474
|
+
"progress-circle",
|
|
2475
|
+
"quick-action-grid",
|
|
2476
|
+
"rating",
|
|
2477
|
+
"section",
|
|
2478
|
+
"slider",
|
|
2479
|
+
"info-card",
|
|
2480
|
+
"spinner",
|
|
1984
2481
|
"statistic",
|
|
2482
|
+
"status-dot",
|
|
2483
|
+
"status-legend",
|
|
2484
|
+
"stepper",
|
|
2485
|
+
"timeline",
|
|
2486
|
+
"toast",
|
|
1985
2487
|
"tree-view",
|
|
1986
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
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",
|
|
1989
2499
|
"calendar-scheduler",
|
|
1990
2500
|
"dual-list-picker",
|
|
1991
2501
|
"resizable-panel",
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
2502
|
+
"rich-text-editor",
|
|
2503
|
+
"image-cropper",
|
|
2504
|
+
"qr-code",
|
|
1995
2505
|
"json-input",
|
|
1996
2506
|
"time-picker",
|
|
1997
2507
|
"sortable-list",
|
|
1998
|
-
"virtual-list"
|
|
1999
|
-
|
|
2000
|
-
"signature-pad",
|
|
2001
|
-
"qr-code",
|
|
2002
|
-
"rich-text-editor",
|
|
2003
|
-
"image-cropper"
|
|
2004
|
-
],
|
|
2005
|
-
"standalone": []
|
|
2508
|
+
"virtual-list"
|
|
2509
|
+
]
|
|
2006
2510
|
},
|
|
2007
2511
|
"groups": {
|
|
2008
|
-
"ui": [
|
|
2009
|
-
"accordion",
|
|
2010
|
-
"badge",
|
|
2011
|
-
"button",
|
|
2012
|
-
"card",
|
|
2013
|
-
"checkbox",
|
|
2014
|
-
"collapse",
|
|
2015
|
-
"command",
|
|
2016
|
-
"dialog",
|
|
2017
|
-
"divider",
|
|
2018
|
-
"dropdown-menu",
|
|
2019
|
-
"hover-card",
|
|
2020
|
-
"input",
|
|
2021
|
-
"kbd",
|
|
2022
|
-
"menubar",
|
|
2023
|
-
"popover",
|
|
2024
|
-
"radio-group",
|
|
2025
|
-
"right-click-menu",
|
|
2026
|
-
"scroll-box",
|
|
2027
|
-
"segmented-control",
|
|
2028
|
-
"select",
|
|
2029
|
-
"skeleton",
|
|
2030
|
-
"spinner",
|
|
2031
|
-
"switch",
|
|
2032
|
-
"table",
|
|
2033
|
-
"tabs",
|
|
2034
|
-
"textarea",
|
|
2035
|
-
"tooltip"
|
|
2036
|
-
],
|
|
2037
|
-
"navigation": [
|
|
2038
|
-
"navigation-menu",
|
|
2039
|
-
"pagination"
|
|
2040
|
-
],
|
|
2041
|
-
"inputs": [
|
|
2042
|
-
"async-select",
|
|
2043
|
-
"color-picker",
|
|
2044
|
-
"combobox",
|
|
2045
|
-
"inline-editable",
|
|
2046
|
-
"json-input",
|
|
2047
|
-
"otp-input",
|
|
2048
|
-
"rating",
|
|
2049
|
-
"signature-pad",
|
|
2050
|
-
"slider",
|
|
2051
|
-
"tag-input",
|
|
2052
|
-
"time-picker"
|
|
2053
|
-
],
|
|
2054
2512
|
"form": [
|
|
2055
|
-
"form-date-picker",
|
|
2056
|
-
"form-date-range-input",
|
|
2057
|
-
"form-date-range-picker",
|
|
2058
2513
|
"form-field-shell",
|
|
2059
2514
|
"form-input",
|
|
2060
2515
|
"form-select",
|
|
2516
|
+
"form-textarea",
|
|
2061
2517
|
"form-switch",
|
|
2062
|
-
"form-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
"alert-dialog",
|
|
2066
|
-
"confirm-dialog",
|
|
2067
|
-
"drawer"
|
|
2518
|
+
"form-date-range-input",
|
|
2519
|
+
"form-date-picker",
|
|
2520
|
+
"form-date-range-picker"
|
|
2068
2521
|
],
|
|
2069
2522
|
"feedback": [
|
|
2070
2523
|
"alert",
|
|
2071
|
-
"loading-state",
|
|
2072
|
-
"page-state",
|
|
2073
2524
|
"state-view"
|
|
2074
2525
|
],
|
|
2075
2526
|
"layout": [
|
|
2076
|
-
"
|
|
2077
|
-
"section",
|
|
2527
|
+
"workspace-layout",
|
|
2078
2528
|
"sidebar",
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2529
|
+
"breadcrumbs",
|
|
2530
|
+
"section"
|
|
2531
|
+
],
|
|
2532
|
+
"dashboard": [
|
|
2533
|
+
"layout",
|
|
2534
|
+
"feedback",
|
|
2535
|
+
"input",
|
|
2536
|
+
"async-select",
|
|
2537
|
+
"tag-input",
|
|
2538
|
+
"form"
|
|
2081
2539
|
],
|
|
2082
|
-
"calendar": [
|
|
2540
|
+
"calendar-kit": [
|
|
2083
2541
|
"calendar",
|
|
2084
2542
|
"date-picker",
|
|
2085
2543
|
"date-range-picker"
|
|
2086
2544
|
],
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2090
|
-
"copy-button",
|
|
2091
|
-
"quick-action-grid"
|
|
2545
|
+
"wizard-kit": [
|
|
2546
|
+
"stepper",
|
|
2547
|
+
"wizard"
|
|
2092
2548
|
],
|
|
2093
|
-
"
|
|
2549
|
+
"dnd": [
|
|
2550
|
+
"sortable-list"
|
|
2551
|
+
],
|
|
2552
|
+
"all": [
|
|
2553
|
+
"button",
|
|
2554
|
+
"input",
|
|
2555
|
+
"textarea",
|
|
2556
|
+
"checkbox",
|
|
2557
|
+
"switch",
|
|
2558
|
+
"badge",
|
|
2559
|
+
"card",
|
|
2560
|
+
"skeleton",
|
|
2561
|
+
"tabs",
|
|
2562
|
+
"dialog",
|
|
2563
|
+
"dropdown-menu",
|
|
2564
|
+
"popover",
|
|
2565
|
+
"tooltip",
|
|
2566
|
+
"hover-card",
|
|
2567
|
+
"menubar",
|
|
2568
|
+
"navigation-menu",
|
|
2569
|
+
"select",
|
|
2570
|
+
"table",
|
|
2571
|
+
"segmented-control",
|
|
2572
|
+
"radio-group",
|
|
2573
|
+
"accordion",
|
|
2574
|
+
"kbd",
|
|
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",
|
|
2597
|
+
"sidebar",
|
|
2598
|
+
"calendar",
|
|
2599
|
+
"date-picker",
|
|
2600
|
+
"date-range-picker",
|
|
2601
|
+
"action-menu",
|
|
2094
2602
|
"activity-feed",
|
|
2603
|
+
"alert",
|
|
2095
2604
|
"avatar",
|
|
2096
|
-
"
|
|
2097
|
-
"
|
|
2605
|
+
"breadcrumbs",
|
|
2606
|
+
"button-group",
|
|
2098
2607
|
"code-block",
|
|
2608
|
+
"collapse",
|
|
2609
|
+
"carousel",
|
|
2610
|
+
"tag",
|
|
2611
|
+
"typography",
|
|
2612
|
+
"command",
|
|
2613
|
+
"copy-button",
|
|
2099
2614
|
"data-state",
|
|
2615
|
+
"data-table",
|
|
2100
2616
|
"description-list",
|
|
2101
|
-
"
|
|
2617
|
+
"divider",
|
|
2618
|
+
"file-upload",
|
|
2619
|
+
"filter-bar",
|
|
2620
|
+
"empty-state",
|
|
2621
|
+
"charts",
|
|
2622
|
+
"image-upload",
|
|
2102
2623
|
"kanban",
|
|
2624
|
+
"chat",
|
|
2103
2625
|
"list",
|
|
2626
|
+
"otp-input",
|
|
2627
|
+
"color-picker",
|
|
2628
|
+
"signature-pad",
|
|
2629
|
+
"pagination",
|
|
2104
2630
|
"progress",
|
|
2105
|
-
"
|
|
2631
|
+
"progress-circle",
|
|
2632
|
+
"quick-action-grid",
|
|
2633
|
+
"rating",
|
|
2634
|
+
"section",
|
|
2635
|
+
"slider",
|
|
2636
|
+
"info-card",
|
|
2637
|
+
"spinner",
|
|
2106
2638
|
"statistic",
|
|
2107
2639
|
"status-dot",
|
|
2108
2640
|
"status-legend",
|
|
2109
|
-
"
|
|
2641
|
+
"stepper",
|
|
2110
2642
|
"timeline",
|
|
2643
|
+
"toast",
|
|
2111
2644
|
"tree-view",
|
|
2112
|
-
"typography",
|
|
2113
|
-
"virtual-list"
|
|
2114
|
-
],
|
|
2115
|
-
"data-table": [
|
|
2116
|
-
"data-table"
|
|
2117
|
-
],
|
|
2118
|
-
"upload": [
|
|
2119
|
-
"file-upload",
|
|
2120
|
-
"image-upload"
|
|
2121
|
-
],
|
|
2122
|
-
"filters": [
|
|
2123
|
-
"filter-bar",
|
|
2124
|
-
"saved-filter-select"
|
|
2125
|
-
],
|
|
2126
|
-
"patterns": [
|
|
2127
|
-
"empty-state"
|
|
2128
|
-
],
|
|
2129
|
-
"charts": [
|
|
2130
|
-
"charts",
|
|
2131
|
-
"progress-circle"
|
|
2132
|
-
],
|
|
2133
|
-
"wizard": [
|
|
2134
|
-
"stepper",
|
|
2135
|
-
"wizard"
|
|
2136
|
-
],
|
|
2137
|
-
"notifications": [
|
|
2138
|
-
"notification-center",
|
|
2139
|
-
"toast"
|
|
2140
|
-
],
|
|
2141
|
-
"hooks": [
|
|
2142
2645
|
"use-before-unload-when-dirty",
|
|
2143
2646
|
"use-data-table-view-state",
|
|
2144
2647
|
"use-debounce",
|
|
2145
2648
|
"use-disclosure",
|
|
2146
2649
|
"use-is-mobile",
|
|
2147
|
-
"use-session-storage-state"
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
"command-palette"
|
|
2151
|
-
|
|
2152
|
-
|
|
2650
|
+
"use-session-storage-state",
|
|
2651
|
+
"wizard",
|
|
2652
|
+
"inline-editable",
|
|
2653
|
+
"command-palette",
|
|
2654
|
+
"saved-filter-select",
|
|
2655
|
+
"notification-center",
|
|
2153
2656
|
"calendar-scheduler",
|
|
2154
2657
|
"dual-list-picker",
|
|
2658
|
+
"resizable-panel",
|
|
2659
|
+
"rich-text-editor",
|
|
2155
2660
|
"image-cropper",
|
|
2661
|
+
"qr-code",
|
|
2662
|
+
"json-input",
|
|
2663
|
+
"time-picker",
|
|
2664
|
+
"sortable-list",
|
|
2665
|
+
"virtual-list"
|
|
2666
|
+
],
|
|
2667
|
+
"inputs": []
|
|
2668
|
+
},
|
|
2669
|
+
"publicSurface": {
|
|
2670
|
+
"documented": [
|
|
2671
|
+
"button",
|
|
2672
|
+
"input",
|
|
2673
|
+
"textarea",
|
|
2674
|
+
"select",
|
|
2675
|
+
"combobox",
|
|
2676
|
+
"async-select",
|
|
2677
|
+
"card",
|
|
2678
|
+
"badge",
|
|
2679
|
+
"checkbox",
|
|
2680
|
+
"switch",
|
|
2681
|
+
"radio-group",
|
|
2682
|
+
"number-field",
|
|
2683
|
+
"toggle-group",
|
|
2684
|
+
"toolbar",
|
|
2685
|
+
"dialog",
|
|
2686
|
+
"dropdown-menu",
|
|
2687
|
+
"popover",
|
|
2688
|
+
"hover-card",
|
|
2689
|
+
"menubar",
|
|
2690
|
+
"navigation-menu",
|
|
2691
|
+
"tooltip",
|
|
2692
|
+
"data-table",
|
|
2693
|
+
"pagination",
|
|
2694
|
+
"calendar",
|
|
2695
|
+
"date-picker",
|
|
2696
|
+
"date-range-picker",
|
|
2697
|
+
"alert",
|
|
2698
|
+
"toast",
|
|
2699
|
+
"notification-center",
|
|
2700
|
+
"charts",
|
|
2701
|
+
"sidebar",
|
|
2702
|
+
"breadcrumbs",
|
|
2703
|
+
"workspace-layout",
|
|
2704
|
+
"state-view",
|
|
2705
|
+
"file-upload",
|
|
2706
|
+
"progress",
|
|
2707
|
+
"accordion",
|
|
2708
|
+
"divider",
|
|
2709
|
+
"segmented-control",
|
|
2710
|
+
"skeleton",
|
|
2711
|
+
"spinner",
|
|
2712
|
+
"command-palette",
|
|
2713
|
+
"inline-editable",
|
|
2714
|
+
"avatar",
|
|
2715
|
+
"code-block",
|
|
2716
|
+
"data-state",
|
|
2717
|
+
"kanban",
|
|
2718
|
+
"chat",
|
|
2719
|
+
"list",
|
|
2720
|
+
"description-list",
|
|
2721
|
+
"statistic",
|
|
2722
|
+
"tree-view",
|
|
2723
|
+
"copy-button",
|
|
2724
|
+
"section",
|
|
2725
|
+
"empty-state",
|
|
2726
|
+
"calendar-scheduler",
|
|
2727
|
+
"dual-list-picker",
|
|
2156
2728
|
"resizable-panel",
|
|
2157
|
-
"
|
|
2729
|
+
"tag",
|
|
2730
|
+
"carousel",
|
|
2731
|
+
"typography",
|
|
2732
|
+
"json-input",
|
|
2733
|
+
"time-picker",
|
|
2734
|
+
"sortable-list",
|
|
2735
|
+
"virtual-list",
|
|
2736
|
+
"color-picker",
|
|
2737
|
+
"signature-pad",
|
|
2738
|
+
"qr-code",
|
|
2739
|
+
"rich-text-editor",
|
|
2740
|
+
"image-cropper"
|
|
2158
2741
|
],
|
|
2159
|
-
"
|
|
2160
|
-
"sortable-list"
|
|
2161
|
-
]
|
|
2742
|
+
"standalone": []
|
|
2162
2743
|
},
|
|
2163
|
-
"recommended": [
|
|
2164
|
-
"button",
|
|
2165
|
-
"input",
|
|
2166
|
-
"textarea",
|
|
2167
|
-
"select",
|
|
2168
|
-
"combobox",
|
|
2169
|
-
"async-select",
|
|
2170
|
-
"card",
|
|
2171
|
-
"badge",
|
|
2172
|
-
"checkbox",
|
|
2173
|
-
"switch",
|
|
2174
|
-
"radio-group",
|
|
2175
|
-
"dropdown-menu",
|
|
2176
|
-
"popover",
|
|
2177
|
-
"hover-card",
|
|
2178
|
-
"menubar",
|
|
2179
|
-
"navigation-menu",
|
|
2180
|
-
"tooltip",
|
|
2181
|
-
"data-table",
|
|
2182
|
-
"pagination",
|
|
2183
|
-
"calendar",
|
|
2184
|
-
"date-picker",
|
|
2185
|
-
"date-range-picker",
|
|
2186
|
-
"alert",
|
|
2187
|
-
"toast",
|
|
2188
|
-
"notification-center",
|
|
2189
|
-
"sidebar",
|
|
2190
|
-
"breadcrumbs",
|
|
2191
|
-
"workspace-layout",
|
|
2192
|
-
"state-view",
|
|
2193
|
-
"file-upload",
|
|
2194
|
-
"progress",
|
|
2195
|
-
"accordion",
|
|
2196
|
-
"divider",
|
|
2197
|
-
"segmented-control",
|
|
2198
|
-
"skeleton",
|
|
2199
|
-
"spinner",
|
|
2200
|
-
"command-palette",
|
|
2201
|
-
"avatar",
|
|
2202
|
-
"kanban",
|
|
2203
|
-
"chat"
|
|
2204
|
-
],
|
|
2205
|
-
"recommendedByMode": {},
|
|
2206
2744
|
"migrationAliases": {
|
|
2207
2745
|
"simple-select": "select",
|
|
2208
2746
|
"dialog-actions": "dialog",
|
|
@@ -2224,12 +2762,7 @@
|
|
|
2224
2762
|
"input-value": "input",
|
|
2225
2763
|
"inputs": "input",
|
|
2226
2764
|
"app-sidebar": "sidebar",
|
|
2227
|
-
"page-header": "section",
|
|
2228
|
-
"page-container": "sidebar",
|
|
2229
|
-
"section-header": "section",
|
|
2230
|
-
"sidebar-nav": "sidebar",
|
|
2231
2765
|
"stat-card": "statistic",
|
|
2232
|
-
"sticky-footer-bar": "sidebar",
|
|
2233
2766
|
"smart-card": "info-card",
|
|
2234
2767
|
"file-dropzone": "file-upload",
|
|
2235
2768
|
"comparison-card": "card",
|
|
@@ -2243,7 +2776,6 @@
|
|
|
2243
2776
|
"command-bar": "command-palette",
|
|
2244
2777
|
"data-list": "list",
|
|
2245
2778
|
"property-grid": "description-list",
|
|
2246
|
-
"result": "page-state",
|
|
2247
2779
|
"data-table-bulk-actions": "data-table",
|
|
2248
2780
|
"data-table-column-visibility-menu": "data-table",
|
|
2249
2781
|
"data-table-pagination": "data-table",
|
|
@@ -2257,7 +2789,6 @@
|
|
|
2257
2789
|
"table-export-menu": "data-table",
|
|
2258
2790
|
"table-import-button": "data-table",
|
|
2259
2791
|
"horizontal-bar-chart": "charts",
|
|
2260
|
-
"kpi": "statistic"
|
|
2261
|
-
"progress-ring": "progress-circle"
|
|
2792
|
+
"kpi": "statistic"
|
|
2262
2793
|
}
|
|
2263
2794
|
}
|