@aotearoan/neon 18.2.10 → 18.2.11

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aotearoan/neon",
3
3
  "description": "Neon is a lightweight design library of Vue 3 components with minimal dependencies.",
4
- "version": "18.2.10",
4
+ "version": "18.2.11",
5
5
  "main": "./dist/neon.cjs.js",
6
6
  "module": "./dist/neon.es.js",
7
7
  "types": "./dist/src/neon.d.ts",
@@ -102,7 +102,7 @@
102
102
  max-height: calc(var(--neon-size-s) - 2 * var(--neon-border-width));
103
103
 
104
104
  .neon-icon {
105
- top: var(--neon-space-2);
105
+ top: calc(0.5 * var(--neon-base-space));
106
106
  right: var(--neon-space-8);
107
107
  }
108
108
  }
@@ -121,7 +121,7 @@
121
121
 
122
122
  .neon-icon {
123
123
  top: 0;
124
- right: var(--neon-space-8);
124
+ right: calc(2 * var(--neon-base-space));
125
125
  }
126
126
  }
127
127
  }
@@ -138,8 +138,8 @@
138
138
  max-height: calc(var(--neon-size-l) - 2 * var(--neon-border-width));
139
139
 
140
140
  .neon-icon {
141
- top: calc(-1 * var(--neon-space-4));
142
- right: var(--neon-space-8);
141
+ top: calc(-1 * var(--neon-base-space));
142
+ right: calc(2 * var(--neon-base-space));
143
143
  }
144
144
  }
145
145
  }