@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
@@ -2090,6 +2090,7 @@ module.exports = {
2090
2090
  }
2091
2091
  }
2092
2092
  },
2093
+ "alternate-lang-nav": {},
2093
2094
  "article": {
2094
2095
  "max-inline-size": {
2095
2096
  "$extensions": {
@@ -2590,31 +2591,6 @@ module.exports = {
2590
2591
  ]
2591
2592
  }
2592
2593
  },
2593
- "badge-data": {
2594
- "letter-spacing": {
2595
- "$extensions": {
2596
- "nl.nldesignsystem.css.property": {
2597
- "syntax": "<length>",
2598
- "inherits": true
2599
- },
2600
- "nl.nldesignsystem.figma.supports-token": false
2601
- },
2602
- "type": "letterSpacing"
2603
- },
2604
- "text-transform": {
2605
- "$extensions": {
2606
- "nl.nldesignsystem.css.property": {
2607
- "syntax": [
2608
- "inherit",
2609
- "uppercase"
2610
- ],
2611
- "inherits": true
2612
- },
2613
- "nl.nldesignsystem.figma.supports-token": false
2614
- },
2615
- "type": "textCase"
2616
- }
2617
- },
2618
2594
  "badge-list": {
2619
2595
  "row-gap": {
2620
2596
  "$extensions": {
@@ -2720,7 +2696,7 @@ module.exports = {
2720
2696
  "nl.nldesignsystem.figma.supports-token": false
2721
2697
  },
2722
2698
  "type": "color",
2723
- "value": "{utrecht.color.grey.30}"
2699
+ "value": "{nl.data-badge.background-color}"
2724
2700
  },
2725
2701
  "name": "background-color",
2726
2702
  "attributes": {},
@@ -2759,7 +2735,7 @@ module.exports = {
2759
2735
  }
2760
2736
  },
2761
2737
  "type": "dimension",
2762
- "value": "0"
2738
+ "value": "{nl.data-badge.border-radius}"
2763
2739
  },
2764
2740
  "name": "border-radius",
2765
2741
  "attributes": {},
@@ -2792,7 +2768,7 @@ module.exports = {
2792
2768
  "nl.nldesignsystem.figma.supports-token": false
2793
2769
  },
2794
2770
  "type": "color",
2795
- "value": "{utrecht.color.white}"
2771
+ "value": "{nl.data-badge.color}"
2796
2772
  },
2797
2773
  "name": "color",
2798
2774
  "attributes": {},
@@ -2864,7 +2840,7 @@ module.exports = {
2864
2840
  }
2865
2841
  },
2866
2842
  "type": "dimension",
2867
- "value": "{utrecht.space.block.xs}"
2843
+ "value": "{nl.data-badge.padding-block}"
2868
2844
  },
2869
2845
  "name": "padding-block",
2870
2846
  "attributes": {},
@@ -2903,7 +2879,7 @@ module.exports = {
2903
2879
  }
2904
2880
  },
2905
2881
  "type": "dimension",
2906
- "value": "{utrecht.space.inline.sm}"
2882
+ "value": "{nl.data-badge.padding-inline}"
2907
2883
  },
2908
2884
  "name": "padding-inline",
2909
2885
  "attributes": {},
@@ -3390,6 +3366,51 @@ module.exports = {
3390
3366
  ]
3391
3367
  }
3392
3368
  },
3369
+ "body": {
3370
+ "font-family": {
3371
+ "$extensions": {
3372
+ "nl.nldesignsystem.css.property": {
3373
+ "syntax": "*",
3374
+ "inherits": true
3375
+ },
3376
+ "nl.nldesignsystem.figma.supports-token": true
3377
+ },
3378
+ "type": "fontFamilies"
3379
+ },
3380
+ "font-size": {
3381
+ "$extensions": {
3382
+ "nl.nldesignsystem.css.property": {
3383
+ "syntax": "<length>",
3384
+ "inherits": true
3385
+ },
3386
+ "nl.nldesignsystem.figma.supports-token": true
3387
+ },
3388
+ "type": "fontSizes"
3389
+ },
3390
+ "font-weight": {
3391
+ "$extensions": {
3392
+ "nl.nldesignsystem.css.property": {
3393
+ "syntax": "<number>",
3394
+ "inherits": true
3395
+ },
3396
+ "nl.nldesignsystem.figma.supports-token": true
3397
+ },
3398
+ "type": "fontWeights"
3399
+ },
3400
+ "line-height": {
3401
+ "$extensions": {
3402
+ "nl.nldesignsystem.css.property": {
3403
+ "syntax": [
3404
+ "<length>",
3405
+ "<number>"
3406
+ ],
3407
+ "inherits": true
3408
+ },
3409
+ "nl.nldesignsystem.figma.supports-token": true
3410
+ },
3411
+ "type": "lineHeights"
3412
+ }
3413
+ },
3393
3414
  "breadcrumb-nav": {
3394
3415
  "min-block-size": {
3395
3416
  "$extensions": {
@@ -10297,7 +10318,7 @@ module.exports = {
10297
10318
  "nl.nldesignsystem.figma.supports-token": true
10298
10319
  },
10299
10320
  "type": "color",
10300
- "value": "{utrecht.color.grey.95}"
10321
+ "value": "{nl.code-block.background-color}"
10301
10322
  },
10302
10323
  "name": "background-color",
10303
10324
  "attributes": {},
@@ -10328,7 +10349,7 @@ module.exports = {
10328
10349
  "nl.nldesignsystem.figma.supports-token": true
10329
10350
  },
10330
10351
  "type": "color",
10331
- "value": "{utrecht.color.black}"
10352
+ "value": "{nl.code-block.color}"
10332
10353
  },
10333
10354
  "name": "color",
10334
10355
  "attributes": {},
@@ -10344,9 +10365,36 @@ module.exports = {
10344
10365
  "syntax": "*",
10345
10366
  "inherits": true
10346
10367
  },
10347
- "nl.nldesignsystem.figma.supports-token": true
10368
+ "nl.nldesignsystem.figma.supports-token": true,
10369
+ "studio.tokens": {
10370
+ "originalType": "fontFamilies"
10371
+ }
10348
10372
  },
10349
- "type": "fontFamilies"
10373
+ "type": "fontFamily",
10374
+ "value": "\"Monaco\"",
10375
+ "filePath": "src/component/utrecht/code-block.tokens.json",
10376
+ "isSource": true,
10377
+ "original": {
10378
+ "$extensions": {
10379
+ "nl.nldesignsystem.css.property": {
10380
+ "syntax": "*",
10381
+ "inherits": true
10382
+ },
10383
+ "nl.nldesignsystem.figma.supports-token": true,
10384
+ "studio.tokens": {
10385
+ "originalType": "fontFamilies"
10386
+ }
10387
+ },
10388
+ "type": "fontFamily",
10389
+ "value": "{nl.code-block.font-family}"
10390
+ },
10391
+ "name": "font-family",
10392
+ "attributes": {},
10393
+ "path": [
10394
+ "utrecht",
10395
+ "code-block",
10396
+ "font-family"
10397
+ ]
10350
10398
  },
10351
10399
  "font-size": {
10352
10400
  "$extensions": {
@@ -10375,7 +10423,7 @@ module.exports = {
10375
10423
  }
10376
10424
  },
10377
10425
  "type": "fontSize",
10378
- "value": "{utrecht.typography.scale.md.font-size}"
10426
+ "value": "{nl.code-block.font-size}"
10379
10427
  },
10380
10428
  "name": "font-size",
10381
10429
  "attributes": {},
@@ -10418,7 +10466,7 @@ module.exports = {
10418
10466
  }
10419
10467
  },
10420
10468
  "type": "lineHeight",
10421
- "value": "{utrecht.typography.line-height.md}"
10469
+ "value": "{nl.code-block.line-height}"
10422
10470
  },
10423
10471
  "name": "line-height",
10424
10472
  "attributes": {},
@@ -10549,7 +10597,7 @@ module.exports = {
10549
10597
  }
10550
10598
  },
10551
10599
  "type": "dimension",
10552
- "value": "20px"
10600
+ "value": "{nl.code-block.padding-block}"
10553
10601
  },
10554
10602
  "name": "padding-block-start",
10555
10603
  "attributes": {},
@@ -10586,7 +10634,7 @@ module.exports = {
10586
10634
  }
10587
10635
  },
10588
10636
  "type": "dimension",
10589
- "value": "20px"
10637
+ "value": "{nl.code-block.padding-block}"
10590
10638
  },
10591
10639
  "name": "padding-block-end",
10592
10640
  "attributes": {},
@@ -10623,7 +10671,7 @@ module.exports = {
10623
10671
  }
10624
10672
  },
10625
10673
  "type": "dimension",
10626
- "value": "20px"
10674
+ "value": "{nl.code-block.padding-inline}"
10627
10675
  },
10628
10676
  "name": "padding-inline-start",
10629
10677
  "attributes": {},
@@ -10660,7 +10708,7 @@ module.exports = {
10660
10708
  }
10661
10709
  },
10662
10710
  "type": "dimension",
10663
- "value": "20px"
10711
+ "value": "{nl.code-block.padding-inline}"
10664
10712
  },
10665
10713
  "name": "padding-inline-end",
10666
10714
  "attributes": {},
@@ -10978,6 +11026,20 @@ module.exports = {
10978
11026
  }
10979
11027
  }
10980
11028
  },
11029
+ "combobox": {
11030
+ "popover": {
11031
+ "z-index": {
11032
+ "$extensions": {
11033
+ "nl.nldesignsystem.css.property": {
11034
+ "syntax": "<number>",
11035
+ "inherits": true
11036
+ },
11037
+ "nl.nldesignsystem.figma.supports-token": false
11038
+ },
11039
+ "type": "other"
11040
+ }
11041
+ }
11042
+ },
10981
11043
  "action": {
10982
11044
  "activate": {
10983
11045
  "cursor": {
@@ -14144,6 +14206,126 @@ module.exports = {
14144
14206
  }
14145
14207
  },
14146
14208
  "currency-data": {},
14209
+ "data-badge": {
14210
+ "background-color": {
14211
+ "comment": "Default background color for badge components",
14212
+ "$extensions": {
14213
+ "nl.nldesignsystem.css.property": {
14214
+ "syntax": "<color>",
14215
+ "inherits": true
14216
+ },
14217
+ "nl.nldesignsystem.figma.supports-token": false
14218
+ },
14219
+ "type": "color"
14220
+ },
14221
+ "border-radius": {
14222
+ "comment": "Default corner radius for badge components",
14223
+ "$extensions": {
14224
+ "nl.nldesignsystem.css.property": {
14225
+ "syntax": "<length-percentage>",
14226
+ "inherits": true
14227
+ },
14228
+ "nl.nldesignsystem.figma.supports-token": false
14229
+ },
14230
+ "type": "borderRadius"
14231
+ },
14232
+ "border-width": {
14233
+ "$extensions": {
14234
+ "nl.nldesignsystem.css.property": {
14235
+ "syntax": "<length>",
14236
+ "inherits": true
14237
+ },
14238
+ "nl.nldesignsystem.figma.supports-token": false
14239
+ },
14240
+ "type": "borderWidth"
14241
+ },
14242
+ "color": {
14243
+ "comment": "Default text color for badge components",
14244
+ "$extensions": {
14245
+ "nl.nldesignsystem.css.property": {
14246
+ "syntax": "<color>",
14247
+ "inherits": true
14248
+ },
14249
+ "nl.nldesignsystem.figma.supports-token": false
14250
+ },
14251
+ "type": "color"
14252
+ },
14253
+ "font-size": {
14254
+ "$extensions": {
14255
+ "nl.nldesignsystem.css.property": {
14256
+ "syntax": "<length>",
14257
+ "inherits": true
14258
+ },
14259
+ "nl.nldesignsystem.figma.supports-token": false
14260
+ },
14261
+ "type": "fontSizes"
14262
+ },
14263
+ "font-weight": {
14264
+ "$extensions": {
14265
+ "nl.nldesignsystem.css.property": {
14266
+ "syntax": "<number>",
14267
+ "inherits": true
14268
+ },
14269
+ "nl.nldesignsystem.figma.supports-token": false
14270
+ },
14271
+ "type": "fontWeights"
14272
+ },
14273
+ "line-height": {
14274
+ "$extensions": {
14275
+ "nl.nldesignsystem.css.property": {
14276
+ "syntax": [
14277
+ "<length>",
14278
+ "<number>"
14279
+ ],
14280
+ "inherits": true
14281
+ },
14282
+ "nl.nldesignsystem.figma.supports-token": false
14283
+ },
14284
+ "type": "lineHeights"
14285
+ },
14286
+ "min-block-size": {
14287
+ "$extensions": {
14288
+ "nl.nldesignsystem.css.property": {
14289
+ "syntax": "<length>",
14290
+ "inherits": true
14291
+ },
14292
+ "nl.nldesignsystem.figma.supports-token": false
14293
+ },
14294
+ "type": "sizing"
14295
+ },
14296
+ "min-inline-size": {
14297
+ "$extensions": {
14298
+ "nl.nldesignsystem.css.property": {
14299
+ "syntax": "<length>",
14300
+ "inherits": true
14301
+ },
14302
+ "nl.nldesignsystem.figma.supports-token": false
14303
+ },
14304
+ "type": "sizing"
14305
+ },
14306
+ "padding-block": {
14307
+ "comment": "Default block padding for badge components",
14308
+ "$extensions": {
14309
+ "nl.nldesignsystem.css.property": {
14310
+ "syntax": "<length>",
14311
+ "inherits": true
14312
+ },
14313
+ "nl.nldesignsystem.figma.supports-token": false
14314
+ },
14315
+ "type": "spacing"
14316
+ },
14317
+ "padding-inline": {
14318
+ "comment": "Default inline padding color for badge components",
14319
+ "$extensions": {
14320
+ "nl.nldesignsystem.css.property": {
14321
+ "syntax": "<length>",
14322
+ "inherits": true
14323
+ },
14324
+ "nl.nldesignsystem.figma.supports-token": false
14325
+ },
14326
+ "type": "spacing"
14327
+ }
14328
+ },
14147
14329
  "data-list": {
14148
14330
  "margin-block-end": {
14149
14331
  "$extensions": {
@@ -18372,7 +18554,7 @@ module.exports = {
18372
18554
  }
18373
18555
  },
18374
18556
  "type": "fontFamily",
18375
- "value": "{utrecht.typography.sans-serif.font-family}"
18557
+ "value": "{nl.heading.level-1.font-family}"
18376
18558
  },
18377
18559
  "name": "font-family",
18378
18560
  "attributes": {},
@@ -18409,7 +18591,7 @@ module.exports = {
18409
18591
  }
18410
18592
  },
18411
18593
  "type": "fontSize",
18412
- "value": "{utrecht.typography.scale.4xl.font-size}"
18594
+ "value": "{nl.heading.level-1.font-size}"
18413
18595
  },
18414
18596
  "name": "font-size",
18415
18597
  "attributes": {},
@@ -18452,7 +18634,7 @@ module.exports = {
18452
18634
  }
18453
18635
  },
18454
18636
  "type": "fontWeight",
18455
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
18637
+ "value": "{nl.heading.level-1.font-weight}"
18456
18638
  },
18457
18639
  "name": "font-weight",
18458
18640
  "attributes": {},
@@ -18495,7 +18677,7 @@ module.exports = {
18495
18677
  }
18496
18678
  },
18497
18679
  "type": "lineHeight",
18498
- "value": "{utrecht.typography.line-height.sm}"
18680
+ "value": "{nl.heading.level-1.line-height}"
18499
18681
  },
18500
18682
  "name": "line-height",
18501
18683
  "attributes": {},
@@ -18631,7 +18813,7 @@ module.exports = {
18631
18813
  }
18632
18814
  },
18633
18815
  "type": "fontFamily",
18634
- "value": "{utrecht.typography.sans-serif.font-family}"
18816
+ "value": "{nl.heading.level-2.font-family}"
18635
18817
  },
18636
18818
  "name": "font-family",
18637
18819
  "attributes": {},
@@ -18668,7 +18850,7 @@ module.exports = {
18668
18850
  }
18669
18851
  },
18670
18852
  "type": "fontSize",
18671
- "value": "{utrecht.typography.scale.xl.font-size}"
18853
+ "value": "{nl.heading.level-2.font-size}"
18672
18854
  },
18673
18855
  "name": "font-size",
18674
18856
  "attributes": {},
@@ -18711,7 +18893,7 @@ module.exports = {
18711
18893
  }
18712
18894
  },
18713
18895
  "type": "fontWeight",
18714
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
18896
+ "value": "{nl.heading.level-2.font-weight}"
18715
18897
  },
18716
18898
  "name": "font-weight",
18717
18899
  "attributes": {},
@@ -18754,7 +18936,7 @@ module.exports = {
18754
18936
  }
18755
18937
  },
18756
18938
  "type": "lineHeight",
18757
- "value": "{utrecht.typography.line-height.sm}"
18939
+ "value": "{nl.heading.level-2.line-height}"
18758
18940
  },
18759
18941
  "name": "line-height",
18760
18942
  "attributes": {},
@@ -18890,7 +19072,7 @@ module.exports = {
18890
19072
  }
18891
19073
  },
18892
19074
  "type": "fontFamily",
18893
- "value": "{utrecht.typography.sans-serif.font-family}"
19075
+ "value": "{nl.heading.level-3.font-family}"
18894
19076
  },
18895
19077
  "name": "font-family",
18896
19078
  "attributes": {},
@@ -18927,7 +19109,7 @@ module.exports = {
18927
19109
  }
18928
19110
  },
18929
19111
  "type": "fontSize",
18930
- "value": "{utrecht.typography.scale.xl.font-size}"
19112
+ "value": "{nl.heading.level-3.font-size}"
18931
19113
  },
18932
19114
  "name": "font-size",
18933
19115
  "attributes": {},
@@ -18970,7 +19152,7 @@ module.exports = {
18970
19152
  }
18971
19153
  },
18972
19154
  "type": "fontWeight",
18973
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19155
+ "value": "{nl.heading.level-3.font-weight}"
18974
19156
  },
18975
19157
  "name": "font-weight",
18976
19158
  "attributes": {},
@@ -19013,7 +19195,7 @@ module.exports = {
19013
19195
  }
19014
19196
  },
19015
19197
  "type": "lineHeight",
19016
- "value": "{utrecht.typography.line-height.sm}"
19198
+ "value": "{nl.heading.level-3.line-height}"
19017
19199
  },
19018
19200
  "name": "line-height",
19019
19201
  "attributes": {},
@@ -19149,7 +19331,7 @@ module.exports = {
19149
19331
  }
19150
19332
  },
19151
19333
  "type": "fontFamily",
19152
- "value": "{utrecht.typography.sans-serif.font-family}"
19334
+ "value": "{nl.heading.level-4.font-family}"
19153
19335
  },
19154
19336
  "name": "font-family",
19155
19337
  "attributes": {},
@@ -19186,7 +19368,7 @@ module.exports = {
19186
19368
  }
19187
19369
  },
19188
19370
  "type": "fontSize",
19189
- "value": "{utrecht.typography.scale.lg.font-size}"
19371
+ "value": "{nl.heading.level-4.font-size}"
19190
19372
  },
19191
19373
  "name": "font-size",
19192
19374
  "attributes": {},
@@ -19229,7 +19411,7 @@ module.exports = {
19229
19411
  }
19230
19412
  },
19231
19413
  "type": "fontWeight",
19232
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19414
+ "value": "{nl.heading.level-4.font-weight}"
19233
19415
  },
19234
19416
  "name": "font-weight",
19235
19417
  "attributes": {},
@@ -19272,7 +19454,7 @@ module.exports = {
19272
19454
  }
19273
19455
  },
19274
19456
  "type": "lineHeight",
19275
- "value": "{utrecht.typography.line-height.md}"
19457
+ "value": "{nl.heading.level-4.line-height}"
19276
19458
  },
19277
19459
  "name": "line-height",
19278
19460
  "attributes": {},
@@ -19408,7 +19590,7 @@ module.exports = {
19408
19590
  }
19409
19591
  },
19410
19592
  "type": "fontFamily",
19411
- "value": "{utrecht.typography.sans-serif.font-family}"
19593
+ "value": "{nl.heading.level-5.font-family}"
19412
19594
  },
19413
19595
  "name": "font-family",
19414
19596
  "attributes": {},
@@ -19445,7 +19627,7 @@ module.exports = {
19445
19627
  }
19446
19628
  },
19447
19629
  "type": "fontSize",
19448
- "value": "{utrecht.typography.scale.sm.font-size}"
19630
+ "value": "{nl.heading.level-5.font-size}"
19449
19631
  },
19450
19632
  "name": "font-size",
19451
19633
  "attributes": {},
@@ -19488,7 +19670,7 @@ module.exports = {
19488
19670
  }
19489
19671
  },
19490
19672
  "type": "fontWeight",
19491
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19673
+ "value": "{nl.heading.level-5.font-weight}"
19492
19674
  },
19493
19675
  "name": "font-weight",
19494
19676
  "attributes": {},
@@ -19531,7 +19713,7 @@ module.exports = {
19531
19713
  }
19532
19714
  },
19533
19715
  "type": "lineHeight",
19534
- "value": "{utrecht.typography.line-height.md}"
19716
+ "value": "{nl.heading.level-5.line-height}"
19535
19717
  },
19536
19718
  "name": "line-height",
19537
19719
  "attributes": {},
@@ -19666,7 +19848,7 @@ module.exports = {
19666
19848
  }
19667
19849
  },
19668
19850
  "type": "fontFamily",
19669
- "value": "{utrecht.typography.sans-serif.font-family}"
19851
+ "value": "{nl.heading.level-6.font-family}"
19670
19852
  },
19671
19853
  "name": "font-family",
19672
19854
  "attributes": {},
@@ -19703,7 +19885,7 @@ module.exports = {
19703
19885
  }
19704
19886
  },
19705
19887
  "type": "fontSize",
19706
- "value": "{utrecht.typography.scale.sm.font-size}"
19888
+ "value": "{nl.heading.level-6.font-size}"
19707
19889
  },
19708
19890
  "name": "font-size",
19709
19891
  "attributes": {},
@@ -19746,7 +19928,7 @@ module.exports = {
19746
19928
  }
19747
19929
  },
19748
19930
  "type": "fontWeight",
19749
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19931
+ "value": "{nl.heading.level-6.font-weight}"
19750
19932
  },
19751
19933
  "name": "font-weight",
19752
19934
  "attributes": {},
@@ -19789,7 +19971,7 @@ module.exports = {
19789
19971
  }
19790
19972
  },
19791
19973
  "type": "lineHeight",
19792
- "value": "{utrecht.typography.line-height.md}"
19974
+ "value": "{nl.heading.level-6.line-height}"
19793
19975
  },
19794
19976
  "name": "line-height",
19795
19977
  "attributes": {},
@@ -19901,6 +20083,7 @@ module.exports = {
19901
20083
  ]
19902
20084
  }
19903
20085
  },
20086
+ "html-content": {},
19904
20087
  "iban-data": {},
19905
20088
  "icon": {
19906
20089
  "color": {
@@ -23136,7 +23319,7 @@ module.exports = {
23136
23319
  "nl.nldesignsystem.figma.supports-token": true
23137
23320
  },
23138
23321
  "type": "color",
23139
- "value": "{utrecht.color.yellow.60}"
23322
+ "value": "{nl.mark.background-color}"
23140
23323
  },
23141
23324
  "name": "background-color",
23142
23325
  "attributes": {},
@@ -23167,7 +23350,7 @@ module.exports = {
23167
23350
  "nl.nldesignsystem.figma.supports-token": true
23168
23351
  },
23169
23352
  "type": "color",
23170
- "value": "{utrecht.color.black}"
23353
+ "value": "{nl.mark.color}"
23171
23354
  },
23172
23355
  "name": "color",
23173
23356
  "attributes": {},
@@ -23243,6 +23426,26 @@ module.exports = {
23243
23426
  ]
23244
23427
  },
23245
23428
  "content": {
23429
+ "background-color": {
23430
+ "$extensions": {
23431
+ "nl.nldesignsystem.css.property": {
23432
+ "syntax": "<color>",
23433
+ "inherits": true
23434
+ },
23435
+ "nl.nldesignsystem.figma.supports-token": false
23436
+ },
23437
+ "type": "color"
23438
+ },
23439
+ "color": {
23440
+ "$extensions": {
23441
+ "nl.nldesignsystem.css.property": {
23442
+ "syntax": "<color>",
23443
+ "inherits": true
23444
+ },
23445
+ "nl.nldesignsystem.figma.supports-token": false
23446
+ },
23447
+ "type": "color"
23448
+ },
23246
23449
  "max-inline-size": {
23247
23450
  "$extensions": {
23248
23451
  "nl.nldesignsystem.css.property": {
@@ -23820,7 +24023,7 @@ module.exports = {
23820
24023
  "nl.nldesignsystem.figma.supports-token": true
23821
24024
  },
23822
24025
  "type": "color",
23823
- "value": "{utrecht.color.red.40}"
24026
+ "value": "{nl.number-badge.background-color}"
23824
24027
  },
23825
24028
  "name": "background-color",
23826
24029
  "attributes": {},
@@ -23876,7 +24079,7 @@ module.exports = {
23876
24079
  }
23877
24080
  },
23878
24081
  "type": "dimension",
23879
- "value": "{utrecht.number-badge.font-size}"
24082
+ "value": "{nl.number-badge.border-radius}"
23880
24083
  },
23881
24084
  "name": "border-radius",
23882
24085
  "attributes": {},
@@ -23928,7 +24131,7 @@ module.exports = {
23928
24131
  "nl.nldesignsystem.figma.supports-token": true
23929
24132
  },
23930
24133
  "type": "color",
23931
- "value": "{utrecht.color.white}"
24134
+ "value": "{nl.number-badge.color}"
23932
24135
  },
23933
24136
  "name": "color",
23934
24137
  "attributes": {},
@@ -23985,7 +24188,7 @@ module.exports = {
23985
24188
  }
23986
24189
  },
23987
24190
  "type": "fontSize",
23988
- "value": "{utrecht.typography.scale.md.font-size}"
24191
+ "value": "{nl.number-badge.font-size}"
23989
24192
  },
23990
24193
  "name": "font-size",
23991
24194
  "attributes": {},
@@ -24078,7 +24281,7 @@ module.exports = {
24078
24281
  }
24079
24282
  },
24080
24283
  "type": "dimension",
24081
- "value": "1ex"
24284
+ "value": "{nl.number-badge.padding-block}"
24082
24285
  },
24083
24286
  "name": "padding-block",
24084
24287
  "attributes": {},
@@ -24123,7 +24326,7 @@ module.exports = {
24123
24326
  }
24124
24327
  },
24125
24328
  "type": "dimension",
24126
- "value": "1ex"
24329
+ "value": "{nl.number-badge.padding-inline}"
24127
24330
  },
24128
24331
  "name": "padding-inline",
24129
24332
  "attributes": {},
@@ -24506,6 +24709,90 @@ module.exports = {
24506
24709
  }
24507
24710
  }
24508
24711
  },
24712
+ "page-body": {
24713
+ "background-color": {
24714
+ "$extensions": {
24715
+ "nl.nldesignsystem.css.property": {
24716
+ "syntax": "<color>",
24717
+ "inherits": true
24718
+ },
24719
+ "nl.nldesignsystem.figma.supports-token": false
24720
+ },
24721
+ "type": "color"
24722
+ },
24723
+ "color": {
24724
+ "$extensions": {
24725
+ "nl.nldesignsystem.css.property": {
24726
+ "syntax": "<color>",
24727
+ "inherits": true
24728
+ },
24729
+ "nl.nldesignsystem.figma.supports-token": false
24730
+ },
24731
+ "type": "color"
24732
+ },
24733
+ "content": {
24734
+ "background-color": {
24735
+ "$extensions": {
24736
+ "nl.nldesignsystem.css.property": {
24737
+ "syntax": "<color>",
24738
+ "inherits": true
24739
+ },
24740
+ "nl.nldesignsystem.figma.supports-token": false
24741
+ },
24742
+ "type": "color"
24743
+ },
24744
+ "color": {
24745
+ "$extensions": {
24746
+ "nl.nldesignsystem.css.property": {
24747
+ "syntax": "<color>",
24748
+ "inherits": true
24749
+ },
24750
+ "nl.nldesignsystem.figma.supports-token": false
24751
+ },
24752
+ "type": "color"
24753
+ },
24754
+ "padding-block-start": {
24755
+ "$extensions": {
24756
+ "nl.nldesignsystem.css.property": {
24757
+ "syntax": "<length>",
24758
+ "inherits": true
24759
+ },
24760
+ "nl.nldesignsystem.figma.supports-token": false
24761
+ },
24762
+ "type": "spacing"
24763
+ },
24764
+ "padding-block-end": {
24765
+ "$extensions": {
24766
+ "nl.nldesignsystem.css.property": {
24767
+ "syntax": "<length>",
24768
+ "inherits": true
24769
+ },
24770
+ "nl.nldesignsystem.figma.supports-token": false
24771
+ },
24772
+ "type": "spacing"
24773
+ },
24774
+ "padding-inline-start": {
24775
+ "$extensions": {
24776
+ "nl.nldesignsystem.css.property": {
24777
+ "syntax": "<length>",
24778
+ "inherits": true
24779
+ },
24780
+ "nl.nldesignsystem.figma.supports-token": false
24781
+ },
24782
+ "type": "spacing"
24783
+ },
24784
+ "padding-inine-end": {
24785
+ "$extensions": {
24786
+ "nl.nldesignsystem.css.property": {
24787
+ "syntax": "<length>",
24788
+ "inherits": true
24789
+ },
24790
+ "nl.nldesignsystem.figma.supports-token": false
24791
+ },
24792
+ "type": "spacing"
24793
+ }
24794
+ }
24795
+ },
24509
24796
  "page-content": {
24510
24797
  "padding-block-start": {
24511
24798
  "$extensions": {
@@ -24843,6 +25130,68 @@ module.exports = {
24843
25130
  "page-footer",
24844
25131
  "padding-block-start"
24845
25132
  ]
25133
+ },
25134
+ "content": {
25135
+ "color": {
25136
+ "$extensions": {
25137
+ "nl.nldesignsystem.css.property": {
25138
+ "syntax": "<color>",
25139
+ "inherits": true
25140
+ },
25141
+ "nl.nldesignsystem.figma.supports-token": false
25142
+ },
25143
+ "type": "color"
25144
+ },
25145
+ "background-color": {
25146
+ "$extensions": {
25147
+ "nl.nldesignsystem.css.property": {
25148
+ "syntax": "<color>",
25149
+ "inherits": true
25150
+ },
25151
+ "nl.nldesignsystem.figma.supports-token": false
25152
+ },
25153
+ "type": "color"
25154
+ },
25155
+ "padding-inline-end": {
25156
+ "$extensions": {
25157
+ "nl.nldesignsystem.css.property": {
25158
+ "syntax": "<length>",
25159
+ "inherits": true
25160
+ },
25161
+ "nl.nldesignsystem.figma.supports-token": false
25162
+ },
25163
+ "type": "spacing"
25164
+ },
25165
+ "padding-inline-start": {
25166
+ "$extensions": {
25167
+ "nl.nldesignsystem.css.property": {
25168
+ "syntax": "<length>",
25169
+ "inherits": true
25170
+ },
25171
+ "nl.nldesignsystem.figma.supports-token": false
25172
+ },
25173
+ "type": "spacing"
25174
+ },
25175
+ "padding-block-end": {
25176
+ "$extensions": {
25177
+ "nl.nldesignsystem.css.property": {
25178
+ "syntax": "<length>",
25179
+ "inherits": true
25180
+ },
25181
+ "nl.nldesignsystem.figma.supports-token": false
25182
+ },
25183
+ "type": "spacing"
25184
+ },
25185
+ "padding-block-start": {
25186
+ "$extensions": {
25187
+ "nl.nldesignsystem.css.property": {
25188
+ "syntax": "<length>",
25189
+ "inherits": true
25190
+ },
25191
+ "nl.nldesignsystem.figma.supports-token": false
25192
+ },
25193
+ "type": "spacing"
25194
+ }
24846
25195
  }
24847
25196
  },
24848
25197
  "page-header": {
@@ -24856,6 +25205,16 @@ module.exports = {
24856
25205
  },
24857
25206
  "type": "color"
24858
25207
  },
25208
+ "border-block-end-color": {
25209
+ "$extensions": {
25210
+ "nl.nldesignsystem.css.property": {
25211
+ "syntax": "<color>",
25212
+ "inherits": true
25213
+ },
25214
+ "nl.nldesignsystem.figma.supports-token": false
25215
+ },
25216
+ "type": "color"
25217
+ },
24859
25218
  "color": {
24860
25219
  "$extensions": {
24861
25220
  "nl.nldesignsystem.css.property": {
@@ -25013,8 +25372,71 @@ module.exports = {
25013
25372
  "page-header",
25014
25373
  "padding-inline-end"
25015
25374
  ]
25375
+ },
25376
+ "content": {
25377
+ "background-color": {
25378
+ "$extensions": {
25379
+ "nl.nldesignsystem.css.property": {
25380
+ "syntax": "<color>",
25381
+ "inherits": true
25382
+ },
25383
+ "nl.nldesignsystem.figma.supports-token": false
25384
+ },
25385
+ "type": "color"
25386
+ },
25387
+ "color": {
25388
+ "$extensions": {
25389
+ "nl.nldesignsystem.css.property": {
25390
+ "syntax": "<color>",
25391
+ "inherits": true
25392
+ },
25393
+ "nl.nldesignsystem.figma.supports-token": false
25394
+ },
25395
+ "type": "color"
25396
+ },
25397
+ "padding-block-start": {
25398
+ "$extensions": {
25399
+ "nl.nldesignsystem.css.property": {
25400
+ "syntax": "<length>",
25401
+ "inherits": true
25402
+ },
25403
+ "nl.nldesignsystem.figma.supports-token": false
25404
+ },
25405
+ "type": "spacing"
25406
+ },
25407
+ "padding-block-end": {
25408
+ "$extensions": {
25409
+ "nl.nldesignsystem.css.property": {
25410
+ "syntax": "<length>",
25411
+ "inherits": true
25412
+ },
25413
+ "nl.nldesignsystem.figma.supports-token": false
25414
+ },
25415
+ "type": "spacing"
25416
+ },
25417
+ "padding-inline-start": {
25418
+ "$extensions": {
25419
+ "nl.nldesignsystem.css.property": {
25420
+ "syntax": "<length>",
25421
+ "inherits": true
25422
+ },
25423
+ "nl.nldesignsystem.figma.supports-token": false
25424
+ },
25425
+ "type": "spacing"
25426
+ },
25427
+ "padding-inline-end": {
25428
+ "$extensions": {
25429
+ "nl.nldesignsystem.css.property": {
25430
+ "syntax": "<length>",
25431
+ "inherits": true
25432
+ },
25433
+ "nl.nldesignsystem.figma.supports-token": false
25434
+ },
25435
+ "type": "spacing"
25436
+ }
25016
25437
  }
25017
25438
  },
25439
+ "page-layout": {},
25018
25440
  "page": {
25019
25441
  "background-color": {
25020
25442
  "value": "hsl(0 0% 15%)",
@@ -26657,7 +27079,7 @@ module.exports = {
26657
27079
  }
26658
27080
  },
26659
27081
  "type": "fontFamily",
26660
- "value": "{utrecht.typography.sans-serif.font-family}"
27082
+ "value": "{nl.paragraph.font-family}"
26661
27083
  },
26662
27084
  "name": "font-family",
26663
27085
  "attributes": {},
@@ -26700,7 +27122,7 @@ module.exports = {
26700
27122
  }
26701
27123
  },
26702
27124
  "type": "fontSize",
26703
- "value": "{utrecht.typography.scale.md.font-size}"
27125
+ "value": "{nl.paragraph.font-size}"
26704
27126
  },
26705
27127
  "name": "font-size",
26706
27128
  "attributes": {},
@@ -26737,7 +27159,7 @@ module.exports = {
26737
27159
  }
26738
27160
  },
26739
27161
  "type": "fontWeight",
26740
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
27162
+ "value": "{nl.paragraph.font-weight}"
26741
27163
  },
26742
27164
  "name": "font-weight",
26743
27165
  "attributes": {},
@@ -26786,7 +27208,7 @@ module.exports = {
26786
27208
  }
26787
27209
  },
26788
27210
  "type": "lineHeight",
26789
- "value": "{utrecht.typography.line-height.md}"
27211
+ "value": "{nl.paragraph.line-height}"
26790
27212
  },
26791
27213
  "name": "line-height",
26792
27214
  "attributes": {},
@@ -26883,33 +27305,7 @@ module.exports = {
26883
27305
  ],
26884
27306
  "nl.nldesignsystem.figma.supports-token": true
26885
27307
  },
26886
- "type": "color",
26887
- "value": "hsl(0 0% 95%)",
26888
- "filePath": "src/component/utrecht/paragraph.tokens.json",
26889
- "isSource": true,
26890
- "original": {
26891
- "$extensions": {
26892
- "nl.nldesignsystem.css.property": {
26893
- "syntax": "<color>",
26894
- "inherits": true
26895
- },
26896
- "nl.nldesignsystem.fallback": [
26897
- "utrecht.paragraph.color",
26898
- "utrecht.document.color"
26899
- ],
26900
- "nl.nldesignsystem.figma.supports-token": true
26901
- },
26902
- "type": "color",
26903
- "value": "{utrecht.document.color}"
26904
- },
26905
- "name": "color",
26906
- "attributes": {},
26907
- "path": [
26908
- "utrecht",
26909
- "paragraph",
26910
- "lead",
26911
- "color"
26912
- ]
27308
+ "type": "color"
26913
27309
  },
