@utrecht/design-tokens 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +62 -0
  3. package/dist/_mixin.scss +62 -0
  4. package/dist/_variables.scss +62 -0
  5. package/dist/dark/_mixin-theme.scss +62 -0
  6. package/dist/dark/_mixin.scss +62 -0
  7. package/dist/dark/_variables.scss +62 -0
  8. package/dist/dark/index.cjs +63 -1
  9. package/dist/dark/index.css +62 -0
  10. package/dist/dark/index.d.ts +63 -1
  11. package/dist/dark/index.flat.json +62 -0
  12. package/dist/dark/index.json +5634 -3521
  13. package/dist/dark/index.mjs +63 -1
  14. package/dist/dark/index.tokens.json +558 -10
  15. package/dist/dark/list.json +5634 -3521
  16. package/dist/dark/list.mjs +5634 -3521
  17. package/dist/dark/property.css +58 -0
  18. package/dist/dark/root.css +62 -0
  19. package/dist/dark/theme-prince-xml.css +62 -0
  20. package/dist/dark/theme.css +62 -0
  21. package/dist/dark/tokens.cjs +2623 -24
  22. package/dist/dark/tokens.d.ts +324 -3
  23. package/dist/dark/tokens.json +2623 -24
  24. package/dist/dark/variables.cjs +63 -1
  25. package/dist/dark/variables.css +62 -0
  26. package/dist/dark/variables.d.ts +63 -1
  27. package/dist/dark/variables.json +62 -0
  28. package/dist/dark/variables.less +62 -0
  29. package/dist/dark/variables.mjs +63 -1
  30. package/dist/index.cjs +63 -1
  31. package/dist/index.css +124 -0
  32. package/dist/index.d.ts +63 -1
  33. package/dist/index.flat.json +62 -0
  34. package/dist/index.json +5650 -3537
  35. package/dist/index.mjs +63 -1
  36. package/dist/index.tokens.json +558 -10
  37. package/dist/list.json +5650 -3537
  38. package/dist/list.mjs +5650 -3537
  39. package/dist/property.css +58 -0
  40. package/dist/root.css +62 -0
  41. package/dist/theme-prince-xml.css +62 -0
  42. package/dist/theme.css +62 -0
  43. package/dist/tokens.cjs +2623 -24
  44. package/dist/tokens.d.ts +324 -3
  45. package/dist/tokens.json +2623 -24
  46. package/dist/variables.cjs +63 -1
  47. package/dist/variables.css +62 -0
  48. package/dist/variables.d.ts +63 -1
  49. package/dist/variables.json +62 -0
  50. package/dist/variables.less +62 -0
  51. package/dist/variables.mjs +63 -1
  52. package/package.json +1 -1
  53. package/src/component/utrecht/navigation.tokens.json +229 -0
  54. package/src/component/utrecht/tooltip.tokens.json +15 -0
@@ -1201,6 +1201,80 @@
1201
1201
  }
1202
1202
  }
1203
1203
  },
1204
+ "action-group": {
1205
+ "background-color": {
1206
+ "$extensions": {
1207
+ "nl.nldesignsystem.css.property": {
1208
+ "syntax": "<color>",
1209
+ "inherits": true
1210
+ },
1211
+ "nl.nldesignsystem.figma.supports-token": true
1212
+ },
1213
+ "type": "color"
1214
+ },
1215
+ "column-gap": {
1216
+ "$extensions": {
1217
+ "nl.nldesignsystem.css.property": {
1218
+ "syntax": "<length>",
1219
+ "inherits": true
1220
+ },
1221
+ "nl.nldesignsystem.figma.supports-token": true
1222
+ },
1223
+ "comment": "'column-gap', for lack of a better existing property.",
1224
+ "type": "spacing"
1225
+ },
1226
+ "margin-block-end": {
1227
+ "$extensions": {
1228
+ "nl.nldesignsystem.css.property": {
1229
+ "syntax": "<length>",
1230
+ "inherits": true
1231
+ },
1232
+ "nl.nldesignsystem.figma.supports-token": false
1233
+ },
1234
+ "type": "spacing"
1235
+ },
1236
+ "margin-block-start": {
1237
+ "$extensions": {
1238
+ "nl.nldesignsystem.css.property": {
1239
+ "syntax": "<length>",
1240
+ "inherits": true
1241
+ },
1242
+ "nl.nldesignsystem.figma.supports-token": false
1243
+ },
1244
+ "type": "spacing"
1245
+ },
1246
+ "padding-block-end": {
1247
+ "$extensions": {
1248
+ "nl.nldesignsystem.css.property": {
1249
+ "syntax": "<length>",
1250
+ "inherits": true
1251
+ },
1252
+ "nl.nldesignsystem.figma.supports-token": true
1253
+ },
1254
+ "type": "spacing"
1255
+ },
1256
+ "padding-block-start": {
1257
+ "$extensions": {
1258
+ "nl.nldesignsystem.css.property": {
1259
+ "syntax": "<length>",
1260
+ "inherits": true
1261
+ },
1262
+ "nl.nldesignsystem.figma.supports-token": true
1263
+ },
1264
+ "type": "spacing"
1265
+ },
1266
+ "row-gap": {
1267
+ "$extensions": {
1268
+ "nl.nldesignsystem.css.property": {
1269
+ "syntax": "<length>",
1270
+ "inherits": true
1271
+ },
1272
+ "nl.nldesignsystem.figma.supports-token": true
1273
+ },
1274
+ "comment": "'row-gap', for lack of a better existing property.",
1275
+ "type": "spacing"
1276
+ }
1277
+ },
1204
1278
  "alert-dialog": {
1205
1279
  "margin-block-start": {
1206
1280
  "$extensions": {
@@ -4293,29 +4367,34 @@
4293
4367
  ]
4294
4368
  }
4295
4369
  },
4296
- "background-color": {},
4297
- "text-decoration": {
4298
- "value": "none",
4299
- "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4300
- "isSource": true,
4301
- "original": {
4302
- "value": "none"
4303
- },
4304
- "name": "utrechtBreadcrumbNavLinkTextDecoration",
4305
- "attributes": {},
4306
- "path": [
4307
- "utrecht",
4308
- "breadcrumb-nav",
4309
- "link",
4310
- "text-decoration"
4311
- ]
4312
- },
4313
4370
  "icon": {
4314
4371
  "size": {
4372
+ "$extensions": {
4373
+ "nl.nldesignsystem.css.property": {
4374
+ "syntax": "<length>",
4375
+ "inherits": true
4376
+ },
4377
+ "nl.nldesignsystem.figma.supports-token": false,
4378
+ "studio.tokens": {
4379
+ "originalType": "sizing"
4380
+ }
4381
+ },
4382
+ "type": "dimension",
4315
4383
  "value": "16px",
4316
4384
  "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4317
4385
  "isSource": true,
4318
4386
  "original": {
4387
+ "$extensions": {
4388
+ "nl.nldesignsystem.css.property": {
4389
+ "syntax": "<length>",
4390
+ "inherits": true
4391
+ },
4392
+ "nl.nldesignsystem.figma.supports-token": false,
4393
+ "studio.tokens": {
4394
+ "originalType": "sizing"
4395
+ }
4396
+ },
4397
+ "type": "dimension",
4319
4398
  "value": "{utrecht.icon-scale.md}"
4320
4399
  },
4321
4400
  "name": "utrechtBreadcrumbNavLinkIconSize",
@@ -4328,6 +4407,23 @@
4328
4407
  "size"
4329
4408
  ]
4330
4409
  }
4410
+ },
4411
+ "background-color": {},
4412
+ "text-decoration": {
4413
+ "value": "none",
4414
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4415
+ "isSource": true,
4416
+ "original": {
4417
+ "value": "none"
4418
+ },
4419
+ "name": "utrechtBreadcrumbNavLinkTextDecoration",
4420
+ "attributes": {},
4421
+ "path": [
4422
+ "utrecht",
4423
+ "breadcrumb-nav",
4424
+ "link",
4425
+ "text-decoration"
4426
+ ]
4331
4427
  }
4332
4428
  },
4333
4429
  "separator": {
@@ -4539,7 +4635,9 @@
4539
4635
  "syntax": "<color>",
4540
4636
  "inherits": true
4541
4637
  },
4542
- "nl.nldesignsystem.figma.supports-token": true
4638
+ "nl.nldesignsystem.figma.supports-token": true,
4639
+ "nl.nldesignsystem.deprecated": true,
4640
+ "nl.nldesignsystem.redirect": "utrecht.action-group.background-color"
4543
4641
  },
4544
4642
  "type": "color"
4545
4643
  },
@@ -4549,7 +4647,9 @@
4549
4647
  "syntax": "<length>",
4550
4648
  "inherits": true
4551
4649
  },
4552
- "nl.nldesignsystem.figma.supports-token": true
4650
+ "nl.nldesignsystem.figma.supports-token": true,
4651
+ "nl.nldesignsystem.deprecated": true,
4652
+ "nl.nldesignsystem.redirect": "utrecht.action-group.column-gap"
4553
4653
  },
4554
4654
  "comment": "'column-gap', for lack of a better existing property.",
4555
4655
  "type": "spacing"
@@ -4560,7 +4660,9 @@
4560
4660
  "syntax": "<length>",
4561
4661
  "inherits": true
4562
4662
  },
4563
- "nl.nldesignsystem.figma.supports-token": false
4663
+ "nl.nldesignsystem.figma.supports-token": false,
4664
+ "nl.nldesignsystem.deprecated": true,
4665
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-end"
4564
4666
  },
4565
4667
  "type": "spacing"
4566
4668
  },
@@ -4570,7 +4672,9 @@
4570
4672
  "syntax": "<length>",
4571
4673
  "inherits": true
4572
4674
  },
4573
- "nl.nldesignsystem.figma.supports-token": false
4675
+ "nl.nldesignsystem.figma.supports-token": false,
4676
+ "nl.nldesignsystem.deprecated": true,
4677
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-start"
4574
4678
  },
4575
4679
  "type": "spacing"
4576
4680
  },
@@ -4580,7 +4684,9 @@
4580
4684
  "syntax": "<length>",
4581
4685
  "inherits": true
4582
4686
  },
4583
- "nl.nldesignsystem.figma.supports-token": true
4687
+ "nl.nldesignsystem.figma.supports-token": true,
4688
+ "nl.nldesignsystem.deprecated": true,
4689
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-end"
4584
4690
  },
4585
4691
  "type": "spacing"
4586
4692
  },
@@ -4590,7 +4696,9 @@
4590
4696
  "syntax": "<length>",
4591
4697
  "inherits": true
4592
4698
  },
4593
- "nl.nldesignsystem.figma.supports-token": true
4699
+ "nl.nldesignsystem.figma.supports-token": true,
4700
+ "nl.nldesignsystem.deprecated": true,
4701
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-start"
4594
4702
  },
4595
4703
  "type": "spacing"
4596
4704
  },
@@ -4600,7 +4708,9 @@
4600
4708
  "syntax": "<length>",
4601
4709
  "inherits": true
4602
4710
  },
4603
- "nl.nldesignsystem.figma.supports-token": true
4711
+ "nl.nldesignsystem.figma.supports-token": true,
4712
+ "nl.nldesignsystem.deprecated": true,
4713
+ "nl.nldesignsystem.redirect": "utrecht.action-group.row-gap"
4604
4714
  },
4605
4715
  "comment": "'row-gap', for lack of a better existing property.",
4606
4716
  "type": "spacing"
@@ -16180,6 +16290,26 @@
16180
16290
  },
16181
16291
  "type": "spacing"
16182
16292
  },
16293
+ "margin-inline-end": {
16294
+ "$extensions": {
16295
+ "nl.nldesignsystem.css.property": {
16296
+ "syntax": "<length>",
16297
+ "inherits": true
16298
+ },
16299
+ "nl.nldesignsystem.figma.supports-token": false
16300
+ },
16301
+ "type": "spacing"
16302
+ },
16303
+ "margin-inline-start": {
16304
+ "$extensions": {
16305
+ "nl.nldesignsystem.css.property": {
16306
+ "syntax": "<length>",
16307
+ "inherits": true
16308
+ },
16309
+ "nl.nldesignsystem.figma.supports-token": false
16310
+ },
16311
+ "type": "spacing"
16312
+ },
16183
16313
  "caption": {
16184
16314
  "color": {
16185
16315
  "$extensions": {
@@ -16292,6 +16422,7 @@
16292
16422
  }
16293
16423
  },
16294
16424
  "flex-wrap-fallback": {},
16425
+ "utrecht-flolegal-decision-tree-container": {},
16295
16426
  "focus": {
16296
16427
  "background-color": {
16297
16428
  "$extensions": {
@@ -20912,6 +21043,46 @@
20912
21043
  "inset-block-start"
20913
21044
  ]
20914
21045
  }
21046
+ },
21047
+ "custom": {
21048
+ "margin-inline-end": {
21049
+ "$extensions": {
21050
+ "nl.nldesignsystem.css.property": {
21051
+ "syntax": "<length>",
21052
+ "inherits": true
21053
+ },
21054
+ "nl.nldesignsystem.figma.supports-token": false,
21055
+ "studio.tokens": {
21056
+ "originalType": "spacing"
21057
+ }
21058
+ },
21059
+ "type": "dimension",
21060
+ "value": "8px",
21061
+ "filePath": "src/component/utrecht/navigation.tokens.json",
21062
+ "isSource": true,
21063
+ "original": {
21064
+ "$extensions": {
21065
+ "nl.nldesignsystem.css.property": {
21066
+ "syntax": "<length>",
21067
+ "inherits": true
21068
+ },
21069
+ "nl.nldesignsystem.figma.supports-token": false,
21070
+ "studio.tokens": {
21071
+ "originalType": "spacing"
21072
+ }
21073
+ },
21074
+ "type": "dimension",
21075
+ "value": "{utrecht.space.inline.xs}"
21076
+ },
21077
+ "name": "utrechtIconCustomMarginInlineEnd",
21078
+ "attributes": {},
21079
+ "path": [
21080
+ "utrecht",
21081
+ "icon",
21082
+ "custom",
21083
+ "margin-inline-end"
21084
+ ]
21085
+ }
20915
21086
  }
20916
21087
  },
20917
21088
  "image": {},
@@ -24711,6 +24882,2042 @@
24711
24882
  }
24712
24883
  }
24713
24884
  },
