wicked-studio 0.5.7 → 0.5.8
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/assets/index-Clm0MXDF.js +544 -0
- package/dist/index.html +1 -1
- package/dist/testid-inventory.json +33 -3
- package/package.json +1 -1
- package/dist/assets/index-DShRtOy1.js +0 -544
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-Clm0MXDF.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.
|
|
11
|
+
"studioVersion": "0.5.8",
|
|
12
12
|
"counts": {
|
|
13
13
|
"files": 146,
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
14
|
+
"occurrences": 1300,
|
|
15
|
+
"static": 1121,
|
|
16
16
|
"dynamic": 61,
|
|
17
17
|
"computed": 7
|
|
18
18
|
},
|
|
@@ -583,18 +583,36 @@
|
|
|
583
583
|
"src/components/CampaignsPage.tsx"
|
|
584
584
|
]
|
|
585
585
|
},
|
|
586
|
+
{
|
|
587
|
+
"testId": "campaign-card-testset-more",
|
|
588
|
+
"files": [
|
|
589
|
+
"src/components/CampaignsPage.tsx"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
586
592
|
{
|
|
587
593
|
"testId": "campaign-card-testset-plan",
|
|
588
594
|
"files": [
|
|
589
595
|
"src/components/CampaignsPage.tsx"
|
|
590
596
|
]
|
|
591
597
|
},
|
|
598
|
+
{
|
|
599
|
+
"testId": "campaign-card-testset-pr",
|
|
600
|
+
"files": [
|
|
601
|
+
"src/components/CampaignsPage.tsx"
|
|
602
|
+
]
|
|
603
|
+
},
|
|
592
604
|
{
|
|
593
605
|
"testId": "campaign-card-testset-unverified",
|
|
594
606
|
"files": [
|
|
595
607
|
"src/components/CampaignsPage.tsx"
|
|
596
608
|
]
|
|
597
609
|
},
|
|
610
|
+
{
|
|
611
|
+
"testId": "campaign-card-testset-verified",
|
|
612
|
+
"files": [
|
|
613
|
+
"src/components/CampaignsPage.tsx"
|
|
614
|
+
]
|
|
615
|
+
},
|
|
598
616
|
{
|
|
599
617
|
"testId": "campaign-card-workflow",
|
|
600
618
|
"files": [
|
|
@@ -5146,6 +5164,12 @@
|
|
|
5146
5164
|
"src/components/ComposerContext.tsx"
|
|
5147
5165
|
]
|
|
5148
5166
|
},
|
|
5167
|
+
{
|
|
5168
|
+
"testId": "stat-context",
|
|
5169
|
+
"files": [
|
|
5170
|
+
"src/components/dashboardKit.tsx"
|
|
5171
|
+
]
|
|
5172
|
+
},
|
|
5149
5173
|
{
|
|
5150
5174
|
"testId": "stat-delta",
|
|
5151
5175
|
"files": [
|
|
@@ -6036,6 +6060,12 @@
|
|
|
6036
6060
|
"src/components/TestingLaunchPanel.tsx"
|
|
6037
6061
|
]
|
|
6038
6062
|
},
|
|
6063
|
+
{
|
|
6064
|
+
"testId": "testing-launch-filed-label",
|
|
6065
|
+
"files": [
|
|
6066
|
+
"src/components/TestingLaunchPanel.tsx"
|
|
6067
|
+
]
|
|
6068
|
+
},
|
|
6039
6069
|
{
|
|
6040
6070
|
"testId": "testing-launch-instructions",
|
|
6041
6071
|
"files": [
|
package/package.json
CHANGED