@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
|
@@ -504,31 +504,6 @@
|
|
|
504
504
|
"padding-block": "1ex",
|
|
505
505
|
"padding-inline": "1ex"
|
|
506
506
|
},
|
|
507
|
-
"badge-data": {
|
|
508
|
-
"letter-spacing": {
|
|
509
|
-
"$extensions": {
|
|
510
|
-
"nl.nldesignsystem.css.property": {
|
|
511
|
-
"syntax": "<length>",
|
|
512
|
-
"inherits": true
|
|
513
|
-
},
|
|
514
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
515
|
-
},
|
|
516
|
-
"type": "letterSpacing"
|
|
517
|
-
},
|
|
518
|
-
"text-transform": {
|
|
519
|
-
"$extensions": {
|
|
520
|
-
"nl.nldesignsystem.css.property": {
|
|
521
|
-
"syntax": [
|
|
522
|
-
"inherit",
|
|
523
|
-
"uppercase"
|
|
524
|
-
],
|
|
525
|
-
"inherits": true
|
|
526
|
-
},
|
|
527
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
528
|
-
},
|
|
529
|
-
"type": "textCase"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
507
|
"badge-list": {
|
|
533
508
|
"row-gap": {
|
|
534
509
|
"$extensions": {
|
|
@@ -870,26 +845,8 @@
|
|
|
870
845
|
"margin-block-end": "1.6em"
|
|
871
846
|
},
|
|
872
847
|
"body": {
|
|
873
|
-
"font-family":
|
|
874
|
-
|
|
875
|
-
"nl.nldesignsystem.css.property": {
|
|
876
|
-
"syntax": "*",
|
|
877
|
-
"inherits": true
|
|
878
|
-
},
|
|
879
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
880
|
-
},
|
|
881
|
-
"type": "fontFamilies"
|
|
882
|
-
},
|
|
883
|
-
"font-size": {
|
|
884
|
-
"$extensions": {
|
|
885
|
-
"nl.nldesignsystem.css.property": {
|
|
886
|
-
"syntax": "<length>",
|
|
887
|
-
"inherits": true
|
|
888
|
-
},
|
|
889
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
890
|
-
},
|
|
891
|
-
"type": "fontSizes"
|
|
892
|
-
},
|
|
848
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
849
|
+
"font-size": "1rem",
|
|
893
850
|
"font-weight": {
|
|
894
851
|
"$extensions": {
|
|
895
852
|
"nl.nldesignsystem.css.property": {
|
|
@@ -900,19 +857,9 @@
|
|
|
900
857
|
},
|
|
901
858
|
"type": "fontWeights"
|
|
902
859
|
},
|
|
903
|
-
"line-height":
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
"syntax": [
|
|
907
|
-
"<length>",
|
|
908
|
-
"<number>"
|
|
909
|
-
],
|
|
910
|
-
"inherits": true
|
|
911
|
-
},
|
|
912
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
913
|
-
},
|
|
914
|
-
"type": "lineHeights"
|
|
915
|
-
}
|
|
860
|
+
"line-height": "1.4",
|
|
861
|
+
"background-color": "hsl(0 0% 100%)",
|
|
862
|
+
"color": "hsl(0 0% 0%)"
|
|
916
863
|
},
|
|
917
864
|
"breadcrumb-nav": {
|
|
918
865
|
"min-block-size": "34px",
|
|
@@ -2296,16 +2243,7 @@
|
|
|
2296
2243
|
"code-block": {
|
|
2297
2244
|
"background-color": "hsl(0 0% 95%)",
|
|
2298
2245
|
"color": "hsl(0 0% 0%)",
|
|
2299
|
-
"font-family":
|
|
2300
|
-
"$extensions": {
|
|
2301
|
-
"nl.nldesignsystem.css.property": {
|
|
2302
|
-
"syntax": "*",
|
|
2303
|
-
"inherits": true
|
|
2304
|
-
},
|
|
2305
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2306
|
-
},
|
|
2307
|
-
"type": "fontFamilies"
|
|
2308
|
-
},
|
|
2246
|
+
"font-family": "\"Monaco\"",
|
|
2309
2247
|
"font-size": "1rem",
|
|
2310
2248
|
"line-height": "1.5",
|
|
2311
2249
|
"margin-block-start": "20px",
|
|
@@ -2701,6 +2639,126 @@
|
|
|
2701
2639
|
}
|
|
2702
2640
|
},
|
|
2703
2641
|
"currency-data": {},
|
|
2642
|
+
"data-badge": {
|
|
2643
|
+
"background-color": {
|
|
2644
|
+
"comment": "Default background color for badge components",
|
|
2645
|
+
"$extensions": {
|
|
2646
|
+
"nl.nldesignsystem.css.property": {
|
|
2647
|
+
"syntax": "<color>",
|
|
2648
|
+
"inherits": true
|
|
2649
|
+
},
|
|
2650
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2651
|
+
},
|
|
2652
|
+
"type": "color"
|
|
2653
|
+
},
|
|
2654
|
+
"border-radius": {
|
|
2655
|
+
"comment": "Default corner radius for badge components",
|
|
2656
|
+
"$extensions": {
|
|
2657
|
+
"nl.nldesignsystem.css.property": {
|
|
2658
|
+
"syntax": "<length-percentage>",
|
|
2659
|
+
"inherits": true
|
|
2660
|
+
},
|
|
2661
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2662
|
+
},
|
|
2663
|
+
"type": "borderRadius"
|
|
2664
|
+
},
|
|
2665
|
+
"border-width": {
|
|
2666
|
+
"$extensions": {
|
|
2667
|
+
"nl.nldesignsystem.css.property": {
|
|
2668
|
+
"syntax": "<length>",
|
|
2669
|
+
"inherits": true
|
|
2670
|
+
},
|
|
2671
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2672
|
+
},
|
|
2673
|
+
"type": "borderWidth"
|
|
2674
|
+
},
|
|
2675
|
+
"color": {
|
|
2676
|
+
"comment": "Default text color for badge components",
|
|
2677
|
+
"$extensions": {
|
|
2678
|
+
"nl.nldesignsystem.css.property": {
|
|
2679
|
+
"syntax": "<color>",
|
|
2680
|
+
"inherits": true
|
|
2681
|
+
},
|
|
2682
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2683
|
+
},
|
|
2684
|
+
"type": "color"
|
|
2685
|
+
},
|
|
2686
|
+
"font-size": {
|
|
2687
|
+
"$extensions": {
|
|
2688
|
+
"nl.nldesignsystem.css.property": {
|
|
2689
|
+
"syntax": "<length>",
|
|
2690
|
+
"inherits": true
|
|
2691
|
+
},
|
|
2692
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2693
|
+
},
|
|
2694
|
+
"type": "fontSizes"
|
|
2695
|
+
},
|
|
2696
|
+
"font-weight": {
|
|
2697
|
+
"$extensions": {
|
|
2698
|
+
"nl.nldesignsystem.css.property": {
|
|
2699
|
+
"syntax": "<number>",
|
|
2700
|
+
"inherits": true
|
|
2701
|
+
},
|
|
2702
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2703
|
+
},
|
|
2704
|
+
"type": "fontWeights"
|
|
2705
|
+
},
|
|
2706
|
+
"line-height": {
|
|
2707
|
+
"$extensions": {
|
|
2708
|
+
"nl.nldesignsystem.css.property": {
|
|
2709
|
+
"syntax": [
|
|
2710
|
+
"<length>",
|
|
2711
|
+
"<number>"
|
|
2712
|
+
],
|
|
2713
|
+
"inherits": true
|
|
2714
|
+
},
|
|
2715
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2716
|
+
},
|
|
2717
|
+
"type": "lineHeights"
|
|
2718
|
+
},
|
|
2719
|
+
"min-block-size": {
|
|
2720
|
+
"$extensions": {
|
|
2721
|
+
"nl.nldesignsystem.css.property": {
|
|
2722
|
+
"syntax": "<length>",
|
|
2723
|
+
"inherits": true
|
|
2724
|
+
},
|
|
2725
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2726
|
+
},
|
|
2727
|
+
"type": "sizing"
|
|
2728
|
+
},
|
|
2729
|
+
"min-inline-size": {
|
|
2730
|
+
"$extensions": {
|
|
2731
|
+
"nl.nldesignsystem.css.property": {
|
|
2732
|
+
"syntax": "<length>",
|
|
2733
|
+
"inherits": true
|
|
2734
|
+
},
|
|
2735
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2736
|
+
},
|
|
2737
|
+
"type": "sizing"
|
|
2738
|
+
},
|
|
2739
|
+
"padding-block": {
|
|
2740
|
+
"comment": "Default block padding for badge components",
|
|
2741
|
+
"$extensions": {
|
|
2742
|
+
"nl.nldesignsystem.css.property": {
|
|
2743
|
+
"syntax": "<length>",
|
|
2744
|
+
"inherits": true
|
|
2745
|
+
},
|
|
2746
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2747
|
+
},
|
|
2748
|
+
"type": "spacing"
|
|
2749
|
+
},
|
|
2750
|
+
"padding-inline": {
|
|
2751
|
+
"comment": "Default inline padding color for badge components",
|
|
2752
|
+
"$extensions": {
|
|
2753
|
+
"nl.nldesignsystem.css.property": {
|
|
2754
|
+
"syntax": "<length>",
|
|
2755
|
+
"inherits": true
|
|
2756
|
+
},
|
|
2757
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2758
|
+
},
|
|
2759
|
+
"type": "spacing"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2704
2762
|
"data-list": {
|
|
2705
2763
|
"margin-block-end": "16px",
|
|
2706
2764
|
"margin-block-start": "16px",
|
|
@@ -4021,16 +4079,7 @@
|
|
|
4021
4079
|
},
|
|
4022
4080
|
"icon": {
|
|
4023
4081
|
"size": "14px",
|
|
4024
|
-
"inset-block-start":
|
|
4025
|
-
"$extensions": {
|
|
4026
|
-
"nl.nldesignsystem.css.property": {
|
|
4027
|
-
"syntax": "<length>",
|
|
4028
|
-
"inherits": true
|
|
4029
|
-
},
|
|
4030
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
4031
|
-
},
|
|
4032
|
-
"type": "spacing"
|
|
4033
|
-
}
|
|
4082
|
+
"inset-block-start": "0.15em"
|
|
4034
4083
|
}
|
|
4035
4084
|
},
|
|
4036
4085
|
"link-social": {
|
|
@@ -4595,8 +4644,26 @@
|
|
|
4595
4644
|
},
|
|
4596
4645
|
"multiline-data": {},
|
|
4597
4646
|
"nav-bar": {
|
|
4598
|
-
"background-color":
|
|
4599
|
-
|
|
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
|
+
},
|
|
4600
4667
|
"content": {
|
|
4601
4668
|
"background-color": {
|
|
4602
4669
|
"$extensions": {
|
|
@@ -4839,37 +4906,12 @@
|
|
|
4839
4906
|
"type": "color"
|
|
4840
4907
|
},
|
|
4841
4908
|
"content": {
|
|
4842
|
-
"background-color":
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4849
|
-
},
|
|
4850
|
-
"type": "color"
|
|
4851
|
-
},
|
|
4852
|
-
"color": {
|
|
4853
|
-
"$extensions": {
|
|
4854
|
-
"nl.nldesignsystem.css.property": {
|
|
4855
|
-
"syntax": "<color>",
|
|
4856
|
-
"inherits": true
|
|
4857
|
-
},
|
|
4858
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4859
|
-
},
|
|
4860
|
-
"type": "color"
|
|
4861
|
-
},
|
|
4862
|
-
"padding-block-start": {
|
|
4863
|
-
"$extensions": {
|
|
4864
|
-
"nl.nldesignsystem.css.property": {
|
|
4865
|
-
"syntax": "<length>",
|
|
4866
|
-
"inherits": true
|
|
4867
|
-
},
|
|
4868
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4869
|
-
},
|
|
4870
|
-
"type": "spacing"
|
|
4871
|
-
},
|
|
4872
|
-
"padding-block-end": {
|
|
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",
|
|
4914
|
+
"padding-inine-end": {
|
|
4873
4915
|
"$extensions": {
|
|
4874
4916
|
"nl.nldesignsystem.css.property": {
|
|
4875
4917
|
"syntax": "<length>",
|
|
@@ -4879,27 +4921,13 @@
|
|
|
4879
4921
|
},
|
|
4880
4922
|
"type": "spacing"
|
|
4881
4923
|
},
|
|
4882
|
-
"
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
},
|
|
4890
|
-
"type": "spacing"
|
|
4891
|
-
},
|
|
4892
|
-
"padding-inine-end": {
|
|
4893
|
-
"$extensions": {
|
|
4894
|
-
"nl.nldesignsystem.css.property": {
|
|
4895
|
-
"syntax": "<length>",
|
|
4896
|
-
"inherits": true
|
|
4897
|
-
},
|
|
4898
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4899
|
-
},
|
|
4900
|
-
"type": "spacing"
|
|
4901
|
-
}
|
|
4902
|
-
}
|
|
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"
|
|
4903
4931
|
},
|
|
4904
4932
|
"page-content": {
|
|
4905
4933
|
"padding-block-start": "2em",
|
|
@@ -4929,10 +4957,46 @@
|
|
|
4929
4957
|
"color": "hsl(0 0% 100%)",
|
|
4930
4958
|
"background-color": "hsl(0 100% 40%)",
|
|
4931
4959
|
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
4932
|
-
"padding-inline-end":
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
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
|
+
},
|
|
4936
5000
|
"content": {
|
|
4937
5001
|
"color": {
|
|
4938
5002
|
"$extensions": {
|
|
@@ -4974,26 +5038,10 @@
|
|
|
4974
5038
|
},
|
|
4975
5039
|
"type": "spacing"
|
|
4976
5040
|
},
|
|
4977
|
-
"padding-block-end":
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
"inherits": true
|
|
4982
|
-
},
|
|
4983
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4984
|
-
},
|
|
4985
|
-
"type": "spacing"
|
|
4986
|
-
},
|
|
4987
|
-
"padding-block-start": {
|
|
4988
|
-
"$extensions": {
|
|
4989
|
-
"nl.nldesignsystem.css.property": {
|
|
4990
|
-
"syntax": "<length>",
|
|
4991
|
-
"inherits": true
|
|
4992
|
-
},
|
|
4993
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4994
|
-
},
|
|
4995
|
-
"type": "spacing"
|
|
4996
|
-
}
|
|
5041
|
+
"padding-block-end": "48px",
|
|
5042
|
+
"padding-block-start": "48px",
|
|
5043
|
+
"max-inline-size": "1184px",
|
|
5044
|
+
"padding-inline": "28px"
|
|
4997
5045
|
}
|
|
4998
5046
|
},
|
|
4999
5047
|
"page-header": {
|
|
@@ -5027,71 +5075,19 @@
|
|
|
5027
5075
|
},
|
|
5028
5076
|
"type": "color"
|
|
5029
5077
|
},
|
|
5030
|
-
"padding-block-start": "
|
|
5031
|
-
"padding-block-end": "
|
|
5032
|
-
"padding-inline-start": "
|
|
5033
|
-
"padding-inline-end": "
|
|
5078
|
+
"padding-block-start": "0",
|
|
5079
|
+
"padding-block-end": "0",
|
|
5080
|
+
"padding-inline-start": "0",
|
|
5081
|
+
"padding-inline-end": "0",
|
|
5034
5082
|
"content": {
|
|
5035
|
-
"background-color":
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
"type": "color"
|
|
5044
|
-
},
|
|
5045
|
-
"color": {
|
|
5046
|
-
"$extensions": {
|
|
5047
|
-
"nl.nldesignsystem.css.property": {
|
|
5048
|
-
"syntax": "<color>",
|
|
5049
|
-
"inherits": true
|
|
5050
|
-
},
|
|
5051
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5052
|
-
},
|
|
5053
|
-
"type": "color"
|
|
5054
|
-
},
|
|
5055
|
-
"padding-block-start": {
|
|
5056
|
-
"$extensions": {
|
|
5057
|
-
"nl.nldesignsystem.css.property": {
|
|
5058
|
-
"syntax": "<length>",
|
|
5059
|
-
"inherits": true
|
|
5060
|
-
},
|
|
5061
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5062
|
-
},
|
|
5063
|
-
"type": "spacing"
|
|
5064
|
-
},
|
|
5065
|
-
"padding-block-end": {
|
|
5066
|
-
"$extensions": {
|
|
5067
|
-
"nl.nldesignsystem.css.property": {
|
|
5068
|
-
"syntax": "<length>",
|
|
5069
|
-
"inherits": true
|
|
5070
|
-
},
|
|
5071
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5072
|
-
},
|
|
5073
|
-
"type": "spacing"
|
|
5074
|
-
},
|
|
5075
|
-
"padding-inline-start": {
|
|
5076
|
-
"$extensions": {
|
|
5077
|
-
"nl.nldesignsystem.css.property": {
|
|
5078
|
-
"syntax": "<length>",
|
|
5079
|
-
"inherits": true
|
|
5080
|
-
},
|
|
5081
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5082
|
-
},
|
|
5083
|
-
"type": "spacing"
|
|
5084
|
-
},
|
|
5085
|
-
"padding-inline-end": {
|
|
5086
|
-
"$extensions": {
|
|
5087
|
-
"nl.nldesignsystem.css.property": {
|
|
5088
|
-
"syntax": "<length>",
|
|
5089
|
-
"inherits": true
|
|
5090
|
-
},
|
|
5091
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5092
|
-
},
|
|
5093
|
-
"type": "spacing"
|
|
5094
|
-
}
|
|
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"
|
|
5095
5091
|
}
|
|
5096
5092
|
},
|
|
5097
5093
|
"page-layout": {},
|
|
@@ -5102,9 +5098,9 @@
|
|
|
5102
5098
|
"margin-inline-end": "2em",
|
|
5103
5099
|
"max-inline-size": "1184px",
|
|
5104
5100
|
"padding-block-start": "1.8em",
|
|
5105
|
-
"padding-inline-end": "
|
|
5101
|
+
"padding-inline-end": "0",
|
|
5106
5102
|
"padding-block-end": "1em",
|
|
5107
|
-
"padding-inline-start": "
|
|
5103
|
+
"padding-inline-start": "0"
|
|
5108
5104
|
},
|
|
5109
5105
|
"pagination": {
|
|
5110
5106
|
"font-size": "0.875rem",
|
|
@@ -5240,7 +5236,20 @@
|
|
|
5240
5236
|
"margin-block-start": "16px",
|
|
5241
5237
|
"margin-block-end": "0",
|
|
5242
5238
|
"lead": {
|
|
5243
|
-
"color":
|
|
5239
|
+
"color": {
|
|
5240
|
+
"$extensions": {
|
|
5241
|
+
"nl.nldesignsystem.css.property": {
|
|
5242
|
+
"syntax": "<color>",
|
|
5243
|
+
"inherits": true
|
|
5244
|
+
},
|
|
5245
|
+
"nl.nldesignsystem.fallback": [
|
|
5246
|
+
"utrecht.paragraph.color",
|
|
5247
|
+
"utrecht.document.color"
|
|
5248
|
+
],
|
|
5249
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5250
|
+
},
|
|
5251
|
+
"type": "color"
|
|
5252
|
+
},
|
|
5244
5253
|
"font-size": "1.25rem",
|
|
5245
5254
|
"font-weight": "400",
|
|
5246
5255
|
"line-height": "1.5"
|
|
@@ -5359,6 +5368,7 @@
|
|
|
5359
5368
|
"background-color": "hsl(0 0% 20%)",
|
|
5360
5369
|
"border-color": "hsl(0 0% 95%)",
|
|
5361
5370
|
"border-width": "2px",
|
|
5371
|
+
"color": "hsl(0 0% 100%)",
|
|
5362
5372
|
"size": "24px",
|
|
5363
5373
|
"margin-block-start": {
|
|
5364
5374
|
"$extensions": {
|
|
@@ -5659,13 +5669,12 @@
|
|
|
5659
5669
|
},
|
|
5660
5670
|
"nl.nldesignsystem.fallback": [
|
|
5661
5671
|
"utrecht.radio-button.color"
|
|
5662
|
-
]
|
|
5672
|
+
],
|
|
5673
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5663
5674
|
},
|
|
5664
|
-
"
|
|
5665
|
-
}
|
|
5666
|
-
"type": "color"
|
|
5675
|
+
"type": "color"
|
|
5676
|
+
}
|
|
5667
5677
|
},
|
|
5668
|
-
"color": "hsl(0 0% 100%)",
|
|
5669
5678
|
"border-radius": "0"
|
|
5670
5679
|
},
|
|
5671
5680
|
"rich-text": {
|
|
@@ -5686,26 +5695,8 @@
|
|
|
5686
5695
|
}
|
|
5687
5696
|
},
|
|
5688
5697
|
"root": {
|
|
5689
|
-
"background-color":
|
|
5690
|
-
|
|
5691
|
-
"nl.nldesignsystem.css.property": {
|
|
5692
|
-
"syntax": "<color>",
|
|
5693
|
-
"inherits": true
|
|
5694
|
-
},
|
|
5695
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5696
|
-
},
|
|
5697
|
-
"type": "color"
|
|
5698
|
-
},
|
|
5699
|
-
"color": {
|
|
5700
|
-
"$extensions": {
|
|
5701
|
-
"nl.nldesignsystem.css.property": {
|
|
5702
|
-
"syntax": "<color>",
|
|
5703
|
-
"inherits": true
|
|
5704
|
-
},
|
|
5705
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
5706
|
-
},
|
|
5707
|
-
"type": "color"
|
|
5708
|
-
},
|
|
5698
|
+
"background-color": "hsl(0 0% 95%)",
|
|
5699
|
+
"color": "hsl(0 0% 10%)",
|
|
5709
5700
|
"font-family": {
|
|
5710
5701
|
"$extensions": {
|
|
5711
5702
|
"nl.nldesignsystem.css.property": {
|
|
@@ -6412,6 +6403,16 @@
|
|
|
6412
6403
|
},
|
|
6413
6404
|
"type": "color"
|
|
6414
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
|
+
},
|
|
6415
6416
|
"border-width": {
|
|
6416
6417
|
"$extensions": {
|
|
6417
6418
|
"nl.nldesignsystem.css.property": {
|
|
@@ -8198,6 +8199,117 @@
|
|
|
8198
8199
|
}
|
|
8199
8200
|
}
|
|
8200
8201
|
},
|
|
8202
|
+
"nl": {
|
|
8203
|
+
"code-block": {
|
|
8204
|
+
"background-color": "hsl(0 0% 95%)",
|
|
8205
|
+
"color": "hsl(0 0% 0%)",
|
|
8206
|
+
"font-family": "\"Monaco\"",
|
|
8207
|
+
"font-size": "1rem",
|
|
8208
|
+
"line-height": "1.5",
|
|
8209
|
+
"padding-block": "20px",
|
|
8210
|
+
"padding-inline": "20px"
|
|
8211
|
+
},
|
|
8212
|
+
"code": {
|
|
8213
|
+
"background-color": {},
|
|
8214
|
+
"color": {},
|
|
8215
|
+
"font-family": {},
|
|
8216
|
+
"font-size": {},
|
|
8217
|
+
"line-height": {}
|
|
8218
|
+
},
|
|
8219
|
+
"data-badge": {
|
|
8220
|
+
"background-color": "hsl(0 0% 30%)",
|
|
8221
|
+
"border-radius": "0",
|
|
8222
|
+
"color": "hsl(0 0% 100%)",
|
|
8223
|
+
"font-weight": {},
|
|
8224
|
+
"padding-block": "8px",
|
|
8225
|
+
"padding-inline": "12px"
|
|
8226
|
+
},
|
|
8227
|
+
"heading": {
|
|
8228
|
+
"level-1": {
|
|
8229
|
+
"color": {},
|
|
8230
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8231
|
+
"font-size": "2rem",
|
|
8232
|
+
"font-weight": "700",
|
|
8233
|
+
"line-height": "1.25"
|
|
8234
|
+
},
|
|
8235
|
+
"level-2": {
|
|
8236
|
+
"color": {},
|
|
8237
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8238
|
+
"font-size": "1.25rem",
|
|
8239
|
+
"font-weight": "700",
|
|
8240
|
+
"line-height": "1.25"
|
|
8241
|
+
},
|
|
8242
|
+
"level-3": {
|
|
8243
|
+
"color": {},
|
|
8244
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8245
|
+
"font-size": "1.25rem",
|
|
8246
|
+
"font-weight": "400",
|
|
8247
|
+
"line-height": "1.25"
|
|
8248
|
+
},
|
|
8249
|
+
"level-4": {
|
|
8250
|
+
"color": {},
|
|
8251
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8252
|
+
"font-size": "1.125rem",
|
|
8253
|
+
"font-weight": "400",
|
|
8254
|
+
"line-height": "1.5"
|
|
8255
|
+
},
|
|
8256
|
+
"level-5": {
|
|
8257
|
+
"color": {},
|
|
8258
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8259
|
+
"font-size": "0.875rem",
|
|
8260
|
+
"font-weight": "400",
|
|
8261
|
+
"line-height": "1.5"
|
|
8262
|
+
},
|
|
8263
|
+
"level-6": {
|
|
8264
|
+
"color": {},
|
|
8265
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8266
|
+
"font-size": "0.875rem",
|
|
8267
|
+
"font-weight": "400",
|
|
8268
|
+
"line-height": "1.5"
|
|
8269
|
+
}
|
|
8270
|
+
},
|
|
8271
|
+
"mark": {
|
|
8272
|
+
"background-color": "hsl(48 100% 60%)",
|
|
8273
|
+
"color": "hsl(0 0% 0%)"
|
|
8274
|
+
},
|
|
8275
|
+
"number-badge": {
|
|
8276
|
+
"background-color": "hsl(0 100% 40%)",
|
|
8277
|
+
"border-radius": "1rem",
|
|
8278
|
+
"color": "hsl(0 0% 100%)",
|
|
8279
|
+
"font-size": "1rem",
|
|
8280
|
+
"font-weight": {},
|
|
8281
|
+
"padding-block": "1ex",
|
|
8282
|
+
"padding-inline": "1ex"
|
|
8283
|
+
},
|
|
8284
|
+
"paragraph": {
|
|
8285
|
+
"color": {},
|
|
8286
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8287
|
+
"font-size": "1rem",
|
|
8288
|
+
"font-weight": "400",
|
|
8289
|
+
"line-height": "1.5",
|
|
8290
|
+
"lead": {
|
|
8291
|
+
"color": "hsl(0 0% 95%)",
|
|
8292
|
+
"font-size": "1.25rem",
|
|
8293
|
+
"font-weight": "400",
|
|
8294
|
+
"line-height": "1.5"
|
|
8295
|
+
},
|
|
8296
|
+
"small": {
|
|
8297
|
+
"font-size": "0.875rem"
|
|
8298
|
+
}
|
|
8299
|
+
},
|
|
8300
|
+
"skip-link": {
|
|
8301
|
+
"background-color": "hsl(0 0% 15%)",
|
|
8302
|
+
"color": "hsl(0 0% 100%)",
|
|
8303
|
+
"padding-block": "8px",
|
|
8304
|
+
"padding-inline": "16px",
|
|
8305
|
+
"text-decoration": "underline",
|
|
8306
|
+
"focus-visible": {
|
|
8307
|
+
"color": "hsl(0 0% 0%)",
|
|
8308
|
+
"background-color": "hsl(48 100% 80%)",
|
|
8309
|
+
"text-decoration": "none"
|
|
8310
|
+
}
|
|
8311
|
+
}
|
|
8312
|
+
},
|
|
8201
8313
|
"of": {
|
|
8202
8314
|
"layout": {
|
|
8203
8315
|
"background": "hsl(0 0% 15%)",
|
|
@@ -8213,5 +8325,14 @@
|
|
|
8213
8325
|
"box-shadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
8214
8326
|
}
|
|
8215
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
|
+
}
|
|
8216
8337
|
}
|
|
8217
8338
|
}
|