24885
+ "navigation": {
24886
+ "border-block-end-color": {
24887
+ "$extensions": {
24888
+ "nl.nldesignsystem.css.property": {
24889
+ "syntax": "<color>",
24890
+ "inherits": true
24891
+ },
24892
+ "nl.nldesignsystem.figma.supports-token": false
24893
+ },
24894
+ "type": "color",
24895
+ "value": "transparent",
24896
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24897
+ "isSource": true,
24898
+ "original": {
24899
+ "$extensions": {
24900
+ "nl.nldesignsystem.css.property": {
24901
+ "syntax": "<color>",
24902
+ "inherits": true
24903
+ },
24904
+ "nl.nldesignsystem.figma.supports-token": false
24905
+ },
24906
+ "type": "color",
24907
+ "value": "transparent"
24908
+ },
24909
+ "name": "utrechtNavigationBorderBlockEndColor",
24910
+ "attributes": {},
24911
+ "path": [
24912
+ "utrecht",
24913
+ "navigation",
24914
+ "border-block-end-color"
24915
+ ]
24916
+ },
24917
+ "border-block-end-width": {
24918
+ "$extensions": {
24919
+ "nl.nldesignsystem.css.property": {
24920
+ "syntax": "<length>",
24921
+ "inherits": true
24922
+ },
24923
+ "nl.nldesignsystem.figma.supports-token": false
24924
+ },
24925
+ "type": "length",
24926
+ "value": "0",
24927
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24928
+ "isSource": true,
24929
+ "original": {
24930
+ "$extensions": {
24931
+ "nl.nldesignsystem.css.property": {
24932
+ "syntax": "<length>",
24933
+ "inherits": true
24934
+ },
24935
+ "nl.nldesignsystem.figma.supports-token": false
24936
+ },
24937
+ "type": "length",
24938
+ "value": "0"
24939
+ },
24940
+ "name": "utrechtNavigationBorderBlockEndWidth",
24941
+ "attributes": {},
24942
+ "path": [
24943
+ "utrecht",
24944
+ "navigation",
24945
+ "border-block-end-width"
24946
+ ]
24947
+ },
24948
+ "border-block-start-color": {
24949
+ "$extensions": {
24950
+ "nl.nldesignsystem.css.property": {
24951
+ "syntax": "<color>",
24952
+ "inherits": true
24953
+ },
24954
+ "nl.nldesignsystem.figma.supports-token": false
24955
+ },
24956
+ "type": "color",
24957
+ "value": "transparent",
24958
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24959
+ "isSource": true,
24960
+ "original": {
24961
+ "$extensions": {
24962
+ "nl.nldesignsystem.css.property": {
24963
+ "syntax": "<color>",
24964
+ "inherits": true
24965
+ },
24966
+ "nl.nldesignsystem.figma.supports-token": false
24967
+ },
24968
+ "type": "color",
24969
+ "value": "transparent"
24970
+ },
24971
+ "name": "utrechtNavigationBorderBlockStartColor",
24972
+ "attributes": {},
24973
+ "path": [
24974
+ "utrecht",
24975
+ "navigation",
24976
+ "border-block-start-color"
24977
+ ]
24978
+ },
24979
+ "border-block-start-width": {
24980
+ "$extensions": {
24981
+ "nl.nldesignsystem.css.property": {
24982
+ "syntax": "<length>",
24983
+ "inherits": true
24984
+ },
24985
+ "nl.nldesignsystem.figma.supports-token": false
24986
+ },
24987
+ "type": "length",
24988
+ "value": "0",
24989
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24990
+ "isSource": true,
24991
+ "original": {
24992
+ "$extensions": {
24993
+ "nl.nldesignsystem.css.property": {
24994
+ "syntax": "<length>",
24995
+ "inherits": true
24996
+ },
24997
+ "nl.nldesignsystem.figma.supports-token": false
24998
+ },
24999
+ "type": "length",
25000
+ "value": "0"
25001
+ },
25002
+ "name": "utrechtNavigationBorderBlockStartWidth",
25003
+ "attributes": {},
25004
+ "path": [
25005
+ "utrecht",
25006
+ "navigation",
25007
+ "border-block-start-width"
25008
+ ]
25009
+ },
25010
+ "margin-block-end": {
25011
+ "$extensions": {
25012
+ "nl.nldesignsystem.css.property": {
25013
+ "syntax": "<length>",
25014
+ "inherits": true
25015
+ },
25016
+ "nl.nldesignsystem.figma.supports-token": false
25017
+ },
25018
+ "type": "length"
25019
+ },
25020
+ "margin-block-start": {
25021
+ "$extensions": {
25022
+ "nl.nldesignsystem.css.property": {
25023
+ "syntax": "<length>",
25024
+ "inherits": true
25025
+ },
25026
+ "nl.nldesignsystem.figma.supports-token": false
25027
+ },
25028
+ "type": "length"
25029
+ },
25030
+ "drawer": {
25031
+ "background-color": {
25032
+ "$extensions": {
25033
+ "nl.nldesignsystem.css.property": {
25034
+ "syntax": "<color>",
25035
+ "inherits": true
25036
+ },
25037
+ "nl.nldesignsystem.figma.supports-token": false
25038
+ },
25039
+ "type": "color"
25040
+ },
25041
+ "mobile": {
25042
+ "min-inline-size": {
25043
+ "$extensions": {
25044
+ "nl.nldesignsystem.css.property": {
25045
+ "syntax": "<length>",
25046
+ "inherits": true
25047
+ },
25048
+ "nl.nldesignsystem.figma.supports-token": false,
25049
+ "studio.tokens": {
25050
+ "originalType": "sizing"
25051
+ }
25052
+ },
25053
+ "type": "dimension",
25054
+ "value": "50%",
25055
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25056
+ "isSource": true,
25057
+ "original": {
25058
+ "$extensions": {
25059
+ "nl.nldesignsystem.css.property": {
25060
+ "syntax": "<length>",
25061
+ "inherits": true
25062
+ },
25063
+ "nl.nldesignsystem.figma.supports-token": false,
25064
+ "studio.tokens": {
25065
+ "originalType": "sizing"
25066
+ }
25067
+ },
25068
+ "type": "dimension",
25069
+ "value": "50%"
25070
+ },
25071
+ "name": "utrechtNavigationDrawerMobileMinInlineSize",
25072
+ "attributes": {},
25073
+ "path": [
25074
+ "utrecht",
25075
+ "navigation",
25076
+ "drawer",
25077
+ "mobile",
25078
+ "min-inline-size"
25079
+ ]
25080
+ }
25081
+ },
25082
+ "backdrop": {
25083
+ "background-color": {
25084
+ "value": "rgb(0 0 0 / 30%)",
25085
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25086
+ "isSource": true,
25087
+ "original": {
25088
+ "value": "rgb(0 0 0 / 30%)"
25089
+ },
25090
+ "name": "utrechtNavigationDrawerBackdropBackgroundColor",
25091
+ "attributes": {},
25092
+ "path": [
25093
+ "utrecht",
25094
+ "navigation",
25095
+ "drawer",
25096
+ "backdrop",
25097
+ "background-color"
25098
+ ]
25099
+ }
25100
+ },
25101
+ "min-inline-size": {
25102
+ "value": "100%",
25103
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25104
+ "isSource": true,
25105
+ "original": {
25106
+ "value": "100%"
25107
+ },
25108
+ "name": "utrechtNavigationDrawerMinInlineSize",
25109
+ "attributes": {},
25110
+ "path": [
25111
+ "utrecht",
25112
+ "navigation",
25113
+ "drawer",
25114
+ "min-inline-size"
25115
+ ]
25116
+ }
25117
+ },
25118
+ "item": {
25119
+ "padding-block-start": {
25120
+ "$extensions": {
25121
+ "nl.nldesignsystem.css.property": {
25122
+ "syntax": "<length>",
25123
+ "inherits": true
25124
+ },
25125
+ "nl.nldesignsystem.figma.supports-token": false
25126
+ },
25127
+ "type": "spacing"
25128
+ },
25129
+ "padding-block-end": {
25130
+ "$extensions": {
25131
+ "nl.nldesignsystem.css.property": {
25132
+ "syntax": "<length>",
25133
+ "inherits": true
25134
+ },
25135
+ "nl.nldesignsystem.figma.supports-token": false
25136
+ },
25137
+ "type": "spacing"
25138
+ },
25139
+ "padding-inline-start": {
25140
+ "$extensions": {
25141
+ "nl.nldesignsystem.css.property": {
25142
+ "syntax": "<length>",
25143
+ "inherits": true
25144
+ },
25145
+ "nl.nldesignsystem.figma.supports-token": false
25146
+ },
25147
+ "type": "spacing"
25148
+ },
25149
+ "padding-inline-end": {
25150
+ "$extensions": {
25151
+ "nl.nldesignsystem.css.property": {
25152
+ "syntax": "<length>",
25153
+ "inherits": true
25154
+ },
25155
+ "nl.nldesignsystem.figma.supports-token": false
25156
+ },
25157
+ "type": "spacing"
25158
+ },
25159
+ "border-block-end-color": {
25160
+ "$extensions": {
25161
+ "nl.nldesignsystem.css.property": {
25162
+ "syntax": "<color>",
25163
+ "inherits": true
25164
+ },
25165
+ "nl.nldesignsystem.figma.supports-token": false
25166
+ },
25167
+ "type": "color",
25168
+ "value": "transparent",
25169
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25170
+ "isSource": true,
25171
+ "original": {
25172
+ "$extensions": {
25173
+ "nl.nldesignsystem.css.property": {
25174
+ "syntax": "<color>",
25175
+ "inherits": true
25176
+ },
25177
+ "nl.nldesignsystem.figma.supports-token": false
25178
+ },
25179
+ "type": "color",
25180
+ "value": "transparent"
25181
+ },
25182
+ "name": "utrechtNavigationItemBorderBlockEndColor",
25183
+ "attributes": {},
25184
+ "path": [
25185
+ "utrecht",
25186
+ "navigation",
25187
+ "item",
25188
+ "border-block-end-color"
25189
+ ]
25190
+ },
25191
+ "border-block-end-width": {
25192
+ "$extensions": {
25193
+ "nl.nldesignsystem.css.property": {
25194
+ "syntax": "<length>",
25195
+ "inherits": true
25196
+ },
25197
+ "nl.nldesignsystem.figma.supports-token": false
25198
+ },
25199
+ "type": "length",
25200
+ "value": "0",
25201
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25202
+ "isSource": true,
25203
+ "original": {
25204
+ "$extensions": {
25205
+ "nl.nldesignsystem.css.property": {
25206
+ "syntax": "<length>",
25207
+ "inherits": true
25208
+ },
25209
+ "nl.nldesignsystem.figma.supports-token": false
25210
+ },
25211
+ "type": "length",
25212
+ "value": "0"
25213
+ },
25214
+ "name": "utrechtNavigationItemBorderBlockEndWidth",
25215
+ "attributes": {},
25216
+ "path": [
25217
+ "utrecht",
25218
+ "navigation",
25219
+ "item",
25220
+ "border-block-end-width"
25221
+ ]
25222
+ },
25223
+ "border-block-start-color": {
25224
+ "$extensions": {
25225
+ "nl.nldesignsystem.css.property": {
25226
+ "syntax": "<color>",
25227
+ "inherits": true
25228
+ },
25229
+ "nl.nldesignsystem.figma.supports-token": false
25230
+ },
25231
+ "type": "color",
25232
+ "value": "transparent",
25233
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25234
+ "isSource": true,
25235
+ "original": {
25236
+ "$extensions": {
25237
+ "nl.nldesignsystem.css.property": {
25238
+ "syntax": "<color>",
25239
+ "inherits": true
25240
+ },
25241
+ "nl.nldesignsystem.figma.supports-token": false
25242
+ },
25243
+ "type": "color",
25244
+ "value": "transparent"
25245
+ },
25246
+ "name": "utrechtNavigationItemBorderBlockStartColor",
25247
+ "attributes": {},
25248
+ "path": [
25249
+ "utrecht",
25250
+ "navigation",
25251
+ "item",
25252
+ "border-block-start-color"
25253
+ ]
25254
+ },
25255
+ "border-block-start-width": {
25256
+ "$extensions": {
25257
+ "nl.nldesignsystem.css.property": {
25258
+ "syntax": "<length>",
25259
+ "inherits": true
25260
+ },
25261
+ "nl.nldesignsystem.figma.supports-token": false
25262
+ },
25263
+ "type": "length",
25264
+ "value": "0",
25265
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25266
+ "isSource": true,
25267
+ "original": {
25268
+ "$extensions": {
25269
+ "nl.nldesignsystem.css.property": {
25270
+ "syntax": "<length>",
25271
+ "inherits": true
25272
+ },
25273
+ "nl.nldesignsystem.figma.supports-token": false
25274
+ },
25275
+ "type": "length",
25276
+ "value": "0"
25277
+ },
25278
+ "name": "utrechtNavigationItemBorderBlockStartWidth",
25279
+ "attributes": {},
25280
+ "path": [
25281
+ "utrecht",
25282
+ "navigation",
25283
+ "item",
25284
+ "border-block-start-width"
25285
+ ]
25286
+ },
25287
+ "mobile": {
25288
+ "padding-block-start": {
25289
+ "$extensions": {
25290
+ "nl.nldesignsystem.css.property": {
25291
+ "syntax": "<length>",
25292
+ "inherits": true
25293
+ },
25294
+ "nl.nldesignsystem.figma.supports-token": false
25295
+ },
25296
+ "type": "spacing"
25297
+ },
25298
+ "padding-block-end": {
25299
+ "$extensions": {
25300
+ "nl.nldesignsystem.css.property": {
25301
+ "syntax": "<length>",
25302
+ "inherits": true
25303
+ },
25304
+ "nl.nldesignsystem.figma.supports-token": false
25305
+ },
25306
+ "type": "spacing"
25307
+ },
25308
+ "padding-inline-start": {
25309
+ "$extensions": {
25310
+ "nl.nldesignsystem.css.property": {
25311
+ "syntax": "<length>",
25312
+ "inherits": true
25313
+ },
25314
+ "nl.nldesignsystem.figma.supports-token": false
25315
+ },
25316
+ "type": "spacing"
25317
+ },
25318
+ "padding-inline-end": {
25319
+ "$extensions": {
25320
+ "nl.nldesignsystem.css.property": {
25321
+ "syntax": "<length>",
25322
+ "inherits": true
25323
+ },
25324
+ "nl.nldesignsystem.figma.supports-token": false
25325
+ },
25326
+ "type": "spacing"
25327
+ },
25328
+ "border-block-end-color": {
25329
+ "$extensions": {
25330
+ "nl.nldesignsystem.css.property": {
25331
+ "syntax": "<color>",
25332
+ "inherits": true
25333
+ },
25334
+ "nl.nldesignsystem.figma.supports-token": false
25335
+ },
25336
+ "type": "color",
25337
+ "value": "hsl(0 0% 80%)",
25338
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25339
+ "isSource": true,
25340
+ "original": {
25341
+ "$extensions": {
25342
+ "nl.nldesignsystem.css.property": {
25343
+ "syntax": "<color>",
25344
+ "inherits": true
25345
+ },
25346
+ "nl.nldesignsystem.figma.supports-token": false
25347
+ },
25348
+ "type": "color",
25349
+ "value": "{utrecht.color.grey.80}"
25350
+ },
25351
+ "name": "utrechtNavigationItemMobileBorderBlockEndColor",
25352
+ "attributes": {},
25353
+ "path": [
25354
+ "utrecht",
25355
+ "navigation",
25356
+ "item",
25357
+ "mobile",
25358
+ "border-block-end-color"
25359
+ ]
25360
+ },
25361
+ "border-block-end-width": {
25362
+ "$extensions": {
25363
+ "nl.nldesignsystem.css.property": {
25364
+ "syntax": "<length>",
25365
+ "inherits": true
25366
+ },
25367
+ "nl.nldesignsystem.figma.supports-token": false
25368
+ },
25369
+ "type": "length",
25370
+ "value": "1px",
25371
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25372
+ "isSource": true,
25373
+ "original": {
25374
+ "$extensions": {
25375
+ "nl.nldesignsystem.css.property": {
25376
+ "syntax": "<length>",
25377
+ "inherits": true
25378
+ },
25379
+ "nl.nldesignsystem.figma.supports-token": false
25380
+ },
25381
+ "type": "length",
25382
+ "value": "1px"
25383
+ },
25384
+ "name": "utrechtNavigationItemMobileBorderBlockEndWidth",
25385
+ "attributes": {},
25386
+ "path": [
25387
+ "utrecht",
25388
+ "navigation",
25389
+ "item",
25390
+ "mobile",
25391
+ "border-block-end-width"
25392
+ ]
25393
+ },
25394
+ "border-block-start-color": {
25395
+ "$extensions": {
25396
+ "nl.nldesignsystem.css.property": {
25397
+ "syntax": "<color>",
25398
+ "inherits": true
25399
+ },
25400
+ "nl.nldesignsystem.figma.supports-token": false
25401
+ },
25402
+ "type": "color",
25403
+ "value": "hsl(0 0% 80%)",
25404
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25405
+ "isSource": true,
25406
+ "original": {
25407
+ "$extensions": {
25408
+ "nl.nldesignsystem.css.property": {
25409
+ "syntax": "<color>",
25410
+ "inherits": true
25411
+ },
25412
+ "nl.nldesignsystem.figma.supports-token": false
25413
+ },
25414
+ "type": "color",
25415
+ "value": "{utrecht.color.grey.80}"
25416
+ },
25417
+ "name": "utrechtNavigationItemMobileBorderBlockStartColor",
25418
+ "attributes": {},
25419
+ "path": [
25420
+ "utrecht",
25421
+ "navigation",
25422
+ "item",
25423
+ "mobile",
25424
+ "border-block-start-color"
25425
+ ]
25426
+ },
25427
+ "border-block-start-width": {
25428
+ "$extensions": {
25429
+ "nl.nldesignsystem.css.property": {
25430
+ "syntax": "<length>",
25431
+ "inherits": true
25432
+ },
25433
+ "nl.nldesignsystem.figma.supports-token": false
25434
+ },
25435
+ "type": "length",
25436
+ "value": "1px",
25437
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25438
+ "isSource": true,
25439
+ "original": {
25440
+ "$extensions": {
25441
+ "nl.nldesignsystem.css.property": {
25442
+ "syntax": "<length>",
25443
+ "inherits": true
25444
+ },
25445
+ "nl.nldesignsystem.figma.supports-token": false
25446
+ },
25447
+ "type": "length",
25448
+ "value": "1px"
25449
+ },
25450
+ "name": "utrechtNavigationItemMobileBorderBlockStartWidth",
25451
+ "attributes": {},
25452
+ "path": [
25453
+ "utrecht",
25454
+ "navigation",
25455
+ "item",
25456
+ "mobile",
25457
+ "border-block-start-width"
25458
+ ]
25459
+ }
25460
+ }
25461
+ },
25462
+ "link": {
25463
+ "active": {
25464
+ "color": {
25465
+ "$extensions": {
25466
+ "nl.nldesignsystem.css.property": {
25467
+ "syntax": "<color>",
25468
+ "inherits": true
25469
+ },
25470
+ "nl.nldesignsystem.figma.supports-token": false
25471
+ },
25472
+ "type": "color",
25473
+ "value": "hsl(0 0% 100%)",
25474
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25475
+ "isSource": true,
25476
+ "original": {
25477
+ "$extensions": {
25478
+ "nl.nldesignsystem.css.property": {
25479
+ "syntax": "<color>",
25480
+ "inherits": true
25481
+ },
25482
+ "nl.nldesignsystem.figma.supports-token": false
25483
+ },
25484
+ "type": "color",
25485
+ "value": "{utrecht.color.white}"
25486
+ },
25487
+ "name": "utrechtNavigationLinkActiveColor",
25488
+ "attributes": {},
25489
+ "path": [
25490
+ "utrecht",
25491
+ "navigation",
25492
+ "link",
25493
+ "active",
25494
+ "color"
25495
+ ]
25496
+ },
25497
+ "focus": {
25498
+ "color": {
25499
+ "$extensions": {
25500
+ "nl.nldesignsystem.css.property": {
25501
+ "syntax": "<color>",
25502
+ "inherits": true
25503
+ },
25504
+ "nl.nldesignsystem.figma.supports-token": false
25505
+ },
25506
+ "type": "color",
25507
+ "value": "hsl(0 0% 0%)",
25508
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25509
+ "isSource": true,
25510
+ "original": {
25511
+ "$extensions": {
25512
+ "nl.nldesignsystem.css.property": {
25513
+ "syntax": "<color>",
25514
+ "inherits": true
25515
+ },
25516
+ "nl.nldesignsystem.figma.supports-token": false
25517
+ },
25518
+ "type": "color",
25519
+ "value": "{utrecht.color.black}"
25520
+ },
25521
+ "name": "utrechtNavigationLinkActiveFocusColor",
25522
+ "attributes": {},
25523
+ "path": [
25524
+ "utrecht",
25525
+ "navigation",
25526
+ "link",
25527
+ "active",
25528
+ "focus",
25529
+ "color"
25530
+ ]
25531
+ }
25532
+ }
25533
+ },
25534
+ "background-color": {
25535
+ "$extensions": {
25536
+ "nl.nldesignsystem.css.property": {
25537
+ "syntax": "<color>",
25538
+ "inherits": true
25539
+ },
25540
+ "nl.nldesignsystem.figma.supports-token": false
25541
+ },
25542
+ "type": "color",
25543
+ "value": "hsl(0 0% 15%)",
25544
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25545
+ "isSource": true,
25546
+ "original": {
25547
+ "$extensions": {
25548
+ "nl.nldesignsystem.css.property": {
25549
+ "syntax": "<color>",
25550
+ "inherits": true
25551
+ },
25552
+ "nl.nldesignsystem.figma.supports-token": false
25553
+ },
25554
+ "type": "color",
25555
+ "value": "{utrecht.color.grey.15}"
25556
+ },
25557
+ "name": "utrechtNavigationLinkBackgroundColor",
25558
+ "attributes": {},
25559
+ "path": [
25560
+ "utrecht",
25561
+ "navigation",
25562
+ "link",
25563
+ "background-color"
25564
+ ]
25565
+ },
25566
+ "border-color": {
25567
+ "$extensions": {
25568
+ "nl.nldesignsystem.css.property": {
25569
+ "syntax": "<color>",
25570
+ "inherits": true
25571
+ },
25572
+ "nl.nldesignsystem.figma.supports-token": false
25573
+ },
25574
+ "type": "color",
25575
+ "value": "hsl(0 0% 40%)",
25576
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25577
+ "isSource": true,
25578
+ "original": {
25579
+ "$extensions": {
25580
+ "nl.nldesignsystem.css.property": {
25581
+ "syntax": "<color>",
25582
+ "inherits": true
25583
+ },
25584
+ "nl.nldesignsystem.figma.supports-token": false
25585
+ },
25586
+ "type": "color",
25587
+ "value": "{utrecht.color.grey.40}"
25588
+ },
25589
+ "name": "utrechtNavigationLinkBorderColor",
25590
+ "attributes": {},
25591
+ "path": [
25592
+ "utrecht",
25593
+ "navigation",
25594
+ "link",
25595
+ "border-color"
25596
+ ]
25597
+ },
25598
+ "border-inline-end-width": {
25599
+ "$extensions": {
25600
+ "nl.nldesignsystem.css.property": {
25601
+ "syntax": "<length>",
25602
+ "inherits": true
25603
+ },
25604
+ "nl.nldesignsystem.figma.supports-token": false
25605
+ },
25606
+ "type": "length",
25607
+ "value": "1px",
25608
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25609
+ "isSource": true,
25610
+ "original": {
25611
+ "$extensions": {
25612
+ "nl.nldesignsystem.css.property": {
25613
+ "syntax": "<length>",
25614
+ "inherits": true
25615
+ },
25616
+ "nl.nldesignsystem.figma.supports-token": false
25617
+ },
25618
+ "type": "length",
25619
+ "value": "1px"
25620
+ },
25621
+ "name": "utrechtNavigationLinkBorderInlineEndWidth",
25622
+ "attributes": {},
25623
+ "path": [
25624
+ "utrecht",
25625
+ "navigation",
25626
+ "link",
25627
+ "border-inline-end-width"
25628
+ ]
25629
+ },
25630
+ "color": {
25631
+ "$extensions": {
25632
+ "nl.nldesignsystem.css.property": {
25633
+ "syntax": "<color>",
25634
+ "inherits": true
25635
+ },
25636
+ "nl.nldesignsystem.figma.supports-token": false
25637
+ },
25638
+ "type": "color",
25639
+ "value": "hsl(0 0% 100%)",
25640
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25641
+ "isSource": true,
25642
+ "original": {
25643
+ "$extensions": {
25644
+ "nl.nldesignsystem.css.property": {
25645
+ "syntax": "<color>",
25646
+ "inherits": true
25647
+ },
25648
+ "nl.nldesignsystem.figma.supports-token": false
25649
+ },
25650
+ "type": "color",
25651
+ "value": "{utrecht.color.white}"
25652
+ },
25653
+ "name": "utrechtNavigationLinkColor",
25654
+ "attributes": {},
25655
+ "path": [
25656
+ "utrecht",
25657
+ "navigation",
25658
+ "link",
25659
+ "color"
25660
+ ]
25661
+ },
25662
+ "focus": {
25663
+ "color": {
25664
+ "$extensions": {
25665
+ "nl.nldesignsystem.css.property": {
25666
+ "syntax": "<color>",
25667
+ "inherits": true
25668
+ },
25669
+ "nl.nldesignsystem.figma.supports-token": false
25670
+ },
25671
+ "type": "color",
25672
+ "value": "hsl(0 0% 0%)",
25673
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25674
+ "isSource": true,
25675
+ "original": {
25676
+ "$extensions": {
25677
+ "nl.nldesignsystem.css.property": {
25678
+ "syntax": "<color>",
25679
+ "inherits": true
25680
+ },
25681
+ "nl.nldesignsystem.figma.supports-token": false
25682
+ },
25683
+ "type": "color",
25684
+ "value": "{utrecht.color.black}"
25685
+ },
25686
+ "name": "utrechtNavigationLinkFocusColor",
25687
+ "attributes": {},
25688
+ "path": [
25689
+ "utrecht",
25690
+ "navigation",
25691
+ "link",
25692
+ "focus",
25693
+ "color"
25694
+ ]
25695
+ },
25696
+ "text-decoration-thickness": {
25697
+ "$extensions": {
25698
+ "nl.nldesignsystem.css.property": {
25699
+ "syntax": "<length>",
25700
+ "inherits": true
25701
+ },
25702
+ "nl.nldesignsystem.figma.supports-token": false
25703
+ },
25704
+ "type": "length",
25705
+ "value": "3px",
25706
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25707
+ "isSource": true,
25708
+ "original": {
25709
+ "$extensions": {
25710
+ "nl.nldesignsystem.css.property": {
25711
+ "syntax": "<length>",
25712
+ "inherits": true
25713
+ },
25714
+ "nl.nldesignsystem.figma.supports-token": false
25715
+ },
25716
+ "type": "length",
25717
+ "value": "3px"
25718
+ },
25719
+ "name": "utrechtNavigationLinkFocusTextDecorationThickness",
25720
+ "attributes": {},
25721
+ "path": [
25722
+ "utrecht",
25723
+ "navigation",
25724
+ "link",
25725
+ "focus",
25726
+ "text-decoration-thickness"
25727
+ ]
25728
+ },
25729
+ "background-color": {
25730
+ "value": "hsl(48 100% 80%)",
25731
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25732
+ "isSource": true,
25733
+ "original": {
25734
+ "value": "{utrecht.color.yellow.80}"
25735
+ },
25736
+ "name": "utrechtNavigationLinkFocusBackgroundColor",
25737
+ "attributes": {},
25738
+ "path": [
25739
+ "utrecht",
25740
+ "navigation",
25741
+ "link",
25742
+ "focus",
25743
+ "background-color"
25744
+ ]
25745
+ }
25746
+ },
25747
+ "font-weight": {
25748
+ "$extensions": {
25749
+ "nl.nldesignsystem.css.property": {
25750
+ "syntax": "<number>",
25751
+ "inherits": true
25752
+ },
25753
+ "nl.nldesignsystem.figma.supports-token": false
25754
+ },
25755
+ "type": "fontWeight",
25756
+ "value": "400",
25757
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25758
+ "isSource": true,
25759
+ "original": {
25760
+ "$extensions": {
25761
+ "nl.nldesignsystem.css.property": {
25762
+ "syntax": "<number>",
25763
+ "inherits": true
25764
+ },
25765
+ "nl.nldesignsystem.figma.supports-token": false
25766
+ },
25767
+ "type": "fontWeight",
25768
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
25769
+ },
25770
+ "name": "utrechtNavigationLinkFontWeight",
25771
+ "attributes": {},
25772
+ "path": [
25773
+ "utrecht",
25774
+ "navigation",
25775
+ "link",
25776
+ "font-weight"
25777
+ ]
25778
+ },
25779
+ "gap": {
25780
+ "$extensions": {
25781
+ "nl.nldesignsystem.css.property": {
25782
+ "syntax": "<length>",
25783
+ "inherits": true
25784
+ },
25785
+ "nl.nldesignsystem.figma.supports-token": false,
25786
+ "studio.tokens": {
25787
+ "originalType": "spacing"
25788
+ }
25789
+ },
25790
+ "type": "dimension",
25791
+ "value": "8px",
25792
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25793
+ "isSource": true,
25794
+ "original": {
25795
+ "$extensions": {
25796
+ "nl.nldesignsystem.css.property": {
25797
+ "syntax": "<length>",
25798
+ "inherits": true
25799
+ },
25800
+ "nl.nldesignsystem.figma.supports-token": false,
25801
+ "studio.tokens": {
25802
+ "originalType": "spacing"
25803
+ }
25804
+ },
25805
+ "type": "dimension",
25806
+ "value": "8px"
25807
+ },
25808
+ "name": "utrechtNavigationLinkGap",
25809
+ "attributes": {},
25810
+ "path": [
25811
+ "utrecht",
25812
+ "navigation",
25813
+ "link",
25814
+ "gap"
25815
+ ]
25816
+ },
25817
+ "hover": {
25818
+ "background-color": {
25819
+ "$extensions": {
25820
+ "nl.nldesignsystem.css.property": {
25821
+ "syntax": "<color>",
25822
+ "inherits": true
25823
+ },
25824
+ "nl.nldesignsystem.figma.supports-token": false
25825
+ },
25826
+ "type": "color",
25827
+ "value": "hsl(0 0% 0%)",
25828
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25829
+ "isSource": true,
25830
+ "original": {
25831
+ "$extensions": {
25832
+ "nl.nldesignsystem.css.property": {
25833
+ "syntax": "<color>",
25834
+ "inherits": true
25835
+ },
25836
+ "nl.nldesignsystem.figma.supports-token": false
25837
+ },
25838
+ "type": "color",
25839
+ "value": "{utrecht.color.black}"
25840
+ },
25841
+ "name": "utrechtNavigationLinkHoverBackgroundColor",
25842
+ "attributes": {},
25843
+ "path": [
25844
+ "utrecht",
25845
+ "navigation",
25846
+ "link",
25847
+ "hover",
25848
+ "background-color"
25849
+ ]
25850
+ },
25851
+ "color": {
25852
+ "$extensions": {
25853
+ "nl.nldesignsystem.css.property": {
25854
+ "syntax": "<color>",
25855
+ "inherits": true
25856
+ },
25857
+ "nl.nldesignsystem.figma.supports-token": false
25858
+ },
25859
+ "type": "color",
25860
+ "value": "hsl(0 0% 100%)",
25861
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25862
+ "isSource": true,
25863
+ "original": {
25864
+ "$extensions": {
25865
+ "nl.nldesignsystem.css.property": {
25866
+ "syntax": "<color>",
25867
+ "inherits": true
25868
+ },
25869
+ "nl.nldesignsystem.figma.supports-token": false
25870
+ },
25871
+ "type": "color",
25872
+ "value": "{utrecht.color.white}"
25873
+ },
25874
+ "name": "utrechtNavigationLinkHoverColor",
25875
+ "attributes": {},
25876
+ "path": [
25877
+ "utrecht",
25878
+ "navigation",
25879
+ "link",
25880
+ "hover",
25881
+ "color"
25882
+ ]
25883
+ },
25884
+ "decoration-thickness": {
25885
+ "$extensions": {
25886
+ "nl.nldesignsystem.css.property": {
25887
+ "syntax": "<length>",
25888
+ "inherits": true
25889
+ },
25890
+ "nl.nldesignsystem.figma.supports-token": false
25891
+ },
25892
+ "type": "length",
25893
+ "value": "3px",
25894
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25895
+ "isSource": true,
25896
+ "original": {
25897
+ "$extensions": {
25898
+ "nl.nldesignsystem.css.property": {
25899
+ "syntax": "<length>",
25900
+ "inherits": true
25901
+ },
25902
+ "nl.nldesignsystem.figma.supports-token": false
25903
+ },
25904
+ "type": "length",
25905
+ "value": "3px"
25906
+ },
25907
+ "name": "utrechtNavigationLinkHoverDecorationThickness",
25908
+ "attributes": {},
25909
+ "path": [
25910
+ "utrecht",
25911
+ "navigation",
25912
+ "link",
25913
+ "hover",
25914
+ "decoration-thickness"
25915
+ ]
25916
+ }
25917
+ },
25918
+ "is-current": {
25919
+ "font-weight": {
25920
+ "$extensions": {
25921
+ "nl.nldesignsystem.css.property": {
25922
+ "syntax": "<number>",
25923
+ "inherits": true
25924
+ },
25925
+ "nl.nldesignsystem.figma.supports-token": false
25926
+ },
25927
+ "type": "fontWeight",
25928
+ "value": "700",
25929
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25930
+ "isSource": true,
25931
+ "original": {
25932
+ "$extensions": {
25933
+ "nl.nldesignsystem.css.property": {
25934
+ "syntax": "<number>",
25935
+ "inherits": true
25936
+ },
25937
+ "nl.nldesignsystem.figma.supports-token": false
25938
+ },
25939
+ "type": "fontWeight",
25940
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
25941
+ },
25942
+ "name": "utrechtNavigationLinkIsCurrentFontWeight",
25943
+ "attributes": {},
25944
+ "path": [
25945
+ "utrecht",
25946
+ "navigation",
25947
+ "link",
25948
+ "is-current",
25949
+ "font-weight"
25950
+ ]
25951
+ }
25952
+ },
25953
+ "mobile": {
25954
+ "background-color": {
25955
+ "$extensions": {
25956
+ "nl.nldesignsystem.css.property": {
25957
+ "syntax": "<color>",
25958
+ "inherits": true
25959
+ },
25960
+ "nl.nldesignsystem.figma.supports-token": false
25961
+ },
25962
+ "type": "color",
25963
+ "value": "hsl(0 0% 100%)",
25964
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25965
+ "isSource": true,
25966
+ "original": {
25967
+ "$extensions": {
25968
+ "nl.nldesignsystem.css.property": {
25969
+ "syntax": "<color>",
25970
+ "inherits": true
25971
+ },
25972
+ "nl.nldesignsystem.figma.supports-token": false
25973
+ },
25974
+ "type": "color",
25975
+ "value": "{utrecht.color.white}"
25976
+ },
25977
+ "name": "utrechtNavigationLinkMobileBackgroundColor",
25978
+ "attributes": {},
25979
+ "path": [
25980
+ "utrecht",
25981
+ "navigation",
25982
+ "link",
25983
+ "mobile",
25984
+ "background-color"
25985
+ ]
25986
+ },
25987
+ "color": {
25988
+ "$extensions": {
25989
+ "nl.nldesignsystem.css.property": {
25990
+ "syntax": "<color>",
25991
+ "inherits": true
25992
+ },
25993
+ "nl.nldesignsystem.figma.supports-token": false
25994
+ },
25995
+ "type": "color",
25996
+ "value": "hsl(211 60% 35%)",
25997
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25998
+ "isSource": true,
25999
+ "original": {
26000
+ "$extensions": {
26001
+ "nl.nldesignsystem.css.property": {
26002
+ "syntax": "<color>",
26003
+ "inherits": true
26004
+ },
26005
+ "nl.nldesignsystem.figma.supports-token": false
26006
+ },
26007
+ "type": "color",
26008
+ "value": "{utrecht.color.blue.35}"
26009
+ },
26010
+ "name": "utrechtNavigationLinkMobileColor",
26011
+ "attributes": {},
26012
+ "path": [
26013
+ "utrecht",
26014
+ "navigation",
26015
+ "link",
26016
+ "mobile",
26017
+ "color"
26018
+ ]
26019
+ },
26020
+ "hover": {
26021
+ "background-color": {
26022
+ "$extensions": {
26023
+ "nl.nldesignsystem.css.property": {
26024
+ "syntax": "<color>",
26025
+ "inherits": true
26026
+ },
26027
+ "nl.nldesignsystem.figma.supports-token": false
26028
+ },
26029
+ "type": "color",
26030
+ "value": "hsl(0 0% 100%)",
26031
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26032
+ "isSource": true,
26033
+ "original": {
26034
+ "$extensions": {
26035
+ "nl.nldesignsystem.css.property": {
26036
+ "syntax": "<color>",
26037
+ "inherits": true
26038
+ },
26039
+ "nl.nldesignsystem.figma.supports-token": false
26040
+ },
26041
+ "type": "color",
26042
+ "value": "{utrecht.color.white}"
26043
+ },
26044
+ "name": "utrechtNavigationLinkMobileHoverBackgroundColor",
26045
+ "attributes": {},
26046
+ "path": [
26047
+ "utrecht",
26048
+ "navigation",
26049
+ "link",
26050
+ "mobile",
26051
+ "hover",
26052
+ "background-color"
26053
+ ]
26054
+ },
26055
+ "color": {
26056
+ "$extensions": {
26057
+ "nl.nldesignsystem.css.property": {
26058
+ "syntax": "<color>",
26059
+ "inherits": true
26060
+ },
26061
+ "nl.nldesignsystem.figma.supports-token": false
26062
+ },
26063
+ "type": "color",
26064
+ "value": "hsl(211 60% 35%)",
26065
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26066
+ "isSource": true,
26067
+ "original": {
26068
+ "$extensions": {
26069
+ "nl.nldesignsystem.css.property": {
26070
+ "syntax": "<color>",
26071
+ "inherits": true
26072
+ },
26073
+ "nl.nldesignsystem.figma.supports-token": false
26074
+ },
26075
+ "type": "color",
26076
+ "value": "{utrecht.color.blue.35}"
26077
+ },
26078
+ "name": "utrechtNavigationLinkMobileHoverColor",
26079
+ "attributes": {},
26080
+ "path": [
26081
+ "utrecht",
26082
+ "navigation",
26083
+ "link",
26084
+ "mobile",
26085
+ "hover",
26086
+ "color"
26087
+ ]
26088
+ },
26089
+ "font-weight": {
26090
+ "$extensions": {
26091
+ "nl.nldesignsystem.css.property": {
26092
+ "syntax": "<number>",
26093
+ "inherits": true
26094
+ },
26095
+ "nl.nldesignsystem.figma.supports-token": false
26096
+ },
26097
+ "type": "fontWeight",
26098
+ "value": "700",
26099
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26100
+ "isSource": true,
26101
+ "original": {
26102
+ "$extensions": {
26103
+ "nl.nldesignsystem.css.property": {
26104
+ "syntax": "<number>",
26105
+ "inherits": true
26106
+ },
26107
+ "nl.nldesignsystem.figma.supports-token": false
26108
+ },
26109
+ "type": "fontWeight",
26110
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
26111
+ },
26112
+ "name": "utrechtNavigationLinkMobileHoverFontWeight",
26113
+ "attributes": {},
26114
+ "path": [
26115
+ "utrecht",
26116
+ "navigation",
26117
+ "link",
26118
+ "mobile",
26119
+ "hover",
26120
+ "font-weight"
26121
+ ]
26122
+ }
26123
+ },
26124
+ "justify-content": {
26125
+ "$extensions": {
26126
+ "nl.nldesignsystem.css.property": {
26127
+ "syntax": "*",
26128
+ "inherits": true
26129
+ },
26130
+ "nl.nldesignsystem.figma.supports-token": false
26131
+ },
26132
+ "type": "other"
26133
+ },
26134
+ "min-block-size": {
26135
+ "$extensions": {
26136
+ "nl.nldesignsystem.css.property": {
26137
+ "syntax": "<length>",
26138
+ "inherits": true
26139
+ },
26140
+ "nl.nldesignsystem.figma.supports-token": false,
26141
+ "studio.tokens": {
26142
+ "originalType": "sizing"
26143
+ }
26144
+ },
26145
+ "type": "dimension",
26146
+ "value": "44px",
26147
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26148
+ "isSource": true,
26149
+ "original": {
26150
+ "$extensions": {
26151
+ "nl.nldesignsystem.css.property": {
26152
+ "syntax": "<length>",
26153
+ "inherits": true
26154
+ },
26155
+ "nl.nldesignsystem.figma.supports-token": false,
26156
+ "studio.tokens": {
26157
+ "originalType": "sizing"
26158
+ }
26159
+ },
26160
+ "type": "dimension",
26161
+ "value": "44px"
26162
+ },
26163
+ "name": "utrechtNavigationLinkMobileMinBlockSize",
26164
+ "attributes": {},
26165
+ "path": [
26166
+ "utrecht",
26167
+ "navigation",
26168
+ "link",
26169
+ "mobile",
26170
+ "min-block-size"
26171
+ ]
26172
+ },
26173
+ "padding-block-end": {
26174
+ "$extensions": {
26175
+ "nl.nldesignsystem.css.property": {
26176
+ "syntax": "<length>",
26177
+ "inherits": true
26178
+ },
26179
+ "nl.nldesignsystem.figma.supports-token": false,
26180
+ "studio.tokens": {
26181
+ "originalType": "spacing"
26182
+ }
26183
+ },
26184
+ "type": "dimension",
26185
+ "value": "8px",
26186
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26187
+ "isSource": true,
26188
+ "original": {
26189
+ "$extensions": {
26190
+ "nl.nldesignsystem.css.property": {
26191
+ "syntax": "<length>",
26192
+ "inherits": true
26193
+ },
26194
+ "nl.nldesignsystem.figma.supports-token": false,
26195
+ "studio.tokens": {
26196
+ "originalType": "spacing"
26197
+ }
26198
+ },
26199
+ "type": "dimension",
26200
+ "value": "{utrecht.space.block.xs}"
26201
+ },
26202
+ "name": "utrechtNavigationLinkMobilePaddingBlockEnd",
26203
+ "attributes": {},
26204
+ "path": [
26205
+ "utrecht",
26206
+ "navigation",
26207
+ "link",
26208
+ "mobile",
26209
+ "padding-block-end"
26210
+ ]
26211
+ },
26212
+ "padding-block-start": {
26213
+ "$extensions": {
26214
+ "nl.nldesignsystem.css.property": {
26215
+ "syntax": "<length>",
26216
+ "inherits": true
26217
+ },
26218
+ "nl.nldesignsystem.figma.supports-token": false,
26219
+ "studio.tokens": {
26220
+ "originalType": "spacing"
26221
+ }
26222
+ },
26223
+ "type": "dimension",
26224
+ "value": "8px",
26225
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26226
+ "isSource": true,
26227
+ "original": {
26228
+ "$extensions": {
26229
+ "nl.nldesignsystem.css.property": {
26230
+ "syntax": "<length>",
26231
+ "inherits": true
26232
+ },
26233
+ "nl.nldesignsystem.figma.supports-token": false,
26234
+ "studio.tokens": {
26235
+ "originalType": "spacing"
26236
+ }
26237
+ },
26238
+ "type": "dimension",
26239
+ "value": "{utrecht.space.block.xs}"
26240
+ },
26241
+ "name": "utrechtNavigationLinkMobilePaddingBlockStart",
26242
+ "attributes": {},
26243
+ "path": [
26244
+ "utrecht",
26245
+ "navigation",
26246
+ "link",
26247
+ "mobile",
26248
+ "padding-block-start"
26249
+ ]
26250
+ },
26251
+ "padding-inline-end": {
26252
+ "$extensions": {
26253
+ "nl.nldesignsystem.css.property": {
26254
+ "syntax": "<length>",
26255
+ "inherits": true
26256
+ },
26257
+ "nl.nldesignsystem.figma.supports-token": false
26258
+ },
26259
+ "type": "spacing"
26260
+ },
26261
+ "padding-inline-start": {
26262
+ "$extensions": {
26263
+ "nl.nldesignsystem.css.property": {
26264
+ "syntax": "<length>",
26265
+ "inherits": true
26266
+ },
26267
+ "nl.nldesignsystem.figma.supports-token": false,
26268
+ "studio.tokens": {
26269
+ "originalType": "spacing"
26270
+ }
26271
+ },
26272
+ "type": "dimension",
26273
+ "value": "16px",
26274
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26275
+ "isSource": true,
26276
+ "original": {
26277
+ "$extensions": {
26278
+ "nl.nldesignsystem.css.property": {
26279
+ "syntax": "<length>",
26280
+ "inherits": true
26281
+ },
26282
+ "nl.nldesignsystem.figma.supports-token": false,
26283
+ "studio.tokens": {
26284
+ "originalType": "spacing"
26285
+ }
26286
+ },
26287
+ "type": "dimension",
26288
+ "value": "{utrecht.space.inline.md}"
26289
+ },
26290
+ "name": "utrechtNavigationLinkMobilePaddingInlineStart",
26291
+ "attributes": {},
26292
+ "path": [
26293
+ "utrecht",
26294
+ "navigation",
26295
+ "link",
26296
+ "mobile",
26297
+ "padding-inline-start"
26298
+ ]
26299
+ },
26300
+ "transition-duration": {
26301
+ "$extensions": {
26302
+ "nl.nldesignsystem.css.property": {
26303
+ "syntax": "<time>",
26304
+ "inherits": true
26305
+ },
26306
+ "nl.nldesignsystem.figma.supports-token": false
26307
+ },
26308
+ "type": "duration",
26309
+ "value": "300ms",
26310
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26311
+ "isSource": true,
26312
+ "original": {
26313
+ "$extensions": {
26314
+ "nl.nldesignsystem.css.property": {
26315
+ "syntax": "<time>",
26316
+ "inherits": true
26317
+ },
26318
+ "nl.nldesignsystem.figma.supports-token": false
26319
+ },
26320
+ "type": "duration",
26321
+ "value": "300ms"
26322
+ },
26323
+ "name": "utrechtNavigationLinkMobileTransitionDuration",
26324
+ "attributes": {},
26325
+ "path": [
26326
+ "utrecht",
26327
+ "navigation",
26328
+ "link",
26329
+ "mobile",
26330
+ "transition-duration"
26331
+ ]
26332
+ },
26333
+ "transition-timing-function": {
26334
+ "$extensions": {
26335
+ "nl.nldesignsystem.css.property": {
26336
+ "syntax": "*",
26337
+ "inherits": true
26338
+ },
26339
+ "nl.nldesignsystem.figma.supports-token": false
26340
+ },
26341
+ "type": "other",
26342
+ "value": "ease-in-out",
26343
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26344
+ "isSource": true,
26345
+ "original": {
26346
+ "$extensions": {
26347
+ "nl.nldesignsystem.css.property": {
26348
+ "syntax": "*",
26349
+ "inherits": true
26350
+ },
26351
+ "nl.nldesignsystem.figma.supports-token": false
26352
+ },
26353
+ "type": "other",
26354
+ "value": "ease-in-out"
26355
+ },
26356
+ "name": "utrechtNavigationLinkMobileTransitionTimingFunction",
26357
+ "attributes": {},
26358
+ "path": [
26359
+ "utrecht",
26360
+ "navigation",
26361
+ "link",
26362
+ "mobile",
26363
+ "transition-timing-function"
26364
+ ]
26365
+ }
26366
+ },
26367
+ "padding-block-end": {
26368
+ "$extensions": {
26369
+ "nl.nldesignsystem.css.property": {
26370
+ "syntax": "<length>",
26371
+ "inherits": true
26372
+ },
26373
+ "nl.nldesignsystem.figma.supports-token": false,
26374
+ "studio.tokens": {
26375
+ "originalType": "spacing"
26376
+ }
26377
+ },
26378
+ "type": "dimension",
26379
+ "value": "16px",
26380
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26381
+ "isSource": true,
26382
+ "original": {
26383
+ "$extensions": {
26384
+ "nl.nldesignsystem.css.property": {
26385
+ "syntax": "<length>",
26386
+ "inherits": true
26387
+ },
26388
+ "nl.nldesignsystem.figma.supports-token": false,
26389
+ "studio.tokens": {
26390
+ "originalType": "spacing"
26391
+ }
26392
+ },
26393
+ "type": "dimension",
26394
+ "value": "{utrecht.space.block.md}"
26395
+ },
26396
+ "name": "utrechtNavigationLinkPaddingBlockEnd",
26397
+ "attributes": {},
26398
+ "path": [
26399
+ "utrecht",
26400
+ "navigation",
26401
+ "link",
26402
+ "padding-block-end"
26403
+ ]
26404
+ },
26405
+ "padding-block-start": {
26406
+ "$extensions": {
26407
+ "nl.nldesignsystem.css.property": {
26408
+ "syntax": "<length>",
26409
+ "inherits": true
26410
+ },
26411
+ "nl.nldesignsystem.figma.supports-token": false,
26412
+ "studio.tokens": {
26413
+ "originalType": "spacing"
26414
+ }
26415
+ },
26416
+ "type": "dimension",
26417
+ "value": "16px",
26418
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26419
+ "isSource": true,
26420
+ "original": {
26421
+ "$extensions": {
26422
+ "nl.nldesignsystem.css.property": {
26423
+ "syntax": "<length>",
26424
+ "inherits": true
26425
+ },
26426
+ "nl.nldesignsystem.figma.supports-token": false,
26427
+ "studio.tokens": {
26428
+ "originalType": "spacing"
26429
+ }
26430
+ },
26431
+ "type": "dimension",
26432
+ "value": "{utrecht.space.block.md}"
26433
+ },
26434
+ "name": "utrechtNavigationLinkPaddingBlockStart",
26435
+ "attributes": {},
26436
+ "path": [
26437
+ "utrecht",
26438
+ "navigation",
26439
+ "link",
26440
+ "padding-block-start"
26441
+ ]
26442
+ },
26443
+ "padding-inline-end": {
26444
+ "$extensions": {
26445
+ "nl.nldesignsystem.css.property": {
26446
+ "syntax": "<length>",
26447
+ "inherits": true
26448
+ },
26449
+ "nl.nldesignsystem.figma.supports-token": false
26450
+ },
26451
+ "type": "spacing"
26452
+ },
26453
+ "padding-inline-start": {
26454
+ "$extensions": {
26455
+ "nl.nldesignsystem.css.property": {
26456
+ "syntax": "<length>",
26457
+ "inherits": true
26458
+ },
26459
+ "nl.nldesignsystem.figma.supports-token": false
26460
+ },
26461
+ "type": "spacing"
26462
+ },
26463
+ "text-align": {
26464
+ "$extensions": {
26465
+ "nl.nldesignsystem.css.property": {
26466
+ "syntax": "*",
26467
+ "inherits": true
26468
+ },
26469
+ "nl.nldesignsystem.figma.supports-token": false
26470
+ },
26471
+ "type": "other"
26472
+ }
26473
+ },
26474
+ "list": {
26475
+ "display": {
26476
+ "$extensions": {
26477
+ "nl.nldesignsystem.css.property": {
26478
+ "syntax": "*",
26479
+ "inherits": true
26480
+ },
26481
+ "nl.nldesignsystem.figma.supports-token": false
26482
+ },
26483
+ "type": "other"
26484
+ },
26485
+ "inline-size": {
26486
+ "$extensions": {
26487
+ "nl.nldesignsystem.css.property": {
26488
+ "syntax": "<length>",
26489
+ "inherits": true
26490
+ },
26491
+ "nl.nldesignsystem.figma.supports-token": false
26492
+ },
26493
+ "type": "sizing"
26494
+ },
26495
+ "mobile": {
26496
+ "background-color": {
26497
+ "$extensions": {
26498
+ "nl.nldesignsystem.css.property": {
26499
+ "syntax": "<color>",
26500
+ "inherits": true
26501
+ },
26502
+ "nl.nldesignsystem.figma.supports-token": false
26503
+ },
26504
+ "type": "color",
26505
+ "value": "hsl(0 0% 100%)",
26506
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26507
+ "isSource": true,
26508
+ "original": {
26509
+ "$extensions": {
26510
+ "nl.nldesignsystem.css.property": {
26511
+ "syntax": "<color>",
26512
+ "inherits": true
26513
+ },
26514
+ "nl.nldesignsystem.figma.supports-token": false
26515
+ },
26516
+ "type": "color",
26517
+ "value": "{utrecht.color.white}"
26518
+ },
26519
+ "name": "utrechtNavigationListMobileBackgroundColor",
26520
+ "attributes": {},
26521
+ "path": [
26522
+ "utrecht",
26523
+ "navigation",
26524
+ "list",
26525
+ "mobile",
26526
+ "background-color"
26527
+ ]
26528
+ },
26529
+ "inline-size": {
26530
+ "$extensions": {
26531
+ "nl.nldesignsystem.css.property": {
26532
+ "syntax": "<length>",
26533
+ "inherits": true
26534
+ },
26535
+ "nl.nldesignsystem.figma.supports-token": false,
26536
+ "studio.tokens": {
26537
+ "originalType": "sizing"
26538
+ }
26539
+ },
26540
+ "type": "dimension",
26541
+ "value": "100%",
26542
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26543
+ "isSource": true,
26544
+ "original": {
26545
+ "$extensions": {
26546
+ "nl.nldesignsystem.css.property": {
26547
+ "syntax": "<length>",
26548
+ "inherits": true
26549
+ },
26550
+ "nl.nldesignsystem.figma.supports-token": false,
26551
+ "studio.tokens": {
26552
+ "originalType": "sizing"
26553
+ }
26554
+ },
26555
+ "type": "dimension",
26556
+ "value": "100%"
26557
+ },
26558
+ "name": "utrechtNavigationListMobileInlineSize",
26559
+ "attributes": {},
26560
+ "path": [
26561
+ "utrecht",
26562
+ "navigation",
26563
+ "list",
26564
+ "mobile",
26565
+ "inline-size"
26566
+ ]
26567
+ },
26568
+ "padding-block-end": {
26569
+ "$extensions": {
26570
+ "nl.nldesignsystem.css.property": {
26571
+ "syntax": "<length>",
26572
+ "inherits": true
26573
+ },
26574
+ "nl.nldesignsystem.figma.supports-token": false,
26575
+ "studio.tokens": {
26576
+ "originalType": "spacing"
26577
+ }
26578
+ },
26579
+ "type": "dimension",
26580
+ "value": "8px",
26581
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26582
+ "isSource": true,
26583
+ "original": {
26584
+ "$extensions": {
26585
+ "nl.nldesignsystem.css.property": {
26586
+ "syntax": "<length>",
26587
+ "inherits": true
26588
+ },
26589
+ "nl.nldesignsystem.figma.supports-token": false,
26590
+ "studio.tokens": {
26591
+ "originalType": "spacing"
26592
+ }
26593
+ },
26594
+ "type": "dimension",
26595
+ "value": "{utrecht.space.block.xs}"
26596
+ },
26597
+ "name": "utrechtNavigationListMobilePaddingBlockEnd",
26598
+ "attributes": {},
26599
+ "path": [
26600
+ "utrecht",
26601
+ "navigation",
26602
+ "list",
26603
+ "mobile",
26604
+ "padding-block-end"
26605
+ ]
26606
+ },
26607
+ "padding-block-start": {
26608
+ "$extensions": {
26609
+ "nl.nldesignsystem.css.property": {
26610
+ "syntax": "<length>",
26611
+ "inherits": true
26612
+ },
26613
+ "nl.nldesignsystem.figma.supports-token": false
26614
+ },
26615
+ "type": "spacing"
26616
+ },
26617
+ "padding-inline-end": {
26618
+ "$extensions": {
26619
+ "nl.nldesignsystem.css.property": {
26620
+ "syntax": "<length>",
26621
+ "inherits": true
26622
+ },
26623
+ "nl.nldesignsystem.figma.supports-token": false,
26624
+ "studio.tokens": {
26625
+ "originalType": "spacing"
26626
+ }
26627
+ },
26628
+ "type": "dimension",
26629
+ "value": "16px",
26630
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26631
+ "isSource": true,
26632
+ "original": {
26633
+ "$extensions": {
26634
+ "nl.nldesignsystem.css.property": {
26635
+ "syntax": "<length>",
26636
+ "inherits": true
26637
+ },
26638
+ "nl.nldesignsystem.figma.supports-token": false,
26639
+ "studio.tokens": {
26640
+ "originalType": "spacing"
26641
+ }
26642
+ },
26643
+ "type": "dimension",
26644
+ "value": "{utrecht.space.inline.md}"
26645
+ },
26646
+ "name": "utrechtNavigationListMobilePaddingInlineEnd",
26647
+ "attributes": {},
26648
+ "path": [
26649
+ "utrecht",
26650
+ "navigation",
26651
+ "list",
26652
+ "mobile",
26653
+ "padding-inline-end"
26654
+ ]
26655
+ },
26656
+ "padding-inline-start": {
26657
+ "$extensions": {
26658
+ "nl.nldesignsystem.css.property": {
26659
+ "syntax": "<length>",
26660
+ "inherits": true
26661
+ },
26662
+ "nl.nldesignsystem.figma.supports-token": false,
26663
+ "studio.tokens": {
26664
+ "originalType": "spacing"
26665
+ }
26666
+ },
26667
+ "type": "dimension",
26668
+ "value": "16px",
26669
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26670
+ "isSource": true,
26671
+ "original": {
26672
+ "$extensions": {
26673
+ "nl.nldesignsystem.css.property": {
26674
+ "syntax": "<length>",
26675
+ "inherits": true
26676
+ },
26677
+ "nl.nldesignsystem.figma.supports-token": false,
26678
+ "studio.tokens": {
26679
+ "originalType": "spacing"
26680
+ }
26681
+ },
26682
+ "type": "dimension",
26683
+ "value": "{utrecht.space.inline.md}"
26684
+ },
26685
+ "name": "utrechtNavigationListMobilePaddingInlineStart",
26686
+ "attributes": {},
26687
+ "path": [
26688
+ "utrecht",
26689
+ "navigation",
26690
+ "list",
26691
+ "mobile",
26692
+ "padding-inline-start"
26693
+ ]
26694
+ }
26695
+ },
26696
+ "padding-block-end": {
26697
+ "$extensions": {
26698
+ "nl.nldesignsystem.css.property": {
26699
+ "syntax": "<length>",
26700
+ "inherits": true
26701
+ },
26702
+ "nl.nldesignsystem.figma.supports-token": false
26703
+ },
26704
+ "type": "spacing"
26705
+ },
26706
+ "padding-block-start": {
26707
+ "$extensions": {
26708
+ "nl.nldesignsystem.css.property": {
26709
+ "syntax": "<length>",
26710
+ "inherits": true
26711
+ },
26712
+ "nl.nldesignsystem.figma.supports-token": false
26713
+ },
26714
+ "type": "spacing"
26715
+ },
26716
+ "padding-inline-end": {
26717
+ "$extensions": {
26718
+ "nl.nldesignsystem.css.property": {
26719
+ "syntax": "<length>",
26720
+ "inherits": true
26721
+ },
26722
+ "nl.nldesignsystem.figma.supports-token": false
26723
+ },
26724
+ "type": "spacing"
26725
+ },
26726
+ "padding-inline-start": {
26727
+ "$extensions": {
26728
+ "nl.nldesignsystem.css.property": {
26729
+ "syntax": "<length>",
26730
+ "inherits": true
26731
+ },
26732
+ "nl.nldesignsystem.figma.supports-token": false
26733
+ },
26734
+ "type": "spacing"
26735
+ },
26736
+ "side-nav": {
26737
+ "inline-size": {
26738
+ "$extensions": {
26739
+ "nl.nldesignsystem.css.property": {
26740
+ "syntax": "<length>",
26741
+ "inherits": true
26742
+ },
26743
+ "nl.nldesignsystem.figma.supports-token": false,
26744
+ "studio.tokens": {
26745
+ "originalType": "sizing"
26746
+ }
26747
+ },
26748
+ "type": "dimension",
26749
+ "value": "100%",
26750
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26751
+ "isSource": true,
26752
+ "original": {
26753
+ "$extensions": {
26754
+ "nl.nldesignsystem.css.property": {
26755
+ "syntax": "<length>",
26756
+ "inherits": true
26757
+ },
26758
+ "nl.nldesignsystem.figma.supports-token": false,
26759
+ "studio.tokens": {
26760
+ "originalType": "sizing"
26761
+ }
26762
+ },
26763
+ "type": "dimension",
26764
+ "value": "100%"
26765
+ },
26766
+ "name": "utrechtNavigationListSideNavInlineSize",
26767
+ "attributes": {},
26768
+ "path": [
26769
+ "utrecht",
26770
+ "navigation",
26771
+ "list",
26772
+ "side-nav",
26773
+ "inline-size"
26774
+ ]
26775
+ }
26776
+ }
26777
+ },
26778
+ "marker": {
26779
+ "color": {
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": "hsl(0 0% 80%)",
26789
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26790
+ "isSource": true,
26791
+ "original": {
26792
+ "$extensions": {
26793
+ "nl.nldesignsystem.css.property": {
26794
+ "syntax": "<color>",
26795
+ "inherits": true
26796
+ },
26797
+ "nl.nldesignsystem.figma.supports-token": false
26798
+ },
26799
+ "type": "color",
26800
+ "value": "{utrecht.color.grey.80}"
26801
+ },
26802
+ "name": "utrechtNavigationMarkerColor",
26803
+ "attributes": {},
26804
+ "path": [
26805
+ "utrecht",
26806
+ "navigation",
26807
+ "marker",
26808
+ "color"
26809
+ ]
26810
+ }
26811
+ },
26812
+ "toggle-button": {
26813
+ "margin-block-end": {
26814
+ "$extensions": {
26815
+ "nl.nldesignsystem.css.property": {
26816
+ "syntax": "<length>",
26817
+ "inherits": true
26818
+ },
26819
+ "nl.nldesignsystem.figma.supports-token": false
26820
+ },
26821
+ "type": "spacing"
26822
+ },
26823
+ "margin-block-start": {
26824
+ "$extensions": {
26825
+ "nl.nldesignsystem.css.property": {
26826
+ "syntax": "<length>",
26827
+ "inherits": true
26828
+ },
26829
+ "nl.nldesignsystem.figma.supports-token": false
26830
+ },
26831
+ "type": "spacing"
26832
+ },
26833
+ "offset-end": {
26834
+ "$extensions": {
26835
+ "nl.nldesignsystem.css.property": {
26836
+ "syntax": "<length>",
26837
+ "inherits": true
26838
+ },
26839
+ "nl.nldesignsystem.figma.supports-token": false,
26840
+ "studio.tokens": {
26841
+ "originalType": "spacing"
26842
+ }
26843
+ },
26844
+ "type": "dimension",
26845
+ "value": "16px",
26846
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26847
+ "isSource": true,
26848
+ "original": {
26849
+ "$extensions": {
26850
+ "nl.nldesignsystem.css.property": {
26851
+ "syntax": "<length>",
26852
+ "inherits": true
26853
+ },
26854
+ "nl.nldesignsystem.figma.supports-token": false,
26855
+ "studio.tokens": {
26856
+ "originalType": "spacing"
26857
+ }
26858
+ },
26859
+ "type": "dimension",
26860
+ "value": "16px"
26861
+ },
26862
+ "name": "utrechtNavigationToggleButtonOffsetEnd",
26863
+ "attributes": {},
26864
+ "path": [
26865
+ "utrecht",
26866
+ "navigation",
26867
+ "toggle-button",
26868
+ "offset-end"
26869
+ ]
26870
+ },
26871
+ "offset-start": {
26872
+ "$extensions": {
26873
+ "nl.nldesignsystem.css.property": {
26874
+ "syntax": "<length>",
26875
+ "inherits": true
26876
+ },
26877
+ "nl.nldesignsystem.figma.supports-token": false,
26878
+ "studio.tokens": {
26879
+ "originalType": "spacing"
26880
+ }
26881
+ },
26882
+ "type": "dimension",
26883
+ "value": "16px",
26884
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26885
+ "isSource": true,
26886
+ "original": {
26887
+ "$extensions": {
26888
+ "nl.nldesignsystem.css.property": {
26889
+ "syntax": "<length>",
26890
+ "inherits": true
26891
+ },
26892
+ "nl.nldesignsystem.figma.supports-token": false,
26893
+ "studio.tokens": {
26894
+ "originalType": "spacing"
26895
+ }
26896
+ },
26897
+ "type": "dimension",
26898
+ "value": "16px"
26899
+ },
26900
+ "name": "utrechtNavigationToggleButtonOffsetStart",
26901
+ "attributes": {},
26902
+ "path": [
26903
+ "utrecht",
26904
+ "navigation",
26905
+ "toggle-button",
26906
+ "offset-start"
26907
+ ]
26908
+ },
26909
+ "padding-inline-end": {
26910
+ "$extensions": {
26911
+ "nl.nldesignsystem.css.property": {
26912
+ "syntax": "<length>",
26913
+ "inherits": true
26914
+ },
26915
+ "nl.nldesignsystem.figma.supports-token": false
26916
+ },
26917
+ "type": "spacing"
26918
+ }
26919
+ }
26920
+ },
24714
26921
  "number-badge": {
24715
26922
  "background-color": {
24716
26923
  "$extensions": {
@@ -35188,6 +37395,398 @@
35188
37395
  }
35189
37396
  }
35190
37397
  },
