@bonniernews/dn-design-system-web 1.1.0-alpha.2 → 1.1.0-alpha.4

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
+ ## [1.1.0-alpha.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@1.1.0-alpha.3...@bonniernews/dn-design-system-web@1.1.0-alpha.4) (2023-01-26)
7
+
8
+ **Note:** Version bump only for package @bonniernews/dn-design-system-web
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.1.0-alpha.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@1.1.0-alpha.2...@bonniernews/dn-design-system-web@1.1.0-alpha.3) (2023-01-25)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **web:** move buddy campaign area below button ([#597](https://github.com/BonnierNews/dn-design-system/issues/597)) ([f14c24b](https://github.com/BonnierNews/dn-design-system/commit/f14c24b13c256b8ef2500ebd87b231b05676fc2f))
20
+
21
+
22
+
6
23
  ## 1.1.0-alpha.2 (2023-01-25)
7
24
 
8
25
 
@@ -52,10 +52,6 @@
52
52
  </div>
53
53
  {% endif %}
54
54
 
55
- <div class="ds-buddy-menu__campaign">
56
- {{ params.campaignHtml | safe }}
57
- </div>
58
-
59
55
  {{ Button({
60
56
  text: "Mitt konto",
61
57
  variant: "primary",
@@ -64,6 +60,10 @@
64
60
  attributes: { "data-hide-promo" : "" },
65
61
  forcePx: params.forcePx
66
62
  })}}
63
+
64
+ <div class="ds-buddy-menu__campaign">
65
+ {{ params.campaignHtml | safe }}
66
+ </div>
67
67
  </div>
68
68
  {% endif %}
69
69
  </div>
@@ -21,19 +21,22 @@ $typographyTokensScreenSmall: (
21
21
  fontFamily: "DN Serif 20",
22
22
  fontWeight: Regular,
23
23
  fontSize: 16,
24
- letterSpacing: 20
24
+ letterSpacing: "",
25
+ lineHeight: 20
25
26
  ),
26
27
  expressive-heading01italicmedium: (
27
28
  fontFamily: "DN Serif 20",
28
29
  fontWeight: Medium,
29
30
  fontSize: 16,
30
- letterSpacing: 20
31
+ letterSpacing: "",
32
+ lineHeight: 20
31
33
  ),
32
34
  expressive-heading01italicbold: (
33
35
  fontFamily: "DN Serif 20",
34
36
  fontWeight: Bold,
35
37
  fontSize: 16,
36
- letterSpacing: 20
38
+ letterSpacing: "",
39
+ lineHeight: 20
37
40
  ),
38
41
  expressive-heading02regular: (
39
42
  fontFamily: "DN Serif 20",
@@ -128,8 +131,8 @@ $typographyTokensScreenSmall: (
128
131
  expressive-heading04italicregular: (
129
132
  fontFamily: "DN Serif Italic 20",
130
133
  fontWeight: Regular,
131
- lineHeight: 20,
132
- fontSize: 16
134
+ lineHeight: 32,
135
+ fontSize: 26
133
136
  ),
134
137
  expressive-heading04italicmedium: (
135
138
  fontFamily: "DN Serif Italic 20",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "1.1.0-alpha.2",
3
+ "version": "1.1.0-alpha.4",
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",