@bonniernews/dn-design-system-web 14.3.0 → 14.3.1

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,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [14.3.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@14.3.0...@bonniernews/dn-design-system-web@14.3.1) (2024-03-13)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **web:** use new typo for podd components ([#1239](https://github.com/BonnierNews/dn-design-system/issues/1239)) ([c0a172e](https://github.com/BonnierNews/dn-design-system/commit/c0a172e69d429d19f3489e7a7a716d114bf7051e))
13
+
7
14
  ## [14.3.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@14.2.1...@bonniernews/dn-design-system-web@14.3.0) (2024-03-13)
8
15
 
9
16
 
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  .ds-tag-header__vignette {
36
- @include ds-typography($ds-typography-functional-meta02bold);
36
+ @include ds-typography($ds-typography-functionallabel01);
37
37
  color: $ds-theme-color;
38
38
  margin-bottom: ds-spacing($ds-s-025);
39
39
  display: block;
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
  .ds-tag-header__title {
47
- @include ds-typography($ds-typography-functional-heading03bold);
47
+ @include ds-typography($ds-typography-functionalheading03, $fontWeight: $ds-fontweight-bold);
48
48
  color: $ds-color-text-primary;
49
49
  margin: 0;
50
50
  word-break: break-word;
@@ -60,7 +60,7 @@
60
60
  }
61
61
 
62
62
  .ds-tag-header__description {
63
- @include ds-typography($ds-typography-functional-body02regular);
63
+ @include ds-typography($ds-typography-functionalbody02);
64
64
  color: $ds-color-text-primary;
65
65
  margin: ds-spacing($ds-s-100 $ds-s-100 0);
66
66
  border-top: ds-metrics-border-width(x1) solid $ds-color-border-primary;
@@ -72,7 +72,7 @@
72
72
 
73
73
  b,
74
74
  strong {
75
- @include ds-typography($ds-typography-functional-body02semibold);
75
+ @include ds-typography($ds-typography-functionalbody02, $fontWeight: $ds-fontweight-semibold);
76
76
  }
77
77
 
78
78
  p {
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  .ds-teaser-footer__notes {
12
- @include ds-typography($ds-typography-functional-meta02regular);
12
+ @include ds-typography($ds-typography-functionalmeta02);
13
13
  display: block;
14
14
  color: $ds-color-text-primary-02;
15
15
  }
@@ -21,7 +21,7 @@
21
21
  margin-top: ds-spacing($ds-s-050);
22
22
 
23
23
  .ds-teaser-footer__title {
24
- @include ds-typography($ds-typography-functional-body01semibold);
24
+ @include ds-typography($ds-typography-functionalbody01, $fontWeight: $ds-fontweight-semibold);
25
25
  color: $ds-color-text-primary;
26
26
  }
27
27
 
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  .ds-teaser__title {
36
- @include ds-typography($ds-typography-expressive-heading04bold);
36
+ @include ds-typography($ds-typography-detailteaser-large);
37
37
  }
38
38
 
39
39
  @include ds-hover(true) {
@@ -44,13 +44,13 @@
44
44
 
45
45
  &.ds-teaser--large-big-italic {
46
46
  .ds-teaser__title {
47
- @include ds-typography($ds-typography-expressive-heading04italicregular);
47
+ @include ds-typography($ds-typography-detailteaser-large-storRubrik-opinion);
48
48
  }
49
49
  }
50
50
 
51
51
  &.ds-teaser--large-italic {
52
52
  .ds-teaser__title {
53
- @include ds-typography($ds-typography-expressive-heading03italicregular);
53
+ @include ds-typography($ds-typography-detailteaser-large-opinion);
54
54
  }
55
55
 
56
56
  @include ds-hover(true) {
@@ -66,7 +66,7 @@
66
66
  }
67
67
 
68
68
  .ds-teaser__title {
69
- @include ds-typography($ds-typography-expressive-heading02bold);
69
+ @include ds-typography($ds-typography-detailteaser-twin);
70
70
  }
71
71
 
72
72
  .ds-teaser__media {
@@ -7,10 +7,10 @@
7
7
  overflow: hidden;
8
8
 
9
9
  .ds-teaser__title {
10
- @include ds-typography($ds-typography-expressive-heading03bold);
10
+ @include ds-typography($ds-typography-detailteaser-standard);
11
11
 
12
12
  &--italic {
13
- @include ds-typography($ds-typography-expressive-heading03italicregular);
13
+ @include ds-typography($ds-typography-detailteaser-standard-opinion);
14
14
  }
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "14.3.0",
3
+ "version": "14.3.1",
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",