37398
+ "tooltip": {
37399
+ "background-color": {
37400
+ "$extensions": {
37401
+ "nl.nldesignsystem.css.property": {
37402
+ "syntax": "<color>",
37403
+ "inherits": true
37404
+ },
37405
+ "nl.nldesignsystem.figma.supports-token": false
37406
+ },
37407
+ "type": "color",
37408
+ "value": "hsl(0 0% 100%)",
37409
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37410
+ "isSource": true,
37411
+ "original": {
37412
+ "$extensions": {
37413
+ "nl.nldesignsystem.css.property": {
37414
+ "syntax": "<color>",
37415
+ "inherits": true
37416
+ },
37417
+ "nl.nldesignsystem.figma.supports-token": false
37418
+ },
37419
+ "type": "color",
37420
+ "value": "{utrecht.color.white}"
37421
+ },
37422
+ "name": "utrechtTooltipBackgroundColor",
37423
+ "attributes": {},
37424
+ "path": [
37425
+ "utrecht",
37426
+ "tooltip",
37427
+ "background-color"
37428
+ ]
37429
+ },
37430
+ "border-color": {
37431
+ "$extensions": {
37432
+ "nl.nldesignsystem.css.property": {
37433
+ "syntax": "<color>",
37434
+ "inherits": true
37435
+ },
37436
+ "nl.nldesignsystem.figma.supports-token": false
37437
+ },
37438
+ "type": "color",
37439
+ "value": "hsl(0 0% 40%)",
37440
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37441
+ "isSource": true,
37442
+ "original": {
37443
+ "$extensions": {
37444
+ "nl.nldesignsystem.css.property": {
37445
+ "syntax": "<color>",
37446
+ "inherits": true
37447
+ },
37448
+ "nl.nldesignsystem.figma.supports-token": false
37449
+ },
37450
+ "type": "color",
37451
+ "value": "{utrecht.color.grey.40}"
37452
+ },
37453
+ "name": "utrechtTooltipBorderColor",
37454
+ "attributes": {},
37455
+ "path": [
37456
+ "utrecht",
37457
+ "tooltip",
37458
+ "border-color"
37459
+ ]
37460
+ },
37461
+ "border-radius": {
37462
+ "$extensions": {
37463
+ "nl.nldesignsystem.css.property": {
37464
+ "syntax": "<length-percentage>",
37465
+ "inherits": true
37466
+ },
37467
+ "nl.nldesignsystem.figma.supports-token": false,
37468
+ "studio.tokens": {
37469
+ "originalType": "borderRadius"
37470
+ }
37471
+ },
37472
+ "type": "dimension",
37473
+ "value": "0",
37474
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37475
+ "isSource": true,
37476
+ "original": {
37477
+ "$extensions": {
37478
+ "nl.nldesignsystem.css.property": {
37479
+ "syntax": "<length-percentage>",
37480
+ "inherits": true
37481
+ },
37482
+ "nl.nldesignsystem.figma.supports-token": false,
37483
+ "studio.tokens": {
37484
+ "originalType": "borderRadius"
37485
+ }
37486
+ },
37487
+ "type": "dimension",
37488
+ "value": "0"
37489
+ },
37490
+ "name": "utrechtTooltipBorderRadius",
37491
+ "attributes": {},
37492
+ "path": [
37493
+ "utrecht",
37494
+ "tooltip",
37495
+ "border-radius"
37496
+ ]
37497
+ },
37498
+ "border-width": {
37499
+ "$extensions": {
37500
+ "nl.nldesignsystem.css.property": {
37501
+ "syntax": "<length>",
37502
+ "inherits": true
37503
+ },
37504
+ "nl.nldesignsystem.figma.supports-token": false,
37505
+ "studio.tokens": {
37506
+ "originalType": "borderWidth"
37507
+ }
37508
+ },
37509
+ "type": "dimension",
37510
+ "value": "1px",
37511
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37512
+ "isSource": true,
37513
+ "original": {
37514
+ "$extensions": {
37515
+ "nl.nldesignsystem.css.property": {
37516
+ "syntax": "<length>",
37517
+ "inherits": true
37518
+ },
37519
+ "nl.nldesignsystem.figma.supports-token": false,
37520
+ "studio.tokens": {
37521
+ "originalType": "borderWidth"
37522
+ }
37523
+ },
37524
+ "type": "dimension",
37525
+ "value": "1px"
37526
+ },
37527
+ "name": "utrechtTooltipBorderWidth",
37528
+ "attributes": {},
37529
+ "path": [
37530
+ "utrecht",
37531
+ "tooltip",
37532
+ "border-width"
37533
+ ]
37534
+ },
37535
+ "color": {
37536
+ "$extensions": {
37537
+ "nl.nldesignsystem.css.property": {
37538
+ "syntax": "<color>",
37539
+ "inherits": true
37540
+ },
37541
+ "nl.nldesignsystem.figma.supports-token": false
37542
+ },
37543
+ "type": "color",
37544
+ "value": "hsl(0 0% 40%)",
37545
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37546
+ "isSource": true,
37547
+ "original": {
37548
+ "$extensions": {
37549
+ "nl.nldesignsystem.css.property": {
37550
+ "syntax": "<color>",
37551
+ "inherits": true
37552
+ },
37553
+ "nl.nldesignsystem.figma.supports-token": false
37554
+ },
37555
+ "type": "color",
37556
+ "value": "{utrecht.color.grey.40}"
37557
+ },
37558
+ "name": "utrechtTooltipColor",
37559
+ "attributes": {},
37560
+ "path": [
37561
+ "utrecht",
37562
+ "tooltip",
37563
+ "color"
37564
+ ]
37565
+ },
37566
+ "font-family": {
37567
+ "$extensions": {
37568
+ "nl.nldesignsystem.css.property": {
37569
+ "syntax": "*",
37570
+ "inherits": true
37571
+ },
37572
+ "nl.nldesignsystem.figma.supports-token": false,
37573
+ "studio.tokens": {
37574
+ "originalType": "fontFamilies"
37575
+ }
37576
+ },
37577
+ "type": "fontFamily",
37578
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
37579
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37580
+ "isSource": true,
37581
+ "original": {
37582
+ "$extensions": {
37583
+ "nl.nldesignsystem.css.property": {
37584
+ "syntax": "*",
37585
+ "inherits": true
37586
+ },
37587
+ "nl.nldesignsystem.figma.supports-token": false,
37588
+ "studio.tokens": {
37589
+ "originalType": "fontFamilies"
37590
+ }
37591
+ },
37592
+ "type": "fontFamily",
37593
+ "value": "{utrecht.typography.sans-serif.font-family}"
37594
+ },
37595
+ "name": "utrechtTooltipFontFamily",
37596
+ "attributes": {},
37597
+ "path": [
37598
+ "utrecht",
37599
+ "tooltip",
37600
+ "font-family"
37601
+ ]
37602
+ },
37603
+ "font-size": {
37604
+ "$extensions": {
37605
+ "nl.nldesignsystem.css.property": {
37606
+ "syntax": "<length>",
37607
+ "inherits": true
37608
+ },
37609
+ "nl.nldesignsystem.figma.supports-token": false,
37610
+ "studio.tokens": {
37611
+ "originalType": "fontSizes"
37612
+ }
37613
+ },
37614
+ "type": "fontSize",
37615
+ "value": "1rem",
37616
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37617
+ "isSource": true,
37618
+ "original": {
37619
+ "$extensions": {
37620
+ "nl.nldesignsystem.css.property": {
37621
+ "syntax": "<length>",
37622
+ "inherits": true
37623
+ },
37624
+ "nl.nldesignsystem.figma.supports-token": false,
37625
+ "studio.tokens": {
37626
+ "originalType": "fontSizes"
37627
+ }
37628
+ },
37629
+ "type": "fontSize",
37630
+ "value": "{utrecht.typography.scale.md.font-size}"
37631
+ },
37632
+ "name": "utrechtTooltipFontSize",
37633
+ "attributes": {},
37634
+ "path": [
37635
+ "utrecht",
37636
+ "tooltip",
37637
+ "font-size"
37638
+ ]
37639
+ },
37640
+ "font-weight": {
37641
+ "$extensions": {
37642
+ "nl.nldesignsystem.css.property": {
37643
+ "syntax": "<number>",
37644
+ "inherits": false
37645
+ },
37646
+ "nl.nldesignsystem.figma.supports-token": false
37647
+ },
37648
+ "type": "fontWeights"
37649
+ },
37650
+ "line-height": {
37651
+ "$extensions": {
37652
+ "nl.nldesignsystem.css.property": {
37653
+ "syntax": [
37654
+ "<length>",
37655
+ "<number>"
37656
+ ],
37657
+ "inherits": true
37658
+ },
37659
+ "nl.nldesignsystem.figma.supports-token": false
37660
+ },
37661
+ "type": "lineHeights"
37662
+ },
37663
+ "max-inline-size": {
37664
+ "$extensions": {
37665
+ "nl.nldesignsystem.css.property": {
37666
+ "syntax": "<length>",
37667
+ "inherits": true
37668
+ },
37669
+ "nl.nldesignsystem.figma.supports-token": false
37670
+ },
37671
+ "type": "sizing"
37672
+ },
37673
+ "padding-block": {
37674
+ "$extensions": {
37675
+ "nl.nldesignsystem.css.property": {
37676
+ "syntax": "<length>",
37677
+ "inherits": true
37678
+ },
37679
+ "nl.nldesignsystem.figma.supports-token": false,
37680
+ "studio.tokens": {
37681
+ "originalType": "spacing"
37682
+ }
37683
+ },
37684
+ "type": "dimension",
37685
+ "value": "8px",
37686
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37687
+ "isSource": true,
37688
+ "original": {
37689
+ "$extensions": {
37690
+ "nl.nldesignsystem.css.property": {
37691
+ "syntax": "<length>",
37692
+ "inherits": true
37693
+ },
37694
+ "nl.nldesignsystem.figma.supports-token": false,
37695
+ "studio.tokens": {
37696
+ "originalType": "spacing"
37697
+ }
37698
+ },
37699
+ "type": "dimension",
37700
+ "value": "{utrecht.space.block.xs}"
37701
+ },
37702
+ "name": "utrechtTooltipPaddingBlock",
37703
+ "attributes": {},
37704
+ "path": [
37705
+ "utrecht",
37706
+ "tooltip",
37707
+ "padding-block"
37708
+ ]
37709
+ },
37710
+ "padding-inline": {
37711
+ "$extensions": {
37712
+ "nl.nldesignsystem.css.property": {
37713
+ "syntax": "<length>",
37714
+ "inherits": true
37715
+ },
37716
+ "nl.nldesignsystem.figma.supports-token": false,
37717
+ "studio.tokens": {
37718
+ "originalType": "spacing"
37719
+ }
37720
+ },
37721
+ "type": "dimension",
37722
+ "value": "16px",
37723
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
37724
+ "isSource": true,
37725
+ "original": {
37726
+ "$extensions": {
37727
+ "nl.nldesignsystem.css.property": {
37728
+ "syntax": "<length>",
37729
+ "inherits": true
37730
+ },
37731
+ "nl.nldesignsystem.figma.supports-token": false,
37732
+ "studio.tokens": {
37733
+ "originalType": "spacing"
37734
+ }
37735
+ },
37736
+ "type": "dimension",
37737
+ "value": "{utrecht.space.inline.md}"
37738
+ },
37739
+ "name": "utrechtTooltipPaddingInline",
37740
+ "attributes": {},
37741
+ "path": [
37742
+ "utrecht",
37743
+ "tooltip",
37744
+ "padding-inline"
37745
+ ]
37746
+ },
37747
+ "transition-duration": {
37748
+ "$extensions": {
37749
+ "nl.nldesignsystem.css.property": {
37750
+ "syntax": "<time>",
37751
+ "inherits": true
37752
+ },
37753
+ "nl.nldesignsystem.figma.supports-token": false
37754
+ },
37755
+ "type": "other"
37756
+ },
37757
+ "transition-timing-function": {
37758
+ "$extensions": {
37759
+ "nl.nldesignsystem.css.property": {
37760
+ "syntax": "<time>",
37761
+ "inherits": true
37762
+ },
37763
+ "nl.nldesignsystem.figma.supports-token": false
37764
+ },
37765
+ "type": "other"
37766
+ },
37767
+ "z-index": {
37768
+ "$extensions": {
37769
+ "nl.nldesignsystem.css.property": {
37770
+ "syntax": "<number>",
37771
+ "inherits": true
37772
+ },
37773
+ "nl.nldesignsystem.figma.supports-token": false
37774
+ },
37775
+ "type": "other"
37776
+ },
37777
+ "arrow": {
37778
+ "size": {
37779
+ "$extensions": {
37780
+ "nl.nldesignsystem.css.property": {
37781
+ "syntax": "<length-percentage>",
37782
+ "inherits": true
37783
+ },
37784
+ "nl.nldesignsystem.figma.supports-token": false
37785
+ },
37786
+ "type": "sizing"
37787
+ }
37788
+ }
37789
+ },
35191
37790
  "toptask-link": {
35192
37791
  "background-color": {
35193
37792
  "$extensions": {