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.
- package/nve-designsystem.js +2 -2
- package/nve-designsystem.umd.cjs +2 -2
- package/package.json +1 -1
package/nve-designsystem.js
CHANGED
|
@@ -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
|
|
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(--
|
|
17483
|
+
font: var(--label-large));
|
|
17484
17484
|
white-space: nowrap;
|
|
17485
17485
|
}
|
|
17486
17486
|
|
package/nve-designsystem.umd.cjs
CHANGED
|
@@ -7036,12 +7036,12 @@
|
|
|
7036
7036
|
|
|
7037
7037
|
:host::part(message)::after {
|
|
7038
7038
|
content: var(--nve-alert-text);
|
|
7039
|
-
font: var(--body-medium
|
|
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(--
|
|
7044
|
+
font: var(--label-large));
|
|
7045
7045
|
white-space: nowrap;
|
|
7046
7046
|
}
|
|
7047
7047
|
|