@designid/tokens 1.2.12 → 1.2.14
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/README.md +2 -2
- package/bin/build.js +85 -85
- package/bin/editor.js +148 -148
- package/bin/watch.js +106 -106
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ Synchronize design tokens between your codebase and Figma with bidirectional syn
|
|
|
74
74
|
|
|
75
75
|
3. **Use the plugin:**
|
|
76
76
|
- Open any Figma file
|
|
77
|
-
- Run **Plugins → Development → @DesignID
|
|
77
|
+
- Run **Plugins → Development → @DesignID Tokens - Figma Sync**
|
|
78
78
|
- Import JSON tokens or load from Figma
|
|
79
79
|
- Click "Sync to Figma" to synchronize
|
|
80
80
|
|
|
@@ -228,7 +228,7 @@ Synchronize your design tokens with Figma variables, styles, and effects.
|
|
|
228
228
|
- Select `dist/figma/manifest.json`
|
|
229
229
|
|
|
230
230
|
3. **Use the plugin:**
|
|
231
|
-
- Open plugin: **Plugins → Development → @DesignID
|
|
231
|
+
- Open plugin: **Plugins → Development → @DesignID Tokens - Figma Sync**
|
|
232
232
|
- Import your token JSON file
|
|
233
233
|
- Click "Sync to Figma"
|
|
234
234
|
|