@kolkrabbi/kol-component 0.91.1 → 0.91.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-component",
|
|
3
|
-
"version": "0.91.
|
|
3
|
+
"version": "0.91.2",
|
|
4
4
|
"description": "KOL design-system components — atoms through organisms, emitting canonical kol-* classes. Pairs with @kolkrabbi/kol-theme for styling.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -69,8 +69,10 @@ const RAMP = {
|
|
|
69
69
|
* 2026-08-27): ListingCard size="hero"'s text, read off Stack — kicker in
|
|
70
70
|
* the helper-16 voice, title on display-03 (Stack's ruled hero title),
|
|
71
71
|
* body mono-14. One emphasis (the title), everything else meta/body. */
|
|
72
|
-
/*
|
|
73
|
-
|
|
72
|
+
/* the SAME voices as the article card under it — kicker, body, meta — only
|
|
73
|
+
* the title steps up (display-03, UPPERCASE). No clamps (user 2026-08-27:
|
|
74
|
+
* "you dont clamp anything"). */
|
|
75
|
+
hero: { kicker: 'kol-mono-12 text-meta', title: 'kol-sans-display-03 text-emphasis uppercase kol-content-title-dim', body: 'kol-mono-14 text-body', date: 'kol-mono-12 text-meta', size: 'kol-mono-12 text-meta', tags: 'flex flex-wrap gap-2' },
|
|
74
76
|
},
|
|
75
77
|
work: {
|
|
76
78
|
/* INVERSE ink — the card's plate is the drawer, `surface-inverse`. Leaving
|