@klodd/ds 3.5.2 → 3.5.3

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/SKILL.md CHANGED
@@ -97,11 +97,12 @@ En källa, alla projekt ser samma skill automatiskt. Ändringar i
97
97
  `~/dev/klodd-ds/SKILL.md`, `POLICY.md` eller `references/` syns
98
98
  omedelbart i nästa CC-session - ingen synk-fas behövs.
99
99
 
100
- Updated: 2026-05-08 (matchar @klodd/ds 3.5.2 - sprint C fas 1: ny
100
+ Updated: 2026-05-09 (matchar @klodd/ds 3.5.3 - sprint C fas 1+2: ny
101
101
  sheet-content.css-komponent (24 BEM-klasser för Sprint-65-pattern),
102
102
  foreman-typografi-utokning (.text-caption/-tiny/-num/-num--display/-positive/-warning),
103
- btn-modifiers (--block, --add), och utokningar i panel/setting-row/chip).
103
+ btn-modifiers (--block, --add), .heading (17px medium tight), och utokningar
104
+ i panel/setting-row/chip.
104
105
  v3.5.2 rattade .panel--attention__pill (felaktig BEM) till .panel__pill +
105
106
  context-styling via .panel--attention .panel__pill.
106
- ds/components.css raderingen i Ekonom rollback:ad samma kvall efter audit -
107
- template-migration (sprint C fas 2) ar nasta steg.)
107
+ v3.5.3 lagger till .heading-utan-N (17px) for dialog-titlar och sheet-rubriker.
108
+ Sprint C fas 2 template-migration pagaar.)
@@ -62,6 +62,18 @@
62
62
  text-transform: uppercase;
63
63
  }
64
64
 
65
+ /* .heading (utan -N) - 17px medium tight. Anvands for sheet-titlar
66
+ och dialog-titlar dar .heading-2 (18px) ar for stort och .heading-3
67
+ (15px) for litet. Tillagd v3.5.3 (2026-05-09) - tackar in .heading-
68
+ forekomster som tidigare bodde i Ekonoms components.css. */
69
+ .heading {
70
+ font-size: var(--fs-17);
71
+ font-weight: var(--fw-medium);
72
+ line-height: var(--lh-tight);
73
+ letter-spacing: var(--ls-tight);
74
+ color: var(--text-default);
75
+ }
76
+
65
77
 
66
78
  /* ================================================================
67
79
  ==== BRODTEXT (storleksbaserad)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.5.2",
4
- "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.5.2 (2026-05-08): rattade .panel--attention__pill (felaktig blandad modifier-element-BEM) till .panel__pill med context-styling via .panel--attention .panel__pill. Stricter BEM-konvention.",
3
+ "version": "3.5.3",
4
+ "description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v3.5.3 (2026-05-09): tillagg .heading (17px medium tight) i base/typography.css for dialog-titlar och sheet-rubriker. Tackar luckan mellan .heading-2 (18px) och .heading-3 (15px) - matchar Ekonoms gamla .heading-class.",
5
5
  "main": "css/index.css",
6
6
  "bin": {
7
7
  "klodd-ds": "./bin/klodd-ds.js"