@kolkrabbi/kol-theme 0.30.1 → 0.30.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.
@@ -48,17 +48,9 @@
48
48
  * audit finding 4); oq-* mirrors the same visual weight without alpha */
49
49
  border: 1px solid var(--kol-oq-08);
50
50
  border-radius: 4px;
51
- /* Scroll affordance: with the scrollbar hidden, a clipped table reads as
52
- * cut-off data on narrow viewports. Edge shadows appear only on the
53
- * scrollable side (surface-colored covers ride the content and mask them
54
- * at the extremes). */
55
- /* scroll edges: surface-colored FADE only — no shadow band (user ruling
56
- * 2026-07-28: the content dissolves into the background, no 3d edge) */
57
- background:
58
- linear-gradient(to right, var(--kol-surface-primary) 40%, transparent) left / 32px 100%,
59
- linear-gradient(to left, var(--kol-surface-primary) 40%, transparent) right / 32px 100%;
60
- background-repeat: no-repeat;
61
- background-attachment: local, local;
51
+ /* no scroll-edge paint the 2026-07-28 ruling bans shadow bands, and the
52
+ * surface-primary "cover" gradients that outlived it rendered as exactly
53
+ * that band on any non-primary surface (brand app dark, 2026-08-09) */
62
54
  }
63
55
 
64
56
  .kol-table-wrapper::-webkit-scrollbar { display: none; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.30.1",
3
+ "version": "0.30.2",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",