@bonniernews/dn-design-system-web 31.1.0 → 31.1.3

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,37 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [31.1.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@31.1.2...@bonniernews/dn-design-system-web@31.1.3) (2025-03-18)
8
+
9
+ ## [31.1.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@31.1.0...@bonniernews/dn-design-system-web@31.1.2) (2025-03-18)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **web:** make room for photo credit on teasers with text on image ([#1666](https://github.com/BonnierNews/dn-design-system/issues/1666)) ([6e204fa](https://github.com/BonnierNews/dn-design-system/commit/6e204fa2f1fc0a53fc21a29bb006b56ae291ab60))
15
+ * **web:** set exit with status 1 if failed to generate documentation ([#1668](https://github.com/BonnierNews/dn-design-system/issues/1668)) ([36c8d4a](https://github.com/BonnierNews/dn-design-system/commit/36c8d4afac9ac9b7e9adbd30c115a18a2dce6ebd))
16
+
17
+
18
+ ### Maintenance
19
+
20
+ * remove vs code settings ([#1646](https://github.com/BonnierNews/dn-design-system/issues/1646)) ([bcf9f02](https://github.com/BonnierNews/dn-design-system/commit/bcf9f022b47cb018e2ac0a39e75104ab489df76a))
21
+ * replace tj-actions ([#1663](https://github.com/BonnierNews/dn-design-system/issues/1663)) ([5122022](https://github.com/BonnierNews/dn-design-system/commit/5122022570c2547588cd3967d5aba3dba18f613a))
22
+ * **web:** released version v31.1.1 ([5f3670c](https://github.com/BonnierNews/dn-design-system/commit/5f3670c1ca51740145b472f5c5f06b6516c4b32d))
23
+
24
+ ## [31.1.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@31.1.0...@bonniernews/dn-design-system-web@31.1.1) (2025-03-18)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **web:** make room for photo credit on teasers with text on image ([#1666](https://github.com/BonnierNews/dn-design-system/issues/1666)) ([6e204fa](https://github.com/BonnierNews/dn-design-system/commit/6e204fa2f1fc0a53fc21a29bb006b56ae291ab60))
30
+ * **web:** set exit with status 1 if failed to generate documentation ([#1668](https://github.com/BonnierNews/dn-design-system/issues/1668)) ([36c8d4a](https://github.com/BonnierNews/dn-design-system/commit/36c8d4afac9ac9b7e9adbd30c115a18a2dce6ebd))
31
+
32
+
33
+ ### Maintenance
34
+
35
+ * remove vs code settings ([#1646](https://github.com/BonnierNews/dn-design-system/issues/1646)) ([bcf9f02](https://github.com/BonnierNews/dn-design-system/commit/bcf9f022b47cb018e2ac0a39e75104ab489df76a))
36
+ * replace tj-actions ([#1663](https://github.com/BonnierNews/dn-design-system/issues/1663)) ([5122022](https://github.com/BonnierNews/dn-design-system/commit/5122022570c2547588cd3967d5aba3dba18f613a))
37
+
7
38
  ## [31.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@31.0.1...@bonniernews/dn-design-system-web@31.1.0) (2025-03-13)
8
39
 
9
40
 
@@ -51,7 +51,7 @@
51
51
 
52
52
  .ds-teaser__text-content {
53
53
  position: absolute;
54
- bottom: ds-spacing($ds-s-100);
54
+ bottom: ds-spacing($ds-s-200);
55
55
  left: ds-spacing($ds-s-100);
56
56
  max-width: 90%;
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "31.1.0",
3
+ "version": "31.1.3",
4
4
  "description": "DN design system for web.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",