@klodd/ds 5.15.6 → 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.
@@ -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.6",
3
+ "version": "5.15.7",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {