@rijkshuisstijl-community/design-tokens 1.0.0-alpha.154 → 1.0.0-alpha.156

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 (53) hide show
  1. package/dist/_variables.scss +20 -17
  2. package/dist/index.css +20 -17
  3. package/dist/index.d.ts +19 -16
  4. package/dist/index.js +20 -17
  5. package/dist/index.json +19 -16
  6. package/dist/index.tokens.json +26 -23
  7. package/dist/root.css +20 -17
  8. package/dist/tokens.d.ts +26 -23
  9. package/dist/tokens.js +583 -510
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +20 -17
  11. package/dist/uitvoerend-mintgroen-focus/index.css +20 -17
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +19 -16
  13. package/dist/uitvoerend-mintgroen-focus/index.js +20 -17
  14. package/dist/uitvoerend-mintgroen-focus/index.json +19 -16
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +26 -23
  16. package/dist/uitvoerend-mintgroen-focus/root.css +20 -17
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +26 -23
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +583 -510
  19. package/dist/uitvoerend-violet/_variables.scss +20 -17
  20. package/dist/uitvoerend-violet/index.css +20 -17
  21. package/dist/uitvoerend-violet/index.d.ts +19 -16
  22. package/dist/uitvoerend-violet/index.js +20 -17
  23. package/dist/uitvoerend-violet/index.json +19 -16
  24. package/dist/uitvoerend-violet/index.tokens.json +26 -23
  25. package/dist/uitvoerend-violet/root.css +20 -17
  26. package/dist/uitvoerend-violet/tokens.d.ts +26 -23
  27. package/dist/uitvoerend-violet/tokens.js +583 -510
  28. package/dist/uitvoerend-violet-oud/_variables.scss +20 -17
  29. package/dist/uitvoerend-violet-oud/index.css +20 -17
  30. package/dist/uitvoerend-violet-oud/index.d.ts +19 -16
  31. package/dist/uitvoerend-violet-oud/index.js +20 -17
  32. package/dist/uitvoerend-violet-oud/index.json +19 -16
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +26 -23
  34. package/dist/uitvoerend-violet-oud/root.css +20 -17
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +26 -23
  36. package/dist/uitvoerend-violet-oud/tokens.js +583 -510
  37. package/dist/wetgevend/_variables.scss +20 -17
  38. package/dist/wetgevend/index.css +20 -17
  39. package/dist/wetgevend/index.d.ts +19 -16
  40. package/dist/wetgevend/index.js +20 -17
  41. package/dist/wetgevend/index.json +19 -16
  42. package/dist/wetgevend/index.tokens.json +26 -23
  43. package/dist/wetgevend/root.css +20 -17
  44. package/dist/wetgevend/tokens.d.ts +26 -23
  45. package/dist/wetgevend/tokens.js +583 -510
  46. package/figma/figma.tokens.json +14 -2
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +79 -67
  49. package/src/generated/themes.json +356 -308
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +79 -67
  51. package/src/generated/uitvoerend-violet/tokens.json +79 -67
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +79 -67
  53. package/src/generated/wetgevend/tokens.json +79 -67
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ // Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
 
5
5
  $nl-number-badge-padding-block: 0.5rem;
6
6
  $nl-number-badge-padding-inline: 0.5rem;
@@ -50,6 +50,21 @@ $nl-heading-level-1-line-height: 125%;
50
50
  $nl-heading-level-1-font-weight: 700;
51
51
  $nl-heading-level-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
52
52
  $nl-heading-level-1-color: #154273;
53
+ $nl-paragraph-small-line-height: 150%;
54
+ $nl-paragraph-small-font-weight: 400;
55
+ $nl-paragraph-small-font-size: 1.125rem;
56
+ $nl-paragraph-small-color: #154273;
57
+ $nl-paragraph-lead-line-height: 150%;
58
+ $nl-paragraph-lead-font-weight: 400;
59
+ $nl-paragraph-lead-font-size: 1.5rem;
60
+ $nl-paragraph-lead-color: #154273;
61
+ $nl-paragraph-margin-block-start: 0;
62
+ $nl-paragraph-margin-block-end: 0;
63
+ $nl-paragraph-line-height: 150%;
64
+ $nl-paragraph-font-weight: 400;
65
+ $nl-paragraph-font-size: 1.25rem;
66
+ $nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
67
+ $nl-paragraph-color: #154273;
53
68
  $utrecht-focus-inverse-outline-color: transparant;
54
69
  $utrecht-focus-outline-width: 2px;
55
70
  $utrecht-focus-outline-style: solid;
@@ -449,21 +464,6 @@ $utrecht-ordered-list-margin-inline-start: 0.625rem;
449
464
  $utrecht-ordered-list-margin-block-start: 0.25rem;
450
465
  $utrecht-ordered-list-margin-block-end: 0.25rem;
451
466
  $utrecht-ordered-list-padding-inline-start: 1.5rem;
452
- $utrecht-paragraph-small-line-height: 150%;
453
- $utrecht-paragraph-small-font-weight: 400;
454
- $utrecht-paragraph-small-font-size: 1.125rem;
455
- $utrecht-paragraph-small-color: #154273;
456
- $utrecht-paragraph-lead-line-height: 150%;
457
- $utrecht-paragraph-lead-font-weight: 400;
458
- $utrecht-paragraph-lead-font-size: 1.5rem;
459
- $utrecht-paragraph-lead-color: #154273;
460
- $utrecht-paragraph-margin-block-start: 0;
461
- $utrecht-paragraph-margin-block-end: 0;
462
- $utrecht-paragraph-line-height: 150%;
463
- $utrecht-paragraph-font-weight: 400;
464
- $utrecht-paragraph-font-size: 1.25rem;
465
- $utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
466
- $utrecht-paragraph-color: #154273;
467
467
  $utrecht-pre-heading-font-size: 1rem;
468
468
  $utrecht-pre-heading-line-height: 125%;
469
469
  $utrecht-pre-heading-font-weight: 700;
@@ -1012,7 +1012,8 @@ $rhc-file-input-feedback-font-size: 1rem;
1012
1012
  $rhc-file-input-feedback-color: #475569;
1013
1013
  $rhc-file-input-row-gap: 0.75rem;
1014
1014
  $rhc-file-input-column-gap: 0.75rem;
1015
- $rhc-page-footer-flex-direction: row;
1015
+ $rhc-page-footer-flex-direction: column;
1016
+ $rhc-page-footer-padding-inline-end: 2.5rem;
1016
1017
  $rhc-page-footer-padding-inline-start: 2.5rem;
1017
1018
  $rhc-page-footer-padding-block-end: 2.5rem;
1018
1019
  $rhc-page-footer-padding-block-start: 2.5rem;
@@ -1083,6 +1084,7 @@ $rhc-message-list-item-label-font-size: 1.25rem;
1083
1084
  $rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1084
1085
  $rhc-message-list-item-content-row-gap: 0.5rem;
1085
1086
  $rhc-message-list-item-content-column-gap: 0.5rem;
1087
+ $rhc-message-list-item-content-font-size: 1.125rem;
1086
1088
  $rhc-message-list-item-padding-inline: 1rem;
1087
1089
  $rhc-message-list-item-padding-block: 0.75rem;
1088
1090
  $rhc-message-list-item-min-height: 48px;
@@ -1136,6 +1138,7 @@ $rhc-navigation-list-item-label-font-size: 1.875rem;
1136
1138
  $rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1137
1139
  $rhc-navigation-list-item-content-row-gap: 0.25rem;
1138
1140
  $rhc-navigation-list-item-content-column-gap: 0.5rem;
1141
+ $rhc-navigation-list-item-content-font-size: 1.125rem;
1139
1142
  $rhc-navigation-list-item-icon-size: 24px;
1140
1143
  $rhc-navigation-list-item-icon-padding-block: 0.5rem;
1141
1144
  $rhc-navigation-list-item-icon-padding-inline: 0.5rem;
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ * Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
  */
5
5
 
