@kolkrabbi/kol-theme 0.11.6 → 0.11.7

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.
@@ -314,7 +314,7 @@
314
314
  * navigation is location, not a toggled tool. */
315
315
  .kol-btn-nav {
316
316
  background: transparent;
317
- color: var(--kol-oq-48);
317
+ color: var(--kol-oq-64);
318
318
  border: 1px solid transparent;
319
319
  }
320
320
  @media (hover: hover) {
@@ -323,9 +323,11 @@
323
323
  color: var(--kol-surface-on-primary);
324
324
  }
325
325
  }
326
+ /* active = brightness only (0.11.7, user-ordered): quiet chrome states ride
327
+ * the opacity ladder — a background block is pressed-tool language, not
328
+ * location. Hover keeps its transient wash (feedback, not state). */
326
329
  .kol-btn-nav[aria-current="page"] {
327
- background-color: var(--kol-oq-08);
328
- color: var(--kol-surface-on-primary);
330
+ color: var(--kol-oq-88);
329
331
  }
330
332
  /* square box comes from .kol-btn-icon (geometry, all variants) — no
331
333
  * nav-specific padding rules needed */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
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",