@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.
Files changed (83) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/_mixin-theme.scss +165 -76
  3. package/dist/_mixin.scss +165 -76
  4. package/dist/_variables.scss +165 -76
  5. package/dist/dark/_mixin-theme.scss +165 -76
  6. package/dist/dark/_mixin.scss +165 -76
  7. package/dist/dark/_variables.scss +165 -76
  8. package/dist/dark/index.cjs +104 -15
  9. package/dist/dark/index.css +165 -76
  10. package/dist/dark/index.d.ts +97 -8
  11. package/dist/dark/index.flat.json +102 -13
  12. package/dist/dark/index.json +11111 -9439
  13. package/dist/dark/index.mjs +103 -14
  14. package/dist/dark/index.tokens.json +369 -248
  15. package/dist/dark/list.json +11111 -9439
  16. package/dist/dark/list.mjs +11111 -9439
  17. package/dist/dark/property.css +19 -7
  18. package/dist/dark/root.css +164 -75
  19. package/dist/dark/theme-prince-xml.css +165 -76
  20. package/dist/dark/theme.css +164 -75
  21. package/dist/dark/tokens.cjs +2051 -347
  22. package/dist/dark/tokens.d.ts +255 -126
  23. package/dist/dark/tokens.json +2051 -347
  24. package/dist/dark/variables.cjs +104 -15
  25. package/dist/dark/variables.css +164 -75
  26. package/dist/dark/variables.d.ts +97 -8
  27. package/dist/dark/variables.json +102 -13
  28. package/dist/dark/variables.less +165 -76
  29. package/dist/dark/variables.mjs +103 -14
  30. package/dist/index.cjs +104 -15
  31. package/dist/index.css +330 -152
  32. package/dist/index.d.ts +97 -8
  33. package/dist/index.flat.json +102 -13
  34. package/dist/index.json +2175 -503
  35. package/dist/index.mjs +103 -14
  36. package/dist/index.tokens.json +369 -248
  37. package/dist/list.json +2175 -503
  38. package/dist/list.mjs +2175 -503
  39. package/dist/property.css +19 -7
  40. package/dist/root.css +164 -75
  41. package/dist/theme-prince-xml.css +165 -76
  42. package/dist/theme.css +164 -75
  43. package/dist/tokens.cjs +2051 -347
  44. package/dist/tokens.d.ts +255 -126
  45. package/dist/tokens.json +2051 -347
  46. package/dist/variables.cjs +104 -15
  47. package/dist/variables.css +164 -75
  48. package/dist/variables.d.ts +97 -8
  49. package/dist/variables.json +102 -13
  50. package/dist/variables.less +165 -76
  51. package/dist/variables.mjs +103 -14
  52. package/package.json +1 -1
  53. package/src/component/nl/code-block.tokens.json +13 -0
  54. package/src/component/nl/code.tokens.json +11 -0
  55. package/src/component/nl/data-badge.tokens.json +22 -0
  56. package/src/component/nl/heading.tokens.json +48 -0
  57. package/src/component/nl/mark.tokens.json +8 -0
  58. package/src/component/nl/number-badge.tokens.json +23 -0
  59. package/src/component/nl/paragraph.tokens.json +20 -0
  60. package/src/component/nl/skip-link.tokens.json +16 -0
  61. package/src/component/signalen/signalen.tokens.json +17 -0
  62. package/src/component/utrecht/badge.tokens.json +5 -5
  63. package/src/component/utrecht/body.tokens.json +11 -0
  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/link-list.tokens.json +3 -0
  72. package/src/component/utrecht/mark.tokens.json +2 -2
  73. package/src/component/utrecht/nav-bar.tokens.json +0 -2
  74. package/src/component/utrecht/number-badge.tokens.json +6 -6
  75. package/src/component/utrecht/page-body.tokens.json +19 -0
  76. package/src/component/utrecht/page-footer.tokens.json +6 -4
  77. package/src/component/utrecht/page-header.tokens.json +14 -4
  78. package/src/component/utrecht/page.tokens.json +2 -2
  79. package/src/component/utrecht/paragraph.tokens.json +8 -8
  80. package/src/component/utrecht/root.tokens.json +8 -0
  81. package/src/component/utrecht/skip-link.tokens.json +10 -10
  82. package/project.json +0 -25
  83. package/src/component/utrecht/badge-data.tokens.json +0 -8
