@utrecht/design-tokens 3.3.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 +6 -0
- package/dist/_mixin-theme.scss +53 -0
- package/dist/_mixin.scss +53 -0
- package/dist/_variables.scss +53 -0
- package/dist/dark/_mixin-theme.scss +53 -0
- package/dist/dark/_mixin.scss +53 -0
- package/dist/dark/_variables.scss +53 -0
- package/dist/dark/index.cjs +54 -1
- package/dist/dark/index.css +53 -0
- package/dist/dark/index.d.ts +54 -1
- package/dist/dark/index.flat.json +53 -0
- package/dist/dark/index.json +1798 -0
- package/dist/dark/index.mjs +54 -1
- package/dist/dark/index.tokens.json +472 -10
- package/dist/dark/list.json +1798 -0
- package/dist/dark/list.mjs +1798 -0
- package/dist/dark/property.css +50 -0
- package/dist/dark/root.css +53 -0
- package/dist/dark/theme-prince-xml.css +53 -0
- package/dist/dark/theme.css +53 -0
- package/dist/dark/tokens.cjs +2231 -24
- package/dist/dark/tokens.d.ts +274 -3
- package/dist/dark/tokens.json +2231 -24
- package/dist/dark/variables.cjs +54 -1
- package/dist/dark/variables.css +53 -0
- package/dist/dark/variables.d.ts +54 -1
- package/dist/dark/variables.json +53 -0
- package/dist/dark/variables.less +53 -0
- package/dist/dark/variables.mjs +54 -1
- package/dist/index.cjs +54 -1
- package/dist/index.css +106 -0
- package/dist/index.d.ts +54 -1
- package/dist/index.flat.json +53 -0
- package/dist/index.json +1798 -0
- package/dist/index.mjs +54 -1
- package/dist/index.tokens.json +472 -10
- package/dist/list.json +1798 -0
- package/dist/list.mjs +1798 -0
- package/dist/property.css +50 -0
- package/dist/root.css +53 -0
- package/dist/theme-prince-xml.css +53 -0
- package/dist/theme.css +53 -0
- package/dist/tokens.cjs +2231 -24
- package/dist/tokens.d.ts +274 -3
- package/dist/tokens.json +2231 -24
- package/dist/variables.cjs +54 -1
- package/dist/variables.css +53 -0
- package/dist/variables.d.ts +54 -1
- package/dist/variables.json +53 -0
- package/dist/variables.less +53 -0
- package/dist/variables.mjs +54 -1
- package/package.json +1 -1
- package/src/component/utrecht/navigation.tokens.json +229 -0
package/dist/list.mjs
CHANGED
|
@@ -6510,10 +6510,32 @@ export default [
|
|
|
6510
6510
|
]
|
|
6511
6511
|
},
|
|
6512
6512
|
{
|
|
6513
|
+
"$extensions": {
|
|
6514
|
+
"nl.nldesignsystem.css.property": {
|
|
6515
|
+
"syntax": "<length>",
|
|
6516
|
+
"inherits": true
|
|
6517
|
+
},
|
|
6518
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
6519
|
+
"studio.tokens": {
|
|
6520
|
+
"originalType": "sizing"
|
|
6521
|
+
}
|
|
6522
|
+
},
|
|
6523
|
+
"type": "dimension",
|
|
6513
6524
|
"value": "16px",
|
|
6514
6525
|
"filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
|
|
6515
6526
|
"isSource": true,
|
|
6516
6527
|
"original": {
|
|
6528
|
+
"$extensions": {
|
|
6529
|
+
"nl.nldesignsystem.css.property": {
|
|
6530
|
+
"syntax": "<length>",
|
|
6531
|
+
"inherits": true
|
|
6532
|
+
},
|
|
6533
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
6534
|
+
"studio.tokens": {
|
|
6535
|
+
"originalType": "sizing"
|
|
6536
|
+
}
|
|
6537
|
+
},
|
|
6538
|
+
"type": "dimension",
|
|
6517
6539
|
"value": "{utrecht.icon-scale.md}"
|
|
6518
6540
|
},
|
|
6519
6541
|
"name": "utrechtBreadcrumbNavLinkIconSize",
|
|
@@ -20038,6 +20060,44 @@ export default [
|
|
|
20038
20060
|
"inset-block-start"
|
|
20039
20061
|
]
|
|
20040
20062
|
},
|
|
20063
|
+
{
|
|
20064
|
+
"$extensions": {
|
|
20065
|
+
"nl.nldesignsystem.css.property": {
|
|
20066
|
+
"syntax": "<length>",
|
|
20067
|
+
"inherits": true
|
|
20068
|
+
},
|
|
20069
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
20070
|
+
"studio.tokens": {
|
|
20071
|
+
"originalType": "spacing"
|
|
20072
|
+
}
|
|
20073
|
+
},
|
|
20074
|
+
"type": "dimension",
|
|
20075
|
+
"value": "8px",
|
|
20076
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
20077
|
+
"isSource": true,
|
|
20078
|
+
"original": {
|
|
20079
|
+
"$extensions": {
|
|
20080
|
+
"nl.nldesignsystem.css.property": {
|
|
20081
|
+
"syntax": "<length>",
|
|
20082
|
+
"inherits": true
|
|
20083
|
+
},
|
|
20084
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
20085
|
+
"studio.tokens": {
|
|
20086
|
+
"originalType": "spacing"
|
|
20087
|
+
}
|
|
20088
|
+
},
|
|
20089
|
+
"type": "dimension",
|
|
20090
|
+
"value": "{utrecht.space.inline.xs}"
|
|
20091
|
+
},
|
|
20092
|
+
"name": "utrechtIconCustomMarginInlineEnd",
|
|
20093
|
+
"attributes": {},
|
|
20094
|
+
"path": [
|
|
20095
|
+
"utrecht",
|
|
20096
|
+
"icon",
|
|
20097
|
+
"custom",
|
|
20098
|
+
"margin-inline-end"
|
|
20099
|
+
]
|
|
20100
|
+
},
|
|
20041
20101
|
{
|
|
20042
20102
|
"value": "30px",
|
|
20043
20103
|
"comment": "Formaat voor marker iconen",
|
|
@@ -23254,6 +23314,1744 @@ export default [
|
|
|
23254
23314
|
"padding-inline-start"
|
|
23255
23315
|
]
|
|
23256
23316
|
},
|
|
23317
|
+
{
|
|
23318
|
+
"$extensions": {
|
|
23319
|
+
"nl.nldesignsystem.css.property": {
|
|
23320
|
+
"syntax": "<color>",
|
|
23321
|
+
"inherits": true
|
|
23322
|
+
},
|
|
23323
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23324
|
+
},
|
|
23325
|
+
"type": "color",
|
|
23326
|
+
"value": "transparent",
|
|
23327
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23328
|
+
"isSource": true,
|
|
23329
|
+
"original": {
|
|
23330
|
+
"$extensions": {
|
|
23331
|
+
"nl.nldesignsystem.css.property": {
|
|
23332
|
+
"syntax": "<color>",
|
|
23333
|
+
"inherits": true
|
|
23334
|
+
},
|
|
23335
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23336
|
+
},
|
|
23337
|
+
"type": "color",
|
|
23338
|
+
"value": "transparent"
|
|
23339
|
+
},
|
|
23340
|
+
"name": "utrechtNavigationBorderBlockEndColor",
|
|
23341
|
+
"attributes": {},
|
|
23342
|
+
"path": [
|
|
23343
|
+
"utrecht",
|
|
23344
|
+
"navigation",
|
|
23345
|
+
"border-block-end-color"
|
|
23346
|
+
]
|
|
23347
|
+
},
|
|
23348
|
+
{
|
|
23349
|
+
"$extensions": {
|
|
23350
|
+
"nl.nldesignsystem.css.property": {
|
|
23351
|
+
"syntax": "<length>",
|
|
23352
|
+
"inherits": true
|
|
23353
|
+
},
|
|
23354
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23355
|
+
},
|
|
23356
|
+
"type": "length",
|
|
23357
|
+
"value": "0",
|
|
23358
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23359
|
+
"isSource": true,
|
|
23360
|
+
"original": {
|
|
23361
|
+
"$extensions": {
|
|
23362
|
+
"nl.nldesignsystem.css.property": {
|
|
23363
|
+
"syntax": "<length>",
|
|
23364
|
+
"inherits": true
|
|
23365
|
+
},
|
|
23366
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23367
|
+
},
|
|
23368
|
+
"type": "length",
|
|
23369
|
+
"value": "0"
|
|
23370
|
+
},
|
|
23371
|
+
"name": "utrechtNavigationBorderBlockEndWidth",
|
|
23372
|
+
"attributes": {},
|
|
23373
|
+
"path": [
|
|
23374
|
+
"utrecht",
|
|
23375
|
+
"navigation",
|
|
23376
|
+
"border-block-end-width"
|
|
23377
|
+
]
|
|
23378
|
+
},
|
|
23379
|
+
{
|
|
23380
|
+
"$extensions": {
|
|
23381
|
+
"nl.nldesignsystem.css.property": {
|
|
23382
|
+
"syntax": "<color>",
|
|
23383
|
+
"inherits": true
|
|
23384
|
+
},
|
|
23385
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23386
|
+
},
|
|
23387
|
+
"type": "color",
|
|
23388
|
+
"value": "transparent",
|
|
23389
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23390
|
+
"isSource": true,
|
|
23391
|
+
"original": {
|
|
23392
|
+
"$extensions": {
|
|
23393
|
+
"nl.nldesignsystem.css.property": {
|
|
23394
|
+
"syntax": "<color>",
|
|
23395
|
+
"inherits": true
|
|
23396
|
+
},
|
|
23397
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23398
|
+
},
|
|
23399
|
+
"type": "color",
|
|
23400
|
+
"value": "transparent"
|
|
23401
|
+
},
|
|
23402
|
+
"name": "utrechtNavigationBorderBlockStartColor",
|
|
23403
|
+
"attributes": {},
|
|
23404
|
+
"path": [
|
|
23405
|
+
"utrecht",
|
|
23406
|
+
"navigation",
|
|
23407
|
+
"border-block-start-color"
|
|
23408
|
+
]
|
|
23409
|
+
},
|
|
23410
|
+
{
|
|
23411
|
+
"$extensions": {
|
|
23412
|
+
"nl.nldesignsystem.css.property": {
|
|
23413
|
+
"syntax": "<length>",
|
|
23414
|
+
"inherits": true
|
|
23415
|
+
},
|
|
23416
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23417
|
+
},
|
|
23418
|
+
"type": "length",
|
|
23419
|
+
"value": "0",
|
|
23420
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23421
|
+
"isSource": true,
|
|
23422
|
+
"original": {
|
|
23423
|
+
"$extensions": {
|
|
23424
|
+
"nl.nldesignsystem.css.property": {
|
|
23425
|
+
"syntax": "<length>",
|
|
23426
|
+
"inherits": true
|
|
23427
|
+
},
|
|
23428
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23429
|
+
},
|
|
23430
|
+
"type": "length",
|
|
23431
|
+
"value": "0"
|
|
23432
|
+
},
|
|
23433
|
+
"name": "utrechtNavigationBorderBlockStartWidth",
|
|
23434
|
+
"attributes": {},
|
|
23435
|
+
"path": [
|
|
23436
|
+
"utrecht",
|
|
23437
|
+
"navigation",
|
|
23438
|
+
"border-block-start-width"
|
|
23439
|
+
]
|
|
23440
|
+
},
|
|
23441
|
+
{
|
|
23442
|
+
"value": "rgb(0 0 0 / 30%)",
|
|
23443
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23444
|
+
"isSource": true,
|
|
23445
|
+
"original": {
|
|
23446
|
+
"value": "rgb(0 0 0 / 30%)"
|
|
23447
|
+
},
|
|
23448
|
+
"name": "utrechtNavigationDrawerBackdropBackgroundColor",
|
|
23449
|
+
"attributes": {},
|
|
23450
|
+
"path": [
|
|
23451
|
+
"utrecht",
|
|
23452
|
+
"navigation",
|
|
23453
|
+
"drawer",
|
|
23454
|
+
"backdrop",
|
|
23455
|
+
"background-color"
|
|
23456
|
+
]
|
|
23457
|
+
},
|
|
23458
|
+
{
|
|
23459
|
+
"value": "100%",
|
|
23460
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23461
|
+
"isSource": true,
|
|
23462
|
+
"original": {
|
|
23463
|
+
"value": "100%"
|
|
23464
|
+
},
|
|
23465
|
+
"name": "utrechtNavigationDrawerMinInlineSize",
|
|
23466
|
+
"attributes": {},
|
|
23467
|
+
"path": [
|
|
23468
|
+
"utrecht",
|
|
23469
|
+
"navigation",
|
|
23470
|
+
"drawer",
|
|
23471
|
+
"min-inline-size"
|
|
23472
|
+
]
|
|
23473
|
+
},
|
|
23474
|
+
{
|
|
23475
|
+
"$extensions": {
|
|
23476
|
+
"nl.nldesignsystem.css.property": {
|
|
23477
|
+
"syntax": "<length>",
|
|
23478
|
+
"inherits": true
|
|
23479
|
+
},
|
|
23480
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
23481
|
+
"studio.tokens": {
|
|
23482
|
+
"originalType": "sizing"
|
|
23483
|
+
}
|
|
23484
|
+
},
|
|
23485
|
+
"type": "dimension",
|
|
23486
|
+
"value": "50%",
|
|
23487
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23488
|
+
"isSource": true,
|
|
23489
|
+
"original": {
|
|
23490
|
+
"$extensions": {
|
|
23491
|
+
"nl.nldesignsystem.css.property": {
|
|
23492
|
+
"syntax": "<length>",
|
|
23493
|
+
"inherits": true
|
|
23494
|
+
},
|
|
23495
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
23496
|
+
"studio.tokens": {
|
|
23497
|
+
"originalType": "sizing"
|
|
23498
|
+
}
|
|
23499
|
+
},
|
|
23500
|
+
"type": "dimension",
|
|
23501
|
+
"value": "50%"
|
|
23502
|
+
},
|
|
23503
|
+
"name": "utrechtNavigationDrawerMobileMinInlineSize",
|
|
23504
|
+
"attributes": {},
|
|
23505
|
+
"path": [
|
|
23506
|
+
"utrecht",
|
|
23507
|
+
"navigation",
|
|
23508
|
+
"drawer",
|
|
23509
|
+
"mobile",
|
|
23510
|
+
"min-inline-size"
|
|
23511
|
+
]
|
|
23512
|
+
},
|
|
23513
|
+
{
|
|
23514
|
+
"$extensions": {
|
|
23515
|
+
"nl.nldesignsystem.css.property": {
|
|
23516
|
+
"syntax": "<color>",
|
|
23517
|
+
"inherits": true
|
|
23518
|
+
},
|
|
23519
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23520
|
+
},
|
|
23521
|
+
"type": "color",
|
|
23522
|
+
"value": "transparent",
|
|
23523
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23524
|
+
"isSource": true,
|
|
23525
|
+
"original": {
|
|
23526
|
+
"$extensions": {
|
|
23527
|
+
"nl.nldesignsystem.css.property": {
|
|
23528
|
+
"syntax": "<color>",
|
|
23529
|
+
"inherits": true
|
|
23530
|
+
},
|
|
23531
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23532
|
+
},
|
|
23533
|
+
"type": "color",
|
|
23534
|
+
"value": "transparent"
|
|
23535
|
+
},
|
|
23536
|
+
"name": "utrechtNavigationItemBorderBlockEndColor",
|
|
23537
|
+
"attributes": {},
|
|
23538
|
+
"path": [
|
|
23539
|
+
"utrecht",
|
|
23540
|
+
"navigation",
|
|
23541
|
+
"item",
|
|
23542
|
+
"border-block-end-color"
|
|
23543
|
+
]
|
|
23544
|
+
},
|
|
23545
|
+
{
|
|
23546
|
+
"$extensions": {
|
|
23547
|
+
"nl.nldesignsystem.css.property": {
|
|
23548
|
+
"syntax": "<length>",
|
|
23549
|
+
"inherits": true
|
|
23550
|
+
},
|
|
23551
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23552
|
+
},
|
|
23553
|
+
"type": "length",
|
|
23554
|
+
"value": "0",
|
|
23555
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23556
|
+
"isSource": true,
|
|
23557
|
+
"original": {
|
|
23558
|
+
"$extensions": {
|
|
23559
|
+
"nl.nldesignsystem.css.property": {
|
|
23560
|
+
"syntax": "<length>",
|
|
23561
|
+
"inherits": true
|
|
23562
|
+
},
|
|
23563
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23564
|
+
},
|
|
23565
|
+
"type": "length",
|
|
23566
|
+
"value": "0"
|
|
23567
|
+
},
|
|
23568
|
+
"name": "utrechtNavigationItemBorderBlockEndWidth",
|
|
23569
|
+
"attributes": {},
|
|
23570
|
+
"path": [
|
|
23571
|
+
"utrecht",
|
|
23572
|
+
"navigation",
|
|
23573
|
+
"item",
|
|
23574
|
+
"border-block-end-width"
|
|
23575
|
+
]
|
|
23576
|
+
},
|
|
23577
|
+
{
|
|
23578
|
+
"$extensions": {
|
|
23579
|
+
"nl.nldesignsystem.css.property": {
|
|
23580
|
+
"syntax": "<color>",
|
|
23581
|
+
"inherits": true
|
|
23582
|
+
},
|
|
23583
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23584
|
+
},
|
|
23585
|
+
"type": "color",
|
|
23586
|
+
"value": "transparent",
|
|
23587
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23588
|
+
"isSource": true,
|
|
23589
|
+
"original": {
|
|
23590
|
+
"$extensions": {
|
|
23591
|
+
"nl.nldesignsystem.css.property": {
|
|
23592
|
+
"syntax": "<color>",
|
|
23593
|
+
"inherits": true
|
|
23594
|
+
},
|
|
23595
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23596
|
+
},
|
|
23597
|
+
"type": "color",
|
|
23598
|
+
"value": "transparent"
|
|
23599
|
+
},
|
|
23600
|
+
"name": "utrechtNavigationItemBorderBlockStartColor",
|
|
23601
|
+
"attributes": {},
|
|
23602
|
+
"path": [
|
|
23603
|
+
"utrecht",
|
|
23604
|
+
"navigation",
|
|
23605
|
+
"item",
|
|
23606
|
+
"border-block-start-color"
|
|
23607
|
+
]
|
|
23608
|
+
},
|
|
23609
|
+
{
|
|
23610
|
+
"$extensions": {
|
|
23611
|
+
"nl.nldesignsystem.css.property": {
|
|
23612
|
+
"syntax": "<length>",
|
|
23613
|
+
"inherits": true
|
|
23614
|
+
},
|
|
23615
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23616
|
+
},
|
|
23617
|
+
"type": "length",
|
|
23618
|
+
"value": "0",
|
|
23619
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23620
|
+
"isSource": true,
|
|
23621
|
+
"original": {
|
|
23622
|
+
"$extensions": {
|
|
23623
|
+
"nl.nldesignsystem.css.property": {
|
|
23624
|
+
"syntax": "<length>",
|
|
23625
|
+
"inherits": true
|
|
23626
|
+
},
|
|
23627
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23628
|
+
},
|
|
23629
|
+
"type": "length",
|
|
23630
|
+
"value": "0"
|
|
23631
|
+
},
|
|
23632
|
+
"name": "utrechtNavigationItemBorderBlockStartWidth",
|
|
23633
|
+
"attributes": {},
|
|
23634
|
+
"path": [
|
|
23635
|
+
"utrecht",
|
|
23636
|
+
"navigation",
|
|
23637
|
+
"item",
|
|
23638
|
+
"border-block-start-width"
|
|
23639
|
+
]
|
|
23640
|
+
},
|
|
23641
|
+
{
|
|
23642
|
+
"$extensions": {
|
|
23643
|
+
"nl.nldesignsystem.css.property": {
|
|
23644
|
+
"syntax": "<color>",
|
|
23645
|
+
"inherits": true
|
|
23646
|
+
},
|
|
23647
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23648
|
+
},
|
|
23649
|
+
"type": "color",
|
|
23650
|
+
"value": "hsl(0 0% 80%)",
|
|
23651
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23652
|
+
"isSource": true,
|
|
23653
|
+
"original": {
|
|
23654
|
+
"$extensions": {
|
|
23655
|
+
"nl.nldesignsystem.css.property": {
|
|
23656
|
+
"syntax": "<color>",
|
|
23657
|
+
"inherits": true
|
|
23658
|
+
},
|
|
23659
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23660
|
+
},
|
|
23661
|
+
"type": "color",
|
|
23662
|
+
"value": "{utrecht.color.grey.80}"
|
|
23663
|
+
},
|
|
23664
|
+
"name": "utrechtNavigationItemMobileBorderBlockEndColor",
|
|
23665
|
+
"attributes": {},
|
|
23666
|
+
"path": [
|
|
23667
|
+
"utrecht",
|
|
23668
|
+
"navigation",
|
|
23669
|
+
"item",
|
|
23670
|
+
"mobile",
|
|
23671
|
+
"border-block-end-color"
|
|
23672
|
+
]
|
|
23673
|
+
},
|
|
23674
|
+
{
|
|
23675
|
+
"$extensions": {
|
|
23676
|
+
"nl.nldesignsystem.css.property": {
|
|
23677
|
+
"syntax": "<length>",
|
|
23678
|
+
"inherits": true
|
|
23679
|
+
},
|
|
23680
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23681
|
+
},
|
|
23682
|
+
"type": "length",
|
|
23683
|
+
"value": "1px",
|
|
23684
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23685
|
+
"isSource": true,
|
|
23686
|
+
"original": {
|
|
23687
|
+
"$extensions": {
|
|
23688
|
+
"nl.nldesignsystem.css.property": {
|
|
23689
|
+
"syntax": "<length>",
|
|
23690
|
+
"inherits": true
|
|
23691
|
+
},
|
|
23692
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23693
|
+
},
|
|
23694
|
+
"type": "length",
|
|
23695
|
+
"value": "1px"
|
|
23696
|
+
},
|
|
23697
|
+
"name": "utrechtNavigationItemMobileBorderBlockEndWidth",
|
|
23698
|
+
"attributes": {},
|
|
23699
|
+
"path": [
|
|
23700
|
+
"utrecht",
|
|
23701
|
+
"navigation",
|
|
23702
|
+
"item",
|
|
23703
|
+
"mobile",
|
|
23704
|
+
"border-block-end-width"
|
|
23705
|
+
]
|
|
23706
|
+
},
|
|
23707
|
+
{
|
|
23708
|
+
"$extensions": {
|
|
23709
|
+
"nl.nldesignsystem.css.property": {
|
|
23710
|
+
"syntax": "<color>",
|
|
23711
|
+
"inherits": true
|
|
23712
|
+
},
|
|
23713
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23714
|
+
},
|
|
23715
|
+
"type": "color",
|
|
23716
|
+
"value": "hsl(0 0% 80%)",
|
|
23717
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23718
|
+
"isSource": true,
|
|
23719
|
+
"original": {
|
|
23720
|
+
"$extensions": {
|
|
23721
|
+
"nl.nldesignsystem.css.property": {
|
|
23722
|
+
"syntax": "<color>",
|
|
23723
|
+
"inherits": true
|
|
23724
|
+
},
|
|
23725
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23726
|
+
},
|
|
23727
|
+
"type": "color",
|
|
23728
|
+
"value": "{utrecht.color.grey.80}"
|
|
23729
|
+
},
|
|
23730
|
+
"name": "utrechtNavigationItemMobileBorderBlockStartColor",
|
|
23731
|
+
"attributes": {},
|
|
23732
|
+
"path": [
|
|
23733
|
+
"utrecht",
|
|
23734
|
+
"navigation",
|
|
23735
|
+
"item",
|
|
23736
|
+
"mobile",
|
|
23737
|
+
"border-block-start-color"
|
|
23738
|
+
]
|
|
23739
|
+
},
|
|
23740
|
+
{
|
|
23741
|
+
"$extensions": {
|
|
23742
|
+
"nl.nldesignsystem.css.property": {
|
|
23743
|
+
"syntax": "<length>",
|
|
23744
|
+
"inherits": true
|
|
23745
|
+
},
|
|
23746
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23747
|
+
},
|
|
23748
|
+
"type": "length",
|
|
23749
|
+
"value": "1px",
|
|
23750
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23751
|
+
"isSource": true,
|
|
23752
|
+
"original": {
|
|
23753
|
+
"$extensions": {
|
|
23754
|
+
"nl.nldesignsystem.css.property": {
|
|
23755
|
+
"syntax": "<length>",
|
|
23756
|
+
"inherits": true
|
|
23757
|
+
},
|
|
23758
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23759
|
+
},
|
|
23760
|
+
"type": "length",
|
|
23761
|
+
"value": "1px"
|
|
23762
|
+
},
|
|
23763
|
+
"name": "utrechtNavigationItemMobileBorderBlockStartWidth",
|
|
23764
|
+
"attributes": {},
|
|
23765
|
+
"path": [
|
|
23766
|
+
"utrecht",
|
|
23767
|
+
"navigation",
|
|
23768
|
+
"item",
|
|
23769
|
+
"mobile",
|
|
23770
|
+
"border-block-start-width"
|
|
23771
|
+
]
|
|
23772
|
+
},
|
|
23773
|
+
{
|
|
23774
|
+
"$extensions": {
|
|
23775
|
+
"nl.nldesignsystem.css.property": {
|
|
23776
|
+
"syntax": "<color>",
|
|
23777
|
+
"inherits": true
|
|
23778
|
+
},
|
|
23779
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23780
|
+
},
|
|
23781
|
+
"type": "color",
|
|
23782
|
+
"value": "hsl(0 0% 100%)",
|
|
23783
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23784
|
+
"isSource": true,
|
|
23785
|
+
"original": {
|
|
23786
|
+
"$extensions": {
|
|
23787
|
+
"nl.nldesignsystem.css.property": {
|
|
23788
|
+
"syntax": "<color>",
|
|
23789
|
+
"inherits": true
|
|
23790
|
+
},
|
|
23791
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23792
|
+
},
|
|
23793
|
+
"type": "color",
|
|
23794
|
+
"value": "{utrecht.color.white}"
|
|
23795
|
+
},
|
|
23796
|
+
"name": "utrechtNavigationLinkActiveColor",
|
|
23797
|
+
"attributes": {},
|
|
23798
|
+
"path": [
|
|
23799
|
+
"utrecht",
|
|
23800
|
+
"navigation",
|
|
23801
|
+
"link",
|
|
23802
|
+
"active",
|
|
23803
|
+
"color"
|
|
23804
|
+
]
|
|
23805
|
+
},
|
|
23806
|
+
{
|
|
23807
|
+
"$extensions": {
|
|
23808
|
+
"nl.nldesignsystem.css.property": {
|
|
23809
|
+
"syntax": "<color>",
|
|
23810
|
+
"inherits": true
|
|
23811
|
+
},
|
|
23812
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23813
|
+
},
|
|
23814
|
+
"type": "color",
|
|
23815
|
+
"value": "hsl(0 0% 0%)",
|
|
23816
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23817
|
+
"isSource": true,
|
|
23818
|
+
"original": {
|
|
23819
|
+
"$extensions": {
|
|
23820
|
+
"nl.nldesignsystem.css.property": {
|
|
23821
|
+
"syntax": "<color>",
|
|
23822
|
+
"inherits": true
|
|
23823
|
+
},
|
|
23824
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23825
|
+
},
|
|
23826
|
+
"type": "color",
|
|
23827
|
+
"value": "{utrecht.color.black}"
|
|
23828
|
+
},
|
|
23829
|
+
"name": "utrechtNavigationLinkActiveFocusColor",
|
|
23830
|
+
"attributes": {},
|
|
23831
|
+
"path": [
|
|
23832
|
+
"utrecht",
|
|
23833
|
+
"navigation",
|
|
23834
|
+
"link",
|
|
23835
|
+
"active",
|
|
23836
|
+
"focus",
|
|
23837
|
+
"color"
|
|
23838
|
+
]
|
|
23839
|
+
},
|
|
23840
|
+
{
|
|
23841
|
+
"$extensions": {
|
|
23842
|
+
"nl.nldesignsystem.css.property": {
|
|
23843
|
+
"syntax": "<color>",
|
|
23844
|
+
"inherits": true
|
|
23845
|
+
},
|
|
23846
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23847
|
+
},
|
|
23848
|
+
"type": "color",
|
|
23849
|
+
"value": "hsl(0 0% 15%)",
|
|
23850
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23851
|
+
"isSource": true,
|
|
23852
|
+
"original": {
|
|
23853
|
+
"$extensions": {
|
|
23854
|
+
"nl.nldesignsystem.css.property": {
|
|
23855
|
+
"syntax": "<color>",
|
|
23856
|
+
"inherits": true
|
|
23857
|
+
},
|
|
23858
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23859
|
+
},
|
|
23860
|
+
"type": "color",
|
|
23861
|
+
"value": "{utrecht.color.grey.15}"
|
|
23862
|
+
},
|
|
23863
|
+
"name": "utrechtNavigationLinkBackgroundColor",
|
|
23864
|
+
"attributes": {},
|
|
23865
|
+
"path": [
|
|
23866
|
+
"utrecht",
|
|
23867
|
+
"navigation",
|
|
23868
|
+
"link",
|
|
23869
|
+
"background-color"
|
|
23870
|
+
]
|
|
23871
|
+
},
|
|
23872
|
+
{
|
|
23873
|
+
"$extensions": {
|
|
23874
|
+
"nl.nldesignsystem.css.property": {
|
|
23875
|
+
"syntax": "<color>",
|
|
23876
|
+
"inherits": true
|
|
23877
|
+
},
|
|
23878
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23879
|
+
},
|
|
23880
|
+
"type": "color",
|
|
23881
|
+
"value": "hsl(0 0% 40%)",
|
|
23882
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23883
|
+
"isSource": true,
|
|
23884
|
+
"original": {
|
|
23885
|
+
"$extensions": {
|
|
23886
|
+
"nl.nldesignsystem.css.property": {
|
|
23887
|
+
"syntax": "<color>",
|
|
23888
|
+
"inherits": true
|
|
23889
|
+
},
|
|
23890
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23891
|
+
},
|
|
23892
|
+
"type": "color",
|
|
23893
|
+
"value": "{utrecht.color.grey.40}"
|
|
23894
|
+
},
|
|
23895
|
+
"name": "utrechtNavigationLinkBorderColor",
|
|
23896
|
+
"attributes": {},
|
|
23897
|
+
"path": [
|
|
23898
|
+
"utrecht",
|
|
23899
|
+
"navigation",
|
|
23900
|
+
"link",
|
|
23901
|
+
"border-color"
|
|
23902
|
+
]
|
|
23903
|
+
},
|
|
23904
|
+
{
|
|
23905
|
+
"$extensions": {
|
|
23906
|
+
"nl.nldesignsystem.css.property": {
|
|
23907
|
+
"syntax": "<length>",
|
|
23908
|
+
"inherits": true
|
|
23909
|
+
},
|
|
23910
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23911
|
+
},
|
|
23912
|
+
"type": "length",
|
|
23913
|
+
"value": "1px",
|
|
23914
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23915
|
+
"isSource": true,
|
|
23916
|
+
"original": {
|
|
23917
|
+
"$extensions": {
|
|
23918
|
+
"nl.nldesignsystem.css.property": {
|
|
23919
|
+
"syntax": "<length>",
|
|
23920
|
+
"inherits": true
|
|
23921
|
+
},
|
|
23922
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23923
|
+
},
|
|
23924
|
+
"type": "length",
|
|
23925
|
+
"value": "1px"
|
|
23926
|
+
},
|
|
23927
|
+
"name": "utrechtNavigationLinkBorderInlineEndWidth",
|
|
23928
|
+
"attributes": {},
|
|
23929
|
+
"path": [
|
|
23930
|
+
"utrecht",
|
|
23931
|
+
"navigation",
|
|
23932
|
+
"link",
|
|
23933
|
+
"border-inline-end-width"
|
|
23934
|
+
]
|
|
23935
|
+
},
|
|
23936
|
+
{
|
|
23937
|
+
"$extensions": {
|
|
23938
|
+
"nl.nldesignsystem.css.property": {
|
|
23939
|
+
"syntax": "<color>",
|
|
23940
|
+
"inherits": true
|
|
23941
|
+
},
|
|
23942
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23943
|
+
},
|
|
23944
|
+
"type": "color",
|
|
23945
|
+
"value": "hsl(0 0% 100%)",
|
|
23946
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23947
|
+
"isSource": true,
|
|
23948
|
+
"original": {
|
|
23949
|
+
"$extensions": {
|
|
23950
|
+
"nl.nldesignsystem.css.property": {
|
|
23951
|
+
"syntax": "<color>",
|
|
23952
|
+
"inherits": true
|
|
23953
|
+
},
|
|
23954
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23955
|
+
},
|
|
23956
|
+
"type": "color",
|
|
23957
|
+
"value": "{utrecht.color.white}"
|
|
23958
|
+
},
|
|
23959
|
+
"name": "utrechtNavigationLinkColor",
|
|
23960
|
+
"attributes": {},
|
|
23961
|
+
"path": [
|
|
23962
|
+
"utrecht",
|
|
23963
|
+
"navigation",
|
|
23964
|
+
"link",
|
|
23965
|
+
"color"
|
|
23966
|
+
]
|
|
23967
|
+
},
|
|
23968
|
+
{
|
|
23969
|
+
"value": "hsl(48 100% 80%)",
|
|
23970
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23971
|
+
"isSource": true,
|
|
23972
|
+
"original": {
|
|
23973
|
+
"value": "{utrecht.color.yellow.80}"
|
|
23974
|
+
},
|
|
23975
|
+
"name": "utrechtNavigationLinkFocusBackgroundColor",
|
|
23976
|
+
"attributes": {},
|
|
23977
|
+
"path": [
|
|
23978
|
+
"utrecht",
|
|
23979
|
+
"navigation",
|
|
23980
|
+
"link",
|
|
23981
|
+
"focus",
|
|
23982
|
+
"background-color"
|
|
23983
|
+
]
|
|
23984
|
+
},
|
|
23985
|
+
{
|
|
23986
|
+
"$extensions": {
|
|
23987
|
+
"nl.nldesignsystem.css.property": {
|
|
23988
|
+
"syntax": "<color>",
|
|
23989
|
+
"inherits": true
|
|
23990
|
+
},
|
|
23991
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23992
|
+
},
|
|
23993
|
+
"type": "color",
|
|
23994
|
+
"value": "hsl(0 0% 0%)",
|
|
23995
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
23996
|
+
"isSource": true,
|
|
23997
|
+
"original": {
|
|
23998
|
+
"$extensions": {
|
|
23999
|
+
"nl.nldesignsystem.css.property": {
|
|
24000
|
+
"syntax": "<color>",
|
|
24001
|
+
"inherits": true
|
|
24002
|
+
},
|
|
24003
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24004
|
+
},
|
|
24005
|
+
"type": "color",
|
|
24006
|
+
"value": "{utrecht.color.black}"
|
|
24007
|
+
},
|
|
24008
|
+
"name": "utrechtNavigationLinkFocusColor",
|
|
24009
|
+
"attributes": {},
|
|
24010
|
+
"path": [
|
|
24011
|
+
"utrecht",
|
|
24012
|
+
"navigation",
|
|
24013
|
+
"link",
|
|
24014
|
+
"focus",
|
|
24015
|
+
"color"
|
|
24016
|
+
]
|
|
24017
|
+
},
|
|
24018
|
+
{
|
|
24019
|
+
"$extensions": {
|
|
24020
|
+
"nl.nldesignsystem.css.property": {
|
|
24021
|
+
"syntax": "<length>",
|
|
24022
|
+
"inherits": true
|
|
24023
|
+
},
|
|
24024
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24025
|
+
},
|
|
24026
|
+
"type": "length",
|
|
24027
|
+
"value": "3px",
|
|
24028
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24029
|
+
"isSource": true,
|
|
24030
|
+
"original": {
|
|
24031
|
+
"$extensions": {
|
|
24032
|
+
"nl.nldesignsystem.css.property": {
|
|
24033
|
+
"syntax": "<length>",
|
|
24034
|
+
"inherits": true
|
|
24035
|
+
},
|
|
24036
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24037
|
+
},
|
|
24038
|
+
"type": "length",
|
|
24039
|
+
"value": "3px"
|
|
24040
|
+
},
|
|
24041
|
+
"name": "utrechtNavigationLinkFocusTextDecorationThickness",
|
|
24042
|
+
"attributes": {},
|
|
24043
|
+
"path": [
|
|
24044
|
+
"utrecht",
|
|
24045
|
+
"navigation",
|
|
24046
|
+
"link",
|
|
24047
|
+
"focus",
|
|
24048
|
+
"text-decoration-thickness"
|
|
24049
|
+
]
|
|
24050
|
+
},
|
|
24051
|
+
{
|
|
24052
|
+
"$extensions": {
|
|
24053
|
+
"nl.nldesignsystem.css.property": {
|
|
24054
|
+
"syntax": "<number>",
|
|
24055
|
+
"inherits": true
|
|
24056
|
+
},
|
|
24057
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24058
|
+
},
|
|
24059
|
+
"type": "fontWeight",
|
|
24060
|
+
"value": "400",
|
|
24061
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24062
|
+
"isSource": true,
|
|
24063
|
+
"original": {
|
|
24064
|
+
"$extensions": {
|
|
24065
|
+
"nl.nldesignsystem.css.property": {
|
|
24066
|
+
"syntax": "<number>",
|
|
24067
|
+
"inherits": true
|
|
24068
|
+
},
|
|
24069
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24070
|
+
},
|
|
24071
|
+
"type": "fontWeight",
|
|
24072
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
24073
|
+
},
|
|
24074
|
+
"name": "utrechtNavigationLinkFontWeight",
|
|
24075
|
+
"attributes": {},
|
|
24076
|
+
"path": [
|
|
24077
|
+
"utrecht",
|
|
24078
|
+
"navigation",
|
|
24079
|
+
"link",
|
|
24080
|
+
"font-weight"
|
|
24081
|
+
]
|
|
24082
|
+
},
|
|
24083
|
+
{
|
|
24084
|
+
"$extensions": {
|
|
24085
|
+
"nl.nldesignsystem.css.property": {
|
|
24086
|
+
"syntax": "<length>",
|
|
24087
|
+
"inherits": true
|
|
24088
|
+
},
|
|
24089
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24090
|
+
"studio.tokens": {
|
|
24091
|
+
"originalType": "spacing"
|
|
24092
|
+
}
|
|
24093
|
+
},
|
|
24094
|
+
"type": "dimension",
|
|
24095
|
+
"value": "8px",
|
|
24096
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24097
|
+
"isSource": true,
|
|
24098
|
+
"original": {
|
|
24099
|
+
"$extensions": {
|
|
24100
|
+
"nl.nldesignsystem.css.property": {
|
|
24101
|
+
"syntax": "<length>",
|
|
24102
|
+
"inherits": true
|
|
24103
|
+
},
|
|
24104
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24105
|
+
"studio.tokens": {
|
|
24106
|
+
"originalType": "spacing"
|
|
24107
|
+
}
|
|
24108
|
+
},
|
|
24109
|
+
"type": "dimension",
|
|
24110
|
+
"value": "8px"
|
|
24111
|
+
},
|
|
24112
|
+
"name": "utrechtNavigationLinkGap",
|
|
24113
|
+
"attributes": {},
|
|
24114
|
+
"path": [
|
|
24115
|
+
"utrecht",
|
|
24116
|
+
"navigation",
|
|
24117
|
+
"link",
|
|
24118
|
+
"gap"
|
|
24119
|
+
]
|
|
24120
|
+
},
|
|
24121
|
+
{
|
|
24122
|
+
"$extensions": {
|
|
24123
|
+
"nl.nldesignsystem.css.property": {
|
|
24124
|
+
"syntax": "<color>",
|
|
24125
|
+
"inherits": true
|
|
24126
|
+
},
|
|
24127
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24128
|
+
},
|
|
24129
|
+
"type": "color",
|
|
24130
|
+
"value": "hsl(0 0% 0%)",
|
|
24131
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24132
|
+
"isSource": true,
|
|
24133
|
+
"original": {
|
|
24134
|
+
"$extensions": {
|
|
24135
|
+
"nl.nldesignsystem.css.property": {
|
|
24136
|
+
"syntax": "<color>",
|
|
24137
|
+
"inherits": true
|
|
24138
|
+
},
|
|
24139
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24140
|
+
},
|
|
24141
|
+
"type": "color",
|
|
24142
|
+
"value": "{utrecht.color.black}"
|
|
24143
|
+
},
|
|
24144
|
+
"name": "utrechtNavigationLinkHoverBackgroundColor",
|
|
24145
|
+
"attributes": {},
|
|
24146
|
+
"path": [
|
|
24147
|
+
"utrecht",
|
|
24148
|
+
"navigation",
|
|
24149
|
+
"link",
|
|
24150
|
+
"hover",
|
|
24151
|
+
"background-color"
|
|
24152
|
+
]
|
|
24153
|
+
},
|
|
24154
|
+
{
|
|
24155
|
+
"$extensions": {
|
|
24156
|
+
"nl.nldesignsystem.css.property": {
|
|
24157
|
+
"syntax": "<color>",
|
|
24158
|
+
"inherits": true
|
|
24159
|
+
},
|
|
24160
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24161
|
+
},
|
|
24162
|
+
"type": "color",
|
|
24163
|
+
"value": "hsl(0 0% 100%)",
|
|
24164
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24165
|
+
"isSource": true,
|
|
24166
|
+
"original": {
|
|
24167
|
+
"$extensions": {
|
|
24168
|
+
"nl.nldesignsystem.css.property": {
|
|
24169
|
+
"syntax": "<color>",
|
|
24170
|
+
"inherits": true
|
|
24171
|
+
},
|
|
24172
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24173
|
+
},
|
|
24174
|
+
"type": "color",
|
|
24175
|
+
"value": "{utrecht.color.white}"
|
|
24176
|
+
},
|
|
24177
|
+
"name": "utrechtNavigationLinkHoverColor",
|
|
24178
|
+
"attributes": {},
|
|
24179
|
+
"path": [
|
|
24180
|
+
"utrecht",
|
|
24181
|
+
"navigation",
|
|
24182
|
+
"link",
|
|
24183
|
+
"hover",
|
|
24184
|
+
"color"
|
|
24185
|
+
]
|
|
24186
|
+
},
|
|
24187
|
+
{
|
|
24188
|
+
"$extensions": {
|
|
24189
|
+
"nl.nldesignsystem.css.property": {
|
|
24190
|
+
"syntax": "<length>",
|
|
24191
|
+
"inherits": true
|
|
24192
|
+
},
|
|
24193
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24194
|
+
},
|
|
24195
|
+
"type": "length",
|
|
24196
|
+
"value": "3px",
|
|
24197
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24198
|
+
"isSource": true,
|
|
24199
|
+
"original": {
|
|
24200
|
+
"$extensions": {
|
|
24201
|
+
"nl.nldesignsystem.css.property": {
|
|
24202
|
+
"syntax": "<length>",
|
|
24203
|
+
"inherits": true
|
|
24204
|
+
},
|
|
24205
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24206
|
+
},
|
|
24207
|
+
"type": "length",
|
|
24208
|
+
"value": "3px"
|
|
24209
|
+
},
|
|
24210
|
+
"name": "utrechtNavigationLinkHoverDecorationThickness",
|
|
24211
|
+
"attributes": {},
|
|
24212
|
+
"path": [
|
|
24213
|
+
"utrecht",
|
|
24214
|
+
"navigation",
|
|
24215
|
+
"link",
|
|
24216
|
+
"hover",
|
|
24217
|
+
"decoration-thickness"
|
|
24218
|
+
]
|
|
24219
|
+
},
|
|
24220
|
+
{
|
|
24221
|
+
"$extensions": {
|
|
24222
|
+
"nl.nldesignsystem.css.property": {
|
|
24223
|
+
"syntax": "<number>",
|
|
24224
|
+
"inherits": true
|
|
24225
|
+
},
|
|
24226
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24227
|
+
},
|
|
24228
|
+
"type": "fontWeight",
|
|
24229
|
+
"value": "700",
|
|
24230
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24231
|
+
"isSource": true,
|
|
24232
|
+
"original": {
|
|
24233
|
+
"$extensions": {
|
|
24234
|
+
"nl.nldesignsystem.css.property": {
|
|
24235
|
+
"syntax": "<number>",
|
|
24236
|
+
"inherits": true
|
|
24237
|
+
},
|
|
24238
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24239
|
+
},
|
|
24240
|
+
"type": "fontWeight",
|
|
24241
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
24242
|
+
},
|
|
24243
|
+
"name": "utrechtNavigationLinkIsCurrentFontWeight",
|
|
24244
|
+
"attributes": {},
|
|
24245
|
+
"path": [
|
|
24246
|
+
"utrecht",
|
|
24247
|
+
"navigation",
|
|
24248
|
+
"link",
|
|
24249
|
+
"is-current",
|
|
24250
|
+
"font-weight"
|
|
24251
|
+
]
|
|
24252
|
+
},
|
|
24253
|
+
{
|
|
24254
|
+
"$extensions": {
|
|
24255
|
+
"nl.nldesignsystem.css.property": {
|
|
24256
|
+
"syntax": "<color>",
|
|
24257
|
+
"inherits": true
|
|
24258
|
+
},
|
|
24259
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24260
|
+
},
|
|
24261
|
+
"type": "color",
|
|
24262
|
+
"value": "hsl(0 0% 100%)",
|
|
24263
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24264
|
+
"isSource": true,
|
|
24265
|
+
"original": {
|
|
24266
|
+
"$extensions": {
|
|
24267
|
+
"nl.nldesignsystem.css.property": {
|
|
24268
|
+
"syntax": "<color>",
|
|
24269
|
+
"inherits": true
|
|
24270
|
+
},
|
|
24271
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24272
|
+
},
|
|
24273
|
+
"type": "color",
|
|
24274
|
+
"value": "{utrecht.color.white}"
|
|
24275
|
+
},
|
|
24276
|
+
"name": "utrechtNavigationLinkMobileBackgroundColor",
|
|
24277
|
+
"attributes": {},
|
|
24278
|
+
"path": [
|
|
24279
|
+
"utrecht",
|
|
24280
|
+
"navigation",
|
|
24281
|
+
"link",
|
|
24282
|
+
"mobile",
|
|
24283
|
+
"background-color"
|
|
24284
|
+
]
|
|
24285
|
+
},
|
|
24286
|
+
{
|
|
24287
|
+
"$extensions": {
|
|
24288
|
+
"nl.nldesignsystem.css.property": {
|
|
24289
|
+
"syntax": "<color>",
|
|
24290
|
+
"inherits": true
|
|
24291
|
+
},
|
|
24292
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24293
|
+
},
|
|
24294
|
+
"type": "color",
|
|
24295
|
+
"value": "hsl(211 60% 35%)",
|
|
24296
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24297
|
+
"isSource": true,
|
|
24298
|
+
"original": {
|
|
24299
|
+
"$extensions": {
|
|
24300
|
+
"nl.nldesignsystem.css.property": {
|
|
24301
|
+
"syntax": "<color>",
|
|
24302
|
+
"inherits": true
|
|
24303
|
+
},
|
|
24304
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24305
|
+
},
|
|
24306
|
+
"type": "color",
|
|
24307
|
+
"value": "{utrecht.color.blue.35}"
|
|
24308
|
+
},
|
|
24309
|
+
"name": "utrechtNavigationLinkMobileColor",
|
|
24310
|
+
"attributes": {},
|
|
24311
|
+
"path": [
|
|
24312
|
+
"utrecht",
|
|
24313
|
+
"navigation",
|
|
24314
|
+
"link",
|
|
24315
|
+
"mobile",
|
|
24316
|
+
"color"
|
|
24317
|
+
]
|
|
24318
|
+
},
|
|
24319
|
+
{
|
|
24320
|
+
"$extensions": {
|
|
24321
|
+
"nl.nldesignsystem.css.property": {
|
|
24322
|
+
"syntax": "<color>",
|
|
24323
|
+
"inherits": true
|
|
24324
|
+
},
|
|
24325
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24326
|
+
},
|
|
24327
|
+
"type": "color",
|
|
24328
|
+
"value": "hsl(0 0% 100%)",
|
|
24329
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24330
|
+
"isSource": true,
|
|
24331
|
+
"original": {
|
|
24332
|
+
"$extensions": {
|
|
24333
|
+
"nl.nldesignsystem.css.property": {
|
|
24334
|
+
"syntax": "<color>",
|
|
24335
|
+
"inherits": true
|
|
24336
|
+
},
|
|
24337
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24338
|
+
},
|
|
24339
|
+
"type": "color",
|
|
24340
|
+
"value": "{utrecht.color.white}"
|
|
24341
|
+
},
|
|
24342
|
+
"name": "utrechtNavigationLinkMobileHoverBackgroundColor",
|
|
24343
|
+
"attributes": {},
|
|
24344
|
+
"path": [
|
|
24345
|
+
"utrecht",
|
|
24346
|
+
"navigation",
|
|
24347
|
+
"link",
|
|
24348
|
+
"mobile",
|
|
24349
|
+
"hover",
|
|
24350
|
+
"background-color"
|
|
24351
|
+
]
|
|
24352
|
+
},
|
|
24353
|
+
{
|
|
24354
|
+
"$extensions": {
|
|
24355
|
+
"nl.nldesignsystem.css.property": {
|
|
24356
|
+
"syntax": "<color>",
|
|
24357
|
+
"inherits": true
|
|
24358
|
+
},
|
|
24359
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24360
|
+
},
|
|
24361
|
+
"type": "color",
|
|
24362
|
+
"value": "hsl(211 60% 35%)",
|
|
24363
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24364
|
+
"isSource": true,
|
|
24365
|
+
"original": {
|
|
24366
|
+
"$extensions": {
|
|
24367
|
+
"nl.nldesignsystem.css.property": {
|
|
24368
|
+
"syntax": "<color>",
|
|
24369
|
+
"inherits": true
|
|
24370
|
+
},
|
|
24371
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24372
|
+
},
|
|
24373
|
+
"type": "color",
|
|
24374
|
+
"value": "{utrecht.color.blue.35}"
|
|
24375
|
+
},
|
|
24376
|
+
"name": "utrechtNavigationLinkMobileHoverColor",
|
|
24377
|
+
"attributes": {},
|
|
24378
|
+
"path": [
|
|
24379
|
+
"utrecht",
|
|
24380
|
+
"navigation",
|
|
24381
|
+
"link",
|
|
24382
|
+
"mobile",
|
|
24383
|
+
"hover",
|
|
24384
|
+
"color"
|
|
24385
|
+
]
|
|
24386
|
+
},
|
|
24387
|
+
{
|
|
24388
|
+
"$extensions": {
|
|
24389
|
+
"nl.nldesignsystem.css.property": {
|
|
24390
|
+
"syntax": "<number>",
|
|
24391
|
+
"inherits": true
|
|
24392
|
+
},
|
|
24393
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24394
|
+
},
|
|
24395
|
+
"type": "fontWeight",
|
|
24396
|
+
"value": "700",
|
|
24397
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24398
|
+
"isSource": true,
|
|
24399
|
+
"original": {
|
|
24400
|
+
"$extensions": {
|
|
24401
|
+
"nl.nldesignsystem.css.property": {
|
|
24402
|
+
"syntax": "<number>",
|
|
24403
|
+
"inherits": true
|
|
24404
|
+
},
|
|
24405
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24406
|
+
},
|
|
24407
|
+
"type": "fontWeight",
|
|
24408
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
24409
|
+
},
|
|
24410
|
+
"name": "utrechtNavigationLinkMobileHoverFontWeight",
|
|
24411
|
+
"attributes": {},
|
|
24412
|
+
"path": [
|
|
24413
|
+
"utrecht",
|
|
24414
|
+
"navigation",
|
|
24415
|
+
"link",
|
|
24416
|
+
"mobile",
|
|
24417
|
+
"hover",
|
|
24418
|
+
"font-weight"
|
|
24419
|
+
]
|
|
24420
|
+
},
|
|
24421
|
+
{
|
|
24422
|
+
"$extensions": {
|
|
24423
|
+
"nl.nldesignsystem.css.property": {
|
|
24424
|
+
"syntax": "<length>",
|
|
24425
|
+
"inherits": true
|
|
24426
|
+
},
|
|
24427
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24428
|
+
"studio.tokens": {
|
|
24429
|
+
"originalType": "sizing"
|
|
24430
|
+
}
|
|
24431
|
+
},
|
|
24432
|
+
"type": "dimension",
|
|
24433
|
+
"value": "44px",
|
|
24434
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24435
|
+
"isSource": true,
|
|
24436
|
+
"original": {
|
|
24437
|
+
"$extensions": {
|
|
24438
|
+
"nl.nldesignsystem.css.property": {
|
|
24439
|
+
"syntax": "<length>",
|
|
24440
|
+
"inherits": true
|
|
24441
|
+
},
|
|
24442
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24443
|
+
"studio.tokens": {
|
|
24444
|
+
"originalType": "sizing"
|
|
24445
|
+
}
|
|
24446
|
+
},
|
|
24447
|
+
"type": "dimension",
|
|
24448
|
+
"value": "44px"
|
|
24449
|
+
},
|
|
24450
|
+
"name": "utrechtNavigationLinkMobileMinBlockSize",
|
|
24451
|
+
"attributes": {},
|
|
24452
|
+
"path": [
|
|
24453
|
+
"utrecht",
|
|
24454
|
+
"navigation",
|
|
24455
|
+
"link",
|
|
24456
|
+
"mobile",
|
|
24457
|
+
"min-block-size"
|
|
24458
|
+
]
|
|
24459
|
+
},
|
|
24460
|
+
{
|
|
24461
|
+
"$extensions": {
|
|
24462
|
+
"nl.nldesignsystem.css.property": {
|
|
24463
|
+
"syntax": "<length>",
|
|
24464
|
+
"inherits": true
|
|
24465
|
+
},
|
|
24466
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24467
|
+
"studio.tokens": {
|
|
24468
|
+
"originalType": "spacing"
|
|
24469
|
+
}
|
|
24470
|
+
},
|
|
24471
|
+
"type": "dimension",
|
|
24472
|
+
"value": "8px",
|
|
24473
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24474
|
+
"isSource": true,
|
|
24475
|
+
"original": {
|
|
24476
|
+
"$extensions": {
|
|
24477
|
+
"nl.nldesignsystem.css.property": {
|
|
24478
|
+
"syntax": "<length>",
|
|
24479
|
+
"inherits": true
|
|
24480
|
+
},
|
|
24481
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24482
|
+
"studio.tokens": {
|
|
24483
|
+
"originalType": "spacing"
|
|
24484
|
+
}
|
|
24485
|
+
},
|
|
24486
|
+
"type": "dimension",
|
|
24487
|
+
"value": "{utrecht.space.block.xs}"
|
|
24488
|
+
},
|
|
24489
|
+
"name": "utrechtNavigationLinkMobilePaddingBlockEnd",
|
|
24490
|
+
"attributes": {},
|
|
24491
|
+
"path": [
|
|
24492
|
+
"utrecht",
|
|
24493
|
+
"navigation",
|
|
24494
|
+
"link",
|
|
24495
|
+
"mobile",
|
|
24496
|
+
"padding-block-end"
|
|
24497
|
+
]
|
|
24498
|
+
},
|
|
24499
|
+
{
|
|
24500
|
+
"$extensions": {
|
|
24501
|
+
"nl.nldesignsystem.css.property": {
|
|
24502
|
+
"syntax": "<length>",
|
|
24503
|
+
"inherits": true
|
|
24504
|
+
},
|
|
24505
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24506
|
+
"studio.tokens": {
|
|
24507
|
+
"originalType": "spacing"
|
|
24508
|
+
}
|
|
24509
|
+
},
|
|
24510
|
+
"type": "dimension",
|
|
24511
|
+
"value": "8px",
|
|
24512
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24513
|
+
"isSource": true,
|
|
24514
|
+
"original": {
|
|
24515
|
+
"$extensions": {
|
|
24516
|
+
"nl.nldesignsystem.css.property": {
|
|
24517
|
+
"syntax": "<length>",
|
|
24518
|
+
"inherits": true
|
|
24519
|
+
},
|
|
24520
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24521
|
+
"studio.tokens": {
|
|
24522
|
+
"originalType": "spacing"
|
|
24523
|
+
}
|
|
24524
|
+
},
|
|
24525
|
+
"type": "dimension",
|
|
24526
|
+
"value": "{utrecht.space.block.xs}"
|
|
24527
|
+
},
|
|
24528
|
+
"name": "utrechtNavigationLinkMobilePaddingBlockStart",
|
|
24529
|
+
"attributes": {},
|
|
24530
|
+
"path": [
|
|
24531
|
+
"utrecht",
|
|
24532
|
+
"navigation",
|
|
24533
|
+
"link",
|
|
24534
|
+
"mobile",
|
|
24535
|
+
"padding-block-start"
|
|
24536
|
+
]
|
|
24537
|
+
},
|
|
24538
|
+
{
|
|
24539
|
+
"$extensions": {
|
|
24540
|
+
"nl.nldesignsystem.css.property": {
|
|
24541
|
+
"syntax": "<length>",
|
|
24542
|
+
"inherits": true
|
|
24543
|
+
},
|
|
24544
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24545
|
+
"studio.tokens": {
|
|
24546
|
+
"originalType": "spacing"
|
|
24547
|
+
}
|
|
24548
|
+
},
|
|
24549
|
+
"type": "dimension",
|
|
24550
|
+
"value": "16px",
|
|
24551
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24552
|
+
"isSource": true,
|
|
24553
|
+
"original": {
|
|
24554
|
+
"$extensions": {
|
|
24555
|
+
"nl.nldesignsystem.css.property": {
|
|
24556
|
+
"syntax": "<length>",
|
|
24557
|
+
"inherits": true
|
|
24558
|
+
},
|
|
24559
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24560
|
+
"studio.tokens": {
|
|
24561
|
+
"originalType": "spacing"
|
|
24562
|
+
}
|
|
24563
|
+
},
|
|
24564
|
+
"type": "dimension",
|
|
24565
|
+
"value": "{utrecht.space.inline.md}"
|
|
24566
|
+
},
|
|
24567
|
+
"name": "utrechtNavigationLinkMobilePaddingInlineStart",
|
|
24568
|
+
"attributes": {},
|
|
24569
|
+
"path": [
|
|
24570
|
+
"utrecht",
|
|
24571
|
+
"navigation",
|
|
24572
|
+
"link",
|
|
24573
|
+
"mobile",
|
|
24574
|
+
"padding-inline-start"
|
|
24575
|
+
]
|
|
24576
|
+
},
|
|
24577
|
+
{
|
|
24578
|
+
"$extensions": {
|
|
24579
|
+
"nl.nldesignsystem.css.property": {
|
|
24580
|
+
"syntax": "<time>",
|
|
24581
|
+
"inherits": true
|
|
24582
|
+
},
|
|
24583
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24584
|
+
},
|
|
24585
|
+
"type": "duration",
|
|
24586
|
+
"value": "300ms",
|
|
24587
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24588
|
+
"isSource": true,
|
|
24589
|
+
"original": {
|
|
24590
|
+
"$extensions": {
|
|
24591
|
+
"nl.nldesignsystem.css.property": {
|
|
24592
|
+
"syntax": "<time>",
|
|
24593
|
+
"inherits": true
|
|
24594
|
+
},
|
|
24595
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24596
|
+
},
|
|
24597
|
+
"type": "duration",
|
|
24598
|
+
"value": "300ms"
|
|
24599
|
+
},
|
|
24600
|
+
"name": "utrechtNavigationLinkMobileTransitionDuration",
|
|
24601
|
+
"attributes": {},
|
|
24602
|
+
"path": [
|
|
24603
|
+
"utrecht",
|
|
24604
|
+
"navigation",
|
|
24605
|
+
"link",
|
|
24606
|
+
"mobile",
|
|
24607
|
+
"transition-duration"
|
|
24608
|
+
]
|
|
24609
|
+
},
|
|
24610
|
+
{
|
|
24611
|
+
"$extensions": {
|
|
24612
|
+
"nl.nldesignsystem.css.property": {
|
|
24613
|
+
"syntax": "*",
|
|
24614
|
+
"inherits": true
|
|
24615
|
+
},
|
|
24616
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24617
|
+
},
|
|
24618
|
+
"type": "other",
|
|
24619
|
+
"value": "ease-in-out",
|
|
24620
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24621
|
+
"isSource": true,
|
|
24622
|
+
"original": {
|
|
24623
|
+
"$extensions": {
|
|
24624
|
+
"nl.nldesignsystem.css.property": {
|
|
24625
|
+
"syntax": "*",
|
|
24626
|
+
"inherits": true
|
|
24627
|
+
},
|
|
24628
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24629
|
+
},
|
|
24630
|
+
"type": "other",
|
|
24631
|
+
"value": "ease-in-out"
|
|
24632
|
+
},
|
|
24633
|
+
"name": "utrechtNavigationLinkMobileTransitionTimingFunction",
|
|
24634
|
+
"attributes": {},
|
|
24635
|
+
"path": [
|
|
24636
|
+
"utrecht",
|
|
24637
|
+
"navigation",
|
|
24638
|
+
"link",
|
|
24639
|
+
"mobile",
|
|
24640
|
+
"transition-timing-function"
|
|
24641
|
+
]
|
|
24642
|
+
},
|
|
24643
|
+
{
|
|
24644
|
+
"$extensions": {
|
|
24645
|
+
"nl.nldesignsystem.css.property": {
|
|
24646
|
+
"syntax": "<length>",
|
|
24647
|
+
"inherits": true
|
|
24648
|
+
},
|
|
24649
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24650
|
+
"studio.tokens": {
|
|
24651
|
+
"originalType": "spacing"
|
|
24652
|
+
}
|
|
24653
|
+
},
|
|
24654
|
+
"type": "dimension",
|
|
24655
|
+
"value": "16px",
|
|
24656
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24657
|
+
"isSource": true,
|
|
24658
|
+
"original": {
|
|
24659
|
+
"$extensions": {
|
|
24660
|
+
"nl.nldesignsystem.css.property": {
|
|
24661
|
+
"syntax": "<length>",
|
|
24662
|
+
"inherits": true
|
|
24663
|
+
},
|
|
24664
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24665
|
+
"studio.tokens": {
|
|
24666
|
+
"originalType": "spacing"
|
|
24667
|
+
}
|
|
24668
|
+
},
|
|
24669
|
+
"type": "dimension",
|
|
24670
|
+
"value": "{utrecht.space.block.md}"
|
|
24671
|
+
},
|
|
24672
|
+
"name": "utrechtNavigationLinkPaddingBlockEnd",
|
|
24673
|
+
"attributes": {},
|
|
24674
|
+
"path": [
|
|
24675
|
+
"utrecht",
|
|
24676
|
+
"navigation",
|
|
24677
|
+
"link",
|
|
24678
|
+
"padding-block-end"
|
|
24679
|
+
]
|
|
24680
|
+
},
|
|
24681
|
+
{
|
|
24682
|
+
"$extensions": {
|
|
24683
|
+
"nl.nldesignsystem.css.property": {
|
|
24684
|
+
"syntax": "<length>",
|
|
24685
|
+
"inherits": true
|
|
24686
|
+
},
|
|
24687
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24688
|
+
"studio.tokens": {
|
|
24689
|
+
"originalType": "spacing"
|
|
24690
|
+
}
|
|
24691
|
+
},
|
|
24692
|
+
"type": "dimension",
|
|
24693
|
+
"value": "16px",
|
|
24694
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24695
|
+
"isSource": true,
|
|
24696
|
+
"original": {
|
|
24697
|
+
"$extensions": {
|
|
24698
|
+
"nl.nldesignsystem.css.property": {
|
|
24699
|
+
"syntax": "<length>",
|
|
24700
|
+
"inherits": true
|
|
24701
|
+
},
|
|
24702
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24703
|
+
"studio.tokens": {
|
|
24704
|
+
"originalType": "spacing"
|
|
24705
|
+
}
|
|
24706
|
+
},
|
|
24707
|
+
"type": "dimension",
|
|
24708
|
+
"value": "{utrecht.space.block.md}"
|
|
24709
|
+
},
|
|
24710
|
+
"name": "utrechtNavigationLinkPaddingBlockStart",
|
|
24711
|
+
"attributes": {},
|
|
24712
|
+
"path": [
|
|
24713
|
+
"utrecht",
|
|
24714
|
+
"navigation",
|
|
24715
|
+
"link",
|
|
24716
|
+
"padding-block-start"
|
|
24717
|
+
]
|
|
24718
|
+
},
|
|
24719
|
+
{
|
|
24720
|
+
"$extensions": {
|
|
24721
|
+
"nl.nldesignsystem.css.property": {
|
|
24722
|
+
"syntax": "<color>",
|
|
24723
|
+
"inherits": true
|
|
24724
|
+
},
|
|
24725
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24726
|
+
},
|
|
24727
|
+
"type": "color",
|
|
24728
|
+
"value": "hsl(0 0% 100%)",
|
|
24729
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24730
|
+
"isSource": true,
|
|
24731
|
+
"original": {
|
|
24732
|
+
"$extensions": {
|
|
24733
|
+
"nl.nldesignsystem.css.property": {
|
|
24734
|
+
"syntax": "<color>",
|
|
24735
|
+
"inherits": true
|
|
24736
|
+
},
|
|
24737
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24738
|
+
},
|
|
24739
|
+
"type": "color",
|
|
24740
|
+
"value": "{utrecht.color.white}"
|
|
24741
|
+
},
|
|
24742
|
+
"name": "utrechtNavigationListMobileBackgroundColor",
|
|
24743
|
+
"attributes": {},
|
|
24744
|
+
"path": [
|
|
24745
|
+
"utrecht",
|
|
24746
|
+
"navigation",
|
|
24747
|
+
"list",
|
|
24748
|
+
"mobile",
|
|
24749
|
+
"background-color"
|
|
24750
|
+
]
|
|
24751
|
+
},
|
|
24752
|
+
{
|
|
24753
|
+
"$extensions": {
|
|
24754
|
+
"nl.nldesignsystem.css.property": {
|
|
24755
|
+
"syntax": "<length>",
|
|
24756
|
+
"inherits": true
|
|
24757
|
+
},
|
|
24758
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24759
|
+
"studio.tokens": {
|
|
24760
|
+
"originalType": "sizing"
|
|
24761
|
+
}
|
|
24762
|
+
},
|
|
24763
|
+
"type": "dimension",
|
|
24764
|
+
"value": "100%",
|
|
24765
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24766
|
+
"isSource": true,
|
|
24767
|
+
"original": {
|
|
24768
|
+
"$extensions": {
|
|
24769
|
+
"nl.nldesignsystem.css.property": {
|
|
24770
|
+
"syntax": "<length>",
|
|
24771
|
+
"inherits": true
|
|
24772
|
+
},
|
|
24773
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24774
|
+
"studio.tokens": {
|
|
24775
|
+
"originalType": "sizing"
|
|
24776
|
+
}
|
|
24777
|
+
},
|
|
24778
|
+
"type": "dimension",
|
|
24779
|
+
"value": "100%"
|
|
24780
|
+
},
|
|
24781
|
+
"name": "utrechtNavigationListMobileInlineSize",
|
|
24782
|
+
"attributes": {},
|
|
24783
|
+
"path": [
|
|
24784
|
+
"utrecht",
|
|
24785
|
+
"navigation",
|
|
24786
|
+
"list",
|
|
24787
|
+
"mobile",
|
|
24788
|
+
"inline-size"
|
|
24789
|
+
]
|
|
24790
|
+
},
|
|
24791
|
+
{
|
|
24792
|
+
"$extensions": {
|
|
24793
|
+
"nl.nldesignsystem.css.property": {
|
|
24794
|
+
"syntax": "<length>",
|
|
24795
|
+
"inherits": true
|
|
24796
|
+
},
|
|
24797
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24798
|
+
"studio.tokens": {
|
|
24799
|
+
"originalType": "spacing"
|
|
24800
|
+
}
|
|
24801
|
+
},
|
|
24802
|
+
"type": "dimension",
|
|
24803
|
+
"value": "8px",
|
|
24804
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24805
|
+
"isSource": true,
|
|
24806
|
+
"original": {
|
|
24807
|
+
"$extensions": {
|
|
24808
|
+
"nl.nldesignsystem.css.property": {
|
|
24809
|
+
"syntax": "<length>",
|
|
24810
|
+
"inherits": true
|
|
24811
|
+
},
|
|
24812
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24813
|
+
"studio.tokens": {
|
|
24814
|
+
"originalType": "spacing"
|
|
24815
|
+
}
|
|
24816
|
+
},
|
|
24817
|
+
"type": "dimension",
|
|
24818
|
+
"value": "{utrecht.space.block.xs}"
|
|
24819
|
+
},
|
|
24820
|
+
"name": "utrechtNavigationListMobilePaddingBlockEnd",
|
|
24821
|
+
"attributes": {},
|
|
24822
|
+
"path": [
|
|
24823
|
+
"utrecht",
|
|
24824
|
+
"navigation",
|
|
24825
|
+
"list",
|
|
24826
|
+
"mobile",
|
|
24827
|
+
"padding-block-end"
|
|
24828
|
+
]
|
|
24829
|
+
},
|
|
24830
|
+
{
|
|
24831
|
+
"$extensions": {
|
|
24832
|
+
"nl.nldesignsystem.css.property": {
|
|
24833
|
+
"syntax": "<length>",
|
|
24834
|
+
"inherits": true
|
|
24835
|
+
},
|
|
24836
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24837
|
+
"studio.tokens": {
|
|
24838
|
+
"originalType": "spacing"
|
|
24839
|
+
}
|
|
24840
|
+
},
|
|
24841
|
+
"type": "dimension",
|
|
24842
|
+
"value": "16px",
|
|
24843
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24844
|
+
"isSource": true,
|
|
24845
|
+
"original": {
|
|
24846
|
+
"$extensions": {
|
|
24847
|
+
"nl.nldesignsystem.css.property": {
|
|
24848
|
+
"syntax": "<length>",
|
|
24849
|
+
"inherits": true
|
|
24850
|
+
},
|
|
24851
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24852
|
+
"studio.tokens": {
|
|
24853
|
+
"originalType": "spacing"
|
|
24854
|
+
}
|
|
24855
|
+
},
|
|
24856
|
+
"type": "dimension",
|
|
24857
|
+
"value": "{utrecht.space.inline.md}"
|
|
24858
|
+
},
|
|
24859
|
+
"name": "utrechtNavigationListMobilePaddingInlineEnd",
|
|
24860
|
+
"attributes": {},
|
|
24861
|
+
"path": [
|
|
24862
|
+
"utrecht",
|
|
24863
|
+
"navigation",
|
|
24864
|
+
"list",
|
|
24865
|
+
"mobile",
|
|
24866
|
+
"padding-inline-end"
|
|
24867
|
+
]
|
|
24868
|
+
},
|
|
24869
|
+
{
|
|
24870
|
+
"$extensions": {
|
|
24871
|
+
"nl.nldesignsystem.css.property": {
|
|
24872
|
+
"syntax": "<length>",
|
|
24873
|
+
"inherits": true
|
|
24874
|
+
},
|
|
24875
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24876
|
+
"studio.tokens": {
|
|
24877
|
+
"originalType": "spacing"
|
|
24878
|
+
}
|
|
24879
|
+
},
|
|
24880
|
+
"type": "dimension",
|
|
24881
|
+
"value": "16px",
|
|
24882
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24883
|
+
"isSource": true,
|
|
24884
|
+
"original": {
|
|
24885
|
+
"$extensions": {
|
|
24886
|
+
"nl.nldesignsystem.css.property": {
|
|
24887
|
+
"syntax": "<length>",
|
|
24888
|
+
"inherits": true
|
|
24889
|
+
},
|
|
24890
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24891
|
+
"studio.tokens": {
|
|
24892
|
+
"originalType": "spacing"
|
|
24893
|
+
}
|
|
24894
|
+
},
|
|
24895
|
+
"type": "dimension",
|
|
24896
|
+
"value": "{utrecht.space.inline.md}"
|
|
24897
|
+
},
|
|
24898
|
+
"name": "utrechtNavigationListMobilePaddingInlineStart",
|
|
24899
|
+
"attributes": {},
|
|
24900
|
+
"path": [
|
|
24901
|
+
"utrecht",
|
|
24902
|
+
"navigation",
|
|
24903
|
+
"list",
|
|
24904
|
+
"mobile",
|
|
24905
|
+
"padding-inline-start"
|
|
24906
|
+
]
|
|
24907
|
+
},
|
|
24908
|
+
{
|
|
24909
|
+
"$extensions": {
|
|
24910
|
+
"nl.nldesignsystem.css.property": {
|
|
24911
|
+
"syntax": "<length>",
|
|
24912
|
+
"inherits": true
|
|
24913
|
+
},
|
|
24914
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24915
|
+
"studio.tokens": {
|
|
24916
|
+
"originalType": "sizing"
|
|
24917
|
+
}
|
|
24918
|
+
},
|
|
24919
|
+
"type": "dimension",
|
|
24920
|
+
"value": "100%",
|
|
24921
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24922
|
+
"isSource": true,
|
|
24923
|
+
"original": {
|
|
24924
|
+
"$extensions": {
|
|
24925
|
+
"nl.nldesignsystem.css.property": {
|
|
24926
|
+
"syntax": "<length>",
|
|
24927
|
+
"inherits": true
|
|
24928
|
+
},
|
|
24929
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24930
|
+
"studio.tokens": {
|
|
24931
|
+
"originalType": "sizing"
|
|
24932
|
+
}
|
|
24933
|
+
},
|
|
24934
|
+
"type": "dimension",
|
|
24935
|
+
"value": "100%"
|
|
24936
|
+
},
|
|
24937
|
+
"name": "utrechtNavigationListSideNavInlineSize",
|
|
24938
|
+
"attributes": {},
|
|
24939
|
+
"path": [
|
|
24940
|
+
"utrecht",
|
|
24941
|
+
"navigation",
|
|
24942
|
+
"list",
|
|
24943
|
+
"side-nav",
|
|
24944
|
+
"inline-size"
|
|
24945
|
+
]
|
|
24946
|
+
},
|
|
24947
|
+
{
|
|
24948
|
+
"$extensions": {
|
|
24949
|
+
"nl.nldesignsystem.css.property": {
|
|
24950
|
+
"syntax": "<color>",
|
|
24951
|
+
"inherits": true
|
|
24952
|
+
},
|
|
24953
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24954
|
+
},
|
|
24955
|
+
"type": "color",
|
|
24956
|
+
"value": "hsl(0 0% 80%)",
|
|
24957
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24958
|
+
"isSource": true,
|
|
24959
|
+
"original": {
|
|
24960
|
+
"$extensions": {
|
|
24961
|
+
"nl.nldesignsystem.css.property": {
|
|
24962
|
+
"syntax": "<color>",
|
|
24963
|
+
"inherits": true
|
|
24964
|
+
},
|
|
24965
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24966
|
+
},
|
|
24967
|
+
"type": "color",
|
|
24968
|
+
"value": "{utrecht.color.grey.80}"
|
|
24969
|
+
},
|
|
24970
|
+
"name": "utrechtNavigationMarkerColor",
|
|
24971
|
+
"attributes": {},
|
|
24972
|
+
"path": [
|
|
24973
|
+
"utrecht",
|
|
24974
|
+
"navigation",
|
|
24975
|
+
"marker",
|
|
24976
|
+
"color"
|
|
24977
|
+
]
|
|
24978
|
+
},
|
|
24979
|
+
{
|
|
24980
|
+
"$extensions": {
|
|
24981
|
+
"nl.nldesignsystem.css.property": {
|
|
24982
|
+
"syntax": "<length>",
|
|
24983
|
+
"inherits": true
|
|
24984
|
+
},
|
|
24985
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24986
|
+
"studio.tokens": {
|
|
24987
|
+
"originalType": "spacing"
|
|
24988
|
+
}
|
|
24989
|
+
},
|
|
24990
|
+
"type": "dimension",
|
|
24991
|
+
"value": "16px",
|
|
24992
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
24993
|
+
"isSource": true,
|
|
24994
|
+
"original": {
|
|
24995
|
+
"$extensions": {
|
|
24996
|
+
"nl.nldesignsystem.css.property": {
|
|
24997
|
+
"syntax": "<length>",
|
|
24998
|
+
"inherits": true
|
|
24999
|
+
},
|
|
25000
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25001
|
+
"studio.tokens": {
|
|
25002
|
+
"originalType": "spacing"
|
|
25003
|
+
}
|
|
25004
|
+
},
|
|
25005
|
+
"type": "dimension",
|
|
25006
|
+
"value": "16px"
|
|
25007
|
+
},
|
|
25008
|
+
"name": "utrechtNavigationToggleButtonOffsetEnd",
|
|
25009
|
+
"attributes": {},
|
|
25010
|
+
"path": [
|
|
25011
|
+
"utrecht",
|
|
25012
|
+
"navigation",
|
|
25013
|
+
"toggle-button",
|
|
25014
|
+
"offset-end"
|
|
25015
|
+
]
|
|
25016
|
+
},
|
|
25017
|
+
{
|
|
25018
|
+
"$extensions": {
|
|
25019
|
+
"nl.nldesignsystem.css.property": {
|
|
25020
|
+
"syntax": "<length>",
|
|
25021
|
+
"inherits": true
|
|
25022
|
+
},
|
|
25023
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25024
|
+
"studio.tokens": {
|
|
25025
|
+
"originalType": "spacing"
|
|
25026
|
+
}
|
|
25027
|
+
},
|
|
25028
|
+
"type": "dimension",
|
|
25029
|
+
"value": "16px",
|
|
25030
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
25031
|
+
"isSource": true,
|
|
25032
|
+
"original": {
|
|
25033
|
+
"$extensions": {
|
|
25034
|
+
"nl.nldesignsystem.css.property": {
|
|
25035
|
+
"syntax": "<length>",
|
|
25036
|
+
"inherits": true
|
|
25037
|
+
},
|
|
25038
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25039
|
+
"studio.tokens": {
|
|
25040
|
+
"originalType": "spacing"
|
|
25041
|
+
}
|
|
25042
|
+
},
|
|
25043
|
+
"type": "dimension",
|
|
25044
|
+
"value": "16px"
|
|
25045
|
+
},
|
|
25046
|
+
"name": "utrechtNavigationToggleButtonOffsetStart",
|
|
25047
|
+
"attributes": {},
|
|
25048
|
+
"path": [
|
|
25049
|
+
"utrecht",
|
|
25050
|
+
"navigation",
|
|
25051
|
+
"toggle-button",
|
|
25052
|
+
"offset-start"
|
|
25053
|
+
]
|
|
25054
|
+
},
|
|
23257
25055
|
{
|
|
23258
25056
|
"$extensions": {
|
|
23259
25057
|
"nl.nldesignsystem.css.property": {
|