@rijkshuisstijl-community/design-tokens 1.0.0-alpha.153 → 1.0.0-alpha.155
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/dist/_variables.scss +18 -16
- package/dist/index.css +18 -16
- package/dist/index.d.ts +18 -16
- package/dist/index.js +18 -16
- package/dist/index.json +17 -15
- package/dist/index.tokens.json +23 -21
- package/dist/root.css +18 -16
- package/dist/tokens.d.ts +24 -22
- package/dist/tokens.js +582 -532
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.css +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.js +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.json +17 -15
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +23 -21
- package/dist/uitvoerend-mintgroen-focus/root.css +18 -16
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +24 -22
- package/dist/uitvoerend-mintgroen-focus/tokens.js +582 -532
- package/dist/uitvoerend-violet/_variables.scss +18 -16
- package/dist/uitvoerend-violet/index.css +18 -16
- package/dist/uitvoerend-violet/index.d.ts +18 -16
- package/dist/uitvoerend-violet/index.js +18 -16
- package/dist/uitvoerend-violet/index.json +17 -15
- package/dist/uitvoerend-violet/index.tokens.json +23 -21
- package/dist/uitvoerend-violet/root.css +18 -16
- package/dist/uitvoerend-violet/tokens.d.ts +24 -22
- package/dist/uitvoerend-violet/tokens.js +582 -532
- package/dist/uitvoerend-violet-oud/_variables.scss +18 -16
- package/dist/uitvoerend-violet-oud/index.css +18 -16
- package/dist/uitvoerend-violet-oud/index.d.ts +18 -16
- package/dist/uitvoerend-violet-oud/index.js +18 -16
- package/dist/uitvoerend-violet-oud/index.json +17 -15
- package/dist/uitvoerend-violet-oud/index.tokens.json +23 -21
- package/dist/uitvoerend-violet-oud/root.css +18 -16
- package/dist/uitvoerend-violet-oud/tokens.d.ts +24 -22
- package/dist/uitvoerend-violet-oud/tokens.js +582 -532
- package/dist/wetgevend/_variables.scss +18 -16
- package/dist/wetgevend/index.css +18 -16
- package/dist/wetgevend/index.d.ts +18 -16
- package/dist/wetgevend/index.js +18 -16
- package/dist/wetgevend/index.json +17 -15
- package/dist/wetgevend/index.tokens.json +23 -21
- package/dist/wetgevend/root.css +18 -16
- package/dist/wetgevend/tokens.d.ts +24 -22
- package/dist/wetgevend/tokens.js +582 -532
- package/figma/figma.tokens.json +9 -1
- package/package.json +2 -2
- package/src/generated/base.tokens.json +74 -66
- package/src/generated/themes.json +342 -310
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +74 -66
- package/src/generated/uitvoerend-violet/tokens.json +74 -66
- package/src/generated/uitvoerend-violet-oud/tokens.json +74 -66
- package/src/generated/wetgevend/tokens.json +74 -66
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 13 Feb 2025 15:08:46 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
|
$denhaag-sidenav-link-focus-background-color: #FDD370;
|
|
54
69
|
$todo-pagination-page-link-focus-background-color: #FDD370;
|
|
55
70
|
$todo-nav-bar-link-focus-background-color: #FDD370;
|
|
@@ -267,21 +282,6 @@ $utrecht-ordered-list-margin-inline-start: 0.625rem;
|
|
|
267
282
|
$utrecht-ordered-list-margin-block-start: 0.25rem;
|
|
268
283
|
$utrecht-ordered-list-margin-block-end: 0.25rem;
|
|
269
284
|
$utrecht-ordered-list-padding-inline-start: 1.5rem;
|
|
270
|
-
$utrecht-paragraph-small-line-height: 150%;
|
|
271
|
-
$utrecht-paragraph-small-font-weight: 400;
|
|
272
|
-
$utrecht-paragraph-small-font-size: 1.125rem;
|
|
273
|
-
$utrecht-paragraph-small-color: #154273;
|
|
274
|
-
$utrecht-paragraph-lead-line-height: 150%;
|
|
275
|
-
$utrecht-paragraph-lead-font-weight: 400;
|
|
276
|
-
$utrecht-paragraph-lead-font-size: 1.5rem;
|
|
277
|
-
$utrecht-paragraph-lead-color: #154273;
|
|
278
|
-
$utrecht-paragraph-margin-block-start: 0;
|
|
279
|
-
$utrecht-paragraph-margin-block-end: 0;
|
|
280
|
-
$utrecht-paragraph-line-height: 150%;
|
|
281
|
-
$utrecht-paragraph-font-weight: 400;
|
|
282
|
-
$utrecht-paragraph-font-size: 1.25rem;
|
|
283
|
-
$utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
284
|
-
$utrecht-paragraph-color: #154273;
|
|
285
285
|
$utrecht-radio-button-border-width: 1px;
|
|
286
286
|
$utrecht-radio-button-border-radius: 999px;
|
|
287
287
|
$utrecht-radio-button-hover-border-width: 1px;
|
|
@@ -938,6 +938,7 @@ $rhc-message-list-item-label-font-size: 1.25rem;
|
|
|
938
938
|
$rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
939
939
|
$rhc-message-list-item-content-row-gap: 0.5rem;
|
|
940
940
|
$rhc-message-list-item-content-column-gap: 0.5rem;
|
|
941
|
+
$rhc-message-list-item-content-font-size: 1.125rem;
|
|
941
942
|
$rhc-message-list-item-padding-inline: 1rem;
|
|
942
943
|
$rhc-message-list-item-padding-block: 0.75rem;
|
|
943
944
|
$rhc-message-list-item-min-height: 48px;
|
|
@@ -991,6 +992,7 @@ $rhc-navigation-list-item-label-font-size: 1.875rem;
|
|
|
991
992
|
$rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
992
993
|
$rhc-navigation-list-item-content-row-gap: 0.25rem;
|
|
993
994
|
$rhc-navigation-list-item-content-column-gap: 0.5rem;
|
|
995
|
+
$rhc-navigation-list-item-content-font-size: 1.125rem;
|
|
994
996
|
$rhc-navigation-list-item-icon-size: 24px;
|
|
995
997
|
$rhc-navigation-list-item-icon-padding-block: 0.5rem;
|
|
996
998
|
$rhc-navigation-list-item-icon-padding-inline: 0.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 13 Feb 2025 15:08:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-mintgroen-focus {
|
|
@@ -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
|
--denhaag-sidenav-link-focus-background-color: #FDD370;
|
|
56
71
|
--todo-pagination-page-link-focus-background-color: #FDD370;
|
|
57
72
|
--todo-nav-bar-link-focus-background-color: #FDD370;
|
|
@@ -269,21 +284,6 @@
|
|
|
269
284
|
--utrecht-ordered-list-margin-block-start: 0.25rem;
|
|
270
285
|
--utrecht-ordered-list-margin-block-end: 0.25rem;
|
|
271
286
|
--utrecht-ordered-list-padding-inline-start: 1.5rem;
|
|
272
|
-
--utrecht-paragraph-small-line-height: 150%;
|
|
273
|
-
--utrecht-paragraph-small-font-weight: 400;
|
|
274
|
-
--utrecht-paragraph-small-font-size: 1.125rem;
|
|
275
|
-
--utrecht-paragraph-small-color: #154273;
|
|
276
|
-
--utrecht-paragraph-lead-line-height: 150%;
|
|
277
|
-
--utrecht-paragraph-lead-font-weight: 400;
|
|
278
|
-
--utrecht-paragraph-lead-font-size: 1.5rem;
|
|
279
|
-
--utrecht-paragraph-lead-color: #154273;
|
|
280
|
-
--utrecht-paragraph-margin-block-start: 0;
|
|
281
|
-
--utrecht-paragraph-margin-block-end: 0;
|
|
282
|
-
--utrecht-paragraph-line-height: 150%;
|
|
283
|
-
--utrecht-paragraph-font-weight: 400;
|
|
284
|
-
--utrecht-paragraph-font-size: 1.25rem;
|
|
285
|
-
--utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
286
|
-
--utrecht-paragraph-color: #154273;
|
|
287
287
|
--utrecht-radio-button-border-width: 1px;
|
|
288
288
|
--utrecht-radio-button-border-radius: 999px;
|
|
289
289
|
--utrecht-radio-button-hover-border-width: 1px;
|
|
@@ -940,6 +940,7 @@
|
|
|
940
940
|
--rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
941
941
|
--rhc-message-list-item-content-row-gap: 0.5rem;
|
|
942
942
|
--rhc-message-list-item-content-column-gap: 0.5rem;
|
|
943
|
+
--rhc-message-list-item-content-font-size: 1.125rem;
|
|
943
944
|
--rhc-message-list-item-padding-inline: 1rem;
|
|
944
945
|
--rhc-message-list-item-padding-block: 0.75rem;
|
|
945
946
|
--rhc-message-list-item-min-height: 48px;
|
|
@@ -993,6 +994,7 @@
|
|
|
993
994
|
--rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
994
995
|
--rhc-navigation-list-item-content-row-gap: 0.25rem;
|
|
995
996
|
--rhc-navigation-list-item-content-column-gap: 0.5rem;
|
|
997
|
+
--rhc-navigation-list-item-content-font-size: 1.125rem;
|
|
996
998
|
--rhc-navigation-list-item-icon-size: 24px;
|
|
997
999
|
--rhc-navigation-list-item-icon-padding-block: 0.5rem;
|
|
998
1000
|
--rhc-navigation-list-item-icon-padding-inline: 0.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 13 Feb 2025 15:08:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 : string;
|
|
@@ -208,6 +208,7 @@ export const rhcNavigationListIconColor : string;
|
|
|
208
208
|
export const rhcNavigationListItemIconPaddingInline : string;
|
|
209
209
|
export const rhcNavigationListItemIconPaddingBlock : string;
|
|
210
210
|
export const rhcNavigationListItemIconSize : string;
|
|
211
|
+
export const rhcNavigationListItemContentFontSize : string;
|
|
211
212
|
export const rhcNavigationListItemContentColumnGap : string;
|
|
212
213
|
export const rhcNavigationListItemContentRowGap : string;
|
|
213
214
|
export const rhcNavigationListItemLabelFontFamily : string;
|
|
@@ -261,6 +262,7 @@ export const rhcMessageListItemIconColor : string;
|
|
|
261
262
|
export const rhcMessageListItemMinHeight : string;
|
|
262
263
|
export const rhcMessageListItemPaddingBlock : string;
|
|
263
264
|
export const rhcMessageListItemPaddingInline : string;
|
|
265
|
+
export const rhcMessageListItemContentFontSize : string;
|
|
264
266
|
export const rhcMessageListItemContentColumnGap : string;
|
|
265
267
|
export const rhcMessageListItemContentRowGap : string;
|
|
266
268
|
export const rhcMessageListItemLabelFontFamily : string;
|
|
@@ -917,21 +919,6 @@ export const utrechtRadioButtonHoverBorderColor : string;
|
|
|
917
919
|
export const utrechtRadioButtonHoverBorderWidth : string;
|
|
918
920
|
export const utrechtRadioButtonBorderRadius : string;
|
|
919
921
|
export const utrechtRadioButtonBorderWidth : string;
|
|
920
|
-
export const utrechtParagraphColor : string;
|
|
921
|
-
export const utrechtParagraphFontFamily : string;
|
|
922
|
-
export const utrechtParagraphFontSize : string;
|
|
923
|
-
export const utrechtParagraphFontWeight : number;
|
|
924
|
-
export const utrechtParagraphLineHeight : string;
|
|
925
|
-
export const utrechtParagraphMarginBlockEnd : number;
|
|
926
|
-
export const utrechtParagraphMarginBlockStart : number;
|
|
927
|
-
export const utrechtParagraphLeadColor : string;
|
|
928
|
-
export const utrechtParagraphLeadFontSize : string;
|
|
929
|
-
export const utrechtParagraphLeadFontWeight : number;
|
|
930
|
-
export const utrechtParagraphLeadLineHeight : string;
|
|
931
|
-
export const utrechtParagraphSmallColor : string;
|
|
932
|
-
export const utrechtParagraphSmallFontSize : string;
|
|
933
|
-
export const utrechtParagraphSmallFontWeight : number;
|
|
934
|
-
export const utrechtParagraphSmallLineHeight : string;
|
|
935
922
|
export const utrechtOrderedListPaddingInlineStart : string;
|
|
936
923
|
export const utrechtOrderedListMarginBlockEnd : string;
|
|
937
924
|
export const utrechtOrderedListMarginBlockStart : string;
|
|
@@ -1149,6 +1136,21 @@ export const overwriteFocusBackground : string;
|
|
|
1149
1136
|
export const todoNavBarLinkFocusBackgroundColor : string;
|
|
1150
1137
|
export const todoPaginationPageLinkFocusBackgroundColor : string;
|
|
1151
1138
|
export const denhaagSidenavLinkFocusBackgroundColor : string;
|
|
1139
|
+
export const nlParagraphColor : string;
|
|
1140
|
+
export const nlParagraphFontFamily : string;
|
|
1141
|
+
export const nlParagraphFontSize : string;
|
|
1142
|
+
export const nlParagraphFontWeight : number;
|
|
1143
|
+
export const nlParagraphLineHeight : string;
|
|
1144
|
+
export const nlParagraphMarginBlockEnd : number;
|
|
1145
|
+
export const nlParagraphMarginBlockStart : number;
|
|
1146
|
+
export const nlParagraphLeadColor : string;
|
|
1147
|
+
export const nlParagraphLeadFontSize : string;
|
|
1148
|
+
export const nlParagraphLeadFontWeight : number;
|
|
1149
|
+
export const nlParagraphLeadLineHeight : string;
|
|
1150
|
+
export const nlParagraphSmallColor : string;
|
|
1151
|
+
export const nlParagraphSmallFontSize : string;
|
|
1152
|
+
export const nlParagraphSmallFontWeight : number;
|
|
1153
|
+
export const nlParagraphSmallLineHeight : string;
|
|
1152
1154
|
export const nlHeadingLevel1Color : string;
|
|
1153
1155
|
export const nlHeadingLevel1FontFamily : string;
|
|
1154
1156
|
export const nlHeadingLevel1FontWeight : number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 13 Feb 2025 15:08:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 = "#eaf8f4";
|
|
@@ -208,6 +208,7 @@ export const rhcNavigationListIconColor = "#fff";
|
|
|
208
208
|
export const rhcNavigationListItemIconPaddingInline = "0.5rem";
|
|
209
209
|
export const rhcNavigationListItemIconPaddingBlock = "0.5rem";
|
|
210
210
|
export const rhcNavigationListItemIconSize = "24px";
|
|
211
|
+
export const rhcNavigationListItemContentFontSize = "1.125rem";
|
|
211
212
|
export const rhcNavigationListItemContentColumnGap = "0.5rem";
|
|
212
213
|
export const rhcNavigationListItemContentRowGap = "0.25rem";
|
|
213
214
|
export const rhcNavigationListItemLabelFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
@@ -261,6 +262,7 @@ export const rhcMessageListItemIconColor = "#154273";
|
|
|
261
262
|
export const rhcMessageListItemMinHeight = "48px";
|
|
262
263
|
export const rhcMessageListItemPaddingBlock = "0.75rem";
|
|
263
264
|
export const rhcMessageListItemPaddingInline = "1rem";
|
|
265
|
+
export const rhcMessageListItemContentFontSize = "1.125rem";
|
|
264
266
|
export const rhcMessageListItemContentColumnGap = "0.5rem";
|
|
265
267
|
export const rhcMessageListItemContentRowGap = "0.5rem";
|
|
266
268
|
export const rhcMessageListItemLabelFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
@@ -917,21 +919,6 @@ export const utrechtRadioButtonHoverBorderColor = "#738eab";
|
|
|
917
919
|
export const utrechtRadioButtonHoverBorderWidth = "1px";
|
|
918
920
|
export const utrechtRadioButtonBorderRadius = "999px";
|
|
919
921
|
export const utrechtRadioButtonBorderWidth = "1px";
|
|
920
|
-
export const utrechtParagraphColor = "#154273";
|
|
921
|
-
export const utrechtParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
922
|
-
export const utrechtParagraphFontSize = "1.25rem";
|
|
923
|
-
export const utrechtParagraphFontWeight = 400;
|
|
924
|
-
export const utrechtParagraphLineHeight = "150%";
|
|
925
|
-
export const utrechtParagraphMarginBlockEnd = 0;
|
|
926
|
-
export const utrechtParagraphMarginBlockStart = 0;
|
|
927
|
-
export const utrechtParagraphLeadColor = "#154273";
|
|
928
|
-
export const utrechtParagraphLeadFontSize = "1.5rem";
|
|
929
|
-
export const utrechtParagraphLeadFontWeight = 400;
|
|
930
|
-
export const utrechtParagraphLeadLineHeight = "150%";
|
|
931
|
-
export const utrechtParagraphSmallColor = "#154273";
|
|
932
|
-
export const utrechtParagraphSmallFontSize = "1.125rem";
|
|
933
|
-
export const utrechtParagraphSmallFontWeight = 400;
|
|
934
|
-
export const utrechtParagraphSmallLineHeight = "150%";
|
|
935
922
|
export const utrechtOrderedListPaddingInlineStart = "1.5rem";
|
|
936
923
|
export const utrechtOrderedListMarginBlockEnd = "0.25rem";
|
|
937
924
|
export const utrechtOrderedListMarginBlockStart = "0.25rem";
|
|
@@ -1149,6 +1136,21 @@ export const overwriteFocusBackground = "#FDD370";
|
|
|
1149
1136
|
export const todoNavBarLinkFocusBackgroundColor = "#FDD370";
|
|
1150
1137
|
export const todoPaginationPageLinkFocusBackgroundColor = "#FDD370";
|
|
1151
1138
|
export const denhaagSidenavLinkFocusBackgroundColor = "#FDD370";
|
|
1139
|
+
export const nlParagraphColor = "#154273";
|
|
1140
|
+
export const nlParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1141
|
+
export const nlParagraphFontSize = "1.25rem";
|
|
1142
|
+
export const nlParagraphFontWeight = 400;
|
|
1143
|
+
export const nlParagraphLineHeight = "150%";
|
|
1144
|
+
export const nlParagraphMarginBlockEnd = 0;
|
|
1145
|
+
export const nlParagraphMarginBlockStart = 0;
|
|
1146
|
+
export const nlParagraphLeadColor = "#154273";
|
|
1147
|
+
export const nlParagraphLeadFontSize = "1.5rem";
|
|
1148
|
+
export const nlParagraphLeadFontWeight = 400;
|
|
1149
|
+
export const nlParagraphLeadLineHeight = "150%";
|
|
1150
|
+
export const nlParagraphSmallColor = "#154273";
|
|
1151
|
+
export const nlParagraphSmallFontSize = "1.125rem";
|
|
1152
|
+
export const nlParagraphSmallFontWeight = 400;
|
|
1153
|
+
export const nlParagraphSmallLineHeight = "150%";
|
|
1152
1154
|
export const nlHeadingLevel1Color = "#154273";
|
|
1153
1155
|
export const nlHeadingLevel1FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1154
1156
|
export const nlHeadingLevel1FontWeight = 700;
|
|
@@ -204,6 +204,7 @@
|
|
|
204
204
|
"rhcNavigationListItemIconPaddingInline": "0.5rem",
|
|
205
205
|
"rhcNavigationListItemIconPaddingBlock": "0.5rem",
|
|
206
206
|
"rhcNavigationListItemIconSize": "24px",
|
|
207
|
+
"rhcNavigationListItemContentFontSize": "1.125rem",
|
|
207
208
|
"rhcNavigationListItemContentColumnGap": "0.5rem",
|
|
208
209
|
"rhcNavigationListItemContentRowGap": "0.25rem",
|
|
209
210
|
"rhcNavigationListItemLabelFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
@@ -257,6 +258,7 @@
|
|
|
257
258
|
"rhcMessageListItemMinHeight": "48px",
|
|
258
259
|
"rhcMessageListItemPaddingBlock": "0.75rem",
|
|
259
260
|
"rhcMessageListItemPaddingInline": "1rem",
|
|
261
|
+
"rhcMessageListItemContentFontSize": "1.125rem",
|
|
260
262
|
"rhcMessageListItemContentColumnGap": "0.5rem",
|
|
261
263
|
"rhcMessageListItemContentRowGap": "0.5rem",
|
|
262
264
|
"rhcMessageListItemLabelFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
@@ -913,21 +915,6 @@
|
|
|
913
915
|
"utrechtRadioButtonHoverBorderWidth": "1px",
|
|
914
916
|
"utrechtRadioButtonBorderRadius": "999px",
|
|
915
917
|
"utrechtRadioButtonBorderWidth": "1px",
|
|
916
|
-
"utrechtParagraphColor": "#154273",
|
|
917
|
-
"utrechtParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
918
|
-
"utrechtParagraphFontSize": "1.25rem",
|
|
919
|
-
"utrechtParagraphFontWeight": 400,
|
|
920
|
-
"utrechtParagraphLineHeight": "150%",
|
|
921
|
-
"utrechtParagraphMarginBlockEnd": 0,
|
|
922
|
-
"utrechtParagraphMarginBlockStart": 0,
|
|
923
|
-
"utrechtParagraphLeadColor": "#154273",
|
|
924
|
-
"utrechtParagraphLeadFontSize": "1.5rem",
|
|
925
|
-
"utrechtParagraphLeadFontWeight": 400,
|
|
926
|
-
"utrechtParagraphLeadLineHeight": "150%",
|
|
927
|
-
"utrechtParagraphSmallColor": "#154273",
|
|
928
|
-
"utrechtParagraphSmallFontSize": "1.125rem",
|
|
929
|
-
"utrechtParagraphSmallFontWeight": 400,
|
|
930
|
-
"utrechtParagraphSmallLineHeight": "150%",
|
|
931
918
|
"utrechtOrderedListPaddingInlineStart": "1.5rem",
|
|
932
919
|
"utrechtOrderedListMarginBlockEnd": "0.25rem",
|
|
933
920
|
"utrechtOrderedListMarginBlockStart": "0.25rem",
|
|
@@ -1145,6 +1132,21 @@
|
|
|
1145
1132
|
"todoNavBarLinkFocusBackgroundColor": "#FDD370",
|
|
1146
1133
|
"todoPaginationPageLinkFocusBackgroundColor": "#FDD370",
|
|
1147
1134
|
"denhaagSidenavLinkFocusBackgroundColor": "#FDD370",
|
|
1135
|
+
"nlParagraphColor": "#154273",
|
|
1136
|
+
"nlParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1137
|
+
"nlParagraphFontSize": "1.25rem",
|
|
1138
|
+
"nlParagraphFontWeight": 400,
|
|
1139
|
+
"nlParagraphLineHeight": "150%",
|
|
1140
|
+
"nlParagraphMarginBlockEnd": 0,
|
|
1141
|
+
"nlParagraphMarginBlockStart": 0,
|
|
1142
|
+
"nlParagraphLeadColor": "#154273",
|
|
1143
|
+
"nlParagraphLeadFontSize": "1.5rem",
|
|
1144
|
+
"nlParagraphLeadFontWeight": 400,
|
|
1145
|
+
"nlParagraphLeadLineHeight": "150%",
|
|
1146
|
+
"nlParagraphSmallColor": "#154273",
|
|
1147
|
+
"nlParagraphSmallFontSize": "1.125rem",
|
|
1148
|
+
"nlParagraphSmallFontWeight": 400,
|
|
1149
|
+
"nlParagraphSmallLineHeight": "150%",
|
|
1148
1150
|
"nlHeadingLevel1Color": "#154273",
|
|
1149
1151
|
"nlHeadingLevel1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1150
1152
|
"nlHeadingLevel1FontWeight": 700,
|
|
@@ -304,6 +304,7 @@
|
|
|
304
304
|
"size": "24px"
|
|
305
305
|
},
|
|
306
306
|
"content": {
|
|
307
|
+
"font-size": "1.125rem",
|
|
307
308
|
"column-gap": "0.5rem",
|
|
308
309
|
"row-gap": "0.25rem"
|
|
309
310
|
},
|
|
@@ -395,6 +396,7 @@
|
|
|
395
396
|
"padding-block": "0.75rem",
|
|
396
397
|
"padding-inline": "1rem",
|
|
397
398
|
"content": {
|
|
399
|
+
"font-size": "1.125rem",
|
|
398
400
|
"column-gap": "0.5rem",
|
|
399
401
|
"row-gap": "0.5rem"
|
|
400
402
|
},
|
|
@@ -1428,27 +1430,6 @@
|
|
|
1428
1430
|
"border-radius": "999px",
|
|
1429
1431
|
"border-width": "1px"
|
|
1430
1432
|
},
|
|
1431
|
-
"paragraph": {
|
|
1432
|
-
"color": "#154273",
|
|
1433
|
-
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1434
|
-
"font-size": "1.25rem",
|
|
1435
|
-
"font-weight": 400,
|
|
1436
|
-
"line-height": "150%",
|
|
1437
|
-
"margin-block-end": 0,
|
|
1438
|
-
"margin-block-start": 0,
|
|
1439
|
-
"lead": {
|
|
1440
|
-
"color": "#154273",
|
|
1441
|
-
"font-size": "1.5rem",
|
|
1442
|
-
"font-weight": 400,
|
|
1443
|
-
"line-height": "150%"
|
|
1444
|
-
},
|
|
1445
|
-
"small": {
|
|
1446
|
-
"color": "#154273",
|
|
1447
|
-
"font-size": "1.125rem",
|
|
1448
|
-
"font-weight": 400,
|
|
1449
|
-
"line-height": "150%"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
1433
|
"ordered-list": {
|
|
1453
1434
|
"padding-inline-start": "1.5rem",
|
|
1454
1435
|
"margin-block-end": "0.25rem",
|
|
@@ -1820,6 +1801,27 @@
|
|
|
1820
1801
|
}
|
|
1821
1802
|
},
|
|
1822
1803
|
"nl": {
|
|
1804
|
+
"paragraph": {
|
|
1805
|
+
"color": "#154273",
|
|
1806
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1807
|
+
"font-size": "1.25rem",
|
|
1808
|
+
"font-weight": 400,
|
|
1809
|
+
"line-height": "150%",
|
|
1810
|
+
"margin-block-end": 0,
|
|
1811
|
+
"margin-block-start": 0,
|
|
1812
|
+
"lead": {
|
|
1813
|
+
"color": "#154273",
|
|
1814
|
+
"font-size": "1.5rem",
|
|
1815
|
+
"font-weight": 400,
|
|
1816
|
+
"line-height": "150%"
|
|
1817
|
+
},
|
|
1818
|
+
"small": {
|
|
1819
|
+
"color": "#154273",
|
|
1820
|
+
"font-size": "1.125rem",
|
|
1821
|
+
"font-weight": 400,
|
|
1822
|
+
"line-height": "150%"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1823
1825
|
"heading-level-1": {
|
|
1824
1826
|
"color": "#154273",
|
|
1825
1827
|
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 13 Feb 2025 15:08:46 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
|
--denhaag-sidenav-link-focus-background-color: #FDD370;
|
|
56
71
|
--todo-pagination-page-link-focus-background-color: #FDD370;
|
|
57
72
|
--todo-nav-bar-link-focus-background-color: #FDD370;
|
|
@@ -269,21 +284,6 @@
|
|
|
269
284
|
--utrecht-ordered-list-margin-block-start: 0.25rem;
|
|
270
285
|
--utrecht-ordered-list-margin-block-end: 0.25rem;
|
|
271
286
|
--utrecht-ordered-list-padding-inline-start: 1.5rem;
|
|
272
|
-
--utrecht-paragraph-small-line-height: 150%;
|
|
273
|
-
--utrecht-paragraph-small-font-weight: 400;
|
|
274
|
-
--utrecht-paragraph-small-font-size: 1.125rem;
|
|
275
|
-
--utrecht-paragraph-small-color: #154273;
|
|
276
|
-
--utrecht-paragraph-lead-line-height: 150%;
|
|
277
|
-
--utrecht-paragraph-lead-font-weight: 400;
|
|
278
|
-
--utrecht-paragraph-lead-font-size: 1.5rem;
|
|
279
|
-
--utrecht-paragraph-lead-color: #154273;
|
|
280
|
-
--utrecht-paragraph-margin-block-start: 0;
|
|
281
|
-
--utrecht-paragraph-margin-block-end: 0;
|
|
282
|
-
--utrecht-paragraph-line-height: 150%;
|
|
283
|
-
--utrecht-paragraph-font-weight: 400;
|
|
284
|
-
--utrecht-paragraph-font-size: 1.25rem;
|
|
285
|
-
--utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
286
|
-
--utrecht-paragraph-color: #154273;
|
|
287
287
|
--utrecht-radio-button-border-width: 1px;
|
|
288
288
|
--utrecht-radio-button-border-radius: 999px;
|
|
289
289
|
--utrecht-radio-button-hover-border-width: 1px;
|
|
@@ -940,6 +940,7 @@
|
|
|
940
940
|
--rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
941
941
|
--rhc-message-list-item-content-row-gap: 0.5rem;
|
|
942
942
|
--rhc-message-list-item-content-column-gap: 0.5rem;
|
|
943
|
+
--rhc-message-list-item-content-font-size: 1.125rem;
|
|
943
944
|
--rhc-message-list-item-padding-inline: 1rem;
|
|
944
945
|
--rhc-message-list-item-padding-block: 0.75rem;
|
|
945
946
|
--rhc-message-list-item-min-height: 48px;
|
|
@@ -993,6 +994,7 @@
|
|
|
993
994
|
--rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
994
995
|
--rhc-navigation-list-item-content-row-gap: 0.25rem;
|
|
995
996
|
--rhc-navigation-list-item-content-column-gap: 0.5rem;
|
|
997
|
+
--rhc-navigation-list-item-content-font-size: 1.125rem;
|
|
996
998
|
--rhc-navigation-list-item-icon-size: 24px;
|
|
997
999
|
--rhc-navigation-list-item-icon-padding-block: 0.5rem;
|
|
998
1000
|
--rhc-navigation-list-item-icon-padding-inline: 0.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 13 Feb 2025 15:08:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -327,6 +327,7 @@ declare const tokens: {
|
|
|
327
327
|
"size": DesignToken
|
|
328
328
|
},
|
|
329
329
|
"content": {
|
|
330
|
+
"font-size": DesignToken,
|
|
330
331
|
"column-gap": DesignToken,
|
|
331
332
|
"row-gap": DesignToken
|
|
332
333
|
},
|
|
@@ -418,6 +419,7 @@ declare const tokens: {
|
|
|
418
419
|
"padding-block": DesignToken,
|
|
419
420
|
"padding-inline": DesignToken,
|
|
420
421
|
"content": {
|
|
422
|
+
"font-size": DesignToken,
|
|
421
423
|
"column-gap": DesignToken,
|
|
422
424
|
"row-gap": DesignToken
|
|
423
425
|
},
|
|
@@ -1451,27 +1453,6 @@ declare const tokens: {
|
|
|
1451
1453
|
"border-radius": DesignToken,
|
|
1452
1454
|
"border-width": DesignToken
|
|
1453
1455
|
},
|
|
1454
|
-
"paragraph": {
|
|
1455
|
-
"color": DesignToken,
|
|
1456
|
-
"font-family": DesignToken,
|
|
1457
|
-
"font-size": DesignToken,
|
|
1458
|
-
"font-weight": DesignToken,
|
|
1459
|
-
"line-height": DesignToken,
|
|
1460
|
-
"margin-block-end": DesignToken,
|
|
1461
|
-
"margin-block-start": DesignToken,
|
|
1462
|
-
"lead": {
|
|
1463
|
-
"color": DesignToken,
|
|
1464
|
-
"font-size": DesignToken,
|
|
1465
|
-
"font-weight": DesignToken,
|
|
1466
|
-
"line-height": DesignToken
|
|
1467
|
-
},
|
|
1468
|
-
"small": {
|
|
1469
|
-
"color": DesignToken,
|
|
1470
|
-
"font-size": DesignToken,
|
|
1471
|
-
"font-weight": DesignToken,
|
|
1472
|
-
"line-height": DesignToken
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
1456
|
"ordered-list": {
|
|
1476
1457
|
"padding-inline-start": DesignToken,
|
|
1477
1458
|
"margin-block-end": DesignToken,
|
|
@@ -1843,6 +1824,27 @@ declare const tokens: {
|
|
|
1843
1824
|
}
|
|
1844
1825
|
},
|
|
1845
1826
|
"nl": {
|
|
1827
|
+
"paragraph": {
|
|
1828
|
+
"color": DesignToken,
|
|
1829
|
+
"font-family": DesignToken,
|
|
1830
|
+
"font-size": DesignToken,
|
|
1831
|
+
"font-weight": DesignToken,
|
|
1832
|
+
"line-height": DesignToken,
|
|
1833
|
+
"margin-block-end": DesignToken,
|
|
1834
|
+
"margin-block-start": DesignToken,
|
|
1835
|
+
"lead": {
|
|
1836
|
+
"color": DesignToken,
|
|
1837
|
+
"font-size": DesignToken,
|
|
1838
|
+
"font-weight": DesignToken,
|
|
1839
|
+
"line-height": DesignToken
|
|
1840
|
+
},
|
|
1841
|
+
"small": {
|
|
1842
|
+
"color": DesignToken,
|
|
1843
|
+
"font-size": DesignToken,
|
|
1844
|
+
"font-weight": DesignToken,
|
|
1845
|
+
"line-height": DesignToken
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1846
1848
|
"heading-level-1": {
|
|
1847
1849
|
"color": DesignToken,
|
|
1848
1850
|
"font-family": DesignToken,
|