@gyldendal/kobber-tokens 4.0.0 → 6.0.0
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 +1 -1
- package/dist/CHANGELOG.txt +2016 -0
- package/dist/k-tokens.css +1030 -927
- package/dist/tokens.css +1030 -927
- package/dist/tokens.d.ts +402 -188
- package/dist/tokens.js +402 -188
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ When UX team asks you to preview changes on their branch:
|
|
|
201
201
|
|
|
202
202
|
#### For Developers (publishing new version)
|
|
203
203
|
|
|
204
|
-
1.
|
|
204
|
+
1. In GitHub, merge the UX team's PR to `main`
|
|
205
205
|
2. Pull latest changes: `git checkout main && git pull`
|
|
206
206
|
3. Build tokens: `npm run build`
|
|
207
207
|
4. Check `dist/CHANGELOG.txt` for changes:
|