@@ -500,31 +500,6 @@
500
500
  "padding-block": "1ex",
501
501
  "padding-inline": "1ex"
502
502
  },
503
- "badge-data": {
504
- "letter-spacing": {
505
- "$extensions": {
506
- "nl.nldesignsystem.css.property": {
507
- "syntax": "<length>",
508
- "inherits": true
509
- },
510
- "nl.nldesignsystem.figma.supports-token": false
511
- },
512
- "type": "letterSpacing"
513
- },
514
- "text-transform": {
515
- "$extensions": {
516
- "nl.nldesignsystem.css.property": {
517
- "syntax": [
518
- "inherit",
519
- "uppercase"
520
- ],
521
- "inherits": true
522
- },
523
- "nl.nldesignsystem.figma.supports-token": false
524
- },
525
- "type": "textCase"
526
- }
527
- },
528
503
  "badge-list": {
529
504
  "row-gap": {
530
505
  "$extensions": {
@@ -866,26 +841,8 @@
866
841
  "margin-block-end": "1.6em"
867
842
  },
868
843
  "body": {
869
- "font-family": {
870
- "$extensions": {
871
- "nl.nldesignsystem.css.property": {
872
- "syntax": "*",
873
- "inherits": true
874
- },
875
- "nl.nldesignsystem.figma.supports-token": true
876
- },
877
- "type": "fontFamilies"
878
- },
879
- "font-size": {
880
- "$extensions": {
881
- "nl.nldesignsystem.css.property": {
882
- "syntax": "<length>",
883
- "inherits": true
884
- },
885
- "nl.nldesignsystem.figma.supports-token": true
886
- },
887
- "type": "fontSizes"
888
- },
844
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
845
+ "font-size": "1rem",
889
846
  "font-weight": {
890
847
  "$extensions": {
891
848
  "nl.nldesignsystem.css.property": {
@@ -896,19 +853,9 @@
896
853
  },
897
854
  "type": "fontWeights"
898
855
  },
899
- "line-height": {
900
- "$extensions": {
901
- "nl.nldesignsystem.css.property": {
902
- "syntax": [
903
- "<length>",
904
- "<number>"
905
- ],
906
- "inherits": true
907
- },
908
- "nl.nldesignsystem.figma.supports-token": true
909
- },
910
- "type": "lineHeights"
911
- }
856
+ "line-height": "1.4",
857
+ "background-color": "hsl(0 0% 100%)",
858
+ "color": "hsl(0 0% 0%)"
912
859
  },
913
860
  "breadcrumb-nav": {
914
861
  "min-block-size": "34px",
@@ -2292,16 +2239,7 @@
2292
2239
  "code-block": {
2293
2240
  "background-color": "hsl(0 0% 95%)",
2294
2241
  "color": "hsl(0 0% 0%)",
2295
- "font-family": {
2296
- "$extensions": {
2297
- "nl.nldesignsystem.css.property": {
2298
- "syntax": "*",
2299
- "inherits": true
2300
- },
2301
- "nl.nldesignsystem.figma.supports-token": true
2302
- },
2303
- "type": "fontFamilies"
2304
- },
2242
+ "font-family": "\"Monaco\"",
2305
2243
  "font-size": "1rem",
2306
2244
  "line-height": "1.5",
2307
2245
  "margin-block-start": "20px",
@@ -2697,6 +2635,126 @@
2697
2635
  }
2698
2636
  },
2699
2637
  "currency-data": {},
2638
+ "data-badge": {
2639
+ "background-color": {
2640
+ "comment": "Default background color for badge components",
2641
+ "$extensions": {
2642
+ "nl.nldesignsystem.css.property": {
2643
+ "syntax": "<color>",
2644
+ "inherits": true
2645
+ },
2646
+ "nl.nldesignsystem.figma.supports-token": false
2647
+ },
2648
+ "type": "color"
2649
+ },
2650
+ "border-radius": {
2651
+ "comment": "Default corner radius for badge components",
2652
+ "$extensions": {
2653
+ "nl.nldesignsystem.css.property": {
2654
+ "syntax": "<length-percentage>",
2655
+ "inherits": true
2656
+ },
2657
+ "nl.nldesignsystem.figma.supports-token": false
2658
+ },
2659
+ "type": "borderRadius"
2660
+ },
2661
+ "border-width": {
2662
+ "$extensions": {
2663
+ "nl.nldesignsystem.css.property": {
2664
+ "syntax": "<length>",
2665
+ "inherits": true
2666
+ },
2667
+ "nl.nldesignsystem.figma.supports-token": false
2668
+ },
2669
+ "type": "borderWidth"
2670
+ },
2671
+ "color": {
2672
+ "comment": "Default text color for badge components",
2673
+ "$extensions": {
2674
+ "nl.nldesignsystem.css.property": {
2675
+ "syntax": "<color>",
2676
+ "inherits": true
2677
+ },
2678
+ "nl.nldesignsystem.figma.supports-token": false
2679
+ },
2680
+ "type": "color"
2681
+ },
2682
+ "font-size": {
2683
+ "$extensions": {
2684
+ "nl.nldesignsystem.css.property": {
2685
+ "syntax": "<length>",
2686
+ "inherits": true
2687
+ },
2688
+ "nl.nldesignsystem.figma.supports-token": false
2689
+ },
2690
+ "type": "fontSizes"
2691
+ },
2692
+ "font-weight": {
2693
+ "$extensions": {
2694
+ "nl.nldesignsystem.css.property": {
2695
+ "syntax": "<number>",
2696
+ "inherits": true
2697
+ },
2698
+ "nl.nldesignsystem.figma.supports-token": false
2699
+ },
2700
+ "type": "fontWeights"
2701
+ },
2702
+ "line-height": {
2703
+ "$extensions": {
2704
+ "nl.nldesignsystem.css.property": {
2705
+ "syntax": [
2706
+ "<length>",
2707
+ "<number>"
2708
+ ],
2709
+ "inherits": true
2710
+ },
2711
+ "nl.nldesignsystem.figma.supports-token": false
2712
+ },
2713
+ "type": "lineHeights"
2714
+ },
2715
+ "min-block-size": {
2716
+ "$extensions": {
2717
+ "nl.nldesignsystem.css.property": {
2718
+ "syntax": "<length>",
2719
+ "inherits": true
2720
+ },
2721
+ "nl.nldesignsystem.figma.supports-token": false
2722
+ },
2723
+ "type": "sizing"
2724
+ },
2725
+ "min-inline-size": {
2726
+ "$extensions": {
2727
+ "nl.nldesignsystem.css.property": {
2728
+ "syntax": "<length>",
2729
+ "inherits": true
2730
+ },
2731
+ "nl.nldesignsystem.figma.supports-token": false
2732
+ },
2733
+ "type": "sizing"
2734
+ },
2735
+ "padding-block": {
2736
+ "comment": "Default block padding for badge components",
2737
+ "$extensions": {
2738
+ "nl.nldesignsystem.css.property": {
2739
+ "syntax": "<length>",
2740
+ "inherits": true
2741
+ },
2742
+ "nl.nldesignsystem.figma.supports-token": false
2743
+ },
2744
+ "type": "spacing"
2745
+ },
2746
+ "padding-inline": {
2747
+ "comment": "Default inline padding color for badge components",
2748
+ "$extensions": {
2749
+ "nl.nldesignsystem.css.property": {
2750
+ "syntax": "<length>",
2751
+ "inherits": true
2752
+ },
2753
+ "nl.nldesignsystem.figma.supports-token": false
2754
+ },
2755
+ "type": "spacing"
2756
+ }
2757
+ },
2700
2758
  "data-list": {
2701
2759
  "margin-block-end": "16px",
2702
2760
  "margin-block-start": "16px",
@@ -4017,16 +4075,7 @@
4017
4075
  },
4018
4076
  "icon": {
4019
4077
  "size": "14px",
4020
- "inset-block-start": {
4021
- "$extensions": {
4022
- "nl.nldesignsystem.css.property": {
4023
- "syntax": "<length>",
4024
- "inherits": true
4025
- },
4026
- "nl.nldesignsystem.figma.supports-token": true
4027
- },
4028
- "type": "spacing"
4029
- }
4078
+ "inset-block-start": "0.15em"
4030
4079
  }
4031
4080
  },
4032
4081
  "link-social": {
@@ -4591,8 +4640,26 @@
4591
4640
  },
4592
4641
  "multiline-data": {},
4593
4642
  "nav-bar": {
4594
- "background-color": "hsl(0 0% 100%)",
4595
- "color": "hsl(0 0% 0%)",
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
+ },
4596
4663
  "content": {
4597
4664
  "background-color": {
4598
4665
  "$extensions": {
@@ -4835,37 +4902,12 @@
4835
4902
  "type": "color"
4836
4903
  },
4837
4904
  "content": {
4838
- "background-color": {
4839
- "$extensions": {
4840
- "nl.nldesignsystem.css.property": {
4841
- "syntax": "<color>",
4842
- "inherits": true
4843
- },
4844
- "nl.nldesignsystem.figma.supports-token": false
4845
- },
4846
- "type": "color"
4847
- },
4848
- "color": {
4849
- "$extensions": {
4850
- "nl.nldesignsystem.css.property": {
4851
- "syntax": "<color>",
4852
- "inherits": true
4853
- },
4854
- "nl.nldesignsystem.figma.supports-token": false
4855
- },
4856
- "type": "color"
4857
- },
4858
- "padding-block-start": {
4859
- "$extensions": {
4860
- "nl.nldesignsystem.css.property": {
4861
- "syntax": "<length>",
4862
- "inherits": true
4863
- },
4864
- "nl.nldesignsystem.figma.supports-token": false
4865
- },
4866
- "type": "spacing"
4867
- },
4868
- "padding-block-end": {
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",
4910
+ "padding-inine-end": {
4869
4911
  "$extensions": {
4870
4912
  "nl.nldesignsystem.css.property": {
4871
4913
  "syntax": "<length>",
@@ -4875,27 +4917,13 @@
4875
4917
  },
4876
4918
  "type": "spacing"
4877
4919
  },
4878
- "padding-inline-start": {
4879
- "$extensions": {
4880
- "nl.nldesignsystem.css.property": {
4881
- "syntax": "<length>",
4882
- "inherits": true
4883
- },
4884
- "nl.nldesignsystem.figma.supports-token": false
4885
- },
4886
- "type": "spacing"
4887
- },
4888
- "padding-inine-end": {
4889
- "$extensions": {
4890
- "nl.nldesignsystem.css.property": {
4891
- "syntax": "<length>",
4892
- "inherits": true
4893
- },
4894
- "nl.nldesignsystem.figma.supports-token": false
4895
- },
4896
- "type": "spacing"
4897
- }
4898
- }
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"
4899
4927
  },
4900
4928
  "page-content": {
4901
4929
  "padding-block-start": "2em",
@@ -4925,10 +4953,46 @@
4925
4953
  "color": "hsl(0 0% 100%)",
4926
4954
  "background-color": "hsl(0 100% 40%)",
4927
4955
  "background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
4928
- "padding-inline-end": "28px",
4929
- "padding-inline-start": "28px",
4930
- "padding-block-end": "48px",
4931
- "padding-block-start": "48px",
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
+ },
4932
4996
  "content": {
4933
4997
  "color": {
4934
4998
  "$extensions": {
@@ -4970,26 +5034,10 @@
4970
5034
  },
4971
5035
  "type": "spacing"
4972
5036
  },
4973
- "padding-block-end": {
4974
- "$extensions": {
4975
- "nl.nldesignsystem.css.property": {
4976
- "syntax": "<length>",
4977
- "inherits": true
4978
- },
4979
- "nl.nldesignsystem.figma.supports-token": false
4980
- },
4981
- "type": "spacing"
4982
- },
4983
- "padding-block-start": {
4984
- "$extensions": {
4985
- "nl.nldesignsystem.css.property": {
4986
- "syntax": "<length>",
4987
- "inherits": true
4988
- },
4989
- "nl.nldesignsystem.figma.supports-token": false
4990
- },
4991
- "type": "spacing"
4992
- }
5037
+ "padding-block-end": "48px",
5038
+ "padding-block-start": "48px",
5039
+ "max-inline-size": "1184px",
5040
+ "padding-inline": "28px"
4993
5041
  }
4994
5042
  },
4995
5043
  "page-header": {
@@ -5023,71 +5071,19 @@
5023
5071
  },
5024
5072
  "type": "color"
5025
5073
  },
5026
- "padding-block-start": "1.8em",
5027
- "padding-block-end": "1em",
5028
- "padding-inline-start": "2em",
5029
- "padding-inline-end": "2.4em",
5074
+ "padding-block-start": "0",
5075
+ "padding-block-end": "0",
5076
+ "padding-inline-start": "0",
5077
+ "padding-inline-end": "0",
5030
5078
  "content": {
5031
- "background-color": {
5032
- "$extensions": {
5033
- "nl.nldesignsystem.css.property": {
5034
- "syntax": "<color>",
5035
- "inherits": true
5036
- },
5037
- "nl.nldesignsystem.figma.supports-token": false
5038
- },
5039
- "type": "color"
5040
- },
5041
- "color": {
5042
- "$extensions": {
5043
- "nl.nldesignsystem.css.property": {
5044
- "syntax": "<color>",
5045
- "inherits": true
5046
- },
5047
- "nl.nldesignsystem.figma.supports-token": false
5048
- },
5049
- "type": "color"
5050
- },
5051
- "padding-block-start": {
5052
- "$extensions": {
5053
- "nl.nldesignsystem.css.property": {
5054
- "syntax": "<length>",
5055
- "inherits": true
5056
- },
5057
- "nl.nldesignsystem.figma.supports-token": false
5058
- },
5059
- "type": "spacing"
5060
- },
5061
- "padding-block-end": {
5062
- "$extensions": {
5063
- "nl.nldesignsystem.css.property": {
5064
- "syntax": "<length>",
5065
- "inherits": true
5066
- },
5067
- "nl.nldesignsystem.figma.supports-token": false
5068
- },
5069
- "type": "spacing"
5070
- },
5071
- "padding-inline-start": {
5072
- "$extensions": {
5073
- "nl.nldesignsystem.css.property": {
5074
- "syntax": "<length>",
5075
- "inherits": true
5076
- },
5077
- "nl.nldesignsystem.figma.supports-token": false
5078
- },
5079
- "type": "spacing"
5080
- },
5081
- "padding-inline-end": {
5082
- "$extensions": {
5083
- "nl.nldesignsystem.css.property": {
5084
- "syntax": "<length>",
5085
- "inherits": true
5086
- },
5087
- "nl.nldesignsystem.figma.supports-token": false
5088
- },
5089
- "type": "spacing"
5090
- }
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"
5091
5087
  }
5092
5088
  },
5093
5089
  "page-layout": {},
@@ -5098,9 +5094,9 @@
5098
5094
  "margin-inline-end": "2em",
5099
5095
  "max-inline-size": "1184px",
5100
5096
  "padding-block-start": "1.8em",
5101
- "padding-inline-end": "2em",
5097
+ "padding-inline-end": "0",
5102
5098
  "padding-block-end": "1em",
5103
- "padding-inline-start": "2em"
5099
+ "padding-inline-start": "0"
5104
5100
  },
5105
5101
  "pagination": {
5106
5102
  "font-size": "0.875rem",
@@ -5236,7 +5232,20 @@
5236
5232
  "margin-block-start": "16px",
5237
5233
  "margin-block-end": "0",
5238
5234
  "lead": {
5239
- "color": "hsl(0 0% 0%)",
5235
+ "color": {
5236
+ "$extensions": {
5237
+ "nl.nldesignsystem.css.property": {
5238
+ "syntax": "<color>",
5239
+ "inherits": true
5240
+ },
5241
+ "nl.nldesignsystem.fallback": [
5242
+ "utrecht.paragraph.color",
5243
+ "utrecht.document.color"
5244
+ ],
5245
+ "nl.nldesignsystem.figma.supports-token": true
5246
+ },
5247
+ "type": "color"
5248
+ },
5240
5249
  "font-size": "1.25rem",
5241
5250
  "font-weight": "400",
5242
5251
  "line-height": "1.5"
@@ -5355,6 +5364,7 @@
5355
5364
  "background-color": "hsl(0 0% 100%)",
5356
5365
  "border-color": "hsl(0 0% 30%)",
5357
5366
  "border-width": "2px",
5367
+ "color": "hsl(0 0% 100%)",
5358
5368
  "size": "24px",
5359
5369
  "margin-block-start": {
5360
5370
  "$extensions": {
@@ -5655,13 +5665,12 @@
5655
5665
  },
5656
5666
  "nl.nldesignsystem.fallback": [
5657
5667
  "utrecht.radio-button.color"
5658
- ]
5668
+ ],
5669
+ "nl.nldesignsystem.figma.supports-token": false
5659
5670
  },
5660
- "nl.nldesignsystem.figma.supports-token": false
5661
- },
5662
- "type": "color"
5671
+ "type": "color"
5672
+ }
5663
5673
  },
