@bonniernews/dn-design-system-web 18.0.0-beta.3 → 18.0.0
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,39 +4,39 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
## [18.0.0
|
|
7
|
+
## [18.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@17.0.2...@bonniernews/dn-design-system-web@18.0.0) (2024-08-15)
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
### ⚠ BREAKING CHANGES
|
|
11
11
|
|
|
12
|
-
* list item design updates
|
|
12
|
+
* **web:** list item design updates and byline refactoring (#1346)
|
|
13
13
|
|
|
14
14
|
### Features
|
|
15
15
|
|
|
16
|
-
* list item design updates ([
|
|
16
|
+
* **web:** list item design updates and byline refactoring ([#1346](https://github.com/BonnierNews/dn-design-system/issues/1346)) ([83bfbeb](https://github.com/BonnierNews/dn-design-system/commit/83bfbeb7a45492c8e648f9b8422ecc44b229ee37))
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
###
|
|
19
|
+
### Bug Fixes
|
|
20
20
|
|
|
21
|
-
* **web:**
|
|
22
|
-
* **web:** released version v18.0.0-beta.1 ([6060412](https://github.com/BonnierNews/dn-design-system/commit/606041274b8a84a22472d60b3509cac7570c0398))
|
|
23
|
-
* **web:** released version v18.0.0-beta.2 ([a231ec1](https://github.com/BonnierNews/dn-design-system/commit/a231ec12b8722b50ca1d02205b02d62348d16aa6))
|
|
21
|
+
* **web:** improve storybook css for ArticleBodyImage on mobile ([#1355](https://github.com/BonnierNews/dn-design-system/issues/1355)) ([0090088](https://github.com/BonnierNews/dn-design-system/commit/00900886f091d0e5126786e84bbb920dbc45df74))
|
|
24
22
|
|
|
25
|
-
## [18.0.0-beta.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@18.0.0-beta.1...@bonniernews/dn-design-system-web@18.0.0-beta.2) (2024-08-14)
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
### Maintenance
|
|
28
25
|
|
|
29
|
-
|
|
26
|
+
* **web:** update incorrect action comment ([#1361](https://github.com/BonnierNews/dn-design-system/issues/1361)) ([dd454bf](https://github.com/BonnierNews/dn-design-system/commit/dd454bf1a1befca6566ce9cdf1b46a737f6a5b7b))
|
|
30
27
|
|
|
28
|
+
## [17.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@17.0.1...@bonniernews/dn-design-system-web@17.0.2) (2024-08-15)
|
|
31
29
|
|
|
32
|
-
### ⚠ BREAKING CHANGES
|
|
33
30
|
|
|
34
|
-
|
|
31
|
+
### Bug Fixes
|
|
35
32
|
|
|
36
|
-
|
|
33
|
+
* **web:** adjust byline teaser spacing ([#1360](https://github.com/BonnierNews/dn-design-system/issues/1360)) ([29ce4b4](https://github.com/BonnierNews/dn-design-system/commit/29ce4b464b96c5ed60099a72a234d48f59ebec1f))
|
|
37
34
|
|
|
38
|
-
* list item design updates ([b281389](https://github.com/BonnierNews/dn-design-system/commit/b2813893022fc7d95ac070a85ee53db81a60b6a9))
|
|
39
35
|
|
|
36
|
+
### Maintenance
|
|
37
|
+
|
|
38
|
+
* **deps-dev:** bump axios from 1.6.0 to 1.7.4 ([#1358](https://github.com/BonnierNews/dn-design-system/issues/1358)) ([1d251eb](https://github.com/BonnierNews/dn-design-system/commit/1d251eb829624c1edbbbcb3d07eed0a6eb890c08))
|
|
39
|
+
* **deps-dev:** bump axios from 1.6.0 to 1.7.4 in /scripts ([#1357](https://github.com/BonnierNews/dn-design-system/issues/1357)) ([ae75566](https://github.com/BonnierNews/dn-design-system/commit/ae75566b2ed63ed4ee6e31ac145909d0d2e59d89))
|
|
40
40
|
|
|
41
41
|
## [17.0.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@17.0.0...@bonniernews/dn-design-system-web@17.0.1) (2024-08-14)
|
|
42
42
|
|
|
@@ -64,14 +64,7 @@
|
|
|
64
64
|
overflow: hidden;
|
|
65
65
|
position: relative;
|
|
66
66
|
margin-left: ds-spacing($ds-s-100);
|
|
67
|
-
|
|
68
|
-
// margin-bottom needs to be the negative value of padding-bottom on .ds-teaser__content
|
|
69
|
-
@include ds-mq-only-breakpoint(mobile) {
|
|
70
|
-
margin-bottom: ds-spacing($ds-s-075, "px", true);
|
|
71
|
-
}
|
|
72
|
-
@include ds-mq-smallest-breakpoint(tablet) {
|
|
73
|
-
margin-bottom: ds-spacing($ds-s-100, "px", true);
|
|
74
|
-
}
|
|
67
|
+
margin-bottom: ds-spacing($ds-s-100, "px", true);
|
|
75
68
|
|
|
76
69
|
.picture {
|
|
77
70
|
position: absolute;
|
package/package.json
CHANGED