@miozu/jera 0.6.3 → 0.6.4

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.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Zero-dependency, AI-first component library for Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -155,6 +155,8 @@
155
155
  display: flex;
156
156
  align-items: center;
157
157
  gap: 0.5rem;
158
+ /* font-size and line-height MUST come after font-family to not be overwritten */
159
+ font-family: inherit;
158
160
  font-size: 0.875rem;
159
161
  line-height: 1.25rem;
160
162
  color: var(--color-base06);
@@ -167,7 +169,6 @@
167
169
  overflow: hidden;
168
170
  background: transparent;
169
171
  border: none;
170
- font: inherit;
171
172
  text-align: left;
172
173
  }
173
174