@bonniernews/dn-design-system-web 25.0.2 → 25.0.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,14 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [25.0.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@25.0.2...@bonniernews/dn-design-system-web@25.0.3) (2025-01-17)
8
+
9
+
10
+ ### Maintenance
11
+
12
+ * handle texttransform ([#1577](https://github.com/BonnierNews/dn-design-system/issues/1577)) ([a9b9da4](https://github.com/BonnierNews/dn-design-system/commit/a9b9da4eb4eaede8257b15a1232ff558ca9674dd))
13
+ * prerelease packages ([b18a5f3](https://github.com/BonnierNews/dn-design-system/commit/b18a5f3e9a55a5dd63b07e880093f98922874a24))
14
+
7
15
  ## [25.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@25.0.1...@bonniernews/dn-design-system-web@25.0.2) (2025-01-16)
8
16
 
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "25.0.2",
3
+ "version": "25.0.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",
@@ -36,6 +36,8 @@
36
36
  "text-on-brand": "var(--ds-color-text-on-brand)",
37
37
  "text-body-link": "var(--ds-color-text-body-link)",
38
38
  "text-body-link-visited": "var(--ds-color-text-body-link-visited)",
39
+ "gradients-primary-fade-start": "var(--ds-color-gradients-primary-fade-start)",
40
+ "gradients-primary-fade-end": "var(--ds-color-gradients-primary-fade-end)",
39
41
  "brand-0": "var(--ds-color-brand-0)",
40
42
  "brand-100": "var(--ds-color-brand-100)",
41
43
  "brand-200": "var(--ds-color-brand-200)",
@@ -0,0 +1,6 @@
1
+ {
2
+ "content-fade-left": "var(--ds-gradient-content-fade-left)",
3
+ "content-fade-right": "var(--ds-gradient-content-fade-right)",
4
+ "content-fade-up": "var(--ds-gradient-content-fade-up)",
5
+ "content-fade-down": "var(--ds-gradient-content-fade-down)"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "elevation-xs": "--ds-shadow-elevation-xs",
3
+ "elevation-sm": "--ds-shadow-elevation-sm",
4
+ "elevation-md": "--ds-shadow-elevation-md",
5
+ "elevation-lg": "--ds-shadow-elevation-lg"
6
+ }