@bonniernews/dn-design-system-web 3.0.0-alpha.76 → 3.0.0-alpha.78

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.78](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.77...@bonniernews/dn-design-system-web@3.0.0-alpha.78) (2023-06-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **web:** use same margin on tipsa teaser text as other teasers ([#856](https://github.com/BonnierNews/dn-design-system/issues/856)) ([935b465](https://github.com/BonnierNews/dn-design-system/commit/935b465fd96d1811e94de43724bd43bc47ab568b))
12
+
13
+
14
+
15
+ ## [3.0.0-alpha.77](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.76...@bonniernews/dn-design-system-web@3.0.0-alpha.77) (2023-06-01)
16
+
17
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
18
+
19
+
20
+
21
+
22
+
6
23
  ## [3.0.0-alpha.76](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@3.0.0-alpha.75...@bonniernews/dn-design-system-web@3.0.0-alpha.76) (2023-05-31)
7
24
 
8
25
  **Note:** Version bump only for package @bonniernews/dn-design-system-web
@@ -17,7 +17,6 @@
17
17
  }
18
18
 
19
19
  .ds-teaser__text {
20
- margin-top: 0;
21
20
  @include ds-typography($ds-typography-functional-body02regular);
22
21
  }
23
22
  }
@@ -67,6 +67,7 @@ $ds-color-static-ad-yellow: var(--ds-color-static-ad-yellow);
67
67
  $ds-color-static-neutral-100: var(--ds-color-static-neutral-100);
68
68
  $ds-color-static-neutral-500: var(--ds-color-static-neutral-500);
69
69
  $ds-color-static-red-500: var(--ds-color-static-red-500);
70
+ $ds-color-static-yellow: var(--ds-color-static-yellow);
70
71
  $ds-color-gradient-content-fade-left: var(--ds-color-gradient-content-fade-left);
71
72
  $ds-color-gradient-content-fade-right: var(--ds-color-gradient-content-fade-right);
72
73
  $ds-color-gradient-content-fade-up: var(--ds-color-gradient-content-fade-up);
@@ -72,3 +72,4 @@ $ds-hex-dark-static-ad-yellow: #FFEAC2;
72
72
  $ds-hex-dark-static-neutral-100: #EDEDED;
73
73
  $ds-hex-dark-static-neutral-500: #9E9E9E;
74
74
  $ds-hex-dark-static-red-500: #DA000D;
75
+ $ds-hex-dark-static-yellow: #FFE600;
@@ -67,6 +67,7 @@ $ds-hex-static-ad-yellow: #FFEAC2;
67
67
  $ds-hex-static-neutral-100: #EDEDED;
68
68
  $ds-hex-static-neutral-500: #9E9E9E;
69
69
  $ds-hex-static-red-500: #DA000D;
70
+ $ds-hex-static-yellow: #FFE600;
70
71
  $ds-hex-gradient-content-fade-left: linear-gradient(90deg, #ffffff00 0%, #ffffff 100%);
71
72
  $ds-hex-gradient-content-fade-right: linear-gradient(-90deg, #ffffff00 0%, #ffffff 100%);
72
73
  $ds-hex-gradient-content-fade-up: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
@@ -82,3 +82,4 @@ $ds-typography-detaildropcap: 'detaildropcap';
82
82
  $ds-typography-detailstandard-button-small: 'detailstandard-button-small';
83
83
  $ds-typography-detailarticle-label: 'detailarticle-label';
84
84
  $ds-typography-detailmedryckare: 'detailmedryckare';
85
+ $ds-typography-detailbaota-xl-label: 'detailbaota-xl-label';
@@ -120,38 +120,38 @@ $typographyTokensScreenLarge: (
120
120
  expressive-heading04regular: (
121
121
  fontFamily: "DN Serif",
122
122
  fontWeight: Regular,
123
- fontSize: 48,
124
- lineHeight: 52
123
+ fontSize: 56,
124
+ lineHeight: 60
125
125
  ),
126
126
  expressive-heading04semibold: (
127
127
  fontFamily: "DN Serif",
128
128
  fontWeight: SemiBold,
129
- fontSize: 48,
130
- lineHeight: 52
129
+ fontSize: 56,
130
+ lineHeight: 60
131
131
  ),
132
132
  expressive-heading04bold: (
133
133
  fontFamily: "DN Serif",
134
134
  fontWeight: Bold,
135
- fontSize: 48,
136
- lineHeight: 52
135
+ fontSize: 56,
136
+ lineHeight: 60
137
137
  ),
138
138
  expressive-heading04italicregular: (
139
- fontSize: 48,
140
- lineHeight: 52,
139
+ fontSize: 56,
140
+ lineHeight: 60,
141
141
  fontWeight: Regular,
142
142
  fontFamily: "DN Serif Italic",
143
143
  fontStyle: italic
144
144
  ),
145
145
  expressive-heading04italicsemibold: (
146
- fontSize: 48,
147
- lineHeight: 52,
146
+ fontSize: 56,
147
+ lineHeight: 60,
148
148
  fontWeight: SemiBold,
149
149
  fontFamily: "DN Serif Italic",
150
150
  fontStyle: italic
151
151
  ),
152
152
  expressive-heading04italicbold: (
153
- fontSize: 48,
154
- lineHeight: 52,
153
+ fontSize: 56,
154
+ lineHeight: 60,
155
155
  fontWeight: Bold,
156
156
  fontFamily: "DN Serif Italic",
157
157
  fontStyle: italic
@@ -534,5 +534,13 @@ $typographyTokensScreenLarge: (
534
534
  fontWeight: Regular,
535
535
  fontSize: 16,
536
536
  lineHeight: 22
537
+ ),
538
+ detailbaota-xl-label: (
539
+ fontFamily: "DN Sans",
540
+ fontWeight: Bold,
541
+ lineHeight: 24,
542
+ fontSize: 16,
543
+ textCase: upperCase,
544
+ letterSpacing: 0.7
537
545
  )
538
546
  );
@@ -539,5 +539,13 @@ $typographyTokensScreenSmall: (
539
539
  fontWeight: Regular,
540
540
  fontSize: 16,
541
541
  lineHeight: 22
542
+ ),
543
+ detailbaota-xl-label: (
544
+ fontFamily: "DN Sans",
545
+ fontWeight: Bold,
546
+ lineHeight: 24,
547
+ fontSize: 16,
548
+ textCase: upperCase,
549
+ letterSpacing: 0.7
542
550
  )
543
551
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "3.0.0-alpha.76",
3
+ "version": "3.0.0-alpha.78",
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",
@@ -68,6 +68,7 @@
68
68
  "static-neutral-100": "var(--ds-color-static-neutral-100)",
69
69
  "static-neutral-500": "var(--ds-color-static-neutral-500)",
70
70
  "static-red-500": "var(--ds-color-static-red-500)",
71
+ "static-yellow": "var(--ds-color-static-yellow)",
71
72
  "gradient-content-fade-left": "var(--ds-color-gradient-content-fade-left)",
72
73
  "gradient-content-fade-right": "var(--ds-color-gradient-content-fade-right)",
73
74
  "gradient-content-fade-up": "var(--ds-color-gradient-content-fade-up)",