@bonniernews/dn-design-system-web 21.1.12-beta.0 → 21.1.12

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,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [21.1.12](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.1.11...@bonniernews/dn-design-system-web@21.1.12) (2024-12-06)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **web:** types for icons and colors ([#1525](https://github.com/BonnierNews/dn-design-system/issues/1525)) ([e1af15f](https://github.com/BonnierNews/dn-design-system/commit/e1af15f2dcf5f420ea67a748d061e39145c0dbbd))
13
+
7
14
  ## [21.1.11](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.1.10...@bonniernews/dn-design-system-web@21.1.11) (2024-12-05)
8
15
 
9
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "21.1.12-beta.0",
3
+ "version": "21.1.12",
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",
@@ -97,4 +97,4 @@ export enum DsColorIconEnum {
97
97
  "icon-on-critical" = "icon-on-critical",
98
98
  "icon-on-success" = "icon-on-success"
99
99
  }
100
- export type DsColorIcon = keyof typeof DsColorIconEnum;
100
+ export type DsColorIcon = keyof typeof DsColorIconEnum;
@@ -93,4 +93,4 @@ export enum DsIconEnum {
93
93
  "wifi_off" = "wifi_off",
94
94
  "x" = "x"
95
95
  }
96
- export type DsIcon = keyof typeof DsIconEnum;
96
+ export type DsIcon = keyof typeof DsIconEnum;