@utrecht/design-tokens 2.3.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 (73) hide show
  1. package/CHANGELOG.md +14 -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 +246 -36
  15. package/dist/dark/list.json +1046 -102
  16. package/dist/dark/list.mjs +1046 -102
  17. package/dist/dark/property.css +0 -1
  18. package/dist/dark/root.css +124 -63
  19. package/dist/dark/theme-prince-xml.css +124 -63
  20. package/dist/dark/theme.css +124 -63
  21. package/dist/dark/tokens.cjs +1209 -116
  22. package/dist/dark/tokens.d.ts +177 -20
  23. package/dist/dark/tokens.json +1209 -116
  24. package/dist/dark/variables.cjs +62 -1
  25. package/dist/dark/variables.css +124 -63
  26. package/dist/dark/variables.d.ts +62 -1
  27. package/dist/dark/variables.json +62 -1
  28. package/dist/dark/variables.less +124 -63
  29. package/dist/dark/variables.mjs +62 -1
  30. package/dist/index.cjs +62 -1
  31. package/dist/index.css +248 -126
  32. package/dist/index.d.ts +62 -1
  33. package/dist/index.flat.json +62 -1
  34. package/dist/index.json +1046 -102
  35. package/dist/index.mjs +62 -1
  36. package/dist/index.tokens.json +246 -36
  37. package/dist/list.json +1046 -102
  38. package/dist/list.mjs +1046 -102
  39. package/dist/property.css +0 -1
  40. package/dist/root.css +124 -63
  41. package/dist/theme-prince-xml.css +124 -63
  42. package/dist/theme.css +124 -63
  43. package/dist/tokens.cjs +1209 -116
  44. package/dist/tokens.d.ts +177 -20
  45. package/dist/tokens.json +1209 -116
  46. package/dist/variables.cjs +62 -1
  47. package/dist/variables.css +124 -63
  48. package/dist/variables.d.ts +62 -1
  49. package/dist/variables.json +62 -1
  50. package/dist/variables.less +124 -63
  51. package/dist/variables.mjs +62 -1
  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/utrecht/badge.tokens.json +5 -5
  62. package/src/component/utrecht/code-block.tokens.json +9 -9
  63. package/src/component/utrecht/heading-1.tokens.json +4 -4
  64. package/src/component/utrecht/heading-2.tokens.json +4 -4
  65. package/src/component/utrecht/heading-3.tokens.json +4 -4
  66. package/src/component/utrecht/heading-4.tokens.json +4 -4
  67. package/src/component/utrecht/heading-5.tokens.json +4 -4
  68. package/src/component/utrecht/heading-6.tokens.json +4 -4
  69. package/src/component/utrecht/mark.tokens.json +2 -2
  70. package/src/component/utrecht/number-badge.tokens.json +6 -6
  71. package/src/component/utrecht/paragraph.tokens.json +8 -8
  72. package/src/component/utrecht/skip-link.tokens.json +10 -10
  73. package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/tokens.json CHANGED
@@ -2793,31 +2793,6 @@
2793
2793
  ]
2794
2794
  }
2795
2795
  },
2796
- "badge-data": {
2797
- "letter-spacing": {
2798
- "$extensions": {
2799
- "nl.nldesignsystem.css.property": {
2800
- "syntax": "<length>",
2801
- "inherits": true
2802
- },
2803
- "nl.nldesignsystem.figma.supports-token": false
2804
- },
2805
- "type": "letterSpacing"
2806
- },
2807
- "text-transform": {
2808
- "$extensions": {
2809
- "nl.nldesignsystem.css.property": {
2810
- "syntax": [
2811
- "inherit",
2812
- "uppercase"
2813
- ],
2814
- "inherits": true
2815
- },
2816
- "nl.nldesignsystem.figma.supports-token": false
2817
- },
2818
- "type": "textCase"
2819
- }
2820
- },
2821
2796
  "badge-list": {
2822
2797
  "row-gap": {
2823
2798
  "$extensions": {
@@ -2923,7 +2898,7 @@
2923
2898
  "nl.nldesignsystem.figma.supports-token": false
2924
2899
  },
2925
2900
  "type": "color",
2926
- "value": "{utrecht.color.grey.30}"
2901
+ "value": "{nl.data-badge.background-color}"
2927
2902
  },
2928
2903
  "name": "utrechtBadgeBackgroundColor",
2929
2904
  "attributes": {},
@@ -2962,7 +2937,7 @@
2962
2937
  }
2963
2938
  },
2964
2939
  "type": "dimension",
2965
- "value": "0"
2940
+ "value": "{nl.data-badge.border-radius}"
2966
2941
  },
2967
2942
  "name": "utrechtBadgeBorderRadius",
2968
2943
  "attributes": {},
@@ -2995,7 +2970,7 @@
2995
2970
  "nl.nldesignsystem.figma.supports-token": false
2996
2971
  },
2997
2972
  "type": "color",
2998
- "value": "{utrecht.color.white}"
2973
+ "value": "{nl.data-badge.color}"
2999
2974
  },
3000
2975
  "name": "utrechtBadgeColor",
3001
2976
  "attributes": {},
@@ -3067,7 +3042,7 @@
3067
3042
  }
3068
3043
  },
3069
3044
  "type": "dimension",
3070
- "value": "{utrecht.space.block.xs}"
3045
+ "value": "{nl.data-badge.padding-block}"
3071
3046
  },
3072
3047
  "name": "utrechtBadgePaddingBlock",
3073
3048
  "attributes": {},
@@ -3106,7 +3081,7 @@
3106
3081
  }
3107
3082
  },
3108
3083
  "type": "dimension",
3109
- "value": "{utrecht.space.inline.sm}"
3084
+ "value": "{nl.data-badge.padding-inline}"
3110
3085
  },
3111
3086
  "name": "utrechtBadgePaddingInline",
3112
3087
  "attributes": {},
@@ -10961,7 +10936,7 @@
10961
10936
  "nl.nldesignsystem.figma.supports-token": true
10962
10937
  },
10963
10938
  "type": "color",
10964
- "value": "{utrecht.color.grey.95}"
10939
+ "value": "{nl.code-block.background-color}"
10965
10940
  },
10966
10941
  "name": "utrechtCodeBlockBackgroundColor",
10967
10942
  "attributes": {},
@@ -10992,7 +10967,7 @@
10992
10967
  "nl.nldesignsystem.figma.supports-token": true
10993
10968
  },
10994
10969
  "type": "color",
10995
- "value": "{utrecht.color.black}"
10970
+ "value": "{nl.code-block.color}"
10996
10971
  },
10997
10972
  "name": "utrechtCodeBlockColor",
10998
10973
  "attributes": {},
@@ -11008,9 +10983,36 @@
11008
10983
  "syntax": "*",
11009
10984
  "inherits": true
11010
10985
  },
11011
- "nl.nldesignsystem.figma.supports-token": true
10986
+ "nl.nldesignsystem.figma.supports-token": true,
10987
+ "studio.tokens": {
10988
+ "originalType": "fontFamilies"
10989
+ }
11012
10990
  },
11013
- "type": "fontFamilies"
10991
+ "type": "fontFamily",
10992
+ "value": "\"Monaco\"",
10993
+ "filePath": "src/component/utrecht/code-block.tokens.json",
10994
+ "isSource": true,
10995
+ "original": {
10996
+ "$extensions": {
10997
+ "nl.nldesignsystem.css.property": {
10998
+ "syntax": "*",
10999
+ "inherits": true
11000
+ },
11001
+ "nl.nldesignsystem.figma.supports-token": true,
11002
+ "studio.tokens": {
11003
+ "originalType": "fontFamilies"
11004
+ }
11005
+ },
11006
+ "type": "fontFamily",
11007
+ "value": "{nl.code-block.font-family}"
11008
+ },
11009
+ "name": "utrechtCodeBlockFontFamily",
11010
+ "attributes": {},
11011
+ "path": [
11012
+ "utrecht",
11013
+ "code-block",
11014
+ "font-family"
11015
+ ]
11014
11016
  },
11015
11017
  "font-size": {
11016
11018
  "$extensions": {
@@ -11039,7 +11041,7 @@
11039
11041
  }
11040
11042
  },
11041
11043
  "type": "fontSize",
11042
- "value": "{utrecht.typography.scale.md.font-size}"
11044
+ "value": "{nl.code-block.font-size}"
11043
11045
  },
11044
11046
  "name": "utrechtCodeBlockFontSize",
11045
11047
  "attributes": {},
@@ -11082,7 +11084,7 @@
11082
11084
  }
11083
11085
  },
11084
11086
  "type": "lineHeight",
11085
- "value": "{utrecht.typography.line-height.md}"
11087
+ "value": "{nl.code-block.line-height}"
11086
11088
  },
11087
11089
  "name": "utrechtCodeBlockLineHeight",
11088
11090
  "attributes": {},
@@ -11213,7 +11215,7 @@
11213
11215
  }
11214
11216
  },
11215
11217
  "type": "dimension",
11216
- "value": "20px"
11218
+ "value": "{nl.code-block.padding-block}"
11217
11219
  },
11218
11220
  "name": "utrechtCodeBlockPaddingBlockStart",
11219
11221
  "attributes": {},
@@ -11250,7 +11252,7 @@
11250
11252
  }
11251
11253
  },
11252
11254
  "type": "dimension",
11253
- "value": "20px"
11255
+ "value": "{nl.code-block.padding-block}"
11254
11256
  },
11255
11257
  "name": "utrechtCodeBlockPaddingBlockEnd",
11256
11258
  "attributes": {},
@@ -11287,7 +11289,7 @@
11287
11289
  }
11288
11290
  },
11289
11291
  "type": "dimension",
11290
- "value": "20px"
11292
+ "value": "{nl.code-block.padding-inline}"
11291
11293
  },
11292
11294
  "name": "utrechtCodeBlockPaddingInlineStart",
11293
11295
  "attributes": {},
@@ -11324,7 +11326,7 @@
11324
11326
  }
11325
11327
  },
11326
11328
  "type": "dimension",
11327
- "value": "20px"
11329
+ "value": "{nl.code-block.padding-inline}"
11328
11330
  },
11329
11331
  "name": "utrechtCodeBlockPaddingInlineEnd",
11330
11332
  "attributes": {},
@@ -14822,6 +14824,126 @@
14822
14824
  }
14823
14825
  },
14824
14826
  "currency-data": {},
14827
+ "data-badge": {
14828
+ "background-color": {
14829
+ "comment": "Default background color for badge components",
14830
+ "$extensions": {
14831
+ "nl.nldesignsystem.css.property": {
14832
+ "syntax": "<color>",
14833
+ "inherits": true
14834
+ },
14835
+ "nl.nldesignsystem.figma.supports-token": false
14836
+ },
14837
+ "type": "color"
14838
+ },
14839
+ "border-radius": {
14840
+ "comment": "Default corner radius for badge components",
14841
+ "$extensions": {
14842
+ "nl.nldesignsystem.css.property": {
14843
+ "syntax": "<length-percentage>",
14844
+ "inherits": true
14845
+ },
14846
+ "nl.nldesignsystem.figma.supports-token": false
14847
+ },
14848
+ "type": "borderRadius"
14849
+ },
14850
+ "border-width": {
14851
+ "$extensions": {
14852
+ "nl.nldesignsystem.css.property": {
14853
+ "syntax": "<length>",
14854
+ "inherits": true
14855
+ },
14856
+ "nl.nldesignsystem.figma.supports-token": false
14857
+ },
14858
+ "type": "borderWidth"
14859
+ },
14860
+ "color": {
14861
+ "comment": "Default text color for badge components",
14862
+ "$extensions": {
14863
+ "nl.nldesignsystem.css.property": {
14864
+ "syntax": "<color>",
14865
+ "inherits": true
14866
+ },
14867
+ "nl.nldesignsystem.figma.supports-token": false
14868
+ },
14869
+ "type": "color"
14870
+ },
14871
+ "font-size": {
14872
+ "$extensions": {
14873
+ "nl.nldesignsystem.css.property": {
14874
+ "syntax": "<length>",
14875
+ "inherits": true
14876
+ },
14877
+ "nl.nldesignsystem.figma.supports-token": false
14878
+ },
14879
+ "type": "fontSizes"
14880
+ },
14881
+ "font-weight": {
14882
+ "$extensions": {
14883
+ "nl.nldesignsystem.css.property": {
14884
+ "syntax": "<number>",
14885
+ "inherits": true
14886
+ },
14887
+ "nl.nldesignsystem.figma.supports-token": false
14888
+ },
14889
+ "type": "fontWeights"
14890
+ },
14891
+ "line-height": {
14892
+ "$extensions": {
14893
+ "nl.nldesignsystem.css.property": {
14894
+ "syntax": [
14895
+ "<length>",
14896
+ "<number>"
14897
+ ],
14898
+ "inherits": true
14899
+ },
14900
+ "nl.nldesignsystem.figma.supports-token": false
14901
+ },
14902
+ "type": "lineHeights"
14903
+ },
14904
+ "min-block-size": {
14905
+ "$extensions": {
14906
+ "nl.nldesignsystem.css.property": {
14907
+ "syntax": "<length>",
14908
+ "inherits": true
14909
+ },
14910
+ "nl.nldesignsystem.figma.supports-token": false
14911
+ },
14912
+ "type": "sizing"
14913
+ },
14914
+ "min-inline-size": {
14915
+ "$extensions": {
14916
+ "nl.nldesignsystem.css.property": {
14917
+ "syntax": "<length>",
14918
+ "inherits": true
14919
+ },
14920
+ "nl.nldesignsystem.figma.supports-token": false
14921
+ },
14922
+ "type": "sizing"
14923
+ },
14924
+ "padding-block": {
14925
+ "comment": "Default block padding for badge components",
14926
+ "$extensions": {
14927
+ "nl.nldesignsystem.css.property": {
14928
+ "syntax": "<length>",
14929
+ "inherits": true
14930
+ },
14931
+ "nl.nldesignsystem.figma.supports-token": false
14932
+ },
14933
+ "type": "spacing"
14934
+ },
14935
+ "padding-inline": {
14936
+ "comment": "Default inline padding color for badge components",
14937
+ "$extensions": {
14938
+ "nl.nldesignsystem.css.property": {
14939
+ "syntax": "<length>",
14940
+ "inherits": true
14941
+ },
14942
+ "nl.nldesignsystem.figma.supports-token": false
14943
+ },
14944
+ "type": "spacing"
14945
+ }
14946
+ },
14825
14947
  "data-list": {
14826
14948
  "margin-block-end": {
14827
14949
  "$extensions": {
@@ -19382,7 +19504,7 @@
19382
19504
  }
19383
19505
  },
19384
19506
  "type": "fontFamily",
19385
- "value": "{utrecht.typography.sans-serif.font-family}"
19507
+ "value": "{nl.heading.level-1.font-family}"
19386
19508
  },
19387
19509
  "name": "utrechtHeading1FontFamily",
19388
19510
  "attributes": {},
@@ -19419,7 +19541,7 @@
19419
19541
  }
19420
19542
  },
19421
19543
  "type": "fontSize",
19422
- "value": "{utrecht.typography.scale.4xl.font-size}"
19544
+ "value": "{nl.heading.level-1.font-size}"
19423
19545
  },
19424
19546
  "name": "utrechtHeading1FontSize",
19425
19547
  "attributes": {},
@@ -19462,7 +19584,7 @@
19462
19584
  }
19463
19585
  },
19464
19586
  "type": "fontWeight",
19465
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19587
+ "value": "{nl.heading.level-1.font-weight}"
19466
19588
  },
19467
19589
  "name": "utrechtHeading1FontWeight",
19468
19590
  "attributes": {},
@@ -19505,7 +19627,7 @@
19505
19627
  }
19506
19628
  },
19507
19629
  "type": "lineHeight",
19508
- "value": "{utrecht.typography.line-height.sm}"
19630
+ "value": "{nl.heading.level-1.line-height}"
19509
19631
  },
19510
19632
  "name": "utrechtHeading1LineHeight",
19511
19633
  "attributes": {},
@@ -19641,7 +19763,7 @@
19641
19763
  }
19642
19764
  },
19643
19765
  "type": "fontFamily",
19644
- "value": "{utrecht.typography.sans-serif.font-family}"
19766
+ "value": "{nl.heading.level-2.font-family}"
19645
19767
  },
19646
19768
  "name": "utrechtHeading2FontFamily",
19647
19769
  "attributes": {},
@@ -19678,7 +19800,7 @@
19678
19800
  }
19679
19801
  },
19680
19802
  "type": "fontSize",
19681
- "value": "{utrecht.typography.scale.xl.font-size}"
19803
+ "value": "{nl.heading.level-2.font-size}"
19682
19804
  },
19683
19805
  "name": "utrechtHeading2FontSize",
19684
19806
  "attributes": {},
@@ -19721,7 +19843,7 @@
19721
19843
  }
19722
19844
  },
19723
19845
  "type": "fontWeight",
19724
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19846
+ "value": "{nl.heading.level-2.font-weight}"
19725
19847
  },
19726
19848
  "name": "utrechtHeading2FontWeight",
19727
19849
  "attributes": {},
@@ -19764,7 +19886,7 @@
19764
19886
  }
19765
19887
  },
19766
19888
  "type": "lineHeight",
19767
- "value": "{utrecht.typography.line-height.sm}"
19889
+ "value": "{nl.heading.level-2.line-height}"
19768
19890
  },
19769
19891
  "name": "utrechtHeading2LineHeight",
19770
19892
  "attributes": {},
@@ -19900,7 +20022,7 @@
19900
20022
  }
19901
20023
  },
19902
20024
  "type": "fontFamily",
19903
- "value": "{utrecht.typography.sans-serif.font-family}"
20025
+ "value": "{nl.heading.level-3.font-family}"
19904
20026
  },
19905
20027
  "name": "utrechtHeading3FontFamily",
19906
20028
  "attributes": {},
@@ -19937,7 +20059,7 @@
19937
20059
  }
19938
20060
  },
19939
20061
  "type": "fontSize",
19940
- "value": "{utrecht.typography.scale.xl.font-size}"
20062
+ "value": "{nl.heading.level-3.font-size}"
19941
20063
  },
19942
20064
  "name": "utrechtHeading3FontSize",
19943
20065
  "attributes": {},
@@ -19980,7 +20102,7 @@
19980
20102
  }
19981
20103
  },
19982
20104
  "type": "fontWeight",
19983
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20105
+ "value": "{nl.heading.level-3.font-weight}"
19984
20106
  },
19985
20107
  "name": "utrechtHeading3FontWeight",
19986
20108
  "attributes": {},
@@ -20023,7 +20145,7 @@
20023
20145
  }
20024
20146
  },
20025
20147
  "type": "lineHeight",
20026
- "value": "{utrecht.typography.line-height.sm}"
20148
+ "value": "{nl.heading.level-3.line-height}"
20027
20149
  },
20028
20150
  "name": "utrechtHeading3LineHeight",
20029
20151
  "attributes": {},
@@ -20159,7 +20281,7 @@
20159
20281
  }
20160
20282
  },
20161
20283
  "type": "fontFamily",
20162
- "value": "{utrecht.typography.sans-serif.font-family}"
20284
+ "value": "{nl.heading.level-4.font-family}"
20163
20285
  },
20164
20286
  "name": "utrechtHeading4FontFamily",
20165
20287
  "attributes": {},
@@ -20196,7 +20318,7 @@
20196
20318
  }
20197
20319
  },
20198
20320
  "type": "fontSize",
20199
- "value": "{utrecht.typography.scale.lg.font-size}"
20321
+ "value": "{nl.heading.level-4.font-size}"
20200
20322
  },
20201
20323
  "name": "utrechtHeading4FontSize",
20202
20324
  "attributes": {},
@@ -20239,7 +20361,7 @@
20239
20361
  }
20240
20362
  },
20241
20363
  "type": "fontWeight",
20242
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20364
+ "value": "{nl.heading.level-4.font-weight}"
20243
20365
  },
20244
20366
  "name": "utrechtHeading4FontWeight",
20245
20367
  "attributes": {},
@@ -20282,7 +20404,7 @@
20282
20404
  }
20283
20405
  },
20284
20406
  "type": "lineHeight",
20285
- "value": "{utrecht.typography.line-height.md}"
20407
+ "value": "{nl.heading.level-4.line-height}"
20286
20408
  },
20287
20409
  "name": "utrechtHeading4LineHeight",
20288
20410
  "attributes": {},
@@ -20418,7 +20540,7 @@
20418
20540
  }
20419
20541
  },
20420
20542
  "type": "fontFamily",
20421
- "value": "{utrecht.typography.sans-serif.font-family}"
20543
+ "value": "{nl.heading.level-5.font-family}"
20422
20544
  },
20423
20545
  "name": "utrechtHeading5FontFamily",
20424
20546
  "attributes": {},
@@ -20455,7 +20577,7 @@
20455
20577
  }
20456
20578
  },
20457
20579
  "type": "fontSize",
20458
- "value": "{utrecht.typography.scale.sm.font-size}"
20580
+ "value": "{nl.heading.level-5.font-size}"
20459
20581
  },
20460
20582
  "name": "utrechtHeading5FontSize",
20461
20583
  "attributes": {},
@@ -20498,7 +20620,7 @@
20498
20620
  }
20499
20621
  },
20500
20622
  "type": "fontWeight",
20501
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20623
+ "value": "{nl.heading.level-5.font-weight}"
20502
20624
  },
20503
20625
  "name": "utrechtHeading5FontWeight",
20504
20626
  "attributes": {},
@@ -20541,7 +20663,7 @@
20541
20663
  }
20542
20664
  },
20543
20665
  "type": "lineHeight",
20544
- "value": "{utrecht.typography.line-height.md}"
20666
+ "value": "{nl.heading.level-5.line-height}"
20545
20667
  },
20546
20668
  "name": "utrechtHeading5LineHeight",
20547
20669
  "attributes": {},
@@ -20676,7 +20798,7 @@
20676
20798
  }
20677
20799
  },
20678
20800
  "type": "fontFamily",
20679
- "value": "{utrecht.typography.sans-serif.font-family}"
20801
+ "value": "{nl.heading.level-6.font-family}"
20680
20802
  },
20681
20803
  "name": "utrechtHeading6FontFamily",
20682
20804
  "attributes": {},
@@ -20713,7 +20835,7 @@
20713
20835
  }
20714
20836
  },
20715
20837
  "type": "fontSize",
20716
- "value": "{utrecht.typography.scale.sm.font-size}"
20838
+ "value": "{nl.heading.level-6.font-size}"
20717
20839
  },
20718
20840
  "name": "utrechtHeading6FontSize",
20719
20841
  "attributes": {},
@@ -20756,7 +20878,7 @@
20756
20878
  }
20757
20879
  },
20758
20880
  "type": "fontWeight",
20759
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20881
+ "value": "{nl.heading.level-6.font-weight}"
20760
20882
  },
20761
20883
  "name": "utrechtHeading6FontWeight",
20762
20884
  "attributes": {},
@@ -20799,7 +20921,7 @@
20799
20921
  }
20800
20922
  },
20801
20923
  "type": "lineHeight",
20802
- "value": "{utrecht.typography.line-height.md}"
20924
+ "value": "{nl.heading.level-6.line-height}"
20803
20925
  },
20804
20926
  "name": "utrechtHeading6LineHeight",
20805
20927
  "attributes": {},
@@ -24251,7 +24373,7 @@
24251
24373
  "nl.nldesignsystem.figma.supports-token": true
24252
24374
  },
24253
24375
  "type": "color",
24254
- "value": "{utrecht.color.yellow.60}"
24376
+ "value": "{nl.mark.background-color}"
24255
24377
  },
24256
24378
  "name": "utrechtMarkBackgroundColor",
24257
24379
  "attributes": {},
@@ -24282,7 +24404,7 @@
24282
24404
  "nl.nldesignsystem.figma.supports-token": true
24283
24405
  },
24284
24406
  "type": "color",
24285
- "value": "{utrecht.color.black}"
24407
+ "value": "{nl.mark.color}"
24286
24408
  },
24287
24409
  "name": "utrechtMarkColor",
24288
24410
  "attributes": {},
@@ -24955,7 +25077,7 @@
24955
25077
  "nl.nldesignsystem.figma.supports-token": true
24956
25078
  },
24957
25079
  "type": "color",
24958
- "value": "{utrecht.color.red.40}"
25080
+ "value": "{nl.number-badge.background-color}"
24959
25081
  },
24960
25082
  "name": "utrechtNumberBadgeBackgroundColor",
24961
25083
  "attributes": {},
@@ -25011,7 +25133,7 @@
25011
25133
  }
25012
25134
  },
25013
25135
  "type": "dimension",
25014
- "value": "{utrecht.number-badge.font-size}"
25136
+ "value": "{nl.number-badge.border-radius}"
25015
25137
  },
25016
25138
  "name": "utrechtNumberBadgeBorderRadius",
25017
25139
  "attributes": {},
@@ -25063,7 +25185,7 @@
25063
25185
  "nl.nldesignsystem.figma.supports-token": true
25064
25186
  },
25065
25187
  "type": "color",
25066
- "value": "{utrecht.color.white}"
25188
+ "value": "{nl.number-badge.color}"
25067
25189
  },
25068
25190
  "name": "utrechtNumberBadgeColor",
25069
25191
  "attributes": {},
@@ -25120,7 +25242,7 @@
25120
25242
  }
25121
25243
  },
25122
25244
  "type": "fontSize",
25123
- "value": "{utrecht.typography.scale.md.font-size}"
25245
+ "value": "{nl.number-badge.font-size}"
25124
25246
  },
25125
25247
  "name": "utrechtNumberBadgeFontSize",
25126
25248
  "attributes": {},
@@ -25213,7 +25335,7 @@
25213
25335
  }
25214
25336
  },
25215
25337
  "type": "dimension",
25216
- "value": "1ex"
25338
+ "value": "{nl.number-badge.padding-block}"
25217
25339
  },
25218
25340
  "name": "utrechtNumberBadgePaddingBlock",
25219
25341
  "attributes": {},
@@ -25258,7 +25380,7 @@
25258
25380
  }
25259
25381
  },
25260
25382
  "type": "dimension",
25261
- "value": "1ex"
25383
+ "value": "{nl.number-badge.padding-inline}"
25262
25384
  },
25263
25385
  "name": "utrechtNumberBadgePaddingInline",
25264
25386
  "attributes": {},
@@ -28043,7 +28165,7 @@
28043
28165
  }
28044
28166
  },
28045
28167
  "type": "fontFamily",
28046
- "value": "{utrecht.typography.sans-serif.font-family}"
28168
+ "value": "{nl.paragraph.font-family}"
28047
28169
  },
28048
28170
  "name": "utrechtParagraphFontFamily",
28049
28171
  "attributes": {},
@@ -28086,7 +28208,7 @@
28086
28208
  }
28087
28209
  },
28088
28210
  "type": "fontSize",
28089
- "value": "{utrecht.typography.scale.md.font-size}"
28211
+ "value": "{nl.paragraph.font-size}"
28090
28212
  },
28091
28213
  "name": "utrechtParagraphFontSize",
28092
28214
  "attributes": {},
@@ -28123,7 +28245,7 @@
28123
28245
  }
28124
28246
  },
28125
28247
  "type": "fontWeight",
28126
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28248
+ "value": "{nl.paragraph.font-weight}"
28127
28249
  },
28128
28250
  "name": "utrechtParagraphFontWeight",
28129
28251
  "attributes": {},
@@ -28172,7 +28294,7 @@
28172
28294
  }
28173
28295
  },
28174
28296
  "type": "lineHeight",
28175
- "value": "{utrecht.typography.line-height.md}"
28297
+ "value": "{nl.paragraph.line-height}"
28176
28298
  },
28177
28299
  "name": "utrechtParagraphLineHeight",
28178
28300
  "attributes": {},
@@ -28269,33 +28391,7 @@
28269
28391
  ],
28270
28392
  "nl.nldesignsystem.figma.supports-token": true
28271
28393
  },
28272
- "type": "color",
28273
- "value": "hsl(0 0% 0%)",
28274
- "filePath": "src/component/utrecht/paragraph.tokens.json",
28275
- "isSource": true,
28276
- "original": {
28277
- "$extensions": {
28278
- "nl.nldesignsystem.css.property": {
28279
- "syntax": "<color>",
28280
- "inherits": true
28281
- },
28282
- "nl.nldesignsystem.fallback": [
28283
- "utrecht.paragraph.color",
28284
- "utrecht.document.color"
28285
- ],
28286
- "nl.nldesignsystem.figma.supports-token": true
28287
- },
28288
- "type": "color",
28289
- "value": "{utrecht.document.color}"
28290
- },
28291
- "name": "utrechtParagraphLeadColor",
28292
- "attributes": {},
28293
- "path": [
28294
- "utrecht",
28295
- "paragraph",
28296
- "lead",
28297
- "color"
28298
- ]
28394
+ "type": "color"
28299
28395
  },
28300
28396
  "font-size": {
28301
28397
  "$extensions": {
@@ -28332,7 +28428,7 @@
28332
28428
  }
28333
28429
  },
28334
28430
  "type": "fontSize",
28335
- "value": "{utrecht.typography.scale.xl.font-size}"
28431
+ "value": "{nl.paragraph.lead.font-size}"
28336
28432
  },
28337
28433
  "name": "utrechtParagraphLeadFontSize",
28338
28434
  "attributes": {},
@@ -28378,7 +28474,7 @@
28378
28474
  }
28379
28475
  },
28380
28476
  "type": "fontWeight",
28381
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28477
+ "value": "{nl.paragraph.lead.font-weight}"
28382
28478
  },
28383
28479
  "name": "utrechtParagraphLeadFontWeight",
28384
28480
  "attributes": {},
@@ -28430,7 +28526,7 @@
28430
28526
  }
28431
28527
  },
28432
28528
  "type": "lineHeight",
28433
- "value": "{utrecht.typography.line-height.md}"
28529
+ "value": "{nl.paragraph.lead.line-height}"
28434
28530
  },
28435
28531
  "name": "utrechtParagraphLeadLineHeight",
28436
28532
  "attributes": {},
@@ -31711,7 +31807,7 @@
31711
31807
  "nl.nldesignsystem.figma.supports-token": true
31712
31808
  },
31713
31809
  "type": "color",
31714
- "value": "{utrecht.topnav.list.background-color}"
31810
+ "value": "{nl.skip-link.background-color}"
31715
31811
  },
31716
31812
  "name": "utrechtSkipLinkBackgroundColor",
31717
31813
  "attributes": {},
@@ -31742,7 +31838,7 @@
31742
31838
  "nl.nldesignsystem.figma.supports-token": true
31743
31839
  },
31744
31840
  "type": "color",
31745
- "value": "{utrecht.topnav.link.color}"
31841
+ "value": "{nl.skip-link.color}"
31746
31842
  },
31747
31843
  "name": "utrechtSkipLinkColor",
31748
31844
  "attributes": {},
@@ -31799,7 +31895,7 @@
31799
31895
  }
31800
31896
  },
31801
31897
  "type": "dimension",
31802
- "value": "{utrecht.button.padding-block-start}"
31898
+ "value": "{nl.skip-link.padding-block}"
31803
31899
  },
31804
31900
  "name": "utrechtSkipLinkPaddingBlockStart",
31805
31901
  "attributes": {},
@@ -31836,7 +31932,7 @@
31836
31932
  }
31837
31933
  },
31838
31934
  "type": "dimension",
31839
- "value": "{utrecht.button.padding-block-end}"
31935
+ "value": "{nl.skip-link.padding-block}"
31840
31936
  },
31841
31937
  "name": "utrechtSkipLinkPaddingBlockEnd",
31842
31938
  "attributes": {},
@@ -31873,7 +31969,7 @@
31873
31969
  }
31874
31970
  },
31875
31971
  "type": "dimension",
31876
- "value": "{utrecht.button.padding-inline-start}"
31972
+ "value": "{nl.skip-link.padding-inline}"
31877
31973
  },
31878
31974
  "name": "utrechtSkipLinkPaddingInlineStart",
31879
31975
  "attributes": {},
@@ -31910,7 +32006,7 @@
31910
32006
  }
31911
32007
  },
31912
32008
  "type": "dimension",
31913
- "value": "{utrecht.button.padding-inline-end}"
32009
+ "value": "{nl.skip-link.padding-inline}"
31914
32010
  },
31915
32011
  "name": "utrechtSkipLinkPaddingInlineEnd",
31916
32012
  "attributes": {},
@@ -31949,7 +32045,7 @@
31949
32045
  "nl.nldesignsystem.figma.supports-token": true
31950
32046
  },
31951
32047
  "type": "textDecoration",
31952
- "value": "{utrecht.link.text-decoration}"
32048
+ "value": "{nl.skip-link.text-decoration}"
31953
32049
  },
31954
32050
  "name": "utrechtSkipLinkTextDecoration",
31955
32051
  "attributes": {},
@@ -31998,7 +32094,7 @@
31998
32094
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
31999
32095
  },
32000
32096
  "type": "color",
32001
- "value": "{utrecht.topnav.link.focus.background-color}"
32097
+ "value": "{nl.skip-link.focus-visible.background-color}"
32002
32098
  },
32003
32099
  "name": "utrechtSkipLinkFocusBackgroundColor",
32004
32100
  "attributes": {},
