@kolkrabbi/kol-theme 0.35.0 → 0.36.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 +22 -0
- package/package.json +1 -1
|
@@ -509,6 +509,28 @@
|
|
|
509
509
|
outline-offset: -2px;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
+
/* Filled variant — the segmented state law (2026-08-12): every cell is a
|
|
513
|
+
* FILLED TILE (input surface tone) with 1px transparent gaps — never an
|
|
514
|
+
* outline shell around the group; the outlined treatment marks ONLY the
|
|
515
|
+
* selected cell (inset ring). Group radius clips the outer tile corners. */
|
|
516
|
+
.kol-seg--filled {
|
|
517
|
+
border: none;
|
|
518
|
+
gap: 1px;
|
|
519
|
+
background: transparent;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.kol-seg--filled .kol-seg-cell {
|
|
523
|
+
background: var(--kol-surface-secondary);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.kol-seg--filled .kol-seg-cell + .kol-seg-cell { border-left: none; }
|
|
527
|
+
|
|
528
|
+
.kol-seg--filled .kol-seg-cell.is-active {
|
|
529
|
+
background: var(--kol-surface-secondary);
|
|
530
|
+
box-shadow: inset 0 0 0 1px var(--kol-fg-24);
|
|
531
|
+
color: var(--kol-fg-emphasis);
|
|
532
|
+
}
|
|
533
|
+
|
|
512
534
|
/* =============================================================================
|
|
513
535
|
* Color-doc widget chrome — ColorRamp · SpectrumGrid
|
|
514
536
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.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",
|