@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.
Files changed (53) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/_mixin-theme.scss +53 -0
  3. package/dist/_mixin.scss +53 -0
  4. package/dist/_variables.scss +53 -0
  5. package/dist/dark/_mixin-theme.scss +53 -0
  6. package/dist/dark/_mixin.scss +53 -0
  7. package/dist/dark/_variables.scss +53 -0
  8. package/dist/dark/index.cjs +54 -1
  9. package/dist/dark/index.css +53 -0
  10. package/dist/dark/index.d.ts +54 -1
  11. package/dist/dark/index.flat.json +53 -0
  12. package/dist/dark/index.json +1798 -0
  13. package/dist/dark/index.mjs +54 -1
  14. package/dist/dark/index.tokens.json +472 -10
  15. package/dist/dark/list.json +1798 -0
  16. package/dist/dark/list.mjs +1798 -0
  17. package/dist/dark/property.css +50 -0
  18. package/dist/dark/root.css +53 -0
  19. package/dist/dark/theme-prince-xml.css +53 -0
  20. package/dist/dark/theme.css +53 -0
  21. package/dist/dark/tokens.cjs +2231 -24
  22. package/dist/dark/tokens.d.ts +274 -3
  23. package/dist/dark/tokens.json +2231 -24
  24. package/dist/dark/variables.cjs +54 -1
  25. package/dist/dark/variables.css +53 -0
  26. package/dist/dark/variables.d.ts +54 -1
  27. package/dist/dark/variables.json +53 -0
  28. package/dist/dark/variables.less +53 -0
  29. package/dist/dark/variables.mjs +54 -1
  30. package/dist/index.cjs +54 -1
  31. package/dist/index.css +106 -0
  32. package/dist/index.d.ts +54 -1
  33. package/dist/index.flat.json +53 -0
  34. package/dist/index.json +1798 -0
  35. package/dist/index.mjs +54 -1
  36. package/dist/index.tokens.json +472 -10
  37. package/dist/list.json +1798 -0
  38. package/dist/list.mjs +1798 -0
  39. package/dist/property.css +50 -0
  40. package/dist/root.css +53 -0
  41. package/dist/theme-prince-xml.css +53 -0
  42. package/dist/theme.css +53 -0
  43. package/dist/tokens.cjs +2231 -24
  44. package/dist/tokens.d.ts +274 -3
  45. package/dist/tokens.json +2231 -24
  46. package/dist/variables.cjs +54 -1
  47. package/dist/variables.css +53 -0
  48. package/dist/variables.d.ts +54 -1
  49. package/dist/variables.json +53 -0
  50. package/dist/variables.less +53 -0
  51. package/dist/variables.mjs +54 -1
  52. package/package.json +1 -1
  53. package/src/component/utrecht/navigation.tokens.json +229 -0
@@ -6302,10 +6302,32 @@
6302
6302
  ]
6303
6303
  },
6304
6304
  {
6305
+ "$extensions": {
6306
+ "nl.nldesignsystem.css.property": {
6307
+ "syntax": "<length>",
6308
+ "inherits": true
6309
+ },
6310
+ "nl.nldesignsystem.figma.supports-token": false,
6311
+ "studio.tokens": {
6312
+ "originalType": "sizing"
6313
+ }
6314
+ },
6315
+ "type": "dimension",
6305
6316
  "value": "16px",
6306
6317
  "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
6307
6318
  "isSource": true,
6308
6319
  "original": {
6320
+ "$extensions": {
6321
+ "nl.nldesignsystem.css.property": {
6322
+ "syntax": "<length>",
6323
+ "inherits": true
6324
+ },
6325
+ "nl.nldesignsystem.figma.supports-token": false,
6326
+ "studio.tokens": {
6327
+ "originalType": "sizing"
6328
+ }
6329
+ },
6330
+ "type": "dimension",
6309
6331
  "value": "{utrecht.icon-scale.md}"
6310
6332
  },
6311
6333
  "name": "utrechtBreadcrumbNavLinkIconSize",
@@ -19089,6 +19111,44 @@
19089
19111
  "inset-block-start"
19090
19112
  ]
19091
19113
  },
19114
+ {
19115
+ "$extensions": {
19116
+ "nl.nldesignsystem.css.property": {
19117
+ "syntax": "<length>",
19118
+ "inherits": true
19119
+ },
19120
+ "nl.nldesignsystem.figma.supports-token": false,
19121
+ "studio.tokens": {
19122
+ "originalType": "spacing"
19123
+ }
19124
+ },
19125
+ "type": "dimension",
19126
+ "value": "8px",
19127
+ "filePath": "src/component/utrecht/navigation.tokens.json",
19128
+ "isSource": true,
19129
+ "original": {
19130
+ "$extensions": {
19131
+ "nl.nldesignsystem.css.property": {
19132
+ "syntax": "<length>",
19133
+ "inherits": true
19134
+ },
19135
+ "nl.nldesignsystem.figma.supports-token": false,
19136
+ "studio.tokens": {
19137
+ "originalType": "spacing"
19138
+ }
19139
+ },
19140
+ "type": "dimension",
19141
+ "value": "{utrecht.space.inline.xs}"
19142
+ },
19143
+ "name": "utrechtIconCustomMarginInlineEnd",
19144
+ "attributes": {},
19145
+ "path": [
19146
+ "utrecht",
19147
+ "icon",
19148
+ "custom",
19149
+ "margin-inline-end"
19150
+ ]
19151
+ },
19092
19152
  {
19093
19153
  "value": "30px",
19094
19154
  "comment": "Formaat voor marker iconen",
@@ -22201,6 +22261,1744 @@
22201
22261
  "padding-inline-start"
22202
22262
  ]
22203
22263
  },
