@utrecht/design-tokens 2.4.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 +7 -0
- package/dist/_mixin-theme.scss +41 -13
- package/dist/_mixin.scss +41 -13
- package/dist/_variables.scss +41 -13
- package/dist/dark/_mixin-theme.scss +41 -13
- package/dist/dark/_mixin.scss +41 -13
- package/dist/dark/_variables.scss +41 -13
- package/dist/dark/index.cjs +42 -14
- package/dist/dark/index.css +41 -13
- package/dist/dark/index.d.ts +35 -7
- package/dist/dark/index.flat.json +40 -12
- package/dist/dark/index.json +909 -181
- package/dist/dark/index.mjs +41 -13
- package/dist/dark/index.tokens.json +123 -212
- package/dist/dark/list.json +909 -181
- package/dist/dark/list.mjs +909 -181
- package/dist/dark/property.css +19 -6
- package/dist/dark/root.css +40 -12
- package/dist/dark/theme-prince-xml.css +41 -13
- package/dist/dark/theme.css +40 -12
- package/dist/dark/tokens.cjs +842 -231
- package/dist/dark/tokens.d.ts +78 -106
- package/dist/dark/tokens.json +842 -231
- package/dist/dark/variables.cjs +42 -14
- package/dist/dark/variables.css +40 -12
- package/dist/dark/variables.d.ts +35 -7
- package/dist/dark/variables.json +40 -12
- package/dist/dark/variables.less +41 -13
- package/dist/dark/variables.mjs +41 -13
- package/dist/index.cjs +42 -14
- package/dist/index.css +82 -26
- package/dist/index.d.ts +35 -7
- package/dist/index.flat.json +40 -12
- package/dist/index.json +903 -175
- package/dist/index.mjs +41 -13
- package/dist/index.tokens.json +123 -212
- package/dist/list.json +903 -175
- package/dist/list.mjs +903 -175
- package/dist/property.css +19 -6
- package/dist/root.css +40 -12
- package/dist/theme-prince-xml.css +41 -13
- package/dist/theme.css +40 -12
- package/dist/tokens.cjs +842 -231
- package/dist/tokens.d.ts +78 -106
- package/dist/tokens.json +842 -231
- package/dist/variables.cjs +42 -14
- package/dist/variables.css +40 -12
- package/dist/variables.d.ts +35 -7
- package/dist/variables.json +40 -12
- package/dist/variables.less +41 -13
- package/dist/variables.mjs +41 -13
- package/package.json +1 -1
- package/src/component/signalen/signalen.tokens.json +17 -0
- package/src/component/utrecht/body.tokens.json +11 -0
- package/src/component/utrecht/link-list.tokens.json +3 -0
- package/src/component/utrecht/nav-bar.tokens.json +0 -2
- 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/root.tokens.json +8 -0
- package/project.json +0 -25
package/dist/dark/index.mjs
CHANGED
|
@@ -84,6 +84,11 @@ export const utrechtBlockquoteContentFontSize = "1.125rem";
|
|
|
84
84
|
export const utrechtBlockquoteCaptionFontSize = "0.875rem";
|
|
85
85
|
export const utrechtBlockquoteMarginBlockStart = "1.6em";
|
|
86
86
|
export const utrechtBlockquoteMarginBlockEnd = "1.6em";
|
|
87
|
+
export const utrechtBodyFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
88
|
+
export const utrechtBodyFontSize = "1rem";
|
|
89
|
+
export const utrechtBodyLineHeight = "1.4";
|
|
90
|
+
export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
|
|
91
|
+
export const utrechtBodyColor = "hsl(0 0% 0%)";
|
|
87
92
|
export const utrechtBreadcrumbNavMinBlockSize = "34px";
|
|
88
93
|
export const utrechtBreadcrumbNavFontSize = "1rem";
|
|
89
94
|
export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
|
|
@@ -552,6 +557,7 @@ export const utrechtLinkListLinkColumnGap = "8px";
|
|
|
552
557
|
export const utrechtLinkListLinkFontWeight = "700";
|
|
553
558
|
export const utrechtLinkListLinkTextDecoration = "none";
|
|
554
559
|
export const utrechtLinkListIconSize = "14px";
|
|
560
|
+
export const utrechtLinkListIconInsetBlockStart = "0.15em";
|
|
555
561
|
export const utrechtLinkSocialBackgroundColor = "hsl(0 100% 40%)";
|
|
556
562
|
export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
|
|
557
563
|
export const utrechtLinkSocialBorderWidth = "2px";
|
|
@@ -633,8 +639,6 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
|
|
|
633
639
|
export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
|
|
634
640
|
export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
|
|
635
641
|
export const utrechtMarkColor = "hsl(0 0% 0%)";
|
|
636
|
-
export const utrechtNavBarBackgroundColor = "hsl(0 0% 100%)";
|
|
637
|
-
export const utrechtNavBarColor = "hsl(0 0% 0%)";
|
|
638
642
|
export const utrechtNavBarContentMaxInlineSize = "1184px";
|
|
639
643
|
export const utrechtNavBarLinkPaddingBlockEnd = "8px";
|
|
640
644
|
export const utrechtNavBarLinkPaddingBlockStart = "8px";
|
|
@@ -674,28 +678,47 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
|
|
|
674
678
|
export const utrechtOrderedListItemMarginBlockStart = "0.25em";
|
|
675
679
|
export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
|
|
676
680
|
export const utrechtOrderedListItemPaddingInlineStart = "0";
|
|
681
|
+
export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
|
|
682
|
+
export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
|
|
683
|
+
export const utrechtPageBodyContentPaddingBlockStart = "0";
|
|
684
|
+
export const utrechtPageBodyContentPaddingBlockEnd = "1em";
|
|
685
|
+
export const utrechtPageBodyContentPaddingInlineStart = "2em";
|
|
686
|
+
export const utrechtPageBodyContentMaxInlineSize = "1184px";
|
|
687
|
+
export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
|
|
688
|
+
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
689
|
+
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
690
|
+
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
691
|
+
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
677
692
|
export const utrechtPageContentPaddingBlockStart = "2em";
|
|
678
693
|
export const utrechtPageContentPaddingBlockEnd = "2em";
|
|
679
694
|
export const utrechtPageFooterColor = "hsl(0 0% 100%)";
|
|
680
695
|
export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
|
|
681
696
|
export const utrechtPageFooterBackgroundImage = "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
|
|
682
|
-
export const
|
|
683
|
-
export const
|
|
684
|
-
export const
|
|
685
|
-
export const
|
|
686
|
-
export const utrechtPageHeaderPaddingBlockStart = "
|
|
687
|
-
export const utrechtPageHeaderPaddingBlockEnd = "
|
|
688
|
-
export const utrechtPageHeaderPaddingInlineStart = "
|
|
689
|
-
export const utrechtPageHeaderPaddingInlineEnd = "
|
|
697
|
+
export const utrechtPageFooterContentPaddingBlockEnd = "48px";
|
|
698
|
+
export const utrechtPageFooterContentPaddingBlockStart = "48px";
|
|
699
|
+
export const utrechtPageFooterContentMaxInlineSize = "1184px";
|
|
700
|
+
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
701
|
+
export const utrechtPageHeaderPaddingBlockStart = "0";
|
|
702
|
+
export const utrechtPageHeaderPaddingBlockEnd = "0";
|
|
703
|
+
export const utrechtPageHeaderPaddingInlineStart = "0";
|
|
704
|
+
export const utrechtPageHeaderPaddingInlineEnd = "0";
|
|
705
|
+
export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
|
|
706
|
+
export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
|
|
707
|
+
export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
|
|
708
|
+
export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
|
|
709
|
+
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
710
|
+
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
711
|
+
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
712
|
+
export const utrechtPageHeaderContentPaddingInline = "2em";
|
|
690
713
|
export const utrechtPageBackgroundColor = "hsl(0 0% 15%)";
|
|
691
714
|
export const utrechtPageColor = "hsl(0 0% 95%)";
|
|
692
715
|
export const utrechtPageMarginInlineStart = "2em";
|
|
693
716
|
export const utrechtPageMarginInlineEnd = "2em";
|
|
694
717
|
export const utrechtPageMaxInlineSize = "1184px";
|
|
695
718
|
export const utrechtPagePaddingBlockStart = "1.8em";
|
|
696
|
-
export const utrechtPagePaddingInlineEnd = "
|
|
719
|
+
export const utrechtPagePaddingInlineEnd = "0";
|
|
697
720
|
export const utrechtPagePaddingBlockEnd = "1em";
|
|
698
|
-
export const utrechtPagePaddingInlineStart = "
|
|
721
|
+
export const utrechtPagePaddingInlineStart = "0";
|
|
699
722
|
export const utrechtPaginationFontSize = "0.875rem";
|
|
700
723
|
export const utrechtPaginationMarginBlockStart = "0";
|
|
701
724
|
export const utrechtPaginationMarginBlockEnd = "1em";
|
|
@@ -747,6 +770,7 @@ export const utrechtPreHeadingMarginBlockStart = "28px";
|
|
|
747
770
|
export const utrechtRadioButtonBackgroundColor = "hsl(0 0% 20%)";
|
|
748
771
|
export const utrechtRadioButtonBorderColor = "hsl(0 0% 95%)";
|
|
749
772
|
export const utrechtRadioButtonBorderWidth = "2px";
|
|
773
|
+
export const utrechtRadioButtonColor = "hsl(0 0% 100%)";
|
|
750
774
|
export const utrechtRadioButtonSize = "24px";
|
|
751
775
|
export const utrechtRadioButtonMarginInlineEnd = "12px";
|
|
752
776
|
export const utrechtRadioButtonIconSize = "42%";
|
|
@@ -765,13 +789,14 @@ export const utrechtRadioButtonDisabledBorderColor = "hsl(0 0% 80%)";
|
|
|
765
789
|
export const utrechtRadioButtonDisabledColor = "hsl(0 0% 100%)";
|
|
766
790
|
export const utrechtRadioButtonInvalidBorderColor = "#990000";
|
|
767
791
|
export const utrechtRadioButtonInvalidBorderWidth = "2px";
|
|
768
|
-
export const utrechtRadioButtonColor = "hsl(0 0% 100%)";
|
|
769
792
|
export const utrechtRadioButtonBorderRadius = "0";
|
|
770
793
|
export const utrechtRichTextStrangerMarginBlockEnd = "32px";
|
|
771
794
|
export const utrechtRichTextAcquaintanceMarginBlockEnd = "16px";
|
|
772
795
|
export const utrechtRichTextFriendMarginBlockEnd = "8px";
|
|
773
796
|
export const utrechtRichTextBestFriendMarginBlockEnd = "4px";
|
|
774
797
|
export const utrechtRichTextConfidantMarginBlockEnd = 0;
|
|
798
|
+
export const utrechtRootBackgroundColor = "hsl(0 0% 95%)";
|
|
799
|
+
export const utrechtRootColor = "hsl(0 0% 10%)";
|
|
775
800
|
export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
|
|
776
801
|
export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
|
|
777
802
|
export const utrechtSearchBarButtonColor = "hsl(0 0% 100%)";
|
|
@@ -1077,3 +1102,6 @@ export const ofPageFooterBg = "hsl(0 100% 40%)";
|
|
|
1077
1102
|
export const ofPageFooterFg = "hsl(0 0% 100%)";
|
|
1078
1103
|
export const ofProgressIndicatorBackgroundColor = "hsl(0 0% 15%)";
|
|
1079
1104
|
export const ofProgressIndicatorMobileBoxShadow = "0px 0px 2px 0px rgba(0 0 0 / 20%)";
|
|
1105
|
+
export const signalenModalDialogBackgroundColor = "hsl(0 0% 100%)";
|
|
1106
|
+
export const signalenModalDialogColor = "hsl(0 0% 0%)";
|
|
1107
|
+
export const signalenProgressBarBorderRadius = "4px";
|
|
@@ -845,26 +845,8 @@
|
|
|
845
845
|
"margin-block-end": "1.6em"
|
|
846
846
|
},
|
|
847
847
|
"body": {
|
|
848
|
-
"font-family":
|
|
849
|
-
|
|
850
|
-
"nl.nldesignsystem.css.property": {
|
|
851
|
-
"syntax": "*",
|
|
852
|
-
"inherits": true
|
|
853
|
-
},
|
|
854
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
855
|
-
},
|
|
856
|
-
"type": "fontFamilies"
|
|
857
|
-
},
|
|
858
|
-
"font-size": {
|
|
859
|
-
"$extensions": {
|
|
860
|
-
"nl.nldesignsystem.css.property": {
|
|
861
|
-
"syntax": "<length>",
|
|
862
|
-
"inherits": true
|
|
863
|
-
},
|
|
864
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
865
|
-
},
|
|
866
|
-
"type": "fontSizes"
|
|
867
|
-
},
|
|
848
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
849
|
+
"font-size": "1rem",
|
|
868
850
|
"font-weight": {
|
|
869
851
|
"$extensions": {
|
|
870
852
|
"nl.nldesignsystem.css.property": {
|
|
@@ -875,19 +857,9 @@
|
|
|
875
857
|
},
|
|
876
858
|
"type": "fontWeights"
|
|
877
859
|
},
|
|
878
|
-
"line-height":
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
"syntax": [
|
|
882
|
-
"<length>",
|
|
883
|
-
"<number>"
|
|
884
|
-
],
|
|
885
|
-
"inherits": true
|
|
886
|
-
},
|
|
887
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
888
|
-
},
|
|
889
|
-
"type": "lineHeights"
|
|
890
|
-
}
|
|
860
|
+
"line-height": "1.4",
|
|
861
|
+
"background-color": "hsl(0 0% 100%)",
|
|
862
|
+
"color": "hsl(0 0% 0%)"
|
|
891
863
|
},
|
|
892
864
|
"breadcrumb-nav": {
|
|
893
865
|
"min-block-size": "34px",
|
|
@@ -4107,16 +4079,7 @@
|
|
|
4107
4079
|
},
|
|
4108
4080
|
"icon": {
|
|
4109
4081
|
"size": "14px",
|
|
4110
|
-
"inset-block-start":
|
|
4111
|
-
"$extensions": {
|
|
4112
|
-
"nl.nldesignsystem.css.property": {
|
|
4113
|
-
"syntax": "<length>",
|
|
4114
|
-
"inherits": true
|
|
4115
|
-
},
|
|
4116
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
4117
|
-
},
|
|
4118
|
-
"type": "spacing"
|
|
4119
|
-
}
|
|
4082
|
+
"inset-block-start": "0.15em"
|
|
4120
4083
|
}
|
|
4121
4084
|
},
|
|
4122
4085
|
"link-social": {
|
|
@@ -4681,8 +4644,26 @@
|
|
|
4681
4644
|
},
|
|
4682
4645
|
"multiline-data": {},
|
|
4683
4646
|
"nav-bar": {
|
|
4684
|
-
"background-color":
|
|
4685
|
-
|
|
4647
|
+
"background-color": {
|
|
4648
|
+
"$extensions": {
|
|
4649
|
+
"nl.nldesignsystem.css.property": {
|
|
4650
|
+
"syntax": "<color>",
|
|
4651
|
+
"inherits": true
|
|
4652
|
+
},
|
|
4653
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4654
|
+
},
|
|
4655
|
+
"type": "color"
|
|
4656
|
+
},
|
|
4657
|
+
"color": {
|
|
4658
|
+
"$extensions": {
|
|
4659
|
+
"nl.nldesignsystem.css.property": {
|
|
4660
|
+
"syntax": "<color>",
|
|
4661
|
+
"inherits": true
|
|
4662
|
+
},
|
|
4663
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4664
|
+
},
|
|
4665
|
+
"type": "color"
|
|
4666
|
+
},
|
|
4686
4667
|
"content": {
|
|
4687
4668
|
"background-color": {
|
|
4688
4669
|
"$extensions": {
|
|
@@ -4925,56 +4906,11 @@
|
|
|
4925
4906
|
"type": "color"
|
|
4926
4907
|
},
|
|
4927
4908
|
"content": {
|
|
4928
|
-
"background-color":
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
},
|
|
4934
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4935
|
-
},
|
|
4936
|
-
"type": "color"
|
|
4937
|
-
},
|
|
4938
|
-
"color": {
|
|
4939
|
-
"$extensions": {
|
|
4940
|
-
"nl.nldesignsystem.css.property": {
|
|
4941
|
-
"syntax": "<color>",
|
|
4942
|
-
"inherits": true
|
|
4943
|
-
},
|
|
4944
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4945
|
-
},
|
|
4946
|
-
"type": "color"
|
|
4947
|
-
},
|
|
4948
|
-
"padding-block-start": {
|
|
4949
|
-
"$extensions": {
|
|
4950
|
-
"nl.nldesignsystem.css.property": {
|
|
4951
|
-
"syntax": "<length>",
|
|
4952
|
-
"inherits": true
|
|
4953
|
-
},
|
|
4954
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4955
|
-
},
|
|
4956
|
-
"type": "spacing"
|
|
4957
|
-
},
|
|
4958
|
-
"padding-block-end": {
|
|
4959
|
-
"$extensions": {
|
|
4960
|
-
"nl.nldesignsystem.css.property": {
|
|
4961
|
-
"syntax": "<length>",
|
|
4962
|
-
"inherits": true
|
|
4963
|
-
},
|
|
4964
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4965
|
-
},
|
|
4966
|
-
"type": "spacing"
|
|
4967
|
-
},
|
|
4968
|
-
"padding-inline-start": {
|
|
4969
|
-
"$extensions": {
|
|
4970
|
-
"nl.nldesignsystem.css.property": {
|
|
4971
|
-
"syntax": "<length>",
|
|
4972
|
-
"inherits": true
|
|
4973
|
-
},
|
|
4974
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4975
|
-
},
|
|
4976
|
-
"type": "spacing"
|
|
4977
|
-
},
|
|
4909
|
+
"background-color": "hsl(0 0% 100%)",
|
|
4910
|
+
"color": "hsl(0 0% 0%)",
|
|
4911
|
+
"padding-block-start": "0",
|
|
4912
|
+
"padding-block-end": "1em",
|
|
4913
|
+
"padding-inline-start": "2em",
|
|
4978
4914
|
"padding-inine-end": {
|
|
4979
4915
|
"$extensions": {
|
|
4980
4916
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4984,8 +4920,14 @@
|
|
|
4984
4920
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4985
4921
|
},
|
|
4986
4922
|
"type": "spacing"
|
|
4987
|
-
}
|
|
4988
|
-
|
|
4923
|
+
},
|
|
4924
|
+
"max-inline-size": "1184px",
|
|
4925
|
+
"padding-inline-end": "2.4em"
|
|
4926
|
+
},
|
|
4927
|
+
"padding-inline-end": "0",
|
|
4928
|
+
"padding-inline-start": "0",
|
|
4929
|
+
"padding-block-end": "0",
|
|
4930
|
+
"padding-block-start": "0"
|
|
4989
4931
|
},
|
|
4990
4932
|
"page-content": {
|
|
4991
4933
|
"padding-block-start": "2em",
|
|
@@ -5015,10 +4957,46 @@
|
|
|
5015
4957
|
"color": "hsl(0 0% 100%)",
|
|
5016
4958
|
"background-color": "hsl(0 100% 40%)",
|
|
5017
4959
|
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
5018
|
-
"padding-inline-end":
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
4960
|
+
"padding-inline-end": {
|
|
4961
|
+
"$extensions": {
|
|
4962
|
+
"nl.nldesignsystem.css.property": {
|
|
4963
|
+
"syntax": "<length>",
|
|
4964
|
+
"inherits": true
|
|
4965
|
+
},
|
|
4966
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4967
|
+
},
|
|
4968
|
+
"type": "spacing"
|
|
4969
|
+
},
|
|
4970
|
+
"padding-inline-start": {
|
|
4971
|
+
"$extensions": {
|
|
4972
|
+
"nl.nldesignsystem.css.property": {
|
|
4973
|
+
"syntax": "<length>",
|
|
4974
|
+
"inherits": true
|
|
4975
|
+
},
|
|
4976
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4977
|
+
},
|
|
4978
|
+
"type": "spacing"
|
|
4979
|
+
},
|
|
4980
|
+
"padding-block-end": {
|
|
4981
|
+
"$extensions": {
|
|
4982
|
+
"nl.nldesignsystem.css.property": {
|
|
4983
|
+
"syntax": "<length>",
|
|
4984
|
+
"inherits": true
|
|
4985
|
+
},
|
|
4986
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4987
|
+
},
|
|
4988
|
+
"type": "spacing"
|
|
4989
|
+
},
|
|
4990
|
+
"padding-block-start": {
|
|
4991
|
+
"$extensions": {
|
|
4992
|
+
"nl.nldesignsystem.css.property": {
|
|
4993
|
+
"syntax": "<length>",
|
|
4994
|
+
"inherits": true
|
|
4995
|
+
},
|
|
4996
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4997
|
+
},
|
|
4998
|
+
"type": "spacing"
|
|
4999
|
+
},
|
|
5022
5000
|
"content": {
|
|
5023
5001
|
"color": {
|
|
5024
5002
|
"$extensions": {
|
|
@@ -5060,26 +5038,10 @@
|
|
|
5060
5038
|
},
|
|
5061
5039
|
"type": "spacing"
|
|
5062
5040
|
},
|
|
5063
|
-
"padding-block-end":
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
"inherits": true
|
|
5068
|
-
},
|
|
5069
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5070
|
-
},
|
|
5071
|
-
"type": "spacing"
|
|
5072
|
-
},
|
|
5073
|
-
"padding-block-start": {
|
|
5074
|
-
"$extensions": {
|
|
5075
|
-
"nl.nldesignsystem.css.property": {
|
|
5076
|
-
"syntax": "<length>",
|
|
5077
|
-
"inherits": true
|
|
5078
|
-
},
|
|
5079
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5080
|
-
},
|
|
5081
|
-
"type": "spacing"
|
|
5082
|
-
}
|
|
5041
|
+
"padding-block-end": "48px",
|
|
5042
|
+
"padding-block-start": "48px",
|
|
5043
|
+
"max-inline-size": "1184px",
|
|
5044
|
+
"padding-inline": "28px"
|
|
5083
5045
|
}
|
|
5084
5046
|
},
|
|
5085
5047
|
"page-header": {
|
|
@@ -5113,71 +5075,19 @@
|
|
|
5113
5075
|
},
|
|
5114
5076
|
"type": "color"
|
|
5115
5077
|
},
|
|
5116
|
-
"padding-block-start": "
|
|
5117
|
-
"padding-block-end": "
|
|
5118
|
-
"padding-inline-start": "
|
|
5119
|
-
"padding-inline-end": "
|
|
5078
|
+
"padding-block-start": "0",
|
|
5079
|
+
"padding-block-end": "0",
|
|
5080
|
+
"padding-inline-start": "0",
|
|
5081
|
+
"padding-inline-end": "0",
|
|
5120
5082
|
"content": {
|
|
5121
|
-
"background-color":
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
"type": "color"
|
|
5130
|
-
},
|
|
5131
|
-
"color": {
|
|
5132
|
-
"$extensions": {
|
|
5133
|
-
"nl.nldesignsystem.css.property": {
|
|
5134
|
-
"syntax": "<color>",
|
|
5135
|
-
"inherits": true
|
|
5136
|
-
},
|
|
5137
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5138
|
-
},
|
|
5139
|
-
"type": "color"
|
|
5140
|
-
},
|
|
5141
|
-
"padding-block-start": {
|
|
5142
|
-
"$extensions": {
|
|
5143
|
-
"nl.nldesignsystem.css.property": {
|
|
5144
|
-
"syntax": "<length>",
|
|
5145
|
-
"inherits": true
|
|
5146
|
-
},
|
|
5147
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5148
|
-
},
|
|
5149
|
-
"type": "spacing"
|
|
5150
|
-
},
|
|
5151
|
-
"padding-block-end": {
|
|
5152
|
-
"$extensions": {
|
|
5153
|
-
"nl.nldesignsystem.css.property": {
|
|
5154
|
-
"syntax": "<length>",
|
|
5155
|
-
"inherits": true
|
|
5156
|
-
},
|
|
5157
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5158
|
-
},
|
|
5159
|
-
"type": "spacing"
|
|
5160
|
-
},
|
|
5161
|
-
"padding-inline-start": {
|
|
5162
|
-
"$extensions": {
|
|
5163
|
-
"nl.nldesignsystem.css.property": {
|
|
5164
|
-
"syntax": "<length>",
|
|
5165
|
-
"inherits": true
|
|
5166
|
-
},
|
|
5167
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5168
|
-
},
|
|
5169
|
-
"type": "spacing"
|
|
5170
|
-
},
|
|
5171
|
-
"padding-inline-end": {
|
|
5172
|
-
"$extensions": {
|
|
5173
|
-
"nl.nldesignsystem.css.property": {
|
|
5174
|
-
"syntax": "<length>",
|
|
5175
|
-
"inherits": true
|
|
5176
|
-
},
|
|
5177
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5178
|
-
},
|
|
5179
|
-
"type": "spacing"
|
|
5180
|
-
}
|
|
5083
|
+
"background-color": "hsl(0 0% 100%)",
|
|
5084
|
+
"color": "hsl(0 0% 0%)",
|
|
5085
|
+
"padding-block-start": "1.8em",
|
|
5086
|
+
"padding-block-end": "1em",
|
|
5087
|
+
"padding-inline-start": "2em",
|
|
5088
|
+
"padding-inline-end": "2.4em",
|
|
5089
|
+
"max-inline-size": "1184px",
|
|
5090
|
+
"padding-inline": "2em"
|
|
5181
5091
|
}
|
|
5182
5092
|
},
|
|
5183
5093
|
"page-layout": {},
|
|
@@ -5188,9 +5098,9 @@
|
|
|
5188
5098
|
"margin-inline-end": "2em",
|
|
5189
5099
|
"max-inline-size": "1184px",
|
|
5190
5100
|
"padding-block-start": "1.8em",
|
|
5191
|
-
"padding-inline-end": "
|
|
5101
|
+
"padding-inline-end": "0",
|
|
5192
5102
|
"padding-block-end": "1em",
|
|
5193
|
-
"padding-inline-start": "
|
|
5103
|
+
"padding-inline-start": "0"
|
|
5194
5104
|
},
|
|
5195
5105
|
"pagination": {
|
|
5196
5106
|
"font-size": "0.875rem",
|
|
@@ -5458,6 +5368,7 @@
|
|
|
5458
5368
|
"background-color": "hsl(0 0% 20%)",
|
|
5459
5369
|
"border-color": "hsl(0 0% 95%)",
|
|
5460
5370
|
"border-width": "2px",
|
|
5371
|
+
"color": "hsl(0 0% 100%)",
|
|
5461
5372
|
"size": "24px",
|
|
5462
5373
|
"margin-block-start": {
|
|
5463
5374
|
"$extensions": {
|
|
@@ -5758,13 +5669,12 @@
|
|
|
5758
5669
|
},
|
|
5759
5670
|
"nl.nldesignsystem.fallback": [
|
|
5760
5671
|
"utrecht.radio-button.color"
|
|
5761
|
-
]
|
|
5672
|
+
],
|
|
5673
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5762
5674
|
},
|
|
5763
|
-
"
|
|
5764
|
-
}
|
|
5765
|
-
"type": "color"
|
|
5675
|
+
"type": "color"
|
|
5676
|
+
}
|
|
5766
5677
|
},
|
|
5767
|
-
"color": "hsl(0 0% 100%)",
|
|
5768
5678
|
"border-radius": "0"
|
|
5769
5679
|
},
|
|
5770
5680
|
"rich-text": {
|
|
@@ -5785,26 +5695,8 @@
|
|
|
5785
5695
|
}
|
|
5786
5696
|
},
|
|
5787
5697
|
"root": {
|
|
5788
|
-
"background-color":
|
|
5789
|
-
|
|
5790
|
-
"nl.nldesignsystem.css.property": {
|
|
5791
|
-
"syntax": "<color>",
|
|
5792
|
-
"inherits": true
|
|
5793
|
-
},
|
|
5794
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5795
|
-
},
|
|
5796
|
-
"type": "color"
|
|
5797
|
-
},
|
|
5798
|
-
"color": {
|
|
5799
|
-
"$extensions": {
|
|
5800
|
-
"nl.nldesignsystem.css.property": {
|
|
5801
|
-
"syntax": "<color>",
|
|
5802
|
-
"inherits": true
|
|
5803
|
-
},
|
|
5804
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5805
|
-
},
|
|
5806
|
-
"type": "color"
|
|
5807
|
-
},
|
|
5698
|
+
"background-color": "hsl(0 0% 95%)",
|
|
5699
|
+
"color": "hsl(0 0% 10%)",
|
|
5808
5700
|
"font-family": {
|
|
5809
5701
|
"$extensions": {
|
|
5810
5702
|
"nl.nldesignsystem.css.property": {
|
|
@@ -6511,6 +6403,16 @@
|
|
|
6511
6403
|
},
|
|
6512
6404
|
"type": "color"
|
|
6513
6405
|
},
|
|
6406
|
+
"border-radius": {
|
|
6407
|
+
"$extensions": {
|
|
6408
|
+
"nl.nldesignsystem.css.property": {
|
|
6409
|
+
"syntax": "<length-percentage>",
|
|
6410
|
+
"inherits": true
|
|
6411
|
+
},
|
|
6412
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
6413
|
+
},
|
|
6414
|
+
"type": "borderRadius"
|
|
6415
|
+
},
|
|
6514
6416
|
"border-width": {
|
|
6515
6417
|
"$extensions": {
|
|
6516
6418
|
"nl.nldesignsystem.css.property": {
|
|
@@ -8423,5 +8325,14 @@
|
|
|
8423
8325
|
"box-shadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
8424
8326
|
}
|
|
8425
8327
|
}
|
|
8328
|
+
},
|
|
8329
|
+
"signalen": {
|
|
8330
|
+
"modal-dialog": {
|
|
8331
|
+
"background-color": "hsl(0 0% 100%)",
|
|
8332
|
+
"color": "hsl(0 0% 0%)"
|
|
8333
|
+
},
|
|
8334
|
+
"progress-bar": {
|
|
8335
|
+
"border-radius": "4px"
|
|
8336
|
+
}
|
|
8426
8337
|
}
|
|
8427
8338
|
}
|