@utrecht/design-tokens 2.3.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 (83) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/_mixin-theme.scss +165 -76
  3. package/dist/_mixin.scss +165 -76
  4. package/dist/_variables.scss +165 -76
  5. package/dist/dark/_mixin-theme.scss +165 -76
  6. package/dist/dark/_mixin.scss +165 -76
  7. package/dist/dark/_variables.scss +165 -76
  8. package/dist/dark/index.cjs +104 -15
  9. package/dist/dark/index.css +165 -76
  10. package/dist/dark/index.d.ts +97 -8
  11. package/dist/dark/index.flat.json +102 -13
  12. package/dist/dark/index.json +11111 -9439
  13. package/dist/dark/index.mjs +103 -14
  14. package/dist/dark/index.tokens.json +369 -248
  15. package/dist/dark/list.json +11111 -9439
  16. package/dist/dark/list.mjs +11111 -9439
  17. package/dist/dark/property.css +19 -7
  18. package/dist/dark/root.css +164 -75
  19. package/dist/dark/theme-prince-xml.css +165 -76
  20. package/dist/dark/theme.css +164 -75
  21. package/dist/dark/tokens.cjs +2051 -347
  22. package/dist/dark/tokens.d.ts +255 -126
  23. package/dist/dark/tokens.json +2051 -347
  24. package/dist/dark/variables.cjs +104 -15
  25. package/dist/dark/variables.css +164 -75
  26. package/dist/dark/variables.d.ts +97 -8
  27. package/dist/dark/variables.json +102 -13
  28. package/dist/dark/variables.less +165 -76
  29. package/dist/dark/variables.mjs +103 -14
  30. package/dist/index.cjs +104 -15
  31. package/dist/index.css +330 -152
  32. package/dist/index.d.ts +97 -8
  33. package/dist/index.flat.json +102 -13
  34. package/dist/index.json +2175 -503
  35. package/dist/index.mjs +103 -14
  36. package/dist/index.tokens.json +369 -248
  37. package/dist/list.json +2175 -503
  38. package/dist/list.mjs +2175 -503
  39. package/dist/property.css +19 -7
  40. package/dist/root.css +164 -75
  41. package/dist/theme-prince-xml.css +165 -76
  42. package/dist/theme.css +164 -75
  43. package/dist/tokens.cjs +2051 -347
  44. package/dist/tokens.d.ts +255 -126
  45. package/dist/tokens.json +2051 -347
  46. package/dist/variables.cjs +104 -15
  47. package/dist/variables.css +164 -75
  48. package/dist/variables.d.ts +97 -8
  49. package/dist/variables.json +102 -13
  50. package/dist/variables.less +165 -76
  51. package/dist/variables.mjs +103 -14
  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/signalen/signalen.tokens.json +17 -0
  62. package/src/component/utrecht/badge.tokens.json +5 -5
  63. package/src/component/utrecht/body.tokens.json +11 -0
  64. package/src/component/utrecht/code-block.tokens.json +9 -9
  65. package/src/component/utrecht/heading-1.tokens.json +4 -4
  66. package/src/component/utrecht/heading-2.tokens.json +4 -4
  67. package/src/component/utrecht/heading-3.tokens.json +4 -4
  68. package/src/component/utrecht/heading-4.tokens.json +4 -4
  69. package/src/component/utrecht/heading-5.tokens.json +4 -4
  70. package/src/component/utrecht/heading-6.tokens.json +4 -4
  71. package/src/component/utrecht/link-list.tokens.json +3 -0
  72. package/src/component/utrecht/mark.tokens.json +2 -2
  73. package/src/component/utrecht/nav-bar.tokens.json +0 -2
  74. package/src/component/utrecht/number-badge.tokens.json +6 -6
  75. package/src/component/utrecht/page-body.tokens.json +19 -0
  76. package/src/component/utrecht/page-footer.tokens.json +6 -4
  77. package/src/component/utrecht/page-header.tokens.json +14 -4
  78. package/src/component/utrecht/page.tokens.json +2 -2
  79. package/src/component/utrecht/paragraph.tokens.json +8 -8
  80. package/src/component/utrecht/root.tokens.json +8 -0
  81. package/src/component/utrecht/skip-link.tokens.json +10 -10
  82. package/project.json +0 -25
  83. package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/tokens.cjs CHANGED
@@ -2797,31 +2797,6 @@ module.exports = {
2797
2797
  ]
2798
2798
  }
2799
2799
  },
2800
- "badge-data": {
2801
- "letter-spacing": {
2802
- "$extensions": {
2803
- "nl.nldesignsystem.css.property": {
2804
- "syntax": "<length>",
2805
- "inherits": true
2806
- },
2807
- "nl.nldesignsystem.figma.supports-token": false
2808
- },
2809
- "type": "letterSpacing"
2810
- },
2811
- "text-transform": {
2812
- "$extensions": {
2813
- "nl.nldesignsystem.css.property": {
2814
- "syntax": [
2815
- "inherit",
2816
- "uppercase"
2817
- ],
2818
- "inherits": true
2819
- },
2820
- "nl.nldesignsystem.figma.supports-token": false
2821
- },
2822
- "type": "textCase"
2823
- }
2824
- },
2825
2800
  "badge-list": {
2826
2801
  "row-gap": {
2827
2802
  "$extensions": {
@@ -2927,7 +2902,7 @@ module.exports = {
2927
2902
  "nl.nldesignsystem.figma.supports-token": false
2928
2903
  },
2929
2904
  "type": "color",
2930
- "value": "{utrecht.color.grey.30}"
2905
+ "value": "{nl.data-badge.background-color}"
2931
2906
  },
2932
2907
  "name": "background-color",
2933
2908
  "attributes": {},
@@ -2966,7 +2941,7 @@ module.exports = {
2966
2941
  }
2967
2942
  },
2968
2943
  "type": "dimension",
2969
- "value": "0"
2944
+ "value": "{nl.data-badge.border-radius}"
2970
2945
  },
2971
2946
  "name": "border-radius",
2972
2947
  "attributes": {},
@@ -2999,7 +2974,7 @@ module.exports = {
2999
2974
  "nl.nldesignsystem.figma.supports-token": false
3000
2975
  },
3001
2976
  "type": "color",
3002
- "value": "{utrecht.color.white}"
2977
+ "value": "{nl.data-badge.color}"
3003
2978
  },
3004
2979
  "name": "color",
3005
2980
  "attributes": {},
@@ -3071,7 +3046,7 @@ module.exports = {
3071
3046
  }
3072
3047
  },
3073
3048
  "type": "dimension",
3074
- "value": "{utrecht.space.block.xs}"
3049
+ "value": "{nl.data-badge.padding-block}"
3075
3050
  },
3076
3051
  "name": "padding-block",
3077
3052
  "attributes": {},
@@ -3110,7 +3085,7 @@ module.exports = {
3110
3085
  }
3111
3086
  },
3112
3087
  "type": "dimension",
3113
- "value": "{utrecht.space.inline.sm}"
3088
+ "value": "{nl.data-badge.padding-inline}"
3114
3089
  },
3115
3090
  "name": "padding-inline",
3116
3091
  "attributes": {},
@@ -3604,9 +3579,36 @@ module.exports = {
3604
3579
  "syntax": "*",
3605
3580
  "inherits": true
3606
3581
  },
3607
- "nl.nldesignsystem.figma.supports-token": true
3582
+ "nl.nldesignsystem.figma.supports-token": true,
3583
+ "studio.tokens": {
3584
+ "originalType": "fontFamilies"
3585
+ }
3608
3586
  },
3609
- "type": "fontFamilies"
3587
+ "type": "fontFamily",
3588
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
3589
+ "filePath": "src/component/utrecht/body.tokens.json",
3590
+ "isSource": true,
3591
+ "original": {
3592
+ "$extensions": {
3593
+ "nl.nldesignsystem.css.property": {
3594
+ "syntax": "*",
3595
+ "inherits": true
3596
+ },
3597
+ "nl.nldesignsystem.figma.supports-token": true,
3598
+ "studio.tokens": {
3599
+ "originalType": "fontFamilies"
3600
+ }
3601
+ },
3602
+ "type": "fontFamily",
3603
+ "value": "{utrecht.typography.sans-serif.font-family}"
3604
+ },
3605
+ "name": "font-family",
3606
+ "attributes": {},
3607
+ "path": [
3608
+ "utrecht",
3609
+ "body",
3610
+ "font-family"
3611
+ ]
3610
3612
  },
3611
3613
  "font-size": {
3612
3614
  "$extensions": {
@@ -3614,9 +3616,36 @@ module.exports = {
3614
3616
  "syntax": "<length>",
3615
3617
  "inherits": true
3616
3618
  },
3617
- "nl.nldesignsystem.figma.supports-token": true
3619
+ "nl.nldesignsystem.figma.supports-token": true,
3620
+ "studio.tokens": {
3621
+ "originalType": "fontSizes"
3622
+ }
3618
3623
  },
3619
- "type": "fontSizes"
3624
+ "type": "fontSize",
3625
+ "value": "1rem",
3626
+ "filePath": "src/component/utrecht/body.tokens.json",
3627
+ "isSource": true,
3628
+ "original": {
3629
+ "$extensions": {
3630
+ "nl.nldesignsystem.css.property": {
3631
+ "syntax": "<length>",
3632
+ "inherits": true
3633
+ },
3634
+ "nl.nldesignsystem.figma.supports-token": true,
3635
+ "studio.tokens": {
3636
+ "originalType": "fontSizes"
3637
+ }
3638
+ },
3639
+ "type": "fontSize",
3640
+ "value": "{utrecht.typography.scale.md.font-size}"
3641
+ },
3642
+ "name": "font-size",
3643
+ "attributes": {},
3644
+ "path": [
3645
+ "utrecht",
3646
+ "body",
3647
+ "font-size"
3648
+ ]
3620
3649
  },
3621
3650
  "font-weight": {
3622
3651
  "$extensions": {
@@ -3637,9 +3666,69 @@ module.exports = {
3637
3666
  ],
3638
3667
  "inherits": true
3639
3668
  },
3640
- "nl.nldesignsystem.figma.supports-token": true
3669
+ "nl.nldesignsystem.figma.supports-token": true,
3670
+ "studio.tokens": {
3671
+ "originalType": "lineHeights"
3672
+ }
3641
3673
  },
3642
- "type": "lineHeights"
3674
+ "type": "lineHeight",
3675
+ "value": "1.4",
3676
+ "filePath": "src/component/utrecht/body.tokens.json",
3677
+ "isSource": true,
3678
+ "original": {
3679
+ "$extensions": {
3680
+ "nl.nldesignsystem.css.property": {
3681
+ "syntax": [
3682
+ "<length>",
3683
+ "<number>"
3684
+ ],
3685
+ "inherits": true
3686
+ },
3687
+ "nl.nldesignsystem.figma.supports-token": true,
3688
+ "studio.tokens": {
3689
+ "originalType": "lineHeights"
3690
+ }
3691
+ },
3692
+ "type": "lineHeight",
3693
+ "value": "1.4"
3694
+ },
3695
+ "name": "line-height",
3696
+ "attributes": {},
3697
+ "path": [
3698
+ "utrecht",
3699
+ "body",
3700
+ "line-height"
3701
+ ]
3702
+ },
3703
+ "background-color": {
3704
+ "value": "hsl(0 0% 100%)",
3705
+ "filePath": "src/component/utrecht/body.tokens.json",
3706
+ "isSource": true,
3707
+ "original": {
3708
+ "value": "{utrecht.color.white}"
3709
+ },
3710
+ "name": "background-color",
3711
+ "attributes": {},
3712
+ "path": [
3713
+ "utrecht",
3714
+ "body",
3715
+ "background-color"
3716
+ ]
3717
+ },
3718
+ "color": {
3719
+ "value": "hsl(0 0% 0%)",
3720
+ "filePath": "src/component/utrecht/body.tokens.json",
3721
+ "isSource": true,
3722
+ "original": {
3723
+ "value": "{utrecht.color.black}"
3724
+ },
3725
+ "name": "color",
3726
+ "attributes": {},
3727
+ "path": [
3728
+ "utrecht",
3729
+ "body",
3730
+ "color"
3731
+ ]
3643
3732
  }
3644
3733
  },
3645
3734
  "breadcrumb-nav": {
@@ -10965,7 +11054,7 @@ module.exports = {
10965
11054
  "nl.nldesignsystem.figma.supports-token": true
10966
11055
  },
10967
11056
  "type": "color",
10968
- "value": "{utrecht.color.grey.95}"
11057
+ "value": "{nl.code-block.background-color}"
10969
11058
  },
10970
11059
  "name": "background-color",
10971
11060
  "attributes": {},
@@ -10996,7 +11085,7 @@ module.exports = {
10996
11085
  "nl.nldesignsystem.figma.supports-token": true
10997
11086
  },
10998
11087
  "type": "color",
10999
- "value": "{utrecht.color.black}"
11088
+ "value": "{nl.code-block.color}"
11000
11089
  },
11001
11090
  "name": "color",
11002
11091
  "attributes": {},
@@ -11012,9 +11101,36 @@ module.exports = {
11012
11101
  "syntax": "*",
11013
11102
  "inherits": true
11014
11103
  },
11015
- "nl.nldesignsystem.figma.supports-token": true
11104
+ "nl.nldesignsystem.figma.supports-token": true,
11105
+ "studio.tokens": {
11106
+ "originalType": "fontFamilies"
11107
+ }
11016
11108
  },
11017
- "type": "fontFamilies"
11109
+ "type": "fontFamily",
11110
+ "value": "\"Monaco\"",
11111
+ "filePath": "src/component/utrecht/code-block.tokens.json",
11112
+ "isSource": true,
11113
+ "original": {
11114
+ "$extensions": {
11115
+ "nl.nldesignsystem.css.property": {
11116
+ "syntax": "*",
11117
+ "inherits": true
11118
+ },
11119
+ "nl.nldesignsystem.figma.supports-token": true,
11120
+ "studio.tokens": {
11121
+ "originalType": "fontFamilies"
11122
+ }
11123
+ },
11124
+ "type": "fontFamily",
11125
+ "value": "{nl.code-block.font-family}"
11126
+ },
11127
+ "name": "font-family",
11128
+ "attributes": {},
11129
+ "path": [
11130
+ "utrecht",
11131
+ "code-block",
11132
+ "font-family"
11133
+ ]
11018
11134
  },
11019
11135
  "font-size": {
11020
11136
  "$extensions": {
@@ -11043,7 +11159,7 @@ module.exports = {
11043
11159
  }
11044
11160
  },
11045
11161
  "type": "fontSize",
11046
- "value": "{utrecht.typography.scale.md.font-size}"
11162
+ "value": "{nl.code-block.font-size}"
11047
11163
  },
11048
11164
  "name": "font-size",
11049
11165
  "attributes": {},
@@ -11086,7 +11202,7 @@ module.exports = {
11086
11202
  }
11087
11203
  },
11088
11204
  "type": "lineHeight",
11089
- "value": "{utrecht.typography.line-height.md}"
11205
+ "value": "{nl.code-block.line-height}"
11090
11206
  },
11091
11207
  "name": "line-height",
11092
11208
  "attributes": {},
@@ -11217,7 +11333,7 @@ module.exports = {
11217
11333
  }
11218
11334
  },
11219
11335
  "type": "dimension",
11220
- "value": "20px"
11336
+ "value": "{nl.code-block.padding-block}"
11221
11337
  },
11222
11338
  "name": "padding-block-start",
11223
11339
  "attributes": {},
@@ -11254,7 +11370,7 @@ module.exports = {
11254
11370
  }
11255
11371
  },
11256
11372
  "type": "dimension",
11257
- "value": "20px"
11373
+ "value": "{nl.code-block.padding-block}"
11258
11374
  },
11259
11375
  "name": "padding-block-end",
11260
11376
  "attributes": {},
@@ -11291,7 +11407,7 @@ module.exports = {
11291
11407
  }
11292
11408
  },
11293
11409
  "type": "dimension",
11294
- "value": "20px"
11410
+ "value": "{nl.code-block.padding-inline}"
11295
11411
  },
11296
11412
  "name": "padding-inline-start",
11297
11413
  "attributes": {},
@@ -11328,7 +11444,7 @@ module.exports = {
11328
11444
  }
11329
11445
  },
11330
11446
  "type": "dimension",
11331
- "value": "20px"
11447
+ "value": "{nl.code-block.padding-inline}"
11332
11448
  },
11333
11449
  "name": "padding-inline-end",
11334
11450
  "attributes": {},
@@ -14826,6 +14942,126 @@ module.exports = {
14826
14942
  }
14827
14943
  },
14828
14944
  "currency-data": {},
14945
+ "data-badge": {
14946
+ "background-color": {
14947
+ "comment": "Default background color for badge components",
14948
+ "$extensions": {
14949
+ "nl.nldesignsystem.css.property": {
14950
+ "syntax": "<color>",
14951
+ "inherits": true
14952
+ },
14953
+ "nl.nldesignsystem.figma.supports-token": false
14954
+ },
14955
+ "type": "color"
14956
+ },
14957
+ "border-radius": {
14958
+ "comment": "Default corner radius for badge components",
14959
+ "$extensions": {
14960
+ "nl.nldesignsystem.css.property": {
14961
+ "syntax": "<length-percentage>",
14962
+ "inherits": true
14963
+ },
14964
+ "nl.nldesignsystem.figma.supports-token": false
14965
+ },
14966
+ "type": "borderRadius"
14967
+ },
14968
+ "border-width": {
14969
+ "$extensions": {
14970
+ "nl.nldesignsystem.css.property": {
14971
+ "syntax": "<length>",
14972
+ "inherits": true
14973
+ },
14974
+ "nl.nldesignsystem.figma.supports-token": false
14975
+ },
14976
+ "type": "borderWidth"
14977
+ },
14978
+ "color": {
14979
+ "comment": "Default text color for badge components",
14980
+ "$extensions": {
14981
+ "nl.nldesignsystem.css.property": {
14982
+ "syntax": "<color>",
14983
+ "inherits": true
14984
+ },
14985
+ "nl.nldesignsystem.figma.supports-token": false
14986
+ },
14987
+ "type": "color"
14988
+ },
14989
+ "font-size": {
14990
+ "$extensions": {
14991
+ "nl.nldesignsystem.css.property": {
14992
+ "syntax": "<length>",
14993
+ "inherits": true
14994
+ },
14995
+ "nl.nldesignsystem.figma.supports-token": false
14996
+ },
14997
+ "type": "fontSizes"
14998
+ },
14999
+ "font-weight": {
15000
+ "$extensions": {
15001
+ "nl.nldesignsystem.css.property": {
15002
+ "syntax": "<number>",
15003
+ "inherits": true
15004
+ },
15005
+ "nl.nldesignsystem.figma.supports-token": false
15006
+ },
15007
+ "type": "fontWeights"
15008
+ },
15009
+ "line-height": {
15010
+ "$extensions": {
15011
+ "nl.nldesignsystem.css.property": {
15012
+ "syntax": [
15013
+ "<length>",
15014
+ "<number>"
15015
+ ],
15016
+ "inherits": true
15017
+ },
15018
+ "nl.nldesignsystem.figma.supports-token": false
15019
+ },
15020
+ "type": "lineHeights"
15021
+ },
15022
+ "min-block-size": {
15023
+ "$extensions": {
15024
+ "nl.nldesignsystem.css.property": {
15025
+ "syntax": "<length>",
15026
+ "inherits": true
15027
+ },
15028
+ "nl.nldesignsystem.figma.supports-token": false
15029
+ },
15030
+ "type": "sizing"
15031
+ },
15032
+ "min-inline-size": {
15033
+ "$extensions": {
15034
+ "nl.nldesignsystem.css.property": {
15035
+ "syntax": "<length>",
15036
+ "inherits": true
15037
+ },
15038
+ "nl.nldesignsystem.figma.supports-token": false
15039
+ },
15040
+ "type": "sizing"
15041
+ },
15042
+ "padding-block": {
15043
+ "comment": "Default block padding for badge components",
15044
+ "$extensions": {
15045
+ "nl.nldesignsystem.css.property": {
15046
+ "syntax": "<length>",
15047
+ "inherits": true
15048
+ },
15049
+ "nl.nldesignsystem.figma.supports-token": false
15050
+ },
15051
+ "type": "spacing"
15052
+ },
15053
+ "padding-inline": {
15054
+ "comment": "Default inline padding color for badge components",
15055
+ "$extensions": {
15056
+ "nl.nldesignsystem.css.property": {
15057
+ "syntax": "<length>",
15058
+ "inherits": true
15059
+ },
15060
+ "nl.nldesignsystem.figma.supports-token": false
15061
+ },
15062
+ "type": "spacing"
15063
+ }
15064
+ },
14829
15065
  "data-list": {
14830
15066
  "margin-block-end": {
14831
15067
  "$extensions": {
@@ -18605,7 +18841,7 @@ module.exports = {
18605
18841
  "syntax": "<length>",
18606
18842
  "inherits": true
18607
18843
  },
18608
- "nl.nldesignsystem.figma.supports-token": true,
18844
+ "nl.nldesignsystem.figma.supports-token": false,
18609
18845
  "studio.tokens": {
18610
18846
  "originalType": "spacing"
18611
18847
  }
@@ -18620,7 +18856,7 @@ module.exports = {
18620
18856
  "syntax": "<length>",
18621
18857
  "inherits": true
18622
18858
  },
18623
- "nl.nldesignsystem.figma.supports-token": true,
18859
+ "nl.nldesignsystem.figma.supports-token": false,
18624
18860
  "studio.tokens": {
18625
18861
  "originalType": "spacing"
18626
18862
  }
@@ -18642,7 +18878,7 @@ module.exports = {
18642
18878
  "syntax": "<length>",
18643
18879
  "inherits": true
18644
18880
  },
18645
- "nl.nldesignsystem.figma.supports-token": true,
18881
+ "nl.nldesignsystem.figma.supports-token": false,
18646
18882
  "studio.tokens": {
18647
18883
  "originalType": "spacing"
18648
18884
  }
@@ -18657,7 +18893,7 @@ module.exports = {
18657
18893
  "syntax": "<length>",
18658
18894
  "inherits": true
18659
18895
  },
18660
- "nl.nldesignsystem.figma.supports-token": true,
18896
+ "nl.nldesignsystem.figma.supports-token": false,
18661
18897
  "studio.tokens": {
18662
18898
  "originalType": "spacing"
18663
18899
  }
@@ -18679,7 +18915,7 @@ module.exports = {
18679
18915
  "syntax": "<length>",
18680
18916
  "inherits": true
18681
18917
  },
18682
- "nl.nldesignsystem.figma.supports-token": true,
18918
+ "nl.nldesignsystem.figma.supports-token": false,
18683
18919
  "studio.tokens": {
18684
18920
  "originalType": "spacing"
18685
18921
  }
@@ -18694,7 +18930,7 @@ module.exports = {
18694
18930
  "syntax": "<length>",
18695
18931
  "inherits": true
18696
18932
  },
18697
- "nl.nldesignsystem.figma.supports-token": true,
18933
+ "nl.nldesignsystem.figma.supports-token": false,
18698
18934
  "studio.tokens": {
18699
18935
  "originalType": "spacing"
18700
18936
  }
@@ -18716,7 +18952,7 @@ module.exports = {
18716
18952
  "syntax": "<length>",
18717
18953
  "inherits": true
18718
18954
  },
18719
- "nl.nldesignsystem.figma.supports-token": true,
18955
+ "nl.nldesignsystem.figma.supports-token": false,
18720
18956
  "studio.tokens": {
18721
18957
  "originalType": "spacing"
18722
18958
  }
@@ -18731,7 +18967,7 @@ module.exports = {
18731
18967
  "syntax": "<length>",
18732
18968
  "inherits": true
18733
18969
  },
18734
- "nl.nldesignsystem.figma.supports-token": true,
18970
+ "nl.nldesignsystem.figma.supports-token": false,
18735
18971
  "studio.tokens": {
18736
18972
  "originalType": "spacing"
18737
18973
  }
@@ -19386,7 +19622,7 @@ module.exports = {
19386
19622
  }
19387
19623
  },
19388
19624
  "type": "fontFamily",
19389
- "value": "{utrecht.typography.sans-serif.font-family}"
19625
+ "value": "{nl.heading.level-1.font-family}"
19390
19626
  },
19391
19627
  "name": "font-family",
19392
19628
  "attributes": {},
@@ -19423,7 +19659,7 @@ module.exports = {
19423
19659
  }
19424
19660
  },
19425
19661
  "type": "fontSize",
19426
- "value": "{utrecht.typography.scale.4xl.font-size}"
19662
+ "value": "{nl.heading.level-1.font-size}"
19427
19663
  },
19428
19664
  "name": "font-size",
19429
19665
  "attributes": {},
@@ -19466,7 +19702,7 @@ module.exports = {
19466
19702
  }
19467
19703
  },
19468
19704
  "type": "fontWeight",
19469
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19705
+ "value": "{nl.heading.level-1.font-weight}"
19470
19706
  },
19471
19707
  "name": "font-weight",
19472
19708
  "attributes": {},
@@ -19509,7 +19745,7 @@ module.exports = {
19509
19745
  }
19510
19746
  },
19511
19747
  "type": "lineHeight",
19512
- "value": "{utrecht.typography.line-height.sm}"
19748
+ "value": "{nl.heading.level-1.line-height}"
19513
19749
  },
19514
19750
  "name": "line-height",
19515
19751
  "attributes": {},
@@ -19645,7 +19881,7 @@ module.exports = {
19645
19881
  }
19646
19882
  },
19647
19883
  "type": "fontFamily",
19648
- "value": "{utrecht.typography.sans-serif.font-family}"
19884
+ "value": "{nl.heading.level-2.font-family}"
19649
19885
  },
19650
19886
  "name": "font-family",
19651
19887
  "attributes": {},
@@ -19682,7 +19918,7 @@ module.exports = {
19682
19918
  }
19683
19919
  },
19684
19920
  "type": "fontSize",
19685
- "value": "{utrecht.typography.scale.xl.font-size}"
19921
+ "value": "{nl.heading.level-2.font-size}"
19686
19922
  },
19687
19923
  "name": "font-size",
19688
19924
  "attributes": {},
@@ -19725,7 +19961,7 @@ module.exports = {
19725
19961
  }
19726
19962
  },
19727
19963
  "type": "fontWeight",
19728
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
19964
+ "value": "{nl.heading.level-2.font-weight}"
19729
19965
  },
19730
19966
  "name": "font-weight",
19731
19967
  "attributes": {},
@@ -19768,7 +20004,7 @@ module.exports = {
19768
20004
  }
19769
20005
  },
19770
20006
  "type": "lineHeight",
19771
- "value": "{utrecht.typography.line-height.sm}"
20007
+ "value": "{nl.heading.level-2.line-height}"
19772
20008
  },
19773
20009
  "name": "line-height",
19774
20010
  "attributes": {},
@@ -19904,7 +20140,7 @@ module.exports = {
19904
20140
  }
19905
20141
  },
19906
20142
  "type": "fontFamily",
19907
- "value": "{utrecht.typography.sans-serif.font-family}"
20143
+ "value": "{nl.heading.level-3.font-family}"
19908
20144
  },
19909
20145
  "name": "font-family",
19910
20146
  "attributes": {},
@@ -19941,7 +20177,7 @@ module.exports = {
19941
20177
  }
19942
20178
  },
19943
20179
  "type": "fontSize",
19944
- "value": "{utrecht.typography.scale.xl.font-size}"
20180
+ "value": "{nl.heading.level-3.font-size}"
19945
20181
  },
19946
20182
  "name": "font-size",
19947
20183
  "attributes": {},
@@ -19984,7 +20220,7 @@ module.exports = {
19984
20220
  }
19985
20221
  },
19986
20222
  "type": "fontWeight",
19987
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20223
+ "value": "{nl.heading.level-3.font-weight}"
19988
20224
  },
19989
20225
  "name": "font-weight",
19990
20226
  "attributes": {},
@@ -20027,7 +20263,7 @@ module.exports = {
20027
20263
  }
20028
20264
  },
20029
20265
  "type": "lineHeight",
20030
- "value": "{utrecht.typography.line-height.sm}"
20266
+ "value": "{nl.heading.level-3.line-height}"
20031
20267
  },
20032
20268
  "name": "line-height",
20033
20269
  "attributes": {},
@@ -20163,7 +20399,7 @@ module.exports = {
20163
20399
  }
20164
20400
  },
20165
20401
  "type": "fontFamily",
20166
- "value": "{utrecht.typography.sans-serif.font-family}"
20402
+ "value": "{nl.heading.level-4.font-family}"
20167
20403
  },
20168
20404
  "name": "font-family",
20169
20405
  "attributes": {},
@@ -20200,7 +20436,7 @@ module.exports = {
20200
20436
  }
20201
20437
  },
20202
20438
  "type": "fontSize",
20203
- "value": "{utrecht.typography.scale.lg.font-size}"
20439
+ "value": "{nl.heading.level-4.font-size}"
20204
20440
  },
20205
20441
  "name": "font-size",
20206
20442
  "attributes": {},
@@ -20243,7 +20479,7 @@ module.exports = {
20243
20479
  }
20244
20480
  },
20245
20481
  "type": "fontWeight",
20246
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20482
+ "value": "{nl.heading.level-4.font-weight}"
20247
20483
  },
20248
20484
  "name": "font-weight",
20249
20485
  "attributes": {},
@@ -20286,7 +20522,7 @@ module.exports = {
20286
20522
  }
20287
20523
  },
20288
20524
  "type": "lineHeight",
20289
- "value": "{utrecht.typography.line-height.md}"
20525
+ "value": "{nl.heading.level-4.line-height}"
20290
20526
  },
20291
20527
  "name": "line-height",
20292
20528
  "attributes": {},
@@ -20422,7 +20658,7 @@ module.exports = {
20422
20658
  }
20423
20659
  },
20424
20660
  "type": "fontFamily",
20425
- "value": "{utrecht.typography.sans-serif.font-family}"
20661
+ "value": "{nl.heading.level-5.font-family}"
20426
20662
  },
20427
20663
  "name": "font-family",
20428
20664
  "attributes": {},
@@ -20459,7 +20695,7 @@ module.exports = {
20459
20695
  }
20460
20696
  },
20461
20697
  "type": "fontSize",
20462
- "value": "{utrecht.typography.scale.sm.font-size}"
20698
+ "value": "{nl.heading.level-5.font-size}"
20463
20699
  },
20464
20700
  "name": "font-size",
20465
20701
  "attributes": {},
@@ -20502,7 +20738,7 @@ module.exports = {
20502
20738
  }
20503
20739
  },
20504
20740
  "type": "fontWeight",
20505
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20741
+ "value": "{nl.heading.level-5.font-weight}"
20506
20742
  },
20507
20743
  "name": "font-weight",
20508
20744
  "attributes": {},
@@ -20545,7 +20781,7 @@ module.exports = {
20545
20781
  }
20546
20782
  },
20547
20783
  "type": "lineHeight",
20548
- "value": "{utrecht.typography.line-height.md}"
20784
+ "value": "{nl.heading.level-5.line-height}"
20549
20785
  },
20550
20786
  "name": "line-height",
20551
20787
  "attributes": {},
@@ -20680,7 +20916,7 @@ module.exports = {
20680
20916
  }
20681
20917
  },
20682
20918
  "type": "fontFamily",
20683
- "value": "{utrecht.typography.sans-serif.font-family}"
20919
+ "value": "{nl.heading.level-6.font-family}"
20684
20920
  },
20685
20921
  "name": "font-family",
20686
20922
  "attributes": {},
@@ -20717,7 +20953,7 @@ module.exports = {
20717
20953
  }
20718
20954
  },
20719
20955
  "type": "fontSize",
20720
- "value": "{utrecht.typography.scale.sm.font-size}"
20956
+ "value": "{nl.heading.level-6.font-size}"
20721
20957
  },
20722
20958
  "name": "font-size",
20723
20959
  "attributes": {},
@@ -20760,7 +20996,7 @@ module.exports = {
20760
20996
  }
20761
20997
  },
20762
20998
  "type": "fontWeight",
20763
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
20999
+ "value": "{nl.heading.level-6.font-weight}"
20764
21000
  },
20765
21001
  "name": "font-weight",
20766
21002
  "attributes": {},
@@ -20803,7 +21039,7 @@ module.exports = {
20803
21039
  }
20804
21040
  },
20805
21041
  "type": "lineHeight",
20806
- "value": "{utrecht.typography.line-height.md}"
21042
+ "value": "{nl.heading.level-6.line-height}"
20807
21043
  },
20808
21044
  "name": "line-height",
20809
21045
  "attributes": {},
@@ -21395,9 +21631,37 @@ module.exports = {
21395
21631
  "syntax": "<length>",
21396
21632
  "inherits": true
21397
21633
  },
21398
- "nl.nldesignsystem.figma.supports-token": true
21634
+ "nl.nldesignsystem.figma.supports-token": true,
21635
+ "studio.tokens": {
21636
+ "originalType": "spacing"
21637
+ }
21399
21638
  },
21400
- "type": "spacing"
21639
+ "type": "dimension",
21640
+ "value": "0.15em",
21641
+ "filePath": "src/component/utrecht/link-list.tokens.json",
21642
+ "isSource": true,
21643
+ "original": {
21644
+ "$extensions": {
21645
+ "nl.nldesignsystem.css.property": {
21646
+ "syntax": "<length>",
21647
+ "inherits": true
21648
+ },
21649
+ "nl.nldesignsystem.figma.supports-token": true,
21650
+ "studio.tokens": {
21651
+ "originalType": "spacing"
21652
+ }
21653
+ },
21654
+ "type": "dimension",
21655
+ "value": "0.15em"
21656
+ },
21657
+ "name": "inset-block-start",
21658
+ "attributes": {},
21659
+ "path": [
21660
+ "utrecht",
21661
+ "link-list",
21662
+ "icon",
21663
+ "inset-block-start"
21664
+ ]
21401
21665
  }
21402
21666
  }
21403
21667
  },
@@ -24255,7 +24519,7 @@ module.exports = {
24255
24519
  "nl.nldesignsystem.figma.supports-token": true
24256
24520
  },
24257
24521
  "type": "color",
24258
- "value": "{utrecht.color.yellow.60}"
24522
+ "value": "{nl.mark.background-color}"
24259
24523
  },
24260
24524
  "name": "background-color",
24261
24525
  "attributes": {},
@@ -24286,7 +24550,7 @@ module.exports = {
24286
24550
  "nl.nldesignsystem.figma.supports-token": true
24287
24551
  },
24288
24552
  "type": "color",
24289
- "value": "{utrecht.color.black}"
24553
+ "value": "{nl.mark.color}"
24290
24554
  },
24291
24555
  "name": "color",
24292
24556
  "attributes": {},
@@ -24307,28 +24571,7 @@ module.exports = {
24307
24571
  },
24308
24572
  "nl.nldesignsystem.figma.supports-token": false
24309
24573
  },
24310
- "type": "color",
24311
- "value": "hsl(0 0% 100%)",
24312
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
24313
- "isSource": true,
24314
- "original": {
24315
- "$extensions": {
24316
- "nl.nldesignsystem.css.property": {
24317
- "syntax": "<color>",
24318
- "inherits": true
24319
- },
24320
- "nl.nldesignsystem.figma.supports-token": false
24321
- },
24322
- "type": "color",
24323
- "value": "{utrecht.color.white}"
24324
- },
24325
- "name": "background-color",
24326
- "attributes": {},
24327
- "path": [
24328
- "utrecht",
24329
- "nav-bar",
24330
- "background-color"
24331
- ]
24574
+ "type": "color"
24332
24575
  },
24333
24576
  "color": {
24334
24577
  "$extensions": {
@@ -24338,28 +24581,7 @@ module.exports = {
24338
24581
  },
24339
24582
  "nl.nldesignsystem.figma.supports-token": false
24340
24583
  },
24341
- "type": "color",
24342
- "value": "hsl(0 0% 0%)",
24343
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
24344
- "isSource": true,
24345
- "original": {
24346
- "$extensions": {
24347
- "nl.nldesignsystem.css.property": {
24348
- "syntax": "<color>",
24349
- "inherits": true
24350
- },
24351
- "nl.nldesignsystem.figma.supports-token": false
24352
- },
24353
- "type": "color",
24354
- "value": "{utrecht.color.black}"
24355
- },
24356
- "name": "color",
24357
- "attributes": {},
24358
- "path": [
24359
- "utrecht",
24360
- "nav-bar",
24361
- "color"
24362
- ]
24584
+ "type": "color"
24363
24585
  },
24364
24586
  "content": {
24365
24587
  "background-color": {
@@ -24959,7 +25181,7 @@ module.exports = {
24959
25181
  "nl.nldesignsystem.figma.supports-token": true
24960
25182
  },
24961
25183
  "type": "color",
24962
- "value": "{utrecht.color.red.40}"
25184
+ "value": "{nl.number-badge.background-color}"
24963
25185
  },
24964
25186
  "name": "background-color",
24965
25187
  "attributes": {},
@@ -25015,7 +25237,7 @@ module.exports = {
25015
25237
  }
25016
25238
  },
25017
25239
  "type": "dimension",
25018
- "value": "{utrecht.number-badge.font-size}"
25240
+ "value": "{nl.number-badge.border-radius}"
25019
25241
  },
25020
25242
  "name": "border-radius",
25021
25243
  "attributes": {},
@@ -25067,7 +25289,7 @@ module.exports = {
25067
25289
  "nl.nldesignsystem.figma.supports-token": true
25068
25290
  },
25069
25291
  "type": "color",
25070
- "value": "{utrecht.color.white}"
25292
+ "value": "{nl.number-badge.color}"
25071
25293
  },
25072
25294
  "name": "color",
25073
25295
  "attributes": {},
@@ -25124,7 +25346,7 @@ module.exports = {
25124
25346
  }
25125
25347
  },
25126
25348
  "type": "fontSize",
25127
- "value": "{utrecht.typography.scale.md.font-size}"
25349
+ "value": "{nl.number-badge.font-size}"
25128
25350
  },
25129
25351
  "name": "font-size",
25130
25352
  "attributes": {},
@@ -25217,7 +25439,7 @@ module.exports = {
25217
25439
  }
25218
25440
  },
25219
25441
  "type": "dimension",
25220
- "value": "1ex"
25442
+ "value": "{nl.number-badge.padding-block}"
25221
25443
  },
25222
25444
  "name": "padding-block",
25223
25445
  "attributes": {},
@@ -25262,7 +25484,7 @@ module.exports = {
25262
25484
  }
25263
25485
  },
25264
25486
  "type": "dimension",
25265
- "value": "1ex"
25487
+ "value": "{nl.number-badge.padding-inline}"
25266
25488
  },
25267
25489
  "name": "padding-inline",
25268
25490
  "attributes": {},
@@ -25675,7 +25897,29 @@ module.exports = {
25675
25897
  },
25676
25898
  "nl.nldesignsystem.figma.supports-token": false
25677
25899
  },
25678
- "type": "color"
25900
+ "type": "color",
25901
+ "value": "hsl(0 0% 100%)",
25902
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25903
+ "isSource": true,
25904
+ "original": {
25905
+ "$extensions": {
25906
+ "nl.nldesignsystem.css.property": {
25907
+ "syntax": "<color>",
25908
+ "inherits": true
25909
+ },
25910
+ "nl.nldesignsystem.figma.supports-token": false
25911
+ },
25912
+ "type": "color",
25913
+ "value": "{utrecht.color.white}"
25914
+ },
25915
+ "name": "background-color",
25916
+ "attributes": {},
25917
+ "path": [
25918
+ "utrecht",
25919
+ "page-body",
25920
+ "content",
25921
+ "background-color"
25922
+ ]
25679
25923
  },
25680
25924
  "color": {
25681
25925
  "$extensions": {
@@ -25685,7 +25929,29 @@ module.exports = {
25685
25929
  },
25686
25930
  "nl.nldesignsystem.figma.supports-token": false
25687
25931
  },
25688
- "type": "color"
25932
+ "type": "color",
25933
+ "value": "hsl(0 0% 0%)",
25934
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25935
+ "isSource": true,
25936
+ "original": {
25937
+ "$extensions": {
25938
+ "nl.nldesignsystem.css.property": {
25939
+ "syntax": "<color>",
25940
+ "inherits": true
25941
+ },
25942
+ "nl.nldesignsystem.figma.supports-token": false
25943
+ },
25944
+ "type": "color",
25945
+ "value": "{utrecht.color.black}"
25946
+ },
25947
+ "name": "color",
25948
+ "attributes": {},
25949
+ "path": [
25950
+ "utrecht",
25951
+ "page-body",
25952
+ "content",
25953
+ "color"
25954
+ ]
25689
25955
  },
25690
25956
  "padding-block-start": {
25691
25957
  "$extensions": {
@@ -25693,9 +25959,37 @@ module.exports = {
25693
25959
  "syntax": "<length>",
25694
25960
  "inherits": true
25695
25961
  },
25696
- "nl.nldesignsystem.figma.supports-token": false
25962
+ "nl.nldesignsystem.figma.supports-token": false,
25963
+ "studio.tokens": {
25964
+ "originalType": "spacing"
25965
+ }
25697
25966
  },
25698
- "type": "spacing"
25967
+ "type": "dimension",
25968
+ "value": "0",
25969
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25970
+ "isSource": true,
25971
+ "original": {
25972
+ "$extensions": {
25973
+ "nl.nldesignsystem.css.property": {
25974
+ "syntax": "<length>",
25975
+ "inherits": true
25976
+ },
25977
+ "nl.nldesignsystem.figma.supports-token": false,
25978
+ "studio.tokens": {
25979
+ "originalType": "spacing"
25980
+ }
25981
+ },
25982
+ "type": "dimension",
25983
+ "value": "0"
25984
+ },
25985
+ "name": "padding-block-start",
25986
+ "attributes": {},
25987
+ "path": [
25988
+ "utrecht",
25989
+ "page-body",
25990
+ "content",
25991
+ "padding-block-start"
25992
+ ]
25699
25993
  },
