@rijkshuisstijl-community/design-tokens 1.0.1 → 1.1.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 +10 -0
- package/dist/_variables.scss +113 -3
- package/dist/index.css +113 -3
- package/dist/index.d.ts +111 -1
- package/dist/index.js +113 -3
- package/dist/index.json +112 -2
- package/dist/index.tokens.json +148 -2
- package/dist/root.css +113 -3
- package/dist/tokens.d.ts +147 -1
- package/dist/tokens.js +6283 -3879
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +112 -3
- package/dist/uitvoerend-mintgroen-focus/index.css +112 -3
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +110 -1
- package/dist/uitvoerend-mintgroen-focus/index.js +112 -3
- package/dist/uitvoerend-mintgroen-focus/index.json +111 -2
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +145 -4
- package/dist/uitvoerend-mintgroen-focus/root.css +112 -3
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +144 -3
- package/dist/uitvoerend-mintgroen-focus/tokens.js +6405 -4028
- package/dist/uitvoerend-violet/_variables.scss +113 -3
- package/dist/uitvoerend-violet/index.css +113 -3
- package/dist/uitvoerend-violet/index.d.ts +111 -1
- package/dist/uitvoerend-violet/index.js +113 -3
- package/dist/uitvoerend-violet/index.json +112 -2
- package/dist/uitvoerend-violet/index.tokens.json +148 -2
- package/dist/uitvoerend-violet/root.css +113 -3
- package/dist/uitvoerend-violet/tokens.d.ts +147 -1
- package/dist/uitvoerend-violet/tokens.js +5182 -2778
- package/dist/uitvoerend-violet-oud/_variables.scss +113 -3
- package/dist/uitvoerend-violet-oud/index.css +113 -3
- package/dist/uitvoerend-violet-oud/index.d.ts +111 -1
- package/dist/uitvoerend-violet-oud/index.js +113 -3
- package/dist/uitvoerend-violet-oud/index.json +112 -2
- package/dist/uitvoerend-violet-oud/index.tokens.json +148 -2
- package/dist/uitvoerend-violet-oud/root.css +113 -3
- package/dist/uitvoerend-violet-oud/tokens.d.ts +147 -1
- package/dist/uitvoerend-violet-oud/tokens.js +5182 -2778
- package/dist/wetgevend/_variables.scss +113 -3
- package/dist/wetgevend/index.css +113 -3
- package/dist/wetgevend/index.d.ts +111 -1
- package/dist/wetgevend/index.js +113 -3
- package/dist/wetgevend/index.json +112 -2
- package/dist/wetgevend/index.tokens.json +148 -2
- package/dist/wetgevend/root.css +113 -3
- package/dist/wetgevend/tokens.d.ts +147 -1
- package/dist/wetgevend/tokens.js +5182 -2778
- package/figma/figma.tokens.json +554 -33
- package/package.json +1 -1
- package/src/generated/base.tokens.json +487 -11
- package/src/generated/themes.json +2216 -320
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +479 -11
- package/src/generated/uitvoerend-violet/tokens.json +487 -11
- package/src/generated/uitvoerend-violet-oud/tokens.json +487 -11
- package/src/generated/wetgevend/tokens.json +487 -11
|
@@ -134,6 +134,34 @@
|
|
|
134
134
|
"utrechtTableContainerBoxInlineStartShadowSpread": 0,
|
|
135
135
|
"utrechtTableContainerBoxInlineStartShadowColor": "#0000001a",
|
|
136
136
|
"utrechtTableFontSize": "1.25rem",
|
|
137
|
+
"utrechtSkipLinkFontWeight": 700,
|
|
138
|
+
"utrechtSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
139
|
+
"utrechtSkipLinkFontSize": "1.25rem",
|
|
140
|
+
"utrechtSkipLinkLineHeight": "150%",
|
|
141
|
+
"utrechtSkipLinkMinBlockSize": "48px",
|
|
142
|
+
"utrechtSkipLinkMinInlineSize": "48px",
|
|
143
|
+
"utrechtSkipLinkPaddingBlockEnd": "0.75rem",
|
|
144
|
+
"utrechtSkipLinkPaddingBlockStart": "0.75rem",
|
|
145
|
+
"utrechtSkipLinkPaddingInlineEnd": "1rem",
|
|
146
|
+
"utrechtSkipLinkPaddingInlineStart": "1rem",
|
|
147
|
+
"utrechtSkipLinkFocusBackgroundColor": "#fff",
|
|
148
|
+
"utrechtSkipLinkFocusBorderColor": "#154273",
|
|
149
|
+
"utrechtSkipLinkFocusBorderStyle": "solid",
|
|
150
|
+
"utrechtSkipLinkFocusBorderWidth": "2px",
|
|
151
|
+
"utrechtSkipLinkFocusColor": "#0F172A",
|
|
152
|
+
"utrechtSkipLinkFocusTextDecoration": "None",
|
|
153
|
+
"utrechtSkipLinkFocusVisibleOutlineColor": "#000",
|
|
154
|
+
"utrechtSkipLinkBackgroundColor": "#154273",
|
|
155
|
+
"utrechtSkipLinkBorderColor": "transparent",
|
|
156
|
+
"utrechtSkipLinkColor": "#fff",
|
|
157
|
+
"utrechtSkipLinkBorderWidth": "2px",
|
|
158
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetX": 0,
|
|
159
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetY": "16px",
|
|
160
|
+
"utrechtSkipLinkBoxBlockEndShadowBlurRadius": "48px",
|
|
161
|
+
"utrechtSkipLinkBoxBlockEndShadowSpreadRadius": 0,
|
|
162
|
+
"utrechtSkipLinkBoxBlockEndShadowColor": "#0000001a",
|
|
163
|
+
"utrechtSkipLinkTextDecoration": "underline",
|
|
164
|
+
"utrechtSkipLinkTextUnderlineOffset": "0.125rem",
|
|
137
165
|
"utrechtSeparatorColor": "#CBD5E1",
|
|
138
166
|
"utrechtSeparatorBlockSize": "2px",
|
|
139
167
|
"utrechtSeparatorMarginBlockEnd": "0.75rem",
|
|
@@ -210,6 +238,17 @@
|
|
|
210
238
|
"utrechtRadioButtonHoverBorderWidth": "1px",
|
|
211
239
|
"utrechtRadioButtonBorderRadius": "999px",
|
|
212
240
|
"utrechtRadioButtonBorderWidth": "1px",
|
|
241
|
+
"utrechtParagraphColor": "#0F172A",
|
|
242
|
+
"utrechtParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
243
|
+
"utrechtParagraphFontSize": "1.25rem",
|
|
244
|
+
"utrechtParagraphFontWeight": 400,
|
|
245
|
+
"utrechtParagraphLineHeight": "150%",
|
|
246
|
+
"utrechtParagraphMarginBlockEnd": 0,
|
|
247
|
+
"utrechtParagraphMarginBlockStart": 0,
|
|
248
|
+
"utrechtParagraphLeadColor": "#0F172A",
|
|
249
|
+
"utrechtParagraphLeadFontSize": "1.5rem",
|
|
250
|
+
"utrechtParagraphLeadFontWeight": 400,
|
|
251
|
+
"utrechtParagraphLeadLineHeight": "150%",
|
|
213
252
|
"utrechtOrderedListPaddingInlineStart": "1.5rem",
|
|
214
253
|
"utrechtOrderedListMarginBlockEnd": "0.25rem",
|
|
215
254
|
"utrechtOrderedListMarginBlockStart": "0.25rem",
|
|
@@ -251,6 +290,41 @@
|
|
|
251
290
|
"utrechtLinkFontWeight": 400,
|
|
252
291
|
"utrechtLinkFontSize": "1.25rem",
|
|
253
292
|
"utrechtLinkLineHeight": "150%",
|
|
293
|
+
"utrechtHeading1Color": "#154273",
|
|
294
|
+
"utrechtHeading1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
295
|
+
"utrechtHeading1FontWeight": 700,
|
|
296
|
+
"utrechtHeading1LineHeight": "125%",
|
|
297
|
+
"utrechtHeading1FontSize": "3.125rem",
|
|
298
|
+
"utrechtHeading1MarginBlockEnd": 0,
|
|
299
|
+
"utrechtHeading1MarginBlockStart": 0,
|
|
300
|
+
"utrechtHeading2Color": "#154273",
|
|
301
|
+
"utrechtHeading2FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
302
|
+
"utrechtHeading2FontWeight": 700,
|
|
303
|
+
"utrechtHeading2LineHeight": "125%",
|
|
304
|
+
"utrechtHeading2FontSize": "2.5rem",
|
|
305
|
+
"utrechtHeading2MarginBlockEnd": 0,
|
|
306
|
+
"utrechtHeading2MarginBlockStart": 0,
|
|
307
|
+
"utrechtHeading3Color": "#154273",
|
|
308
|
+
"utrechtHeading3FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
309
|
+
"utrechtHeading3FontWeight": 700,
|
|
310
|
+
"utrechtHeading3LineHeight": "125%",
|
|
311
|
+
"utrechtHeading3FontSize": "1.875rem",
|
|
312
|
+
"utrechtHeading3MarginBlockEnd": 0,
|
|
313
|
+
"utrechtHeading3MarginBlockStart": 0,
|
|
314
|
+
"utrechtHeading4Color": "#154273",
|
|
315
|
+
"utrechtHeading4FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
316
|
+
"utrechtHeading4FontWeight": 700,
|
|
317
|
+
"utrechtHeading4LineHeight": "125%",
|
|
318
|
+
"utrechtHeading4FontSize": "1.5rem",
|
|
319
|
+
"utrechtHeading4MarginBlockEnd": 0,
|
|
320
|
+
"utrechtHeading4MarginBlockStart": 0,
|
|
321
|
+
"utrechtHeading5Color": "#154273",
|
|
322
|
+
"utrechtHeading5FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
323
|
+
"utrechtHeading5FontWeight": 700,
|
|
324
|
+
"utrechtHeading5LineHeight": "125%",
|
|
325
|
+
"utrechtHeading5FontSize": "1.25rem",
|
|
326
|
+
"utrechtHeading5MarginBlockEnd": 0,
|
|
327
|
+
"utrechtHeading5MarginBlockStart": 0,
|
|
254
328
|
"utrechtFormLabelColor": "#0F172A",
|
|
255
329
|
"utrechtFormLabelFontSize": "1.25rem",
|
|
256
330
|
"utrechtFormLabelFontWeight": 700,
|
|
@@ -310,6 +384,19 @@
|
|
|
310
384
|
"utrechtFormFieldsetInvalidBorderInlineStartColor": "#d52b1e",
|
|
311
385
|
"utrechtFormFieldsetInvalidPaddingInlineStart": 0,
|
|
312
386
|
"utrechtFormFieldsetInvalidBorderInlineStartWidth": "0px",
|
|
387
|
+
"utrechtNumberBadgeFontSize": "1.25rem",
|
|
388
|
+
"utrechtNumberBadgeLineHeight": "150%",
|
|
389
|
+
"utrechtNumberBadgeMinBlockSize": "24px",
|
|
390
|
+
"utrechtNumberBadgeMinInlineSize": "24px",
|
|
391
|
+
"utrechtNumberBadgeFontWeight": 700,
|
|
392
|
+
"utrechtNumberBadgeBorderWidth": "0px",
|
|
393
|
+
"utrechtNumberBadgeBorderRadius": "999px",
|
|
394
|
+
"utrechtNumberBadgeFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
395
|
+
"utrechtNumberBadgeBackgroundColor": "#154273",
|
|
396
|
+
"utrechtNumberBadgeBorderColor": "transparent",
|
|
397
|
+
"utrechtNumberBadgeColor": "#fff",
|
|
398
|
+
"utrechtNumberBadgePaddingInline": "0.5rem",
|
|
399
|
+
"utrechtNumberBadgePaddingBlock": "0.5rem",
|
|
313
400
|
"utrechtCheckboxBorderRadius": "2.5px",
|
|
314
401
|
"utrechtCheckboxSize": "24px",
|
|
315
402
|
"utrechtCheckboxIconSize": "24px",
|
|
@@ -974,14 +1061,14 @@
|
|
|
974
1061
|
"rhcCardAsLinkColor": "#0F172A",
|
|
975
1062
|
"rhcCardAsLinkColumnGap": "1rem",
|
|
976
1063
|
"rhcCardAsLinkInlineSize": "328px",
|
|
977
|
-
"rhcCardAsLinkIconColor": "#
|
|
1064
|
+
"rhcCardAsLinkIconColor": "#154273",
|
|
978
1065
|
"rhcCardAsLinkIconSize": "24px",
|
|
979
1066
|
"rhcCardAsLinkLinkColor": "#01689b",
|
|
980
1067
|
"rhcCardAsLinkLinkTextDecoration": "underline",
|
|
981
1068
|
"rhcCardAsLinkLinkActiveTextDecoration": "none",
|
|
982
1069
|
"rhcCardAsLinkLinkHoverTextDecoration": "none",
|
|
983
1070
|
"rhcCardAsLinkLinkFocusTextDecoration": "none",
|
|
984
|
-
"rhcCardAsLinkMetadataColor": "#
|
|
1071
|
+
"rhcCardAsLinkMetadataColor": "#334155",
|
|
985
1072
|
"rhcCardAsLinkPaddingBlockEnd": "1rem",
|
|
986
1073
|
"rhcCardAsLinkPaddingBlockStart": "1rem",
|
|
987
1074
|
"rhcCardAsLinkPaddingInlineEnd": "1rem",
|
|
@@ -997,6 +1084,7 @@
|
|
|
997
1084
|
"rhcCardAsLinkFullBleedBorderColor": "transparent",
|
|
998
1085
|
"rhcCardAsLinkFullBleedColor": "#fff",
|
|
999
1086
|
"rhcCardAsLinkFullBleedOpacity": 0.5,
|
|
1087
|
+
"rhcCardAsLinkHeadingColor": "#154273",
|
|
1000
1088
|
"rhcCardAsLinkHeadingPaddingBlockStart": "0.5rem",
|
|
1001
1089
|
"rhcCardAsLinkHeadingFontSize": "1.5rem",
|
|
1002
1090
|
"rhcCardAsLinkHeadingFontWeight": 700,
|
|
@@ -1145,6 +1233,28 @@
|
|
|
1145
1233
|
"nlParagraphLeadFontSize": "1.5rem",
|
|
1146
1234
|
"nlParagraphLeadFontWeight": 400,
|
|
1147
1235
|
"nlParagraphLeadLineHeight": "150%",
|
|
1236
|
+
"nlLinkColor": "#01689b",
|
|
1237
|
+
"nlLinkTextDecorationColor": "#01689b",
|
|
1238
|
+
"nlLinkActiveColor": "#42145f",
|
|
1239
|
+
"nlLinkActiveTextDecoration": "None",
|
|
1240
|
+
"nlLinkFocusBackgroundColor": "transparent",
|
|
1241
|
+
"nlLinkFocusColor": "#01689b",
|
|
1242
|
+
"nlLinkFocusTextDecoration": "None",
|
|
1243
|
+
"nlLinkFocusTextDecorationThickness": "auto",
|
|
1244
|
+
"nlLinkHoverColor": "#01496c",
|
|
1245
|
+
"nlLinkHoverTextDecoration": "None",
|
|
1246
|
+
"nlLinkHoverTextDecorationThickness": "auto",
|
|
1247
|
+
"nlLinkVisitedColor": "#42145f",
|
|
1248
|
+
"nlLinkTextDecoration": "underline",
|
|
1249
|
+
"nlLinkIconInsetBlockStart": "0.25rem",
|
|
1250
|
+
"nlLinkIconSize": "24px",
|
|
1251
|
+
"nlLinkColumnGap": "0.25rem",
|
|
1252
|
+
"nlLinkTextDecorationThickness": "auto",
|
|
1253
|
+
"nlLinkTextUnderlineOffset": "0.125rem",
|
|
1254
|
+
"nlLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1255
|
+
"nlLinkFontWeight": 400,
|
|
1256
|
+
"nlLinkFontSize": "1.25rem",
|
|
1257
|
+
"nlLinkLineHeight": "150%",
|
|
1148
1258
|
"nlHeadingLevel1Color": "#154273",
|
|
1149
1259
|
"nlHeadingLevel1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1150
1260
|
"nlHeadingLevel1FontWeight": 700,
|
|
@@ -197,6 +197,42 @@
|
|
|
197
197
|
},
|
|
198
198
|
"font-size": "1.25rem"
|
|
199
199
|
},
|
|
200
|
+
"skip-link": {
|
|
201
|
+
"font-weight": 700,
|
|
202
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
203
|
+
"font-size": "1.25rem",
|
|
204
|
+
"line-height": "150%",
|
|
205
|
+
"min-block-size": "48px",
|
|
206
|
+
"min-inline-size": "48px",
|
|
207
|
+
"padding-block-end": "0.75rem",
|
|
208
|
+
"padding-block-start": "0.75rem",
|
|
209
|
+
"padding-inline-end": "1rem",
|
|
210
|
+
"padding-inline-start": "1rem",
|
|
211
|
+
"focus": {
|
|
212
|
+
"background-color": "#fff",
|
|
213
|
+
"border-color": "#154273",
|
|
214
|
+
"border-style": "solid",
|
|
215
|
+
"border-width": "2px",
|
|
216
|
+
"color": "#0F172A",
|
|
217
|
+
"text-decoration": "None"
|
|
218
|
+
},
|
|
219
|
+
"focus-visible": {
|
|
220
|
+
"outline-color": "#000"
|
|
221
|
+
},
|
|
222
|
+
"background-color": "#154273",
|
|
223
|
+
"border-color": "transparent",
|
|
224
|
+
"color": "#fff",
|
|
225
|
+
"border-width": "2px",
|
|
226
|
+
"box-block-end-shadow": {
|
|
227
|
+
"offset-x": 0,
|
|
228
|
+
"offset-y": "16px",
|
|
229
|
+
"blur-radius": "48px",
|
|
230
|
+
"spread-radius": 0,
|
|
231
|
+
"color": "#0000001a"
|
|
232
|
+
},
|
|
233
|
+
"text-decoration": "underline",
|
|
234
|
+
"text-underline-offset": "0.125rem"
|
|
235
|
+
},
|
|
200
236
|
"separator": {
|
|
201
237
|
"color": "#CBD5E1",
|
|
202
238
|
"block-size": "2px",
|
|
@@ -311,6 +347,21 @@
|
|
|
311
347
|
"border-radius": "999px",
|
|
312
348
|
"border-width": "1px"
|
|
313
349
|
},
|
|
350
|
+
"paragraph": {
|
|
351
|
+
"color": "#0F172A",
|
|
352
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
353
|
+
"font-size": "1.25rem",
|
|
354
|
+
"font-weight": 400,
|
|
355
|
+
"line-height": "150%",
|
|
356
|
+
"margin-block-end": 0,
|
|
357
|
+
"margin-block-start": 0,
|
|
358
|
+
"lead": {
|
|
359
|
+
"color": "#0F172A",
|
|
360
|
+
"font-size": "1.5rem",
|
|
361
|
+
"font-weight": 400,
|
|
362
|
+
"line-height": "150%"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
314
365
|
"ordered-list": {
|
|
315
366
|
"padding-inline-start": "1.5rem",
|
|
316
367
|
"margin-block-end": "0.25rem",
|
|
@@ -374,6 +425,51 @@
|
|
|
374
425
|
"font-size": "1.25rem",
|
|
375
426
|
"line-height": "150%"
|
|
376
427
|
},
|
|
428
|
+
"heading-1": {
|
|
429
|
+
"color": "#154273",
|
|
430
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
431
|
+
"font-weight": 700,
|
|
432
|
+
"line-height": "125%",
|
|
433
|
+
"font-size": "3.125rem",
|
|
434
|
+
"margin-block-end": 0,
|
|
435
|
+
"margin-block-start": 0
|
|
436
|
+
},
|
|
437
|
+
"heading-2": {
|
|
438
|
+
"color": "#154273",
|
|
439
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
440
|
+
"font-weight": 700,
|
|
441
|
+
"line-height": "125%",
|
|
442
|
+
"font-size": "2.5rem",
|
|
443
|
+
"margin-block-end": 0,
|
|
444
|
+
"margin-block-start": 0
|
|
445
|
+
},
|
|
446
|
+
"heading-3": {
|
|
447
|
+
"color": "#154273",
|
|
448
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
449
|
+
"font-weight": 700,
|
|
450
|
+
"line-height": "125%",
|
|
451
|
+
"font-size": "1.875rem",
|
|
452
|
+
"margin-block-end": 0,
|
|
453
|
+
"margin-block-start": 0
|
|
454
|
+
},
|
|
455
|
+
"heading-4": {
|
|
456
|
+
"color": "#154273",
|
|
457
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
458
|
+
"font-weight": 700,
|
|
459
|
+
"line-height": "125%",
|
|
460
|
+
"font-size": "1.5rem",
|
|
461
|
+
"margin-block-end": 0,
|
|
462
|
+
"margin-block-start": 0
|
|
463
|
+
},
|
|
464
|
+
"heading-5": {
|
|
465
|
+
"color": "#154273",
|
|
466
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
467
|
+
"font-weight": 700,
|
|
468
|
+
"line-height": "125%",
|
|
469
|
+
"font-size": "1.25rem",
|
|
470
|
+
"margin-block-end": 0,
|
|
471
|
+
"margin-block-start": 0
|
|
472
|
+
},
|
|
377
473
|
"form-label": {
|
|
378
474
|
"color": "#0F172A",
|
|
379
475
|
"font-size": "1.25rem",
|
|
@@ -471,6 +567,21 @@
|
|
|
471
567
|
"border-inline-start-width": "0px"
|
|
472
568
|
}
|
|
473
569
|
},
|
|
570
|
+
"number-badge": {
|
|
571
|
+
"font-size": "1.25rem",
|
|
572
|
+
"line-height": "150%",
|
|
573
|
+
"min-block-size": "24px",
|
|
574
|
+
"min-inline-size": "24px",
|
|
575
|
+
"font-weight": 700,
|
|
576
|
+
"border-width": "0px",
|
|
577
|
+
"border-radius": "999px",
|
|
578
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
579
|
+
"background-color": "#154273",
|
|
580
|
+
"border-color": "transparent",
|
|
581
|
+
"color": "#fff",
|
|
582
|
+
"padding-inline": "0.5rem",
|
|
583
|
+
"padding-block": "0.5rem"
|
|
584
|
+
},
|
|
474
585
|
"checkbox": {
|
|
475
586
|
"border-radius": "2.5px",
|
|
476
587
|
"size": "24px",
|
|
@@ -1521,7 +1632,7 @@
|
|
|
1521
1632
|
"column-gap": "1rem",
|
|
1522
1633
|
"inline-size": "328px",
|
|
1523
1634
|
"icon": {
|
|
1524
|
-
"color": "#
|
|
1635
|
+
"color": "#154273",
|
|
1525
1636
|
"size": "24px"
|
|
1526
1637
|
},
|
|
1527
1638
|
"link": {
|
|
@@ -1538,7 +1649,7 @@
|
|
|
1538
1649
|
}
|
|
1539
1650
|
},
|
|
1540
1651
|
"metadata": {
|
|
1541
|
-
"color": "#
|
|
1652
|
+
"color": "#334155"
|
|
1542
1653
|
},
|
|
1543
1654
|
"padding-block-end": "1rem",
|
|
1544
1655
|
"padding-block-start": "1rem",
|
|
@@ -1564,6 +1675,7 @@
|
|
|
1564
1675
|
"opacity": 0.5
|
|
1565
1676
|
},
|
|
1566
1677
|
"heading": {
|
|
1678
|
+
"color": "#154273",
|
|
1567
1679
|
"padding-block-start": "0.5rem",
|
|
1568
1680
|
"font-size": "1.5rem",
|
|
1569
1681
|
"font-weight": 700
|
|
@@ -1788,6 +1900,40 @@
|
|
|
1788
1900
|
"line-height": "150%"
|
|
1789
1901
|
}
|
|
1790
1902
|
},
|
|
1903
|
+
"link": {
|
|
1904
|
+
"color": "#01689b",
|
|
1905
|
+
"text-decoration-color": "#01689b",
|
|
1906
|
+
"active": {
|
|
1907
|
+
"color": "#42145f",
|
|
1908
|
+
"text-decoration": "None"
|
|
1909
|
+
},
|
|
1910
|
+
"focus": {
|
|
1911
|
+
"background-color": "transparent",
|
|
1912
|
+
"color": "#01689b",
|
|
1913
|
+
"text-decoration": "None",
|
|
1914
|
+
"text-decoration-thickness": "auto"
|
|
1915
|
+
},
|
|
1916
|
+
"hover": {
|
|
1917
|
+
"color": "#01496c",
|
|
1918
|
+
"text-decoration": "None",
|
|
1919
|
+
"text-decoration-thickness": "auto"
|
|
1920
|
+
},
|
|
1921
|
+
"visited": {
|
|
1922
|
+
"color": "#42145f"
|
|
1923
|
+
},
|
|
1924
|
+
"text-decoration": "underline",
|
|
1925
|
+
"icon": {
|
|
1926
|
+
"inset-block-start": "0.25rem",
|
|
1927
|
+
"size": "24px"
|
|
1928
|
+
},
|
|
1929
|
+
"column-gap": "0.25rem",
|
|
1930
|
+
"text-decoration-thickness": "auto",
|
|
1931
|
+
"text-underline-offset": "0.125rem",
|
|
1932
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1933
|
+
"font-weight": 400,
|
|
1934
|
+
"font-size": "1.25rem",
|
|
1935
|
+
"line-height": "150%"
|
|
1936
|
+
},
|
|
1791
1937
|
"heading-level-1": {
|
|
1792
1938
|
"color": "#154273",
|
|
1793
1939
|
"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 Wed, 19 Mar 2025 14:52:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -52,6 +52,28 @@
|
|
|
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-link-line-height: 150%;
|
|
56
|
+
--nl-link-font-size: 1.25rem;
|
|
57
|
+
--nl-link-font-weight: 400;
|
|
58
|
+
--nl-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
59
|
+
--nl-link-text-underline-offset: 0.125rem;
|
|
60
|
+
--nl-link-text-decoration-thickness: auto;
|
|
61
|
+
--nl-link-column-gap: 0.25rem;
|
|
62
|
+
--nl-link-icon-size: 24px;
|
|
63
|
+
--nl-link-icon-inset-block-start: 0.25rem;
|
|
64
|
+
--nl-link-text-decoration: underline;
|
|
65
|
+
--nl-link-visited-color: #42145f;
|
|
66
|
+
--nl-link-hover-text-decoration-thickness: auto;
|
|
67
|
+
--nl-link-hover-text-decoration: None;
|
|
68
|
+
--nl-link-hover-color: #01496c;
|
|
69
|
+
--nl-link-focus-text-decoration-thickness: auto;
|
|
70
|
+
--nl-link-focus-text-decoration: None;
|
|
71
|
+
--nl-link-focus-color: #01689b;
|
|
72
|
+
--nl-link-focus-background-color: transparent;
|
|
73
|
+
--nl-link-active-text-decoration: None;
|
|
74
|
+
--nl-link-active-color: #42145f;
|
|
75
|
+
--nl-link-text-decoration-color: #01689b;
|
|
76
|
+
--nl-link-color: #01689b;
|
|
55
77
|
--nl-paragraph-lead-line-height: 150%;
|
|
56
78
|
--nl-paragraph-lead-font-weight: 400;
|
|
57
79
|
--nl-paragraph-lead-font-size: 1.5rem;
|
|
@@ -200,6 +222,7 @@
|
|
|
200
222
|
--rhc-card-as-link-heading-font-weight: 700;
|
|
201
223
|
--rhc-card-as-link-heading-font-size: 1.5rem;
|
|
202
224
|
--rhc-card-as-link-heading-padding-block-start: 0.5rem;
|
|
225
|
+
--rhc-card-as-link-heading-color: #154273;
|
|
203
226
|
--rhc-card-as-link-full-bleed-opacity: 0.5;
|
|
204
227
|
--rhc-card-as-link-full-bleed-color: #fff;
|
|
205
228
|
--rhc-card-as-link-full-bleed-border-color: transparent;
|
|
@@ -215,14 +238,14 @@
|
|
|
215
238
|
--rhc-card-as-link-padding-inline-end: 1rem;
|
|
216
239
|
--rhc-card-as-link-padding-block-start: 1rem;
|
|
217
240
|
--rhc-card-as-link-padding-block-end: 1rem;
|
|
218
|
-
--rhc-card-as-link-metadata-color: #
|
|
241
|
+
--rhc-card-as-link-metadata-color: #334155;
|
|
219
242
|
--rhc-card-as-link-link-focus-text-decoration: none;
|
|
220
243
|
--rhc-card-as-link-link-hover-text-decoration: none;
|
|
221
244
|
--rhc-card-as-link-link-active-text-decoration: none;
|
|
222
245
|
--rhc-card-as-link-link-text-decoration: underline;
|
|
223
246
|
--rhc-card-as-link-link-color: #01689b;
|
|
224
247
|
--rhc-card-as-link-icon-size: 24px;
|
|
225
|
-
--rhc-card-as-link-icon-color: #
|
|
248
|
+
--rhc-card-as-link-icon-color: #154273;
|
|
226
249
|
--rhc-card-as-link-inline-size: 328px;
|
|
227
250
|
--rhc-card-as-link-column-gap: 1rem;
|
|
228
251
|
--rhc-card-as-link-color: #0F172A;
|
|
@@ -887,6 +910,19 @@
|
|
|
887
910
|
--utrecht-checkbox-icon-size: 24px;
|
|
888
911
|
--utrecht-checkbox-size: 24px;
|
|
889
912
|
--utrecht-checkbox-border-radius: 2.5px;
|
|
913
|
+
--utrecht-number-badge-padding-block: 0.5rem;
|
|
914
|
+
--utrecht-number-badge-padding-inline: 0.5rem;
|
|
915
|
+
--utrecht-number-badge-color: #fff;
|
|
916
|
+
--utrecht-number-badge-border-color: transparent;
|
|
917
|
+
--utrecht-number-badge-background-color: #154273;
|
|
918
|
+
--utrecht-number-badge-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
919
|
+
--utrecht-number-badge-border-radius: 999px;
|
|
920
|
+
--utrecht-number-badge-border-width: 0px;
|
|
921
|
+
--utrecht-number-badge-font-weight: 700;
|
|
922
|
+
--utrecht-number-badge-min-inline-size: 24px;
|
|
923
|
+
--utrecht-number-badge-min-block-size: 24px;
|
|
924
|
+
--utrecht-number-badge-line-height: 150%;
|
|
925
|
+
--utrecht-number-badge-font-size: 1.25rem;
|
|
890
926
|
--utrecht-form-fieldset-invalid-border-inline-start-width: 0px;
|
|
891
927
|
--utrecht-form-fieldset-invalid-padding-inline-start: 0;
|
|
892
928
|
--utrecht-form-fieldset-invalid-border-inline-start-color: #d52b1e;
|
|
@@ -946,6 +982,41 @@
|
|
|
946
982
|
--utrecht-form-label-font-weight: 700;
|
|
947
983
|
--utrecht-form-label-font-size: 1.25rem;
|
|
948
984
|
--utrecht-form-label-color: #0F172A;
|
|
985
|
+
--utrecht-heading-5-margin-block-start: 0;
|
|
986
|
+
--utrecht-heading-5-margin-block-end: 0;
|
|
987
|
+
--utrecht-heading-5-font-size: 1.25rem;
|
|
988
|
+
--utrecht-heading-5-line-height: 125%;
|
|
989
|
+
--utrecht-heading-5-font-weight: 700;
|
|
990
|
+
--utrecht-heading-5-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
991
|
+
--utrecht-heading-5-color: #154273;
|
|
992
|
+
--utrecht-heading-4-margin-block-start: 0;
|
|
993
|
+
--utrecht-heading-4-margin-block-end: 0;
|
|
994
|
+
--utrecht-heading-4-font-size: 1.5rem;
|
|
995
|
+
--utrecht-heading-4-line-height: 125%;
|
|
996
|
+
--utrecht-heading-4-font-weight: 700;
|
|
997
|
+
--utrecht-heading-4-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
998
|
+
--utrecht-heading-4-color: #154273;
|
|
999
|
+
--utrecht-heading-3-margin-block-start: 0;
|
|
1000
|
+
--utrecht-heading-3-margin-block-end: 0;
|
|
1001
|
+
--utrecht-heading-3-font-size: 1.875rem;
|
|
1002
|
+
--utrecht-heading-3-line-height: 125%;
|
|
1003
|
+
--utrecht-heading-3-font-weight: 700;
|
|
1004
|
+
--utrecht-heading-3-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
1005
|
+
--utrecht-heading-3-color: #154273;
|
|
1006
|
+
--utrecht-heading-2-margin-block-start: 0;
|
|
1007
|
+
--utrecht-heading-2-margin-block-end: 0;
|
|
1008
|
+
--utrecht-heading-2-font-size: 2.5rem;
|
|
1009
|
+
--utrecht-heading-2-line-height: 125%;
|
|
1010
|
+
--utrecht-heading-2-font-weight: 700;
|
|
1011
|
+
--utrecht-heading-2-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
1012
|
+
--utrecht-heading-2-color: #154273;
|
|
1013
|
+
--utrecht-heading-1-margin-block-start: 0;
|
|
1014
|
+
--utrecht-heading-1-margin-block-end: 0;
|
|
1015
|
+
--utrecht-heading-1-font-size: 3.125rem;
|
|
1016
|
+
--utrecht-heading-1-line-height: 125%;
|
|
1017
|
+
--utrecht-heading-1-font-weight: 700;
|
|
1018
|
+
--utrecht-heading-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
1019
|
+
--utrecht-heading-1-color: #154273;
|
|
949
1020
|
--utrecht-link-line-height: 150%;
|
|
950
1021
|
--utrecht-link-font-size: 1.25rem;
|
|
951
1022
|
--utrecht-link-font-weight: 400;
|
|
@@ -987,6 +1058,17 @@
|
|
|
987
1058
|
--utrecht-ordered-list-margin-block-start: 0.25rem;
|
|
988
1059
|
--utrecht-ordered-list-margin-block-end: 0.25rem;
|
|
989
1060
|
--utrecht-ordered-list-padding-inline-start: 1.5rem;
|
|
1061
|
+
--utrecht-paragraph-lead-line-height: 150%;
|
|
1062
|
+
--utrecht-paragraph-lead-font-weight: 400;
|
|
1063
|
+
--utrecht-paragraph-lead-font-size: 1.5rem;
|
|
1064
|
+
--utrecht-paragraph-lead-color: #0F172A;
|
|
1065
|
+
--utrecht-paragraph-margin-block-start: 0;
|
|
1066
|
+
--utrecht-paragraph-margin-block-end: 0;
|
|
1067
|
+
--utrecht-paragraph-line-height: 150%;
|
|
1068
|
+
--utrecht-paragraph-font-weight: 400;
|
|
1069
|
+
--utrecht-paragraph-font-size: 1.25rem;
|
|
1070
|
+
--utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
1071
|
+
--utrecht-paragraph-color: #0F172A;
|
|
990
1072
|
--utrecht-radio-button-border-width: 1px;
|
|
991
1073
|
--utrecht-radio-button-border-radius: 999px;
|
|
992
1074
|
--utrecht-radio-button-hover-border-width: 1px;
|
|
@@ -1063,6 +1145,34 @@
|
|
|
1063
1145
|
--utrecht-separator-margin-block-end: 0.75rem;
|
|
1064
1146
|
--utrecht-separator-block-size: 2px;
|
|
1065
1147
|
--utrecht-separator-color: #CBD5E1;
|
|
1148
|
+
--utrecht-skip-link-text-underline-offset: 0.125rem;
|
|
1149
|
+
--utrecht-skip-link-text-decoration: underline;
|
|
1150
|
+
--utrecht-skip-link-box-block-end-shadow-color: #0000001a;
|
|
1151
|
+
--utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
1152
|
+
--utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
1153
|
+
--utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
1154
|
+
--utrecht-skip-link-box-block-end-shadow-offset-x: 0;
|
|
1155
|
+
--utrecht-skip-link-border-width: 2px;
|
|
1156
|
+
--utrecht-skip-link-color: #fff;
|
|
1157
|
+
--utrecht-skip-link-border-color: transparent;
|
|
1158
|
+
--utrecht-skip-link-background-color: #154273;
|
|
1159
|
+
--utrecht-skip-link-focus-visible-outline-color: #000;
|
|
1160
|
+
--utrecht-skip-link-focus-text-decoration: None;
|
|
1161
|
+
--utrecht-skip-link-focus-color: #0F172A;
|
|
1162
|
+
--utrecht-skip-link-focus-border-width: 2px;
|
|
1163
|
+
--utrecht-skip-link-focus-border-style: solid;
|
|
1164
|
+
--utrecht-skip-link-focus-border-color: #154273;
|
|
1165
|
+
--utrecht-skip-link-focus-background-color: #fff;
|
|
1166
|
+
--utrecht-skip-link-padding-inline-start: 1rem;
|
|
1167
|
+
--utrecht-skip-link-padding-inline-end: 1rem;
|
|
1168
|
+
--utrecht-skip-link-padding-block-start: 0.75rem;
|
|
1169
|
+
--utrecht-skip-link-padding-block-end: 0.75rem;
|
|
1170
|
+
--utrecht-skip-link-min-inline-size: 48px;
|
|
1171
|
+
--utrecht-skip-link-min-block-size: 48px;
|
|
1172
|
+
--utrecht-skip-link-line-height: 150%;
|
|
1173
|
+
--utrecht-skip-link-font-size: 1.25rem;
|
|
1174
|
+
--utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
1175
|
+
--utrecht-skip-link-font-weight: 700;
|
|
1066
1176
|
--utrecht-table-font-size: 1.25rem;
|
|
1067
1177
|
--utrecht-table-container-box-inline-start-shadow-color: #0000001a;
|
|
1068
1178
|
--utrecht-table-container-box-inline-start-shadow-spread: 0;
|