@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
package/dist/tokens.json CHANGED
@@ -2260,6 +2260,7 @@
2260
2260
  }
2261
2261
  }
2262
2262
  },
2263
+ "alternate-lang-nav": {},
2263
2264
  "article": {
2264
2265
  "max-inline-size": {
2265
2266
  "$extensions": {
@@ -2792,31 +2793,6 @@
2792
2793
  ]
2793
2794
  }
2794
2795
  },
2795
- "badge-data": {
2796
- "letter-spacing": {
2797
- "$extensions": {
2798
- "nl.nldesignsystem.css.property": {
2799
- "syntax": "<length>",
2800
- "inherits": true
2801
- },
2802
- "nl.nldesignsystem.figma.supports-token": false
2803
- },
2804
- "type": "letterSpacing"
2805
- },
2806
- "text-transform": {
2807
- "$extensions": {
2808
- "nl.nldesignsystem.css.property": {
2809
- "syntax": [
2810
- "inherit",
2811
- "uppercase"
2812
- ],
2813
- "inherits": true
2814
- },
2815
- "nl.nldesignsystem.figma.supports-token": false
2816
- },
2817
- "type": "textCase"
2818
- }
2819
- },
2820
2796
  "badge-list": {
2821
2797
  "row-gap": {
2822
2798
  "$extensions": {
@@ -2922,7 +2898,7 @@
2922
2898
  "nl.nldesignsystem.figma.supports-token": false
2923
2899
  },
2924
2900
  "type": "color",
2925
- "value": "{utrecht.color.grey.30}"
2901
+ "value": "{nl.data-badge.background-color}"
2926
2902
  },
2927
2903
  "name": "utrechtBadgeBackgroundColor",
2928
2904
  "attributes": {},
@@ -2961,7 +2937,7 @@
2961
2937
  }
2962
2938
  },
2963
2939
  "type": "dimension",
2964
- "value": "0"
2940
+ "value": "{nl.data-badge.border-radius}"
2965
2941
  },
2966
2942
  "name": "utrechtBadgeBorderRadius",
2967
2943
  "attributes": {},
@@ -2994,7 +2970,7 @@
2994
2970
  "nl.nldesignsystem.figma.supports-token": false
2995
2971
  },
2996
2972
  "type": "color",
2997
- "value": "{utrecht.color.white}"
2973
+ "value": "{nl.data-badge.color}"
2998
2974
  },
2999
2975
  "name": "utrechtBadgeColor",
3000
2976
  "attributes": {},
@@ -3066,7 +3042,7 @@
3066
3042
  }
3067
3043
  },
3068
3044
  "type": "dimension",
3069
- "value": "{utrecht.space.block.xs}"
3045
+ "value": "{nl.data-badge.padding-block}"
3070
3046
  },
3071
3047
  "name": "utrechtBadgePaddingBlock",
3072
3048
  "attributes": {},
@@ -3105,7 +3081,7 @@
3105
3081
  }
3106
3082
  },
3107
3083
  "type": "dimension",
3108
- "value": "{utrecht.space.inline.sm}"
3084
+ "value": "{nl.data-badge.padding-inline}"
3109
3085
  },
3110
3086
  "name": "utrechtBadgePaddingInline",
3111
3087
  "attributes": {},
@@ -3592,6 +3568,51 @@
3592
3568
  ]
3593
3569
  }
3594
3570
  },
3571
+ "body": {
3572
+ "font-family": {
3573
+ "$extensions": {
3574
+ "nl.nldesignsystem.css.property": {
3575
+ "syntax": "*",
3576
+ "inherits": true
3577
+ },
3578
+ "nl.nldesignsystem.figma.supports-token": true
3579
+ },
3580
+ "type": "fontFamilies"
3581
+ },
3582
+ "font-size": {
3583
+ "$extensions": {
3584
+ "nl.nldesignsystem.css.property": {
3585
+ "syntax": "<length>",
3586
+ "inherits": true
3587
+ },
3588
+ "nl.nldesignsystem.figma.supports-token": true
3589
+ },
3590
+ "type": "fontSizes"
3591
+ },
3592
+ "font-weight": {
3593
+ "$extensions": {
3594
+ "nl.nldesignsystem.css.property": {
3595
+ "syntax": "<number>",
3596
+ "inherits": true
3597
+ },
3598
+ "nl.nldesignsystem.figma.supports-token": true
3599
+ },
3600
+ "type": "fontWeights"
3601
+ },
3602
+ "line-height": {
3603
+ "$extensions": {
3604
+ "nl.nldesignsystem.css.property": {
3605
+ "syntax": [
3606
+ "<length>",
3607
+ "<number>"
3608
+ ],
3609
+ "inherits": true
3610
+ },
3611
+ "nl.nldesignsystem.figma.supports-token": true
3612
+ },
3613
+ "type": "lineHeights"
3614
+ }
3615
+ },
3595
3616
  "breadcrumb-nav": {
3596
3617
  "min-block-size": {
3597
3618
  "$extensions": {
@@ -10915,7 +10936,7 @@
10915
10936
  "nl.nldesignsystem.figma.supports-token": true
10916
10937
  },
10917
10938
  "type": "color",
10918
- "value": "{utrecht.color.grey.95}"
10939
+ "value": "{nl.code-block.background-color}"
10919
10940
  },
10920
10941
  "name": "utrechtCodeBlockBackgroundColor",
10921
10942
  "attributes": {},
@@ -10946,7 +10967,7 @@
10946
10967
  "nl.nldesignsystem.figma.supports-token": true
10947
10968
  },
10948
10969
  "type": "color",
10949
- "value": "{utrecht.color.black}"
10970
+ "value": "{nl.code-block.color}"
10950
10971
  },
10951
10972
  "name": "utrechtCodeBlockColor",
10952
10973
  "attributes": {},
@@ -10962,9 +10983,36 @@
10962
10983
  "syntax": "*",
10963
10984
  "inherits": true
10964
10985
  },
10965
- "nl.nldesignsystem.figma.supports-token": true
10986
+ "nl.nldesignsystem.figma.supports-token": true,
10987
+ "studio.tokens": {
10988
+ "originalType": "fontFamilies"
10989
+ }
10966
10990
  },
10967
- "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
+ ]
10968
11016
  },
10969
11017
  "font-size": {
10970
11018
  "$extensions": {
@@ -10993,7 +11041,7 @@
10993
11041
  }
10994
11042
  },
10995
11043
  "type": "fontSize",
10996
- "value": "{utrecht.typography.scale.md.font-size}"
11044
+ "value": "{nl.code-block.font-size}"
10997
11045
  },
10998
11046
  "name": "utrechtCodeBlockFontSize",
10999
11047
  "attributes": {},
@@ -11036,7 +11084,7 @@
11036
11084
  }
11037
11085
  },
11038
11086
  "type": "lineHeight",
11039
- "value": "{utrecht.typography.line-height.md}"
11087
+ "value": "{nl.code-block.line-height}"
11040
11088
  },
11041
11089
  "name": "utrechtCodeBlockLineHeight",
11042
11090
  "attributes": {},
@@ -11167,7 +11215,7 @@
11167
11215
  }
11168
11216
  },
11169
11217
  "type": "dimension",
11170
- "value": "20px"
11218
+ "value": "{nl.code-block.padding-block}"
11171
11219
  },
11172
11220
  "name": "utrechtCodeBlockPaddingBlockStart",
11173
11221
  "attributes": {},
@@ -11204,7 +11252,7 @@
11204
11252
  }
11205
11253
  },
11206
11254
  "type": "dimension",
11207
- "value": "20px"
11255
+ "value": "{nl.code-block.padding-block}"
11208
11256
  },
11209
11257
  "name": "utrechtCodeBlockPaddingBlockEnd",
11210
11258
  "attributes": {},
@@ -11241,7 +11289,7 @@
11241
11289
  }
11242
11290
  },
11243
11291
  "type": "dimension",
11244
- "value": "20px"
11292
+ "value": "{nl.code-block.padding-inline}"
11245
11293
  },
11246
11294
  "name": "utrechtCodeBlockPaddingInlineStart",
11247
11295
  "attributes": {},
@@ -11278,7 +11326,7 @@
11278
11326
  }
11279
11327
  },
11280
11328
  "type": "dimension",
11281
- "value": "20px"
11329
+ "value": "{nl.code-block.padding-inline}"
11282
11330
  },
11283
11331
  "name": "utrechtCodeBlockPaddingInlineEnd",
11284
11332
  "attributes": {},
@@ -11596,6 +11644,20 @@
11596
11644
  }
11597
11645
  }
11598
11646
  },
11647
+ "combobox": {
11648
+ "popover": {
11649
+ "z-index": {
11650
+ "$extensions": {
11651
+ "nl.nldesignsystem.css.property": {
11652
+ "syntax": "<number>",
11653
+ "inherits": true
11654
+ },
11655
+ "nl.nldesignsystem.figma.supports-token": false
11656
+ },
11657
+ "type": "other"
11658
+ }
11659
+ }
11660
+ },
11599
11661
  "action": {
11600
11662
  "activate": {
11601
11663
  "cursor": {
@@ -14762,6 +14824,126 @@
14762
14824
  }
14763
14825
  },
14764
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
+ },
14765
14947
  "data-list": {
14766
14948
  "margin-block-end": {
14767
14949
  "$extensions": {
@@ -19322,7 +19504,7 @@
19322
19504
  }
19323
19505
  },
19324
19506
  "type": "fontFamily",
19325
- "value": "{utrecht.typography.sans-serif.font-family}"
19507
+ "value": "{nl.heading.level-1.font-family}"
19326
19508
  },
19327
19509
  "name": "utrechtHeading1FontFamily",
19328
19510
  "attributes": {},
@@ -19359,7 +19541,7 @@
19359
19541
  }
19360
19542
  },
19361
19543
  "type": "fontSize",
19362
- "value": "{utrecht.typography.scale.4xl.font-size}"
19544
+ "value": "{nl.heading.level-1.font-size}"
19363
19545
  },
19364
19546
  "name": "utrechtHeading1FontSize",
19365
19547
  "attributes": {},
