@kolkrabbi/kol-theme 0.13.1 → 0.13.2
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.
|
@@ -483,10 +483,10 @@
|
|
|
483
483
|
|
|
484
484
|
/* the ONE chip — filename if present, else the language. In-flow above the
|
|
485
485
|
* code. VERBATIM from the live reference build (index-Bro9Jnn6.css). */
|
|
486
|
-
/* bare — the host owns the frame (PreviewCard Code tab);
|
|
487
|
-
*
|
|
486
|
+
/* bare — the host owns the frame (PreviewCard Code tab); the border/radius go,
|
|
487
|
+
* the CODE SURFACE stays (2026-07-30: a transparent bare block made the Code
|
|
488
|
+
* tab a different color from every other code surface on the page). */
|
|
488
489
|
.kol-codeblock--bare {
|
|
489
|
-
background: none;
|
|
490
490
|
border: none;
|
|
491
491
|
border-radius: 0;
|
|
492
492
|
}
|
|
@@ -376,11 +376,15 @@
|
|
|
376
376
|
CSS retains the descendant typography for figcaption + inline <code>.
|
|
377
377
|
═════════════════════════════════════════════════════════════════════ */
|
|
378
378
|
|
|
379
|
+
/* mono, upright (2026-07-30 user ruling) — the italic sans rode in with the
|
|
380
|
+
* styleguide raid unsanctioned; Right Grotesk's italic is a placeholder cut,
|
|
381
|
+
* not for use. Captions speak the doc-caption voice: mono 12, no slant. */
|
|
379
382
|
.kol-anatomy-sample figcaption {
|
|
380
383
|
margin-top: 12px;
|
|
384
|
+
font-family: var(--kol-font-family-mono);
|
|
381
385
|
font-size: 12px;
|
|
382
386
|
color: var(--kol-fg-48);
|
|
383
|
-
font-style:
|
|
387
|
+
font-style: normal;
|
|
384
388
|
}
|
|
385
389
|
|
|
386
390
|
.kol-anatomy-sample code {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
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",
|