22264
+ {
22265
+ "$extensions": {
22266
+ "nl.nldesignsystem.css.property": {
22267
+ "syntax": "<color>",
22268
+ "inherits": true
22269
+ },
22270
+ "nl.nldesignsystem.figma.supports-token": false
22271
+ },
22272
+ "type": "color",
22273
+ "value": "transparent",
22274
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22275
+ "isSource": true,
22276
+ "original": {
22277
+ "$extensions": {
22278
+ "nl.nldesignsystem.css.property": {
22279
+ "syntax": "<color>",
22280
+ "inherits": true
22281
+ },
22282
+ "nl.nldesignsystem.figma.supports-token": false
22283
+ },
22284
+ "type": "color",
22285
+ "value": "transparent"
22286
+ },
22287
+ "name": "utrechtNavigationBorderBlockEndColor",
22288
+ "attributes": {},
22289
+ "path": [
22290
+ "utrecht",
22291
+ "navigation",
22292
+ "border-block-end-color"
22293
+ ]
22294
+ },
22295
+ {
22296
+ "$extensions": {
22297
+ "nl.nldesignsystem.css.property": {
22298
+ "syntax": "<length>",
22299
+ "inherits": true
22300
+ },
22301
+ "nl.nldesignsystem.figma.supports-token": false
22302
+ },
22303
+ "type": "length",
22304
+ "value": "0",
22305
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22306
+ "isSource": true,
22307
+ "original": {
22308
+ "$extensions": {
22309
+ "nl.nldesignsystem.css.property": {
22310
+ "syntax": "<length>",
22311
+ "inherits": true
22312
+ },
22313
+ "nl.nldesignsystem.figma.supports-token": false
22314
+ },
22315
+ "type": "length",
22316
+ "value": "0"
22317
+ },
22318
+ "name": "utrechtNavigationBorderBlockEndWidth",
22319
+ "attributes": {},
22320
+ "path": [
22321
+ "utrecht",
22322
+ "navigation",
22323
+ "border-block-end-width"
22324
+ ]
22325
+ },
22326
+ {
22327
+ "$extensions": {
22328
+ "nl.nldesignsystem.css.property": {
22329
+ "syntax": "<color>",
22330
+ "inherits": true
22331
+ },
22332
+ "nl.nldesignsystem.figma.supports-token": false
22333
+ },
22334
+ "type": "color",
22335
+ "value": "transparent",
22336
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22337
+ "isSource": true,
22338
+ "original": {
22339
+ "$extensions": {
22340
+ "nl.nldesignsystem.css.property": {
22341
+ "syntax": "<color>",
22342
+ "inherits": true
22343
+ },
22344
+ "nl.nldesignsystem.figma.supports-token": false
22345
+ },
22346
+ "type": "color",
22347
+ "value": "transparent"
22348
+ },
22349
+ "name": "utrechtNavigationBorderBlockStartColor",
22350
+ "attributes": {},
22351
+ "path": [
22352
+ "utrecht",
22353
+ "navigation",
22354
+ "border-block-start-color"
22355
+ ]
22356
+ },
22357
+ {
22358
+ "$extensions": {
22359
+ "nl.nldesignsystem.css.property": {
22360
+ "syntax": "<length>",
22361
+ "inherits": true
22362
+ },
22363
+ "nl.nldesignsystem.figma.supports-token": false
22364
+ },
22365
+ "type": "length",
22366
+ "value": "0",
22367
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22368
+ "isSource": true,
22369
+ "original": {
22370
+ "$extensions": {
22371
+ "nl.nldesignsystem.css.property": {
22372
+ "syntax": "<length>",
22373
+ "inherits": true
22374
+ },
22375
+ "nl.nldesignsystem.figma.supports-token": false
22376
+ },
22377
+ "type": "length",
22378
+ "value": "0"
22379
+ },
22380
+ "name": "utrechtNavigationBorderBlockStartWidth",
22381
+ "attributes": {},
22382
+ "path": [
22383
+ "utrecht",
22384
+ "navigation",
22385
+ "border-block-start-width"
22386
+ ]
22387
+ },
22388
+ {
22389
+ "value": "rgb(0 0 0 / 30%)",
22390
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22391
+ "isSource": true,
22392
+ "original": {
22393
+ "value": "rgb(0 0 0 / 30%)"
22394
+ },
22395
+ "name": "utrechtNavigationDrawerBackdropBackgroundColor",
22396
+ "attributes": {},
22397
+ "path": [
22398
+ "utrecht",
22399
+ "navigation",
22400
+ "drawer",
22401
+ "backdrop",
22402
+ "background-color"
22403
+ ]
22404
+ },
22405
+ {
22406
+ "value": "100%",
22407
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22408
+ "isSource": true,
22409
+ "original": {
22410
+ "value": "100%"
22411
+ },
22412
+ "name": "utrechtNavigationDrawerMinInlineSize",
22413
+ "attributes": {},
22414
+ "path": [
22415
+ "utrecht",
22416
+ "navigation",
22417
+ "drawer",
22418
+ "min-inline-size"
22419
+ ]
22420
+ },
22421
+ {
22422
+ "$extensions": {
22423
+ "nl.nldesignsystem.css.property": {
22424
+ "syntax": "<length>",
22425
+ "inherits": true
22426
+ },
22427
+ "nl.nldesignsystem.figma.supports-token": false,
22428
+ "studio.tokens": {
22429
+ "originalType": "sizing"
22430
+ }
22431
+ },
22432
+ "type": "dimension",
22433
+ "value": "50%",
22434
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22435
+ "isSource": true,
22436
+ "original": {
22437
+ "$extensions": {
22438
+ "nl.nldesignsystem.css.property": {
22439
+ "syntax": "<length>",
22440
+ "inherits": true
22441
+ },
22442
+ "nl.nldesignsystem.figma.supports-token": false,
22443
+ "studio.tokens": {
22444
+ "originalType": "sizing"
22445
+ }
22446
+ },
22447
+ "type": "dimension",
22448
+ "value": "50%"
22449
+ },
22450
+ "name": "utrechtNavigationDrawerMobileMinInlineSize",
22451
+ "attributes": {},
22452
+ "path": [
22453
+ "utrecht",
22454
+ "navigation",
22455
+ "drawer",
22456
+ "mobile",
22457
+ "min-inline-size"
22458
+ ]
22459
+ },
22460
+ {
22461
+ "$extensions": {
22462
+ "nl.nldesignsystem.css.property": {
22463
+ "syntax": "<color>",
22464
+ "inherits": true
22465
+ },
22466
+ "nl.nldesignsystem.figma.supports-token": false
22467
+ },
22468
+ "type": "color",
22469
+ "value": "transparent",
22470
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22471
+ "isSource": true,
22472
+ "original": {
22473
+ "$extensions": {
22474
+ "nl.nldesignsystem.css.property": {
22475
+ "syntax": "<color>",
22476
+ "inherits": true
22477
+ },
22478
+ "nl.nldesignsystem.figma.supports-token": false
22479
+ },
22480
+ "type": "color",
22481
+ "value": "transparent"
22482
+ },
22483
+ "name": "utrechtNavigationItemBorderBlockEndColor",
22484
+ "attributes": {},
22485
+ "path": [
22486
+ "utrecht",
22487
+ "navigation",
22488
+ "item",
22489
+ "border-block-end-color"
22490
+ ]
22491
+ },
22492
+ {
22493
+ "$extensions": {
22494
+ "nl.nldesignsystem.css.property": {
22495
+ "syntax": "<length>",
22496
+ "inherits": true
22497
+ },
22498
+ "nl.nldesignsystem.figma.supports-token": false
22499
+ },
22500
+ "type": "length",
22501
+ "value": "0",
22502
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22503
+ "isSource": true,
22504
+ "original": {
22505
+ "$extensions": {
22506
+ "nl.nldesignsystem.css.property": {
22507
+ "syntax": "<length>",
22508
+ "inherits": true
22509
+ },
22510
+ "nl.nldesignsystem.figma.supports-token": false
22511
+ },
22512
+ "type": "length",
22513
+ "value": "0"
22514
+ },
22515
+ "name": "utrechtNavigationItemBorderBlockEndWidth",
22516
+ "attributes": {},
22517
+ "path": [
22518
+ "utrecht",
22519
+ "navigation",
22520
+ "item",
22521
+ "border-block-end-width"
22522
+ ]
22523
+ },
22524
+ {
22525
+ "$extensions": {
22526
+ "nl.nldesignsystem.css.property": {
22527
+ "syntax": "<color>",
22528
+ "inherits": true
22529
+ },
22530
+ "nl.nldesignsystem.figma.supports-token": false
22531
+ },
22532
+ "type": "color",
22533
+ "value": "transparent",
22534
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22535
+ "isSource": true,
22536
+ "original": {
22537
+ "$extensions": {
22538
+ "nl.nldesignsystem.css.property": {
22539
+ "syntax": "<color>",
22540
+ "inherits": true
22541
+ },
22542
+ "nl.nldesignsystem.figma.supports-token": false
22543
+ },
22544
+ "type": "color",
22545
+ "value": "transparent"
22546
+ },
22547
+ "name": "utrechtNavigationItemBorderBlockStartColor",
22548
+ "attributes": {},
22549
+ "path": [
22550
+ "utrecht",
22551
+ "navigation",
22552
+ "item",
22553
+ "border-block-start-color"
22554
+ ]
22555
+ },
22556
+ {
22557
+ "$extensions": {
22558
+ "nl.nldesignsystem.css.property": {
22559
+ "syntax": "<length>",
22560
+ "inherits": true
22561
+ },
22562
+ "nl.nldesignsystem.figma.supports-token": false
22563
+ },
22564
+ "type": "length",
22565
+ "value": "0",
22566
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22567
+ "isSource": true,
22568
+ "original": {
22569
+ "$extensions": {
22570
+ "nl.nldesignsystem.css.property": {
22571
+ "syntax": "<length>",
22572
+ "inherits": true
22573
+ },
22574
+ "nl.nldesignsystem.figma.supports-token": false
22575
+ },
22576
+ "type": "length",
22577
+ "value": "0"
22578
+ },
22579
+ "name": "utrechtNavigationItemBorderBlockStartWidth",
22580
+ "attributes": {},
22581
+ "path": [
22582
+ "utrecht",
22583
+ "navigation",
22584
+ "item",
22585
+ "border-block-start-width"
22586
+ ]
22587
+ },
22588
+ {
22589
+ "$extensions": {
22590
+ "nl.nldesignsystem.css.property": {
22591
+ "syntax": "<color>",
22592
+ "inherits": true
22593
+ },
22594
+ "nl.nldesignsystem.figma.supports-token": false
22595
+ },
22596
+ "type": "color",
22597
+ "value": "hsl(0 0% 80%)",
22598
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22599
+ "isSource": true,
22600
+ "original": {
22601
+ "$extensions": {
22602
+ "nl.nldesignsystem.css.property": {
22603
+ "syntax": "<color>",
22604
+ "inherits": true
22605
+ },
22606
+ "nl.nldesignsystem.figma.supports-token": false
22607
+ },
22608
+ "type": "color",
22609
+ "value": "{utrecht.color.grey.80}"
22610
+ },
22611
+ "name": "utrechtNavigationItemMobileBorderBlockEndColor",
22612
+ "attributes": {},
22613
+ "path": [
22614
+ "utrecht",
22615
+ "navigation",
22616
+ "item",
22617
+ "mobile",
22618
+ "border-block-end-color"
22619
+ ]
22620
+ },
22621
+ {
22622
+ "$extensions": {
22623
+ "nl.nldesignsystem.css.property": {
22624
+ "syntax": "<length>",
22625
+ "inherits": true
22626
+ },
22627
+ "nl.nldesignsystem.figma.supports-token": false
22628
+ },
22629
+ "type": "length",
22630
+ "value": "1px",
22631
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22632
+ "isSource": true,
22633
+ "original": {
22634
+ "$extensions": {
22635
+ "nl.nldesignsystem.css.property": {
22636
+ "syntax": "<length>",
22637
+ "inherits": true
22638
+ },
22639
+ "nl.nldesignsystem.figma.supports-token": false
22640
+ },
22641
+ "type": "length",
22642
+ "value": "1px"
22643
+ },
22644
+ "name": "utrechtNavigationItemMobileBorderBlockEndWidth",
22645
+ "attributes": {},
22646
+ "path": [
22647
+ "utrecht",
22648
+ "navigation",
22649
+ "item",
22650
+ "mobile",
22651
+ "border-block-end-width"
22652
+ ]
22653
+ },
22654
+ {
22655
+ "$extensions": {
22656
+ "nl.nldesignsystem.css.property": {
22657
+ "syntax": "<color>",
22658
+ "inherits": true
22659
+ },
22660
+ "nl.nldesignsystem.figma.supports-token": false
22661
+ },
22662
+ "type": "color",
22663
+ "value": "hsl(0 0% 80%)",
22664
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22665
+ "isSource": true,
22666
+ "original": {
22667
+ "$extensions": {
22668
+ "nl.nldesignsystem.css.property": {
22669
+ "syntax": "<color>",
22670
+ "inherits": true
22671
+ },
22672
+ "nl.nldesignsystem.figma.supports-token": false
22673
+ },
22674
+ "type": "color",
22675
+ "value": "{utrecht.color.grey.80}"
22676
+ },
22677
+ "name": "utrechtNavigationItemMobileBorderBlockStartColor",
22678
+ "attributes": {},
22679
+ "path": [
22680
+ "utrecht",
22681
+ "navigation",
22682
+ "item",
22683
+ "mobile",
22684
+ "border-block-start-color"
22685
+ ]
22686
+ },
22687
+ {
22688
+ "$extensions": {
22689
+ "nl.nldesignsystem.css.property": {
22690
+ "syntax": "<length>",
22691
+ "inherits": true
22692
+ },
22693
+ "nl.nldesignsystem.figma.supports-token": false
22694
+ },
22695
+ "type": "length",
22696
+ "value": "1px",
22697
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22698
+ "isSource": true,
22699
+ "original": {
22700
+ "$extensions": {
22701
+ "nl.nldesignsystem.css.property": {
22702
+ "syntax": "<length>",
22703
+ "inherits": true
22704
+ },
22705
+ "nl.nldesignsystem.figma.supports-token": false
22706
+ },
22707
+ "type": "length",
22708
+ "value": "1px"
22709
+ },
22710
+ "name": "utrechtNavigationItemMobileBorderBlockStartWidth",
22711
+ "attributes": {},
22712
+ "path": [
22713
+ "utrecht",
22714
+ "navigation",
22715
+ "item",
22716
+ "mobile",
22717
+ "border-block-start-width"
22718
+ ]
22719
+ },
22720
+ {
22721
+ "$extensions": {
22722
+ "nl.nldesignsystem.css.property": {
22723
+ "syntax": "<color>",
22724
+ "inherits": true
22725
+ },
22726
+ "nl.nldesignsystem.figma.supports-token": false
22727
+ },
22728
+ "type": "color",
22729
+ "value": "hsl(0 0% 100%)",
22730
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22731
+ "isSource": true,
22732
+ "original": {
22733
+ "$extensions": {
22734
+ "nl.nldesignsystem.css.property": {
22735
+ "syntax": "<color>",
22736
+ "inherits": true
22737
+ },
22738
+ "nl.nldesignsystem.figma.supports-token": false
22739
+ },
22740
+ "type": "color",
22741
+ "value": "{utrecht.color.white}"
22742
+ },
22743
+ "name": "utrechtNavigationLinkActiveColor",
22744
+ "attributes": {},
22745
+ "path": [
22746
+ "utrecht",
22747
+ "navigation",
22748
+ "link",
22749
+ "active",
22750
+ "color"
22751
+ ]
22752
+ },
22753
+ {
22754
+ "$extensions": {
22755
+ "nl.nldesignsystem.css.property": {
22756
+ "syntax": "<color>",
22757
+ "inherits": true
22758
+ },
22759
+ "nl.nldesignsystem.figma.supports-token": false
22760
+ },
22761
+ "type": "color",
22762
+ "value": "hsl(0 0% 0%)",
22763
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22764
+ "isSource": true,
22765
+ "original": {
22766
+ "$extensions": {
22767
+ "nl.nldesignsystem.css.property": {
22768
+ "syntax": "<color>",
22769
+ "inherits": true
22770
+ },
22771
+ "nl.nldesignsystem.figma.supports-token": false
22772
+ },
22773
+ "type": "color",
22774
+ "value": "{utrecht.color.black}"
22775
+ },
22776
+ "name": "utrechtNavigationLinkActiveFocusColor",
22777
+ "attributes": {},
22778
+ "path": [
22779
+ "utrecht",
22780
+ "navigation",
22781
+ "link",
22782
+ "active",
22783
+ "focus",
22784
+ "color"
22785
+ ]
22786
+ },
22787
+ {
22788
+ "$extensions": {
22789
+ "nl.nldesignsystem.css.property": {
22790
+ "syntax": "<color>",
22791
+ "inherits": true
22792
+ },
22793
+ "nl.nldesignsystem.figma.supports-token": false
22794
+ },
22795
+ "type": "color",
22796
+ "value": "hsl(0 0% 15%)",
22797
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22798
+ "isSource": true,
22799
+ "original": {
22800
+ "$extensions": {
22801
+ "nl.nldesignsystem.css.property": {
22802
+ "syntax": "<color>",
22803
+ "inherits": true
22804
+ },
22805
+ "nl.nldesignsystem.figma.supports-token": false
22806
+ },
22807
+ "type": "color",
22808
+ "value": "{utrecht.color.grey.15}"
22809
+ },
22810
+ "name": "utrechtNavigationLinkBackgroundColor",
22811
+ "attributes": {},
22812
+ "path": [
22813
+ "utrecht",
22814
+ "navigation",
22815
+ "link",
22816
+ "background-color"
22817
+ ]
22818
+ },
22819
+ {
22820
+ "$extensions": {
22821
+ "nl.nldesignsystem.css.property": {
22822
+ "syntax": "<color>",
22823
+ "inherits": true
22824
+ },
22825
+ "nl.nldesignsystem.figma.supports-token": false
22826
+ },
22827
+ "type": "color",
22828
+ "value": "hsl(0 0% 40%)",
22829
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22830
+ "isSource": true,
22831
+ "original": {
22832
+ "$extensions": {
22833
+ "nl.nldesignsystem.css.property": {
22834
+ "syntax": "<color>",
22835
+ "inherits": true
22836
+ },
22837
+ "nl.nldesignsystem.figma.supports-token": false
22838
+ },
22839
+ "type": "color",
22840
+ "value": "{utrecht.color.grey.40}"
22841
+ },
22842
+ "name": "utrechtNavigationLinkBorderColor",
22843
+ "attributes": {},
22844
+ "path": [
22845
+ "utrecht",
22846
+ "navigation",
22847
+ "link",
22848
+ "border-color"
22849
+ ]
22850
+ },
22851
+ {
22852
+ "$extensions": {
22853
+ "nl.nldesignsystem.css.property": {
22854
+ "syntax": "<length>",
22855
+ "inherits": true
22856
+ },
22857
+ "nl.nldesignsystem.figma.supports-token": false
22858
+ },
22859
+ "type": "length",
22860
+ "value": "1px",
22861
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22862
+ "isSource": true,
22863
+ "original": {
22864
+ "$extensions": {
22865
+ "nl.nldesignsystem.css.property": {
22866
+ "syntax": "<length>",
22867
+ "inherits": true
22868
+ },
22869
+ "nl.nldesignsystem.figma.supports-token": false
22870
+ },
22871
+ "type": "length",
22872
+ "value": "1px"
22873
+ },
22874
+ "name": "utrechtNavigationLinkBorderInlineEndWidth",
22875
+ "attributes": {},
22876
+ "path": [
22877
+ "utrecht",
22878
+ "navigation",
22879
+ "link",
22880
+ "border-inline-end-width"
22881
+ ]
22882
+ },
22883
+ {
22884
+ "$extensions": {
22885
+ "nl.nldesignsystem.css.property": {
22886
+ "syntax": "<color>",
22887
+ "inherits": true
22888
+ },
22889
+ "nl.nldesignsystem.figma.supports-token": false
22890
+ },
22891
+ "type": "color",
22892
+ "value": "hsl(0 0% 100%)",
22893
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22894
+ "isSource": true,
22895
+ "original": {
22896
+ "$extensions": {
22897
+ "nl.nldesignsystem.css.property": {
22898
+ "syntax": "<color>",
22899
+ "inherits": true
22900
+ },
22901
+ "nl.nldesignsystem.figma.supports-token": false
22902
+ },
22903
+ "type": "color",
22904
+ "value": "{utrecht.color.white}"
22905
+ },
22906
+ "name": "utrechtNavigationLinkColor",
22907
+ "attributes": {},
22908
+ "path": [
22909
+ "utrecht",
22910
+ "navigation",
22911
+ "link",
22912
+ "color"
22913
+ ]
22914
+ },
22915
+ {
22916
+ "value": "hsl(48 100% 80%)",
22917
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22918
+ "isSource": true,
22919
+ "original": {
22920
+ "value": "{utrecht.color.yellow.80}"
22921
+ },
22922
+ "name": "utrechtNavigationLinkFocusBackgroundColor",
22923
+ "attributes": {},
22924
+ "path": [
22925
+ "utrecht",
22926
+ "navigation",
22927
+ "link",
22928
+ "focus",
22929
+ "background-color"
22930
+ ]
22931
+ },
22932
+ {
22933
+ "$extensions": {
22934
+ "nl.nldesignsystem.css.property": {
22935
+ "syntax": "<color>",
22936
+ "inherits": true
22937
+ },
22938
+ "nl.nldesignsystem.figma.supports-token": false
22939
+ },
22940
+ "type": "color",
22941
+ "value": "hsl(0 0% 0%)",
22942
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22943
+ "isSource": true,
22944
+ "original": {
22945
+ "$extensions": {
22946
+ "nl.nldesignsystem.css.property": {
22947
+ "syntax": "<color>",
22948
+ "inherits": true
22949
+ },
22950
+ "nl.nldesignsystem.figma.supports-token": false
22951
+ },
22952
+ "type": "color",
22953
+ "value": "{utrecht.color.black}"
22954
+ },
22955
+ "name": "utrechtNavigationLinkFocusColor",
22956
+ "attributes": {},
22957
+ "path": [
22958
+ "utrecht",
22959
+ "navigation",
22960
+ "link",
22961
+ "focus",
22962
+ "color"
22963
+ ]
22964
+ },
22965
+ {
22966
+ "$extensions": {
22967
+ "nl.nldesignsystem.css.property": {
22968
+ "syntax": "<length>",
22969
+ "inherits": true
22970
+ },
22971
+ "nl.nldesignsystem.figma.supports-token": false
22972
+ },
22973
+ "type": "length",
22974
+ "value": "3px",
22975
+ "filePath": "src/component/utrecht/navigation.tokens.json",
22976
+ "isSource": true,
22977
+ "original": {
22978
+ "$extensions": {
22979
+ "nl.nldesignsystem.css.property": {
22980
+ "syntax": "<length>",
22981
+ "inherits": true
22982
+ },
22983
+ "nl.nldesignsystem.figma.supports-token": false
22984
+ },
22985
+ "type": "length",
22986
+ "value": "3px"
22987
+ },
22988
+ "name": "utrechtNavigationLinkFocusTextDecorationThickness",
22989
+ "attributes": {},
22990
+ "path": [
22991
+ "utrecht",
22992
+ "navigation",
22993
+ "link",
22994
+ "focus",
22995
+ "text-decoration-thickness"
22996
+ ]
22997
+ },
22998
+ {
22999
+ "$extensions": {
23000
+ "nl.nldesignsystem.css.property": {
23001
+ "syntax": "<number>",
23002
+ "inherits": true
23003
+ },
23004
+ "nl.nldesignsystem.figma.supports-token": false
23005
+ },
23006
+ "type": "fontWeight",
23007
+ "value": "400",
23008
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23009
+ "isSource": true,
23010
+ "original": {
23011
+ "$extensions": {
23012
+ "nl.nldesignsystem.css.property": {
23013
+ "syntax": "<number>",
23014
+ "inherits": true
23015
+ },
23016
+ "nl.nldesignsystem.figma.supports-token": false
23017
+ },
23018
+ "type": "fontWeight",
23019
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
23020
+ },
23021
+ "name": "utrechtNavigationLinkFontWeight",
23022
+ "attributes": {},
23023
+ "path": [
23024
+ "utrecht",
23025
+ "navigation",
23026
+ "link",
23027
+ "font-weight"
23028
+ ]
23029
+ },
23030
+ {
23031
+ "$extensions": {
23032
+ "nl.nldesignsystem.css.property": {
23033
+ "syntax": "<length>",
23034
+ "inherits": true
23035
+ },
23036
+ "nl.nldesignsystem.figma.supports-token": false,
23037
+ "studio.tokens": {
23038
+ "originalType": "spacing"
23039
+ }
23040
+ },
23041
+ "type": "dimension",
23042
+ "value": "8px",
23043
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23044
+ "isSource": true,
23045
+ "original": {
23046
+ "$extensions": {
23047
+ "nl.nldesignsystem.css.property": {
23048
+ "syntax": "<length>",
23049
+ "inherits": true
23050
+ },
23051
+ "nl.nldesignsystem.figma.supports-token": false,
23052
+ "studio.tokens": {
23053
+ "originalType": "spacing"
23054
+ }
23055
+ },
23056
+ "type": "dimension",
23057
+ "value": "8px"
23058
+ },
23059
+ "name": "utrechtNavigationLinkGap",
23060
+ "attributes": {},
23061
+ "path": [
23062
+ "utrecht",
23063
+ "navigation",
23064
+ "link",
23065
+ "gap"
23066
+ ]
23067
+ },
23068
+ {
23069
+ "$extensions": {
23070
+ "nl.nldesignsystem.css.property": {
23071
+ "syntax": "<color>",
23072
+ "inherits": true
23073
+ },
23074
+ "nl.nldesignsystem.figma.supports-token": false
23075
+ },
23076
+ "type": "color",
23077
+ "value": "hsl(0 0% 0%)",
23078
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23079
+ "isSource": true,
23080
+ "original": {
23081
+ "$extensions": {
23082
+ "nl.nldesignsystem.css.property": {
23083
+ "syntax": "<color>",
23084
+ "inherits": true
23085
+ },
23086
+ "nl.nldesignsystem.figma.supports-token": false
23087
+ },
23088
+ "type": "color",
23089
+ "value": "{utrecht.color.black}"
23090
+ },
23091
+ "name": "utrechtNavigationLinkHoverBackgroundColor",
23092
+ "attributes": {},
23093
+ "path": [
23094
+ "utrecht",
23095
+ "navigation",
23096
+ "link",
23097
+ "hover",
23098
+ "background-color"
23099
+ ]
23100
+ },
23101
+ {
23102
+ "$extensions": {
23103
+ "nl.nldesignsystem.css.property": {
23104
+ "syntax": "<color>",
23105
+ "inherits": true
23106
+ },
23107
+ "nl.nldesignsystem.figma.supports-token": false
23108
+ },
23109
+ "type": "color",
23110
+ "value": "hsl(0 0% 100%)",
23111
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23112
+ "isSource": true,
23113
+ "original": {
23114
+ "$extensions": {
23115
+ "nl.nldesignsystem.css.property": {
23116
+ "syntax": "<color>",
23117
+ "inherits": true
23118
+ },
23119
+ "nl.nldesignsystem.figma.supports-token": false
23120
+ },
23121
+ "type": "color",
23122
+ "value": "{utrecht.color.white}"
23123
+ },
23124
+ "name": "utrechtNavigationLinkHoverColor",
23125
+ "attributes": {},
23126
+ "path": [
23127
+ "utrecht",
23128
+ "navigation",
23129
+ "link",
23130
+ "hover",
23131
+ "color"
23132
+ ]
23133
+ },
23134
+ {
23135
+ "$extensions": {
23136
+ "nl.nldesignsystem.css.property": {
23137
+ "syntax": "<length>",
23138
+ "inherits": true
23139
+ },
23140
+ "nl.nldesignsystem.figma.supports-token": false
23141
+ },
23142
+ "type": "length",
23143
+ "value": "3px",
23144
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23145
+ "isSource": true,
23146
+ "original": {
23147
+ "$extensions": {
23148
+ "nl.nldesignsystem.css.property": {
23149
+ "syntax": "<length>",
23150
+ "inherits": true
23151
+ },
23152
+ "nl.nldesignsystem.figma.supports-token": false
23153
+ },
23154
+ "type": "length",
23155
+ "value": "3px"
23156
+ },
23157
+ "name": "utrechtNavigationLinkHoverDecorationThickness",
23158
+ "attributes": {},
23159
+ "path": [
23160
+ "utrecht",
23161
+ "navigation",
23162
+ "link",
23163
+ "hover",
23164
+ "decoration-thickness"
23165
+ ]
23166
+ },
23167
+ {
23168
+ "$extensions": {
23169
+ "nl.nldesignsystem.css.property": {
23170
+ "syntax": "<number>",
23171
+ "inherits": true
23172
+ },
23173
+ "nl.nldesignsystem.figma.supports-token": false
23174
+ },
23175
+ "type": "fontWeight",
23176
+ "value": "700",
23177
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23178
+ "isSource": true,
23179
+ "original": {
23180
+ "$extensions": {
23181
+ "nl.nldesignsystem.css.property": {
23182
+ "syntax": "<number>",
23183
+ "inherits": true
23184
+ },
23185
+ "nl.nldesignsystem.figma.supports-token": false
23186
+ },
23187
+ "type": "fontWeight",
23188
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
23189
+ },
23190
+ "name": "utrechtNavigationLinkIsCurrentFontWeight",
23191
+ "attributes": {},
23192
+ "path": [
23193
+ "utrecht",
23194
+ "navigation",
23195
+ "link",
23196
+ "is-current",
23197
+ "font-weight"
23198
+ ]
23199
+ },
23200
+ {
23201
+ "$extensions": {
23202
+ "nl.nldesignsystem.css.property": {
23203
+ "syntax": "<color>",
23204
+ "inherits": true
23205
+ },
23206
+ "nl.nldesignsystem.figma.supports-token": false
23207
+ },
23208
+ "type": "color",
23209
+ "value": "hsl(0 0% 100%)",
23210
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23211
+ "isSource": true,
23212
+ "original": {
23213
+ "$extensions": {
23214
+ "nl.nldesignsystem.css.property": {
23215
+ "syntax": "<color>",
23216
+ "inherits": true
23217
+ },
23218
+ "nl.nldesignsystem.figma.supports-token": false
23219
+ },
23220
+ "type": "color",
23221
+ "value": "{utrecht.color.white}"
23222
+ },
23223
+ "name": "utrechtNavigationLinkMobileBackgroundColor",
23224
+ "attributes": {},
23225
+ "path": [
23226
+ "utrecht",
23227
+ "navigation",
23228
+ "link",
23229
+ "mobile",
23230
+ "background-color"
23231
+ ]
23232
+ },
23233
+ {
23234
+ "$extensions": {
23235
+ "nl.nldesignsystem.css.property": {
23236
+ "syntax": "<color>",
23237
+ "inherits": true
23238
+ },
23239
+ "nl.nldesignsystem.figma.supports-token": false
23240
+ },
23241
+ "type": "color",
23242
+ "value": "hsl(211 60% 35%)",
23243
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23244
+ "isSource": true,
23245
+ "original": {
23246
+ "$extensions": {
23247
+ "nl.nldesignsystem.css.property": {
23248
+ "syntax": "<color>",
23249
+ "inherits": true
23250
+ },
23251
+ "nl.nldesignsystem.figma.supports-token": false
23252
+ },
23253
+ "type": "color",
23254
+ "value": "{utrecht.color.blue.35}"
23255
+ },
23256
+ "name": "utrechtNavigationLinkMobileColor",
23257
+ "attributes": {},
23258
+ "path": [
23259
+ "utrecht",
23260
+ "navigation",
23261
+ "link",
23262
+ "mobile",
23263
+ "color"
23264
+ ]
23265
+ },
23266
+ {
23267
+ "$extensions": {
23268
+ "nl.nldesignsystem.css.property": {
23269
+ "syntax": "<color>",
23270
+ "inherits": true
23271
+ },
23272
+ "nl.nldesignsystem.figma.supports-token": false
23273
+ },
23274
+ "type": "color",
23275
+ "value": "hsl(0 0% 100%)",
23276
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23277
+ "isSource": true,
23278
+ "original": {
23279
+ "$extensions": {
23280
+ "nl.nldesignsystem.css.property": {
23281
+ "syntax": "<color>",
23282
+ "inherits": true
23283
+ },
23284
+ "nl.nldesignsystem.figma.supports-token": false
23285
+ },
23286
+ "type": "color",
23287
+ "value": "{utrecht.color.white}"
23288
+ },
23289
+ "name": "utrechtNavigationLinkMobileHoverBackgroundColor",
23290
+ "attributes": {},
23291
+ "path": [
23292
+ "utrecht",
23293
+ "navigation",
23294
+ "link",
23295
+ "mobile",
23296
+ "hover",
23297
+ "background-color"
23298
+ ]
23299
+ },
23300
+ {
23301
+ "$extensions": {
23302
+ "nl.nldesignsystem.css.property": {
23303
+ "syntax": "<color>",
23304
+ "inherits": true
23305
+ },
23306
+ "nl.nldesignsystem.figma.supports-token": false
23307
+ },
23308
+ "type": "color",
23309
+ "value": "hsl(211 60% 35%)",
23310
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23311
+ "isSource": true,
23312
+ "original": {
23313
+ "$extensions": {
23314
+ "nl.nldesignsystem.css.property": {
23315
+ "syntax": "<color>",
23316
+ "inherits": true
23317
+ },
23318
+ "nl.nldesignsystem.figma.supports-token": false
23319
+ },
23320
+ "type": "color",
23321
+ "value": "{utrecht.color.blue.35}"
23322
+ },
23323
+ "name": "utrechtNavigationLinkMobileHoverColor",
23324
+ "attributes": {},
23325
+ "path": [
23326
+ "utrecht",
23327
+ "navigation",
23328
+ "link",
23329
+ "mobile",
23330
+ "hover",
23331
+ "color"
23332
+ ]
23333
+ },
23334
+ {
23335
+ "$extensions": {
23336
+ "nl.nldesignsystem.css.property": {
23337
+ "syntax": "<number>",
23338
+ "inherits": true
23339
+ },
23340
+ "nl.nldesignsystem.figma.supports-token": false
23341
+ },
23342
+ "type": "fontWeight",
23343
+ "value": "700",
23344
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23345
+ "isSource": true,
23346
+ "original": {
23347
+ "$extensions": {
23348
+ "nl.nldesignsystem.css.property": {
23349
+ "syntax": "<number>",
23350
+ "inherits": true
23351
+ },
23352
+ "nl.nldesignsystem.figma.supports-token": false
23353
+ },
23354
+ "type": "fontWeight",
23355
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
23356
+ },
23357
+ "name": "utrechtNavigationLinkMobileHoverFontWeight",
23358
+ "attributes": {},
23359
+ "path": [
23360
+ "utrecht",
23361
+ "navigation",
23362
+ "link",
23363
+ "mobile",
23364
+ "hover",
23365
+ "font-weight"
23366
+ ]
23367
+ },
23368
+ {
23369
+ "$extensions": {
23370
+ "nl.nldesignsystem.css.property": {
23371
+ "syntax": "<length>",
23372
+ "inherits": true
23373
+ },
23374
+ "nl.nldesignsystem.figma.supports-token": false,
23375
+ "studio.tokens": {
23376
+ "originalType": "sizing"
23377
+ }
23378
+ },
23379
+ "type": "dimension",
23380
+ "value": "44px",
23381
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23382
+ "isSource": true,
23383
+ "original": {
23384
+ "$extensions": {
23385
+ "nl.nldesignsystem.css.property": {
23386
+ "syntax": "<length>",
23387
+ "inherits": true
23388
+ },
23389
+ "nl.nldesignsystem.figma.supports-token": false,
23390
+ "studio.tokens": {
23391
+ "originalType": "sizing"
23392
+ }
23393
+ },
23394
+ "type": "dimension",
23395
+ "value": "44px"
23396
+ },
23397
+ "name": "utrechtNavigationLinkMobileMinBlockSize",
23398
+ "attributes": {},
23399
+ "path": [
23400
+ "utrecht",
23401
+ "navigation",
23402
+ "link",
23403
+ "mobile",
23404
+ "min-block-size"
23405
+ ]
23406
+ },
23407
+ {
23408
+ "$extensions": {
23409
+ "nl.nldesignsystem.css.property": {
23410
+ "syntax": "<length>",
23411
+ "inherits": true
23412
+ },
23413
+ "nl.nldesignsystem.figma.supports-token": false,
23414
+ "studio.tokens": {
23415
+ "originalType": "spacing"
23416
+ }
23417
+ },
23418
+ "type": "dimension",
23419
+ "value": "8px",
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
+ "studio.tokens": {
23430
+ "originalType": "spacing"
23431
+ }
23432
+ },
23433
+ "type": "dimension",
23434
+ "value": "{utrecht.space.block.xs}"
23435
+ },
23436
+ "name": "utrechtNavigationLinkMobilePaddingBlockEnd",
23437
+ "attributes": {},
23438
+ "path": [
23439
+ "utrecht",
23440
+ "navigation",
23441
+ "link",
23442
+ "mobile",
23443
+ "padding-block-end"
23444
+ ]
23445
+ },
23446
+ {
23447
+ "$extensions": {
23448
+ "nl.nldesignsystem.css.property": {
23449
+ "syntax": "<length>",
23450
+ "inherits": true
23451
+ },
23452
+ "nl.nldesignsystem.figma.supports-token": false,
23453
+ "studio.tokens": {
23454
+ "originalType": "spacing"
23455
+ }
23456
+ },
23457
+ "type": "dimension",
23458
+ "value": "8px",
23459
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23460
+ "isSource": true,
23461
+ "original": {
23462
+ "$extensions": {
23463
+ "nl.nldesignsystem.css.property": {
23464
+ "syntax": "<length>",
23465
+ "inherits": true
23466
+ },
23467
+ "nl.nldesignsystem.figma.supports-token": false,
23468
+ "studio.tokens": {
23469
+ "originalType": "spacing"
23470
+ }
23471
+ },
23472
+ "type": "dimension",
23473
+ "value": "{utrecht.space.block.xs}"
23474
+ },
23475
+ "name": "utrechtNavigationLinkMobilePaddingBlockStart",
23476
+ "attributes": {},
23477
+ "path": [
23478
+ "utrecht",
23479
+ "navigation",
23480
+ "link",
23481
+ "mobile",
23482
+ "padding-block-start"
23483
+ ]
23484
+ },
23485
+ {
23486
+ "$extensions": {
23487
+ "nl.nldesignsystem.css.property": {
23488
+ "syntax": "<length>",
23489
+ "inherits": true
23490
+ },
23491
+ "nl.nldesignsystem.figma.supports-token": false,
23492
+ "studio.tokens": {
23493
+ "originalType": "spacing"
23494
+ }
23495
+ },
23496
+ "type": "dimension",
23497
+ "value": "16px",
23498
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23499
+ "isSource": true,
23500
+ "original": {
23501
+ "$extensions": {
23502
+ "nl.nldesignsystem.css.property": {
23503
+ "syntax": "<length>",
23504
+ "inherits": true
23505
+ },
23506
+ "nl.nldesignsystem.figma.supports-token": false,
23507
+ "studio.tokens": {
23508
+ "originalType": "spacing"
23509
+ }
23510
+ },
23511
+ "type": "dimension",
23512
+ "value": "{utrecht.space.inline.md}"
23513
+ },
23514
+ "name": "utrechtNavigationLinkMobilePaddingInlineStart",
23515
+ "attributes": {},
23516
+ "path": [
23517
+ "utrecht",
23518
+ "navigation",
23519
+ "link",
23520
+ "mobile",
23521
+ "padding-inline-start"
23522
+ ]
23523
+ },
23524
+ {
23525
+ "$extensions": {
23526
+ "nl.nldesignsystem.css.property": {
23527
+ "syntax": "<time>",
23528
+ "inherits": true
23529
+ },
23530
+ "nl.nldesignsystem.figma.supports-token": false
23531
+ },
23532
+ "type": "duration",
23533
+ "value": "300ms",
23534
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23535
+ "isSource": true,
23536
+ "original": {
23537
+ "$extensions": {
23538
+ "nl.nldesignsystem.css.property": {
23539
+ "syntax": "<time>",
23540
+ "inherits": true
23541
+ },
23542
+ "nl.nldesignsystem.figma.supports-token": false
23543
+ },
23544
+ "type": "duration",
23545
+ "value": "300ms"
23546
+ },
23547
+ "name": "utrechtNavigationLinkMobileTransitionDuration",
23548
+ "attributes": {},
23549
+ "path": [
23550
+ "utrecht",
23551
+ "navigation",
23552
+ "link",
23553
+ "mobile",
23554
+ "transition-duration"
23555
+ ]
23556
+ },
23557
+ {
23558
+ "$extensions": {
23559
+ "nl.nldesignsystem.css.property": {
23560
+ "syntax": "*",
23561
+ "inherits": true
23562
+ },
23563
+ "nl.nldesignsystem.figma.supports-token": false
23564
+ },
23565
+ "type": "other",
23566
+ "value": "ease-in-out",
23567
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23568
+ "isSource": true,
23569
+ "original": {
23570
+ "$extensions": {
23571
+ "nl.nldesignsystem.css.property": {
23572
+ "syntax": "*",
23573
+ "inherits": true
23574
+ },
23575
+ "nl.nldesignsystem.figma.supports-token": false
23576
+ },
23577
+ "type": "other",
23578
+ "value": "ease-in-out"
23579
+ },
23580
+ "name": "utrechtNavigationLinkMobileTransitionTimingFunction",
23581
+ "attributes": {},
23582
+ "path": [
23583
+ "utrecht",
23584
+ "navigation",
23585
+ "link",
23586
+ "mobile",
23587
+ "transition-timing-function"
23588
+ ]
23589
+ },
23590
+ {
23591
+ "$extensions": {
23592
+ "nl.nldesignsystem.css.property": {
23593
+ "syntax": "<length>",
23594
+ "inherits": true
23595
+ },
23596
+ "nl.nldesignsystem.figma.supports-token": false,
23597
+ "studio.tokens": {
23598
+ "originalType": "spacing"
23599
+ }
23600
+ },
23601
+ "type": "dimension",
23602
+ "value": "16px",
23603
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23604
+ "isSource": true,
23605
+ "original": {
23606
+ "$extensions": {
23607
+ "nl.nldesignsystem.css.property": {
23608
+ "syntax": "<length>",
23609
+ "inherits": true
23610
+ },
23611
+ "nl.nldesignsystem.figma.supports-token": false,
23612
+ "studio.tokens": {
23613
+ "originalType": "spacing"
23614
+ }
23615
+ },
23616
+ "type": "dimension",
23617
+ "value": "{utrecht.space.block.md}"
23618
+ },
23619
+ "name": "utrechtNavigationLinkPaddingBlockEnd",
23620
+ "attributes": {},
23621
+ "path": [
23622
+ "utrecht",
23623
+ "navigation",
23624
+ "link",
23625
+ "padding-block-end"
23626
+ ]
23627
+ },
23628
+ {
23629
+ "$extensions": {
23630
+ "nl.nldesignsystem.css.property": {
23631
+ "syntax": "<length>",
23632
+ "inherits": true
23633
+ },
23634
+ "nl.nldesignsystem.figma.supports-token": false,
23635
+ "studio.tokens": {
23636
+ "originalType": "spacing"
23637
+ }
23638
+ },
23639
+ "type": "dimension",
23640
+ "value": "16px",
23641
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23642
+ "isSource": true,
23643
+ "original": {
23644
+ "$extensions": {
23645
+ "nl.nldesignsystem.css.property": {
23646
+ "syntax": "<length>",
23647
+ "inherits": true
23648
+ },
23649
+ "nl.nldesignsystem.figma.supports-token": false,
23650
+ "studio.tokens": {
23651
+ "originalType": "spacing"
23652
+ }
23653
+ },
23654
+ "type": "dimension",
23655
+ "value": "{utrecht.space.block.md}"
23656
+ },
23657
+ "name": "utrechtNavigationLinkPaddingBlockStart",
23658
+ "attributes": {},
23659
+ "path": [
23660
+ "utrecht",
23661
+ "navigation",
23662
+ "link",
23663
+ "padding-block-start"
23664
+ ]
23665
+ },
23666
+ {
23667
+ "$extensions": {
23668
+ "nl.nldesignsystem.css.property": {
23669
+ "syntax": "<color>",
23670
+ "inherits": true
23671
+ },
23672
+ "nl.nldesignsystem.figma.supports-token": false
23673
+ },
23674
+ "type": "color",
23675
+ "value": "hsl(0 0% 100%)",
23676
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23677
+ "isSource": true,
23678
+ "original": {
23679
+ "$extensions": {
23680
+ "nl.nldesignsystem.css.property": {
23681
+ "syntax": "<color>",
23682
+ "inherits": true
23683
+ },
23684
+ "nl.nldesignsystem.figma.supports-token": false
23685
+ },
23686
+ "type": "color",
23687
+ "value": "{utrecht.color.white}"
23688
+ },
23689
+ "name": "utrechtNavigationListMobileBackgroundColor",
23690
+ "attributes": {},
23691
+ "path": [
23692
+ "utrecht",
23693
+ "navigation",
23694
+ "list",
23695
+ "mobile",
23696
+ "background-color"
23697
+ ]
23698
+ },
23699
+ {
23700
+ "$extensions": {
23701
+ "nl.nldesignsystem.css.property": {
23702
+ "syntax": "<length>",
23703
+ "inherits": true
23704
+ },
23705
+ "nl.nldesignsystem.figma.supports-token": false,
23706
+ "studio.tokens": {
23707
+ "originalType": "sizing"
23708
+ }
23709
+ },
23710
+ "type": "dimension",
23711
+ "value": "100%",
23712
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23713
+ "isSource": true,
23714
+ "original": {
23715
+ "$extensions": {
23716
+ "nl.nldesignsystem.css.property": {
23717
+ "syntax": "<length>",
23718
+ "inherits": true
23719
+ },
23720
+ "nl.nldesignsystem.figma.supports-token": false,
23721
+ "studio.tokens": {
23722
+ "originalType": "sizing"
23723
+ }
23724
+ },
23725
+ "type": "dimension",
23726
+ "value": "100%"
23727
+ },
23728
+ "name": "utrechtNavigationListMobileInlineSize",
23729
+ "attributes": {},
23730
+ "path": [
23731
+ "utrecht",
23732
+ "navigation",
23733
+ "list",
23734
+ "mobile",
23735
+ "inline-size"
23736
+ ]
23737
+ },
23738
+ {
23739
+ "$extensions": {
23740
+ "nl.nldesignsystem.css.property": {
23741
+ "syntax": "<length>",
23742
+ "inherits": true
23743
+ },
23744
+ "nl.nldesignsystem.figma.supports-token": false,
23745
+ "studio.tokens": {
23746
+ "originalType": "spacing"
23747
+ }
23748
+ },
23749
+ "type": "dimension",
23750
+ "value": "8px",
23751
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23752
+ "isSource": true,
23753
+ "original": {
23754
+ "$extensions": {
23755
+ "nl.nldesignsystem.css.property": {
23756
+ "syntax": "<length>",
23757
+ "inherits": true
23758
+ },
23759
+ "nl.nldesignsystem.figma.supports-token": false,
23760
+ "studio.tokens": {
23761
+ "originalType": "spacing"
23762
+ }
23763
+ },
23764
+ "type": "dimension",
23765
+ "value": "{utrecht.space.block.xs}"
23766
+ },
23767
+ "name": "utrechtNavigationListMobilePaddingBlockEnd",
23768
+ "attributes": {},
23769
+ "path": [
23770
+ "utrecht",
23771
+ "navigation",
23772
+ "list",
23773
+ "mobile",
23774
+ "padding-block-end"
23775
+ ]
23776
+ },
23777
+ {
23778
+ "$extensions": {
23779
+ "nl.nldesignsystem.css.property": {
23780
+ "syntax": "<length>",
23781
+ "inherits": true
23782
+ },
23783
+ "nl.nldesignsystem.figma.supports-token": false,
23784
+ "studio.tokens": {
23785
+ "originalType": "spacing"
23786
+ }
23787
+ },
23788
+ "type": "dimension",
23789
+ "value": "16px",
23790
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23791
+ "isSource": true,
23792
+ "original": {
23793
+ "$extensions": {
23794
+ "nl.nldesignsystem.css.property": {
23795
+ "syntax": "<length>",
23796
+ "inherits": true
23797
+ },
23798
+ "nl.nldesignsystem.figma.supports-token": false,
23799
+ "studio.tokens": {
23800
+ "originalType": "spacing"
23801
+ }
23802
+ },
23803
+ "type": "dimension",
23804
+ "value": "{utrecht.space.inline.md}"
23805
+ },
23806
+ "name": "utrechtNavigationListMobilePaddingInlineEnd",
23807
+ "attributes": {},
23808
+ "path": [
23809
+ "utrecht",
23810
+ "navigation",
23811
+ "list",
23812
+ "mobile",
23813
+ "padding-inline-end"
23814
+ ]
23815
+ },
23816
+ {
23817
+ "$extensions": {
23818
+ "nl.nldesignsystem.css.property": {
23819
+ "syntax": "<length>",
23820
+ "inherits": true
23821
+ },
23822
+ "nl.nldesignsystem.figma.supports-token": false,
23823
+ "studio.tokens": {
23824
+ "originalType": "spacing"
23825
+ }
23826
+ },
23827
+ "type": "dimension",
23828
+ "value": "16px",
23829
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23830
+ "isSource": true,
23831
+ "original": {
23832
+ "$extensions": {
23833
+ "nl.nldesignsystem.css.property": {
23834
+ "syntax": "<length>",
23835
+ "inherits": true
23836
+ },
23837
+ "nl.nldesignsystem.figma.supports-token": false,
23838
+ "studio.tokens": {
23839
+ "originalType": "spacing"
23840
+ }
23841
+ },
23842
+ "type": "dimension",
23843
+ "value": "{utrecht.space.inline.md}"
23844
+ },
23845
+ "name": "utrechtNavigationListMobilePaddingInlineStart",
23846
+ "attributes": {},
23847
+ "path": [
23848
+ "utrecht",
23849
+ "navigation",
23850
+ "list",
23851
+ "mobile",
23852
+ "padding-inline-start"
23853
+ ]
23854
+ },
23855
+ {
23856
+ "$extensions": {
23857
+ "nl.nldesignsystem.css.property": {
23858
+ "syntax": "<length>",
23859
+ "inherits": true
23860
+ },
23861
+ "nl.nldesignsystem.figma.supports-token": false,
23862
+ "studio.tokens": {
23863
+ "originalType": "sizing"
23864
+ }
23865
+ },
23866
+ "type": "dimension",
23867
+ "value": "100%",
23868
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23869
+ "isSource": true,
23870
+ "original": {
23871
+ "$extensions": {
23872
+ "nl.nldesignsystem.css.property": {
23873
+ "syntax": "<length>",
23874
+ "inherits": true
23875
+ },
23876
+ "nl.nldesignsystem.figma.supports-token": false,
23877
+ "studio.tokens": {
23878
+ "originalType": "sizing"
23879
+ }
23880
+ },
23881
+ "type": "dimension",
23882
+ "value": "100%"
23883
+ },
23884
+ "name": "utrechtNavigationListSideNavInlineSize",
23885
+ "attributes": {},
23886
+ "path": [
23887
+ "utrecht",
23888
+ "navigation",
23889
+ "list",
23890
+ "side-nav",
23891
+ "inline-size"
23892
+ ]
23893
+ },
23894
+ {
23895
+ "$extensions": {
23896
+ "nl.nldesignsystem.css.property": {
23897
+ "syntax": "<color>",
23898
+ "inherits": true
23899
+ },
23900
+ "nl.nldesignsystem.figma.supports-token": false
23901
+ },
23902
+ "type": "color",
23903
+ "value": "hsl(0 0% 80%)",
23904
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23905
+ "isSource": true,
23906
+ "original": {
23907
+ "$extensions": {
23908
+ "nl.nldesignsystem.css.property": {
23909
+ "syntax": "<color>",
23910
+ "inherits": true
23911
+ },
23912
+ "nl.nldesignsystem.figma.supports-token": false
23913
+ },
23914
+ "type": "color",
23915
+ "value": "{utrecht.color.grey.80}"
23916
+ },
23917
+ "name": "utrechtNavigationMarkerColor",
23918
+ "attributes": {},
23919
+ "path": [
23920
+ "utrecht",
23921
+ "navigation",
23922
+ "marker",
23923
+ "color"
23924
+ ]
23925
+ },
23926
+ {
23927
+ "$extensions": {
23928
+ "nl.nldesignsystem.css.property": {
23929
+ "syntax": "<length>",
23930
+ "inherits": true
23931
+ },
23932
+ "nl.nldesignsystem.figma.supports-token": false,
23933
+ "studio.tokens": {
23934
+ "originalType": "spacing"
23935
+ }
23936
+ },
23937
+ "type": "dimension",
23938
+ "value": "16px",
23939
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23940
+ "isSource": true,
23941
+ "original": {
23942
+ "$extensions": {
23943
+ "nl.nldesignsystem.css.property": {
23944
+ "syntax": "<length>",
23945
+ "inherits": true
23946
+ },
23947
+ "nl.nldesignsystem.figma.supports-token": false,
23948
+ "studio.tokens": {
23949
+ "originalType": "spacing"
23950
+ }
23951
+ },
23952
+ "type": "dimension",
23953
+ "value": "16px"
23954
+ },
23955
+ "name": "utrechtNavigationToggleButtonOffsetEnd",
23956
+ "attributes": {},
23957
+ "path": [
23958
+ "utrecht",
23959
+ "navigation",
23960
+ "toggle-button",
23961
+ "offset-end"
23962
+ ]
23963
+ },
23964
+ {
23965
+ "$extensions": {
23966
+ "nl.nldesignsystem.css.property": {
23967
+ "syntax": "<length>",
23968
+ "inherits": true
23969
+ },
23970
+ "nl.nldesignsystem.figma.supports-token": false,
23971
+ "studio.tokens": {
23972
+ "originalType": "spacing"
23973
+ }
23974
+ },
23975
+ "type": "dimension",
23976
+ "value": "16px",
23977
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23978
+ "isSource": true,
23979
+ "original": {
23980
+ "$extensions": {
23981
+ "nl.nldesignsystem.css.property": {
23982
+ "syntax": "<length>",
23983
+ "inherits": true
23984
+ },
23985
+ "nl.nldesignsystem.figma.supports-token": false,
23986
+ "studio.tokens": {
23987
+ "originalType": "spacing"
23988
+ }
23989
+ },
23990
+ "type": "dimension",
23991
+ "value": "16px"
23992
+ },
23993
+ "name": "utrechtNavigationToggleButtonOffsetStart",
23994
+ "attributes": {},
23995
+ "path": [
23996
+ "utrecht",
23997
+ "navigation",
23998
+ "toggle-button",
23999
+ "offset-start"
24000
+ ]
24001
+ },
22204
24002
  {
22205
24003
  "$extensions": {
22206
24004
  "nl.nldesignsystem.css.property": {