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

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,16 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [32.4.6](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@32.4.5...@bonniernews/dn-design-system-web@32.4.6) (2025-05-28)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **deps:** bump @react-native-community/datetimepicker from 8.2.0 to 8.4.1 ([#1754](https://github.com/BonnierNews/dn-design-system/issues/1754)) ([9adbdc4](https://github.com/BonnierNews/dn-design-system/commit/9adbdc44c3ce28d6c2df7b876248c6e8067d9888))
13
+ * **foundations:** update variables from Figma ([#1758](https://github.com/BonnierNews/dn-design-system/issues/1758)) ([be88105](https://github.com/BonnierNews/dn-design-system/commit/be88105da8e45a76907ccac821fb8b05f3cbb233))
14
+ * prerelease packages ([bd958d6](https://github.com/BonnierNews/dn-design-system/commit/bd958d60797773d1a0c8240c7b98ca43d15c8b03))
15
+ * prerelease packages ([fdcf2dc](https://github.com/BonnierNews/dn-design-system/commit/fdcf2dc066adf056dfc83338ada87fc3127bff92))
16
+
7
17
  ## [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
18
 
9
19
 
@@ -53,3 +53,4 @@ $ds-typography-detail-dropcap: 'detail-dropcap';
53
53
  $ds-typography-detail-direkt-header: 'detail-direkt-header';
54
54
  $ds-typography-detail-medryckare: 'detail-medryckare';
55
55
  $ds-typography-detail-direkt-body: 'detail-direkt-body';
56
+ $ds-typography-detail-direkt-header-v2: 'detail-direkt-header-v2';
@@ -390,5 +390,12 @@ $typographyScreenExtraLarge: (
390
390
  fontFamily: "DN Serif Text",
391
391
  fontSize: 18,
392
392
  fontWeight: Regular
393
+ ),
394
+ detail-direkt-header-v2: (
395
+ lineHeight: 1.1,
396
+ letterSpacing: 0,
397
+ fontFamily: "DN Serif Display",
398
+ fontSize: 40,
399
+ fontWeight: Bold
393
400
  )
394
401
  );
@@ -390,5 +390,12 @@ $typographyScreenLarge: (
390
390
  fontFamily: "DN Serif Text",
391
391
  fontSize: 18,
392
392
  fontWeight: Regular
393
+ ),
394
+ detail-direkt-header-v2: (
395
+ lineHeight: 1.1,
396
+ letterSpacing: 0,
397
+ fontFamily: "DN Serif Display",
398
+ fontSize: 40,
399
+ fontWeight: Bold
393
400
  )
394
401
  );
@@ -388,7 +388,14 @@ $typographyScreenSmall: (
388
388
  lineHeight: 1.5,
389
389
  letterSpacing: 0,
390
390
  fontFamily: "DN Serif Text",
391
- fontSize: 16,
391
+ fontSize: 18,
392
392
  fontWeight: Regular
393
+ ),
394
+ detail-direkt-header-v2: (
395
+ lineHeight: 1.1,
396
+ letterSpacing: 0,
397
+ fontFamily: "DN Serif Headline",
398
+ fontSize: 26,
399
+ fontWeight: Bold
393
400
  )
394
401
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "32.4.5",
3
+ "version": "32.4.6",
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",
@@ -53,5 +53,6 @@
53
53
  "detail-dropcap": "'detail-dropcap'",
54
54
  "detail-direkt-header": "'detail-direkt-header'",
55
55
  "detail-medryckare": "'detail-medryckare'",
56
- "detail-direkt-body": "'detail-direkt-body'"
56
+ "detail-direkt-body": "'detail-direkt-body'",
57
+ "detail-direkt-header-v2": "'detail-direkt-header-v2'"
57
58
  }