@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
package/dist/tokens.cjs CHANGED
@@ -1205,6 +1205,80 @@ module.exports = {
1205
1205
  }
1206
1206
  }
1207
1207
  },
1208
+ "action-group": {
1209
+ "background-color": {
1210
+ "$extensions": {
1211
+ "nl.nldesignsystem.css.property": {
1212
+ "syntax": "<color>",
1213
+ "inherits": true
1214
+ },
1215
+ "nl.nldesignsystem.figma.supports-token": true
1216
+ },
1217
+ "type": "color"
1218
+ },
1219
+ "column-gap": {
1220
+ "$extensions": {
1221
+ "nl.nldesignsystem.css.property": {
1222
+ "syntax": "<length>",
1223
+ "inherits": true
1224
+ },
1225
+ "nl.nldesignsystem.figma.supports-token": true
1226
+ },
1227
+ "comment": "'column-gap', for lack of a better existing property.",
1228
+ "type": "spacing"
1229
+ },
1230
+ "margin-block-end": {
1231
+ "$extensions": {
1232
+ "nl.nldesignsystem.css.property": {
1233
+ "syntax": "<length>",
1234
+ "inherits": true
1235
+ },
1236
+ "nl.nldesignsystem.figma.supports-token": false
1237
+ },
1238
+ "type": "spacing"
1239
+ },
1240
+ "margin-block-start": {
1241
+ "$extensions": {
1242
+ "nl.nldesignsystem.css.property": {
1243
+ "syntax": "<length>",
1244
+ "inherits": true
1245
+ },
1246
+ "nl.nldesignsystem.figma.supports-token": false
1247
+ },
1248
+ "type": "spacing"
1249
+ },
1250
+ "padding-block-end": {
1251
+ "$extensions": {
1252
+ "nl.nldesignsystem.css.property": {
1253
+ "syntax": "<length>",
1254
+ "inherits": true
1255
+ },
1256
+ "nl.nldesignsystem.figma.supports-token": true
1257
+ },
1258
+ "type": "spacing"
1259
+ },
1260
+ "padding-block-start": {
1261
+ "$extensions": {
1262
+ "nl.nldesignsystem.css.property": {
1263
+ "syntax": "<length>",
1264
+ "inherits": true
1265
+ },
1266
+ "nl.nldesignsystem.figma.supports-token": true
1267
+ },
1268
+ "type": "spacing"
1269
+ },
1270
+ "row-gap": {
1271
+ "$extensions": {
1272
+ "nl.nldesignsystem.css.property": {
1273
+ "syntax": "<length>",
1274
+ "inherits": true
1275
+ },
1276
+ "nl.nldesignsystem.figma.supports-token": true
1277
+ },
1278
+ "comment": "'row-gap', for lack of a better existing property.",
1279
+ "type": "spacing"
1280
+ }
1281
+ },
1208
1282
  "alert-dialog": {
1209
1283
  "margin-block-start": {
1210
1284
  "$extensions": {
@@ -4503,29 +4577,34 @@ module.exports = {
4503
4577
  ]
4504
4578
  }
4505
4579
  },
4506
- "background-color": {},
4507
- "text-decoration": {
4508
- "value": "none",
4509
- "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4510
- "isSource": true,
4511
- "original": {
4512
- "value": "none"
4513
- },
4514
- "name": "text-decoration",
4515
- "attributes": {},
4516
- "path": [
4517
- "utrecht",
4518
- "breadcrumb-nav",
4519
- "link",
4520
- "text-decoration"
4521
- ]
4522
- },
4523
4580
  "icon": {
4524
4581
  "size": {
4582
+ "$extensions": {
4583
+ "nl.nldesignsystem.css.property": {
4584
+ "syntax": "<length>",
4585
+ "inherits": true
4586
+ },
4587
+ "nl.nldesignsystem.figma.supports-token": false,
4588
+ "studio.tokens": {
4589
+ "originalType": "sizing"
4590
+ }
4591
+ },
4592
+ "type": "dimension",
4525
4593
  "value": "16px",
4526
4594
  "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4527
4595
  "isSource": true,
4528
4596
  "original": {
4597
+ "$extensions": {
4598
+ "nl.nldesignsystem.css.property": {
4599
+ "syntax": "<length>",
4600
+ "inherits": true
4601
+ },
4602
+ "nl.nldesignsystem.figma.supports-token": false,
4603
+ "studio.tokens": {
4604
+ "originalType": "sizing"
4605
+ }
4606
+ },
4607
+ "type": "dimension",
4529
4608
  "value": "{utrecht.icon-scale.md}"
4530
4609
  },
4531
4610
  "name": "size",
@@ -4538,6 +4617,23 @@ module.exports = {
4538
4617
  "size"
4539
4618
  ]
4540
4619
  }
4620
+ },
4621
+ "background-color": {},
4622
+ "text-decoration": {
4623
+ "value": "none",
4624
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4625
+ "isSource": true,
4626
+ "original": {
4627
+ "value": "none"
4628
+ },
4629
+ "name": "text-decoration",
4630
+ "attributes": {},
4631
+ "path": [
4632
+ "utrecht",
4633
+ "breadcrumb-nav",
4634
+ "link",
4635
+ "text-decoration"
4636
+ ]
4541
4637
  }
4542
4638
  },
4543
4639
  "separator": {
@@ -4749,7 +4845,9 @@ module.exports = {
4749
4845
  "syntax": "<color>",
4750
4846
  "inherits": true
4751
4847
  },
4752
- "nl.nldesignsystem.figma.supports-token": true
4848
+ "nl.nldesignsystem.figma.supports-token": true,
4849
+ "nl.nldesignsystem.deprecated": true,
4850
+ "nl.nldesignsystem.redirect": "utrecht.action-group.background-color"
4753
4851
  },
4754
4852
  "type": "color"
4755
4853
  },
@@ -4759,7 +4857,9 @@ module.exports = {
4759
4857
  "syntax": "<length>",
4760
4858
  "inherits": true
4761
4859
  },
4762
- "nl.nldesignsystem.figma.supports-token": true
4860
+ "nl.nldesignsystem.figma.supports-token": true,
4861
+ "nl.nldesignsystem.deprecated": true,
4862
+ "nl.nldesignsystem.redirect": "utrecht.action-group.column-gap"
4763
4863
  },
4764
4864
  "comment": "'column-gap', for lack of a better existing property.",
4765
4865
  "type": "spacing"
@@ -4770,7 +4870,9 @@ module.exports = {
4770
4870
  "syntax": "<length>",
4771
4871
  "inherits": true
4772
4872
  },
4773
- "nl.nldesignsystem.figma.supports-token": false
4873
+ "nl.nldesignsystem.figma.supports-token": false,
4874
+ "nl.nldesignsystem.deprecated": true,
4875
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-end"
4774
4876
  },
4775
4877
  "type": "spacing"
4776
4878
  },
@@ -4780,7 +4882,9 @@ module.exports = {
4780
4882
  "syntax": "<length>",
4781
4883
  "inherits": true
4782
4884
  },
4783
- "nl.nldesignsystem.figma.supports-token": false
4885
+ "nl.nldesignsystem.figma.supports-token": false,
4886
+ "nl.nldesignsystem.deprecated": true,
4887
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-start"
4784
4888
  },
4785
4889
  "type": "spacing"
4786
4890
  },
@@ -4790,7 +4894,9 @@ module.exports = {
4790
4894
  "syntax": "<length>",
4791
4895
  "inherits": true
4792
4896
  },
4793
- "nl.nldesignsystem.figma.supports-token": true
4897
+ "nl.nldesignsystem.figma.supports-token": true,
4898
+ "nl.nldesignsystem.deprecated": true,
4899
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-end"
4794
4900
  },
4795
4901
  "type": "spacing"
4796
4902
  },
@@ -4800,7 +4906,9 @@ module.exports = {
4800
4906
  "syntax": "<length>",
4801
4907
  "inherits": true
4802
4908
  },
4803
- "nl.nldesignsystem.figma.supports-token": true
4909
+ "nl.nldesignsystem.figma.supports-token": true,
4910
+ "nl.nldesignsystem.deprecated": true,
4911
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-start"
4804
4912
  },
4805
4913
  "type": "spacing"
4806
4914
  },
@@ -4810,7 +4918,9 @@ module.exports = {
4810
4918
  "syntax": "<length>",
4811
4919
  "inherits": true
4812
4920
  },
4813
- "nl.nldesignsystem.figma.supports-token": true
4921
+ "nl.nldesignsystem.figma.supports-token": true,
4922
+ "nl.nldesignsystem.deprecated": true,
4923
+ "nl.nldesignsystem.redirect": "utrecht.action-group.row-gap"
4814
4924
  },
4815
4925
  "comment": "'row-gap', for lack of a better existing property.",
4816
4926
  "type": "spacing"
@@ -16838,6 +16948,26 @@ module.exports = {
16838
16948
  },
16839
16949
  "type": "spacing"
16840
16950
  },
16951
+ "margin-inline-end": {
16952
+ "$extensions": {
16953
+ "nl.nldesignsystem.css.property": {
16954
+ "syntax": "<length>",
16955
+ "inherits": true
16956
+ },
16957
+ "nl.nldesignsystem.figma.supports-token": false
16958
+ },
16959
+ "type": "spacing"
16960
+ },
16961
+ "margin-inline-start": {
16962
+ "$extensions": {
16963
+ "nl.nldesignsystem.css.property": {
16964
+ "syntax": "<length>",
16965
+ "inherits": true
16966
+ },
16967
+ "nl.nldesignsystem.figma.supports-token": false
16968
+ },
16969
+ "type": "spacing"
16970
+ },
16841
16971
  "caption": {
16842
16972
  "color": {
16843
16973
  "$extensions": {
@@ -16950,6 +17080,7 @@ module.exports = {
16950
17080
  }
16951
17081
  },
16952
17082
  "flex-wrap-fallback": {},
17083
+ "utrecht-flolegal-decision-tree-container": {},
16953
17084
  "focus": {
16954
17085
  "background-color": {
16955
17086
  "$extensions": {
@@ -21870,6 +22001,46 @@ module.exports = {
21870
22001
  "inset-block-start"
21871
22002
  ]
21872
22003
  }
22004
+ },
22005
+ "custom": {
22006
+ "margin-inline-end": {
22007
+ "$extensions": {
22008
+ "nl.nldesignsystem.css.property": {
22009
+ "syntax": "<length>",
22010
+ "inherits": true
22011
+ },
22012
+ "nl.nldesignsystem.figma.supports-token": false,
22013
+ "studio.tokens": {
22014
+ "originalType": "spacing"
22015
+ }
22016
+ },
22017
+ "type": "dimension",
22018
+ "value": "8px",
22019
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22020
+ "isSource": true,
22021
+ "original": {
22022
+ "$extensions": {
22023
+ "nl.nldesignsystem.css.property": {
22024
+ "syntax": "<length>",
22025
+ "inherits": true
22026
+ },
22027
+ "nl.nldesignsystem.figma.supports-token": false,
22028
+ "studio.tokens": {
22029
+ "originalType": "spacing"
22030
+ }
22031
+ },
22032
+ "type": "dimension",
22033
+ "value": "{utrecht.space.inline.xs}"
22034
+ },
22035
+ "name": "margin-inline-end",
22036
+ "attributes": {},
22037
+ "path": [
22038
+ "utrecht",
22039
+ "icon",
22040
+ "custom",
22041
+ "margin-inline-end"
22042
+ ]
22043
+ }
21873
22044
  }
21874
22045
  },
21875
22046
  "image": {},
@@ -25773,6 +25944,2042 @@ module.exports = {
25773
25944
  }
25774
25945
  }
25775
25946
  },
