@validation-os/dashboard 0.7.0 → 0.7.1
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/styles.css +0 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -2274,7 +2274,6 @@ textarea.vos-input {
|
|
|
2274
2274
|
font-size: 13px;
|
|
2275
2275
|
color: var(--vos-text);
|
|
2276
2276
|
}
|
|
2277
|
-
}
|
|
2278
2277
|
|
|
2279
2278
|
/* ── Cross-surface cold start (OPS-1331) ────────────────────────────────── */
|
|
2280
2279
|
/* The shared first-run onboarding line — one tone across the two top-level
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validation-os/dashboard",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "React dashboard components + hooks for validation-os, consuming the DataProvider seam.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@validation-os/core": "0.7.
|
|
25
|
+
"@validation-os/core": "0.7.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=18",
|