@kolkrabbi/kol-theme 0.107.0 → 0.109.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.
- package/kol-components-molecules.css +10 -1
- package/package.json +1 -1
|
@@ -1324,7 +1324,16 @@
|
|
|
1324
1324
|
* ink `fg-96`. `.kol-tone-inverse` stays selected for any class
|
|
1325
1325
|
* hand-stamped on the old name.
|
|
1326
1326
|
* ───────────────────────────────────────────────────────────────────── */
|
|
1327
|
-
/*
|
|
1327
|
+
/* ⚠️ `SunkenWellEatenByPageWash` IS NOT SOLVED HERE — see the ticket.
|
|
1328
|
+
* On 2026-08-30 these rules briefly painted `--kol-shell-page-wash` as a
|
|
1329
|
+
* background layer so the well would track a washed page. That was the wrong
|
|
1330
|
+
* layer (user: *"we are talking about components, wash affects background"*):
|
|
1331
|
+
* a control has no business reproducing a page-level film, and portalling
|
|
1332
|
+
* proved it — `.kol-dd-panel` renders at document.body, could not inherit the
|
|
1333
|
+
* property, and drew a different colour from its own trigger. Reverted.
|
|
1334
|
+
* The collision is a PAGE/token question and belongs there.
|
|
1335
|
+
*
|
|
1336
|
+
* THE SUNKEN TONE IS `surface-tertiary`, NOT `oq-inverse-96` (measured on
|
|
1328
1337
|
* kol-fxr's /settings, 2026-08-30). The whole set read `--kol-oq-inverse-96`,
|
|
1329
1338
|
* which is `color-mix(#0e0e11 96%, #fcfbf8)` — four percent of near-WHITE mixed
|
|
1330
1339
|
* in. On the dark theme that lands at luminance **23.7 against an 18.2 page**:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.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",
|