@kolkrabbi/kol-component 0.140.0 → 0.141.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/package.json +1 -1
- package/src/molecules/ContentRow.jsx +10 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-component",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.141.0",
|
|
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",
|
|
@@ -87,8 +87,16 @@ const BOX = {
|
|
|
87
87
|
* variant NAME — so the two boxes agreed on every number and still disagreed
|
|
88
88
|
* about the vertical spread. Deriving one box from another while a second map
|
|
89
89
|
* is keyed by name is the drift the derive was meant to end. */
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
/* NO `hover` KEY (TypefaceRowHoverBg, kol-website 2026-08-30, the third
|
|
91
|
+
* pass on this row). `showcase` has `frameHover` and no `hover` at all, so a
|
|
92
|
+
* work row answers a pointer with a border step alone; this row also washed
|
|
93
|
+
* its background and read as a different interaction from every other listing.
|
|
94
|
+
*
|
|
95
|
+
* The three passes are the lesson: the ask was "make it look like /work" and
|
|
96
|
+
* each ticket named only the state someone had looked at — rest colours, then
|
|
97
|
+
* the derive's collateral, then this. When a user says make X look like Y,
|
|
98
|
+
* diff EVERY state: rest, hover, selected, focus. */
|
|
99
|
+
bg: 'var(--kol-surface-secondary)', frame: 'transparent', frameHover: 'var(--kol-fg-08)' },
|
|
92
100
|
}
|
|
93
101
|
|
|
94
102
|
/* `default` → `file` (user 2026-08-29). The variant was named after being the
|