@primitiv-ui/tokens 0.1.0 → 0.1.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
The DTCG-conformant token layer that sits between the Figma source of
|
|
4
4
|
truth and any downstream consumer.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
the `primitiv-sync-figma-plugin` writes to, and the source any
|
|
6
|
+
Published to npm and JSR as `@primitiv-ui/tokens`. It is the destination
|
|
7
|
+
the `primitiv-sync-figma-plugin` writes to, and the source any downstream
|
|
8
8
|
token transformer (e.g. CSS variables, Tailwind config) reads from.
|
|
9
9
|
|
|
10
10
|
## Layout
|