@kolkrabbi/kol-theme 0.110.0 → 0.111.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.
@@ -74,11 +74,18 @@
74
74
  * flips toward the ground, `oq-ab-96` IS the well everywhere — 245 under a
75
75
  * 250 page in light, 10 under an 18 page in dark. The per-theme alias this
76
76
  * replaced was the tell that the ladder underneath was wrong. */
77
- /* THE POLE ITSELF (user 2026-08-30: *"in light mode we could fix the sunken
78
- * to use fff? fully white?"*). `100` is the ab ladder's endpoint — the ground
79
- * pole, no mix — so the well is pure #ffffff in light and pure #000000 in
80
- * dark, and it is still ONE token because `ab` flips toward the ground.
81
- * A washed page cannot close this gap the way it closed the 96 rung. */
77
+ /* ASYMMETRIC BY RULING (user 2026-08-30: pure white in light, the 96 rung in
78
+ * dark *"I really only wanted that extreme for light"*).
79
+ *
80
+ * LIGHT takes the pole, `oq-ab-100` = #ffffff. A page wash moves 250 → 245,
81
+ * and at the old 96 rung the well was ALSO 245 — the collision this closes.
82
+ * At the pole the gap is 10 and no wash rung can reach it.
83
+ * DARK stays at `oq-ab-96` = 10 under an 18 page. Pure #000 was a 23-level
84
+ * step and too deep; dark never had the collision anyway, because its wash is
85
+ * a white film that moves the page AWAY from the well.
86
+ *
87
+ * Two declarations, not one. The single-token version was my elegance, not a
88
+ * requirement — the two themes want different depths and that is allowed. */
82
89
  --kol-surface-sunken: var(--kol-oq-ab-100);
83
90
 
84
91
  --kol-surface-inverse: #0e0e11;
@@ -107,6 +114,8 @@
107
114
  --kol-surface-on-secondary: #f8f8f8;
108
115
 
109
116
  --kol-surface-tertiary: #0e0e11;
117
+ /* the well is the 96 rung in dark, not the pole — see the light block */
118
+ --kol-surface-sunken: var(--kol-oq-ab-96);
110
119
  --kol-surface-on-tertiary: #ffffff;
111
120
 
112
121
 
@@ -153,6 +162,8 @@
153
162
  --kol-surface-on-secondary: #f8f8f8;
154
163
 
155
164
  --kol-surface-tertiary: #0e0e11;
165
+ /* the well is the 96 rung in dark, not the pole — see the light block */
166
+ --kol-surface-sunken: var(--kol-oq-ab-96);
156
167
  --kol-surface-on-tertiary: #ffffff;
157
168
 
158
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.110.0",
3
+ "version": "0.111.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",