@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.0",
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>&lt;link&gt;</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 into
266
- <code>src/system/styles/fonts/&lt;Family&gt;/</code>, then paste the matching
267
- <code>@font-face &#123; ... &#125;</code> rules into <em>Paste</em>. The folder ships
268
- with the production build, so <code>src/...</code> paths resolve at runtime.
265
+ <strong>Local files</strong> — drop your <code>.woff2</code> files somewhere
266
+ Vite can serve (typically <code>public/fonts/&lt;Family&gt;/</code>), then paste
267
+ the matching <code>@font-face &#123; ... &#125;</code> rules into <em>Paste</em>
268
+ with <code>url('/fonts/&lt;Family&gt;/&lt;file&gt;.woff2')</code>.
269
269
  </p>
270
270
  </UIInfoPopover>
271
271
  </div>