@klodd/ds 5.2.2 → 5.2.3

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.
@@ -45,9 +45,9 @@
45
45
  sentence-case i template ("Din dagsbudget", inte "DIN DAGSBUDGET").
46
46
  Det matchar svensk grafisk konvention + var hero-hierarki kommer
47
47
  fran font-size och weight, inte fran caps. */
48
- font-size: var(--fs-12);
48
+ font-size: var(--fs-16);
49
49
  font-weight: var(--fw-medium);
50
- color: var(--text-muted);
50
+ color: var(--text-subtle);
51
51
  letter-spacing: var(--ls-tight);
52
52
  margin: 0 0 var(--space-12);
53
53
  }
@@ -106,7 +106,7 @@
106
106
 
107
107
  .hero__meta {
108
108
  font-size: var(--fs-13);
109
- color: var(--text-subtle);
109
+ color: var(--text-muted);
110
110
  margin: 0 0 var(--space-20);
111
111
  }
112
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {