@bonniernews/dn-design-system-web 32.4.4 → 32.4.5

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [32.4.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.4.4...@bonniernews/dn-design-system-web@32.4.5) (2025-05-26)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **foundations:** update variables from Figma ([#1753](https://github.com/BonnierNews/dn-design-system/issues/1753)) ([ed1073a](https://github.com/BonnierNews/dn-design-system/commit/ed1073ae9e76593a92ca85ea5a48eee38954b28e))
13
+ * prerelease packages ([b9b8448](https://github.com/BonnierNews/dn-design-system/commit/b9b8448d08c3ebef3f1da28afab35db58a30b4e2))
14
+
7
15
  ## [32.4.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.4.3...@bonniernews/dn-design-system-web@32.4.4) (2025-05-26)
8
16
 
9
17
 
@@ -374,7 +374,7 @@ $typographyScreenLarge: (
374
374
  lineHeight: 1.1,
375
375
  letterSpacing: 0,
376
376
  fontFamily: "DN Serif Display",
377
- fontSize: 49,
377
+ fontSize: 48,
378
378
  fontWeight: Regular
379
379
  ),
380
380
  detail-medryckare: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "32.4.4",
3
+ "version": "32.4.5",
4
4
  "description": "DN design system for web.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",