wicked-studio 0.4.14 → 0.5.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 +125 -128
- package/dist/assets/index-BmXt63Ij.js +537 -0
- package/dist/assets/index-eso7X_3n.css +32 -0
- package/dist/index.html +2 -2
- package/dist/testid-inventory.json +411 -150
- package/package.json +2 -2
- package/dist/assets/index-CDWyxcSj.js +0 -537
- package/dist/assets/index-Dz6mXrD5.css +0 -32
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"Entry kinds: `static` values appear verbatim in the DOM; `dynamic` are template-literal testids with each ${expr} normalised to '*'; `computed` carry the raw JSX expression — dynamic/computed resolve only against a live DOM."
|
|
9
9
|
],
|
|
10
10
|
"version": 1,
|
|
11
|
-
"studioVersion": "0.
|
|
11
|
+
"studioVersion": "0.5.0",
|
|
12
12
|
"counts": {
|
|
13
|
-
"files":
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
16
|
-
"dynamic":
|
|
13
|
+
"files": 128,
|
|
14
|
+
"occurrences": 1029,
|
|
15
|
+
"static": 873,
|
|
16
|
+
"dynamic": 56,
|
|
17
17
|
"computed": 6
|
|
18
18
|
},
|
|
19
19
|
"static": [
|
|
@@ -511,6 +511,12 @@
|
|
|
511
511
|
"src/components/Burn.tsx"
|
|
512
512
|
]
|
|
513
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"testId": "burn-total",
|
|
516
|
+
"files": [
|
|
517
|
+
"src/components/DeckBurnChart.tsx"
|
|
518
|
+
]
|
|
519
|
+
},
|
|
514
520
|
{
|
|
515
521
|
"testId": "burn-unavailable",
|
|
516
522
|
"files": [
|
|
@@ -1001,12 +1007,6 @@
|
|
|
1001
1007
|
"src/components/GovernanceAudit.tsx"
|
|
1002
1008
|
]
|
|
1003
1009
|
},
|
|
1004
|
-
{
|
|
1005
|
-
"testId": "connection-dot",
|
|
1006
|
-
"files": [
|
|
1007
|
-
"src/components/AppChrome.tsx"
|
|
1008
|
-
]
|
|
1009
|
-
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"testId": "connection-status",
|
|
1012
1012
|
"files": [
|
|
@@ -1043,6 +1043,12 @@
|
|
|
1043
1043
|
"src/components/DocumentThread.tsx"
|
|
1044
1044
|
]
|
|
1045
1045
|
},
|
|
1046
|
+
{
|
|
1047
|
+
"testId": "dashboard-campaigns",
|
|
1048
|
+
"files": [
|
|
1049
|
+
"src/components/ProjectDashboard.tsx"
|
|
1050
|
+
]
|
|
1051
|
+
},
|
|
1046
1052
|
{
|
|
1047
1053
|
"testId": "dashboard-clear-filters",
|
|
1048
1054
|
"files": [
|
|
@@ -1223,6 +1229,24 @@
|
|
|
1223
1229
|
"src/components/ChatInput.tsx"
|
|
1224
1230
|
]
|
|
1225
1231
|
},
|
|
1232
|
+
{
|
|
1233
|
+
"testId": "delivery-stranded",
|
|
1234
|
+
"files": [
|
|
1235
|
+
"src/components/DeckVerifiedStrip.tsx"
|
|
1236
|
+
]
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"testId": "delivery-vacuous",
|
|
1240
|
+
"files": [
|
|
1241
|
+
"src/components/DeckVerifiedStrip.tsx"
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"testId": "delivery-verified",
|
|
1246
|
+
"files": [
|
|
1247
|
+
"src/components/DeckVerifiedStrip.tsx"
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1226
1250
|
{
|
|
1227
1251
|
"testId": "demo-picker",
|
|
1228
1252
|
"files": [
|
|
@@ -1475,6 +1499,54 @@
|
|
|
1475
1499
|
"src/components/HomeCommand.tsx"
|
|
1476
1500
|
]
|
|
1477
1501
|
},
|
|
1502
|
+
{
|
|
1503
|
+
"testId": "eval-history",
|
|
1504
|
+
"files": [
|
|
1505
|
+
"src/components/EvalHistory.tsx"
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"testId": "eval-history-detail",
|
|
1510
|
+
"files": [
|
|
1511
|
+
"src/components/EvalHistory.tsx"
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"testId": "eval-history-detail-error",
|
|
1516
|
+
"files": [
|
|
1517
|
+
"src/components/EvalHistory.tsx"
|
|
1518
|
+
]
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"testId": "eval-history-empty",
|
|
1522
|
+
"files": [
|
|
1523
|
+
"src/components/EvalHistory.tsx"
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"testId": "eval-history-error",
|
|
1528
|
+
"files": [
|
|
1529
|
+
"src/components/EvalHistory.tsx"
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"testId": "eval-history-loading",
|
|
1534
|
+
"files": [
|
|
1535
|
+
"src/components/EvalHistory.tsx"
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"testId": "eval-history-row",
|
|
1540
|
+
"files": [
|
|
1541
|
+
"src/components/EvalHistory.tsx"
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"testId": "eval-history-unavailable",
|
|
1546
|
+
"files": [
|
|
1547
|
+
"src/components/EvalHistory.tsx"
|
|
1548
|
+
]
|
|
1549
|
+
},
|
|
1478
1550
|
{
|
|
1479
1551
|
"testId": "event-log",
|
|
1480
1552
|
"files": [
|
|
@@ -1487,6 +1559,60 @@
|
|
|
1487
1559
|
"src/components/Markdown.tsx"
|
|
1488
1560
|
]
|
|
1489
1561
|
},
|
|
1562
|
+
{
|
|
1563
|
+
"testId": "execute-clear-filters",
|
|
1564
|
+
"files": [
|
|
1565
|
+
"src/components/MadeDashboard.tsx"
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"testId": "execute-hidden-chip",
|
|
1570
|
+
"files": [
|
|
1571
|
+
"src/components/MadeDashboard.tsx"
|
|
1572
|
+
]
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"testId": "execute-list",
|
|
1576
|
+
"files": [
|
|
1577
|
+
"src/components/MadeDashboard.tsx"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"testId": "execute-needs-you",
|
|
1582
|
+
"files": [
|
|
1583
|
+
"src/components/MadeDashboard.tsx"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"testId": "execute-new",
|
|
1588
|
+
"files": [
|
|
1589
|
+
"src/components/MadeDashboard.tsx"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"testId": "execute-retry",
|
|
1594
|
+
"files": [
|
|
1595
|
+
"src/components/MadeDashboard.tsx"
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"testId": "execute-run-row",
|
|
1600
|
+
"files": [
|
|
1601
|
+
"src/components/MadeDashboard.tsx"
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"testId": "execute-run-title",
|
|
1606
|
+
"files": [
|
|
1607
|
+
"src/components/MadeDashboard.tsx"
|
|
1608
|
+
]
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"testId": "execute-runs-empty",
|
|
1612
|
+
"files": [
|
|
1613
|
+
"src/components/MadeDashboard.tsx"
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1490
1616
|
{
|
|
1491
1617
|
"testId": "export-format",
|
|
1492
1618
|
"files": [
|
|
@@ -1751,6 +1877,84 @@
|
|
|
1751
1877
|
"src/components/GateNotifications.tsx"
|
|
1752
1878
|
]
|
|
1753
1879
|
},
|
|
1880
|
+
{
|
|
1881
|
+
"testId": "gk-browse-memories",
|
|
1882
|
+
"files": [
|
|
1883
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1884
|
+
]
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"testId": "gk-browse-memories-manage",
|
|
1888
|
+
"files": [
|
|
1889
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"testId": "gk-browse-rules",
|
|
1894
|
+
"files": [
|
|
1895
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1896
|
+
]
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"testId": "gk-browse-rules-manage",
|
|
1900
|
+
"files": [
|
|
1901
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"testId": "gk-memories-empty",
|
|
1906
|
+
"files": [
|
|
1907
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1908
|
+
]
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"testId": "gk-memories-list",
|
|
1912
|
+
"files": [
|
|
1913
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"testId": "gk-memories-loading",
|
|
1918
|
+
"files": [
|
|
1919
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"testId": "gk-memories-unsupported",
|
|
1924
|
+
"files": [
|
|
1925
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"testId": "gk-memory-row",
|
|
1930
|
+
"files": [
|
|
1931
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"testId": "gk-rule-row",
|
|
1936
|
+
"files": [
|
|
1937
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1938
|
+
]
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"testId": "gk-rules-empty",
|
|
1942
|
+
"files": [
|
|
1943
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1944
|
+
]
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"testId": "gk-rules-list",
|
|
1948
|
+
"files": [
|
|
1949
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"testId": "governance-browse",
|
|
1954
|
+
"files": [
|
|
1955
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1956
|
+
]
|
|
1957
|
+
},
|
|
1754
1958
|
{
|
|
1755
1959
|
"testId": "governance-claims-unavailable",
|
|
1756
1960
|
"files": [
|
|
@@ -1763,12 +1967,48 @@
|
|
|
1763
1967
|
"src/components/GovernanceAudit.tsx"
|
|
1764
1968
|
]
|
|
1765
1969
|
},
|
|
1970
|
+
{
|
|
1971
|
+
"testId": "governance-dashboard",
|
|
1972
|
+
"files": [
|
|
1973
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1766
1976
|
{
|
|
1767
1977
|
"testId": "governance-enforcement",
|
|
1768
1978
|
"files": [
|
|
1769
1979
|
"src/components/GovernanceAudit.tsx"
|
|
1770
1980
|
]
|
|
1771
1981
|
},
|
|
1982
|
+
{
|
|
1983
|
+
"testId": "governance-manage-memories",
|
|
1984
|
+
"files": [
|
|
1985
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"testId": "governance-manage-policies",
|
|
1990
|
+
"files": [
|
|
1991
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"testId": "governance-refresh",
|
|
1996
|
+
"files": [
|
|
1997
|
+
"src/components/GovernanceDashboard.tsx"
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"testId": "governance-review",
|
|
2002
|
+
"files": [
|
|
2003
|
+
"src/components/GovernanceDashboard.tsx"
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"testId": "governance-review-inbox",
|
|
2008
|
+
"files": [
|
|
2009
|
+
"src/components/GovernanceDashboard.tsx"
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
1772
2012
|
{
|
|
1773
2013
|
"testId": "governance-run-decision",
|
|
1774
2014
|
"files": [
|
|
@@ -1871,18 +2111,42 @@
|
|
|
1871
2111
|
"src/components/HomeCommand.tsx"
|
|
1872
2112
|
]
|
|
1873
2113
|
},
|
|
2114
|
+
{
|
|
2115
|
+
"testId": "home-burn-chart",
|
|
2116
|
+
"files": [
|
|
2117
|
+
"src/components/DeckBurnChart.tsx"
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
1874
2120
|
{
|
|
1875
2121
|
"testId": "home-calm",
|
|
1876
2122
|
"files": [
|
|
1877
2123
|
"src/components/NeedsYouQueue.tsx"
|
|
1878
2124
|
]
|
|
1879
2125
|
},
|
|
2126
|
+
{
|
|
2127
|
+
"testId": "home-delivery-strip",
|
|
2128
|
+
"files": [
|
|
2129
|
+
"src/components/DeckVerifiedStrip.tsx"
|
|
2130
|
+
]
|
|
2131
|
+
},
|
|
1880
2132
|
{
|
|
1881
2133
|
"testId": "home-essence",
|
|
1882
2134
|
"files": [
|
|
1883
2135
|
"src/components/HomeCommand.tsx"
|
|
1884
2136
|
]
|
|
1885
2137
|
},
|
|
2138
|
+
{
|
|
2139
|
+
"testId": "home-kpis",
|
|
2140
|
+
"files": [
|
|
2141
|
+
"src/components/DeckKpiRibbon.tsx"
|
|
2142
|
+
]
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"testId": "home-section-doors",
|
|
2146
|
+
"files": [
|
|
2147
|
+
"src/components/DeckSectionDoors.tsx"
|
|
2148
|
+
]
|
|
2149
|
+
},
|
|
1886
2150
|
{
|
|
1887
2151
|
"testId": "home-verb-project",
|
|
1888
2152
|
"files": [
|
|
@@ -2276,120 +2540,6 @@
|
|
|
2276
2540
|
"src/components/WickedLogo.tsx"
|
|
2277
2541
|
]
|
|
2278
2542
|
},
|
|
2279
|
-
{
|
|
2280
|
-
"testId": "make-clear-filters",
|
|
2281
|
-
"files": [
|
|
2282
|
-
"src/components/MakeDashboard.tsx"
|
|
2283
|
-
]
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"testId": "make-corpus-label",
|
|
2287
|
-
"files": [
|
|
2288
|
-
"src/components/MakeDashboard.tsx"
|
|
2289
|
-
]
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"testId": "make-corpus-why",
|
|
2293
|
-
"files": [
|
|
2294
|
-
"src/components/MakeDashboard.tsx"
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"testId": "make-corpus-why-popover",
|
|
2299
|
-
"files": [
|
|
2300
|
-
"src/components/MakeDashboard.tsx"
|
|
2301
|
-
]
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
"testId": "make-dashboard",
|
|
2305
|
-
"files": [
|
|
2306
|
-
"src/App.tsx"
|
|
2307
|
-
]
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"testId": "make-doc-row",
|
|
2311
|
-
"files": [
|
|
2312
|
-
"src/components/MakeDashboard.tsx"
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"testId": "make-fanout-progress",
|
|
2317
|
-
"files": [
|
|
2318
|
-
"src/components/MakeDashboard.tsx"
|
|
2319
|
-
]
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"testId": "make-hidden-chip",
|
|
2323
|
-
"files": [
|
|
2324
|
-
"src/components/MakeDashboard.tsx"
|
|
2325
|
-
]
|
|
2326
|
-
},
|
|
2327
|
-
{
|
|
2328
|
-
"testId": "make-list",
|
|
2329
|
-
"files": [
|
|
2330
|
-
"src/components/MakeDashboard.tsx"
|
|
2331
|
-
]
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"testId": "make-load-all-docs",
|
|
2335
|
-
"files": [
|
|
2336
|
-
"src/components/MakeDashboard.tsx"
|
|
2337
|
-
]
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"testId": "make-needs-you",
|
|
2341
|
-
"files": [
|
|
2342
|
-
"src/components/MakeDashboard.tsx"
|
|
2343
|
-
]
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"testId": "make-new",
|
|
2347
|
-
"files": [
|
|
2348
|
-
"src/components/MakeDashboard.tsx"
|
|
2349
|
-
]
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"testId": "make-picker",
|
|
2353
|
-
"files": [
|
|
2354
|
-
"src/components/LeftSidebar.tsx"
|
|
2355
|
-
]
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"testId": "make-picker-project-stage",
|
|
2359
|
-
"files": [
|
|
2360
|
-
"src/components/LeftSidebar.tsx"
|
|
2361
|
-
]
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"testId": "make-picker-row",
|
|
2365
|
-
"files": [
|
|
2366
|
-
"src/components/LeftSidebar.tsx"
|
|
2367
|
-
]
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"testId": "make-retry",
|
|
2371
|
-
"files": [
|
|
2372
|
-
"src/components/MakeDashboard.tsx"
|
|
2373
|
-
]
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"testId": "make-run-row",
|
|
2377
|
-
"files": [
|
|
2378
|
-
"src/components/MakeDashboard.tsx"
|
|
2379
|
-
]
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"testId": "make-run-title",
|
|
2383
|
-
"files": [
|
|
2384
|
-
"src/components/MakeDashboard.tsx"
|
|
2385
|
-
]
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"testId": "make-runs-empty",
|
|
2389
|
-
"files": [
|
|
2390
|
-
"src/components/MakeDashboard.tsx"
|
|
2391
|
-
]
|
|
2392
|
-
},
|
|
2393
2543
|
{
|
|
2394
2544
|
"testId": "mapper-adjustments",
|
|
2395
2545
|
"files": [
|
|
@@ -2414,18 +2564,6 @@
|
|
|
2414
2564
|
"src/components/MemoriesPanel.tsx"
|
|
2415
2565
|
]
|
|
2416
2566
|
},
|
|
2417
|
-
{
|
|
2418
|
-
"testId": "memories-facet-chip",
|
|
2419
|
-
"files": [
|
|
2420
|
-
"src/components/MemoriesPanel.tsx"
|
|
2421
|
-
]
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"testId": "memories-facet-filter",
|
|
2425
|
-
"files": [
|
|
2426
|
-
"src/components/MemoriesPanel.tsx"
|
|
2427
|
-
]
|
|
2428
|
-
},
|
|
2429
2567
|
{
|
|
2430
2568
|
"testId": "memories-list",
|
|
2431
2569
|
"files": [
|
|
@@ -2877,6 +3015,18 @@
|
|
|
2877
3015
|
"src/components/HomeBoard.tsx"
|
|
2878
3016
|
]
|
|
2879
3017
|
},
|
|
3018
|
+
{
|
|
3019
|
+
"testId": "project-campaigns",
|
|
3020
|
+
"files": [
|
|
3021
|
+
"src/App.tsx"
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"testId": "project-campaigns-back",
|
|
3026
|
+
"files": [
|
|
3027
|
+
"src/App.tsx"
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
2880
3030
|
{
|
|
2881
3031
|
"testId": "project-card",
|
|
2882
3032
|
"files": [
|
|
@@ -2902,6 +3052,18 @@
|
|
|
2902
3052
|
"src/components/ProjectShell.tsx"
|
|
2903
3053
|
]
|
|
2904
3054
|
},
|
|
3055
|
+
{
|
|
3056
|
+
"testId": "project-mode-picker",
|
|
3057
|
+
"files": [
|
|
3058
|
+
"src/components/LeftSidebar.tsx"
|
|
3059
|
+
]
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"testId": "project-mode-picker-stage",
|
|
3063
|
+
"files": [
|
|
3064
|
+
"src/components/LeftSidebar.tsx"
|
|
3065
|
+
]
|
|
3066
|
+
},
|
|
2905
3067
|
{
|
|
2906
3068
|
"testId": "project-needs-you",
|
|
2907
3069
|
"files": [
|
|
@@ -3130,18 +3292,36 @@
|
|
|
3130
3292
|
"src/components/LeftSidebar.tsx"
|
|
3131
3293
|
]
|
|
3132
3294
|
},
|
|
3295
|
+
{
|
|
3296
|
+
"testId": "rail-divider",
|
|
3297
|
+
"files": [
|
|
3298
|
+
"src/components/LeftSidebar.tsx"
|
|
3299
|
+
]
|
|
3300
|
+
},
|
|
3133
3301
|
{
|
|
3134
3302
|
"testId": "rail-doc",
|
|
3135
3303
|
"files": [
|
|
3136
3304
|
"src/components/LeftSidebar.tsx"
|
|
3137
3305
|
]
|
|
3138
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"testId": "rail-evals-run",
|
|
3309
|
+
"files": [
|
|
3310
|
+
"src/components/LeftSidebar.tsx"
|
|
3311
|
+
]
|
|
3312
|
+
},
|
|
3139
3313
|
{
|
|
3140
3314
|
"testId": "rail-health-chevron",
|
|
3141
3315
|
"files": [
|
|
3142
3316
|
"src/components/HealthRailSection.tsx"
|
|
3143
3317
|
]
|
|
3144
3318
|
},
|
|
3319
|
+
{
|
|
3320
|
+
"testId": "rail-health-heart",
|
|
3321
|
+
"files": [
|
|
3322
|
+
"src/components/HealthRailSection.tsx"
|
|
3323
|
+
]
|
|
3324
|
+
},
|
|
3145
3325
|
{
|
|
3146
3326
|
"testId": "rail-health-section",
|
|
3147
3327
|
"files": [
|
|
@@ -3216,7 +3396,7 @@
|
|
|
3216
3396
|
]
|
|
3217
3397
|
},
|
|
3218
3398
|
{
|
|
3219
|
-
"testId": "rail-
|
|
3399
|
+
"testId": "rail-test-recon",
|
|
3220
3400
|
"files": [
|
|
3221
3401
|
"src/components/LeftSidebar.tsx"
|
|
3222
3402
|
]
|
|
@@ -3597,6 +3777,12 @@
|
|
|
3597
3777
|
"src/components/GroupChat.tsx"
|
|
3598
3778
|
]
|
|
3599
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"testId": "section-door",
|
|
3782
|
+
"files": [
|
|
3783
|
+
"src/components/DeckSectionDoors.tsx"
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3600
3786
|
{
|
|
3601
3787
|
"testId": "shortcut-overlay",
|
|
3602
3788
|
"files": [
|
|
@@ -3609,6 +3795,12 @@
|
|
|
3609
3795
|
"src/components/ChatInput.tsx"
|
|
3610
3796
|
]
|
|
3611
3797
|
},
|
|
3798
|
+
{
|
|
3799
|
+
"testId": "site-name-input",
|
|
3800
|
+
"files": [
|
|
3801
|
+
"src/components/AppearanceSettings.tsx"
|
|
3802
|
+
]
|
|
3803
|
+
},
|
|
3612
3804
|
{
|
|
3613
3805
|
"testId": "skip-link",
|
|
3614
3806
|
"files": [
|
|
@@ -4541,18 +4733,6 @@
|
|
|
4541
4733
|
"src/components/CampaignsPage.tsx"
|
|
4542
4734
|
]
|
|
4543
4735
|
},
|
|
4544
|
-
{
|
|
4545
|
-
"testId": "testing-tab",
|
|
4546
|
-
"files": [
|
|
4547
|
-
"src/components/TestingPage.tsx"
|
|
4548
|
-
]
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"testId": "testing-tabs",
|
|
4552
|
-
"files": [
|
|
4553
|
-
"src/components/TestingPage.tsx"
|
|
4554
|
-
]
|
|
4555
|
-
},
|
|
4556
4736
|
{
|
|
4557
4737
|
"testId": "theme-page-link",
|
|
4558
4738
|
"files": [
|
|
@@ -5101,6 +5281,12 @@
|
|
|
5101
5281
|
}
|
|
5102
5282
|
],
|
|
5103
5283
|
"dynamic": [
|
|
5284
|
+
{
|
|
5285
|
+
"pattern": "*-active",
|
|
5286
|
+
"files": [
|
|
5287
|
+
"src/components/FacetAutocomplete.tsx"
|
|
5288
|
+
]
|
|
5289
|
+
},
|
|
5104
5290
|
{
|
|
5105
5291
|
"pattern": "*-bridge-hint",
|
|
5106
5292
|
"files": [
|
|
@@ -5132,6 +5318,42 @@
|
|
|
5132
5318
|
"src/components/dashboardKit.tsx"
|
|
5133
5319
|
]
|
|
5134
5320
|
},
|
|
5321
|
+
{
|
|
5322
|
+
"pattern": "*-clear",
|
|
5323
|
+
"files": [
|
|
5324
|
+
"src/components/FacetAutocomplete.tsx"
|
|
5325
|
+
]
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"pattern": "*-corpus-label",
|
|
5329
|
+
"files": [
|
|
5330
|
+
"src/components/MadeDashboard.tsx"
|
|
5331
|
+
]
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"pattern": "*-corpus-why",
|
|
5335
|
+
"files": [
|
|
5336
|
+
"src/components/MadeDashboard.tsx"
|
|
5337
|
+
]
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"pattern": "*-corpus-why-popover",
|
|
5341
|
+
"files": [
|
|
5342
|
+
"src/components/MadeDashboard.tsx"
|
|
5343
|
+
]
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"pattern": "*-dashboard",
|
|
5347
|
+
"files": [
|
|
5348
|
+
"src/App.tsx"
|
|
5349
|
+
]
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"pattern": "*-doc-row",
|
|
5353
|
+
"files": [
|
|
5354
|
+
"src/components/MadeDashboard.tsx"
|
|
5355
|
+
]
|
|
5356
|
+
},
|
|
5135
5357
|
{
|
|
5136
5358
|
"pattern": "*-editor",
|
|
5137
5359
|
"files": [
|
|
@@ -5144,12 +5366,49 @@
|
|
|
5144
5366
|
"src/components/SurfaceState.tsx"
|
|
5145
5367
|
]
|
|
5146
5368
|
},
|
|
5369
|
+
{
|
|
5370
|
+
"pattern": "*-fanout-progress",
|
|
5371
|
+
"files": [
|
|
5372
|
+
"src/components/MadeDashboard.tsx"
|
|
5373
|
+
]
|
|
5374
|
+
},
|
|
5147
5375
|
{
|
|
5148
5376
|
"pattern": "*-input",
|
|
5149
5377
|
"files": [
|
|
5378
|
+
"src/components/FacetAutocomplete.tsx",
|
|
5150
5379
|
"src/components/SteeringGrid.tsx"
|
|
5151
5380
|
]
|
|
5152
5381
|
},
|
|
5382
|
+
{
|
|
5383
|
+
"pattern": "*-list",
|
|
5384
|
+
"files": [
|
|
5385
|
+
"src/components/MadeDashboard.tsx"
|
|
5386
|
+
]
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"pattern": "*-load-all",
|
|
5390
|
+
"files": [
|
|
5391
|
+
"src/components/MadeDashboard.tsx"
|
|
5392
|
+
]
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"pattern": "*-new",
|
|
5396
|
+
"files": [
|
|
5397
|
+
"src/components/MadeDashboard.tsx"
|
|
5398
|
+
]
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"pattern": "*-option",
|
|
5402
|
+
"files": [
|
|
5403
|
+
"src/components/FacetAutocomplete.tsx"
|
|
5404
|
+
]
|
|
5405
|
+
},
|
|
5406
|
+
{
|
|
5407
|
+
"pattern": "*-options",
|
|
5408
|
+
"files": [
|
|
5409
|
+
"src/components/FacetAutocomplete.tsx"
|
|
5410
|
+
]
|
|
5411
|
+
},
|
|
5153
5412
|
{
|
|
5154
5413
|
"pattern": "*-search",
|
|
5155
5414
|
"files": [
|
|
@@ -5387,6 +5646,8 @@
|
|
|
5387
5646
|
"src/components/AppearanceSettings.tsx",
|
|
5388
5647
|
"src/components/ChatPanel.tsx",
|
|
5389
5648
|
"src/components/DashboardTiles.tsx",
|
|
5649
|
+
"src/components/DeckKpiRibbon.tsx",
|
|
5650
|
+
"src/components/FacetAutocomplete.tsx",
|
|
5390
5651
|
"src/components/HomeCommand.tsx",
|
|
5391
5652
|
"src/components/MetricTile.tsx",
|
|
5392
5653
|
"src/components/ProvenanceLine.tsx",
|