26914
27310
  "font-size": {
26915
27311
  "$extensions": {
@@ -26946,7 +27342,7 @@ module.exports = {
26946
27342
  }
26947
27343
  },
26948
27344
  "type": "fontSize",
26949
- "value": "{utrecht.typography.scale.xl.font-size}"
27345
+ "value": "{nl.paragraph.lead.font-size}"
26950
27346
  },
26951
27347
  "name": "font-size",
26952
27348
  "attributes": {},
@@ -26992,7 +27388,7 @@ module.exports = {
26992
27388
  }
26993
27389
  },
26994
27390
  "type": "fontWeight",
26995
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
27391
+ "value": "{nl.paragraph.lead.font-weight}"
26996
27392
  },
26997
27393
  "name": "font-weight",
26998
27394
  "attributes": {},
@@ -27044,7 +27440,7 @@ module.exports = {
27044
27440
  }
27045
27441
  },
27046
27442
  "type": "lineHeight",
27047
- "value": "{utrecht.typography.line-height.md}"
27443
+ "value": "{nl.paragraph.lead.line-height}"
27048
27444
  },
27049
27445
  "name": "line-height",
27050
27446
  "attributes": {},
@@ -28573,6 +28969,38 @@ module.exports = {
28573
28969
  }
28574
28970
  }
28575
28971
  },
28972
+ "root": {
28973
+ "background-color": {
28974
+ "$extensions": {
28975
+ "nl.nldesignsystem.css.property": {
28976
+ "syntax": "<color>",
28977
+ "inherits": true
28978
+ },
28979
+ "nl.nldesignsystem.figma.supports-token": false
28980
+ },
28981
+ "type": "color"
28982
+ },
28983
+ "color": {
28984
+ "$extensions": {
28985
+ "nl.nldesignsystem.css.property": {
28986
+ "syntax": "<color>",
28987
+ "inherits": true
28988
+ },
28989
+ "nl.nldesignsystem.figma.supports-token": false
28990
+ },
28991
+ "type": "color"
28992
+ },
28993
+ "font-family": {
28994
+ "$extensions": {
28995
+ "nl.nldesignsystem.css.property": {
28996
+ "syntax": "*",
28997
+ "inherits": true
28998
+ },
28999
+ "nl.nldesignsystem.figma.supports-token": false
29000
+ },
29001
+ "type": "fontFamilies"
29002
+ }
29003
+ },
28576
29004
  "search-bar": {
28577
29005
  "button": {
28578
29006
  "background-color": {
@@ -30293,7 +30721,7 @@ module.exports = {
30293
30721
  "nl.nldesignsystem.figma.supports-token": true
30294
30722
  },
30295
30723
  "type": "color",
30296
- "value": "{utrecht.topnav.list.background-color}"
30724
+ "value": "{nl.skip-link.background-color}"
30297
30725
  },
30298
30726
  "name": "background-color",
30299
30727
  "attributes": {},
@@ -30324,7 +30752,7 @@ module.exports = {
30324
30752
  "nl.nldesignsystem.figma.supports-token": true
30325
30753
  },
30326
30754
  "type": "color",
30327
- "value": "{utrecht.topnav.link.color}"
30755
+ "value": "{nl.skip-link.color}"
30328
30756
  },
30329
30757
  "name": "color",
30330
30758
  "attributes": {},
@@ -30381,7 +30809,7 @@ module.exports = {
30381
30809
  }
30382
30810
  },
30383
30811
  "type": "dimension",
30384
- "value": "{utrecht.button.padding-block-start}"
30812
+ "value": "{nl.skip-link.padding-block}"
30385
30813
  },
30386
30814
  "name": "padding-block-start",
30387
30815
  "attributes": {},
@@ -30418,7 +30846,7 @@ module.exports = {
30418
30846
  }
30419
30847
  },
30420
30848
  "type": "dimension",
30421
- "value": "{utrecht.button.padding-block-end}"
30849
+ "value": "{nl.skip-link.padding-block}"
30422
30850
  },
30423
30851
  "name": "padding-block-end",
30424
30852
  "attributes": {},
@@ -30455,7 +30883,7 @@ module.exports = {
30455
30883
  }
30456
30884
  },
30457
30885
  "type": "dimension",
30458
- "value": "{utrecht.button.padding-inline-start}"
30886
+ "value": "{nl.skip-link.padding-inline}"
30459
30887
  },
30460
30888
  "name": "padding-inline-start",
30461
30889
  "attributes": {},
@@ -30492,7 +30920,7 @@ module.exports = {
30492
30920
  }
30493
30921
  },
30494
30922
  "type": "dimension",
30495
- "value": "{utrecht.button.padding-inline-end}"
30923
+ "value": "{nl.skip-link.padding-inline}"
30496
30924
  },
30497
30925
  "name": "padding-inline-end",
30498
30926
  "attributes": {},
@@ -30531,7 +30959,7 @@ module.exports = {
30531
30959
  "nl.nldesignsystem.figma.supports-token": true
30532
30960
  },
30533
30961
  "type": "textDecoration",
30534
- "value": "{utrecht.link.text-decoration}"
30962
+ "value": "{nl.skip-link.text-decoration}"
30535
30963
  },
30536
30964
  "name": "text-decoration",
30537
30965
  "attributes": {},
@@ -30580,7 +31008,7 @@ module.exports = {
30580
31008
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
30581
31009
  },
30582
31010
  "type": "color",
30583
- "value": "{utrecht.topnav.link.focus.background-color}"
31011
+ "value": "{nl.skip-link.focus-visible.background-color}"
30584
31012
  },
30585
31013
  "name": "background-color",
30586
31014
  "attributes": {},
@@ -30616,7 +31044,7 @@ module.exports = {
30616
31044
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
30617
31045
  },
30618
31046
  "type": "color",
30619
- "value": "{utrecht.topnav.link.focus.color}"
31047
+ "value": "{nl.skip-link.focus-visible.color}"
30620
31048
  },
30621
31049
  "name": "color",
30622
31050
  "attributes": {},
@@ -30694,7 +31122,7 @@ module.exports = {
30694
31122
  "nl.nldesignsystem.figma.supports-token": true
30695
31123
  },
30696
31124
  "type": "textDecoration",
30697
- "value": "{utrecht.link.focus-visible.text-decoration}"
31125
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
30698
31126
  },
30699
31127
  "name": "text-decoration",
30700
31128
  "attributes": {},
@@ -37463,6 +37891,1003 @@ module.exports = {
37463
37891
  }
37464
37892
  }
37465
37893
  },
