@kolkrabbi/kol-theme 0.11.17 → 0.11.19

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.
@@ -52,13 +52,13 @@
52
52
  * cut-off data on narrow viewports. Edge shadows appear only on the
53
53
  * scrollable side (surface-colored covers ride the content and mask them
54
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) */
55
57
  background:
56
58
  linear-gradient(to right, var(--kol-surface-primary) 40%, transparent) left / 32px 100%,
57
- linear-gradient(to left, var(--kol-surface-primary) 40%, transparent) right / 32px 100%,
58
- linear-gradient(to right, var(--kol-fg-08), transparent) left / 10px 100%,
59
- linear-gradient(to left, var(--kol-fg-08), transparent) right / 10px 100%;
59
+ linear-gradient(to left, var(--kol-surface-primary) 40%, transparent) right / 32px 100%;
60
60
  background-repeat: no-repeat;
61
- background-attachment: local, local, scroll, scroll;
61
+ background-attachment: local, local;
62
62
  }
63
63
 
64
64
  .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.11.17",
3
+ "version": "0.11.19",
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",