25700
25994
  "padding-block-end": {
25701
25995
  "$extensions": {
@@ -25703,9 +25997,37 @@ module.exports = {
25703
25997
  "syntax": "<length>",
25704
25998
  "inherits": true
25705
25999
  },
25706
- "nl.nldesignsystem.figma.supports-token": false
26000
+ "nl.nldesignsystem.figma.supports-token": false,
26001
+ "studio.tokens": {
26002
+ "originalType": "spacing"
26003
+ }
25707
26004
  },
25708
- "type": "spacing"
26005
+ "type": "dimension",
26006
+ "value": "1em",
26007
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26008
+ "isSource": true,
26009
+ "original": {
26010
+ "$extensions": {
26011
+ "nl.nldesignsystem.css.property": {
26012
+ "syntax": "<length>",
26013
+ "inherits": true
26014
+ },
26015
+ "nl.nldesignsystem.figma.supports-token": false,
26016
+ "studio.tokens": {
26017
+ "originalType": "spacing"
26018
+ }
26019
+ },
26020
+ "type": "dimension",
26021
+ "value": "1em"
26022
+ },
26023
+ "name": "padding-block-end",
26024
+ "attributes": {},
26025
+ "path": [
26026
+ "utrecht",
26027
+ "page-body",
26028
+ "content",
26029
+ "padding-block-end"
26030
+ ]
25709
26031
  },
25710
26032
  "padding-inline-start": {
25711
26033
  "$extensions": {
@@ -25713,9 +26035,37 @@ module.exports = {
25713
26035
  "syntax": "<length>",
25714
26036
  "inherits": true
25715
26037
  },
25716
- "nl.nldesignsystem.figma.supports-token": false
26038
+ "nl.nldesignsystem.figma.supports-token": false,
26039
+ "studio.tokens": {
26040
+ "originalType": "spacing"
26041
+ }
25717
26042
  },
25718
- "type": "spacing"
26043
+ "type": "dimension",
26044
+ "value": "2em",
26045
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26046
+ "isSource": true,
26047
+ "original": {
26048
+ "$extensions": {
26049
+ "nl.nldesignsystem.css.property": {
26050
+ "syntax": "<length>",
26051
+ "inherits": true
26052
+ },
26053
+ "nl.nldesignsystem.figma.supports-token": false,
26054
+ "studio.tokens": {
26055
+ "originalType": "spacing"
26056
+ }
26057
+ },
26058
+ "type": "dimension",
26059
+ "value": "2em"
26060
+ },
26061
+ "name": "padding-inline-start",
26062
+ "attributes": {},
26063
+ "path": [
26064
+ "utrecht",
26065
+ "page-body",
26066
+ "content",
26067
+ "padding-inline-start"
26068
+ ]
25719
26069
  },
25720
26070
  "padding-inine-end": {
25721
26071
  "$extensions": {
@@ -25726,7 +26076,99 @@ module.exports = {
25726
26076
  "nl.nldesignsystem.figma.supports-token": false
25727
26077
  },
25728
26078
  "type": "spacing"
26079
+ },
26080
+ "max-inline-size": {
26081
+ "value": "1184px",
26082
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26083
+ "isSource": true,
26084
+ "original": {
26085
+ "value": "1184px"
26086
+ },
26087
+ "name": "max-inline-size",
26088
+ "attributes": {},
26089
+ "path": [
26090
+ "utrecht",
26091
+ "page-body",
26092
+ "content",
26093
+ "max-inline-size"
26094
+ ]
26095
+ },
26096
+ "padding-inline-end": {
26097
+ "value": "2.4em",
26098
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26099
+ "isSource": true,
26100
+ "original": {
26101
+ "value": "2.4em"
26102
+ },
26103
+ "name": "padding-inline-end",
26104
+ "attributes": {},
26105
+ "path": [
26106
+ "utrecht",
26107
+ "page-body",
26108
+ "content",
26109
+ "padding-inline-end"
26110
+ ]
25729
26111
  }
26112
+ },
26113
+ "padding-inline-end": {
26114
+ "value": "0",
26115
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26116
+ "isSource": true,
26117
+ "original": {
26118
+ "value": "0"
26119
+ },
26120
+ "name": "padding-inline-end",
26121
+ "attributes": {},
26122
+ "path": [
26123
+ "utrecht",
26124
+ "page-body",
26125
+ "padding-inline-end"
26126
+ ]
26127
+ },
26128
+ "padding-inline-start": {
26129
+ "value": "0",
26130
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26131
+ "isSource": true,
26132
+ "original": {
26133
+ "value": "0"
26134
+ },
26135
+ "name": "padding-inline-start",
26136
+ "attributes": {},
26137
+ "path": [
26138
+ "utrecht",
26139
+ "page-body",
26140
+ "padding-inline-start"
26141
+ ]
26142
+ },
26143
+ "padding-block-end": {
26144
+ "value": "0",
26145
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26146
+ "isSource": true,
26147
+ "original": {
26148
+ "value": "0"
26149
+ },
26150
+ "name": "padding-block-end",
26151
+ "attributes": {},
26152
+ "path": [
26153
+ "utrecht",
26154
+ "page-body",
26155
+ "padding-block-end"
26156
+ ]
26157
+ },
26158
+ "padding-block-start": {
26159
+ "value": "0",
26160
+ "filePath": "src/component/utrecht/page-body.tokens.json",
26161
+ "isSource": true,
26162
+ "original": {
26163
+ "value": "0"
26164
+ },
26165
+ "name": "padding-block-start",
26166
+ "attributes": {},
26167
+ "path": [
26168
+ "utrecht",
26169
+ "page-body",
26170
+ "padding-block-start"
26171
+ ]
25730
26172
  }
25731
26173
  },
25732
26174
  "page-content": {
@@ -25925,36 +26367,9 @@ module.exports = {
25925
26367
  "syntax": "<length>",
25926
26368
  "inherits": true
25927
26369
  },
25928
- "nl.nldesignsystem.figma.supports-token": false,
25929
- "studio.tokens": {
25930
- "originalType": "spacing"
25931
- }
25932
- },
25933
- "type": "dimension",
25934
- "value": "28px",
25935
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25936
- "isSource": true,
25937
- "original": {
25938
- "$extensions": {
25939
- "nl.nldesignsystem.css.property": {
25940
- "syntax": "<length>",
25941
- "inherits": true
25942
- },
25943
- "nl.nldesignsystem.figma.supports-token": false,
25944
- "studio.tokens": {
25945
- "originalType": "spacing"
25946
- }
25947
- },
25948
- "type": "dimension",
25949
- "value": "{utrecht.space.inline.2xl}"
26370
+ "nl.nldesignsystem.figma.supports-token": false
25950
26371
  },
25951
- "name": "padding-inline-end",
25952
- "attributes": {},
25953
- "path": [
25954
- "utrecht",
25955
- "page-footer",
25956
- "padding-inline-end"
25957
- ]
26372
+ "type": "spacing"
25958
26373
  },
25959
26374
  "padding-inline-start": {
25960
26375
  "$extensions": {
@@ -25962,36 +26377,9 @@ module.exports = {
25962
26377
  "syntax": "<length>",
25963
26378
  "inherits": true
25964
26379
  },
25965
- "nl.nldesignsystem.figma.supports-token": false,
25966
- "studio.tokens": {
25967
- "originalType": "spacing"
25968
- }
25969
- },
25970
- "type": "dimension",
25971
- "value": "28px",
25972
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25973
- "isSource": true,
25974
- "original": {
25975
- "$extensions": {
25976
- "nl.nldesignsystem.css.property": {
25977
- "syntax": "<length>",
25978
- "inherits": true
25979
- },
25980
- "nl.nldesignsystem.figma.supports-token": false,
25981
- "studio.tokens": {
25982
- "originalType": "spacing"
25983
- }
25984
- },
25985
- "type": "dimension",
25986
- "value": "{utrecht.space.inline.2xl}"
26380
+ "nl.nldesignsystem.figma.supports-token": false
25987
26381
  },
25988
- "name": "padding-inline-start",
25989
- "attributes": {},
25990
- "path": [
25991
- "utrecht",
25992
- "page-footer",
25993
- "padding-inline-start"
25994
- ]
26382
+ "type": "spacing"
25995
26383
  },
25996
26384
  "padding-block-end": {
25997
26385
  "$extensions": {
@@ -25999,36 +26387,9 @@ module.exports = {
25999
26387
  "syntax": "<length>",
26000
26388
  "inherits": true
26001
26389
  },
26002
- "nl.nldesignsystem.figma.supports-token": false,
26003
- "studio.tokens": {
26004
- "originalType": "spacing"
26005
- }
26006
- },
26007
- "type": "dimension",
26008
- "value": "48px",
26009
- "filePath": "src/component/utrecht/page-footer.tokens.json",
26010
- "isSource": true,
26011
- "original": {
26012
- "$extensions": {
26013
- "nl.nldesignsystem.css.property": {
26014
- "syntax": "<length>",
26015
- "inherits": true
26016
- },
26017
- "nl.nldesignsystem.figma.supports-token": false,
26018
- "studio.tokens": {
26019
- "originalType": "spacing"
26020
- }
26021
- },
26022
- "type": "dimension",
26023
- "value": "{utrecht.space.block.3xl}"
26390
+ "nl.nldesignsystem.figma.supports-token": false
26024
26391
  },
26025
- "name": "padding-block-end",
26026
- "attributes": {},
26027
- "path": [
26028
- "utrecht",
26029
- "page-footer",
26030
- "padding-block-end"
26031
- ]
26392
+ "type": "spacing"
26032
26393
  },
26033
26394
  "padding-block-start": {
26034
26395
  "$extensions": {
@@ -26036,36 +26397,9 @@ module.exports = {
26036
26397
  "syntax": "<length>",
26037
26398
  "inherits": true
26038
26399
  },
26039
- "nl.nldesignsystem.figma.supports-token": false,
26040
- "studio.tokens": {
26041
- "originalType": "spacing"
26042
- }
26043
- },
26044
- "type": "dimension",
26045
- "value": "48px",
26046
- "filePath": "src/component/utrecht/page-footer.tokens.json",
26047
- "isSource": true,
26048
- "original": {
26049
- "$extensions": {
26050
- "nl.nldesignsystem.css.property": {
26051
- "syntax": "<length>",
26052
- "inherits": true
26053
- },
26054
- "nl.nldesignsystem.figma.supports-token": false,
26055
- "studio.tokens": {
26056
- "originalType": "spacing"
26057
- }
26058
- },
26059
- "type": "dimension",
26060
- "value": "{utrecht.space.block.3xl}"
26400
+ "nl.nldesignsystem.figma.supports-token": false
26061
26401
  },
26062
- "name": "padding-block-start",
26063
- "attributes": {},
26064
- "path": [
26065
- "utrecht",
26066
- "page-footer",
26067
- "padding-block-start"
26068
- ]
26402
+ "type": "spacing"
26069
26403
  },
26070
26404
  "content": {
26071
26405
  "color": {
@@ -26114,9 +26448,37 @@ module.exports = {
26114
26448
  "syntax": "<length>",
26115
26449
  "inherits": true
26116
26450
  },
26117
- "nl.nldesignsystem.figma.supports-token": false
26451
+ "nl.nldesignsystem.figma.supports-token": false,
26452
+ "studio.tokens": {
26453
+ "originalType": "spacing"
26454
+ }
26118
26455
  },
26119
- "type": "spacing"
26456
+ "type": "dimension",
26457
+ "value": "48px",
26458
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
26459
+ "isSource": true,
26460
+ "original": {
26461
+ "$extensions": {
26462
+ "nl.nldesignsystem.css.property": {
26463
+ "syntax": "<length>",
26464
+ "inherits": true
26465
+ },
26466
+ "nl.nldesignsystem.figma.supports-token": false,
26467
+ "studio.tokens": {
26468
+ "originalType": "spacing"
26469
+ }
26470
+ },
26471
+ "type": "dimension",
26472
+ "value": "{utrecht.space.block.3xl}"
26473
+ },
26474
+ "name": "padding-block-end",
26475
+ "attributes": {},
26476
+ "path": [
26477
+ "utrecht",
26478
+ "page-footer",
26479
+ "content",
26480
+ "padding-block-end"
26481
+ ]
26120
26482
  },
26121
26483
  "padding-block-start": {
26122
26484
  "$extensions": {
@@ -26124,9 +26486,69 @@ module.exports = {
26124
26486
  "syntax": "<length>",
26125
26487
  "inherits": true
26126
26488
  },
26127
- "nl.nldesignsystem.figma.supports-token": false
26489
+ "nl.nldesignsystem.figma.supports-token": false,
26490
+ "studio.tokens": {
26491
+ "originalType": "spacing"
26492
+ }
26128
26493
  },
26129
- "type": "spacing"
26494
+ "type": "dimension",
26495
+ "value": "48px",
26496
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
26497
+ "isSource": true,
26498
+ "original": {
26499
+ "$extensions": {
26500
+ "nl.nldesignsystem.css.property": {
26501
+ "syntax": "<length>",
26502
+ "inherits": true
26503
+ },
26504
+ "nl.nldesignsystem.figma.supports-token": false,
26505
+ "studio.tokens": {
26506
+ "originalType": "spacing"
26507
+ }
26508
+ },
26509
+ "type": "dimension",
26510
+ "value": "{utrecht.space.block.3xl}"
26511
+ },
26512
+ "name": "padding-block-start",
26513
+ "attributes": {},
26514
+ "path": [
26515
+ "utrecht",
26516
+ "page-footer",
26517
+ "content",
26518
+ "padding-block-start"
26519
+ ]
26520
+ },
26521
+ "max-inline-size": {
26522
+ "value": "1184px",
26523
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
26524
+ "isSource": true,
26525
+ "original": {
26526
+ "value": "1184px"
26527
+ },
26528
+ "name": "max-inline-size",
26529
+ "attributes": {},
26530
+ "path": [
26531
+ "utrecht",
26532
+ "page-footer",
26533
+ "content",
26534
+ "max-inline-size"
26535
+ ]
26536
+ },
26537
+ "padding-inline": {
26538
+ "value": "28px",
26539
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
26540
+ "isSource": true,
26541
+ "original": {
26542
+ "value": "{utrecht.space.inline.2xl}"
26543
+ },
26544
+ "name": "padding-inline",
26545
+ "attributes": {},
26546
+ "path": [
26547
+ "utrecht",
26548
+ "page-footer",
26549
+ "content",
26550
+ "padding-inline"
26551
+ ]
26130
26552
  }
26131
26553
  }
26132
26554
  },
@@ -26173,7 +26595,7 @@ module.exports = {
26173
26595
  }
26174
26596
  },
26175
26597
  "type": "dimension",
26176
- "value": "1.8em",
26598
+ "value": "0",
26177
26599
  "filePath": "src/component/utrecht/page-header.tokens.json",
26178
26600
  "isSource": true,
26179
26601
  "original": {
@@ -26188,7 +26610,7 @@ module.exports = {
26188
26610
  }
26189
26611
  },
