@utrecht/design-tokens 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/_mixin-theme.scss +41 -13
  3. package/dist/_mixin.scss +41 -13
  4. package/dist/_variables.scss +41 -13
  5. package/dist/dark/_mixin-theme.scss +41 -13
  6. package/dist/dark/_mixin.scss +41 -13
  7. package/dist/dark/_variables.scss +41 -13
  8. package/dist/dark/index.cjs +42 -14
  9. package/dist/dark/index.css +41 -13
  10. package/dist/dark/index.d.ts +35 -7
  11. package/dist/dark/index.flat.json +40 -12
  12. package/dist/dark/index.json +909 -181
  13. package/dist/dark/index.mjs +41 -13
  14. package/dist/dark/index.tokens.json +123 -212
  15. package/dist/dark/list.json +909 -181
  16. package/dist/dark/list.mjs +909 -181
  17. package/dist/dark/property.css +19 -6
  18. package/dist/dark/root.css +40 -12
  19. package/dist/dark/theme-prince-xml.css +41 -13
  20. package/dist/dark/theme.css +40 -12
  21. package/dist/dark/tokens.cjs +842 -231
  22. package/dist/dark/tokens.d.ts +78 -106
  23. package/dist/dark/tokens.json +842 -231
  24. package/dist/dark/variables.cjs +42 -14
  25. package/dist/dark/variables.css +40 -12
  26. package/dist/dark/variables.d.ts +35 -7
  27. package/dist/dark/variables.json +40 -12
  28. package/dist/dark/variables.less +41 -13
  29. package/dist/dark/variables.mjs +41 -13
  30. package/dist/index.cjs +42 -14
  31. package/dist/index.css +82 -26
  32. package/dist/index.d.ts +35 -7
  33. package/dist/index.flat.json +40 -12
  34. package/dist/index.json +903 -175
  35. package/dist/index.mjs +41 -13
  36. package/dist/index.tokens.json +123 -212
  37. package/dist/list.json +903 -175
  38. package/dist/list.mjs +903 -175
  39. package/dist/property.css +19 -6
  40. package/dist/root.css +40 -12
  41. package/dist/theme-prince-xml.css +41 -13
  42. package/dist/theme.css +40 -12
  43. package/dist/tokens.cjs +842 -231
  44. package/dist/tokens.d.ts +78 -106
  45. package/dist/tokens.json +842 -231
  46. package/dist/variables.cjs +42 -14
  47. package/dist/variables.css +40 -12
  48. package/dist/variables.d.ts +35 -7
  49. package/dist/variables.json +40 -12
  50. package/dist/variables.less +41 -13
  51. package/dist/variables.mjs +41 -13
  52. package/package.json +1 -1
  53. package/src/component/signalen/signalen.tokens.json +17 -0
  54. package/src/component/utrecht/body.tokens.json +11 -0
  55. package/src/component/utrecht/link-list.tokens.json +3 -0
  56. package/src/component/utrecht/nav-bar.tokens.json +0 -2
  57. package/src/component/utrecht/page-body.tokens.json +19 -0
  58. package/src/component/utrecht/page-footer.tokens.json +6 -4
  59. package/src/component/utrecht/page-header.tokens.json +14 -4
  60. package/src/component/utrecht/page.tokens.json +2 -2
  61. package/src/component/utrecht/root.tokens.json +8 -0
  62. package/project.json +0 -25
@@ -2434,6 +2434,51 @@ export default [
2434
2434
  "box-shadow"
2435
2435
  ]
2436
2436
  },
2437
+ {
2438
+ "value": "hsl(0 0% 100%)",
2439
+ "filePath": "src/component/signalen/signalen.tokens.json",
2440
+ "isSource": true,
2441
+ "original": {
2442
+ "value": "{utrecht.body.background-color}"
2443
+ },
2444
+ "name": "signalenModalDialogBackgroundColor",
2445
+ "attributes": {},
2446
+ "path": [
2447
+ "signalen",
2448
+ "modal-dialog",
2449
+ "background-color"
2450
+ ]
2451
+ },
2452
+ {
2453
+ "value": "hsl(0 0% 0%)",
2454
+ "filePath": "src/component/signalen/signalen.tokens.json",
2455
+ "isSource": true,
2456
+ "original": {
2457
+ "value": "{utrecht.body.color}"
2458
+ },
2459
+ "name": "signalenModalDialogColor",
2460
+ "attributes": {},
2461
+ "path": [
2462
+ "signalen",
2463
+ "modal-dialog",
2464
+ "color"
2465
+ ]
2466
+ },
2467
+ {
2468
+ "value": "4px",
2469
+ "filePath": "src/component/signalen/signalen.tokens.json",
2470
+ "isSource": true,
2471
+ "original": {
2472
+ "value": "4px"
2473
+ },
2474
+ "name": "signalenProgressBarBorderRadius",
2475
+ "attributes": {},
2476
+ "path": [
2477
+ "signalen",
2478
+ "progress-bar",
2479
+ "border-radius"
2480
+ ]
2481
+ },
2437
2482
  {
2438
2483
  "$extensions": {
2439
2484
  "nl.nldesignsystem.css.property": {
@@ -5202,6 +5247,153 @@ export default [
5202
5247
  "margin-inline-start"
5203
5248
  ]
5204
5249
  },
5250
+ {
5251
+ "value": "hsl(0 0% 100%)",
5252
+ "filePath": "src/component/utrecht/body.tokens.json",
5253
+ "isSource": true,
5254
+ "original": {
5255
+ "value": "{utrecht.color.white}"
5256
+ },
5257
+ "name": "utrechtBodyBackgroundColor",
5258
+ "attributes": {},
5259
+ "path": [
5260
+ "utrecht",
5261
+ "body",
5262
+ "background-color"
5263
+ ]
5264
+ },
5265
+ {
5266
+ "value": "hsl(0 0% 0%)",
5267
+ "filePath": "src/component/utrecht/body.tokens.json",
5268
+ "isSource": true,
5269
+ "original": {
5270
+ "value": "{utrecht.color.black}"
5271
+ },
5272
+ "name": "utrechtBodyColor",
5273
+ "attributes": {},
5274
+ "path": [
5275
+ "utrecht",
5276
+ "body",
5277
+ "color"
5278
+ ]
5279
+ },
5280
+ {
5281
+ "$extensions": {
5282
+ "nl.nldesignsystem.css.property": {
5283
+ "syntax": "*",
5284
+ "inherits": true
5285
+ },
5286
+ "nl.nldesignsystem.figma.supports-token": true,
5287
+ "studio.tokens": {
5288
+ "originalType": "fontFamilies"
5289
+ }
5290
+ },
5291
+ "type": "fontFamily",
5292
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
5293
+ "filePath": "src/component/utrecht/body.tokens.json",
5294
+ "isSource": true,
5295
+ "original": {
5296
+ "$extensions": {
5297
+ "nl.nldesignsystem.css.property": {
5298
+ "syntax": "*",
5299
+ "inherits": true
5300
+ },
5301
+ "nl.nldesignsystem.figma.supports-token": true,
5302
+ "studio.tokens": {
5303
+ "originalType": "fontFamilies"
5304
+ }
5305
+ },
5306
+ "type": "fontFamily",
5307
+ "value": "{utrecht.typography.sans-serif.font-family}"
5308
+ },
5309
+ "name": "utrechtBodyFontFamily",
5310
+ "attributes": {},
5311
+ "path": [
5312
+ "utrecht",
5313
+ "body",
5314
+ "font-family"
5315
+ ]
5316
+ },
5317
+ {
5318
+ "$extensions": {
5319
+ "nl.nldesignsystem.css.property": {
5320
+ "syntax": "<length>",
5321
+ "inherits": true
5322
+ },
5323
+ "nl.nldesignsystem.figma.supports-token": true,
5324
+ "studio.tokens": {
5325
+ "originalType": "fontSizes"
5326
+ }
5327
+ },
5328
+ "type": "fontSize",
5329
+ "value": "1rem",
5330
+ "filePath": "src/component/utrecht/body.tokens.json",
5331
+ "isSource": true,
5332
+ "original": {
5333
+ "$extensions": {
5334
+ "nl.nldesignsystem.css.property": {
5335
+ "syntax": "<length>",
5336
+ "inherits": true
5337
+ },
5338
+ "nl.nldesignsystem.figma.supports-token": true,
5339
+ "studio.tokens": {
5340
+ "originalType": "fontSizes"
5341
+ }
5342
+ },
5343
+ "type": "fontSize",
5344
+ "value": "{utrecht.typography.scale.md.font-size}"
5345
+ },
5346
+ "name": "utrechtBodyFontSize",
5347
+ "attributes": {},
5348
+ "path": [
5349
+ "utrecht",
5350
+ "body",
5351
+ "font-size"
5352
+ ]
5353
+ },
5354
+ {
5355
+ "$extensions": {
5356
+ "nl.nldesignsystem.css.property": {
5357
+ "syntax": [
5358
+ "<length>",
5359
+ "<number>"
5360
+ ],
5361
+ "inherits": true
5362
+ },
5363
+ "nl.nldesignsystem.figma.supports-token": true,
5364
+ "studio.tokens": {
5365
+ "originalType": "lineHeights"
5366
+ }
5367
+ },
5368
+ "type": "lineHeight",
5369
+ "value": "1.4",
5370
+ "filePath": "src/component/utrecht/body.tokens.json",
5371
+ "isSource": true,
5372
+ "original": {
5373
+ "$extensions": {
5374
+ "nl.nldesignsystem.css.property": {
5375
+ "syntax": [
5376
+ "<length>",
5377
+ "<number>"
5378
+ ],
5379
+ "inherits": true
5380
+ },
5381
+ "nl.nldesignsystem.figma.supports-token": true,
5382
+ "studio.tokens": {
5383
+ "originalType": "lineHeights"
5384
+ }
5385
+ },
5386
+ "type": "lineHeight",
5387
+ "value": "1.4"
5388
+ },
5389
+ "name": "utrechtBodyLineHeight",
5390
+ "attributes": {},
5391
+ "path": [
5392
+ "utrecht",
5393
+ "body",
5394
+ "line-height"
5395
+ ]
5396
+ },
5205
5397
  {
5206
5398
  "value": "8px",
5207
5399
  "filePath": "src/common/utrecht/border.tokens.json",
@@ -16516,7 +16708,7 @@ export default [
16516
16708
  "syntax": "<length>",
16517
16709
  "inherits": true
16518
16710
  },
16519
- "nl.nldesignsystem.figma.supports-token": true,
16711
+ "nl.nldesignsystem.figma.supports-token": false,
16520
16712
  "studio.tokens": {
16521
16713
  "originalType": "spacing"
16522
16714
  }
@@ -16531,7 +16723,7 @@ export default [
16531
16723
  "syntax": "<length>",
16532
16724
  "inherits": true
16533
16725
  },
16534
- "nl.nldesignsystem.figma.supports-token": true,
16726
+ "nl.nldesignsystem.figma.supports-token": false,
16535
16727
  "studio.tokens": {
16536
16728
  "originalType": "spacing"
16537
16729
  }
@@ -16553,7 +16745,7 @@ export default [
16553
16745
  "syntax": "<length>",
16554
16746
  "inherits": true
16555
16747
  },
16556
- "nl.nldesignsystem.figma.supports-token": true,
16748
+ "nl.nldesignsystem.figma.supports-token": false,
16557
16749
  "studio.tokens": {
16558
16750
  "originalType": "spacing"
16559
16751
  }
@@ -16568,7 +16760,7 @@ export default [
16568
16760
  "syntax": "<length>",
16569
16761
  "inherits": true
16570
16762
  },
16571
- "nl.nldesignsystem.figma.supports-token": true,
16763
+ "nl.nldesignsystem.figma.supports-token": false,
16572
16764
  "studio.tokens": {
16573
16765
  "originalType": "spacing"
16574
16766
  }
@@ -16590,7 +16782,7 @@ export default [
16590
16782
  "syntax": "<length>",
16591
16783
  "inherits": true
16592
16784
  },
16593
- "nl.nldesignsystem.figma.supports-token": true,
16785
+ "nl.nldesignsystem.figma.supports-token": false,
16594
16786
  "studio.tokens": {
16595
16787
  "originalType": "spacing"
16596
16788
  }
@@ -16605,7 +16797,7 @@ export default [
16605
16797
  "syntax": "<length>",
16606
16798
  "inherits": true
16607
16799
  },
16608
- "nl.nldesignsystem.figma.supports-token": true,
16800
+ "nl.nldesignsystem.figma.supports-token": false,
16609
16801
  "studio.tokens": {
16610
16802
  "originalType": "spacing"
16611
16803
  }
@@ -16627,7 +16819,7 @@ export default [
16627
16819
  "syntax": "<length>",
16628
16820
  "inherits": true
16629
16821
  },
16630
- "nl.nldesignsystem.figma.supports-token": true,
16822
+ "nl.nldesignsystem.figma.supports-token": false,
16631
16823
  "studio.tokens": {
16632
16824
  "originalType": "spacing"
16633
16825
  }
@@ -16642,7 +16834,7 @@ export default [
16642
16834
  "syntax": "<length>",
16643
16835
  "inherits": true
16644
16836
  },
16645
- "nl.nldesignsystem.figma.supports-token": true,
16837
+ "nl.nldesignsystem.figma.supports-token": false,
16646
16838
  "studio.tokens": {
16647
16839
  "originalType": "spacing"
16648
16840
  }
@@ -18923,6 +19115,44 @@ export default [
18923
19115
  "size"
18924
19116
  ]
18925
19117
  },
19118
+ {
19119
+ "$extensions": {
19120
+ "nl.nldesignsystem.css.property": {
19121
+ "syntax": "<length>",
19122
+ "inherits": true
19123
+ },
19124
+ "nl.nldesignsystem.figma.supports-token": true,
19125
+ "studio.tokens": {
19126
+ "originalType": "spacing"
19127
+ }
19128
+ },
19129
+ "type": "dimension",
19130
+ "value": "0.15em",
19131
+ "filePath": "src/component/utrecht/link-list.tokens.json",
19132
+ "isSource": true,
19133
+ "original": {
19134
+ "$extensions": {
19135
+ "nl.nldesignsystem.css.property": {
19136
+ "syntax": "<length>",
19137
+ "inherits": true
19138
+ },
19139
+ "nl.nldesignsystem.figma.supports-token": true,
19140
+ "studio.tokens": {
19141
+ "originalType": "spacing"
19142
+ }
19143
+ },
19144
+ "type": "dimension",
19145
+ "value": "0.15em"
19146
+ },
19147
+ "name": "utrechtLinkListIconInsetBlockStart",
19148
+ "attributes": {},
19149
+ "path": [
19150
+ "utrecht",
19151
+ "link-list",
19152
+ "icon",
19153
+ "inset-block-start"
19154
+ ]
19155
+ },
18926
19156
  {
18927
19157
  "$extensions": {
18928
19158
  "nl.nldesignsystem.css.property": {
@@ -21232,122 +21462,60 @@ export default [
21232
21462
  {
21233
21463
  "$extensions": {
21234
21464
  "nl.nldesignsystem.css.property": {
21235
- "syntax": "<color>",
21465
+ "syntax": "<length>",
21236
21466
  "inherits": true
21237
21467
  },
21238
- "nl.nldesignsystem.figma.supports-token": false
21468
+ "nl.nldesignsystem.figma.supports-token": false,
21469
+ "studio.tokens": {
21470
+ "originalType": "sizing"
21471
+ }
21239
21472
  },
21240
- "type": "color",
21241
- "value": "hsl(0 0% 100%)",
21473
+ "type": "dimension",
21474
+ "value": "1184px",
21242
21475
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21243
21476
  "isSource": true,
21244
21477
  "original": {
21245
21478
  "$extensions": {
21246
21479
  "nl.nldesignsystem.css.property": {
21247
- "syntax": "<color>",
21480
+ "syntax": "<length>",
21248
21481
  "inherits": true
21249
21482
  },
21250
- "nl.nldesignsystem.figma.supports-token": false
21483
+ "nl.nldesignsystem.figma.supports-token": false,
21484
+ "studio.tokens": {
21485
+ "originalType": "sizing"
21486
+ }
21251
21487
  },
21252
- "type": "color",
21253
- "value": "{utrecht.color.white}"
21488
+ "type": "dimension",
21489
+ "value": "{utrecht.page.max-inline-size}"
21254
21490
  },
21255
- "name": "utrechtNavBarBackgroundColor",
21491
+ "name": "utrechtNavBarContentMaxInlineSize",
21256
21492
  "attributes": {},
21257
21493
  "path": [
21258
21494
  "utrecht",
21259
21495
  "nav-bar",
21260
- "background-color"
21496
+ "content",
21497
+ "max-inline-size"
21261
21498
  ]
21262
21499
  },
21263
21500
  {
21264
21501
  "$extensions": {
21265
21502
  "nl.nldesignsystem.css.property": {
21266
- "syntax": "<color>",
21503
+ "syntax": "<length>",
21267
21504
  "inherits": true
21268
21505
  },
21269
- "nl.nldesignsystem.figma.supports-token": false
21506
+ "nl.nldesignsystem.figma.supports-token": false,
21507
+ "studio.tokens": {
21508
+ "originalType": "spacing"
21509
+ }
21270
21510
  },
21271
- "type": "color",
21272
- "value": "hsl(0 0% 0%)",
21511
+ "type": "dimension",
21512
+ "value": "8px",
21273
21513
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21274
21514
  "isSource": true,
21275
21515
  "original": {
21276
21516
  "$extensions": {
21277
21517
  "nl.nldesignsystem.css.property": {
21278
- "syntax": "<color>",
21279
- "inherits": true
21280
- },
21281
- "nl.nldesignsystem.figma.supports-token": false
21282
- },
21283
- "type": "color",
21284
- "value": "{utrecht.color.black}"
21285
- },
21286
- "name": "utrechtNavBarColor",
21287
- "attributes": {},
21288
- "path": [
21289
- "utrecht",
21290
- "nav-bar",
21291
- "color"
21292
- ]
21293
- },
21294
- {
21295
- "$extensions": {
21296
- "nl.nldesignsystem.css.property": {
21297
- "syntax": "<length>",
21298
- "inherits": true
21299
- },
21300
- "nl.nldesignsystem.figma.supports-token": false,
21301
- "studio.tokens": {
21302
- "originalType": "sizing"
21303
- }
21304
- },
21305
- "type": "dimension",
21306
- "value": "1184px",
21307
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
21308
- "isSource": true,
21309
- "original": {
21310
- "$extensions": {
21311
- "nl.nldesignsystem.css.property": {
21312
- "syntax": "<length>",
21313
- "inherits": true
21314
- },
21315
- "nl.nldesignsystem.figma.supports-token": false,
21316
- "studio.tokens": {
21317
- "originalType": "sizing"
21318
- }
21319
- },
21320
- "type": "dimension",
21321
- "value": "{utrecht.page.max-inline-size}"
21322
- },
21323
- "name": "utrechtNavBarContentMaxInlineSize",
21324
- "attributes": {},
21325
- "path": [
21326
- "utrecht",
21327
- "nav-bar",
21328
- "content",
21329
- "max-inline-size"
21330
- ]
21331
- },
21332
- {
21333
- "$extensions": {
21334
- "nl.nldesignsystem.css.property": {
21335
- "syntax": "<length>",
21336
- "inherits": true
21337
- },
21338
- "nl.nldesignsystem.figma.supports-token": false,
21339
- "studio.tokens": {
21340
- "originalType": "spacing"
21341
- }
21342
- },
21343
- "type": "dimension",
21344
- "value": "8px",
21345
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
21346
- "isSource": true,
21347
- "original": {
21348
- "$extensions": {
21349
- "nl.nldesignsystem.css.property": {
21350
- "syntax": "<length>",
21518
+ "syntax": "<length>",
21351
21519
  "inherits": true
21352
21520
  },
21353
21521
  "nl.nldesignsystem.figma.supports-token": false,
@@ -22071,27 +22239,480 @@ export default [
22071
22239
  "original": {
22072
22240
  "value": "{utrecht.color.grey.15}"
22073
22241
  },
22074
- "name": "utrechtPageBackgroundColor",
22242
+ "name": "utrechtPageBackgroundColor",
22243
+ "attributes": {},
22244
+ "path": [
22245
+ "utrecht",
22246
+ "page",
22247
+ "background-color"
22248
+ ]
22249
+ },
22250
+ {
22251
+ "$extensions": {
22252
+ "nl.nldesignsystem.css.property": {
22253
+ "syntax": "<color>",
22254
+ "inherits": true
22255
+ },
22256
+ "nl.nldesignsystem.figma.supports-token": false
22257
+ },
22258
+ "type": "color",
22259
+ "value": "hsl(0 0% 100%)",
22260
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22261
+ "isSource": true,
22262
+ "original": {
22263
+ "$extensions": {
22264
+ "nl.nldesignsystem.css.property": {
22265
+ "syntax": "<color>",
22266
+ "inherits": true
22267
+ },
22268
+ "nl.nldesignsystem.figma.supports-token": false
22269
+ },
22270
+ "type": "color",
22271
+ "value": "{utrecht.color.white}"
22272
+ },
22273
+ "name": "utrechtPageBodyContentBackgroundColor",
22274
+ "attributes": {},
22275
+ "path": [
22276
+ "utrecht",
22277
+ "page-body",
22278
+ "content",
22279
+ "background-color"
22280
+ ]
22281
+ },
22282
+ {
22283
+ "$extensions": {
22284
+ "nl.nldesignsystem.css.property": {
22285
+ "syntax": "<color>",
22286
+ "inherits": true
22287
+ },
22288
+ "nl.nldesignsystem.figma.supports-token": false
22289
+ },
22290
+ "type": "color",
22291
+ "value": "hsl(0 0% 0%)",
22292
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22293
+ "isSource": true,
22294
+ "original": {
22295
+ "$extensions": {
22296
+ "nl.nldesignsystem.css.property": {
22297
+ "syntax": "<color>",
22298
+ "inherits": true
22299
+ },
22300
+ "nl.nldesignsystem.figma.supports-token": false
22301
+ },
22302
+ "type": "color",
22303
+ "value": "{utrecht.color.black}"
22304
+ },
22305
+ "name": "utrechtPageBodyContentColor",
22306
+ "attributes": {},
22307
+ "path": [
22308
+ "utrecht",
22309
+ "page-body",
22310
+ "content",
22311
+ "color"
22312
+ ]
22313
+ },
22314
+ {
22315
+ "value": "1184px",
22316
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22317
+ "isSource": true,
22318
+ "original": {
22319
+ "value": "1184px"
22320
+ },
22321
+ "name": "utrechtPageBodyContentMaxInlineSize",
22322
+ "attributes": {},
22323
+ "path": [
22324
+ "utrecht",
22325
+ "page-body",
22326
+ "content",
22327
+ "max-inline-size"
22328
+ ]
22329
+ },
22330
+ {
22331
+ "$extensions": {
22332
+ "nl.nldesignsystem.css.property": {
22333
+ "syntax": "<length>",
22334
+ "inherits": true
22335
+ },
22336
+ "nl.nldesignsystem.figma.supports-token": false,
22337
+ "studio.tokens": {
22338
+ "originalType": "spacing"
22339
+ }
22340
+ },
22341
+ "type": "dimension",
22342
+ "value": "1em",
22343
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22344
+ "isSource": true,
22345
+ "original": {
22346
+ "$extensions": {
22347
+ "nl.nldesignsystem.css.property": {
22348
+ "syntax": "<length>",
22349
+ "inherits": true
22350
+ },
22351
+ "nl.nldesignsystem.figma.supports-token": false,
22352
+ "studio.tokens": {
22353
+ "originalType": "spacing"
22354
+ }
22355
+ },
22356
+ "type": "dimension",
22357
+ "value": "1em"
22358
+ },
22359
+ "name": "utrechtPageBodyContentPaddingBlockEnd",
22360
+ "attributes": {},
22361
+ "path": [
22362
+ "utrecht",
22363
+ "page-body",
22364
+ "content",
22365
+ "padding-block-end"
22366
+ ]
22367
+ },
22368
+ {
22369
+ "$extensions": {
22370
+ "nl.nldesignsystem.css.property": {
22371
+ "syntax": "<length>",
22372
+ "inherits": true
22373
+ },
22374
+ "nl.nldesignsystem.figma.supports-token": false,
22375
+ "studio.tokens": {
22376
+ "originalType": "spacing"
22377
+ }
22378
+ },
22379
+ "type": "dimension",
22380
+ "value": "0",
22381
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22382
+ "isSource": true,
22383
+ "original": {
22384
+ "$extensions": {
22385
+ "nl.nldesignsystem.css.property": {
22386
+ "syntax": "<length>",
22387
+ "inherits": true
22388
+ },
22389
+ "nl.nldesignsystem.figma.supports-token": false,
22390
+ "studio.tokens": {
22391
+ "originalType": "spacing"
22392
+ }
22393
+ },
22394
+ "type": "dimension",
22395
+ "value": "0"
22396
+ },
22397
+ "name": "utrechtPageBodyContentPaddingBlockStart",
22398
+ "attributes": {},
22399
+ "path": [
22400
+ "utrecht",
22401
+ "page-body",
22402
+ "content",
22403
+ "padding-block-start"
22404
+ ]
22405
+ },
22406
+ {
22407
+ "value": "2.4em",
22408
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22409
+ "isSource": true,
22410
+ "original": {
22411
+ "value": "2.4em"
22412
+ },
22413
+ "name": "utrechtPageBodyContentPaddingInlineEnd",
22414
+ "attributes": {},
22415
+ "path": [
22416
+ "utrecht",
22417
+ "page-body",
22418
+ "content",
22419
+ "padding-inline-end"
22420
+ ]
22421
+ },
22422
+ {
22423
+ "$extensions": {
22424
+ "nl.nldesignsystem.css.property": {
22425
+ "syntax": "<length>",
22426
+ "inherits": true
22427
+ },
22428
+ "nl.nldesignsystem.figma.supports-token": false,
22429
+ "studio.tokens": {
22430
+ "originalType": "spacing"
22431
+ }
22432
+ },
22433
+ "type": "dimension",
22434
+ "value": "2em",
22435
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22436
+ "isSource": true,
22437
+ "original": {
22438
+ "$extensions": {
22439
+ "nl.nldesignsystem.css.property": {
22440
+ "syntax": "<length>",
22441
+ "inherits": true
22442
+ },
22443
+ "nl.nldesignsystem.figma.supports-token": false,
22444
+ "studio.tokens": {
22445
+ "originalType": "spacing"
22446
+ }
22447
+ },
22448
+ "type": "dimension",
22449
+ "value": "2em"
22450
+ },
22451
+ "name": "utrechtPageBodyContentPaddingInlineStart",
22452
+ "attributes": {},
22453
+ "path": [
22454
+ "utrecht",
22455
+ "page-body",
22456
+ "content",
22457
+ "padding-inline-start"
22458
+ ]
22459
+ },
22460
+ {
22461
+ "value": "0",
22462
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22463
+ "isSource": true,
22464
+ "original": {
22465
+ "value": "0"
22466
+ },
22467
+ "name": "utrechtPageBodyPaddingBlockEnd",
22468
+ "attributes": {},
22469
+ "path": [
22470
+ "utrecht",
22471
+ "page-body",
22472
+ "padding-block-end"
22473
+ ]
22474
+ },
22475
+ {
22476
+ "value": "0",
22477
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22478
+ "isSource": true,
22479
+ "original": {
22480
+ "value": "0"
22481
+ },
22482
+ "name": "utrechtPageBodyPaddingBlockStart",
22483
+ "attributes": {},
22484
+ "path": [
22485
+ "utrecht",
22486
+ "page-body",
22487
+ "padding-block-start"
22488
+ ]
22489
+ },
22490
+ {
22491
+ "value": "0",
22492
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22493
+ "isSource": true,
22494
+ "original": {
22495
+ "value": "0"
22496
+ },
22497
+ "name": "utrechtPageBodyPaddingInlineEnd",
22498
+ "attributes": {},
22499
+ "path": [
22500
+ "utrecht",
22501
+ "page-body",
22502
+ "padding-inline-end"
22503
+ ]
22504
+ },
22505
+ {
22506
+ "value": "0",
22507
+ "filePath": "src/component/utrecht/page-body.tokens.json",
22508
+ "isSource": true,
22509
+ "original": {
22510
+ "value": "0"
22511
+ },
22512
+ "name": "utrechtPageBodyPaddingInlineStart",
22513
+ "attributes": {},
22514
+ "path": [
22515
+ "utrecht",
22516
+ "page-body",
22517
+ "padding-inline-start"
22518
+ ]
22519
+ },
22520
+ {
22521
+ "value": "hsl(0 0% 95%)",
22522
+ "filePath": "src/dark/common/tokens.json",
22523
+ "isSource": true,
22524
+ "original": {
22525
+ "value": "{utrecht.color.grey.95}"
22526
+ },
22527
+ "name": "utrechtPageColor",
22528
+ "attributes": {},
22529
+ "path": [
22530
+ "utrecht",
22531
+ "page",
22532
+ "color"
22533
+ ]
22534
+ },
22535
+ {
22536
+ "$extensions": {
22537
+ "nl.nldesignsystem.css.property": {
22538
+ "syntax": "<length>",
22539
+ "inherits": true
22540
+ },
22541
+ "nl.nldesignsystem.figma.supports-token": false,
22542
+ "studio.tokens": {
22543
+ "originalType": "spacing"
22544
+ }
22545
+ },
22546
+ "type": "dimension",
22547
+ "value": "2em",
22548
+ "filePath": "src/component/utrecht/page-content.tokens.json",
22549
+ "isSource": true,
22550
+ "original": {
22551
+ "$extensions": {
22552
+ "nl.nldesignsystem.css.property": {
22553
+ "syntax": "<length>",
22554
+ "inherits": true
22555
+ },
22556
+ "nl.nldesignsystem.figma.supports-token": false,
22557
+ "studio.tokens": {
22558
+ "originalType": "spacing"
22559
+ }
22560
+ },
22561
+ "type": "dimension",
22562
+ "value": "2em"
22563
+ },
22564
+ "name": "utrechtPageContentPaddingBlockEnd",
22565
+ "attributes": {},
22566
+ "path": [
22567
+ "utrecht",
22568
+ "page-content",
22569
+ "padding-block-end"
22570
+ ]
22571
+ },
22572
+ {
22573
+ "$extensions": {
22574
+ "nl.nldesignsystem.css.property": {
22575
+ "syntax": "<length>",
22576
+ "inherits": true
22577
+ },
22578
+ "nl.nldesignsystem.figma.supports-token": false,
22579
+ "studio.tokens": {
22580
+ "originalType": "spacing"
22581
+ }
22582
+ },
22583
+ "type": "dimension",
22584
+ "value": "2em",
22585
+ "filePath": "src/component/utrecht/page-content.tokens.json",
22586
+ "isSource": true,
22587
+ "original": {
22588
+ "$extensions": {
22589
+ "nl.nldesignsystem.css.property": {
22590
+ "syntax": "<length>",
22591
+ "inherits": true
22592
+ },
22593
+ "nl.nldesignsystem.figma.supports-token": false,
22594
+ "studio.tokens": {
22595
+ "originalType": "spacing"
22596
+ }
22597
+ },
22598
+ "type": "dimension",
22599
+ "value": "2em"
22600
+ },
22601
+ "name": "utrechtPageContentPaddingBlockStart",
22602
+ "attributes": {},
22603
+ "path": [
22604
+ "utrecht",
22605
+ "page-content",
22606
+ "padding-block-start"
22607
+ ]
22608
+ },
22609
+ {
22610
+ "$extensions": {
22611
+ "nl.nldesignsystem.css.property": {
22612
+ "syntax": "<color>",
22613
+ "inherits": true
22614
+ },
22615
+ "nl.nldesignsystem.figma.supports-token": false
22616
+ },
22617
+ "type": "color",
22618
+ "value": "hsl(0 100% 40%)",
22619
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22620
+ "isSource": true,
22621
+ "original": {
22622
+ "$extensions": {
22623
+ "nl.nldesignsystem.css.property": {
22624
+ "syntax": "<color>",
22625
+ "inherits": true
22626
+ },
22627
+ "nl.nldesignsystem.figma.supports-token": false
22628
+ },
22629
+ "type": "color",
22630
+ "value": "{utrecht.color.red.40}"
22631
+ },
22632
+ "name": "utrechtPageFooterBackgroundColor",
22633
+ "attributes": {},
22634
+ "path": [
22635
+ "utrecht",
22636
+ "page-footer",
22637
+ "background-color"
22638
+ ]
22639
+ },
22640
+ {
22641
+ "$extensions": {
22642
+ "nl.nldesignsystem.css.property": {
22643
+ "syntax": "<url> | *",
22644
+ "inherits": true
22645
+ },
22646
+ "nl.nldesignsystem.figma.supports-token": false
22647
+ },
22648
+ "type": "other",
22649
+ "value": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
22650
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22651
+ "isSource": true,
22652
+ "original": {
22653
+ "$extensions": {
22654
+ "nl.nldesignsystem.css.property": {
22655
+ "syntax": "<url> | *",
22656
+ "inherits": true
22657
+ },
22658
+ "nl.nldesignsystem.figma.supports-token": false
22659
+ },
22660
+ "type": "other",
22661
+ "value": "linear-gradient(45deg, {utrecht.color.red.40}, {utrecht.color.red.40} 50%, #d63433 50%);"
22662
+ },
22663
+ "name": "utrechtPageFooterBackgroundImage",
22664
+ "attributes": {},
22665
+ "path": [
22666
+ "utrecht",
22667
+ "page-footer",
22668
+ "background-image"
22669
+ ]
22670
+ },
22671
+ {
22672
+ "$extensions": {
22673
+ "nl.nldesignsystem.css.property": {
22674
+ "syntax": "<color>",
22675
+ "inherits": true
22676
+ },
22677
+ "nl.nldesignsystem.figma.supports-token": false
22678
+ },
22679
+ "type": "color",
22680
+ "value": "hsl(0 0% 100%)",
22681
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22682
+ "isSource": true,
22683
+ "original": {
22684
+ "$extensions": {
22685
+ "nl.nldesignsystem.css.property": {
22686
+ "syntax": "<color>",
22687
+ "inherits": true
22688
+ },
22689
+ "nl.nldesignsystem.figma.supports-token": false
22690
+ },
22691
+ "type": "color",
22692
+ "value": "{utrecht.color.white}"
22693
+ },
22694
+ "name": "utrechtPageFooterColor",
22075
22695
  "attributes": {},
22076
22696
  "path": [
22077
22697
  "utrecht",
22078
- "page",
22079
- "background-color"
22698
+ "page-footer",
22699
+ "color"
22080
22700
  ]
22081
22701
  },
22082
22702
  {
22083
- "value": "hsl(0 0% 95%)",
22084
- "filePath": "src/dark/common/tokens.json",
22703
+ "value": "1184px",
22704
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22085
22705
  "isSource": true,
22086
22706
  "original": {
22087
- "value": "{utrecht.color.grey.95}"
22707
+ "value": "1184px"
22088
22708
  },
22089
- "name": "utrechtPageColor",
22709
+ "name": "utrechtPageFooterContentMaxInlineSize",
22090
22710
  "attributes": {},
22091
22711
  "path": [
22092
22712
  "utrecht",
22093
- "page",
22094
- "color"
22713
+ "page-footer",
22714
+ "content",
22715
+ "max-inline-size"
22095
22716
  ]
22096
22717
  },
22097
22718
  {
@@ -22106,8 +22727,8 @@ export default [
22106
22727
  }
22107
22728
  },
22108
22729
  "type": "dimension",
22109
- "value": "2em",
22110
- "filePath": "src/component/utrecht/page-content.tokens.json",
22730
+ "value": "48px",
22731
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22111
22732
  "isSource": true,
22112
22733
  "original": {
22113
22734
  "$extensions": {
@@ -22121,13 +22742,14 @@ export default [
22121
22742
  }
22122
22743
  },
22123
22744
  "type": "dimension",
22124
- "value": "2em"
22745
+ "value": "{utrecht.space.block.3xl}"
22125
22746
  },
22126
- "name": "utrechtPageContentPaddingBlockEnd",
22747
+ "name": "utrechtPageFooterContentPaddingBlockEnd",
22127
22748
  "attributes": {},
22128
22749
  "path": [
22129
22750
  "utrecht",
22130
- "page-content",
22751
+ "page-footer",
22752
+ "content",
22131
22753
  "padding-block-end"
22132
22754
  ]
22133
22755
  },
@@ -22143,8 +22765,8 @@ export default [
22143
22765
  }
22144
22766
  },
22145
22767
  "type": "dimension",
22146
- "value": "2em",
22147
- "filePath": "src/component/utrecht/page-content.tokens.json",
22768
+ "value": "48px",
22769
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22148
22770
  "isSource": true,
22149
22771
  "original": {
22150
22772
  "$extensions": {
@@ -22158,76 +22780,63 @@ export default [
22158
22780
  }
22159
22781
  },
22160
22782
  "type": "dimension",
22161
- "value": "2em"
22783
+ "value": "{utrecht.space.block.3xl}"
22162
22784
  },
22163
- "name": "utrechtPageContentPaddingBlockStart",
22785
+ "name": "utrechtPageFooterContentPaddingBlockStart",
22164
22786
  "attributes": {},
22165
22787
  "path": [
22166
22788
  "utrecht",
22167
- "page-content",
22789
+ "page-footer",
22790
+ "content",
22168
22791
  "padding-block-start"
22169
22792
  ]
22170
22793
  },
22171
22794
  {
22172
- "$extensions": {
22173
- "nl.nldesignsystem.css.property": {
22174
- "syntax": "<color>",
22175
- "inherits": true
22176
- },
22177
- "nl.nldesignsystem.figma.supports-token": false
22178
- },
22179
- "type": "color",
22180
- "value": "hsl(0 100% 40%)",
22795
+ "value": "28px",
22181
22796
  "filePath": "src/component/utrecht/page-footer.tokens.json",
22182
22797
  "isSource": true,
22183
22798
  "original": {
22184
- "$extensions": {
22185
- "nl.nldesignsystem.css.property": {
22186
- "syntax": "<color>",
22187
- "inherits": true
22188
- },
22189
- "nl.nldesignsystem.figma.supports-token": false
22190
- },
22191
- "type": "color",
22192
- "value": "{utrecht.color.red.40}"
22799
+ "value": "{utrecht.space.inline.2xl}"
22193
22800
  },
22194
- "name": "utrechtPageFooterBackgroundColor",
22801
+ "name": "utrechtPageFooterContentPaddingInline",
22195
22802
  "attributes": {},
22196
22803
  "path": [
22197
22804
  "utrecht",
22198
22805
  "page-footer",
22199
- "background-color"
22806
+ "content",
22807
+ "padding-inline"
22200
22808
  ]
22201
22809
  },
22202
22810
  {
22203
22811
  "$extensions": {
22204
22812
  "nl.nldesignsystem.css.property": {
22205
- "syntax": "<url> | *",
22813
+ "syntax": "<color>",
22206
22814
  "inherits": true
22207
22815
  },
22208
22816
  "nl.nldesignsystem.figma.supports-token": false
22209
22817
  },
22210
- "type": "other",
22211
- "value": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
22212
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22818
+ "type": "color",
22819
+ "value": "hsl(0 0% 100%)",
22820
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22213
22821
  "isSource": true,
22214
22822
  "original": {
22215
22823
  "$extensions": {
22216
22824
  "nl.nldesignsystem.css.property": {
22217
- "syntax": "<url> | *",
22825
+ "syntax": "<color>",
22218
22826
  "inherits": true
22219
22827
  },
22220
22828
  "nl.nldesignsystem.figma.supports-token": false
22221
22829
  },
22222
- "type": "other",
22223
- "value": "linear-gradient(45deg, {utrecht.color.red.40}, {utrecht.color.red.40} 50%, #d63433 50%);"
22830
+ "type": "color",
22831
+ "value": "{utrecht.color.white}"
22224
22832
  },
22225
- "name": "utrechtPageFooterBackgroundImage",
22833
+ "name": "utrechtPageHeaderContentBackgroundColor",
22226
22834
  "attributes": {},
22227
22835
  "path": [
22228
22836
  "utrecht",
22229
- "page-footer",
22230
- "background-image"
22837
+ "page-header",
22838
+ "content",
22839
+ "background-color"
22231
22840
  ]
22232
22841
  },
22233
22842
  {
@@ -22239,8 +22848,8 @@ export default [
22239
22848
  "nl.nldesignsystem.figma.supports-token": false
22240
22849
  },
22241
22850
  "type": "color",
22242
- "value": "hsl(0 0% 100%)",
22243
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22851
+ "value": "hsl(0 0% 0%)",
22852
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22244
22853
  "isSource": true,
22245
22854
  "original": {
22246
22855
  "$extensions": {
@@ -22251,16 +22860,33 @@ export default [
22251
22860
  "nl.nldesignsystem.figma.supports-token": false
22252
22861
  },
22253
22862
  "type": "color",
22254
- "value": "{utrecht.color.white}"
22863
+ "value": "{utrecht.color.black}"
22255
22864
  },
22256
- "name": "utrechtPageFooterColor",
22865
+ "name": "utrechtPageHeaderContentColor",
22257
22866
  "attributes": {},
22258
22867
  "path": [
22259
22868
  "utrecht",
22260
- "page-footer",
22869
+ "page-header",
22870
+ "content",
22261
22871
  "color"
22262
22872
  ]
22263
22873
  },
22874
+ {
22875
+ "value": "1184px",
22876
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22877
+ "isSource": true,
22878
+ "original": {
22879
+ "value": "1184px"
22880
+ },
22881
+ "name": "utrechtPageHeaderContentMaxInlineSize",
22882
+ "attributes": {},
22883
+ "path": [
22884
+ "utrecht",
22885
+ "page-header",
22886
+ "content",
22887
+ "max-inline-size"
22888
+ ]
22889
+ },
22264
22890
  {
22265
22891
  "$extensions": {
22266
22892
  "nl.nldesignsystem.css.property": {
@@ -22273,8 +22899,8 @@ export default [
22273
22899
  }
22274
22900
  },
22275
22901
  "type": "dimension",
22276
- "value": "48px",
22277
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22902
+ "value": "1em",
22903
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22278
22904
  "isSource": true,
22279
22905
  "original": {
22280
22906
  "$extensions": {
@@ -22288,13 +22914,14 @@ export default [
22288
22914
  }
22289
22915
  },
22290
22916
  "type": "dimension",
22291
- "value": "{utrecht.space.block.3xl}"
22917
+ "value": "1em"
22292
22918
  },
22293
- "name": "utrechtPageFooterPaddingBlockEnd",
22919
+ "name": "utrechtPageHeaderContentPaddingBlockEnd",
22294
22920
  "attributes": {},
22295
22921
  "path": [
22296
22922
  "utrecht",
22297
- "page-footer",
22923
+ "page-header",
22924
+ "content",
22298
22925
  "padding-block-end"
22299
22926
  ]
22300
22927
  },
@@ -22310,8 +22937,8 @@ export default [
22310
22937
  }
22311
22938
  },
22312
22939
  "type": "dimension",
22313
- "value": "48px",
22314
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22940
+ "value": "1.8em",
22941
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22315
22942
  "isSource": true,
22316
22943
  "original": {
22317
22944
  "$extensions": {
@@ -22325,16 +22952,33 @@ export default [
22325
22952
  }
22326
22953
  },
22327
22954
  "type": "dimension",
22328
- "value": "{utrecht.space.block.3xl}"
22955
+ "value": "1.8em"
22329
22956
  },
22330
- "name": "utrechtPageFooterPaddingBlockStart",
22957
+ "name": "utrechtPageHeaderContentPaddingBlockStart",
22331
22958
  "attributes": {},
22332
22959
  "path": [
22333
22960
  "utrecht",
22334
- "page-footer",
22961
+ "page-header",
22962
+ "content",
22335
22963
  "padding-block-start"
22336
22964
  ]
22337
22965
  },
22966
+ {
22967
+ "value": "2em",
22968
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22969
+ "isSource": true,
22970
+ "original": {
22971
+ "value": "2em"
22972
+ },
22973
+ "name": "utrechtPageHeaderContentPaddingInline",
22974
+ "attributes": {},
22975
+ "path": [
22976
+ "utrecht",
22977
+ "page-header",
22978
+ "content",
22979
+ "padding-inline"
22980
+ ]
22981
+ },
22338
22982
  {
22339
22983
  "$extensions": {
22340
22984
  "nl.nldesignsystem.css.property": {
@@ -22347,8 +22991,9 @@ export default [
22347
22991
  }
22348
22992
  },
22349
22993
  "type": "dimension",
22350
- "value": "28px",
22351
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22994
+ "value": "2.4em",
22995
+ "$comment": "Legacy design token",
22996
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22352
22997
  "isSource": true,
22353
22998
  "original": {
22354
22999
  "$extensions": {
@@ -22362,13 +23007,15 @@ export default [
22362
23007
  }
22363
23008
  },
22364
23009
  "type": "dimension",
22365
- "value": "{utrecht.space.inline.2xl}"
23010
+ "value": "2.4em",
23011
+ "$comment": "Legacy design token"
22366
23012
  },
22367
- "name": "utrechtPageFooterPaddingInlineEnd",
23013
+ "name": "utrechtPageHeaderContentPaddingInlineEnd",
22368
23014
  "attributes": {},
22369
23015
  "path": [
22370
23016
  "utrecht",
22371
- "page-footer",
23017
+ "page-header",
23018
+ "content",
22372
23019
  "padding-inline-end"
22373
23020
  ]
22374
23021
  },
@@ -22384,8 +23031,9 @@ export default [
22384
23031
  }
22385
23032
  },
22386
23033
  "type": "dimension",
22387
- "value": "28px",
22388
- "filePath": "src/component/utrecht/page-footer.tokens.json",
23034
+ "value": "2em",
23035
+ "$comment": "Legacy design token",
23036
+ "filePath": "src/component/utrecht/page-header.tokens.json",
22389
23037
  "isSource": true,
22390
23038
  "original": {
22391
23039
  "$extensions": {
@@ -22399,13 +23047,15 @@ export default [
22399
23047
  }
22400
23048
  },
22401
23049
  "type": "dimension",
22402
- "value": "{utrecht.space.inline.2xl}"
23050
+ "value": "2em",
23051
+ "$comment": "Legacy design token"
22403
23052
  },
22404
- "name": "utrechtPageFooterPaddingInlineStart",
23053
+ "name": "utrechtPageHeaderContentPaddingInlineStart",
22405
23054
  "attributes": {},
22406
23055
  "path": [
22407
23056
  "utrecht",
22408
- "page-footer",
23057
+ "page-header",
23058
+ "content",
22409
23059
  "padding-inline-start"
22410
23060
  ]
22411
23061
  },
@@ -22421,7 +23071,7 @@ export default [
22421
23071
  }
22422
23072
  },
22423
23073
  "type": "dimension",
22424
- "value": "1em",
23074
+ "value": "0",
22425
23075
  "filePath": "src/component/utrecht/page-header.tokens.json",
22426
23076
  "isSource": true,
22427
23077
  "original": {
@@ -22436,7 +23086,7 @@ export default [
22436
23086
  }
22437
23087
  },
22438
23088
  "type": "dimension",
22439
- "value": "1em"
23089
+ "value": "0"
22440
23090
  },
22441
23091
  "name": "utrechtPageHeaderPaddingBlockEnd",
22442
23092
  "attributes": {},
@@ -22458,7 +23108,7 @@ export default [
22458
23108
  }
22459
23109
  },
22460
23110
  "type": "dimension",
22461
- "value": "1.8em",
23111
+ "value": "0",
22462
23112
  "filePath": "src/component/utrecht/page-header.tokens.json",
22463
23113
  "isSource": true,
22464
23114
  "original": {
@@ -22473,7 +23123,7 @@ export default [
22473
23123
  }
22474
23124
  },
22475
23125
  "type": "dimension",
22476
- "value": "1.8em"
23126
+ "value": "0"
22477
23127
  },
22478
23128
  "name": "utrechtPageHeaderPaddingBlockStart",
22479
23129
  "attributes": {},
@@ -22495,7 +23145,7 @@ export default [
22495
23145
  }
22496
23146
  },
22497
23147
  "type": "dimension",
22498
- "value": "2.4em",
23148
+ "value": "0",
22499
23149
  "filePath": "src/component/utrecht/page-header.tokens.json",
22500
23150
  "isSource": true,
22501
23151
  "original": {
@@ -22510,7 +23160,7 @@ export default [
22510
23160
  }
22511
23161
  },
22512
23162
  "type": "dimension",
22513
- "value": "2.4em"
23163
+ "value": "0"
22514
23164
  },
22515
23165
  "name": "utrechtPageHeaderPaddingInlineEnd",
22516
23166
  "attributes": {},
@@ -22532,7 +23182,7 @@ export default [
22532
23182
  }
22533
23183
  },
22534
23184
  "type": "dimension",
22535
- "value": "2em",
23185
+ "value": "0",
22536
23186
  "filePath": "src/component/utrecht/page-header.tokens.json",
22537
23187
  "isSource": true,
22538
23188
  "original": {
@@ -22547,7 +23197,7 @@ export default [
22547
23197
  }
22548
23198
  },
22549
23199
  "type": "dimension",
22550
- "value": "2em"
23200
+ "value": "0"
22551
23201
  },
22552
23202
  "name": "utrechtPageHeaderPaddingInlineStart",
22553
23203
  "attributes": {},
@@ -22699,11 +23349,11 @@ export default [
22699
23349
  ]
22700
23350
  },
22701
23351
  {
22702
- "value": "2em",
23352
+ "value": "0",
22703
23353
  "filePath": "src/component/utrecht/page.tokens.json",
22704
23354
  "isSource": true,
22705
23355
  "original": {
22706
- "value": "2em"
23356
+ "value": "0"
22707
23357
  },
22708
23358
  "name": "utrechtPagePaddingInlineEnd",
22709
23359
  "attributes": {},
@@ -22714,11 +23364,11 @@ export default [
22714
23364
  ]
22715
23365
  },
22716
23366
  {
22717
- "value": "2em",
23367
+ "value": "0",
22718
23368
  "filePath": "src/component/utrecht/page.tokens.json",
22719
23369
  "isSource": true,
22720
23370
  "original": {
22721
- "value": "2em"
23371
+ "value": "0"
22722
23372
  },
22723
23373
  "name": "utrechtPagePaddingInlineStart",
22724
23374
  "attributes": {},
@@ -24990,10 +25640,26 @@ export default [
24990
25640
  ]
24991
25641
  },
24992
25642
  {
25643
+ "$extensions": {
25644
+ "nl.nldesignsystem.css.property": {
25645
+ "syntax": "<color>",
25646
+ "inherits": true
25647
+ },
25648
+ "nl.nldesignsystem.figma.supports-token": true
25649
+ },
25650
+ "type": "color",
24993
25651
  "value": "hsl(0 0% 100%)",
24994
25652
  "filePath": "src/component/utrecht/radio-button.tokens.json",
24995
25653
  "isSource": true,
24996
25654
  "original": {
25655
+ "$extensions": {
25656
+ "nl.nldesignsystem.css.property": {
25657
+ "syntax": "<color>",
25658
+ "inherits": true
25659
+ },
25660
+ "nl.nldesignsystem.figma.supports-token": true
25661
+ },
25662
+ "type": "color",
24997
25663
  "value": "{utrecht.color.white}"
24998
25664
  },
24999
25665
  "name": "utrechtRadioButtonColor",
@@ -25578,6 +26244,68 @@ export default [
25578
26244
  "margin-block-end"
25579
26245
  ]
25580
26246
  },
