@kolkrabbi/kol-component 0.69.0 → 0.69.1
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.69.
|
|
3
|
+
"version": "0.69.1",
|
|
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",
|
|
@@ -4,6 +4,12 @@ import { Icon } from '@kolkrabbi/kol-icons'
|
|
|
4
4
|
* check can't see) plus the same-file SelectIndicator. */
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
+
* @deprecated 2026-08-26 — absorbed by `ContentCard variant="default"` in @kolkrabbi/kol-component
|
|
8
|
+
* (the Content Set, 2026-08-15). Step 1 of the retirement wave: this export
|
|
9
|
+
* stays and renders unchanged until the next major, then it is removed.
|
|
10
|
+
* Consumers: swap on your next bump. Map + row-by-row diff:
|
|
11
|
+
* docs/documentation/03-components/06-content-card-system.md.
|
|
12
|
+
*
|
|
7
13
|
* SelectIndicator — passive square check indicator for multi-select rows and
|
|
8
14
|
* cards. `on` = checked. Deliberately NOT ToggleCheckbox: that is a labeled
|
|
9
15
|
* form control with a real <input>, which double-fires inside a click-target
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { SelectIndicator } from './MediaCard.jsx'
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
+
* @deprecated 2026-08-26 — absorbed by `ContentRow variant="default"` in @kolkrabbi/kol-component
|
|
5
|
+
* (the Content Set, 2026-08-15). Step 1 of the retirement wave: this export
|
|
6
|
+
* stays and renders unchanged until the next major, then it is removed.
|
|
7
|
+
* Consumers: swap on your next bump. Map + row-by-row diff:
|
|
8
|
+
* docs/documentation/03-components/06-content-card-system.md.
|
|
9
|
+
*
|
|
4
10
|
* MediaRow — list row for one media object: optional select checkbox, small
|
|
5
11
|
* thumbnail, name (flex), fixed-width date + size columns, then actions.
|
|
6
12
|
* The list-view counterpart to MediaCard (same slot contract).
|