@miozu/jera 0.8.7 → 0.8.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@miozu/jera",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Zero-dependency, AI-first component library for Svelte 5",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -180,10 +180,10 @@
180
180
  .main-nav {
181
181
  display: flex;
182
182
  flex-direction: column;
183
- gap: 0.5rem;
183
+ gap: 0.75rem;
184
184
  flex: 1;
185
185
  overflow-y: auto;
186
- padding-top: 0.5rem;
186
+ padding-top: 0;
187
187
  padding-bottom: 0;
188
188
  }
189
189