@validation-os/dashboard 0.6.1 → 0.6.2

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 +13 -0
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -1532,6 +1532,13 @@ textarea.vos-input {
1532
1532
  margin: 0;
1533
1533
  }
1534
1534
  .vos-why-rank {
1535
+ margin: 0;
1536
+ padding: 0;
1537
+ list-style: none;
1538
+ display: flex;
1539
+ flex-direction: column;
1540
+ gap: 4px;
1541
+ }
1535
1542
  /* ── Record page (OPS-1286) ──────────────────────────────────────────────── */
1536
1543
  .vos-record-head {
1537
1544
  align-items: flex-start;
@@ -1630,6 +1637,12 @@ textarea.vos-input {
1630
1637
  font-weight: 600;
1631
1638
  }
1632
1639
  .vos-why-rank-title {
1640
+ flex: 1;
1641
+ min-width: 0;
1642
+ overflow: hidden;
1643
+ text-overflow: ellipsis;
1644
+ white-space: nowrap;
1645
+ }
1633
1646
  .vos-backlink {
1634
1647
  display: flex;
1635
1648
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@validation-os/dashboard",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
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.1"
25
+ "@validation-os/core": "0.6.2"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=18",