@klodd/ds 3.11.4 → 3.12.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.
@@ -297,10 +297,10 @@
297
297
  ================================================================ */
298
298
 
299
299
  /* Bottom-nav-hojd: enda kalla av sanning (konsoliderad 2026-05-07
300
- fran tidigare dubbel-definition i 00-primitives.css). Calc-baserad
301
- pa --touch-min + space sa den foljer designsystem-andringar
302
- automatiskt. */
303
- --bottom-nav-height: calc(var(--touch-min) + var(--space-12));
300
+ fran tidigare dubbel-definition i 00-primitives.css). Hojd 72px
301
+ 2026-05-11 for att inner pill-active-state (--accent-a3-fyll med
302
+ border-radius full) ska fa visuellt luftrum mot pillens border. */
303
+ --bottom-nav-height: 72px;
304
304
 
305
305
  /* Bottom-nav-clearance: utrymme under nav for fixed-positioning +
306
306
  safe-area pa iPhone notch-modeller. Anvands som body padding-bottom
@@ -47,13 +47,16 @@
47
47
  }
48
48
 
49
49
  .bottom-nav__item {
50
+ flex: 1;
50
51
  display: flex;
51
52
  flex-direction: column;
52
53
  align-items: center;
53
54
  justify-content: center;
54
55
  gap: var(--space-4);
55
56
  min-height: var(--touch-min);
56
- padding: var(--space-8) var(--space-6);
57
+ padding-block: var(--space-8);
58
+ padding-inline: var(--space-12);
59
+ text-align: center;
57
60
  font-size: var(--fs-10);
58
61
  font-weight: var(--fw-medium);
59
62
  color: var(--text-muted);
@@ -89,7 +92,9 @@
89
92
  }
90
93
 
91
94
  .bottom-nav__item--active {
92
- color: var(--accent-text);
95
+ background: var(--accent-a3);
96
+ border-radius: var(--radius-full);
97
+ color: var(--text-default);
93
98
  }
94
99
 
95
100
  .bottom-nav__item .icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.11.4",
3
+ "version": "3.12.1",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {