@utrecht/design-tokens 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/_mixin-theme.scss +124 -63
  3. package/dist/_mixin.scss +124 -63
  4. package/dist/_variables.scss +124 -63
  5. package/dist/dark/_mixin-theme.scss +124 -63
  6. package/dist/dark/_mixin.scss +124 -63
  7. package/dist/dark/_variables.scss +124 -63
  8. package/dist/dark/index.cjs +62 -1
  9. package/dist/dark/index.css +124 -63
  10. package/dist/dark/index.d.ts +62 -1
  11. package/dist/dark/index.flat.json +62 -1
  12. package/dist/dark/index.json +1046 -102
  13. package/dist/dark/index.mjs +62 -1
  14. package/dist/dark/index.tokens.json +246 -36
  15. package/dist/dark/list.json +1046 -102
  16. package/dist/dark/list.mjs +1046 -102
  17. package/dist/dark/property.css +0 -1
  18. package/dist/dark/root.css +124 -63
  19. package/dist/dark/theme-prince-xml.css +124 -63
  20. package/dist/dark/theme.css +124 -63
  21. package/dist/dark/tokens.cjs +1209 -116
  22. package/dist/dark/tokens.d.ts +177 -20
  23. package/dist/dark/tokens.json +1209 -116
  24. package/dist/dark/variables.cjs +62 -1
  25. package/dist/dark/variables.css +124 -63
  26. package/dist/dark/variables.d.ts +62 -1
  27. package/dist/dark/variables.json +62 -1
  28. package/dist/dark/variables.less +124 -63
  29. package/dist/dark/variables.mjs +62 -1
  30. package/dist/index.cjs +62 -1
  31. package/dist/index.css +248 -126
  32. package/dist/index.d.ts +62 -1
  33. package/dist/index.flat.json +62 -1
  34. package/dist/index.json +1046 -102
  35. package/dist/index.mjs +62 -1
  36. package/dist/index.tokens.json +246 -36
  37. package/dist/list.json +1046 -102
  38. package/dist/list.mjs +1046 -102
  39. package/dist/property.css +0 -1
  40. package/dist/root.css +124 -63
  41. package/dist/theme-prince-xml.css +124 -63
  42. package/dist/theme.css +124 -63
  43. package/dist/tokens.cjs +1209 -116
  44. package/dist/tokens.d.ts +177 -20
  45. package/dist/tokens.json +1209 -116
  46. package/dist/variables.cjs +62 -1
  47. package/dist/variables.css +124 -63
  48. package/dist/variables.d.ts +62 -1
  49. package/dist/variables.json +62 -1
  50. package/dist/variables.less +124 -63
  51. package/dist/variables.mjs +62 -1
  52. package/package.json +1 -1
  53. package/src/component/nl/code-block.tokens.json +13 -0
  54. package/src/component/nl/code.tokens.json +11 -0
  55. package/src/component/nl/data-badge.tokens.json +22 -0
  56. package/src/component/nl/heading.tokens.json +48 -0
  57. package/src/component/nl/mark.tokens.json +8 -0
  58. package/src/component/nl/number-badge.tokens.json +23 -0
  59. package/src/component/nl/paragraph.tokens.json +20 -0
  60. package/src/component/nl/skip-link.tokens.json +16 -0
  61. package/src/component/utrecht/badge.tokens.json +5 -5
  62. package/src/component/utrecht/code-block.tokens.json +9 -9
  63. package/src/component/utrecht/heading-1.tokens.json +4 -4
  64. package/src/component/utrecht/heading-2.tokens.json +4 -4
  65. package/src/component/utrecht/heading-3.tokens.json +4 -4
  66. package/src/component/utrecht/heading-4.tokens.json +4 -4
  67. package/src/component/utrecht/heading-5.tokens.json +4 -4
  68. package/src/component/utrecht/heading-6.tokens.json +4 -4
  69. package/src/component/utrecht/mark.tokens.json +2 -2
  70. package/src/component/utrecht/number-badge.tokens.json +6 -6
  71. package/src/component/utrecht/paragraph.tokens.json +8 -8
  72. package/src/component/utrecht/skip-link.tokens.json +10 -10
  73. package/src/component/utrecht/badge-data.tokens.json +0 -8
@@ -2591,31 +2591,6 @@ module.exports = {
2591
2591
  ]
2592
2592
  }
2593
2593
  },
2594
- "badge-data": {
2595
- "letter-spacing": {
2596
- "$extensions": {
2597
- "nl.nldesignsystem.css.property": {
2598
- "syntax": "<length>",
2599
- "inherits": true
2600
- },
2601
- "nl.nldesignsystem.figma.supports-token": false
2602
- },
2603
- "type": "letterSpacing"
2604
- },
2605
- "text-transform": {
2606
- "$extensions": {
2607
- "nl.nldesignsystem.css.property": {
2608
- "syntax": [
2609
- "inherit",
2610
- "uppercase"
2611
- ],
2612
- "inherits": true
2613
- },
2614
- "nl.nldesignsystem.figma.supports-token": false
2615
- },
2616
- "type": "textCase"
2617
- }
2618
- },
2619
2594
  "badge-list": {
2620
2595
  "row-gap": {
2621
2596
  "$extensions": {
@@ -2721,7 +2696,7 @@ module.exports = {
2721
2696
  "nl.nldesignsystem.figma.supports-token": false
2722
2697
  },
2723
2698
  "type": "color",
2724
- "value": "{utrecht.color.grey.30}"
2699
+ "value": "{nl.data-badge.background-color}"
2725
2700
  },
2726
2701
  "name": "background-color",
2727
2702
  "attributes": {},
@@ -2760,7 +2735,7 @@ module.exports = {
2760
2735
  }
2761
2736
  },
2762
2737
  "type": "dimension",
2763
- "value": "0"
2738
+ "value": "{nl.data-badge.border-radius}"
2764
2739
  },
2765
2740
  "name": "border-radius",
2766
2741
  "attributes": {},
@@ -2793,7 +2768,7 @@ module.exports = {
2793
2768
  "nl.nldesignsystem.figma.supports-token": false
2794
2769
  },
2795
2770
  "type": "color",
2796
- "value": "{utrecht.color.white}"
2771
+ "value": "{nl.data-badge.color}"
2797
2772
  },
2798
2773
  "name": "color",
2799
2774
  "attributes": {},
@@ -2865,7 +2840,7 @@ module.exports = {
2865
2840
  }
2866
2841
  },
2867
2842
  "type": "dimension",
2868
- "value": "{utrecht.space.block.xs}"
2843
+ "value": "{nl.data-badge.padding-block}"
2869
2844
  },
2870
2845
  "name": "padding-block",
2871
2846
  "attributes": {},
@@ -2904,7 +2879,7 @@ module.exports = {
2904
2879
  }
2905
2880
  },
2906
2881
  "type": "dimension",
2907
- "value": "{utrecht.space.inline.sm}"
2882
+ "value": "{nl.data-badge.padding-inline}"
2908
2883
  },
2909
2884
  "name": "padding-inline",
2910
2885
  "attributes": {},
@@ -10343,7 +10318,7 @@ module.exports = {
10343
10318
  "nl.nldesignsystem.figma.supports-token": true
10344
10319
  },
10345
10320
  "type": "color",
10346
- "value": "{utrecht.color.grey.95}"
10321
+ "value": "{nl.code-block.background-color}"
10347
10322
  },
10348
10323
  "name": "background-color",
10349
10324
  "attributes": {},
@@ -10374,7 +10349,7 @@ module.exports = {
10374
10349
  "nl.nldesignsystem.figma.supports-token": true
10375
10350
  },
10376
10351
  "type": "color",
10377
- "value": "{utrecht.color.black}"
10352
+ "value": "{nl.code-block.color}"
10378
10353
  },
10379
10354
  "name": "color",
10380
10355
  "attributes": {},
@@ -10390,9 +10365,36 @@ module.exports = {
10390
10365
  "syntax": "*",
10391
10366
  "inherits": true
10392
10367
  },
10393
- "nl.nldesignsystem.figma.supports-token": true
10368
+ "nl.nldesignsystem.figma.supports-token": true,
10369
+ "studio.tokens": {
10370
+ "originalType": "fontFamilies"
10371
+ }
10394
10372
  },
10395
- "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
+ ]
10396
10398
  },
10397
10399
  "font-size": {
10398
10400
  "$extensions": {
@@ -10421,7 +10423,7 @@ module.exports = {
10421
10423
  }
10422
10424
  },
10423
10425
  "type": "fontSize",
10424
- "value": "{utrecht.typography.scale.md.font-size}"
10426
+ "value": "{nl.code-block.font-size}"
10425
10427
  },
10426
10428
  "name": "font-size",
10427
10429
  "attributes": {},
@@ -10464,7 +10466,7 @@ module.exports = {
10464
10466
  }
10465
10467
  },
10466
10468
  "type": "lineHeight",
10467
- "value": "{utrecht.typography.line-height.md}"
10469
+ "value": "{nl.code-block.line-height}"
10468
10470
  },
10469
10471
  "name": "line-height",
10470
10472
  "attributes": {},
@@ -10595,7 +10597,7 @@ module.exports = {
10595
10597
  }
10596
10598
  },
10597
10599
  "type": "dimension",
10598
- "value": "20px"
10600
+ "value": "{nl.code-block.padding-block}"
10599
10601
  },
10600
10602
  "name": "padding-block-start",
10601
10603
  "attributes": {},
@@ -10632,7 +10634,7 @@ module.exports = {
10632
10634
  }
10633
10635
  },
10634
10636
  "type": "dimension",
10635
- "value": "20px"
10637
+ "value": "{nl.code-block.padding-block}"
10636
10638
  },
10637
10639
  "name": "padding-block-end",
10638
10640
  "attributes": {},
@@ -10669,7 +10671,7 @@ module.exports = {
10669
10671
  }
10670
10672
  },
10671
10673
  "type": "dimension",
10672
- "value": "20px"
10674
+ "value": "{nl.code-block.padding-inline}"
10673
10675
  },
10674
10676
  "name": "padding-inline-start",
10675
10677
  "attributes": {},
@@ -10706,7 +10708,7 @@ module.exports = {
10706
10708
  }
10707
10709
  },
10708
10710
  "type": "dimension",
10709
- "value": "20px"
10711
+ "value": "{nl.code-block.padding-inline}"
10710
10712
  },
10711
10713
  "name": "padding-inline-end",
10712
10714
  "attributes": {},
@@ -14204,6 +14206,126 @@ module.exports = {
14204
14206
  }
14205
14207
  },
14206
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
+ },
14207
14329
  "data-list": {
14208
14330
  "margin-block-end": {
14209
14331
  "$extensions": {
@@ -18432,7 +18554,7 @@ module.exports = {
18432
18554
  }
18433
18555
  },
18434
18556
  "type": "fontFamily",
18435
- "value": "{utrecht.typography.sans-serif.font-family}"
18557
+ "value": "{nl.heading.level-1.font-family}"
18436
18558
  },
18437
18559
  "name": "font-family",
18438
18560
  "attributes": {},
@@ -18469,7 +18591,7 @@ module.exports = {
18469
18591
  }
18470
18592
  },
18471
18593
  "type": "fontSize",
18472
- "value": "{utrecht.typography.scale.4xl.font-size}"
18594
+ "value": "{nl.heading.level-1.font-size}"
18473
18595
  },
18474
18596
  "name": "font-size",
18475
18597
  "attributes": {},
@@ -18512,7 +18634,7 @@ module.exports = {
18512
18634
  }
18513
18635
  },
18514
18636
  "type": "fontWeight",
18515
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
18637
+ "value": "{nl.heading.level-1.font-weight}"
18516
18638
  },
18517
18639
  "name": "font-weight",
18518
18640
  "attributes": {},
@@ -18555,7 +18677,7 @@ module.exports = {
18555
18677
  }
18556
18678
  },
18557
18679
  "type": "lineHeight",
18558
- "value": "{utrecht.typography.line-height.sm}"
18680
+ "value": "{nl.heading.level-1.line-height}"
18559
18681
  },
18560
18682
  "name": "line-height",
18561
18683
  "attributes": {},
@@ -18691,7 +18813,7 @@ module.exports = {
18691
18813
  }
18692
18814
  },
18693
18815
  "type": "fontFamily",
18694
- "value": "{utrecht.typography.sans-serif.font-family}"
18816
+ "value": "{nl.heading.level-2.font-family}"
18695
18817
  },
18696
18818
  "name": "font-family",
18697
18819
  "attributes": {},
@@ -18728,7 +18850,7 @@ module.exports = {
18728
18850
  }
18729
18851
  },
18730
18852
  "type": "fontSize",
18731
- "value": "{utrecht.typography.scale.xl.font-size}"
18853
+ "value": "{nl.heading.level-2.font-size}"
18732
18854
  },
18733
18855
  "name": "font-size",
18734
18856
  "attributes": {},
@@ -18771,7 +18893,7 @@ module.exports = {
18771
18893
  }
18772
18894
  },
18773
18895
  "type": "fontWeight",
18774
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
18896
+ "value": "{nl.heading.level-2.font-weight}"
18775
18897
  },
18776
18898
  "name": "font-weight",
18777
18899
  "attributes": {},
@@ -18814,7 +18936,7 @@ module.exports = {
18814
18936
  }
18815
18937
  },
18816
18938
  "type": "lineHeight",
18817
- "value": "{utrecht.typography.line-height.sm}"
18939
+ "value": "{nl.heading.level-2.line-height}"
18818
18940
  },
18819
18941
  "name": "line-height",
18820
18942
  "attributes": {},
@@ -18950,7 +19072,7 @@ module.exports = {
18950
19072
  }
18951
19073
  },
18952
19074
  "type": "fontFamily",
18953
- "value": "{utrecht.typography.sans-serif.font-family}"
19075
+ "value": "{nl.heading.level-3.font-family}"
18954
19076
  },
18955
19077
  "name": "font-family",
18956
19078
  "attributes": {},
@@ -18987,7 +19109,7 @@ module.exports = {
18987
19109
  }
18988
19110
  },
18989
19111
  "type": "fontSize",
18990
- "value": "{utrecht.typography.scale.xl.font-size}"
19112
+ "value": "{nl.heading.level-3.font-size}"
18991
19113
  },
18992
19114
  "name": "font-size",
18993
19115
  "attributes": {},
@@ -19030,7 +19152,7 @@ module.exports = {
19030
19152
  }
19031
19153
  },
19032
19154
  "type": "fontWeight",
19033
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19155
+ "value": "{nl.heading.level-3.font-weight}"
19034
19156
  },
19035
19157
  "name": "font-weight",
19036
19158
  "attributes": {},
@@ -19073,7 +19195,7 @@ module.exports = {
19073
19195
  }
19074
19196
  },
19075
19197
  "type": "lineHeight",
19076
- "value": "{utrecht.typography.line-height.sm}"
19198
+ "value": "{nl.heading.level-3.line-height}"
19077
19199
  },
19078
19200
  "name": "line-height",
19079
19201
  "attributes": {},
@@ -19209,7 +19331,7 @@ module.exports = {
19209
19331
  }
19210
19332
  },
19211
19333
  "type": "fontFamily",
19212
- "value": "{utrecht.typography.sans-serif.font-family}"
19334
+ "value": "{nl.heading.level-4.font-family}"
19213
19335
  },
19214
19336
  "name": "font-family",
19215
19337
  "attributes": {},
@@ -19246,7 +19368,7 @@ module.exports = {
19246
19368
  }
19247
19369
  },
19248
19370
  "type": "fontSize",
19249
- "value": "{utrecht.typography.scale.lg.font-size}"
19371
+ "value": "{nl.heading.level-4.font-size}"
19250
19372
  },
19251
19373
  "name": "font-size",
19252
19374
  "attributes": {},
@@ -19289,7 +19411,7 @@ module.exports = {
19289
19411
  }
19290
19412
  },
19291
19413
  "type": "fontWeight",
19292
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19414
+ "value": "{nl.heading.level-4.font-weight}"
19293
19415
  },
19294
19416
  "name": "font-weight",
19295
19417
  "attributes": {},
@@ -19332,7 +19454,7 @@ module.exports = {
19332
19454
  }
19333
19455
  },
19334
19456
  "type": "lineHeight",
19335
- "value": "{utrecht.typography.line-height.md}"
19457
+ "value": "{nl.heading.level-4.line-height}"
19336
19458
  },
19337
19459
  "name": "line-height",
19338
19460
  "attributes": {},
@@ -19468,7 +19590,7 @@ module.exports = {
19468
19590
  }
19469
19591
  },
19470
19592
  "type": "fontFamily",
19471
- "value": "{utrecht.typography.sans-serif.font-family}"
19593
+ "value": "{nl.heading.level-5.font-family}"
19472
19594
  },
19473
19595
  "name": "font-family",
19474
19596
  "attributes": {},
@@ -19505,7 +19627,7 @@ module.exports = {
19505
19627
  }
19506
19628
  },
19507
19629
  "type": "fontSize",
19508
- "value": "{utrecht.typography.scale.sm.font-size}"
19630
+ "value": "{nl.heading.level-5.font-size}"
19509
19631
  },
19510
19632
  "name": "font-size",
19511
19633
  "attributes": {},
@@ -19548,7 +19670,7 @@ module.exports = {
19548
19670
  }
19549
19671
  },
19550
19672
  "type": "fontWeight",
19551
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19673
+ "value": "{nl.heading.level-5.font-weight}"
19552
19674
  },
19553
19675
  "name": "font-weight",
19554
19676
  "attributes": {},
@@ -19591,7 +19713,7 @@ module.exports = {
19591
19713
  }
19592
19714
  },
19593
19715
  "type": "lineHeight",
19594
- "value": "{utrecht.typography.line-height.md}"
19716
+ "value": "{nl.heading.level-5.line-height}"
19595
19717
  },
19596
19718
  "name": "line-height",
19597
19719
  "attributes": {},
@@ -19726,7 +19848,7 @@ module.exports = {
19726
19848
  }
19727
19849
  },
19728
19850
  "type": "fontFamily",
19729
- "value": "{utrecht.typography.sans-serif.font-family}"
19851
+ "value": "{nl.heading.level-6.font-family}"
19730
19852
  },
19731
19853
  "name": "font-family",
19732
19854
  "attributes": {},
@@ -19763,7 +19885,7 @@ module.exports = {
19763
19885
  }
19764
19886
  },
19765
19887
  "type": "fontSize",
19766
- "value": "{utrecht.typography.scale.sm.font-size}"
19888
+ "value": "{nl.heading.level-6.font-size}"
19767
19889
  },
19768
19890
  "name": "font-size",
19769
19891
  "attributes": {},
@@ -19806,7 +19928,7 @@ module.exports = {
19806
19928
  }
19807
19929
  },
19808
19930
  "type": "fontWeight",
