@rijkshuisstijl-community/design-tokens 10.0.0 → 10.0.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/CHANGELOG.md +8 -0
- package/README.md +46 -1
- package/build.mjs +36 -10
- package/cssFixers.mjs +89 -0
- package/cssFixers.spec.mjs +98 -0
- package/dist/_variables.scss +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/kern-lintblauw/_variables.scss +1 -0
- package/dist/kern-lintblauw/index.css +1 -0
- package/dist/kern-lintblauw/index.d.ts +1 -0
- package/dist/kern-lintblauw/index.js +1 -0
- package/dist/kern-lintblauw/root.css +1 -0
- package/dist/kern-lintblauw/tokens.d.ts +1 -0
- package/dist/kern-lintblauw/tokens.js +1 -182
- package/dist/root.css +1 -0
- package/dist/tokens.d.ts +1 -0
- package/dist/tokens.js +1 -182
- package/dist/uitvoerend-groen/_variables.scss +1 -0
- package/dist/uitvoerend-groen/index.css +1 -0
- package/dist/uitvoerend-groen/index.d.ts +1 -0
- package/dist/uitvoerend-groen/index.js +1 -0
- package/dist/uitvoerend-groen/root.css +1 -0
- package/dist/uitvoerend-groen/tokens.d.ts +1 -0
- package/dist/uitvoerend-groen/tokens.js +1 -182
- package/dist/uitvoerend-hemelblauw/_variables.scss +1 -0
- package/dist/uitvoerend-hemelblauw/index.css +1 -0
- package/dist/uitvoerend-hemelblauw/index.d.ts +1 -0
- package/dist/uitvoerend-hemelblauw/index.js +1 -0
- package/dist/uitvoerend-hemelblauw/root.css +1 -0
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +1 -0
- package/dist/uitvoerend-hemelblauw/tokens.js +1 -182
- package/dist/uitvoerend-lintblauw/_variables.scss +1 -0
- package/dist/uitvoerend-lintblauw/index.css +1 -0
- package/dist/uitvoerend-lintblauw/index.d.ts +1 -0
- package/dist/uitvoerend-lintblauw/index.js +1 -0
- package/dist/uitvoerend-lintblauw/root.css +1 -0
- package/dist/uitvoerend-lintblauw/tokens.d.ts +1 -0
- package/dist/uitvoerend-lintblauw/tokens.js +1 -182
- package/dist/uitvoerend-oranje/_variables.scss +1 -0
- package/dist/uitvoerend-oranje/index.css +1 -0
- package/dist/uitvoerend-oranje/index.d.ts +1 -0
- package/dist/uitvoerend-oranje/index.js +1 -0
- package/dist/uitvoerend-oranje/root.css +1 -0
- package/dist/uitvoerend-oranje/tokens.d.ts +1 -0
- package/dist/uitvoerend-oranje/tokens.js +1 -182
- package/dist/uitvoerend-paars/_variables.scss +1 -0
- package/dist/uitvoerend-paars/index.css +1 -0
- package/dist/uitvoerend-paars/index.d.ts +1 -0
- package/dist/uitvoerend-paars/index.js +1 -0
- package/dist/uitvoerend-paars/root.css +1 -0
- package/dist/uitvoerend-paars/tokens.d.ts +1 -0
- package/dist/uitvoerend-paars/tokens.js +1 -182
- package/dist/uitvoerend-robijnrood/_variables.scss +1 -0
- package/dist/uitvoerend-robijnrood/index.css +1 -0
- package/dist/uitvoerend-robijnrood/index.d.ts +1 -0
- package/dist/uitvoerend-robijnrood/index.js +1 -0
- package/dist/uitvoerend-robijnrood/root.css +1 -0
- package/dist/uitvoerend-robijnrood/tokens.d.ts +1 -0
- package/dist/uitvoerend-robijnrood/tokens.js +1 -182
- package/figma/figma.tokens.json +1 -92
- package/package.json +4 -3
- package/src/generated/base.tokens.json +0 -91
- package/src/generated/kern-lintblauw/tokens.json +0 -91
- package/src/generated/themes.json +0 -637
- package/src/generated/uitvoerend-groen/tokens.json +0 -91
- package/src/generated/uitvoerend-hemelblauw/tokens.json +0 -91
- package/src/generated/uitvoerend-lintblauw/tokens.json +0 -91
- package/src/generated/uitvoerend-oranje/tokens.json +0 -91
- package/src/generated/uitvoerend-paars/tokens.json +0 -91
- package/src/generated/uitvoerend-robijnrood/tokens.json +0 -91