nve-designsystem 0.1.36 → 0.1.37

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.
@@ -17475,12 +17475,12 @@ const Pd = $`
17475
17475
 
17476
17476
  :host::part(message)::after {
17477
17477
  content: var(--nve-alert-text);
17478
- font: var(--body-medium-default);
17478
+ font: var(--body-medium);
17479
17479
  }
17480
17480
 
17481
17481
  :host::part(message)::before {
17482
17482
  content: var(--nve-alert-title);
17483
- font: var(--header-small);
17483
+ font: var(--label-large));
17484
17484
  white-space: nowrap;
17485
17485
  }
17486
17486
 
@@ -7036,12 +7036,12 @@
7036
7036
 
7037
7037
  :host::part(message)::after {
7038
7038
  content: var(--nve-alert-text);
7039
- font: var(--body-medium-default);
7039
+ font: var(--body-medium);
7040
7040
  }
7041
7041
 
7042
7042
  :host::part(message)::before {
7043
7043
  content: var(--nve-alert-title);
7044
- font: var(--header-small);
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.36",
3
+ "version": "0.1.37",
4
4
  "main": "./nve-designsystem.umd.cjs",
5
5
  "module": "./nve-designsystem.js",
6
6
  "type": "module",