@kolkrabbi/kol-theme 0.61.0 → 0.62.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-atoms.css +12 -0
- package/package.json +1 -1
package/kol-components-atoms.css
CHANGED
|
@@ -612,6 +612,18 @@
|
|
|
612
612
|
opacity: 1;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
+
/* ON MEDIA (ContentFiltersCollection, kol-r2b2 2026-08-27): a hairline box
|
|
616
|
+
* over a photo nearly vanishes unchecked — the same reason .kol-media-control
|
|
617
|
+
* carries its own fill. The unchecked box takes that plate; checked is
|
|
618
|
+
* unchanged (white plate, black check). */
|
|
619
|
+
.toggle-checkbox--media .toggle-checkbox-indicator {
|
|
620
|
+
background-color: var(--kol-oq-12);
|
|
621
|
+
border-color: transparent;
|
|
622
|
+
}
|
|
623
|
+
.toggle-checkbox--media.is-active .toggle-checkbox-indicator {
|
|
624
|
+
background-color: var(--kol-color-absolute-white);
|
|
625
|
+
}
|
|
626
|
+
|
|
615
627
|
|
|
616
628
|
/* ═══════════════════════════════════════════════════════════════
|
|
617
629
|
* Slider — molecules/Slider.jsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.62.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",
|