@miozu/jera 0.8.8 → 0.8.9

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.8",
3
+ "version": "0.8.9",
4
4
  "description": "Zero-dependency, AI-first component library for Svelte 5",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -187,6 +187,7 @@
187
187
  font-family: inherit;
188
188
  font-size: 0.875rem;
189
189
  line-height: 1.25rem;
190
+ font-weight: 500;
190
191
  color: var(--color-base06);
191
192
  cursor: pointer;
192
193
  border-radius: 0.375rem;