@bonniernews/dn-design-system-web 30.1.0 → 30.1.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,26 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [30.1.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@30.1.0...@bonniernews/dn-design-system-web@30.1.1) (2025-03-06)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **app:** fix spacing on sm btn ([#1645](https://github.com/BonnierNews/dn-design-system/issues/1645)) ([d7da747](https://github.com/BonnierNews/dn-design-system/commit/d7da74767c6a4da6852c0520e0e166023860c8f2))
|
|
13
|
+
* **web:** do not underline title in teaser slideshow ([#1641](https://github.com/BonnierNews/dn-design-system/issues/1641)) ([31cfc60](https://github.com/BonnierNews/dn-design-system/commit/31cfc60ee660303c378236b6d6379f632868bd8c))
|
|
14
|
+
* **web:** share editor colors between developers ([#1631](https://github.com/BonnierNews/dn-design-system/issues/1631)) ([e53c252](https://github.com/BonnierNews/dn-design-system/commit/e53c252170af0de36c18fd14d992f46bc6564b24))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Maintenance
|
|
18
|
+
|
|
19
|
+
* **app:** add useDynamicLargeScreen ([#1648](https://github.com/BonnierNews/dn-design-system/issues/1648)) ([007e777](https://github.com/BonnierNews/dn-design-system/commit/007e777676e1bc218e91fab9bc24343a72618098))
|
|
20
|
+
* **app:** no dynamic large screen hook ([#1647](https://github.com/BonnierNews/dn-design-system/issues/1647)) ([1dff93e](https://github.com/BonnierNews/dn-design-system/commit/1dff93efa5aa182183dd1d1880f0fab1d4baa3f5))
|
|
21
|
+
* **app:** remove useDynamicLargeScreen ([#1649](https://github.com/BonnierNews/dn-design-system/issues/1649)) ([4fa9cb8](https://github.com/BonnierNews/dn-design-system/commit/4fa9cb8360a471bfccbb8b5054af49995de15bdd))
|
|
22
|
+
* prerelease packages ([504ca33](https://github.com/BonnierNews/dn-design-system/commit/504ca336036ab6c7d98ae7f556a9e8a1d04055ef))
|
|
23
|
+
* prerelease packages ([b66325c](https://github.com/BonnierNews/dn-design-system/commit/b66325c4c33710556b162dc97294a6f6a4d270c9))
|
|
24
|
+
* prerelease packages ([832864f](https://github.com/BonnierNews/dn-design-system/commit/832864f282c6bfe340dd84cbc3970a1673cb84cf))
|
|
25
|
+
* prerelease packages ([647c410](https://github.com/BonnierNews/dn-design-system/commit/647c41019b51132051946584aaea8106b50cafa5))
|
|
26
|
+
|
|
7
27
|
## [30.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@30.0.0...@bonniernews/dn-design-system-web@30.1.0) (2025-02-27)
|
|
8
28
|
|
|
9
29
|
|
package/package.json
CHANGED