@kolkrabbi/kol-theme 0.11.24 → 0.11.25

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.
Files changed (2) hide show
  1. package/kol-color.css +5 -5
  2. package/package.json +1 -1
package/kol-color.css CHANGED
@@ -97,11 +97,11 @@
97
97
 
98
98
  /* =============================================================================
99
99
  * DARK MODE
100
- * Explicit dark-mode surface overrides ([data-theme="dark"], .dark) come from
101
- * kol-base-tokens.css. There is deliberately NO OS-preference auto-dark block:
102
- * user ruling 2026-07-15 (ledger 2.4) — light mode first until migration
103
- * completion; theme is decided only by an explicit data-theme. Reinstating
104
- * OS-follow is a user ruling, not a cleanup.
100
+ * Explicit dark-mode surface overrides ([data-theme="dark"], .dark) live in
101
+ * kol-base-tokens.css, alongside their system-follow MIRROR blocks
102
+ * (@media prefers-color-scheme gated on :root:not([data-theme]))USER law
103
+ * corrected 2026-07-28: explicit choice > system/auto > light. This file
104
+ * defines no dark rules of its own.
105
105
  * ============================================================================= */
106
106
 
107
107
  /* =============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.24",
3
+ "version": "0.11.25",
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",