@kolkrabbi/kol-theme 0.9.0 → 0.9.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.
@@ -136,6 +136,18 @@
136
136
  z-index: 11; /* over the piece (its wrapper is z-10) */
137
137
  }
138
138
 
139
+ /* armed palette cell (edit mode) — same amber, unmissable */
140
+ .chess-palette--armed {
141
+ background-color: rgba(251, 191, 36, 0.35);
142
+ box-shadow: inset 0 0 0 2px rgba(251, 191, 36, 0.9);
143
+ }
144
+
145
+ /* sideline moves in notation carry the board's amber; color-mix keeps
146
+ * contrast on both themes (leans ink on light, cream on dark) */
147
+ .kol-btn.chess-notation-sideline {
148
+ color: color-mix(in srgb, #f59e0b 72%, var(--kol-surface-on-primary));
149
+ }
150
+
139
151
  .chess-board__coordinate-label {
140
152
  display: inline-flex;
141
153
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.9.0",
3
+ "version": "0.9.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",