@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.
- package/css/00-primitives.css +0 -1
- package/css/10-semantic.css +3 -3
- package/package.json +1 -1
package/css/00-primitives.css
CHANGED
|
@@ -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",
|
package/css/10-semantic.css
CHANGED
|
@@ -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:
|
|
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
|
|
477
|
-
|
|
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.
|
|
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": [
|