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.
@@ -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-x-small, 0.5rem);
18691
+ gap: var(--spacing-small);
18692
18692
  }
18693
18693
 
18694
18694
  :host::part(form-control-input) {
@@ -7764,7 +7764,7 @@
7764
7764
  :host::part(form-control-input) {
7765
7765
  display: flex;
7766
7766
  flex-direction: column;
7767
- gap: var(--spacing-x-small, 0.5rem);
7767
+ gap: var(--spacing-small);
7768
7768
  }
7769
7769
 
7770
7770
  :host::part(form-control-input) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nve-designsystem",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "main": "./nve-designsystem.umd.cjs",
5
5
  "module": "./nve-designsystem.js",
6
6
  "type": "module",