wicked-studio 0.5.3 → 0.5.4
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/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<!-- The two faces of DES-VISION-001 §2.8: Inter (the --font-sans token names it;
|
|
10
10
|
the legacy Archivo load was reconciled away in slice 3) + JetBrains Mono. -->
|
|
11
11
|
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet" />
|
|
12
|
-
<script type="module" crossorigin src="/assets/index-
|
|
12
|
+
<script type="module" crossorigin src="/assets/index-CdmCMh2f.js"></script>
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/assets/index-CK1uJWs2.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -8,11 +8,11 @@
|
|
|
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.5.
|
|
11
|
+
"studioVersion": "0.5.4",
|
|
12
12
|
"counts": {
|
|
13
|
-
"files":
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
13
|
+
"files": 138,
|
|
14
|
+
"occurrences": 1154,
|
|
15
|
+
"static": 992,
|
|
16
16
|
"dynamic": 57,
|
|
17
17
|
"computed": 6
|
|
18
18
|
},
|
|
@@ -1403,6 +1403,12 @@
|
|
|
1403
1403
|
"src/components/DocDelete.tsx"
|
|
1404
1404
|
]
|
|
1405
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
"testId": "doc-format",
|
|
1408
|
+
"files": [
|
|
1409
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1406
1412
|
{
|
|
1407
1413
|
"testId": "doc-gate",
|
|
1408
1414
|
"files": [
|
|
@@ -1469,6 +1475,48 @@
|
|
|
1469
1475
|
"src/components/DocumentCanvas.tsx"
|
|
1470
1476
|
]
|
|
1471
1477
|
},
|
|
1478
|
+
{
|
|
1479
|
+
"testId": "doc-subject",
|
|
1480
|
+
"files": [
|
|
1481
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1482
|
+
]
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"testId": "doc-subject-error",
|
|
1486
|
+
"files": [
|
|
1487
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"testId": "doc-subject-loading",
|
|
1492
|
+
"files": [
|
|
1493
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1494
|
+
]
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"testId": "doc-subject-nogrounding",
|
|
1498
|
+
"files": [
|
|
1499
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"testId": "doc-subject-none",
|
|
1504
|
+
"files": [
|
|
1505
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"testId": "doc-subject-repo",
|
|
1510
|
+
"files": [
|
|
1511
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"testId": "doc-subject-retry",
|
|
1516
|
+
"files": [
|
|
1517
|
+
"src/components/DocSubjectPicker.tsx"
|
|
1518
|
+
]
|
|
1519
|
+
},
|
|
1472
1520
|
{
|
|
1473
1521
|
"testId": "doc-tile",
|
|
1474
1522
|
"files": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wicked-studio",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "The coder-facing skin of the wicked experience plane — a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript-eslint": "^8.63.0",
|
|
67
67
|
"vite": "^6.4.3",
|
|
68
68
|
"vitest": "^3.2.6",
|
|
69
|
-
"wicked-crew-api-types": "
|
|
69
|
+
"wicked-crew-api-types": "0.30.0"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22.0.0"
|