19809
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19931
+ "value": "{nl.heading.level-6.font-weight}"
19810
19932
  },
19811
19933
  "name": "font-weight",
19812
19934
  "attributes": {},
@@ -19849,7 +19971,7 @@ module.exports = {
19849
19971
  }
19850
19972
  },
19851
19973
  "type": "lineHeight",
19852
- "value": "{utrecht.typography.line-height.md}"
19974
+ "value": "{nl.heading.level-6.line-height}"
19853
19975
  },
19854
19976
  "name": "line-height",
19855
19977
  "attributes": {},
@@ -23197,7 +23319,7 @@ module.exports = {
23197
23319
  "nl.nldesignsystem.figma.supports-token": true
23198
23320
  },
23199
23321
  "type": "color",
23200
- "value": "{utrecht.color.yellow.60}"
23322
+ "value": "{nl.mark.background-color}"
23201
23323
  },
23202
23324
  "name": "background-color",
23203
23325
  "attributes": {},
@@ -23228,7 +23350,7 @@ module.exports = {
23228
23350
  "nl.nldesignsystem.figma.supports-token": true
23229
23351
  },
23230
23352
  "type": "color",
23231
- "value": "{utrecht.color.black}"
23353
+ "value": "{nl.mark.color}"
23232
23354
  },
23233
23355
  "name": "color",
23234
23356
  "attributes": {},
@@ -23901,7 +24023,7 @@ module.exports = {
23901
24023
  "nl.nldesignsystem.figma.supports-token": true
23902
24024
  },
23903
24025
  "type": "color",
23904
- "value": "{utrecht.color.red.40}"
24026
+ "value": "{nl.number-badge.background-color}"
23905
24027
  },
23906
24028
  "name": "background-color",
23907
24029
  "attributes": {},
@@ -23957,7 +24079,7 @@ module.exports = {
23957
24079
  }
23958
24080
  },
23959
24081
  "type": "dimension",
23960
- "value": "{utrecht.number-badge.font-size}"
24082
+ "value": "{nl.number-badge.border-radius}"
23961
24083
  },
23962
24084
  "name": "border-radius",
23963
24085
  "attributes": {},
@@ -24009,7 +24131,7 @@ module.exports = {
24009
24131
  "nl.nldesignsystem.figma.supports-token": true
24010
24132
  },
24011
24133
  "type": "color",
24012
- "value": "{utrecht.color.white}"
24134
+ "value": "{nl.number-badge.color}"
24013
24135
  },
24014
24136
  "name": "color",
24015
24137
  "attributes": {},
@@ -24066,7 +24188,7 @@ module.exports = {
24066
24188
  }
24067
24189
  },
24068
24190
  "type": "fontSize",
24069
- "value": "{utrecht.typography.scale.md.font-size}"
24191
+ "value": "{nl.number-badge.font-size}"
24070
24192
  },
24071
24193
  "name": "font-size",
24072
24194
  "attributes": {},
@@ -24159,7 +24281,7 @@ module.exports = {
24159
24281
  }
24160
24282
  },
24161
24283
  "type": "dimension",
24162
- "value": "1ex"
24284
+ "value": "{nl.number-badge.padding-block}"
24163
24285
  },
24164
24286
  "name": "padding-block",
24165
24287
  "attributes": {},
@@ -24204,7 +24326,7 @@ module.exports = {
24204
24326
  }
24205
24327
  },
24206
24328
  "type": "dimension",
24207
- "value": "1ex"
24329
+ "value": "{nl.number-badge.padding-inline}"
24208
24330
  },
24209
24331
  "name": "padding-inline",
24210
24332
  "attributes": {},
@@ -26957,7 +27079,7 @@ module.exports = {
26957
27079
  }
26958
27080
  },
26959
27081
  "type": "fontFamily",
26960
- "value": "{utrecht.typography.sans-serif.font-family}"
27082
+ "value": "{nl.paragraph.font-family}"
26961
27083
  },
26962
27084
  "name": "font-family",
26963
27085
  "attributes": {},
@@ -27000,7 +27122,7 @@ module.exports = {
27000
27122
  }
27001
27123
  },
27002
27124
  "type": "fontSize",
27003
- "value": "{utrecht.typography.scale.md.font-size}"
27125
+ "value": "{nl.paragraph.font-size}"
27004
27126
  },
27005
27127
  "name": "font-size",
27006
27128
  "attributes": {},
@@ -27037,7 +27159,7 @@ module.exports = {
27037
27159
  }
27038
27160
  },
27039
27161
  "type": "fontWeight",
27040
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
27162
+ "value": "{nl.paragraph.font-weight}"
27041
27163
  },
27042
27164
  "name": "font-weight",
27043
27165
  "attributes": {},
@@ -27086,7 +27208,7 @@ module.exports = {
27086
27208
  }
27087
27209
  },
27088
27210
  "type": "lineHeight",
27089
- "value": "{utrecht.typography.line-height.md}"
27211
+ "value": "{nl.paragraph.line-height}"
27090
27212
  },
27091
27213
  "name": "line-height",
27092
27214
  "attributes": {},
@@ -27183,33 +27305,7 @@ module.exports = {
27183
27305
  ],
27184
27306
  "nl.nldesignsystem.figma.supports-token": true
27185
27307
  },
27186
- "type": "color",
27187
- "value": "hsl(0 0% 95%)",
27188
- "filePath": "src/component/utrecht/paragraph.tokens.json",
27189
- "isSource": true,
27190
- "original": {
27191
- "$extensions": {
27192
- "nl.nldesignsystem.css.property": {
27193
- "syntax": "<color>",
27194
- "inherits": true
27195
- },
27196
- "nl.nldesignsystem.fallback": [
27197
- "utrecht.paragraph.color",
27198
- "utrecht.document.color"
27199
- ],
27200
- "nl.nldesignsystem.figma.supports-token": true
27201
- },
27202
- "type": "color",
27203
- "value": "{utrecht.document.color}"
27204
- },
27205
- "name": "color",
27206
- "attributes": {},
27207
- "path": [
27208
- "utrecht",
27209
- "paragraph",
27210
- "lead",
27211
- "color"
27212
- ]
27308
+ "type": "color"
27213
27309
  },
27214
27310
  "font-size": {
27215
27311
  "$extensions": {
@@ -27246,7 +27342,7 @@ module.exports = {
27246
27342
  }
27247
27343
  },
27248
27344
  "type": "fontSize",
27249
- "value": "{utrecht.typography.scale.xl.font-size}"
27345
+ "value": "{nl.paragraph.lead.font-size}"
27250
27346
  },
27251
27347
  "name": "font-size",
27252
27348
  "attributes": {},
@@ -27292,7 +27388,7 @@ module.exports = {
27292
27388
  }
27293
27389
  },
27294
27390
  "type": "fontWeight",
27295
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
27391
+ "value": "{nl.paragraph.lead.font-weight}"
27296
27392
  },
27297
27393
  "name": "font-weight",
27298
27394
  "attributes": {},
@@ -27344,7 +27440,7 @@ module.exports = {
27344
27440
  }
27345
27441
  },
27346
27442
  "type": "lineHeight",
27347
- "value": "{utrecht.typography.line-height.md}"
27443
+ "value": "{nl.paragraph.lead.line-height}"
27348
27444
  },
27349
27445
  "name": "line-height",
27350
27446
  "attributes": {},
@@ -30625,7 +30721,7 @@ module.exports = {
30625
30721
  "nl.nldesignsystem.figma.supports-token": true
30626
30722
  },
30627
30723
  "type": "color",
30628
- "value": "{utrecht.topnav.list.background-color}"
30724
+ "value": "{nl.skip-link.background-color}"
30629
30725
  },
30630
30726
  "name": "background-color",
30631
30727
  "attributes": {},
@@ -30656,7 +30752,7 @@ module.exports = {
30656
30752
  "nl.nldesignsystem.figma.supports-token": true
30657
30753
  },
30658
30754
  "type": "color",
30659
- "value": "{utrecht.topnav.link.color}"
30755
+ "value": "{nl.skip-link.color}"
30660
30756
  },
30661
30757
  "name": "color",
30662
30758
  "attributes": {},
@@ -30713,7 +30809,7 @@ module.exports = {
30713
30809
  }
30714
30810
  },
30715
30811
  "type": "dimension",
30716
- "value": "{utrecht.button.padding-block-start}"
30812
+ "value": "{nl.skip-link.padding-block}"
30717
30813
  },
30718
30814
  "name": "padding-block-start",
30719
30815
  "attributes": {},
@@ -30750,7 +30846,7 @@ module.exports = {
30750
30846
  }
30751
30847
  },
30752
30848
  "type": "dimension",
30753
- "value": "{utrecht.button.padding-block-end}"
30849
+ "value": "{nl.skip-link.padding-block}"
30754
30850
  },
30755
30851
  "name": "padding-block-end",
30756
30852
  "attributes": {},
@@ -30787,7 +30883,7 @@ module.exports = {
30787
30883
  }
30788
30884
  },
30789
30885
  "type": "dimension",
30790
- "value": "{utrecht.button.padding-inline-start}"
30886
+ "value": "{nl.skip-link.padding-inline}"
30791
30887
  },
30792
30888
  "name": "padding-inline-start",
30793
30889
  "attributes": {},
@@ -30824,7 +30920,7 @@ module.exports = {
30824
30920
  }
30825
30921
  },
30826
30922
  "type": "dimension",
30827
- "value": "{utrecht.button.padding-inline-end}"
30923
+ "value": "{nl.skip-link.padding-inline}"
30828
30924
  },
30829
30925
  "name": "padding-inline-end",
30830
30926
  "attributes": {},
@@ -30863,7 +30959,7 @@ module.exports = {
30863
30959
  "nl.nldesignsystem.figma.supports-token": true
30864
30960
  },
30865
30961
  "type": "textDecoration",
30866
- "value": "{utrecht.link.text-decoration}"
30962
+ "value": "{nl.skip-link.text-decoration}"
30867
30963
  },
30868
30964
  "name": "text-decoration",
30869
30965
  "attributes": {},
@@ -30912,7 +31008,7 @@ module.exports = {
30912
31008
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
30913
31009
  },
30914
31010
  "type": "color",
30915
- "value": "{utrecht.topnav.link.focus.background-color}"
31011
+ "value": "{nl.skip-link.focus-visible.background-color}"
30916
31012
  },
30917
31013
  "name": "background-color",
30918
31014
  "attributes": {},
@@ -30948,7 +31044,7 @@ module.exports = {
30948
31044
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
30949
31045
  },
30950
31046
  "type": "color",
30951
- "value": "{utrecht.topnav.link.focus.color}"
31047
+ "value": "{nl.skip-link.focus-visible.color}"
30952
31048
  },
30953
31049
  "name": "color",
30954
31050
  "attributes": {},
@@ -31026,7 +31122,7 @@ module.exports = {
31026
31122
  "nl.nldesignsystem.figma.supports-token": true
31027
31123
  },
31028
31124
  "type": "textDecoration",
31029
- "value": "{utrecht.link.focus-visible.text-decoration}"
31125
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
31030
31126
  },
31031
31127
  "name": "text-decoration",
31032
31128
  "attributes": {},
@@ -37795,6 +37891,1003 @@ module.exports = {
37795
37891
  }
37796
37892
  }
37797
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
+ },
37798
38891
  "of": {
37799
38892
  "layout": {
37800
38893
  "background": {