26190
26612
  "type": "dimension",
26191
- "value": "1.8em"
26613
+ "value": "0"
26192
26614
  },
26193
26615
  "name": "padding-block-start",
26194
26616
  "attributes": {},
@@ -26210,7 +26632,7 @@ module.exports = {
26210
26632
  }
26211
26633
  },
26212
26634
  "type": "dimension",
26213
- "value": "1em",
26635
+ "value": "0",
26214
26636
  "filePath": "src/component/utrecht/page-header.tokens.json",
26215
26637
  "isSource": true,
26216
26638
  "original": {
@@ -26225,7 +26647,7 @@ module.exports = {
26225
26647
  }
26226
26648
  },
26227
26649
  "type": "dimension",
26228
- "value": "1em"
26650
+ "value": "0"
26229
26651
  },
26230
26652
  "name": "padding-block-end",
26231
26653
  "attributes": {},
@@ -26247,7 +26669,7 @@ module.exports = {
26247
26669
  }
26248
26670
  },
26249
26671
  "type": "dimension",
26250
- "value": "2em",
26672
+ "value": "0",
26251
26673
  "filePath": "src/component/utrecht/page-header.tokens.json",
26252
26674
  "isSource": true,
26253
26675
  "original": {
@@ -26262,7 +26684,7 @@ module.exports = {
26262
26684
  }
26263
26685
  },
26264
26686
  "type": "dimension",
26265
- "value": "2em"
26687
+ "value": "0"
26266
26688
  },
26267
26689
  "name": "padding-inline-start",
26268
26690
  "attributes": {},
@@ -26284,7 +26706,7 @@ module.exports = {
26284
26706
  }
26285
26707
  },
26286
26708
  "type": "dimension",
26287
- "value": "2.4em",
26709
+ "value": "0",
26288
26710
  "filePath": "src/component/utrecht/page-header.tokens.json",
26289
26711
  "isSource": true,
26290
26712
  "original": {
@@ -26299,7 +26721,7 @@ module.exports = {
26299
26721
  }
26300
26722
  },
26301
26723
  "type": "dimension",
26302
- "value": "2.4em"
26724
+ "value": "0"
26303
26725
  },
26304
26726
  "name": "padding-inline-end",
26305
26727
  "attributes": {},
@@ -26318,7 +26740,29 @@ module.exports = {
26318
26740
  },
26319
26741
  "nl.nldesignsystem.figma.supports-token": false
26320
26742
  },
26321
- "type": "color"
26743
+ "type": "color",
26744
+ "value": "hsl(0 0% 100%)",
26745
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26746
+ "isSource": true,
26747
+ "original": {
26748
+ "$extensions": {
26749
+ "nl.nldesignsystem.css.property": {
26750
+ "syntax": "<color>",
26751
+ "inherits": true
26752
+ },
26753
+ "nl.nldesignsystem.figma.supports-token": false
26754
+ },
26755
+ "type": "color",
26756
+ "value": "{utrecht.color.white}"
26757
+ },
26758
+ "name": "background-color",
26759
+ "attributes": {},
26760
+ "path": [
26761
+ "utrecht",
26762
+ "page-header",
26763
+ "content",
26764
+ "background-color"
26765
+ ]
26322
26766
  },
26323
26767
  "color": {
26324
26768
  "$extensions": {
@@ -26328,7 +26772,29 @@ module.exports = {
26328
26772
  },
26329
26773
  "nl.nldesignsystem.figma.supports-token": false
26330
26774
  },
26331
- "type": "color"
26775
+ "type": "color",
26776
+ "value": "hsl(0 0% 0%)",
26777
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26778
+ "isSource": true,
26779
+ "original": {
26780
+ "$extensions": {
26781
+ "nl.nldesignsystem.css.property": {
26782
+ "syntax": "<color>",
26783
+ "inherits": true
26784
+ },
26785
+ "nl.nldesignsystem.figma.supports-token": false
26786
+ },
26787
+ "type": "color",
26788
+ "value": "{utrecht.color.black}"
26789
+ },
26790
+ "name": "color",
26791
+ "attributes": {},
26792
+ "path": [
26793
+ "utrecht",
26794
+ "page-header",
26795
+ "content",
26796
+ "color"
26797
+ ]
26332
26798
  },
26333
26799
  "padding-block-start": {
26334
26800
  "$extensions": {
@@ -26336,9 +26802,37 @@ module.exports = {
26336
26802
  "syntax": "<length>",
26337
26803
  "inherits": true
26338
26804
  },
26339
- "nl.nldesignsystem.figma.supports-token": false
26805
+ "nl.nldesignsystem.figma.supports-token": false,
26806
+ "studio.tokens": {
26807
+ "originalType": "spacing"
26808
+ }
26340
26809
  },
26341
- "type": "spacing"
26810
+ "type": "dimension",
26811
+ "value": "1.8em",
26812
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26813
+ "isSource": true,
26814
+ "original": {
26815
+ "$extensions": {
26816
+ "nl.nldesignsystem.css.property": {
26817
+ "syntax": "<length>",
26818
+ "inherits": true
26819
+ },
26820
+ "nl.nldesignsystem.figma.supports-token": false,
26821
+ "studio.tokens": {
26822
+ "originalType": "spacing"
26823
+ }
26824
+ },
26825
+ "type": "dimension",
26826
+ "value": "1.8em"
26827
+ },
26828
+ "name": "padding-block-start",
26829
+ "attributes": {},
26830
+ "path": [
26831
+ "utrecht",
26832
+ "page-header",
26833
+ "content",
26834
+ "padding-block-start"
26835
+ ]
26342
26836
  },
26343
26837
  "padding-block-end": {
26344
26838
  "$extensions": {
@@ -26346,9 +26840,37 @@ module.exports = {
26346
26840
  "syntax": "<length>",
26347
26841
  "inherits": true
26348
26842
  },
26349
- "nl.nldesignsystem.figma.supports-token": false
26843
+ "nl.nldesignsystem.figma.supports-token": false,
26844
+ "studio.tokens": {
26845
+ "originalType": "spacing"
26846
+ }
26350
26847
  },
26351
- "type": "spacing"
26848
+ "type": "dimension",
26849
+ "value": "1em",
26850
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26851
+ "isSource": true,
26852
+ "original": {
26853
+ "$extensions": {
26854
+ "nl.nldesignsystem.css.property": {
26855
+ "syntax": "<length>",
26856
+ "inherits": true
26857
+ },
26858
+ "nl.nldesignsystem.figma.supports-token": false,
26859
+ "studio.tokens": {
26860
+ "originalType": "spacing"
26861
+ }
26862
+ },
26863
+ "type": "dimension",
26864
+ "value": "1em"
26865
+ },
26866
+ "name": "padding-block-end",
26867
+ "attributes": {},
26868
+ "path": [
26869
+ "utrecht",
26870
+ "page-header",
26871
+ "content",
26872
+ "padding-block-end"
26873
+ ]
26352
26874
  },
26353
26875
  "padding-inline-start": {
26354
26876
  "$extensions": {
@@ -26356,9 +26878,39 @@ module.exports = {
26356
26878
  "syntax": "<length>",
26357
26879
  "inherits": true
26358
26880
  },
26359
- "nl.nldesignsystem.figma.supports-token": false
26881
+ "nl.nldesignsystem.figma.supports-token": false,
26882
+ "studio.tokens": {
26883
+ "originalType": "spacing"
26884
+ }
26360
26885
  },
26361
- "type": "spacing"
26886
+ "type": "dimension",
26887
+ "value": "2em",
26888
+ "$comment": "Legacy design token",
26889
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26890
+ "isSource": true,
26891
+ "original": {
26892
+ "$extensions": {
26893
+ "nl.nldesignsystem.css.property": {
26894
+ "syntax": "<length>",
26895
+ "inherits": true
26896
+ },
26897
+ "nl.nldesignsystem.figma.supports-token": false,
26898
+ "studio.tokens": {
26899
+ "originalType": "spacing"
26900
+ }
26901
+ },
26902
+ "type": "dimension",
26903
+ "value": "2em",
26904
+ "$comment": "Legacy design token"
26905
+ },
26906
+ "name": "padding-inline-start",
26907
+ "attributes": {},
26908
+ "path": [
26909
+ "utrecht",
26910
+ "page-header",
26911
+ "content",
26912
+ "padding-inline-start"
26913
+ ]
26362
26914
  },
26363
26915
  "padding-inline-end": {
26364
26916
  "$extensions": {
@@ -26366,9 +26918,71 @@ module.exports = {
26366
26918
  "syntax": "<length>",
26367
26919
  "inherits": true
26368
26920
  },
26369
- "nl.nldesignsystem.figma.supports-token": false
26921
+ "nl.nldesignsystem.figma.supports-token": false,
26922
+ "studio.tokens": {
26923
+ "originalType": "spacing"
26924
+ }
26370
26925
  },
26371
- "type": "spacing"
26926
+ "type": "dimension",
26927
+ "value": "2.4em",
26928
+ "$comment": "Legacy design token",
26929
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26930
+ "isSource": true,
26931
+ "original": {
26932
+ "$extensions": {
26933
+ "nl.nldesignsystem.css.property": {
26934
+ "syntax": "<length>",
26935
+ "inherits": true
26936
+ },
26937
+ "nl.nldesignsystem.figma.supports-token": false,
26938
+ "studio.tokens": {
26939
+ "originalType": "spacing"
26940
+ }
26941
+ },
26942
+ "type": "dimension",
26943
+ "value": "2.4em",
26944
+ "$comment": "Legacy design token"
26945
+ },
26946
+ "name": "padding-inline-end",
26947
+ "attributes": {},
26948
+ "path": [
26949
+ "utrecht",
26950
+ "page-header",
26951
+ "content",
26952
+ "padding-inline-end"
26953
+ ]
26954
+ },
26955
+ "max-inline-size": {
26956
+ "value": "1184px",
26957
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26958
+ "isSource": true,
26959
+ "original": {
26960
+ "value": "1184px"
26961
+ },
26962
+ "name": "max-inline-size",
26963
+ "attributes": {},
26964
+ "path": [
26965
+ "utrecht",
26966
+ "page-header",
26967
+ "content",
26968
+ "max-inline-size"
26969
+ ]
26970
+ },
26971
+ "padding-inline": {
26972
+ "value": "2em",
26973
+ "filePath": "src/component/utrecht/page-header.tokens.json",
26974
+ "isSource": true,
26975
+ "original": {
26976
+ "value": "2em"
26977
+ },
26978
+ "name": "padding-inline",
26979
+ "attributes": {},
26980
+ "path": [
26981
+ "utrecht",
26982
+ "page-header",
26983
+ "content",
26984
+ "padding-inline"
26985
+ ]
26372
26986
  }
26373
26987
  }
26374
26988
  },
@@ -26563,11 +27177,11 @@ module.exports = {
26563
27177
  ]
26564
27178
  },
26565
27179
  "padding-inline-end": {
26566
- "value": "2em",
27180
+ "value": "0",
26567
27181
  "filePath": "src/component/utrecht/page.tokens.json",
26568
27182
  "isSource": true,
26569
27183
  "original": {
26570
- "value": "2em"
27184
+ "value": "0"
26571
27185
  },
26572
27186
  "name": "padding-inline-end",
26573
27187
  "attributes": {},
@@ -26593,11 +27207,11 @@ module.exports = {
26593
27207
  ]
26594
27208
  },
26595
27209
  "padding-inline-start": {
26596
- "value": "2em",
27210
+ "value": "0",
26597
27211
  "filePath": "src/component/utrecht/page.tokens.json",
26598
27212
  "isSource": true,
26599
27213
  "original": {
26600
- "value": "2em"
27214
+ "value": "0"
26601
27215
  },
26602
27216
  "name": "padding-inline-start",
26603
27217
  "attributes": {},
@@ -28047,7 +28661,7 @@ module.exports = {
28047
28661
  }
28048
28662
  },
28049
28663
  "type": "fontFamily",
28050
- "value": "{utrecht.typography.sans-serif.font-family}"
28664
+ "value": "{nl.paragraph.font-family}"
28051
28665
  },
28052
28666
  "name": "font-family",
28053
28667
  "attributes": {},
@@ -28090,7 +28704,7 @@ module.exports = {
28090
28704
  }
28091
28705
  },
28092
28706
  "type": "fontSize",
28093
- "value": "{utrecht.typography.scale.md.font-size}"
28707
+ "value": "{nl.paragraph.font-size}"
28094
28708
  },
28095
28709
  "name": "font-size",
28096
28710
  "attributes": {},
@@ -28127,7 +28741,7 @@ module.exports = {
28127
28741
  }
28128
28742
  },
28129
28743
  "type": "fontWeight",
28130
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28744
+ "value": "{nl.paragraph.font-weight}"
28131
28745
  },
28132
28746
  "name": "font-weight",
28133
28747
  "attributes": {},
@@ -28176,7 +28790,7 @@ module.exports = {
28176
28790
  }
28177
28791
  },
28178
28792
  "type": "lineHeight",
28179
- "value": "{utrecht.typography.line-height.md}"
28793
+ "value": "{nl.paragraph.line-height}"
28180
28794
  },
28181
28795
  "name": "line-height",
28182
28796
  "attributes": {},
@@ -28273,33 +28887,7 @@ module.exports = {
28273
28887
  ],
28274
28888
  "nl.nldesignsystem.figma.supports-token": true
28275
28889
  },
28276
- "type": "color",
28277
- "value": "hsl(0 0% 0%)",
28278
- "filePath": "src/component/utrecht/paragraph.tokens.json",
28279
- "isSource": true,
28280
- "original": {
28281
- "$extensions": {
28282
- "nl.nldesignsystem.css.property": {
28283
- "syntax": "<color>",
28284
- "inherits": true
28285
- },
28286
- "nl.nldesignsystem.fallback": [
28287
- "utrecht.paragraph.color",
28288
- "utrecht.document.color"
28289
- ],
28290
- "nl.nldesignsystem.figma.supports-token": true
28291
- },
28292
- "type": "color",
28293
- "value": "{utrecht.document.color}"
28294
- },
28295
- "name": "color",
28296
- "attributes": {},
28297
- "path": [
28298
- "utrecht",
28299
- "paragraph",
28300
- "lead",
28301
- "color"
28302
- ]
28890
+ "type": "color"
28303
28891
  },