5664
- "color": "hsl(0 0% 100%)",
5665
5674
  "border-radius": "0"
5666
5675
  },
5667
5676
  "rich-text": {
@@ -5682,26 +5691,8 @@
5682
5691
  }
5683
5692
  },
5684
5693
  "root": {
5685
- "background-color": {
5686
- "$extensions": {
5687
- "nl.nldesignsystem.css.property": {
5688
- "syntax": "<color>",
5689
- "inherits": true
5690
- },
5691
- "nl.nldesignsystem.figma.supports-token": false
5692
- },
5693
- "type": "color"
5694
- },
5695
- "color": {
5696
- "$extensions": {
5697
- "nl.nldesignsystem.css.property": {
5698
- "syntax": "<color>",
5699
- "inherits": true
5700
- },
5701
- "nl.nldesignsystem.figma.supports-token": false
5702
- },
5703
- "type": "color"
5704
- },
5694
+ "background-color": "hsl(0 0% 95%)",
5695
+ "color": "hsl(0 0% 10%)",
5705
5696
  "font-family": {
5706
5697
  "$extensions": {
5707
5698
  "nl.nldesignsystem.css.property": {
@@ -6408,6 +6399,16 @@
6408
6399
  },
6409
6400
  "type": "color"
6410
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
+ },
6411
6412
  "border-width": {
6412
6413
  "$extensions": {
6413
6414
  "nl.nldesignsystem.css.property": {
@@ -8212,6 +8213,117 @@
8212
8213
  }
8213
8214
  }
8214
8215
  },
8216
+ "nl": {
8217
+ "code-block": {
8218
+ "background-color": "hsl(0 0% 95%)",
8219
+ "color": "hsl(0 0% 0%)",
8220
+ "font-family": "\"Monaco\"",
8221
+ "font-size": "1rem",
8222
+ "line-height": "1.5",
8223
+ "padding-block": "20px",
8224
+ "padding-inline": "20px"
8225
+ },
8226
+ "code": {
8227
+ "background-color": {},
8228
+ "color": {},
8229
+ "font-family": {},
8230
+ "font-size": {},
8231
+ "line-height": {}
8232
+ },
8233
+ "data-badge": {
8234
+ "background-color": "hsl(0 0% 30%)",
8235
+ "border-radius": "0",
8236
+ "color": "hsl(0 0% 100%)",
8237
+ "font-weight": {},
8238
+ "padding-block": "8px",
8239
+ "padding-inline": "12px"
8240
+ },
8241
+ "heading": {
8242
+ "level-1": {
8243
+ "color": {},
8244
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8245
+ "font-size": "2rem",
8246
+ "font-weight": "700",
8247
+ "line-height": "1.25"
8248
+ },
8249
+ "level-2": {
8250
+ "color": {},
8251
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8252
+ "font-size": "1.25rem",
8253
+ "font-weight": "700",
8254
+ "line-height": "1.25"
8255
+ },
8256
+ "level-3": {
8257
+ "color": {},
8258
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8259
+ "font-size": "1.25rem",
8260
+ "font-weight": "400",
8261
+ "line-height": "1.25"
8262
+ },
8263
+ "level-4": {
8264
+ "color": {},
8265
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8266
+ "font-size": "1.125rem",
8267
+ "font-weight": "400",
8268
+ "line-height": "1.5"
8269
+ },
8270
+ "level-5": {
8271
+ "color": {},
8272
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8273
+ "font-size": "0.875rem",
8274
+ "font-weight": "400",
8275
+ "line-height": "1.5"
8276
+ },
8277
+ "level-6": {
8278
+ "color": {},
8279
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8280
+ "font-size": "0.875rem",
8281
+ "font-weight": "400",
8282
+ "line-height": "1.5"
8283
+ }
8284
+ },
8285
+ "mark": {
8286
+ "background-color": "hsl(48 100% 60%)",
8287
+ "color": "hsl(0 0% 0%)"
8288
+ },
8289
+ "number-badge": {
8290
+ "background-color": "hsl(0 100% 40%)",
8291
+ "border-radius": "1rem",
8292
+ "color": "hsl(0 0% 100%)",
8293
+ "font-size": "1rem",
8294
+ "font-weight": {},
8295
+ "padding-block": "1ex",
8296
+ "padding-inline": "1ex"
8297
+ },
8298
+ "paragraph": {
8299
+ "color": {},
8300
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8301
+ "font-size": "1rem",
8302
+ "font-weight": "400",
8303
+ "line-height": "1.5",
8304
+ "lead": {
8305
+ "color": "hsl(0 0% 0%)",
8306
+ "font-size": "1.25rem",
8307
+ "font-weight": "400",
8308
+ "line-height": "1.5"
8309
+ },
8310
+ "small": {
8311
+ "font-size": "0.875rem"
8312
+ }
8313
+ },
8314
+ "skip-link": {
8315
+ "background-color": "hsl(0 0% 15%)",
8316
+ "color": "hsl(0 0% 100%)",
8317
+ "padding-block": "8px",
8318
+ "padding-inline": "16px",
8319
+ "text-decoration": "underline",
8320
+ "focus-visible": {
8321
+ "color": "hsl(0 0% 0%)",
8322
+ "background-color": "hsl(48 100% 80%)",
8323
+ "text-decoration": "none"
8324
+ }
8325
+ }
8326
+ },
8215
8327
  "of": {
8216
8328
  "layout": {
8217
8329
  "background": "hsl(0 0% 100%)",
@@ -8227,5 +8339,14 @@
8227
8339
  "box-shadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
8228
8340
  }
8229
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
+ }
8230
8351
  }
8231
8352
  }