@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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:40 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
export default tokens;
|
|
@@ -694,48 +695,50 @@ declare const tokens: {
|
|
|
694
695
|
"border-color": DesignToken;
|
|
695
696
|
};
|
|
696
697
|
"navigation-list": {
|
|
697
|
-
icon: {
|
|
698
|
-
"background-color": DesignToken;
|
|
699
|
-
"border-radius": DesignToken;
|
|
700
|
-
color: DesignToken;
|
|
701
|
-
};
|
|
702
698
|
item: {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
699
|
+
"background-color": DesignToken;
|
|
700
|
+
"border-color": DesignToken;
|
|
701
|
+
"border-width": DesignToken;
|
|
702
|
+
"column-gap": DesignToken;
|
|
703
|
+
"min-height": DesignToken;
|
|
704
|
+
"padding-block": DesignToken;
|
|
705
|
+
"padding-inline": DesignToken;
|
|
706
|
+
active: {
|
|
707
|
+
"background-color": DesignToken;
|
|
708
|
+
};
|
|
709
|
+
hover: {
|
|
710
|
+
"background-color": DesignToken;
|
|
711
|
+
};
|
|
712
|
+
focus: {
|
|
713
|
+
"background-color": DesignToken;
|
|
707
714
|
};
|
|
708
715
|
content: {
|
|
709
|
-
"font-size": DesignToken;
|
|
710
716
|
"column-gap": DesignToken;
|
|
711
717
|
"row-gap": DesignToken;
|
|
712
718
|
};
|
|
713
|
-
|
|
714
|
-
|
|
719
|
+
description: {
|
|
720
|
+
color: DesignToken;
|
|
715
721
|
"font-size": DesignToken;
|
|
716
|
-
"font-weight": DesignToken;
|
|
717
722
|
"line-height": DesignToken;
|
|
718
723
|
};
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
};
|
|
722
|
-
hover: {
|
|
723
|
-
"background-color": DesignToken;
|
|
724
|
+
"icon-end": {
|
|
725
|
+
color: DesignToken;
|
|
724
726
|
};
|
|
725
|
-
|
|
727
|
+
"icon-start": {
|
|
726
728
|
"background-color": DesignToken;
|
|
729
|
+
"border-radius": DesignToken;
|
|
730
|
+
color: DesignToken;
|
|
731
|
+
"padding-block": DesignToken;
|
|
732
|
+
"padding-inline": DesignToken;
|
|
733
|
+
size: DesignToken;
|
|
727
734
|
};
|
|
728
|
-
|
|
729
|
-
color: DesignToken;
|
|
730
|
-
"border-width": DesignToken;
|
|
731
|
-
"border-color": DesignToken;
|
|
732
|
-
heading: {
|
|
735
|
+
label: {
|
|
733
736
|
color: DesignToken;
|
|
737
|
+
"font-family": DesignToken;
|
|
738
|
+
"font-size": DesignToken;
|
|
739
|
+
"font-weight": DesignToken;
|
|
740
|
+
"line-height": DesignToken;
|
|
734
741
|
};
|
|
735
|
-
"column-gap": DesignToken;
|
|
736
|
-
"min-height": DesignToken;
|
|
737
|
-
"padding-block": DesignToken;
|
|
738
|
-
"padding-inline": DesignToken;
|
|
739
742
|
};
|
|
740
743
|
};
|
|
741
744
|
"radio-group": {
|