@kolkrabbi/kol-theme 0.66.0 → 0.68.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-shell.css +8 -0
- package/kol-type-mono-classes.css +29 -0
- package/kol-type-roles.css +3 -1
- package/package.json +1 -1
package/kol-components-shell.css
CHANGED
|
@@ -75,3 +75,11 @@
|
|
|
75
75
|
transform: scale(0.3);
|
|
76
76
|
transform-origin: top left;
|
|
77
77
|
}
|
|
78
|
+
|
|
79
|
+
/* THE APP TIER'S SELECTION IS NEUTRAL (ShellHomeSystem, 2026-08-27): kol-framework
|
|
80
|
+
* paints ::selection brand-yellow, which is a SITE's; an app is not a site.
|
|
81
|
+
* AppShell wraps its tree in `.kol-app-shell`. */
|
|
82
|
+
.kol-app-shell ::selection {
|
|
83
|
+
background-color: var(--kol-fg-24);
|
|
84
|
+
color: inherit;
|
|
85
|
+
}
|
|
@@ -59,6 +59,35 @@
|
|
|
59
59
|
font-weight: 400;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
+
/* =============================================================================
|
|
63
|
+
* MONO HEADING ROLES — the app tier's masthead voice (PageHeaderMonoTitle,
|
|
64
|
+
* kol-fxr 2026-08-27; user ruling: kol-monitor's deployed masthead — JetBrains
|
|
65
|
+
* Mono 32 / 500 — is the look for the app tier). Three rungs mirroring the
|
|
66
|
+
* sans roles PageHeader's sizes ride: heading-03 (32), display-03, display-02,
|
|
67
|
+
* mono at weight 500. `PageHeader voice="mono"` wears them.
|
|
68
|
+
* ============================================================================= */
|
|
69
|
+
|
|
70
|
+
.kol-mono-heading-03 {
|
|
71
|
+
font-family: var(--kol-font-family-mono);
|
|
72
|
+
font-size: var(--kol-text-heading-03);
|
|
73
|
+
line-height: 110%;
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.kol-mono-display-03 {
|
|
78
|
+
font-family: var(--kol-font-family-mono);
|
|
79
|
+
font-size: var(--kol-text-display-03);
|
|
80
|
+
line-height: 100%;
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.kol-mono-display-02 {
|
|
85
|
+
font-family: var(--kol-font-family-mono);
|
|
86
|
+
font-size: var(--kol-text-display-02);
|
|
87
|
+
line-height: 100%;
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
}
|
|
90
|
+
|
|
62
91
|
/* =============================================================================
|
|
63
92
|
* LABEL SCALE — single-line labels. Weight 500 (medium), no leading,
|
|
64
93
|
* letter-spaced. For label/value pairs at the same size where the label needs
|
package/kol-type-roles.css
CHANGED
|
@@ -275,6 +275,9 @@
|
|
|
275
275
|
* good practice?"). `kol-eyebrow` is the role — mono 12 · 500 · 0.06em ·
|
|
276
276
|
* uppercase · fg-64; the slot is `eyebrow` on ContentText and SectionText.
|
|
277
277
|
* `kol-card-kicker` is the alias below, on the retirement ledger. */
|
|
278
|
+
/* NO ink on the role (ShellHomeSystem, 2026-08-27): type roles set type, not
|
|
279
|
+
* colour — a baked fg-64 outranked every ink utility beside it. Consumers that
|
|
280
|
+
* relied on the 64 pass `text-body`; the `kol-card-kicker` alias keeps it. */
|
|
278
281
|
.kol-eyebrow {
|
|
279
282
|
font-family: var(--kol-font-family-mono);
|
|
280
283
|
font-size: 12px;
|
|
@@ -282,7 +285,6 @@
|
|
|
282
285
|
font-weight: 500;
|
|
283
286
|
letter-spacing: 0.06em;
|
|
284
287
|
text-transform: uppercase;
|
|
285
|
-
color: var(--kol-fg-64);
|
|
286
288
|
}
|
|
287
289
|
|
|
288
290
|
/* @deprecated 2026-08-27 → kol-eyebrow */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.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",
|