@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
|
@@ -332,6 +332,33 @@
|
|
|
332
332
|
"utrechtTextboxHoverColor": "#0F172A",
|
|
333
333
|
"utrechtCounterBadgeBackgroundColor": "#FDD370",
|
|
334
334
|
"utrechtSkipLinkFocusBackgroundColor": "#FDD370",
|
|
335
|
+
"utrechtSkipLinkFocusBorderColor": "#154273",
|
|
336
|
+
"utrechtSkipLinkFocusBorderStyle": "solid",
|
|
337
|
+
"utrechtSkipLinkFocusBorderWidth": "2px",
|
|
338
|
+
"utrechtSkipLinkFocusColor": "#0F172A",
|
|
339
|
+
"utrechtSkipLinkFocusTextDecoration": "None",
|
|
340
|
+
"utrechtSkipLinkFontWeight": 700,
|
|
341
|
+
"utrechtSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
342
|
+
"utrechtSkipLinkFontSize": "1.25rem",
|
|
343
|
+
"utrechtSkipLinkLineHeight": "150%",
|
|
344
|
+
"utrechtSkipLinkMinBlockSize": "48px",
|
|
345
|
+
"utrechtSkipLinkMinInlineSize": "48px",
|
|
346
|
+
"utrechtSkipLinkPaddingBlockEnd": "0.75rem",
|
|
347
|
+
"utrechtSkipLinkPaddingBlockStart": "0.75rem",
|
|
348
|
+
"utrechtSkipLinkPaddingInlineEnd": "1rem",
|
|
349
|
+
"utrechtSkipLinkPaddingInlineStart": "1rem",
|
|
350
|
+
"utrechtSkipLinkFocusVisibleOutlineColor": "#000",
|
|
351
|
+
"utrechtSkipLinkBackgroundColor": "#154273",
|
|
352
|
+
"utrechtSkipLinkBorderColor": "transparent",
|
|
353
|
+
"utrechtSkipLinkColor": "#fff",
|
|
354
|
+
"utrechtSkipLinkBorderWidth": "2px",
|
|
355
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetX": 0,
|
|
356
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetY": "16px",
|
|
357
|
+
"utrechtSkipLinkBoxBlockEndShadowBlurRadius": "48px",
|
|
358
|
+
"utrechtSkipLinkBoxBlockEndShadowSpreadRadius": 0,
|
|
359
|
+
"utrechtSkipLinkBoxBlockEndShadowColor": "#0000001a",
|
|
360
|
+
"utrechtSkipLinkTextDecoration": "underline",
|
|
361
|
+
"utrechtSkipLinkTextUnderlineOffset": "0.125rem",
|
|
335
362
|
"utrechtIconColor": "inherit",
|
|
336
363
|
"utrechtIconSize": "24px",
|
|
337
364
|
"utrechtIconInsetBlockStart": 0,
|
|
@@ -398,6 +425,17 @@
|
|
|
398
425
|
"utrechtSeparatorBlockSize": "2px",
|
|
399
426
|
"utrechtSeparatorMarginBlockEnd": "0.75rem",
|
|
400
427
|
"utrechtSeparatorMarginBlockStart": "0.75rem",
|
|
428
|
+
"utrechtParagraphColor": "#0F172A",
|
|
429
|
+
"utrechtParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
430
|
+
"utrechtParagraphFontSize": "1.25rem",
|
|
431
|
+
"utrechtParagraphFontWeight": 400,
|
|
432
|
+
"utrechtParagraphLineHeight": "150%",
|
|
433
|
+
"utrechtParagraphMarginBlockEnd": 0,
|
|
434
|
+
"utrechtParagraphMarginBlockStart": 0,
|
|
435
|
+
"utrechtParagraphLeadColor": "#0F172A",
|
|
436
|
+
"utrechtParagraphLeadFontSize": "1.5rem",
|
|
437
|
+
"utrechtParagraphLeadFontWeight": 400,
|
|
438
|
+
"utrechtParagraphLeadLineHeight": "150%",
|
|
401
439
|
"utrechtOrderedListPaddingInlineStart": "1.5rem",
|
|
402
440
|
"utrechtOrderedListMarginBlockEnd": "0.25rem",
|
|
403
441
|
"utrechtOrderedListMarginBlockStart": "0.25rem",
|
|
@@ -417,6 +455,41 @@
|
|
|
417
455
|
"utrechtLinkListItemTextDecoration": "None",
|
|
418
456
|
"utrechtLinkListIconSize": "24px",
|
|
419
457
|
"utrechtLinkListIconInsetBlockStart": "0.188rem",
|
|
458
|
+
"utrechtHeading1Color": "#154273",
|
|
459
|
+
"utrechtHeading1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
460
|
+
"utrechtHeading1FontWeight": 700,
|
|
461
|
+
"utrechtHeading1LineHeight": "125%",
|
|
462
|
+
"utrechtHeading1FontSize": "3.125rem",
|
|
463
|
+
"utrechtHeading1MarginBlockEnd": 0,
|
|
464
|
+
"utrechtHeading1MarginBlockStart": 0,
|
|
465
|
+
"utrechtHeading2Color": "#154273",
|
|
466
|
+
"utrechtHeading2FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
467
|
+
"utrechtHeading2FontWeight": 700,
|
|
468
|
+
"utrechtHeading2LineHeight": "125%",
|
|
469
|
+
"utrechtHeading2FontSize": "2.5rem",
|
|
470
|
+
"utrechtHeading2MarginBlockEnd": 0,
|
|
471
|
+
"utrechtHeading2MarginBlockStart": 0,
|
|
472
|
+
"utrechtHeading3Color": "#154273",
|
|
473
|
+
"utrechtHeading3FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
474
|
+
"utrechtHeading3FontWeight": 700,
|
|
475
|
+
"utrechtHeading3LineHeight": "125%",
|
|
476
|
+
"utrechtHeading3FontSize": "1.875rem",
|
|
477
|
+
"utrechtHeading3MarginBlockEnd": 0,
|
|
478
|
+
"utrechtHeading3MarginBlockStart": 0,
|
|
479
|
+
"utrechtHeading4Color": "#154273",
|
|
480
|
+
"utrechtHeading4FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
481
|
+
"utrechtHeading4FontWeight": 700,
|
|
482
|
+
"utrechtHeading4LineHeight": "125%",
|
|
483
|
+
"utrechtHeading4FontSize": "1.5rem",
|
|
484
|
+
"utrechtHeading4MarginBlockEnd": 0,
|
|
485
|
+
"utrechtHeading4MarginBlockStart": 0,
|
|
486
|
+
"utrechtHeading5Color": "#154273",
|
|
487
|
+
"utrechtHeading5FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
488
|
+
"utrechtHeading5FontWeight": 700,
|
|
489
|
+
"utrechtHeading5LineHeight": "125%",
|
|
490
|
+
"utrechtHeading5FontSize": "1.25rem",
|
|
491
|
+
"utrechtHeading5MarginBlockEnd": 0,
|
|
492
|
+
"utrechtHeading5MarginBlockStart": 0,
|
|
420
493
|
"utrechtFormLabelColor": "#0F172A",
|
|
421
494
|
"utrechtFormLabelFontSize": "1.25rem",
|
|
422
495
|
"utrechtFormLabelFontWeight": 700,
|
|
@@ -476,6 +549,19 @@
|
|
|
476
549
|
"utrechtFormFieldsetInvalidBorderInlineStartColor": "#d52b1e",
|
|
477
550
|
"utrechtFormFieldsetInvalidPaddingInlineStart": 0,
|
|
478
551
|
"utrechtFormFieldsetInvalidBorderInlineStartWidth": "0px",
|
|
552
|
+
"utrechtNumberBadgeFontSize": "1.25rem",
|
|
553
|
+
"utrechtNumberBadgeLineHeight": "150%",
|
|
554
|
+
"utrechtNumberBadgeMinBlockSize": "24px",
|
|
555
|
+
"utrechtNumberBadgeMinInlineSize": "24px",
|
|
556
|
+
"utrechtNumberBadgeFontWeight": 700,
|
|
557
|
+
"utrechtNumberBadgeBorderWidth": "0px",
|
|
558
|
+
"utrechtNumberBadgeBorderRadius": "999px",
|
|
559
|
+
"utrechtNumberBadgeFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
560
|
+
"utrechtNumberBadgeBackgroundColor": "#154273",
|
|
561
|
+
"utrechtNumberBadgeBorderColor": "transparent",
|
|
562
|
+
"utrechtNumberBadgeColor": "#fff",
|
|
563
|
+
"utrechtNumberBadgePaddingInline": "0.5rem",
|
|
564
|
+
"utrechtNumberBadgePaddingBlock": "0.5rem",
|
|
479
565
|
"utrechtButtonGroupBackgroundColor": "transparent",
|
|
480
566
|
"utrechtButtonGroupColumnGap": "0.5rem",
|
|
481
567
|
"utrechtButtonGroupMarginBlockEnd": "0px",
|
|
@@ -976,14 +1062,14 @@
|
|
|
976
1062
|
"rhcCardAsLinkColor": "#0F172A",
|
|
977
1063
|
"rhcCardAsLinkColumnGap": "1rem",
|
|
978
1064
|
"rhcCardAsLinkInlineSize": "328px",
|
|
979
|
-
"rhcCardAsLinkIconColor": "#
|
|
1065
|
+
"rhcCardAsLinkIconColor": "#154273",
|
|
980
1066
|
"rhcCardAsLinkIconSize": "24px",
|
|
981
1067
|
"rhcCardAsLinkLinkColor": "#01689b",
|
|
982
1068
|
"rhcCardAsLinkLinkTextDecoration": "underline",
|
|
983
1069
|
"rhcCardAsLinkLinkActiveTextDecoration": "none",
|
|
984
1070
|
"rhcCardAsLinkLinkHoverTextDecoration": "none",
|
|
985
1071
|
"rhcCardAsLinkLinkFocusTextDecoration": "none",
|
|
986
|
-
"rhcCardAsLinkMetadataColor": "#
|
|
1072
|
+
"rhcCardAsLinkMetadataColor": "#334155",
|
|
987
1073
|
"rhcCardAsLinkPaddingBlockEnd": "1rem",
|
|
988
1074
|
"rhcCardAsLinkPaddingBlockStart": "1rem",
|
|
989
1075
|
"rhcCardAsLinkPaddingInlineEnd": "1rem",
|
|
@@ -999,6 +1085,7 @@
|
|
|
999
1085
|
"rhcCardAsLinkFullBleedBorderColor": "transparent",
|
|
1000
1086
|
"rhcCardAsLinkFullBleedColor": "#fff",
|
|
1001
1087
|
"rhcCardAsLinkFullBleedOpacity": 0.5,
|
|
1088
|
+
"rhcCardAsLinkHeadingColor": "#154273",
|
|
1002
1089
|
"rhcCardAsLinkHeadingPaddingBlockStart": "0.5rem",
|
|
1003
1090
|
"rhcCardAsLinkHeadingFontSize": "1.5rem",
|
|
1004
1091
|
"rhcCardAsLinkHeadingFontWeight": 700,
|
|
@@ -1151,6 +1238,28 @@
|
|
|
1151
1238
|
"nlParagraphLeadFontSize": "1.5rem",
|
|
1152
1239
|
"nlParagraphLeadFontWeight": 400,
|
|
1153
1240
|
"nlParagraphLeadLineHeight": "150%",
|
|
1241
|
+
"nlLinkColor": "#01689b",
|
|
1242
|
+
"nlLinkTextDecorationColor": "#01689b",
|
|
1243
|
+
"nlLinkActiveColor": "#42145f",
|
|
1244
|
+
"nlLinkActiveTextDecoration": "None",
|
|
1245
|
+
"nlLinkFocusBackgroundColor": "transparent",
|
|
1246
|
+
"nlLinkFocusColor": "#01689b",
|
|
1247
|
+
"nlLinkFocusTextDecoration": "None",
|
|
1248
|
+
"nlLinkFocusTextDecorationThickness": "auto",
|
|
1249
|
+
"nlLinkHoverColor": "#01496c",
|
|
1250
|
+
"nlLinkHoverTextDecoration": "None",
|
|
1251
|
+
"nlLinkHoverTextDecorationThickness": "auto",
|
|
1252
|
+
"nlLinkVisitedColor": "#42145f",
|
|
1253
|
+
"nlLinkTextDecoration": "underline",
|
|
1254
|
+
"nlLinkIconInsetBlockStart": "0.25rem",
|
|
1255
|
+
"nlLinkIconSize": "24px",
|
|
1256
|
+
"nlLinkColumnGap": "0.25rem",
|
|
1257
|
+
"nlLinkTextDecorationThickness": "auto",
|
|
1258
|
+
"nlLinkTextUnderlineOffset": "0.125rem",
|
|
1259
|
+
"nlLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1260
|
+
"nlLinkFontWeight": 400,
|
|
1261
|
+
"nlLinkFontSize": "1.25rem",
|
|
1262
|
+
"nlLinkLineHeight": "150%",
|
|
1154
1263
|
"nlHeadingLevel1Color": "#154273",
|
|
1155
1264
|
"nlHeadingLevel1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1156
1265
|
"nlHeadingLevel1FontWeight": 700,
|
|
@@ -504,8 +504,39 @@
|
|
|
504
504
|
},
|
|
505
505
|
"skip-link": {
|
|
506
506
|
"focus": {
|
|
507
|
-
"background-color": "#FDD370"
|
|
508
|
-
|
|
507
|
+
"background-color": "#FDD370",
|
|
508
|
+
"border-color": "#154273",
|
|
509
|
+
"border-style": "solid",
|
|
510
|
+
"border-width": "2px",
|
|
511
|
+
"color": "#0F172A",
|
|
512
|
+
"text-decoration": "None"
|
|
513
|
+
},
|
|
514
|
+
"font-weight": 700,
|
|
515
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
516
|
+
"font-size": "1.25rem",
|
|
517
|
+
"line-height": "150%",
|
|
518
|
+
"min-block-size": "48px",
|
|
519
|
+
"min-inline-size": "48px",
|
|
520
|
+
"padding-block-end": "0.75rem",
|
|
521
|
+
"padding-block-start": "0.75rem",
|
|
522
|
+
"padding-inline-end": "1rem",
|
|
523
|
+
"padding-inline-start": "1rem",
|
|
524
|
+
"focus-visible": {
|
|
525
|
+
"outline-color": "#000"
|
|
526
|
+
},
|
|
527
|
+
"background-color": "#154273",
|
|
528
|
+
"border-color": "transparent",
|
|
529
|
+
"color": "#fff",
|
|
530
|
+
"border-width": "2px",
|
|
531
|
+
"box-block-end-shadow": {
|
|
532
|
+
"offset-x": 0,
|
|
533
|
+
"offset-y": "16px",
|
|
534
|
+
"blur-radius": "48px",
|
|
535
|
+
"spread-radius": 0,
|
|
536
|
+
"color": "#0000001a"
|
|
537
|
+
},
|
|
538
|
+
"text-decoration": "underline",
|
|
539
|
+
"text-underline-offset": "0.125rem"
|
|
509
540
|
},
|
|
510
541
|
"icon": {
|
|
511
542
|
"color": "inherit",
|
|
@@ -607,6 +638,21 @@
|
|
|
607
638
|
"margin-block-end": "0.75rem",
|
|
608
639
|
"margin-block-start": "0.75rem"
|
|
609
640
|
},
|
|
641
|
+
"paragraph": {
|
|
642
|
+
"color": "#0F172A",
|
|
643
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
644
|
+
"font-size": "1.25rem",
|
|
645
|
+
"font-weight": 400,
|
|
646
|
+
"line-height": "150%",
|
|
647
|
+
"margin-block-end": 0,
|
|
648
|
+
"margin-block-start": 0,
|
|
649
|
+
"lead": {
|
|
650
|
+
"color": "#0F172A",
|
|
651
|
+
"font-size": "1.5rem",
|
|
652
|
+
"font-weight": 400,
|
|
653
|
+
"line-height": "150%"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
610
656
|
"ordered-list": {
|
|
611
657
|
"padding-inline-start": "1.5rem",
|
|
612
658
|
"margin-block-end": "0.25rem",
|
|
@@ -636,6 +682,51 @@
|
|
|
636
682
|
"inset-block-start": "0.188rem"
|
|
637
683
|
}
|
|
638
684
|
},
|
|
685
|
+
"heading-1": {
|
|
686
|
+
"color": "#154273",
|
|
687
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
688
|
+
"font-weight": 700,
|
|
689
|
+
"line-height": "125%",
|
|
690
|
+
"font-size": "3.125rem",
|
|
691
|
+
"margin-block-end": 0,
|
|
692
|
+
"margin-block-start": 0
|
|
693
|
+
},
|
|
694
|
+
"heading-2": {
|
|
695
|
+
"color": "#154273",
|
|
696
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
697
|
+
"font-weight": 700,
|
|
698
|
+
"line-height": "125%",
|
|
699
|
+
"font-size": "2.5rem",
|
|
700
|
+
"margin-block-end": 0,
|
|
701
|
+
"margin-block-start": 0
|
|
702
|
+
},
|
|
703
|
+
"heading-3": {
|
|
704
|
+
"color": "#154273",
|
|
705
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
706
|
+
"font-weight": 700,
|
|
707
|
+
"line-height": "125%",
|
|
708
|
+
"font-size": "1.875rem",
|
|
709
|
+
"margin-block-end": 0,
|
|
710
|
+
"margin-block-start": 0
|
|
711
|
+
},
|
|
712
|
+
"heading-4": {
|
|
713
|
+
"color": "#154273",
|
|
714
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
715
|
+
"font-weight": 700,
|
|
716
|
+
"line-height": "125%",
|
|
717
|
+
"font-size": "1.5rem",
|
|
718
|
+
"margin-block-end": 0,
|
|
719
|
+
"margin-block-start": 0
|
|
720
|
+
},
|
|
721
|
+
"heading-5": {
|
|
722
|
+
"color": "#154273",
|
|
723
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
724
|
+
"font-weight": 700,
|
|
725
|
+
"line-height": "125%",
|
|
726
|
+
"font-size": "1.25rem",
|
|
727
|
+
"margin-block-end": 0,
|
|
728
|
+
"margin-block-start": 0
|
|
729
|
+
},
|
|
639
730
|
"form-label": {
|
|
640
731
|
"color": "#0F172A",
|
|
641
732
|
"font-size": "1.25rem",
|
|
@@ -733,6 +824,21 @@
|
|
|
733
824
|
"border-inline-start-width": "0px"
|
|
734
825
|
}
|
|
735
826
|
},
|
|
827
|
+
"number-badge": {
|
|
828
|
+
"font-size": "1.25rem",
|
|
829
|
+
"line-height": "150%",
|
|
830
|
+
"min-block-size": "24px",
|
|
831
|
+
"min-inline-size": "24px",
|
|
832
|
+
"font-weight": 700,
|
|
833
|
+
"border-width": "0px",
|
|
834
|
+
"border-radius": "999px",
|
|
835
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
836
|
+
"background-color": "#154273",
|
|
837
|
+
"border-color": "transparent",
|
|
838
|
+
"color": "#fff",
|
|
839
|
+
"padding-inline": "0.5rem",
|
|
840
|
+
"padding-block": "0.5rem"
|
|
841
|
+
},
|
|
736
842
|
"button-group": {
|
|
737
843
|
"background-color": "transparent",
|
|
738
844
|
"column-gap": "0.5rem",
|
|
@@ -1529,7 +1635,7 @@
|
|
|
1529
1635
|
"column-gap": "1rem",
|
|
1530
1636
|
"inline-size": "328px",
|
|
1531
1637
|
"icon": {
|
|
1532
|
-
"color": "#
|
|
1638
|
+
"color": "#154273",
|
|
1533
1639
|
"size": "24px"
|
|
1534
1640
|
},
|
|
1535
1641
|
"link": {
|
|
@@ -1546,7 +1652,7 @@
|
|
|
1546
1652
|
}
|
|
1547
1653
|
},
|
|
1548
1654
|
"metadata": {
|
|
1549
|
-
"color": "#
|
|
1655
|
+
"color": "#334155"
|
|
1550
1656
|
},
|
|
1551
1657
|
"padding-block-end": "1rem",
|
|
1552
1658
|
"padding-block-start": "1rem",
|
|
@@ -1572,6 +1678,7 @@
|
|
|
1572
1678
|
"opacity": 0.5
|
|
1573
1679
|
},
|
|
1574
1680
|
"heading": {
|
|
1681
|
+
"color": "#154273",
|
|
1575
1682
|
"padding-block-start": "0.5rem",
|
|
1576
1683
|
"font-size": "1.5rem",
|
|
1577
1684
|
"font-weight": 700
|
|
@@ -1826,6 +1933,40 @@
|
|
|
1826
1933
|
"line-height": "150%"
|
|
1827
1934
|
}
|
|
1828
1935
|
},
|
|
1936
|
+
"link": {
|
|
1937
|
+
"color": "#01689b",
|
|
1938
|
+
"text-decoration-color": "#01689b",
|
|
1939
|
+
"active": {
|
|
1940
|
+
"color": "#42145f",
|
|
1941
|
+
"text-decoration": "None"
|
|
1942
|
+
},
|
|
1943
|
+
"focus": {
|
|
1944
|
+
"background-color": "transparent",
|
|
1945
|
+
"color": "#01689b",
|
|
1946
|
+
"text-decoration": "None",
|
|
1947
|
+
"text-decoration-thickness": "auto"
|
|
1948
|
+
},
|
|
1949
|
+
"hover": {
|
|
1950
|
+
"color": "#01496c",
|
|
1951
|
+
"text-decoration": "None",
|
|
1952
|
+
"text-decoration-thickness": "auto"
|
|
1953
|
+
},
|
|
1954
|
+
"visited": {
|
|
1955
|
+
"color": "#42145f"
|
|
1956
|
+
},
|
|
1957
|
+
"text-decoration": "underline",
|
|
1958
|
+
"icon": {
|
|
1959
|
+
"inset-block-start": "0.25rem",
|
|
1960
|
+
"size": "24px"
|
|
1961
|
+
},
|
|
1962
|
+
"column-gap": "0.25rem",
|
|
1963
|
+
"text-decoration-thickness": "auto",
|
|
1964
|
+
"text-underline-offset": "0.125rem",
|
|
1965
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1966
|
+
"font-weight": 400,
|
|
1967
|
+
"font-size": "1.25rem",
|
|
1968
|
+
"line-height": "150%"
|
|
1969
|
+
},
|
|
1829
1970
|
"heading-level-1": {
|
|
1830
1971
|
"color": "#154273",
|
|
1831
1972
|
"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;
|
|
@@ -204,6 +226,7 @@
|
|
|
204
226
|
--rhc-card-as-link-heading-font-weight: 700;
|
|
205
227
|
--rhc-card-as-link-heading-font-size: 1.5rem;
|
|
206
228
|
--rhc-card-as-link-heading-padding-block-start: 0.5rem;
|
|
229
|
+
--rhc-card-as-link-heading-color: #154273;
|
|
207
230
|
--rhc-card-as-link-full-bleed-opacity: 0.5;
|
|
208
231
|
--rhc-card-as-link-full-bleed-color: #fff;
|
|
209
232
|
--rhc-card-as-link-full-bleed-border-color: transparent;
|
|
@@ -219,14 +242,14 @@
|
|
|
219
242
|
--rhc-card-as-link-padding-inline-end: 1rem;
|
|
220
243
|
--rhc-card-as-link-padding-block-start: 1rem;
|
|
221
244
|
--rhc-card-as-link-padding-block-end: 1rem;
|
|
222
|
-
--rhc-card-as-link-metadata-color: #
|
|
245
|
+
--rhc-card-as-link-metadata-color: #334155;
|
|
223
246
|
--rhc-card-as-link-link-focus-text-decoration: none;
|
|
224
247
|
--rhc-card-as-link-link-hover-text-decoration: none;
|
|
225
248
|
--rhc-card-as-link-link-active-text-decoration: none;
|
|
226
249
|
--rhc-card-as-link-link-text-decoration: underline;
|
|
227
250
|
--rhc-card-as-link-link-color: #01689b;
|
|
228
251
|
--rhc-card-as-link-icon-size: 24px;
|
|
229
|
-
--rhc-card-as-link-icon-color: #
|
|
252
|
+
--rhc-card-as-link-icon-color: #154273;
|
|
230
253
|
--rhc-card-as-link-inline-size: 328px;
|
|
231
254
|
--rhc-card-as-link-column-gap: 1rem;
|
|
232
255
|
--rhc-card-as-link-color: #0F172A;
|
|
@@ -727,6 +750,19 @@
|
|
|
727
750
|
--utrecht-button-group-margin-block-end: 0px;
|
|
728
751
|
--utrecht-button-group-column-gap: 0.5rem;
|
|
729
752
|
--utrecht-button-group-background-color: transparent;
|
|
753
|
+
--utrecht-number-badge-padding-block: 0.5rem;
|
|
754
|
+
--utrecht-number-badge-padding-inline: 0.5rem;
|
|
755
|
+
--utrecht-number-badge-color: #fff;
|
|
756
|
+
--utrecht-number-badge-border-color: transparent;
|
|
757
|
+
--utrecht-number-badge-background-color: #154273;
|
|
758
|
+
--utrecht-number-badge-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
759
|
+
--utrecht-number-badge-border-radius: 999px;
|
|
760
|
+
--utrecht-number-badge-border-width: 0px;
|
|
761
|
+
--utrecht-number-badge-font-weight: 700;
|
|
762
|
+
--utrecht-number-badge-min-inline-size: 24px;
|
|
763
|
+
--utrecht-number-badge-min-block-size: 24px;
|
|
764
|
+
--utrecht-number-badge-line-height: 150%;
|
|
765
|
+
--utrecht-number-badge-font-size: 1.25rem;
|
|
730
766
|
--utrecht-form-fieldset-invalid-border-inline-start-width: 0px;
|
|
731
767
|
--utrecht-form-fieldset-invalid-padding-inline-start: 0;
|
|
732
768
|
--utrecht-form-fieldset-invalid-border-inline-start-color: #d52b1e;
|
|
@@ -786,6 +822,41 @@
|
|
|
786
822
|
--utrecht-form-label-font-weight: 700;
|
|
787
823
|
--utrecht-form-label-font-size: 1.25rem;
|
|
788
824
|
--utrecht-form-label-color: #0F172A;
|
|
825
|
+
--utrecht-heading-5-margin-block-start: 0;
|
|
826
|
+
--utrecht-heading-5-margin-block-end: 0;
|
|
827
|
+
--utrecht-heading-5-font-size: 1.25rem;
|
|
828
|
+
--utrecht-heading-5-line-height: 125%;
|
|
829
|
+
--utrecht-heading-5-font-weight: 700;
|
|
830
|
+
--utrecht-heading-5-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
831
|
+
--utrecht-heading-5-color: #154273;
|
|
832
|
+
--utrecht-heading-4-margin-block-start: 0;
|
|
833
|
+
--utrecht-heading-4-margin-block-end: 0;
|
|
834
|
+
--utrecht-heading-4-font-size: 1.5rem;
|
|
835
|
+
--utrecht-heading-4-line-height: 125%;
|
|
836
|
+
--utrecht-heading-4-font-weight: 700;
|
|
837
|
+
--utrecht-heading-4-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
838
|
+
--utrecht-heading-4-color: #154273;
|
|
839
|
+
--utrecht-heading-3-margin-block-start: 0;
|
|
840
|
+
--utrecht-heading-3-margin-block-end: 0;
|
|
841
|
+
--utrecht-heading-3-font-size: 1.875rem;
|
|
842
|
+
--utrecht-heading-3-line-height: 125%;
|
|
843
|
+
--utrecht-heading-3-font-weight: 700;
|
|
844
|
+
--utrecht-heading-3-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
845
|
+
--utrecht-heading-3-color: #154273;
|
|
846
|
+
--utrecht-heading-2-margin-block-start: 0;
|
|
847
|
+
--utrecht-heading-2-margin-block-end: 0;
|
|
848
|
+
--utrecht-heading-2-font-size: 2.5rem;
|
|
849
|
+
--utrecht-heading-2-line-height: 125%;
|
|
850
|
+
--utrecht-heading-2-font-weight: 700;
|
|
851
|
+
--utrecht-heading-2-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
852
|
+
--utrecht-heading-2-color: #154273;
|
|
853
|
+
--utrecht-heading-1-margin-block-start: 0;
|
|
854
|
+
--utrecht-heading-1-margin-block-end: 0;
|
|
855
|
+
--utrecht-heading-1-font-size: 3.125rem;
|
|
856
|
+
--utrecht-heading-1-line-height: 125%;
|
|
857
|
+
--utrecht-heading-1-font-weight: 700;
|
|
858
|
+
--utrecht-heading-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
859
|
+
--utrecht-heading-1-color: #154273;
|
|
789
860
|
--utrecht-link-list-icon-inset-block-start: 0.188rem;
|
|
790
861
|
--utrecht-link-list-icon-size: 24px;
|
|
791
862
|
--utrecht-link-list-item-text-decoration: None;
|
|
@@ -805,6 +876,17 @@
|
|
|
805
876
|
--utrecht-ordered-list-margin-block-start: 0.25rem;
|
|
806
877
|
--utrecht-ordered-list-margin-block-end: 0.25rem;
|
|
807
878
|
--utrecht-ordered-list-padding-inline-start: 1.5rem;
|
|
879
|
+
--utrecht-paragraph-lead-line-height: 150%;
|
|
880
|
+
--utrecht-paragraph-lead-font-weight: 400;
|
|
881
|
+
--utrecht-paragraph-lead-font-size: 1.5rem;
|
|
882
|
+
--utrecht-paragraph-lead-color: #0F172A;
|
|
883
|
+
--utrecht-paragraph-margin-block-start: 0;
|
|
884
|
+
--utrecht-paragraph-margin-block-end: 0;
|
|
885
|
+
--utrecht-paragraph-line-height: 150%;
|
|
886
|
+
--utrecht-paragraph-font-weight: 400;
|
|
887
|
+
--utrecht-paragraph-font-size: 1.25rem;
|
|
888
|
+
--utrecht-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
889
|
+
--utrecht-paragraph-color: #0F172A;
|
|
808
890
|
--utrecht-separator-margin-block-start: 0.75rem;
|
|
809
891
|
--utrecht-separator-margin-block-end: 0.75rem;
|
|
810
892
|
--utrecht-separator-block-size: 2px;
|
|
@@ -871,6 +953,33 @@
|
|
|
871
953
|
--utrecht-icon-inset-block-start: 0;
|
|
872
954
|
--utrecht-icon-size: 24px;
|
|
873
955
|
--utrecht-icon-color: inherit;
|
|
956
|
+
--utrecht-skip-link-text-underline-offset: 0.125rem;
|
|
957
|
+
--utrecht-skip-link-text-decoration: underline;
|
|
958
|
+
--utrecht-skip-link-box-block-end-shadow-color: #0000001a;
|
|
959
|
+
--utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
960
|
+
--utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
961
|
+
--utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
962
|
+
--utrecht-skip-link-box-block-end-shadow-offset-x: 0;
|
|
963
|
+
--utrecht-skip-link-border-width: 2px;
|
|
964
|
+
--utrecht-skip-link-color: #fff;
|
|
965
|
+
--utrecht-skip-link-border-color: transparent;
|
|
966
|
+
--utrecht-skip-link-background-color: #154273;
|
|
967
|
+
--utrecht-skip-link-focus-visible-outline-color: #000;
|
|
968
|
+
--utrecht-skip-link-padding-inline-start: 1rem;
|
|
969
|
+
--utrecht-skip-link-padding-inline-end: 1rem;
|
|
970
|
+
--utrecht-skip-link-padding-block-start: 0.75rem;
|
|
971
|
+
--utrecht-skip-link-padding-block-end: 0.75rem;
|
|
972
|
+
--utrecht-skip-link-min-inline-size: 48px;
|
|
973
|
+
--utrecht-skip-link-min-block-size: 48px;
|
|
974
|
+
--utrecht-skip-link-line-height: 150%;
|
|
975
|
+
--utrecht-skip-link-font-size: 1.25rem;
|
|
976
|
+
--utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
977
|
+
--utrecht-skip-link-font-weight: 700;
|
|
978
|
+
--utrecht-skip-link-focus-text-decoration: None;
|
|
979
|
+
--utrecht-skip-link-focus-color: #0F172A;
|
|
980
|
+
--utrecht-skip-link-focus-border-width: 2px;
|
|
981
|
+
--utrecht-skip-link-focus-border-style: solid;
|
|
982
|
+
--utrecht-skip-link-focus-border-color: #154273;
|
|
874
983
|
--utrecht-skip-link-focus-background-color: #FDD370;
|
|
875
984
|
--utrecht-counter-badge-background-color: #FDD370;
|
|
876
985
|
--utrecht-textbox-hover-color: #0F172A;
|