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