@kolkrabbi/kol-theme 0.32.4 → 0.32.5
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.
|
@@ -300,6 +300,13 @@
|
|
|
300
300
|
color: var(--ui-info);
|
|
301
301
|
background-color: color-mix(in srgb, var(--ui-info) 15%, var(--kol-surface-primary));
|
|
302
302
|
}
|
|
303
|
+
/* --primary — the Dropdown-primary trigger's fill + ink on the pill box
|
|
304
|
+
* (select columns in record surfaces, user frame 2026-08-09: "use status
|
|
305
|
+
* pill, but same look as dropdown primary"). Values mirror .kol-btn-primary. */
|
|
306
|
+
.kol-status-chip--primary {
|
|
307
|
+
color: var(--kol-surface-on-primary);
|
|
308
|
+
background-color: var(--kol-surface-secondary);
|
|
309
|
+
}
|
|
303
310
|
|
|
304
311
|
/* inverse — the flipped chip. Mirrors .pill-inverse. */
|
|
305
312
|
.kol-tag--inverse {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.5",
|
|
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",
|