28304
28892
  "font-size": {
28305
28893
  "$extensions": {
@@ -28336,7 +28924,7 @@ module.exports = {
28336
28924
  }
28337
28925
  },
28338
28926
  "type": "fontSize",
28339
- "value": "{utrecht.typography.scale.xl.font-size}"
28927
+ "value": "{nl.paragraph.lead.font-size}"
28340
28928
  },
28341
28929
  "name": "font-size",
28342
28930
  "attributes": {},
@@ -28382,7 +28970,7 @@ module.exports = {
28382
28970
  }
28383
28971
  },
28384
28972
  "type": "fontWeight",
28385
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28973
+ "value": "{nl.paragraph.lead.font-weight}"
28386
28974
  },
28387
28975
  "name": "font-weight",
28388
28976
  "attributes": {},
@@ -28434,7 +29022,7 @@ module.exports = {
28434
29022
  }
28435
29023
  },
28436
29024
  "type": "lineHeight",
28437
- "value": "{utrecht.typography.line-height.md}"
29025
+ "value": "{nl.paragraph.lead.line-height}"
28438
29026
  },
28439
29027
  "name": "line-height",
28440
29028
  "attributes": {},
@@ -28773,6 +29361,37 @@ module.exports = {
28773
29361
  "border-width"
28774
29362
  ]
28775
29363
  },
29364
+ "color": {
29365
+ "$extensions": {
29366
+ "nl.nldesignsystem.css.property": {
29367
+ "syntax": "<color>",
29368
+ "inherits": true
29369
+ },
29370
+ "nl.nldesignsystem.figma.supports-token": true
29371
+ },
29372
+ "type": "color",
29373
+ "value": "hsl(0 0% 100%)",
29374
+ "filePath": "src/component/utrecht/radio-button.tokens.json",
29375
+ "isSource": true,
29376
+ "original": {
29377
+ "$extensions": {
29378
+ "nl.nldesignsystem.css.property": {
29379
+ "syntax": "<color>",
29380
+ "inherits": true
29381
+ },
29382
+ "nl.nldesignsystem.figma.supports-token": true
29383
+ },
29384
+ "type": "color",
29385
+ "value": "{utrecht.color.white}"
29386
+ },
29387
+ "name": "color",
29388
+ "attributes": {},
29389
+ "path": [
29390
+ "utrecht",
29391
+ "radio-button",
29392
+ "color"
29393
+ ]
29394
+ },
28776
29395
  "size": {
28777
29396
  "$extensions": {
28778
29397
  "nl.nldesignsystem.css.property": {
@@ -29724,26 +30343,11 @@ module.exports = {
29724
30343
  },
29725
30344
  "nl.nldesignsystem.fallback": [
29726
30345
  "utrecht.radio-button.color"
29727
- ]
30346
+ ],
30347
+ "nl.nldesignsystem.figma.supports-token": false
29728
30348
  },
29729
- "nl.nldesignsystem.figma.supports-token": false
29730
- },
29731
- "type": "color"
29732
- },
29733
- "color": {
29734
- "value": "hsl(0 0% 100%)",
29735
- "filePath": "src/component/utrecht/radio-button.tokens.json",
29736
- "isSource": true,
29737
- "original": {
29738
- "value": "{utrecht.color.white}"
29739
- },
29740
- "name": "color",
29741
- "attributes": {},
29742
- "path": [
29743
- "utrecht",
29744
- "radio-button",
29745
- "color"
29746
- ]
30349
+ "type": "color"
30350
+ }
29747
30351
  },
29748
30352
  "border-radius": {
29749
30353
  "value": "0",
@@ -29972,7 +30576,28 @@ module.exports = {
29972
30576
  },
29973
30577
  "nl.nldesignsystem.figma.supports-token": false
29974
30578
  },
29975
- "type": "color"
30579
+ "type": "color",
30580
+ "value": "hsl(0 0% 95%)",
30581
+ "filePath": "src/component/utrecht/root.tokens.json",
30582
+ "isSource": true,
30583
+ "original": {
30584
+ "$extensions": {
30585
+ "nl.nldesignsystem.css.property": {
30586
+ "syntax": "<color>",
30587
+ "inherits": true
30588
+ },
30589
+ "nl.nldesignsystem.figma.supports-token": false
30590
+ },
30591
+ "type": "color",
30592
+ "value": "{utrecht.color.grey.95}"
30593
+ },
30594
+ "name": "background-color",
30595
+ "attributes": {},
30596
+ "path": [
30597
+ "utrecht",
30598
+ "root",
30599
+ "background-color"
30600
+ ]
29976
30601
  },
29977
30602
  "color": {
29978
30603
  "$extensions": {
@@ -29982,7 +30607,28 @@ module.exports = {
29982
30607
  },
29983
30608
  "nl.nldesignsystem.figma.supports-token": false
29984
30609
  },
29985
- "type": "color"
30610
+ "type": "color",
30611
+ "value": "hsl(0 0% 10%)",
30612
+ "filePath": "src/component/utrecht/root.tokens.json",
30613
+ "isSource": true,
30614
+ "original": {
30615
+ "$extensions": {
30616
+ "nl.nldesignsystem.css.property": {
30617
+ "syntax": "<color>",
30618
+ "inherits": true
30619
+ },
30620
+ "nl.nldesignsystem.figma.supports-token": false
30621
+ },
30622
+ "type": "color",
30623
+ "value": "{utrecht.color.grey.10}"
30624
+ },
30625
+ "name": "color",
30626
+ "attributes": {},
30627
+ "path": [
30628
+ "utrecht",
30629
+ "root",
30630
+ "color"
30631
+ ]
29986
30632
  },
29987
30633
  "font-family": {
29988
30634
  "$extensions": {
@@ -31715,7 +32361,7 @@ module.exports = {
31715
32361
  "nl.nldesignsystem.figma.supports-token": true
31716
32362
  },
31717
32363
  "type": "color",
31718
- "value": "{utrecht.topnav.list.background-color}"
32364
+ "value": "{nl.skip-link.background-color}"
31719
32365
  },
31720
32366
  "name": "background-color",
31721
32367
  "attributes": {},
@@ -31746,7 +32392,7 @@ module.exports = {
31746
32392
  "nl.nldesignsystem.figma.supports-token": true
31747
32393
  },
31748
32394
  "type": "color",
31749
- "value": "{utrecht.topnav.link.color}"
32395
+ "value": "{nl.skip-link.color}"
31750
32396
  },
31751
32397
  "name": "color",
31752
32398
  "attributes": {},
@@ -31803,7 +32449,7 @@ module.exports = {
31803
32449
  }
31804
32450
  },
31805
32451
  "type": "dimension",
31806
- "value": "{utrecht.button.padding-block-start}"
32452
+ "value": "{nl.skip-link.padding-block}"
31807
32453
  },
31808
32454
  "name": "padding-block-start",
31809
32455
  "attributes": {},
@@ -31840,7 +32486,7 @@ module.exports = {
31840
32486
  }
31841
32487
  },
31842
32488
  "type": "dimension",
31843
- "value": "{utrecht.button.padding-block-end}"
32489
+ "value": "{nl.skip-link.padding-block}"
31844
32490
  },
31845
32491
  "name": "padding-block-end",
31846
32492
  "attributes": {},
@@ -31877,7 +32523,7 @@ module.exports = {
31877
32523
  }
31878
32524
  },
31879
32525
  "type": "dimension",
31880
- "value": "{utrecht.button.padding-inline-start}"
32526
+ "value": "{nl.skip-link.padding-inline}"
31881
32527
  },
31882
32528
  "name": "padding-inline-start",
31883
32529
  "attributes": {},
@@ -31914,7 +32560,7 @@ module.exports = {
31914
32560
  }
31915
32561
  },
31916
32562
  "type": "dimension",
31917
- "value": "{utrecht.button.padding-inline-end}"
32563
+ "value": "{nl.skip-link.padding-inline}"
31918
32564
  },
31919
32565
  "name": "padding-inline-end",
31920
32566
  "attributes": {},
@@ -31953,7 +32599,7 @@ module.exports = {
31953
32599
  "nl.nldesignsystem.figma.supports-token": true
31954
32600
  },
31955
32601
  "type": "textDecoration",
31956
- "value": "{utrecht.link.text-decoration}"
32602
+ "value": "{nl.skip-link.text-decoration}"
31957
32603
  },
31958
32604
  "name": "text-decoration",
31959
32605
  "attributes": {},
@@ -32002,7 +32648,7 @@ module.exports = {
32002
32648
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
32003
32649
  },
32004
32650
  "type": "color",
32005
- "value": "{utrecht.topnav.link.focus.background-color}"
32651
+ "value": "{nl.skip-link.focus-visible.background-color}"
32006
32652
  },
32007
32653
  "name": "background-color",
32008
32654
  "attributes": {},
@@ -32038,7 +32684,7 @@ module.exports = {
32038
32684
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
32039
32685
  },
32040
32686
  "type": "color",
32041
- "value": "{utrecht.topnav.link.focus.color}"
32687
+ "value": "{nl.skip-link.focus-visible.color}"
32042
32688
  },
32043
32689
  "name": "color",
32044
32690
  "attributes": {},
@@ -32116,7 +32762,7 @@ module.exports = {
32116
32762
  "nl.nldesignsystem.figma.supports-token": true
32117
32763
  },
32118
32764
  "type": "textDecoration",
32119
- "value": "{utrecht.link.focus-visible.text-decoration}"
32765
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
32120
32766
  },
32121
32767
  "name": "text-decoration",
32122
32768
  "attributes": {},
@@ -32171,6 +32817,16 @@ module.exports = {
32171
32817
  },
32172
32818
  "type": "color"
32173
32819
  },