25947
+ "navigation": {
25948
+ "border-block-end-color": {
25949
+ "$extensions": {
25950
+ "nl.nldesignsystem.css.property": {
25951
+ "syntax": "<color>",
25952
+ "inherits": true
25953
+ },
25954
+ "nl.nldesignsystem.figma.supports-token": false
25955
+ },
25956
+ "type": "color",
25957
+ "value": "transparent",
25958
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25959
+ "isSource": true,
25960
+ "original": {
25961
+ "$extensions": {
25962
+ "nl.nldesignsystem.css.property": {
25963
+ "syntax": "<color>",
25964
+ "inherits": true
25965
+ },
25966
+ "nl.nldesignsystem.figma.supports-token": false
25967
+ },
25968
+ "type": "color",
25969
+ "value": "transparent"
25970
+ },
25971
+ "name": "border-block-end-color",
25972
+ "attributes": {},
25973
+ "path": [
25974
+ "utrecht",
25975
+ "navigation",
25976
+ "border-block-end-color"
25977
+ ]
25978
+ },
25979
+ "border-block-end-width": {
25980
+ "$extensions": {
25981
+ "nl.nldesignsystem.css.property": {
25982
+ "syntax": "<length>",
25983
+ "inherits": true
25984
+ },
25985
+ "nl.nldesignsystem.figma.supports-token": false
25986
+ },
25987
+ "type": "length",
25988
+ "value": "0",
25989
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25990
+ "isSource": true,
25991
+ "original": {
25992
+ "$extensions": {
25993
+ "nl.nldesignsystem.css.property": {
25994
+ "syntax": "<length>",
25995
+ "inherits": true
25996
+ },
25997
+ "nl.nldesignsystem.figma.supports-token": false
25998
+ },
25999
+ "type": "length",
26000
+ "value": "0"
26001
+ },
26002
+ "name": "border-block-end-width",
26003
+ "attributes": {},
26004
+ "path": [
26005
+ "utrecht",
26006
+ "navigation",
26007
+ "border-block-end-width"
26008
+ ]
26009
+ },
26010
+ "border-block-start-color": {
26011
+ "$extensions": {
26012
+ "nl.nldesignsystem.css.property": {
26013
+ "syntax": "<color>",
26014
+ "inherits": true
26015
+ },
26016
+ "nl.nldesignsystem.figma.supports-token": false
26017
+ },
26018
+ "type": "color",
26019
+ "value": "transparent",
26020
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26021
+ "isSource": true,
26022
+ "original": {
26023
+ "$extensions": {
26024
+ "nl.nldesignsystem.css.property": {
26025
+ "syntax": "<color>",
26026
+ "inherits": true
26027
+ },
26028
+ "nl.nldesignsystem.figma.supports-token": false
26029
+ },
26030
+ "type": "color",
26031
+ "value": "transparent"
26032
+ },
26033
+ "name": "border-block-start-color",
26034
+ "attributes": {},
26035
+ "path": [
26036
+ "utrecht",
26037
+ "navigation",
26038
+ "border-block-start-color"
26039
+ ]
26040
+ },
26041
+ "border-block-start-width": {
26042
+ "$extensions": {
26043
+ "nl.nldesignsystem.css.property": {
26044
+ "syntax": "<length>",
26045
+ "inherits": true
26046
+ },
26047
+ "nl.nldesignsystem.figma.supports-token": false
26048
+ },
26049
+ "type": "length",
26050
+ "value": "0",
26051
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26052
+ "isSource": true,
26053
+ "original": {
26054
+ "$extensions": {
26055
+ "nl.nldesignsystem.css.property": {
26056
+ "syntax": "<length>",
26057
+ "inherits": true
26058
+ },
26059
+ "nl.nldesignsystem.figma.supports-token": false
26060
+ },
26061
+ "type": "length",
26062
+ "value": "0"
26063
+ },
26064
+ "name": "border-block-start-width",
26065
+ "attributes": {},
26066
+ "path": [
26067
+ "utrecht",
26068
+ "navigation",
26069
+ "border-block-start-width"
26070
+ ]
26071
+ },
26072
+ "margin-block-end": {
26073
+ "$extensions": {
26074
+ "nl.nldesignsystem.css.property": {
26075
+ "syntax": "<length>",
26076
+ "inherits": true
26077
+ },
26078
+ "nl.nldesignsystem.figma.supports-token": false
26079
+ },
26080
+ "type": "length"
26081
+ },
26082
+ "margin-block-start": {
26083
+ "$extensions": {
26084
+ "nl.nldesignsystem.css.property": {
26085
+ "syntax": "<length>",
26086
+ "inherits": true
26087
+ },
26088
+ "nl.nldesignsystem.figma.supports-token": false
26089
+ },
26090
+ "type": "length"
26091
+ },
26092
+ "drawer": {
26093
+ "background-color": {
26094
+ "$extensions": {
26095
+ "nl.nldesignsystem.css.property": {
26096
+ "syntax": "<color>",
26097
+ "inherits": true
26098
+ },
26099
+ "nl.nldesignsystem.figma.supports-token": false
26100
+ },
26101
+ "type": "color"
26102
+ },
26103
+ "mobile": {
26104
+ "min-inline-size": {
26105
+ "$extensions": {
26106
+ "nl.nldesignsystem.css.property": {
26107
+ "syntax": "<length>",
26108
+ "inherits": true
26109
+ },
26110
+ "nl.nldesignsystem.figma.supports-token": false,
26111
+ "studio.tokens": {
26112
+ "originalType": "sizing"
26113
+ }
26114
+ },
26115
+ "type": "dimension",
26116
+ "value": "50%",
26117
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26118
+ "isSource": true,
26119
+ "original": {
26120
+ "$extensions": {
26121
+ "nl.nldesignsystem.css.property": {
26122
+ "syntax": "<length>",
26123
+ "inherits": true
26124
+ },
26125
+ "nl.nldesignsystem.figma.supports-token": false,
26126
+ "studio.tokens": {
26127
+ "originalType": "sizing"
26128
+ }
26129
+ },
26130
+ "type": "dimension",
26131
+ "value": "50%"
26132
+ },
26133
+ "name": "min-inline-size",
26134
+ "attributes": {},
26135
+ "path": [
26136
+ "utrecht",
26137
+ "navigation",
26138
+ "drawer",
26139
+ "mobile",
26140
+ "min-inline-size"
26141
+ ]
26142
+ }
26143
+ },
26144
+ "backdrop": {
26145
+ "background-color": {
26146
+ "value": "rgb(0 0 0 / 30%)",
26147
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26148
+ "isSource": true,
26149
+ "original": {
26150
+ "value": "rgb(0 0 0 / 30%)"
26151
+ },
26152
+ "name": "background-color",
26153
+ "attributes": {},
26154
+ "path": [
26155
+ "utrecht",
26156
+ "navigation",
26157
+ "drawer",
26158
+ "backdrop",
26159
+ "background-color"
26160
+ ]
26161
+ }
26162
+ },
26163
+ "min-inline-size": {
26164
+ "value": "100%",
26165
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26166
+ "isSource": true,
26167
+ "original": {
26168
+ "value": "100%"
26169
+ },
26170
+ "name": "min-inline-size",
26171
+ "attributes": {},
26172
+ "path": [
26173
+ "utrecht",
26174
+ "navigation",
26175
+ "drawer",
26176
+ "min-inline-size"
26177
+ ]
26178
+ }
26179
+ },
26180
+ "item": {
26181
+ "padding-block-start": {
26182
+ "$extensions": {
26183
+ "nl.nldesignsystem.css.property": {
26184
+ "syntax": "<length>",
26185
+ "inherits": true
26186
+ },
26187
+ "nl.nldesignsystem.figma.supports-token": false
26188
+ },
26189
+ "type": "spacing"
26190
+ },
26191
+ "padding-block-end": {
26192
+ "$extensions": {
26193
+ "nl.nldesignsystem.css.property": {
26194
+ "syntax": "<length>",
26195
+ "inherits": true
26196
+ },
26197
+ "nl.nldesignsystem.figma.supports-token": false
26198
+ },
26199
+ "type": "spacing"
26200
+ },
26201
+ "padding-inline-start": {
26202
+ "$extensions": {
26203
+ "nl.nldesignsystem.css.property": {
26204
+ "syntax": "<length>",
26205
+ "inherits": true
26206
+ },
26207
+ "nl.nldesignsystem.figma.supports-token": false
26208
+ },
26209
+ "type": "spacing"
26210
+ },
26211
+ "padding-inline-end": {
26212
+ "$extensions": {
26213
+ "nl.nldesignsystem.css.property": {
26214
+ "syntax": "<length>",
26215
+ "inherits": true
26216
+ },
26217
+ "nl.nldesignsystem.figma.supports-token": false
26218
+ },
26219
+ "type": "spacing"
26220
+ },
26221
+ "border-block-end-color": {
26222
+ "$extensions": {
26223
+ "nl.nldesignsystem.css.property": {
26224
+ "syntax": "<color>",
26225
+ "inherits": true
26226
+ },
26227
+ "nl.nldesignsystem.figma.supports-token": false
26228
+ },
26229
+ "type": "color",
26230
+ "value": "transparent",
26231
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26232
+ "isSource": true,
26233
+ "original": {
26234
+ "$extensions": {
26235
+ "nl.nldesignsystem.css.property": {
26236
+ "syntax": "<color>",
26237
+ "inherits": true
26238
+ },
26239
+ "nl.nldesignsystem.figma.supports-token": false
26240
+ },
26241
+ "type": "color",
26242
+ "value": "transparent"
26243
+ },
26244
+ "name": "border-block-end-color",
26245
+ "attributes": {},
26246
+ "path": [
26247
+ "utrecht",
26248
+ "navigation",
26249
+ "item",
26250
+ "border-block-end-color"
26251
+ ]
26252
+ },
26253
+ "border-block-end-width": {
26254
+ "$extensions": {
26255
+ "nl.nldesignsystem.css.property": {
26256
+ "syntax": "<length>",
26257
+ "inherits": true
26258
+ },
26259
+ "nl.nldesignsystem.figma.supports-token": false
26260
+ },
26261
+ "type": "length",
26262
+ "value": "0",
26263
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26264
+ "isSource": true,
26265
+ "original": {
26266
+ "$extensions": {
26267
+ "nl.nldesignsystem.css.property": {
26268
+ "syntax": "<length>",
26269
+ "inherits": true
26270
+ },
26271
+ "nl.nldesignsystem.figma.supports-token": false
26272
+ },
26273
+ "type": "length",
26274
+ "value": "0"
26275
+ },
26276
+ "name": "border-block-end-width",
26277
+ "attributes": {},
26278
+ "path": [
26279
+ "utrecht",
26280
+ "navigation",
26281
+ "item",
26282
+ "border-block-end-width"
26283
+ ]
26284
+ },
26285
+ "border-block-start-color": {
26286
+ "$extensions": {
26287
+ "nl.nldesignsystem.css.property": {
26288
+ "syntax": "<color>",
26289
+ "inherits": true
26290
+ },
26291
+ "nl.nldesignsystem.figma.supports-token": false
26292
+ },
26293
+ "type": "color",
26294
+ "value": "transparent",
26295
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26296
+ "isSource": true,
26297
+ "original": {
26298
+ "$extensions": {
26299
+ "nl.nldesignsystem.css.property": {
26300
+ "syntax": "<color>",
26301
+ "inherits": true
26302
+ },
26303
+ "nl.nldesignsystem.figma.supports-token": false
26304
+ },
26305
+ "type": "color",
26306
+ "value": "transparent"
26307
+ },
26308
+ "name": "border-block-start-color",
26309
+ "attributes": {},
26310
+ "path": [
26311
+ "utrecht",
26312
+ "navigation",
26313
+ "item",
26314
+ "border-block-start-color"
26315
+ ]
26316
+ },
26317
+ "border-block-start-width": {
26318
+ "$extensions": {
26319
+ "nl.nldesignsystem.css.property": {
26320
+ "syntax": "<length>",
26321
+ "inherits": true
26322
+ },
26323
+ "nl.nldesignsystem.figma.supports-token": false
26324
+ },
26325
+ "type": "length",
26326
+ "value": "0",
26327
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26328
+ "isSource": true,
26329
+ "original": {
26330
+ "$extensions": {
26331
+ "nl.nldesignsystem.css.property": {
26332
+ "syntax": "<length>",
26333
+ "inherits": true
26334
+ },
26335
+ "nl.nldesignsystem.figma.supports-token": false
26336
+ },
26337
+ "type": "length",
26338
+ "value": "0"
26339
+ },
26340
+ "name": "border-block-start-width",
26341
+ "attributes": {},
26342
+ "path": [
26343
+ "utrecht",
26344
+ "navigation",
26345
+ "item",
26346
+ "border-block-start-width"
26347
+ ]
26348
+ },
26349
+ "mobile": {
26350
+ "padding-block-start": {
26351
+ "$extensions": {
26352
+ "nl.nldesignsystem.css.property": {
26353
+ "syntax": "<length>",
26354
+ "inherits": true
26355
+ },
26356
+ "nl.nldesignsystem.figma.supports-token": false
26357
+ },
26358
+ "type": "spacing"
26359
+ },
26360
+ "padding-block-end": {
26361
+ "$extensions": {
26362
+ "nl.nldesignsystem.css.property": {
26363
+ "syntax": "<length>",
26364
+ "inherits": true
26365
+ },
26366
+ "nl.nldesignsystem.figma.supports-token": false
26367
+ },
26368
+ "type": "spacing"
26369
+ },
26370
+ "padding-inline-start": {
26371
+ "$extensions": {
26372
+ "nl.nldesignsystem.css.property": {
26373
+ "syntax": "<length>",
26374
+ "inherits": true
26375
+ },
26376
+ "nl.nldesignsystem.figma.supports-token": false
26377
+ },
26378
+ "type": "spacing"
26379
+ },
26380
+ "padding-inline-end": {
26381
+ "$extensions": {
26382
+ "nl.nldesignsystem.css.property": {
26383
+ "syntax": "<length>",
26384
+ "inherits": true
26385
+ },
26386
+ "nl.nldesignsystem.figma.supports-token": false
26387
+ },
26388
+ "type": "spacing"
26389
+ },
26390
+ "border-block-end-color": {
26391
+ "$extensions": {
26392
+ "nl.nldesignsystem.css.property": {
26393
+ "syntax": "<color>",
26394
+ "inherits": true
26395
+ },
26396
+ "nl.nldesignsystem.figma.supports-token": false
26397
+ },
26398
+ "type": "color",
26399
+ "value": "hsl(0 0% 80%)",
26400
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26401
+ "isSource": true,
26402
+ "original": {
26403
+ "$extensions": {
26404
+ "nl.nldesignsystem.css.property": {
26405
+ "syntax": "<color>",
26406
+ "inherits": true
26407
+ },
26408
+ "nl.nldesignsystem.figma.supports-token": false
26409
+ },
26410
+ "type": "color",
26411
+ "value": "{utrecht.color.grey.80}"
26412
+ },
26413
+ "name": "border-block-end-color",
26414
+ "attributes": {},
26415
+ "path": [
26416
+ "utrecht",
26417
+ "navigation",
26418
+ "item",
26419
+ "mobile",
26420
+ "border-block-end-color"
26421
+ ]
26422
+ },
26423
+ "border-block-end-width": {
26424
+ "$extensions": {
26425
+ "nl.nldesignsystem.css.property": {
26426
+ "syntax": "<length>",
26427
+ "inherits": true
26428
+ },
26429
+ "nl.nldesignsystem.figma.supports-token": false
26430
+ },
26431
+ "type": "length",
26432
+ "value": "1px",
26433
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26434
+ "isSource": true,
26435
+ "original": {
26436
+ "$extensions": {
26437
+ "nl.nldesignsystem.css.property": {
26438
+ "syntax": "<length>",
26439
+ "inherits": true
26440
+ },
26441
+ "nl.nldesignsystem.figma.supports-token": false
26442
+ },
26443
+ "type": "length",
26444
+ "value": "1px"
26445
+ },
26446
+ "name": "border-block-end-width",
26447
+ "attributes": {},
26448
+ "path": [
26449
+ "utrecht",
26450
+ "navigation",
26451
+ "item",
26452
+ "mobile",
26453
+ "border-block-end-width"
26454
+ ]
26455
+ },
26456
+ "border-block-start-color": {
26457
+ "$extensions": {
26458
+ "nl.nldesignsystem.css.property": {
26459
+ "syntax": "<color>",
26460
+ "inherits": true
26461
+ },
26462
+ "nl.nldesignsystem.figma.supports-token": false
26463
+ },
26464
+ "type": "color",
26465
+ "value": "hsl(0 0% 80%)",
26466
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26467
+ "isSource": true,
26468
+ "original": {
26469
+ "$extensions": {
26470
+ "nl.nldesignsystem.css.property": {
26471
+ "syntax": "<color>",
26472
+ "inherits": true
26473
+ },
26474
+ "nl.nldesignsystem.figma.supports-token": false
26475
+ },
26476
+ "type": "color",
26477
+ "value": "{utrecht.color.grey.80}"
26478
+ },
26479
+ "name": "border-block-start-color",
26480
+ "attributes": {},
26481
+ "path": [
26482
+ "utrecht",
26483
+ "navigation",
26484
+ "item",
26485
+ "mobile",
26486
+ "border-block-start-color"
26487
+ ]
26488
+ },
26489
+ "border-block-start-width": {
26490
+ "$extensions": {
26491
+ "nl.nldesignsystem.css.property": {
26492
+ "syntax": "<length>",
26493
+ "inherits": true
26494
+ },
26495
+ "nl.nldesignsystem.figma.supports-token": false
26496
+ },
26497
+ "type": "length",
26498
+ "value": "1px",
26499
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26500
+ "isSource": true,
26501
+ "original": {
26502
+ "$extensions": {
26503
+ "nl.nldesignsystem.css.property": {
26504
+ "syntax": "<length>",
26505
+ "inherits": true
26506
+ },
26507
+ "nl.nldesignsystem.figma.supports-token": false
26508
+ },
26509
+ "type": "length",
26510
+ "value": "1px"
26511
+ },
26512
+ "name": "border-block-start-width",
26513
+ "attributes": {},
26514
+ "path": [
26515
+ "utrecht",
26516
+ "navigation",
26517
+ "item",
26518
+ "mobile",
26519
+ "border-block-start-width"
26520
+ ]
26521
+ }
26522
+ }
26523
+ },
26524
+ "link": {
26525
+ "active": {
26526
+ "color": {
26527
+ "$extensions": {
26528
+ "nl.nldesignsystem.css.property": {
26529
+ "syntax": "<color>",
26530
+ "inherits": true
26531
+ },
26532
+ "nl.nldesignsystem.figma.supports-token": false
26533
+ },
26534
+ "type": "color",
26535
+ "value": "hsl(0 0% 100%)",
26536
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26537
+ "isSource": true,
26538
+ "original": {
26539
+ "$extensions": {
26540
+ "nl.nldesignsystem.css.property": {
26541
+ "syntax": "<color>",
26542
+ "inherits": true
26543
+ },
26544
+ "nl.nldesignsystem.figma.supports-token": false
26545
+ },
26546
+ "type": "color",
26547
+ "value": "{utrecht.color.white}"
26548
+ },
26549
+ "name": "color",
26550
+ "attributes": {},
26551
+ "path": [
26552
+ "utrecht",
26553
+ "navigation",
26554
+ "link",
26555
+ "active",
26556
+ "color"
26557
+ ]
26558
+ },
26559
+ "focus": {
26560
+ "color": {
26561
+ "$extensions": {
26562
+ "nl.nldesignsystem.css.property": {
26563
+ "syntax": "<color>",
26564
+ "inherits": true
26565
+ },
26566
+ "nl.nldesignsystem.figma.supports-token": false
26567
+ },
26568
+ "type": "color",
26569
+ "value": "hsl(0 0% 0%)",
26570
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26571
+ "isSource": true,
26572
+ "original": {
26573
+ "$extensions": {
26574
+ "nl.nldesignsystem.css.property": {
26575
+ "syntax": "<color>",
26576
+ "inherits": true
26577
+ },
26578
+ "nl.nldesignsystem.figma.supports-token": false
26579
+ },
26580
+ "type": "color",
26581
+ "value": "{utrecht.color.black}"
26582
+ },
26583
+ "name": "color",
26584
+ "attributes": {},
26585
+ "path": [
26586
+ "utrecht",
26587
+ "navigation",
26588
+ "link",
26589
+ "active",
26590
+ "focus",
26591
+ "color"
26592
+ ]
26593
+ }
26594
+ }
26595
+ },
26596
+ "background-color": {
26597
+ "$extensions": {
26598
+ "nl.nldesignsystem.css.property": {
26599
+ "syntax": "<color>",
26600
+ "inherits": true
26601
+ },
26602
+ "nl.nldesignsystem.figma.supports-token": false
26603
+ },
26604
+ "type": "color",
26605
+ "value": "hsl(0 0% 15%)",
26606
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26607
+ "isSource": true,
26608
+ "original": {
26609
+ "$extensions": {
26610
+ "nl.nldesignsystem.css.property": {
26611
+ "syntax": "<color>",
26612
+ "inherits": true
26613
+ },
26614
+ "nl.nldesignsystem.figma.supports-token": false
26615
+ },
26616
+ "type": "color",
26617
+ "value": "{utrecht.color.grey.15}"
26618
+ },
26619
+ "name": "background-color",
26620
+ "attributes": {},
26621
+ "path": [
26622
+ "utrecht",
26623
+ "navigation",
26624
+ "link",
26625
+ "background-color"
26626
+ ]
26627
+ },
26628
+ "border-color": {
26629
+ "$extensions": {
26630
+ "nl.nldesignsystem.css.property": {
26631
+ "syntax": "<color>",
26632
+ "inherits": true
26633
+ },
26634
+ "nl.nldesignsystem.figma.supports-token": false
26635
+ },
26636
+ "type": "color",
26637
+ "value": "hsl(0 0% 40%)",
26638
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26639
+ "isSource": true,
26640
+ "original": {
26641
+ "$extensions": {
26642
+ "nl.nldesignsystem.css.property": {
26643
+ "syntax": "<color>",
26644
+ "inherits": true
26645
+ },
26646
+ "nl.nldesignsystem.figma.supports-token": false
26647
+ },
26648
+ "type": "color",
26649
+ "value": "{utrecht.color.grey.40}"
26650
+ },
26651
+ "name": "border-color",
26652
+ "attributes": {},
26653
+ "path": [
26654
+ "utrecht",
26655
+ "navigation",
26656
+ "link",
26657
+ "border-color"
26658
+ ]
26659
+ },
26660
+ "border-inline-end-width": {
26661
+ "$extensions": {
26662
+ "nl.nldesignsystem.css.property": {
26663
+ "syntax": "<length>",
26664
+ "inherits": true
26665
+ },
26666
+ "nl.nldesignsystem.figma.supports-token": false
26667
+ },
26668
+ "type": "length",
26669
+ "value": "1px",
26670
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26671
+ "isSource": true,
26672
+ "original": {
26673
+ "$extensions": {
26674
+ "nl.nldesignsystem.css.property": {
26675
+ "syntax": "<length>",
26676
+ "inherits": true
26677
+ },
26678
+ "nl.nldesignsystem.figma.supports-token": false
26679
+ },
26680
+ "type": "length",
26681
+ "value": "1px"
26682
+ },
26683
+ "name": "border-inline-end-width",
26684
+ "attributes": {},
26685
+ "path": [
26686
+ "utrecht",
26687
+ "navigation",
26688
+ "link",
26689
+ "border-inline-end-width"
26690
+ ]
26691
+ },
26692
+ "color": {
26693
+ "$extensions": {
26694
+ "nl.nldesignsystem.css.property": {
26695
+ "syntax": "<color>",
26696
+ "inherits": true
26697
+ },
26698
+ "nl.nldesignsystem.figma.supports-token": false
26699
+ },
26700
+ "type": "color",
26701
+ "value": "hsl(0 0% 100%)",
26702
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26703
+ "isSource": true,
26704
+ "original": {
26705
+ "$extensions": {
26706
+ "nl.nldesignsystem.css.property": {
26707
+ "syntax": "<color>",
26708
+ "inherits": true
26709
+ },
26710
+ "nl.nldesignsystem.figma.supports-token": false
26711
+ },
26712
+ "type": "color",
26713
+ "value": "{utrecht.color.white}"
26714
+ },
26715
+ "name": "color",
26716
+ "attributes": {},
26717
+ "path": [
26718
+ "utrecht",
26719
+ "navigation",
26720
+ "link",
26721
+ "color"
26722
+ ]
26723
+ },
26724
+ "focus": {
26725
+ "color": {
26726
+ "$extensions": {
26727
+ "nl.nldesignsystem.css.property": {
26728
+ "syntax": "<color>",
26729
+ "inherits": true
26730
+ },
26731
+ "nl.nldesignsystem.figma.supports-token": false
26732
+ },
26733
+ "type": "color",
26734
+ "value": "hsl(0 0% 0%)",
26735
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26736
+ "isSource": true,
26737
+ "original": {
26738
+ "$extensions": {
26739
+ "nl.nldesignsystem.css.property": {
26740
+ "syntax": "<color>",
26741
+ "inherits": true
26742
+ },
26743
+ "nl.nldesignsystem.figma.supports-token": false
26744
+ },
26745
+ "type": "color",
26746
+ "value": "{utrecht.color.black}"
26747
+ },
26748
+ "name": "color",
26749
+ "attributes": {},
26750
+ "path": [
26751
+ "utrecht",
26752
+ "navigation",
26753
+ "link",
26754
+ "focus",
26755
+ "color"
26756
+ ]
26757
+ },
26758
+ "text-decoration-thickness": {
26759
+ "$extensions": {
26760
+ "nl.nldesignsystem.css.property": {
26761
+ "syntax": "<length>",
26762
+ "inherits": true
26763
+ },
26764
+ "nl.nldesignsystem.figma.supports-token": false
26765
+ },
26766
+ "type": "length",
26767
+ "value": "3px",
26768
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26769
+ "isSource": true,
26770
+ "original": {
26771
+ "$extensions": {
26772
+ "nl.nldesignsystem.css.property": {
26773
+ "syntax": "<length>",
26774
+ "inherits": true
26775
+ },
26776
+ "nl.nldesignsystem.figma.supports-token": false
26777
+ },
26778
+ "type": "length",
26779
+ "value": "3px"
26780
+ },
26781
+ "name": "text-decoration-thickness",
26782
+ "attributes": {},
26783
+ "path": [
26784
+ "utrecht",
26785
+ "navigation",
26786
+ "link",
26787
+ "focus",
26788
+ "text-decoration-thickness"
26789
+ ]
26790
+ },
26791
+ "background-color": {
26792
+ "value": "hsl(48 100% 80%)",
26793
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26794
+ "isSource": true,
26795
+ "original": {
26796
+ "value": "{utrecht.color.yellow.80}"
26797
+ },
26798
+ "name": "background-color",
26799
+ "attributes": {},
26800
+ "path": [
26801
+ "utrecht",
26802
+ "navigation",
26803
+ "link",
26804
+ "focus",
26805
+ "background-color"
26806
+ ]
26807
+ }
26808
+ },
26809
+ "font-weight": {
26810
+ "$extensions": {
26811
+ "nl.nldesignsystem.css.property": {
26812
+ "syntax": "<number>",
26813
+ "inherits": true
26814
+ },
26815
+ "nl.nldesignsystem.figma.supports-token": false
26816
+ },
26817
+ "type": "fontWeight",
26818
+ "value": "400",
26819
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26820
+ "isSource": true,
26821
+ "original": {
26822
+ "$extensions": {
26823
+ "nl.nldesignsystem.css.property": {
26824
+ "syntax": "<number>",
26825
+ "inherits": true
26826
+ },
26827
+ "nl.nldesignsystem.figma.supports-token": false
26828
+ },
26829
+ "type": "fontWeight",
26830
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
26831
+ },
26832
+ "name": "font-weight",
26833
+ "attributes": {},
26834
+ "path": [
26835
+ "utrecht",
26836
+ "navigation",
26837
+ "link",
26838
+ "font-weight"
26839
+ ]
26840
+ },
26841
+ "gap": {
26842
+ "$extensions": {
26843
+ "nl.nldesignsystem.css.property": {
26844
+ "syntax": "<length>",
26845
+ "inherits": true
26846
+ },
26847
+ "nl.nldesignsystem.figma.supports-token": false,
26848
+ "studio.tokens": {
26849
+ "originalType": "spacing"
26850
+ }
26851
+ },
26852
+ "type": "dimension",
26853
+ "value": "8px",
26854
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26855
+ "isSource": true,
26856
+ "original": {
26857
+ "$extensions": {
26858
+ "nl.nldesignsystem.css.property": {
26859
+ "syntax": "<length>",
26860
+ "inherits": true
26861
+ },
26862
+ "nl.nldesignsystem.figma.supports-token": false,
26863
+ "studio.tokens": {
26864
+ "originalType": "spacing"
26865
+ }
26866
+ },
26867
+ "type": "dimension",
26868
+ "value": "8px"
26869
+ },
26870
+ "name": "gap",
26871
+ "attributes": {},
26872
+ "path": [
26873
+ "utrecht",
26874
+ "navigation",
26875
+ "link",
26876
+ "gap"
26877
+ ]
26878
+ },
26879
+ "hover": {
26880
+ "background-color": {
26881
+ "$extensions": {
26882
+ "nl.nldesignsystem.css.property": {
26883
+ "syntax": "<color>",
26884
+ "inherits": true
26885
+ },
26886
+ "nl.nldesignsystem.figma.supports-token": false
26887
+ },
26888
+ "type": "color",
26889
+ "value": "hsl(0 0% 0%)",
26890
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26891
+ "isSource": true,
26892
+ "original": {
26893
+ "$extensions": {
26894
+ "nl.nldesignsystem.css.property": {
26895
+ "syntax": "<color>",
26896
+ "inherits": true
26897
+ },
26898
+ "nl.nldesignsystem.figma.supports-token": false
26899
+ },
26900
+ "type": "color",
26901
+ "value": "{utrecht.color.black}"
26902
+ },
26903
+ "name": "background-color",
26904
+ "attributes": {},
26905
+ "path": [
26906
+ "utrecht",
26907
+ "navigation",
26908
+ "link",
26909
+ "hover",
26910
+ "background-color"
26911
+ ]
26912
+ },
26913
+ "color": {
26914
+ "$extensions": {
26915
+ "nl.nldesignsystem.css.property": {
26916
+ "syntax": "<color>",
26917
+ "inherits": true
26918
+ },
26919
+ "nl.nldesignsystem.figma.supports-token": false
26920
+ },
26921
+ "type": "color",
26922
+ "value": "hsl(0 0% 100%)",
26923
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26924
+ "isSource": true,
26925
+ "original": {
26926
+ "$extensions": {
26927
+ "nl.nldesignsystem.css.property": {
26928
+ "syntax": "<color>",
26929
+ "inherits": true
26930
+ },
26931
+ "nl.nldesignsystem.figma.supports-token": false
26932
+ },
26933
+ "type": "color",
26934
+ "value": "{utrecht.color.white}"
26935
+ },
26936
+ "name": "color",
26937
+ "attributes": {},
26938
+ "path": [
26939
+ "utrecht",
26940
+ "navigation",
26941
+ "link",
26942
+ "hover",
26943
+ "color"
26944
+ ]
26945
+ },
26946
+ "decoration-thickness": {
26947
+ "$extensions": {
26948
+ "nl.nldesignsystem.css.property": {
26949
+ "syntax": "<length>",
26950
+ "inherits": true
26951
+ },
26952
+ "nl.nldesignsystem.figma.supports-token": false
26953
+ },
26954
+ "type": "length",
26955
+ "value": "3px",
26956
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26957
+ "isSource": true,
26958
+ "original": {
26959
+ "$extensions": {
26960
+ "nl.nldesignsystem.css.property": {
26961
+ "syntax": "<length>",
26962
+ "inherits": true
26963
+ },
26964
+ "nl.nldesignsystem.figma.supports-token": false
26965
+ },
26966
+ "type": "length",
26967
+ "value": "3px"
26968
+ },
26969
+ "name": "decoration-thickness",
26970
+ "attributes": {},
26971
+ "path": [
26972
+ "utrecht",
26973
+ "navigation",
26974
+ "link",
26975
+ "hover",
26976
+ "decoration-thickness"
26977
+ ]
26978
+ }
26979
+ },
26980
+ "is-current": {
26981
+ "font-weight": {
26982
+ "$extensions": {
26983
+ "nl.nldesignsystem.css.property": {
26984
+ "syntax": "<number>",
26985
+ "inherits": true
26986
+ },
26987
+ "nl.nldesignsystem.figma.supports-token": false
26988
+ },
26989
+ "type": "fontWeight",
26990
+ "value": "700",
26991
+ "filePath": "src/component/utrecht/navigation.tokens.json",
26992
+ "isSource": true,
26993
+ "original": {
26994
+ "$extensions": {
26995
+ "nl.nldesignsystem.css.property": {
26996
+ "syntax": "<number>",
26997
+ "inherits": true
26998
+ },
26999
+ "nl.nldesignsystem.figma.supports-token": false
27000
+ },
27001
+ "type": "fontWeight",
27002
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
27003
+ },
27004
+ "name": "font-weight",
27005
+ "attributes": {},
27006
+ "path": [
27007
+ "utrecht",
27008
+ "navigation",
27009
+ "link",
27010
+ "is-current",
27011
+ "font-weight"
27012
+ ]
27013
+ }
27014
+ },
27015
+ "mobile": {
27016
+ "background-color": {
27017
+ "$extensions": {
27018
+ "nl.nldesignsystem.css.property": {
27019
+ "syntax": "<color>",
27020
+ "inherits": true
27021
+ },
27022
+ "nl.nldesignsystem.figma.supports-token": false
27023
+ },
27024
+ "type": "color",
27025
+ "value": "hsl(0 0% 100%)",
27026
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27027
+ "isSource": true,
27028
+ "original": {
27029
+ "$extensions": {
27030
+ "nl.nldesignsystem.css.property": {
27031
+ "syntax": "<color>",
27032
+ "inherits": true
27033
+ },
27034
+ "nl.nldesignsystem.figma.supports-token": false
27035
+ },
27036
+ "type": "color",
27037
+ "value": "{utrecht.color.white}"
27038
+ },
27039
+ "name": "background-color",
27040
+ "attributes": {},
27041
+ "path": [
27042
+ "utrecht",
27043
+ "navigation",
27044
+ "link",
27045
+ "mobile",
27046
+ "background-color"
27047
+ ]
27048
+ },
27049
+ "color": {
27050
+ "$extensions": {
27051
+ "nl.nldesignsystem.css.property": {
27052
+ "syntax": "<color>",
27053
+ "inherits": true
27054
+ },
27055
+ "nl.nldesignsystem.figma.supports-token": false
27056
+ },
27057
+ "type": "color",
27058
+ "value": "hsl(211 60% 35%)",
27059
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27060
+ "isSource": true,
27061
+ "original": {
27062
+ "$extensions": {
27063
+ "nl.nldesignsystem.css.property": {
27064
+ "syntax": "<color>",
27065
+ "inherits": true
27066
+ },
27067
+ "nl.nldesignsystem.figma.supports-token": false
27068
+ },
27069
+ "type": "color",
27070
+ "value": "{utrecht.color.blue.35}"
27071
+ },
27072
+ "name": "color",
27073
+ "attributes": {},
27074
+ "path": [
27075
+ "utrecht",
27076
+ "navigation",
27077
+ "link",
27078
+ "mobile",
27079
+ "color"
27080
+ ]
27081
+ },
27082
+ "hover": {
27083
+ "background-color": {
27084
+ "$extensions": {
27085
+ "nl.nldesignsystem.css.property": {
27086
+ "syntax": "<color>",
27087
+ "inherits": true
27088
+ },
27089
+ "nl.nldesignsystem.figma.supports-token": false
27090
+ },
27091
+ "type": "color",
27092
+ "value": "hsl(0 0% 100%)",
27093
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27094
+ "isSource": true,
27095
+ "original": {
27096
+ "$extensions": {
27097
+ "nl.nldesignsystem.css.property": {
27098
+ "syntax": "<color>",
27099
+ "inherits": true
27100
+ },
27101
+ "nl.nldesignsystem.figma.supports-token": false
27102
+ },
27103
+ "type": "color",
27104
+ "value": "{utrecht.color.white}"
27105
+ },
27106
+ "name": "background-color",
27107
+ "attributes": {},
27108
+ "path": [
27109
+ "utrecht",
27110
+ "navigation",
27111
+ "link",
27112
+ "mobile",
27113
+ "hover",
27114
+ "background-color"
27115
+ ]
27116
+ },
27117
+ "color": {
27118
+ "$extensions": {
27119
+ "nl.nldesignsystem.css.property": {
27120
+ "syntax": "<color>",
27121
+ "inherits": true
27122
+ },
27123
+ "nl.nldesignsystem.figma.supports-token": false
27124
+ },
27125
+ "type": "color",
27126
+ "value": "hsl(211 60% 35%)",
27127
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27128
+ "isSource": true,
27129
+ "original": {
27130
+ "$extensions": {
27131
+ "nl.nldesignsystem.css.property": {
27132
+ "syntax": "<color>",
27133
+ "inherits": true
27134
+ },
27135
+ "nl.nldesignsystem.figma.supports-token": false
27136
+ },
27137
+ "type": "color",
27138
+ "value": "{utrecht.color.blue.35}"
27139
+ },
27140
+ "name": "color",
27141
+ "attributes": {},
27142
+ "path": [
27143
+ "utrecht",
27144
+ "navigation",
27145
+ "link",
27146
+ "mobile",
27147
+ "hover",
27148
+ "color"
27149
+ ]
27150
+ },
27151
+ "font-weight": {
27152
+ "$extensions": {
27153
+ "nl.nldesignsystem.css.property": {
27154
+ "syntax": "<number>",
27155
+ "inherits": true
27156
+ },
27157
+ "nl.nldesignsystem.figma.supports-token": false
27158
+ },
27159
+ "type": "fontWeight",
27160
+ "value": "700",
27161
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27162
+ "isSource": true,
27163
+ "original": {
27164
+ "$extensions": {
27165
+ "nl.nldesignsystem.css.property": {
27166
+ "syntax": "<number>",
27167
+ "inherits": true
27168
+ },
27169
+ "nl.nldesignsystem.figma.supports-token": false
27170
+ },
27171
+ "type": "fontWeight",
27172
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
27173
+ },
27174
+ "name": "font-weight",
27175
+ "attributes": {},
27176
+ "path": [
27177
+ "utrecht",
27178
+ "navigation",
27179
+ "link",
27180
+ "mobile",
27181
+ "hover",
27182
+ "font-weight"
27183
+ ]
27184
+ }
27185
+ },
27186
+ "justify-content": {
27187
+ "$extensions": {
27188
+ "nl.nldesignsystem.css.property": {
27189
+ "syntax": "*",
27190
+ "inherits": true
27191
+ },
27192
+ "nl.nldesignsystem.figma.supports-token": false
27193
+ },
27194
+ "type": "other"
27195
+ },
27196
+ "min-block-size": {
27197
+ "$extensions": {
27198
+ "nl.nldesignsystem.css.property": {
27199
+ "syntax": "<length>",
27200
+ "inherits": true
27201
+ },
27202
+ "nl.nldesignsystem.figma.supports-token": false,
27203
+ "studio.tokens": {
27204
+ "originalType": "sizing"
27205
+ }
27206
+ },
27207
+ "type": "dimension",
27208
+ "value": "44px",
27209
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27210
+ "isSource": true,
27211
+ "original": {
27212
+ "$extensions": {
27213
+ "nl.nldesignsystem.css.property": {
27214
+ "syntax": "<length>",
27215
+ "inherits": true
27216
+ },
27217
+ "nl.nldesignsystem.figma.supports-token": false,
27218
+ "studio.tokens": {
27219
+ "originalType": "sizing"
27220
+ }
27221
+ },
27222
+ "type": "dimension",
27223
+ "value": "44px"
27224
+ },
27225
+ "name": "min-block-size",
27226
+ "attributes": {},
27227
+ "path": [
27228
+ "utrecht",
27229
+ "navigation",
27230
+ "link",
27231
+ "mobile",
27232
+ "min-block-size"
27233
+ ]
27234
+ },
27235
+ "padding-block-end": {
27236
+ "$extensions": {
27237
+ "nl.nldesignsystem.css.property": {
27238
+ "syntax": "<length>",
27239
+ "inherits": true
27240
+ },
27241
+ "nl.nldesignsystem.figma.supports-token": false,
27242
+ "studio.tokens": {
27243
+ "originalType": "spacing"
27244
+ }
27245
+ },
27246
+ "type": "dimension",
27247
+ "value": "8px",
27248
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27249
+ "isSource": true,
27250
+ "original": {
27251
+ "$extensions": {
27252
+ "nl.nldesignsystem.css.property": {
27253
+ "syntax": "<length>",
27254
+ "inherits": true
27255
+ },
27256
+ "nl.nldesignsystem.figma.supports-token": false,
27257
+ "studio.tokens": {
27258
+ "originalType": "spacing"
27259
+ }
27260
+ },
27261
+ "type": "dimension",
27262
+ "value": "{utrecht.space.block.xs}"
27263
+ },
27264
+ "name": "padding-block-end",
27265
+ "attributes": {},
27266
+ "path": [
27267
+ "utrecht",
27268
+ "navigation",
27269
+ "link",
27270
+ "mobile",
27271
+ "padding-block-end"
27272
+ ]
27273
+ },
27274
+ "padding-block-start": {
27275
+ "$extensions": {
27276
+ "nl.nldesignsystem.css.property": {
27277
+ "syntax": "<length>",
27278
+ "inherits": true
27279
+ },
27280
+ "nl.nldesignsystem.figma.supports-token": false,
27281
+ "studio.tokens": {
27282
+ "originalType": "spacing"
27283
+ }
27284
+ },
27285
+ "type": "dimension",
27286
+ "value": "8px",
27287
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27288
+ "isSource": true,
27289
+ "original": {
27290
+ "$extensions": {
27291
+ "nl.nldesignsystem.css.property": {
27292
+ "syntax": "<length>",
27293
+ "inherits": true
27294
+ },
27295
+ "nl.nldesignsystem.figma.supports-token": false,
27296
+ "studio.tokens": {
27297
+ "originalType": "spacing"
27298
+ }
27299
+ },
27300
+ "type": "dimension",
27301
+ "value": "{utrecht.space.block.xs}"
27302
+ },
27303
+ "name": "padding-block-start",
27304
+ "attributes": {},
27305
+ "path": [
27306
+ "utrecht",
27307
+ "navigation",
27308
+ "link",
27309
+ "mobile",
27310
+ "padding-block-start"
27311
+ ]
27312
+ },
27313
+ "padding-inline-end": {
27314
+ "$extensions": {
27315
+ "nl.nldesignsystem.css.property": {
27316
+ "syntax": "<length>",
27317
+ "inherits": true
27318
+ },
27319
+ "nl.nldesignsystem.figma.supports-token": false
27320
+ },
27321
+ "type": "spacing"
27322
+ },
27323
+ "padding-inline-start": {
27324
+ "$extensions": {
27325
+ "nl.nldesignsystem.css.property": {
27326
+ "syntax": "<length>",
27327
+ "inherits": true
27328
+ },
27329
+ "nl.nldesignsystem.figma.supports-token": false,
27330
+ "studio.tokens": {
27331
+ "originalType": "spacing"
27332
+ }
27333
+ },
27334
+ "type": "dimension",
27335
+ "value": "16px",
27336
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27337
+ "isSource": true,
27338
+ "original": {
27339
+ "$extensions": {
27340
+ "nl.nldesignsystem.css.property": {
27341
+ "syntax": "<length>",
27342
+ "inherits": true
27343
+ },
27344
+ "nl.nldesignsystem.figma.supports-token": false,
27345
+ "studio.tokens": {
27346
+ "originalType": "spacing"
27347
+ }
27348
+ },
27349
+ "type": "dimension",
27350
+ "value": "{utrecht.space.inline.md}"
27351
+ },
27352
+ "name": "padding-inline-start",
27353
+ "attributes": {},
27354
+ "path": [
27355
+ "utrecht",
27356
+ "navigation",
27357
+ "link",
27358
+ "mobile",
27359
+ "padding-inline-start"
27360
+ ]
27361
+ },
27362
+ "transition-duration": {
27363
+ "$extensions": {
27364
+ "nl.nldesignsystem.css.property": {
27365
+ "syntax": "<time>",
27366
+ "inherits": true
27367
+ },
27368
+ "nl.nldesignsystem.figma.supports-token": false
27369
+ },
27370
+ "type": "duration",
27371
+ "value": "300ms",
27372
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27373
+ "isSource": true,
27374
+ "original": {
27375
+ "$extensions": {
27376
+ "nl.nldesignsystem.css.property": {
27377
+ "syntax": "<time>",
27378
+ "inherits": true
27379
+ },
27380
+ "nl.nldesignsystem.figma.supports-token": false
27381
+ },
27382
+ "type": "duration",
27383
+ "value": "300ms"
27384
+ },
27385
+ "name": "transition-duration",
27386
+ "attributes": {},
27387
+ "path": [
27388
+ "utrecht",
27389
+ "navigation",
27390
+ "link",
27391
+ "mobile",
27392
+ "transition-duration"
27393
+ ]
27394
+ },
27395
+ "transition-timing-function": {
27396
+ "$extensions": {
27397
+ "nl.nldesignsystem.css.property": {
27398
+ "syntax": "*",
27399
+ "inherits": true
27400
+ },
27401
+ "nl.nldesignsystem.figma.supports-token": false
27402
+ },
27403
+ "type": "other",
27404
+ "value": "ease-in-out",
27405
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27406
+ "isSource": true,
27407
+ "original": {
27408
+ "$extensions": {
27409
+ "nl.nldesignsystem.css.property": {
27410
+ "syntax": "*",
27411
+ "inherits": true
27412
+ },
27413
+ "nl.nldesignsystem.figma.supports-token": false
27414
+ },
27415
+ "type": "other",
27416
+ "value": "ease-in-out"
27417
+ },
27418
+ "name": "transition-timing-function",
27419
+ "attributes": {},
27420
+ "path": [
27421
+ "utrecht",
27422
+ "navigation",
27423
+ "link",
27424
+ "mobile",
27425
+ "transition-timing-function"
27426
+ ]
27427
+ }
27428
+ },
27429
+ "padding-block-end": {
27430
+ "$extensions": {
27431
+ "nl.nldesignsystem.css.property": {
27432
+ "syntax": "<length>",
27433
+ "inherits": true
27434
+ },
27435
+ "nl.nldesignsystem.figma.supports-token": false,
27436
+ "studio.tokens": {
27437
+ "originalType": "spacing"
27438
+ }
27439
+ },
27440
+ "type": "dimension",
27441
+ "value": "16px",
27442
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27443
+ "isSource": true,
27444
+ "original": {
27445
+ "$extensions": {
27446
+ "nl.nldesignsystem.css.property": {
27447
+ "syntax": "<length>",
27448
+ "inherits": true
27449
+ },
27450
+ "nl.nldesignsystem.figma.supports-token": false,
27451
+ "studio.tokens": {
27452
+ "originalType": "spacing"
27453
+ }
27454
+ },
27455
+ "type": "dimension",
27456
+ "value": "{utrecht.space.block.md}"
27457
+ },
27458
+ "name": "padding-block-end",
27459
+ "attributes": {},
27460
+ "path": [
27461
+ "utrecht",
27462
+ "navigation",
27463
+ "link",
27464
+ "padding-block-end"
27465
+ ]
27466
+ },
27467
+ "padding-block-start": {
27468
+ "$extensions": {
27469
+ "nl.nldesignsystem.css.property": {
27470
+ "syntax": "<length>",
27471
+ "inherits": true
27472
+ },
27473
+ "nl.nldesignsystem.figma.supports-token": false,
27474
+ "studio.tokens": {
27475
+ "originalType": "spacing"
27476
+ }
27477
+ },
27478
+ "type": "dimension",
27479
+ "value": "16px",
27480
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27481
+ "isSource": true,
27482
+ "original": {
27483
+ "$extensions": {
27484
+ "nl.nldesignsystem.css.property": {
27485
+ "syntax": "<length>",
27486
+ "inherits": true
27487
+ },
27488
+ "nl.nldesignsystem.figma.supports-token": false,
27489
+ "studio.tokens": {
27490
+ "originalType": "spacing"
27491
+ }
27492
+ },
27493
+ "type": "dimension",
27494
+ "value": "{utrecht.space.block.md}"
27495
+ },
27496
+ "name": "padding-block-start",
27497
+ "attributes": {},
27498
+ "path": [
27499
+ "utrecht",
27500
+ "navigation",
27501
+ "link",
27502
+ "padding-block-start"
27503
+ ]
27504
+ },
27505
+ "padding-inline-end": {
27506
+ "$extensions": {
27507
+ "nl.nldesignsystem.css.property": {
27508
+ "syntax": "<length>",
27509
+ "inherits": true
27510
+ },
27511
+ "nl.nldesignsystem.figma.supports-token": false
27512
+ },
27513
+ "type": "spacing"
27514
+ },
27515
+ "padding-inline-start": {
27516
+ "$extensions": {
27517
+ "nl.nldesignsystem.css.property": {
27518
+ "syntax": "<length>",
27519
+ "inherits": true
27520
+ },
27521
+ "nl.nldesignsystem.figma.supports-token": false
27522
+ },
27523
+ "type": "spacing"
27524
+ },
27525
+ "text-align": {
27526
+ "$extensions": {
27527
+ "nl.nldesignsystem.css.property": {
27528
+ "syntax": "*",
27529
+ "inherits": true
27530
+ },
27531
+ "nl.nldesignsystem.figma.supports-token": false
27532
+ },
27533
+ "type": "other"
27534
+ }
27535
+ },
27536
+ "list": {
27537
+ "display": {
27538
+ "$extensions": {
27539
+ "nl.nldesignsystem.css.property": {
27540
+ "syntax": "*",
27541
+ "inherits": true
27542
+ },
27543
+ "nl.nldesignsystem.figma.supports-token": false
27544
+ },
27545
+ "type": "other"
27546
+ },
27547
+ "inline-size": {
27548
+ "$extensions": {
27549
+ "nl.nldesignsystem.css.property": {
27550
+ "syntax": "<length>",
27551
+ "inherits": true
27552
+ },
27553
+ "nl.nldesignsystem.figma.supports-token": false
27554
+ },
27555
+ "type": "sizing"
27556
+ },
27557
+ "mobile": {
27558
+ "background-color": {
27559
+ "$extensions": {
27560
+ "nl.nldesignsystem.css.property": {
27561
+ "syntax": "<color>",
27562
+ "inherits": true
27563
+ },
27564
+ "nl.nldesignsystem.figma.supports-token": false
27565
+ },
27566
+ "type": "color",
27567
+ "value": "hsl(0 0% 100%)",
27568
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27569
+ "isSource": true,
27570
+ "original": {
27571
+ "$extensions": {
27572
+ "nl.nldesignsystem.css.property": {
27573
+ "syntax": "<color>",
27574
+ "inherits": true
27575
+ },
27576
+ "nl.nldesignsystem.figma.supports-token": false
27577
+ },
27578
+ "type": "color",
27579
+ "value": "{utrecht.color.white}"
27580
+ },
27581
+ "name": "background-color",
27582
+ "attributes": {},
27583
+ "path": [
27584
+ "utrecht",
27585
+ "navigation",
27586
+ "list",
27587
+ "mobile",
27588
+ "background-color"
27589
+ ]
27590
+ },
27591
+ "inline-size": {
27592
+ "$extensions": {
27593
+ "nl.nldesignsystem.css.property": {
27594
+ "syntax": "<length>",
27595
+ "inherits": true
27596
+ },
27597
+ "nl.nldesignsystem.figma.supports-token": false,
27598
+ "studio.tokens": {
27599
+ "originalType": "sizing"
27600
+ }
27601
+ },
27602
+ "type": "dimension",
27603
+ "value": "100%",
27604
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27605
+ "isSource": true,
27606
+ "original": {
27607
+ "$extensions": {
27608
+ "nl.nldesignsystem.css.property": {
27609
+ "syntax": "<length>",
27610
+ "inherits": true
27611
+ },
27612
+ "nl.nldesignsystem.figma.supports-token": false,
27613
+ "studio.tokens": {
27614
+ "originalType": "sizing"
27615
+ }
27616
+ },
27617
+ "type": "dimension",
27618
+ "value": "100%"
27619
+ },
27620
+ "name": "inline-size",
27621
+ "attributes": {},
27622
+ "path": [
27623
+ "utrecht",
27624
+ "navigation",
27625
+ "list",
27626
+ "mobile",
27627
+ "inline-size"
27628
+ ]
27629
+ },
27630
+ "padding-block-end": {
27631
+ "$extensions": {
27632
+ "nl.nldesignsystem.css.property": {
27633
+ "syntax": "<length>",
27634
+ "inherits": true
27635
+ },
27636
+ "nl.nldesignsystem.figma.supports-token": false,
27637
+ "studio.tokens": {
27638
+ "originalType": "spacing"
27639
+ }
27640
+ },
27641
+ "type": "dimension",
27642
+ "value": "8px",
27643
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27644
+ "isSource": true,
27645
+ "original": {
27646
+ "$extensions": {
27647
+ "nl.nldesignsystem.css.property": {
27648
+ "syntax": "<length>",
27649
+ "inherits": true
27650
+ },
27651
+ "nl.nldesignsystem.figma.supports-token": false,
27652
+ "studio.tokens": {
27653
+ "originalType": "spacing"
27654
+ }
27655
+ },
27656
+ "type": "dimension",
27657
+ "value": "{utrecht.space.block.xs}"
27658
+ },
27659
+ "name": "padding-block-end",
27660
+ "attributes": {},
27661
+ "path": [
27662
+ "utrecht",
27663
+ "navigation",
27664
+ "list",
27665
+ "mobile",
27666
+ "padding-block-end"
27667
+ ]
27668
+ },
27669
+ "padding-block-start": {
27670
+ "$extensions": {
27671
+ "nl.nldesignsystem.css.property": {
27672
+ "syntax": "<length>",
27673
+ "inherits": true
27674
+ },
27675
+ "nl.nldesignsystem.figma.supports-token": false
27676
+ },
27677
+ "type": "spacing"
27678
+ },
27679
+ "padding-inline-end": {
27680
+ "$extensions": {
27681
+ "nl.nldesignsystem.css.property": {
27682
+ "syntax": "<length>",
27683
+ "inherits": true
27684
+ },
27685
+ "nl.nldesignsystem.figma.supports-token": false,
27686
+ "studio.tokens": {
27687
+ "originalType": "spacing"
27688
+ }
27689
+ },
27690
+ "type": "dimension",
27691
+ "value": "16px",
27692
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27693
+ "isSource": true,
27694
+ "original": {
27695
+ "$extensions": {
27696
+ "nl.nldesignsystem.css.property": {
27697
+ "syntax": "<length>",
27698
+ "inherits": true
27699
+ },
27700
+ "nl.nldesignsystem.figma.supports-token": false,
27701
+ "studio.tokens": {
27702
+ "originalType": "spacing"
27703
+ }
27704
+ },
27705
+ "type": "dimension",
27706
+ "value": "{utrecht.space.inline.md}"
27707
+ },
27708
+ "name": "padding-inline-end",
27709
+ "attributes": {},
27710
+ "path": [
27711
+ "utrecht",
27712
+ "navigation",
27713
+ "list",
27714
+ "mobile",
27715
+ "padding-inline-end"
27716
+ ]
27717
+ },
27718
+ "padding-inline-start": {
27719
+ "$extensions": {
27720
+ "nl.nldesignsystem.css.property": {
27721
+ "syntax": "<length>",
27722
+ "inherits": true
27723
+ },
27724
+ "nl.nldesignsystem.figma.supports-token": false,
27725
+ "studio.tokens": {
27726
+ "originalType": "spacing"
27727
+ }
27728
+ },
27729
+ "type": "dimension",
27730
+ "value": "16px",
27731
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27732
+ "isSource": true,
27733
+ "original": {
27734
+ "$extensions": {
27735
+ "nl.nldesignsystem.css.property": {
27736
+ "syntax": "<length>",
27737
+ "inherits": true
27738
+ },
27739
+ "nl.nldesignsystem.figma.supports-token": false,
27740
+ "studio.tokens": {
27741
+ "originalType": "spacing"
27742
+ }
27743
+ },
27744
+ "type": "dimension",
27745
+ "value": "{utrecht.space.inline.md}"
27746
+ },
27747
+ "name": "padding-inline-start",
27748
+ "attributes": {},
27749
+ "path": [
27750
+ "utrecht",
27751
+ "navigation",
27752
+ "list",
27753
+ "mobile",
27754
+ "padding-inline-start"
27755
+ ]
27756
+ }
27757
+ },
27758
+ "padding-block-end": {
27759
+ "$extensions": {
27760
+ "nl.nldesignsystem.css.property": {
27761
+ "syntax": "<length>",
27762
+ "inherits": true
27763
+ },
27764
+ "nl.nldesignsystem.figma.supports-token": false
27765
+ },
27766
+ "type": "spacing"
27767
+ },
27768
+ "padding-block-start": {
27769
+ "$extensions": {
27770
+ "nl.nldesignsystem.css.property": {
27771
+ "syntax": "<length>",
27772
+ "inherits": true
27773
+ },
27774
+ "nl.nldesignsystem.figma.supports-token": false
27775
+ },
27776
+ "type": "spacing"
27777
+ },
27778
+ "padding-inline-end": {
27779
+ "$extensions": {
27780
+ "nl.nldesignsystem.css.property": {
27781
+ "syntax": "<length>",
27782
+ "inherits": true
27783
+ },
27784
+ "nl.nldesignsystem.figma.supports-token": false
27785
+ },
27786
+ "type": "spacing"
27787
+ },
27788
+ "padding-inline-start": {
27789
+ "$extensions": {
27790
+ "nl.nldesignsystem.css.property": {
27791
+ "syntax": "<length>",
27792
+ "inherits": true
27793
+ },
27794
+ "nl.nldesignsystem.figma.supports-token": false
27795
+ },
27796
+ "type": "spacing"
27797
+ },
27798
+ "side-nav": {
27799
+ "inline-size": {
27800
+ "$extensions": {
27801
+ "nl.nldesignsystem.css.property": {
27802
+ "syntax": "<length>",
27803
+ "inherits": true
27804
+ },
27805
+ "nl.nldesignsystem.figma.supports-token": false,
27806
+ "studio.tokens": {
27807
+ "originalType": "sizing"
27808
+ }
27809
+ },
27810
+ "type": "dimension",
27811
+ "value": "100%",
27812
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27813
+ "isSource": true,
27814
+ "original": {
27815
+ "$extensions": {
27816
+ "nl.nldesignsystem.css.property": {
27817
+ "syntax": "<length>",
27818
+ "inherits": true
27819
+ },
27820
+ "nl.nldesignsystem.figma.supports-token": false,
27821
+ "studio.tokens": {
27822
+ "originalType": "sizing"
27823
+ }
27824
+ },
27825
+ "type": "dimension",
27826
+ "value": "100%"
27827
+ },
27828
+ "name": "inline-size",
27829
+ "attributes": {},
27830
+ "path": [
27831
+ "utrecht",
27832
+ "navigation",
27833
+ "list",
27834
+ "side-nav",
27835
+ "inline-size"
27836
+ ]
27837
+ }
27838
+ }
27839
+ },
27840
+ "marker": {
27841
+ "color": {
27842
+ "$extensions": {
27843
+ "nl.nldesignsystem.css.property": {
27844
+ "syntax": "<color>",
27845
+ "inherits": true
27846
+ },
27847
+ "nl.nldesignsystem.figma.supports-token": false
27848
+ },
27849
+ "type": "color",
27850
+ "value": "hsl(0 0% 80%)",
27851
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27852
+ "isSource": true,
27853
+ "original": {
27854
+ "$extensions": {
27855
+ "nl.nldesignsystem.css.property": {
27856
+ "syntax": "<color>",
27857
+ "inherits": true
27858
+ },
27859
+ "nl.nldesignsystem.figma.supports-token": false
27860
+ },
27861
+ "type": "color",
27862
+ "value": "{utrecht.color.grey.80}"
27863
+ },
27864
+ "name": "color",
27865
+ "attributes": {},
27866
+ "path": [
27867
+ "utrecht",
27868
+ "navigation",
27869
+ "marker",
27870
+ "color"
27871
+ ]
27872
+ }
27873
+ },
27874
+ "toggle-button": {
27875
+ "margin-block-end": {
27876
+ "$extensions": {
27877
+ "nl.nldesignsystem.css.property": {
27878
+ "syntax": "<length>",
27879
+ "inherits": true
27880
+ },
27881
+ "nl.nldesignsystem.figma.supports-token": false
27882
+ },
27883
+ "type": "spacing"
27884
+ },
27885
+ "margin-block-start": {
27886
+ "$extensions": {
27887
+ "nl.nldesignsystem.css.property": {
27888
+ "syntax": "<length>",
27889
+ "inherits": true
27890
+ },
27891
+ "nl.nldesignsystem.figma.supports-token": false
27892
+ },
27893
+ "type": "spacing"
27894
+ },
27895
+ "offset-end": {
27896
+ "$extensions": {
27897
+ "nl.nldesignsystem.css.property": {
27898
+ "syntax": "<length>",
27899
+ "inherits": true
27900
+ },
27901
+ "nl.nldesignsystem.figma.supports-token": false,
27902
+ "studio.tokens": {
27903
+ "originalType": "spacing"
27904
+ }
27905
+ },
27906
+ "type": "dimension",
27907
+ "value": "16px",
27908
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27909
+ "isSource": true,
27910
+ "original": {
27911
+ "$extensions": {
27912
+ "nl.nldesignsystem.css.property": {
27913
+ "syntax": "<length>",
27914
+ "inherits": true
27915
+ },
27916
+ "nl.nldesignsystem.figma.supports-token": false,
27917
+ "studio.tokens": {
27918
+ "originalType": "spacing"
27919
+ }
27920
+ },
27921
+ "type": "dimension",
27922
+ "value": "16px"
27923
+ },
27924
+ "name": "offset-end",
27925
+ "attributes": {},
27926
+ "path": [
27927
+ "utrecht",
27928
+ "navigation",
27929
+ "toggle-button",
27930
+ "offset-end"
27931
+ ]
27932
+ },
27933
+ "offset-start": {
27934
+ "$extensions": {
27935
+ "nl.nldesignsystem.css.property": {
27936
+ "syntax": "<length>",
27937
+ "inherits": true
27938
+ },
27939
+ "nl.nldesignsystem.figma.supports-token": false,
27940
+ "studio.tokens": {
27941
+ "originalType": "spacing"
27942
+ }
27943
+ },
27944
+ "type": "dimension",
27945
+ "value": "16px",
27946
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27947
+ "isSource": true,
27948
+ "original": {
27949
+ "$extensions": {
27950
+ "nl.nldesignsystem.css.property": {
27951
+ "syntax": "<length>",
27952
+ "inherits": true
27953
+ },
27954
+ "nl.nldesignsystem.figma.supports-token": false,
27955
+ "studio.tokens": {
27956
+ "originalType": "spacing"
27957
+ }
27958
+ },
27959
+ "type": "dimension",
27960
+ "value": "16px"
27961
+ },
27962
+ "name": "offset-start",
27963
+ "attributes": {},
27964
+ "path": [
27965
+ "utrecht",
27966
+ "navigation",
27967
+ "toggle-button",
27968
+ "offset-start"
27969
+ ]
27970
+ },
27971
+ "padding-inline-end": {
27972
+ "$extensions": {
27973
+ "nl.nldesignsystem.css.property": {
27974
+ "syntax": "<length>",
27975
+ "inherits": true
27976
+ },
27977
+ "nl.nldesignsystem.figma.supports-token": false
27978
+ },
27979
+ "type": "spacing"
27980
+ }
27981
+ }
27982
+ },
25776
27983
  "number-badge": {
25777
27984
  "background-color": {
25778
27985
  "$extensions": {
@@ -36334,6 +38541,398 @@ module.exports = {
36334
38541
  }
36335
38542
  }
36336
38543
  },
38544
+ "tooltip": {
38545
+ "background-color": {
38546
+ "$extensions": {
38547
+ "nl.nldesignsystem.css.property": {
38548
+ "syntax": "<color>",
38549
+ "inherits": true
38550
+ },
38551
+ "nl.nldesignsystem.figma.supports-token": false
38552
+ },
38553
+ "type": "color",
38554
+ "value": "hsl(0 0% 100%)",
38555
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38556
+ "isSource": true,
38557
+ "original": {
38558
+ "$extensions": {
38559
+ "nl.nldesignsystem.css.property": {
38560
+ "syntax": "<color>",
38561
+ "inherits": true
38562
+ },
38563
+ "nl.nldesignsystem.figma.supports-token": false
38564
+ },
38565
+ "type": "color",
38566
+ "value": "{utrecht.color.white}"
38567
+ },
38568
+ "name": "background-color",
38569
+ "attributes": {},
38570
+ "path": [
38571
+ "utrecht",
38572
+ "tooltip",
38573
+ "background-color"
38574
+ ]
38575
+ },
38576
+ "border-color": {
38577
+ "$extensions": {
38578
+ "nl.nldesignsystem.css.property": {
38579
+ "syntax": "<color>",
38580
+ "inherits": true
38581
+ },
38582
+ "nl.nldesignsystem.figma.supports-token": false
38583
+ },
38584
+ "type": "color",
38585
+ "value": "hsl(0 0% 40%)",
38586
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38587
+ "isSource": true,
38588
+ "original": {
38589
+ "$extensions": {
38590
+ "nl.nldesignsystem.css.property": {
38591
+ "syntax": "<color>",
38592
+ "inherits": true
38593
+ },
38594
+ "nl.nldesignsystem.figma.supports-token": false
38595
+ },
38596
+ "type": "color",
38597
+ "value": "{utrecht.color.grey.40}"
38598
+ },
38599
+ "name": "border-color",
38600
+ "attributes": {},
38601
+ "path": [
38602
+ "utrecht",
38603
+ "tooltip",
38604
+ "border-color"
38605
+ ]
38606
+ },
38607
+ "border-radius": {
38608
+ "$extensions": {
38609
+ "nl.nldesignsystem.css.property": {
38610
+ "syntax": "<length-percentage>",
38611
+ "inherits": true
38612
+ },
38613
+ "nl.nldesignsystem.figma.supports-token": false,
38614
+ "studio.tokens": {
38615
+ "originalType": "borderRadius"
38616
+ }
38617
+ },
38618
+ "type": "dimension",
38619
+ "value": "0",
38620
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38621
+ "isSource": true,
38622
+ "original": {
38623
+ "$extensions": {
38624
+ "nl.nldesignsystem.css.property": {
38625
+ "syntax": "<length-percentage>",
38626
+ "inherits": true
38627
+ },
38628
+ "nl.nldesignsystem.figma.supports-token": false,
38629
+ "studio.tokens": {
38630
+ "originalType": "borderRadius"
38631
+ }
38632
+ },
38633
+ "type": "dimension",
38634
+ "value": "0"
38635
+ },
38636
+ "name": "border-radius",
38637
+ "attributes": {},
38638
+ "path": [
38639
+ "utrecht",
38640
+ "tooltip",
38641
+ "border-radius"
38642
+ ]
38643
+ },
38644
+ "border-width": {
38645
+ "$extensions": {
38646
+ "nl.nldesignsystem.css.property": {
38647
+ "syntax": "<length>",
38648
+ "inherits": true
38649
+ },
38650
+ "nl.nldesignsystem.figma.supports-token": false,
38651
+ "studio.tokens": {
38652
+ "originalType": "borderWidth"
38653
+ }
38654
+ },
38655
+ "type": "dimension",
38656
+ "value": "1px",
38657
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38658
+ "isSource": true,
38659
+ "original": {
38660
+ "$extensions": {
38661
+ "nl.nldesignsystem.css.property": {
38662
+ "syntax": "<length>",
38663
+ "inherits": true
38664
+ },
38665
+ "nl.nldesignsystem.figma.supports-token": false,
38666
+ "studio.tokens": {
38667
+ "originalType": "borderWidth"
38668
+ }
38669
+ },
38670
+ "type": "dimension",
38671
+ "value": "1px"
38672
+ },
38673
+ "name": "border-width",
38674
+ "attributes": {},
38675
+ "path": [
38676
+ "utrecht",
38677
+ "tooltip",
38678
+ "border-width"
38679
+ ]
38680
+ },
38681
+ "color": {
38682
+ "$extensions": {
38683
+ "nl.nldesignsystem.css.property": {
38684
+ "syntax": "<color>",
38685
+ "inherits": true
38686
+ },
38687
+ "nl.nldesignsystem.figma.supports-token": false
38688
+ },
38689
+ "type": "color",
38690
+ "value": "hsl(0 0% 40%)",
38691
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38692
+ "isSource": true,
38693
+ "original": {
38694
+ "$extensions": {
38695
+ "nl.nldesignsystem.css.property": {
38696
+ "syntax": "<color>",
38697
+ "inherits": true
38698
+ },
38699
+ "nl.nldesignsystem.figma.supports-token": false
38700
+ },
38701
+ "type": "color",
38702
+ "value": "{utrecht.color.grey.40}"
38703
+ },
38704
+ "name": "color",
38705
+ "attributes": {},
38706
+ "path": [
38707
+ "utrecht",
38708
+ "tooltip",
38709
+ "color"
38710
+ ]
38711
+ },
38712
+ "font-family": {
38713
+ "$extensions": {
38714
+ "nl.nldesignsystem.css.property": {
38715
+ "syntax": "*",
38716
+ "inherits": true
38717
+ },
38718
+ "nl.nldesignsystem.figma.supports-token": false,
38719
+ "studio.tokens": {
38720
+ "originalType": "fontFamilies"
38721
+ }
38722
+ },
38723
+ "type": "fontFamily",
38724
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
38725
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38726
+ "isSource": true,
38727
+ "original": {
38728
+ "$extensions": {
38729
+ "nl.nldesignsystem.css.property": {
38730
+ "syntax": "*",
38731
+ "inherits": true
38732
+ },
38733
+ "nl.nldesignsystem.figma.supports-token": false,
38734
+ "studio.tokens": {
38735
+ "originalType": "fontFamilies"
38736
+ }
38737
+ },
38738
+ "type": "fontFamily",
38739
+ "value": "{utrecht.typography.sans-serif.font-family}"
38740
+ },
38741
+ "name": "font-family",
38742
+ "attributes": {},
38743
+ "path": [
38744
+ "utrecht",
38745
+ "tooltip",
38746
+ "font-family"
38747
+ ]
38748
+ },
38749
+ "font-size": {
38750
+ "$extensions": {
38751
+ "nl.nldesignsystem.css.property": {
38752
+ "syntax": "<length>",
38753
+ "inherits": true
38754
+ },
38755
+ "nl.nldesignsystem.figma.supports-token": false,
38756
+ "studio.tokens": {
38757
+ "originalType": "fontSizes"
38758
+ }
38759
+ },
38760
+ "type": "fontSize",
38761
+ "value": "1rem",
38762
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38763
+ "isSource": true,
38764
+ "original": {
38765
+ "$extensions": {
38766
+ "nl.nldesignsystem.css.property": {
38767
+ "syntax": "<length>",
38768
+ "inherits": true
38769
+ },
38770
+ "nl.nldesignsystem.figma.supports-token": false,
38771
+ "studio.tokens": {
38772
+ "originalType": "fontSizes"
38773
+ }
38774
+ },
38775
+ "type": "fontSize",
38776
+ "value": "{utrecht.typography.scale.md.font-size}"
38777
+ },
38778
+ "name": "font-size",
38779
+ "attributes": {},
38780
+ "path": [
38781
+ "utrecht",
38782
+ "tooltip",
38783
+ "font-size"
38784
+ ]
38785
+ },
38786
+ "font-weight": {
38787
+ "$extensions": {
38788
+ "nl.nldesignsystem.css.property": {
38789
+ "syntax": "<number>",
38790
+ "inherits": false
38791
+ },
38792
+ "nl.nldesignsystem.figma.supports-token": false
38793
+ },
38794
+ "type": "fontWeights"
38795
+ },
38796
+ "line-height": {
38797
+ "$extensions": {
38798
+ "nl.nldesignsystem.css.property": {
38799
+ "syntax": [
38800
+ "<length>",
38801
+ "<number>"
38802
+ ],
38803
+ "inherits": true
38804
+ },
38805
+ "nl.nldesignsystem.figma.supports-token": false
38806
+ },
38807
+ "type": "lineHeights"
38808
+ },
38809
+ "max-inline-size": {
38810
+ "$extensions": {
38811
+ "nl.nldesignsystem.css.property": {
38812
+ "syntax": "<length>",
38813
+ "inherits": true
38814
+ },
38815
+ "nl.nldesignsystem.figma.supports-token": false
38816
+ },
38817
+ "type": "sizing"
38818
+ },
38819
+ "padding-block": {
38820
+ "$extensions": {
38821
+ "nl.nldesignsystem.css.property": {
38822
+ "syntax": "<length>",
38823
+ "inherits": true
38824
+ },
38825
+ "nl.nldesignsystem.figma.supports-token": false,
38826
+ "studio.tokens": {
38827
+ "originalType": "spacing"
38828
+ }
38829
+ },
38830
+ "type": "dimension",
38831
+ "value": "8px",
38832
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38833
+ "isSource": true,
38834
+ "original": {
38835
+ "$extensions": {
38836
+ "nl.nldesignsystem.css.property": {
38837
+ "syntax": "<length>",
38838
+ "inherits": true
38839
+ },
38840
+ "nl.nldesignsystem.figma.supports-token": false,
38841
+ "studio.tokens": {
38842
+ "originalType": "spacing"
38843
+ }
38844
+ },
38845
+ "type": "dimension",
38846
+ "value": "{utrecht.space.block.xs}"
38847
+ },
38848
+ "name": "padding-block",
38849
+ "attributes": {},
38850
+ "path": [
38851
+ "utrecht",
38852
+ "tooltip",
38853
+ "padding-block"
38854
+ ]
38855
+ },
38856
+ "padding-inline": {
38857
+ "$extensions": {
38858
+ "nl.nldesignsystem.css.property": {
38859
+ "syntax": "<length>",
38860
+ "inherits": true
38861
+ },
38862
+ "nl.nldesignsystem.figma.supports-token": false,
38863
+ "studio.tokens": {
38864
+ "originalType": "spacing"
38865
+ }
38866
+ },
38867
+ "type": "dimension",
38868
+ "value": "16px",
38869
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
38870
+ "isSource": true,
38871
+ "original": {
38872
+ "$extensions": {
38873
+ "nl.nldesignsystem.css.property": {
38874
+ "syntax": "<length>",
38875
+ "inherits": true
38876
+ },
38877
+ "nl.nldesignsystem.figma.supports-token": false,
38878
+ "studio.tokens": {
38879
+ "originalType": "spacing"
38880
+ }
38881
+ },
38882
+ "type": "dimension",
38883
+ "value": "{utrecht.space.inline.md}"
38884
+ },
38885
+ "name": "padding-inline",
38886
+ "attributes": {},
38887
+ "path": [
38888
+ "utrecht",
38889
+ "tooltip",
38890
+ "padding-inline"
38891
+ ]
38892
+ },
38893
+ "transition-duration": {
38894
+ "$extensions": {
38895
+ "nl.nldesignsystem.css.property": {
38896
+ "syntax": "<time>",
38897
+ "inherits": true
38898
+ },
38899
+ "nl.nldesignsystem.figma.supports-token": false
38900
+ },
38901
+ "type": "other"
38902
+ },
38903
+ "transition-timing-function": {
38904
+ "$extensions": {
38905
+ "nl.nldesignsystem.css.property": {
38906
+ "syntax": "<time>",
38907
+ "inherits": true
38908
+ },
38909
+ "nl.nldesignsystem.figma.supports-token": false
38910
+ },
38911
+ "type": "other"
38912
+ },
38913
+ "z-index": {
38914
+ "$extensions": {
38915
+ "nl.nldesignsystem.css.property": {
38916
+ "syntax": "<number>",
38917
+ "inherits": true
38918
+ },
38919
+ "nl.nldesignsystem.figma.supports-token": false
38920
+ },
38921
+ "type": "other"
38922
+ },
38923
+ "arrow": {
38924
+ "size": {
38925
+ "$extensions": {
38926
+ "nl.nldesignsystem.css.property": {
38927
+ "syntax": "<length-percentage>",
38928
+ "inherits": true
38929
+ },
38930
+ "nl.nldesignsystem.figma.supports-token": false
38931
+ },
38932
+ "type": "sizing"
38933
+ }
38934
+ }
38935
+ },
36337
38936
  "toptask-link": {
36338
38937
  "background-color": {
36339
38938
  "$extensions": {