@@ -32034,7 +32130,7 @@
32034
32130
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
32035
32131
  },
32036
32132
  "type": "color",
32037
- "value": "{utrecht.topnav.link.focus.color}"
32133
+ "value": "{nl.skip-link.focus-visible.color}"
32038
32134
  },
32039
32135
  "name": "utrechtSkipLinkFocusColor",
32040
32136
  "attributes": {},
@@ -32112,7 +32208,7 @@
32112
32208
  "nl.nldesignsystem.figma.supports-token": true
32113
32209
  },
32114
32210
  "type": "textDecoration",
32115
- "value": "{utrecht.link.focus-visible.text-decoration}"
32211
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
32116
32212
  },
32117
32213
  "name": "utrechtSkipLinkFocusVisibleTextDecoration",
32118
32214
  "attributes": {},
@@ -38933,6 +39029,1003 @@
38933
39029
  }
38934
39030
  }
38935
39031
  },
39032
+ "nl": {
39033
+ "code-block": {
39034
+ "background-color": {
39035
+ "value": "hsl(0 0% 95%)",
39036
+ "filePath": "src/component/nl/code-block.tokens.json",
39037
+ "isSource": true,
39038
+ "original": {
39039
+ "value": "{utrecht.color.grey.95}"
39040
+ },
39041
+ "name": "nlCodeBlockBackgroundColor",
39042
+ "attributes": {},
39043
+ "path": [
39044
+ "nl",
39045
+ "code-block",
39046
+ "background-color"
39047
+ ]
39048
+ },
39049
+ "color": {
39050
+ "value": "hsl(0 0% 0%)",
39051
+ "filePath": "src/component/nl/code-block.tokens.json",
39052
+ "isSource": true,
39053
+ "original": {
39054
+ "value": "{utrecht.color.black}"
39055
+ },
39056
+ "name": "nlCodeBlockColor",
39057
+ "attributes": {},
39058
+ "path": [
39059
+ "nl",
39060
+ "code-block",
39061
+ "color"
39062
+ ]
39063
+ },
39064
+ "font-family": {
39065
+ "value": "\"Monaco\"",
39066
+ "filePath": "src/component/nl/code-block.tokens.json",
39067
+ "isSource": true,
39068
+ "original": {
39069
+ "value": "\"Monaco\""
39070
+ },
39071
+ "name": "nlCodeBlockFontFamily",
39072
+ "attributes": {},
39073
+ "path": [
39074
+ "nl",
39075
+ "code-block",
39076
+ "font-family"
39077
+ ]
39078
+ },
39079
+ "font-size": {
39080
+ "value": "1rem",
39081
+ "filePath": "src/component/nl/code-block.tokens.json",
39082
+ "isSource": true,
39083
+ "original": {
39084
+ "value": "{utrecht.typography.scale.md.font-size}"
39085
+ },
39086
+ "name": "nlCodeBlockFontSize",
39087
+ "attributes": {},
39088
+ "path": [
39089
+ "nl",
39090
+ "code-block",
39091
+ "font-size"
39092
+ ]
39093
+ },
39094
+ "line-height": {
39095
+ "value": "1.5",
39096
+ "filePath": "src/component/nl/code-block.tokens.json",
39097
+ "isSource": true,
39098
+ "original": {
39099
+ "value": "{utrecht.typography.line-height.md}"
39100
+ },
39101
+ "name": "nlCodeBlockLineHeight",
39102
+ "attributes": {},
39103
+ "path": [
39104
+ "nl",
39105
+ "code-block",
39106
+ "line-height"
39107
+ ]
39108
+ },
39109
+ "padding-block": {
39110
+ "value": "20px",
39111
+ "filePath": "src/component/nl/code-block.tokens.json",
39112
+ "isSource": true,
39113
+ "original": {
39114
+ "value": "20px"
39115
+ },
39116
+ "name": "nlCodeBlockPaddingBlock",
39117
+ "attributes": {},
39118
+ "path": [
39119
+ "nl",
39120
+ "code-block",
39121
+ "padding-block"
39122
+ ]
39123
+ },
39124
+ "padding-inline": {
39125
+ "value": "20px",
39126
+ "filePath": "src/component/nl/code-block.tokens.json",
39127
+ "isSource": true,
39128
+ "original": {
39129
+ "value": "20px"
39130
+ },
39131
+ "name": "nlCodeBlockPaddingInline",
39132
+ "attributes": {},
39133
+ "path": [
39134
+ "nl",
39135
+ "code-block",
39136
+ "padding-inline"
39137
+ ]
39138
+ }
39139
+ },
39140
+ "code": {
39141
+ "background-color": {},
39142
+ "color": {},
39143
+ "font-family": {},
39144
+ "font-size": {},
39145
+ "line-height": {}
39146
+ },
39147
+ "data-badge": {
39148
+ "background-color": {
39149
+ "value": "hsl(0 0% 30%)",
39150
+ "filePath": "src/component/nl/data-badge.tokens.json",
39151
+ "isSource": true,
39152
+ "original": {
39153
+ "value": "{utrecht.color.grey.30}"
39154
+ },
39155
+ "name": "nlDataBadgeBackgroundColor",
39156
+ "attributes": {},
39157
+ "path": [
39158
+ "nl",
39159
+ "data-badge",
39160
+ "background-color"
39161
+ ]
39162
+ },
39163
+ "border-radius": {
39164
+ "value": "0",
39165
+ "filePath": "src/component/nl/data-badge.tokens.json",
39166
+ "isSource": true,
39167
+ "original": {
39168
+ "value": "0"
39169
+ },
39170
+ "name": "nlDataBadgeBorderRadius",
39171
+ "attributes": {},
39172
+ "path": [
39173
+ "nl",
39174
+ "data-badge",
39175
+ "border-radius"
39176
+ ]
39177
+ },
39178
+ "color": {
39179
+ "value": "hsl(0 0% 100%)",
39180
+ "filePath": "src/component/nl/data-badge.tokens.json",
39181
+ "isSource": true,
39182
+ "original": {
39183
+ "value": "{utrecht.color.white}"
39184
+ },
39185
+ "name": "nlDataBadgeColor",
39186
+ "attributes": {},
39187
+ "path": [
39188
+ "nl",
39189
+ "data-badge",
39190
+ "color"
39191
+ ]
39192
+ },
39193
+ "font-weight": {},
39194
+ "padding-block": {
39195
+ "value": "8px",
39196
+ "filePath": "src/component/nl/data-badge.tokens.json",
39197
+ "isSource": true,
39198
+ "original": {
39199
+ "value": "{utrecht.space.block.xs}"
39200
+ },
39201
+ "name": "nlDataBadgePaddingBlock",
39202
+ "attributes": {},
39203
+ "path": [
39204
+ "nl",
39205
+ "data-badge",
39206
+ "padding-block"
39207
+ ]
39208
+ },
39209
+ "padding-inline": {
39210
+ "value": "12px",
39211
+ "filePath": "src/component/nl/data-badge.tokens.json",
39212
+ "isSource": true,
39213
+ "original": {
39214
+ "value": "{utrecht.space.inline.sm}"
39215
+ },
39216
+ "name": "nlDataBadgePaddingInline",
39217
+ "attributes": {},
39218
+ "path": [
39219
+ "nl",
39220
+ "data-badge",
39221
+ "padding-inline"
39222
+ ]
39223
+ }
39224
+ },
39225
+ "heading": {
39226
+ "level-1": {
39227
+ "color": {},
39228
+ "font-family": {
39229
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39230
+ "filePath": "src/component/nl/heading.tokens.json",
39231
+ "isSource": true,
39232
+ "original": {
39233
+ "value": "{utrecht.typography.sans-serif.font-family}"
39234
+ },
39235
+ "name": "nlHeadingLevel1FontFamily",
39236
+ "attributes": {},
39237
+ "path": [
39238
+ "nl",
39239
+ "heading",
39240
+ "level-1",
39241
+ "font-family"
39242
+ ]
39243
+ },
39244
+ "font-size": {
39245
+ "value": "2rem",
39246
+ "filePath": "src/component/nl/heading.tokens.json",
39247
+ "isSource": true,
39248
+ "original": {
39249
+ "value": "{utrecht.typography.scale.4xl.font-size}"
39250
+ },
39251
+ "name": "nlHeadingLevel1FontSize",
39252
+ "attributes": {},
39253
+ "path": [
39254
+ "nl",
39255
+ "heading",
39256
+ "level-1",
39257
+ "font-size"
39258
+ ]
39259
+ },
39260
+ "font-weight": {
39261
+ "value": "700",
39262
+ "filePath": "src/component/nl/heading.tokens.json",
39263
+ "isSource": true,
39264
+ "original": {
39265
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
39266
+ },
39267
+ "name": "nlHeadingLevel1FontWeight",
39268
+ "attributes": {},
39269
+ "path": [
39270
+ "nl",
39271
+ "heading",
39272
+ "level-1",
39273
+ "font-weight"
39274
+ ]
39275
+ },
39276
+ "line-height": {
39277
+ "value": "1.25",
39278
+ "filePath": "src/component/nl/heading.tokens.json",
39279
+ "isSource": true,
39280
+ "original": {
39281
+ "value": "{utrecht.typography.line-height.sm}"
39282
+ },
39283
+ "name": "nlHeadingLevel1LineHeight",
39284
+ "attributes": {},
39285
+ "path": [
39286
+ "nl",
39287
+ "heading",
39288
+ "level-1",
39289
+ "line-height"
39290
+ ]
39291
+ }
39292
+ },
39293
+ "level-2": {
39294
+ "color": {},
39295
+ "font-family": {
39296
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39297
+ "filePath": "src/component/nl/heading.tokens.json",
39298
+ "isSource": true,
39299
+ "original": {
39300
+ "value": "{utrecht.typography.sans-serif.font-family}"
39301
+ },
39302
+ "name": "nlHeadingLevel2FontFamily",
39303
+ "attributes": {},
39304
+ "path": [
39305
+ "nl",
39306
+ "heading",
39307
+ "level-2",
39308
+ "font-family"
39309
+ ]
39310
+ },
39311
+ "font-size": {
39312
+ "value": "1.25rem",
39313
+ "filePath": "src/component/nl/heading.tokens.json",
39314
+ "isSource": true,
39315
+ "original": {
39316
+ "value": "{utrecht.typography.scale.xl.font-size}"
39317
+ },
39318
+ "name": "nlHeadingLevel2FontSize",
39319
+ "attributes": {},
39320
+ "path": [
39321
+ "nl",
39322
+ "heading",
39323
+ "level-2",
39324
+ "font-size"
39325
+ ]
39326
+ },
39327
+ "font-weight": {
39328
+ "value": "700",
39329
+ "filePath": "src/component/nl/heading.tokens.json",
39330
+ "isSource": true,
39331
+ "original": {
39332
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
39333
+ },
39334
+ "name": "nlHeadingLevel2FontWeight",
39335
+ "attributes": {},
39336
+ "path": [
39337
+ "nl",
39338
+ "heading",
39339
+ "level-2",
39340
+ "font-weight"
39341
+ ]
39342
+ },
39343
+ "line-height": {
39344
+ "value": "1.25",
39345
+ "filePath": "src/component/nl/heading.tokens.json",
39346
+ "isSource": true,
39347
+ "original": {
39348
+ "value": "{utrecht.typography.line-height.sm}"
39349
+ },
39350
+ "name": "nlHeadingLevel2LineHeight",
39351
+ "attributes": {},
39352
+ "path": [
39353
+ "nl",
39354
+ "heading",
39355
+ "level-2",
39356
+ "line-height"
39357
+ ]
39358
+ }
39359
+ },
39360
+ "level-3": {
39361
+ "color": {},
39362
+ "font-family": {
39363
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39364
+ "filePath": "src/component/nl/heading.tokens.json",
39365
+ "isSource": true,
39366
+ "original": {
39367
+ "value": "{utrecht.typography.sans-serif.font-family}"
39368
+ },
39369
+ "name": "nlHeadingLevel3FontFamily",
39370
+ "attributes": {},
39371
+ "path": [
39372
+ "nl",
39373
+ "heading",
39374
+ "level-3",
39375
+ "font-family"
39376
+ ]
39377
+ },
39378
+ "font-size": {
39379
+ "value": "1.25rem",
39380
+ "filePath": "src/component/nl/heading.tokens.json",
39381
+ "isSource": true,
39382
+ "original": {
39383
+ "value": "{utrecht.typography.scale.xl.font-size}"
39384
+ },
39385
+ "name": "nlHeadingLevel3FontSize",
39386
+ "attributes": {},
39387
+ "path": [
39388
+ "nl",
39389
+ "heading",
39390
+ "level-3",
39391
+ "font-size"
39392
+ ]
39393
+ },
39394
+ "font-weight": {
39395
+ "value": "400",
39396
+ "filePath": "src/component/nl/heading.tokens.json",
39397
+ "isSource": true,
39398
+ "original": {
39399
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39400
+ },
39401
+ "name": "nlHeadingLevel3FontWeight",
39402
+ "attributes": {},
39403
+ "path": [
39404
+ "nl",
39405
+ "heading",
39406
+ "level-3",
39407
+ "font-weight"
39408
+ ]
39409
+ },
39410
+ "line-height": {
39411
+ "value": "1.25",
39412
+ "filePath": "src/component/nl/heading.tokens.json",
39413
+ "isSource": true,
39414
+ "original": {
39415
+ "value": "{utrecht.typography.line-height.sm}"
39416
+ },
39417
+ "name": "nlHeadingLevel3LineHeight",
39418
+ "attributes": {},
39419
+ "path": [
39420
+ "nl",
39421
+ "heading",
39422
+ "level-3",
39423
+ "line-height"
39424
+ ]
39425
+ }
39426
+ },
39427
+ "level-4": {
39428
+ "color": {},
39429
+ "font-family": {
39430
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39431
+ "filePath": "src/component/nl/heading.tokens.json",
39432
+ "isSource": true,
39433
+ "original": {
39434
+ "value": "{utrecht.typography.sans-serif.font-family}"
39435
+ },
39436
+ "name": "nlHeadingLevel4FontFamily",
39437
+ "attributes": {},
39438
+ "path": [
39439
+ "nl",
39440
+ "heading",
39441
+ "level-4",
39442
+ "font-family"
39443
+ ]
39444
+ },
39445
+ "font-size": {
39446
+ "value": "1.125rem",
39447
+ "filePath": "src/component/nl/heading.tokens.json",
39448
+ "isSource": true,
39449
+ "original": {
39450
+ "value": "{utrecht.typography.scale.lg.font-size}"
39451
+ },
39452
+ "name": "nlHeadingLevel4FontSize",
39453
+ "attributes": {},
39454
+ "path": [
39455
+ "nl",
39456
+ "heading",
39457
+ "level-4",
39458
+ "font-size"
39459
+ ]
39460
+ },
39461
+ "font-weight": {
39462
+ "value": "400",
39463
+ "filePath": "src/component/nl/heading.tokens.json",
39464
+ "isSource": true,
39465
+ "original": {
39466
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39467
+ },
39468
+ "name": "nlHeadingLevel4FontWeight",
39469
+ "attributes": {},
39470
+ "path": [
39471
+ "nl",
39472
+ "heading",
39473
+ "level-4",
39474
+ "font-weight"
39475
+ ]
39476
+ },
39477
+ "line-height": {
39478
+ "value": "1.5",
39479
+ "filePath": "src/component/nl/heading.tokens.json",
39480
+ "isSource": true,
39481
+ "original": {
39482
+ "value": "{utrecht.typography.line-height.md}"
39483
+ },
39484
+ "name": "nlHeadingLevel4LineHeight",
39485
+ "attributes": {},
39486
+ "path": [
39487
+ "nl",
39488
+ "heading",
39489
+ "level-4",
39490
+ "line-height"
39491
+ ]
39492
+ }
39493
+ },
39494
+ "level-5": {
39495
+ "color": {},
39496
+ "font-family": {
39497
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39498
+ "filePath": "src/component/nl/heading.tokens.json",
39499
+ "isSource": true,
39500
+ "original": {
39501
+ "value": "{utrecht.typography.sans-serif.font-family}"
39502
+ },
39503
+ "name": "nlHeadingLevel5FontFamily",
39504
+ "attributes": {},
39505
+ "path": [
39506
+ "nl",
39507
+ "heading",
39508
+ "level-5",
39509
+ "font-family"
39510
+ ]
39511
+ },
39512
+ "font-size": {
39513
+ "value": "0.875rem",
39514
+ "filePath": "src/component/nl/heading.tokens.json",
39515
+ "isSource": true,
39516
+ "original": {
39517
+ "value": "{utrecht.typography.scale.sm.font-size}"
39518
+ },
39519
+ "name": "nlHeadingLevel5FontSize",
39520
+ "attributes": {},
39521
+ "path": [
39522
+ "nl",
39523
+ "heading",
39524
+ "level-5",
39525
+ "font-size"
39526
+ ]
39527
+ },
39528
+ "font-weight": {
39529
+ "value": "400",
39530
+ "filePath": "src/component/nl/heading.tokens.json",
39531
+ "isSource": true,
39532
+ "original": {
39533
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39534
+ },
39535
+ "name": "nlHeadingLevel5FontWeight",
39536
+ "attributes": {},
39537
+ "path": [
39538
+ "nl",
39539
+ "heading",
39540
+ "level-5",
39541
+ "font-weight"
39542
+ ]
39543
+ },
39544
+ "line-height": {
39545
+ "value": "1.5",
39546
+ "filePath": "src/component/nl/heading.tokens.json",
39547
+ "isSource": true,
39548
+ "original": {
39549
+ "value": "{utrecht.typography.line-height.md}"
39550
+ },
39551
+ "name": "nlHeadingLevel5LineHeight",
39552
+ "attributes": {},
39553
+ "path": [
39554
+ "nl",
39555
+ "heading",
39556
+ "level-5",
39557
+ "line-height"
39558
+ ]
39559
+ }
39560
+ },
39561
+ "level-6": {
39562
+ "color": {},
39563
+ "font-family": {
39564
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39565
+ "filePath": "src/component/nl/heading.tokens.json",
39566
+ "isSource": true,
39567
+ "original": {
39568
+ "value": "{utrecht.typography.sans-serif.font-family}"
39569
+ },
39570
+ "name": "nlHeadingLevel6FontFamily",
39571
+ "attributes": {},
39572
+ "path": [
39573
+ "nl",
39574
+ "heading",
39575
+ "level-6",
39576
+ "font-family"
39577
+ ]
39578
+ },
39579
+ "font-size": {
39580
+ "value": "0.875rem",
39581
+ "filePath": "src/component/nl/heading.tokens.json",
39582
+ "isSource": true,
39583
+ "original": {
39584
+ "value": "{utrecht.typography.scale.sm.font-size}"
39585
+ },
39586
+ "name": "nlHeadingLevel6FontSize",
39587
+ "attributes": {},
39588
+ "path": [
39589
+ "nl",
39590
+ "heading",
39591
+ "level-6",
39592
+ "font-size"
39593
+ ]
39594
+ },
39595
+ "font-weight": {
39596
+ "value": "400",
39597
+ "filePath": "src/component/nl/heading.tokens.json",
39598
+ "isSource": true,
39599
+ "original": {
39600
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39601
+ },
39602
+ "name": "nlHeadingLevel6FontWeight",
39603
+ "attributes": {},
39604
+ "path": [
39605
+ "nl",
39606
+ "heading",
39607
+ "level-6",
39608
+ "font-weight"
39609
+ ]
39610
+ },
39611
+ "line-height": {
39612
+ "value": "1.5",
39613
+ "filePath": "src/component/nl/heading.tokens.json",
39614
+ "isSource": true,
39615
+ "original": {
39616
+ "value": "{utrecht.typography.line-height.md}"
39617
+ },
39618
+ "name": "nlHeadingLevel6LineHeight",
39619
+ "attributes": {},
39620
+ "path": [
39621
+ "nl",
39622
+ "heading",
39623
+ "level-6",
39624
+ "line-height"
39625
+ ]
39626
+ }
39627
+ }
39628
+ },
39629
+ "mark": {
39630
+ "background-color": {
39631
+ "value": "hsl(48 100% 60%)",
39632
+ "filePath": "src/component/nl/mark.tokens.json",
39633
+ "isSource": true,
39634
+ "original": {
39635
+ "value": "{utrecht.color.yellow.60}"
39636
+ },
39637
+ "name": "nlMarkBackgroundColor",
39638
+ "attributes": {},
39639
+ "path": [
39640
+ "nl",
39641
+ "mark",
39642
+ "background-color"
39643
+ ]
39644
+ },
39645
+ "color": {
39646
+ "value": "hsl(0 0% 0%)",
39647
+ "filePath": "src/component/nl/mark.tokens.json",
39648
+ "isSource": true,
39649
+ "original": {
39650
+ "value": "{utrecht.color.black}"
39651
+ },
39652
+ "name": "nlMarkColor",
39653
+ "attributes": {},
39654
+ "path": [
39655
+ "nl",
39656
+ "mark",
39657
+ "color"
39658
+ ]
39659
+ }
39660
+ },
39661
+ "number-badge": {
39662
+ "background-color": {
39663
+ "value": "hsl(0 100% 40%)",
39664
+ "filePath": "src/component/nl/number-badge.tokens.json",
39665
+ "isSource": true,
39666
+ "original": {
39667
+ "value": "{utrecht.color.red.40}"
39668
+ },
39669
+ "name": "nlNumberBadgeBackgroundColor",
39670
+ "attributes": {},
39671
+ "path": [
39672
+ "nl",
39673
+ "number-badge",
39674
+ "background-color"
39675
+ ]
39676
+ },
39677
+ "border-radius": {
39678
+ "value": "1rem",
39679
+ "filePath": "src/component/nl/number-badge.tokens.json",
39680
+ "isSource": true,
39681
+ "original": {
39682
+ "value": "{nl.number-badge.font-size}"
39683
+ },
39684
+ "name": "nlNumberBadgeBorderRadius",
39685
+ "attributes": {},
39686
+ "path": [
39687
+ "nl",
39688
+ "number-badge",
39689
+ "border-radius"
39690
+ ]
39691
+ },
39692
+ "color": {
39693
+ "value": "hsl(0 0% 100%)",
39694
+ "filePath": "src/component/nl/number-badge.tokens.json",
39695
+ "isSource": true,
39696
+ "original": {
39697
+ "value": "{utrecht.color.white}"
39698
+ },
39699
+ "name": "nlNumberBadgeColor",
39700
+ "attributes": {},
39701
+ "path": [
39702
+ "nl",
39703
+ "number-badge",
39704
+ "color"
39705
+ ]
39706
+ },
39707
+ "font-size": {
39708
+ "value": "1rem",
39709
+ "filePath": "src/component/nl/number-badge.tokens.json",
39710
+ "isSource": true,
39711
+ "original": {
39712
+ "value": "{utrecht.typography.scale.md.font-size}"
39713
+ },
39714
+ "name": "nlNumberBadgeFontSize",
39715
+ "attributes": {},
39716
+ "path": [
39717
+ "nl",
39718
+ "number-badge",
39719
+ "font-size"
39720
+ ]
39721
+ },
39722
+ "font-weight": {},
39723
+ "padding-block": {
39724
+ "value": "1ex",
39725
+ "filePath": "src/component/nl/number-badge.tokens.json",
39726
+ "isSource": true,
39727
+ "original": {
39728
+ "value": "1ex"
39729
+ },
39730
+ "name": "nlNumberBadgePaddingBlock",
39731
+ "attributes": {},
39732
+ "path": [
39733
+ "nl",
39734
+ "number-badge",
39735
+ "padding-block"
39736
+ ]
39737
+ },
39738
+ "padding-inline": {
39739
+ "value": "1ex",
39740
+ "filePath": "src/component/nl/number-badge.tokens.json",
39741
+ "isSource": true,
39742
+ "original": {
39743
+ "value": "1ex"
39744
+ },
39745
+ "name": "nlNumberBadgePaddingInline",
39746
+ "attributes": {},
39747
+ "path": [
39748
+ "nl",
39749
+ "number-badge",
39750
+ "padding-inline"
39751
+ ]
39752
+ }
39753
+ },
39754
+ "paragraph": {
39755
+ "color": {},
39756
+ "font-family": {
39757
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39758
+ "filePath": "src/component/nl/paragraph.tokens.json",
39759
+ "isSource": true,
39760
+ "original": {
39761
+ "value": "{utrecht.typography.sans-serif.font-family}"
39762
+ },
39763
+ "name": "nlParagraphFontFamily",
39764
+ "attributes": {},
39765
+ "path": [
39766
+ "nl",
39767
+ "paragraph",
39768
+ "font-family"
39769
+ ]
39770
+ },
39771
+ "font-size": {
39772
+ "value": "1rem",
39773
+ "filePath": "src/component/nl/paragraph.tokens.json",
39774
+ "isSource": true,
39775
+ "original": {
39776
+ "value": "{utrecht.typography.scale.md.font-size}"
39777
+ },
39778
+ "name": "nlParagraphFontSize",
39779
+ "attributes": {},
39780
+ "path": [
39781
+ "nl",
39782
+ "paragraph",
39783
+ "font-size"
39784
+ ]
39785
+ },
39786
+ "font-weight": {
39787
+ "value": "400",
39788
+ "filePath": "src/component/nl/paragraph.tokens.json",
39789
+ "isSource": true,
39790
+ "original": {
39791
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39792
+ },
39793
+ "name": "nlParagraphFontWeight",
39794
+ "attributes": {},
39795
+ "path": [
39796
+ "nl",
39797
+ "paragraph",
39798
+ "font-weight"
39799
+ ]
39800
+ },
39801
+ "line-height": {
39802
+ "value": "1.5",
39803
+ "filePath": "src/component/nl/paragraph.tokens.json",
39804
+ "isSource": true,
39805
+ "original": {
39806
+ "value": "{utrecht.typography.line-height.md}"
39807
+ },
39808
+ "name": "nlParagraphLineHeight",
39809
+ "attributes": {},
39810
+ "path": [
39811
+ "nl",
39812
+ "paragraph",
39813
+ "line-height"
39814
+ ]
39815
+ },
39816
+ "lead": {
39817
+ "color": {
39818
+ "value": "hsl(0 0% 0%)",
39819
+ "filePath": "src/component/nl/paragraph.tokens.json",
39820
+ "isSource": true,
39821
+ "original": {
39822
+ "value": "{utrecht.document.color}"
39823
+ },
39824
+ "name": "nlParagraphLeadColor",
39825
+ "attributes": {},
39826
+ "path": [
39827
+ "nl",
39828
+ "paragraph",
39829
+ "lead",
39830
+ "color"
39831
+ ]
39832
+ },
39833
+ "font-size": {
39834
+ "value": "1.25rem",
39835
+ "filePath": "src/component/nl/paragraph.tokens.json",
39836
+ "isSource": true,
39837
+ "original": {
39838
+ "value": "{utrecht.typography.scale.xl.font-size}"
39839
+ },
39840
+ "name": "nlParagraphLeadFontSize",
39841
+ "attributes": {},
39842
+ "path": [
39843
+ "nl",
39844
+ "paragraph",
39845
+ "lead",
39846
+ "font-size"
39847
+ ]
39848
+ },
39849
+ "font-weight": {
39850
+ "value": "400",
39851
+ "filePath": "src/component/nl/paragraph.tokens.json",
39852
+ "isSource": true,
39853
+ "original": {
39854
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39855
+ },
39856
+ "name": "nlParagraphLeadFontWeight",
39857
+ "attributes": {},
39858
+ "path": [
39859
+ "nl",
39860
+ "paragraph",
39861
+ "lead",
39862
+ "font-weight"
39863
+ ]
39864
+ },
39865
+ "line-height": {
39866
+ "value": "1.5",
39867
+ "filePath": "src/component/nl/paragraph.tokens.json",
39868
+ "isSource": true,
39869
+ "original": {
39870
+ "value": "{utrecht.typography.line-height.md}"
39871
+ },
39872
+ "name": "nlParagraphLeadLineHeight",
39873
+ "attributes": {},
39874
+ "path": [
39875
+ "nl",
39876
+ "paragraph",
39877
+ "lead",
39878
+ "line-height"
39879
+ ]
39880
+ }
39881
+ },
39882
+ "small": {
39883
+ "font-size": {
39884
+ "value": "0.875rem",
39885
+ "filePath": "src/component/nl/paragraph.tokens.json",
39886
+ "isSource": true,
39887
+ "original": {
39888
+ "value": "{utrecht.typography.scale.sm.font-size}"
39889
+ },
39890
+ "name": "nlParagraphSmallFontSize",
39891
+ "attributes": {},
39892
+ "path": [
39893
+ "nl",
39894
+ "paragraph",
39895
+ "small",
39896
+ "font-size"
39897
+ ]
39898
+ }
39899
+ }
39900
+ },
39901
+ "skip-link": {
39902
+ "background-color": {
39903
+ "value": "hsl(0 0% 15%)",
39904
+ "filePath": "src/component/nl/skip-link.tokens.json",
39905
+ "isSource": true,
39906
+ "original": {
39907
+ "value": "{utrecht.topnav.list.background-color}"
39908
+ },
39909
+ "name": "nlSkipLinkBackgroundColor",
39910
+ "attributes": {},
39911
+ "path": [
39912
+ "nl",
39913
+ "skip-link",
39914
+ "background-color"
39915
+ ]
39916
+ },
39917
+ "color": {
39918
+ "value": "hsl(0 0% 100%)",
39919
+ "filePath": "src/component/nl/skip-link.tokens.json",
39920
+ "isSource": true,
39921
+ "original": {
39922
+ "value": "{utrecht.topnav.link.color}"
39923
+ },
39924
+ "name": "nlSkipLinkColor",
39925
+ "attributes": {},
39926
+ "path": [
39927
+ "nl",
39928
+ "skip-link",
39929
+ "color"
39930
+ ]
39931
+ },
39932
+ "padding-block": {
39933
+ "value": "8px",
39934
+ "filePath": "src/component/nl/skip-link.tokens.json",
39935
+ "isSource": true,
39936
+ "original": {
39937
+ "value": "{utrecht.button.padding-block-start}"
39938
+ },
39939
+ "name": "nlSkipLinkPaddingBlock",
39940
+ "attributes": {},
39941
+ "path": [
39942
+ "nl",
39943
+ "skip-link",
39944
+ "padding-block"
39945
+ ]
39946
+ },
39947
+ "padding-inline": {
39948
+ "value": "16px",
39949
+ "filePath": "src/component/nl/skip-link.tokens.json",
39950
+ "isSource": true,
39951
+ "original": {
39952
+ "value": "{utrecht.button.padding-inline-start}"
39953
+ },
39954
+ "name": "nlSkipLinkPaddingInline",
39955
+ "attributes": {},
39956
+ "path": [
39957
+ "nl",
39958
+ "skip-link",
39959
+ "padding-inline"
39960
+ ]
39961
+ },
39962
+ "text-decoration": {
39963
+ "value": "underline",
39964
+ "filePath": "src/component/nl/skip-link.tokens.json",
39965
+ "isSource": true,
39966
+ "original": {
39967
+ "value": "{utrecht.link.text-decoration}"
39968
+ },
39969
+ "name": "nlSkipLinkTextDecoration",
39970
+ "attributes": {},
39971
+ "path": [
39972
+ "nl",
39973
+ "skip-link",
39974
+ "text-decoration"
39975
+ ]
39976
+ },
39977
+ "focus-visible": {
39978
+ "color": {
39979
+ "value": "hsl(0 0% 0%)",
39980
+ "filePath": "src/component/nl/skip-link.tokens.json",
39981
+ "isSource": true,
39982
+ "original": {
39983
+ "value": "{utrecht.topnav.link.focus.color}"
39984
+ },
39985
+ "name": "nlSkipLinkFocusVisibleColor",
39986
+ "attributes": {},
39987
+ "path": [
39988
+ "nl",
39989
+ "skip-link",
39990
+ "focus-visible",
39991
+ "color"
39992
+ ]
39993
+ },
39994
+ "background-color": {
39995
+ "value": "hsl(48 100% 80%)",
39996
+ "filePath": "src/component/nl/skip-link.tokens.json",
39997
+ "isSource": true,
39998
+ "original": {
39999
+ "value": "{utrecht.topnav.link.focus.background-color}"
40000
+ },
40001
+ "name": "nlSkipLinkFocusVisibleBackgroundColor",
40002
+ "attributes": {},
40003
+ "path": [
40004
+ "nl",
40005
+ "skip-link",
40006
+ "focus-visible",
40007
+ "background-color"
40008
+ ]
40009
+ },
40010
+ "text-decoration": {
40011
+ "value": "none",
40012
+ "filePath": "src/component/nl/skip-link.tokens.json",
40013
+ "isSource": true,
40014
+ "original": {
40015
+ "value": "{utrecht.link.focus-visible.text-decoration}"
40016
+ },
40017
+ "name": "nlSkipLinkFocusVisibleTextDecoration",
40018
+ "attributes": {},
40019
+ "path": [
40020
+ "nl",
40021
+ "skip-link",
40022
+ "focus-visible",
40023
+ "text-decoration"
40024
+ ]
40025
+ }
40026
+ }
40027
+ }
40028
+ },
38936
40029
  "of": {
38937
40030
  "layout": {
38938
40031
  "background": {