32820
+ "border-radius": {
32821
+ "$extensions": {
32822
+ "nl.nldesignsystem.css.property": {
32823
+ "syntax": "<length-percentage>",
32824
+ "inherits": true
32825
+ },
32826
+ "nl.nldesignsystem.figma.supports-token": false
32827
+ },
32828
+ "type": "borderRadius"
32829
+ },
32174
32830
  "border-width": {
32175
32831
  "$extensions": {
32176
32832
  "nl.nldesignsystem.css.property": {
@@ -38937,6 +39593,1003 @@ module.exports = {
38937
39593
  }
38938
39594
  }
38939
39595
  },
39596
+ "nl": {
39597
+ "code-block": {
39598
+ "background-color": {
39599
+ "value": "hsl(0 0% 95%)",
39600
+ "filePath": "src/component/nl/code-block.tokens.json",
39601
+ "isSource": true,
39602
+ "original": {
39603
+ "value": "{utrecht.color.grey.95}"
39604
+ },
39605
+ "name": "background-color",
39606
+ "attributes": {},
39607
+ "path": [
39608
+ "nl",
39609
+ "code-block",
39610
+ "background-color"
39611
+ ]
39612
+ },
39613
+ "color": {
39614
+ "value": "hsl(0 0% 0%)",
39615
+ "filePath": "src/component/nl/code-block.tokens.json",
39616
+ "isSource": true,
39617
+ "original": {
39618
+ "value": "{utrecht.color.black}"
39619
+ },
39620
+ "name": "color",
39621
+ "attributes": {},
39622
+ "path": [
39623
+ "nl",
39624
+ "code-block",
39625
+ "color"
39626
+ ]
39627
+ },
39628
+ "font-family": {
39629
+ "value": "\"Monaco\"",
39630
+ "filePath": "src/component/nl/code-block.tokens.json",
39631
+ "isSource": true,
39632
+ "original": {
39633
+ "value": "\"Monaco\""
39634
+ },
39635
+ "name": "font-family",
39636
+ "attributes": {},
39637
+ "path": [
39638
+ "nl",
39639
+ "code-block",
39640
+ "font-family"
39641
+ ]
39642
+ },
39643
+ "font-size": {
39644
+ "value": "1rem",
39645
+ "filePath": "src/component/nl/code-block.tokens.json",
39646
+ "isSource": true,
39647
+ "original": {
39648
+ "value": "{utrecht.typography.scale.md.font-size}"
39649
+ },
39650
+ "name": "font-size",
39651
+ "attributes": {},
39652
+ "path": [
39653
+ "nl",
39654
+ "code-block",
39655
+ "font-size"
39656
+ ]
39657
+ },
39658
+ "line-height": {
39659
+ "value": "1.5",
39660
+ "filePath": "src/component/nl/code-block.tokens.json",
39661
+ "isSource": true,
39662
+ "original": {
39663
+ "value": "{utrecht.typography.line-height.md}"
39664
+ },
39665
+ "name": "line-height",
39666
+ "attributes": {},
39667
+ "path": [
39668
+ "nl",
39669
+ "code-block",
39670
+ "line-height"
39671
+ ]
39672
+ },
39673
+ "padding-block": {
39674
+ "value": "20px",
39675
+ "filePath": "src/component/nl/code-block.tokens.json",
39676
+ "isSource": true,
39677
+ "original": {
39678
+ "value": "20px"
39679
+ },
39680
+ "name": "padding-block",
39681
+ "attributes": {},
39682
+ "path": [
39683
+ "nl",
39684
+ "code-block",
39685
+ "padding-block"
39686
+ ]
39687
+ },
39688
+ "padding-inline": {
39689
+ "value": "20px",
39690
+ "filePath": "src/component/nl/code-block.tokens.json",
39691
+ "isSource": true,
39692
+ "original": {
39693
+ "value": "20px"
39694
+ },
39695
+ "name": "padding-inline",
39696
+ "attributes": {},
39697
+ "path": [
39698
+ "nl",
39699
+ "code-block",
39700
+ "padding-inline"
39701
+ ]
39702
+ }
39703
+ },
39704
+ "code": {
39705
+ "background-color": {},
39706
+ "color": {},
39707
+ "font-family": {},
39708
+ "font-size": {},
39709
+ "line-height": {}
39710
+ },
39711
+ "data-badge": {
39712
+ "background-color": {
39713
+ "value": "hsl(0 0% 30%)",
39714
+ "filePath": "src/component/nl/data-badge.tokens.json",
39715
+ "isSource": true,
39716
+ "original": {
39717
+ "value": "{utrecht.color.grey.30}"
39718
+ },
39719
+ "name": "background-color",
39720
+ "attributes": {},
39721
+ "path": [
39722
+ "nl",
39723
+ "data-badge",
39724
+ "background-color"
39725
+ ]
39726
+ },
39727
+ "border-radius": {
39728
+ "value": "0",
39729
+ "filePath": "src/component/nl/data-badge.tokens.json",
39730
+ "isSource": true,
39731
+ "original": {
39732
+ "value": "0"
39733
+ },
39734
+ "name": "border-radius",
39735
+ "attributes": {},
39736
+ "path": [
39737
+ "nl",
39738
+ "data-badge",
39739
+ "border-radius"
39740
+ ]
39741
+ },
39742
+ "color": {
39743
+ "value": "hsl(0 0% 100%)",
39744
+ "filePath": "src/component/nl/data-badge.tokens.json",
39745
+ "isSource": true,
39746
+ "original": {
39747
+ "value": "{utrecht.color.white}"
39748
+ },
39749
+ "name": "color",
39750
+ "attributes": {},
39751
+ "path": [
39752
+ "nl",
39753
+ "data-badge",
39754
+ "color"
39755
+ ]
39756
+ },
39757
+ "font-weight": {},
39758
+ "padding-block": {
39759
+ "value": "8px",
39760
+ "filePath": "src/component/nl/data-badge.tokens.json",
39761
+ "isSource": true,
39762
+ "original": {
39763
+ "value": "{utrecht.space.block.xs}"
39764
+ },
39765
+ "name": "padding-block",
39766
+ "attributes": {},
39767
+ "path": [
39768
+ "nl",
39769
+ "data-badge",
39770
+ "padding-block"
39771
+ ]
39772
+ },
39773
+ "padding-inline": {
39774
+ "value": "12px",
39775
+ "filePath": "src/component/nl/data-badge.tokens.json",
39776
+ "isSource": true,
39777
+ "original": {
39778
+ "value": "{utrecht.space.inline.sm}"
39779
+ },
39780
+ "name": "padding-inline",
39781
+ "attributes": {},
39782
+ "path": [
39783
+ "nl",
39784
+ "data-badge",
39785
+ "padding-inline"
39786
+ ]
39787
+ }
39788
+ },
39789
+ "heading": {
39790
+ "level-1": {
39791
+ "color": {},
39792
+ "font-family": {
39793
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39794
+ "filePath": "src/component/nl/heading.tokens.json",
39795
+ "isSource": true,
39796
+ "original": {
39797
+ "value": "{utrecht.typography.sans-serif.font-family}"
39798
+ },
39799
+ "name": "font-family",
39800
+ "attributes": {},
39801
+ "path": [
39802
+ "nl",
39803
+ "heading",
39804
+ "level-1",
39805
+ "font-family"
39806
+ ]
39807
+ },
39808
+ "font-size": {
39809
+ "value": "2rem",
39810
+ "filePath": "src/component/nl/heading.tokens.json",
39811
+ "isSource": true,
39812
+ "original": {
39813
+ "value": "{utrecht.typography.scale.4xl.font-size}"
39814
+ },
39815
+ "name": "font-size",
39816
+ "attributes": {},
39817
+ "path": [
39818
+ "nl",
39819
+ "heading",
39820
+ "level-1",
39821
+ "font-size"
39822
+ ]
39823
+ },
39824
+ "font-weight": {
39825
+ "value": "700",
39826
+ "filePath": "src/component/nl/heading.tokens.json",
39827
+ "isSource": true,
39828
+ "original": {
39829
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
39830
+ },
39831
+ "name": "font-weight",
39832
+ "attributes": {},
39833
+ "path": [
39834
+ "nl",
39835
+ "heading",
39836
+ "level-1",
39837
+ "font-weight"
39838
+ ]
39839
+ },
39840
+ "line-height": {
39841
+ "value": "1.25",
39842
+ "filePath": "src/component/nl/heading.tokens.json",
39843
+ "isSource": true,
39844
+ "original": {
39845
+ "value": "{utrecht.typography.line-height.sm}"
39846
+ },
39847
+ "name": "line-height",
39848
+ "attributes": {},
39849
+ "path": [
39850
+ "nl",
39851
+ "heading",
39852
+ "level-1",
39853
+ "line-height"
39854
+ ]
39855
+ }
39856
+ },
39857
+ "level-2": {
39858
+ "color": {},
39859
+ "font-family": {
39860
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39861
+ "filePath": "src/component/nl/heading.tokens.json",
39862
+ "isSource": true,
39863
+ "original": {
39864
+ "value": "{utrecht.typography.sans-serif.font-family}"
39865
+ },
39866
+ "name": "font-family",
39867
+ "attributes": {},
39868
+ "path": [
39869
+ "nl",
39870
+ "heading",
39871
+ "level-2",
39872
+ "font-family"
39873
+ ]
39874
+ },
39875
+ "font-size": {
39876
+ "value": "1.25rem",
39877
+ "filePath": "src/component/nl/heading.tokens.json",
39878
+ "isSource": true,
39879
+ "original": {
39880
+ "value": "{utrecht.typography.scale.xl.font-size}"
39881
+ },
39882
+ "name": "font-size",
39883
+ "attributes": {},
39884
+ "path": [
39885
+ "nl",
39886
+ "heading",
39887
+ "level-2",
39888
+ "font-size"
39889
+ ]
39890
+ },
39891
+ "font-weight": {
39892
+ "value": "700",
39893
+ "filePath": "src/component/nl/heading.tokens.json",
39894
+ "isSource": true,
39895
+ "original": {
39896
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
39897
+ },
39898
+ "name": "font-weight",
39899
+ "attributes": {},
39900
+ "path": [
39901
+ "nl",
39902
+ "heading",
39903
+ "level-2",
39904
+ "font-weight"
39905
+ ]
39906
+ },
39907
+ "line-height": {
39908
+ "value": "1.25",
39909
+ "filePath": "src/component/nl/heading.tokens.json",
39910
+ "isSource": true,
39911
+ "original": {
39912
+ "value": "{utrecht.typography.line-height.sm}"
39913
+ },
39914
+ "name": "line-height",
39915
+ "attributes": {},
39916
+ "path": [
39917
+ "nl",
39918
+ "heading",
39919
+ "level-2",
39920
+ "line-height"
39921
+ ]
39922
+ }
39923
+ },
39924
+ "level-3": {
39925
+ "color": {},
39926
+ "font-family": {
39927
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39928
+ "filePath": "src/component/nl/heading.tokens.json",
39929
+ "isSource": true,
39930
+ "original": {
39931
+ "value": "{utrecht.typography.sans-serif.font-family}"
39932
+ },
39933
+ "name": "font-family",
39934
+ "attributes": {},
39935
+ "path": [
39936
+ "nl",
39937
+ "heading",
39938
+ "level-3",
39939
+ "font-family"
39940
+ ]
39941
+ },
39942
+ "font-size": {
39943
+ "value": "1.25rem",
39944
+ "filePath": "src/component/nl/heading.tokens.json",
39945
+ "isSource": true,
39946
+ "original": {
39947
+ "value": "{utrecht.typography.scale.xl.font-size}"
39948
+ },
39949
+ "name": "font-size",
39950
+ "attributes": {},
39951
+ "path": [
39952
+ "nl",
39953
+ "heading",
39954
+ "level-3",
39955
+ "font-size"
39956
+ ]
39957
+ },
39958
+ "font-weight": {
39959
+ "value": "400",
39960
+ "filePath": "src/component/nl/heading.tokens.json",
39961
+ "isSource": true,
39962
+ "original": {
39963
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
39964
+ },
39965
+ "name": "font-weight",
39966
+ "attributes": {},
39967
+ "path": [
39968
+ "nl",
39969
+ "heading",
39970
+ "level-3",
39971
+ "font-weight"
39972
+ ]
39973
+ },
39974
+ "line-height": {
39975
+ "value": "1.25",
39976
+ "filePath": "src/component/nl/heading.tokens.json",
39977
+ "isSource": true,
39978
+ "original": {
39979
+ "value": "{utrecht.typography.line-height.sm}"
39980
+ },
39981
+ "name": "line-height",
39982
+ "attributes": {},
39983
+ "path": [
39984
+ "nl",
39985
+ "heading",
39986
+ "level-3",
39987
+ "line-height"
39988
+ ]
39989
+ }
39990
+ },
39991
+ "level-4": {
39992
+ "color": {},
39993
+ "font-family": {
39994
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
39995
+ "filePath": "src/component/nl/heading.tokens.json",
39996
+ "isSource": true,
39997
+ "original": {
39998
+ "value": "{utrecht.typography.sans-serif.font-family}"
39999
+ },
40000
+ "name": "font-family",
40001
+ "attributes": {},
40002
+ "path": [
40003
+ "nl",
40004
+ "heading",
40005
+ "level-4",
40006
+ "font-family"
40007
+ ]
40008
+ },
40009
+ "font-size": {
40010
+ "value": "1.125rem",
40011
+ "filePath": "src/component/nl/heading.tokens.json",
40012
+ "isSource": true,
40013
+ "original": {
40014
+ "value": "{utrecht.typography.scale.lg.font-size}"
40015
+ },
40016
+ "name": "font-size",
40017
+ "attributes": {},
40018
+ "path": [
40019
+ "nl",
40020
+ "heading",
40021
+ "level-4",
40022
+ "font-size"
40023
+ ]
40024
+ },
40025
+ "font-weight": {
40026
+ "value": "400",
40027
+ "filePath": "src/component/nl/heading.tokens.json",
40028
+ "isSource": true,
40029
+ "original": {
40030
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
40031
+ },
40032
+ "name": "font-weight",
40033
+ "attributes": {},
40034
+ "path": [
40035
+ "nl",
40036
+ "heading",
40037
+ "level-4",
40038
+ "font-weight"
40039
+ ]
40040
+ },
40041
+ "line-height": {
40042
+ "value": "1.5",
40043
+ "filePath": "src/component/nl/heading.tokens.json",
40044
+ "isSource": true,
40045
+ "original": {
40046
+ "value": "{utrecht.typography.line-height.md}"
40047
+ },
40048
+ "name": "line-height",
40049
+ "attributes": {},
40050
+ "path": [
40051
+ "nl",
40052
+ "heading",
40053
+ "level-4",
40054
+ "line-height"
40055
+ ]
40056
+ }
40057
+ },
40058
+ "level-5": {
40059
+ "color": {},
40060
+ "font-family": {
40061
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
40062
+ "filePath": "src/component/nl/heading.tokens.json",
40063
+ "isSource": true,
40064
+ "original": {
40065
+ "value": "{utrecht.typography.sans-serif.font-family}"
40066
+ },
40067
+ "name": "font-family",
40068
+ "attributes": {},
40069
+ "path": [
40070
+ "nl",
40071
+ "heading",
40072
+ "level-5",
40073
+ "font-family"
40074
+ ]
40075
+ },
40076
+ "font-size": {
40077
+ "value": "0.875rem",
40078
+ "filePath": "src/component/nl/heading.tokens.json",
40079
+ "isSource": true,
40080
+ "original": {
40081
+ "value": "{utrecht.typography.scale.sm.font-size}"
40082
+ },
40083
+ "name": "font-size",
40084
+ "attributes": {},
40085
+ "path": [
40086
+ "nl",
40087
+ "heading",
40088
+ "level-5",
40089
+ "font-size"
40090
+ ]
40091
+ },
40092
+ "font-weight": {
40093
+ "value": "400",
40094
+ "filePath": "src/component/nl/heading.tokens.json",
40095
+ "isSource": true,
40096
+ "original": {
40097
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
40098
+ },
40099
+ "name": "font-weight",
40100
+ "attributes": {},
40101
+ "path": [
40102
+ "nl",
40103
+ "heading",
40104
+ "level-5",
40105
+ "font-weight"
40106
+ ]
40107
+ },
40108
+ "line-height": {
40109
+ "value": "1.5",
40110
+ "filePath": "src/component/nl/heading.tokens.json",
40111
+ "isSource": true,
40112
+ "original": {
40113
+ "value": "{utrecht.typography.line-height.md}"
40114
+ },
40115
+ "name": "line-height",
40116
+ "attributes": {},
40117
+ "path": [
40118
+ "nl",
40119
+ "heading",
40120
+ "level-5",
40121
+ "line-height"
40122
+ ]
40123
+ }
40124
+ },
40125
+ "level-6": {
40126
+ "color": {},
40127
+ "font-family": {
40128
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
40129
+ "filePath": "src/component/nl/heading.tokens.json",
40130
+ "isSource": true,
40131
+ "original": {
40132
+ "value": "{utrecht.typography.sans-serif.font-family}"
40133
+ },
40134
+ "name": "font-family",
40135
+ "attributes": {},
40136
+ "path": [
40137
+ "nl",
40138
+ "heading",
40139
+ "level-6",
40140
+ "font-family"
40141
+ ]
40142
+ },
40143
+ "font-size": {
40144
+ "value": "0.875rem",
40145
+ "filePath": "src/component/nl/heading.tokens.json",
40146
+ "isSource": true,
40147
+ "original": {
40148
+ "value": "{utrecht.typography.scale.sm.font-size}"
40149
+ },
40150
+ "name": "font-size",
40151
+ "attributes": {},
40152
+ "path": [
40153
+ "nl",
40154
+ "heading",
40155
+ "level-6",
40156
+ "font-size"
40157
+ ]
40158
+ },
40159
+ "font-weight": {
40160
+ "value": "400",
40161
+ "filePath": "src/component/nl/heading.tokens.json",
40162
+ "isSource": true,
40163
+ "original": {
40164
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
40165
+ },
40166
+ "name": "font-weight",
40167
+ "attributes": {},
40168
+ "path": [
40169
+ "nl",
40170
+ "heading",
40171
+ "level-6",
40172
+ "font-weight"
40173
+ ]
40174
+ },
40175
+ "line-height": {
40176
+ "value": "1.5",
40177
+ "filePath": "src/component/nl/heading.tokens.json",
40178
+ "isSource": true,
40179
+ "original": {
40180
+ "value": "{utrecht.typography.line-height.md}"
40181
+ },
40182
+ "name": "line-height",
40183
+ "attributes": {},
40184
+ "path": [
40185
+ "nl",
40186
+ "heading",
40187
+ "level-6",
40188
+ "line-height"
40189
+ ]
40190
+ }
40191
+ }
40192
+ },
40193
+ "mark": {
40194
+ "background-color": {
40195
+ "value": "hsl(48 100% 60%)",
40196
+ "filePath": "src/component/nl/mark.tokens.json",
40197
+ "isSource": true,
40198
+ "original": {
40199
+ "value": "{utrecht.color.yellow.60}"
40200
+ },
40201
+ "name": "background-color",
40202
+ "attributes": {},
40203
+ "path": [
40204
+ "nl",
40205
+ "mark",
40206
+ "background-color"
40207
+ ]
40208
+ },
40209
+ "color": {
40210
+ "value": "hsl(0 0% 0%)",
40211
+ "filePath": "src/component/nl/mark.tokens.json",
40212
+ "isSource": true,
40213
+ "original": {
40214
+ "value": "{utrecht.color.black}"
40215
+ },
40216
+ "name": "color",
40217
+ "attributes": {},
40218
+ "path": [
40219
+ "nl",
40220
+ "mark",
40221
+ "color"
40222
+ ]
40223
+ }
40224
+ },
40225
+ "number-badge": {
40226
+ "background-color": {
40227
+ "value": "hsl(0 100% 40%)",
40228
+ "filePath": "src/component/nl/number-badge.tokens.json",
40229
+ "isSource": true,
40230
+ "original": {
40231
+ "value": "{utrecht.color.red.40}"
40232
+ },
40233
+ "name": "background-color",
40234
+ "attributes": {},
40235
+ "path": [
40236
+ "nl",
40237
+ "number-badge",
40238
+ "background-color"
40239
+ ]
40240
+ },
40241
+ "border-radius": {
40242
+ "value": "1rem",
40243
+ "filePath": "src/component/nl/number-badge.tokens.json",
40244
+ "isSource": true,
40245
+ "original": {
40246
+ "value": "{nl.number-badge.font-size}"
40247
+ },
40248
+ "name": "border-radius",
40249
+ "attributes": {},
40250
+ "path": [
40251
+ "nl",
40252
+ "number-badge",
40253
+ "border-radius"
40254
+ ]
40255
+ },
40256
+ "color": {
40257
+ "value": "hsl(0 0% 100%)",
40258
+ "filePath": "src/component/nl/number-badge.tokens.json",
40259
+ "isSource": true,
40260
+ "original": {
40261
+ "value": "{utrecht.color.white}"
40262
+ },
40263
+ "name": "color",
40264
+ "attributes": {},
40265
+ "path": [
40266
+ "nl",
40267
+ "number-badge",
40268
+ "color"
40269
+ ]
40270
+ },
40271
+ "font-size": {
40272
+ "value": "1rem",
40273
+ "filePath": "src/component/nl/number-badge.tokens.json",
40274
+ "isSource": true,
40275
+ "original": {
40276
+ "value": "{utrecht.typography.scale.md.font-size}"
40277
+ },
40278
+ "name": "font-size",
40279
+ "attributes": {},
40280
+ "path": [
40281
+ "nl",
40282
+ "number-badge",
40283
+ "font-size"
40284
+ ]
40285
+ },
40286
+ "font-weight": {},
40287
+ "padding-block": {
40288
+ "value": "1ex",
40289
+ "filePath": "src/component/nl/number-badge.tokens.json",
40290
+ "isSource": true,
40291
+ "original": {
40292
+ "value": "1ex"
40293
+ },
40294
+ "name": "padding-block",
40295
+ "attributes": {},
40296
+ "path": [
40297
+ "nl",
40298
+ "number-badge",
40299
+ "padding-block"
40300
+ ]
40301
+ },
40302
+ "padding-inline": {
40303
+ "value": "1ex",
40304
+ "filePath": "src/component/nl/number-badge.tokens.json",
40305
+ "isSource": true,
40306
+ "original": {
40307
+ "value": "1ex"
40308
+ },
40309
+ "name": "padding-inline",
40310
+ "attributes": {},
40311
+ "path": [
40312
+ "nl",
40313
+ "number-badge",
40314
+ "padding-inline"
40315
+ ]
40316
+ }
40317
+ },
40318
+ "paragraph": {
40319
+ "color": {},
40320
+ "font-family": {
40321
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
40322
+ "filePath": "src/component/nl/paragraph.tokens.json",
40323
+ "isSource": true,
40324
+ "original": {
40325
+ "value": "{utrecht.typography.sans-serif.font-family}"
40326
+ },
40327
+ "name": "font-family",
40328
+ "attributes": {},
40329
+ "path": [
40330
+ "nl",
40331
+ "paragraph",
40332
+ "font-family"
40333
+ ]
40334
+ },
40335
+ "font-size": {
40336
+ "value": "1rem",
40337
+ "filePath": "src/component/nl/paragraph.tokens.json",
40338
+ "isSource": true,
40339
+ "original": {
40340
+ "value": "{utrecht.typography.scale.md.font-size}"
40341
+ },
40342
+ "name": "font-size",
40343
+ "attributes": {},
40344
+ "path": [
40345
+ "nl",
40346
+ "paragraph",
40347
+ "font-size"
40348
+ ]
40349
+ },
40350
+ "font-weight": {
40351
+ "value": "400",
40352
+ "filePath": "src/component/nl/paragraph.tokens.json",
40353
+ "isSource": true,
40354
+ "original": {
40355
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
40356
+ },
40357
+ "name": "font-weight",
40358
+ "attributes": {},
40359
+ "path": [
40360
+ "nl",
40361
+ "paragraph",
40362
+ "font-weight"
40363
+ ]
40364
+ },
40365
+ "line-height": {
40366
+ "value": "1.5",
40367
+ "filePath": "src/component/nl/paragraph.tokens.json",
40368
+ "isSource": true,
40369
+ "original": {
40370
+ "value": "{utrecht.typography.line-height.md}"
40371
+ },
40372
+ "name": "line-height",
40373
+ "attributes": {},
40374
+ "path": [
40375
+ "nl",
40376
+ "paragraph",
40377
+ "line-height"
40378
+ ]
40379
+ },
40380
+ "lead": {
40381
+ "color": {
40382
+ "value": "hsl(0 0% 0%)",
40383
+ "filePath": "src/component/nl/paragraph.tokens.json",
40384
+ "isSource": true,
40385
+ "original": {
40386
+ "value": "{utrecht.document.color}"
40387
+ },
40388
+ "name": "color",
40389
+ "attributes": {},
40390
+ "path": [
40391
+ "nl",
40392
+ "paragraph",
40393
+ "lead",
40394
+ "color"
40395
+ ]
40396
+ },
40397
+ "font-size": {
40398
+ "value": "1.25rem",
40399
+ "filePath": "src/component/nl/paragraph.tokens.json",
40400
+ "isSource": true,
40401
+ "original": {
40402
+ "value": "{utrecht.typography.scale.xl.font-size}"
40403
+ },
40404
+ "name": "font-size",
40405
+ "attributes": {},
40406
+ "path": [
40407
+ "nl",
40408
+ "paragraph",
40409
+ "lead",
40410
+ "font-size"
40411
+ ]
40412
+ },
40413
+ "font-weight": {
40414
+ "value": "400",
40415
+ "filePath": "src/component/nl/paragraph.tokens.json",
40416
+ "isSource": true,
40417
+ "original": {
40418
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
40419
+ },
40420
+ "name": "font-weight",
40421
+ "attributes": {},
40422
+ "path": [
40423
+ "nl",
40424
+ "paragraph",
40425
+ "lead",
40426
+ "font-weight"
40427
+ ]
40428
+ },
40429
+ "line-height": {
40430
+ "value": "1.5",
40431
+ "filePath": "src/component/nl/paragraph.tokens.json",
40432
+ "isSource": true,
40433
+ "original": {
40434
+ "value": "{utrecht.typography.line-height.md}"
40435
+ },
40436
+ "name": "line-height",
40437
+ "attributes": {},
40438
+ "path": [
40439
+ "nl",
40440
+ "paragraph",
40441
+ "lead",
40442
+ "line-height"
40443
+ ]
40444
+ }
40445
+ },
40446
+ "small": {
40447
+ "font-size": {
40448
+ "value": "0.875rem",
40449
+ "filePath": "src/component/nl/paragraph.tokens.json",
40450
+ "isSource": true,
40451
+ "original": {
40452
+ "value": "{utrecht.typography.scale.sm.font-size}"
40453
+ },
40454
+ "name": "font-size",
40455
+ "attributes": {},
40456
+ "path": [
40457
+ "nl",
40458
+ "paragraph",
40459
+ "small",
40460
+ "font-size"
40461
+ ]
40462
+ }
40463
+ }
40464
+ },
40465
+ "skip-link": {
40466
+ "background-color": {
40467
+ "value": "hsl(0 0% 15%)",
40468
+ "filePath": "src/component/nl/skip-link.tokens.json",
40469
+ "isSource": true,
40470
+ "original": {
40471
+ "value": "{utrecht.topnav.list.background-color}"
40472
+ },
40473
+ "name": "background-color",
40474
+ "attributes": {},
40475
+ "path": [
40476
+ "nl",
40477
+ "skip-link",
40478
+ "background-color"
40479
+ ]
40480
+ },
40481
+ "color": {
40482
+ "value": "hsl(0 0% 100%)",
40483
+ "filePath": "src/component/nl/skip-link.tokens.json",
40484
+ "isSource": true,
40485
+ "original": {
40486
+ "value": "{utrecht.topnav.link.color}"
40487
+ },
40488
+ "name": "color",
40489
+ "attributes": {},
40490
+ "path": [
40491
+ "nl",
40492
+ "skip-link",
40493
+ "color"
40494
+ ]
40495
+ },
40496
+ "padding-block": {
40497
+ "value": "8px",
40498
+ "filePath": "src/component/nl/skip-link.tokens.json",
40499
+ "isSource": true,
40500
+ "original": {
40501
+ "value": "{utrecht.button.padding-block-start}"
40502
+ },
40503
+ "name": "padding-block",
40504
+ "attributes": {},
40505
+ "path": [
40506
+ "nl",
40507
+ "skip-link",
40508
+ "padding-block"
40509
+ ]
40510
+ },
40511
+ "padding-inline": {
40512
+ "value": "16px",
40513
+ "filePath": "src/component/nl/skip-link.tokens.json",
40514
+ "isSource": true,
40515
+ "original": {
40516
+ "value": "{utrecht.button.padding-inline-start}"
40517
+ },
40518
+ "name": "padding-inline",
40519
+ "attributes": {},
40520
+ "path": [
40521
+ "nl",
40522
+ "skip-link",
40523
+ "padding-inline"
40524
+ ]
40525
+ },
40526
+ "text-decoration": {
40527
+ "value": "underline",
40528
+ "filePath": "src/component/nl/skip-link.tokens.json",
40529
+ "isSource": true,
40530
+ "original": {
40531
+ "value": "{utrecht.link.text-decoration}"
40532
+ },
40533
+ "name": "text-decoration",
40534
+ "attributes": {},
40535
+ "path": [
40536
+ "nl",
40537
+ "skip-link",
40538
+ "text-decoration"
40539
+ ]
40540
+ },
40541
+ "focus-visible": {
40542
+ "color": {
40543
+ "value": "hsl(0 0% 0%)",
40544
+ "filePath": "src/component/nl/skip-link.tokens.json",
40545
+ "isSource": true,
40546
+ "original": {
40547
+ "value": "{utrecht.topnav.link.focus.color}"
40548
+ },
40549
+ "name": "color",
40550
+ "attributes": {},
40551
+ "path": [
40552
+ "nl",
40553
+ "skip-link",
40554
+ "focus-visible",
40555
+ "color"
40556
+ ]
40557
+ },
40558
+ "background-color": {
40559
+ "value": "hsl(48 100% 80%)",
40560
+ "filePath": "src/component/nl/skip-link.tokens.json",
40561
+ "isSource": true,
40562
+ "original": {
40563
+ "value": "{utrecht.topnav.link.focus.background-color}"
40564
+ },
40565
+ "name": "background-color",
40566
+ "attributes": {},
40567
+ "path": [
40568
+ "nl",
40569
+ "skip-link",
40570
+ "focus-visible",
40571
+ "background-color"
40572
+ ]
40573
+ },
40574
+ "text-decoration": {
40575
+ "value": "none",
40576
+ "filePath": "src/component/nl/skip-link.tokens.json",
40577
+ "isSource": true,
40578
+ "original": {
40579
+ "value": "{utrecht.link.focus-visible.text-decoration}"
40580
+ },
40581
+ "name": "text-decoration",
40582
+ "attributes": {},
40583
+ "path": [
40584
+ "nl",
40585
+ "skip-link",
40586
+ "focus-visible",
40587
+ "text-decoration"
40588
+ ]
40589
+ }
40590
+ }
40591
+ }
40592
+ },
38940
40593
  "of": {
38941
40594
  "layout": {
38942
40595
  "background": {
@@ -39037,5 +40690,56 @@ module.exports = {
39037
40690
  }
39038
40691
  }
39039
40692
  }
40693
+ },
40694
+ "signalen": {
40695
+ "modal-dialog": {
40696
+ "background-color": {
40697
+ "value": "hsl(0 0% 100%)",
40698
+ "filePath": "src/component/signalen/signalen.tokens.json",
40699
+ "isSource": true,
40700
+ "original": {
40701
+ "value": "{utrecht.body.background-color}"
40702
+ },
40703
+ "name": "background-color",
40704
+ "attributes": {},
40705
+ "path": [
40706
+ "signalen",
40707
+ "modal-dialog",
40708
+ "background-color"
40709
+ ]
40710
+ },
40711
+ "color": {
40712
+ "value": "hsl(0 0% 0%)",
40713
+ "filePath": "src/component/signalen/signalen.tokens.json",
40714
+ "isSource": true,
40715
+ "original": {
40716
+ "value": "{utrecht.body.color}"
40717
+ },
40718
+ "name": "color",
40719
+ "attributes": {},
40720
+ "path": [
40721
+ "signalen",
40722
+ "modal-dialog",
40723
+ "color"
40724
+ ]
40725
+ }
40726
+ },
40727
+ "progress-bar": {
40728
+ "border-radius": {
40729
+ "value": "4px",
40730
+ "filePath": "src/component/signalen/signalen.tokens.json",
40731
+ "isSource": true,
40732
+ "original": {
40733
+ "value": "4px"
40734
+ },
40735
+ "name": "border-radius",
40736
+ "attributes": {},
40737
+ "path": [
40738
+ "signalen",
40739
+ "progress-bar",
40740
+ "border-radius"
40741
+ ]
40742
+ }
40743
+ }
39040
40744
  }
39041
40745
  };