@utrecht/design-tokens 2.2.0 → 2.4.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.
Files changed (79) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/_mixin-theme.scss +124 -63
  3. package/dist/_mixin.scss +124 -63
  4. package/dist/_variables.scss +124 -63
  5. package/dist/dark/_mixin-theme.scss +124 -63
  6. package/dist/dark/_mixin.scss +124 -63
  7. package/dist/dark/_variables.scss +124 -63
  8. package/dist/dark/index.cjs +62 -1
  9. package/dist/dark/index.css +124 -63
  10. package/dist/dark/index.d.ts +62 -1
  11. package/dist/dark/index.flat.json +62 -1
  12. package/dist/dark/index.json +1046 -102
  13. package/dist/dark/index.mjs +62 -1
  14. package/dist/dark/index.tokens.json +614 -72
  15. package/dist/dark/list.d.ts +14 -0
  16. package/dist/dark/list.json +1046 -102
  17. package/dist/dark/list.mjs +31638 -0
  18. package/dist/dark/property.css +0 -1
  19. package/dist/dark/root.css +124 -63
  20. package/dist/dark/theme-prince-xml.css +124 -63
  21. package/dist/dark/theme.css +124 -63
  22. package/dist/dark/tokens.cjs +1541 -116
  23. package/dist/dark/tokens.d.ts +355 -22
  24. package/dist/dark/tokens.json +1541 -116
  25. package/dist/dark/variables.cjs +62 -1
  26. package/dist/dark/variables.css +124 -63
  27. package/dist/dark/variables.d.ts +62 -1
  28. package/dist/dark/variables.json +62 -1
  29. package/dist/dark/variables.less +124 -63
  30. package/dist/dark/variables.mjs +62 -1
  31. package/dist/index.cjs +62 -1
  32. package/dist/index.css +248 -126
  33. package/dist/index.d.ts +62 -1
  34. package/dist/index.flat.json +62 -1
  35. package/dist/index.json +1046 -102
  36. package/dist/index.mjs +62 -1
  37. package/dist/index.tokens.json +614 -72
  38. package/dist/list.d.ts +14 -0
  39. package/dist/list.json +1046 -102
  40. package/dist/list.mjs +32755 -0
  41. package/dist/property.css +0 -1
  42. package/dist/root.css +124 -63
  43. package/dist/theme-prince-xml.css +124 -63
  44. package/dist/theme.css +124 -63
  45. package/dist/tokens.cjs +1541 -116
  46. package/dist/tokens.d.ts +355 -22
  47. package/dist/tokens.json +1541 -116
  48. package/dist/variables.cjs +62 -1
  49. package/dist/variables.css +124 -63
  50. package/dist/variables.d.ts +62 -1
  51. package/dist/variables.json +62 -1
  52. package/dist/variables.less +124 -63
  53. package/dist/variables.mjs +62 -1
  54. package/package.json +1 -1
  55. package/src/component/nl/code-block.tokens.json +13 -0
  56. package/src/component/nl/code.tokens.json +11 -0
  57. package/src/component/nl/data-badge.tokens.json +22 -0
  58. package/src/component/nl/heading.tokens.json +48 -0
  59. package/src/component/nl/mark.tokens.json +8 -0
  60. package/src/component/nl/number-badge.tokens.json +23 -0
  61. package/src/component/nl/paragraph.tokens.json +20 -0
  62. package/src/component/nl/skip-link.tokens.json +16 -0
  63. package/src/component/utrecht/badge.tokens.json +5 -5
  64. package/src/component/utrecht/code-block.tokens.json +9 -9
  65. package/src/component/utrecht/heading-1.tokens.json +4 -4
  66. package/src/component/utrecht/heading-2.tokens.json +4 -4
  67. package/src/component/utrecht/heading-3.tokens.json +4 -4
  68. package/src/component/utrecht/heading-4.tokens.json +4 -4
  69. package/src/component/utrecht/heading-5.tokens.json +4 -4
  70. package/src/component/utrecht/heading-6.tokens.json +4 -4
  71. package/src/component/utrecht/mark.tokens.json +2 -2
  72. package/src/component/utrecht/number-badge.tokens.json +6 -6
  73. package/src/component/utrecht/paragraph.tokens.json +8 -8
  74. package/src/component/utrecht/skip-link.tokens.json +10 -10
  75. package/src/css-property-formatter.mjs +2 -1
  76. package/src/json-list-formatter.js +2 -1
  77. package/style-dictionary-build.mjs +3 -1
  78. package/style-dictionary-config.mjs +27 -0
  79. package/src/component/utrecht/badge-data.tokens.json +0 -8
