nve-designsystem 0.1.37 → 0.1.38

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.
@@ -17480,7 +17480,7 @@ const Pd = $`
17480
17480
 
17481
17481
  :host::part(message)::before {
17482
17482
  content: var(--nve-alert-title);
17483
- font: var(--label-large));
17483
+ font: var(--label-large);
17484
17484
  white-space: nowrap;
17485
17485
  }
17486
17486
 
@@ -7041,7 +7041,7 @@
7041
7041
 
7042
7042
  :host::part(message)::before {
7043
7043
  content: var(--nve-alert-title);
7044
- font: var(--label-large));
7044
+ font: var(--label-large);
7045
7045
  white-space: nowrap;
7046
7046
  }
7047
7047
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nve-designsystem",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "main": "./nve-designsystem.umd.cjs",
5
5
  "module": "./nve-designsystem.js",
6
6
  "type": "module",