@klodd/ds 3.11.1 → 3.11.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.
@@ -127,6 +127,17 @@
127
127
  color: var(--text-muted);
128
128
  }
129
129
 
130
+ /* Page-end muted text (status-rader, fotnoter under huvudinnehåll).
131
+ Skiljer sig från .text-meta genom större fs (12px) + relaxed lh
132
+ för flerradig läsbarhet + page-end-padding så raden andas mot
133
+ bottom-nav-zonen utan att kräva egen wrapper. */
134
+ .muted-footer-text {
135
+ font-size: var(--fs-12);
136
+ color: var(--text-muted);
137
+ padding: var(--space-16) var(--space-16) var(--space-8);
138
+ line-height: var(--lh-relaxed);
139
+ }
140
+
130
141
  .text-mono {
131
142
  font-family: var(--font-mono);
132
143
  font-size: var(--fs-12);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {