@utrecht/design-tokens 2.3.0 → 2.5.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 +21 -0
- package/dist/_mixin-theme.scss +165 -76
- package/dist/_mixin.scss +165 -76
- package/dist/_variables.scss +165 -76
- package/dist/dark/_mixin-theme.scss +165 -76
- package/dist/dark/_mixin.scss +165 -76
- package/dist/dark/_variables.scss +165 -76
- package/dist/dark/index.cjs +104 -15
- package/dist/dark/index.css +165 -76
- package/dist/dark/index.d.ts +97 -8
- package/dist/dark/index.flat.json +102 -13
- package/dist/dark/index.json +11111 -9439
- package/dist/dark/index.mjs +103 -14
- package/dist/dark/index.tokens.json +369 -248
- package/dist/dark/list.json +11111 -9439
- package/dist/dark/list.mjs +11111 -9439
- package/dist/dark/property.css +19 -7
- package/dist/dark/root.css +164 -75
- package/dist/dark/theme-prince-xml.css +165 -76
- package/dist/dark/theme.css +164 -75
- package/dist/dark/tokens.cjs +2051 -347
- package/dist/dark/tokens.d.ts +255 -126
- package/dist/dark/tokens.json +2051 -347
- package/dist/dark/variables.cjs +104 -15
- package/dist/dark/variables.css +164 -75
- package/dist/dark/variables.d.ts +97 -8
- package/dist/dark/variables.json +102 -13
- package/dist/dark/variables.less +165 -76
- package/dist/dark/variables.mjs +103 -14
- package/dist/index.cjs +104 -15
- package/dist/index.css +330 -152
- package/dist/index.d.ts +97 -8
- package/dist/index.flat.json +102 -13
- package/dist/index.json +2175 -503
- package/dist/index.mjs +103 -14
- package/dist/index.tokens.json +369 -248
- package/dist/list.json +2175 -503
- package/dist/list.mjs +2175 -503
- package/dist/property.css +19 -7
- package/dist/root.css +164 -75
- package/dist/theme-prince-xml.css +165 -76
- package/dist/theme.css +164 -75
- package/dist/tokens.cjs +2051 -347
- package/dist/tokens.d.ts +255 -126
- package/dist/tokens.json +2051 -347
- package/dist/variables.cjs +104 -15
- package/dist/variables.css +164 -75
- package/dist/variables.d.ts +97 -8
- package/dist/variables.json +102 -13
- package/dist/variables.less +165 -76
- package/dist/variables.mjs +103 -14
- package/package.json +1 -1
- package/src/component/nl/code-block.tokens.json +13 -0
- package/src/component/nl/code.tokens.json +11 -0
- package/src/component/nl/data-badge.tokens.json +22 -0
- package/src/component/nl/heading.tokens.json +48 -0
- package/src/component/nl/mark.tokens.json +8 -0
- package/src/component/nl/number-badge.tokens.json +23 -0
- package/src/component/nl/paragraph.tokens.json +20 -0
- package/src/component/nl/skip-link.tokens.json +16 -0
- package/src/component/signalen/signalen.tokens.json +17 -0
- package/src/component/utrecht/badge.tokens.json +5 -5
- package/src/component/utrecht/body.tokens.json +11 -0
- package/src/component/utrecht/code-block.tokens.json +9 -9
- package/src/component/utrecht/heading-1.tokens.json +4 -4
- package/src/component/utrecht/heading-2.tokens.json +4 -4
- package/src/component/utrecht/heading-3.tokens.json +4 -4
- package/src/component/utrecht/heading-4.tokens.json +4 -4
- package/src/component/utrecht/heading-5.tokens.json +4 -4
- package/src/component/utrecht/heading-6.tokens.json +4 -4
- package/src/component/utrecht/link-list.tokens.json +3 -0
- package/src/component/utrecht/mark.tokens.json +2 -2
- package/src/component/utrecht/nav-bar.tokens.json +0 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/page-body.tokens.json +19 -0
- package/src/component/utrecht/page-footer.tokens.json +6 -4
- package/src/component/utrecht/page-header.tokens.json +14 -4
- package/src/component/utrecht/page.tokens.json +2 -2
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/root.tokens.json +8 -0
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/project.json +0 -25
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/dark/variables.cjs
CHANGED
|
@@ -85,6 +85,11 @@ module.exports = {
|
|
|
85
85
|
"utrechtBlockquoteCaptionFontSize": "0.875rem",
|
|
86
86
|
"utrechtBlockquoteMarginBlockStart": "1.6em",
|
|
87
87
|
"utrechtBlockquoteMarginBlockEnd": "1.6em",
|
|
88
|
+
"utrechtBodyFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
89
|
+
"utrechtBodyFontSize": "1rem",
|
|
90
|
+
"utrechtBodyLineHeight": "1.4",
|
|
91
|
+
"utrechtBodyBackgroundColor": "hsl(0 0% 100%)",
|
|
92
|
+
"utrechtBodyColor": "hsl(0 0% 0%)",
|
|
88
93
|
"utrechtBreadcrumbNavMinBlockSize": "34px",
|
|
89
94
|
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
90
95
|
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
@@ -285,6 +290,7 @@ module.exports = {
|
|
|
285
290
|
"utrechtCheckboxMarginBlockStart": 0,
|
|
286
291
|
"utrechtCodeBlockBackgroundColor": "hsl(0 0% 95%)",
|
|
287
292
|
"utrechtCodeBlockColor": "hsl(0 0% 0%)",
|
|
293
|
+
"utrechtCodeBlockFontFamily": "\"Monaco\"",
|
|
288
294
|
"utrechtCodeBlockFontSize": "1rem",
|
|
289
295
|
"utrechtCodeBlockLineHeight": "1.5",
|
|
290
296
|
"utrechtCodeBlockMarginBlockStart": "20px",
|
|
@@ -552,6 +558,7 @@ module.exports = {
|
|
|
552
558
|
"utrechtLinkListLinkFontWeight": "700",
|
|
553
559
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
554
560
|
"utrechtLinkListIconSize": "14px",
|
|
561
|
+
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
555
562
|
"utrechtLinkSocialBackgroundColor": "hsl(0 100% 40%)",
|
|
556
563
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
557
564
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
@@ -633,8 +640,6 @@ module.exports = {
|
|
|
633
640
|
"utrechtMapcontrolbuttonPaddingInlineStart": "4px",
|
|
634
641
|
"utrechtMarkBackgroundColor": "hsl(48 100% 60%)",
|
|
635
642
|
"utrechtMarkColor": "hsl(0 0% 0%)",
|
|
636
|
-
"utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
|
|
637
|
-
"utrechtNavBarColor": "hsl(0 0% 0%)",
|
|
638
643
|
"utrechtNavBarContentMaxInlineSize": "1184px",
|
|
639
644
|
"utrechtNavBarLinkPaddingBlockEnd": "8px",
|
|
640
645
|
"utrechtNavBarLinkPaddingBlockStart": "8px",
|
|
@@ -674,28 +679,47 @@ module.exports = {
|
|
|
674
679
|
"utrechtOrderedListItemMarginBlockStart": "0.25em",
|
|
675
680
|
"utrechtOrderedListItemMarginBlockEnd": "0.25em",
|
|
676
681
|
"utrechtOrderedListItemPaddingInlineStart": "0",
|
|
682
|
+
"utrechtPageBodyContentBackgroundColor": "hsl(0 0% 100%)",
|
|
683
|
+
"utrechtPageBodyContentColor": "hsl(0 0% 0%)",
|
|
684
|
+
"utrechtPageBodyContentPaddingBlockStart": "0",
|
|
685
|
+
"utrechtPageBodyContentPaddingBlockEnd": "1em",
|
|
686
|
+
"utrechtPageBodyContentPaddingInlineStart": "2em",
|
|
687
|
+
"utrechtPageBodyContentMaxInlineSize": "1184px",
|
|
688
|
+
"utrechtPageBodyContentPaddingInlineEnd": "2.4em",
|
|
689
|
+
"utrechtPageBodyPaddingInlineEnd": "0",
|
|
690
|
+
"utrechtPageBodyPaddingInlineStart": "0",
|
|
691
|
+
"utrechtPageBodyPaddingBlockEnd": "0",
|
|
692
|
+
"utrechtPageBodyPaddingBlockStart": "0",
|
|
677
693
|
"utrechtPageContentPaddingBlockStart": "2em",
|
|
678
694
|
"utrechtPageContentPaddingBlockEnd": "2em",
|
|
679
695
|
"utrechtPageFooterColor": "hsl(0 0% 100%)",
|
|
680
696
|
"utrechtPageFooterBackgroundColor": "hsl(0 100% 40%)",
|
|
681
697
|
"utrechtPageFooterBackgroundImage": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
"utrechtPageHeaderPaddingBlockStart": "
|
|
687
|
-
"utrechtPageHeaderPaddingBlockEnd": "
|
|
688
|
-
"utrechtPageHeaderPaddingInlineStart": "
|
|
689
|
-
"utrechtPageHeaderPaddingInlineEnd": "
|
|
698
|
+
"utrechtPageFooterContentPaddingBlockEnd": "48px",
|
|
699
|
+
"utrechtPageFooterContentPaddingBlockStart": "48px",
|
|
700
|
+
"utrechtPageFooterContentMaxInlineSize": "1184px",
|
|
701
|
+
"utrechtPageFooterContentPaddingInline": "28px",
|
|
702
|
+
"utrechtPageHeaderPaddingBlockStart": "0",
|
|
703
|
+
"utrechtPageHeaderPaddingBlockEnd": "0",
|
|
704
|
+
"utrechtPageHeaderPaddingInlineStart": "0",
|
|
705
|
+
"utrechtPageHeaderPaddingInlineEnd": "0",
|
|
706
|
+
"utrechtPageHeaderContentBackgroundColor": "hsl(0 0% 100%)",
|
|
707
|
+
"utrechtPageHeaderContentColor": "hsl(0 0% 0%)",
|
|
708
|
+
"utrechtPageHeaderContentPaddingBlockStart": "1.8em",
|
|
709
|
+
"utrechtPageHeaderContentPaddingBlockEnd": "1em",
|
|
710
|
+
"utrechtPageHeaderContentPaddingInlineStart": "2em",
|
|
711
|
+
"utrechtPageHeaderContentPaddingInlineEnd": "2.4em",
|
|
712
|
+
"utrechtPageHeaderContentMaxInlineSize": "1184px",
|
|
713
|
+
"utrechtPageHeaderContentPaddingInline": "2em",
|
|
690
714
|
"utrechtPageBackgroundColor": "hsl(0 0% 15%)",
|
|
691
715
|
"utrechtPageColor": "hsl(0 0% 95%)",
|
|
692
716
|
"utrechtPageMarginInlineStart": "2em",
|
|
693
717
|
"utrechtPageMarginInlineEnd": "2em",
|
|
694
718
|
"utrechtPageMaxInlineSize": "1184px",
|
|
695
719
|
"utrechtPagePaddingBlockStart": "1.8em",
|
|
696
|
-
"utrechtPagePaddingInlineEnd": "
|
|
720
|
+
"utrechtPagePaddingInlineEnd": "0",
|
|
697
721
|
"utrechtPagePaddingBlockEnd": "1em",
|
|
698
|
-
"utrechtPagePaddingInlineStart": "
|
|
722
|
+
"utrechtPagePaddingInlineStart": "0",
|
|
699
723
|
"utrechtPaginationFontSize": "0.875rem",
|
|
700
724
|
"utrechtPaginationMarginBlockStart": "0",
|
|
701
725
|
"utrechtPaginationMarginBlockEnd": "1em",
|
|
@@ -738,7 +762,6 @@ module.exports = {
|
|
|
738
762
|
"utrechtParagraphLineHeight": "1.5",
|
|
739
763
|
"utrechtParagraphMarginBlockStart": "16px",
|
|
740
764
|
"utrechtParagraphMarginBlockEnd": "0",
|
|
741
|
-
"utrechtParagraphLeadColor": "hsl(0 0% 95%)",
|
|
742
765
|
"utrechtParagraphLeadFontSize": "1.25rem",
|
|
743
766
|
"utrechtParagraphLeadFontWeight": "400",
|
|
744
767
|
"utrechtParagraphLeadLineHeight": "1.5",
|
|
@@ -748,6 +771,7 @@ module.exports = {
|
|
|
748
771
|
"utrechtRadioButtonBackgroundColor": "hsl(0 0% 20%)",
|
|
749
772
|
"utrechtRadioButtonBorderColor": "hsl(0 0% 95%)",
|
|
750
773
|
"utrechtRadioButtonBorderWidth": "2px",
|
|
774
|
+
"utrechtRadioButtonColor": "hsl(0 0% 100%)",
|
|
751
775
|
"utrechtRadioButtonSize": "24px",
|
|
752
776
|
"utrechtRadioButtonMarginInlineEnd": "12px",
|
|
753
777
|
"utrechtRadioButtonIconSize": "42%",
|
|
@@ -766,13 +790,14 @@ module.exports = {
|
|
|
766
790
|
"utrechtRadioButtonDisabledColor": "hsl(0 0% 100%)",
|
|
767
791
|
"utrechtRadioButtonInvalidBorderColor": "#990000",
|
|
768
792
|
"utrechtRadioButtonInvalidBorderWidth": "2px",
|
|
769
|
-
"utrechtRadioButtonColor": "hsl(0 0% 100%)",
|
|
770
793
|
"utrechtRadioButtonBorderRadius": "0",
|
|
771
794
|
"utrechtRichTextStrangerMarginBlockEnd": "32px",
|
|
772
795
|
"utrechtRichTextAcquaintanceMarginBlockEnd": "16px",
|
|
773
796
|
"utrechtRichTextFriendMarginBlockEnd": "8px",
|
|
774
797
|
"utrechtRichTextBestFriendMarginBlockEnd": "4px",
|
|
775
798
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
799
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 95%)",
|
|
800
|
+
"utrechtRootColor": "hsl(0 0% 10%)",
|
|
776
801
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
777
802
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
778
803
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
|
@@ -1011,10 +1036,74 @@ module.exports = {
|
|
|
1011
1036
|
"denhaagProcessStepsSubStepHeadingFontSize": "0.875rem",
|
|
1012
1037
|
"denhaagProcessStepsSubStepHeadingFontWeight": "400",
|
|
1013
1038
|
"denhaagProcessStepsSubStepLineColor": "hsl(90 30% 30%)",
|
|
1039
|
+
"nlCodeBlockBackgroundColor": "hsl(0 0% 95%)",
|
|
1040
|
+
"nlCodeBlockColor": "hsl(0 0% 0%)",
|
|
1041
|
+
"nlCodeBlockFontFamily": "\"Monaco\"",
|
|
1042
|
+
"nlCodeBlockFontSize": "1rem",
|
|
1043
|
+
"nlCodeBlockLineHeight": "1.5",
|
|
1044
|
+
"nlCodeBlockPaddingBlock": "20px",
|
|
1045
|
+
"nlCodeBlockPaddingInline": "20px",
|
|
1046
|
+
"nlDataBadgeBackgroundColor": "hsl(0 0% 30%)",
|
|
1047
|
+
"nlDataBadgeBorderRadius": "0",
|
|
1048
|
+
"nlDataBadgeColor": "hsl(0 0% 100%)",
|
|
1049
|
+
"nlDataBadgePaddingBlock": "8px",
|
|
1050
|
+
"nlDataBadgePaddingInline": "12px",
|
|
1051
|
+
"nlHeadingLevel1FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1052
|
+
"nlHeadingLevel1FontSize": "2rem",
|
|
1053
|
+
"nlHeadingLevel1FontWeight": "700",
|
|
1054
|
+
"nlHeadingLevel1LineHeight": "1.25",
|
|
1055
|
+
"nlHeadingLevel2FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1056
|
+
"nlHeadingLevel2FontSize": "1.25rem",
|
|
1057
|
+
"nlHeadingLevel2FontWeight": "700",
|
|
1058
|
+
"nlHeadingLevel2LineHeight": "1.25",
|
|
1059
|
+
"nlHeadingLevel3FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1060
|
+
"nlHeadingLevel3FontSize": "1.25rem",
|
|
1061
|
+
"nlHeadingLevel3FontWeight": "400",
|
|
1062
|
+
"nlHeadingLevel3LineHeight": "1.25",
|
|
1063
|
+
"nlHeadingLevel4FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1064
|
+
"nlHeadingLevel4FontSize": "1.125rem",
|
|
1065
|
+
"nlHeadingLevel4FontWeight": "400",
|
|
1066
|
+
"nlHeadingLevel4LineHeight": "1.5",
|
|
1067
|
+
"nlHeadingLevel5FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1068
|
+
"nlHeadingLevel5FontSize": "0.875rem",
|
|
1069
|
+
"nlHeadingLevel5FontWeight": "400",
|
|
1070
|
+
"nlHeadingLevel5LineHeight": "1.5",
|
|
1071
|
+
"nlHeadingLevel6FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1072
|
+
"nlHeadingLevel6FontSize": "0.875rem",
|
|
1073
|
+
"nlHeadingLevel6FontWeight": "400",
|
|
1074
|
+
"nlHeadingLevel6LineHeight": "1.5",
|
|
1075
|
+
"nlMarkBackgroundColor": "hsl(48 100% 60%)",
|
|
1076
|
+
"nlMarkColor": "hsl(0 0% 0%)",
|
|
1077
|
+
"nlNumberBadgeBackgroundColor": "hsl(0 100% 40%)",
|
|
1078
|
+
"nlNumberBadgeBorderRadius": "1rem",
|
|
1079
|
+
"nlNumberBadgeColor": "hsl(0 0% 100%)",
|
|
1080
|
+
"nlNumberBadgeFontSize": "1rem",
|
|
1081
|
+
"nlNumberBadgePaddingBlock": "1ex",
|
|
1082
|
+
"nlNumberBadgePaddingInline": "1ex",
|
|
1083
|
+
"nlParagraphFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1084
|
+
"nlParagraphFontSize": "1rem",
|
|
1085
|
+
"nlParagraphFontWeight": "400",
|
|
1086
|
+
"nlParagraphLineHeight": "1.5",
|
|
1087
|
+
"nlParagraphLeadColor": "hsl(0 0% 95%)",
|
|
1088
|
+
"nlParagraphLeadFontSize": "1.25rem",
|
|
1089
|
+
"nlParagraphLeadFontWeight": "400",
|
|
1090
|
+
"nlParagraphLeadLineHeight": "1.5",
|
|
1091
|
+
"nlParagraphSmallFontSize": "0.875rem",
|
|
1092
|
+
"nlSkipLinkBackgroundColor": "hsl(0 0% 15%)",
|
|
1093
|
+
"nlSkipLinkColor": "hsl(0 0% 100%)",
|
|
1094
|
+
"nlSkipLinkPaddingBlock": "8px",
|
|
1095
|
+
"nlSkipLinkPaddingInline": "16px",
|
|
1096
|
+
"nlSkipLinkTextDecoration": "underline",
|
|
1097
|
+
"nlSkipLinkFocusVisibleColor": "hsl(0 0% 0%)",
|
|
1098
|
+
"nlSkipLinkFocusVisibleBackgroundColor": "hsl(48 100% 80%)",
|
|
1099
|
+
"nlSkipLinkFocusVisibleTextDecoration": "none",
|
|
1014
1100
|
"ofLayoutBackground": "hsl(0 0% 15%)",
|
|
1015
1101
|
"ofLayoutBg": "hsl(0 0% 15%)",
|
|
1016
1102
|
"ofPageFooterBg": "hsl(0 100% 40%)",
|
|
1017
1103
|
"ofPageFooterFg": "hsl(0 0% 100%)",
|
|
1018
1104
|
"ofProgressIndicatorBackgroundColor": "hsl(0 0% 15%)",
|
|
1019
|
-
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
1105
|
+
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)",
|
|
1106
|
+
"signalenModalDialogBackgroundColor": "hsl(0 0% 100%)",
|
|
1107
|
+
"signalenModalDialogColor": "hsl(0 0% 0%)",
|
|
1108
|
+
"signalenProgressBarBorderRadius": "4px"
|
|
1020
1109
|
};
|
package/dist/dark/variables.css
CHANGED
|
@@ -137,19 +137,35 @@
|
|
|
137
137
|
--utrecht-pagination-page-link-background-color: transparent;
|
|
138
138
|
--utrecht-pagination-margin-block-start: 0;
|
|
139
139
|
--utrecht-pagination-margin-block-end: 1em;
|
|
140
|
-
--utrecht-page-padding-inline-start:
|
|
141
|
-
--utrecht-page-padding-inline-end:
|
|
140
|
+
--utrecht-page-padding-inline-start: 0;
|
|
141
|
+
--utrecht-page-padding-inline-end: 0;
|
|
142
142
|
--utrecht-page-padding-block-start: 1.8em;
|
|
143
143
|
--utrecht-page-padding-block-end: 1em;
|
|
144
144
|
--utrecht-page-max-inline-size: 1184px;
|
|
145
145
|
--utrecht-page-margin-inline-start: 2em;
|
|
146
146
|
--utrecht-page-margin-inline-end: 2em;
|
|
147
|
-
--utrecht-page-header-padding-inline-start:
|
|
148
|
-
--utrecht-page-header-padding-inline-end:
|
|
149
|
-
--utrecht-page-header-padding-block-start:
|
|
150
|
-
--utrecht-page-header-padding-block-end:
|
|
147
|
+
--utrecht-page-header-padding-inline-start: 0;
|
|
148
|
+
--utrecht-page-header-padding-inline-end: 0;
|
|
149
|
+
--utrecht-page-header-padding-block-start: 0;
|
|
150
|
+
--utrecht-page-header-padding-block-end: 0;
|
|
151
|
+
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
152
|
+
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
153
|
+
--utrecht-page-header-content-padding-inline: 2em;
|
|
154
|
+
--utrecht-page-header-content-padding-block-start: 1.8em;
|
|
155
|
+
--utrecht-page-header-content-padding-block-end: 1em;
|
|
156
|
+
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
157
|
+
--utrecht-page-footer-content-max-inline-size: 1184px;
|
|
151
158
|
--utrecht-page-content-padding-block-start: 2em;
|
|
152
159
|
--utrecht-page-content-padding-block-end: 2em;
|
|
160
|
+
--utrecht-page-body-padding-inline-start: 0;
|
|
161
|
+
--utrecht-page-body-padding-inline-end: 0;
|
|
162
|
+
--utrecht-page-body-padding-block-start: 0;
|
|
163
|
+
--utrecht-page-body-padding-block-end: 0;
|
|
164
|
+
--utrecht-page-body-content-padding-inline-start: 2em;
|
|
165
|
+
--utrecht-page-body-content-padding-inline-end: 2.4em;
|
|
166
|
+
--utrecht-page-body-content-padding-block-start: 0;
|
|
167
|
+
--utrecht-page-body-content-padding-block-end: 1em;
|
|
168
|
+
--utrecht-page-body-content-max-inline-size: 1184px;
|
|
153
169
|
--utrecht-ordered-list-padding-inline-start: 28.8px;
|
|
154
170
|
--utrecht-ordered-list-margin-block-start: 0;
|
|
155
171
|
--utrecht-ordered-list-margin-block-end: 1em;
|
|
@@ -158,8 +174,6 @@
|
|
|
158
174
|
--utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
159
175
|
--utrecht-number-data-positive-color: green;
|
|
160
176
|
--utrecht-number-data-negative-color: red;
|
|
161
|
-
--utrecht-number-badge-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
162
|
-
--utrecht-number-badge-padding-block: 1ex; /* Default block padding for badge components */
|
|
163
177
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
164
178
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
165
179
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
@@ -184,6 +198,7 @@
|
|
|
184
198
|
--utrecht-link-social-border-width: 2px;
|
|
185
199
|
--utrecht-link-list-link-text-decoration: none;
|
|
186
200
|
--utrecht-link-list-icon-size: 14px;
|
|
201
|
+
--utrecht-link-list-icon-inset-block-start: 0.15em;
|
|
187
202
|
--utrecht-link-icon-size: 1.2em;
|
|
188
203
|
--utrecht-link-hover-text-decoration-thickness: 3px;
|
|
189
204
|
--utrecht-link-hover-text-decoration: underline;
|
|
@@ -293,10 +308,6 @@
|
|
|
293
308
|
--utrecht-color-blue-30: hsl(211 60% 30%); /* Deze kleur gebruiken we niet (interaction active) */
|
|
294
309
|
--utrecht-color-blue-20: hsl(211 60% 20%); /* basis donkerblauw (OS focus) */
|
|
295
310
|
--utrecht-color-black: hsl(0 0% 0%);
|
|
296
|
-
--utrecht-code-block-padding-inline-start: 20px;
|
|
297
|
-
--utrecht-code-block-padding-inline-end: 20px;
|
|
298
|
-
--utrecht-code-block-padding-block-start: 20px;
|
|
299
|
-
--utrecht-code-block-padding-block-end: 20px;
|
|
300
311
|
--utrecht-checkbox-size: 24px;
|
|
301
312
|
--utrecht-checkbox-margin-block-start: 0;
|
|
302
313
|
--utrecht-checkbox-focus-border-width: 2px;
|
|
@@ -352,13 +363,13 @@
|
|
|
352
363
|
--utrecht-border-radius-none: 0;
|
|
353
364
|
--utrecht-border-radius-md: 4px;
|
|
354
365
|
--utrecht-border-radius-lg: 8px;
|
|
366
|
+
--utrecht-body-line-height: 1.4;
|
|
355
367
|
--utrecht-blockquote-margin-inline-start: 1.6em;
|
|
356
368
|
--utrecht-blockquote-margin-inline-end: 1.6em;
|
|
357
369
|
--utrecht-blockquote-margin-block-start: 1.6em;
|
|
358
370
|
--utrecht-blockquote-margin-block-end: 1.6em;
|
|
359
371
|
--utrecht-badge-counter-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
360
372
|
--utrecht-badge-counter-padding-block: 1ex; /* Default block padding for badge components */
|
|
361
|
-
--utrecht-badge-border-radius: 0; /* Default corner radius for badge components */
|
|
362
373
|
--utrecht-backdrop-reduced-transparency-opacity: 0.98;
|
|
363
374
|
--utrecht-backdrop-opacity: 0.8;
|
|
364
375
|
--utrecht-backdrop-fade-in-animation-duration: 400ms;
|
|
@@ -380,7 +391,14 @@
|
|
|
380
391
|
--utrecht-accordion-button-icon-size: 24px;
|
|
381
392
|
--utrecht-accordion-button-hover-background-color: inherit;
|
|
382
393
|
--utrecht-accordion-button-border-width: 0;
|
|
394
|
+
--signalen-progress-bar-border-radius: 4px;
|
|
383
395
|
--of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
396
|
+
--nl-number-badge-padding-inline: 1ex;
|
|
397
|
+
--nl-number-badge-padding-block: 1ex;
|
|
398
|
+
--nl-data-badge-border-radius: 0;
|
|
399
|
+
--nl-code-block-padding-inline: 20px;
|
|
400
|
+
--nl-code-block-padding-block: 20px;
|
|
401
|
+
--nl-code-block-font-family: "Monaco";
|
|
384
402
|
--denhaag-process-steps-sub-step-marker-size: 12px;
|
|
385
403
|
--denhaag-process-steps-step-marker-size: 28px;
|
|
386
404
|
--utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
|
|
@@ -435,8 +453,6 @@
|
|
|
435
453
|
--utrecht-spotlight-section-error-background-color: var(--utrecht-color-red-95);
|
|
436
454
|
--utrecht-spotlight-section-color: var(--utrecht-color-grey-15);
|
|
437
455
|
--utrecht-spotlight-section-background-color: var(--utrecht-color-grey-20);
|
|
438
|
-
--utrecht-skip-link-text-decoration: var(--utrecht-link-text-decoration);
|
|
439
|
-
--utrecht-skip-link-focus-visible-text-decoration: var(--utrecht-link-focus-visible-text-decoration);
|
|
440
456
|
--utrecht-sidenav-link-hover-color: var(--utrecht-color-blue-40);
|
|
441
457
|
--utrecht-sidenav-link-color: var(--utrecht-color-blue-40);
|
|
442
458
|
--utrecht-sidenav-item-marker-hover-color: var(--utrecht-color-blue-50);
|
|
@@ -469,6 +485,8 @@
|
|
|
469
485
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
470
486
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
471
487
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
488
|
+
--utrecht-root-color: var(--utrecht-color-grey-10);
|
|
489
|
+
--utrecht-root-background-color: var(--utrecht-color-grey-95);
|
|
472
490
|
--utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
|
|
473
491
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
474
492
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-2xs);
|
|
@@ -491,13 +509,6 @@
|
|
|
491
509
|
--utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
492
510
|
--utrecht-paragraph-small-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
493
511
|
--utrecht-paragraph-margin-block-start: var(--utrecht-space-block-md);
|
|
494
|
-
--utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
495
|
-
--utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
496
|
-
--utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
497
|
-
--utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
498
|
-
--utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
499
|
-
--utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
500
|
-
--utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
501
512
|
--utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
|
|
502
513
|
--utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
503
514
|
--utrecht-pagination-relative-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
@@ -514,29 +525,27 @@
|
|
|
514
525
|
--utrecht-pagination-page-link-current-background-color: var(--utrecht-color-blue-35);
|
|
515
526
|
--utrecht-pagination-page-link-color: var(--utrecht-color-blue-35);
|
|
516
527
|
--utrecht-pagination-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
517
|
-
--utrecht-page-
|
|
518
|
-
--utrecht-page-
|
|
519
|
-
--utrecht-page-footer-padding-
|
|
520
|
-
--utrecht-page-footer-padding-block-
|
|
528
|
+
--utrecht-page-header-content-color: var(--utrecht-color-black);
|
|
529
|
+
--utrecht-page-header-content-background-color: var(--utrecht-color-white);
|
|
530
|
+
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
531
|
+
--utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
|
|
532
|
+
--utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
|
|
521
533
|
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
522
534
|
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
|
|
523
535
|
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
524
536
|
--utrecht-page-color: var(--utrecht-color-grey-95);
|
|
537
|
+
--utrecht-page-body-content-color: var(--utrecht-color-black);
|
|
538
|
+
--utrecht-page-body-content-background-color: var(--utrecht-color-white);
|
|
525
539
|
--utrecht-page-background-color: var(--utrecht-color-grey-15);
|
|
526
|
-
--utrecht-number-badge-
|
|
527
|
-
--utrecht-number-badge-
|
|
528
|
-
--utrecht-number-badge-background-color: var(--utrecht-color-red-40);
|
|
540
|
+
--utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /* Default inline padding color for badge components */
|
|
541
|
+
--utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /* Default block padding for badge components */
|
|
529
542
|
--utrecht-nav-bar-link-padding-inline-start: var(--utrecht-space-inline-md);
|
|
530
543
|
--utrecht-nav-bar-link-padding-inline-end: var(--utrecht-space-inline-md);
|
|
531
544
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
|
532
545
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
533
546
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
534
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
535
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
536
547
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
537
548
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
538
|
-
--utrecht-mark-color: var(--utrecht-color-black);
|
|
539
|
-
--utrecht-mark-background-color: var(--utrecht-color-yellow-60);
|
|
540
549
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
541
550
|
--utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
|
|
542
551
|
--utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
|
|
@@ -593,30 +602,6 @@
|
|
|
593
602
|
--utrecht-index-char-nav-link-current-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
594
603
|
--utrecht-index-char-nav-gap: var(--utrecht-space-column-sm);
|
|
595
604
|
--utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
596
|
-
--utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
|
|
597
|
-
--utrecht-heading-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
598
|
-
--utrecht-heading-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
599
|
-
--utrecht-heading-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
600
|
-
--utrecht-heading-5-line-height: var(--utrecht-typography-line-height-md);
|
|
601
|
-
--utrecht-heading-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
602
|
-
--utrecht-heading-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
603
|
-
--utrecht-heading-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
604
|
-
--utrecht-heading-4-line-height: var(--utrecht-typography-line-height-md);
|
|
605
|
-
--utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
606
|
-
--utrecht-heading-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
607
|
-
--utrecht-heading-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
608
|
-
--utrecht-heading-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
609
|
-
--utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
610
|
-
--utrecht-heading-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
611
|
-
--utrecht-heading-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
612
|
-
--utrecht-heading-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
613
|
-
--utrecht-heading-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
614
|
-
--utrecht-heading-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
615
|
-
--utrecht-heading-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
616
|
-
--utrecht-heading-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
617
|
-
--utrecht-heading-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
618
|
-
--utrecht-heading-1-font-size: var(--utrecht-typography-scale-4xl-font-size);
|
|
619
|
-
--utrecht-heading-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
620
605
|
--utrecht-form-toggle-track-disabled-background-color: var(--utrecht-color-grey-90);
|
|
621
606
|
--utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
|
|
622
607
|
--utrecht-form-toggle-thumb-background-color: var(--utrecht-color-white);
|
|
@@ -692,12 +677,13 @@
|
|
|
692
677
|
--utrecht-data-list-item-key-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
693
678
|
--utrecht-column-layout-gap: var(--utrecht-space-column-md);
|
|
694
679
|
--utrecht-column-layout-column-rule-color: var(--utrecht-color-grey-80);
|
|
680
|
+
--utrecht-code-block-padding-inline-start: var(--nl-code-block-padding-inline);
|
|
681
|
+
--utrecht-code-block-padding-inline-end: var(--nl-code-block-padding-inline);
|
|
682
|
+
--utrecht-code-block-padding-block-start: var(--nl-code-block-padding-block);
|
|
683
|
+
--utrecht-code-block-padding-block-end: var(--nl-code-block-padding-block);
|
|
695
684
|
--utrecht-code-block-margin-block-start: var(--utrecht-space-block-lg);
|
|
696
685
|
--utrecht-code-block-margin-block-end: var(--utrecht-space-block-lg);
|
|
697
|
-
--utrecht-code-block-
|
|
698
|
-
--utrecht-code-block-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
699
|
-
--utrecht-code-block-color: var(--utrecht-color-black);
|
|
700
|
-
--utrecht-code-block-background-color: var(--utrecht-color-grey-95);
|
|
686
|
+
--utrecht-code-block-font-family: var(--nl-code-block-font-family);
|
|
701
687
|
--utrecht-checkbox-indeterminate-background-color: var(--utrecht-color-blue-40);
|
|
702
688
|
--utrecht-checkbox-disabled-border-color: var(--utrecht-color-grey-80);
|
|
703
689
|
--utrecht-checkbox-disabled-background-color: var(--utrecht-color-grey-80);
|
|
@@ -825,19 +811,20 @@
|
|
|
825
811
|
--utrecht-breadcrumb-nav-arrows-link-focus-color: var(--utrecht-color-black);
|
|
826
812
|
--utrecht-breadcrumb-nav-arrows-link-color: var(--utrecht-color-black);
|
|
827
813
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
814
|
+
--utrecht-body-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
815
|
+
--utrecht-body-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
816
|
+
--utrecht-body-color: var(--utrecht-color-black);
|
|
817
|
+
--utrecht-body-background-color: var(--utrecht-color-white);
|
|
828
818
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
829
819
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
830
820
|
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
831
|
-
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
832
|
-
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
833
821
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|
|
834
822
|
--utrecht-badge-list-item-margin-block: var(--utrecht-space-block-xs);
|
|
835
823
|
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
|
836
824
|
--utrecht-badge-counter-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
837
825
|
--utrecht-badge-counter-color: var(--utrecht-color-white); /* Default text color for badge components */
|
|
838
826
|
--utrecht-badge-counter-background-color: var(--utrecht-color-red-40); /* Default background color for badge components */
|
|
839
|
-
--utrecht-badge-
|
|
840
|
-
--utrecht-badge-background-color: var(--utrecht-color-grey-30); /* Default background color for badge components */
|
|
827
|
+
--utrecht-badge-border-radius: var(--nl-data-badge-border-radius); /* Default corner radius for badge components */
|
|
841
828
|
--utrecht-backdrop-color: var(--utrecht-color-white);
|
|
842
829
|
--utrecht-backdrop-background-color: var(--utrecht-color-black);
|
|
843
830
|
--utrecht-alert-warning-color: var(--utrecht-color-white);
|
|
@@ -884,6 +871,53 @@
|
|
|
884
871
|
--utrecht-accordion-button-active-color: var(--utrecht-color-grey-10);
|
|
885
872
|
--utrecht-accordion-button-active-border-color: var(--utrecht-color-grey-95);
|
|
886
873
|
--utrecht-accordion-button-active-background-color: var(--utrecht-color-grey-80);
|
|
874
|
+
--nl-skip-link-text-decoration: var(--utrecht-link-text-decoration);
|
|
875
|
+
--nl-skip-link-focus-visible-text-decoration: var(--utrecht-link-focus-visible-text-decoration);
|
|
876
|
+
--nl-paragraph-small-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
877
|
+
--nl-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
878
|
+
--nl-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
879
|
+
--nl-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
880
|
+
--nl-paragraph-lead-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
881
|
+
--nl-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
882
|
+
--nl-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
883
|
+
--nl-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
884
|
+
--nl-number-badge-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
885
|
+
--nl-number-badge-color: var(--utrecht-color-white);
|
|
886
|
+
--nl-number-badge-background-color: var(--utrecht-color-red-40);
|
|
887
|
+
--nl-mark-color: var(--utrecht-color-black);
|
|
888
|
+
--nl-mark-background-color: var(--utrecht-color-yellow-60);
|
|
889
|
+
--nl-heading-level-6-line-height: var(--utrecht-typography-line-height-md);
|
|
890
|
+
--nl-heading-level-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
891
|
+
--nl-heading-level-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
892
|
+
--nl-heading-level-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
893
|
+
--nl-heading-level-5-line-height: var(--utrecht-typography-line-height-md);
|
|
894
|
+
--nl-heading-level-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
895
|
+
--nl-heading-level-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
896
|
+
--nl-heading-level-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
897
|
+
--nl-heading-level-4-line-height: var(--utrecht-typography-line-height-md);
|
|
898
|
+
--nl-heading-level-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
899
|
+
--nl-heading-level-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
900
|
+
--nl-heading-level-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
901
|
+
--nl-heading-level-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
902
|
+
--nl-heading-level-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
903
|
+
--nl-heading-level-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
904
|
+
--nl-heading-level-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
905
|
+
--nl-heading-level-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
906
|
+
--nl-heading-level-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
907
|
+
--nl-heading-level-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
908
|
+
--nl-heading-level-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
909
|
+
--nl-heading-level-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
910
|
+
--nl-heading-level-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
911
|
+
--nl-heading-level-1-font-size: var(--utrecht-typography-scale-4xl-font-size);
|
|
912
|
+
--nl-heading-level-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
913
|
+
--nl-data-badge-padding-inline: var(--utrecht-space-inline-sm);
|
|
914
|
+
--nl-data-badge-padding-block: var(--utrecht-space-block-xs);
|
|
915
|
+
--nl-data-badge-color: var(--utrecht-color-white);
|
|
916
|
+
--nl-data-badge-background-color: var(--utrecht-color-grey-30);
|
|
917
|
+
--nl-code-block-line-height: var(--utrecht-typography-line-height-md);
|
|
918
|
+
--nl-code-block-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
919
|
+
--nl-code-block-color: var(--utrecht-color-black);
|
|
920
|
+
--nl-code-block-background-color: var(--utrecht-color-grey-95);
|
|
887
921
|
--denhaag-process-steps-sub-step-marker-border-color: var(--utrecht-color-green-30);
|
|
888
922
|
--denhaag-process-steps-sub-step-marker-background-color: var(--utrecht-color-white);
|
|
889
923
|
--denhaag-process-steps-sub-step-heading-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
@@ -928,23 +962,51 @@
|
|
|
928
962
|
--utrecht-toptask-link-hover-background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
929
963
|
--utrecht-toptask-link-color: var(--utrecht-button-primary-action-color);
|
|
930
964
|
--utrecht-toptask-link-background-color: var(--utrecht-button-primary-action-background-color);
|
|
931
|
-
--utrecht-skip-link-
|
|
932
|
-
--utrecht-skip-link-
|
|
933
|
-
--utrecht-skip-link-padding-block-start: var(--utrecht-button-padding-block-start);
|
|
934
|
-
--utrecht-skip-link-padding-block-end: var(--utrecht-button-padding-block-end);
|
|
935
|
-
--utrecht-skip-link-focus-color: var(--utrecht-topnav-link-focus-color);
|
|
936
|
-
--utrecht-skip-link-focus-background-color: var(--utrecht-topnav-link-focus-background-color);
|
|
937
|
-
--utrecht-skip-link-color: var(--utrecht-topnav-link-color);
|
|
938
|
-
--utrecht-skip-link-background-color: var(--utrecht-topnav-list-background-color);
|
|
965
|
+
--utrecht-skip-link-text-decoration: var(--nl-skip-link-text-decoration);
|
|
966
|
+
--utrecht-skip-link-focus-visible-text-decoration: var(--nl-skip-link-focus-visible-text-decoration);
|
|
939
967
|
--utrecht-radio-button-border-color: var(--utrecht-form-control-border-color);
|
|
940
968
|
--utrecht-radio-button-background-color: var(--utrecht-form-control-background-color);
|
|
941
|
-
--utrecht-paragraph-
|
|
942
|
-
--utrecht-
|
|
969
|
+
--utrecht-paragraph-line-height: var(--nl-paragraph-line-height);
|
|
970
|
+
--utrecht-paragraph-lead-line-height: var(--nl-paragraph-lead-line-height);
|
|
971
|
+
--utrecht-paragraph-lead-font-weight: var(--nl-paragraph-lead-font-weight);
|
|
972
|
+
--utrecht-paragraph-lead-font-size: var(--nl-paragraph-lead-font-size);
|
|
973
|
+
--utrecht-paragraph-font-weight: var(--nl-paragraph-font-weight);
|
|
974
|
+
--utrecht-paragraph-font-size: var(--nl-paragraph-font-size);
|
|
975
|
+
--utrecht-paragraph-font-family: var(--nl-paragraph-font-family);
|
|
976
|
+
--utrecht-number-badge-font-size: var(--nl-number-badge-font-size);
|
|
977
|
+
--utrecht-number-badge-color: var(--nl-number-badge-color); /* Default text color for badge components */
|
|
978
|
+
--utrecht-number-badge-background-color: var(--nl-number-badge-background-color);
|
|
979
|
+
--utrecht-mark-color: var(--nl-mark-color);
|
|
980
|
+
--utrecht-mark-background-color: var(--nl-mark-background-color);
|
|
943
981
|
--utrecht-listbox-border-width: var(--utrecht-form-control-border-width);
|
|
944
982
|
--utrecht-listbox-border-color: var(--utrecht-form-control-border-color);
|
|
945
983
|
--utrecht-link-visited-color: var(--utrecht-link-color);
|
|
946
984
|
--utrecht-link-hover-color: var(--utrecht-link-focus-color);
|
|
947
985
|
--utrecht-link-active-color: var(--utrecht-link-color);
|
|
986
|
+
--utrecht-heading-6-line-height: var(--nl-heading-level-6-line-height);
|
|
987
|
+
--utrecht-heading-6-font-weight: var(--nl-heading-level-6-font-weight);
|
|
988
|
+
--utrecht-heading-6-font-size: var(--nl-heading-level-6-font-size);
|
|
989
|
+
--utrecht-heading-6-font-family: var(--nl-heading-level-6-font-family);
|
|
990
|
+
--utrecht-heading-5-line-height: var(--nl-heading-level-5-line-height);
|
|
991
|
+
--utrecht-heading-5-font-weight: var(--nl-heading-level-5-font-weight);
|
|
992
|
+
--utrecht-heading-5-font-size: var(--nl-heading-level-5-font-size);
|
|
993
|
+
--utrecht-heading-5-font-family: var(--nl-heading-level-5-font-family);
|
|
994
|
+
--utrecht-heading-4-line-height: var(--nl-heading-level-4-line-height);
|
|
995
|
+
--utrecht-heading-4-font-weight: var(--nl-heading-level-4-font-weight);
|
|
996
|
+
--utrecht-heading-4-font-size: var(--nl-heading-level-4-font-size);
|
|
997
|
+
--utrecht-heading-4-font-family: var(--nl-heading-level-4-font-family);
|
|
998
|
+
--utrecht-heading-3-line-height: var(--nl-heading-level-3-line-height);
|
|
999
|
+
--utrecht-heading-3-font-weight: var(--nl-heading-level-3-font-weight);
|
|
1000
|
+
--utrecht-heading-3-font-size: var(--nl-heading-level-3-font-size);
|
|
1001
|
+
--utrecht-heading-3-font-family: var(--nl-heading-level-3-font-family);
|
|
1002
|
+
--utrecht-heading-2-line-height: var(--nl-heading-level-2-line-height);
|
|
1003
|
+
--utrecht-heading-2-font-weight: var(--nl-heading-level-2-font-weight);
|
|
1004
|
+
--utrecht-heading-2-font-size: var(--nl-heading-level-2-font-size);
|
|
1005
|
+
--utrecht-heading-2-font-family: var(--nl-heading-level-2-font-family);
|
|
1006
|
+
--utrecht-heading-1-line-height: var(--nl-heading-level-1-line-height);
|
|
1007
|
+
--utrecht-heading-1-font-weight: var(--nl-heading-level-1-font-weight);
|
|
1008
|
+
--utrecht-heading-1-font-size: var(--nl-heading-level-1-font-size);
|
|
1009
|
+
--utrecht-heading-1-font-family: var(--nl-heading-level-1-font-family);
|
|
948
1010
|
--utrecht-form-field-error-message-color: var(--utrecht-feedback-invalid-color);
|
|
949
1011
|
--utrecht-form-field-description-warning-color: var(--utrecht-feedback-warning-color);
|
|
950
1012
|
--utrecht-form-field-description-invalid-color: var(--utrecht-feedback-invalid-color);
|
|
@@ -964,6 +1026,10 @@
|
|
|
964
1026
|
--utrecht-feedback-active-color: var(--utrecht-feedback-safe-color);
|
|
965
1027
|
--utrecht-drawer-color: var(--utrecht-document-color);
|
|
966
1028
|
--utrecht-drawer-background-color: var(--utrecht-document-background-color);
|
|
1029
|
+
--utrecht-code-block-line-height: var(--nl-code-block-line-height);
|
|
1030
|
+
--utrecht-code-block-font-size: var(--nl-code-block-font-size);
|
|
1031
|
+
--utrecht-code-block-color: var(--nl-code-block-color);
|
|
1032
|
+
--utrecht-code-block-background-color: var(--nl-code-block-background-color);
|
|
967
1033
|
--utrecht-checkbox-color: var(--utrecht-form-control-color);
|
|
968
1034
|
--utrecht-checkbox-border-color: var(--utrecht-form-control-border-color);
|
|
969
1035
|
--utrecht-checkbox-background-color: var(--utrecht-form-control-background-color);
|
|
@@ -988,13 +1054,36 @@
|
|
|
988
1054
|
--utrecht-button-pressed-background-color: var(--utrecht-button-active-background-color);
|
|
989
1055
|
--utrecht-breadcrumb-nav-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
990
1056
|
--utrecht-breadcrumb-nav-arrows-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
1057
|
+
--utrecht-badge-padding-inline: var(--nl-data-badge-padding-inline); /* Default inline padding color for badge components */
|
|
1058
|
+
--utrecht-badge-padding-block: var(--nl-data-badge-padding-block); /* Default block padding for badge components */
|
|
991
1059
|
--utrecht-badge-counter-border-radius: var(--utrecht-badge-counter-font-size); /* Default corner radius for badge components */
|
|
1060
|
+
--utrecht-badge-color: var(--nl-data-badge-color); /* Default text color for badge components */
|
|
1061
|
+
--utrecht-badge-background-color: var(--nl-data-badge-background-color); /* Default background color for badge components */
|
|
1062
|
+
--signalen-modal-dialog-color: var(--utrecht-body-color);
|
|
1063
|
+
--signalen-modal-dialog-background-color: var(--utrecht-body-background-color);
|
|
992
1064
|
--of-progress-indicator-background-color: var(--utrecht-document-background-color);
|
|
993
1065
|
--of-page-footer-fg: var(--utrecht-page-footer-color);
|
|
994
1066
|
--of-page-footer-bg: var(--utrecht-page-footer-background-color);
|
|
995
1067
|
--of-layout-background: var(--utrecht-document-background-color);
|
|
1068
|
+
--nl-skip-link-padding-inline: var(--utrecht-button-padding-inline-start);
|
|
1069
|
+
--nl-skip-link-padding-block: var(--utrecht-button-padding-block-start);
|
|
1070
|
+
--nl-skip-link-focus-visible-color: var(--utrecht-topnav-link-focus-color);
|
|
1071
|
+
--nl-skip-link-focus-visible-background-color: var(--utrecht-topnav-link-focus-background-color);
|
|
1072
|
+
--nl-skip-link-color: var(--utrecht-topnav-link-color);
|
|
1073
|
+
--nl-skip-link-background-color: var(--utrecht-topnav-list-background-color);
|
|
1074
|
+
--nl-paragraph-lead-color: var(--utrecht-document-color);
|
|
1075
|
+
--nl-number-badge-border-radius: var(--nl-number-badge-font-size);
|
|
996
1076
|
--denhaag-process-steps-sub-step-line-color: var(--denhaag-process-steps-step-line-color);
|
|
1077
|
+
--utrecht-skip-link-padding-inline-start: var(--nl-skip-link-padding-inline);
|
|
1078
|
+
--utrecht-skip-link-padding-inline-end: var(--nl-skip-link-padding-inline);
|
|
1079
|
+
--utrecht-skip-link-padding-block-start: var(--nl-skip-link-padding-block);
|
|
1080
|
+
--utrecht-skip-link-padding-block-end: var(--nl-skip-link-padding-block);
|
|
1081
|
+
--utrecht-skip-link-focus-color: var(--nl-skip-link-focus-visible-color);
|
|
1082
|
+
--utrecht-skip-link-focus-background-color: var(--nl-skip-link-focus-visible-background-color);
|
|
1083
|
+
--utrecht-skip-link-color: var(--nl-skip-link-color);
|
|
1084
|
+
--utrecht-skip-link-background-color: var(--nl-skip-link-background-color);
|
|
997
1085
|
--utrecht-radio-button-invalid-border-color: var(--utrecht-form-control-invalid-border-color);
|
|
1086
|
+
--utrecht-number-badge-border-radius: var(--nl-number-badge-border-radius);
|
|
998
1087
|
--utrecht-form-field-invalid-border-inline-start-color: var(--utrecht-form-control-invalid-border-color);
|
|
999
1088
|
--utrecht-form-field-description-valid-color: var(--utrecht-feedback-valid-color);
|
|
1000
1089
|
--utrecht-feedback-warning-fill-background-color: var(--utrecht-feedback-warning-background-color);
|