6
6
  .rhc-theme {
@@ -52,6 +52,21 @@
52
52
  --nl-heading-level-1-font-weight: 700;
53
53
  --nl-heading-level-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
54
54
  --nl-heading-level-1-color: #154273;
55
+ --nl-paragraph-small-line-height: 150%;
56
+ --nl-paragraph-small-font-weight: 400;
57
+ --nl-paragraph-small-font-size: 1.125rem;
58
+ --nl-paragraph-small-color: #154273;
59
+ --nl-paragraph-lead-line-height: 150%;
60
+ --nl-paragraph-lead-font-weight: 400;
61
+ --nl-paragraph-lead-font-size: 1.5rem;
62
+ --nl-paragraph-lead-color: #154273;
63
+ --nl-paragraph-margin-block-start: 0;
64
+ --nl-paragraph-margin-block-end: 0;
65
+ --nl-paragraph-line-height: 150%;
66
+ --nl-paragraph-font-weight: 400;
67
+ --nl-paragraph-font-size: 1.25rem;
68
+ --nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
69
+ --nl-paragraph-color: #154273;
55
70
  --utrecht-focus-inverse-outline-color: transparant;
56
71
  --utrecht-focus-outline-width: 2px;
57
72
  --utrecht-focus-outline-style: solid;
@@ -451,21 +466,6 @@
451
466
  --utrecht-ordered-list-margin-block-start: 0.25rem;
452
467
  --utrecht-ordered-list-margin-block-end: 0.25rem;
453
468
  --utrecht-ordered-list-padding-inline-start: 1.5rem;
454
- --utrecht-paragraph-small-line-height: 150%;
455
- --utrecht-paragraph-small-font-weight: 400;
456
- --utrecht-paragraph-small-font-size: 1.125rem;
457
- --utrecht-paragraph-small-color: #154273;
458
- --utrecht-paragraph-lead-line-height: 150%;
459
- --utrecht-paragraph-lead-font-weight: 400;
460
- --utrecht-paragraph-lead-font-size: 1.5rem;
461
- --utrecht-paragraph-lead-color: #154273;
462
- --utrecht-paragraph-margin-block-start: 0;
463
- --utrecht-paragraph-margin-block-end: 0;
464
- --utrecht-paragraph-line-height: 150%;
465
- --utrecht-paragraph-font-weight: 400;
466
- --utrecht-paragraph-font-size: 1.25rem;
467
- --utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
468
- --utrecht-paragraph-color: #154273;
469
469
  --utrecht-pre-heading-font-size: 1rem;
470
470
  --utrecht-pre-heading-line-height: 125%;
471
471
  --utrecht-pre-heading-font-weight: 700;
@@ -1014,7 +1014,8 @@
1014
1014
  --rhc-file-input-feedback-color: #475569;
1015
1015
  --rhc-file-input-row-gap: 0.75rem;
1016
1016
  --rhc-file-input-column-gap: 0.75rem;
1017
- --rhc-page-footer-flex-direction: row;
1017
+ --rhc-page-footer-flex-direction: column;
1018
+ --rhc-page-footer-padding-inline-end: 2.5rem;
1018
1019
  --rhc-page-footer-padding-inline-start: 2.5rem;
1019
1020
  --rhc-page-footer-padding-block-end: 2.5rem;
1020
1021
  --rhc-page-footer-padding-block-start: 2.5rem;
@@ -1085,6 +1086,7 @@
1085
1086
  --rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1086
1087
  --rhc-message-list-item-content-row-gap: 0.5rem;
1087
1088
  --rhc-message-list-item-content-column-gap: 0.5rem;
1089
+ --rhc-message-list-item-content-font-size: 1.125rem;
1088
1090
  --rhc-message-list-item-padding-inline: 1rem;
1089
1091
  --rhc-message-list-item-padding-block: 0.75rem;
1090
1092
  --rhc-message-list-item-min-height: 48px;
@@ -1138,6 +1140,7 @@
1138
1140
  --rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1139
1141
  --rhc-navigation-list-item-content-row-gap: 0.25rem;
1140
1142
  --rhc-navigation-list-item-content-column-gap: 0.5rem;
1143
+ --rhc-navigation-list-item-content-font-size: 1.125rem;
1141
1144
  --rhc-navigation-list-item-icon-size: 24px;
1142
1145
  --rhc-navigation-list-item-icon-padding-block: 0.5rem;
1143
1146
  --rhc-navigation-list-item-icon-padding-inline: 0.5rem;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ * Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
  */
5
5
 
6
6
  export const rhcSubNavBarBackgroundColor : string;
@@ -61,6 +61,7 @@ export const rhcNavigationListIconColor : string;
61
61
  export const rhcNavigationListItemIconPaddingInline : string;
62
62
  export const rhcNavigationListItemIconPaddingBlock : string;
63
63
  export const rhcNavigationListItemIconSize : string;
64
+ export const rhcNavigationListItemContentFontSize : string;
64
65
  export const rhcNavigationListItemContentColumnGap : string;
65
66
  export const rhcNavigationListItemContentRowGap : string;
66
67
  export const rhcNavigationListItemLabelFontFamily : string;
@@ -114,6 +115,7 @@ export const rhcMessageListItemIconColor : string;
114
115
  export const rhcMessageListItemMinHeight : string;
115
116
  export const rhcMessageListItemPaddingBlock : string;
116
117
  export const rhcMessageListItemPaddingInline : string;
118
+ export const rhcMessageListItemContentFontSize : string;
117
119
  export const rhcMessageListItemContentColumnGap : string;
118
120
  export const rhcMessageListItemContentRowGap : string;
119
121
  export const rhcMessageListItemLabelFontFamily : string;
@@ -184,6 +186,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
184
186
  export const rhcPageFooterPaddingBlockStart : string;
185
187
  export const rhcPageFooterPaddingBlockEnd : string;
186
188
  export const rhcPageFooterPaddingInlineStart : string;
189
+ export const rhcPageFooterPaddingInlineEnd : string;
187
190
  export const rhcPageFooterFlexDirection : string;
188
191
  export const rhcFileInputColumnGap : string;
189
192
  export const rhcFileInputRowGap : string;
@@ -733,21 +736,6 @@ export const utrechtPreHeadingFontFamily : string;
733
736
  export const utrechtPreHeadingFontWeight : number;
734
737
  export const utrechtPreHeadingLineHeight : string;
735
738
  export const utrechtPreHeadingFontSize : string;
736
- export const utrechtParagraphColor : string;
737
- export const utrechtParagraphFontFamily : string;
738
- export const utrechtParagraphFontSize : string;
739
- export const utrechtParagraphFontWeight : number;
740
- export const utrechtParagraphLineHeight : string;
741
- export const utrechtParagraphMarginBlockEnd : number;
742
- export const utrechtParagraphMarginBlockStart : number;
743
- export const utrechtParagraphLeadColor : string;
744
- export const utrechtParagraphLeadFontSize : string;
745
- export const utrechtParagraphLeadFontWeight : number;
746
- export const utrechtParagraphLeadLineHeight : string;
747
- export const utrechtParagraphSmallColor : string;
748
- export const utrechtParagraphSmallFontSize : string;
749
- export const utrechtParagraphSmallFontWeight : number;
750
- export const utrechtParagraphSmallLineHeight : string;
751
739
  export const utrechtOrderedListPaddingInlineStart : string;
752
740
  export const utrechtOrderedListMarginBlockEnd : string;
753
741
  export const utrechtOrderedListMarginBlockStart : string;
@@ -1147,6 +1135,21 @@ export const utrechtFocusOutlineOffset : string;
1147
1135
  export const utrechtFocusOutlineStyle : string;
1148
1136
  export const utrechtFocusOutlineWidth : string;
1149
1137
  export const utrechtFocusInverseOutlineColor : string;
1138
+ export const nlParagraphColor : string;
1139
+ export const nlParagraphFontFamily : string;
1140
+ export const nlParagraphFontSize : string;
1141
+ export const nlParagraphFontWeight : number;
1142
+ export const nlParagraphLineHeight : string;
1143
+ export const nlParagraphMarginBlockEnd : number;
1144
+ export const nlParagraphMarginBlockStart : number;
1145
+ export const nlParagraphLeadColor : string;
1146
+ export const nlParagraphLeadFontSize : string;
1147
+ export const nlParagraphLeadFontWeight : number;
1148
+ export const nlParagraphLeadLineHeight : string;
1149
+ export const nlParagraphSmallColor : string;
1150
+ export const nlParagraphSmallFontSize : string;
1151
+ export const nlParagraphSmallFontWeight : number;
1152
+ export const nlParagraphSmallLineHeight : string;
1150
1153
  export const nlHeadingLevel1Color : string;
1151
1154
  export const nlHeadingLevel1FontFamily : string;
1152
1155
  export const nlHeadingLevel1FontWeight : number;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ * Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
  */
5
5
 
6
6
  export const rhcSubNavBarBackgroundColor = "#f2f4f6";
@@ -61,6 +61,7 @@ export const rhcNavigationListIconColor = "#fff";
61
61
  export const rhcNavigationListItemIconPaddingInline = "0.5rem";
62
62
  export const rhcNavigationListItemIconPaddingBlock = "0.5rem";
63
63
  export const rhcNavigationListItemIconSize = "24px";
64
+ export const rhcNavigationListItemContentFontSize = "1.125rem";
64
65
  export const rhcNavigationListItemContentColumnGap = "0.5rem";
65
66
  export const rhcNavigationListItemContentRowGap = "0.25rem";
66
67
  export const rhcNavigationListItemLabelFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
@@ -114,6 +115,7 @@ export const rhcMessageListItemIconColor = "#154273";
114
115
  export const rhcMessageListItemMinHeight = "48px";
115
116
  export const rhcMessageListItemPaddingBlock = "0.75rem";
116
117
  export const rhcMessageListItemPaddingInline = "1rem";
118
+ export const rhcMessageListItemContentFontSize = "1.125rem";
117
119
  export const rhcMessageListItemContentColumnGap = "0.5rem";
118
120
  export const rhcMessageListItemContentRowGap = "0.5rem";
119
121
  export const rhcMessageListItemLabelFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
@@ -184,7 +186,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
184
186
  export const rhcPageFooterPaddingBlockStart = "2.5rem";
185
187
  export const rhcPageFooterPaddingBlockEnd = "2.5rem";
186
188
  export const rhcPageFooterPaddingInlineStart = "2.5rem";
187
- export const rhcPageFooterFlexDirection = "row";
189
+ export const rhcPageFooterPaddingInlineEnd = "2.5rem";
190
+ export const rhcPageFooterFlexDirection = "column";
188
191
  export const rhcFileInputColumnGap = "0.75rem";
189
192
  export const rhcFileInputRowGap = "0.75rem";
190
193
  export const rhcFileInputFeedbackColor = "#475569";
@@ -733,21 +736,6 @@ export const utrechtPreHeadingFontFamily = "Fira Sans, Arial, Verdana, sans-seri
733
736
  export const utrechtPreHeadingFontWeight = 700;
734
737
  export const utrechtPreHeadingLineHeight = "125%";
735
738
  export const utrechtPreHeadingFontSize = "1rem";
736
- export const utrechtParagraphColor = "#154273";
737
- export const utrechtParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
738
- export const utrechtParagraphFontSize = "1.25rem";
739
- export const utrechtParagraphFontWeight = 400;
740
- export const utrechtParagraphLineHeight = "150%";
741
- export const utrechtParagraphMarginBlockEnd = 0;
742
- export const utrechtParagraphMarginBlockStart = 0;
743
- export const utrechtParagraphLeadColor = "#154273";
744
- export const utrechtParagraphLeadFontSize = "1.5rem";
745
- export const utrechtParagraphLeadFontWeight = 400;
746
- export const utrechtParagraphLeadLineHeight = "150%";
747
- export const utrechtParagraphSmallColor = "#154273";
748
- export const utrechtParagraphSmallFontSize = "1.125rem";
749
- export const utrechtParagraphSmallFontWeight = 400;
750
- export const utrechtParagraphSmallLineHeight = "150%";
751
739
  export const utrechtOrderedListPaddingInlineStart = "1.5rem";
752
740
  export const utrechtOrderedListMarginBlockEnd = "0.25rem";
753
741
  export const utrechtOrderedListMarginBlockStart = "0.25rem";
@@ -1147,6 +1135,21 @@ export const utrechtFocusOutlineOffset = "0.125rem";
1147
1135
  export const utrechtFocusOutlineStyle = "solid";
1148
1136
  export const utrechtFocusOutlineWidth = "2px";
1149
1137
  export const utrechtFocusInverseOutlineColor = "transparant";
1138
+ export const nlParagraphColor = "#154273";
1139
+ export const nlParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
1140
+ export const nlParagraphFontSize = "1.25rem";
1141
+ export const nlParagraphFontWeight = 400;
1142
+ export const nlParagraphLineHeight = "150%";
1143
+ export const nlParagraphMarginBlockEnd = 0;
1144
+ export const nlParagraphMarginBlockStart = 0;
1145
+ export const nlParagraphLeadColor = "#154273";
1146
+ export const nlParagraphLeadFontSize = "1.5rem";
1147
+ export const nlParagraphLeadFontWeight = 400;
1148
+ export const nlParagraphLeadLineHeight = "150%";
1149
+ export const nlParagraphSmallColor = "#154273";
1150
+ export const nlParagraphSmallFontSize = "1.125rem";
1151
+ export const nlParagraphSmallFontWeight = 400;
1152
+ export const nlParagraphSmallLineHeight = "150%";
1150
1153
  export const nlHeadingLevel1Color = "#154273";
1151
1154
  export const nlHeadingLevel1FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
1152
1155
  export const nlHeadingLevel1FontWeight = 700;
package/dist/index.json CHANGED
@@ -57,6 +57,7 @@
57
57
  "rhcNavigationListItemIconPaddingInline": "0.5rem",
58
58
  "rhcNavigationListItemIconPaddingBlock": "0.5rem",
59
59
  "rhcNavigationListItemIconSize": "24px",
60
+ "rhcNavigationListItemContentFontSize": "1.125rem",
60
61
  "rhcNavigationListItemContentColumnGap": "0.5rem",
61
62
  "rhcNavigationListItemContentRowGap": "0.25rem",
62
63
  "rhcNavigationListItemLabelFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
@@ -110,6 +111,7 @@
110
111
  "rhcMessageListItemMinHeight": "48px",
111
112
  "rhcMessageListItemPaddingBlock": "0.75rem",
112
113
  "rhcMessageListItemPaddingInline": "1rem",
114
+ "rhcMessageListItemContentFontSize": "1.125rem",
113
115
  "rhcMessageListItemContentColumnGap": "0.5rem",
114
116
  "rhcMessageListItemContentRowGap": "0.5rem",
115
117
  "rhcMessageListItemLabelFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
@@ -180,7 +182,8 @@
180
182
  "rhcPageFooterPaddingBlockStart": "2.5rem",
181
183
  "rhcPageFooterPaddingBlockEnd": "2.5rem",
182
184
  "rhcPageFooterPaddingInlineStart": "2.5rem",
183
- "rhcPageFooterFlexDirection": "row",
185
+ "rhcPageFooterPaddingInlineEnd": "2.5rem",
186
+ "rhcPageFooterFlexDirection": "column",
184
187
  "rhcFileInputColumnGap": "0.75rem",
185
188
  "rhcFileInputRowGap": "0.75rem",
186
189
  "rhcFileInputFeedbackColor": "#475569",
@@ -729,21 +732,6 @@
729
732
  "utrechtPreHeadingFontWeight": 700,
730
733
  "utrechtPreHeadingLineHeight": "125%",
731
734
  "utrechtPreHeadingFontSize": "1rem",
732
- "utrechtParagraphColor": "#154273",
733
- "utrechtParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
734
- "utrechtParagraphFontSize": "1.25rem",
735
- "utrechtParagraphFontWeight": 400,
736
- "utrechtParagraphLineHeight": "150%",
737
- "utrechtParagraphMarginBlockEnd": 0,
738
- "utrechtParagraphMarginBlockStart": 0,
739
- "utrechtParagraphLeadColor": "#154273",
740
- "utrechtParagraphLeadFontSize": "1.5rem",
741
- "utrechtParagraphLeadFontWeight": 400,
742
- "utrechtParagraphLeadLineHeight": "150%",
743
- "utrechtParagraphSmallColor": "#154273",
744
- "utrechtParagraphSmallFontSize": "1.125rem",
745
- "utrechtParagraphSmallFontWeight": 400,
746
- "utrechtParagraphSmallLineHeight": "150%",
747
735
  "utrechtOrderedListPaddingInlineStart": "1.5rem",
748
736
  "utrechtOrderedListMarginBlockEnd": "0.25rem",
749
737
  "utrechtOrderedListMarginBlockStart": "0.25rem",
@@ -1143,6 +1131,21 @@
1143
1131
  "utrechtFocusOutlineStyle": "solid",
1144
1132
  "utrechtFocusOutlineWidth": "2px",
1145
1133
  "utrechtFocusInverseOutlineColor": "transparant",
1134
+ "nlParagraphColor": "#154273",
1135
+ "nlParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1136
+ "nlParagraphFontSize": "1.25rem",
1137
+ "nlParagraphFontWeight": 400,
1138
+ "nlParagraphLineHeight": "150%",
1139
+ "nlParagraphMarginBlockEnd": 0,
1140
+ "nlParagraphMarginBlockStart": 0,
1141
+ "nlParagraphLeadColor": "#154273",
1142
+ "nlParagraphLeadFontSize": "1.5rem",
1143
+ "nlParagraphLeadFontWeight": 400,
1144
+ "nlParagraphLeadLineHeight": "150%",
1145
+ "nlParagraphSmallColor": "#154273",
1146
+ "nlParagraphSmallFontSize": "1.125rem",
1147
+ "nlParagraphSmallFontWeight": 400,
1148
+ "nlParagraphSmallLineHeight": "150%",
1146
1149
  "nlHeadingLevel1Color": "#154273",
1147
1150
  "nlHeadingLevel1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1148
1151
  "nlHeadingLevel1FontWeight": 700,
@@ -97,6 +97,7 @@
97
97
  "size": "24px"
98
98
  },