37894
+ "nl": {
37895
+ "code-block": {
37896
+ "background-color": {
37897
+ "value": "hsl(0 0% 95%)",
37898
+ "filePath": "src/component/nl/code-block.tokens.json",
37899
+ "isSource": true,
37900
+ "original": {
37901
+ "value": "{utrecht.color.grey.95}"
37902
+ },
37903
+ "name": "background-color",
37904
+ "attributes": {},
37905
+ "path": [
37906
+ "nl",
37907
+ "code-block",
37908
+ "background-color"
37909
+ ]
37910
+ },
37911
+ "color": {
37912
+ "value": "hsl(0 0% 0%)",
37913
+ "filePath": "src/component/nl/code-block.tokens.json",
37914
+ "isSource": true,
37915
+ "original": {
37916
+ "value": "{utrecht.color.black}"
37917
+ },
37918
+ "name": "color",
37919
+ "attributes": {},
37920
+ "path": [
37921
+ "nl",
37922
+ "code-block",
37923
+ "color"
37924
+ ]
37925
+ },
37926
+ "font-family": {
37927
+ "value": "\"Monaco\"",
37928
+ "filePath": "src/component/nl/code-block.tokens.json",
37929
+ "isSource": true,
37930
+ "original": {
37931
+ "value": "\"Monaco\""
37932
+ },
37933
+ "name": "font-family",
37934
+ "attributes": {},
37935
+ "path": [
37936
+ "nl",
37937
+ "code-block",
37938
+ "font-family"
37939
+ ]
37940
+ },
37941
+ "font-size": {
37942
+ "value": "1rem",
37943
+ "filePath": "src/component/nl/code-block.tokens.json",
37944
+ "isSource": true,
37945
+ "original": {
37946
+ "value": "{utrecht.typography.scale.md.font-size}"
37947
+ },
37948
+ "name": "font-size",
37949
+ "attributes": {},
37950
+ "path": [
37951
+ "nl",
37952
+ "code-block",
37953
+ "font-size"
37954
+ ]
37955
+ },
37956
+ "line-height": {
37957
+ "value": "1.5",
37958
+ "filePath": "src/component/nl/code-block.tokens.json",
37959
+ "isSource": true,
37960
+ "original": {
37961
+ "value": "{utrecht.typography.line-height.md}"
37962
+ },
37963
+ "name": "line-height",
37964
+ "attributes": {},
37965
+ "path": [
37966
+ "nl",
37967
+ "code-block",
37968
+ "line-height"
37969
+ ]
37970
+ },
37971
+ "padding-block": {
37972
+ "value": "20px",
37973
+ "filePath": "src/component/nl/code-block.tokens.json",
37974
+ "isSource": true,
37975
+ "original": {
37976
+ "value": "20px"
37977
+ },
37978
+ "name": "padding-block",
37979
+ "attributes": {},
37980
+ "path": [
37981
+ "nl",
37982
+ "code-block",
37983
+ "padding-block"
37984
+ ]
37985
+ },
37986
+ "padding-inline": {
37987
+ "value": "20px",
37988
+ "filePath": "src/component/nl/code-block.tokens.json",
37989
+ "isSource": true,
37990
+ "original": {
37991
+ "value": "20px"
37992
+ },
37993
+ "name": "padding-inline",
37994
+ "attributes": {},
37995
+ "path": [
37996
+ "nl",
37997
+ "code-block",
37998
+ "padding-inline"
37999
+ ]
38000
+ }
38001
+ },
38002
+ "code": {
38003
+ "background-color": {},
38004
+ "color": {},
38005
+ "font-family": {},
38006
+ "font-size": {},
38007
+ "line-height": {}
38008
+ },
38009
+ "data-badge": {
38010
+ "background-color": {
38011
+ "value": "hsl(0 0% 30%)",
38012
+ "filePath": "src/component/nl/data-badge.tokens.json",
38013
+ "isSource": true,
38014
+ "original": {
38015
+ "value": "{utrecht.color.grey.30}"
38016
+ },
38017
+ "name": "background-color",
38018
+ "attributes": {},
38019
+ "path": [
38020
+ "nl",
38021
+ "data-badge",
38022
+ "background-color"
38023
+ ]
38024
+ },
38025
+ "border-radius": {
38026
+ "value": "0",
38027
+ "filePath": "src/component/nl/data-badge.tokens.json",
38028
+ "isSource": true,
38029
+ "original": {
38030
+ "value": "0"
38031
+ },
38032
+ "name": "border-radius",
38033
+ "attributes": {},
38034
+ "path": [
38035
+ "nl",
38036
+ "data-badge",
38037
+ "border-radius"
38038
+ ]
38039
+ },
38040
+ "color": {
38041
+ "value": "hsl(0 0% 100%)",
38042
+ "filePath": "src/component/nl/data-badge.tokens.json",
38043
+ "isSource": true,
38044
+ "original": {
38045
+ "value": "{utrecht.color.white}"
38046
+ },
38047
+ "name": "color",
38048
+ "attributes": {},
38049
+ "path": [
38050
+ "nl",
38051
+ "data-badge",
38052
+ "color"
38053
+ ]
38054
+ },
38055
+ "font-weight": {},
38056
+ "padding-block": {
38057
+ "value": "8px",
38058
+ "filePath": "src/component/nl/data-badge.tokens.json",
38059
+ "isSource": true,
38060
+ "original": {
38061
+ "value": "{utrecht.space.block.xs}"
38062
+ },
38063
+ "name": "padding-block",
38064
+ "attributes": {},
38065
+ "path": [
38066
+ "nl",
38067
+ "data-badge",
38068
+ "padding-block"
38069
+ ]
38070
+ },
38071
+ "padding-inline": {
38072
+ "value": "12px",
38073
+ "filePath": "src/component/nl/data-badge.tokens.json",
38074
+ "isSource": true,
38075
+ "original": {
38076
+ "value": "{utrecht.space.inline.sm}"
38077
+ },
38078
+ "name": "padding-inline",
38079
+ "attributes": {},
38080
+ "path": [
38081
+ "nl",
38082
+ "data-badge",
38083
+ "padding-inline"
38084
+ ]
38085
+ }
38086
+ },
38087
+ "heading": {
38088
+ "level-1": {
38089
+ "color": {},
38090
+ "font-family": {
38091
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38092
+ "filePath": "src/component/nl/heading.tokens.json",
38093
+ "isSource": true,
38094
+ "original": {
38095
+ "value": "{utrecht.typography.sans-serif.font-family}"
38096
+ },
38097
+ "name": "font-family",
38098
+ "attributes": {},
38099
+ "path": [
38100
+ "nl",
38101
+ "heading",
38102
+ "level-1",
38103
+ "font-family"
38104
+ ]
38105
+ },
38106
+ "font-size": {
38107
+ "value": "2rem",
38108
+ "filePath": "src/component/nl/heading.tokens.json",
38109
+ "isSource": true,
38110
+ "original": {
38111
+ "value": "{utrecht.typography.scale.4xl.font-size}"
38112
+ },
38113
+ "name": "font-size",
38114
+ "attributes": {},
38115
+ "path": [
38116
+ "nl",
38117
+ "heading",
38118
+ "level-1",
38119
+ "font-size"
38120
+ ]
38121
+ },
38122
+ "font-weight": {
38123
+ "value": "700",
38124
+ "filePath": "src/component/nl/heading.tokens.json",
38125
+ "isSource": true,
38126
+ "original": {
38127
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
38128
+ },
38129
+ "name": "font-weight",
38130
+ "attributes": {},
38131
+ "path": [
38132
+ "nl",
38133
+ "heading",
38134
+ "level-1",
38135
+ "font-weight"
38136
+ ]
38137
+ },
38138
+ "line-height": {
38139
+ "value": "1.25",
38140
+ "filePath": "src/component/nl/heading.tokens.json",
38141
+ "isSource": true,
38142
+ "original": {
38143
+ "value": "{utrecht.typography.line-height.sm}"
38144
+ },
38145
+ "name": "line-height",
38146
+ "attributes": {},
38147
+ "path": [
38148
+ "nl",
38149
+ "heading",
38150
+ "level-1",
38151
+ "line-height"
38152
+ ]
38153
+ }
38154
+ },
38155
+ "level-2": {
38156
+ "color": {},
38157
+ "font-family": {
38158
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38159
+ "filePath": "src/component/nl/heading.tokens.json",
38160
+ "isSource": true,
38161
+ "original": {
38162
+ "value": "{utrecht.typography.sans-serif.font-family}"
38163
+ },
38164
+ "name": "font-family",
38165
+ "attributes": {},
38166
+ "path": [
38167
+ "nl",
38168
+ "heading",
38169
+ "level-2",
38170
+ "font-family"
38171
+ ]
38172
+ },
38173
+ "font-size": {
38174
+ "value": "1.25rem",
38175
+ "filePath": "src/component/nl/heading.tokens.json",
38176
+ "isSource": true,
38177
+ "original": {
38178
+ "value": "{utrecht.typography.scale.xl.font-size}"
38179
+ },
38180
+ "name": "font-size",
38181
+ "attributes": {},
38182
+ "path": [
38183
+ "nl",
38184
+ "heading",
38185
+ "level-2",
38186
+ "font-size"
38187
+ ]
38188
+ },
38189
+ "font-weight": {
38190
+ "value": "700",
38191
+ "filePath": "src/component/nl/heading.tokens.json",
38192
+ "isSource": true,
38193
+ "original": {
38194
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
38195
+ },
38196
+ "name": "font-weight",
38197
+ "attributes": {},
38198
+ "path": [
38199
+ "nl",
38200
+ "heading",
38201
+ "level-2",
38202
+ "font-weight"
38203
+ ]
38204
+ },
38205
+ "line-height": {
38206
+ "value": "1.25",
38207
+ "filePath": "src/component/nl/heading.tokens.json",
38208
+ "isSource": true,
38209
+ "original": {
38210
+ "value": "{utrecht.typography.line-height.sm}"
38211
+ },
38212
+ "name": "line-height",
38213
+ "attributes": {},
38214
+ "path": [
38215
+ "nl",
38216
+ "heading",
38217
+ "level-2",
38218
+ "line-height"
38219
+ ]
38220
+ }
38221
+ },
38222
+ "level-3": {
38223
+ "color": {},
38224
+ "font-family": {
38225
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38226
+ "filePath": "src/component/nl/heading.tokens.json",
38227
+ "isSource": true,
38228
+ "original": {
38229
+ "value": "{utrecht.typography.sans-serif.font-family}"
38230
+ },
38231
+ "name": "font-family",
38232
+ "attributes": {},
38233
+ "path": [
38234
+ "nl",
38235
+ "heading",
38236
+ "level-3",
38237
+ "font-family"
38238
+ ]
38239
+ },
38240
+ "font-size": {
38241
+ "value": "1.25rem",
38242
+ "filePath": "src/component/nl/heading.tokens.json",
38243
+ "isSource": true,
38244
+ "original": {
38245
+ "value": "{utrecht.typography.scale.xl.font-size}"
38246
+ },
38247
+ "name": "font-size",
38248
+ "attributes": {},
38249
+ "path": [
38250
+ "nl",
38251
+ "heading",
38252
+ "level-3",
38253
+ "font-size"
38254
+ ]
38255
+ },
38256
+ "font-weight": {
38257
+ "value": "400",
38258
+ "filePath": "src/component/nl/heading.tokens.json",
38259
+ "isSource": true,
38260
+ "original": {
38261
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38262
+ },
38263
+ "name": "font-weight",
38264
+ "attributes": {},
38265
+ "path": [
38266
+ "nl",
38267
+ "heading",
38268
+ "level-3",
38269
+ "font-weight"
38270
+ ]
38271
+ },
38272
+ "line-height": {
38273
+ "value": "1.25",
38274
+ "filePath": "src/component/nl/heading.tokens.json",
38275
+ "isSource": true,
38276
+ "original": {
38277
+ "value": "{utrecht.typography.line-height.sm}"
38278
+ },
38279
+ "name": "line-height",
38280
+ "attributes": {},
38281
+ "path": [
38282
+ "nl",
38283
+ "heading",
38284
+ "level-3",
38285
+ "line-height"
38286
+ ]
38287
+ }
38288
+ },
38289
+ "level-4": {
38290
+ "color": {},
38291
+ "font-family": {
38292
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38293
+ "filePath": "src/component/nl/heading.tokens.json",
38294
+ "isSource": true,
38295
+ "original": {
38296
+ "value": "{utrecht.typography.sans-serif.font-family}"
38297
+ },
38298
+ "name": "font-family",
38299
+ "attributes": {},
38300
+ "path": [
38301
+ "nl",
38302
+ "heading",
38303
+ "level-4",
38304
+ "font-family"
38305
+ ]
38306
+ },
38307
+ "font-size": {
38308
+ "value": "1.125rem",
38309
+ "filePath": "src/component/nl/heading.tokens.json",
38310
+ "isSource": true,
38311
+ "original": {
38312
+ "value": "{utrecht.typography.scale.lg.font-size}"
38313
+ },
38314
+ "name": "font-size",
38315
+ "attributes": {},
38316
+ "path": [
38317
+ "nl",
38318
+ "heading",
38319
+ "level-4",
38320
+ "font-size"
38321
+ ]
38322
+ },
38323
+ "font-weight": {
38324
+ "value": "400",
38325
+ "filePath": "src/component/nl/heading.tokens.json",
38326
+ "isSource": true,
38327
+ "original": {
38328
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38329
+ },
38330
+ "name": "font-weight",
38331
+ "attributes": {},
38332
+ "path": [
38333
+ "nl",
38334
+ "heading",
38335
+ "level-4",
38336
+ "font-weight"
38337
+ ]
38338
+ },
38339
+ "line-height": {
38340
+ "value": "1.5",
38341
+ "filePath": "src/component/nl/heading.tokens.json",
38342
+ "isSource": true,
38343
+ "original": {
38344
+ "value": "{utrecht.typography.line-height.md}"
38345
+ },
38346
+ "name": "line-height",
38347
+ "attributes": {},
38348
+ "path": [
38349
+ "nl",
38350
+ "heading",
38351
+ "level-4",
38352
+ "line-height"
38353
+ ]
38354
+ }
38355
+ },
38356
+ "level-5": {
38357
+ "color": {},
38358
+ "font-family": {
38359
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38360
+ "filePath": "src/component/nl/heading.tokens.json",
38361
+ "isSource": true,
38362
+ "original": {
38363
+ "value": "{utrecht.typography.sans-serif.font-family}"
38364
+ },
38365
+ "name": "font-family",
38366
+ "attributes": {},
38367
+ "path": [
38368
+ "nl",
38369
+ "heading",
38370
+ "level-5",
38371
+ "font-family"
38372
+ ]
38373
+ },
38374
+ "font-size": {
38375
+ "value": "0.875rem",
38376
+ "filePath": "src/component/nl/heading.tokens.json",
38377
+ "isSource": true,
38378
+ "original": {
38379
+ "value": "{utrecht.typography.scale.sm.font-size}"
38380
+ },
38381
+ "name": "font-size",
38382
+ "attributes": {},
38383
+ "path": [
38384
+ "nl",
38385
+ "heading",
38386
+ "level-5",
38387
+ "font-size"
38388
+ ]
38389
+ },
38390
+ "font-weight": {
38391
+ "value": "400",
38392
+ "filePath": "src/component/nl/heading.tokens.json",
38393
+ "isSource": true,
38394
+ "original": {
38395
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38396
+ },
38397
+ "name": "font-weight",
38398
+ "attributes": {},
38399
+ "path": [
38400
+ "nl",
38401
+ "heading",
38402
+ "level-5",
38403
+ "font-weight"
38404
+ ]
38405
+ },
38406
+ "line-height": {
38407
+ "value": "1.5",
38408
+ "filePath": "src/component/nl/heading.tokens.json",
38409
+ "isSource": true,
38410
+ "original": {
38411
+ "value": "{utrecht.typography.line-height.md}"
38412
+ },
38413
+ "name": "line-height",
38414
+ "attributes": {},
38415
+ "path": [
38416
+ "nl",
38417
+ "heading",
38418
+ "level-5",
38419
+ "line-height"
38420
+ ]
38421
+ }
38422
+ },
38423
+ "level-6": {
38424
+ "color": {},
38425
+ "font-family": {
38426
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38427
+ "filePath": "src/component/nl/heading.tokens.json",
38428
+ "isSource": true,
38429
+ "original": {
38430
+ "value": "{utrecht.typography.sans-serif.font-family}"
38431
+ },
38432
+ "name": "font-family",
38433
+ "attributes": {},
38434
+ "path": [
38435
+ "nl",
38436
+ "heading",
38437
+ "level-6",
38438
+ "font-family"
38439
+ ]
38440
+ },
38441
+ "font-size": {
38442
+ "value": "0.875rem",
38443
+ "filePath": "src/component/nl/heading.tokens.json",
38444
+ "isSource": true,
38445
+ "original": {
38446
+ "value": "{utrecht.typography.scale.sm.font-size}"
38447
+ },
38448
+ "name": "font-size",
38449
+ "attributes": {},
38450
+ "path": [
38451
+ "nl",
38452
+ "heading",
38453
+ "level-6",
38454
+ "font-size"
38455
+ ]
38456
+ },
38457
+ "font-weight": {
38458
+ "value": "400",
38459
+ "filePath": "src/component/nl/heading.tokens.json",
38460
+ "isSource": true,
38461
+ "original": {
38462
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38463
+ },
38464
+ "name": "font-weight",
38465
+ "attributes": {},
38466
+ "path": [
38467
+ "nl",
38468
+ "heading",
38469
+ "level-6",
38470
+ "font-weight"
38471
+ ]
38472
+ },
38473
+ "line-height": {
38474
+ "value": "1.5",
38475
+ "filePath": "src/component/nl/heading.tokens.json",
38476
+ "isSource": true,
38477
+ "original": {
38478
+ "value": "{utrecht.typography.line-height.md}"
38479
+ },
38480
+ "name": "line-height",
38481
+ "attributes": {},
38482
+ "path": [
38483
+ "nl",
38484
+ "heading",
38485
+ "level-6",
38486
+ "line-height"
38487
+ ]
38488
+ }
38489
+ }
38490
+ },
38491
+ "mark": {
38492
+ "background-color": {
38493
+ "value": "hsl(48 100% 60%)",
38494
+ "filePath": "src/component/nl/mark.tokens.json",
38495
+ "isSource": true,
38496
+ "original": {
38497
+ "value": "{utrecht.color.yellow.60}"
38498
+ },
38499
+ "name": "background-color",
38500
+ "attributes": {},
38501
+ "path": [
38502
+ "nl",
38503
+ "mark",
38504
+ "background-color"
38505
+ ]
38506
+ },
38507
+ "color": {
38508
+ "value": "hsl(0 0% 0%)",
38509
+ "filePath": "src/component/nl/mark.tokens.json",
38510
+ "isSource": true,
38511
+ "original": {
38512
+ "value": "{utrecht.color.black}"
38513
+ },
38514
+ "name": "color",
38515
+ "attributes": {},
38516
+ "path": [
38517
+ "nl",
38518
+ "mark",
38519
+ "color"
38520
+ ]
38521
+ }
38522
+ },
38523
+ "number-badge": {
38524
+ "background-color": {
38525
+ "value": "hsl(0 100% 40%)",
38526
+ "filePath": "src/component/nl/number-badge.tokens.json",
38527
+ "isSource": true,
38528
+ "original": {
38529
+ "value": "{utrecht.color.red.40}"
38530
+ },
38531
+ "name": "background-color",
38532
+ "attributes": {},
38533
+ "path": [
38534
+ "nl",
38535
+ "number-badge",
38536
+ "background-color"
38537
+ ]
38538
+ },
38539
+ "border-radius": {
38540
+ "value": "1rem",
38541
+ "filePath": "src/component/nl/number-badge.tokens.json",
38542
+ "isSource": true,
38543
+ "original": {
38544
+ "value": "{nl.number-badge.font-size}"
38545
+ },
38546
+ "name": "border-radius",
38547
+ "attributes": {},
38548
+ "path": [
38549
+ "nl",
38550
+ "number-badge",
38551
+ "border-radius"
38552
+ ]
38553
+ },
38554
+ "color": {
38555
+ "value": "hsl(0 0% 100%)",
38556
+ "filePath": "src/component/nl/number-badge.tokens.json",
38557
+ "isSource": true,
38558
+ "original": {
38559
+ "value": "{utrecht.color.white}"
38560
+ },
38561
+ "name": "color",
38562
+ "attributes": {},
38563
+ "path": [
38564
+ "nl",
38565
+ "number-badge",
38566
+ "color"
38567
+ ]
38568
+ },
38569
+ "font-size": {
38570
+ "value": "1rem",
38571
+ "filePath": "src/component/nl/number-badge.tokens.json",
38572
+ "isSource": true,
38573
+ "original": {
38574
+ "value": "{utrecht.typography.scale.md.font-size}"
38575
+ },
38576
+ "name": "font-size",
38577
+ "attributes": {},
38578
+ "path": [
38579
+ "nl",
38580
+ "number-badge",
38581
+ "font-size"
38582
+ ]
38583
+ },
38584
+ "font-weight": {},
38585
+ "padding-block": {
38586
+ "value": "1ex",
38587
+ "filePath": "src/component/nl/number-badge.tokens.json",
38588
+ "isSource": true,
38589
+ "original": {
38590
+ "value": "1ex"
38591
+ },
38592
+ "name": "padding-block",
38593
+ "attributes": {},
38594
+ "path": [
38595
+ "nl",
38596
+ "number-badge",
38597
+ "padding-block"
38598
+ ]
38599
+ },
38600
+ "padding-inline": {
38601
+ "value": "1ex",
38602
+ "filePath": "src/component/nl/number-badge.tokens.json",
38603
+ "isSource": true,
38604
+ "original": {
38605
+ "value": "1ex"
38606
+ },
38607
+ "name": "padding-inline",
38608
+ "attributes": {},
38609
+ "path": [
38610
+ "nl",
38611
+ "number-badge",
38612
+ "padding-inline"
38613
+ ]
38614
+ }
38615
+ },
38616
+ "paragraph": {
38617
+ "color": {},
38618
+ "font-family": {
38619
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38620
+ "filePath": "src/component/nl/paragraph.tokens.json",
38621
+ "isSource": true,
38622
+ "original": {
38623
+ "value": "{utrecht.typography.sans-serif.font-family}"
38624
+ },
38625
+ "name": "font-family",
38626
+ "attributes": {},
38627
+ "path": [
38628
+ "nl",
38629
+ "paragraph",
38630
+ "font-family"
38631
+ ]
38632
+ },
38633
+ "font-size": {
38634
+ "value": "1rem",
38635
+ "filePath": "src/component/nl/paragraph.tokens.json",
38636
+ "isSource": true,
38637
+ "original": {
38638
+ "value": "{utrecht.typography.scale.md.font-size}"
38639
+ },
38640
+ "name": "font-size",
38641
+ "attributes": {},
38642
+ "path": [
38643
+ "nl",
38644
+ "paragraph",
38645
+ "font-size"
38646
+ ]
38647
+ },
38648
+ "font-weight": {
38649
+ "value": "400",
38650
+ "filePath": "src/component/nl/paragraph.tokens.json",
38651
+ "isSource": true,
38652
+ "original": {
38653
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38654
+ },
38655
+ "name": "font-weight",
38656
+ "attributes": {},
38657
+ "path": [
38658
+ "nl",
38659
+ "paragraph",
38660
+ "font-weight"
38661
+ ]
38662
+ },
38663
+ "line-height": {
38664
+ "value": "1.5",
38665
+ "filePath": "src/component/nl/paragraph.tokens.json",
38666
+ "isSource": true,
38667
+ "original": {
38668
+ "value": "{utrecht.typography.line-height.md}"
38669
+ },
38670
+ "name": "line-height",
38671
+ "attributes": {},
38672
+ "path": [
38673
+ "nl",
38674
+ "paragraph",
38675
+ "line-height"
38676
+ ]
38677
+ },
38678
+ "lead": {
38679
+ "color": {
38680
+ "value": "hsl(0 0% 95%)",
38681
+ "filePath": "src/component/nl/paragraph.tokens.json",
38682
+ "isSource": true,
38683
+ "original": {
38684
+ "value": "{utrecht.document.color}"
38685
+ },
38686
+ "name": "color",
38687
+ "attributes": {},
38688
+ "path": [
38689
+ "nl",
38690
+ "paragraph",
38691
+ "lead",
38692
+ "color"
38693
+ ]
38694
+ },
38695
+ "font-size": {
38696
+ "value": "1.25rem",
38697
+ "filePath": "src/component/nl/paragraph.tokens.json",
38698
+ "isSource": true,
38699
+ "original": {
38700
+ "value": "{utrecht.typography.scale.xl.font-size}"
38701
+ },
38702
+ "name": "font-size",
38703
+ "attributes": {},
38704
+ "path": [
38705
+ "nl",
38706
+ "paragraph",
38707
+ "lead",
38708
+ "font-size"
38709
+ ]
38710
+ },
38711
+ "font-weight": {
38712
+ "value": "400",
38713
+ "filePath": "src/component/nl/paragraph.tokens.json",
38714
+ "isSource": true,
38715
+ "original": {
38716
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
38717
+ },
38718
+ "name": "font-weight",
38719
+ "attributes": {},
38720
+ "path": [
38721
+ "nl",
38722
+ "paragraph",
38723
+ "lead",
38724
+ "font-weight"
38725
+ ]
38726
+ },
38727
+ "line-height": {
38728
+ "value": "1.5",
38729
+ "filePath": "src/component/nl/paragraph.tokens.json",
38730
+ "isSource": true,
38731
+ "original": {
38732
+ "value": "{utrecht.typography.line-height.md}"
38733
+ },
38734
+ "name": "line-height",
38735
+ "attributes": {},
38736
+ "path": [
38737
+ "nl",
38738
+ "paragraph",
38739
+ "lead",
38740
+ "line-height"
38741
+ ]
38742
+ }
38743
+ },
38744
+ "small": {
38745
+ "font-size": {
38746
+ "value": "0.875rem",
38747
+ "filePath": "src/component/nl/paragraph.tokens.json",
38748
+ "isSource": true,
38749
+ "original": {
38750
+ "value": "{utrecht.typography.scale.sm.font-size}"
38751
+ },
38752
+ "name": "font-size",
38753
+ "attributes": {},
38754
+ "path": [
38755
+ "nl",
38756
+ "paragraph",
38757
+ "small",
38758
+ "font-size"
38759
+ ]
38760
+ }
38761
+ }
38762
+ },
38763
+ "skip-link": {
38764
+ "background-color": {
38765
+ "value": "hsl(0 0% 15%)",
38766
+ "filePath": "src/component/nl/skip-link.tokens.json",
38767
+ "isSource": true,
38768
+ "original": {
38769
+ "value": "{utrecht.topnav.list.background-color}"
38770
+ },
38771
+ "name": "background-color",
38772
+ "attributes": {},
38773
+ "path": [
38774
+ "nl",
38775
+ "skip-link",
38776
+ "background-color"
38777
+ ]
38778
+ },
38779
+ "color": {
38780
+ "value": "hsl(0 0% 100%)",
38781
+ "filePath": "src/component/nl/skip-link.tokens.json",
38782
+ "isSource": true,
38783
+ "original": {
38784
+ "value": "{utrecht.topnav.link.color}"
38785
+ },
38786
+ "name": "color",
38787
+ "attributes": {},
38788
+ "path": [
38789
+ "nl",
38790
+ "skip-link",
38791
+ "color"
38792
+ ]
38793
+ },
38794
+ "padding-block": {
38795
+ "value": "8px",
38796
+ "filePath": "src/component/nl/skip-link.tokens.json",
38797
+ "isSource": true,
38798
+ "original": {
38799
+ "value": "{utrecht.button.padding-block-start}"
38800
+ },
38801
+ "name": "padding-block",
38802
+ "attributes": {},
38803
+ "path": [
38804
+ "nl",
38805
+ "skip-link",
38806
+ "padding-block"
38807
+ ]
38808
+ },
38809
+ "padding-inline": {
38810
+ "value": "16px",
38811
+ "filePath": "src/component/nl/skip-link.tokens.json",
38812
+ "isSource": true,
38813
+ "original": {
38814
+ "value": "{utrecht.button.padding-inline-start}"
38815
+ },
38816
+ "name": "padding-inline",
38817
+ "attributes": {},
38818
+ "path": [
38819
+ "nl",
38820
+ "skip-link",
38821
+ "padding-inline"
38822
+ ]
38823
+ },
38824
+ "text-decoration": {
38825
+ "value": "underline",
38826
+ "filePath": "src/component/nl/skip-link.tokens.json",
38827
+ "isSource": true,
38828
+ "original": {
38829
+ "value": "{utrecht.link.text-decoration}"
38830
+ },
38831
+ "name": "text-decoration",
38832
+ "attributes": {},
38833
+ "path": [
38834
+ "nl",
38835
+ "skip-link",
38836
+ "text-decoration"
38837
+ ]
38838
+ },
38839
+ "focus-visible": {
38840
+ "color": {
38841
+ "value": "hsl(0 0% 0%)",
38842
+ "filePath": "src/component/nl/skip-link.tokens.json",
38843
+ "isSource": true,
38844
+ "original": {
38845
+ "value": "{utrecht.topnav.link.focus.color}"
38846
+ },
38847
+ "name": "color",
38848
+ "attributes": {},
38849
+ "path": [
38850
+ "nl",
38851
+ "skip-link",
38852
+ "focus-visible",
38853
+ "color"
38854
+ ]
38855
+ },
38856
+ "background-color": {
38857
+ "value": "hsl(48 100% 80%)",
38858
+ "filePath": "src/component/nl/skip-link.tokens.json",
38859
+ "isSource": true,
38860
+ "original": {
38861
+ "value": "{utrecht.topnav.link.focus.background-color}"
38862
+ },
38863
+ "name": "background-color",
38864
+ "attributes": {},
38865
+ "path": [
38866
+ "nl",
38867
+ "skip-link",
38868
+ "focus-visible",
38869
+ "background-color"
38870
+ ]
38871
+ },
38872
+ "text-decoration": {
38873
+ "value": "none",
38874
+ "filePath": "src/component/nl/skip-link.tokens.json",
38875
+ "isSource": true,
38876
+ "original": {
38877
+ "value": "{utrecht.link.focus-visible.text-decoration}"
38878
+ },
38879
+ "name": "text-decoration",
38880
+ "attributes": {},
38881
+ "path": [
38882
+ "nl",
38883
+ "skip-link",
38884
+ "focus-visible",
38885
+ "text-decoration"
38886
+ ]
38887
+ }
38888
+ }
38889
+ }
38890
+ },
37466
38891
  "of": {
37467
38892
  "layout": {
37468
38893
  "background": {