@kolkrabbi/kol-theme 0.144.0 → 0.145.0

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.
@@ -1580,11 +1580,28 @@
1580
1580
  --kol-tone-image: none;
1581
1581
  --kol-tone-fg: var(--kol-surface-on-primary);
1582
1582
  --kol-tone-border: transparent;
1583
- --kol-tone-hover-bg: var(--kol-oq-08);
1583
+ /* HOVER GOES DEEPER, NOT GREYER (editor-chrome-review 15, kol-fxr 2026-09-03
1584
+ * — user: *"this button tone primary, has werid hover state … should not grey
1585
+ * - should go deeper"*). It was `oq-08`, and `oq-*` flips toward the INK, so
1586
+ * in dark it LIGHTENED toward grey. The `ab` family is the one that flips
1587
+ * toward the GROUND in both themes — `oq-ab-96` is the well, 245 under a 250
1588
+ * page and 10 under an 18 page — so the step is measured DOWN from the page.
1589
+ *
1590
+ * ⚠ The rungs are read from the ground: 96 is four off it, 88 twelve. A
1591
+ * literal `oq-ab-04` is the FAR pole — near-black in light, near-WHITE in
1592
+ * dark — so the low numbers are the opposite of deeper and must not be used
1593
+ * for this.
1594
+ *
1595
+ * ONE STEP IS A TWO-STATE BUDGET (his ruling, and it generalises past this
1596
+ * button): *"whatever it is cut it in half, so if 8 then 4 … bc there are
1597
+ * hover and selected state"*. Hover takes the shallow rung and active the
1598
+ * next, so the two step instead of colliding. There is no 92 on this ladder,
1599
+ * so it is 96 → 88 rather than an exact halving. */
1600
+ --kol-tone-hover-bg: var(--kol-oq-ab-96);
1584
1601
  --kol-tone-hover-image: none;
1585
1602
  --kol-tone-hover-fg: var(--kol-surface-on-primary);
1586
1603
  --kol-tone-hover-border: transparent;
1587
- --kol-tone-active-bg: var(--kol-oq-16);
1604
+ --kol-tone-active-bg: var(--kol-oq-ab-88);
1588
1605
  --kol-tone-active-image: none;
1589
1606
  --kol-tone-pressed-bg: var(--kol-surface-on-primary);
1590
1607
  --kol-tone-pressed-image: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.144.0",
3
+ "version": "0.145.0",
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",