@klodd/ds 5.15.5 → 5.15.7

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.
@@ -422,7 +422,7 @@
422
422
  --max-w-desktop: 1280px;
423
423
 
424
424
  --content-max-narrow: 480px; /* .main-content--narrow */
425
- --content-max-default: 600px; /* .main-content (default) */
425
+ --content-max-default: 680px; /* .main-content (default) - 2026-05-26: bumpad fran 600px, mer lasbar desktop-kolumn utan att bryta mobil */
426
426
  --content-max-wide: 800px; /* .main-content--wide */
427
427
 
428
428
  /* Matt-constraints for komponenters width/height. */
@@ -169,14 +169,19 @@
169
169
  color: var(--text-muted);
170
170
  }
171
171
 
172
- /* Mycket liten uppercase-tracker (10px). Anvands for category-rubriker,
173
- meta-info ovanfor titel etc. Liknande tracking som .heading-4 men
174
- mindre. */
172
+ /* Mycket liten tracker-text (10px). Anvands for meta-info ovanfor
173
+ titel, sma etiketter etc. Latt letter-spacing for last-vanlighet
174
+ pa low fs.
175
+
176
+ 2026-05-26: text-transform: uppercase borttagen. Case ar ett
177
+ presentationsval som tillhor specifik kontext (table headers,
178
+ .heading-4 micro-tracker) - en utility-class for liten text
179
+ ska inte forcera case. Konsumenter som vill ha ALL-CAPS lagger
180
+ text-transform pa egen anvandning. */
175
181
  .text-tiny {
176
182
  font-size: var(--fs-10);
177
183
  font-weight: var(--fw-medium);
178
184
  letter-spacing: 0.08em;
179
- text-transform: uppercase;
180
185
  color: var(--text-muted);
181
186
  }
182
187
 
@@ -1,10 +1,15 @@
1
1
  /* ================================================================
2
2
  components/avatar.css
3
- Cirkular initial-avatar. Modifier --lg pa profil-vyer.
3
+ Cirkular initial-avatar. Modifier --sm/--lg pa kompakta/profil-vyer.
4
+
5
+ 2026-05-26: bas-storlek 36px -> 44px via var(--touch-min).
6
+ Matchar WCAG AA tap-target (.avatar ar klickbar nar wrappad i <a>)
7
+ och .pwa-avatar-storleken (visuell harmoni mellan vanster/hoger
8
+ topbar-slot). --sm/--lg-varianter oforandrade.
4
9
  ================================================================ */
5
10
  .avatar {
6
- width: var(--circle-size);
7
- height: var(--circle-size);
11
+ width: var(--touch-min);
12
+ height: var(--touch-min);
8
13
  border-radius: var(--radius-full);
9
14
  background: linear-gradient(135deg, var(--accent-9) 0%, var(--accent-10) 100%);
10
15
  display: inline-flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "5.15.5",
3
+ "version": "5.15.7",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {