@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/index.mjs
CHANGED
|
@@ -82,6 +82,11 @@ export const utrechtBlockquoteContentFontSize = "1.125rem";
|
|
|
82
82
|
export const utrechtBlockquoteCaptionFontSize = "0.875rem";
|
|
83
83
|
export const utrechtBlockquoteMarginBlockStart = "1.6em";
|
|
84
84
|
export const utrechtBlockquoteMarginBlockEnd = "1.6em";
|
|
85
|
+
export const utrechtBodyFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
86
|
+
export const utrechtBodyFontSize = "1rem";
|
|
87
|
+
export const utrechtBodyLineHeight = "1.4";
|
|
88
|
+
export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
|
|
89
|
+
export const utrechtBodyColor = "hsl(0 0% 0%)";
|
|
85
90
|
export const utrechtBreadcrumbNavMinBlockSize = "34px";
|
|
86
91
|
export const utrechtBreadcrumbNavFontSize = "1rem";
|
|
87
92
|
export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
|
|
@@ -543,6 +548,7 @@ export const utrechtLinkListLinkColumnGap = "8px";
|
|
|
543
548
|
export const utrechtLinkListLinkFontWeight = "700";
|
|
544
549
|
export const utrechtLinkListLinkTextDecoration = "none";
|
|
545
550
|
export const utrechtLinkListIconSize = "14px";
|
|
551
|
+
export const utrechtLinkListIconInsetBlockStart = "0.15em";
|
|
546
552
|
export const utrechtLinkSocialBackgroundColor = "hsl(0 100% 40%)";
|
|
547
553
|
export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
|
|
548
554
|
export const utrechtLinkSocialBorderWidth = "2px";
|
|
@@ -624,8 +630,6 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
|
|
|
624
630
|
export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
|
|
625
631
|
export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
|
|
626
632
|
export const utrechtMarkColor = "hsl(0 0% 0%)";
|
|
627
|
-
export const utrechtNavBarBackgroundColor = "hsl(0 0% 100%)";
|
|
628
|
-
export const utrechtNavBarColor = "hsl(0 0% 0%)";
|
|
629
633
|
export const utrechtNavBarContentMaxInlineSize = "1184px";
|
|
630
634
|
export const utrechtNavBarLinkPaddingBlockEnd = "8px";
|
|
631
635
|
export const utrechtNavBarLinkPaddingBlockStart = "8px";
|
|
@@ -665,28 +669,47 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
|
|
|
665
669
|
export const utrechtOrderedListItemMarginBlockStart = "0.25em";
|
|
666
670
|
export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
|
|
667
671
|
export const utrechtOrderedListItemPaddingInlineStart = "0";
|
|
672
|
+
export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
|
|
673
|
+
export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
|
|
674
|
+
export const utrechtPageBodyContentPaddingBlockStart = "0";
|
|
675
|
+
export const utrechtPageBodyContentPaddingBlockEnd = "1em";
|
|
676
|
+
export const utrechtPageBodyContentPaddingInlineStart = "2em";
|
|
677
|
+
export const utrechtPageBodyContentMaxInlineSize = "1184px";
|
|
678
|
+
export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
|
|
679
|
+
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
680
|
+
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
681
|
+
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
682
|
+
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
668
683
|
export const utrechtPageContentPaddingBlockStart = "2em";
|
|
669
684
|
export const utrechtPageContentPaddingBlockEnd = "2em";
|
|
670
685
|
export const utrechtPageFooterColor = "hsl(0 0% 100%)";
|
|
671
686
|
export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
|
|
672
687
|
export const utrechtPageFooterBackgroundImage = "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
|
|
673
|
-
export const
|
|
674
|
-
export const
|
|
675
|
-
export const
|
|
676
|
-
export const
|
|
677
|
-
export const utrechtPageHeaderPaddingBlockStart = "
|
|
678
|
-
export const utrechtPageHeaderPaddingBlockEnd = "
|
|
679
|
-
export const utrechtPageHeaderPaddingInlineStart = "
|
|
680
|
-
export const utrechtPageHeaderPaddingInlineEnd = "
|
|
688
|
+
export const utrechtPageFooterContentPaddingBlockEnd = "48px";
|
|
689
|
+
export const utrechtPageFooterContentPaddingBlockStart = "48px";
|
|
690
|
+
export const utrechtPageFooterContentMaxInlineSize = "1184px";
|
|
691
|
+
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
692
|
+
export const utrechtPageHeaderPaddingBlockStart = "0";
|
|
693
|
+
export const utrechtPageHeaderPaddingBlockEnd = "0";
|
|
694
|
+
export const utrechtPageHeaderPaddingInlineStart = "0";
|
|
695
|
+
export const utrechtPageHeaderPaddingInlineEnd = "0";
|
|
696
|
+
export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
|
|
697
|
+
export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
|
|
698
|
+
export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
|
|
699
|
+
export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
|
|
700
|
+
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
701
|
+
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
702
|
+
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
703
|
+
export const utrechtPageHeaderContentPaddingInline = "2em";
|
|
681
704
|
export const utrechtPageBackgroundColor = "hsl(0 0% 100%)";
|
|
682
705
|
export const utrechtPageColor = "hsl(0 0% 0%)";
|
|
683
706
|
export const utrechtPageMarginInlineStart = "2em";
|
|
684
707
|
export const utrechtPageMarginInlineEnd = "2em";
|
|
685
708
|
export const utrechtPageMaxInlineSize = "1184px";
|
|
686
709
|
export const utrechtPagePaddingBlockStart = "1.8em";
|
|
687
|
-
export const utrechtPagePaddingInlineEnd = "
|
|
710
|
+
export const utrechtPagePaddingInlineEnd = "0";
|
|
688
711
|
export const utrechtPagePaddingBlockEnd = "1em";
|
|
689
|
-
export const utrechtPagePaddingInlineStart = "
|
|
712
|
+
export const utrechtPagePaddingInlineStart = "0";
|
|
690
713
|
export const utrechtPaginationFontSize = "0.875rem";
|
|
691
714
|
export const utrechtPaginationMarginBlockStart = "0";
|
|
692
715
|
export const utrechtPaginationMarginBlockEnd = "1em";
|
|
@@ -738,6 +761,7 @@ export const utrechtPreHeadingMarginBlockStart = "28px";
|
|
|
738
761
|
export const utrechtRadioButtonBackgroundColor = "hsl(0 0% 100%)";
|
|
739
762
|
export const utrechtRadioButtonBorderColor = "hsl(0 0% 30%)";
|
|
740
763
|
export const utrechtRadioButtonBorderWidth = "2px";
|
|
764
|
+
export const utrechtRadioButtonColor = "hsl(0 0% 100%)";
|
|
741
765
|
export const utrechtRadioButtonSize = "24px";
|
|
742
766
|
export const utrechtRadioButtonMarginInlineEnd = "12px";
|
|
743
767
|
export const utrechtRadioButtonIconSize = "42%";
|
|
@@ -756,13 +780,14 @@ export const utrechtRadioButtonDisabledBorderColor = "hsl(0 0% 80%)";
|
|
|
756
780
|
export const utrechtRadioButtonDisabledColor = "hsl(0 0% 100%)";
|
|
757
781
|
export const utrechtRadioButtonInvalidBorderColor = "#990000";
|
|
758
782
|
export const utrechtRadioButtonInvalidBorderWidth = "2px";
|
|
759
|
-
export const utrechtRadioButtonColor = "hsl(0 0% 100%)";
|
|
760
783
|
export const utrechtRadioButtonBorderRadius = "0";
|
|
761
784
|
export const utrechtRichTextStrangerMarginBlockEnd = "32px";
|
|
762
785
|
export const utrechtRichTextAcquaintanceMarginBlockEnd = "16px";
|
|
763
786
|
export const utrechtRichTextFriendMarginBlockEnd = "8px";
|
|
764
787
|
export const utrechtRichTextBestFriendMarginBlockEnd = "4px";
|
|
765
788
|
export const utrechtRichTextConfidantMarginBlockEnd = 0;
|
|
789
|
+
export const utrechtRootBackgroundColor = "hsl(0 0% 95%)";
|
|
790
|
+
export const utrechtRootColor = "hsl(0 0% 10%)";
|
|
766
791
|
export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
|
|
767
792
|
export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
|
|
768
793
|
export const utrechtSearchBarButtonColor = "hsl(0 0% 100%)";
|
|
@@ -1066,3 +1091,6 @@ export const ofPageFooterBg = "hsl(0 100% 40%)";
|
|
|
1066
1091
|
export const ofPageFooterFg = "hsl(0 0% 100%)";
|
|
1067
1092
|
export const ofProgressIndicatorBackgroundColor = "hsl(0 0% 100%)";
|
|
1068
1093
|
export const ofProgressIndicatorMobileBoxShadow = "0px 0px 2px 0px rgba(0 0 0 / 20%)";
|
|
1094
|
+
export const signalenModalDialogBackgroundColor = "hsl(0 0% 100%)";
|
|
1095
|
+
export const signalenModalDialogColor = "hsl(0 0% 0%)";
|
|
1096
|
+
export const signalenProgressBarBorderRadius = "4px";
|
package/dist/index.tokens.json
CHANGED
|
@@ -841,26 +841,8 @@
|
|
|
841
841
|
"margin-block-end": "1.6em"
|
|
842
842
|
},
|
|
843
843
|
"body": {
|
|
844
|
-
"font-family":
|
|
845
|
-
|
|
846
|
-
"nl.nldesignsystem.css.property": {
|
|
847
|
-
"syntax": "*",
|
|
848
|
-
"inherits": true
|
|
849
|
-
},
|
|
850
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
851
|
-
},
|
|
852
|
-
"type": "fontFamilies"
|
|
853
|
-
},
|
|
854
|
-
"font-size": {
|
|
855
|
-
"$extensions": {
|
|
856
|
-
"nl.nldesignsystem.css.property": {
|
|
857
|
-
"syntax": "<length>",
|
|
858
|
-
"inherits": true
|
|
859
|
-
},
|
|
860
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
861
|
-
},
|
|
862
|
-
"type": "fontSizes"
|
|
863
|
-
},
|
|
844
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
845
|
+
"font-size": "1rem",
|
|
864
846
|
"font-weight": {
|
|
865
847
|
"$extensions": {
|
|
866
848
|
"nl.nldesignsystem.css.property": {
|
|
@@ -871,19 +853,9 @@
|
|
|
871
853
|
},
|
|
872
854
|
"type": "fontWeights"
|
|
873
855
|
},
|
|
874
|
-
"line-height":
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
"syntax": [
|
|
878
|
-
"<length>",
|
|
879
|
-
"<number>"
|
|
880
|
-
],
|
|
881
|
-
"inherits": true
|
|
882
|
-
},
|
|
883
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
884
|
-
},
|
|
885
|
-
"type": "lineHeights"
|
|
886
|
-
}
|
|
856
|
+
"line-height": "1.4",
|
|
857
|
+
"background-color": "hsl(0 0% 100%)",
|
|
858
|
+
"color": "hsl(0 0% 0%)"
|
|
887
859
|
},
|
|
888
860
|
"breadcrumb-nav": {
|
|
889
861
|
"min-block-size": "34px",
|
|
@@ -4103,16 +4075,7 @@
|
|
|
4103
4075
|
},
|
|
4104
4076
|
"icon": {
|
|
4105
4077
|
"size": "14px",
|
|
4106
|
-
"inset-block-start":
|
|
4107
|
-
"$extensions": {
|
|
4108
|
-
"nl.nldesignsystem.css.property": {
|
|
4109
|
-
"syntax": "<length>",
|
|
4110
|
-
"inherits": true
|
|
4111
|
-
},
|
|
4112
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
4113
|
-
},
|
|
4114
|
-
"type": "spacing"
|
|
4115
|
-
}
|
|
4078
|
+
"inset-block-start": "0.15em"
|
|
4116
4079
|
}
|
|
4117
4080
|
},
|
|
4118
4081
|
"link-social": {
|
|
@@ -4677,8 +4640,26 @@
|
|
|
4677
4640
|
},
|
|
4678
4641
|
"multiline-data": {},
|
|
4679
4642
|
"nav-bar": {
|
|
4680
|
-
"background-color":
|
|
4681
|
-
|
|
4643
|
+
"background-color": {
|
|
4644
|
+
"$extensions": {
|
|
4645
|
+
"nl.nldesignsystem.css.property": {
|
|
4646
|
+
"syntax": "<color>",
|
|
4647
|
+
"inherits": true
|
|
4648
|
+
},
|
|
4649
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4650
|
+
},
|
|
4651
|
+
"type": "color"
|
|
4652
|
+
},
|
|
4653
|
+
"color": {
|
|
4654
|
+
"$extensions": {
|
|
4655
|
+
"nl.nldesignsystem.css.property": {
|
|
4656
|
+
"syntax": "<color>",
|
|
4657
|
+
"inherits": true
|
|
4658
|
+
},
|
|
4659
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4660
|
+
},
|
|
4661
|
+
"type": "color"
|
|
4662
|
+
},
|
|
4682
4663
|
"content": {
|
|
4683
4664
|
"background-color": {
|
|
4684
4665
|
"$extensions": {
|
|
@@ -4921,56 +4902,11 @@
|
|
|
4921
4902
|
"type": "color"
|
|
4922
4903
|
},
|
|
4923
4904
|
"content": {
|
|
4924
|
-
"background-color":
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
},
|
|
4930
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4931
|
-
},
|
|
4932
|
-
"type": "color"
|
|
4933
|
-
},
|
|
4934
|
-
"color": {
|
|
4935
|
-
"$extensions": {
|
|
4936
|
-
"nl.nldesignsystem.css.property": {
|
|
4937
|
-
"syntax": "<color>",
|
|
4938
|
-
"inherits": true
|
|
4939
|
-
},
|
|
4940
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4941
|
-
},
|
|
4942
|
-
"type": "color"
|
|
4943
|
-
},
|
|
4944
|
-
"padding-block-start": {
|
|
4945
|
-
"$extensions": {
|
|
4946
|
-
"nl.nldesignsystem.css.property": {
|
|
4947
|
-
"syntax": "<length>",
|
|
4948
|
-
"inherits": true
|
|
4949
|
-
},
|
|
4950
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4951
|
-
},
|
|
4952
|
-
"type": "spacing"
|
|
4953
|
-
},
|
|
4954
|
-
"padding-block-end": {
|
|
4955
|
-
"$extensions": {
|
|
4956
|
-
"nl.nldesignsystem.css.property": {
|
|
4957
|
-
"syntax": "<length>",
|
|
4958
|
-
"inherits": true
|
|
4959
|
-
},
|
|
4960
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4961
|
-
},
|
|
4962
|
-
"type": "spacing"
|
|
4963
|
-
},
|
|
4964
|
-
"padding-inline-start": {
|
|
4965
|
-
"$extensions": {
|
|
4966
|
-
"nl.nldesignsystem.css.property": {
|
|
4967
|
-
"syntax": "<length>",
|
|
4968
|
-
"inherits": true
|
|
4969
|
-
},
|
|
4970
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4971
|
-
},
|
|
4972
|
-
"type": "spacing"
|
|
4973
|
-
},
|
|
4905
|
+
"background-color": "hsl(0 0% 100%)",
|
|
4906
|
+
"color": "hsl(0 0% 0%)",
|
|
4907
|
+
"padding-block-start": "0",
|
|
4908
|
+
"padding-block-end": "1em",
|
|
4909
|
+
"padding-inline-start": "2em",
|
|
4974
4910
|
"padding-inine-end": {
|
|
4975
4911
|
"$extensions": {
|
|
4976
4912
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4980,8 +4916,14 @@
|
|
|
4980
4916
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4981
4917
|
},
|
|
4982
4918
|
"type": "spacing"
|
|
4983
|
-
}
|
|
4984
|
-
|
|
4919
|
+
},
|
|
4920
|
+
"max-inline-size": "1184px",
|
|
4921
|
+
"padding-inline-end": "2.4em"
|
|
4922
|
+
},
|
|
4923
|
+
"padding-inline-end": "0",
|
|
4924
|
+
"padding-inline-start": "0",
|
|
4925
|
+
"padding-block-end": "0",
|
|
4926
|
+
"padding-block-start": "0"
|
|
4985
4927
|
},
|
|
4986
4928
|
"page-content": {
|
|
4987
4929
|
"padding-block-start": "2em",
|
|
@@ -5011,10 +4953,46 @@
|
|
|
5011
4953
|
"color": "hsl(0 0% 100%)",
|
|
5012
4954
|
"background-color": "hsl(0 100% 40%)",
|
|
5013
4955
|
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
5014
|
-
"padding-inline-end":
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
4956
|
+
"padding-inline-end": {
|
|
4957
|
+
"$extensions": {
|
|
4958
|
+
"nl.nldesignsystem.css.property": {
|
|
4959
|
+
"syntax": "<length>",
|
|
4960
|
+
"inherits": true
|
|
4961
|
+
},
|
|
4962
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4963
|
+
},
|
|
4964
|
+
"type": "spacing"
|
|
4965
|
+
},
|
|
4966
|
+
"padding-inline-start": {
|
|
4967
|
+
"$extensions": {
|
|
4968
|
+
"nl.nldesignsystem.css.property": {
|
|
4969
|
+
"syntax": "<length>",
|
|
4970
|
+
"inherits": true
|
|
4971
|
+
},
|
|
4972
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4973
|
+
},
|
|
4974
|
+
"type": "spacing"
|
|
4975
|
+
},
|
|
4976
|
+
"padding-block-end": {
|
|
4977
|
+
"$extensions": {
|
|
4978
|
+
"nl.nldesignsystem.css.property": {
|
|
4979
|
+
"syntax": "<length>",
|
|
4980
|
+
"inherits": true
|
|
4981
|
+
},
|
|
4982
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4983
|
+
},
|
|
4984
|
+
"type": "spacing"
|
|
4985
|
+
},
|
|
4986
|
+
"padding-block-start": {
|
|
4987
|
+
"$extensions": {
|
|
4988
|
+
"nl.nldesignsystem.css.property": {
|
|
4989
|
+
"syntax": "<length>",
|
|
4990
|
+
"inherits": true
|
|
4991
|
+
},
|
|
4992
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4993
|
+
},
|
|
4994
|
+
"type": "spacing"
|
|
4995
|
+
},
|
|
5018
4996
|
"content": {
|
|
5019
4997
|
"color": {
|
|
5020
4998
|
"$extensions": {
|
|
@@ -5056,26 +5034,10 @@
|
|
|
5056
5034
|
},
|
|
5057
5035
|
"type": "spacing"
|
|
5058
5036
|
},
|
|
5059
|
-
"padding-block-end":
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
"inherits": true
|
|
5064
|
-
},
|
|
5065
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5066
|
-
},
|
|
5067
|
-
"type": "spacing"
|
|
5068
|
-
},
|
|
5069
|
-
"padding-block-start": {
|
|
5070
|
-
"$extensions": {
|
|
5071
|
-
"nl.nldesignsystem.css.property": {
|
|
5072
|
-
"syntax": "<length>",
|
|
5073
|
-
"inherits": true
|
|
5074
|
-
},
|
|
5075
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5076
|
-
},
|
|
5077
|
-
"type": "spacing"
|
|
5078
|
-
}
|
|
5037
|
+
"padding-block-end": "48px",
|
|
5038
|
+
"padding-block-start": "48px",
|
|
5039
|
+
"max-inline-size": "1184px",
|
|
5040
|
+
"padding-inline": "28px"
|
|
5079
5041
|
}
|
|
5080
5042
|
},
|
|
5081
5043
|
"page-header": {
|
|
@@ -5109,71 +5071,19 @@
|
|
|
5109
5071
|
},
|
|
5110
5072
|
"type": "color"
|
|
5111
5073
|
},
|
|
5112
|
-
"padding-block-start": "
|
|
5113
|
-
"padding-block-end": "
|
|
5114
|
-
"padding-inline-start": "
|
|
5115
|
-
"padding-inline-end": "
|
|
5074
|
+
"padding-block-start": "0",
|
|
5075
|
+
"padding-block-end": "0",
|
|
5076
|
+
"padding-inline-start": "0",
|
|
5077
|
+
"padding-inline-end": "0",
|
|
5116
5078
|
"content": {
|
|
5117
|
-
"background-color":
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
"type": "color"
|
|
5126
|
-
},
|
|
5127
|
-
"color": {
|
|
5128
|
-
"$extensions": {
|
|
5129
|
-
"nl.nldesignsystem.css.property": {
|
|
5130
|
-
"syntax": "<color>",
|
|
5131
|
-
"inherits": true
|
|
5132
|
-
},
|
|
5133
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5134
|
-
},
|
|
5135
|
-
"type": "color"
|
|
5136
|
-
},
|
|
5137
|
-
"padding-block-start": {
|
|
5138
|
-
"$extensions": {
|
|
5139
|
-
"nl.nldesignsystem.css.property": {
|
|
5140
|
-
"syntax": "<length>",
|
|
5141
|
-
"inherits": true
|
|
5142
|
-
},
|
|
5143
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5144
|
-
},
|
|
5145
|
-
"type": "spacing"
|
|
5146
|
-
},
|
|
5147
|
-
"padding-block-end": {
|
|
5148
|
-
"$extensions": {
|
|
5149
|
-
"nl.nldesignsystem.css.property": {
|
|
5150
|
-
"syntax": "<length>",
|
|
5151
|
-
"inherits": true
|
|
5152
|
-
},
|
|
5153
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5154
|
-
},
|
|
5155
|
-
"type": "spacing"
|
|
5156
|
-
},
|
|
5157
|
-
"padding-inline-start": {
|
|
5158
|
-
"$extensions": {
|
|
5159
|
-
"nl.nldesignsystem.css.property": {
|
|
5160
|
-
"syntax": "<length>",
|
|
5161
|
-
"inherits": true
|
|
5162
|
-
},
|
|
5163
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5164
|
-
},
|
|
5165
|
-
"type": "spacing"
|
|
5166
|
-
},
|
|
5167
|
-
"padding-inline-end": {
|
|
5168
|
-
"$extensions": {
|
|
5169
|
-
"nl.nldesignsystem.css.property": {
|
|
5170
|
-
"syntax": "<length>",
|
|
5171
|
-
"inherits": true
|
|
5172
|
-
},
|
|
5173
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5174
|
-
},
|
|
5175
|
-
"type": "spacing"
|
|
5176
|
-
}
|
|
5079
|
+
"background-color": "hsl(0 0% 100%)",
|
|
5080
|
+
"color": "hsl(0 0% 0%)",
|
|
5081
|
+
"padding-block-start": "1.8em",
|
|
5082
|
+
"padding-block-end": "1em",
|
|
5083
|
+
"padding-inline-start": "2em",
|
|
5084
|
+
"padding-inline-end": "2.4em",
|
|
5085
|
+
"max-inline-size": "1184px",
|
|
5086
|
+
"padding-inline": "2em"
|
|
5177
5087
|
}
|
|
5178
5088
|
},
|
|
5179
5089
|
"page-layout": {},
|
|
@@ -5184,9 +5094,9 @@
|
|
|
5184
5094
|
"margin-inline-end": "2em",
|
|
5185
5095
|
"max-inline-size": "1184px",
|
|
5186
5096
|
"padding-block-start": "1.8em",
|
|
5187
|
-
"padding-inline-end": "
|
|
5097
|
+
"padding-inline-end": "0",
|
|
5188
5098
|
"padding-block-end": "1em",
|
|
5189
|
-
"padding-inline-start": "
|
|
5099
|
+
"padding-inline-start": "0"
|
|
5190
5100
|
},
|
|
5191
5101
|
"pagination": {
|
|
5192
5102
|
"font-size": "0.875rem",
|
|
@@ -5454,6 +5364,7 @@
|
|
|
5454
5364
|
"background-color": "hsl(0 0% 100%)",
|
|
5455
5365
|
"border-color": "hsl(0 0% 30%)",
|
|
5456
5366
|
"border-width": "2px",
|
|
5367
|
+
"color": "hsl(0 0% 100%)",
|
|
5457
5368
|
"size": "24px",
|
|
5458
5369
|
"margin-block-start": {
|
|
5459
5370
|
"$extensions": {
|
|
@@ -5754,13 +5665,12 @@
|
|
|
5754
5665
|
},
|
|
5755
5666
|
"nl.nldesignsystem.fallback": [
|
|
5756
5667
|
"utrecht.radio-button.color"
|
|
5757
|
-
]
|
|
5668
|
+
],
|
|
5669
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5758
5670
|
},
|
|
5759
|
-
"
|
|
5760
|
-
}
|
|
5761
|
-
"type": "color"
|
|
5671
|
+
"type": "color"
|
|
5672
|
+
}
|
|
5762
5673
|
},
|
|
5763
|
-
"color": "hsl(0 0% 100%)",
|
|
5764
5674
|
"border-radius": "0"
|
|
5765
5675
|
},
|
|
5766
5676
|
"rich-text": {
|
|
@@ -5781,26 +5691,8 @@
|
|
|
5781
5691
|
}
|
|
5782
5692
|
},
|
|
5783
5693
|
"root": {
|
|
5784
|
-
"background-color":
|
|
5785
|
-
|
|
5786
|
-
"nl.nldesignsystem.css.property": {
|
|
5787
|
-
"syntax": "<color>",
|
|
5788
|
-
"inherits": true
|
|
5789
|
-
},
|
|
5790
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5791
|
-
},
|
|
5792
|
-
"type": "color"
|
|
5793
|
-
},
|
|
5794
|
-
"color": {
|
|
5795
|
-
"$extensions": {
|
|
5796
|
-
"nl.nldesignsystem.css.property": {
|
|
5797
|
-
"syntax": "<color>",
|
|
5798
|
-
"inherits": true
|
|
5799
|
-
},
|
|
5800
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5801
|
-
},
|
|
5802
|
-
"type": "color"
|
|
5803
|
-
},
|
|
5694
|
+
"background-color": "hsl(0 0% 95%)",
|
|
5695
|
+
"color": "hsl(0 0% 10%)",
|
|
5804
5696
|
"font-family": {
|
|
5805
5697
|
"$extensions": {
|
|
5806
5698
|
"nl.nldesignsystem.css.property": {
|
|
@@ -6507,6 +6399,16 @@
|
|
|
6507
6399
|
},
|
|
6508
6400
|
"type": "color"
|
|
6509
6401
|
},
|
|
6402
|
+
"border-radius": {
|
|
6403
|
+
"$extensions": {
|
|
6404
|
+
"nl.nldesignsystem.css.property": {
|
|
6405
|
+
"syntax": "<length-percentage>",
|
|
6406
|
+
"inherits": true
|
|
6407
|
+
},
|
|
6408
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
6409
|
+
},
|
|
6410
|
+
"type": "borderRadius"
|
|
6411
|
+
},
|
|
6510
6412
|
"border-width": {
|
|
6511
6413
|
"$extensions": {
|
|
6512
6414
|
"nl.nldesignsystem.css.property": {
|
|
@@ -8437,5 +8339,14 @@
|
|
|
8437
8339
|
"box-shadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
8438
8340
|
}
|
|
8439
8341
|
}
|
|
8342
|
+
},
|
|
8343
|
+
"signalen": {
|
|
8344
|
+
"modal-dialog": {
|
|
8345
|
+
"background-color": "hsl(0 0% 100%)",
|
|
8346
|
+
"color": "hsl(0 0% 0%)"
|
|
8347
|
+
},
|
|
8348
|
+
"progress-bar": {
|
|
8349
|
+
"border-radius": "4px"
|
|
8350
|
+
}
|
|
8440
8351
|
}
|
|
8441
8352
|
}
|