@kolkrabbi/kol-theme 0.11.13 → 0.11.14
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 +11 -5
- package/package.json +1 -1
|
@@ -459,12 +459,18 @@
|
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.kol-codeblock {
|
|
462
|
+
/* verbatim from the reference build's rule (user DevTools, 2026-07-28) */
|
|
463
|
+
background: var(--kol-surface-tertiary);
|
|
464
|
+
border: 1px solid var(--kol-border-default);
|
|
465
|
+
font-family: var(--kol-font-family-mono);
|
|
466
|
+
white-space: pre-wrap;
|
|
467
|
+
overflow-wrap: break-word;
|
|
468
|
+
border-radius: 4px;
|
|
469
|
+
padding: 1rem;
|
|
470
|
+
font-size: 14px;
|
|
471
|
+
line-height: 1.6;
|
|
462
472
|
position: relative;
|
|
463
|
-
|
|
464
|
-
border: 1px solid var(--kol-fg-16);
|
|
465
|
-
border-radius: var(--kol-radius-sm);
|
|
466
|
-
background: var(--kol-fg-04);
|
|
467
|
-
overflow: hidden;
|
|
473
|
+
overflow-x: auto;
|
|
468
474
|
}
|
|
469
475
|
|
|
470
476
|
/* the ONE chip — filename if present, else the language. In-flow above the code. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.14",
|
|
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",
|