@rijkshuisstijl-community/design-tokens 10.0.0 → 11.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/CHANGELOG.md +26 -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 +20 -17
- package/dist/index.css +20 -17
- package/dist/index.d.ts +24 -19
- package/dist/index.js +23 -20
- package/dist/index.json +21 -19
- package/dist/index.tokens.json +33 -31
- package/dist/kern-lintblauw/_variables.scss +20 -17
- package/dist/kern-lintblauw/index.css +20 -17
- package/dist/kern-lintblauw/index.d.ts +24 -19
- package/dist/kern-lintblauw/index.js +23 -20
- package/dist/kern-lintblauw/index.json +21 -19
- package/dist/kern-lintblauw/index.tokens.json +33 -31
- package/dist/kern-lintblauw/root.css +20 -17
- package/dist/kern-lintblauw/tokens.d.ts +31 -28
- package/dist/kern-lintblauw/tokens.js +446 -531
- package/dist/root.css +20 -17
- package/dist/tokens.d.ts +31 -28
- package/dist/tokens.js +446 -531
- package/dist/uitvoerend-groen/_variables.scss +21 -18
- package/dist/uitvoerend-groen/index.css +21 -18
- package/dist/uitvoerend-groen/index.d.ts +24 -19
- package/dist/uitvoerend-groen/index.js +23 -20
- package/dist/uitvoerend-groen/index.json +21 -19
- package/dist/uitvoerend-groen/index.tokens.json +33 -31
- package/dist/uitvoerend-groen/root.css +21 -18
- package/dist/uitvoerend-groen/tokens.d.ts +31 -28
- package/dist/uitvoerend-groen/tokens.js +446 -531
- package/dist/uitvoerend-hemelblauw/_variables.scss +21 -18
- package/dist/uitvoerend-hemelblauw/index.css +21 -18
- package/dist/uitvoerend-hemelblauw/index.d.ts +24 -19
- package/dist/uitvoerend-hemelblauw/index.js +23 -20
- package/dist/uitvoerend-hemelblauw/index.json +21 -19
- package/dist/uitvoerend-hemelblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-hemelblauw/root.css +21 -18
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-hemelblauw/tokens.js +446 -531
- package/dist/uitvoerend-lintblauw/_variables.scss +21 -18
- package/dist/uitvoerend-lintblauw/index.css +21 -18
- package/dist/uitvoerend-lintblauw/index.d.ts +24 -19
- package/dist/uitvoerend-lintblauw/index.js +23 -20
- package/dist/uitvoerend-lintblauw/index.json +21 -19
- package/dist/uitvoerend-lintblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-lintblauw/root.css +21 -18
- package/dist/uitvoerend-lintblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-lintblauw/tokens.js +446 -531
- package/dist/uitvoerend-oranje/_variables.scss +21 -18
- package/dist/uitvoerend-oranje/index.css +21 -18
- package/dist/uitvoerend-oranje/index.d.ts +24 -19
- package/dist/uitvoerend-oranje/index.js +23 -20
- package/dist/uitvoerend-oranje/index.json +21 -19
- package/dist/uitvoerend-oranje/index.tokens.json +33 -31
- package/dist/uitvoerend-oranje/root.css +21 -18
- package/dist/uitvoerend-oranje/tokens.d.ts +31 -28
- package/dist/uitvoerend-oranje/tokens.js +446 -531
- package/dist/uitvoerend-paars/_variables.scss +21 -18
- package/dist/uitvoerend-paars/index.css +21 -18
- package/dist/uitvoerend-paars/index.d.ts +24 -19
- package/dist/uitvoerend-paars/index.js +23 -20
- package/dist/uitvoerend-paars/index.json +21 -19
- package/dist/uitvoerend-paars/index.tokens.json +33 -31
- package/dist/uitvoerend-paars/root.css +21 -18
- package/dist/uitvoerend-paars/tokens.d.ts +31 -28
- package/dist/uitvoerend-paars/tokens.js +446 -531
- package/dist/uitvoerend-robijnrood/_variables.scss +21 -18
- package/dist/uitvoerend-robijnrood/index.css +21 -18
- package/dist/uitvoerend-robijnrood/index.d.ts +24 -19
- package/dist/uitvoerend-robijnrood/index.js +23 -20
- package/dist/uitvoerend-robijnrood/index.json +21 -19
- package/dist/uitvoerend-robijnrood/index.tokens.json +33 -31
- package/dist/uitvoerend-robijnrood/root.css +21 -18
- package/dist/uitvoerend-robijnrood/tokens.d.ts +31 -28
- package/dist/uitvoerend-robijnrood/tokens.js +446 -531
- package/figma/figma.tokens.json +90 -171
- package/package.json +4 -3
- package/src/generated/base.tokens.json +89 -170
- package/src/generated/kern-lintblauw/tokens.json +89 -170
- package/src/generated/themes.json +623 -1190
- package/src/generated/uitvoerend-groen/tokens.json +89 -170
- package/src/generated/uitvoerend-hemelblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-lintblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-oranje/tokens.json +89 -170
- package/src/generated/uitvoerend-paars/tokens.json +89 -170
- package/src/generated/uitvoerend-robijnrood/tokens.json +89 -170
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Example design tokens",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"npm-run-all": "4.1.5",
|
|
24
24
|
"rimraf": "6.0.1",
|
|
25
25
|
"style-dictionary": "5.0.4",
|
|
26
|
-
"
|
|
26
|
+
"vitest": "3.2.4"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"clean": "rimraf dist/ src/generated/",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"build:figma-tokens": "node ./token-transformer.mjs",
|
|
32
32
|
"build:style-dictionary": "node build.mjs",
|
|
33
33
|
"watch": "npm-run-all watch:**",
|
|
34
|
-
"watch:style-dictionary": "chokidar 'src/**/*.tokens.json' 'figma/**/*.tokens.json' --follow-symlinks --command 'npm-run-all build:figma-tokens build:style-dictionary' --ignore '/src/generated/'"
|
|
34
|
+
"watch:style-dictionary": "chokidar 'src/**/*.tokens.json' 'figma/**/*.tokens.json' --follow-symlinks --command 'npm-run-all build:figma-tokens build:style-dictionary' --ignore '/src/generated/'",
|
|
35
|
+
"test": "vitest run"
|
|
35
36
|
}
|
|
36
37
|
}
|