@klodd/ds 3.3.0 → 3.3.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.
@@ -272,7 +272,6 @@
272
272
  "Inter", "SF Pro Display", -apple-system,
273
273
  system-ui, "Segoe UI", Roboto, "Helvetica Neue",
274
274
  Arial, sans-serif;
275
- --font-numeric: var(--font-sans);
276
275
  --font-mono:
277
276
  "SF Mono", "Geist Mono", ui-monospace,
278
277
  SFMono-Regular, Menlo, Monaco, "Cascadia Code",
@@ -208,7 +208,7 @@
208
208
  /* Danger (rod, separat fran negative). Anvand for: delete-knappar,
209
209
  destructive bekraftelser. Skiljer sig fran --negative for att markera
210
210
  IRREVERSIBEL aktion vs faktiskt negativt belopp. */
211
- --accent-danger: oklch(0.62 0.215 25);
211
+ --accent-danger: var(--red-9);
212
212
  --accent-danger-dim: color-mix(in oklch, var(--accent-danger) 8%, transparent);
213
213
  --accent-danger-border: color-mix(in oklch, var(--accent-danger) 35%, transparent);
214
214
 
@@ -473,8 +473,8 @@
473
473
  --radius-4xl: var(--radius-24);
474
474
  --radius-pill: var(--radius-full);
475
475
 
476
- /* Font-weight - --fw-semibold mappas till --fw-medium per 400/500-policy. */
477
- --fw-semibold: var(--fw-medium);
476
+ /* Font-weight: --fw-semibold borttagen 2026-05-07 per 400/500-policy.
477
+ Aktiva call-sites bytte till var(--fw-medium) explicit. Se DECISIONS.md. */
478
478
 
479
479
  /* Kategori-paletter (Ekonom-only). Behalls for shared-tokens-paritet
480
480
  med Ekonom-repot, oanvanda i Jubb. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v2.0 inkluderar all komponentkod och delad JS - app-repona haller bara data och affarslogik.",
5
5
  "main": "css/index.css",
6
6
  "files": [