@bonniernews/dn-design-system-web 37.0.2 → 37.1.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,6 +4,18 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [37.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.0.2...@bonniernews/dn-design-system-web@37.1.0) (2026-01-13)
8
+
9
+
10
+ ### Features
11
+
12
+ * **web:** export closemodal ([#1974](https://github.com/BonnierNews/dn-design-system/issues/1974)) ([3e6628c](https://github.com/BonnierNews/dn-design-system/commit/3e6628c35b30bc963ec5816d1e4f41bcc9cd0e30))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * **web:** fix esbuild version to 0.25.0 ([#1982](https://github.com/BonnierNews/dn-design-system/issues/1982)) ([b3082c6](https://github.com/BonnierNews/dn-design-system/commit/b3082c6181314e2550f3786ad93c95dcad3bc8c1))
18
+
7
19
  ## [37.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.0.1...@bonniernews/dn-design-system-web@37.0.2) (2026-01-12)
8
20
 
9
21
 
@@ -1,4 +1,4 @@
1
- export { initModal, openModal, initModalStorybook };
1
+ export { initModal, openModal, initModalStorybook, closeModal };
2
2
 
3
3
  function initModal(modalEl) {
4
4
  const isDialogSupported = typeof HTMLDialogElement === 'function';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "37.0.2",
3
+ "version": "37.1.0",
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",