wicked-studio 0.5.10 → 0.5.11
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-Dk98qXKv.js"></script>
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/assets/index-C0UZ2BxT.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -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.5.
|
|
11
|
+
"studioVersion": "0.5.11",
|
|
12
12
|
"counts": {
|
|
13
13
|
"files": 146,
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
16
|
-
"dynamic":
|
|
14
|
+
"occurrences": 1325,
|
|
15
|
+
"static": 1142,
|
|
16
|
+
"dynamic": 62,
|
|
17
17
|
"computed": 7
|
|
18
18
|
},
|
|
19
19
|
"static": [
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
|
-
"testId": "agent-picker-
|
|
107
|
+
"testId": "agent-picker-excluded",
|
|
108
108
|
"files": [
|
|
109
109
|
"src/components/GroupChat.tsx"
|
|
110
110
|
]
|
|
@@ -1907,6 +1907,12 @@
|
|
|
1907
1907
|
"src/components/WorkChronicle.tsx"
|
|
1908
1908
|
]
|
|
1909
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
"testId": "escalation-headline",
|
|
1912
|
+
"files": [
|
|
1913
|
+
"src/components/RunTimeline.tsx"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1910
1916
|
{
|
|
1911
1917
|
"testId": "essence-entry",
|
|
1912
1918
|
"files": [
|
|
@@ -2879,6 +2885,12 @@
|
|
|
2879
2885
|
"src/components/ChatInput.tsx"
|
|
2880
2886
|
]
|
|
2881
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
"testId": "launch-revises-pr",
|
|
2890
|
+
"files": [
|
|
2891
|
+
"src/components/ChatInput.tsx"
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2882
2894
|
{
|
|
2883
2895
|
"testId": "launch-submit",
|
|
2884
2896
|
"files": [
|
|
@@ -4593,6 +4605,12 @@
|
|
|
4593
4605
|
"src/components/GroupChat.tsx"
|
|
4594
4606
|
]
|
|
4595
4607
|
},
|
|
4608
|
+
{
|
|
4609
|
+
"testId": "seat-retry",
|
|
4610
|
+
"files": [
|
|
4611
|
+
"src/components/GroupChat.tsx"
|
|
4612
|
+
]
|
|
4613
|
+
},
|
|
4596
4614
|
{
|
|
4597
4615
|
"testId": "seat-state",
|
|
4598
4616
|
"files": [
|
|
@@ -7138,6 +7156,12 @@
|
|
|
7138
7156
|
"src/components/GateRejectNote.tsx"
|
|
7139
7157
|
]
|
|
7140
7158
|
},
|
|
7159
|
+
{
|
|
7160
|
+
"pattern": "graph-stat-*",
|
|
7161
|
+
"files": [
|
|
7162
|
+
"src/components/RepoDetailPage.tsx"
|
|
7163
|
+
]
|
|
7164
|
+
},
|
|
7141
7165
|
{
|
|
7142
7166
|
"pattern": "launch-entity-*",
|
|
7143
7167
|
"files": [
|
package/package.json
CHANGED