@validation-os/dashboard 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -1776,6 +1776,7 @@ textarea.vos-input {
1776
1776
  .vos-radio input {
1777
1777
  margin-top: 2px;
1778
1778
  accent-color: var(--vos-accent);
1779
+ }
1779
1780
  .vos-chip {
1780
1781
  display: inline-flex;
1781
1782
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@validation-os/dashboard",
3
- "version": "0.6.0",
3
+ "version": "0.6.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.6.0"
25
+ "@validation-os/core": "0.6.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=18",