@@ -19402,7 +19584,7 @@
19402
19584
  }
19403
19585
  },
19404
19586
  "type": "fontWeight",
19405
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19587
+ "value": "{nl.heading.level-1.font-weight}"
19406
19588
  },
19407
19589
  "name": "utrechtHeading1FontWeight",
19408
19590
  "attributes": {},
@@ -19445,7 +19627,7 @@
19445
19627
  }
19446
19628
  },
19447
19629
  "type": "lineHeight",
19448
- "value": "{utrecht.typography.line-height.sm}"
19630
+ "value": "{nl.heading.level-1.line-height}"
19449
19631
  },
19450
19632
  "name": "utrechtHeading1LineHeight",
19451
19633
  "attributes": {},
@@ -19581,7 +19763,7 @@
19581
19763
  }
19582
19764
  },
19583
19765
  "type": "fontFamily",
19584
- "value": "{utrecht.typography.sans-serif.font-family}"
19766
+ "value": "{nl.heading.level-2.font-family}"
19585
19767
  },
19586
19768
  "name": "utrechtHeading2FontFamily",
19587
19769
  "attributes": {},
@@ -19618,7 +19800,7 @@
19618
19800
  }
19619
19801
  },
19620
19802
  "type": "fontSize",
19621
- "value": "{utrecht.typography.scale.xl.font-size}"
19803
+ "value": "{nl.heading.level-2.font-size}"
19622
19804
  },
19623
19805
  "name": "utrechtHeading2FontSize",
19624
19806
  "attributes": {},
@@ -19661,7 +19843,7 @@
19661
19843
  }
19662
19844
  },
19663
19845
  "type": "fontWeight",
19664
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19846
+ "value": "{nl.heading.level-2.font-weight}"
19665
19847
  },
19666
19848
  "name": "utrechtHeading2FontWeight",
19667
19849
  "attributes": {},
@@ -19704,7 +19886,7 @@
19704
19886
  }
19705
19887
  },
19706
19888
  "type": "lineHeight",
19707
- "value": "{utrecht.typography.line-height.sm}"
19889
+ "value": "{nl.heading.level-2.line-height}"
19708
19890
  },
19709
19891
  "name": "utrechtHeading2LineHeight",
19710
19892
  "attributes": {},
@@ -19840,7 +20022,7 @@
19840
20022
  }
19841
20023
  },
19842
20024
  "type": "fontFamily",
19843
- "value": "{utrecht.typography.sans-serif.font-family}"
20025
+ "value": "{nl.heading.level-3.font-family}"
19844
20026
  },
19845
20027
  "name": "utrechtHeading3FontFamily",
19846
20028
  "attributes": {},
@@ -19877,7 +20059,7 @@
19877
20059
  }
19878
20060
  },
19879
20061
  "type": "fontSize",
19880
- "value": "{utrecht.typography.scale.xl.font-size}"
20062
+ "value": "{nl.heading.level-3.font-size}"
19881
20063
  },
19882
20064
  "name": "utrechtHeading3FontSize",
19883
20065
  "attributes": {},
@@ -19920,7 +20102,7 @@
19920
20102
  }
19921
20103
  },
19922
20104
  "type": "fontWeight",
19923
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20105
+ "value": "{nl.heading.level-3.font-weight}"
19924
20106
  },
19925
20107
  "name": "utrechtHeading3FontWeight",
19926
20108
  "attributes": {},
@@ -19963,7 +20145,7 @@
19963
20145
  }
19964
20146
  },
19965
20147
  "type": "lineHeight",
19966
- "value": "{utrecht.typography.line-height.sm}"
20148
+ "value": "{nl.heading.level-3.line-height}"
19967
20149
  },
19968
20150
  "name": "utrechtHeading3LineHeight",
19969
20151
  "attributes": {},
@@ -20099,7 +20281,7 @@
20099
20281
  }
20100
20282
  },
20101
20283
  "type": "fontFamily",
20102
- "value": "{utrecht.typography.sans-serif.font-family}"
20284
+ "value": "{nl.heading.level-4.font-family}"
20103
20285
  },
20104
20286
  "name": "utrechtHeading4FontFamily",
20105
20287
  "attributes": {},
@@ -20136,7 +20318,7 @@
20136
20318
  }
20137
20319
  },
20138
20320
  "type": "fontSize",
20139
- "value": "{utrecht.typography.scale.lg.font-size}"
20321
+ "value": "{nl.heading.level-4.font-size}"
20140
20322
  },
20141
20323
  "name": "utrechtHeading4FontSize",
20142
20324
  "attributes": {},
@@ -20179,7 +20361,7 @@
20179
20361
  }
20180
20362
  },
20181
20363
  "type": "fontWeight",
20182
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20364
+ "value": "{nl.heading.level-4.font-weight}"
20183
20365
  },
20184
20366
  "name": "utrechtHeading4FontWeight",
20185
20367
  "attributes": {},
@@ -20222,7 +20404,7 @@
20222
20404
  }
20223
20405
  },
20224
20406
  "type": "lineHeight",
