@bonniernews/dn-design-system-web 3.0.0-alpha.6 → 3.0.0-alpha.8

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,23 @@
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
+ ## [3.0.0-alpha.8](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.7...@bonniernews/dn-design-system-web@3.0.0-alpha.8) (2023-03-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **web:** treat b as strong ([#722](https://github.com/BonnierNews/dn-design-system/issues/722)) ([8148ce9](https://github.com/BonnierNews/dn-design-system/commit/8148ce98e11827668858a1507ea69b8f122d8a83))
12
+
13
+
14
+
15
+ ## 3.0.0-alpha.7 (2023-03-10)
16
+
17
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
18
+
19
+
20
+
21
+
22
+
6
23
  ## [3.0.0-alpha.6](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.5...@bonniernews/dn-design-system-web@3.0.0-alpha.6) (2023-03-08)
7
24
 
8
25
 
@@ -31,7 +31,7 @@ $ds-btn-outlined__border-width: ds-metrics-border-width(x1);
31
31
  a {
32
32
  @include ds-link($ds-link-paragraph);
33
33
  }
34
-
34
+ b,
35
35
  strong {
36
36
  @include ds-typography($ds-typography-functional-body01semibold);
37
37
  color: $ds-color-text-primary;
@@ -62,6 +62,7 @@ $ds-btn-outlined__border-width: ds-metrics-border-width(x1);
62
62
 
63
63
  .ds-icon,
64
64
  .ds-disclaimer__body-html,
65
+ .ds-disclaimer__body-html b,
65
66
  .ds-disclaimer__body-html strong {
66
67
  color: $ds-color-static-black;
67
68
  }
@@ -52,6 +52,7 @@ $ds-factbox__max-height: 500px; // includes top/bottom spacing
52
52
  a {
53
53
  @include ds-link($ds-link-article-body);
54
54
  }
55
+ b,
55
56
  strong {
56
57
  @include ds-typography($ds-typography-functional-body02semibold);
57
58
  @at-root .ds-force-px#{&} {
@@ -120,8 +120,8 @@ $typographyTokensScreenLarge: (
120
120
  expressive-heading04regular: (
121
121
  fontFamily: "DN Serif 22",
122
122
  fontWeight: Regular,
123
- fontSize: 52,
124
- lineHeight: 48
123
+ fontSize: 48,
124
+ lineHeight: 52
125
125
  ),
126
126
  expressive-heading04semibold: (
127
127
  fontFamily: "DN Serif 22",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "3.0.0-alpha.6",
3
+ "version": "3.0.0-alpha.8",
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",