26247
+ {
26248
+ "$extensions": {
26249
+ "nl.nldesignsystem.css.property": {
26250
+ "syntax": "<color>",
26251
+ "inherits": true
26252
+ },
26253
+ "nl.nldesignsystem.figma.supports-token": false
26254
+ },
26255
+ "type": "color",
26256
+ "value": "hsl(0 0% 95%)",
26257
+ "filePath": "src/component/utrecht/root.tokens.json",
26258
+ "isSource": true,
26259
+ "original": {
26260
+ "$extensions": {
26261
+ "nl.nldesignsystem.css.property": {
26262
+ "syntax": "<color>",
26263
+ "inherits": true
26264
+ },
26265
+ "nl.nldesignsystem.figma.supports-token": false
26266
+ },
26267
+ "type": "color",
26268
+ "value": "{utrecht.color.grey.95}"
26269
+ },
26270
+ "name": "utrechtRootBackgroundColor",
26271
+ "attributes": {},
26272
+ "path": [
26273
+ "utrecht",
26274
+ "root",
26275
+ "background-color"
26276
+ ]
26277
+ },
26278
+ {
26279
+ "$extensions": {
26280
+ "nl.nldesignsystem.css.property": {
26281
+ "syntax": "<color>",
26282
+ "inherits": true
26283
+ },
26284
+ "nl.nldesignsystem.figma.supports-token": false
26285
+ },
26286
+ "type": "color",
26287
+ "value": "hsl(0 0% 10%)",
26288
+ "filePath": "src/component/utrecht/root.tokens.json",
26289
+ "isSource": true,
26290
+ "original": {
26291
+ "$extensions": {
26292
+ "nl.nldesignsystem.css.property": {
26293
+ "syntax": "<color>",
26294
+ "inherits": true
26295
+ },
26296
+ "nl.nldesignsystem.figma.supports-token": false
26297
+ },
26298
+ "type": "color",
26299
+ "value": "{utrecht.color.grey.10}"
26300
+ },
26301
+ "name": "utrechtRootColor",
26302
+ "attributes": {},
26303
+ "path": [
26304
+ "utrecht",
26305
+ "root",
26306
+ "color"
26307
+ ]
26308
+ },
25581
26309
  {
25582
26310
  "$extensions": {
25583
26311
  "nl.nldesignsystem.css.property": {