@bonniernews/dn-design-system-web 6.0.2 → 6.0.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 6.0.3 (2023-10-02)
7
+
8
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
9
+
10
+
11
+
12
+
13
+
6
14
  ## 6.0.2 (2023-10-02)
7
15
 
8
16
 
@@ -138,7 +138,7 @@ $typographyTokensScreenExtraLarge: (
138
138
  lineHeight: 20,
139
139
  fontSize: 16,
140
140
  fontFamily: "DN Serif Text",
141
- fontWeight: Regular,
141
+ fontWeight: Medium,
142
142
  fontStyle: italic
143
143
  ),
144
144
  expressive-heading01italicsemibold: (
@@ -21,7 +21,7 @@ $typographyTokensScreenLarge: (
21
21
  lineHeight: 20,
22
22
  fontSize: 16,
23
23
  fontFamily: "DN Serif Text",
24
- fontWeight: Regular,
24
+ fontWeight: Medium,
25
25
  fontStyle: italic
26
26
  ),
27
27
  expressive-heading01italicsemibold: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",