@bonniernews/dn-design-system-web 21.0.2 → 21.0.4

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,31 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [21.0.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.0.3...@bonniernews/dn-design-system-web@21.0.4) (2024-11-06)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * **foundations:** update tokens from Figma ([#1490](https://github.com/BonnierNews/dn-design-system/issues/1490)) ([aa7bcf3](https://github.com/BonnierNews/dn-design-system/commit/aa7bcf362f8f8f0495cbd6aa1ad12cc5c677ce24))
13
+ * prerelease packages ([92a0383](https://github.com/BonnierNews/dn-design-system/commit/92a038392e8bc9b4bfa8b3f2dc508b16ef1ff4cf))
14
+
15
+ ## [21.0.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.0.2...@bonniernews/dn-design-system-web@21.0.3) (2024-11-04)
16
+
17
+
18
+ ### Maintenance
19
+
20
+ * **deps-dev:** bump @babel/preset-env from 7.25.8 to 7.25.9 ([#1469](https://github.com/BonnierNews/dn-design-system/issues/1469)) ([b9a9884](https://github.com/BonnierNews/dn-design-system/commit/b9a988470f8862d4c010f27a097d9a65af115d2b))
21
+ * **deps-dev:** bump @testing-library/react-native from 12.7.2 to 12.8.0 ([#1477](https://github.com/BonnierNews/dn-design-system/issues/1477)) ([59e489f](https://github.com/BonnierNews/dn-design-system/commit/59e489f4227e83e1d6df43eb9acf6c1ea42db3e3))
22
+ * **deps-dev:** bump @testing-library/react-native from 12.8.0 to 12.8.1 ([#1487](https://github.com/BonnierNews/dn-design-system/issues/1487)) ([86b9369](https://github.com/BonnierNews/dn-design-system/commit/86b93691f2697715eb79a487ed92d953e5b36f83))
23
+ * **deps:** bump @react-native-community/slider from 4.5.4 to 4.5.5 ([#1475](https://github.com/BonnierNews/dn-design-system/issues/1475)) ([c321542](https://github.com/BonnierNews/dn-design-system/commit/c321542bdf60e16f86fc02cae937b301e649bb48))
24
+ * **deps:** bump elliptic from 6.5.7 to 6.6.0 ([#1483](https://github.com/BonnierNews/dn-design-system/issues/1483)) ([508f43d](https://github.com/BonnierNews/dn-design-system/commit/508f43dfac81353fe472079c406c8c7989bd36f4))
25
+ * **foundations:** update tokens from Figma ([#1467](https://github.com/BonnierNews/dn-design-system/issues/1467)) ([af2cd99](https://github.com/BonnierNews/dn-design-system/commit/af2cd99ce8ab17494a3e51e34588d25e24a9ef38))
26
+ * **foundations:** update tokens from Figma ([#1484](https://github.com/BonnierNews/dn-design-system/issues/1484)) ([41db5ef](https://github.com/BonnierNews/dn-design-system/commit/41db5ef5f44aa64adbd5d3eedd522274df273834))
27
+ * prerelease packages ([0658681](https://github.com/BonnierNews/dn-design-system/commit/065868135bd5c468f65dafa447f7cbc08928d375))
28
+ * prerelease packages ([974fe99](https://github.com/BonnierNews/dn-design-system/commit/974fe99363323771a4284b36a895757fd4c49630))
29
+ * prerelease packages ([3ebfd91](https://github.com/BonnierNews/dn-design-system/commit/3ebfd91c6780c6222c74b500eade9fd19cac88f3))
30
+ * **web:** change screenshot location ([#1482](https://github.com/BonnierNews/dn-design-system/issues/1482)) ([472d0df](https://github.com/BonnierNews/dn-design-system/commit/472d0df71292d72206f908b82b45148a3b79cb91))
31
+
7
32
  ## [21.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.0.1...@bonniernews/dn-design-system-web@21.0.2) (2024-10-24)
8
33
 
9
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "21.0.2",
3
+ "version": "21.0.4",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.tsx",
6
6
  "type": "module",
@@ -12,6 +12,7 @@
12
12
  "text-body-link": "var(--ds-color-text-body-link)",
13
13
  "text-body-link-visited": "var(--ds-color-text-body-link-visited)",
14
14
  "text-positive": "var(--ds-color-text-positive)",
15
+ "text-culture": "var(--ds-color-text-culture)",
15
16
  "icon-primary": "var(--ds-color-icon-primary)",
16
17
  "icon-primary-02": "var(--ds-color-icon-primary-02)",
17
18
  "icon-secondary": "var(--ds-color-icon-secondary)",
@@ -22,6 +23,7 @@
22
23
  "icon-brand": "var(--ds-color-icon-brand)",
23
24
  "icon-on-critical": "var(--ds-color-icon-on-critical)",
24
25
  "icon-on-success": "var(--ds-color-icon-on-success)",
26
+ "icon-culture": "var(--ds-color-icon-culture)",
25
27
  "component-brand": "var(--ds-color-component-brand)",
26
28
  "component-business": "var(--ds-color-component-business)",
27
29
  "component-primary": "var(--ds-color-component-primary)",
@@ -58,6 +60,7 @@
58
60
  "border-focus-03": "var(--ds-color-border-focus-03)",
59
61
  "border-focus-04": "var(--ds-color-border-focus-04)",
60
62
  "border-brand": "var(--ds-color-border-brand)",
63
+ "border-culture": "var(--ds-color-border-culture)",
61
64
  "background-primary": "var(--ds-color-background-primary)",
62
65
  "static-red-100": "var(--ds-color-static-red-100)",
63
66
  "static-black": "var(--ds-color-static-black)",