20225
- "value": "{utrecht.typography.line-height.md}"
20407
+ "value": "{nl.heading.level-4.line-height}"
20226
20408
  },
20227
20409
  "name": "utrechtHeading4LineHeight",
20228
20410
  "attributes": {},
@@ -20358,7 +20540,7 @@
20358
20540
  }
20359
20541
  },
20360
20542
  "type": "fontFamily",
20361
- "value": "{utrecht.typography.sans-serif.font-family}"
20543
+ "value": "{nl.heading.level-5.font-family}"
20362
20544
  },
20363
20545
  "name": "utrechtHeading5FontFamily",
20364
20546
  "attributes": {},
@@ -20395,7 +20577,7 @@
20395
20577
  }
20396
20578
  },
20397
20579
  "type": "fontSize",
20398
- "value": "{utrecht.typography.scale.sm.font-size}"
20580
+ "value": "{nl.heading.level-5.font-size}"
20399
20581
  },
20400
20582
  "name": "utrechtHeading5FontSize",
20401
20583
  "attributes": {},
@@ -20438,7 +20620,7 @@
20438
20620
  }
20439
20621
  },
20440
20622
  "type": "fontWeight",
20441
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20623
+ "value": "{nl.heading.level-5.font-weight}"
20442
20624
  },
20443
20625
  "name": "utrechtHeading5FontWeight",
20444
20626
  "attributes": {},
@@ -20481,7 +20663,7 @@
20481
20663
  }
20482
20664
  },
20483
20665
  "type": "lineHeight",
20484
- "value": "{utrecht.typography.line-height.md}"
20666
+ "value": "{nl.heading.level-5.line-height}"
20485
20667
  },
20486
20668
  "name": "utrechtHeading5LineHeight",
20487
20669
  "attributes": {},
@@ -20616,7 +20798,7 @@
20616
20798
  }
20617
20799
  },
20618
20800
  "type": "fontFamily",
20619
- "value": "{utrecht.typography.sans-serif.font-family}"
20801
+ "value": "{nl.heading.level-6.font-family}"
20620
20802
  },
20621
20803
  "name": "utrechtHeading6FontFamily",
20622
20804
  "attributes": {},
@@ -20653,7 +20835,7 @@
20653
20835
  }
20654
20836
  },
20655
20837
  "type": "fontSize",
20656
- "value": "{utrecht.typography.scale.sm.font-size}"
20838
+ "value": "{nl.heading.level-6.font-size}"
20657
20839
  },
20658
20840
  "name": "utrechtHeading6FontSize",
20659
20841
  "attributes": {},
@@ -20696,7 +20878,7 @@
20696
20878
  }
20697
20879
  },
20698
20880
  "type": "fontWeight",
20699
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20881
+ "value": "{nl.heading.level-6.font-weight}"
20700
20882
  },
20701
20883
  "name": "utrechtHeading6FontWeight",
20702
20884
  "attributes": {},
@@ -20739,7 +20921,7 @@
20739
20921
  }
20740
20922
  },
20741
20923
  "type": "lineHeight",
20742
- "value": "{utrecht.typography.line-height.md}"
20924
+ "value": "{nl.heading.level-6.line-height}"
20743
20925
  },
20744
20926
  "name": "utrechtHeading6LineHeight",
20745
20927
  "attributes": {},
@@ -20851,6 +21033,7 @@
20851
21033
  ]
20852
21034
  }
20853
21035
  },
21036
+ "html-content": {},
20854
21037
  "iban-data": {},
20855
21038
  "icon": {
20856
21039
  "color": {
@@ -24190,7 +24373,7 @@
24190
24373
  "nl.nldesignsystem.figma.supports-token": true
24191
24374
  },
24192
24375
  "type": "color",
24193
- "value": "{utrecht.color.yellow.60}"
24376
+ "value": "{nl.mark.background-color}"
24194
24377
  },
24195
24378
  "name": "utrechtMarkBackgroundColor",
24196
24379
  "attributes": {},
@@ -24221,7 +24404,7 @@
24221
24404
  "nl.nldesignsystem.figma.supports-token": true
24222
24405
  },
24223
24406
  "type": "color",
24224
- "value": "{utrecht.color.black}"
24407
+ "value": "{nl.mark.color}"
24225
24408
  },
24226
24409
  "name": "utrechtMarkColor",
24227
24410
  "attributes": {},
@@ -24297,6 +24480,26 @@
24297
24480
  ]
24298
24481
  },
24299
24482
  "content": {
24483
+ "background-color": {
24484
+ "$extensions": {
24485
+ "nl.nldesignsystem.css.property": {
24486
+ "syntax": "<color>",
24487
+ "inherits": true
24488
+ },
24489
+ "nl.nldesignsystem.figma.supports-token": false
24490
+ },
24491
+ "type": "color"
24492
+ },
24493
+ "color": {
24494
+ "$extensions": {
24495
+ "nl.nldesignsystem.css.property": {
24496
+ "syntax": "<color>",
24497
+ "inherits": true
24498
+ },
24499
+ "nl.nldesignsystem.figma.supports-token": false
24500
+ },
24501
+ "type": "color"
24502
+ },
24300
24503
  "max-inline-size": {
24301
24504
  "$extensions": {
24302
24505
  "nl.nldesignsystem.css.property": {
@@ -24874,7 +25077,7 @@
24874
25077
  "nl.nldesignsystem.figma.supports-token": true
24875
25078
  },
24876
25079
  "type": "color",
24877
- "value": "{utrecht.color.red.40}"
25080
+ "value": "{nl.number-badge.background-color}"
24878
25081
  },
24879
25082
  "name": "utrechtNumberBadgeBackgroundColor",
24880
25083
  "attributes": {},
@@ -24930,7 +25133,7 @@
24930
25133
  }
24931
25134
  },
24932
25135
  "type": "dimension",
24933
- "value": "{utrecht.number-badge.font-size}"
25136
+ "value": "{nl.number-badge.border-radius}"
24934
25137
  },
24935
25138
  "name": "utrechtNumberBadgeBorderRadius",
24936
25139
  "attributes": {},
@@ -24982,7 +25185,7 @@
24982
25185
  "nl.nldesignsystem.figma.supports-token": true
24983
25186
  },
24984
25187
  "type": "color",
24985
- "value": "{utrecht.color.white}"
25188
+ "value": "{nl.number-badge.color}"
24986
25189
  },
24987
25190
  "name": "utrechtNumberBadgeColor",
24988
25191
  "attributes": {},
@@ -25039,7 +25242,7 @@
25039
25242
  }
25040
25243
  },
25041
25244
  "type": "fontSize",
25042
- "value": "{utrecht.typography.scale.md.font-size}"
25245
+ "value": "{nl.number-badge.font-size}"
25043
25246
  },
25044
25247
  "name": "utrechtNumberBadgeFontSize",
25045
25248
  "attributes": {},
@@ -25132,7 +25335,7 @@
25132
25335
  }
25133
25336
  },
25134
25337
  "type": "dimension",
25135
- "value": "1ex"
25338
+ "value": "{nl.number-badge.padding-block}"
25136
25339
  },
25137
25340
  "name": "utrechtNumberBadgePaddingBlock",
25138
25341
  "attributes": {},
@@ -25177,7 +25380,7 @@
25177
25380
  }
25178
25381
  },
25179
25382
  "type": "dimension",
25180
- "value": "1ex"
25383
+ "value": "{nl.number-badge.padding-inline}"
25181
25384
  },
25182
25385
  "name": "utrechtNumberBadgePaddingInline",
25183
25386
  "attributes": {},
@@ -25560,6 +25763,90 @@
25560
25763
  }
25561
25764
  }
25562
25765
  },
25766
+ "page-body": {
25767
+ "background-color": {
25768
+ "$extensions": {
25769
+ "nl.nldesignsystem.css.property": {
25770
+ "syntax": "<color>",
25771
+ "inherits": true
25772
+ },
25773
+ "nl.nldesignsystem.figma.supports-token": false
25774
+ },
25775
+ "type": "color"
25776
+ },
25777
+ "color": {
25778
+ "$extensions": {
25779
+ "nl.nldesignsystem.css.property": {
25780
+ "syntax": "<color>",
25781
+ "inherits": true
25782
+ },
25783
+ "nl.nldesignsystem.figma.supports-token": false
25784
+ },
25785
+ "type": "color"
25786
+ },
25787
+ "content": {
25788
+ "background-color": {
25789
+ "$extensions": {
25790
+ "nl.nldesignsystem.css.property": {
25791
+ "syntax": "<color>",
25792
+ "inherits": true
25793
+ },
25794
+ "nl.nldesignsystem.figma.supports-token": false
25795
+ },
25796
+ "type": "color"
25797
+ },
25798
+ "color": {
25799
+ "$extensions": {
25800
+ "nl.nldesignsystem.css.property": {
25801
+ "syntax": "<color>",
25802
+ "inherits": true
25803
+ },
25804
+ "nl.nldesignsystem.figma.supports-token": false
25805
+ },
25806
+ "type": "color"
25807
+ },
25808
+ "padding-block-start": {
25809
+ "$extensions": {
25810
+ "nl.nldesignsystem.css.property": {
25811
+ "syntax": "<length>",
25812
+ "inherits": true
25813
+ },
25814
+ "nl.nldesignsystem.figma.supports-token": false
25815
+ },
25816
+ "type": "spacing"
25817
+ },
25818
+ "padding-block-end": {
25819
+ "$extensions": {
25820
+ "nl.nldesignsystem.css.property": {
25821
+ "syntax": "<length>",
25822
+ "inherits": true
25823
+ },
25824
+ "nl.nldesignsystem.figma.supports-token": false
25825
+ },
25826
+ "type": "spacing"
25827
+ },
25828
+ "padding-inline-start": {
25829
+ "$extensions": {
25830
+ "nl.nldesignsystem.css.property": {
25831
+ "syntax": "<length>",
25832
+ "inherits": true
25833
+ },
25834
+ "nl.nldesignsystem.figma.supports-token": false
25835
+ },
25836
+ "type": "spacing"
25837
+ },
25838
+ "padding-inine-end": {
25839
+ "$extensions": {
25840
+ "nl.nldesignsystem.css.property": {
25841
+ "syntax": "<length>",
25842
+ "inherits": true
25843
+ },
25844
+ "nl.nldesignsystem.figma.supports-token": false
25845
+ },
25846
+ "type": "spacing"
25847
+ }
25848
+ }
25849
+ },
25563
25850
  "page-content": {
25564
25851
  "padding-block-start": {
25565
25852
  "$extensions": {
@@ -25897,6 +26184,68 @@
25897
26184
  "page-footer",
25898
26185
  "padding-block-start"
25899
26186
  ]
26187
+ },
26188
+ "content": {
26189
+ "color": {
26190
+ "$extensions": {
26191
+ "nl.nldesignsystem.css.property": {
26192
+ "syntax": "<color>",
26193
+ "inherits": true
26194
+ },
26195
+ "nl.nldesignsystem.figma.supports-token": false
26196
+ },
26197
+ "type": "color"
26198
+ },
26199
+ "background-color": {
26200
+ "$extensions": {
26201
+ "nl.nldesignsystem.css.property": {
26202
+ "syntax": "<color>",
26203
+ "inherits": true
26204
+ },
26205
+ "nl.nldesignsystem.figma.supports-token": false
26206
+ },
26207
+ "type": "color"
26208
+ },
26209
+ "padding-inline-end": {
26210
+ "$extensions": {
26211
+ "nl.nldesignsystem.css.property": {
26212
+ "syntax": "<length>",
26213
+ "inherits": true
26214
+ },
26215
+ "nl.nldesignsystem.figma.supports-token": false
26216
+ },
26217
+ "type": "spacing"
26218
+ },
26219
+ "padding-inline-start": {
26220
+ "$extensions": {
26221
+ "nl.nldesignsystem.css.property": {
26222
+ "syntax": "<length>",
26223
+ "inherits": true
26224
+ },
26225
+ "nl.nldesignsystem.figma.supports-token": false
26226
+ },
26227
+ "type": "spacing"
26228
+ },
26229
+ "padding-block-end": {
26230
+ "$extensions": {
26231
+ "nl.nldesignsystem.css.property": {
26232
+ "syntax": "<length>",
26233
+ "inherits": true
26234
+ },
26235
+ "nl.nldesignsystem.figma.supports-token": false
26236
+ },
26237
+ "type": "spacing"
26238
+ },
26239
+ "padding-block-start": {
26240
+ "$extensions": {
26241
+ "nl.nldesignsystem.css.property": {
26242
+ "syntax": "<length>",
26243
+ "inherits": true
26244
+ },
26245
+ "nl.nldesignsystem.figma.supports-token": false
26246
+ },
26247
+ "type": "spacing"
26248
+ }
25900
26249
  }
25901
26250
  },
25902
26251
  "page-header": {
@@ -25910,6 +26259,16 @@
25910
26259
  },
25911
26260
  "type": "color"
25912
26261
  },
26262
+ "border-block-end-color": {
26263
+ "$extensions": {
26264
+ "nl.nldesignsystem.css.property": {
26265
+ "syntax": "<color>",
26266
+ "inherits": true
26267
+ },
26268
+ "nl.nldesignsystem.figma.supports-token": false
26269
+ },
26270
+ "type": "color"
26271
+ },
25913
26272
  "color": {
25914
26273
  "$extensions": {
25915
26274
  "nl.nldesignsystem.css.property": {
@@ -26067,8 +26426,71 @@
26067
26426
  "page-header",
26068
26427
  "padding-inline-end"
26069
26428
  ]
26429
+ },
26430
+ "content": {
26431
+ "background-color": {
26432
+ "$extensions": {
26433
+ "nl.nldesignsystem.css.property": {
26434
+ "syntax": "<color>",
26435
+ "inherits": true
26436
+ },
26437
+ "nl.nldesignsystem.figma.supports-token": false
26438
+ },
26439
+ "type": "color"
26440
+ },
26441
+ "color": {
26442
+ "$extensions": {
26443
+ "nl.nldesignsystem.css.property": {
26444
+ "syntax": "<color>",
26445
+ "inherits": true
26446
+ },
26447
+ "nl.nldesignsystem.figma.supports-token": false
26448
+ },
26449
+ "type": "color"
26450
+ },
26451
+ "padding-block-start": {
26452
+ "$extensions": {
26453
+ "nl.nldesignsystem.css.property": {
26454
+ "syntax": "<length>",
26455
+ "inherits": true
26456
+ },
26457
+ "nl.nldesignsystem.figma.supports-token": false
26458
+ },
26459
+ "type": "spacing"
26460
+ },
26461
+ "padding-block-end": {
26462
+ "$extensions": {
26463
+ "nl.nldesignsystem.css.property": {
26464
+ "syntax": "<length>",
26465
+ "inherits": true
26466
+ },
26467
+ "nl.nldesignsystem.figma.supports-token": false
26468
+ },
26469
+ "type": "spacing"
26470
+ },
26471
+ "padding-inline-start": {
26472
+ "$extensions": {
26473
+ "nl.nldesignsystem.css.property": {
26474
+ "syntax": "<length>",
26475
+ "inherits": true
26476
+ },
26477
+ "nl.nldesignsystem.figma.supports-token": false
26478
+ },
26479
+ "type": "spacing"
26480
+ },
26481
+ "padding-inline-end": {
26482
+ "$extensions": {
26483
+ "nl.nldesignsystem.css.property": {
26484
+ "syntax": "<length>",
26485
+ "inherits": true
26486
+ },
26487
+ "nl.nldesignsystem.figma.supports-token": false
26488
+ },
26489
+ "type": "spacing"
26490
+ }
26070
26491
  }
26071
26492
  },
26493
+ "page-layout": {},
26072
26494
  "page": {
26073
26495
  "background-color": {
26074
26496
  "$extensions": {
@@ -27743,7 +28165,7 @@
27743
28165
  }
27744
28166
  },
27745
28167
  "type": "fontFamily",
27746
- "value": "{utrecht.typography.sans-serif.font-family}"
28168
+ "value": "{nl.paragraph.font-family}"
27747
28169
  },
27748
28170
  "name": "utrechtParagraphFontFamily",
27749
28171
  "attributes": {},
@@ -27786,7 +28208,7 @@
27786
28208
  }
27787
28209
  },
27788
28210
  "type": "fontSize",
27789
- "value": "{utrecht.typography.scale.md.font-size}"
28211
+ "value": "{nl.paragraph.font-size}"
27790
28212
  },
27791
28213
  "name": "utrechtParagraphFontSize",
27792
28214
  "attributes": {},
@@ -27823,7 +28245,7 @@
27823
28245
  }
27824
28246
  },
27825
28247
  "type": "fontWeight",
27826
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28248
+ "value": "{nl.paragraph.font-weight}"
27827
28249
  },
27828
28250
  "name": "utrechtParagraphFontWeight",
27829
28251
  "attributes": {},
@@ -27872,7 +28294,7 @@
27872
28294
  }
27873
28295
  },
27874
28296
  "type": "lineHeight",
27875
- "value": "{utrecht.typography.line-height.md}"
28297
+ "value": "{nl.paragraph.line-height}"
27876
28298
  },
27877
28299
  "name": "utrechtParagraphLineHeight",
27878
28300
  "attributes": {},
@@ -27969,33 +28391,7 @@
27969
28391
  ],
27970
28392
  "nl.nldesignsystem.figma.supports-token": true
27971
28393
  },
27972
- "type": "color",
27973
- "value": "hsl(0 0% 0%)",
27974
- "filePath": "src/component/utrecht/paragraph.tokens.json",
27975
- "isSource": true,
27976
- "original": {
27977
- "$extensions": {
27978
- "nl.nldesignsystem.css.property": {
27979
- "syntax": "<color>",
27980
- "inherits": true
27981
- },
27982
- "nl.nldesignsystem.fallback": [
27983
- "utrecht.paragraph.color",
27984
- "utrecht.document.color"
27985
- ],
27986
- "nl.nldesignsystem.figma.supports-token": true
27987
- },
27988
- "type": "color",
27989
- "value": "{utrecht.document.color}"
27990
- },
27991
- "name": "utrechtParagraphLeadColor",
27992
- "attributes": {},
27993
- "path": [
27994
- "utrecht",
27995
- "paragraph",
27996
- "lead",
27997
- "color"
27998
- ]
28394
+ "type": "color"
27999
28395
  },
28000
28396
  "font-size": {
28001
28397
  "$extensions": {
@@ -28032,7 +28428,7 @@
28032
28428
  }
28033
28429
  },
28034
28430
  "type": "fontSize",
28035
- "value": "{utrecht.typography.scale.xl.font-size}"
28431
+ "value": "{nl.paragraph.lead.font-size}"
28036
28432
  },
28037
28433
  "name": "utrechtParagraphLeadFontSize",
28038
28434
  "attributes": {},
@@ -28078,7 +28474,7 @@
28078
28474
  }
28079
28475
  },
28080
28476
  "type": "fontWeight",
28081
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28477
+ "value": "{nl.paragraph.lead.font-weight}"
28082
28478
  },
28083
28479
  "name": "utrechtParagraphLeadFontWeight",
28084
28480
  "attributes": {},
@@ -28130,7 +28526,7 @@
28130
28526
  }
28131
28527
  },
28132
28528
  "type": "lineHeight",
28133
- "value": "{utrecht.typography.line-height.md}"
28529
+ "value": "{nl.paragraph.lead.line-height}"
28134
28530
  },
28135
28531
  "name": "utrechtParagraphLeadLineHeight",
28136
28532
  "attributes": {},
@@ -29659,6 +30055,38 @@
29659
30055
  }
29660
30056
  }
29661
30057
  },
30058
+ "root": {
30059
+ "background-color": {
30060
+ "$extensions": {
30061
+ "nl.nldesignsystem.css.property": {
30062
+ "syntax": "<color>",
30063
+ "inherits": true
30064
+ },
30065
+ "nl.nldesignsystem.figma.supports-token": false
30066
+ },
30067
+ "type": "color"
30068
+ },
30069
+ "color": {
30070
+ "$extensions": {
30071
+ "nl.nldesignsystem.css.property": {
30072
+ "syntax": "<color>",
30073
+ "inherits": true
30074
+ },
30075
+ "nl.nldesignsystem.figma.supports-token": false
30076
+ },
30077
+ "type": "color"
30078
+ },
30079
+ "font-family": {
30080
+ "$extensions": {
30081
+ "nl.nldesignsystem.css.property": {
30082
+ "syntax": "*",
30083
+ "inherits": true
30084
+ },
30085
+ "nl.nldesignsystem.figma.supports-token": false
30086
+ },
30087
+ "type": "fontFamilies"
30088
+ }
30089
+ },
29662
30090
  "search-bar": {
29663
30091
  "button": {
29664
30092
  "background-color": {
@@ -31379,7 +31807,7 @@
31379
31807
  "nl.nldesignsystem.figma.supports-token": true
31380
31808
  },
31381
31809
  "type": "color",
31382
- "value": "{utrecht.topnav.list.background-color}"
31810
+ "value": "{nl.skip-link.background-color}"
31383
31811
  },
31384
31812
  "name": "utrechtSkipLinkBackgroundColor",
31385
31813
  "attributes": {},
@@ -31410,7 +31838,7 @@
31410
31838
  "nl.nldesignsystem.figma.supports-token": true
31411
31839
  },
31412
31840
  "type": "color",
31413
- "value": "{utrecht.topnav.link.color}"
31841
+ "value": "{nl.skip-link.color}"
31414
31842
  },
31415
31843
  "name": "utrechtSkipLinkColor",
31416
31844
  "attributes": {},
@@ -31467,7 +31895,7 @@
31467
31895
  }
31468
31896
  },
31469
31897
  "type": "dimension",
31470
- "value": "{utrecht.button.padding-block-start}"
31898
+ "value": "{nl.skip-link.padding-block}"
31471
31899
  },
31472
31900
  "name": "utrechtSkipLinkPaddingBlockStart",
31473
31901
  "attributes": {},
@@ -31504,7 +31932,7 @@
31504
31932
  }
31505
31933
  },
31506
31934
  "type": "dimension",
31507
- "value": "{utrecht.button.padding-block-end}"
31935
+ "value": "{nl.skip-link.padding-block}"
31508
31936
  },
31509
31937
  "name": "utrechtSkipLinkPaddingBlockEnd",
31510
31938
  "attributes": {},
@@ -31541,7 +31969,7 @@
31541
31969
  }
31542
31970
  },
31543
31971
  "type": "dimension",
31544
- "value": "{utrecht.button.padding-inline-start}"
31972
+ "value": "{nl.skip-link.padding-inline}"
31545
31973
  },
31546
31974
  "name": "utrechtSkipLinkPaddingInlineStart",
31547
31975
  "attributes": {},
@@ -31578,7 +32006,7 @@
31578
32006
  }
31579
32007
  },
31580
32008
  "type": "dimension",
31581
- "value": "{utrecht.button.padding-inline-end}"
32009
+ "value": "{nl.skip-link.padding-inline}"
31582
32010
  },
31583
32011
  "name": "utrechtSkipLinkPaddingInlineEnd",
31584
32012
  "attributes": {},
@@ -31617,7 +32045,7 @@
31617
32045
  "nl.nldesignsystem.figma.supports-token": true
31618
32046
  },
31619
32047
  "type": "textDecoration",
31620
- "value": "{utrecht.link.text-decoration}"
32048
+ "value": "{nl.skip-link.text-decoration}"
31621
32049
  },
31622
32050
  "name": "utrechtSkipLinkTextDecoration",
31623
32051
  "attributes": {},
@@ -31666,7 +32094,7 @@
31666
32094
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
31667
32095
  },
31668
32096
  "type": "color",
31669
- "value": "{utrecht.topnav.link.focus.background-color}"
32097
+ "value": "{nl.skip-link.focus-visible.background-color}"
31670
32098
  },
31671
32099
  "name": "utrechtSkipLinkFocusBackgroundColor",
31672
32100
  "attributes": {},
@@ -31702,7 +32130,7 @@
31702
32130
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
31703
32131
  },
31704
32132
  "type": "color",
31705
- "value": "{utrecht.topnav.link.focus.color}"
32133
+ "value": "{nl.skip-link.focus-visible.color}"
31706
32134
  },
31707
32135
  "name": "utrechtSkipLinkFocusColor",
31708
32136
  "attributes": {},
@@ -31780,7 +32208,7 @@
31780
32208
  "nl.nldesignsystem.figma.supports-token": true
31781
32209
  },
31782
32210
  "type": "textDecoration",
31783
- "value": "{utrecht.link.focus-visible.text-decoration}"
32211
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
31784
32212
  },
31785
32213
  "name": "utrechtSkipLinkFocusVisibleTextDecoration",
31786
32214
  "attributes": {},
@@ -38601,6 +39029,1003 @@
38601
39029
  }
38602
39030
  }
38603
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
+ },
38604
40029
  "of": {
38605
40030
  "layout": {
38606
40031
  "background": {