@@ -405,6 +405,7 @@
405
405
  }
406
406
  }
407
407
  },
408
+ "alternate-lang-nav": {},
408
409
  "article": {
409
410
  "max-inline-size": "780px"
410
411
  },
@@ -499,31 +500,6 @@
499
500
  "padding-block": "1ex",
500
501
  "padding-inline": "1ex"
501
502
  },
502
- "badge-data": {
503
- "letter-spacing": {
504
- "$extensions": {
505
- "nl.nldesignsystem.css.property": {
506
- "syntax": "<length>",
507
- "inherits": true
508
- },
509
- "nl.nldesignsystem.figma.supports-token": false
510
- },
511
- "type": "letterSpacing"
512
- },
513
- "text-transform": {
514
- "$extensions": {
515
- "nl.nldesignsystem.css.property": {
516
- "syntax": [
517
- "inherit",
518
- "uppercase"
519
- ],
520
- "inherits": true
521
- },
522
- "nl.nldesignsystem.figma.supports-token": false
523
- },
524
- "type": "textCase"
525
- }
526
- },
527
503
  "badge-list": {
528
504
  "row-gap": {
529
505
  "$extensions": {
@@ -864,6 +840,51 @@
864
840
  "margin-block-start": "1.6em",
865
841
  "margin-block-end": "1.6em"
866
842
  },
843
+ "body": {
844
+ "font-family": {
845
+ "$extensions": {
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
+ },
864
+ "font-weight": {
865
+ "$extensions": {
866
+ "nl.nldesignsystem.css.property": {
867
+ "syntax": "<number>",
868
+ "inherits": true
869
+ },
870
+ "nl.nldesignsystem.figma.supports-token": true
871
+ },
872
+ "type": "fontWeights"
873
+ },
874
+ "line-height": {
875
+ "$extensions": {
876
+ "nl.nldesignsystem.css.property": {
877
+ "syntax": [
878
+ "<length>",
879
+ "<number>"
880
+ ],
881
+ "inherits": true
882
+ },
883
+ "nl.nldesignsystem.figma.supports-token": true
884
+ },
885
+ "type": "lineHeights"
886
+ }
887
+ },
867
888
  "breadcrumb-nav": {
868
889
  "min-block-size": "34px",
869
890
  "font-family": {
@@ -2246,16 +2267,7 @@
2246
2267
  "code-block": {
2247
2268
  "background-color": "hsl(0 0% 95%)",
2248
2269
  "color": "hsl(0 0% 0%)",
2249
- "font-family": {
2250
- "$extensions": {
2251
- "nl.nldesignsystem.css.property": {
2252
- "syntax": "*",
2253
- "inherits": true
2254
- },
2255
- "nl.nldesignsystem.figma.supports-token": true
2256
- },
2257
- "type": "fontFamilies"
2258
- },
2270
+ "font-family": "\"Monaco\"",
2259
2271
  "font-size": "1rem",
2260
2272
  "line-height": "1.5",
2261
2273
  "margin-block-start": "20px",
@@ -2454,6 +2466,20 @@
2454
2466
  }
2455
2467
  }
2456
2468
  },
2469
+ "combobox": {
2470
+ "popover": {
2471
+ "z-index": {
2472
+ "$extensions": {
2473
+ "nl.nldesignsystem.css.property": {
2474
+ "syntax": "<number>",
2475
+ "inherits": true
2476
+ },
2477
+ "nl.nldesignsystem.figma.supports-token": false
2478
+ },
2479
+ "type": "other"
2480
+ }
2481
+ }
2482
+ },
2457
2483
  "action": {
2458
2484
  "activate": {
2459
2485
  "cursor": "pointer"
@@ -2637,6 +2663,126 @@
2637
2663
  }
2638
2664
  },
2639
2665
  "currency-data": {},
2666
+ "data-badge": {
2667
+ "background-color": {
2668
+ "comment": "Default background color for badge components",
2669
+ "$extensions": {
2670
+ "nl.nldesignsystem.css.property": {
2671
+ "syntax": "<color>",
2672
+ "inherits": true
2673
+ },
2674
+ "nl.nldesignsystem.figma.supports-token": false
2675
+ },
2676
+ "type": "color"
2677
+ },
2678
+ "border-radius": {
2679
+ "comment": "Default corner radius for badge components",
2680
+ "$extensions": {
2681
+ "nl.nldesignsystem.css.property": {
2682
+ "syntax": "<length-percentage>",
2683
+ "inherits": true
2684
+ },
2685
+ "nl.nldesignsystem.figma.supports-token": false
2686
+ },
2687
+ "type": "borderRadius"
2688
+ },
2689
+ "border-width": {
2690
+ "$extensions": {
2691
+ "nl.nldesignsystem.css.property": {
2692
+ "syntax": "<length>",
2693
+ "inherits": true
2694
+ },
2695
+ "nl.nldesignsystem.figma.supports-token": false
2696
+ },
2697
+ "type": "borderWidth"
2698
+ },
2699
+ "color": {
2700
+ "comment": "Default text color for badge components",
2701
+ "$extensions": {
2702
+ "nl.nldesignsystem.css.property": {
2703
+ "syntax": "<color>",
2704
+ "inherits": true
2705
+ },
2706
+ "nl.nldesignsystem.figma.supports-token": false
2707
+ },
2708
+ "type": "color"
2709
+ },
2710
+ "font-size": {
2711
+ "$extensions": {
2712
+ "nl.nldesignsystem.css.property": {
2713
+ "syntax": "<length>",
2714
+ "inherits": true
2715
+ },
2716
+ "nl.nldesignsystem.figma.supports-token": false
2717
+ },
2718
+ "type": "fontSizes"
2719
+ },
2720
+ "font-weight": {
2721
+ "$extensions": {
2722
+ "nl.nldesignsystem.css.property": {
2723
+ "syntax": "<number>",
2724
+ "inherits": true
2725
+ },
2726
+ "nl.nldesignsystem.figma.supports-token": false
2727
+ },
2728
+ "type": "fontWeights"
2729
+ },
2730
+ "line-height": {
2731
+ "$extensions": {
2732
+ "nl.nldesignsystem.css.property": {
2733
+ "syntax": [
2734
+ "<length>",
2735
+ "<number>"
2736
+ ],
2737
+ "inherits": true
2738
+ },
2739
+ "nl.nldesignsystem.figma.supports-token": false
2740
+ },
2741
+ "type": "lineHeights"
2742
+ },
2743
+ "min-block-size": {
2744
+ "$extensions": {
2745
+ "nl.nldesignsystem.css.property": {
2746
+ "syntax": "<length>",
2747
+ "inherits": true
2748
+ },
2749
+ "nl.nldesignsystem.figma.supports-token": false
2750
+ },
2751
+ "type": "sizing"
2752
+ },
2753
+ "min-inline-size": {
2754
+ "$extensions": {
2755
+ "nl.nldesignsystem.css.property": {
2756
+ "syntax": "<length>",
2757
+ "inherits": true
2758
+ },
2759
+ "nl.nldesignsystem.figma.supports-token": false
2760
+ },
2761
+ "type": "sizing"
2762
+ },
2763
+ "padding-block": {
2764
+ "comment": "Default block padding for badge components",
2765
+ "$extensions": {
2766
+ "nl.nldesignsystem.css.property": {
2767
+ "syntax": "<length>",
2768
+ "inherits": true
2769
+ },
2770
+ "nl.nldesignsystem.figma.supports-token": false
2771
+ },
2772
+ "type": "spacing"
2773
+ },
2774
+ "padding-inline": {
2775
+ "comment": "Default inline padding color for badge components",
2776
+ "$extensions": {
2777
+ "nl.nldesignsystem.css.property": {
2778
+ "syntax": "<length>",
2779
+ "inherits": true
2780
+ },
2781
+ "nl.nldesignsystem.figma.supports-token": false
2782
+ },
2783
+ "type": "spacing"
2784
+ }
2785
+ },
2640
2786
  "data-list": {
2641
2787
  "margin-block-end": "16px",
2642
2788
  "margin-block-start": "16px",
@@ -3888,6 +4034,7 @@
3888
4034
  },
3889
4035
  "font-weight": "700"
3890
4036
  },
4037
+ "html-content": {},
3891
4038
  "iban-data": {},
3892
4039
  "icon": {
3893
4040
  "color": {
@@ -4533,6 +4680,26 @@
4533
4680
  "background-color": "hsl(0 0% 100%)",
4534
4681
  "color": "hsl(0 0% 0%)",
4535
4682
  "content": {
4683
+ "background-color": {
4684
+ "$extensions": {
4685
+ "nl.nldesignsystem.css.property": {
4686
+ "syntax": "<color>",
4687
+ "inherits": true
4688
+ },
4689
+ "nl.nldesignsystem.figma.supports-token": false
4690
+ },
4691
+ "type": "color"
4692
+ },
4693
+ "color": {
4694
+ "$extensions": {
4695
+ "nl.nldesignsystem.css.property": {
4696
+ "syntax": "<color>",
4697
+ "inherits": true
4698
+ },
4699
+ "nl.nldesignsystem.figma.supports-token": false
4700
+ },
4701
+ "type": "color"
4702
+ },
4536
4703
  "max-inline-size": "1184px"
4537
4704
  },
4538
4705
  "link": {
@@ -4732,40 +4899,7 @@
4732
4899
  "padding-inline-start": "0"
4733
4900
  }
4734
4901
  },
4735
- "page-content": {
4736
- "padding-block-start": "2em",
4737
- "padding-block-end": "2em",
4738
- "padding-inline-start": {
4739
- "$extensions": {
4740
- "nl.nldesignsystem.css.property": {
4741
- "syntax": "<length>",
4742
- "inherits": true
4743
- },
4744
- "nl.nldesignsystem.figma.supports-token": false
4745
- },
4746
- "type": "spacing"
4747
- },
4748
- "padding-inine-end": {
4749
- "$extensions": {
4750
- "nl.nldesignsystem.css.property": {
4751
- "syntax": "<length>",
4752
- "inherits": true
4753
- },
4754
- "nl.nldesignsystem.figma.supports-token": false
4755
- },
4756
- "type": "spacing"
4757
- }
4758
- },
4759
- "page-footer": {
4760
- "color": "hsl(0 0% 100%)",
4761
- "background-color": "hsl(0 100% 40%)",
4762
- "background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
4763
- "padding-inline-end": "28px",
4764
- "padding-inline-start": "28px",
4765
- "padding-block-end": "48px",
4766
- "padding-block-start": "48px"
4767
- },
4768
- "page-header": {
4902
+ "page-body": {
4769
4903
  "background-color": {
4770
4904
  "$extensions": {
4771
4905
  "nl.nldesignsystem.css.property": {
@@ -4786,11 +4920,263 @@
4786
4920
  },
4787
4921
  "type": "color"
4788
4922
  },
4789
- "padding-block-start": "1.8em",
4923
+ "content": {
4924
+ "background-color": {
4925
+ "$extensions": {
4926
+ "nl.nldesignsystem.css.property": {
4927
+ "syntax": "<color>",
4928
+ "inherits": true
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
+ },
4974
+ "padding-inine-end": {
4975
+ "$extensions": {
4976
+ "nl.nldesignsystem.css.property": {
4977
+ "syntax": "<length>",
4978
+ "inherits": true
4979
+ },
4980
+ "nl.nldesignsystem.figma.supports-token": false
4981
+ },
4982
+ "type": "spacing"
4983
+ }
4984
+ }
4985
+ },
4986
+ "page-content": {
4987
+ "padding-block-start": "2em",
4988
+ "padding-block-end": "2em",
4989
+ "padding-inline-start": {
4990
+ "$extensions": {
4991
+ "nl.nldesignsystem.css.property": {
4992
+ "syntax": "<length>",
4993
+ "inherits": true
4994
+ },
4995
+ "nl.nldesignsystem.figma.supports-token": false
4996
+ },
4997
+ "type": "spacing"
4998
+ },
4999
+ "padding-inine-end": {
5000
+ "$extensions": {
5001
+ "nl.nldesignsystem.css.property": {
5002
+ "syntax": "<length>",
5003
+ "inherits": true
5004
+ },
5005
+ "nl.nldesignsystem.figma.supports-token": false
5006
+ },
5007
+ "type": "spacing"
5008
+ }
5009
+ },
5010
+ "page-footer": {
5011
+ "color": "hsl(0 0% 100%)",
5012
+ "background-color": "hsl(0 100% 40%)",
5013
+ "background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
5014
+ "padding-inline-end": "28px",
5015
+ "padding-inline-start": "28px",
5016
+ "padding-block-end": "48px",
5017
+ "padding-block-start": "48px",
5018
+ "content": {
5019
+ "color": {
5020
+ "$extensions": {
5021
+ "nl.nldesignsystem.css.property": {
5022
+ "syntax": "<color>",
5023
+ "inherits": true
5024
+ },
5025
+ "nl.nldesignsystem.figma.supports-token": false
5026
+ },
5027
+ "type": "color"
5028
+ },
5029
+ "background-color": {
5030
+ "$extensions": {
5031
+ "nl.nldesignsystem.css.property": {
5032
+ "syntax": "<color>",
5033
+ "inherits": true
5034
+ },
5035
+ "nl.nldesignsystem.figma.supports-token": false
5036
+ },
5037
+ "type": "color"
5038
+ },
5039
+ "padding-inline-end": {
5040
+ "$extensions": {
5041
+ "nl.nldesignsystem.css.property": {
5042
+ "syntax": "<length>",
5043
+ "inherits": true
5044
+ },
5045
+ "nl.nldesignsystem.figma.supports-token": false
5046
+ },
5047
+ "type": "spacing"
5048
+ },
5049
+ "padding-inline-start": {
5050
+ "$extensions": {
5051
+ "nl.nldesignsystem.css.property": {
5052
+ "syntax": "<length>",
5053
+ "inherits": true
5054
+ },
5055
+ "nl.nldesignsystem.figma.supports-token": false
5056
+ },
5057
+ "type": "spacing"
5058
+ },
5059
+ "padding-block-end": {
5060
+ "$extensions": {
5061
+ "nl.nldesignsystem.css.property": {
5062
+ "syntax": "<length>",
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
+ }
5079
+ }
5080
+ },
5081
+ "page-header": {
5082
+ "background-color": {
5083
+ "$extensions": {
5084
+ "nl.nldesignsystem.css.property": {
5085
+ "syntax": "<color>",
5086
+ "inherits": true
5087
+ },
5088
+ "nl.nldesignsystem.figma.supports-token": false
5089
+ },
5090
+ "type": "color"
5091
+ },
5092
+ "border-block-end-color": {
5093
+ "$extensions": {
5094
+ "nl.nldesignsystem.css.property": {
5095
+ "syntax": "<color>",
5096
+ "inherits": true
5097
+ },
5098
+ "nl.nldesignsystem.figma.supports-token": false
5099
+ },
5100
+ "type": "color"
5101
+ },
5102
+ "color": {
5103
+ "$extensions": {
5104
+ "nl.nldesignsystem.css.property": {
5105
+ "syntax": "<color>",
5106
+ "inherits": true
5107
+ },
5108
+ "nl.nldesignsystem.figma.supports-token": false
5109
+ },
5110
+ "type": "color"
5111
+ },
5112
+ "padding-block-start": "1.8em",
4790
5113
  "padding-block-end": "1em",
4791
5114
  "padding-inline-start": "2em",
4792
- "padding-inline-end": "2.4em"
5115
+ "padding-inline-end": "2.4em",
5116
+ "content": {
5117
+ "background-color": {
5118
+ "$extensions": {
5119
+ "nl.nldesignsystem.css.property": {
5120
+ "syntax": "<color>",
5121
+ "inherits": true
5122
+ },
5123
+ "nl.nldesignsystem.figma.supports-token": false
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
+ }
5177
+ }
4793
5178
  },
5179
+ "page-layout": {},
4794
5180
  "page": {
4795
5181
  "background-color": "hsl(0 0% 100%)",
4796
5182
  "color": "hsl(0 0% 0%)",
@@ -4936,7 +5322,20 @@
4936
5322
  "margin-block-start": "16px",
4937
5323
  "margin-block-end": "0",
4938
5324
  "lead": {
4939
- "color": "hsl(0 0% 0%)",
5325
+ "color": {
5326
+ "$extensions": {
5327
+ "nl.nldesignsystem.css.property": {
5328
+ "syntax": "<color>",
5329
+ "inherits": true
5330
+ },
5331
+ "nl.nldesignsystem.fallback": [
5332
+ "utrecht.paragraph.color",
5333
+ "utrecht.document.color"
5334
+ ],
5335
+ "nl.nldesignsystem.figma.supports-token": true
5336
+ },
5337
+ "type": "color"
5338
+ },
4940
5339
  "font-size": "1.25rem",
4941
5340
  "font-weight": "400",
4942
5341
  "line-height": "1.5"
@@ -5381,6 +5780,38 @@
5381
5780
  "margin-block-end": 0
5382
5781
  }
5383
5782
  },
5783
+ "root": {
5784
+ "background-color": {
5785
+ "$extensions": {
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
+ },
5804
+ "font-family": {
5805
+ "$extensions": {
5806
+ "nl.nldesignsystem.css.property": {
5807
+ "syntax": "*",
5808
+ "inherits": true
5809
+ },
5810
+ "nl.nldesignsystem.figma.supports-token": false
5811
+ },
5812
+ "type": "fontFamilies"
5813
+ }
5814
+ },
5384
5815
  "search-bar": {
5385
5816
  "button": {
5386
5817
  "background-color": "hsl(0 100% 40%)",
@@ -7880,6 +8311,117 @@
7880
8311
  }
7881
8312
  }
7882
8313
  },
8314
+ "nl": {
8315
+ "code-block": {
8316
+ "background-color": "hsl(0 0% 95%)",
8317
+ "color": "hsl(0 0% 0%)",
8318
+ "font-family": "\"Monaco\"",
8319
+ "font-size": "1rem",
8320
+ "line-height": "1.5",
8321
+ "padding-block": "20px",
8322
+ "padding-inline": "20px"
8323
+ },
8324
+ "code": {
8325
+ "background-color": {},
8326
+ "color": {},
8327
+ "font-family": {},
8328
+ "font-size": {},
8329
+ "line-height": {}
8330
+ },
8331
+ "data-badge": {
8332
+ "background-color": "hsl(0 0% 30%)",
8333
+ "border-radius": "0",
8334
+ "color": "hsl(0 0% 100%)",
8335
+ "font-weight": {},
8336
+ "padding-block": "8px",
8337
+ "padding-inline": "12px"
8338
+ },
8339
+ "heading": {
8340
+ "level-1": {
8341
+ "color": {},
8342
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8343
+ "font-size": "2rem",
8344
+ "font-weight": "700",
8345
+ "line-height": "1.25"
8346
+ },
8347
+ "level-2": {
8348
+ "color": {},
8349
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8350
+ "font-size": "1.25rem",
8351
+ "font-weight": "700",
8352
+ "line-height": "1.25"
8353
+ },
8354
+ "level-3": {
8355
+ "color": {},
8356
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8357
+ "font-size": "1.25rem",
8358
+ "font-weight": "400",
8359
+ "line-height": "1.25"
8360
+ },
8361
+ "level-4": {
8362
+ "color": {},
8363
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8364
+ "font-size": "1.125rem",
8365
+ "font-weight": "400",
8366
+ "line-height": "1.5"
8367
+ },
8368
+ "level-5": {
8369
+ "color": {},
8370
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8371
+ "font-size": "0.875rem",
8372
+ "font-weight": "400",
8373
+ "line-height": "1.5"
8374
+ },
8375
+ "level-6": {
8376
+ "color": {},
8377
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8378
+ "font-size": "0.875rem",
8379
+ "font-weight": "400",
8380
+ "line-height": "1.5"
8381
+ }
8382
+ },
8383
+ "mark": {
8384
+ "background-color": "hsl(48 100% 60%)",
8385
+ "color": "hsl(0 0% 0%)"
8386
+ },
8387
+ "number-badge": {
8388
+ "background-color": "hsl(0 100% 40%)",
8389
+ "border-radius": "1rem",
8390
+ "color": "hsl(0 0% 100%)",
8391
+ "font-size": "1rem",
8392
+ "font-weight": {},
8393
+ "padding-block": "1ex",
8394
+ "padding-inline": "1ex"
8395
+ },
8396
+ "paragraph": {
8397
+ "color": {},
8398
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8399
+ "font-size": "1rem",
8400
+ "font-weight": "400",
8401
+ "line-height": "1.5",
8402
+ "lead": {
8403
+ "color": "hsl(0 0% 0%)",
8404
+ "font-size": "1.25rem",
8405
+ "font-weight": "400",
8406
+ "line-height": "1.5"
8407
+ },
8408
+ "small": {
8409
+ "font-size": "0.875rem"
8410
+ }
8411
+ },
8412
+ "skip-link": {
8413
+ "background-color": "hsl(0 0% 15%)",
8414
+ "color": "hsl(0 0% 100%)",
8415
+ "padding-block": "8px",
8416
+ "padding-inline": "16px",
8417
+ "text-decoration": "underline",
8418
+ "focus-visible": {
8419
+ "color": "hsl(0 0% 0%)",
8420
+ "background-color": "hsl(48 100% 80%)",
8421
+ "text-decoration": "none"
8422
+ }
8423
+ }
8424
+ },
7883
8425
  "of": {
7884
8426
  "layout": {
7885
8427
  "background": "hsl(0 0% 100%)",