@kolkrabbi/kol-theme 0.57.0 → 0.57.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.
|
@@ -289,8 +289,11 @@
|
|
|
289
289
|
text-transform: uppercase;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.kol-
|
|
293
|
-
|
|
292
|
+
/* .kol-section-text-label — RETIRED 0.57.1 (SectionTextLabelVoice): the
|
|
293
|
+
* family's label wears the hero's helper-12 / meta voice now, as utilities on
|
|
294
|
+
* the element; this mono-18 accent kicker paints only a consumer's own
|
|
295
|
+
* `.kol-feature-split-kicker` until the next major. */
|
|
296
|
+
.kol-feature-split-kicker {
|
|
294
297
|
font-family: var(--kol-font-family-mono, monospace);
|
|
295
298
|
font-size: 18px;
|
|
296
299
|
font-weight: 600;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.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",
|