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

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.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
+
9
+
10
+ ### Maintenance
11
+
12
+ * **foundations:** update variables from Figma ([#1752](https://github.com/BonnierNews/dn-design-system/issues/1752)) ([01bd322](https://github.com/BonnierNews/dn-design-system/commit/01bd3228bc2d97f706c7838c65ecfd17d46a44c2))
13
+ * prerelease packages ([3ce8f13](https://github.com/BonnierNews/dn-design-system/commit/3ce8f13f0ea97d658ae6ec3e2a8441478a3101ed))
14
+
7
15
  ## [32.4.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.4.2...@bonniernews/dn-design-system-web@32.4.3) (2025-05-26)
8
16
 
9
17
 
@@ -374,8 +374,8 @@ $typographyScreenExtraLarge: (
374
374
  lineHeight: 1.1,
375
375
  letterSpacing: 0,
376
376
  fontFamily: "DN Serif Display",
377
- fontSize: 36,
378
- fontWeight: Bold
377
+ fontSize: 48,
378
+ fontWeight: Regular
379
379
  ),
380
380
  detail-medryckare: (
381
381
  lineHeight: 1.4,
@@ -374,8 +374,8 @@ $typographyScreenLarge: (
374
374
  lineHeight: 1.1,
375
375
  letterSpacing: 0,
376
376
  fontFamily: "DN Serif Display",
377
- fontSize: 36,
378
- fontWeight: Bold
377
+ fontSize: 49,
378
+ fontWeight: Regular
379
379
  ),
380
380
  detail-medryckare: (
381
381
  lineHeight: 1.4,
@@ -374,8 +374,8 @@ $typographyScreenSmall: (
374
374
  lineHeight: 1.1,
375
375
  letterSpacing: 0,
376
376
  fontFamily: "DN Serif Headline",
377
- fontSize: 26,
378
- fontWeight: Bold
377
+ fontSize: 32,
378
+ fontWeight: Regular
379
379
  ),
380
380
  detail-medryckare: (
381
381
  lineHeight: 1.4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "32.4.3",
3
+ "version": "32.4.4",
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",