@utrecht/design-tokens 2.0.0 → 2.1.1
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/.stylelintrc.json +5 -1
- package/CHANGELOG.md +14 -0
- package/config.json +8 -0
- package/dist/_mixin-theme.scss +64 -55
- package/dist/_mixin.scss +1011 -0
- package/dist/_variables.scss +64 -55
- package/dist/background-image-icon.css +0 -1
- package/dist/dark/_mixin-theme.scss +64 -55
- package/dist/dark/_mixin.scss +1022 -0
- package/dist/dark/_variables.scss +1019 -0
- package/dist/dark/index.cjs +1022 -0
- package/dist/dark/index.css +64 -55
- package/dist/dark/index.d.ts +1143 -0
- package/dist/dark/index.flat.json +1018 -0
- package/dist/dark/index.json +30708 -0
- package/dist/dark/index.mjs +1020 -0
- package/dist/dark/index.tokens.json +7790 -0
- package/dist/dark/list.json +30708 -0
- package/dist/dark/property.css +703 -0
- package/dist/dark/root.css +546 -537
- package/dist/dark/theme-prince-xml.css +1022 -0
- package/dist/dark/theme.css +1022 -0
- package/dist/dark/tokens.cjs +37484 -0
- package/dist/dark/tokens.d.ts +4792 -0
- package/dist/dark/tokens.json +37480 -0
- package/dist/dark/variables.cjs +1022 -0
- package/dist/dark/variables.css +1022 -0
- package/dist/dark/variables.d.ts +1143 -0
- package/dist/dark/variables.json +1018 -0
- package/dist/dark/variables.less +1019 -0
- package/dist/dark/variables.mjs +1020 -0
- package/dist/index.cjs +67 -58
- package/dist/index.css +131 -118
- package/dist/index.d.ts +59 -47
- package/dist/index.flat.json +607 -597
- package/dist/index.json +7028 -7230
- package/dist/index.mjs +67 -58
- package/dist/index.tokens.json +2170 -911
- package/dist/list.json +31825 -0
- package/dist/property.css +768 -0
- package/dist/root.css +541 -532
- package/dist/theme-prince-xml.css +64 -55
- package/dist/theme.css +541 -532
- package/dist/tokens.cjs +10583 -9537
- package/dist/tokens.d.ts +609 -249
- package/dist/tokens.json +38622 -0
- package/dist/variables.cjs +1011 -0
- package/dist/variables.css +1011 -0
- package/dist/variables.d.ts +1132 -0
- package/dist/variables.json +1007 -0
- package/dist/variables.less +64 -55
- package/dist/variables.mjs +1009 -0
- package/package.json +6 -5
- package/src/background-image-icon.scss +0 -1
- package/src/brand/utrecht/typography.tokens.json +9 -9
- package/src/component/of/progress-indicator.tokens.json +1 -1
- package/src/component/utrecht/accordion.tokens.json +1 -0
- package/src/component/utrecht/backdrop.tokens.json +1 -1
- package/src/component/utrecht/blockquote.tokens.json +3 -3
- package/src/component/utrecht/button.tokens.json +1 -3
- package/src/component/utrecht/code-block.tokens.json +2 -2
- package/src/component/utrecht/figure.tokens.json +2 -2
- package/src/component/utrecht/form-fieldset.tokens.json +2 -2
- package/src/component/utrecht/form-toggle.tokens.json +1 -1
- package/src/component/utrecht/link.tokens.json +3 -1
- package/src/component/utrecht/number-badge.tokens.json +23 -0
- package/src/component/utrecht/pagination.tokens.json +1 -1
- package/src/component/utrecht/skip-link.tokens.json +4 -2
- package/src/component/utrecht/spotlight-section.tokens.json +8 -0
- package/src/component/utrecht/table.tokens.json +1 -1
- package/src/component/utrecht/textarea.tokens.json +1 -0
- package/src/component/utrecht/toptask-link.tokens.json +1 -1
- package/src/css-property-formatter.mjs +46 -0
- package/src/dark/component/tokens.json +1 -1
- package/src/index.scss +2 -5
- package/style-dictionary-build-dark.mjs +64 -0
- package/style-dictionary-build.mjs +41 -0
- package/style-dictionary-config.mjs +261 -0
- package/dist/figma-tokens.json +0 -36582
- package/src/css-property-formatter.js +0 -35
- package/src/style-dictionary-config-dark.js +0 -56
- package/src/style-dictionary-config.js +0 -63
- package/style-dictionary.config.json +0 -143
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 21 Aug 2024 08:24:57 GMT
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
3
|
*/
|
|
5
4
|
|
|
5
|
+
export const utrechtAccordionRowGap : string;
|
|
6
6
|
export const utrechtAccordionButtonPaddingInlineEnd : string;
|
|
7
7
|
export const utrechtAccordionButtonPaddingInlineStart : string;
|
|
8
8
|
export const utrechtAccordionButtonPaddingBlockEnd : string;
|
|
@@ -87,9 +87,9 @@ export const utrechtBadgePaddingInline : string;
|
|
|
87
87
|
export const utrechtBadgeFontStyle : string;
|
|
88
88
|
export const utrechtBlockquoteMarginInlineStart : string;
|
|
89
89
|
export const utrechtBlockquoteMarginInlineEnd : string;
|
|
90
|
-
export const utrechtBlockquoteAttributionFontSize : string;
|
|
91
90
|
export const utrechtBlockquoteContentColor : string;
|
|
92
91
|
export const utrechtBlockquoteContentFontSize : string;
|
|
92
|
+
export const utrechtBlockquoteCaptionFontSize : string;
|
|
93
93
|
export const utrechtBlockquoteMarginBlockStart : string;
|
|
94
94
|
export const utrechtBlockquoteMarginBlockEnd : string;
|
|
95
95
|
export const utrechtBreadcrumbNavMinBlockSize : string;
|
|
@@ -119,6 +119,7 @@ export const utrechtButtonBorderColor : string;
|
|
|
119
119
|
export const utrechtButtonBorderRadius : string;
|
|
120
120
|
export const utrechtButtonBorderWidth : string;
|
|
121
121
|
export const utrechtButtonColor : string;
|
|
122
|
+
export const utrechtButtonColumnGap : string;
|
|
122
123
|
export const utrechtButtonFontFamily : string;
|
|
123
124
|
export const utrechtButtonFontSize : string;
|
|
124
125
|
export const utrechtButtonMarginBlockStart : string;
|
|
@@ -131,7 +132,6 @@ export const utrechtButtonPaddingInlineStart : string;
|
|
|
131
132
|
export const utrechtButtonPaddingInlineEnd : string;
|
|
132
133
|
export const utrechtButtonActiveBackgroundColor : string;
|
|
133
134
|
export const utrechtButtonActiveColor : string;
|
|
134
|
-
export const utrechtButtonIconGap : string;
|
|
135
135
|
export const utrechtButtonDisabledBackgroundColor : string;
|
|
136
136
|
export const utrechtButtonDisabledBorderColor : string;
|
|
137
137
|
export const utrechtButtonDisabledColor : string;
|
|
@@ -298,12 +298,12 @@ export const utrechtColumnLayoutColumnRuleColor : string;
|
|
|
298
298
|
export const utrechtColumnLayoutColumnRuleWidth : string;
|
|
299
299
|
export const utrechtColumnLayoutColumnWidth : string;
|
|
300
300
|
export const utrechtColumnLayoutGap : string;
|
|
301
|
+
export const utrechtActionActivateCursor : string;
|
|
301
302
|
export const utrechtActionBusyCursor : string;
|
|
302
303
|
export const utrechtActionDisabledCursor : string;
|
|
304
|
+
export const utrechtActionInertCursor : string;
|
|
303
305
|
export const utrechtActionNavigateCursor : string;
|
|
304
306
|
export const utrechtActionSubmitCursor : string;
|
|
305
|
-
export const utrechtActionActivateCursor : string;
|
|
306
|
-
export const utrechtActionInertCursor : string;
|
|
307
307
|
export const utrechtFeedbackDangerBackgroundColor : string;
|
|
308
308
|
export const utrechtFeedbackDangerBorderColor : string;
|
|
309
309
|
export const utrechtFeedbackDangerColor : string;
|
|
@@ -460,10 +460,10 @@ export const utrechtSpaceColumn5xl : string;
|
|
|
460
460
|
export const utrechtDataListMarginBlockEnd : string;
|
|
461
461
|
export const utrechtDataListMarginBlockStart : string;
|
|
462
462
|
export const utrechtDataListItemKeyFontWeight : string;
|
|
463
|
+
export const utrechtDataListRowsColumnMinInlineSize : string;
|
|
464
|
+
export const utrechtDataListRowsColumnInlineSize : string;
|
|
463
465
|
export const utrechtDataListRowsItemMarginBlockStart : string;
|
|
464
466
|
export const utrechtDataListRowsItemValueMarginBlockStart : string;
|
|
465
|
-
export const utrechtDataListRowsColumnInlineSize : string;
|
|
466
|
-
export const utrechtDataListRowsColumnMinInlineSize : string;
|
|
467
467
|
export const utrechtDataPlaceholderBackgroundColor : string;
|
|
468
468
|
export const utrechtDocumentBackgroundColor : string;
|
|
469
469
|
export const utrechtDocumentColor : string;
|
|
@@ -503,12 +503,12 @@ export const utrechtFormControlPaddingInlineEnd : string;
|
|
|
503
503
|
export const utrechtFormControlPaddingInlineStart : string;
|
|
504
504
|
export const utrechtFormControlPlaceholderColor : string;
|
|
505
505
|
export const utrechtFormControlPlaceholderFontStyle : string;
|
|
506
|
-
export const utrechtFormControlBlockSize : string;
|
|
507
506
|
export const utrechtFormControlFocusBorderColor : string;
|
|
508
507
|
export const utrechtFormControlInvalidBorderColor : string;
|
|
509
508
|
export const utrechtFormControlReadOnlyBackgroundColor : string;
|
|
510
|
-
export const utrechtFormControlReadOnlyColor : string;
|
|
511
509
|
export const utrechtFormControlReadOnlyBorderColor : string;
|
|
510
|
+
export const utrechtFormControlReadOnlyColor : string;
|
|
511
|
+
export const utrechtFormControlBlockSize : string;
|
|
512
512
|
export const utrechtFormFieldDescriptionInvalidColor : string;
|
|
513
513
|
export const utrechtFormFieldDescriptionValidColor : string;
|
|
514
514
|
export const utrechtFormFieldDescriptionWarningColor : string;
|
|
@@ -607,19 +607,19 @@ export const utrechtLinkListLinkFontWeight : string;
|
|
|
607
607
|
export const utrechtLinkListLinkTextDecoration : string;
|
|
608
608
|
export const utrechtLinkListIconSize : string;
|
|
609
609
|
export const utrechtLinkSocialBackgroundColor : string;
|
|
610
|
-
export const utrechtLinkSocialBorderWidth : string;
|
|
611
610
|
export const utrechtLinkSocialBorderColor : string;
|
|
612
|
-
export const
|
|
613
|
-
export const utrechtLinkSocialMarginInlineStart : string;
|
|
611
|
+
export const utrechtLinkSocialBorderWidth : string;
|
|
614
612
|
export const utrechtLinkSocialColor : string;
|
|
615
|
-
export const
|
|
613
|
+
export const utrechtLinkSocialMarginInlineStart : string;
|
|
614
|
+
export const utrechtLinkSocialSize : string;
|
|
616
615
|
export const utrechtLinkSocialIconSize : string;
|
|
616
|
+
export const utrechtLinkSocialHoverTransformScale : string;
|
|
617
617
|
export const utrechtLinkColor : string;
|
|
618
618
|
export const utrechtLinkTextDecoration : string;
|
|
619
619
|
export const utrechtLinkTextUnderlineOffset : string;
|
|
620
620
|
export const utrechtLinkActiveColor : string;
|
|
621
621
|
export const utrechtLinkFocusColor : string;
|
|
622
|
-
export const
|
|
622
|
+
export const utrechtLinkFocusVisibleTextDecoration : string;
|
|
623
623
|
export const utrechtLinkHoverColor : string;
|
|
624
624
|
export const utrechtLinkHoverTextDecoration : string;
|
|
625
625
|
export const utrechtLinkHoverTextDecorationThickness : string;
|
|
@@ -660,31 +660,31 @@ export const utrechtMapMarkerBorderWidth : string;
|
|
|
660
660
|
export const utrechtMapMarkerBorderColor : string;
|
|
661
661
|
export const utrechtMapMarkerBoxShadowColor : string;
|
|
662
662
|
export const utrechtMapMarkerIconSize : string;
|
|
663
|
-
export const utrechtMapcontrolbuttonBorderWidth : string;
|
|
664
|
-
export const utrechtMapcontrolbuttonMinBlockSize : string;
|
|
665
|
-
export const utrechtMapcontrolbuttonMinInlineSize : string;
|
|
666
|
-
export const utrechtMapcontrolbuttonMarginBlockStart : string;
|
|
667
|
-
export const utrechtMapcontrolbuttonMarginBlockEnd : string;
|
|
668
|
-
export const utrechtMapcontrolbuttonMarginInlineStart : string;
|
|
669
|
-
export const utrechtMapcontrolbuttonMarginInlineEnd : string;
|
|
670
|
-
export const utrechtMapcontrolbuttonPaddingBlockStart : string;
|
|
671
|
-
export const utrechtMapcontrolbuttonPaddingBlockEnd : string;
|
|
672
|
-
export const utrechtMapcontrolbuttonPaddingInlineStart : string;
|
|
673
|
-
export const utrechtMapcontrolbuttonPaddingInlineEnd : string;
|
|
674
|
-
export const utrechtMapcontrolbuttonDisabledColor : string;
|
|
675
|
-
export const utrechtMapcontrolbuttonDisabledBackgroundColor : string;
|
|
676
|
-
export const utrechtMapcontrolbuttonDisabledBorderColor : string;
|
|
677
663
|
export const utrechtMapcontrolbuttonBackgroundColor : string;
|
|
678
664
|
export const utrechtMapcontrolbuttonBorderColor : string;
|
|
679
665
|
export const utrechtMapcontrolbuttonBorderRadius : string;
|
|
680
666
|
export const utrechtMapcontrolbuttonBorderStyle : string;
|
|
667
|
+
export const utrechtMapcontrolbuttonBorderWidth : string;
|
|
681
668
|
export const utrechtMapcontrolbuttonColor : string;
|
|
682
|
-
export const
|
|
683
|
-
export const
|
|
669
|
+
export const utrechtMapcontrolbuttonMinBlockSize : string;
|
|
670
|
+
export const utrechtMapcontrolbuttonMinInlineSize : string;
|
|
671
|
+
export const utrechtMapcontrolbuttonDisabledBackgroundColor : string;
|
|
672
|
+
export const utrechtMapcontrolbuttonDisabledBorderColor : string;
|
|
673
|
+
export const utrechtMapcontrolbuttonDisabledColor : string;
|
|
684
674
|
export const utrechtMapcontrolbuttonFocusColor : string;
|
|
685
675
|
export const utrechtMapcontrolbuttonFocusTextDecoration : string;
|
|
686
676
|
export const utrechtMapcontrolbuttonHoverBackgroundColor : string;
|
|
687
677
|
export const utrechtMapcontrolbuttonHoverColor : string;
|
|
678
|
+
export const utrechtMapcontrolbuttonLabelMarginInlineStart : string;
|
|
679
|
+
export const utrechtMapcontrolbuttonLabelMarginInlineEnd : string;
|
|
680
|
+
export const utrechtMapcontrolbuttonMarginBlockEnd : string;
|
|
681
|
+
export const utrechtMapcontrolbuttonMarginBlockStart : string;
|
|
682
|
+
export const utrechtMapcontrolbuttonMarginInlineEnd : string;
|
|
683
|
+
export const utrechtMapcontrolbuttonMarginInlineStart : string;
|
|
684
|
+
export const utrechtMapcontrolbuttonPaddingBlockEnd : string;
|
|
685
|
+
export const utrechtMapcontrolbuttonPaddingBlockStart : string;
|
|
686
|
+
export const utrechtMapcontrolbuttonPaddingInlineEnd : string;
|
|
687
|
+
export const utrechtMapcontrolbuttonPaddingInlineStart : string;
|
|
688
688
|
export const utrechtMarkBackgroundColor : string;
|
|
689
689
|
export const utrechtMarkColor : string;
|
|
690
690
|
export const utrechtNavBarBackgroundColor : string;
|
|
@@ -714,6 +714,15 @@ export const utrechtTopnavLinkFocusTextDecoration : string;
|
|
|
714
714
|
export const utrechtTopnavLinkFocusBackgroundColor : string;
|
|
715
715
|
export const utrechtTopnavLinkFocusOutlineColor : string;
|
|
716
716
|
export const utrechtTopnavLinkHoverBackgroundColor : string;
|
|
717
|
+
export const utrechtNumberBadgeBackgroundColor : string;
|
|
718
|
+
export const utrechtNumberBadgeBorderRadius : string;
|
|
719
|
+
/** Default text color for badge components */
|
|
720
|
+
export const utrechtNumberBadgeColor : string;
|
|
721
|
+
export const utrechtNumberBadgeFontSize : string;
|
|
722
|
+
/** Default block padding for badge components */
|
|
723
|
+
export const utrechtNumberBadgePaddingBlock : string;
|
|
724
|
+
/** Default inline padding color for badge components */
|
|
725
|
+
export const utrechtNumberBadgePaddingInline : string;
|
|
717
726
|
export const utrechtNumberDataPositiveColor : string;
|
|
718
727
|
export const utrechtNumberDataNegativeColor : string;
|
|
719
728
|
export const utrechtOrderedListMarginBlockStart : string;
|
|
@@ -731,10 +740,10 @@ export const utrechtPageFooterPaddingInlineEnd : string;
|
|
|
731
740
|
export const utrechtPageFooterPaddingInlineStart : string;
|
|
732
741
|
export const utrechtPageFooterPaddingBlockEnd : string;
|
|
733
742
|
export const utrechtPageFooterPaddingBlockStart : string;
|
|
743
|
+
export const utrechtPageHeaderPaddingBlockStart : string;
|
|
734
744
|
export const utrechtPageHeaderPaddingBlockEnd : string;
|
|
735
|
-
export const utrechtPageHeaderPaddingInlineEnd : string;
|
|
736
745
|
export const utrechtPageHeaderPaddingInlineStart : string;
|
|
737
|
-
export const
|
|
746
|
+
export const utrechtPageHeaderPaddingInlineEnd : string;
|
|
738
747
|
export const utrechtPageBackgroundColor : string;
|
|
739
748
|
export const utrechtPageColor : string;
|
|
740
749
|
export const utrechtPageMarginInlineStart : string;
|
|
@@ -748,6 +757,7 @@ export const utrechtPaginationFontSize : string;
|
|
|
748
757
|
export const utrechtPaginationMarginBlockStart : string;
|
|
749
758
|
export const utrechtPaginationMarginBlockEnd : string;
|
|
750
759
|
export const utrechtPaginationPageLinkBackgroundColor : string;
|
|
760
|
+
export const utrechtPaginationPageLinkBorderColor : string;
|
|
751
761
|
export const utrechtPaginationPageLinkBorderWidth : string;
|
|
752
762
|
export const utrechtPaginationPageLinkColor : string;
|
|
753
763
|
export const utrechtPaginationPageLinkFontWeight : string;
|
|
@@ -763,8 +773,8 @@ export const utrechtPaginationPageLinkDistancedMarginInlineStart : string;
|
|
|
763
773
|
export const utrechtPaginationPageLinkHoverBackgroundColor : string;
|
|
764
774
|
export const utrechtPaginationPageLinkHoverBorderColor : string;
|
|
765
775
|
export const utrechtPaginationPageLinkHoverColor : string;
|
|
766
|
-
export const utrechtPaginationPageLinkBorderColor : string;
|
|
767
776
|
export const utrechtPaginationRelativeLinkBackgroundColor : string;
|
|
777
|
+
export const utrechtPaginationRelativeLinkBorderColor : string;
|
|
768
778
|
export const utrechtPaginationRelativeLinkBorderWidth : string;
|
|
769
779
|
export const utrechtPaginationRelativeLinkColor : string;
|
|
770
780
|
export const utrechtPaginationRelativeLinkFontWeight : string;
|
|
@@ -779,7 +789,6 @@ export const utrechtPaginationRelativeLinkDistancedMarginInlineStart : string;
|
|
|
779
789
|
export const utrechtPaginationRelativeLinkHoverBackgroundColor : string;
|
|
780
790
|
export const utrechtPaginationRelativeLinkHoverBorderColor : string;
|
|
781
791
|
export const utrechtPaginationRelativeLinkHoverColor : string;
|
|
782
|
-
export const utrechtPaginationRelativeLinkBorderColor : string;
|
|
783
792
|
export const utrechtParagraphFontFamily : string;
|
|
784
793
|
export const utrechtParagraphFontSize : string;
|
|
785
794
|
export const utrechtParagraphFontWeight : string;
|
|
@@ -797,10 +806,11 @@ export const utrechtRadioButtonBackgroundColor : string;
|
|
|
797
806
|
export const utrechtRadioButtonBorderColor : string;
|
|
798
807
|
export const utrechtRadioButtonBorderWidth : string;
|
|
799
808
|
export const utrechtRadioButtonSize : string;
|
|
809
|
+
export const utrechtRadioButtonMarginInlineEnd : string;
|
|
800
810
|
export const utrechtRadioButtonIconSize : string;
|
|
801
811
|
export const utrechtRadioButtonActiveBackgroundColor : string;
|
|
802
|
-
export const utrechtRadioButtonCheckedBorderColor : string;
|
|
803
812
|
export const utrechtRadioButtonCheckedBackgroundColor : string;
|
|
813
|
+
export const utrechtRadioButtonCheckedBorderColor : string;
|
|
804
814
|
export const utrechtRadioButtonCheckedActiveBackgroundColor : string;
|
|
805
815
|
export const utrechtRadioButtonCheckedActiveColor : string;
|
|
806
816
|
export const utrechtRadioButtonCheckedHoverBackgroundColor : string;
|
|
@@ -808,24 +818,23 @@ export const utrechtRadioButtonCheckedHoverColor : string;
|
|
|
808
818
|
export const utrechtRadioButtonCheckedFocusBorderColor : string;
|
|
809
819
|
export const utrechtRadioButtonHoverBackgroundColor : string;
|
|
810
820
|
export const utrechtRadioButtonFocusBorderColor : string;
|
|
811
|
-
export const utrechtRadioButtonDisabledBorderColor : string;
|
|
812
821
|
export const utrechtRadioButtonDisabledBackgroundColor : string;
|
|
822
|
+
export const utrechtRadioButtonDisabledBorderColor : string;
|
|
813
823
|
export const utrechtRadioButtonDisabledColor : string;
|
|
814
824
|
export const utrechtRadioButtonInvalidBorderColor : string;
|
|
815
825
|
export const utrechtRadioButtonInvalidBorderWidth : string;
|
|
816
826
|
export const utrechtRadioButtonColor : string;
|
|
817
827
|
export const utrechtRadioButtonBorderRadius : string;
|
|
818
|
-
export const utrechtRadioButtonMarginInlineEnd : string;
|
|
819
828
|
export const utrechtRichTextStrangerMarginBlockEnd : string;
|
|
820
829
|
export const utrechtRichTextAcquaintanceMarginBlockEnd : string;
|
|
821
830
|
export const utrechtRichTextFriendMarginBlockEnd : string;
|
|
822
831
|
export const utrechtRichTextBestFriendMarginBlockEnd : string;
|
|
823
|
-
export const utrechtRichTextConfidantMarginBlockEnd :
|
|
832
|
+
export const utrechtRichTextConfidantMarginBlockEnd : string;
|
|
824
833
|
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
825
834
|
export const utrechtSearchBarButtonBorderColor : string;
|
|
826
835
|
export const utrechtSearchBarButtonColor : string;
|
|
827
|
-
export const utrechtSearchBarButtonFontWeight : string;
|
|
828
836
|
export const utrechtSearchBarButtonFontSize : string;
|
|
837
|
+
export const utrechtSearchBarButtonFontWeight : string;
|
|
829
838
|
export const utrechtSearchBarButtonHoverBackgroundColor : string;
|
|
830
839
|
export const utrechtSearchBarButtonHoverScale : string;
|
|
831
840
|
export const utrechtSearchBarInputBorderColor : string;
|
|
@@ -860,9 +869,9 @@ export const utrechtSkipLinkPaddingBlockEnd : string;
|
|
|
860
869
|
export const utrechtSkipLinkPaddingInlineStart : string;
|
|
861
870
|
export const utrechtSkipLinkPaddingInlineEnd : string;
|
|
862
871
|
export const utrechtSkipLinkTextDecoration : string;
|
|
863
|
-
export const utrechtSkipLinkFocusColor : string;
|
|
864
872
|
export const utrechtSkipLinkFocusBackgroundColor : string;
|
|
865
|
-
export const
|
|
873
|
+
export const utrechtSkipLinkFocusColor : string;
|
|
874
|
+
export const utrechtSkipLinkFocusVisibleTextDecoration : string;
|
|
866
875
|
export const utrechtSpotlightSectionBackgroundColor : string;
|
|
867
876
|
export const utrechtSpotlightSectionColor : string;
|
|
868
877
|
export const utrechtSpotlightSectionPaddingBlockStart : string;
|
|
@@ -871,6 +880,8 @@ export const utrechtSpotlightSectionPaddingInlineStart : string;
|
|
|
871
880
|
export const utrechtSpotlightSectionPaddingInlineEnd : string;
|
|
872
881
|
export const utrechtSpotlightSectionInfoBackgroundColor : string;
|
|
873
882
|
export const utrechtSpotlightSectionWarningBackgroundColor : string;
|
|
883
|
+
export const utrechtSpotlightSectionErrorBackgroundColor : string;
|
|
884
|
+
export const utrechtSpotlightSectionOkBackgroundColor : string;
|
|
874
885
|
export const utrechtSurfaceBackgroundColor : string;
|
|
875
886
|
export const utrechtSurfaceColor : string;
|
|
876
887
|
export const utrechtTableMarginBlockEnd : string;
|
|
@@ -886,24 +897,25 @@ export const utrechtTableHeaderStickyBackgroundColor : string;
|
|
|
886
897
|
export const utrechtTableHeaderStickyColor : string;
|
|
887
898
|
export const utrechtTableHeaderStickyBorderBlockEndColor : string;
|
|
888
899
|
export const utrechtTableHeaderStickyBorderBlockEndWidth : string;
|
|
900
|
+
export const utrechtTableFooterStickyBackgroundColor : string;
|
|
901
|
+
export const utrechtTableFooterStickyColor : string;
|
|
902
|
+
export const utrechtTableFooterStickyBorderBlockStartColor : string;
|
|
903
|
+
export const utrechtTableFooterStickyBorderBlockStartWidth : string;
|
|
889
904
|
export const utrechtTableCellLineHeight : string;
|
|
890
905
|
export const utrechtTableCellPaddingBlockEnd : string;
|
|
891
906
|
export const utrechtTableCellPaddingBlockStart : string;
|
|
892
907
|
export const utrechtTableCellPaddingInlineEnd : string;
|
|
893
908
|
export const utrechtTableCellPaddingInlineStart : string;
|
|
894
|
-
export const utrechtTableCellIconSize : string;
|
|
895
909
|
export const utrechtTableCellSelectedBackgroundColor : string;
|
|
896
910
|
export const utrechtTableCellSelectedColor : string;
|
|
911
|
+
export const utrechtTableCellIconSize : string;
|
|
897
912
|
export const utrechtTableRowBorderBlockEndColor : string;
|
|
898
913
|
export const utrechtTableRowBorderBlockEndWidth : string;
|
|
899
914
|
export const utrechtTableRowAlternateOddBackgroundColor : string;
|
|
900
915
|
export const utrechtTableRowAlternateOddColor : string;
|
|
901
916
|
export const utrechtTableRowAlternateEvenBackgroundColor : string;
|
|
902
917
|
export const utrechtTableRowAlternateEvenColor : string;
|
|
903
|
-
export const
|
|
904
|
-
export const utrechtTableFooterStickyColor : string;
|
|
905
|
-
export const utrechtTableFooterStickyBorderBlockStartColor : string;
|
|
906
|
-
export const utrechtTableFooterStickyBorderBlockStartWidth : string;
|
|
918
|
+
export const utrechtTextareaBorderBlockEndWidth : string;
|
|
907
919
|
export const utrechtTextareaBorderBottomWidth : string;
|
|
908
920
|
export const utrechtTextareaLineHeight : string;
|
|
909
921
|
export const utrechtTextboxBorderBottomWidth : string;
|