@rijkshuisstijl-community/design-tokens 1.0.0 → 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 +17 -0
- package/dist/_variables.scss +114 -4
- package/dist/index.css +114 -4
- package/dist/index.d.ts +111 -1
- package/dist/index.js +114 -4
- package/dist/index.json +113 -3
- package/dist/index.tokens.json +149 -3
- package/dist/root.css +114 -4
- package/dist/tokens.d.ts +147 -1
- package/dist/tokens.js +6284 -3880
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +724 -610
- package/dist/uitvoerend-mintgroen-focus/index.css +724 -610
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +612 -498
- package/dist/uitvoerend-mintgroen-focus/index.js +613 -499
- package/dist/uitvoerend-mintgroen-focus/index.json +612 -498
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1654 -1506
- package/dist/uitvoerend-mintgroen-focus/root.css +724 -610
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1573 -1425
- package/dist/uitvoerend-mintgroen-focus/tokens.js +22376 -19892
- package/dist/uitvoerend-violet/_variables.scss +723 -608
- package/dist/uitvoerend-violet/index.css +723 -608
- package/dist/uitvoerend-violet/index.d.ts +613 -498
- package/dist/uitvoerend-violet/index.js +614 -499
- package/dist/uitvoerend-violet/index.json +613 -498
- package/dist/uitvoerend-violet/index.tokens.json +1652 -1499
- package/dist/uitvoerend-violet/root.css +723 -608
- package/dist/uitvoerend-violet/tokens.d.ts +1545 -1392
- package/dist/uitvoerend-violet/tokens.js +22572 -20061
- package/dist/uitvoerend-violet-oud/_variables.scss +723 -608
- package/dist/uitvoerend-violet-oud/index.css +723 -608
- package/dist/uitvoerend-violet-oud/index.d.ts +613 -498
- package/dist/uitvoerend-violet-oud/index.js +614 -499
- package/dist/uitvoerend-violet-oud/index.json +613 -498
- package/dist/uitvoerend-violet-oud/index.tokens.json +1645 -1492
- package/dist/uitvoerend-violet-oud/root.css +723 -608
- package/dist/uitvoerend-violet-oud/tokens.d.ts +1556 -1403
- package/dist/uitvoerend-violet-oud/tokens.js +23087 -20576
- package/dist/wetgevend/_variables.scss +723 -608
- package/dist/wetgevend/index.css +723 -608
- package/dist/wetgevend/index.d.ts +613 -498
- package/dist/wetgevend/index.js +614 -499
- package/dist/wetgevend/index.json +613 -498
- package/dist/wetgevend/index.tokens.json +1660 -1507
- package/dist/wetgevend/root.css +723 -608
- package/dist/wetgevend/tokens.d.ts +1572 -1419
- package/dist/wetgevend/tokens.js +23030 -20519
- package/figma/figma.tokens.json +571 -46
- package/package.json +1 -1
- package/src/generated/base.tokens.json +488 -12
- package/src/generated/themes.json +17956 -15972
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +4568 -4078
- package/src/generated/uitvoerend-violet/tokens.json +4468 -3970
- package/src/generated/uitvoerend-violet-oud/tokens.json +4510 -4012
- package/src/generated/wetgevend/tokens.json +4478 -3980
package/dist/index.js
CHANGED
|
@@ -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
|
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
@@ -222,14 +222,14 @@ export const rhcCardAsLinkBorderWidth = "1px";
|
|
|
222
222
|
export const rhcCardAsLinkColor = "#0F172A";
|
|
223
223
|
export const rhcCardAsLinkColumnGap = "1rem";
|
|
224
224
|
export const rhcCardAsLinkInlineSize = "328px";
|
|
225
|
-
export const rhcCardAsLinkIconColor = "#
|
|
225
|
+
export const rhcCardAsLinkIconColor = "#154273";
|
|
226
226
|
export const rhcCardAsLinkIconSize = "24px";
|
|
227
227
|
export const rhcCardAsLinkLinkColor = "#01689b";
|
|
228
228
|
export const rhcCardAsLinkLinkTextDecoration = "underline";
|
|
229
229
|
export const rhcCardAsLinkLinkActiveTextDecoration = "none";
|
|
230
230
|
export const rhcCardAsLinkLinkHoverTextDecoration = "none";
|
|
231
231
|
export const rhcCardAsLinkLinkFocusTextDecoration = "none";
|
|
232
|
-
export const rhcCardAsLinkMetadataColor = "#
|
|
232
|
+
export const rhcCardAsLinkMetadataColor = "#334155";
|
|
233
233
|
export const rhcCardAsLinkPaddingBlockEnd = "1rem";
|
|
234
234
|
export const rhcCardAsLinkPaddingBlockStart = "1rem";
|
|
235
235
|
export const rhcCardAsLinkPaddingInlineEnd = "1rem";
|
|
@@ -245,6 +245,7 @@ export const rhcCardAsLinkFullBleedBackgroundColor = "#000";
|
|
|
245
245
|
export const rhcCardAsLinkFullBleedBorderColor = "transparent";
|
|
246
246
|
export const rhcCardAsLinkFullBleedColor = "#fff";
|
|
247
247
|
export const rhcCardAsLinkFullBleedOpacity = 0.5;
|
|
248
|
+
export const rhcCardAsLinkHeadingColor = "#154273";
|
|
248
249
|
export const rhcCardAsLinkHeadingPaddingBlockStart = "0.5rem";
|
|
249
250
|
export const rhcCardAsLinkHeadingFontSize = "1.5rem";
|
|
250
251
|
export const rhcCardAsLinkHeadingFontWeight = 700;
|
|
@@ -630,6 +631,34 @@ export const utrechtTableContainerBoxInlineStartShadowBlur = "48px";
|
|
|
630
631
|
export const utrechtTableContainerBoxInlineStartShadowSpread = 0;
|
|
631
632
|
export const utrechtTableContainerBoxInlineStartShadowColor = "#0000001a";
|
|
632
633
|
export const utrechtTableFontSize = "1.25rem";
|
|
634
|
+
export const utrechtSkipLinkFontWeight = 700;
|
|
635
|
+
export const utrechtSkipLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
636
|
+
export const utrechtSkipLinkFontSize = "1.25rem";
|
|
637
|
+
export const utrechtSkipLinkLineHeight = "150%";
|
|
638
|
+
export const utrechtSkipLinkMinBlockSize = "48px";
|
|
639
|
+
export const utrechtSkipLinkMinInlineSize = "48px";
|
|
640
|
+
export const utrechtSkipLinkPaddingBlockEnd = "0.75rem";
|
|
641
|
+
export const utrechtSkipLinkPaddingBlockStart = "0.75rem";
|
|
642
|
+
export const utrechtSkipLinkPaddingInlineEnd = "1rem";
|
|
643
|
+
export const utrechtSkipLinkPaddingInlineStart = "1rem";
|
|
644
|
+
export const utrechtSkipLinkFocusBackgroundColor = "#fff";
|
|
645
|
+
export const utrechtSkipLinkFocusBorderColor = "#154273";
|
|
646
|
+
export const utrechtSkipLinkFocusBorderStyle = "solid";
|
|
647
|
+
export const utrechtSkipLinkFocusBorderWidth = "2px";
|
|
648
|
+
export const utrechtSkipLinkFocusColor = "#0F172A";
|
|
649
|
+
export const utrechtSkipLinkFocusTextDecoration = "None";
|
|
650
|
+
export const utrechtSkipLinkFocusVisibleOutlineColor = "#000";
|
|
651
|
+
export const utrechtSkipLinkBackgroundColor = "#154273";
|
|
652
|
+
export const utrechtSkipLinkBorderColor = "transparent";
|
|
653
|
+
export const utrechtSkipLinkColor = "#fff";
|
|
654
|
+
export const utrechtSkipLinkBorderWidth = "2px";
|
|
655
|
+
export const utrechtSkipLinkBoxBlockEndShadowOffsetX = 0;
|
|
656
|
+
export const utrechtSkipLinkBoxBlockEndShadowOffsetY = "16px";
|
|
657
|
+
export const utrechtSkipLinkBoxBlockEndShadowBlurRadius = "48px";
|
|
658
|
+
export const utrechtSkipLinkBoxBlockEndShadowSpreadRadius = 0;
|
|
659
|
+
export const utrechtSkipLinkBoxBlockEndShadowColor = "#0000001a";
|
|
660
|
+
export const utrechtSkipLinkTextDecoration = "underline";
|
|
661
|
+
export const utrechtSkipLinkTextUnderlineOffset = "0.125rem";
|
|
633
662
|
export const utrechtSeparatorColor = "#CBD5E1";
|
|
634
663
|
export const utrechtSeparatorBlockSize = "2px";
|
|
635
664
|
export const utrechtSeparatorMarginBlockEnd = "0.75rem";
|
|
@@ -711,6 +740,17 @@ export const utrechtPreHeadingFontFamily = "Fira Sans, Arial, Verdana, sans-seri
|
|
|
711
740
|
export const utrechtPreHeadingFontWeight = 700;
|
|
712
741
|
export const utrechtPreHeadingLineHeight = "125%";
|
|
713
742
|
export const utrechtPreHeadingFontSize = "1rem";
|
|
743
|
+
export const utrechtParagraphColor = "#0F172A";
|
|
744
|
+
export const utrechtParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
745
|
+
export const utrechtParagraphFontSize = "1.25rem";
|
|
746
|
+
export const utrechtParagraphFontWeight = 400;
|
|
747
|
+
export const utrechtParagraphLineHeight = "150%";
|
|
748
|
+
export const utrechtParagraphMarginBlockEnd = 0;
|
|
749
|
+
export const utrechtParagraphMarginBlockStart = 0;
|
|
750
|
+
export const utrechtParagraphLeadColor = "#0F172A";
|
|
751
|
+
export const utrechtParagraphLeadFontSize = "1.5rem";
|
|
752
|
+
export const utrechtParagraphLeadFontWeight = 400;
|
|
753
|
+
export const utrechtParagraphLeadLineHeight = "150%";
|
|
714
754
|
export const utrechtOrderedListPaddingInlineStart = "1.5rem";
|
|
715
755
|
export const utrechtOrderedListMarginBlockEnd = "0.25rem";
|
|
716
756
|
export const utrechtOrderedListMarginBlockStart = "0.25rem";
|
|
@@ -752,6 +792,41 @@ export const utrechtLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
|
752
792
|
export const utrechtLinkFontWeight = 400;
|
|
753
793
|
export const utrechtLinkFontSize = "1.25rem";
|
|
754
794
|
export const utrechtLinkLineHeight = "150%";
|
|
795
|
+
export const utrechtHeading1Color = "#154273";
|
|
796
|
+
export const utrechtHeading1FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
797
|
+
export const utrechtHeading1FontWeight = 700;
|
|
798
|
+
export const utrechtHeading1LineHeight = "125%";
|
|
799
|
+
export const utrechtHeading1FontSize = "3.125rem";
|
|
800
|
+
export const utrechtHeading1MarginBlockEnd = 0;
|
|
801
|
+
export const utrechtHeading1MarginBlockStart = 0;
|
|
802
|
+
export const utrechtHeading2Color = "#154273";
|
|
803
|
+
export const utrechtHeading2FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
804
|
+
export const utrechtHeading2FontWeight = 700;
|
|
805
|
+
export const utrechtHeading2LineHeight = "125%";
|
|
806
|
+
export const utrechtHeading2FontSize = "2.5rem";
|
|
807
|
+
export const utrechtHeading2MarginBlockEnd = 0;
|
|
808
|
+
export const utrechtHeading2MarginBlockStart = 0;
|
|
809
|
+
export const utrechtHeading3Color = "#154273";
|
|
810
|
+
export const utrechtHeading3FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
811
|
+
export const utrechtHeading3FontWeight = 700;
|
|
812
|
+
export const utrechtHeading3LineHeight = "125%";
|
|
813
|
+
export const utrechtHeading3FontSize = "1.875rem";
|
|
814
|
+
export const utrechtHeading3MarginBlockEnd = 0;
|
|
815
|
+
export const utrechtHeading3MarginBlockStart = 0;
|
|
816
|
+
export const utrechtHeading4Color = "#154273";
|
|
817
|
+
export const utrechtHeading4FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
818
|
+
export const utrechtHeading4FontWeight = 700;
|
|
819
|
+
export const utrechtHeading4LineHeight = "125%";
|
|
820
|
+
export const utrechtHeading4FontSize = "1.5rem";
|
|
821
|
+
export const utrechtHeading4MarginBlockEnd = 0;
|
|
822
|
+
export const utrechtHeading4MarginBlockStart = 0;
|
|
823
|
+
export const utrechtHeading5Color = "#154273";
|
|
824
|
+
export const utrechtHeading5FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
825
|
+
export const utrechtHeading5FontWeight = 700;
|
|
826
|
+
export const utrechtHeading5LineHeight = "125%";
|
|
827
|
+
export const utrechtHeading5FontSize = "1.25rem";
|
|
828
|
+
export const utrechtHeading5MarginBlockEnd = 0;
|
|
829
|
+
export const utrechtHeading5MarginBlockStart = 0;
|
|
755
830
|
export const utrechtFormLabelColor = "#0F172A";
|
|
756
831
|
export const utrechtFormLabelFontSize = "1.25rem";
|
|
757
832
|
export const utrechtFormLabelFontWeight = 700;
|
|
@@ -811,6 +886,19 @@ export const utrechtFormFieldsetSectionColor = "#0F172A";
|
|
|
811
886
|
export const utrechtFormFieldsetInvalidBorderInlineStartColor = "#d52b1e";
|
|
812
887
|
export const utrechtFormFieldsetInvalidPaddingInlineStart = 0;
|
|
813
888
|
export const utrechtFormFieldsetInvalidBorderInlineStartWidth = "0px";
|
|
889
|
+
export const utrechtNumberBadgeFontSize = "1.25rem";
|
|
890
|
+
export const utrechtNumberBadgeLineHeight = "150%";
|
|
891
|
+
export const utrechtNumberBadgeMinBlockSize = "24px";
|
|
892
|
+
export const utrechtNumberBadgeMinInlineSize = "24px";
|
|
893
|
+
export const utrechtNumberBadgeFontWeight = 700;
|
|
894
|
+
export const utrechtNumberBadgeBorderWidth = "0px";
|
|
895
|
+
export const utrechtNumberBadgeBorderRadius = "999px";
|
|
896
|
+
export const utrechtNumberBadgeFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
897
|
+
export const utrechtNumberBadgeBackgroundColor = "#154273";
|
|
898
|
+
export const utrechtNumberBadgeBorderColor = "transparent";
|
|
899
|
+
export const utrechtNumberBadgeColor = "#fff";
|
|
900
|
+
export const utrechtNumberBadgePaddingInline = "0.5rem";
|
|
901
|
+
export const utrechtNumberBadgePaddingBlock = "0.5rem";
|
|
814
902
|
export const utrechtCheckboxBorderRadius = "2.5px";
|
|
815
903
|
export const utrechtCheckboxSize = "24px";
|
|
816
904
|
export const utrechtCheckboxIconSize = "24px";
|
|
@@ -1109,7 +1197,7 @@ export const utrechtFocusOutlineColor = "#000";
|
|
|
1109
1197
|
export const utrechtFocusOutlineOffset = "0.125rem";
|
|
1110
1198
|
export const utrechtFocusOutlineStyle = "solid";
|
|
1111
1199
|
export const utrechtFocusOutlineWidth = "2px";
|
|
1112
|
-
export const utrechtFocusInverseOutlineColor = "
|
|
1200
|
+
export const utrechtFocusInverseOutlineColor = "#fff";
|
|
1113
1201
|
export const nlSkipLinkFontWeight = 700;
|
|
1114
1202
|
export const nlSkipLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1115
1203
|
export const nlSkipLinkFontSize = "1.25rem";
|
|
@@ -1149,6 +1237,28 @@ export const nlParagraphLeadColor = "#0F172A";
|
|
|
1149
1237
|
export const nlParagraphLeadFontSize = "1.5rem";
|
|
1150
1238
|
export const nlParagraphLeadFontWeight = 400;
|
|
1151
1239
|
export const nlParagraphLeadLineHeight = "150%";
|
|
1240
|
+
export const nlLinkColor = "#01689b";
|
|
1241
|
+
export const nlLinkTextDecorationColor = "#01689b";
|
|
1242
|
+
export const nlLinkActiveColor = "#42145f";
|
|
1243
|
+
export const nlLinkActiveTextDecoration = "None";
|
|
1244
|
+
export const nlLinkFocusBackgroundColor = "transparent";
|
|
1245
|
+
export const nlLinkFocusColor = "#01689b";
|
|
1246
|
+
export const nlLinkFocusTextDecoration = "None";
|
|
1247
|
+
export const nlLinkFocusTextDecorationThickness = "auto";
|
|
1248
|
+
export const nlLinkHoverColor = "#01496c";
|
|
1249
|
+
export const nlLinkHoverTextDecoration = "None";
|
|
1250
|
+
export const nlLinkHoverTextDecorationThickness = "auto";
|
|
1251
|
+
export const nlLinkVisitedColor = "#42145f";
|
|
1252
|
+
export const nlLinkTextDecoration = "underline";
|
|
1253
|
+
export const nlLinkIconInsetBlockStart = "0.25rem";
|
|
1254
|
+
export const nlLinkIconSize = "24px";
|
|
1255
|
+
export const nlLinkColumnGap = "0.25rem";
|
|
1256
|
+
export const nlLinkTextDecorationThickness = "auto";
|
|
1257
|
+
export const nlLinkTextUnderlineOffset = "0.125rem";
|
|
1258
|
+
export const nlLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1259
|
+
export const nlLinkFontWeight = 400;
|
|
1260
|
+
export const nlLinkFontSize = "1.25rem";
|
|
1261
|
+
export const nlLinkLineHeight = "150%";
|
|
1152
1262
|
export const nlHeadingLevel1Color = "#154273";
|
|
1153
1263
|
export const nlHeadingLevel1FontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1154
1264
|
export const nlHeadingLevel1FontWeight = 700;
|
package/dist/index.json
CHANGED
|
@@ -218,14 +218,14 @@
|
|
|
218
218
|
"rhcCardAsLinkColor": "#0F172A",
|
|
219
219
|
"rhcCardAsLinkColumnGap": "1rem",
|
|
220
220
|
"rhcCardAsLinkInlineSize": "328px",
|
|
221
|
-
"rhcCardAsLinkIconColor": "#
|
|
221
|
+
"rhcCardAsLinkIconColor": "#154273",
|
|
222
222
|
"rhcCardAsLinkIconSize": "24px",
|
|
223
223
|
"rhcCardAsLinkLinkColor": "#01689b",
|
|
224
224
|
"rhcCardAsLinkLinkTextDecoration": "underline",
|
|
225
225
|
"rhcCardAsLinkLinkActiveTextDecoration": "none",
|
|
226
226
|
"rhcCardAsLinkLinkHoverTextDecoration": "none",
|
|
227
227
|
"rhcCardAsLinkLinkFocusTextDecoration": "none",
|
|
228
|
-
"rhcCardAsLinkMetadataColor": "#
|
|
228
|
+
"rhcCardAsLinkMetadataColor": "#334155",
|
|
229
229
|
"rhcCardAsLinkPaddingBlockEnd": "1rem",
|
|
230
230
|
"rhcCardAsLinkPaddingBlockStart": "1rem",
|
|
231
231
|
"rhcCardAsLinkPaddingInlineEnd": "1rem",
|
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"rhcCardAsLinkFullBleedBorderColor": "transparent",
|
|
242
242
|
"rhcCardAsLinkFullBleedColor": "#fff",
|
|
243
243
|
"rhcCardAsLinkFullBleedOpacity": 0.5,
|
|
244
|
+
"rhcCardAsLinkHeadingColor": "#154273",
|
|
244
245
|
"rhcCardAsLinkHeadingPaddingBlockStart": "0.5rem",
|
|
245
246
|
"rhcCardAsLinkHeadingFontSize": "1.5rem",
|
|
246
247
|
"rhcCardAsLinkHeadingFontWeight": 700,
|
|
@@ -626,6 +627,34 @@
|
|
|
626
627
|
"utrechtTableContainerBoxInlineStartShadowSpread": 0,
|
|
627
628
|
"utrechtTableContainerBoxInlineStartShadowColor": "#0000001a",
|
|
628
629
|
"utrechtTableFontSize": "1.25rem",
|
|
630
|
+
"utrechtSkipLinkFontWeight": 700,
|
|
631
|
+
"utrechtSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
632
|
+
"utrechtSkipLinkFontSize": "1.25rem",
|
|
633
|
+
"utrechtSkipLinkLineHeight": "150%",
|
|
634
|
+
"utrechtSkipLinkMinBlockSize": "48px",
|
|
635
|
+
"utrechtSkipLinkMinInlineSize": "48px",
|
|
636
|
+
"utrechtSkipLinkPaddingBlockEnd": "0.75rem",
|
|
637
|
+
"utrechtSkipLinkPaddingBlockStart": "0.75rem",
|
|
638
|
+
"utrechtSkipLinkPaddingInlineEnd": "1rem",
|
|
639
|
+
"utrechtSkipLinkPaddingInlineStart": "1rem",
|
|
640
|
+
"utrechtSkipLinkFocusBackgroundColor": "#fff",
|
|
641
|
+
"utrechtSkipLinkFocusBorderColor": "#154273",
|
|
642
|
+
"utrechtSkipLinkFocusBorderStyle": "solid",
|
|
643
|
+
"utrechtSkipLinkFocusBorderWidth": "2px",
|
|
644
|
+
"utrechtSkipLinkFocusColor": "#0F172A",
|
|
645
|
+
"utrechtSkipLinkFocusTextDecoration": "None",
|
|
646
|
+
"utrechtSkipLinkFocusVisibleOutlineColor": "#000",
|
|
647
|
+
"utrechtSkipLinkBackgroundColor": "#154273",
|
|
648
|
+
"utrechtSkipLinkBorderColor": "transparent",
|
|
649
|
+
"utrechtSkipLinkColor": "#fff",
|
|
650
|
+
"utrechtSkipLinkBorderWidth": "2px",
|
|
651
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetX": 0,
|
|
652
|
+
"utrechtSkipLinkBoxBlockEndShadowOffsetY": "16px",
|
|
653
|
+
"utrechtSkipLinkBoxBlockEndShadowBlurRadius": "48px",
|
|
654
|
+
"utrechtSkipLinkBoxBlockEndShadowSpreadRadius": 0,
|
|
655
|
+
"utrechtSkipLinkBoxBlockEndShadowColor": "#0000001a",
|
|
656
|
+
"utrechtSkipLinkTextDecoration": "underline",
|
|
657
|
+
"utrechtSkipLinkTextUnderlineOffset": "0.125rem",
|
|
629
658
|
"utrechtSeparatorColor": "#CBD5E1",
|
|
630
659
|
"utrechtSeparatorBlockSize": "2px",
|
|
631
660
|
"utrechtSeparatorMarginBlockEnd": "0.75rem",
|
|
@@ -707,6 +736,17 @@
|
|
|
707
736
|
"utrechtPreHeadingFontWeight": 700,
|
|
708
737
|
"utrechtPreHeadingLineHeight": "125%",
|
|
709
738
|
"utrechtPreHeadingFontSize": "1rem",
|
|
739
|
+
"utrechtParagraphColor": "#0F172A",
|
|
740
|
+
"utrechtParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
741
|
+
"utrechtParagraphFontSize": "1.25rem",
|
|
742
|
+
"utrechtParagraphFontWeight": 400,
|
|
743
|
+
"utrechtParagraphLineHeight": "150%",
|
|
744
|
+
"utrechtParagraphMarginBlockEnd": 0,
|
|
745
|
+
"utrechtParagraphMarginBlockStart": 0,
|
|
746
|
+
"utrechtParagraphLeadColor": "#0F172A",
|
|
747
|
+
"utrechtParagraphLeadFontSize": "1.5rem",
|
|
748
|
+
"utrechtParagraphLeadFontWeight": 400,
|
|
749
|
+
"utrechtParagraphLeadLineHeight": "150%",
|
|
710
750
|
"utrechtOrderedListPaddingInlineStart": "1.5rem",
|
|
711
751
|
"utrechtOrderedListMarginBlockEnd": "0.25rem",
|
|
712
752
|
"utrechtOrderedListMarginBlockStart": "0.25rem",
|
|
@@ -748,6 +788,41 @@
|
|
|
748
788
|
"utrechtLinkFontWeight": 400,
|
|
749
789
|
"utrechtLinkFontSize": "1.25rem",
|
|
750
790
|
"utrechtLinkLineHeight": "150%",
|
|
791
|
+
"utrechtHeading1Color": "#154273",
|
|
792
|
+
"utrechtHeading1FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
793
|
+
"utrechtHeading1FontWeight": 700,
|
|
794
|
+
"utrechtHeading1LineHeight": "125%",
|
|
795
|
+
"utrechtHeading1FontSize": "3.125rem",
|
|
796
|
+
"utrechtHeading1MarginBlockEnd": 0,
|
|
797
|
+
"utrechtHeading1MarginBlockStart": 0,
|
|
798
|
+
"utrechtHeading2Color": "#154273",
|
|
799
|
+
"utrechtHeading2FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
800
|
+
"utrechtHeading2FontWeight": 700,
|
|
801
|
+
"utrechtHeading2LineHeight": "125%",
|
|
802
|
+
"utrechtHeading2FontSize": "2.5rem",
|
|
803
|
+
"utrechtHeading2MarginBlockEnd": 0,
|
|
804
|
+
"utrechtHeading2MarginBlockStart": 0,
|
|
805
|
+
"utrechtHeading3Color": "#154273",
|
|
806
|
+
"utrechtHeading3FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
807
|
+
"utrechtHeading3FontWeight": 700,
|
|
808
|
+
"utrechtHeading3LineHeight": "125%",
|
|
809
|
+
"utrechtHeading3FontSize": "1.875rem",
|
|
810
|
+
"utrechtHeading3MarginBlockEnd": 0,
|
|
811
|
+
"utrechtHeading3MarginBlockStart": 0,
|
|
812
|
+
"utrechtHeading4Color": "#154273",
|
|
813
|
+
"utrechtHeading4FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
814
|
+
"utrechtHeading4FontWeight": 700,
|
|
815
|
+
"utrechtHeading4LineHeight": "125%",
|
|
816
|
+
"utrechtHeading4FontSize": "1.5rem",
|
|
817
|
+
"utrechtHeading4MarginBlockEnd": 0,
|
|
818
|
+
"utrechtHeading4MarginBlockStart": 0,
|
|
819
|
+
"utrechtHeading5Color": "#154273",
|
|
820
|
+
"utrechtHeading5FontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
821
|
+
"utrechtHeading5FontWeight": 700,
|
|
822
|
+
"utrechtHeading5LineHeight": "125%",
|
|
823
|
+
"utrechtHeading5FontSize": "1.25rem",
|
|
824
|
+
"utrechtHeading5MarginBlockEnd": 0,
|
|
825
|
+
"utrechtHeading5MarginBlockStart": 0,
|
|
751
826
|
"utrechtFormLabelColor": "#0F172A",
|
|
752
827
|
"utrechtFormLabelFontSize": "1.25rem",
|
|
753
828
|
"utrechtFormLabelFontWeight": 700,
|
|
@@ -807,6 +882,19 @@
|
|
|
807
882
|
"utrechtFormFieldsetInvalidBorderInlineStartColor": "#d52b1e",
|
|
808
883
|
"utrechtFormFieldsetInvalidPaddingInlineStart": 0,
|
|
809
884
|
"utrechtFormFieldsetInvalidBorderInlineStartWidth": "0px",
|
|
885
|
+
"utrechtNumberBadgeFontSize": "1.25rem",
|
|
886
|
+
"utrechtNumberBadgeLineHeight": "150%",
|
|
887
|
+
"utrechtNumberBadgeMinBlockSize": "24px",
|
|
888
|
+
"utrechtNumberBadgeMinInlineSize": "24px",
|
|
889
|
+
"utrechtNumberBadgeFontWeight": 700,
|
|
890
|
+
"utrechtNumberBadgeBorderWidth": "0px",
|
|
891
|
+
"utrechtNumberBadgeBorderRadius": "999px",
|
|
892
|
+
"utrechtNumberBadgeFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
893
|
+
"utrechtNumberBadgeBackgroundColor": "#154273",
|
|
894
|
+
"utrechtNumberBadgeBorderColor": "transparent",
|
|
895
|
+
"utrechtNumberBadgeColor": "#fff",
|
|
896
|
+
"utrechtNumberBadgePaddingInline": "0.5rem",
|
|
897
|
+
"utrechtNumberBadgePaddingBlock": "0.5rem",
|
|
810
898
|
"utrechtCheckboxBorderRadius": "2.5px",
|
|
811
899
|
"utrechtCheckboxSize": "24px",
|
|
812
900
|
"utrechtCheckboxIconSize": "24px",
|
|
@@ -1105,7 +1193,7 @@
|
|
|
1105
1193
|
"utrechtFocusOutlineOffset": "0.125rem",
|
|
1106
1194
|
"utrechtFocusOutlineStyle": "solid",
|
|
1107
1195
|
"utrechtFocusOutlineWidth": "2px",
|
|
1108
|
-
"utrechtFocusInverseOutlineColor": "
|
|
1196
|
+
"utrechtFocusInverseOutlineColor": "#fff",
|
|
1109
1197
|
"nlSkipLinkFontWeight": 700,
|
|
1110
1198
|
"nlSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1111
1199
|
"nlSkipLinkFontSize": "1.25rem",
|
|
@@ -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,
|
package/dist/index.tokens.json
CHANGED
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"column-gap": "1rem",
|
|
376
376
|
"inline-size": "328px",
|
|
377
377
|
"icon": {
|
|
378
|
-
"color": "#
|
|
378
|
+
"color": "#154273",
|
|
379
379
|
"size": "24px"
|
|
380
380
|
},
|
|
381
381
|
"link": {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
"metadata": {
|
|
395
|
-
"color": "#
|
|
395
|
+
"color": "#334155"
|
|
396
396
|
},
|
|
397
397
|
"padding-block-end": "1rem",
|
|
398
398
|
"padding-block-start": "1rem",
|
|
@@ -418,6 +418,7 @@
|
|
|
418
418
|
"opacity": 0.5
|
|
419
419
|
},
|
|
420
420
|
"heading": {
|
|
421
|
+
"color": "#154273",
|
|
421
422
|
"padding-block-start": "0.5rem",
|
|
422
423
|
"font-size": "1.5rem",
|
|
423
424
|
"font-weight": 700
|
|
@@ -987,6 +988,42 @@
|
|
|
987
988
|
},
|
|
988
989
|
"font-size": "1.25rem"
|
|
989
990
|
},
|
|
991
|
+
"skip-link": {
|
|
992
|
+
"font-weight": 700,
|
|
993
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
994
|
+
"font-size": "1.25rem",
|
|
995
|
+
"line-height": "150%",
|
|
996
|
+
"min-block-size": "48px",
|
|
997
|
+
"min-inline-size": "48px",
|
|
998
|
+
"padding-block-end": "0.75rem",
|
|
999
|
+
"padding-block-start": "0.75rem",
|
|
1000
|
+
"padding-inline-end": "1rem",
|
|
1001
|
+
"padding-inline-start": "1rem",
|
|
1002
|
+
"focus": {
|
|
1003
|
+
"background-color": "#fff",
|
|
1004
|
+
"border-color": "#154273",
|
|
1005
|
+
"border-style": "solid",
|
|
1006
|
+
"border-width": "2px",
|
|
1007
|
+
"color": "#0F172A",
|
|
1008
|
+
"text-decoration": "None"
|
|
1009
|
+
},
|
|
1010
|
+
"focus-visible": {
|
|
1011
|
+
"outline-color": "#000"
|
|
1012
|
+
},
|
|
1013
|
+
"background-color": "#154273",
|
|
1014
|
+
"border-color": "transparent",
|
|
1015
|
+
"color": "#fff",
|
|
1016
|
+
"border-width": "2px",
|
|
1017
|
+
"box-block-end-shadow": {
|
|
1018
|
+
"offset-x": 0,
|
|
1019
|
+
"offset-y": "16px",
|
|
1020
|
+
"blur-radius": "48px",
|
|
1021
|
+
"spread-radius": 0,
|
|
1022
|
+
"color": "#0000001a"
|
|
1023
|
+
},
|
|
1024
|
+
"text-decoration": "underline",
|
|
1025
|
+
"text-underline-offset": "0.125rem"
|
|
1026
|
+
},
|
|
990
1027
|
"separator": {
|
|
991
1028
|
"color": "#CBD5E1",
|
|
992
1029
|
"block-size": "2px",
|
|
@@ -1108,6 +1145,21 @@
|
|
|
1108
1145
|
"line-height": "125%",
|
|
1109
1146
|
"font-size": "1rem"
|
|
1110
1147
|
},
|
|
1148
|
+
"paragraph": {
|
|
1149
|
+
"color": "#0F172A",
|
|
1150
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1151
|
+
"font-size": "1.25rem",
|
|
1152
|
+
"font-weight": 400,
|
|
1153
|
+
"line-height": "150%",
|
|
1154
|
+
"margin-block-end": 0,
|
|
1155
|
+
"margin-block-start": 0,
|
|
1156
|
+
"lead": {
|
|
1157
|
+
"color": "#0F172A",
|
|
1158
|
+
"font-size": "1.5rem",
|
|
1159
|
+
"font-weight": 400,
|
|
1160
|
+
"line-height": "150%"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1111
1163
|
"ordered-list": {
|
|
1112
1164
|
"padding-inline-start": "1.5rem",
|
|
1113
1165
|
"margin-block-end": "0.25rem",
|
|
@@ -1171,6 +1223,51 @@
|
|
|
1171
1223
|
"font-size": "1.25rem",
|
|
1172
1224
|
"line-height": "150%"
|
|
1173
1225
|
},
|
|
1226
|
+
"heading-1": {
|
|
1227
|
+
"color": "#154273",
|
|
1228
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1229
|
+
"font-weight": 700,
|
|
1230
|
+
"line-height": "125%",
|
|
1231
|
+
"font-size": "3.125rem",
|
|
1232
|
+
"margin-block-end": 0,
|
|
1233
|
+
"margin-block-start": 0
|
|
1234
|
+
},
|
|
1235
|
+
"heading-2": {
|
|
1236
|
+
"color": "#154273",
|
|
1237
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1238
|
+
"font-weight": 700,
|
|
1239
|
+
"line-height": "125%",
|
|
1240
|
+
"font-size": "2.5rem",
|
|
1241
|
+
"margin-block-end": 0,
|
|
1242
|
+
"margin-block-start": 0
|
|
1243
|
+
},
|
|
1244
|
+
"heading-3": {
|
|
1245
|
+
"color": "#154273",
|
|
1246
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1247
|
+
"font-weight": 700,
|
|
1248
|
+
"line-height": "125%",
|
|
1249
|
+
"font-size": "1.875rem",
|
|
1250
|
+
"margin-block-end": 0,
|
|
1251
|
+
"margin-block-start": 0
|
|
1252
|
+
},
|
|
1253
|
+
"heading-4": {
|
|
1254
|
+
"color": "#154273",
|
|
1255
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1256
|
+
"font-weight": 700,
|
|
1257
|
+
"line-height": "125%",
|
|
1258
|
+
"font-size": "1.5rem",
|
|
1259
|
+
"margin-block-end": 0,
|
|
1260
|
+
"margin-block-start": 0
|
|
1261
|
+
},
|
|
1262
|
+
"heading-5": {
|
|
1263
|
+
"color": "#154273",
|
|
1264
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1265
|
+
"font-weight": 700,
|
|
1266
|
+
"line-height": "125%",
|
|
1267
|
+
"font-size": "1.25rem",
|
|
1268
|
+
"margin-block-end": 0,
|
|
1269
|
+
"margin-block-start": 0
|
|
1270
|
+
},
|
|
1174
1271
|
"form-label": {
|
|
1175
1272
|
"color": "#0F172A",
|
|
1176
1273
|
"font-size": "1.25rem",
|
|
@@ -1268,6 +1365,21 @@
|
|
|
1268
1365
|
"border-inline-start-width": "0px"
|
|
1269
1366
|
}
|
|
1270
1367
|
},
|
|
1368
|
+
"number-badge": {
|
|
1369
|
+
"font-size": "1.25rem",
|
|
1370
|
+
"line-height": "150%",
|
|
1371
|
+
"min-block-size": "24px",
|
|
1372
|
+
"min-inline-size": "24px",
|
|
1373
|
+
"font-weight": 700,
|
|
1374
|
+
"border-width": "0px",
|
|
1375
|
+
"border-radius": "999px",
|
|
1376
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1377
|
+
"background-color": "#154273",
|
|
1378
|
+
"border-color": "transparent",
|
|
1379
|
+
"color": "#fff",
|
|
1380
|
+
"padding-inline": "0.5rem",
|
|
1381
|
+
"padding-block": "0.5rem"
|
|
1382
|
+
},
|
|
1271
1383
|
"checkbox": {
|
|
1272
1384
|
"border-radius": "2.5px",
|
|
1273
1385
|
"size": "24px",
|
|
@@ -1732,7 +1844,7 @@
|
|
|
1732
1844
|
"outline-style": "solid",
|
|
1733
1845
|
"outline-width": "2px",
|
|
1734
1846
|
"inverse": {
|
|
1735
|
-
"outline-color": "
|
|
1847
|
+
"outline-color": "#fff"
|
|
1736
1848
|
}
|
|
1737
1849
|
}
|
|
1738
1850
|
},
|
|
@@ -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",
|