nve-designsystem 0.1.21 → 0.1.23
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 +1 -1
- package/nve-designsystem.umd.cjs +1 -1
- package/package.json +1 -1
package/nve-designsystem.js
CHANGED
|
@@ -18688,7 +18688,7 @@ const xh = C`
|
|
|
18688
18688
|
:host::part(form-control-input) {
|
|
18689
18689
|
display: flex;
|
|
18690
18690
|
flex-direction: column;
|
|
18691
|
-
gap: var(--spacing-
|
|
18691
|
+
gap: var(--spacing-small);
|
|
18692
18692
|
}
|
|
18693
18693
|
|
|
18694
18694
|
:host::part(form-control-input) {
|
package/nve-designsystem.umd.cjs
CHANGED