tembro 2.1.6 → 2.1.8
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/dist/public-component-surface.cjs +1 -1
- package/dist/public-component-surface.js +0 -10
- package/dist/showcase/site-data.cjs +1 -1
- package/dist/showcase/site-data.d.ts +9 -4
- package/dist/showcase/site-data.js +286 -329
- package/dist/showcase/tembro-registry.json.cjs +1 -1
- package/dist/showcase/tembro-registry.json.js +41 -48
- package/package.json +189 -189
- package/packages/cli/dist/index.cjs +35 -35
- package/packages/cli/vendor/src/public-component-surface.ts +0 -2
- package/packages/cli/vendor/src/showcase/site-data.tsx +73 -43
- package/packages/cli/vendor/src/showcase/tembro-registry.json +39 -43
- package/registry.json +39 -43
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { comparePublicComponentSurfaceOrder as e, isPublicComponentSurfaceSlug as t } from "../public-component-surface.js";
|
|
2
2
|
import n from "./tembro-registry.json.js";
|
|
3
3
|
import { PACKAGE_LATEST_RELEASE_DATE as r, PACKAGE_LATEST_VERSION as i } from "./package-meta.js";
|
|
4
|
-
import { AlertCircleIcon as a, BadgeIcon as o, BellIcon as ee, BlocksIcon as s, BookOpenIcon as te, BoxIcon as
|
|
4
|
+
import { AlertCircleIcon as a, BadgeIcon as o, BellIcon as ee, BlocksIcon as s, BookOpenIcon as te, BoxIcon as c, CalendarClockIcon as l, ChevronRightIcon as u, ComponentIcon as d, CreditCardIcon as ne, DatabaseIcon as f, FileTextIcon as p, FormInputIcon as m, Grid2x2Icon as re, Layers3Icon as ie, LayoutDashboardIcon as h, MousePointerClickIcon as g, PanelTopIcon as _, ShieldCheckIcon as ae, SlidersHorizontalIcon as oe, SmartphoneIcon as v, SparklesIcon as y, Table2Icon as b, TerminalSquareIcon as x, ToggleLeftIcon as S, WalletIcon as se, WorkflowIcon as C } from "lucide-react";
|
|
5
5
|
//#region src/showcase/site-data.tsx
|
|
6
|
-
var
|
|
6
|
+
var w = [
|
|
7
7
|
[
|
|
8
8
|
"control",
|
|
9
9
|
"Control<TFieldValues>",
|
|
@@ -58,14 +58,14 @@ var C = [
|
|
|
58
58
|
"-",
|
|
59
59
|
"Optional error override instead of default form state message."
|
|
60
60
|
]
|
|
61
|
-
],
|
|
61
|
+
], T = [
|
|
62
62
|
"RHF control wiring",
|
|
63
63
|
"name-based field registration",
|
|
64
64
|
"error and required visual states",
|
|
65
65
|
"validation contract",
|
|
66
66
|
"label/description consistency",
|
|
67
67
|
"disabled/readOnly handling"
|
|
68
|
-
],
|
|
68
|
+
], ce = "tembro", E = "tembro", le = "tembro", ue = "azamat-ui", D = `npx ${E} init --template next --defaults`, de = `npx ${E} init --template vite --defaults`, O = `npx ${E} add button input`, k = `${D}\n${O}`, fe = `npx ${E} --help`, pe = `npx ${E} theme`, me = "https://www.npmjs.com/package/tembro", he = "https://github.com/AzamatJurayev-dev/tembro", ge = `${he}/releases`, _e = "https://github.com/AzamatJurayev-dev/azamat-ui", ve = ge, ye = `${_e}/releases`, A = "/docs", j = [{
|
|
69
69
|
version: i,
|
|
70
70
|
date: r,
|
|
71
71
|
status: "Published",
|
|
@@ -85,7 +85,7 @@ var C = [
|
|
|
85
85
|
"Deprecated route-level names stayed aliased for compatibility while primary docs move toward simpler canonical surfaces.",
|
|
86
86
|
"Docs app metadata now prefers current package registry vocabulary over older showcase-only names."
|
|
87
87
|
]
|
|
88
|
-
}],
|
|
88
|
+
}], be = j[0]?.version ?? "2.0.3", xe = j[0]?.date ?? "July 8, 2026", M = (e) => `/components/${e}`, N = (e) => `/playground/${e}`, P = (e) => `/components/${e}`, Se = (e) => e.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/\s+/g, "-").toLowerCase(), Ce = (e, t) => `/components/${e}/${Se(t)}`, we = (e) => `/templates/${e}`, F = (e) => `/blocks/${e}`, I = [
|
|
89
89
|
"Primitives",
|
|
90
90
|
"Form Controls",
|
|
91
91
|
"Overlay",
|
|
@@ -93,7 +93,7 @@ var C = [
|
|
|
93
93
|
"Layout",
|
|
94
94
|
"Feedback",
|
|
95
95
|
"Patterns"
|
|
96
|
-
],
|
|
96
|
+
], Te = {
|
|
97
97
|
Primitives: {
|
|
98
98
|
title: "Primitives",
|
|
99
99
|
description: "Foundation components for actions, text entry, compact layout and small state changes.",
|
|
@@ -213,10 +213,10 @@ function z(e) {
|
|
|
213
213
|
return Ee.has(e) ? "Primitives" : De.has(e) ? "Form Controls" : Oe.has(e) ? "Overlay" : ke.has(e) ? "Layout" : Ae.has(e) ? "Feedback" : je.has(e) ? "Patterns" : "Data Display";
|
|
214
214
|
}
|
|
215
215
|
function Me(e) {
|
|
216
|
-
return
|
|
216
|
+
return Te[z(e)];
|
|
217
217
|
}
|
|
218
218
|
function B(e, t) {
|
|
219
|
-
return
|
|
219
|
+
return K.filter((t) => z(t.slug) === e).map((e) => ({
|
|
220
220
|
label: e.title,
|
|
221
221
|
href: t(e.slug),
|
|
222
222
|
icon: e.icon,
|
|
@@ -228,10 +228,10 @@ var V = [
|
|
|
228
228
|
slug: "button",
|
|
229
229
|
title: "Button",
|
|
230
230
|
description: "Trigger actions with multiple variants, sizes, icon positions and loading states.",
|
|
231
|
-
icon:
|
|
231
|
+
icon: g,
|
|
232
232
|
category: "Components",
|
|
233
233
|
status: "Stable",
|
|
234
|
-
installCommand:
|
|
234
|
+
installCommand: k,
|
|
235
235
|
propsRows: [
|
|
236
236
|
[
|
|
237
237
|
"variant",
|
|
@@ -281,10 +281,10 @@ var V = [
|
|
|
281
281
|
slug: "input",
|
|
282
282
|
title: "Input",
|
|
283
283
|
description: "Primary text-entry surface for forms, filters, and compact editor layouts before moving into presets.",
|
|
284
|
-
icon:
|
|
284
|
+
icon: m,
|
|
285
285
|
category: "Forms",
|
|
286
286
|
status: "Stable",
|
|
287
|
-
installCommand:
|
|
287
|
+
installCommand: k,
|
|
288
288
|
propsRows: [
|
|
289
289
|
[
|
|
290
290
|
"value",
|
|
@@ -340,10 +340,10 @@ var V = [
|
|
|
340
340
|
slug: "textarea",
|
|
341
341
|
title: "Textarea",
|
|
342
342
|
description: "Multi-line input with autosizing-friendly layout for notes, messages and long-form data.",
|
|
343
|
-
icon:
|
|
343
|
+
icon: p,
|
|
344
344
|
category: "Forms",
|
|
345
345
|
status: "Stable",
|
|
346
|
-
installCommand:
|
|
346
|
+
installCommand: k,
|
|
347
347
|
propsRows: [
|
|
348
348
|
[
|
|
349
349
|
"placeholder",
|
|
@@ -387,10 +387,10 @@ var V = [
|
|
|
387
387
|
slug: "select",
|
|
388
388
|
title: "Select",
|
|
389
389
|
description: "Primary selection surface for lists, status filters, and compact forms before moving into members.",
|
|
390
|
-
icon:
|
|
390
|
+
icon: d,
|
|
391
391
|
category: "Forms",
|
|
392
392
|
status: "Stable",
|
|
393
|
-
installCommand:
|
|
393
|
+
installCommand: k,
|
|
394
394
|
propsRows: [
|
|
395
395
|
[
|
|
396
396
|
"value",
|
|
@@ -446,10 +446,10 @@ var V = [
|
|
|
446
446
|
slug: "simple-select",
|
|
447
447
|
title: "Simple Select",
|
|
448
448
|
description: "Static-option select surface for compact forms, filter rows, and settings screens that do not need remote loading.",
|
|
449
|
-
icon:
|
|
449
|
+
icon: d,
|
|
450
450
|
category: "Forms",
|
|
451
451
|
status: "Stable",
|
|
452
|
-
installCommand:
|
|
452
|
+
installCommand: k,
|
|
453
453
|
propsRows: [
|
|
454
454
|
[
|
|
455
455
|
"options",
|
|
@@ -511,10 +511,10 @@ var V = [
|
|
|
511
511
|
slug: "async-select",
|
|
512
512
|
title: "Async Select",
|
|
513
513
|
description: "Remote-aware select for search-driven datasets, edit hydration, and production loading or empty states.",
|
|
514
|
-
icon:
|
|
514
|
+
icon: d,
|
|
515
515
|
category: "Forms",
|
|
516
516
|
status: "Stable",
|
|
517
|
-
installCommand:
|
|
517
|
+
installCommand: k,
|
|
518
518
|
propsRows: [
|
|
519
519
|
[
|
|
520
520
|
"value",
|
|
@@ -600,10 +600,10 @@ var V = [
|
|
|
600
600
|
slug: "async-multi-select",
|
|
601
601
|
title: "Async Select",
|
|
602
602
|
description: "Legacy alias for Async Select multi mode. Use `isMulti` on AsyncSelect instead of installing a separate component.",
|
|
603
|
-
icon:
|
|
603
|
+
icon: d,
|
|
604
604
|
category: "Forms",
|
|
605
605
|
status: "Preview",
|
|
606
|
-
installCommand:
|
|
606
|
+
installCommand: k,
|
|
607
607
|
propsRows: [
|
|
608
608
|
[
|
|
609
609
|
"isMulti",
|
|
@@ -647,10 +647,10 @@ var V = [
|
|
|
647
647
|
slug: "combobox",
|
|
648
648
|
title: "Combobox",
|
|
649
649
|
description: "Keyboard-first local filtering member for assignment flows and command-style lists.",
|
|
650
|
-
icon:
|
|
650
|
+
icon: d,
|
|
651
651
|
category: "Forms",
|
|
652
652
|
status: "Stable",
|
|
653
|
-
installCommand:
|
|
653
|
+
installCommand: k,
|
|
654
654
|
propsRows: [
|
|
655
655
|
[
|
|
656
656
|
"options",
|
|
@@ -706,10 +706,10 @@ var V = [
|
|
|
706
706
|
slug: "number-input",
|
|
707
707
|
title: "Number Input",
|
|
708
708
|
description: "Numeric entry with parsing, constraints, and precise change semantics.",
|
|
709
|
-
icon:
|
|
709
|
+
icon: S,
|
|
710
710
|
category: "Forms",
|
|
711
711
|
status: "Stable",
|
|
712
|
-
installCommand:
|
|
712
|
+
installCommand: k,
|
|
713
713
|
propsRows: [
|
|
714
714
|
[
|
|
715
715
|
"value",
|
|
@@ -777,10 +777,10 @@ var V = [
|
|
|
777
777
|
slug: "date-picker",
|
|
778
778
|
title: "Date Picker",
|
|
779
779
|
description: "Popover-based date picker optimized for form fields and action buttons.",
|
|
780
|
-
icon:
|
|
780
|
+
icon: l,
|
|
781
781
|
category: "Forms",
|
|
782
782
|
status: "Preview",
|
|
783
|
-
installCommand:
|
|
783
|
+
installCommand: k,
|
|
784
784
|
propsRows: [
|
|
785
785
|
[
|
|
786
786
|
"value",
|
|
@@ -842,10 +842,10 @@ var V = [
|
|
|
842
842
|
slug: "date-range-picker",
|
|
843
843
|
title: "Date Range Picker",
|
|
844
844
|
description: "Popover date-range picker for period selection with constrained windows.",
|
|
845
|
-
icon:
|
|
845
|
+
icon: l,
|
|
846
846
|
category: "Forms",
|
|
847
847
|
status: "Preview",
|
|
848
|
-
installCommand:
|
|
848
|
+
installCommand: k,
|
|
849
849
|
propsRows: [
|
|
850
850
|
[
|
|
851
851
|
"value",
|
|
@@ -907,10 +907,10 @@ var V = [
|
|
|
907
907
|
slug: "form-field-shell",
|
|
908
908
|
title: "Form Field Shell",
|
|
909
909
|
description: "Composable field shell that standardizes label, description, layout, errors and required markers.",
|
|
910
|
-
icon:
|
|
910
|
+
icon: p,
|
|
911
911
|
category: "Forms",
|
|
912
912
|
status: "Stable",
|
|
913
|
-
installCommand:
|
|
913
|
+
installCommand: k,
|
|
914
914
|
propsRows: [
|
|
915
915
|
[
|
|
916
916
|
"label",
|
|
@@ -985,12 +985,12 @@ var V = [
|
|
|
985
985
|
slug: "form-input",
|
|
986
986
|
title: "Form Input",
|
|
987
987
|
description: "Primary RHF field wrapper for text-like inputs. Use `kind` to cover search, password, number, phone, and date flows from one surface.",
|
|
988
|
-
icon:
|
|
988
|
+
icon: m,
|
|
989
989
|
category: "Forms",
|
|
990
990
|
status: "Preview",
|
|
991
|
-
installCommand:
|
|
991
|
+
installCommand: k,
|
|
992
992
|
propsRows: [
|
|
993
|
-
...
|
|
993
|
+
...w,
|
|
994
994
|
[
|
|
995
995
|
"kind",
|
|
996
996
|
"'text' | 'search' | 'password' | 'number' | 'phone' | 'date'",
|
|
@@ -1023,7 +1023,7 @@ var V = [
|
|
|
1023
1023
|
]
|
|
1024
1024
|
],
|
|
1025
1025
|
features: [
|
|
1026
|
-
...
|
|
1026
|
+
...T,
|
|
1027
1027
|
"Universal `kind` variants",
|
|
1028
1028
|
"Error text and message flow",
|
|
1029
1029
|
"Single wrapper migration path"
|
|
@@ -1033,12 +1033,12 @@ var V = [
|
|
|
1033
1033
|
slug: "form-select",
|
|
1034
1034
|
title: "Form Select",
|
|
1035
1035
|
description: "Primary RHF select wrapper. Start with the default simple mode and switch to `kind=\"async\"` when option loading or hydration is remote.",
|
|
1036
|
-
icon:
|
|
1036
|
+
icon: d,
|
|
1037
1037
|
category: "Forms",
|
|
1038
1038
|
status: "Stable",
|
|
1039
|
-
installCommand:
|
|
1039
|
+
installCommand: k,
|
|
1040
1040
|
propsRows: [
|
|
1041
|
-
...
|
|
1041
|
+
...w,
|
|
1042
1042
|
[
|
|
1043
1043
|
"kind",
|
|
1044
1044
|
"'simple' | 'async'",
|
|
@@ -1065,7 +1065,7 @@ var V = [
|
|
|
1065
1065
|
]
|
|
1066
1066
|
],
|
|
1067
1067
|
features: [
|
|
1068
|
-
...
|
|
1068
|
+
...T,
|
|
1069
1069
|
"Simple + async under one API",
|
|
1070
1070
|
"Form-driven value control",
|
|
1071
1071
|
"Clear/empty handling"
|
|
@@ -1075,12 +1075,12 @@ var V = [
|
|
|
1075
1075
|
slug: "form-async-select",
|
|
1076
1076
|
title: "Form Async Select",
|
|
1077
1077
|
description: "Compatibility alias for the async `FormSelect` variant. Keep it for migration, but prefer `FormSelect kind=\"async\"` in new code.",
|
|
1078
|
-
icon:
|
|
1078
|
+
icon: d,
|
|
1079
1079
|
category: "Forms",
|
|
1080
1080
|
status: "Stable",
|
|
1081
|
-
installCommand:
|
|
1081
|
+
installCommand: k,
|
|
1082
1082
|
propsRows: [
|
|
1083
|
-
...
|
|
1083
|
+
...w,
|
|
1084
1084
|
[
|
|
1085
1085
|
"loadOptions",
|
|
1086
1086
|
"(search: string) => Promise<AsyncSelectOption[]>",
|
|
@@ -1107,7 +1107,7 @@ var V = [
|
|
|
1107
1107
|
]
|
|
1108
1108
|
],
|
|
1109
1109
|
features: [
|
|
1110
|
-
...
|
|
1110
|
+
...T,
|
|
1111
1111
|
"Compatibility alias",
|
|
1112
1112
|
"Remote options",
|
|
1113
1113
|
"Hydration support"
|
|
@@ -1117,12 +1117,12 @@ var V = [
|
|
|
1117
1117
|
slug: "form-textarea",
|
|
1118
1118
|
title: "Form Textarea",
|
|
1119
1119
|
description: "RHF textarea wrapper with shell-level validation messages and descriptions.",
|
|
1120
|
-
icon:
|
|
1120
|
+
icon: p,
|
|
1121
1121
|
category: "Forms",
|
|
1122
1122
|
status: "Stable",
|
|
1123
|
-
installCommand:
|
|
1123
|
+
installCommand: k,
|
|
1124
1124
|
propsRows: [
|
|
1125
|
-
...
|
|
1125
|
+
...w,
|
|
1126
1126
|
[
|
|
1127
1127
|
"rows",
|
|
1128
1128
|
"number",
|
|
@@ -1149,7 +1149,7 @@ var V = [
|
|
|
1149
1149
|
]
|
|
1150
1150
|
],
|
|
1151
1151
|
features: [
|
|
1152
|
-
...
|
|
1152
|
+
...T,
|
|
1153
1153
|
"Long text support",
|
|
1154
1154
|
"Error placement",
|
|
1155
1155
|
"Description + helper states"
|
|
@@ -1159,12 +1159,12 @@ var V = [
|
|
|
1159
1159
|
slug: "form-switch",
|
|
1160
1160
|
title: "Form Switch",
|
|
1161
1161
|
description: "RHF switch wrapper with binary payload and shell-level feedback.",
|
|
1162
|
-
icon:
|
|
1162
|
+
icon: S,
|
|
1163
1163
|
category: "Forms",
|
|
1164
1164
|
status: "Stable",
|
|
1165
|
-
installCommand:
|
|
1165
|
+
installCommand: k,
|
|
1166
1166
|
propsRows: [
|
|
1167
|
-
...
|
|
1167
|
+
...w,
|
|
1168
1168
|
[
|
|
1169
1169
|
"checked",
|
|
1170
1170
|
"boolean",
|
|
@@ -1185,7 +1185,7 @@ var V = [
|
|
|
1185
1185
|
]
|
|
1186
1186
|
],
|
|
1187
1187
|
features: [
|
|
1188
|
-
...
|
|
1188
|
+
...T,
|
|
1189
1189
|
"Boolean value contract",
|
|
1190
1190
|
"Readable shell errors",
|
|
1191
1191
|
"Disabled states"
|
|
@@ -1195,10 +1195,10 @@ var V = [
|
|
|
1195
1195
|
slug: "radio-group",
|
|
1196
1196
|
title: "Radio Group",
|
|
1197
1197
|
description: "Single-choice grouped control for plans, density modes, and mutually exclusive settings.",
|
|
1198
|
-
icon:
|
|
1198
|
+
icon: S,
|
|
1199
1199
|
category: "Forms",
|
|
1200
1200
|
status: "Stable",
|
|
1201
|
-
installCommand:
|
|
1201
|
+
installCommand: k,
|
|
1202
1202
|
propsRows: [
|
|
1203
1203
|
[
|
|
1204
1204
|
"options",
|
|
@@ -1248,10 +1248,10 @@ var V = [
|
|
|
1248
1248
|
slug: "phone-input",
|
|
1249
1249
|
title: "Phone Input",
|
|
1250
1250
|
description: "Localized phone number input with formatted display and consistent editing assumptions.",
|
|
1251
|
-
icon:
|
|
1251
|
+
icon: v,
|
|
1252
1252
|
category: "Forms",
|
|
1253
1253
|
status: "Preview",
|
|
1254
|
-
installCommand:
|
|
1254
|
+
installCommand: k,
|
|
1255
1255
|
propsRows: [
|
|
1256
1256
|
[
|
|
1257
1257
|
"value",
|
|
@@ -1307,10 +1307,10 @@ var V = [
|
|
|
1307
1307
|
slug: "masked-input",
|
|
1308
1308
|
title: "Masked Input",
|
|
1309
1309
|
description: "Pattern-driven text input for IDs, codes and fixed-format strings.",
|
|
1310
|
-
icon:
|
|
1310
|
+
icon: v,
|
|
1311
1311
|
category: "Forms",
|
|
1312
1312
|
status: "Preview",
|
|
1313
|
-
installCommand:
|
|
1313
|
+
installCommand: k,
|
|
1314
1314
|
propsRows: [
|
|
1315
1315
|
[
|
|
1316
1316
|
"value",
|
|
@@ -1366,10 +1366,10 @@ var V = [
|
|
|
1366
1366
|
slug: "money-input",
|
|
1367
1367
|
title: "Money Input",
|
|
1368
1368
|
description: "Currency-aware input with prefix/suffix and parsing helper for numeric payload.",
|
|
1369
|
-
icon:
|
|
1369
|
+
icon: se,
|
|
1370
1370
|
category: "Forms",
|
|
1371
1371
|
status: "Stable",
|
|
1372
|
-
installCommand:
|
|
1372
|
+
installCommand: k,
|
|
1373
1373
|
propsRows: [
|
|
1374
1374
|
[
|
|
1375
1375
|
"value",
|
|
@@ -1425,10 +1425,10 @@ var V = [
|
|
|
1425
1425
|
slug: "quantity-input",
|
|
1426
1426
|
title: "Quantity Input",
|
|
1427
1427
|
description: "Stepper-like numeric input for compact quantity and count constraints.",
|
|
1428
|
-
icon:
|
|
1428
|
+
icon: S,
|
|
1429
1429
|
category: "Forms",
|
|
1430
1430
|
status: "Stable",
|
|
1431
|
-
installCommand:
|
|
1431
|
+
installCommand: k,
|
|
1432
1432
|
propsRows: [
|
|
1433
1433
|
[
|
|
1434
1434
|
"value",
|
|
@@ -1484,10 +1484,10 @@ var V = [
|
|
|
1484
1484
|
slug: "checkbox",
|
|
1485
1485
|
title: "Checkbox",
|
|
1486
1486
|
description: "Binary selection control for permissions, tasks and grouped form actions.",
|
|
1487
|
-
icon:
|
|
1487
|
+
icon: c,
|
|
1488
1488
|
category: "Forms",
|
|
1489
1489
|
status: "Stable",
|
|
1490
|
-
installCommand:
|
|
1490
|
+
installCommand: k,
|
|
1491
1491
|
propsRows: [
|
|
1492
1492
|
[
|
|
1493
1493
|
"checked",
|
|
@@ -1525,10 +1525,10 @@ var V = [
|
|
|
1525
1525
|
slug: "switch",
|
|
1526
1526
|
title: "Switch",
|
|
1527
1527
|
description: "On/off control for preferences, settings and lightweight toggles.",
|
|
1528
|
-
icon:
|
|
1528
|
+
icon: S,
|
|
1529
1529
|
category: "Forms",
|
|
1530
1530
|
status: "Stable",
|
|
1531
|
-
installCommand:
|
|
1531
|
+
installCommand: k,
|
|
1532
1532
|
propsRows: [
|
|
1533
1533
|
[
|
|
1534
1534
|
"checked",
|
|
@@ -1569,7 +1569,7 @@ var V = [
|
|
|
1569
1569
|
icon: o,
|
|
1570
1570
|
category: "Components",
|
|
1571
1571
|
status: "Stable",
|
|
1572
|
-
installCommand:
|
|
1572
|
+
installCommand: k,
|
|
1573
1573
|
propsRows: [
|
|
1574
1574
|
[
|
|
1575
1575
|
"variant",
|
|
@@ -1601,10 +1601,10 @@ var V = [
|
|
|
1601
1601
|
slug: "card",
|
|
1602
1602
|
title: "Card",
|
|
1603
1603
|
description: "Structured content container with header, content and footer slots.",
|
|
1604
|
-
icon:
|
|
1604
|
+
icon: h,
|
|
1605
1605
|
category: "Components",
|
|
1606
1606
|
status: "Stable",
|
|
1607
|
-
installCommand:
|
|
1607
|
+
installCommand: k,
|
|
1608
1608
|
propsRows: [
|
|
1609
1609
|
[
|
|
1610
1610
|
"size",
|
|
@@ -1636,10 +1636,10 @@ var V = [
|
|
|
1636
1636
|
slug: "tabs",
|
|
1637
1637
|
title: "Tabs",
|
|
1638
1638
|
description: "Segmented navigation for switching views without leaving the current route.",
|
|
1639
|
-
icon:
|
|
1639
|
+
icon: ie,
|
|
1640
1640
|
category: "Components",
|
|
1641
1641
|
status: "Stable",
|
|
1642
|
-
installCommand:
|
|
1642
|
+
installCommand: k,
|
|
1643
1643
|
propsRows: [
|
|
1644
1644
|
[
|
|
1645
1645
|
"value",
|
|
@@ -1677,10 +1677,10 @@ var V = [
|
|
|
1677
1677
|
slug: "collapse",
|
|
1678
1678
|
title: "Collapse",
|
|
1679
1679
|
description: "Expandable disclosure surface for FAQs, dense settings, and progressive detail blocks.",
|
|
1680
|
-
icon:
|
|
1680
|
+
icon: C,
|
|
1681
1681
|
category: "Components",
|
|
1682
1682
|
status: "Stable",
|
|
1683
|
-
installCommand:
|
|
1683
|
+
installCommand: k,
|
|
1684
1684
|
propsRows: [
|
|
1685
1685
|
[
|
|
1686
1686
|
"open",
|
|
@@ -1727,7 +1727,7 @@ var V = [
|
|
|
1727
1727
|
icon: a,
|
|
1728
1728
|
category: "Overlay",
|
|
1729
1729
|
status: "Stable",
|
|
1730
|
-
installCommand:
|
|
1730
|
+
installCommand: k,
|
|
1731
1731
|
propsRows: [
|
|
1732
1732
|
[
|
|
1733
1733
|
"open",
|
|
@@ -1765,10 +1765,10 @@ var V = [
|
|
|
1765
1765
|
slug: "popover",
|
|
1766
1766
|
title: "Popover",
|
|
1767
1767
|
description: "Lightweight anchored overlay for context actions and compact helper content.",
|
|
1768
|
-
icon:
|
|
1768
|
+
icon: y,
|
|
1769
1769
|
category: "Overlay",
|
|
1770
1770
|
status: "Stable",
|
|
1771
|
-
installCommand:
|
|
1771
|
+
installCommand: k,
|
|
1772
1772
|
propsRows: [
|
|
1773
1773
|
[
|
|
1774
1774
|
"side",
|
|
@@ -1806,10 +1806,10 @@ var V = [
|
|
|
1806
1806
|
slug: "dropdown-menu",
|
|
1807
1807
|
title: "Dropdown Menu",
|
|
1808
1808
|
description: "Menu overlays with action, checkbox and radio items for dense navigation.",
|
|
1809
|
-
icon:
|
|
1809
|
+
icon: d,
|
|
1810
1810
|
category: "Overlay",
|
|
1811
1811
|
status: "Stable",
|
|
1812
|
-
installCommand:
|
|
1812
|
+
installCommand: k,
|
|
1813
1813
|
propsRows: [
|
|
1814
1814
|
[
|
|
1815
1815
|
"open",
|
|
@@ -1865,10 +1865,10 @@ var V = [
|
|
|
1865
1865
|
slug: "tooltip",
|
|
1866
1866
|
title: "Tooltip",
|
|
1867
1867
|
description: "Compact hover and focus hint for controls that need one short piece of guidance.",
|
|
1868
|
-
icon:
|
|
1868
|
+
icon: y,
|
|
1869
1869
|
category: "Overlay",
|
|
1870
1870
|
status: "Stable",
|
|
1871
|
-
installCommand:
|
|
1871
|
+
installCommand: k,
|
|
1872
1872
|
propsRows: [
|
|
1873
1873
|
[
|
|
1874
1874
|
"content",
|
|
@@ -1906,10 +1906,10 @@ var V = [
|
|
|
1906
1906
|
slug: "hover-card",
|
|
1907
1907
|
title: "Hover Card",
|
|
1908
1908
|
description: "Hover-revealed detail card for compact entity previews and secondary context.",
|
|
1909
|
-
icon:
|
|
1909
|
+
icon: y,
|
|
1910
1910
|
category: "Overlay",
|
|
1911
1911
|
status: "Stable",
|
|
1912
|
-
installCommand:
|
|
1912
|
+
installCommand: k,
|
|
1913
1913
|
propsRows: [
|
|
1914
1914
|
[
|
|
1915
1915
|
"trigger",
|
|
@@ -1947,10 +1947,10 @@ var V = [
|
|
|
1947
1947
|
slug: "right-click-menu",
|
|
1948
1948
|
title: "Right Click Menu",
|
|
1949
1949
|
description: "Context menu surface for dense workspaces that need pointer-driven secondary actions.",
|
|
1950
|
-
icon:
|
|
1950
|
+
icon: g,
|
|
1951
1951
|
category: "Overlay",
|
|
1952
1952
|
status: "Stable",
|
|
1953
|
-
installCommand:
|
|
1953
|
+
installCommand: k,
|
|
1954
1954
|
propsRows: [
|
|
1955
1955
|
[
|
|
1956
1956
|
"items",
|
|
@@ -1985,7 +1985,7 @@ var V = [
|
|
|
1985
1985
|
icon: a,
|
|
1986
1986
|
category: "Overlay",
|
|
1987
1987
|
status: "Stable",
|
|
1988
|
-
installCommand:
|
|
1988
|
+
installCommand: k,
|
|
1989
1989
|
propsRows: [
|
|
1990
1990
|
[
|
|
1991
1991
|
"open",
|
|
@@ -2047,10 +2047,10 @@ var V = [
|
|
|
2047
2047
|
slug: "modal-shell",
|
|
2048
2048
|
title: "Modal Shell",
|
|
2049
2049
|
description: "Composable shell for short focused forms, approvals, and information dialogs.",
|
|
2050
|
-
icon:
|
|
2050
|
+
icon: _,
|
|
2051
2051
|
category: "Overlay",
|
|
2052
2052
|
status: "Stable",
|
|
2053
|
-
installCommand:
|
|
2053
|
+
installCommand: k,
|
|
2054
2054
|
propsRows: [
|
|
2055
2055
|
[
|
|
2056
2056
|
"open",
|
|
@@ -2106,10 +2106,10 @@ var V = [
|
|
|
2106
2106
|
slug: "sheet-shell",
|
|
2107
2107
|
title: "Sheet Shell",
|
|
2108
2108
|
description: "Side anchored shell for contextual editing and mobile drawer flows.",
|
|
2109
|
-
icon:
|
|
2109
|
+
icon: _,
|
|
2110
2110
|
category: "Overlay",
|
|
2111
2111
|
status: "Stable",
|
|
2112
|
-
installCommand:
|
|
2112
|
+
installCommand: k,
|
|
2113
2113
|
propsRows: [
|
|
2114
2114
|
[
|
|
2115
2115
|
"open",
|
|
@@ -2165,10 +2165,10 @@ var V = [
|
|
|
2165
2165
|
slug: "app-shell",
|
|
2166
2166
|
title: "App Shell",
|
|
2167
2167
|
description: "Compose dashboards and pages with header, sidebar, content, aside and mobile controls.",
|
|
2168
|
-
icon:
|
|
2168
|
+
icon: h,
|
|
2169
2169
|
category: "Components",
|
|
2170
2170
|
status: "Stable",
|
|
2171
|
-
installCommand:
|
|
2171
|
+
installCommand: k,
|
|
2172
2172
|
propsRows: [
|
|
2173
2173
|
[
|
|
2174
2174
|
"header",
|
|
@@ -2236,10 +2236,10 @@ var V = [
|
|
|
2236
2236
|
slug: "sidebar",
|
|
2237
2237
|
title: "Sidebar",
|
|
2238
2238
|
description: "Reusable application sidebar with header, footer, active states, collapsed mode and custom link rendering.",
|
|
2239
|
-
icon:
|
|
2239
|
+
icon: h,
|
|
2240
2240
|
category: "Components",
|
|
2241
2241
|
status: "Stable",
|
|
2242
|
-
installCommand:
|
|
2242
|
+
installCommand: k,
|
|
2243
2243
|
propsRows: [
|
|
2244
2244
|
[
|
|
2245
2245
|
"items",
|
|
@@ -2295,10 +2295,10 @@ var V = [
|
|
|
2295
2295
|
slug: "sidebar-nav",
|
|
2296
2296
|
title: "Sidebar Nav",
|
|
2297
2297
|
description: "Structured nav list with active/disabled states, route metadata and custom render hooks.",
|
|
2298
|
-
icon:
|
|
2298
|
+
icon: h,
|
|
2299
2299
|
category: "Components",
|
|
2300
2300
|
status: "Stable",
|
|
2301
|
-
installCommand:
|
|
2301
|
+
installCommand: k,
|
|
2302
2302
|
propsRows: [
|
|
2303
2303
|
[
|
|
2304
2304
|
"items",
|
|
@@ -2348,10 +2348,10 @@ var V = [
|
|
|
2348
2348
|
slug: "breadcrumbs",
|
|
2349
2349
|
title: "Breadcrumbs",
|
|
2350
2350
|
description: "Navigation breadcrumbs with current context, overflow collapse, and custom link rendering.",
|
|
2351
|
-
icon:
|
|
2351
|
+
icon: u,
|
|
2352
2352
|
category: "Components",
|
|
2353
2353
|
status: "Stable",
|
|
2354
|
-
installCommand:
|
|
2354
|
+
installCommand: k,
|
|
2355
2355
|
propsRows: [
|
|
2356
2356
|
[
|
|
2357
2357
|
"items",
|
|
@@ -2395,10 +2395,10 @@ var V = [
|
|
|
2395
2395
|
slug: "page-header",
|
|
2396
2396
|
title: "Page Header",
|
|
2397
2397
|
description: "Top-level page heading block with breadcrumbs, actions and optional meta area.",
|
|
2398
|
-
icon:
|
|
2398
|
+
icon: ne,
|
|
2399
2399
|
category: "Components",
|
|
2400
2400
|
status: "Stable",
|
|
2401
|
-
installCommand:
|
|
2401
|
+
installCommand: k,
|
|
2402
2402
|
propsRows: [
|
|
2403
2403
|
[
|
|
2404
2404
|
"title",
|
|
@@ -2454,10 +2454,10 @@ var V = [
|
|
|
2454
2454
|
slug: "page-container",
|
|
2455
2455
|
title: "Page Container",
|
|
2456
2456
|
description: "Consistent width and spacing wrapper for page contents and responsive content density.",
|
|
2457
|
-
icon:
|
|
2457
|
+
icon: _,
|
|
2458
2458
|
category: "Components",
|
|
2459
2459
|
status: "Stable",
|
|
2460
|
-
installCommand:
|
|
2460
|
+
installCommand: k,
|
|
2461
2461
|
propsRows: [
|
|
2462
2462
|
[
|
|
2463
2463
|
"size",
|
|
@@ -2489,10 +2489,10 @@ var V = [
|
|
|
2489
2489
|
slug: "metric-grid",
|
|
2490
2490
|
title: "Metric Grid",
|
|
2491
2491
|
description: "Compact KPI cards for dashboards with trend, icon and tone options.",
|
|
2492
|
-
icon:
|
|
2492
|
+
icon: f,
|
|
2493
2493
|
category: "Data Display",
|
|
2494
2494
|
status: "Stable",
|
|
2495
|
-
installCommand:
|
|
2495
|
+
installCommand: k,
|
|
2496
2496
|
propsRows: [
|
|
2497
2497
|
[
|
|
2498
2498
|
"items",
|
|
@@ -2530,10 +2530,10 @@ var V = [
|
|
|
2530
2530
|
slug: "info-card",
|
|
2531
2531
|
title: "Info Card",
|
|
2532
2532
|
description: "Flexible context card for summaries, metadata, quick actions, and supporting media inside real product surfaces.",
|
|
2533
|
-
icon:
|
|
2533
|
+
icon: p,
|
|
2534
2534
|
category: "Data Display",
|
|
2535
2535
|
status: "Stable",
|
|
2536
|
-
installCommand:
|
|
2536
|
+
installCommand: k,
|
|
2537
2537
|
propsRows: [
|
|
2538
2538
|
[
|
|
2539
2539
|
"eyebrow",
|
|
@@ -2598,7 +2598,7 @@ var V = [
|
|
|
2598
2598
|
icon: o,
|
|
2599
2599
|
category: "Data Display",
|
|
2600
2600
|
status: "Stable",
|
|
2601
|
-
installCommand:
|
|
2601
|
+
installCommand: k,
|
|
2602
2602
|
propsRows: [
|
|
2603
2603
|
[
|
|
2604
2604
|
"items",
|
|
@@ -2657,7 +2657,7 @@ var V = [
|
|
|
2657
2657
|
icon: a,
|
|
2658
2658
|
category: "Data Display",
|
|
2659
2659
|
status: "Stable",
|
|
2660
|
-
installCommand:
|
|
2660
|
+
installCommand: k,
|
|
2661
2661
|
propsRows: [
|
|
2662
2662
|
[
|
|
2663
2663
|
"status",
|
|
@@ -2719,10 +2719,10 @@ var V = [
|
|
|
2719
2719
|
slug: "loading-state",
|
|
2720
2720
|
title: "Loading State",
|
|
2721
2721
|
description: "Scoped loading block with spinner, skeleton, or progress variants for real route and panel states.",
|
|
2722
|
-
icon:
|
|
2722
|
+
icon: y,
|
|
2723
2723
|
category: "Data Display",
|
|
2724
2724
|
status: "Stable",
|
|
2725
|
-
installCommand:
|
|
2725
|
+
installCommand: k,
|
|
2726
2726
|
propsRows: [
|
|
2727
2727
|
[
|
|
2728
2728
|
"label",
|
|
@@ -2772,10 +2772,10 @@ var V = [
|
|
|
2772
2772
|
slug: "result",
|
|
2773
2773
|
title: "Result",
|
|
2774
2774
|
description: "Status result surface for success, warning, error and blocked/empty outcomes.",
|
|
2775
|
-
icon:
|
|
2775
|
+
icon: ae,
|
|
2776
2776
|
category: "Data Display",
|
|
2777
2777
|
status: "Stable",
|
|
2778
|
-
installCommand:
|
|
2778
|
+
installCommand: k,
|
|
2779
2779
|
propsRows: [
|
|
2780
2780
|
[
|
|
2781
2781
|
"status",
|
|
@@ -2831,10 +2831,10 @@ var V = [
|
|
|
2831
2831
|
slug: "scroll-box",
|
|
2832
2832
|
title: "Scroll Box",
|
|
2833
2833
|
description: "Scoped scrolling surface for dense lists, side panels, and bounded data regions.",
|
|
2834
|
-
icon:
|
|
2834
|
+
icon: _,
|
|
2835
2835
|
category: "Data Display",
|
|
2836
2836
|
status: "Stable",
|
|
2837
|
-
installCommand:
|
|
2837
|
+
installCommand: k,
|
|
2838
2838
|
propsRows: [
|
|
2839
2839
|
[
|
|
2840
2840
|
"maxHeight",
|
|
@@ -2872,10 +2872,10 @@ var V = [
|
|
|
2872
2872
|
slug: "toast",
|
|
2873
2873
|
title: "Toast",
|
|
2874
2874
|
description: "Global transient messaging system with provider, stacking, promise states, placement and dismiss behavior.",
|
|
2875
|
-
icon:
|
|
2875
|
+
icon: ae,
|
|
2876
2876
|
category: "Components",
|
|
2877
2877
|
status: "Stable",
|
|
2878
|
-
installCommand:
|
|
2878
|
+
installCommand: k,
|
|
2879
2879
|
propsRows: [
|
|
2880
2880
|
[
|
|
2881
2881
|
"children",
|
|
@@ -2937,10 +2937,10 @@ var V = [
|
|
|
2937
2937
|
slug: "table",
|
|
2938
2938
|
title: "Table primitive",
|
|
2939
2939
|
description: "Low-level semantic table pieces for internal composition, not the primary public data-grid showcase.",
|
|
2940
|
-
icon:
|
|
2940
|
+
icon: b,
|
|
2941
2941
|
category: "Data Display",
|
|
2942
2942
|
status: "Preview",
|
|
2943
|
-
installCommand:
|
|
2943
|
+
installCommand: k,
|
|
2944
2944
|
propsRows: [
|
|
2945
2945
|
[
|
|
2946
2946
|
"className",
|
|
@@ -2972,10 +2972,10 @@ var V = [
|
|
|
2972
2972
|
slug: "kbd",
|
|
2973
2973
|
title: "Kbd",
|
|
2974
2974
|
description: "Keyboard hint token for shortcuts, command palettes, and focused action labels.",
|
|
2975
|
-
icon:
|
|
2975
|
+
icon: x,
|
|
2976
2976
|
category: "Components",
|
|
2977
2977
|
status: "Stable",
|
|
2978
|
-
installCommand:
|
|
2978
|
+
installCommand: k,
|
|
2979
2979
|
propsRows: [
|
|
2980
2980
|
[
|
|
2981
2981
|
"size",
|
|
@@ -3013,10 +3013,10 @@ var V = [
|
|
|
3013
3013
|
slug: "data-table",
|
|
3014
3014
|
title: "Data Table",
|
|
3015
3015
|
description: "Primary reusable admin data grid with sorting, row selection, bulk actions, saved views, mobile cards, and server-aware pagination.",
|
|
3016
|
-
icon:
|
|
3016
|
+
icon: b,
|
|
3017
3017
|
category: "Data Display",
|
|
3018
3018
|
status: "Preview",
|
|
3019
|
-
installCommand:
|
|
3019
|
+
installCommand: k,
|
|
3020
3020
|
propsRows: [
|
|
3021
3021
|
[
|
|
3022
3022
|
"columns",
|
|
@@ -3665,66 +3665,37 @@ var V = [
|
|
|
3665
3665
|
table: "data-table",
|
|
3666
3666
|
"progress-circle": "progress"
|
|
3667
3667
|
}, H = {
|
|
3668
|
-
input: [
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
{
|
|
3700
|
-
key: "core",
|
|
3701
|
-
title: "Core select surfaces",
|
|
3702
|
-
description: "Use the base selection control first, then expand only when the interaction model truly changes.",
|
|
3703
|
-
slugs: ["select"]
|
|
3704
|
-
},
|
|
3705
|
-
{
|
|
3706
|
-
key: "related",
|
|
3707
|
-
title: "Related select members",
|
|
3708
|
-
description: "These members add real behavior such as remote loading or keyboard-first local filtering.",
|
|
3709
|
-
slugs: [
|
|
3710
|
-
"simple-select",
|
|
3711
|
-
"async-select",
|
|
3712
|
-
"combobox"
|
|
3713
|
-
]
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
key: "integrations",
|
|
3717
|
-
title: "Form integrations",
|
|
3718
|
-
description: "Use wrapped selects when you need consistent form-level validation, labels, and shell behavior.",
|
|
3719
|
-
slugs: ["form-select"]
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
key: "compatibility",
|
|
3723
|
-
title: "Compatibility aliases",
|
|
3724
|
-
description: "Keep older helper routes available for migration, but do not lead with them in new work.",
|
|
3725
|
-
slugs: ["async-multi-select", "form-async-select"]
|
|
3726
|
-
}
|
|
3727
|
-
],
|
|
3668
|
+
input: [{
|
|
3669
|
+
key: "core",
|
|
3670
|
+
title: "Core input surfaces",
|
|
3671
|
+
description: "Start with the default text field and move outward only when the workflow demands specialization.",
|
|
3672
|
+
slugs: ["input", "textarea"]
|
|
3673
|
+
}, {
|
|
3674
|
+
key: "related",
|
|
3675
|
+
title: "Related input patterns",
|
|
3676
|
+
description: "Specialized input types for search, masking, numeric entry, and compact structured values.",
|
|
3677
|
+
slugs: [
|
|
3678
|
+
"search-input",
|
|
3679
|
+
"password-input",
|
|
3680
|
+
"number-input",
|
|
3681
|
+
"phone-input",
|
|
3682
|
+
"masked-input",
|
|
3683
|
+
"money-input",
|
|
3684
|
+
"tag-input",
|
|
3685
|
+
"otp-input"
|
|
3686
|
+
]
|
|
3687
|
+
}],
|
|
3688
|
+
select: [{
|
|
3689
|
+
key: "core",
|
|
3690
|
+
title: "Core select surfaces",
|
|
3691
|
+
description: "Use the base selection control first, then expand only when the interaction model truly changes.",
|
|
3692
|
+
slugs: ["select"]
|
|
3693
|
+
}, {
|
|
3694
|
+
key: "related",
|
|
3695
|
+
title: "Related select members",
|
|
3696
|
+
description: "These members add real behavior such as remote loading or keyboard-first local filtering.",
|
|
3697
|
+
slugs: ["async-select", "combobox"]
|
|
3698
|
+
}],
|
|
3728
3699
|
"date-picker": [{
|
|
3729
3700
|
key: "core",
|
|
3730
3701
|
title: "Core date surfaces",
|
|
@@ -3738,7 +3709,7 @@ var V = [
|
|
|
3738
3709
|
key: "integrations",
|
|
3739
3710
|
title: "Form integrations",
|
|
3740
3711
|
description: "Use wrapped date fields when validation, labels, and form shell behavior should stay standardized.",
|
|
3741
|
-
slugs: [
|
|
3712
|
+
slugs: []
|
|
3742
3713
|
}],
|
|
3743
3714
|
dialog: [{
|
|
3744
3715
|
key: "core",
|
|
@@ -3763,36 +3734,17 @@ var V = [
|
|
|
3763
3734
|
key: "core",
|
|
3764
3735
|
title: "Sidebar surfaces",
|
|
3765
3736
|
description: "These pieces define the reusable sidebar surface first, then layer shell framing around it only when the route really needs it.",
|
|
3766
|
-
slugs: [
|
|
3767
|
-
"sidebar",
|
|
3768
|
-
"sidebar-nav",
|
|
3769
|
-
"breadcrumbs"
|
|
3770
|
-
]
|
|
3737
|
+
slugs: ["sidebar", "breadcrumbs"]
|
|
3771
3738
|
}, {
|
|
3772
3739
|
key: "related",
|
|
3773
3740
|
title: "Route-level patterns",
|
|
3774
3741
|
description: "Use these patterns only after the sidebar and navigation contract are already clear.",
|
|
3775
3742
|
slugs: [
|
|
3776
|
-
"app-shell",
|
|
3777
|
-
"app-header",
|
|
3778
|
-
"page-container",
|
|
3779
3743
|
"section",
|
|
3780
3744
|
"toolbar",
|
|
3781
|
-
"split-layout"
|
|
3782
|
-
"sticky-footer-bar"
|
|
3745
|
+
"split-layout"
|
|
3783
3746
|
]
|
|
3784
3747
|
}],
|
|
3785
|
-
"page-header": [{
|
|
3786
|
-
key: "core",
|
|
3787
|
-
title: "Page context surfaces",
|
|
3788
|
-
description: "Use these pieces to establish page identity, breadcrumbs, meta, and supporting stats.",
|
|
3789
|
-
slugs: ["page-header", "breadcrumbs"]
|
|
3790
|
-
}, {
|
|
3791
|
-
key: "related",
|
|
3792
|
-
title: "Supporting page patterns",
|
|
3793
|
-
description: "These supporting pieces sit around the page header when you need compact summary or stat context.",
|
|
3794
|
-
slugs: ["stat-card"]
|
|
3795
|
-
}],
|
|
3796
3748
|
"data-table": [{
|
|
3797
3749
|
key: "core",
|
|
3798
3750
|
title: "Primary data table surface",
|
|
@@ -3810,11 +3762,12 @@ var V = [
|
|
|
3810
3762
|
description: "Use toast messaging for transient global feedback, not for critical form validation or persistent page states.",
|
|
3811
3763
|
slugs: ["toast"]
|
|
3812
3764
|
}]
|
|
3813
|
-
}, U = n, Ie = U?.groups ?? {}, Le = new Set((U?.recommended ?? []).map((e) => e)), Re = U?.migrationAliases ?? {}, ze = new Set(Object.values(Re)), Be = new Set(["kits"]), Ve = new Set([
|
|
3765
|
+
}, U = n, Ie = U?.groups ?? {}, Le = new Set((U?.recommended ?? []).map((e) => e)), Re = U?.migrationAliases ?? {}, ze = new Set(Object.values(Re)), W = new Set(/* @__PURE__ */ "app-header.app-sidebar.app-shell.async-multi-select.clearable-input.combobox.copy-field.data-table-actions-column.data-table-bulk-actions.data-table-column-visibility-menu.data-table-pagination.data-table-row-actions.data-table-saved-filters.data-table-select-column.data-table-sortable-header.data-table-toolbar.data-table-view-presets.date-input.date-range-input.file-dropzone.form.form-async-select.form-field.form-field-shell.form-input.form-select.form-switch.form-textarea.hover-card.input-decorator.input-value.inputs.masked-input.money-input.number-input.page-container.page-header.password-input.phone-input.quantity-input.search-input.section-header.sidebar-nav.simple-select.stat-card.sticky-footer-bar.table-export-menu.table-import-button".split(".")), Be = new Set(["kits"]), Ve = new Set([
|
|
3814
3766
|
"all",
|
|
3815
3767
|
"dashboard",
|
|
3816
3768
|
"calendar-kit",
|
|
3817
|
-
"wizard-kit"
|
|
3769
|
+
"wizard-kit",
|
|
3770
|
+
...W
|
|
3818
3771
|
]), He = new Set(["hooks"]), Ue = {
|
|
3819
3772
|
ui: "Components",
|
|
3820
3773
|
actions: "Components",
|
|
@@ -3835,42 +3788,42 @@ var V = [
|
|
|
3835
3788
|
command: "Data Display",
|
|
3836
3789
|
patterns: "Patterns"
|
|
3837
3790
|
}, We = {
|
|
3838
|
-
ui:
|
|
3839
|
-
actions:
|
|
3840
|
-
feedback:
|
|
3841
|
-
display:
|
|
3842
|
-
overlay:
|
|
3843
|
-
inputs:
|
|
3844
|
-
form:
|
|
3845
|
-
dataTable:
|
|
3846
|
-
data_table:
|
|
3847
|
-
layout:
|
|
3848
|
-
navigation:
|
|
3849
|
-
filters:
|
|
3850
|
-
calendar:
|
|
3851
|
-
upload:
|
|
3852
|
-
wizard:
|
|
3791
|
+
ui: d,
|
|
3792
|
+
actions: y,
|
|
3793
|
+
feedback: se,
|
|
3794
|
+
display: f,
|
|
3795
|
+
overlay: _,
|
|
3796
|
+
inputs: m,
|
|
3797
|
+
form: m,
|
|
3798
|
+
dataTable: b,
|
|
3799
|
+
data_table: b,
|
|
3800
|
+
layout: h,
|
|
3801
|
+
navigation: c,
|
|
3802
|
+
filters: oe,
|
|
3803
|
+
calendar: l,
|
|
3804
|
+
upload: p,
|
|
3805
|
+
wizard: C,
|
|
3853
3806
|
notifications: ee,
|
|
3854
|
-
command:
|
|
3807
|
+
command: x,
|
|
3855
3808
|
patterns: s,
|
|
3856
|
-
hooks:
|
|
3809
|
+
hooks: v
|
|
3857
3810
|
};
|
|
3858
3811
|
function Ge(e) {
|
|
3859
3812
|
return e.split("-").filter(Boolean).map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(" ");
|
|
3860
3813
|
}
|
|
3861
|
-
var Ke = new Set(V.map((e) => e.slug)),
|
|
3862
|
-
for (let [e,
|
|
3863
|
-
let
|
|
3864
|
-
if (!
|
|
3865
|
-
let
|
|
3866
|
-
|
|
3867
|
-
slug:
|
|
3868
|
-
title: Ge(
|
|
3869
|
-
description: `${Ge(
|
|
3870
|
-
icon:
|
|
3871
|
-
category:
|
|
3872
|
-
status: Le.has(
|
|
3873
|
-
installCommand:
|
|
3814
|
+
var Ke = new Set(V.map((e) => e.slug)), G = /* @__PURE__ */ new Map();
|
|
3815
|
+
for (let [e, n] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let r of n) {
|
|
3816
|
+
let n = Re[r], i = n ?? r;
|
|
3817
|
+
if (!r || Ve.has(r) || Ve.has(i) || ze.has(i) && !t(i) || ze.has(r) && !t(r) || Ke.has(i) || G.has(i)) continue;
|
|
3818
|
+
let a = Ue[e] ?? "Data Display", o = We[e] ?? y;
|
|
3819
|
+
G.set(i, {
|
|
3820
|
+
slug: i,
|
|
3821
|
+
title: Ge(n || i),
|
|
3822
|
+
description: `${Ge(i)} surfaced from package registry group "${e}".`,
|
|
3823
|
+
icon: o,
|
|
3824
|
+
category: a,
|
|
3825
|
+
status: Le.has(i) ? "Stable" : "Preview",
|
|
3826
|
+
installCommand: k,
|
|
3874
3827
|
propsRows: [[
|
|
3875
3828
|
"className",
|
|
3876
3829
|
"string",
|
|
@@ -3880,7 +3833,8 @@ for (let [e, t] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let n
|
|
|
3880
3833
|
features: [e]
|
|
3881
3834
|
});
|
|
3882
3835
|
}
|
|
3883
|
-
var qe = [...
|
|
3836
|
+
var qe = [...G.values()], K = [...V, ...qe].filter((e) => !W.has(e.slug)), q = [], J = new Map(q.map((e) => [e.slug, e])), Je = new Set([
|
|
3837
|
+
...W,
|
|
3884
3838
|
"app-sidebar",
|
|
3885
3839
|
"app-shell",
|
|
3886
3840
|
"app-header",
|
|
@@ -3894,50 +3848,50 @@ var qe = [...W.values()], G = [...V, ...qe], K = [], q = new Map(K.map((e) => [e
|
|
|
3894
3848
|
"data-table-bulk-actions",
|
|
3895
3849
|
"data-table-view-presets"
|
|
3896
3850
|
]), Ye = new Set([...Je, ...L.keys()]);
|
|
3897
|
-
function
|
|
3851
|
+
function Y(e) {
|
|
3898
3852
|
if (!e) return;
|
|
3899
|
-
let t = R(e), n =
|
|
3900
|
-
return t === n ?
|
|
3853
|
+
let t = R(e), n = X(t);
|
|
3854
|
+
return t === n ? J.get(t) ?? K.find((e) => e.slug === t) : J.get(n) ?? K.find((e) => e.slug === n);
|
|
3901
3855
|
}
|
|
3902
3856
|
function Xe(e) {
|
|
3903
|
-
return
|
|
3857
|
+
return J.has(R(e)) || Pe.has(R(e));
|
|
3904
3858
|
}
|
|
3905
|
-
function
|
|
3859
|
+
function X(e) {
|
|
3906
3860
|
let t = R(e);
|
|
3907
3861
|
return Xe(t) ? t : Fe[t] ?? t;
|
|
3908
3862
|
}
|
|
3909
|
-
function
|
|
3910
|
-
return
|
|
3863
|
+
function Ze(e) {
|
|
3864
|
+
return Y(X(e))?.title ?? e;
|
|
3911
3865
|
}
|
|
3912
3866
|
function Z() {
|
|
3913
|
-
let n =
|
|
3867
|
+
let n = K.filter((e) => X(e.slug) === e.slug), r = /* @__PURE__ */ new Map();
|
|
3914
3868
|
for (let e of n) r.set(e.slug, e);
|
|
3915
|
-
for (let e of
|
|
3869
|
+
for (let e of q) r.set(e.slug, e);
|
|
3916
3870
|
return Array.from(r.values()).filter((e) => !Je.has(e.slug)).filter((e) => t(e.slug)).sort((t, n) => {
|
|
3917
3871
|
let r = e(t.slug, n.slug);
|
|
3918
3872
|
return r === 0 ? t.title.localeCompare(n.title) : r;
|
|
3919
3873
|
});
|
|
3920
3874
|
}
|
|
3921
|
-
function
|
|
3875
|
+
function Qe() {
|
|
3922
3876
|
let e = /* @__PURE__ */ new Map();
|
|
3923
|
-
for (let t of G) e.set(t.slug, t);
|
|
3924
3877
|
for (let t of K) e.set(t.slug, t);
|
|
3878
|
+
for (let t of q) e.set(t.slug, t);
|
|
3925
3879
|
return Array.from(e.values()).filter((e) => !Ye.has(e.slug)).sort((e, t) => e.title.localeCompare(t.title));
|
|
3926
3880
|
}
|
|
3927
|
-
function
|
|
3928
|
-
let t = e ?
|
|
3881
|
+
function $e(e) {
|
|
3882
|
+
let t = e ? X(e) : void 0;
|
|
3929
3883
|
return Z().map((e) => ({
|
|
3930
3884
|
slug: e.slug,
|
|
3931
3885
|
title: e.title,
|
|
3932
|
-
href:
|
|
3886
|
+
href: M(e.slug),
|
|
3933
3887
|
status: e.status,
|
|
3934
3888
|
group: z(e.slug),
|
|
3935
|
-
active: t ?
|
|
3889
|
+
active: t ? X(e.slug) === t : !1
|
|
3936
3890
|
})).sort((e, t) => e.title.localeCompare(t.title));
|
|
3937
3891
|
}
|
|
3938
|
-
function
|
|
3892
|
+
function et(e) {
|
|
3939
3893
|
let t = /* @__PURE__ */ new Map();
|
|
3940
|
-
for (let n of
|
|
3894
|
+
for (let n of $e(e)) {
|
|
3941
3895
|
let e = n.title[0]?.toUpperCase() ?? "#", r = `${e} - ${n.group}`;
|
|
3942
3896
|
t.has(r) || t.set(r, {
|
|
3943
3897
|
key: r,
|
|
@@ -3947,16 +3901,19 @@ function $e(e) {
|
|
|
3947
3901
|
}
|
|
3948
3902
|
return Array.from(t.values());
|
|
3949
3903
|
}
|
|
3950
|
-
function
|
|
3951
|
-
return H[
|
|
3904
|
+
function tt(e) {
|
|
3905
|
+
return (H[X(e)] ?? []).map((e) => ({
|
|
3906
|
+
...e,
|
|
3907
|
+
slugs: e.slugs.filter((e) => !W.has(e))
|
|
3908
|
+
})).filter((e) => e.slugs.length > 0);
|
|
3952
3909
|
}
|
|
3953
3910
|
function Q(e) {
|
|
3954
|
-
return (e ? [
|
|
3955
|
-
let t =
|
|
3956
|
-
return (
|
|
3911
|
+
return (e ? [X(e)] : Object.keys(H)).flatMap((e) => {
|
|
3912
|
+
let t = Y(e);
|
|
3913
|
+
return tt(e).flatMap((n) => {
|
|
3957
3914
|
let r = [];
|
|
3958
3915
|
for (let i of n.slugs) {
|
|
3959
|
-
let a =
|
|
3916
|
+
let a = K.find((e) => e.slug === i);
|
|
3960
3917
|
a && r.push({
|
|
3961
3918
|
component: a.title,
|
|
3962
3919
|
slug: a.slug,
|
|
@@ -3970,17 +3927,17 @@ function Q(e) {
|
|
|
3970
3927
|
useWhen: n.description,
|
|
3971
3928
|
maturity: n.key === "core" ? "core" : n.key === "compatibility" ? "compatibility" : "helper",
|
|
3972
3929
|
status: a.status,
|
|
3973
|
-
href:
|
|
3930
|
+
href: M(a.slug)
|
|
3974
3931
|
});
|
|
3975
3932
|
}
|
|
3976
3933
|
return r;
|
|
3977
3934
|
});
|
|
3978
3935
|
});
|
|
3979
3936
|
}
|
|
3980
|
-
function
|
|
3937
|
+
function nt(e) {
|
|
3981
3938
|
return Q().find((t) => t.component === e);
|
|
3982
3939
|
}
|
|
3983
|
-
function
|
|
3940
|
+
function rt(e) {
|
|
3984
3941
|
let t = new Set(e);
|
|
3985
3942
|
return Q().filter((e) => t.has(e.component));
|
|
3986
3943
|
}
|
|
@@ -3989,14 +3946,14 @@ var $ = [
|
|
|
3989
3946
|
slug: "actions",
|
|
3990
3947
|
title: "Actions",
|
|
3991
3948
|
description: "Context actions, copy controls and quick grids for dense product surfaces.",
|
|
3992
|
-
icon:
|
|
3949
|
+
icon: g,
|
|
3993
3950
|
category: "Actions",
|
|
3994
3951
|
exports: [
|
|
3995
3952
|
"ActionMenu",
|
|
3996
3953
|
"CopyButton",
|
|
3997
3954
|
"QuickActionGrid"
|
|
3998
3955
|
],
|
|
3999
|
-
href:
|
|
3956
|
+
href: P("actions"),
|
|
4000
3957
|
status: "Stable",
|
|
4001
3958
|
features: [
|
|
4002
3959
|
"Quick actions",
|
|
@@ -4008,7 +3965,7 @@ var $ = [
|
|
|
4008
3965
|
slug: "layout",
|
|
4009
3966
|
title: "Application layout",
|
|
4010
3967
|
description: "Route-level sidebars, breadcrumbs and page framing helpers that support real reusable components instead of replacing them.",
|
|
4011
|
-
icon:
|
|
3968
|
+
icon: h,
|
|
4012
3969
|
category: "Layout",
|
|
4013
3970
|
exports: [
|
|
4014
3971
|
"Sidebar",
|
|
@@ -4019,7 +3976,7 @@ var $ = [
|
|
|
4019
3976
|
"SectionHeader",
|
|
4020
3977
|
"StickyFooterBar"
|
|
4021
3978
|
],
|
|
4022
|
-
href:
|
|
3979
|
+
href: P("layout"),
|
|
4023
3980
|
status: "Stable",
|
|
4024
3981
|
features: [
|
|
4025
3982
|
"Sidebar navigation",
|
|
@@ -4032,10 +3989,10 @@ var $ = [
|
|
|
4032
3989
|
slug: "filters",
|
|
4033
3990
|
title: "Filters",
|
|
4034
3991
|
description: "Filter bars and chip patterns for narrowing data without leaving the current view.",
|
|
4035
|
-
icon:
|
|
3992
|
+
icon: oe,
|
|
4036
3993
|
category: "Data",
|
|
4037
3994
|
exports: ["FilterBar", "SavedFilterSelect"],
|
|
4038
|
-
href:
|
|
3995
|
+
href: P("filters"),
|
|
4039
3996
|
status: "Stable",
|
|
4040
3997
|
features: [
|
|
4041
3998
|
"Filter bars",
|
|
@@ -4058,7 +4015,7 @@ var $ = [
|
|
|
4058
4015
|
"HoverCard",
|
|
4059
4016
|
"RightClickMenu"
|
|
4060
4017
|
],
|
|
4061
|
-
href:
|
|
4018
|
+
href: P("overlay"),
|
|
4062
4019
|
status: "Stable",
|
|
4063
4020
|
features: [
|
|
4064
4021
|
"Confirm flows",
|
|
@@ -4071,14 +4028,14 @@ var $ = [
|
|
|
4071
4028
|
slug: "navigation",
|
|
4072
4029
|
title: "Navigation",
|
|
4073
4030
|
description: "Pagination and tabbed navigation patterns for sectioned or paginated interfaces.",
|
|
4074
|
-
icon:
|
|
4031
|
+
icon: u,
|
|
4075
4032
|
category: "Layout",
|
|
4076
4033
|
exports: [
|
|
4077
4034
|
"Pagination",
|
|
4078
4035
|
"PageTabs",
|
|
4079
4036
|
"StepperTabs"
|
|
4080
4037
|
],
|
|
4081
|
-
href:
|
|
4038
|
+
href: P("navigation"),
|
|
4082
4039
|
status: "Stable",
|
|
4083
4040
|
features: [
|
|
4084
4041
|
"Pagination",
|
|
@@ -4090,7 +4047,7 @@ var $ = [
|
|
|
4090
4047
|
slug: "inputs",
|
|
4091
4048
|
title: "Inputs",
|
|
4092
4049
|
description: "Input-first family with typed presets and select/date members introduced only when behavior changes.",
|
|
4093
|
-
icon:
|
|
4050
|
+
icon: m,
|
|
4094
4051
|
category: "Forms",
|
|
4095
4052
|
exports: [
|
|
4096
4053
|
"Input",
|
|
@@ -4102,7 +4059,7 @@ var $ = [
|
|
|
4102
4059
|
"PhoneInput",
|
|
4103
4060
|
"TagInput"
|
|
4104
4061
|
],
|
|
4105
|
-
href:
|
|
4062
|
+
href: P("inputs"),
|
|
4106
4063
|
status: "Stable",
|
|
4107
4064
|
features: [
|
|
4108
4065
|
"Text entry",
|
|
@@ -4116,7 +4073,7 @@ var $ = [
|
|
|
4116
4073
|
slug: "form",
|
|
4117
4074
|
title: "Form",
|
|
4118
4075
|
description: "Form shell and wrapper layer for labels, validation, and repeatable field composition.",
|
|
4119
|
-
icon:
|
|
4076
|
+
icon: p,
|
|
4120
4077
|
category: "Forms",
|
|
4121
4078
|
exports: [
|
|
4122
4079
|
"FormFieldShell",
|
|
@@ -4126,7 +4083,7 @@ var $ = [
|
|
|
4126
4083
|
"FormSwitch",
|
|
4127
4084
|
"FormDatePicker"
|
|
4128
4085
|
],
|
|
4129
|
-
href:
|
|
4086
|
+
href: P("form"),
|
|
4130
4087
|
status: "Stable",
|
|
4131
4088
|
features: [
|
|
4132
4089
|
"Field shell",
|
|
@@ -4139,7 +4096,7 @@ var $ = [
|
|
|
4139
4096
|
slug: "display",
|
|
4140
4097
|
title: "Display",
|
|
4141
4098
|
description: "Metrics, activity, avatars, timelines and descriptive content surfaces.",
|
|
4142
|
-
icon:
|
|
4099
|
+
icon: f,
|
|
4143
4100
|
category: "Data",
|
|
4144
4101
|
exports: [
|
|
4145
4102
|
"DescriptionList",
|
|
@@ -4154,7 +4111,7 @@ var $ = [
|
|
|
4154
4111
|
"DataState",
|
|
4155
4112
|
"ScrollBox"
|
|
4156
4113
|
],
|
|
4157
|
-
href:
|
|
4114
|
+
href: P("display"),
|
|
4158
4115
|
status: "Stable",
|
|
4159
4116
|
features: [
|
|
4160
4117
|
"Metric grids",
|
|
@@ -4167,10 +4124,10 @@ var $ = [
|
|
|
4167
4124
|
slug: "data-table",
|
|
4168
4125
|
title: "DataTable",
|
|
4169
4126
|
description: "Primary reusable data-grid system. Helper pieces stay secondary to the main table route.",
|
|
4170
|
-
icon:
|
|
4127
|
+
icon: b,
|
|
4171
4128
|
category: "Data",
|
|
4172
4129
|
exports: ["DataTable"],
|
|
4173
|
-
href:
|
|
4130
|
+
href: P("data-table"),
|
|
4174
4131
|
status: "Stable",
|
|
4175
4132
|
features: [
|
|
4176
4133
|
"Toolbar",
|
|
@@ -4187,7 +4144,7 @@ var $ = [
|
|
|
4187
4144
|
icon: o,
|
|
4188
4145
|
category: "Overlay",
|
|
4189
4146
|
exports: ["Toast", "NotificationCenter"],
|
|
4190
|
-
href:
|
|
4147
|
+
href: P("notifications"),
|
|
4191
4148
|
status: "Preview",
|
|
4192
4149
|
features: [
|
|
4193
4150
|
"Toasts",
|
|
@@ -4200,10 +4157,10 @@ var $ = [
|
|
|
4200
4157
|
slug: "command",
|
|
4201
4158
|
title: "Command",
|
|
4202
4159
|
description: "Command palette patterns for keyboard-driven discovery, search, grouped actions and async navigation.",
|
|
4203
|
-
icon:
|
|
4160
|
+
icon: x,
|
|
4204
4161
|
category: "Workflow",
|
|
4205
4162
|
exports: ["CommandPalette"],
|
|
4206
|
-
href:
|
|
4163
|
+
href: P("command"),
|
|
4207
4164
|
status: "Preview",
|
|
4208
4165
|
features: [
|
|
4209
4166
|
"Command palette",
|
|
@@ -4216,7 +4173,7 @@ var $ = [
|
|
|
4216
4173
|
slug: "calendar",
|
|
4217
4174
|
title: "Calendar",
|
|
4218
4175
|
description: "Calendar, date picker and range picker flows for scheduling and reporting.",
|
|
4219
|
-
icon:
|
|
4176
|
+
icon: re,
|
|
4220
4177
|
category: "Workflow",
|
|
4221
4178
|
exports: [
|
|
4222
4179
|
"DateUtils",
|
|
@@ -4224,7 +4181,7 @@ var $ = [
|
|
|
4224
4181
|
"DatePicker",
|
|
4225
4182
|
"DateRangePicker"
|
|
4226
4183
|
],
|
|
4227
|
-
href:
|
|
4184
|
+
href: P("calendar"),
|
|
4228
4185
|
status: "Stable",
|
|
4229
4186
|
features: [
|
|
4230
4187
|
"Date picker",
|
|
@@ -4239,7 +4196,7 @@ var $ = [
|
|
|
4239
4196
|
icon: s,
|
|
4240
4197
|
category: "Workflow",
|
|
4241
4198
|
exports: ["FileUpload", "ImageUpload"],
|
|
4242
|
-
href:
|
|
4199
|
+
href: P("upload"),
|
|
4243
4200
|
status: "Preview",
|
|
4244
4201
|
features: [
|
|
4245
4202
|
"File upload",
|
|
@@ -4251,10 +4208,10 @@ var $ = [
|
|
|
4251
4208
|
slug: "wizard",
|
|
4252
4209
|
title: "Wizard",
|
|
4253
4210
|
description: "Stepper and multi-step workflow patterns for onboarding and guided flows.",
|
|
4254
|
-
icon:
|
|
4211
|
+
icon: C,
|
|
4255
4212
|
category: "Workflow",
|
|
4256
4213
|
exports: ["Stepper", "Wizard"],
|
|
4257
|
-
href:
|
|
4214
|
+
href: P("wizard"),
|
|
4258
4215
|
status: "Stable",
|
|
4259
4216
|
features: [
|
|
4260
4217
|
"Step flow",
|
|
@@ -4262,10 +4219,10 @@ var $ = [
|
|
|
4262
4219
|
"Progress state"
|
|
4263
4220
|
]
|
|
4264
4221
|
}
|
|
4265
|
-
],
|
|
4222
|
+
], it = [
|
|
4266
4223
|
{
|
|
4267
4224
|
label: "Docs",
|
|
4268
|
-
href:
|
|
4225
|
+
href: A
|
|
4269
4226
|
},
|
|
4270
4227
|
{
|
|
4271
4228
|
label: "Installation",
|
|
@@ -4283,34 +4240,34 @@ var $ = [
|
|
|
4283
4240
|
label: "Changelog",
|
|
4284
4241
|
href: "/changelog"
|
|
4285
4242
|
}
|
|
4286
|
-
],
|
|
4243
|
+
], at = [{
|
|
4287
4244
|
title: "Getting Started",
|
|
4288
4245
|
items: [
|
|
4289
4246
|
{
|
|
4290
4247
|
label: "Overview",
|
|
4291
|
-
href:
|
|
4248
|
+
href: A,
|
|
4292
4249
|
icon: te
|
|
4293
4250
|
},
|
|
4294
4251
|
{
|
|
4295
4252
|
label: "Installation",
|
|
4296
4253
|
href: "/docs/installation",
|
|
4297
|
-
icon:
|
|
4254
|
+
icon: u
|
|
4298
4255
|
},
|
|
4299
4256
|
{
|
|
4300
4257
|
label: "Components catalog",
|
|
4301
4258
|
href: "/components",
|
|
4302
|
-
icon:
|
|
4259
|
+
icon: d
|
|
4303
4260
|
},
|
|
4304
4261
|
{
|
|
4305
4262
|
label: "Changelog",
|
|
4306
4263
|
href: "/changelog",
|
|
4307
|
-
icon:
|
|
4264
|
+
icon: p
|
|
4308
4265
|
}
|
|
4309
4266
|
]
|
|
4310
|
-
}, ...
|
|
4267
|
+
}, ...I.map((e) => ({
|
|
4311
4268
|
title: e,
|
|
4312
|
-
items: B(e,
|
|
4313
|
-
})).filter((e) => e.items.length > 0)],
|
|
4269
|
+
items: B(e, M)
|
|
4270
|
+
})).filter((e) => e.items.length > 0)], ot = [{
|
|
4314
4271
|
title: "Getting Started",
|
|
4315
4272
|
items: [
|
|
4316
4273
|
{
|
|
@@ -4320,29 +4277,29 @@ var $ = [
|
|
|
4320
4277
|
},
|
|
4321
4278
|
{
|
|
4322
4279
|
label: "Installation",
|
|
4323
|
-
href:
|
|
4324
|
-
icon:
|
|
4280
|
+
href: N("button"),
|
|
4281
|
+
icon: u
|
|
4325
4282
|
},
|
|
4326
4283
|
{
|
|
4327
4284
|
label: "Theming",
|
|
4328
|
-
href:
|
|
4329
|
-
icon:
|
|
4285
|
+
href: N("button"),
|
|
4286
|
+
icon: y
|
|
4330
4287
|
},
|
|
4331
4288
|
{
|
|
4332
4289
|
label: "Tokens",
|
|
4333
|
-
href:
|
|
4334
|
-
icon:
|
|
4290
|
+
href: N("badge"),
|
|
4291
|
+
icon: ie
|
|
4335
4292
|
},
|
|
4336
4293
|
{
|
|
4337
4294
|
label: "Icon Library",
|
|
4338
|
-
href:
|
|
4339
|
-
icon:
|
|
4295
|
+
href: N("popover"),
|
|
4296
|
+
icon: re
|
|
4340
4297
|
}
|
|
4341
4298
|
]
|
|
4342
|
-
}, ...
|
|
4299
|
+
}, ...I.map((e) => ({
|
|
4343
4300
|
title: e,
|
|
4344
|
-
items: B(e,
|
|
4345
|
-
})).filter((e) => e.items.length > 0)],
|
|
4301
|
+
items: B(e, N)
|
|
4302
|
+
})).filter((e) => e.items.length > 0)], st = [
|
|
4346
4303
|
"All blocks",
|
|
4347
4304
|
"Dashboard",
|
|
4348
4305
|
"Auth",
|
|
@@ -4351,15 +4308,15 @@ var $ = [
|
|
|
4351
4308
|
"Pricing",
|
|
4352
4309
|
"Product",
|
|
4353
4310
|
"Marketing"
|
|
4354
|
-
],
|
|
4311
|
+
], ct = [
|
|
4355
4312
|
"All layouts",
|
|
4356
4313
|
"Application",
|
|
4357
4314
|
"Marketing"
|
|
4358
|
-
],
|
|
4315
|
+
], lt = [
|
|
4359
4316
|
"All themes",
|
|
4360
4317
|
"Light",
|
|
4361
4318
|
"Soft"
|
|
4362
|
-
],
|
|
4319
|
+
], ut = ["Popular", "A-Z"], dt = [
|
|
4363
4320
|
{
|
|
4364
4321
|
title: "Application blocks",
|
|
4365
4322
|
text: "Dashboard, table and settings blocks should show route structure, visible actions and realistic operational density.",
|
|
@@ -4390,7 +4347,7 @@ var $ = [
|
|
|
4390
4347
|
"Install path"
|
|
4391
4348
|
]
|
|
4392
4349
|
}
|
|
4393
|
-
],
|
|
4350
|
+
], ft = {
|
|
4394
4351
|
slug: "dashboard-starter",
|
|
4395
4352
|
title: "Modern Dashboard",
|
|
4396
4353
|
description: "Clean dashboard with analytics, charts, and activity tables.",
|
|
@@ -4409,7 +4366,7 @@ var $ = [
|
|
|
4409
4366
|
"DataTable"
|
|
4410
4367
|
],
|
|
4411
4368
|
tone: "from-emerald-50 via-white to-sky-50",
|
|
4412
|
-
href:
|
|
4369
|
+
href: F("dashboard-starter"),
|
|
4413
4370
|
previewHref: "/preview/blocks/dashboard-01",
|
|
4414
4371
|
previewTone: "dashboard",
|
|
4415
4372
|
layout: "Application",
|
|
@@ -4432,7 +4389,7 @@ var $ = [
|
|
|
4432
4389
|
"components/blocks/dashboard/activity-table.tsx"
|
|
4433
4390
|
],
|
|
4434
4391
|
notes: ["Use this block when one dashboard section is enough; move to the template when navigation and multiple zones are required.", "Primary actions should stay tied to one operational area, not a full application workflow."]
|
|
4435
|
-
},
|
|
4392
|
+
}, pt = [
|
|
4436
4393
|
{
|
|
4437
4394
|
slug: "sidebar-layout",
|
|
4438
4395
|
title: "Sidebar Layout",
|
|
@@ -4451,7 +4408,7 @@ var $ = [
|
|
|
4451
4408
|
"Button"
|
|
4452
4409
|
],
|
|
4453
4410
|
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
4454
|
-
href:
|
|
4411
|
+
href: F("sidebar-layout"),
|
|
4455
4412
|
previewHref: "/preview/blocks/dashboard-01",
|
|
4456
4413
|
previewTone: "dashboard",
|
|
4457
4414
|
layout: "Application",
|
|
@@ -4489,7 +4446,7 @@ var $ = [
|
|
|
4489
4446
|
"ActivityFeed"
|
|
4490
4447
|
],
|
|
4491
4448
|
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_10%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4492
|
-
href:
|
|
4449
|
+
href: F("crm-dashboard"),
|
|
4493
4450
|
previewTone: "crm",
|
|
4494
4451
|
layout: "Application",
|
|
4495
4452
|
theme: "Soft",
|
|
@@ -4526,7 +4483,7 @@ var $ = [
|
|
|
4526
4483
|
"Badge"
|
|
4527
4484
|
],
|
|
4528
4485
|
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
4529
|
-
href:
|
|
4486
|
+
href: F("users-table"),
|
|
4530
4487
|
previewHref: "/preview/blocks/table-01",
|
|
4531
4488
|
previewTone: "table",
|
|
4532
4489
|
layout: "Application",
|
|
@@ -4564,7 +4521,7 @@ var $ = [
|
|
|
4564
4521
|
"Badge"
|
|
4565
4522
|
],
|
|
4566
4523
|
tone: "from-[color:color-mix(in_oklch,var(--aui-warning)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4567
|
-
href:
|
|
4524
|
+
href: F("auth-sign-in"),
|
|
4568
4525
|
previewHref: "/preview/blocks/auth-01",
|
|
4569
4526
|
previewTone: "auth",
|
|
4570
4527
|
layout: "Marketing",
|
|
@@ -4602,7 +4559,7 @@ var $ = [
|
|
|
4602
4559
|
"Button"
|
|
4603
4560
|
],
|
|
4604
4561
|
tone: "from-[color:color-mix(in_oklch,var(--aui-surface-muted)_70%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4605
|
-
href:
|
|
4562
|
+
href: F("settings-form"),
|
|
4606
4563
|
previewTone: "settings",
|
|
4607
4564
|
layout: "Application",
|
|
4608
4565
|
theme: "Light",
|
|
@@ -4639,7 +4596,7 @@ var $ = [
|
|
|
4639
4596
|
"PageHeader"
|
|
4640
4597
|
],
|
|
4641
4598
|
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4642
|
-
href:
|
|
4599
|
+
href: F("invoices-page"),
|
|
4643
4600
|
previewHref: "/preview/blocks/table-01",
|
|
4644
4601
|
previewTone: "table",
|
|
4645
4602
|
layout: "Application",
|
|
@@ -4659,7 +4616,7 @@ var $ = [
|
|
|
4659
4616
|
copyTargets: ["components/blocks/finance/invoices-table.tsx", "components/blocks/finance/invoice-actions.tsx"],
|
|
4660
4617
|
notes: ["Finance blocks need explicit status language; avoid vague marketing labels in invoice rows.", "When the page needs broader reporting and settings, step up to a template-level surface."]
|
|
4661
4618
|
}
|
|
4662
|
-
],
|
|
4619
|
+
], mt = k, ht = [
|
|
4663
4620
|
[
|
|
4664
4621
|
"variant",
|
|
4665
4622
|
"'default' | 'secondary' | ...",
|
|
@@ -4696,7 +4653,7 @@ var $ = [
|
|
|
4696
4653
|
"-",
|
|
4697
4654
|
"Click event handler."
|
|
4698
4655
|
]
|
|
4699
|
-
],
|
|
4656
|
+
], gt = [
|
|
4700
4657
|
"Installation",
|
|
4701
4658
|
"Variations",
|
|
4702
4659
|
"Sizes",
|
|
@@ -4706,7 +4663,7 @@ var $ = [
|
|
|
4706
4663
|
"Examples",
|
|
4707
4664
|
"API Reference",
|
|
4708
4665
|
"Accessibility"
|
|
4709
|
-
],
|
|
4666
|
+
], _t = [
|
|
4710
4667
|
{
|
|
4711
4668
|
title: "Action buttons",
|
|
4712
4669
|
cta: "Save changes"
|
|
@@ -4723,16 +4680,16 @@ var $ = [
|
|
|
4723
4680
|
title: "Destructive action",
|
|
4724
4681
|
cta: "Delete item"
|
|
4725
4682
|
}
|
|
4726
|
-
],
|
|
4683
|
+
], vt = [
|
|
4727
4684
|
"Tab to focus",
|
|
4728
4685
|
"Visible focus ring",
|
|
4729
4686
|
"Enter / Space to activate"
|
|
4730
|
-
],
|
|
4687
|
+
], yt = [
|
|
4731
4688
|
"Role: button",
|
|
4732
4689
|
"Name is programmatically determinable",
|
|
4733
4690
|
"Minimum touch target (44x44px)",
|
|
4734
4691
|
"Sufficient color contrast"
|
|
4735
|
-
],
|
|
4692
|
+
], bt = [
|
|
4736
4693
|
{
|
|
4737
4694
|
title: "Home",
|
|
4738
4695
|
description: "Open the landing page with the product overview.",
|
|
@@ -4878,7 +4835,7 @@ var $ = [
|
|
|
4878
4835
|
e.title,
|
|
4879
4836
|
e.category,
|
|
4880
4837
|
z(e.slug),
|
|
4881
|
-
|
|
4838
|
+
Ze(e.slug),
|
|
4882
4839
|
...e.features,
|
|
4883
4840
|
"component",
|
|
4884
4841
|
"detail",
|
|
@@ -4927,7 +4884,7 @@ var $ = [
|
|
|
4927
4884
|
...$.flatMap((e) => e.exports.map((t) => ({
|
|
4928
4885
|
title: `${t} API`,
|
|
4929
4886
|
description: `${e.title} export detail with import path, related docs and usage context.`,
|
|
4930
|
-
href:
|
|
4887
|
+
href: Ce(e.slug, t),
|
|
4931
4888
|
group: "Components",
|
|
4932
4889
|
shortcut: "E",
|
|
4933
4890
|
keywords: [
|
|
@@ -4942,4 +4899,4 @@ var $ = [
|
|
|
4942
4899
|
})))
|
|
4943
4900
|
];
|
|
4944
4901
|
//#endregion
|
|
4945
|
-
export {
|
|
4902
|
+
export { O as CLI_ADD_COMMAND, D as CLI_INIT_NEXT_COMMAND, de as CLI_INIT_VITE_COMMAND, fe as CLI_INSTALL_COMMAND, E as CLI_PACKAGE_NAME, pe as CLI_THEME_COMMAND, ue as DOCS_APP_NAME, ye as DOCS_RELEASES_URL, _e as DOCS_REPO_URL, A as DOCS_ROOT_PATH, ge as PACKAGE_GITHUB_RELEASES_URL, he as PACKAGE_GITHUB_URL, le as PACKAGE_IMPORT, k as PACKAGE_INSTALL_COMMAND, ce as PACKAGE_NAME, me as PACKAGE_NPM_URL, ve as PACKAGE_RELEASES_URL, xe as PACKAGE_RELEASE_DATE, be as PACKAGE_VERSION, yt as accessibilityChecks, pt as blockCards, dt as blockCoverageSections, ct as blockLayoutFilters, F as blockPath, ut as blockSortOptions, st as blockTabs, lt as blockThemeFilters, K as componentCatalog, M as componentDocsPath, Ce as componentExportPath, Se as componentExportSlug, Te as componentGroupMeta, I as componentGroupOrder, $ as componentModuleCatalog, P as componentModulePath, N as componentPlaygroundPath, Ne as componentRelations, at as docsSidebar, _t as exampleCards, ft as featuredBlock, $e as getComponentDetailSidebarItems, et as getComponentDetailSidebarSections, z as getComponentGroup, Me as getComponentGroupDetails, Y as getComponentSurfaceCatalogItem, tt as getComponentSurfaceSections, nt as getDocumentedMemberByComponent, rt as getDocumentedMembersByComponents, Z as getPrimaryComponentCatalog, Q as getPrimaryComponentMemberInventory, X as getPrimaryComponentSurfaceSlug, Ze as getPrimaryComponentSurfaceTitle, Qe as getVisibleComponentCatalog, bt as globalSearchItems, vt as inspectorChecks, mt as installCommand, Xe as isPrimaryComponentSurface, ot as playgroundSidebar, it as primaryNav, ht as propRows, j as releaseHistory, we as templatePath, gt as tocItems };
|