@estiva-app/ui 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/dist/Banner.d.ts +20 -2
- package/dist/Banner.d.ts.map +1 -1
- package/dist/ContainerHeader.d.ts +25 -0
- package/dist/ContainerHeader.d.ts.map +1 -0
- package/dist/EmptyState.d.ts +10 -1
- package/dist/EmptyState.d.ts.map +1 -1
- package/dist/gates/app-checks.d.ts.map +1 -1
- package/dist/gates/{chunk-ZGJ2J5NU.js → chunk-EA33NP5B.js} +275 -11
- package/dist/gates/chunk-EA33NP5B.js.map +7 -0
- package/dist/gates/{chunk-AUXD4GCY.js → chunk-GTQZEHPC.js} +15 -1
- package/dist/gates/chunk-GTQZEHPC.js.map +7 -0
- package/dist/gates/cli.js +1 -1
- package/dist/gates/create-app.d.ts +2 -0
- package/dist/gates/create-app.d.ts.map +1 -1
- package/dist/gates/create-app.js +1 -1
- package/dist/gates/index.js +25 -3
- package/dist/gates/index.js.map +2 -2
- package/dist/gates/status.d.ts +2 -0
- package/dist/gates/status.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +69 -48
- package/dist/index.js.map +4 -4
- package/dist/registry/app-DQI6WLHR.js +10 -0
- package/dist/registry/app.d.ts +21 -0
- package/dist/registry/app.d.ts.map +1 -0
- package/dist/registry/build-LGFCCOLR.js +27 -0
- package/dist/registry/build-LGFCCOLR.js.map +7 -0
- package/dist/registry/build.d.ts +68 -2
- package/dist/registry/build.d.ts.map +1 -1
- package/dist/registry/{chunk-MRSBS5OP.js → chunk-E4JNV7PC.js} +68 -12
- package/dist/registry/chunk-E4JNV7PC.js.map +7 -0
- package/dist/registry/{chunk-QDYGB3QN.js → chunk-NJN4MQAM.js} +60 -15
- package/dist/registry/chunk-NJN4MQAM.js.map +7 -0
- package/dist/registry/{chunk-IJNCYVH4.js → chunk-W2B2G7OE.js} +34 -9
- package/dist/registry/chunk-W2B2G7OE.js.map +7 -0
- package/dist/registry/chunk-WMFF3MPP.js +648 -0
- package/dist/registry/chunk-WMFF3MPP.js.map +7 -0
- package/dist/registry/cli.js +81 -26
- package/dist/registry/cli.js.map +3 -3
- package/dist/registry/find.d.ts +12 -1
- package/dist/registry/find.d.ts.map +1 -1
- package/dist/registry/index.d.ts +5 -2
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/registry/index.js +11 -3
- package/dist/registry/schema.d.ts +83 -6
- package/dist/registry/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/registry.json +233 -88
- package/src/Banner.mdx +17 -4
- package/src/Banner.stories.tsx +22 -0
- package/src/Banner.test.tsx +35 -0
- package/src/Banner.tsx +34 -9
- package/src/ContainerHeader.mdx +56 -0
- package/src/ContainerHeader.stories.tsx +62 -0
- package/src/ContainerHeader.test.tsx +47 -0
- package/src/ContainerHeader.tsx +45 -0
- package/src/EmptyState.mdx +12 -0
- package/src/EmptyState.stories.tsx +6 -1
- package/src/EmptyState.test.tsx +18 -1
- package/src/EmptyState.tsx +14 -1
- package/src/gates/app-checks.ts +23 -1
- package/src/gates/create-app.test.ts +77 -6
- package/src/gates/create-app.ts +288 -15
- package/src/gates/status.ts +16 -0
- package/src/index.ts +1 -0
- package/src/registry/app.test.ts +562 -0
- package/src/registry/app.ts +854 -0
- package/src/registry/build.ts +114 -25
- package/src/registry/cli.ts +105 -42
- package/src/registry/find.ts +45 -8
- package/src/registry/index.ts +8 -1
- package/src/registry/registry.test.ts +5 -5
- package/src/registry/schema.ts +163 -12
- package/dist/gates/chunk-AUXD4GCY.js.map +0 -7
- package/dist/gates/chunk-ZGJ2J5NU.js.map +0 -7
- package/dist/registry/build-GOVLABI6.js +0 -13
- package/dist/registry/chunk-IJNCYVH4.js.map +0 -7
- package/dist/registry/chunk-MRSBS5OP.js.map +0 -7
- package/dist/registry/chunk-QDYGB3QN.js.map +0 -7
- /package/dist/registry/{build-GOVLABI6.js.map → app-DQI6WLHR.js.map} +0 -0
package/registry.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"builtFrom": {
|
|
4
|
+
"kind": "package",
|
|
4
5
|
"repo": "estiva-ui",
|
|
5
6
|
"package": "@estiva-app/ui",
|
|
6
|
-
"packageVersion": "0.
|
|
7
|
-
"exports":
|
|
8
|
-
"typeExports":
|
|
7
|
+
"packageVersion": "0.23.0",
|
|
8
|
+
"exports": 82,
|
|
9
|
+
"typeExports": 92,
|
|
10
|
+
"files": null
|
|
9
11
|
},
|
|
10
12
|
"storybook": {
|
|
11
13
|
"docsPath": "/?path=/docs/{docsId}",
|
|
@@ -85,7 +87,8 @@
|
|
|
85
87
|
"migrationStage": null,
|
|
86
88
|
"docsId": "frame-appshell--docs",
|
|
87
89
|
"storyId": "frame-appshell--solid",
|
|
88
|
-
"docPage": "src/AppShell.mdx"
|
|
90
|
+
"docPage": "src/AppShell.mdx",
|
|
91
|
+
"app": null
|
|
89
92
|
},
|
|
90
93
|
{
|
|
91
94
|
"name": "AttachmentCard",
|
|
@@ -187,7 +190,8 @@
|
|
|
187
190
|
"migrationStage": null,
|
|
188
191
|
"docsId": "components-attachmentcard--docs",
|
|
189
192
|
"storyId": "components-attachmentcard--document",
|
|
190
|
-
"docPage": "src/AttachmentCard.mdx"
|
|
193
|
+
"docPage": "src/AttachmentCard.mdx",
|
|
194
|
+
"app": null
|
|
191
195
|
},
|
|
192
196
|
{
|
|
193
197
|
"name": "Avatar",
|
|
@@ -246,7 +250,8 @@
|
|
|
246
250
|
"migrationStage": null,
|
|
247
251
|
"docsId": "primitives-avatar--docs",
|
|
248
252
|
"storyId": "primitives-avatar--initials",
|
|
249
|
-
"docPage": "src/Avatar.mdx"
|
|
253
|
+
"docPage": "src/Avatar.mdx",
|
|
254
|
+
"app": null
|
|
250
255
|
},
|
|
251
256
|
{
|
|
252
257
|
"name": "AvatarGroup",
|
|
@@ -276,7 +281,8 @@
|
|
|
276
281
|
"migrationStage": null,
|
|
277
282
|
"docsId": "primitives-avatargroup--docs",
|
|
278
283
|
"storyId": "primitives-avatargroup--three-members",
|
|
279
|
-
"docPage": "src/AvatarGroup.mdx"
|
|
284
|
+
"docPage": "src/AvatarGroup.mdx",
|
|
285
|
+
"app": null
|
|
280
286
|
},
|
|
281
287
|
{
|
|
282
288
|
"name": "Banner",
|
|
@@ -295,9 +301,21 @@
|
|
|
295
301
|
},
|
|
296
302
|
{
|
|
297
303
|
"name": "children",
|
|
298
|
-
"takes": "
|
|
304
|
+
"takes": "anything",
|
|
299
305
|
"required": true,
|
|
300
|
-
"note":
|
|
306
|
+
"note": "The one line. Text, or text with a name in `font-medium`."
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "icon",
|
|
310
|
+
"takes": "anything",
|
|
311
|
+
"required": false,
|
|
312
|
+
"note": "A 16px icon before the line, in the tone's colour (Katerina, 2026-09-18: Peek's composer strip became a Banner)."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "action",
|
|
316
|
+
"takes": "a handler",
|
|
317
|
+
"required": false,
|
|
318
|
+
"note": "The one thing to do: the package's Button, muted and small, at the end of the line."
|
|
301
319
|
},
|
|
302
320
|
{
|
|
303
321
|
"name": "onDismiss",
|
|
@@ -339,7 +357,8 @@
|
|
|
339
357
|
"migrationStage": null,
|
|
340
358
|
"docsId": "feedback-banner--docs",
|
|
341
359
|
"storyId": "feedback-banner--ok",
|
|
342
|
-
"docPage": "src/Banner.mdx"
|
|
360
|
+
"docPage": "src/Banner.mdx",
|
|
361
|
+
"app": null
|
|
343
362
|
},
|
|
344
363
|
{
|
|
345
364
|
"name": "Breadcrumb",
|
|
@@ -369,7 +388,8 @@
|
|
|
369
388
|
"migrationStage": null,
|
|
370
389
|
"docsId": "navigation-breadcrumb--docs",
|
|
371
390
|
"storyId": "navigation-breadcrumb--on-an-item",
|
|
372
|
-
"docPage": "src/Breadcrumb.mdx"
|
|
391
|
+
"docPage": "src/Breadcrumb.mdx",
|
|
392
|
+
"app": null
|
|
373
393
|
},
|
|
374
394
|
{
|
|
375
395
|
"name": "Button",
|
|
@@ -448,7 +468,8 @@
|
|
|
448
468
|
"migrationStage": null,
|
|
449
469
|
"docsId": "primitives-button--docs",
|
|
450
470
|
"storyId": "primitives-button--primary",
|
|
451
|
-
"docPage": "src/Button.mdx"
|
|
471
|
+
"docPage": "src/Button.mdx",
|
|
472
|
+
"app": null
|
|
452
473
|
},
|
|
453
474
|
{
|
|
454
475
|
"name": "Card",
|
|
@@ -557,7 +578,8 @@
|
|
|
557
578
|
"migrationStage": null,
|
|
558
579
|
"docsId": "primitives-card--docs",
|
|
559
580
|
"storyId": "primitives-card--surface",
|
|
560
|
-
"docPage": "src/Card.mdx"
|
|
581
|
+
"docPage": "src/Card.mdx",
|
|
582
|
+
"app": null
|
|
561
583
|
},
|
|
562
584
|
{
|
|
563
585
|
"name": "Checkbox",
|
|
@@ -638,7 +660,8 @@
|
|
|
638
660
|
"migrationStage": null,
|
|
639
661
|
"docsId": "inputs-checkbox--docs",
|
|
640
662
|
"storyId": "inputs-checkbox--unchecked",
|
|
641
|
-
"docPage": "src/Checkbox.mdx"
|
|
663
|
+
"docPage": "src/Checkbox.mdx",
|
|
664
|
+
"app": null
|
|
642
665
|
},
|
|
643
666
|
{
|
|
644
667
|
"name": "Chip",
|
|
@@ -698,7 +721,8 @@
|
|
|
698
721
|
"migrationStage": null,
|
|
699
722
|
"docsId": "primitives-chip--docs",
|
|
700
723
|
"storyId": "primitives-chip--neutral",
|
|
701
|
-
"docPage": "src/Chip.mdx"
|
|
724
|
+
"docPage": "src/Chip.mdx",
|
|
725
|
+
"app": null
|
|
702
726
|
},
|
|
703
727
|
{
|
|
704
728
|
"name": "ChipInput",
|
|
@@ -799,7 +823,8 @@
|
|
|
799
823
|
"migrationStage": null,
|
|
800
824
|
"docsId": "inputs-chipinput--docs",
|
|
801
825
|
"storyId": "inputs-chipinput--type-to-search",
|
|
802
|
-
"docPage": "src/ChipInput.mdx"
|
|
826
|
+
"docPage": "src/ChipInput.mdx",
|
|
827
|
+
"app": null
|
|
803
828
|
},
|
|
804
829
|
{
|
|
805
830
|
"name": "cn",
|
|
@@ -816,7 +841,8 @@
|
|
|
816
841
|
"migrationStage": null,
|
|
817
842
|
"docsId": null,
|
|
818
843
|
"storyId": null,
|
|
819
|
-
"docPage": null
|
|
844
|
+
"docPage": null,
|
|
845
|
+
"app": null
|
|
820
846
|
},
|
|
821
847
|
{
|
|
822
848
|
"name": "CollapsibleSection",
|
|
@@ -913,7 +939,8 @@
|
|
|
913
939
|
"migrationStage": null,
|
|
914
940
|
"docsId": "navigation-collapsiblesection--docs",
|
|
915
941
|
"storyId": "navigation-collapsiblesection--default",
|
|
916
|
-
"docPage": "src/CollapsibleSection.mdx"
|
|
942
|
+
"docPage": "src/CollapsibleSection.mdx",
|
|
943
|
+
"app": null
|
|
917
944
|
},
|
|
918
945
|
{
|
|
919
946
|
"name": "CommandPalette",
|
|
@@ -988,7 +1015,8 @@
|
|
|
988
1015
|
"migrationStage": null,
|
|
989
1016
|
"docsId": "overlays-commandpalette--docs",
|
|
990
1017
|
"storyId": "overlays-commandpalette--first-level",
|
|
991
|
-
"docPage": "src/CommandPalette.mdx"
|
|
1018
|
+
"docPage": "src/CommandPalette.mdx",
|
|
1019
|
+
"app": null
|
|
992
1020
|
},
|
|
993
1021
|
{
|
|
994
1022
|
"name": "CommandPaletteAnswer",
|
|
@@ -1018,7 +1046,8 @@
|
|
|
1018
1046
|
"migrationStage": null,
|
|
1019
1047
|
"docsId": "overlays-commandpalette--docs",
|
|
1020
1048
|
"storyId": "overlays-commandpalette--first-level",
|
|
1021
|
-
"docPage": null
|
|
1049
|
+
"docPage": null,
|
|
1050
|
+
"app": null
|
|
1022
1051
|
},
|
|
1023
1052
|
{
|
|
1024
1053
|
"name": "CommandPaletteForm",
|
|
@@ -1084,7 +1113,8 @@
|
|
|
1084
1113
|
"migrationStage": null,
|
|
1085
1114
|
"docsId": "overlays-commandpalette--docs",
|
|
1086
1115
|
"storyId": "overlays-commandpalette--first-level",
|
|
1087
|
-
"docPage": null
|
|
1116
|
+
"docPage": null,
|
|
1117
|
+
"app": null
|
|
1088
1118
|
},
|
|
1089
1119
|
{
|
|
1090
1120
|
"name": "CommandPaletteQuote",
|
|
@@ -1108,7 +1138,8 @@
|
|
|
1108
1138
|
"migrationStage": null,
|
|
1109
1139
|
"docsId": "overlays-commandpalette--docs",
|
|
1110
1140
|
"storyId": "overlays-commandpalette--first-level",
|
|
1111
|
-
"docPage": null
|
|
1141
|
+
"docPage": null,
|
|
1142
|
+
"app": null
|
|
1112
1143
|
},
|
|
1113
1144
|
{
|
|
1114
1145
|
"name": "CommandPaletteSearch",
|
|
@@ -1180,7 +1211,8 @@
|
|
|
1180
1211
|
"migrationStage": null,
|
|
1181
1212
|
"docsId": "overlays-commandpalette--docs",
|
|
1182
1213
|
"storyId": "overlays-commandpalette--first-level",
|
|
1183
|
-
"docPage": null
|
|
1214
|
+
"docPage": null,
|
|
1215
|
+
"app": null
|
|
1184
1216
|
},
|
|
1185
1217
|
{
|
|
1186
1218
|
"name": "CommandPaletteWorking",
|
|
@@ -1210,7 +1242,8 @@
|
|
|
1210
1242
|
"migrationStage": null,
|
|
1211
1243
|
"docsId": "overlays-commandpalette--docs",
|
|
1212
1244
|
"storyId": "overlays-commandpalette--first-level",
|
|
1213
|
-
"docPage": null
|
|
1245
|
+
"docPage": null,
|
|
1246
|
+
"app": null
|
|
1214
1247
|
},
|
|
1215
1248
|
{
|
|
1216
1249
|
"name": "ConfirmDialog",
|
|
@@ -1277,7 +1310,51 @@
|
|
|
1277
1310
|
"migrationStage": null,
|
|
1278
1311
|
"docsId": "overlays-confirmdialog--docs",
|
|
1279
1312
|
"storyId": "overlays-confirmdialog--destructive",
|
|
1280
|
-
"docPage": "src/ConfirmDialog.mdx"
|
|
1313
|
+
"docPage": "src/ConfirmDialog.mdx",
|
|
1314
|
+
"app": null
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "ContainerHeader",
|
|
1318
|
+
"repo": "estiva-ui",
|
|
1319
|
+
"kind": "component",
|
|
1320
|
+
"importPath": "@estiva-app/ui",
|
|
1321
|
+
"sourceFile": "src/ContainerHeader.tsx",
|
|
1322
|
+
"purpose": "The bar across the top of a column — a list, a thread, a side panel: its title, and the buttons that act on the whole column at the right edge. 48px, with a hairline under it.",
|
|
1323
|
+
"purposeFrom": "page",
|
|
1324
|
+
"props": [
|
|
1325
|
+
{
|
|
1326
|
+
"name": "title",
|
|
1327
|
+
"takes": "anything",
|
|
1328
|
+
"required": true,
|
|
1329
|
+
"note": "A string keeps the one-line treatment; a node is drawn as given."
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "chevron",
|
|
1333
|
+
"takes": "true/false",
|
|
1334
|
+
"required": false,
|
|
1335
|
+
"note": "A chevron after the title, for a title that opens something."
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "actions",
|
|
1339
|
+
"takes": "anything",
|
|
1340
|
+
"required": false,
|
|
1341
|
+
"note": "The column's own buttons, at the right edge: IconButtons with tooltips, 4px apart."
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "className",
|
|
1345
|
+
"takes": "text",
|
|
1346
|
+
"required": false,
|
|
1347
|
+
"note": null
|
|
1348
|
+
}
|
|
1349
|
+
],
|
|
1350
|
+
"variants": [],
|
|
1351
|
+
"ownsBehaviours": [],
|
|
1352
|
+
"status": "stable",
|
|
1353
|
+
"migrationStage": null,
|
|
1354
|
+
"docsId": "navigation-containerheader--docs",
|
|
1355
|
+
"storyId": "navigation-containerheader--default",
|
|
1356
|
+
"docPage": "src/ContainerHeader.mdx",
|
|
1357
|
+
"app": null
|
|
1281
1358
|
},
|
|
1282
1359
|
{
|
|
1283
1360
|
"name": "DialogShell",
|
|
@@ -1378,7 +1455,8 @@
|
|
|
1378
1455
|
"migrationStage": null,
|
|
1379
1456
|
"docsId": "overlays-dialogshell--docs",
|
|
1380
1457
|
"storyId": "overlays-dialogshell--default",
|
|
1381
|
-
"docPage": "src/DialogShell.mdx"
|
|
1458
|
+
"docPage": "src/DialogShell.mdx",
|
|
1459
|
+
"app": null
|
|
1382
1460
|
},
|
|
1383
1461
|
{
|
|
1384
1462
|
"name": "Divider",
|
|
@@ -1444,7 +1522,8 @@
|
|
|
1444
1522
|
"migrationStage": null,
|
|
1445
1523
|
"docsId": "primitives-divider--docs",
|
|
1446
1524
|
"storyId": "primitives-divider--default",
|
|
1447
|
-
"docPage": "src/Divider.mdx"
|
|
1525
|
+
"docPage": "src/Divider.mdx",
|
|
1526
|
+
"app": null
|
|
1448
1527
|
},
|
|
1449
1528
|
{
|
|
1450
1529
|
"name": "EditableText",
|
|
@@ -1516,7 +1595,8 @@
|
|
|
1516
1595
|
"migrationStage": null,
|
|
1517
1596
|
"docsId": "inputs-editabletext--docs",
|
|
1518
1597
|
"storyId": "inputs-editabletext--title",
|
|
1519
|
-
"docPage": "src/EditableText.mdx"
|
|
1598
|
+
"docPage": "src/EditableText.mdx",
|
|
1599
|
+
"app": null
|
|
1520
1600
|
},
|
|
1521
1601
|
{
|
|
1522
1602
|
"name": "EmptyState",
|
|
@@ -1545,6 +1625,12 @@
|
|
|
1545
1625
|
"required": false,
|
|
1546
1626
|
"note": "`page` when the whole page is empty; `section` when one part of it is."
|
|
1547
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "action",
|
|
1630
|
+
"takes": "a handler",
|
|
1631
|
+
"required": false,
|
|
1632
|
+
"note": "The one thing to do about it — \"New topic\", \"Try again\" — drawn 16px under the line as the package's Button, outlined (Katerina, 2026-09-18)."
|
|
1633
|
+
},
|
|
1548
1634
|
{
|
|
1549
1635
|
"name": "className",
|
|
1550
1636
|
"takes": "text",
|
|
@@ -1566,7 +1652,8 @@
|
|
|
1566
1652
|
"migrationStage": null,
|
|
1567
1653
|
"docsId": "feedback-emptystate--docs",
|
|
1568
1654
|
"storyId": "feedback-emptystate--page",
|
|
1569
|
-
"docPage": "src/EmptyState.mdx"
|
|
1655
|
+
"docPage": "src/EmptyState.mdx",
|
|
1656
|
+
"app": null
|
|
1570
1657
|
},
|
|
1571
1658
|
{
|
|
1572
1659
|
"name": "EnterHint",
|
|
@@ -1590,7 +1677,8 @@
|
|
|
1590
1677
|
"migrationStage": null,
|
|
1591
1678
|
"docsId": "overlays-menu--docs",
|
|
1592
1679
|
"storyId": "overlays-menu--items",
|
|
1593
|
-
"docPage": null
|
|
1680
|
+
"docPage": null,
|
|
1681
|
+
"app": null
|
|
1594
1682
|
},
|
|
1595
1683
|
{
|
|
1596
1684
|
"name": "Field",
|
|
@@ -1643,7 +1731,8 @@
|
|
|
1643
1731
|
"migrationStage": null,
|
|
1644
1732
|
"docsId": "inputs-field--docs",
|
|
1645
1733
|
"storyId": "inputs-field--default",
|
|
1646
|
-
"docPage": "src/Field.mdx"
|
|
1734
|
+
"docPage": "src/Field.mdx",
|
|
1735
|
+
"app": null
|
|
1647
1736
|
},
|
|
1648
1737
|
{
|
|
1649
1738
|
"name": "FieldLine",
|
|
@@ -1693,7 +1782,8 @@
|
|
|
1693
1782
|
"migrationStage": null,
|
|
1694
1783
|
"docsId": "inputs-field-line--docs",
|
|
1695
1784
|
"storyId": "inputs-field-line--helper",
|
|
1696
|
-
"docPage": "src/FieldLine.mdx"
|
|
1785
|
+
"docPage": "src/FieldLine.mdx",
|
|
1786
|
+
"app": null
|
|
1697
1787
|
},
|
|
1698
1788
|
{
|
|
1699
1789
|
"name": "FilePicker",
|
|
@@ -1717,7 +1807,8 @@
|
|
|
1717
1807
|
"migrationStage": null,
|
|
1718
1808
|
"docsId": "inputs-filepicker--docs",
|
|
1719
1809
|
"storyId": "inputs-filepicker--default",
|
|
1720
|
-
"docPage": "src/FilePicker.mdx"
|
|
1810
|
+
"docPage": "src/FilePicker.mdx",
|
|
1811
|
+
"app": null
|
|
1721
1812
|
},
|
|
1722
1813
|
{
|
|
1723
1814
|
"name": "Form",
|
|
@@ -1764,7 +1855,8 @@
|
|
|
1764
1855
|
"migrationStage": null,
|
|
1765
1856
|
"docsId": "inputs-form--docs",
|
|
1766
1857
|
"storyId": "inputs-form--default",
|
|
1767
|
-
"docPage": "src/Form.mdx"
|
|
1858
|
+
"docPage": "src/Form.mdx",
|
|
1859
|
+
"app": null
|
|
1768
1860
|
},
|
|
1769
1861
|
{
|
|
1770
1862
|
"name": "hueFor",
|
|
@@ -1781,7 +1873,8 @@
|
|
|
1781
1873
|
"migrationStage": null,
|
|
1782
1874
|
"docsId": "primitives-avatar--docs",
|
|
1783
1875
|
"storyId": "primitives-avatar--initials",
|
|
1784
|
-
"docPage": null
|
|
1876
|
+
"docPage": null,
|
|
1877
|
+
"app": null
|
|
1785
1878
|
},
|
|
1786
1879
|
{
|
|
1787
1880
|
"name": "IconButton",
|
|
@@ -1878,7 +1971,8 @@
|
|
|
1878
1971
|
"migrationStage": null,
|
|
1879
1972
|
"docsId": "primitives-iconbutton--docs",
|
|
1880
1973
|
"storyId": "primitives-iconbutton--muted",
|
|
1881
|
-
"docPage": "src/IconButton.mdx"
|
|
1974
|
+
"docPage": "src/IconButton.mdx",
|
|
1975
|
+
"app": null
|
|
1882
1976
|
},
|
|
1883
1977
|
{
|
|
1884
1978
|
"name": "IdentityMenu",
|
|
@@ -1950,7 +2044,8 @@
|
|
|
1950
2044
|
"migrationStage": null,
|
|
1951
2045
|
"docsId": "navigation-identitymenu--docs",
|
|
1952
2046
|
"storyId": "navigation-identitymenu--anonymous",
|
|
1953
|
-
"docPage": "src/IdentityMenu.mdx"
|
|
2047
|
+
"docPage": "src/IdentityMenu.mdx",
|
|
2048
|
+
"app": null
|
|
1954
2049
|
},
|
|
1955
2050
|
{
|
|
1956
2051
|
"name": "IdentityPanel",
|
|
@@ -2022,7 +2117,8 @@
|
|
|
2022
2117
|
"migrationStage": null,
|
|
2023
2118
|
"docsId": "navigation-identitymenu--docs",
|
|
2024
2119
|
"storyId": "navigation-identitymenu--anonymous",
|
|
2025
|
-
"docPage": null
|
|
2120
|
+
"docPage": null,
|
|
2121
|
+
"app": null
|
|
2026
2122
|
},
|
|
2027
2123
|
{
|
|
2028
2124
|
"name": "initialsFor",
|
|
@@ -2039,7 +2135,8 @@
|
|
|
2039
2135
|
"migrationStage": null,
|
|
2040
2136
|
"docsId": "primitives-avatar--docs",
|
|
2041
2137
|
"storyId": "primitives-avatar--initials",
|
|
2042
|
-
"docPage": null
|
|
2138
|
+
"docPage": null,
|
|
2139
|
+
"app": null
|
|
2043
2140
|
},
|
|
2044
2141
|
{
|
|
2045
2142
|
"name": "INLINE_CHIP_CLASSES",
|
|
@@ -2056,7 +2153,8 @@
|
|
|
2056
2153
|
"migrationStage": null,
|
|
2057
2154
|
"docsId": "components-inlinechip--docs",
|
|
2058
2155
|
"storyId": "components-inlinechip--neutral",
|
|
2059
|
-
"docPage": null
|
|
2156
|
+
"docPage": null,
|
|
2157
|
+
"app": null
|
|
2060
2158
|
},
|
|
2061
2159
|
{
|
|
2062
2160
|
"name": "INLINE_CHIP_TONE_CLASSES",
|
|
@@ -2073,7 +2171,8 @@
|
|
|
2073
2171
|
"migrationStage": null,
|
|
2074
2172
|
"docsId": "components-inlinechip--docs",
|
|
2075
2173
|
"storyId": "components-inlinechip--neutral",
|
|
2076
|
-
"docPage": null
|
|
2174
|
+
"docPage": null,
|
|
2175
|
+
"app": null
|
|
2077
2176
|
},
|
|
2078
2177
|
{
|
|
2079
2178
|
"name": "InlineChip",
|
|
@@ -2115,7 +2214,8 @@
|
|
|
2115
2214
|
"migrationStage": null,
|
|
2116
2215
|
"docsId": "components-inlinechip--docs",
|
|
2117
2216
|
"storyId": "components-inlinechip--neutral",
|
|
2118
|
-
"docPage": "src/InlineChip.mdx"
|
|
2217
|
+
"docPage": "src/InlineChip.mdx",
|
|
2218
|
+
"app": null
|
|
2119
2219
|
},
|
|
2120
2220
|
{
|
|
2121
2221
|
"name": "inlineChipClassName",
|
|
@@ -2132,7 +2232,8 @@
|
|
|
2132
2232
|
"migrationStage": null,
|
|
2133
2233
|
"docsId": "components-inlinechip--docs",
|
|
2134
2234
|
"storyId": "components-inlinechip--neutral",
|
|
2135
|
-
"docPage": null
|
|
2235
|
+
"docPage": null,
|
|
2236
|
+
"app": null
|
|
2136
2237
|
},
|
|
2137
2238
|
{
|
|
2138
2239
|
"name": "InputChip",
|
|
@@ -2186,7 +2287,8 @@
|
|
|
2186
2287
|
"migrationStage": null,
|
|
2187
2288
|
"docsId": "inputs-chipinput--docs",
|
|
2188
2289
|
"storyId": "inputs-chipinput--type-to-search",
|
|
2189
|
-
"docPage": null
|
|
2290
|
+
"docPage": null,
|
|
2291
|
+
"app": null
|
|
2190
2292
|
},
|
|
2191
2293
|
{
|
|
2192
2294
|
"name": "Kbd",
|
|
@@ -2216,7 +2318,8 @@
|
|
|
2216
2318
|
"migrationStage": null,
|
|
2217
2319
|
"docsId": "primitives-kbd--docs",
|
|
2218
2320
|
"storyId": "primitives-kbd--default",
|
|
2219
|
-
"docPage": "src/Kbd.mdx"
|
|
2321
|
+
"docPage": "src/Kbd.mdx",
|
|
2322
|
+
"app": null
|
|
2220
2323
|
},
|
|
2221
2324
|
{
|
|
2222
2325
|
"name": "Link",
|
|
@@ -2283,7 +2386,8 @@
|
|
|
2283
2386
|
"migrationStage": null,
|
|
2284
2387
|
"docsId": "navigation-link--docs",
|
|
2285
2388
|
"storyId": "navigation-link--text",
|
|
2286
|
-
"docPage": "src/Link.mdx"
|
|
2389
|
+
"docPage": "src/Link.mdx",
|
|
2390
|
+
"app": null
|
|
2287
2391
|
},
|
|
2288
2392
|
{
|
|
2289
2393
|
"name": "Menu",
|
|
@@ -2392,7 +2496,8 @@
|
|
|
2392
2496
|
"migrationStage": null,
|
|
2393
2497
|
"docsId": "overlays-menu--docs",
|
|
2394
2498
|
"storyId": "overlays-menu--items",
|
|
2395
|
-
"docPage": "src/Menu.mdx"
|
|
2499
|
+
"docPage": "src/Menu.mdx",
|
|
2500
|
+
"app": null
|
|
2396
2501
|
},
|
|
2397
2502
|
{
|
|
2398
2503
|
"name": "MenuItem",
|
|
@@ -2484,7 +2589,8 @@
|
|
|
2484
2589
|
"migrationStage": null,
|
|
2485
2590
|
"docsId": "overlays-menuitem--docs",
|
|
2486
2591
|
"storyId": "overlays-menuitem--default",
|
|
2487
|
-
"docPage": "src/MenuItem.mdx"
|
|
2592
|
+
"docPage": "src/MenuItem.mdx",
|
|
2593
|
+
"app": null
|
|
2488
2594
|
},
|
|
2489
2595
|
{
|
|
2490
2596
|
"name": "MenuPanel",
|
|
@@ -2508,7 +2614,8 @@
|
|
|
2508
2614
|
"migrationStage": null,
|
|
2509
2615
|
"docsId": "overlays-menu--docs",
|
|
2510
2616
|
"storyId": "overlays-menu--items",
|
|
2511
|
-
"docPage": null
|
|
2617
|
+
"docPage": null,
|
|
2618
|
+
"app": null
|
|
2512
2619
|
},
|
|
2513
2620
|
{
|
|
2514
2621
|
"name": "MenuRow",
|
|
@@ -2538,7 +2645,8 @@
|
|
|
2538
2645
|
"migrationStage": null,
|
|
2539
2646
|
"docsId": "overlays-menu--docs",
|
|
2540
2647
|
"storyId": "overlays-menu--items",
|
|
2541
|
-
"docPage": null
|
|
2648
|
+
"docPage": null,
|
|
2649
|
+
"app": null
|
|
2542
2650
|
},
|
|
2543
2651
|
{
|
|
2544
2652
|
"name": "MenuSection",
|
|
@@ -2574,7 +2682,8 @@
|
|
|
2574
2682
|
"migrationStage": null,
|
|
2575
2683
|
"docsId": "overlays-menu--docs",
|
|
2576
2684
|
"storyId": "overlays-menu--items",
|
|
2577
|
-
"docPage": null
|
|
2685
|
+
"docPage": null,
|
|
2686
|
+
"app": null
|
|
2578
2687
|
},
|
|
2579
2688
|
{
|
|
2580
2689
|
"name": "MenuSub",
|
|
@@ -2622,7 +2731,8 @@
|
|
|
2622
2731
|
"migrationStage": null,
|
|
2623
2732
|
"docsId": "overlays-menu--docs",
|
|
2624
2733
|
"storyId": "overlays-menu--items",
|
|
2625
|
-
"docPage": null
|
|
2734
|
+
"docPage": null,
|
|
2735
|
+
"app": null
|
|
2626
2736
|
},
|
|
2627
2737
|
{
|
|
2628
2738
|
"name": "NavItem",
|
|
@@ -2682,7 +2792,8 @@
|
|
|
2682
2792
|
"migrationStage": null,
|
|
2683
2793
|
"docsId": "frame-navitem--docs",
|
|
2684
2794
|
"storyId": "frame-navitem--default",
|
|
2685
|
-
"docPage": "src/NavItem.mdx"
|
|
2795
|
+
"docPage": "src/NavItem.mdx",
|
|
2796
|
+
"app": null
|
|
2686
2797
|
},
|
|
2687
2798
|
{
|
|
2688
2799
|
"name": "Person",
|
|
@@ -2730,7 +2841,8 @@
|
|
|
2730
2841
|
"migrationStage": null,
|
|
2731
2842
|
"docsId": "components-person--docs",
|
|
2732
2843
|
"storyId": "components-person--named",
|
|
2733
|
-
"docPage": "src/Person.mdx"
|
|
2844
|
+
"docPage": "src/Person.mdx",
|
|
2845
|
+
"app": null
|
|
2734
2846
|
},
|
|
2735
2847
|
{
|
|
2736
2848
|
"name": "PersonTrigger",
|
|
@@ -2784,7 +2896,8 @@
|
|
|
2784
2896
|
"migrationStage": null,
|
|
2785
2897
|
"docsId": "components-persontrigger--docs",
|
|
2786
2898
|
"storyId": "components-persontrigger--row",
|
|
2787
|
-
"docPage": "src/PersonTrigger.mdx"
|
|
2899
|
+
"docPage": "src/PersonTrigger.mdx",
|
|
2900
|
+
"app": null
|
|
2788
2901
|
},
|
|
2789
2902
|
{
|
|
2790
2903
|
"name": "Popover",
|
|
@@ -2917,7 +3030,8 @@
|
|
|
2917
3030
|
"migrationStage": null,
|
|
2918
3031
|
"docsId": "overlays-popover--docs",
|
|
2919
3032
|
"storyId": "overlays-popover--default",
|
|
2920
|
-
"docPage": "src/Popover.mdx"
|
|
3033
|
+
"docPage": "src/Popover.mdx",
|
|
3034
|
+
"app": null
|
|
2921
3035
|
},
|
|
2922
3036
|
{
|
|
2923
3037
|
"name": "PreviewCard",
|
|
@@ -3004,7 +3118,8 @@
|
|
|
3004
3118
|
"migrationStage": null,
|
|
3005
3119
|
"docsId": "overlays-previewcard--docs",
|
|
3006
3120
|
"storyId": "overlays-previewcard--default",
|
|
3007
|
-
"docPage": "src/PreviewCard.mdx"
|
|
3121
|
+
"docPage": "src/PreviewCard.mdx",
|
|
3122
|
+
"app": null
|
|
3008
3123
|
},
|
|
3009
3124
|
{
|
|
3010
3125
|
"name": "ProgressBar",
|
|
@@ -3069,7 +3184,8 @@
|
|
|
3069
3184
|
"migrationStage": null,
|
|
3070
3185
|
"docsId": "feedback-progressbar--docs",
|
|
3071
3186
|
"storyId": "feedback-progressbar--default",
|
|
3072
|
-
"docPage": "src/ProgressBar.mdx"
|
|
3187
|
+
"docPage": "src/ProgressBar.mdx",
|
|
3188
|
+
"app": null
|
|
3073
3189
|
},
|
|
3074
3190
|
{
|
|
3075
3191
|
"name": "Property",
|
|
@@ -3119,7 +3235,8 @@
|
|
|
3119
3235
|
"migrationStage": null,
|
|
3120
3236
|
"docsId": "primitives-property--docs",
|
|
3121
3237
|
"storyId": "primitives-property--row",
|
|
3122
|
-
"docPage": "src/Property.mdx"
|
|
3238
|
+
"docPage": "src/Property.mdx",
|
|
3239
|
+
"app": null
|
|
3123
3240
|
},
|
|
3124
3241
|
{
|
|
3125
3242
|
"name": "Rail",
|
|
@@ -3155,7 +3272,8 @@
|
|
|
3155
3272
|
"migrationStage": null,
|
|
3156
3273
|
"docsId": "frame-rail--docs",
|
|
3157
3274
|
"storyId": "frame-rail--default",
|
|
3158
|
-
"docPage": "src/Rail.mdx"
|
|
3275
|
+
"docPage": "src/Rail.mdx",
|
|
3276
|
+
"app": null
|
|
3159
3277
|
},
|
|
3160
3278
|
{
|
|
3161
3279
|
"name": "RailItem",
|
|
@@ -3203,7 +3321,8 @@
|
|
|
3203
3321
|
"migrationStage": null,
|
|
3204
3322
|
"docsId": "frame-railitem--docs",
|
|
3205
3323
|
"storyId": "frame-railitem--default",
|
|
3206
|
-
"docPage": "src/RailItem.mdx"
|
|
3324
|
+
"docPage": "src/RailItem.mdx",
|
|
3325
|
+
"app": null
|
|
3207
3326
|
},
|
|
3208
3327
|
{
|
|
3209
3328
|
"name": "Reaction",
|
|
@@ -3250,7 +3369,8 @@
|
|
|
3250
3369
|
"migrationStage": null,
|
|
3251
3370
|
"docsId": "components-reaction--docs",
|
|
3252
3371
|
"storyId": "components-reaction--default",
|
|
3253
|
-
"docPage": "src/Reaction.mdx"
|
|
3372
|
+
"docPage": "src/Reaction.mdx",
|
|
3373
|
+
"app": null
|
|
3254
3374
|
},
|
|
3255
3375
|
{
|
|
3256
3376
|
"name": "ReactionPicker",
|
|
@@ -3298,7 +3418,8 @@
|
|
|
3298
3418
|
"migrationStage": null,
|
|
3299
3419
|
"docsId": "components-reactionpicker--docs",
|
|
3300
3420
|
"storyId": "components-reactionpicker--default",
|
|
3301
|
-
"docPage": "src/ReactionPicker.mdx"
|
|
3421
|
+
"docPage": "src/ReactionPicker.mdx",
|
|
3422
|
+
"app": null
|
|
3302
3423
|
},
|
|
3303
3424
|
{
|
|
3304
3425
|
"name": "ScrollArea",
|
|
@@ -3376,7 +3497,8 @@
|
|
|
3376
3497
|
"migrationStage": null,
|
|
3377
3498
|
"docsId": "layout-scrollarea--docs",
|
|
3378
3499
|
"storyId": "layout-scrollarea--default",
|
|
3379
|
-
"docPage": "src/ScrollArea.mdx"
|
|
3500
|
+
"docPage": "src/ScrollArea.mdx",
|
|
3501
|
+
"app": null
|
|
3380
3502
|
},
|
|
3381
3503
|
{
|
|
3382
3504
|
"name": "SearchInput",
|
|
@@ -3411,7 +3533,8 @@
|
|
|
3411
3533
|
"migrationStage": null,
|
|
3412
3534
|
"docsId": "inputs-searchinput--docs",
|
|
3413
3535
|
"storyId": "inputs-searchinput--default",
|
|
3414
|
-
"docPage": "src/SearchInput.mdx"
|
|
3536
|
+
"docPage": "src/SearchInput.mdx",
|
|
3537
|
+
"app": null
|
|
3415
3538
|
},
|
|
3416
3539
|
{
|
|
3417
3540
|
"name": "SectionHeader",
|
|
@@ -3491,7 +3614,8 @@
|
|
|
3491
3614
|
"migrationStage": null,
|
|
3492
3615
|
"docsId": "navigation-sectionheader--docs",
|
|
3493
3616
|
"storyId": "navigation-sectionheader--plain",
|
|
3494
|
-
"docPage": "src/SectionHeader.mdx"
|
|
3617
|
+
"docPage": "src/SectionHeader.mdx",
|
|
3618
|
+
"app": null
|
|
3495
3619
|
},
|
|
3496
3620
|
{
|
|
3497
3621
|
"name": "SectionLabel",
|
|
@@ -3535,7 +3659,8 @@
|
|
|
3535
3659
|
"migrationStage": null,
|
|
3536
3660
|
"docsId": "primitives-sectionlabel--docs",
|
|
3537
3661
|
"storyId": "primitives-sectionlabel--default",
|
|
3538
|
-
"docPage": "src/SectionLabel.mdx"
|
|
3662
|
+
"docPage": "src/SectionLabel.mdx",
|
|
3663
|
+
"app": null
|
|
3539
3664
|
},
|
|
3540
3665
|
{
|
|
3541
3666
|
"name": "Select",
|
|
@@ -3644,7 +3769,8 @@
|
|
|
3644
3769
|
"migrationStage": null,
|
|
3645
3770
|
"docsId": "inputs-select--docs",
|
|
3646
3771
|
"storyId": "inputs-select--default",
|
|
3647
|
-
"docPage": "src/Select.mdx"
|
|
3772
|
+
"docPage": "src/Select.mdx",
|
|
3773
|
+
"app": null
|
|
3648
3774
|
},
|
|
3649
3775
|
{
|
|
3650
3776
|
"name": "Sidebar",
|
|
@@ -3680,7 +3806,8 @@
|
|
|
3680
3806
|
"migrationStage": null,
|
|
3681
3807
|
"docsId": "frame-sidebar--docs",
|
|
3682
3808
|
"storyId": "frame-sidebar--composed",
|
|
3683
|
-
"docPage": "src/Sidebar.mdx"
|
|
3809
|
+
"docPage": "src/Sidebar.mdx",
|
|
3810
|
+
"app": null
|
|
3684
3811
|
},
|
|
3685
3812
|
{
|
|
3686
3813
|
"name": "SkeletonBar",
|
|
@@ -3710,7 +3837,8 @@
|
|
|
3710
3837
|
"migrationStage": null,
|
|
3711
3838
|
"docsId": "feedback-skeleton--docs",
|
|
3712
3839
|
"storyId": "feedback-skeleton--list",
|
|
3713
|
-
"docPage": null
|
|
3840
|
+
"docPage": null,
|
|
3841
|
+
"app": null
|
|
3714
3842
|
},
|
|
3715
3843
|
{
|
|
3716
3844
|
"name": "SkeletonList",
|
|
@@ -3740,7 +3868,8 @@
|
|
|
3740
3868
|
"migrationStage": null,
|
|
3741
3869
|
"docsId": "feedback-skeleton--docs",
|
|
3742
3870
|
"storyId": "feedback-skeleton--list",
|
|
3743
|
-
"docPage": null
|
|
3871
|
+
"docPage": null,
|
|
3872
|
+
"app": null
|
|
3744
3873
|
},
|
|
3745
3874
|
{
|
|
3746
3875
|
"name": "SkeletonRow",
|
|
@@ -3764,7 +3893,8 @@
|
|
|
3764
3893
|
"migrationStage": null,
|
|
3765
3894
|
"docsId": "feedback-skeleton--docs",
|
|
3766
3895
|
"storyId": "feedback-skeleton--list",
|
|
3767
|
-
"docPage": null
|
|
3896
|
+
"docPage": null,
|
|
3897
|
+
"app": null
|
|
3768
3898
|
},
|
|
3769
3899
|
{
|
|
3770
3900
|
"name": "Tabs",
|
|
@@ -3849,7 +3979,8 @@
|
|
|
3849
3979
|
"migrationStage": null,
|
|
3850
3980
|
"docsId": "navigation-tabs--docs",
|
|
3851
3981
|
"storyId": "navigation-tabs--with-counts",
|
|
3852
|
-
"docPage": "src/Tabs.mdx"
|
|
3982
|
+
"docPage": "src/Tabs.mdx",
|
|
3983
|
+
"app": null
|
|
3853
3984
|
},
|
|
3854
3985
|
{
|
|
3855
3986
|
"name": "Textarea",
|
|
@@ -3866,7 +3997,8 @@
|
|
|
3866
3997
|
"migrationStage": null,
|
|
3867
3998
|
"docsId": "inputs-textarea--docs",
|
|
3868
3999
|
"storyId": "inputs-textarea--empty",
|
|
3869
|
-
"docPage": "src/Textarea.mdx"
|
|
4000
|
+
"docPage": "src/Textarea.mdx",
|
|
4001
|
+
"app": null
|
|
3870
4002
|
},
|
|
3871
4003
|
{
|
|
3872
4004
|
"name": "TextInput",
|
|
@@ -3903,7 +4035,8 @@
|
|
|
3903
4035
|
"migrationStage": null,
|
|
3904
4036
|
"docsId": "inputs-textinput--docs",
|
|
3905
4037
|
"storyId": "inputs-textinput--empty",
|
|
3906
|
-
"docPage": "src/TextInput.mdx"
|
|
4038
|
+
"docPage": "src/TextInput.mdx",
|
|
4039
|
+
"app": null
|
|
3907
4040
|
},
|
|
3908
4041
|
{
|
|
3909
4042
|
"name": "Toast",
|
|
@@ -3981,7 +4114,8 @@
|
|
|
3981
4114
|
"migrationStage": null,
|
|
3982
4115
|
"docsId": "feedback-toast--docs",
|
|
3983
4116
|
"storyId": "feedback-toast--neutral",
|
|
3984
|
-
"docPage": "src/Toast.mdx"
|
|
4117
|
+
"docPage": "src/Toast.mdx",
|
|
4118
|
+
"app": null
|
|
3985
4119
|
},
|
|
3986
4120
|
{
|
|
3987
4121
|
"name": "ToastProvider",
|
|
@@ -4005,7 +4139,8 @@
|
|
|
4005
4139
|
"migrationStage": null,
|
|
4006
4140
|
"docsId": "feedback-toast--docs",
|
|
4007
4141
|
"storyId": "feedback-toast--neutral",
|
|
4008
|
-
"docPage": null
|
|
4142
|
+
"docPage": null,
|
|
4143
|
+
"app": null
|
|
4009
4144
|
},
|
|
4010
4145
|
{
|
|
4011
4146
|
"name": "Toolbar",
|
|
@@ -4084,7 +4219,8 @@
|
|
|
4084
4219
|
"migrationStage": null,
|
|
4085
4220
|
"docsId": "primitives-toolbar--docs",
|
|
4086
4221
|
"storyId": "primitives-toolbar--default",
|
|
4087
|
-
"docPage": "src/Toolbar.mdx"
|
|
4222
|
+
"docPage": "src/Toolbar.mdx",
|
|
4223
|
+
"app": null
|
|
4088
4224
|
},
|
|
4089
4225
|
{
|
|
4090
4226
|
"name": "ToolbarButton",
|
|
@@ -4174,7 +4310,8 @@
|
|
|
4174
4310
|
"migrationStage": null,
|
|
4175
4311
|
"docsId": "primitives-toolbar--docs",
|
|
4176
4312
|
"storyId": "primitives-toolbar--default",
|
|
4177
|
-
"docPage": null
|
|
4313
|
+
"docPage": null,
|
|
4314
|
+
"app": null
|
|
4178
4315
|
},
|
|
4179
4316
|
{
|
|
4180
4317
|
"name": "ToolbarInput",
|
|
@@ -4206,7 +4343,8 @@
|
|
|
4206
4343
|
"migrationStage": null,
|
|
4207
4344
|
"docsId": "primitives-toolbar--docs",
|
|
4208
4345
|
"storyId": "primitives-toolbar--default",
|
|
4209
|
-
"docPage": null
|
|
4346
|
+
"docPage": null,
|
|
4347
|
+
"app": null
|
|
4210
4348
|
},
|
|
4211
4349
|
{
|
|
4212
4350
|
"name": "ToolbarSeparator",
|
|
@@ -4230,7 +4368,8 @@
|
|
|
4230
4368
|
"migrationStage": null,
|
|
4231
4369
|
"docsId": "primitives-toolbar--docs",
|
|
4232
4370
|
"storyId": "primitives-toolbar--default",
|
|
4233
|
-
"docPage": null
|
|
4371
|
+
"docPage": null,
|
|
4372
|
+
"app": null
|
|
4234
4373
|
},
|
|
4235
4374
|
{
|
|
4236
4375
|
"name": "Tooltip",
|
|
@@ -4277,7 +4416,8 @@
|
|
|
4277
4416
|
"migrationStage": null,
|
|
4278
4417
|
"docsId": "primitives-tooltip--docs",
|
|
4279
4418
|
"storyId": "primitives-tooltip--default",
|
|
4280
|
-
"docPage": "src/Tooltip.mdx"
|
|
4419
|
+
"docPage": "src/Tooltip.mdx",
|
|
4420
|
+
"app": null
|
|
4281
4421
|
},
|
|
4282
4422
|
{
|
|
4283
4423
|
"name": "TooltipProvider",
|
|
@@ -4319,7 +4459,8 @@
|
|
|
4319
4459
|
"migrationStage": null,
|
|
4320
4460
|
"docsId": "primitives-tooltip--docs",
|
|
4321
4461
|
"storyId": "primitives-tooltip--default",
|
|
4322
|
-
"docPage": null
|
|
4462
|
+
"docPage": null,
|
|
4463
|
+
"app": null
|
|
4323
4464
|
},
|
|
4324
4465
|
{
|
|
4325
4466
|
"name": "TopBar",
|
|
@@ -4381,7 +4522,8 @@
|
|
|
4381
4522
|
"migrationStage": null,
|
|
4382
4523
|
"docsId": "frame-topbar--docs",
|
|
4383
4524
|
"storyId": "frame-topbar--solid",
|
|
4384
|
-
"docPage": "src/TopBar.mdx"
|
|
4525
|
+
"docPage": "src/TopBar.mdx",
|
|
4526
|
+
"app": null
|
|
4385
4527
|
},
|
|
4386
4528
|
{
|
|
4387
4529
|
"name": "useToast",
|
|
@@ -4398,7 +4540,8 @@
|
|
|
4398
4540
|
"migrationStage": null,
|
|
4399
4541
|
"docsId": "feedback-toast--docs",
|
|
4400
4542
|
"storyId": "feedback-toast--neutral",
|
|
4401
|
-
"docPage": null
|
|
4543
|
+
"docPage": null,
|
|
4544
|
+
"app": null
|
|
4402
4545
|
},
|
|
4403
4546
|
{
|
|
4404
4547
|
"name": "WithTooltip",
|
|
@@ -4463,8 +4606,10 @@
|
|
|
4463
4606
|
"migrationStage": null,
|
|
4464
4607
|
"docsId": "primitives-tooltip--docs",
|
|
4465
4608
|
"storyId": "primitives-tooltip--default",
|
|
4466
|
-
"docPage": null
|
|
4609
|
+
"docPage": null,
|
|
4610
|
+
"app": null
|
|
4467
4611
|
}
|
|
4468
4612
|
],
|
|
4469
|
-
"excluded": []
|
|
4613
|
+
"excluded": [],
|
|
4614
|
+
"filesWithoutParts": []
|
|
4470
4615
|
}
|