@kolkrabbi/kol-component 0.28.0 → 0.28.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.28.0",
3
+ "version": "0.28.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",
@@ -184,9 +184,9 @@ export default function RecordManager({
184
184
  render: (row) => {
185
185
  const i = rows.indexOf(row)
186
186
  return (
187
- {/* REST-VISIBLE (2026-08-09 — "Im looking for this handle"): the
188
- * reference draws the grip dim at rest; hover-only hid the whole
189
- * reorder affordance. */}
187
+ /* REST-VISIBLE (2026-08-09 — "Im looking for this handle"): the
188
+ * reference draws the grip dim at rest; hover-only hid the whole
189
+ * reorder affordance. */
190
190
  <button
191
191
  type="button"
192
192
  aria-label={reorderLabel(i + 1)}