wicked-studio 0.5.9 → 0.5.10

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-DhojBZ1T.js"></script>
12
+ <script type="module" crossorigin src="/assets/index-CJp35PKj.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="/assets/index-C0UZ2BxT.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.9",
11
+ "studioVersion": "0.5.10",
12
12
  "counts": {
13
13
  "files": 146,
14
- "occurrences": 1311,
15
- "static": 1129,
14
+ "occurrences": 1322,
15
+ "static": 1139,
16
16
  "dynamic": 61,
17
17
  "computed": 7
18
18
  },
@@ -1009,6 +1009,12 @@
1009
1009
  "src/components/GroupChat.tsx"
1010
1010
  ]
1011
1011
  },
1012
+ {
1013
+ "testId": "chat-turn-budget-note",
1014
+ "files": [
1015
+ "src/components/GroupChat.tsx"
1016
+ ]
1017
+ },
1012
1018
  {
1013
1019
  "testId": "chat-view-toggle",
1014
1020
  "files": [
@@ -1241,6 +1247,54 @@
1241
1247
  "src/components/ProjectDashboard.tsx"
1242
1248
  ]
1243
1249
  },
1250
+ {
1251
+ "testId": "dashboard-docs-root",
1252
+ "files": [
1253
+ "src/components/ProjectDashboard.tsx"
1254
+ ]
1255
+ },
1256
+ {
1257
+ "testId": "dashboard-docs-root-cancel",
1258
+ "files": [
1259
+ "src/components/ProjectDashboard.tsx"
1260
+ ]
1261
+ },
1262
+ {
1263
+ "testId": "dashboard-docs-root-clear",
1264
+ "files": [
1265
+ "src/components/ProjectDashboard.tsx"
1266
+ ]
1267
+ },
1268
+ {
1269
+ "testId": "dashboard-docs-root-edit",
1270
+ "files": [
1271
+ "src/components/ProjectDashboard.tsx"
1272
+ ]
1273
+ },
1274
+ {
1275
+ "testId": "dashboard-docs-root-error",
1276
+ "files": [
1277
+ "src/components/ProjectDashboard.tsx"
1278
+ ]
1279
+ },
1280
+ {
1281
+ "testId": "dashboard-docs-root-input",
1282
+ "files": [
1283
+ "src/components/ProjectDashboard.tsx"
1284
+ ]
1285
+ },
1286
+ {
1287
+ "testId": "dashboard-docs-root-save",
1288
+ "files": [
1289
+ "src/components/ProjectDashboard.tsx"
1290
+ ]
1291
+ },
1292
+ {
1293
+ "testId": "dashboard-docs-root-value",
1294
+ "files": [
1295
+ "src/components/ProjectDashboard.tsx"
1296
+ ]
1297
+ },
1244
1298
  {
1245
1299
  "testId": "dashboard-empty-build",
1246
1300
  "files": [
@@ -4545,6 +4599,12 @@
4545
4599
  "src/components/GroupChat.tsx"
4546
4600
  ]
4547
4601
  },
4602
+ {
4603
+ "testId": "seat-usage",
4604
+ "files": [
4605
+ "src/components/ChatThread.tsx"
4606
+ ]
4607
+ },
4548
4608
  {
4549
4609
  "testId": "section-door",
4550
4610
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wicked-studio",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
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": "0.37.0"
69
+ "wicked-crew-api-types": "0.38.0"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=22.0.0"