@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +46 -1
  3. package/build.mjs +36 -10
  4. package/cssFixers.mjs +89 -0
  5. package/cssFixers.spec.mjs +98 -0
  6. package/dist/_variables.scss +1 -0
  7. package/dist/index.css +1 -0
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +1 -0
  10. package/dist/kern-lintblauw/_variables.scss +1 -0
  11. package/dist/kern-lintblauw/index.css +1 -0
  12. package/dist/kern-lintblauw/index.d.ts +1 -0
  13. package/dist/kern-lintblauw/index.js +1 -0
  14. package/dist/kern-lintblauw/root.css +1 -0
  15. package/dist/kern-lintblauw/tokens.d.ts +1 -0
  16. package/dist/kern-lintblauw/tokens.js +1 -182
  17. package/dist/root.css +1 -0
  18. package/dist/tokens.d.ts +1 -0
  19. package/dist/tokens.js +1 -182
  20. package/dist/uitvoerend-groen/_variables.scss +1 -0
  21. package/dist/uitvoerend-groen/index.css +1 -0
  22. package/dist/uitvoerend-groen/index.d.ts +1 -0
  23. package/dist/uitvoerend-groen/index.js +1 -0
  24. package/dist/uitvoerend-groen/root.css +1 -0
  25. package/dist/uitvoerend-groen/tokens.d.ts +1 -0
  26. package/dist/uitvoerend-groen/tokens.js +1 -182
  27. package/dist/uitvoerend-hemelblauw/_variables.scss +1 -0
  28. package/dist/uitvoerend-hemelblauw/index.css +1 -0
  29. package/dist/uitvoerend-hemelblauw/index.d.ts +1 -0
  30. package/dist/uitvoerend-hemelblauw/index.js +1 -0
  31. package/dist/uitvoerend-hemelblauw/root.css +1 -0
  32. package/dist/uitvoerend-hemelblauw/tokens.d.ts +1 -0
  33. package/dist/uitvoerend-hemelblauw/tokens.js +1 -182
  34. package/dist/uitvoerend-lintblauw/_variables.scss +1 -0
  35. package/dist/uitvoerend-lintblauw/index.css +1 -0
  36. package/dist/uitvoerend-lintblauw/index.d.ts +1 -0
  37. package/dist/uitvoerend-lintblauw/index.js +1 -0
  38. package/dist/uitvoerend-lintblauw/root.css +1 -0
  39. package/dist/uitvoerend-lintblauw/tokens.d.ts +1 -0
  40. package/dist/uitvoerend-lintblauw/tokens.js +1 -182
  41. package/dist/uitvoerend-oranje/_variables.scss +1 -0
  42. package/dist/uitvoerend-oranje/index.css +1 -0
  43. package/dist/uitvoerend-oranje/index.d.ts +1 -0
  44. package/dist/uitvoerend-oranje/index.js +1 -0
  45. package/dist/uitvoerend-oranje/root.css +1 -0
  46. package/dist/uitvoerend-oranje/tokens.d.ts +1 -0
  47. package/dist/uitvoerend-oranje/tokens.js +1 -182
  48. package/dist/uitvoerend-paars/_variables.scss +1 -0
  49. package/dist/uitvoerend-paars/index.css +1 -0
  50. package/dist/uitvoerend-paars/index.d.ts +1 -0
  51. package/dist/uitvoerend-paars/index.js +1 -0
  52. package/dist/uitvoerend-paars/root.css +1 -0
  53. package/dist/uitvoerend-paars/tokens.d.ts +1 -0
  54. package/dist/uitvoerend-paars/tokens.js +1 -182
  55. package/dist/uitvoerend-robijnrood/_variables.scss +1 -0
  56. package/dist/uitvoerend-robijnrood/index.css +1 -0
  57. package/dist/uitvoerend-robijnrood/index.d.ts +1 -0
  58. package/dist/uitvoerend-robijnrood/index.js +1 -0
  59. package/dist/uitvoerend-robijnrood/root.css +1 -0
  60. package/dist/uitvoerend-robijnrood/tokens.d.ts +1 -0
  61. package/dist/uitvoerend-robijnrood/tokens.js +1 -182
  62. package/figma/figma.tokens.json +1 -92
  63. package/package.json +4 -3
  64. package/src/generated/base.tokens.json +0 -91
  65. package/src/generated/kern-lintblauw/tokens.json +0 -91
  66. package/src/generated/themes.json +0 -637
  67. package/src/generated/uitvoerend-groen/tokens.json +0 -91
  68. package/src/generated/uitvoerend-hemelblauw/tokens.json +0 -91
  69. package/src/generated/uitvoerend-lintblauw/tokens.json +0 -91
  70. package/src/generated/uitvoerend-oranje/tokens.json +0 -91
  71. package/src/generated/uitvoerend-paars/tokens.json +0 -91
  72. package/src/generated/uitvoerend-robijnrood/tokens.json +0 -91
@@ -1,5 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
+ // Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
 
4
5
  $rhc-border-radius-round: 999px;
5
6
  $rhc-border-radius-none: 0px;
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
  */
4
5
 
5
6
  .uitvoerend-robijnrood {
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
  */
4
5
 
5
6
  export const rhcBorderRadiusRound: string;
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
  */
4
5
 
5
6
  export const rhcBorderRadiusRound = "999px";
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
  */
4
5
 
5
6
  :root {
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:57 GMT
3
4
  */
4
5
 
5
6
  export default tokens;