@klodd/ds 3.20.0 → 3.20.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.
@@ -327,7 +327,9 @@
327
327
  --card-bg: var(--surface-default);
328
328
  --card-bg-elevated: var(--surface-raised);
329
329
  --card-border-color: var(--border-subtle);
330
- --card-radius: var(--radius-20);
330
+ /* 2026-05-13: --card-radius borttaget. Var --radius-20 (legacy) men
331
+ ingen komponent konsumerade tokenet. Kort-komponenter anvander
332
+ var(--radius-14) direkt enligt BR-skalan. */
331
333
  --card-padding-x: var(--space-18);
332
334
  --card-padding-y: var(--space-16);
333
335
  --card-margin-bottom: var(--space-14);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {