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