@klodd/ds 3.17.1 → 3.17.2

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.
@@ -356,10 +356,12 @@
356
356
  /* Tx-row */
357
357
  --tx-icon-size: 36px;
358
358
 
359
- /* Hero amount sizes (kontextuellt overriden i media queries). */
360
- --hero-amount-fz: var(--fs-80);
359
+ /* Hero amount sizes (kontextuellt overriden i media queries).
360
+ 2026-05-13: --hero-amount-fz: fs-80 → fs-100 (25% storre).
361
+ --hero-amount-fluid: clamp ovre tak 80 → 100 for matchning. */
362
+ --hero-amount-fz: var(--fs-100);
361
363
  --hero-amount-card-fz: var(--fs-40);
362
- --hero-amount-fluid: clamp(40px, 12vw, 80px);
364
+ --hero-amount-fluid: clamp(40px, 14vw, 100px);
363
365
  }
364
366
 
365
367
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.17.1",
3
+ "version": "3.17.2",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {