@motion-proto/live-tokens 0.14.0 → 0.14.1
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": "@motion-proto/live-tokens",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Design token editor with live CSS variable editing. Svelte 5 + Vite 6/7.",
|
|
6
6
|
"keywords": [
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"!**/*.spec.ts",
|
|
31
31
|
"!**/__tests__/**",
|
|
32
32
|
"!src/system/components/Stat.svelte",
|
|
33
|
-
"!src/system/components/StatEditor.svelte"
|
|
34
|
-
"!src/system/styles/fonts/**"
|
|
33
|
+
"!src/system/components/StatEditor.svelte"
|
|
35
34
|
],
|
|
36
35
|
"bin": {
|
|
37
36
|
"live-tokens": "./bin/cli.mjs"
|
|
@@ -262,10 +262,10 @@
|
|
|
262
262
|
with a fonts URL, a <code><link></code> tag, or an <code>@import url(...)</code> line.
|
|
263
263
|
</p>
|
|
264
264
|
<p>
|
|
265
|
-
<strong>Local files</strong> — drop your <code>.woff2</code> files
|
|
266
|
-
<code>
|
|
267
|
-
<code>@font-face { ... }</code> rules into <em>Paste</em
|
|
268
|
-
with
|
|
265
|
+
<strong>Local files</strong> — drop your <code>.woff2</code> files somewhere
|
|
266
|
+
Vite can serve (typically <code>public/fonts/<Family>/</code>), then paste
|
|
267
|
+
the matching <code>@font-face { ... }</code> rules into <em>Paste</em>
|
|
268
|
+
with <code>url('/fonts/<Family>/<file>.woff2')</code>.
|
|
269
269
|
</p>
|
|
270
270
|
</UIInfoPopover>
|
|
271
271
|
</div>
|