@bonniernews/dn-design-system-web 3.0.0-alpha.7 → 3.0.0-alpha.9

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.9](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.8...@bonniernews/dn-design-system-web@3.0.0-alpha.9) (2023-03-15)
7
+
8
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **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))
20
+
21
+
22
+
6
23
  ## 3.0.0-alpha.7 (2023-03-10)
7
24
 
8
25
  **Note:** Version bump only for package @bonniernews/dn-design-system-web
@@ -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#{&} {
@@ -293,39 +293,39 @@ $typographyTokensScreenSmall: (
293
293
  fontFamily: "DN Serif 22",
294
294
  fontWeight: Regular,
295
295
  fontSize: 18,
296
- lineHeight: 28
296
+ lineHeight: 26
297
297
  ),
298
298
  expressive-preamble01semibold: (
299
299
  fontFamily: "DN Serif 22",
300
300
  fontWeight: SemiBold,
301
301
  fontSize: 18,
302
- lineHeight: 28
302
+ lineHeight: 26
303
303
  ),
304
304
  expressive-preamble01bold: (
305
305
  fontFamily: "DN Serif 22",
306
306
  fontWeight: Bold,
307
307
  fontSize: 18,
308
- lineHeight: 28
308
+ lineHeight: 26
309
309
  ),
310
310
  expressive-preamble01italicregular: (
311
311
  fontFamily: "DN Serif Italic 22",
312
312
  fontWeight: Regular,
313
313
  fontSize: 18,
314
- lineHeight: 28,
314
+ lineHeight: 26,
315
315
  fontStyle: italic
316
316
  ),
317
317
  expressive-preamble01italicsemibold: (
318
318
  fontFamily: "DN Serif Italic 22",
319
319
  fontWeight: SemiBold,
320
320
  fontSize: 18,
321
- lineHeight: 28,
321
+ lineHeight: 26,
322
322
  fontStyle: italic
323
323
  ),
324
324
  expressive-preamble01italicbold: (
325
325
  fontFamily: "DN Serif Italic 22",
326
326
  fontWeight: Bold,
327
327
  fontSize: 18,
328
- lineHeight: 28,
328
+ lineHeight: 26,
329
329
  fontStyle: italic
330
330
  ),
331
331
  expressive-body01regular: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "3.0.0-alpha.7",
3
+ "version": "3.0.0-alpha.9",
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",