@reopt-ai/opt-ui 1.10.0 → 1.12.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/COMPONENT_CATALOG.md +522 -218
- package/README.md +61 -7
- package/dist/core/index.cjs +10 -8
- package/dist/core/index.d.cts +3 -3
- package/dist/core/index.d.ts +3 -3
- package/dist/core/index.js +3 -3
- package/dist/docs/02-components/01-core.md +213 -96
- package/dist/docs/02-components/02-visuals.md +1 -1
- package/dist/docs/02-components/03-shells.md +334 -123
- package/dist/docs/02-components/04-surfaces.md +1 -1
- package/dist/docs/02-components/index.md +5 -5
- package/dist/docs/03-recipes/02-dashboards.md +126 -10
- package/dist/{field-sidebar-B6Ndr8HE.cjs → field-sidebar-BYgEmdy0.cjs} +2128 -1558
- package/dist/{field-sidebar-BXjvV7Cz.js → field-sidebar-BuO37l4c.js} +2111 -1561
- package/dist/{field-sidebar-nwcE9LC4.d.cts → field-sidebar-CrYlRZew.d.ts} +375 -154
- package/dist/{field-sidebar-DWfJAJlx.d.ts → field-sidebar-uXmoyvd7.d.cts} +375 -154
- package/dist/id-registry.cjs +124 -12
- package/dist/id-registry.d.cts +1 -2
- package/dist/id-registry.d.ts +1 -2
- package/dist/id-registry.js +124 -14
- package/dist/id-registry.json +265 -31
- package/dist/index.cjs +1162 -253
- package/dist/index.d.cts +573 -60
- package/dist/index.d.ts +573 -60
- package/dist/index.js +1134 -242
- package/dist/{key-pad-menu-DfZbeXhG.d.cts → key-pad-menu-CwcY_Vps.d.cts} +151 -7
- package/dist/{key-pad-menu-BQunU20e.js → key-pad-menu-Di2aRGbM.js} +388 -461
- package/dist/{key-pad-menu-D5mQcS5v.cjs → key-pad-menu-SItoHPLu.cjs} +490 -609
- package/dist/{key-pad-menu-BsgJMjD4.d.ts → key-pad-menu-WBJShCJn.d.ts} +152 -8
- package/dist/meta.cjs +1304 -168
- package/dist/meta.d.cts +12 -36
- package/dist/meta.d.ts +12 -36
- package/dist/meta.js +1304 -170
- package/dist/query.d.cts +1 -2
- package/dist/query.d.ts +1 -2
- package/dist/query.js +0 -2
- package/dist/shells/index.cjs +4 -1
- package/dist/shells/index.d.cts +2 -2
- package/dist/shells/index.d.ts +2 -2
- package/dist/shells/index.js +2 -2
- package/dist/{text-truncate-BGr7bB_8.d.cts → text-truncate-CQyfUZvq.d.cts} +48 -5
- package/dist/{text-truncate-BGr7bB_8.d.ts → text-truncate-CQyfUZvq.d.ts} +48 -5
- package/dist/{text-truncate-j6X3z7Pv.js → text-truncate-DSuZECy0.js} +446 -94
- package/dist/{text-truncate-CxdzAnhS.cjs → text-truncate-I1XLWmRa.cjs} +522 -90
- package/dist/theme/server.d.cts +1 -2
- package/dist/theme/server.d.ts +1 -2
- package/dist/theme/server.js +0 -2
- package/dist/visuals/index.js +0 -1
- package/package.json +4 -3
- package/dist/field-sidebar-BXjvV7Cz.js.map +0 -1
- package/dist/field-sidebar-DWfJAJlx.d.ts.map +0 -1
- package/dist/field-sidebar-nwcE9LC4.d.cts.map +0 -1
- package/dist/id-registry.d.cts.map +0 -1
- package/dist/id-registry.d.ts.map +0 -1
- package/dist/id-registry.js.map +0 -1
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/key-pad-menu-BQunU20e.js.map +0 -1
- package/dist/key-pad-menu-BsgJMjD4.d.ts.map +0 -1
- package/dist/key-pad-menu-DfZbeXhG.d.cts.map +0 -1
- package/dist/meta.d.cts.map +0 -1
- package/dist/meta.d.ts.map +0 -1
- package/dist/meta.js.map +0 -1
- package/dist/query.d.cts.map +0 -1
- package/dist/query.d.ts.map +0 -1
- package/dist/query.js.map +0 -1
- package/dist/text-truncate-BGr7bB_8.d.cts.map +0 -1
- package/dist/text-truncate-BGr7bB_8.d.ts.map +0 -1
- package/dist/text-truncate-j6X3z7Pv.js.map +0 -1
- package/dist/theme/server.d.cts.map +0 -1
- package/dist/theme/server.d.ts.map +0 -1
- package/dist/theme/server.js.map +0 -1
package/dist/id-registry.json
CHANGED
|
@@ -2,15 +2,6 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"generatedBy": "scripts/generate-id-registry.ts",
|
|
4
4
|
"byId": {
|
|
5
|
-
"42177": {
|
|
6
|
-
"id": "42177",
|
|
7
|
-
"slug": "mega-menu",
|
|
8
|
-
"fullSlug": "mega-menu.MegaMenu",
|
|
9
|
-
"exportName": "MegaMenu",
|
|
10
|
-
"layer": "shells",
|
|
11
|
-
"metaName": "MegaMenu",
|
|
12
|
-
"sourcePath": "src/shells/mega-menu.tsx"
|
|
13
|
-
},
|
|
14
5
|
"J98AG": {
|
|
15
6
|
"id": "J98AG",
|
|
16
7
|
"slug": "accordion",
|
|
@@ -191,6 +182,15 @@
|
|
|
191
182
|
"metaName": "Button",
|
|
192
183
|
"sourcePath": "src/core/button.tsx"
|
|
193
184
|
},
|
|
185
|
+
"AT7TX": {
|
|
186
|
+
"id": "AT7TX",
|
|
187
|
+
"slug": "callout",
|
|
188
|
+
"fullSlug": "callout.Callout",
|
|
189
|
+
"exportName": "Callout",
|
|
190
|
+
"layer": "core",
|
|
191
|
+
"metaName": "Callout",
|
|
192
|
+
"sourcePath": "src/core/callout.tsx"
|
|
193
|
+
},
|
|
194
194
|
"0A18R": {
|
|
195
195
|
"id": "0A18R",
|
|
196
196
|
"slug": "card",
|
|
@@ -245,6 +245,33 @@
|
|
|
245
245
|
"metaName": "Card",
|
|
246
246
|
"sourcePath": "src/core/card.tsx"
|
|
247
247
|
},
|
|
248
|
+
"N01CV": {
|
|
249
|
+
"id": "N01CV",
|
|
250
|
+
"slug": "catalog-frame",
|
|
251
|
+
"fullSlug": "catalog-frame.CatalogCellControls",
|
|
252
|
+
"exportName": "CatalogCellControls",
|
|
253
|
+
"layer": "shells",
|
|
254
|
+
"metaName": "CatalogFrame",
|
|
255
|
+
"sourcePath": "src/shells/catalog-frame.tsx"
|
|
256
|
+
},
|
|
257
|
+
"QS0ZT": {
|
|
258
|
+
"id": "QS0ZT",
|
|
259
|
+
"slug": "catalog-frame",
|
|
260
|
+
"fullSlug": "catalog-frame.CatalogFrame",
|
|
261
|
+
"exportName": "CatalogFrame",
|
|
262
|
+
"layer": "shells",
|
|
263
|
+
"metaName": "CatalogFrame",
|
|
264
|
+
"sourcePath": "src/shells/catalog-frame.tsx"
|
|
265
|
+
},
|
|
266
|
+
"8GSVA": {
|
|
267
|
+
"id": "8GSVA",
|
|
268
|
+
"slug": "catalog-frame",
|
|
269
|
+
"fullSlug": "catalog-frame.CatalogRowActions",
|
|
270
|
+
"exportName": "CatalogRowActions",
|
|
271
|
+
"layer": "shells",
|
|
272
|
+
"metaName": "CatalogFrame",
|
|
273
|
+
"sourcePath": "src/shells/catalog-frame.tsx"
|
|
274
|
+
},
|
|
248
275
|
"M8KX1": {
|
|
249
276
|
"id": "M8KX1",
|
|
250
277
|
"slug": "chat-input",
|
|
@@ -569,6 +596,15 @@
|
|
|
569
596
|
"metaName": "ContentTabs",
|
|
570
597
|
"sourcePath": "src/shells/content-tabs.tsx"
|
|
571
598
|
},
|
|
599
|
+
"E0C8T": {
|
|
600
|
+
"id": "E0C8T",
|
|
601
|
+
"slug": "copy-button",
|
|
602
|
+
"fullSlug": "copy-button.CopyButton",
|
|
603
|
+
"exportName": "CopyButton",
|
|
604
|
+
"layer": "core",
|
|
605
|
+
"metaName": "CopyButton",
|
|
606
|
+
"sourcePath": "src/core/copy-button.tsx"
|
|
607
|
+
},
|
|
572
608
|
"BM7NA": {
|
|
573
609
|
"id": "BM7NA",
|
|
574
610
|
"slug": "dashboard-grid",
|
|
@@ -614,6 +650,15 @@
|
|
|
614
650
|
"metaName": "DeploymentTimeline",
|
|
615
651
|
"sourcePath": "src/shells/deployment-timeline.tsx"
|
|
616
652
|
},
|
|
653
|
+
"1NPD2": {
|
|
654
|
+
"id": "1NPD2",
|
|
655
|
+
"slug": "description-list",
|
|
656
|
+
"fullSlug": "description-list.DescriptionList",
|
|
657
|
+
"exportName": "DescriptionList",
|
|
658
|
+
"layer": "core",
|
|
659
|
+
"metaName": "DescriptionList",
|
|
660
|
+
"sourcePath": "src/core/description-list.tsx"
|
|
661
|
+
},
|
|
617
662
|
"65F6W": {
|
|
618
663
|
"id": "65F6W",
|
|
619
664
|
"slug": "design-guide-panel",
|
|
@@ -821,8 +866,8 @@
|
|
|
821
866
|
"metaName": "EditorToolbar",
|
|
822
867
|
"sourcePath": "src/shells/editor-toolbar.tsx"
|
|
823
868
|
},
|
|
824
|
-
"
|
|
825
|
-
"id": "
|
|
869
|
+
"MZV19": {
|
|
870
|
+
"id": "MZV19",
|
|
826
871
|
"slug": "empty-state",
|
|
827
872
|
"fullSlug": "empty-state.EmptyState",
|
|
828
873
|
"exportName": "EmptyState",
|
|
@@ -857,6 +902,15 @@
|
|
|
857
902
|
"metaName": "EventMetaEditor",
|
|
858
903
|
"sourcePath": "src/shells/event-meta-editor.tsx"
|
|
859
904
|
},
|
|
905
|
+
"H6S6T": {
|
|
906
|
+
"id": "H6S6T",
|
|
907
|
+
"slug": "event-timeline",
|
|
908
|
+
"fullSlug": "event-timeline.EventTimeline",
|
|
909
|
+
"exportName": "EventTimeline",
|
|
910
|
+
"layer": "shells",
|
|
911
|
+
"metaName": "EventTimeline",
|
|
912
|
+
"sourcePath": "src/shells/event-timeline.tsx"
|
|
913
|
+
},
|
|
860
914
|
"MGP2B": {
|
|
861
915
|
"id": "MGP2B",
|
|
862
916
|
"slug": "export-button",
|
|
@@ -965,6 +1019,15 @@
|
|
|
965
1019
|
"metaName": "FloatingActionBar",
|
|
966
1020
|
"sourcePath": "src/shells/floating-action-bar.tsx"
|
|
967
1021
|
},
|
|
1022
|
+
"85XVE": {
|
|
1023
|
+
"id": "85XVE",
|
|
1024
|
+
"slug": "flyout",
|
|
1025
|
+
"fullSlug": "flyout.Flyout",
|
|
1026
|
+
"exportName": "Flyout",
|
|
1027
|
+
"layer": "shells",
|
|
1028
|
+
"metaName": "Flyout",
|
|
1029
|
+
"sourcePath": "src/shells/flyout.tsx"
|
|
1030
|
+
},
|
|
968
1031
|
"8RYG7": {
|
|
969
1032
|
"id": "8RYG7",
|
|
970
1033
|
"slug": "form-dynamic",
|
|
@@ -1289,6 +1352,15 @@
|
|
|
1289
1352
|
"metaName": "IconPicker",
|
|
1290
1353
|
"sourcePath": "src/core/icon-picker.tsx"
|
|
1291
1354
|
},
|
|
1355
|
+
"BRGG2": {
|
|
1356
|
+
"id": "BRGG2",
|
|
1357
|
+
"slug": "identity",
|
|
1358
|
+
"fullSlug": "identity.Identity",
|
|
1359
|
+
"exportName": "Identity",
|
|
1360
|
+
"layer": "core",
|
|
1361
|
+
"metaName": "Identity",
|
|
1362
|
+
"sourcePath": "src/core/identity.tsx"
|
|
1363
|
+
},
|
|
1292
1364
|
"5W3J1": {
|
|
1293
1365
|
"id": "5W3J1",
|
|
1294
1366
|
"slug": "inline-edit-table",
|
|
@@ -1325,6 +1397,15 @@
|
|
|
1325
1397
|
"metaName": "InsightsPanel",
|
|
1326
1398
|
"sourcePath": "src/shells/insights-panel.tsx"
|
|
1327
1399
|
},
|
|
1400
|
+
"MN44T": {
|
|
1401
|
+
"id": "MN44T",
|
|
1402
|
+
"slug": "inspector-layout",
|
|
1403
|
+
"fullSlug": "inspector-layout.InspectorLayout",
|
|
1404
|
+
"exportName": "InspectorLayout",
|
|
1405
|
+
"layer": "shells",
|
|
1406
|
+
"metaName": "InspectorLayout",
|
|
1407
|
+
"sourcePath": "src/shells/inspector-layout.tsx"
|
|
1408
|
+
},
|
|
1328
1409
|
"T6JWY": {
|
|
1329
1410
|
"id": "T6JWY",
|
|
1330
1411
|
"slug": "kanban-board",
|
|
@@ -1397,6 +1478,15 @@
|
|
|
1397
1478
|
"metaName": "Logo",
|
|
1398
1479
|
"sourcePath": "src/core/logo.tsx"
|
|
1399
1480
|
},
|
|
1481
|
+
"AHTK9": {
|
|
1482
|
+
"id": "AHTK9",
|
|
1483
|
+
"slug": "mega-menu",
|
|
1484
|
+
"fullSlug": "mega-menu.MegaMenu",
|
|
1485
|
+
"exportName": "MegaMenu",
|
|
1486
|
+
"layer": "shells",
|
|
1487
|
+
"metaName": "MegaMenu",
|
|
1488
|
+
"sourcePath": "src/shells/mega-menu.tsx"
|
|
1489
|
+
},
|
|
1400
1490
|
"J1AQH": {
|
|
1401
1491
|
"id": "J1AQH",
|
|
1402
1492
|
"slug": "menu",
|
|
@@ -1658,6 +1748,15 @@
|
|
|
1658
1748
|
"metaName": "QueryBar",
|
|
1659
1749
|
"sourcePath": "src/shells/query-bar.tsx"
|
|
1660
1750
|
},
|
|
1751
|
+
"SK31N": {
|
|
1752
|
+
"id": "SK31N",
|
|
1753
|
+
"slug": "query-filter-bar",
|
|
1754
|
+
"fullSlug": "query-filter-bar.QueryFilterBar",
|
|
1755
|
+
"exportName": "QueryFilterBar",
|
|
1756
|
+
"layer": "shells",
|
|
1757
|
+
"metaName": "QueryFilterBar",
|
|
1758
|
+
"sourcePath": "src/shells/query-filter-bar.tsx"
|
|
1759
|
+
},
|
|
1661
1760
|
"PNC1V": {
|
|
1662
1761
|
"id": "PNC1V",
|
|
1663
1762
|
"slug": "query-results-table",
|
|
@@ -1748,6 +1847,15 @@
|
|
|
1748
1847
|
"metaName": "SavedFilters",
|
|
1749
1848
|
"sourcePath": "src/shells/saved-filters.tsx"
|
|
1750
1849
|
},
|
|
1850
|
+
"DYZSG": {
|
|
1851
|
+
"id": "DYZSG",
|
|
1852
|
+
"slug": "score-breakdown",
|
|
1853
|
+
"fullSlug": "score-breakdown.ScoreBreakdown",
|
|
1854
|
+
"exportName": "ScoreBreakdown",
|
|
1855
|
+
"layer": "shells",
|
|
1856
|
+
"metaName": "ScoreBreakdown",
|
|
1857
|
+
"sourcePath": "src/shells/score-breakdown.tsx"
|
|
1858
|
+
},
|
|
1751
1859
|
"A9X4K": {
|
|
1752
1860
|
"id": "A9X4K",
|
|
1753
1861
|
"slug": "scroll-area",
|
|
@@ -1784,6 +1892,15 @@
|
|
|
1784
1892
|
"metaName": "SegmentBuilder",
|
|
1785
1893
|
"sourcePath": "src/shells/segment-builder.tsx"
|
|
1786
1894
|
},
|
|
1895
|
+
"YKENE": {
|
|
1896
|
+
"id": "YKENE",
|
|
1897
|
+
"slug": "segmented-control",
|
|
1898
|
+
"fullSlug": "segmented-control.SegmentedControl",
|
|
1899
|
+
"exportName": "SegmentedControl",
|
|
1900
|
+
"layer": "core",
|
|
1901
|
+
"metaName": "SegmentedControl",
|
|
1902
|
+
"sourcePath": "src/core/segmented-control.tsx"
|
|
1903
|
+
},
|
|
1787
1904
|
"KKBAF": {
|
|
1788
1905
|
"id": "KKBAF",
|
|
1789
1906
|
"slug": "select",
|
|
@@ -1955,8 +2072,8 @@
|
|
|
1955
2072
|
"metaName": "StarRating",
|
|
1956
2073
|
"sourcePath": "src/core/star-rating.tsx"
|
|
1957
2074
|
},
|
|
1958
|
-
"
|
|
1959
|
-
"id": "
|
|
2075
|
+
"JE7MK": {
|
|
2076
|
+
"id": "JE7MK",
|
|
1960
2077
|
"slug": "stat-card",
|
|
1961
2078
|
"fullSlug": "stat-card.StatCard",
|
|
1962
2079
|
"exportName": "StatCard",
|
|
@@ -1964,6 +2081,15 @@
|
|
|
1964
2081
|
"metaName": "StatCard",
|
|
1965
2082
|
"sourcePath": "src/core/stat-card.tsx"
|
|
1966
2083
|
},
|
|
2084
|
+
"N51AT": {
|
|
2085
|
+
"id": "N51AT",
|
|
2086
|
+
"slug": "status-dot",
|
|
2087
|
+
"fullSlug": "status-dot.StatusDot",
|
|
2088
|
+
"exportName": "StatusDot",
|
|
2089
|
+
"layer": "core",
|
|
2090
|
+
"metaName": "StatusDot",
|
|
2091
|
+
"sourcePath": "src/core/status-dot.tsx"
|
|
2092
|
+
},
|
|
1967
2093
|
"R46E6": {
|
|
1968
2094
|
"id": "R46E6",
|
|
1969
2095
|
"slug": "status-select",
|
|
@@ -1982,8 +2108,8 @@
|
|
|
1982
2108
|
"metaName": "StepBuilder",
|
|
1983
2109
|
"sourcePath": "src/core/step-builder.tsx"
|
|
1984
2110
|
},
|
|
1985
|
-
"
|
|
1986
|
-
"id": "
|
|
2111
|
+
"FGFP3": {
|
|
2112
|
+
"id": "FGFP3",
|
|
1987
2113
|
"slug": "summary-row",
|
|
1988
2114
|
"fullSlug": "summary-row.SummaryRow",
|
|
1989
2115
|
"exportName": "SummaryRow",
|
|
@@ -2126,8 +2252,8 @@
|
|
|
2126
2252
|
"metaName": "TimeRangeSelector",
|
|
2127
2253
|
"sourcePath": "src/shells/time-range-selector.tsx"
|
|
2128
2254
|
},
|
|
2129
|
-
"
|
|
2130
|
-
"id": "
|
|
2255
|
+
"9EHHC": {
|
|
2256
|
+
"id": "9EHHC",
|
|
2131
2257
|
"slug": "time-series-panel",
|
|
2132
2258
|
"fullSlug": "time-series-panel.TimeSeriesPanel",
|
|
2133
2259
|
"exportName": "TimeSeriesPanel",
|
|
@@ -2216,8 +2342,8 @@
|
|
|
2216
2342
|
"metaName": "Toolbar",
|
|
2217
2343
|
"sourcePath": "src/core/toolbar.tsx"
|
|
2218
2344
|
},
|
|
2219
|
-
"
|
|
2220
|
-
"id": "
|
|
2345
|
+
"PP194": {
|
|
2346
|
+
"id": "PP194",
|
|
2221
2347
|
"slug": "tree-table",
|
|
2222
2348
|
"fullSlug": "tree-table.TreeTable",
|
|
2223
2349
|
"exportName": "TreeTable",
|
|
@@ -2292,12 +2418,16 @@
|
|
|
2292
2418
|
"breadcrumb.Breadcrumb": "3FR0Y",
|
|
2293
2419
|
"bulk-actions.BulkActions": "Q3J33",
|
|
2294
2420
|
"button.Button": "RGX84",
|
|
2421
|
+
"callout.Callout": "AT7TX",
|
|
2295
2422
|
"card.Card": "0A18R",
|
|
2296
2423
|
"card.CardContent": "9Y68R",
|
|
2297
2424
|
"card.CardDescription": "YB1RN",
|
|
2298
2425
|
"card.CardFooter": "GRNTR",
|
|
2299
2426
|
"card.CardHeader": "JST3J",
|
|
2300
2427
|
"card.CardTitle": "V15TX",
|
|
2428
|
+
"catalog-frame.CatalogCellControls": "N01CV",
|
|
2429
|
+
"catalog-frame.CatalogFrame": "QS0ZT",
|
|
2430
|
+
"catalog-frame.CatalogRowActions": "8GSVA",
|
|
2301
2431
|
"chat-input.ChatInput": "M8KX1",
|
|
2302
2432
|
"chat-message-list.ChatMessageList": "YK725",
|
|
2303
2433
|
"chat-sidebar.ChatSidebar": "TBVMY",
|
|
@@ -2334,11 +2464,13 @@
|
|
|
2334
2464
|
"connection-indicator.ConnectionIndicator": "191EC",
|
|
2335
2465
|
"container.Container": "H3G96",
|
|
2336
2466
|
"content-tabs.ContentTabs": "9W97K",
|
|
2467
|
+
"copy-button.CopyButton": "E0C8T",
|
|
2337
2468
|
"dashboard-grid.DashboardGrid": "BM7NA",
|
|
2338
2469
|
"data-import-wizard.DataImportWizard": "QD9XR",
|
|
2339
2470
|
"data-table.DataTable": "J1KN4",
|
|
2340
2471
|
"date-range-picker.DateRangePicker": "0KKZ0",
|
|
2341
2472
|
"deployment-timeline.DeploymentTimeline": "XXVQ2",
|
|
2473
|
+
"description-list.DescriptionList": "1NPD2",
|
|
2342
2474
|
"design-guide-panel.DesignGuidePanel": "65F6W",
|
|
2343
2475
|
"dialog.AlertDialogPanel": "80HGS",
|
|
2344
2476
|
"dialog.DialogBody": "EE32H",
|
|
@@ -2362,10 +2494,11 @@
|
|
|
2362
2494
|
"dropdown-menu.DropdownSeparator": "K9Y54",
|
|
2363
2495
|
"dropdown-menu.DropdownTrigger": "C4BSS",
|
|
2364
2496
|
"editor-toolbar.EditorToolbar": "Z73K6",
|
|
2365
|
-
"empty-state.EmptyState": "
|
|
2497
|
+
"empty-state.EmptyState": "MZV19",
|
|
2366
2498
|
"env-panel.EnvPanel": "ZBDWK",
|
|
2367
2499
|
"event-icon.EventIcon": "ZNSD9",
|
|
2368
2500
|
"event-meta-editor.EventMetaEditor": "EZR35",
|
|
2501
|
+
"event-timeline.EventTimeline": "H6S6T",
|
|
2369
2502
|
"export-button.ExportButton": "MGP2B",
|
|
2370
2503
|
"expression.Expression": "TXGA8",
|
|
2371
2504
|
"expression.ExpressionGroup": "F78CE",
|
|
@@ -2378,6 +2511,7 @@
|
|
|
2378
2511
|
"field-token.FieldToken": "V3AJ4",
|
|
2379
2512
|
"filter-bar.FilterBar": "BS5N0",
|
|
2380
2513
|
"floating-action-bar.FloatingActionBar": "S390B",
|
|
2514
|
+
"flyout.Flyout": "85XVE",
|
|
2381
2515
|
"form-dynamic.DynamicFieldForm": "8RYG7",
|
|
2382
2516
|
"form-login.AuthForm": "Z415Y",
|
|
2383
2517
|
"form-upload.FileUploadForm": "4E3MD",
|
|
@@ -2414,10 +2548,12 @@
|
|
|
2414
2548
|
"heading.Heading": "NF0BT",
|
|
2415
2549
|
"highlight.Highlight": "448TR",
|
|
2416
2550
|
"icon-picker.IconPicker": "0DRGP",
|
|
2551
|
+
"identity.Identity": "BRGG2",
|
|
2417
2552
|
"inline-edit-table.InlineEditTable": "5W3J1",
|
|
2418
2553
|
"inline-edit.InlineEdit": "RQ0H2",
|
|
2419
2554
|
"input.Input": "7BY1Q",
|
|
2420
2555
|
"insights-panel.InsightsPanel": "HCYZV",
|
|
2556
|
+
"inspector-layout.InspectorLayout": "MN44T",
|
|
2421
2557
|
"kanban-board.KanbanBoard": "T6JWY",
|
|
2422
2558
|
"kbd.Kbd": "NPHB8",
|
|
2423
2559
|
"key-pad-menu.KeyPadMenu": "ZZG2R",
|
|
@@ -2426,7 +2562,7 @@
|
|
|
2426
2562
|
"loading-overlay.LoadingOverlay": "380ZR",
|
|
2427
2563
|
"log-table.LogTable": "3ZR82",
|
|
2428
2564
|
"logo.Logo": "R906A",
|
|
2429
|
-
"mega-menu.MegaMenu": "
|
|
2565
|
+
"mega-menu.MegaMenu": "AHTK9",
|
|
2430
2566
|
"menu.MenuButtonArrow": "J1AQH",
|
|
2431
2567
|
"menu.MenuItem": "71JVB",
|
|
2432
2568
|
"menu.MenuItemCheckbox": "DG8B3",
|
|
@@ -2456,6 +2592,7 @@
|
|
|
2456
2592
|
"prompt-template.PromptTemplate": "5E56D",
|
|
2457
2593
|
"property-explorer.PropertyExplorer": "HJF32",
|
|
2458
2594
|
"query-bar.QueryBar": "JSVZ1",
|
|
2595
|
+
"query-filter-bar.QueryFilterBar": "SK31N",
|
|
2459
2596
|
"query-results-table.QueryResultsTable": "PNC1V",
|
|
2460
2597
|
"quick-actions.QuickActions": "CEM9F",
|
|
2461
2598
|
"radio-group.Radio": "HY7YG",
|
|
@@ -2466,10 +2603,12 @@
|
|
|
2466
2603
|
"resizable.ResizablePanelGroup": "BM5RR",
|
|
2467
2604
|
"rich-text-editor.RichTextEditor": "441JQ",
|
|
2468
2605
|
"saved-filters.SavedFilters": "SPRCB",
|
|
2606
|
+
"score-breakdown.ScoreBreakdown": "DYZSG",
|
|
2469
2607
|
"scroll-area.ScrollArea": "A9X4K",
|
|
2470
2608
|
"search-combobox.SearchCombobox": "KH4TQ",
|
|
2471
2609
|
"section.Section": "M3QXW",
|
|
2472
2610
|
"segment-builder.SegmentBuilder": "ZSC94",
|
|
2611
|
+
"segmented-control.SegmentedControl": "YKENE",
|
|
2473
2612
|
"select.SelectItem": "KKBAF",
|
|
2474
2613
|
"select.SelectLabel": "SKM59",
|
|
2475
2614
|
"select.SelectPopover": "P152F",
|
|
@@ -2489,10 +2628,11 @@
|
|
|
2489
2628
|
"spinner.Spinner": "DJS29",
|
|
2490
2629
|
"sql-editor.SqlEditor": "RSGKV",
|
|
2491
2630
|
"star-rating.StarRating": "B6ZY4",
|
|
2492
|
-
"stat-card.StatCard": "
|
|
2631
|
+
"stat-card.StatCard": "JE7MK",
|
|
2632
|
+
"status-dot.StatusDot": "N51AT",
|
|
2493
2633
|
"status-select.StatusSelect": "R46E6",
|
|
2494
2634
|
"step-builder.StepBuilder": "7BQDT",
|
|
2495
|
-
"summary-row.SummaryRow": "
|
|
2635
|
+
"summary-row.SummaryRow": "FGFP3",
|
|
2496
2636
|
"switch.Switch": "51Z9R",
|
|
2497
2637
|
"tabs.Tab": "HZTNP",
|
|
2498
2638
|
"tabs.TabList": "68K7E",
|
|
@@ -2508,7 +2648,7 @@
|
|
|
2508
2648
|
"theme-switcher.ThemeSwitcher": "8JX0N",
|
|
2509
2649
|
"time-range-control.TimeRangeControl": "3WJ8H",
|
|
2510
2650
|
"time-range-selector.TimeRangeSelector": "K0D7C",
|
|
2511
|
-
"time-series-panel.TimeSeriesPanel": "
|
|
2651
|
+
"time-series-panel.TimeSeriesPanel": "9EHHC",
|
|
2512
2652
|
"toggle.Toggle": "GFCMY",
|
|
2513
2653
|
"toggle.ToggleGroup": "47J37",
|
|
2514
2654
|
"toolbar.ToolbarButton": "C212C",
|
|
@@ -2518,7 +2658,7 @@
|
|
|
2518
2658
|
"toolbar.Tooltip": "XSAT4",
|
|
2519
2659
|
"toolbar.TooltipAnchor": "SAW1B",
|
|
2520
2660
|
"toolbar.TooltipProvider": "6NKHT",
|
|
2521
|
-
"tree-table.TreeTable": "
|
|
2661
|
+
"tree-table.TreeTable": "PP194",
|
|
2522
2662
|
"vertical-tabs.VerticalTabs": "J81G4",
|
|
2523
2663
|
"virtual-list.VirtualList": "VT2NP",
|
|
2524
2664
|
"webhook-config.WebhookConfig": "B6B1Z",
|
|
@@ -2658,6 +2798,13 @@
|
|
|
2658
2798
|
"slug": "button.Button"
|
|
2659
2799
|
}
|
|
2660
2800
|
],
|
|
2801
|
+
"src/core/callout.tsx": [
|
|
2802
|
+
{
|
|
2803
|
+
"exportName": "Callout",
|
|
2804
|
+
"id": "AT7TX",
|
|
2805
|
+
"slug": "callout.Callout"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2661
2808
|
"src/core/card.tsx": [
|
|
2662
2809
|
{
|
|
2663
2810
|
"exportName": "Card",
|
|
@@ -2690,6 +2837,23 @@
|
|
|
2690
2837
|
"slug": "card.CardTitle"
|
|
2691
2838
|
}
|
|
2692
2839
|
],
|
|
2840
|
+
"src/shells/catalog-frame.tsx": [
|
|
2841
|
+
{
|
|
2842
|
+
"exportName": "CatalogCellControls",
|
|
2843
|
+
"id": "N01CV",
|
|
2844
|
+
"slug": "catalog-frame.CatalogCellControls"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"exportName": "CatalogFrame",
|
|
2848
|
+
"id": "QS0ZT",
|
|
2849
|
+
"slug": "catalog-frame.CatalogFrame"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"exportName": "CatalogRowActions",
|
|
2853
|
+
"id": "8GSVA",
|
|
2854
|
+
"slug": "catalog-frame.CatalogRowActions"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2693
2857
|
"src/shells/chat-input.tsx": [
|
|
2694
2858
|
{
|
|
2695
2859
|
"exportName": "ChatInput",
|
|
@@ -2910,6 +3074,13 @@
|
|
|
2910
3074
|
"slug": "content-tabs.ContentTabs"
|
|
2911
3075
|
}
|
|
2912
3076
|
],
|
|
3077
|
+
"src/core/copy-button.tsx": [
|
|
3078
|
+
{
|
|
3079
|
+
"exportName": "CopyButton",
|
|
3080
|
+
"id": "E0C8T",
|
|
3081
|
+
"slug": "copy-button.CopyButton"
|
|
3082
|
+
}
|
|
3083
|
+
],
|
|
2913
3084
|
"src/shells/dashboard-grid.tsx": [
|
|
2914
3085
|
{
|
|
2915
3086
|
"exportName": "DashboardGrid",
|
|
@@ -2945,6 +3116,13 @@
|
|
|
2945
3116
|
"slug": "deployment-timeline.DeploymentTimeline"
|
|
2946
3117
|
}
|
|
2947
3118
|
],
|
|
3119
|
+
"src/core/description-list.tsx": [
|
|
3120
|
+
{
|
|
3121
|
+
"exportName": "DescriptionList",
|
|
3122
|
+
"id": "1NPD2",
|
|
3123
|
+
"slug": "description-list.DescriptionList"
|
|
3124
|
+
}
|
|
3125
|
+
],
|
|
2948
3126
|
"src/devtools/design-guide-panel.tsx": [
|
|
2949
3127
|
{
|
|
2950
3128
|
"exportName": "DesignGuidePanel",
|
|
@@ -3077,7 +3255,7 @@
|
|
|
3077
3255
|
"src/core/empty-state.tsx": [
|
|
3078
3256
|
{
|
|
3079
3257
|
"exportName": "EmptyState",
|
|
3080
|
-
"id": "
|
|
3258
|
+
"id": "MZV19",
|
|
3081
3259
|
"slug": "empty-state.EmptyState"
|
|
3082
3260
|
}
|
|
3083
3261
|
],
|
|
@@ -3102,6 +3280,13 @@
|
|
|
3102
3280
|
"slug": "event-meta-editor.EventMetaEditor"
|
|
3103
3281
|
}
|
|
3104
3282
|
],
|
|
3283
|
+
"src/shells/event-timeline.tsx": [
|
|
3284
|
+
{
|
|
3285
|
+
"exportName": "EventTimeline",
|
|
3286
|
+
"id": "H6S6T",
|
|
3287
|
+
"slug": "event-timeline.EventTimeline"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3105
3290
|
"src/shells/export-button.tsx": [
|
|
3106
3291
|
{
|
|
3107
3292
|
"exportName": "ExportButton",
|
|
@@ -3182,6 +3367,13 @@
|
|
|
3182
3367
|
"slug": "floating-action-bar.FloatingActionBar"
|
|
3183
3368
|
}
|
|
3184
3369
|
],
|
|
3370
|
+
"src/shells/flyout.tsx": [
|
|
3371
|
+
{
|
|
3372
|
+
"exportName": "Flyout",
|
|
3373
|
+
"id": "85XVE",
|
|
3374
|
+
"slug": "flyout.Flyout"
|
|
3375
|
+
}
|
|
3376
|
+
],
|
|
3185
3377
|
"src/shells/dynamic-field-form.tsx": [
|
|
3186
3378
|
{
|
|
3187
3379
|
"exportName": "DynamicFieldForm",
|
|
@@ -3378,6 +3570,13 @@
|
|
|
3378
3570
|
"slug": "icon-picker.IconPicker"
|
|
3379
3571
|
}
|
|
3380
3572
|
],
|
|
3573
|
+
"src/core/identity.tsx": [
|
|
3574
|
+
{
|
|
3575
|
+
"exportName": "Identity",
|
|
3576
|
+
"id": "BRGG2",
|
|
3577
|
+
"slug": "identity.Identity"
|
|
3578
|
+
}
|
|
3579
|
+
],
|
|
3381
3580
|
"src/shells/inline-edit-table.tsx": [
|
|
3382
3581
|
{
|
|
3383
3582
|
"exportName": "InlineEditTable",
|
|
@@ -3406,6 +3605,13 @@
|
|
|
3406
3605
|
"slug": "insights-panel.InsightsPanel"
|
|
3407
3606
|
}
|
|
3408
3607
|
],
|
|
3608
|
+
"src/shells/inspector-layout.tsx": [
|
|
3609
|
+
{
|
|
3610
|
+
"exportName": "InspectorLayout",
|
|
3611
|
+
"id": "MN44T",
|
|
3612
|
+
"slug": "inspector-layout.InspectorLayout"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3409
3615
|
"src/shells/kanban-board.tsx": [
|
|
3410
3616
|
{
|
|
3411
3617
|
"exportName": "KanbanBoard",
|
|
@@ -3465,7 +3671,7 @@
|
|
|
3465
3671
|
"src/shells/mega-menu.tsx": [
|
|
3466
3672
|
{
|
|
3467
3673
|
"exportName": "MegaMenu",
|
|
3468
|
-
"id": "
|
|
3674
|
+
"id": "AHTK9",
|
|
3469
3675
|
"slug": "mega-menu.MegaMenu"
|
|
3470
3676
|
}
|
|
3471
3677
|
],
|
|
@@ -3644,6 +3850,13 @@
|
|
|
3644
3850
|
"slug": "query-bar.QueryBar"
|
|
3645
3851
|
}
|
|
3646
3852
|
],
|
|
3853
|
+
"src/shells/query-filter-bar.tsx": [
|
|
3854
|
+
{
|
|
3855
|
+
"exportName": "QueryFilterBar",
|
|
3856
|
+
"id": "SK31N",
|
|
3857
|
+
"slug": "query-filter-bar.QueryFilterBar"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3647
3860
|
"src/shells/query-results-table.tsx": [
|
|
3648
3861
|
{
|
|
3649
3862
|
"exportName": "QueryResultsTable",
|
|
@@ -3708,6 +3921,13 @@
|
|
|
3708
3921
|
"slug": "saved-filters.SavedFilters"
|
|
3709
3922
|
}
|
|
3710
3923
|
],
|
|
3924
|
+
"src/shells/score-breakdown.tsx": [
|
|
3925
|
+
{
|
|
3926
|
+
"exportName": "ScoreBreakdown",
|
|
3927
|
+
"id": "DYZSG",
|
|
3928
|
+
"slug": "score-breakdown.ScoreBreakdown"
|
|
3929
|
+
}
|
|
3930
|
+
],
|
|
3711
3931
|
"src/core/scroll-area.tsx": [
|
|
3712
3932
|
{
|
|
3713
3933
|
"exportName": "ScrollArea",
|
|
@@ -3736,6 +3956,13 @@
|
|
|
3736
3956
|
"slug": "segment-builder.SegmentBuilder"
|
|
3737
3957
|
}
|
|
3738
3958
|
],
|
|
3959
|
+
"src/core/segmented-control.tsx": [
|
|
3960
|
+
{
|
|
3961
|
+
"exportName": "SegmentedControl",
|
|
3962
|
+
"id": "YKENE",
|
|
3963
|
+
"slug": "segmented-control.SegmentedControl"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3739
3966
|
"src/core/select.tsx": [
|
|
3740
3967
|
{
|
|
3741
3968
|
"exportName": "SelectItem",
|
|
@@ -3856,10 +4083,17 @@
|
|
|
3856
4083
|
"src/core/stat-card.tsx": [
|
|
3857
4084
|
{
|
|
3858
4085
|
"exportName": "StatCard",
|
|
3859
|
-
"id": "
|
|
4086
|
+
"id": "JE7MK",
|
|
3860
4087
|
"slug": "stat-card.StatCard"
|
|
3861
4088
|
}
|
|
3862
4089
|
],
|
|
4090
|
+
"src/core/status-dot.tsx": [
|
|
4091
|
+
{
|
|
4092
|
+
"exportName": "StatusDot",
|
|
4093
|
+
"id": "N51AT",
|
|
4094
|
+
"slug": "status-dot.StatusDot"
|
|
4095
|
+
}
|
|
4096
|
+
],
|
|
3863
4097
|
"src/shells/status-select.tsx": [
|
|
3864
4098
|
{
|
|
3865
4099
|
"exportName": "StatusSelect",
|
|
@@ -3877,7 +4111,7 @@
|
|
|
3877
4111
|
"src/shells/summary-row.tsx": [
|
|
3878
4112
|
{
|
|
3879
4113
|
"exportName": "SummaryRow",
|
|
3880
|
-
"id": "
|
|
4114
|
+
"id": "FGFP3",
|
|
3881
4115
|
"slug": "summary-row.SummaryRow"
|
|
3882
4116
|
}
|
|
3883
4117
|
],
|
|
@@ -3983,7 +4217,7 @@
|
|
|
3983
4217
|
"src/shells/time-series-panel.tsx": [
|
|
3984
4218
|
{
|
|
3985
4219
|
"exportName": "TimeSeriesPanel",
|
|
3986
|
-
"id": "
|
|
4220
|
+
"id": "9EHHC",
|
|
3987
4221
|
"slug": "time-series-panel.TimeSeriesPanel"
|
|
3988
4222
|
}
|
|
3989
4223
|
],
|
|
@@ -4039,7 +4273,7 @@
|
|
|
4039
4273
|
"src/shells/tree-table.tsx": [
|
|
4040
4274
|
{
|
|
4041
4275
|
"exportName": "TreeTable",
|
|
4042
|
-
"id": "
|
|
4276
|
+
"id": "PP194",
|
|
4043
4277
|
"slug": "tree-table.TreeTable"
|
|
4044
4278
|
}
|
|
4045
4279
|
],
|