99
99
  "content": {
100
+ "font-size": "1.125rem",
100
101
  "column-gap": "0.5rem",
101
102
  "row-gap": "0.25rem"
102
103
  },
@@ -188,6 +189,7 @@
188
189
  "padding-block": "0.75rem",
189
190
  "padding-inline": "1rem",
190
191
  "content": {
192
+ "font-size": "1.125rem",
191
193
  "column-gap": "0.5rem",
192
194
  "row-gap": "0.5rem"
193
195
  },
@@ -308,10 +310,11 @@
308
310
  "padding": {
309
311
  "block-start": "2.5rem",
310
312
  "block-end": "2.5rem",
311
- "inline-start": "2.5rem"
313
+ "inline-start": "2.5rem",
314
+ "inline-end": "2.5rem"
312
315
  },
313
316
  "flex": {
314
- "direction": "row"
317
+ "direction": "column"
315
318
  }
316
319
  },
317
320
  "file-input": {
@@ -1134,27 +1137,6 @@
1134
1137
  "line-height": "125%",
1135
1138
  "font-size": "1rem"
1136
1139
  },
1137
- "paragraph": {
1138
- "color": "#154273",
1139
- "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1140
- "font-size": "1.25rem",
1141
- "font-weight": 400,
1142
- "line-height": "150%",
1143
- "margin-block-end": 0,
1144
- "margin-block-start": 0,
1145
- "lead": {
1146
- "color": "#154273",
1147
- "font-size": "1.5rem",
1148
- "font-weight": 400,
1149
- "line-height": "150%"
1150
- },
1151
- "small": {
1152
- "color": "#154273",
1153
- "font-size": "1.125rem",
1154
- "font-weight": 400,
1155
- "line-height": "150%"
1156
- }
1157
- },
1158
1140
  "ordered-list": {
1159
1141
  "padding-inline-start": "1.5rem",
1160
1142
  "margin-block-end": "0.25rem",
@@ -1784,6 +1766,27 @@
1784
1766
  }
1785
1767
  },
1786
1768
  "nl": {
1769
+ "paragraph": {
1770
+ "color": "#154273",
1771
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1772
+ "font-size": "1.25rem",
1773
+ "font-weight": 400,
1774
+ "line-height": "150%",
1775
+ "margin-block-end": 0,
1776
+ "margin-block-start": 0,
1777
+ "lead": {
1778
+ "color": "#154273",
1779
+ "font-size": "1.5rem",
1780
+ "font-weight": 400,
1781
+ "line-height": "150%"
1782
+ },
1783
+ "small": {
1784
+ "color": "#154273",
1785
+ "font-size": "1.125rem",
1786
+ "font-weight": 400,
1787
+ "line-height": "150%"
1788
+ }
1789
+ },
1787
1790
  "heading-level-1": {
1788
1791
  "color": "#154273",
1789
1792
  "font-family": "Fira Sans, Arial, Verdana, sans-serif",
package/dist/root.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ * Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -52,6 +52,21 @@
52
52
  --nl-heading-level-1-font-weight: 700;
53
53
  --nl-heading-level-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
54
54
  --nl-heading-level-1-color: #154273;
55
+ --nl-paragraph-small-line-height: 150%;
56
+ --nl-paragraph-small-font-weight: 400;
57
+ --nl-paragraph-small-font-size: 1.125rem;
58
+ --nl-paragraph-small-color: #154273;
59
+ --nl-paragraph-lead-line-height: 150%;
60
+ --nl-paragraph-lead-font-weight: 400;
61
+ --nl-paragraph-lead-font-size: 1.5rem;
62
+ --nl-paragraph-lead-color: #154273;
63
+ --nl-paragraph-margin-block-start: 0;
64
+ --nl-paragraph-margin-block-end: 0;
65
+ --nl-paragraph-line-height: 150%;
66
+ --nl-paragraph-font-weight: 400;
67
+ --nl-paragraph-font-size: 1.25rem;
68
+ --nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
69
+ --nl-paragraph-color: #154273;
55
70
  --utrecht-focus-inverse-outline-color: transparant;
56
71
  --utrecht-focus-outline-width: 2px;
57
72
  --utrecht-focus-outline-style: solid;
@@ -451,21 +466,6 @@
451
466
  --utrecht-ordered-list-margin-block-start: 0.25rem;
452
467
  --utrecht-ordered-list-margin-block-end: 0.25rem;
453
468
  --utrecht-ordered-list-padding-inline-start: 1.5rem;
454
- --utrecht-paragraph-small-line-height: 150%;
455
- --utrecht-paragraph-small-font-weight: 400;
456
- --utrecht-paragraph-small-font-size: 1.125rem;
457
- --utrecht-paragraph-small-color: #154273;
458
- --utrecht-paragraph-lead-line-height: 150%;
459
- --utrecht-paragraph-lead-font-weight: 400;
460
- --utrecht-paragraph-lead-font-size: 1.5rem;
461
- --utrecht-paragraph-lead-color: #154273;
462
- --utrecht-paragraph-margin-block-start: 0;
463
- --utrecht-paragraph-margin-block-end: 0;
464
- --utrecht-paragraph-line-height: 150%;
465
- --utrecht-paragraph-font-weight: 400;
466
- --utrecht-paragraph-font-size: 1.25rem;
467
- --utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
468
- --utrecht-paragraph-color: #154273;
469
469
  --utrecht-pre-heading-font-size: 1rem;
470
470
  --utrecht-pre-heading-line-height: 125%;
471
471
  --utrecht-pre-heading-font-weight: 700;
@@ -1014,7 +1014,8 @@
1014
1014
  --rhc-file-input-feedback-color: #475569;
1015
1015
  --rhc-file-input-row-gap: 0.75rem;
1016
1016
  --rhc-file-input-column-gap: 0.75rem;
1017
- --rhc-page-footer-flex-direction: row;
1017
+ --rhc-page-footer-flex-direction: column;
1018
+ --rhc-page-footer-padding-inline-end: 2.5rem;
1018
1019
  --rhc-page-footer-padding-inline-start: 2.5rem;
1019
1020
  --rhc-page-footer-padding-block-end: 2.5rem;
1020
1021
  --rhc-page-footer-padding-block-start: 2.5rem;
@@ -1085,6 +1086,7 @@
1085
1086
  --rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1086
1087
  --rhc-message-list-item-content-row-gap: 0.5rem;
1087
1088
  --rhc-message-list-item-content-column-gap: 0.5rem;
1089
+ --rhc-message-list-item-content-font-size: 1.125rem;
1088
1090
  --rhc-message-list-item-padding-inline: 1rem;
1089
1091
  --rhc-message-list-item-padding-block: 0.75rem;
1090
1092
  --rhc-message-list-item-min-height: 48px;
@@ -1138,6 +1140,7 @@
1138
1140
  --rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1139
1141
  --rhc-navigation-list-item-content-row-gap: 0.25rem;
1140
1142
  --rhc-navigation-list-item-content-column-gap: 0.5rem;
1143
+ --rhc-navigation-list-item-content-font-size: 1.125rem;
1141
1144
  --rhc-navigation-list-item-icon-size: 24px;
1142
1145
  --rhc-navigation-list-item-icon-padding-block: 0.5rem;
1143
1146
  --rhc-navigation-list-item-icon-padding-inline: 0.5rem;
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 15:07:28 GMT
3
+ * Generated on Fri, 14 Feb 2025 08:43:17 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -120,6 +120,7 @@ declare const tokens: {
120
120
  "size": DesignToken
121
121
  },
122
122
  "content": {
123
+ "font-size": DesignToken,
123
124
  "column-gap": DesignToken,
124
125
  "row-gap": DesignToken
125
126
  },
@@ -211,6 +212,7 @@ declare const tokens: {
211
212
  "padding-block": DesignToken,
212
213
  "padding-inline": DesignToken,
213
214
  "content": {
215
+ "font-size": DesignToken,
214
216
  "column-gap": DesignToken,
215
217
  "row-gap": DesignToken
216
218
  },
@@ -331,7 +333,8 @@ declare const tokens: {
331
333
  "padding": {
332
334
  "block-start": DesignToken,
333
335
  "block-end": DesignToken,
334
- "inline-start": DesignToken
336
+ "inline-start": DesignToken,
337
+ "inline-end": DesignToken
335
338
  },
336
339
  "flex": {
337
340
  "direction": DesignToken
@@ -1157,27 +1160,6 @@ declare const tokens: {
1157
1160
  "line-height": DesignToken,
1158
1161
  "font-size": DesignToken
1159
1162
  },
1160
- "paragraph": {
1161
- "color": DesignToken,
1162
- "font-family": DesignToken,
1163
- "font-size": DesignToken,
1164
- "font-weight": DesignToken,
1165
- "line-height": DesignToken,
1166
- "margin-block-end": DesignToken,
1167
- "margin-block-start": DesignToken,
1168
- "lead": {
1169
- "color": DesignToken,
1170
- "font-size": DesignToken,
1171
- "font-weight": DesignToken,
1172
- "line-height": DesignToken
1173
- },
1174
- "small": {
1175
- "color": DesignToken,
1176
- "font-size": DesignToken,
1177
- "font-weight": DesignToken,
1178
- "line-height": DesignToken
1179
- }
1180
- },
1181
1163
  "ordered-list": {
1182
1164
  "padding-inline-start": DesignToken,
1183
1165
  "margin-block-end": DesignToken,
@@ -1807,6 +1789,27 @@ declare const tokens: {
1807
1789
  }
1808
1790
  },
1809
1791
  "nl": {
1792
+ "paragraph": {
1793
+ "color": DesignToken,
1794
+ "font-family": DesignToken,
1795
+ "font-size": DesignToken,
1796
+ "font-weight": DesignToken,
1797
+ "line-height": DesignToken,
1798
+ "margin-block-end": DesignToken,
1799
+ "margin-block-start": DesignToken,
1800
+ "lead": {
1801
+ "color": DesignToken,
1802
+ "font-size": DesignToken,
1803
+ "font-weight": DesignToken,
1804
+ "line-height": DesignToken
1805
+ },
1806
+ "small": {
1807
+ "color": DesignToken,
1808
+ "font-size": DesignToken,
1809
+ "font-weight": DesignToken,
1810
+ "line-height": DesignToken
1811
+ }
1812
+ },
1810
1813
  "heading-level-1": {
1811
1814
  "color": DesignToken,
1812
1815
  "font-family": DesignToken,