@kolkrabbi/kol-theme 0.78.0 → 0.78.1
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.
|
@@ -1300,11 +1300,14 @@
|
|
|
1300
1300
|
*
|
|
1301
1301
|
* The chip is `fg-absolute-24` — theme-invariant black, as the icon well's
|
|
1302
1302
|
* active state already was — so it darkens on either theme; the active chip
|
|
1303
|
-
*
|
|
1303
|
+
* is the fg-16 ink wash (ruled on the page); a dark well wants a LIGHTER hover,
|
|
1304
1304
|
* so the inactive hover is an absolute-white wash.
|
|
1305
1305
|
* ───────────────────────────────────────────────────────────────────── */
|
|
1306
1306
|
.kol-view-toggle.kol-tone-inverse { background-color: var(--kol-fg-absolute-24); }
|
|
1307
|
-
|
|
1307
|
+
/* the active chip is the fg-16 INK WASH (user ruling 2026-08-27 on the live page — "why are you using
|
|
1308
|
+
* absolute transparent? just use bg-fg-16"; surface-tertiary sat BELOW secondary on the dark ramp):
|
|
1309
|
+
* it lifts off the fg-absolute-24 well on both themes */
|
|
1310
|
+
.kol-view-toggle.kol-tone-inverse > button[aria-pressed="true"] { background-color: var(--kol-fg-16); }
|
|
1308
1311
|
.kol-view-toggle.kol-tone-inverse > button:not([aria-pressed="true"]):hover { background-color: color-mix(in srgb, var(--kol-color-absolute-white) 8%, transparent); }
|
|
1309
1312
|
.kol-control.kol-tone-inverse { background-color: var(--kol-fg-absolute-24); }
|
|
1310
1313
|
.kol-expand.kol-tone-inverse { background-color: var(--kol-fg-absolute-24); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.1",
|
|
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",
|