wicked-studio 0.4.13 → 0.4.14

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-dRfKAWIp.js"></script>
12
+ <script type="module" crossorigin src="/assets/index-CDWyxcSj.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="/assets/index-Dz6mXrD5.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.4.13",
11
+ "studioVersion": "0.4.14",
12
12
  "counts": {
13
13
  "files": 121,
14
- "occurrences": 982,
15
- "static": 842,
14
+ "occurrences": 983,
15
+ "static": 843,
16
16
  "dynamic": 43,
17
17
  "computed": 6
18
18
  },
@@ -3233,6 +3233,12 @@
3233
3233
  "src/components/NarratorFeed.tsx"
3234
3234
  ]
3235
3235
  },
3236
+ {
3237
+ "testId": "repo-capture-learnings",
3238
+ "files": [
3239
+ "src/components/RepositoriesPanel.tsx"
3240
+ ]
3241
+ },
3236
3242
  {
3237
3243
  "testId": "repo-card",
3238
3244
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wicked-studio",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "The coder-facing skin of the wicked experience plane \u2014 a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
5
5
  "type": "module",
6
6
  "repository": {