tembro 2.1.5 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +309 -329
- package/dist/showcase/tembro-registry.json.cjs +1 -1
- package/dist/showcase/tembro-registry.json.js +25 -37
- package/package.json +189 -189
- package/packages/cli/dist/index.cjs +30 -30
- package/packages/cli/vendor/src/public-component-surface.ts +0 -2
- package/packages/cli/vendor/src/showcase/site-data.tsx +47 -43
- package/packages/cli/vendor/src/showcase/tembro-registry.json +23 -35
- package/registry.json +23 -35
|
@@ -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,35 @@ 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)),
|
|
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([
|
|
3766
|
+
"app-header",
|
|
3767
|
+
"app-shell",
|
|
3768
|
+
"async-multi-select",
|
|
3769
|
+
"clearable-input",
|
|
3770
|
+
"copy-field",
|
|
3771
|
+
"file-dropzone",
|
|
3772
|
+
"form-async-select",
|
|
3773
|
+
"form-field",
|
|
3774
|
+
"form-field-shell",
|
|
3775
|
+
"form-input",
|
|
3776
|
+
"form-select",
|
|
3777
|
+
"form-switch",
|
|
3778
|
+
"form-textarea",
|
|
3779
|
+
"hover-card",
|
|
3780
|
+
"page-container",
|
|
3781
|
+
"page-header",
|
|
3782
|
+
"quantity-input",
|
|
3783
|
+
"section-header",
|
|
3784
|
+
"sidebar-nav",
|
|
3785
|
+
"simple-select",
|
|
3786
|
+
"stat-card",
|
|
3787
|
+
"sticky-footer-bar"
|
|
3788
|
+
]), Be = new Set(["kits"]), Ve = new Set([
|
|
3814
3789
|
"all",
|
|
3815
3790
|
"dashboard",
|
|
3816
3791
|
"calendar-kit",
|
|
3817
|
-
"wizard-kit"
|
|
3792
|
+
"wizard-kit",
|
|
3793
|
+
...W
|
|
3818
3794
|
]), He = new Set(["hooks"]), Ue = {
|
|
3819
3795
|
ui: "Components",
|
|
3820
3796
|
actions: "Components",
|
|
@@ -3835,42 +3811,42 @@ var V = [
|
|
|
3835
3811
|
command: "Data Display",
|
|
3836
3812
|
patterns: "Patterns"
|
|
3837
3813
|
}, 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:
|
|
3814
|
+
ui: d,
|
|
3815
|
+
actions: y,
|
|
3816
|
+
feedback: se,
|
|
3817
|
+
display: f,
|
|
3818
|
+
overlay: _,
|
|
3819
|
+
inputs: m,
|
|
3820
|
+
form: m,
|
|
3821
|
+
dataTable: b,
|
|
3822
|
+
data_table: b,
|
|
3823
|
+
layout: h,
|
|
3824
|
+
navigation: c,
|
|
3825
|
+
filters: oe,
|
|
3826
|
+
calendar: l,
|
|
3827
|
+
upload: p,
|
|
3828
|
+
wizard: C,
|
|
3853
3829
|
notifications: ee,
|
|
3854
|
-
command:
|
|
3830
|
+
command: x,
|
|
3855
3831
|
patterns: s,
|
|
3856
|
-
hooks:
|
|
3832
|
+
hooks: v
|
|
3857
3833
|
};
|
|
3858
3834
|
function Ge(e) {
|
|
3859
3835
|
return e.split("-").filter(Boolean).map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(" ");
|
|
3860
3836
|
}
|
|
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:
|
|
3837
|
+
var Ke = new Set(V.map((e) => e.slug)), G = /* @__PURE__ */ new Map();
|
|
3838
|
+
for (let [e, n] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let r of n) {
|
|
3839
|
+
let n = Re[r], i = n ?? r;
|
|
3840
|
+
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;
|
|
3841
|
+
let a = Ue[e] ?? "Data Display", o = We[e] ?? y;
|
|
3842
|
+
G.set(i, {
|
|
3843
|
+
slug: i,
|
|
3844
|
+
title: Ge(n || i),
|
|
3845
|
+
description: `${Ge(i)} surfaced from package registry group "${e}".`,
|
|
3846
|
+
icon: o,
|
|
3847
|
+
category: a,
|
|
3848
|
+
status: Le.has(i) ? "Stable" : "Preview",
|
|
3849
|
+
installCommand: k,
|
|
3874
3850
|
propsRows: [[
|
|
3875
3851
|
"className",
|
|
3876
3852
|
"string",
|
|
@@ -3880,7 +3856,8 @@ for (let [e, t] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let n
|
|
|
3880
3856
|
features: [e]
|
|
3881
3857
|
});
|
|
3882
3858
|
}
|
|
3883
|
-
var qe = [...
|
|
3859
|
+
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([
|
|
3860
|
+
...W,
|
|
3884
3861
|
"app-sidebar",
|
|
3885
3862
|
"app-shell",
|
|
3886
3863
|
"app-header",
|
|
@@ -3894,50 +3871,50 @@ var qe = [...W.values()], G = [...V, ...qe], K = [], q = new Map(K.map((e) => [e
|
|
|
3894
3871
|
"data-table-bulk-actions",
|
|
3895
3872
|
"data-table-view-presets"
|
|
3896
3873
|
]), Ye = new Set([...Je, ...L.keys()]);
|
|
3897
|
-
function
|
|
3874
|
+
function Y(e) {
|
|
3898
3875
|
if (!e) return;
|
|
3899
|
-
let t = R(e), n =
|
|
3900
|
-
return t === n ?
|
|
3876
|
+
let t = R(e), n = X(t);
|
|
3877
|
+
return t === n ? J.get(t) ?? K.find((e) => e.slug === t) : J.get(n) ?? K.find((e) => e.slug === n);
|
|
3901
3878
|
}
|
|
3902
3879
|
function Xe(e) {
|
|
3903
|
-
return
|
|
3880
|
+
return J.has(R(e)) || Pe.has(R(e));
|
|
3904
3881
|
}
|
|
3905
|
-
function
|
|
3882
|
+
function X(e) {
|
|
3906
3883
|
let t = R(e);
|
|
3907
3884
|
return Xe(t) ? t : Fe[t] ?? t;
|
|
3908
3885
|
}
|
|
3909
|
-
function
|
|
3910
|
-
return
|
|
3886
|
+
function Ze(e) {
|
|
3887
|
+
return Y(X(e))?.title ?? e;
|
|
3911
3888
|
}
|
|
3912
3889
|
function Z() {
|
|
3913
|
-
let n =
|
|
3890
|
+
let n = K.filter((e) => X(e.slug) === e.slug), r = /* @__PURE__ */ new Map();
|
|
3914
3891
|
for (let e of n) r.set(e.slug, e);
|
|
3915
|
-
for (let e of
|
|
3892
|
+
for (let e of q) r.set(e.slug, e);
|
|
3916
3893
|
return Array.from(r.values()).filter((e) => !Je.has(e.slug)).filter((e) => t(e.slug)).sort((t, n) => {
|
|
3917
3894
|
let r = e(t.slug, n.slug);
|
|
3918
3895
|
return r === 0 ? t.title.localeCompare(n.title) : r;
|
|
3919
3896
|
});
|
|
3920
3897
|
}
|
|
3921
|
-
function
|
|
3898
|
+
function Qe() {
|
|
3922
3899
|
let e = /* @__PURE__ */ new Map();
|
|
3923
|
-
for (let t of G) e.set(t.slug, t);
|
|
3924
3900
|
for (let t of K) e.set(t.slug, t);
|
|
3901
|
+
for (let t of q) e.set(t.slug, t);
|
|
3925
3902
|
return Array.from(e.values()).filter((e) => !Ye.has(e.slug)).sort((e, t) => e.title.localeCompare(t.title));
|
|
3926
3903
|
}
|
|
3927
|
-
function
|
|
3928
|
-
let t = e ?
|
|
3904
|
+
function $e(e) {
|
|
3905
|
+
let t = e ? X(e) : void 0;
|
|
3929
3906
|
return Z().map((e) => ({
|
|
3930
3907
|
slug: e.slug,
|
|
3931
3908
|
title: e.title,
|
|
3932
|
-
href:
|
|
3909
|
+
href: M(e.slug),
|
|
3933
3910
|
status: e.status,
|
|
3934
3911
|
group: z(e.slug),
|
|
3935
|
-
active: t ?
|
|
3912
|
+
active: t ? X(e.slug) === t : !1
|
|
3936
3913
|
})).sort((e, t) => e.title.localeCompare(t.title));
|
|
3937
3914
|
}
|
|
3938
|
-
function
|
|
3915
|
+
function et(e) {
|
|
3939
3916
|
let t = /* @__PURE__ */ new Map();
|
|
3940
|
-
for (let n of
|
|
3917
|
+
for (let n of $e(e)) {
|
|
3941
3918
|
let e = n.title[0]?.toUpperCase() ?? "#", r = `${e} - ${n.group}`;
|
|
3942
3919
|
t.has(r) || t.set(r, {
|
|
3943
3920
|
key: r,
|
|
@@ -3947,16 +3924,19 @@ function $e(e) {
|
|
|
3947
3924
|
}
|
|
3948
3925
|
return Array.from(t.values());
|
|
3949
3926
|
}
|
|
3950
|
-
function
|
|
3951
|
-
return H[
|
|
3927
|
+
function tt(e) {
|
|
3928
|
+
return (H[X(e)] ?? []).map((e) => ({
|
|
3929
|
+
...e,
|
|
3930
|
+
slugs: e.slugs.filter((e) => !W.has(e))
|
|
3931
|
+
})).filter((e) => e.slugs.length > 0);
|
|
3952
3932
|
}
|
|
3953
3933
|
function Q(e) {
|
|
3954
|
-
return (e ? [
|
|
3955
|
-
let t =
|
|
3956
|
-
return (
|
|
3934
|
+
return (e ? [X(e)] : Object.keys(H)).flatMap((e) => {
|
|
3935
|
+
let t = Y(e);
|
|
3936
|
+
return tt(e).flatMap((n) => {
|
|
3957
3937
|
let r = [];
|
|
3958
3938
|
for (let i of n.slugs) {
|
|
3959
|
-
let a =
|
|
3939
|
+
let a = K.find((e) => e.slug === i);
|
|
3960
3940
|
a && r.push({
|
|
3961
3941
|
component: a.title,
|
|
3962
3942
|
slug: a.slug,
|
|
@@ -3970,17 +3950,17 @@ function Q(e) {
|
|
|
3970
3950
|
useWhen: n.description,
|
|
3971
3951
|
maturity: n.key === "core" ? "core" : n.key === "compatibility" ? "compatibility" : "helper",
|
|
3972
3952
|
status: a.status,
|
|
3973
|
-
href:
|
|
3953
|
+
href: M(a.slug)
|
|
3974
3954
|
});
|
|
3975
3955
|
}
|
|
3976
3956
|
return r;
|
|
3977
3957
|
});
|
|
3978
3958
|
});
|
|
3979
3959
|
}
|
|
3980
|
-
function
|
|
3960
|
+
function nt(e) {
|
|
3981
3961
|
return Q().find((t) => t.component === e);
|
|
3982
3962
|
}
|
|
3983
|
-
function
|
|
3963
|
+
function rt(e) {
|
|
3984
3964
|
let t = new Set(e);
|
|
3985
3965
|
return Q().filter((e) => t.has(e.component));
|
|
3986
3966
|
}
|
|
@@ -3989,14 +3969,14 @@ var $ = [
|
|
|
3989
3969
|
slug: "actions",
|
|
3990
3970
|
title: "Actions",
|
|
3991
3971
|
description: "Context actions, copy controls and quick grids for dense product surfaces.",
|
|
3992
|
-
icon:
|
|
3972
|
+
icon: g,
|
|
3993
3973
|
category: "Actions",
|
|
3994
3974
|
exports: [
|
|
3995
3975
|
"ActionMenu",
|
|
3996
3976
|
"CopyButton",
|
|
3997
3977
|
"QuickActionGrid"
|
|
3998
3978
|
],
|
|
3999
|
-
href:
|
|
3979
|
+
href: P("actions"),
|
|
4000
3980
|
status: "Stable",
|
|
4001
3981
|
features: [
|
|
4002
3982
|
"Quick actions",
|
|
@@ -4008,7 +3988,7 @@ var $ = [
|
|
|
4008
3988
|
slug: "layout",
|
|
4009
3989
|
title: "Application layout",
|
|
4010
3990
|
description: "Route-level sidebars, breadcrumbs and page framing helpers that support real reusable components instead of replacing them.",
|
|
4011
|
-
icon:
|
|
3991
|
+
icon: h,
|
|
4012
3992
|
category: "Layout",
|
|
4013
3993
|
exports: [
|
|
4014
3994
|
"Sidebar",
|
|
@@ -4019,7 +3999,7 @@ var $ = [
|
|
|
4019
3999
|
"SectionHeader",
|
|
4020
4000
|
"StickyFooterBar"
|
|
4021
4001
|
],
|
|
4022
|
-
href:
|
|
4002
|
+
href: P("layout"),
|
|
4023
4003
|
status: "Stable",
|
|
4024
4004
|
features: [
|
|
4025
4005
|
"Sidebar navigation",
|
|
@@ -4032,10 +4012,10 @@ var $ = [
|
|
|
4032
4012
|
slug: "filters",
|
|
4033
4013
|
title: "Filters",
|
|
4034
4014
|
description: "Filter bars and chip patterns for narrowing data without leaving the current view.",
|
|
4035
|
-
icon:
|
|
4015
|
+
icon: oe,
|
|
4036
4016
|
category: "Data",
|
|
4037
4017
|
exports: ["FilterBar", "SavedFilterSelect"],
|
|
4038
|
-
href:
|
|
4018
|
+
href: P("filters"),
|
|
4039
4019
|
status: "Stable",
|
|
4040
4020
|
features: [
|
|
4041
4021
|
"Filter bars",
|
|
@@ -4058,7 +4038,7 @@ var $ = [
|
|
|
4058
4038
|
"HoverCard",
|
|
4059
4039
|
"RightClickMenu"
|
|
4060
4040
|
],
|
|
4061
|
-
href:
|
|
4041
|
+
href: P("overlay"),
|
|
4062
4042
|
status: "Stable",
|
|
4063
4043
|
features: [
|
|
4064
4044
|
"Confirm flows",
|
|
@@ -4071,14 +4051,14 @@ var $ = [
|
|
|
4071
4051
|
slug: "navigation",
|
|
4072
4052
|
title: "Navigation",
|
|
4073
4053
|
description: "Pagination and tabbed navigation patterns for sectioned or paginated interfaces.",
|
|
4074
|
-
icon:
|
|
4054
|
+
icon: u,
|
|
4075
4055
|
category: "Layout",
|
|
4076
4056
|
exports: [
|
|
4077
4057
|
"Pagination",
|
|
4078
4058
|
"PageTabs",
|
|
4079
4059
|
"StepperTabs"
|
|
4080
4060
|
],
|
|
4081
|
-
href:
|
|
4061
|
+
href: P("navigation"),
|
|
4082
4062
|
status: "Stable",
|
|
4083
4063
|
features: [
|
|
4084
4064
|
"Pagination",
|
|
@@ -4090,7 +4070,7 @@ var $ = [
|
|
|
4090
4070
|
slug: "inputs",
|
|
4091
4071
|
title: "Inputs",
|
|
4092
4072
|
description: "Input-first family with typed presets and select/date members introduced only when behavior changes.",
|
|
4093
|
-
icon:
|
|
4073
|
+
icon: m,
|
|
4094
4074
|
category: "Forms",
|
|
4095
4075
|
exports: [
|
|
4096
4076
|
"Input",
|
|
@@ -4102,7 +4082,7 @@ var $ = [
|
|
|
4102
4082
|
"PhoneInput",
|
|
4103
4083
|
"TagInput"
|
|
4104
4084
|
],
|
|
4105
|
-
href:
|
|
4085
|
+
href: P("inputs"),
|
|
4106
4086
|
status: "Stable",
|
|
4107
4087
|
features: [
|
|
4108
4088
|
"Text entry",
|
|
@@ -4116,7 +4096,7 @@ var $ = [
|
|
|
4116
4096
|
slug: "form",
|
|
4117
4097
|
title: "Form",
|
|
4118
4098
|
description: "Form shell and wrapper layer for labels, validation, and repeatable field composition.",
|
|
4119
|
-
icon:
|
|
4099
|
+
icon: p,
|
|
4120
4100
|
category: "Forms",
|
|
4121
4101
|
exports: [
|
|
4122
4102
|
"FormFieldShell",
|
|
@@ -4126,7 +4106,7 @@ var $ = [
|
|
|
4126
4106
|
"FormSwitch",
|
|
4127
4107
|
"FormDatePicker"
|
|
4128
4108
|
],
|
|
4129
|
-
href:
|
|
4109
|
+
href: P("form"),
|
|
4130
4110
|
status: "Stable",
|
|
4131
4111
|
features: [
|
|
4132
4112
|
"Field shell",
|
|
@@ -4139,7 +4119,7 @@ var $ = [
|
|
|
4139
4119
|
slug: "display",
|
|
4140
4120
|
title: "Display",
|
|
4141
4121
|
description: "Metrics, activity, avatars, timelines and descriptive content surfaces.",
|
|
4142
|
-
icon:
|
|
4122
|
+
icon: f,
|
|
4143
4123
|
category: "Data",
|
|
4144
4124
|
exports: [
|
|
4145
4125
|
"DescriptionList",
|
|
@@ -4154,7 +4134,7 @@ var $ = [
|
|
|
4154
4134
|
"DataState",
|
|
4155
4135
|
"ScrollBox"
|
|
4156
4136
|
],
|
|
4157
|
-
href:
|
|
4137
|
+
href: P("display"),
|
|
4158
4138
|
status: "Stable",
|
|
4159
4139
|
features: [
|
|
4160
4140
|
"Metric grids",
|
|
@@ -4167,10 +4147,10 @@ var $ = [
|
|
|
4167
4147
|
slug: "data-table",
|
|
4168
4148
|
title: "DataTable",
|
|
4169
4149
|
description: "Primary reusable data-grid system. Helper pieces stay secondary to the main table route.",
|
|
4170
|
-
icon:
|
|
4150
|
+
icon: b,
|
|
4171
4151
|
category: "Data",
|
|
4172
4152
|
exports: ["DataTable"],
|
|
4173
|
-
href:
|
|
4153
|
+
href: P("data-table"),
|
|
4174
4154
|
status: "Stable",
|
|
4175
4155
|
features: [
|
|
4176
4156
|
"Toolbar",
|
|
@@ -4187,7 +4167,7 @@ var $ = [
|
|
|
4187
4167
|
icon: o,
|
|
4188
4168
|
category: "Overlay",
|
|
4189
4169
|
exports: ["Toast", "NotificationCenter"],
|
|
4190
|
-
href:
|
|
4170
|
+
href: P("notifications"),
|
|
4191
4171
|
status: "Preview",
|
|
4192
4172
|
features: [
|
|
4193
4173
|
"Toasts",
|
|
@@ -4200,10 +4180,10 @@ var $ = [
|
|
|
4200
4180
|
slug: "command",
|
|
4201
4181
|
title: "Command",
|
|
4202
4182
|
description: "Command palette patterns for keyboard-driven discovery, search, grouped actions and async navigation.",
|
|
4203
|
-
icon:
|
|
4183
|
+
icon: x,
|
|
4204
4184
|
category: "Workflow",
|
|
4205
4185
|
exports: ["CommandPalette"],
|
|
4206
|
-
href:
|
|
4186
|
+
href: P("command"),
|
|
4207
4187
|
status: "Preview",
|
|
4208
4188
|
features: [
|
|
4209
4189
|
"Command palette",
|
|
@@ -4216,7 +4196,7 @@ var $ = [
|
|
|
4216
4196
|
slug: "calendar",
|
|
4217
4197
|
title: "Calendar",
|
|
4218
4198
|
description: "Calendar, date picker and range picker flows for scheduling and reporting.",
|
|
4219
|
-
icon:
|
|
4199
|
+
icon: re,
|
|
4220
4200
|
category: "Workflow",
|
|
4221
4201
|
exports: [
|
|
4222
4202
|
"DateUtils",
|
|
@@ -4224,7 +4204,7 @@ var $ = [
|
|
|
4224
4204
|
"DatePicker",
|
|
4225
4205
|
"DateRangePicker"
|
|
4226
4206
|
],
|
|
4227
|
-
href:
|
|
4207
|
+
href: P("calendar"),
|
|
4228
4208
|
status: "Stable",
|
|
4229
4209
|
features: [
|
|
4230
4210
|
"Date picker",
|
|
@@ -4239,7 +4219,7 @@ var $ = [
|
|
|
4239
4219
|
icon: s,
|
|
4240
4220
|
category: "Workflow",
|
|
4241
4221
|
exports: ["FileUpload", "ImageUpload"],
|
|
4242
|
-
href:
|
|
4222
|
+
href: P("upload"),
|
|
4243
4223
|
status: "Preview",
|
|
4244
4224
|
features: [
|
|
4245
4225
|
"File upload",
|
|
@@ -4251,10 +4231,10 @@ var $ = [
|
|
|
4251
4231
|
slug: "wizard",
|
|
4252
4232
|
title: "Wizard",
|
|
4253
4233
|
description: "Stepper and multi-step workflow patterns for onboarding and guided flows.",
|
|
4254
|
-
icon:
|
|
4234
|
+
icon: C,
|
|
4255
4235
|
category: "Workflow",
|
|
4256
4236
|
exports: ["Stepper", "Wizard"],
|
|
4257
|
-
href:
|
|
4237
|
+
href: P("wizard"),
|
|
4258
4238
|
status: "Stable",
|
|
4259
4239
|
features: [
|
|
4260
4240
|
"Step flow",
|
|
@@ -4262,10 +4242,10 @@ var $ = [
|
|
|
4262
4242
|
"Progress state"
|
|
4263
4243
|
]
|
|
4264
4244
|
}
|
|
4265
|
-
],
|
|
4245
|
+
], it = [
|
|
4266
4246
|
{
|
|
4267
4247
|
label: "Docs",
|
|
4268
|
-
href:
|
|
4248
|
+
href: A
|
|
4269
4249
|
},
|
|
4270
4250
|
{
|
|
4271
4251
|
label: "Installation",
|
|
@@ -4283,34 +4263,34 @@ var $ = [
|
|
|
4283
4263
|
label: "Changelog",
|
|
4284
4264
|
href: "/changelog"
|
|
4285
4265
|
}
|
|
4286
|
-
],
|
|
4266
|
+
], at = [{
|
|
4287
4267
|
title: "Getting Started",
|
|
4288
4268
|
items: [
|
|
4289
4269
|
{
|
|
4290
4270
|
label: "Overview",
|
|
4291
|
-
href:
|
|
4271
|
+
href: A,
|
|
4292
4272
|
icon: te
|
|
4293
4273
|
},
|
|
4294
4274
|
{
|
|
4295
4275
|
label: "Installation",
|
|
4296
4276
|
href: "/docs/installation",
|
|
4297
|
-
icon:
|
|
4277
|
+
icon: u
|
|
4298
4278
|
},
|
|
4299
4279
|
{
|
|
4300
4280
|
label: "Components catalog",
|
|
4301
4281
|
href: "/components",
|
|
4302
|
-
icon:
|
|
4282
|
+
icon: d
|
|
4303
4283
|
},
|
|
4304
4284
|
{
|
|
4305
4285
|
label: "Changelog",
|
|
4306
4286
|
href: "/changelog",
|
|
4307
|
-
icon:
|
|
4287
|
+
icon: p
|
|
4308
4288
|
}
|
|
4309
4289
|
]
|
|
4310
|
-
}, ...
|
|
4290
|
+
}, ...I.map((e) => ({
|
|
4311
4291
|
title: e,
|
|
4312
|
-
items: B(e,
|
|
4313
|
-
})).filter((e) => e.items.length > 0)],
|
|
4292
|
+
items: B(e, M)
|
|
4293
|
+
})).filter((e) => e.items.length > 0)], ot = [{
|
|
4314
4294
|
title: "Getting Started",
|
|
4315
4295
|
items: [
|
|
4316
4296
|
{
|
|
@@ -4320,29 +4300,29 @@ var $ = [
|
|
|
4320
4300
|
},
|
|
4321
4301
|
{
|
|
4322
4302
|
label: "Installation",
|
|
4323
|
-
href:
|
|
4324
|
-
icon:
|
|
4303
|
+
href: N("button"),
|
|
4304
|
+
icon: u
|
|
4325
4305
|
},
|
|
4326
4306
|
{
|
|
4327
4307
|
label: "Theming",
|
|
4328
|
-
href:
|
|
4329
|
-
icon:
|
|
4308
|
+
href: N("button"),
|
|
4309
|
+
icon: y
|
|
4330
4310
|
},
|
|
4331
4311
|
{
|
|
4332
4312
|
label: "Tokens",
|
|
4333
|
-
href:
|
|
4334
|
-
icon:
|
|
4313
|
+
href: N("badge"),
|
|
4314
|
+
icon: ie
|
|
4335
4315
|
},
|
|
4336
4316
|
{
|
|
4337
4317
|
label: "Icon Library",
|
|
4338
|
-
href:
|
|
4339
|
-
icon:
|
|
4318
|
+
href: N("popover"),
|
|
4319
|
+
icon: re
|
|
4340
4320
|
}
|
|
4341
4321
|
]
|
|
4342
|
-
}, ...
|
|
4322
|
+
}, ...I.map((e) => ({
|
|
4343
4323
|
title: e,
|
|
4344
|
-
items: B(e,
|
|
4345
|
-
})).filter((e) => e.items.length > 0)],
|
|
4324
|
+
items: B(e, N)
|
|
4325
|
+
})).filter((e) => e.items.length > 0)], st = [
|
|
4346
4326
|
"All blocks",
|
|
4347
4327
|
"Dashboard",
|
|
4348
4328
|
"Auth",
|
|
@@ -4351,15 +4331,15 @@ var $ = [
|
|
|
4351
4331
|
"Pricing",
|
|
4352
4332
|
"Product",
|
|
4353
4333
|
"Marketing"
|
|
4354
|
-
],
|
|
4334
|
+
], ct = [
|
|
4355
4335
|
"All layouts",
|
|
4356
4336
|
"Application",
|
|
4357
4337
|
"Marketing"
|
|
4358
|
-
],
|
|
4338
|
+
], lt = [
|
|
4359
4339
|
"All themes",
|
|
4360
4340
|
"Light",
|
|
4361
4341
|
"Soft"
|
|
4362
|
-
],
|
|
4342
|
+
], ut = ["Popular", "A-Z"], dt = [
|
|
4363
4343
|
{
|
|
4364
4344
|
title: "Application blocks",
|
|
4365
4345
|
text: "Dashboard, table and settings blocks should show route structure, visible actions and realistic operational density.",
|
|
@@ -4390,7 +4370,7 @@ var $ = [
|
|
|
4390
4370
|
"Install path"
|
|
4391
4371
|
]
|
|
4392
4372
|
}
|
|
4393
|
-
],
|
|
4373
|
+
], ft = {
|
|
4394
4374
|
slug: "dashboard-starter",
|
|
4395
4375
|
title: "Modern Dashboard",
|
|
4396
4376
|
description: "Clean dashboard with analytics, charts, and activity tables.",
|
|
@@ -4409,7 +4389,7 @@ var $ = [
|
|
|
4409
4389
|
"DataTable"
|
|
4410
4390
|
],
|
|
4411
4391
|
tone: "from-emerald-50 via-white to-sky-50",
|
|
4412
|
-
href:
|
|
4392
|
+
href: F("dashboard-starter"),
|
|
4413
4393
|
previewHref: "/preview/blocks/dashboard-01",
|
|
4414
4394
|
previewTone: "dashboard",
|
|
4415
4395
|
layout: "Application",
|
|
@@ -4432,7 +4412,7 @@ var $ = [
|
|
|
4432
4412
|
"components/blocks/dashboard/activity-table.tsx"
|
|
4433
4413
|
],
|
|
4434
4414
|
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
|
-
},
|
|
4415
|
+
}, pt = [
|
|
4436
4416
|
{
|
|
4437
4417
|
slug: "sidebar-layout",
|
|
4438
4418
|
title: "Sidebar Layout",
|
|
@@ -4451,7 +4431,7 @@ var $ = [
|
|
|
4451
4431
|
"Button"
|
|
4452
4432
|
],
|
|
4453
4433
|
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
4454
|
-
href:
|
|
4434
|
+
href: F("sidebar-layout"),
|
|
4455
4435
|
previewHref: "/preview/blocks/dashboard-01",
|
|
4456
4436
|
previewTone: "dashboard",
|
|
4457
4437
|
layout: "Application",
|
|
@@ -4489,7 +4469,7 @@ var $ = [
|
|
|
4489
4469
|
"ActivityFeed"
|
|
4490
4470
|
],
|
|
4491
4471
|
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_10%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4492
|
-
href:
|
|
4472
|
+
href: F("crm-dashboard"),
|
|
4493
4473
|
previewTone: "crm",
|
|
4494
4474
|
layout: "Application",
|
|
4495
4475
|
theme: "Soft",
|
|
@@ -4526,7 +4506,7 @@ var $ = [
|
|
|
4526
4506
|
"Badge"
|
|
4527
4507
|
],
|
|
4528
4508
|
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
4529
|
-
href:
|
|
4509
|
+
href: F("users-table"),
|
|
4530
4510
|
previewHref: "/preview/blocks/table-01",
|
|
4531
4511
|
previewTone: "table",
|
|
4532
4512
|
layout: "Application",
|
|
@@ -4564,7 +4544,7 @@ var $ = [
|
|
|
4564
4544
|
"Badge"
|
|
4565
4545
|
],
|
|
4566
4546
|
tone: "from-[color:color-mix(in_oklch,var(--aui-warning)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4567
|
-
href:
|
|
4547
|
+
href: F("auth-sign-in"),
|
|
4568
4548
|
previewHref: "/preview/blocks/auth-01",
|
|
4569
4549
|
previewTone: "auth",
|
|
4570
4550
|
layout: "Marketing",
|
|
@@ -4602,7 +4582,7 @@ var $ = [
|
|
|
4602
4582
|
"Button"
|
|
4603
4583
|
],
|
|
4604
4584
|
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:
|
|
4585
|
+
href: F("settings-form"),
|
|
4606
4586
|
previewTone: "settings",
|
|
4607
4587
|
layout: "Application",
|
|
4608
4588
|
theme: "Light",
|
|
@@ -4639,7 +4619,7 @@ var $ = [
|
|
|
4639
4619
|
"PageHeader"
|
|
4640
4620
|
],
|
|
4641
4621
|
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
4642
|
-
href:
|
|
4622
|
+
href: F("invoices-page"),
|
|
4643
4623
|
previewHref: "/preview/blocks/table-01",
|
|
4644
4624
|
previewTone: "table",
|
|
4645
4625
|
layout: "Application",
|
|
@@ -4659,7 +4639,7 @@ var $ = [
|
|
|
4659
4639
|
copyTargets: ["components/blocks/finance/invoices-table.tsx", "components/blocks/finance/invoice-actions.tsx"],
|
|
4660
4640
|
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
4641
|
}
|
|
4662
|
-
],
|
|
4642
|
+
], mt = k, ht = [
|
|
4663
4643
|
[
|
|
4664
4644
|
"variant",
|
|
4665
4645
|
"'default' | 'secondary' | ...",
|
|
@@ -4696,7 +4676,7 @@ var $ = [
|
|
|
4696
4676
|
"-",
|
|
4697
4677
|
"Click event handler."
|
|
4698
4678
|
]
|
|
4699
|
-
],
|
|
4679
|
+
], gt = [
|
|
4700
4680
|
"Installation",
|
|
4701
4681
|
"Variations",
|
|
4702
4682
|
"Sizes",
|
|
@@ -4706,7 +4686,7 @@ var $ = [
|
|
|
4706
4686
|
"Examples",
|
|
4707
4687
|
"API Reference",
|
|
4708
4688
|
"Accessibility"
|
|
4709
|
-
],
|
|
4689
|
+
], _t = [
|
|
4710
4690
|
{
|
|
4711
4691
|
title: "Action buttons",
|
|
4712
4692
|
cta: "Save changes"
|
|
@@ -4723,16 +4703,16 @@ var $ = [
|
|
|
4723
4703
|
title: "Destructive action",
|
|
4724
4704
|
cta: "Delete item"
|
|
4725
4705
|
}
|
|
4726
|
-
],
|
|
4706
|
+
], vt = [
|
|
4727
4707
|
"Tab to focus",
|
|
4728
4708
|
"Visible focus ring",
|
|
4729
4709
|
"Enter / Space to activate"
|
|
4730
|
-
],
|
|
4710
|
+
], yt = [
|
|
4731
4711
|
"Role: button",
|
|
4732
4712
|
"Name is programmatically determinable",
|
|
4733
4713
|
"Minimum touch target (44x44px)",
|
|
4734
4714
|
"Sufficient color contrast"
|
|
4735
|
-
],
|
|
4715
|
+
], bt = [
|
|
4736
4716
|
{
|
|
4737
4717
|
title: "Home",
|
|
4738
4718
|
description: "Open the landing page with the product overview.",
|
|
@@ -4878,7 +4858,7 @@ var $ = [
|
|
|
4878
4858
|
e.title,
|
|
4879
4859
|
e.category,
|
|
4880
4860
|
z(e.slug),
|
|
4881
|
-
|
|
4861
|
+
Ze(e.slug),
|
|
4882
4862
|
...e.features,
|
|
4883
4863
|
"component",
|
|
4884
4864
|
"detail",
|
|
@@ -4927,7 +4907,7 @@ var $ = [
|
|
|
4927
4907
|
...$.flatMap((e) => e.exports.map((t) => ({
|
|
4928
4908
|
title: `${t} API`,
|
|
4929
4909
|
description: `${e.title} export detail with import path, related docs and usage context.`,
|
|
4930
|
-
href:
|
|
4910
|
+
href: Ce(e.slug, t),
|
|
4931
4911
|
group: "Components",
|
|
4932
4912
|
shortcut: "E",
|
|
4933
4913
|
keywords: [
|
|
@@ -4942,4 +4922,4 @@ var $ = [
|
|
|
4942
4922
|
})))
|
|
4943
4923
|
];
|
|
4944
4924
|
//#endregion
|
|
4945
|
-
export {
|
|
4925
|
+
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 };
|