@utrecht/design-tokens 2.3.0 → 2.5.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 +21 -0
- package/dist/_mixin-theme.scss +165 -76
- package/dist/_mixin.scss +165 -76
- package/dist/_variables.scss +165 -76
- package/dist/dark/_mixin-theme.scss +165 -76
- package/dist/dark/_mixin.scss +165 -76
- package/dist/dark/_variables.scss +165 -76
- package/dist/dark/index.cjs +104 -15
- package/dist/dark/index.css +165 -76
- package/dist/dark/index.d.ts +97 -8
- package/dist/dark/index.flat.json +102 -13
- package/dist/dark/index.json +11111 -9439
- package/dist/dark/index.mjs +103 -14
- package/dist/dark/index.tokens.json +369 -248
- package/dist/dark/list.json +11111 -9439
- package/dist/dark/list.mjs +11111 -9439
- package/dist/dark/property.css +19 -7
- package/dist/dark/root.css +164 -75
- package/dist/dark/theme-prince-xml.css +165 -76
- package/dist/dark/theme.css +164 -75
- package/dist/dark/tokens.cjs +2051 -347
- package/dist/dark/tokens.d.ts +255 -126
- package/dist/dark/tokens.json +2051 -347
- package/dist/dark/variables.cjs +104 -15
- package/dist/dark/variables.css +164 -75
- package/dist/dark/variables.d.ts +97 -8
- package/dist/dark/variables.json +102 -13
- package/dist/dark/variables.less +165 -76
- package/dist/dark/variables.mjs +103 -14
- package/dist/index.cjs +104 -15
- package/dist/index.css +330 -152
- package/dist/index.d.ts +97 -8
- package/dist/index.flat.json +102 -13
- package/dist/index.json +2175 -503
- package/dist/index.mjs +103 -14
- package/dist/index.tokens.json +369 -248
- package/dist/list.json +2175 -503
- package/dist/list.mjs +2175 -503
- package/dist/property.css +19 -7
- package/dist/root.css +164 -75
- package/dist/theme-prince-xml.css +165 -76
- package/dist/theme.css +164 -75
- package/dist/tokens.cjs +2051 -347
- package/dist/tokens.d.ts +255 -126
- package/dist/tokens.json +2051 -347
- package/dist/variables.cjs +104 -15
- package/dist/variables.css +164 -75
- package/dist/variables.d.ts +97 -8
- package/dist/variables.json +102 -13
- package/dist/variables.less +165 -76
- package/dist/variables.mjs +103 -14
- package/package.json +1 -1
- package/src/component/nl/code-block.tokens.json +13 -0
- package/src/component/nl/code.tokens.json +11 -0
- package/src/component/nl/data-badge.tokens.json +22 -0
- package/src/component/nl/heading.tokens.json +48 -0
- package/src/component/nl/mark.tokens.json +8 -0
- package/src/component/nl/number-badge.tokens.json +23 -0
- package/src/component/nl/paragraph.tokens.json +20 -0
- package/src/component/nl/skip-link.tokens.json +16 -0
- package/src/component/signalen/signalen.tokens.json +17 -0
- package/src/component/utrecht/badge.tokens.json +5 -5
- package/src/component/utrecht/body.tokens.json +11 -0
- package/src/component/utrecht/code-block.tokens.json +9 -9
- package/src/component/utrecht/heading-1.tokens.json +4 -4
- package/src/component/utrecht/heading-2.tokens.json +4 -4
- package/src/component/utrecht/heading-3.tokens.json +4 -4
- package/src/component/utrecht/heading-4.tokens.json +4 -4
- package/src/component/utrecht/heading-5.tokens.json +4 -4
- package/src/component/utrecht/heading-6.tokens.json +4 -4
- package/src/component/utrecht/link-list.tokens.json +3 -0
- package/src/component/utrecht/mark.tokens.json +2 -2
- package/src/component/utrecht/nav-bar.tokens.json +0 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/page-body.tokens.json +19 -0
- package/src/component/utrecht/page-footer.tokens.json +6 -4
- package/src/component/utrecht/page-header.tokens.json +14 -4
- package/src/component/utrecht/page.tokens.json +2 -2
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/root.tokens.json +8 -0
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/project.json +0 -25
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/dark/tokens.cjs
CHANGED
|
@@ -2591,31 +2591,6 @@ module.exports = {
|
|
|
2591
2591
|
]
|
|
2592
2592
|
}
|
|
2593
2593
|
},
|
|
2594
|
-
"badge-data": {
|
|
2595
|
-
"letter-spacing": {
|
|
2596
|
-
"$extensions": {
|
|
2597
|
-
"nl.nldesignsystem.css.property": {
|
|
2598
|
-
"syntax": "<length>",
|
|
2599
|
-
"inherits": true
|
|
2600
|
-
},
|
|
2601
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2602
|
-
},
|
|
2603
|
-
"type": "letterSpacing"
|
|
2604
|
-
},
|
|
2605
|
-
"text-transform": {
|
|
2606
|
-
"$extensions": {
|
|
2607
|
-
"nl.nldesignsystem.css.property": {
|
|
2608
|
-
"syntax": [
|
|
2609
|
-
"inherit",
|
|
2610
|
-
"uppercase"
|
|
2611
|
-
],
|
|
2612
|
-
"inherits": true
|
|
2613
|
-
},
|
|
2614
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2615
|
-
},
|
|
2616
|
-
"type": "textCase"
|
|
2617
|
-
}
|
|
2618
|
-
},
|
|
2619
2594
|
"badge-list": {
|
|
2620
2595
|
"row-gap": {
|
|
2621
2596
|
"$extensions": {
|
|
@@ -2721,7 +2696,7 @@ module.exports = {
|
|
|
2721
2696
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2722
2697
|
},
|
|
2723
2698
|
"type": "color",
|
|
2724
|
-
"value": "{
|
|
2699
|
+
"value": "{nl.data-badge.background-color}"
|
|
2725
2700
|
},
|
|
2726
2701
|
"name": "background-color",
|
|
2727
2702
|
"attributes": {},
|
|
@@ -2760,7 +2735,7 @@ module.exports = {
|
|
|
2760
2735
|
}
|
|
2761
2736
|
},
|
|
2762
2737
|
"type": "dimension",
|
|
2763
|
-
"value": "
|
|
2738
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2764
2739
|
},
|
|
2765
2740
|
"name": "border-radius",
|
|
2766
2741
|
"attributes": {},
|
|
@@ -2793,7 +2768,7 @@ module.exports = {
|
|
|
2793
2768
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2794
2769
|
},
|
|
2795
2770
|
"type": "color",
|
|
2796
|
-
"value": "{
|
|
2771
|
+
"value": "{nl.data-badge.color}"
|
|
2797
2772
|
},
|
|
2798
2773
|
"name": "color",
|
|
2799
2774
|
"attributes": {},
|
|
@@ -2865,7 +2840,7 @@ module.exports = {
|
|
|
2865
2840
|
}
|
|
2866
2841
|
},
|
|
2867
2842
|
"type": "dimension",
|
|
2868
|
-
"value": "{
|
|
2843
|
+
"value": "{nl.data-badge.padding-block}"
|
|
2869
2844
|
},
|
|
2870
2845
|
"name": "padding-block",
|
|
2871
2846
|
"attributes": {},
|
|
@@ -2904,7 +2879,7 @@ module.exports = {
|
|
|
2904
2879
|
}
|
|
2905
2880
|
},
|
|
2906
2881
|
"type": "dimension",
|
|
2907
|
-
"value": "{
|
|
2882
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
2908
2883
|
},
|
|
2909
2884
|
"name": "padding-inline",
|
|
2910
2885
|
"attributes": {},
|
|
@@ -3398,9 +3373,36 @@ module.exports = {
|
|
|
3398
3373
|
"syntax": "*",
|
|
3399
3374
|
"inherits": true
|
|
3400
3375
|
},
|
|
3401
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3376
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3377
|
+
"studio.tokens": {
|
|
3378
|
+
"originalType": "fontFamilies"
|
|
3379
|
+
}
|
|
3402
3380
|
},
|
|
3403
|
-
"type": "
|
|
3381
|
+
"type": "fontFamily",
|
|
3382
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
3383
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3384
|
+
"isSource": true,
|
|
3385
|
+
"original": {
|
|
3386
|
+
"$extensions": {
|
|
3387
|
+
"nl.nldesignsystem.css.property": {
|
|
3388
|
+
"syntax": "*",
|
|
3389
|
+
"inherits": true
|
|
3390
|
+
},
|
|
3391
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3392
|
+
"studio.tokens": {
|
|
3393
|
+
"originalType": "fontFamilies"
|
|
3394
|
+
}
|
|
3395
|
+
},
|
|
3396
|
+
"type": "fontFamily",
|
|
3397
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
3398
|
+
},
|
|
3399
|
+
"name": "font-family",
|
|
3400
|
+
"attributes": {},
|
|
3401
|
+
"path": [
|
|
3402
|
+
"utrecht",
|
|
3403
|
+
"body",
|
|
3404
|
+
"font-family"
|
|
3405
|
+
]
|
|
3404
3406
|
},
|
|
3405
3407
|
"font-size": {
|
|
3406
3408
|
"$extensions": {
|
|
@@ -3408,9 +3410,36 @@ module.exports = {
|
|
|
3408
3410
|
"syntax": "<length>",
|
|
3409
3411
|
"inherits": true
|
|
3410
3412
|
},
|
|
3411
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3413
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3414
|
+
"studio.tokens": {
|
|
3415
|
+
"originalType": "fontSizes"
|
|
3416
|
+
}
|
|
3412
3417
|
},
|
|
3413
|
-
"type": "
|
|
3418
|
+
"type": "fontSize",
|
|
3419
|
+
"value": "1rem",
|
|
3420
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3421
|
+
"isSource": true,
|
|
3422
|
+
"original": {
|
|
3423
|
+
"$extensions": {
|
|
3424
|
+
"nl.nldesignsystem.css.property": {
|
|
3425
|
+
"syntax": "<length>",
|
|
3426
|
+
"inherits": true
|
|
3427
|
+
},
|
|
3428
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3429
|
+
"studio.tokens": {
|
|
3430
|
+
"originalType": "fontSizes"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
"type": "fontSize",
|
|
3434
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
3435
|
+
},
|
|
3436
|
+
"name": "font-size",
|
|
3437
|
+
"attributes": {},
|
|
3438
|
+
"path": [
|
|
3439
|
+
"utrecht",
|
|
3440
|
+
"body",
|
|
3441
|
+
"font-size"
|
|
3442
|
+
]
|
|
3414
3443
|
},
|
|
3415
3444
|
"font-weight": {
|
|
3416
3445
|
"$extensions": {
|
|
@@ -3431,9 +3460,69 @@ module.exports = {
|
|
|
3431
3460
|
],
|
|
3432
3461
|
"inherits": true
|
|
3433
3462
|
},
|
|
3434
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3463
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3464
|
+
"studio.tokens": {
|
|
3465
|
+
"originalType": "lineHeights"
|
|
3466
|
+
}
|
|
3435
3467
|
},
|
|
3436
|
-
"type": "
|
|
3468
|
+
"type": "lineHeight",
|
|
3469
|
+
"value": "1.4",
|
|
3470
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3471
|
+
"isSource": true,
|
|
3472
|
+
"original": {
|
|
3473
|
+
"$extensions": {
|
|
3474
|
+
"nl.nldesignsystem.css.property": {
|
|
3475
|
+
"syntax": [
|
|
3476
|
+
"<length>",
|
|
3477
|
+
"<number>"
|
|
3478
|
+
],
|
|
3479
|
+
"inherits": true
|
|
3480
|
+
},
|
|
3481
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3482
|
+
"studio.tokens": {
|
|
3483
|
+
"originalType": "lineHeights"
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3486
|
+
"type": "lineHeight",
|
|
3487
|
+
"value": "1.4"
|
|
3488
|
+
},
|
|
3489
|
+
"name": "line-height",
|
|
3490
|
+
"attributes": {},
|
|
3491
|
+
"path": [
|
|
3492
|
+
"utrecht",
|
|
3493
|
+
"body",
|
|
3494
|
+
"line-height"
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
"background-color": {
|
|
3498
|
+
"value": "hsl(0 0% 100%)",
|
|
3499
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3500
|
+
"isSource": true,
|
|
3501
|
+
"original": {
|
|
3502
|
+
"value": "{utrecht.color.white}"
|
|
3503
|
+
},
|
|
3504
|
+
"name": "background-color",
|
|
3505
|
+
"attributes": {},
|
|
3506
|
+
"path": [
|
|
3507
|
+
"utrecht",
|
|
3508
|
+
"body",
|
|
3509
|
+
"background-color"
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3512
|
+
"color": {
|
|
3513
|
+
"value": "hsl(0 0% 0%)",
|
|
3514
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3515
|
+
"isSource": true,
|
|
3516
|
+
"original": {
|
|
3517
|
+
"value": "{utrecht.color.black}"
|
|
3518
|
+
},
|
|
3519
|
+
"name": "color",
|
|
3520
|
+
"attributes": {},
|
|
3521
|
+
"path": [
|
|
3522
|
+
"utrecht",
|
|
3523
|
+
"body",
|
|
3524
|
+
"color"
|
|
3525
|
+
]
|
|
3437
3526
|
}
|
|
3438
3527
|
},
|
|
3439
3528
|
"breadcrumb-nav": {
|
|
@@ -10343,7 +10432,7 @@ module.exports = {
|
|
|
10343
10432
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10344
10433
|
},
|
|
10345
10434
|
"type": "color",
|
|
10346
|
-
"value": "{
|
|
10435
|
+
"value": "{nl.code-block.background-color}"
|
|
10347
10436
|
},
|
|
10348
10437
|
"name": "background-color",
|
|
10349
10438
|
"attributes": {},
|
|
@@ -10374,7 +10463,7 @@ module.exports = {
|
|
|
10374
10463
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10375
10464
|
},
|
|
10376
10465
|
"type": "color",
|
|
10377
|
-
"value": "{
|
|
10466
|
+
"value": "{nl.code-block.color}"
|
|
10378
10467
|
},
|
|
10379
10468
|
"name": "color",
|
|
10380
10469
|
"attributes": {},
|
|
@@ -10390,9 +10479,36 @@ module.exports = {
|
|
|
10390
10479
|
"syntax": "*",
|
|
10391
10480
|
"inherits": true
|
|
10392
10481
|
},
|
|
10393
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10482
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10483
|
+
"studio.tokens": {
|
|
10484
|
+
"originalType": "fontFamilies"
|
|
10485
|
+
}
|
|
10394
10486
|
},
|
|
10395
|
-
"type": "
|
|
10487
|
+
"type": "fontFamily",
|
|
10488
|
+
"value": "\"Monaco\"",
|
|
10489
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
10490
|
+
"isSource": true,
|
|
10491
|
+
"original": {
|
|
10492
|
+
"$extensions": {
|
|
10493
|
+
"nl.nldesignsystem.css.property": {
|
|
10494
|
+
"syntax": "*",
|
|
10495
|
+
"inherits": true
|
|
10496
|
+
},
|
|
10497
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10498
|
+
"studio.tokens": {
|
|
10499
|
+
"originalType": "fontFamilies"
|
|
10500
|
+
}
|
|
10501
|
+
},
|
|
10502
|
+
"type": "fontFamily",
|
|
10503
|
+
"value": "{nl.code-block.font-family}"
|
|
10504
|
+
},
|
|
10505
|
+
"name": "font-family",
|
|
10506
|
+
"attributes": {},
|
|
10507
|
+
"path": [
|
|
10508
|
+
"utrecht",
|
|
10509
|
+
"code-block",
|
|
10510
|
+
"font-family"
|
|
10511
|
+
]
|
|
10396
10512
|
},
|
|
10397
10513
|
"font-size": {
|
|
10398
10514
|
"$extensions": {
|
|
@@ -10421,7 +10537,7 @@ module.exports = {
|
|
|
10421
10537
|
}
|
|
10422
10538
|
},
|
|
10423
10539
|
"type": "fontSize",
|
|
10424
|
-
"value": "{
|
|
10540
|
+
"value": "{nl.code-block.font-size}"
|
|
10425
10541
|
},
|
|
10426
10542
|
"name": "font-size",
|
|
10427
10543
|
"attributes": {},
|
|
@@ -10464,7 +10580,7 @@ module.exports = {
|
|
|
10464
10580
|
}
|
|
10465
10581
|
},
|
|
10466
10582
|
"type": "lineHeight",
|
|
10467
|
-
"value": "{
|
|
10583
|
+
"value": "{nl.code-block.line-height}"
|
|
10468
10584
|
},
|
|
10469
10585
|
"name": "line-height",
|
|
10470
10586
|
"attributes": {},
|
|
@@ -10595,7 +10711,7 @@ module.exports = {
|
|
|
10595
10711
|
}
|
|
10596
10712
|
},
|
|
10597
10713
|
"type": "dimension",
|
|
10598
|
-
"value": "
|
|
10714
|
+
"value": "{nl.code-block.padding-block}"
|
|
10599
10715
|
},
|
|
10600
10716
|
"name": "padding-block-start",
|
|
10601
10717
|
"attributes": {},
|
|
@@ -10632,7 +10748,7 @@ module.exports = {
|
|
|
10632
10748
|
}
|
|
10633
10749
|
},
|
|
10634
10750
|
"type": "dimension",
|
|
10635
|
-
"value": "
|
|
10751
|
+
"value": "{nl.code-block.padding-block}"
|
|
10636
10752
|
},
|
|
10637
10753
|
"name": "padding-block-end",
|
|
10638
10754
|
"attributes": {},
|
|
@@ -10669,7 +10785,7 @@ module.exports = {
|
|
|
10669
10785
|
}
|
|
10670
10786
|
},
|
|
10671
10787
|
"type": "dimension",
|
|
10672
|
-
"value": "
|
|
10788
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10673
10789
|
},
|
|
10674
10790
|
"name": "padding-inline-start",
|
|
10675
10791
|
"attributes": {},
|
|
@@ -10706,7 +10822,7 @@ module.exports = {
|
|
|
10706
10822
|
}
|
|
10707
10823
|
},
|
|
10708
10824
|
"type": "dimension",
|
|
10709
|
-
"value": "
|
|
10825
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10710
10826
|
},
|
|
10711
10827
|
"name": "padding-inline-end",
|
|
10712
10828
|
"attributes": {},
|
|
@@ -14204,6 +14320,126 @@ module.exports = {
|
|
|
14204
14320
|
}
|
|
14205
14321
|
},
|
|
14206
14322
|
"currency-data": {},
|
|
14323
|
+
"data-badge": {
|
|
14324
|
+
"background-color": {
|
|
14325
|
+
"comment": "Default background color for badge components",
|
|
14326
|
+
"$extensions": {
|
|
14327
|
+
"nl.nldesignsystem.css.property": {
|
|
14328
|
+
"syntax": "<color>",
|
|
14329
|
+
"inherits": true
|
|
14330
|
+
},
|
|
14331
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14332
|
+
},
|
|
14333
|
+
"type": "color"
|
|
14334
|
+
},
|
|
14335
|
+
"border-radius": {
|
|
14336
|
+
"comment": "Default corner radius for badge components",
|
|
14337
|
+
"$extensions": {
|
|
14338
|
+
"nl.nldesignsystem.css.property": {
|
|
14339
|
+
"syntax": "<length-percentage>",
|
|
14340
|
+
"inherits": true
|
|
14341
|
+
},
|
|
14342
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14343
|
+
},
|
|
14344
|
+
"type": "borderRadius"
|
|
14345
|
+
},
|
|
14346
|
+
"border-width": {
|
|
14347
|
+
"$extensions": {
|
|
14348
|
+
"nl.nldesignsystem.css.property": {
|
|
14349
|
+
"syntax": "<length>",
|
|
14350
|
+
"inherits": true
|
|
14351
|
+
},
|
|
14352
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14353
|
+
},
|
|
14354
|
+
"type": "borderWidth"
|
|
14355
|
+
},
|
|
14356
|
+
"color": {
|
|
14357
|
+
"comment": "Default text color for badge components",
|
|
14358
|
+
"$extensions": {
|
|
14359
|
+
"nl.nldesignsystem.css.property": {
|
|
14360
|
+
"syntax": "<color>",
|
|
14361
|
+
"inherits": true
|
|
14362
|
+
},
|
|
14363
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14364
|
+
},
|
|
14365
|
+
"type": "color"
|
|
14366
|
+
},
|
|
14367
|
+
"font-size": {
|
|
14368
|
+
"$extensions": {
|
|
14369
|
+
"nl.nldesignsystem.css.property": {
|
|
14370
|
+
"syntax": "<length>",
|
|
14371
|
+
"inherits": true
|
|
14372
|
+
},
|
|
14373
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14374
|
+
},
|
|
14375
|
+
"type": "fontSizes"
|
|
14376
|
+
},
|
|
14377
|
+
"font-weight": {
|
|
14378
|
+
"$extensions": {
|
|
14379
|
+
"nl.nldesignsystem.css.property": {
|
|
14380
|
+
"syntax": "<number>",
|
|
14381
|
+
"inherits": true
|
|
14382
|
+
},
|
|
14383
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14384
|
+
},
|
|
14385
|
+
"type": "fontWeights"
|
|
14386
|
+
},
|
|
14387
|
+
"line-height": {
|
|
14388
|
+
"$extensions": {
|
|
14389
|
+
"nl.nldesignsystem.css.property": {
|
|
14390
|
+
"syntax": [
|
|
14391
|
+
"<length>",
|
|
14392
|
+
"<number>"
|
|
14393
|
+
],
|
|
14394
|
+
"inherits": true
|
|
14395
|
+
},
|
|
14396
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14397
|
+
},
|
|
14398
|
+
"type": "lineHeights"
|
|
14399
|
+
},
|
|
14400
|
+
"min-block-size": {
|
|
14401
|
+
"$extensions": {
|
|
14402
|
+
"nl.nldesignsystem.css.property": {
|
|
14403
|
+
"syntax": "<length>",
|
|
14404
|
+
"inherits": true
|
|
14405
|
+
},
|
|
14406
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14407
|
+
},
|
|
14408
|
+
"type": "sizing"
|
|
14409
|
+
},
|
|
14410
|
+
"min-inline-size": {
|
|
14411
|
+
"$extensions": {
|
|
14412
|
+
"nl.nldesignsystem.css.property": {
|
|
14413
|
+
"syntax": "<length>",
|
|
14414
|
+
"inherits": true
|
|
14415
|
+
},
|
|
14416
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14417
|
+
},
|
|
14418
|
+
"type": "sizing"
|
|
14419
|
+
},
|
|
14420
|
+
"padding-block": {
|
|
14421
|
+
"comment": "Default block padding for badge components",
|
|
14422
|
+
"$extensions": {
|
|
14423
|
+
"nl.nldesignsystem.css.property": {
|
|
14424
|
+
"syntax": "<length>",
|
|
14425
|
+
"inherits": true
|
|
14426
|
+
},
|
|
14427
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14428
|
+
},
|
|
14429
|
+
"type": "spacing"
|
|
14430
|
+
},
|
|
14431
|
+
"padding-inline": {
|
|
14432
|
+
"comment": "Default inline padding color for badge components",
|
|
14433
|
+
"$extensions": {
|
|
14434
|
+
"nl.nldesignsystem.css.property": {
|
|
14435
|
+
"syntax": "<length>",
|
|
14436
|
+
"inherits": true
|
|
14437
|
+
},
|
|
14438
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14439
|
+
},
|
|
14440
|
+
"type": "spacing"
|
|
14441
|
+
}
|
|
14442
|
+
},
|
|
14207
14443
|
"data-list": {
|
|
14208
14444
|
"margin-block-end": {
|
|
14209
14445
|
"$extensions": {
|
|
@@ -17759,7 +17995,7 @@ module.exports = {
|
|
|
17759
17995
|
"syntax": "<length>",
|
|
17760
17996
|
"inherits": true
|
|
17761
17997
|
},
|
|
17762
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
17998
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17763
17999
|
"studio.tokens": {
|
|
17764
18000
|
"originalType": "spacing"
|
|
17765
18001
|
}
|
|
@@ -17774,7 +18010,7 @@ module.exports = {
|
|
|
17774
18010
|
"syntax": "<length>",
|
|
17775
18011
|
"inherits": true
|
|
17776
18012
|
},
|
|
17777
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18013
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17778
18014
|
"studio.tokens": {
|
|
17779
18015
|
"originalType": "spacing"
|
|
17780
18016
|
}
|
|
@@ -17796,7 +18032,7 @@ module.exports = {
|
|
|
17796
18032
|
"syntax": "<length>",
|
|
17797
18033
|
"inherits": true
|
|
17798
18034
|
},
|
|
17799
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18035
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17800
18036
|
"studio.tokens": {
|
|
17801
18037
|
"originalType": "spacing"
|
|
17802
18038
|
}
|
|
@@ -17811,7 +18047,7 @@ module.exports = {
|
|
|
17811
18047
|
"syntax": "<length>",
|
|
17812
18048
|
"inherits": true
|
|
17813
18049
|
},
|
|
17814
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18050
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17815
18051
|
"studio.tokens": {
|
|
17816
18052
|
"originalType": "spacing"
|
|
17817
18053
|
}
|
|
@@ -17833,7 +18069,7 @@ module.exports = {
|
|
|
17833
18069
|
"syntax": "<length>",
|
|
17834
18070
|
"inherits": true
|
|
17835
18071
|
},
|
|
17836
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18072
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17837
18073
|
"studio.tokens": {
|
|
17838
18074
|
"originalType": "spacing"
|
|
17839
18075
|
}
|
|
@@ -17848,7 +18084,7 @@ module.exports = {
|
|
|
17848
18084
|
"syntax": "<length>",
|
|
17849
18085
|
"inherits": true
|
|
17850
18086
|
},
|
|
17851
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18087
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17852
18088
|
"studio.tokens": {
|
|
17853
18089
|
"originalType": "spacing"
|
|
17854
18090
|
}
|
|
@@ -17870,7 +18106,7 @@ module.exports = {
|
|
|
17870
18106
|
"syntax": "<length>",
|
|
17871
18107
|
"inherits": true
|
|
17872
18108
|
},
|
|
17873
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18109
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17874
18110
|
"studio.tokens": {
|
|
17875
18111
|
"originalType": "spacing"
|
|
17876
18112
|
}
|
|
@@ -17885,7 +18121,7 @@ module.exports = {
|
|
|
17885
18121
|
"syntax": "<length>",
|
|
17886
18122
|
"inherits": true
|
|
17887
18123
|
},
|
|
17888
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18124
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17889
18125
|
"studio.tokens": {
|
|
17890
18126
|
"originalType": "spacing"
|
|
17891
18127
|
}
|
|
@@ -18432,7 +18668,7 @@ module.exports = {
|
|
|
18432
18668
|
}
|
|
18433
18669
|
},
|
|
18434
18670
|
"type": "fontFamily",
|
|
18435
|
-
"value": "{
|
|
18671
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
18436
18672
|
},
|
|
18437
18673
|
"name": "font-family",
|
|
18438
18674
|
"attributes": {},
|
|
@@ -18469,7 +18705,7 @@ module.exports = {
|
|
|
18469
18705
|
}
|
|
18470
18706
|
},
|
|
18471
18707
|
"type": "fontSize",
|
|
18472
|
-
"value": "{
|
|
18708
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
18473
18709
|
},
|
|
18474
18710
|
"name": "font-size",
|
|
18475
18711
|
"attributes": {},
|
|
@@ -18512,7 +18748,7 @@ module.exports = {
|
|
|
18512
18748
|
}
|
|
18513
18749
|
},
|
|
18514
18750
|
"type": "fontWeight",
|
|
18515
|
-
"value": "{
|
|
18751
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
18516
18752
|
},
|
|
18517
18753
|
"name": "font-weight",
|
|
18518
18754
|
"attributes": {},
|
|
@@ -18555,7 +18791,7 @@ module.exports = {
|
|
|
18555
18791
|
}
|
|
18556
18792
|
},
|
|
18557
18793
|
"type": "lineHeight",
|
|
18558
|
-
"value": "{
|
|
18794
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
18559
18795
|
},
|
|
18560
18796
|
"name": "line-height",
|
|
18561
18797
|
"attributes": {},
|
|
@@ -18691,7 +18927,7 @@ module.exports = {
|
|
|
18691
18927
|
}
|
|
18692
18928
|
},
|
|
18693
18929
|
"type": "fontFamily",
|
|
18694
|
-
"value": "{
|
|
18930
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
18695
18931
|
},
|
|
18696
18932
|
"name": "font-family",
|
|
18697
18933
|
"attributes": {},
|
|
@@ -18728,7 +18964,7 @@ module.exports = {
|
|
|
18728
18964
|
}
|
|
18729
18965
|
},
|
|
18730
18966
|
"type": "fontSize",
|
|
18731
|
-
"value": "{
|
|
18967
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
18732
18968
|
},
|
|
18733
18969
|
"name": "font-size",
|
|
18734
18970
|
"attributes": {},
|
|
@@ -18771,7 +19007,7 @@ module.exports = {
|
|
|
18771
19007
|
}
|
|
18772
19008
|
},
|
|
18773
19009
|
"type": "fontWeight",
|
|
18774
|
-
"value": "{
|
|
19010
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
18775
19011
|
},
|
|
18776
19012
|
"name": "font-weight",
|
|
18777
19013
|
"attributes": {},
|
|
@@ -18814,7 +19050,7 @@ module.exports = {
|
|
|
18814
19050
|
}
|
|
18815
19051
|
},
|
|
18816
19052
|
"type": "lineHeight",
|
|
18817
|
-
"value": "{
|
|
19053
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
18818
19054
|
},
|
|
18819
19055
|
"name": "line-height",
|
|
18820
19056
|
"attributes": {},
|
|
@@ -18950,7 +19186,7 @@ module.exports = {
|
|
|
18950
19186
|
}
|
|
18951
19187
|
},
|
|
18952
19188
|
"type": "fontFamily",
|
|
18953
|
-
"value": "{
|
|
19189
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
18954
19190
|
},
|
|
18955
19191
|
"name": "font-family",
|
|
18956
19192
|
"attributes": {},
|
|
@@ -18987,7 +19223,7 @@ module.exports = {
|
|
|
18987
19223
|
}
|
|
18988
19224
|
},
|
|
18989
19225
|
"type": "fontSize",
|
|
18990
|
-
"value": "{
|
|
19226
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
18991
19227
|
},
|
|
18992
19228
|
"name": "font-size",
|
|
18993
19229
|
"attributes": {},
|
|
@@ -19030,7 +19266,7 @@ module.exports = {
|
|
|
19030
19266
|
}
|
|
19031
19267
|
},
|
|
19032
19268
|
"type": "fontWeight",
|
|
19033
|
-
"value": "{
|
|
19269
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19034
19270
|
},
|
|
19035
19271
|
"name": "font-weight",
|
|
19036
19272
|
"attributes": {},
|
|
@@ -19073,7 +19309,7 @@ module.exports = {
|
|
|
19073
19309
|
}
|
|
19074
19310
|
},
|
|
19075
19311
|
"type": "lineHeight",
|
|
19076
|
-
"value": "{
|
|
19312
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
19077
19313
|
},
|
|
19078
19314
|
"name": "line-height",
|
|
19079
19315
|
"attributes": {},
|
|
@@ -19209,7 +19445,7 @@ module.exports = {
|
|
|
19209
19445
|
}
|
|
19210
19446
|
},
|
|
19211
19447
|
"type": "fontFamily",
|
|
19212
|
-
"value": "{
|
|
19448
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
19213
19449
|
},
|
|
19214
19450
|
"name": "font-family",
|
|
19215
19451
|
"attributes": {},
|
|
@@ -19246,7 +19482,7 @@ module.exports = {
|
|
|
19246
19482
|
}
|
|
19247
19483
|
},
|
|
19248
19484
|
"type": "fontSize",
|
|
19249
|
-
"value": "{
|
|
19485
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
19250
19486
|
},
|
|
19251
19487
|
"name": "font-size",
|
|
19252
19488
|
"attributes": {},
|
|
@@ -19289,7 +19525,7 @@ module.exports = {
|
|
|
19289
19525
|
}
|
|
19290
19526
|
},
|
|
19291
19527
|
"type": "fontWeight",
|
|
19292
|
-
"value": "{
|
|
19528
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
19293
19529
|
},
|
|
19294
19530
|
"name": "font-weight",
|
|
19295
19531
|
"attributes": {},
|
|
@@ -19332,7 +19568,7 @@ module.exports = {
|
|
|
19332
19568
|
}
|
|
19333
19569
|
},
|
|
19334
19570
|
"type": "lineHeight",
|
|
19335
|
-
"value": "{
|
|
19571
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
19336
19572
|
},
|
|
19337
19573
|
"name": "line-height",
|
|
19338
19574
|
"attributes": {},
|
|
@@ -19468,7 +19704,7 @@ module.exports = {
|
|
|
19468
19704
|
}
|
|
19469
19705
|
},
|
|
19470
19706
|
"type": "fontFamily",
|
|
19471
|
-
"value": "{
|
|
19707
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
19472
19708
|
},
|
|
19473
19709
|
"name": "font-family",
|
|
19474
19710
|
"attributes": {},
|
|
@@ -19505,7 +19741,7 @@ module.exports = {
|
|
|
19505
19741
|
}
|
|
19506
19742
|
},
|
|
19507
19743
|
"type": "fontSize",
|
|
19508
|
-
"value": "{
|
|
19744
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
19509
19745
|
},
|
|
19510
19746
|
"name": "font-size",
|
|
19511
19747
|
"attributes": {},
|
|
@@ -19548,7 +19784,7 @@ module.exports = {
|
|
|
19548
19784
|
}
|
|
19549
19785
|
},
|
|
19550
19786
|
"type": "fontWeight",
|
|
19551
|
-
"value": "{
|
|
19787
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
19552
19788
|
},
|
|
19553
19789
|
"name": "font-weight",
|
|
19554
19790
|
"attributes": {},
|
|
@@ -19591,7 +19827,7 @@ module.exports = {
|
|
|
19591
19827
|
}
|
|
19592
19828
|
},
|
|
19593
19829
|
"type": "lineHeight",
|
|
19594
|
-
"value": "{
|
|
19830
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
19595
19831
|
},
|
|
19596
19832
|
"name": "line-height",
|
|
19597
19833
|
"attributes": {},
|
|
@@ -19726,7 +19962,7 @@ module.exports = {
|
|
|
19726
19962
|
}
|
|
19727
19963
|
},
|
|
19728
19964
|
"type": "fontFamily",
|
|
19729
|
-
"value": "{
|
|
19965
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
19730
19966
|
},
|
|
19731
19967
|
"name": "font-family",
|
|
19732
19968
|
"attributes": {},
|
|
@@ -19763,7 +19999,7 @@ module.exports = {
|
|
|
19763
19999
|
}
|
|
19764
20000
|
},
|
|
19765
20001
|
"type": "fontSize",
|
|
19766
|
-
"value": "{
|
|
20002
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
19767
20003
|
},
|
|
19768
20004
|
"name": "font-size",
|
|
19769
20005
|
"attributes": {},
|
|
@@ -19806,7 +20042,7 @@ module.exports = {
|
|
|
19806
20042
|
}
|
|
19807
20043
|
},
|
|
19808
20044
|
"type": "fontWeight",
|
|
19809
|
-
"value": "{
|
|
20045
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
19810
20046
|
},
|
|
19811
20047
|
"name": "font-weight",
|
|
19812
20048
|
"attributes": {},
|
|
@@ -19849,7 +20085,7 @@ module.exports = {
|
|
|
19849
20085
|
}
|
|
19850
20086
|
},
|
|
19851
20087
|
"type": "lineHeight",
|
|
19852
|
-
"value": "{
|
|
20088
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
19853
20089
|
},
|
|
19854
20090
|
"name": "line-height",
|
|
19855
20091
|
"attributes": {},
|
|
@@ -20441,9 +20677,37 @@ module.exports = {
|
|
|
20441
20677
|
"syntax": "<length>",
|
|
20442
20678
|
"inherits": true
|
|
20443
20679
|
},
|
|
20444
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
20680
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20681
|
+
"studio.tokens": {
|
|
20682
|
+
"originalType": "spacing"
|
|
20683
|
+
}
|
|
20445
20684
|
},
|
|
20446
|
-
"type": "
|
|
20685
|
+
"type": "dimension",
|
|
20686
|
+
"value": "0.15em",
|
|
20687
|
+
"filePath": "src/component/utrecht/link-list.tokens.json",
|
|
20688
|
+
"isSource": true,
|
|
20689
|
+
"original": {
|
|
20690
|
+
"$extensions": {
|
|
20691
|
+
"nl.nldesignsystem.css.property": {
|
|
20692
|
+
"syntax": "<length>",
|
|
20693
|
+
"inherits": true
|
|
20694
|
+
},
|
|
20695
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20696
|
+
"studio.tokens": {
|
|
20697
|
+
"originalType": "spacing"
|
|
20698
|
+
}
|
|
20699
|
+
},
|
|
20700
|
+
"type": "dimension",
|
|
20701
|
+
"value": "0.15em"
|
|
20702
|
+
},
|
|
20703
|
+
"name": "inset-block-start",
|
|
20704
|
+
"attributes": {},
|
|
20705
|
+
"path": [
|
|
20706
|
+
"utrecht",
|
|
20707
|
+
"link-list",
|
|
20708
|
+
"icon",
|
|
20709
|
+
"inset-block-start"
|
|
20710
|
+
]
|
|
20447
20711
|
}
|
|
20448
20712
|
}
|
|
20449
20713
|
},
|
|
@@ -23197,7 +23461,7 @@ module.exports = {
|
|
|
23197
23461
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23198
23462
|
},
|
|
23199
23463
|
"type": "color",
|
|
23200
|
-
"value": "{
|
|
23464
|
+
"value": "{nl.mark.background-color}"
|
|
23201
23465
|
},
|
|
23202
23466
|
"name": "background-color",
|
|
23203
23467
|
"attributes": {},
|
|
@@ -23228,7 +23492,7 @@ module.exports = {
|
|
|
23228
23492
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23229
23493
|
},
|
|
23230
23494
|
"type": "color",
|
|
23231
|
-
"value": "{
|
|
23495
|
+
"value": "{nl.mark.color}"
|
|
23232
23496
|
},
|
|
23233
23497
|
"name": "color",
|
|
23234
23498
|
"attributes": {},
|
|
@@ -23249,28 +23513,7 @@ module.exports = {
|
|
|
23249
23513
|
},
|
|
23250
23514
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23251
23515
|
},
|
|
23252
|
-
"type": "color"
|
|
23253
|
-
"value": "hsl(0 0% 100%)",
|
|
23254
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23255
|
-
"isSource": true,
|
|
23256
|
-
"original": {
|
|
23257
|
-
"$extensions": {
|
|
23258
|
-
"nl.nldesignsystem.css.property": {
|
|
23259
|
-
"syntax": "<color>",
|
|
23260
|
-
"inherits": true
|
|
23261
|
-
},
|
|
23262
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23263
|
-
},
|
|
23264
|
-
"type": "color",
|
|
23265
|
-
"value": "{utrecht.color.white}"
|
|
23266
|
-
},
|
|
23267
|
-
"name": "background-color",
|
|
23268
|
-
"attributes": {},
|
|
23269
|
-
"path": [
|
|
23270
|
-
"utrecht",
|
|
23271
|
-
"nav-bar",
|
|
23272
|
-
"background-color"
|
|
23273
|
-
]
|
|
23516
|
+
"type": "color"
|
|
23274
23517
|
},
|
|
23275
23518
|
"color": {
|
|
23276
23519
|
"$extensions": {
|
|
@@ -23280,28 +23523,7 @@ module.exports = {
|
|
|
23280
23523
|
},
|
|
23281
23524
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23282
23525
|
},
|
|
23283
|
-
"type": "color"
|
|
23284
|
-
"value": "hsl(0 0% 0%)",
|
|
23285
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23286
|
-
"isSource": true,
|
|
23287
|
-
"original": {
|
|
23288
|
-
"$extensions": {
|
|
23289
|
-
"nl.nldesignsystem.css.property": {
|
|
23290
|
-
"syntax": "<color>",
|
|
23291
|
-
"inherits": true
|
|
23292
|
-
},
|
|
23293
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23294
|
-
},
|
|
23295
|
-
"type": "color",
|
|
23296
|
-
"value": "{utrecht.color.black}"
|
|
23297
|
-
},
|
|
23298
|
-
"name": "color",
|
|
23299
|
-
"attributes": {},
|
|
23300
|
-
"path": [
|
|
23301
|
-
"utrecht",
|
|
23302
|
-
"nav-bar",
|
|
23303
|
-
"color"
|
|
23304
|
-
]
|
|
23526
|
+
"type": "color"
|
|
23305
23527
|
},
|
|
23306
23528
|
"content": {
|
|
23307
23529
|
"background-color": {
|
|
@@ -23901,7 +24123,7 @@ module.exports = {
|
|
|
23901
24123
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23902
24124
|
},
|
|
23903
24125
|
"type": "color",
|
|
23904
|
-
"value": "{
|
|
24126
|
+
"value": "{nl.number-badge.background-color}"
|
|
23905
24127
|
},
|
|
23906
24128
|
"name": "background-color",
|
|
23907
24129
|
"attributes": {},
|
|
@@ -23957,7 +24179,7 @@ module.exports = {
|
|
|
23957
24179
|
}
|
|
23958
24180
|
},
|
|
23959
24181
|
"type": "dimension",
|
|
23960
|
-
"value": "{
|
|
24182
|
+
"value": "{nl.number-badge.border-radius}"
|
|
23961
24183
|
},
|
|
23962
24184
|
"name": "border-radius",
|
|
23963
24185
|
"attributes": {},
|
|
@@ -24009,7 +24231,7 @@ module.exports = {
|
|
|
24009
24231
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24010
24232
|
},
|
|
24011
24233
|
"type": "color",
|
|
24012
|
-
"value": "{
|
|
24234
|
+
"value": "{nl.number-badge.color}"
|
|
24013
24235
|
},
|
|
24014
24236
|
"name": "color",
|
|
24015
24237
|
"attributes": {},
|
|
@@ -24066,7 +24288,7 @@ module.exports = {
|
|
|
24066
24288
|
}
|
|
24067
24289
|
},
|
|
24068
24290
|
"type": "fontSize",
|
|
24069
|
-
"value": "{
|
|
24291
|
+
"value": "{nl.number-badge.font-size}"
|
|
24070
24292
|
},
|
|
24071
24293
|
"name": "font-size",
|
|
24072
24294
|
"attributes": {},
|
|
@@ -24159,7 +24381,7 @@ module.exports = {
|
|
|
24159
24381
|
}
|
|
24160
24382
|
},
|
|
24161
24383
|
"type": "dimension",
|
|
24162
|
-
"value": "
|
|
24384
|
+
"value": "{nl.number-badge.padding-block}"
|
|
24163
24385
|
},
|
|
24164
24386
|
"name": "padding-block",
|
|
24165
24387
|
"attributes": {},
|
|
@@ -24204,7 +24426,7 @@ module.exports = {
|
|
|
24204
24426
|
}
|
|
24205
24427
|
},
|
|
24206
24428
|
"type": "dimension",
|
|
24207
|
-
"value": "
|
|
24429
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
24208
24430
|
},
|
|
24209
24431
|
"name": "padding-inline",
|
|
24210
24432
|
"attributes": {},
|
|
@@ -24617,7 +24839,29 @@ module.exports = {
|
|
|
24617
24839
|
},
|
|
24618
24840
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24619
24841
|
},
|
|
24620
|
-
"type": "color"
|
|
24842
|
+
"type": "color",
|
|
24843
|
+
"value": "hsl(0 0% 100%)",
|
|
24844
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24845
|
+
"isSource": true,
|
|
24846
|
+
"original": {
|
|
24847
|
+
"$extensions": {
|
|
24848
|
+
"nl.nldesignsystem.css.property": {
|
|
24849
|
+
"syntax": "<color>",
|
|
24850
|
+
"inherits": true
|
|
24851
|
+
},
|
|
24852
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24853
|
+
},
|
|
24854
|
+
"type": "color",
|
|
24855
|
+
"value": "{utrecht.color.white}"
|
|
24856
|
+
},
|
|
24857
|
+
"name": "background-color",
|
|
24858
|
+
"attributes": {},
|
|
24859
|
+
"path": [
|
|
24860
|
+
"utrecht",
|
|
24861
|
+
"page-body",
|
|
24862
|
+
"content",
|
|
24863
|
+
"background-color"
|
|
24864
|
+
]
|
|
24621
24865
|
},
|
|
24622
24866
|
"color": {
|
|
24623
24867
|
"$extensions": {
|
|
@@ -24627,7 +24871,29 @@ module.exports = {
|
|
|
24627
24871
|
},
|
|
24628
24872
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24629
24873
|
},
|
|
24630
|
-
"type": "color"
|
|
24874
|
+
"type": "color",
|
|
24875
|
+
"value": "hsl(0 0% 0%)",
|
|
24876
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24877
|
+
"isSource": true,
|
|
24878
|
+
"original": {
|
|
24879
|
+
"$extensions": {
|
|
24880
|
+
"nl.nldesignsystem.css.property": {
|
|
24881
|
+
"syntax": "<color>",
|
|
24882
|
+
"inherits": true
|
|
24883
|
+
},
|
|
24884
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24885
|
+
},
|
|
24886
|
+
"type": "color",
|
|
24887
|
+
"value": "{utrecht.color.black}"
|
|
24888
|
+
},
|
|
24889
|
+
"name": "color",
|
|
24890
|
+
"attributes": {},
|
|
24891
|
+
"path": [
|
|
24892
|
+
"utrecht",
|
|
24893
|
+
"page-body",
|
|
24894
|
+
"content",
|
|
24895
|
+
"color"
|
|
24896
|
+
]
|
|
24631
24897
|
},
|
|
24632
24898
|
"padding-block-start": {
|
|
24633
24899
|
"$extensions": {
|
|
@@ -24635,9 +24901,37 @@ module.exports = {
|
|
|
24635
24901
|
"syntax": "<length>",
|
|
24636
24902
|
"inherits": true
|
|
24637
24903
|
},
|
|
24638
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24904
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24905
|
+
"studio.tokens": {
|
|
24906
|
+
"originalType": "spacing"
|
|
24907
|
+
}
|
|
24639
24908
|
},
|
|
24640
|
-
"type": "
|
|
24909
|
+
"type": "dimension",
|
|
24910
|
+
"value": "0",
|
|
24911
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24912
|
+
"isSource": true,
|
|
24913
|
+
"original": {
|
|
24914
|
+
"$extensions": {
|
|
24915
|
+
"nl.nldesignsystem.css.property": {
|
|
24916
|
+
"syntax": "<length>",
|
|
24917
|
+
"inherits": true
|
|
24918
|
+
},
|
|
24919
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24920
|
+
"studio.tokens": {
|
|
24921
|
+
"originalType": "spacing"
|
|
24922
|
+
}
|
|
24923
|
+
},
|
|
24924
|
+
"type": "dimension",
|
|
24925
|
+
"value": "0"
|
|
24926
|
+
},
|
|
24927
|
+
"name": "padding-block-start",
|
|
24928
|
+
"attributes": {},
|
|
24929
|
+
"path": [
|
|
24930
|
+
"utrecht",
|
|
24931
|
+
"page-body",
|
|
24932
|
+
"content",
|
|
24933
|
+
"padding-block-start"
|
|
24934
|
+
]
|
|
24641
24935
|
},
|
|
24642
24936
|
"padding-block-end": {
|
|
24643
24937
|
"$extensions": {
|
|
@@ -24645,9 +24939,37 @@ module.exports = {
|
|
|
24645
24939
|
"syntax": "<length>",
|
|
24646
24940
|
"inherits": true
|
|
24647
24941
|
},
|
|
24648
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24942
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24943
|
+
"studio.tokens": {
|
|
24944
|
+
"originalType": "spacing"
|
|
24945
|
+
}
|
|
24649
24946
|
},
|
|
24650
|
-
"type": "
|
|
24947
|
+
"type": "dimension",
|
|
24948
|
+
"value": "1em",
|
|
24949
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24950
|
+
"isSource": true,
|
|
24951
|
+
"original": {
|
|
24952
|
+
"$extensions": {
|
|
24953
|
+
"nl.nldesignsystem.css.property": {
|
|
24954
|
+
"syntax": "<length>",
|
|
24955
|
+
"inherits": true
|
|
24956
|
+
},
|
|
24957
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24958
|
+
"studio.tokens": {
|
|
24959
|
+
"originalType": "spacing"
|
|
24960
|
+
}
|
|
24961
|
+
},
|
|
24962
|
+
"type": "dimension",
|
|
24963
|
+
"value": "1em"
|
|
24964
|
+
},
|
|
24965
|
+
"name": "padding-block-end",
|
|
24966
|
+
"attributes": {},
|
|
24967
|
+
"path": [
|
|
24968
|
+
"utrecht",
|
|
24969
|
+
"page-body",
|
|
24970
|
+
"content",
|
|
24971
|
+
"padding-block-end"
|
|
24972
|
+
]
|
|
24651
24973
|
},
|
|
24652
24974
|
"padding-inline-start": {
|
|
24653
24975
|
"$extensions": {
|
|
@@ -24655,9 +24977,37 @@ module.exports = {
|
|
|
24655
24977
|
"syntax": "<length>",
|
|
24656
24978
|
"inherits": true
|
|
24657
24979
|
},
|
|
24658
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24980
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24981
|
+
"studio.tokens": {
|
|
24982
|
+
"originalType": "spacing"
|
|
24983
|
+
}
|
|
24659
24984
|
},
|
|
24660
|
-
"type": "
|
|
24985
|
+
"type": "dimension",
|
|
24986
|
+
"value": "2em",
|
|
24987
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24988
|
+
"isSource": true,
|
|
24989
|
+
"original": {
|
|
24990
|
+
"$extensions": {
|
|
24991
|
+
"nl.nldesignsystem.css.property": {
|
|
24992
|
+
"syntax": "<length>",
|
|
24993
|
+
"inherits": true
|
|
24994
|
+
},
|
|
24995
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24996
|
+
"studio.tokens": {
|
|
24997
|
+
"originalType": "spacing"
|
|
24998
|
+
}
|
|
24999
|
+
},
|
|
25000
|
+
"type": "dimension",
|
|
25001
|
+
"value": "2em"
|
|
25002
|
+
},
|
|
25003
|
+
"name": "padding-inline-start",
|
|
25004
|
+
"attributes": {},
|
|
25005
|
+
"path": [
|
|
25006
|
+
"utrecht",
|
|
25007
|
+
"page-body",
|
|
25008
|
+
"content",
|
|
25009
|
+
"padding-inline-start"
|
|
25010
|
+
]
|
|
24661
25011
|
},
|
|
24662
25012
|
"padding-inine-end": {
|
|
24663
25013
|
"$extensions": {
|
|
@@ -24668,7 +25018,99 @@ module.exports = {
|
|
|
24668
25018
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24669
25019
|
},
|
|
24670
25020
|
"type": "spacing"
|
|
25021
|
+
},
|
|
25022
|
+
"max-inline-size": {
|
|
25023
|
+
"value": "1184px",
|
|
25024
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25025
|
+
"isSource": true,
|
|
25026
|
+
"original": {
|
|
25027
|
+
"value": "1184px"
|
|
25028
|
+
},
|
|
25029
|
+
"name": "max-inline-size",
|
|
25030
|
+
"attributes": {},
|
|
25031
|
+
"path": [
|
|
25032
|
+
"utrecht",
|
|
25033
|
+
"page-body",
|
|
25034
|
+
"content",
|
|
25035
|
+
"max-inline-size"
|
|
25036
|
+
]
|
|
25037
|
+
},
|
|
25038
|
+
"padding-inline-end": {
|
|
25039
|
+
"value": "2.4em",
|
|
25040
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25041
|
+
"isSource": true,
|
|
25042
|
+
"original": {
|
|
25043
|
+
"value": "2.4em"
|
|
25044
|
+
},
|
|
25045
|
+
"name": "padding-inline-end",
|
|
25046
|
+
"attributes": {},
|
|
25047
|
+
"path": [
|
|
25048
|
+
"utrecht",
|
|
25049
|
+
"page-body",
|
|
25050
|
+
"content",
|
|
25051
|
+
"padding-inline-end"
|
|
25052
|
+
]
|
|
24671
25053
|
}
|
|
25054
|
+
},
|
|
25055
|
+
"padding-inline-end": {
|
|
25056
|
+
"value": "0",
|
|
25057
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25058
|
+
"isSource": true,
|
|
25059
|
+
"original": {
|
|
25060
|
+
"value": "0"
|
|
25061
|
+
},
|
|
25062
|
+
"name": "padding-inline-end",
|
|
25063
|
+
"attributes": {},
|
|
25064
|
+
"path": [
|
|
25065
|
+
"utrecht",
|
|
25066
|
+
"page-body",
|
|
25067
|
+
"padding-inline-end"
|
|
25068
|
+
]
|
|
25069
|
+
},
|
|
25070
|
+
"padding-inline-start": {
|
|
25071
|
+
"value": "0",
|
|
25072
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25073
|
+
"isSource": true,
|
|
25074
|
+
"original": {
|
|
25075
|
+
"value": "0"
|
|
25076
|
+
},
|
|
25077
|
+
"name": "padding-inline-start",
|
|
25078
|
+
"attributes": {},
|
|
25079
|
+
"path": [
|
|
25080
|
+
"utrecht",
|
|
25081
|
+
"page-body",
|
|
25082
|
+
"padding-inline-start"
|
|
25083
|
+
]
|
|
25084
|
+
},
|
|
25085
|
+
"padding-block-end": {
|
|
25086
|
+
"value": "0",
|
|
25087
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25088
|
+
"isSource": true,
|
|
25089
|
+
"original": {
|
|
25090
|
+
"value": "0"
|
|
25091
|
+
},
|
|
25092
|
+
"name": "padding-block-end",
|
|
25093
|
+
"attributes": {},
|
|
25094
|
+
"path": [
|
|
25095
|
+
"utrecht",
|
|
25096
|
+
"page-body",
|
|
25097
|
+
"padding-block-end"
|
|
25098
|
+
]
|
|
25099
|
+
},
|
|
25100
|
+
"padding-block-start": {
|
|
25101
|
+
"value": "0",
|
|
25102
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25103
|
+
"isSource": true,
|
|
25104
|
+
"original": {
|
|
25105
|
+
"value": "0"
|
|
25106
|
+
},
|
|
25107
|
+
"name": "padding-block-start",
|
|
25108
|
+
"attributes": {},
|
|
25109
|
+
"path": [
|
|
25110
|
+
"utrecht",
|
|
25111
|
+
"page-body",
|
|
25112
|
+
"padding-block-start"
|
|
25113
|
+
]
|
|
24672
25114
|
}
|
|
24673
25115
|
},
|
|
24674
25116
|
"page-content": {
|
|
@@ -24867,36 +25309,9 @@ module.exports = {
|
|
|
24867
25309
|
"syntax": "<length>",
|
|
24868
25310
|
"inherits": true
|
|
24869
25311
|
},
|
|
24870
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24871
|
-
"studio.tokens": {
|
|
24872
|
-
"originalType": "spacing"
|
|
24873
|
-
}
|
|
24874
|
-
},
|
|
24875
|
-
"type": "dimension",
|
|
24876
|
-
"value": "28px",
|
|
24877
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24878
|
-
"isSource": true,
|
|
24879
|
-
"original": {
|
|
24880
|
-
"$extensions": {
|
|
24881
|
-
"nl.nldesignsystem.css.property": {
|
|
24882
|
-
"syntax": "<length>",
|
|
24883
|
-
"inherits": true
|
|
24884
|
-
},
|
|
24885
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24886
|
-
"studio.tokens": {
|
|
24887
|
-
"originalType": "spacing"
|
|
24888
|
-
}
|
|
24889
|
-
},
|
|
24890
|
-
"type": "dimension",
|
|
24891
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25312
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24892
25313
|
},
|
|
24893
|
-
"
|
|
24894
|
-
"attributes": {},
|
|
24895
|
-
"path": [
|
|
24896
|
-
"utrecht",
|
|
24897
|
-
"page-footer",
|
|
24898
|
-
"padding-inline-end"
|
|
24899
|
-
]
|
|
25314
|
+
"type": "spacing"
|
|
24900
25315
|
},
|
|
24901
25316
|
"padding-inline-start": {
|
|
24902
25317
|
"$extensions": {
|
|
@@ -24904,36 +25319,9 @@ module.exports = {
|
|
|
24904
25319
|
"syntax": "<length>",
|
|
24905
25320
|
"inherits": true
|
|
24906
25321
|
},
|
|
24907
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24908
|
-
"studio.tokens": {
|
|
24909
|
-
"originalType": "spacing"
|
|
24910
|
-
}
|
|
24911
|
-
},
|
|
24912
|
-
"type": "dimension",
|
|
24913
|
-
"value": "28px",
|
|
24914
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24915
|
-
"isSource": true,
|
|
24916
|
-
"original": {
|
|
24917
|
-
"$extensions": {
|
|
24918
|
-
"nl.nldesignsystem.css.property": {
|
|
24919
|
-
"syntax": "<length>",
|
|
24920
|
-
"inherits": true
|
|
24921
|
-
},
|
|
24922
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24923
|
-
"studio.tokens": {
|
|
24924
|
-
"originalType": "spacing"
|
|
24925
|
-
}
|
|
24926
|
-
},
|
|
24927
|
-
"type": "dimension",
|
|
24928
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25322
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24929
25323
|
},
|
|
24930
|
-
"
|
|
24931
|
-
"attributes": {},
|
|
24932
|
-
"path": [
|
|
24933
|
-
"utrecht",
|
|
24934
|
-
"page-footer",
|
|
24935
|
-
"padding-inline-start"
|
|
24936
|
-
]
|
|
25324
|
+
"type": "spacing"
|
|
24937
25325
|
},
|
|
24938
25326
|
"padding-block-end": {
|
|
24939
25327
|
"$extensions": {
|
|
@@ -24941,36 +25329,9 @@ module.exports = {
|
|
|
24941
25329
|
"syntax": "<length>",
|
|
24942
25330
|
"inherits": true
|
|
24943
25331
|
},
|
|
24944
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24945
|
-
"studio.tokens": {
|
|
24946
|
-
"originalType": "spacing"
|
|
24947
|
-
}
|
|
24948
|
-
},
|
|
24949
|
-
"type": "dimension",
|
|
24950
|
-
"value": "48px",
|
|
24951
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24952
|
-
"isSource": true,
|
|
24953
|
-
"original": {
|
|
24954
|
-
"$extensions": {
|
|
24955
|
-
"nl.nldesignsystem.css.property": {
|
|
24956
|
-
"syntax": "<length>",
|
|
24957
|
-
"inherits": true
|
|
24958
|
-
},
|
|
24959
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24960
|
-
"studio.tokens": {
|
|
24961
|
-
"originalType": "spacing"
|
|
24962
|
-
}
|
|
24963
|
-
},
|
|
24964
|
-
"type": "dimension",
|
|
24965
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25332
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24966
25333
|
},
|
|
24967
|
-
"
|
|
24968
|
-
"attributes": {},
|
|
24969
|
-
"path": [
|
|
24970
|
-
"utrecht",
|
|
24971
|
-
"page-footer",
|
|
24972
|
-
"padding-block-end"
|
|
24973
|
-
]
|
|
25334
|
+
"type": "spacing"
|
|
24974
25335
|
},
|
|
24975
25336
|
"padding-block-start": {
|
|
24976
25337
|
"$extensions": {
|
|
@@ -24978,36 +25339,9 @@ module.exports = {
|
|
|
24978
25339
|
"syntax": "<length>",
|
|
24979
25340
|
"inherits": true
|
|
24980
25341
|
},
|
|
24981
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24982
|
-
"studio.tokens": {
|
|
24983
|
-
"originalType": "spacing"
|
|
24984
|
-
}
|
|
24985
|
-
},
|
|
24986
|
-
"type": "dimension",
|
|
24987
|
-
"value": "48px",
|
|
24988
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24989
|
-
"isSource": true,
|
|
24990
|
-
"original": {
|
|
24991
|
-
"$extensions": {
|
|
24992
|
-
"nl.nldesignsystem.css.property": {
|
|
24993
|
-
"syntax": "<length>",
|
|
24994
|
-
"inherits": true
|
|
24995
|
-
},
|
|
24996
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24997
|
-
"studio.tokens": {
|
|
24998
|
-
"originalType": "spacing"
|
|
24999
|
-
}
|
|
25000
|
-
},
|
|
25001
|
-
"type": "dimension",
|
|
25002
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25342
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25003
25343
|
},
|
|
25004
|
-
"
|
|
25005
|
-
"attributes": {},
|
|
25006
|
-
"path": [
|
|
25007
|
-
"utrecht",
|
|
25008
|
-
"page-footer",
|
|
25009
|
-
"padding-block-start"
|
|
25010
|
-
]
|
|
25344
|
+
"type": "spacing"
|
|
25011
25345
|
},
|
|
25012
25346
|
"content": {
|
|
25013
25347
|
"color": {
|
|
@@ -25056,9 +25390,37 @@ module.exports = {
|
|
|
25056
25390
|
"syntax": "<length>",
|
|
25057
25391
|
"inherits": true
|
|
25058
25392
|
},
|
|
25059
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25393
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25394
|
+
"studio.tokens": {
|
|
25395
|
+
"originalType": "spacing"
|
|
25396
|
+
}
|
|
25060
25397
|
},
|
|
25061
|
-
"type": "
|
|
25398
|
+
"type": "dimension",
|
|
25399
|
+
"value": "48px",
|
|
25400
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25401
|
+
"isSource": true,
|
|
25402
|
+
"original": {
|
|
25403
|
+
"$extensions": {
|
|
25404
|
+
"nl.nldesignsystem.css.property": {
|
|
25405
|
+
"syntax": "<length>",
|
|
25406
|
+
"inherits": true
|
|
25407
|
+
},
|
|
25408
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25409
|
+
"studio.tokens": {
|
|
25410
|
+
"originalType": "spacing"
|
|
25411
|
+
}
|
|
25412
|
+
},
|
|
25413
|
+
"type": "dimension",
|
|
25414
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25415
|
+
},
|
|
25416
|
+
"name": "padding-block-end",
|
|
25417
|
+
"attributes": {},
|
|
25418
|
+
"path": [
|
|
25419
|
+
"utrecht",
|
|
25420
|
+
"page-footer",
|
|
25421
|
+
"content",
|
|
25422
|
+
"padding-block-end"
|
|
25423
|
+
]
|
|
25062
25424
|
},
|
|
25063
25425
|
"padding-block-start": {
|
|
25064
25426
|
"$extensions": {
|
|
@@ -25066,9 +25428,69 @@ module.exports = {
|
|
|
25066
25428
|
"syntax": "<length>",
|
|
25067
25429
|
"inherits": true
|
|
25068
25430
|
},
|
|
25069
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25431
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25432
|
+
"studio.tokens": {
|
|
25433
|
+
"originalType": "spacing"
|
|
25434
|
+
}
|
|
25070
25435
|
},
|
|
25071
|
-
"type": "
|
|
25436
|
+
"type": "dimension",
|
|
25437
|
+
"value": "48px",
|
|
25438
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25439
|
+
"isSource": true,
|
|
25440
|
+
"original": {
|
|
25441
|
+
"$extensions": {
|
|
25442
|
+
"nl.nldesignsystem.css.property": {
|
|
25443
|
+
"syntax": "<length>",
|
|
25444
|
+
"inherits": true
|
|
25445
|
+
},
|
|
25446
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25447
|
+
"studio.tokens": {
|
|
25448
|
+
"originalType": "spacing"
|
|
25449
|
+
}
|
|
25450
|
+
},
|
|
25451
|
+
"type": "dimension",
|
|
25452
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25453
|
+
},
|
|
25454
|
+
"name": "padding-block-start",
|
|
25455
|
+
"attributes": {},
|
|
25456
|
+
"path": [
|
|
25457
|
+
"utrecht",
|
|
25458
|
+
"page-footer",
|
|
25459
|
+
"content",
|
|
25460
|
+
"padding-block-start"
|
|
25461
|
+
]
|
|
25462
|
+
},
|
|
25463
|
+
"max-inline-size": {
|
|
25464
|
+
"value": "1184px",
|
|
25465
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25466
|
+
"isSource": true,
|
|
25467
|
+
"original": {
|
|
25468
|
+
"value": "1184px"
|
|
25469
|
+
},
|
|
25470
|
+
"name": "max-inline-size",
|
|
25471
|
+
"attributes": {},
|
|
25472
|
+
"path": [
|
|
25473
|
+
"utrecht",
|
|
25474
|
+
"page-footer",
|
|
25475
|
+
"content",
|
|
25476
|
+
"max-inline-size"
|
|
25477
|
+
]
|
|
25478
|
+
},
|
|
25479
|
+
"padding-inline": {
|
|
25480
|
+
"value": "28px",
|
|
25481
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25482
|
+
"isSource": true,
|
|
25483
|
+
"original": {
|
|
25484
|
+
"value": "{utrecht.space.inline.2xl}"
|
|
25485
|
+
},
|
|
25486
|
+
"name": "padding-inline",
|
|
25487
|
+
"attributes": {},
|
|
25488
|
+
"path": [
|
|
25489
|
+
"utrecht",
|
|
25490
|
+
"page-footer",
|
|
25491
|
+
"content",
|
|
25492
|
+
"padding-inline"
|
|
25493
|
+
]
|
|
25072
25494
|
}
|
|
25073
25495
|
}
|
|
25074
25496
|
},
|
|
@@ -25115,7 +25537,7 @@ module.exports = {
|
|
|
25115
25537
|
}
|
|
25116
25538
|
},
|
|
25117
25539
|
"type": "dimension",
|
|
25118
|
-
"value": "
|
|
25540
|
+
"value": "0",
|
|
25119
25541
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25120
25542
|
"isSource": true,
|
|
25121
25543
|
"original": {
|
|
@@ -25130,7 +25552,7 @@ module.exports = {
|
|
|
25130
25552
|
}
|
|
25131
25553
|
},
|
|
25132
25554
|
"type": "dimension",
|
|
25133
|
-
"value": "
|
|
25555
|
+
"value": "0"
|
|
25134
25556
|
},
|
|
25135
25557
|
"name": "padding-block-start",
|
|
25136
25558
|
"attributes": {},
|
|
@@ -25152,7 +25574,7 @@ module.exports = {
|
|
|
25152
25574
|
}
|
|
25153
25575
|
},
|
|
25154
25576
|
"type": "dimension",
|
|
25155
|
-
"value": "
|
|
25577
|
+
"value": "0",
|
|
25156
25578
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25157
25579
|
"isSource": true,
|
|
25158
25580
|
"original": {
|
|
@@ -25167,7 +25589,7 @@ module.exports = {
|
|
|
25167
25589
|
}
|
|
25168
25590
|
},
|
|
25169
25591
|
"type": "dimension",
|
|
25170
|
-
"value": "
|
|
25592
|
+
"value": "0"
|
|
25171
25593
|
},
|
|
25172
25594
|
"name": "padding-block-end",
|
|
25173
25595
|
"attributes": {},
|
|
@@ -25189,7 +25611,7 @@ module.exports = {
|
|
|
25189
25611
|
}
|
|
25190
25612
|
},
|
|
25191
25613
|
"type": "dimension",
|
|
25192
|
-
"value": "
|
|
25614
|
+
"value": "0",
|
|
25193
25615
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25194
25616
|
"isSource": true,
|
|
25195
25617
|
"original": {
|
|
@@ -25204,7 +25626,7 @@ module.exports = {
|
|
|
25204
25626
|
}
|
|
25205
25627
|
},
|
|
25206
25628
|
"type": "dimension",
|
|
25207
|
-
"value": "
|
|
25629
|
+
"value": "0"
|
|
25208
25630
|
},
|
|
25209
25631
|
"name": "padding-inline-start",
|
|
25210
25632
|
"attributes": {},
|
|
@@ -25226,7 +25648,7 @@ module.exports = {
|
|
|
25226
25648
|
}
|
|
25227
25649
|
},
|
|
25228
25650
|
"type": "dimension",
|
|
25229
|
-
"value": "
|
|
25651
|
+
"value": "0",
|
|
25230
25652
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25231
25653
|
"isSource": true,
|
|
25232
25654
|
"original": {
|
|
@@ -25241,7 +25663,7 @@ module.exports = {
|
|
|
25241
25663
|
}
|
|
25242
25664
|
},
|
|
25243
25665
|
"type": "dimension",
|
|
25244
|
-
"value": "
|
|
25666
|
+
"value": "0"
|
|
25245
25667
|
},
|
|
25246
25668
|
"name": "padding-inline-end",
|
|
25247
25669
|
"attributes": {},
|
|
@@ -25260,7 +25682,29 @@ module.exports = {
|
|
|
25260
25682
|
},
|
|
25261
25683
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25262
25684
|
},
|
|
25263
|
-
"type": "color"
|
|
25685
|
+
"type": "color",
|
|
25686
|
+
"value": "hsl(0 0% 100%)",
|
|
25687
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25688
|
+
"isSource": true,
|
|
25689
|
+
"original": {
|
|
25690
|
+
"$extensions": {
|
|
25691
|
+
"nl.nldesignsystem.css.property": {
|
|
25692
|
+
"syntax": "<color>",
|
|
25693
|
+
"inherits": true
|
|
25694
|
+
},
|
|
25695
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25696
|
+
},
|
|
25697
|
+
"type": "color",
|
|
25698
|
+
"value": "{utrecht.color.white}"
|
|
25699
|
+
},
|
|
25700
|
+
"name": "background-color",
|
|
25701
|
+
"attributes": {},
|
|
25702
|
+
"path": [
|
|
25703
|
+
"utrecht",
|
|
25704
|
+
"page-header",
|
|
25705
|
+
"content",
|
|
25706
|
+
"background-color"
|
|
25707
|
+
]
|
|
25264
25708
|
},
|
|
25265
25709
|
"color": {
|
|
25266
25710
|
"$extensions": {
|
|
@@ -25270,7 +25714,29 @@ module.exports = {
|
|
|
25270
25714
|
},
|
|
25271
25715
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25272
25716
|
},
|
|
25273
|
-
"type": "color"
|
|
25717
|
+
"type": "color",
|
|
25718
|
+
"value": "hsl(0 0% 0%)",
|
|
25719
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25720
|
+
"isSource": true,
|
|
25721
|
+
"original": {
|
|
25722
|
+
"$extensions": {
|
|
25723
|
+
"nl.nldesignsystem.css.property": {
|
|
25724
|
+
"syntax": "<color>",
|
|
25725
|
+
"inherits": true
|
|
25726
|
+
},
|
|
25727
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25728
|
+
},
|
|
25729
|
+
"type": "color",
|
|
25730
|
+
"value": "{utrecht.color.black}"
|
|
25731
|
+
},
|
|
25732
|
+
"name": "color",
|
|
25733
|
+
"attributes": {},
|
|
25734
|
+
"path": [
|
|
25735
|
+
"utrecht",
|
|
25736
|
+
"page-header",
|
|
25737
|
+
"content",
|
|
25738
|
+
"color"
|
|
25739
|
+
]
|
|
25274
25740
|
},
|
|
25275
25741
|
"padding-block-start": {
|
|
25276
25742
|
"$extensions": {
|
|
@@ -25278,9 +25744,37 @@ module.exports = {
|
|
|
25278
25744
|
"syntax": "<length>",
|
|
25279
25745
|
"inherits": true
|
|
25280
25746
|
},
|
|
25281
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25747
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25748
|
+
"studio.tokens": {
|
|
25749
|
+
"originalType": "spacing"
|
|
25750
|
+
}
|
|
25282
25751
|
},
|
|
25283
|
-
"type": "
|
|
25752
|
+
"type": "dimension",
|
|
25753
|
+
"value": "1.8em",
|
|
25754
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25755
|
+
"isSource": true,
|
|
25756
|
+
"original": {
|
|
25757
|
+
"$extensions": {
|
|
25758
|
+
"nl.nldesignsystem.css.property": {
|
|
25759
|
+
"syntax": "<length>",
|
|
25760
|
+
"inherits": true
|
|
25761
|
+
},
|
|
25762
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25763
|
+
"studio.tokens": {
|
|
25764
|
+
"originalType": "spacing"
|
|
25765
|
+
}
|
|
25766
|
+
},
|
|
25767
|
+
"type": "dimension",
|
|
25768
|
+
"value": "1.8em"
|
|
25769
|
+
},
|
|
25770
|
+
"name": "padding-block-start",
|
|
25771
|
+
"attributes": {},
|
|
25772
|
+
"path": [
|
|
25773
|
+
"utrecht",
|
|
25774
|
+
"page-header",
|
|
25775
|
+
"content",
|
|
25776
|
+
"padding-block-start"
|
|
25777
|
+
]
|
|
25284
25778
|
},
|
|
25285
25779
|
"padding-block-end": {
|
|
25286
25780
|
"$extensions": {
|
|
@@ -25288,9 +25782,37 @@ module.exports = {
|
|
|
25288
25782
|
"syntax": "<length>",
|
|
25289
25783
|
"inherits": true
|
|
25290
25784
|
},
|
|
25291
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25785
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25786
|
+
"studio.tokens": {
|
|
25787
|
+
"originalType": "spacing"
|
|
25788
|
+
}
|
|
25292
25789
|
},
|
|
25293
|
-
"type": "
|
|
25790
|
+
"type": "dimension",
|
|
25791
|
+
"value": "1em",
|
|
25792
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25793
|
+
"isSource": true,
|
|
25794
|
+
"original": {
|
|
25795
|
+
"$extensions": {
|
|
25796
|
+
"nl.nldesignsystem.css.property": {
|
|
25797
|
+
"syntax": "<length>",
|
|
25798
|
+
"inherits": true
|
|
25799
|
+
},
|
|
25800
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25801
|
+
"studio.tokens": {
|
|
25802
|
+
"originalType": "spacing"
|
|
25803
|
+
}
|
|
25804
|
+
},
|
|
25805
|
+
"type": "dimension",
|
|
25806
|
+
"value": "1em"
|
|
25807
|
+
},
|
|
25808
|
+
"name": "padding-block-end",
|
|
25809
|
+
"attributes": {},
|
|
25810
|
+
"path": [
|
|
25811
|
+
"utrecht",
|
|
25812
|
+
"page-header",
|
|
25813
|
+
"content",
|
|
25814
|
+
"padding-block-end"
|
|
25815
|
+
]
|
|
25294
25816
|
},
|
|
25295
25817
|
"padding-inline-start": {
|
|
25296
25818
|
"$extensions": {
|
|
@@ -25298,9 +25820,39 @@ module.exports = {
|
|
|
25298
25820
|
"syntax": "<length>",
|
|
25299
25821
|
"inherits": true
|
|
25300
25822
|
},
|
|
25301
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25823
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25824
|
+
"studio.tokens": {
|
|
25825
|
+
"originalType": "spacing"
|
|
25826
|
+
}
|
|
25302
25827
|
},
|
|
25303
|
-
"type": "
|
|
25828
|
+
"type": "dimension",
|
|
25829
|
+
"value": "2em",
|
|
25830
|
+
"$comment": "Legacy design token",
|
|
25831
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25832
|
+
"isSource": true,
|
|
25833
|
+
"original": {
|
|
25834
|
+
"$extensions": {
|
|
25835
|
+
"nl.nldesignsystem.css.property": {
|
|
25836
|
+
"syntax": "<length>",
|
|
25837
|
+
"inherits": true
|
|
25838
|
+
},
|
|
25839
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25840
|
+
"studio.tokens": {
|
|
25841
|
+
"originalType": "spacing"
|
|
25842
|
+
}
|
|
25843
|
+
},
|
|
25844
|
+
"type": "dimension",
|
|
25845
|
+
"value": "2em",
|
|
25846
|
+
"$comment": "Legacy design token"
|
|
25847
|
+
},
|
|
25848
|
+
"name": "padding-inline-start",
|
|
25849
|
+
"attributes": {},
|
|
25850
|
+
"path": [
|
|
25851
|
+
"utrecht",
|
|
25852
|
+
"page-header",
|
|
25853
|
+
"content",
|
|
25854
|
+
"padding-inline-start"
|
|
25855
|
+
]
|
|
25304
25856
|
},
|
|
25305
25857
|
"padding-inline-end": {
|
|
25306
25858
|
"$extensions": {
|
|
@@ -25308,9 +25860,71 @@ module.exports = {
|
|
|
25308
25860
|
"syntax": "<length>",
|
|
25309
25861
|
"inherits": true
|
|
25310
25862
|
},
|
|
25311
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25863
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25864
|
+
"studio.tokens": {
|
|
25865
|
+
"originalType": "spacing"
|
|
25866
|
+
}
|
|
25312
25867
|
},
|
|
25313
|
-
"type": "
|
|
25868
|
+
"type": "dimension",
|
|
25869
|
+
"value": "2.4em",
|
|
25870
|
+
"$comment": "Legacy design token",
|
|
25871
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25872
|
+
"isSource": true,
|
|
25873
|
+
"original": {
|
|
25874
|
+
"$extensions": {
|
|
25875
|
+
"nl.nldesignsystem.css.property": {
|
|
25876
|
+
"syntax": "<length>",
|
|
25877
|
+
"inherits": true
|
|
25878
|
+
},
|
|
25879
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25880
|
+
"studio.tokens": {
|
|
25881
|
+
"originalType": "spacing"
|
|
25882
|
+
}
|
|
25883
|
+
},
|
|
25884
|
+
"type": "dimension",
|
|
25885
|
+
"value": "2.4em",
|
|
25886
|
+
"$comment": "Legacy design token"
|
|
25887
|
+
},
|
|
25888
|
+
"name": "padding-inline-end",
|
|
25889
|
+
"attributes": {},
|
|
25890
|
+
"path": [
|
|
25891
|
+
"utrecht",
|
|
25892
|
+
"page-header",
|
|
25893
|
+
"content",
|
|
25894
|
+
"padding-inline-end"
|
|
25895
|
+
]
|
|
25896
|
+
},
|
|
25897
|
+
"max-inline-size": {
|
|
25898
|
+
"value": "1184px",
|
|
25899
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25900
|
+
"isSource": true,
|
|
25901
|
+
"original": {
|
|
25902
|
+
"value": "1184px"
|
|
25903
|
+
},
|
|
25904
|
+
"name": "max-inline-size",
|
|
25905
|
+
"attributes": {},
|
|
25906
|
+
"path": [
|
|
25907
|
+
"utrecht",
|
|
25908
|
+
"page-header",
|
|
25909
|
+
"content",
|
|
25910
|
+
"max-inline-size"
|
|
25911
|
+
]
|
|
25912
|
+
},
|
|
25913
|
+
"padding-inline": {
|
|
25914
|
+
"value": "2em",
|
|
25915
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25916
|
+
"isSource": true,
|
|
25917
|
+
"original": {
|
|
25918
|
+
"value": "2em"
|
|
25919
|
+
},
|
|
25920
|
+
"name": "padding-inline",
|
|
25921
|
+
"attributes": {},
|
|
25922
|
+
"path": [
|
|
25923
|
+
"utrecht",
|
|
25924
|
+
"page-header",
|
|
25925
|
+
"content",
|
|
25926
|
+
"padding-inline"
|
|
25927
|
+
]
|
|
25314
25928
|
}
|
|
25315
25929
|
}
|
|
25316
25930
|
},
|
|
@@ -25473,11 +26087,11 @@ module.exports = {
|
|
|
25473
26087
|
]
|
|
25474
26088
|
},
|
|
25475
26089
|
"padding-inline-end": {
|
|
25476
|
-
"value": "
|
|
26090
|
+
"value": "0",
|
|
25477
26091
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25478
26092
|
"isSource": true,
|
|
25479
26093
|
"original": {
|
|
25480
|
-
"value": "
|
|
26094
|
+
"value": "0"
|
|
25481
26095
|
},
|
|
25482
26096
|
"name": "padding-inline-end",
|
|
25483
26097
|
"attributes": {},
|
|
@@ -25503,11 +26117,11 @@ module.exports = {
|
|
|
25503
26117
|
]
|
|
25504
26118
|
},
|
|
25505
26119
|
"padding-inline-start": {
|
|
25506
|
-
"value": "
|
|
26120
|
+
"value": "0",
|
|
25507
26121
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25508
26122
|
"isSource": true,
|
|
25509
26123
|
"original": {
|
|
25510
|
-
"value": "
|
|
26124
|
+
"value": "0"
|
|
25511
26125
|
},
|
|
25512
26126
|
"name": "padding-inline-start",
|
|
25513
26127
|
"attributes": {},
|
|
@@ -26957,7 +27571,7 @@ module.exports = {
|
|
|
26957
27571
|
}
|
|
26958
27572
|
},
|
|
26959
27573
|
"type": "fontFamily",
|
|
26960
|
-
"value": "{
|
|
27574
|
+
"value": "{nl.paragraph.font-family}"
|
|
26961
27575
|
},
|
|
26962
27576
|
"name": "font-family",
|
|
26963
27577
|
"attributes": {},
|
|
@@ -27000,7 +27614,7 @@ module.exports = {
|
|
|
27000
27614
|
}
|
|
27001
27615
|
},
|
|
27002
27616
|
"type": "fontSize",
|
|
27003
|
-
"value": "{
|
|
27617
|
+
"value": "{nl.paragraph.font-size}"
|
|
27004
27618
|
},
|
|
27005
27619
|
"name": "font-size",
|
|
27006
27620
|
"attributes": {},
|
|
@@ -27037,7 +27651,7 @@ module.exports = {
|
|
|
27037
27651
|
}
|
|
27038
27652
|
},
|
|
27039
27653
|
"type": "fontWeight",
|
|
27040
|
-
"value": "{
|
|
27654
|
+
"value": "{nl.paragraph.font-weight}"
|
|
27041
27655
|
},
|
|
27042
27656
|
"name": "font-weight",
|
|
27043
27657
|
"attributes": {},
|
|
@@ -27086,7 +27700,7 @@ module.exports = {
|
|
|
27086
27700
|
}
|
|
27087
27701
|
},
|
|
27088
27702
|
"type": "lineHeight",
|
|
27089
|
-
"value": "{
|
|
27703
|
+
"value": "{nl.paragraph.line-height}"
|
|
27090
27704
|
},
|
|
27091
27705
|
"name": "line-height",
|
|
27092
27706
|
"attributes": {},
|
|
@@ -27183,33 +27797,7 @@ module.exports = {
|
|
|
27183
27797
|
],
|
|
27184
27798
|
"nl.nldesignsystem.figma.supports-token": true
|
|
27185
27799
|
},
|
|
27186
|
-
"type": "color"
|
|
27187
|
-
"value": "hsl(0 0% 95%)",
|
|
27188
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
27189
|
-
"isSource": true,
|
|
27190
|
-
"original": {
|
|
27191
|
-
"$extensions": {
|
|
27192
|
-
"nl.nldesignsystem.css.property": {
|
|
27193
|
-
"syntax": "<color>",
|
|
27194
|
-
"inherits": true
|
|
27195
|
-
},
|
|
27196
|
-
"nl.nldesignsystem.fallback": [
|
|
27197
|
-
"utrecht.paragraph.color",
|
|
27198
|
-
"utrecht.document.color"
|
|
27199
|
-
],
|
|
27200
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
27201
|
-
},
|
|
27202
|
-
"type": "color",
|
|
27203
|
-
"value": "{utrecht.document.color}"
|
|
27204
|
-
},
|
|
27205
|
-
"name": "color",
|
|
27206
|
-
"attributes": {},
|
|
27207
|
-
"path": [
|
|
27208
|
-
"utrecht",
|
|
27209
|
-
"paragraph",
|
|
27210
|
-
"lead",
|
|
27211
|
-
"color"
|
|
27212
|
-
]
|
|
27800
|
+
"type": "color"
|
|
27213
27801
|
},
|
|
27214
27802
|
"font-size": {
|
|
27215
27803
|
"$extensions": {
|
|
@@ -27246,7 +27834,7 @@ module.exports = {
|
|
|
27246
27834
|
}
|
|
27247
27835
|
},
|
|
27248
27836
|
"type": "fontSize",
|
|
27249
|
-
"value": "{
|
|
27837
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
27250
27838
|
},
|
|
27251
27839
|
"name": "font-size",
|
|
27252
27840
|
"attributes": {},
|
|
@@ -27292,7 +27880,7 @@ module.exports = {
|
|
|
27292
27880
|
}
|
|
27293
27881
|
},
|
|
27294
27882
|
"type": "fontWeight",
|
|
27295
|
-
"value": "{
|
|
27883
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
27296
27884
|
},
|
|
27297
27885
|
"name": "font-weight",
|
|
27298
27886
|
"attributes": {},
|
|
@@ -27344,7 +27932,7 @@ module.exports = {
|
|
|
27344
27932
|
}
|
|
27345
27933
|
},
|
|
27346
27934
|
"type": "lineHeight",
|
|
27347
|
-
"value": "{
|
|
27935
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
27348
27936
|
},
|
|
27349
27937
|
"name": "line-height",
|
|
27350
27938
|
"attributes": {},
|
|
@@ -27683,6 +28271,37 @@ module.exports = {
|
|
|
27683
28271
|
"border-width"
|
|
27684
28272
|
]
|
|
27685
28273
|
},
|
|
28274
|
+
"color": {
|
|
28275
|
+
"$extensions": {
|
|
28276
|
+
"nl.nldesignsystem.css.property": {
|
|
28277
|
+
"syntax": "<color>",
|
|
28278
|
+
"inherits": true
|
|
28279
|
+
},
|
|
28280
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28281
|
+
},
|
|
28282
|
+
"type": "color",
|
|
28283
|
+
"value": "hsl(0 0% 100%)",
|
|
28284
|
+
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28285
|
+
"isSource": true,
|
|
28286
|
+
"original": {
|
|
28287
|
+
"$extensions": {
|
|
28288
|
+
"nl.nldesignsystem.css.property": {
|
|
28289
|
+
"syntax": "<color>",
|
|
28290
|
+
"inherits": true
|
|
28291
|
+
},
|
|
28292
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28293
|
+
},
|
|
28294
|
+
"type": "color",
|
|
28295
|
+
"value": "{utrecht.color.white}"
|
|
28296
|
+
},
|
|
28297
|
+
"name": "color",
|
|
28298
|
+
"attributes": {},
|
|
28299
|
+
"path": [
|
|
28300
|
+
"utrecht",
|
|
28301
|
+
"radio-button",
|
|
28302
|
+
"color"
|
|
28303
|
+
]
|
|
28304
|
+
},
|
|
27686
28305
|
"size": {
|
|
27687
28306
|
"$extensions": {
|
|
27688
28307
|
"nl.nldesignsystem.css.property": {
|
|
@@ -28634,26 +29253,11 @@ module.exports = {
|
|
|
28634
29253
|
},
|
|
28635
29254
|
"nl.nldesignsystem.fallback": [
|
|
28636
29255
|
"utrecht.radio-button.color"
|
|
28637
|
-
]
|
|
29256
|
+
],
|
|
29257
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28638
29258
|
},
|
|
28639
|
-
"
|
|
28640
|
-
}
|
|
28641
|
-
"type": "color"
|
|
28642
|
-
},
|
|
28643
|
-
"color": {
|
|
28644
|
-
"value": "hsl(0 0% 100%)",
|
|
28645
|
-
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28646
|
-
"isSource": true,
|
|
28647
|
-
"original": {
|
|
28648
|
-
"value": "{utrecht.color.white}"
|
|
28649
|
-
},
|
|
28650
|
-
"name": "color",
|
|
28651
|
-
"attributes": {},
|
|
28652
|
-
"path": [
|
|
28653
|
-
"utrecht",
|
|
28654
|
-
"radio-button",
|
|
28655
|
-
"color"
|
|
28656
|
-
]
|
|
29259
|
+
"type": "color"
|
|
29260
|
+
}
|
|
28657
29261
|
},
|
|
28658
29262
|
"border-radius": {
|
|
28659
29263
|
"value": "0",
|
|
@@ -28882,7 +29486,28 @@ module.exports = {
|
|
|
28882
29486
|
},
|
|
28883
29487
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28884
29488
|
},
|
|
28885
|
-
"type": "color"
|
|
29489
|
+
"type": "color",
|
|
29490
|
+
"value": "hsl(0 0% 95%)",
|
|
29491
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29492
|
+
"isSource": true,
|
|
29493
|
+
"original": {
|
|
29494
|
+
"$extensions": {
|
|
29495
|
+
"nl.nldesignsystem.css.property": {
|
|
29496
|
+
"syntax": "<color>",
|
|
29497
|
+
"inherits": true
|
|
29498
|
+
},
|
|
29499
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29500
|
+
},
|
|
29501
|
+
"type": "color",
|
|
29502
|
+
"value": "{utrecht.color.grey.95}"
|
|
29503
|
+
},
|
|
29504
|
+
"name": "background-color",
|
|
29505
|
+
"attributes": {},
|
|
29506
|
+
"path": [
|
|
29507
|
+
"utrecht",
|
|
29508
|
+
"root",
|
|
29509
|
+
"background-color"
|
|
29510
|
+
]
|
|
28886
29511
|
},
|
|
28887
29512
|
"color": {
|
|
28888
29513
|
"$extensions": {
|
|
@@ -28892,7 +29517,28 @@ module.exports = {
|
|
|
28892
29517
|
},
|
|
28893
29518
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28894
29519
|
},
|
|
28895
|
-
"type": "color"
|
|
29520
|
+
"type": "color",
|
|
29521
|
+
"value": "hsl(0 0% 10%)",
|
|
29522
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29523
|
+
"isSource": true,
|
|
29524
|
+
"original": {
|
|
29525
|
+
"$extensions": {
|
|
29526
|
+
"nl.nldesignsystem.css.property": {
|
|
29527
|
+
"syntax": "<color>",
|
|
29528
|
+
"inherits": true
|
|
29529
|
+
},
|
|
29530
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29531
|
+
},
|
|
29532
|
+
"type": "color",
|
|
29533
|
+
"value": "{utrecht.color.grey.10}"
|
|
29534
|
+
},
|
|
29535
|
+
"name": "color",
|
|
29536
|
+
"attributes": {},
|
|
29537
|
+
"path": [
|
|
29538
|
+
"utrecht",
|
|
29539
|
+
"root",
|
|
29540
|
+
"color"
|
|
29541
|
+
]
|
|
28896
29542
|
},
|
|
28897
29543
|
"font-family": {
|
|
28898
29544
|
"$extensions": {
|
|
@@ -30625,7 +31271,7 @@ module.exports = {
|
|
|
30625
31271
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30626
31272
|
},
|
|
30627
31273
|
"type": "color",
|
|
30628
|
-
"value": "{
|
|
31274
|
+
"value": "{nl.skip-link.background-color}"
|
|
30629
31275
|
},
|
|
30630
31276
|
"name": "background-color",
|
|
30631
31277
|
"attributes": {},
|
|
@@ -30656,7 +31302,7 @@ module.exports = {
|
|
|
30656
31302
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30657
31303
|
},
|
|
30658
31304
|
"type": "color",
|
|
30659
|
-
"value": "{
|
|
31305
|
+
"value": "{nl.skip-link.color}"
|
|
30660
31306
|
},
|
|
30661
31307
|
"name": "color",
|
|
30662
31308
|
"attributes": {},
|
|
@@ -30713,7 +31359,7 @@ module.exports = {
|
|
|
30713
31359
|
}
|
|
30714
31360
|
},
|
|
30715
31361
|
"type": "dimension",
|
|
30716
|
-
"value": "{
|
|
31362
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30717
31363
|
},
|
|
30718
31364
|
"name": "padding-block-start",
|
|
30719
31365
|
"attributes": {},
|
|
@@ -30750,7 +31396,7 @@ module.exports = {
|
|
|
30750
31396
|
}
|
|
30751
31397
|
},
|
|
30752
31398
|
"type": "dimension",
|
|
30753
|
-
"value": "{
|
|
31399
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30754
31400
|
},
|
|
30755
31401
|
"name": "padding-block-end",
|
|
30756
31402
|
"attributes": {},
|
|
@@ -30787,7 +31433,7 @@ module.exports = {
|
|
|
30787
31433
|
}
|
|
30788
31434
|
},
|
|
30789
31435
|
"type": "dimension",
|
|
30790
|
-
"value": "{
|
|
31436
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30791
31437
|
},
|
|
30792
31438
|
"name": "padding-inline-start",
|
|
30793
31439
|
"attributes": {},
|
|
@@ -30824,7 +31470,7 @@ module.exports = {
|
|
|
30824
31470
|
}
|
|
30825
31471
|
},
|
|
30826
31472
|
"type": "dimension",
|
|
30827
|
-
"value": "{
|
|
31473
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30828
31474
|
},
|
|
30829
31475
|
"name": "padding-inline-end",
|
|
30830
31476
|
"attributes": {},
|
|
@@ -30863,7 +31509,7 @@ module.exports = {
|
|
|
30863
31509
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30864
31510
|
},
|
|
30865
31511
|
"type": "textDecoration",
|
|
30866
|
-
"value": "{
|
|
31512
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
30867
31513
|
},
|
|
30868
31514
|
"name": "text-decoration",
|
|
30869
31515
|
"attributes": {},
|
|
@@ -30912,7 +31558,7 @@ module.exports = {
|
|
|
30912
31558
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
30913
31559
|
},
|
|
30914
31560
|
"type": "color",
|
|
30915
|
-
"value": "{
|
|
31561
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
30916
31562
|
},
|
|
30917
31563
|
"name": "background-color",
|
|
30918
31564
|
"attributes": {},
|
|
@@ -30948,7 +31594,7 @@ module.exports = {
|
|
|
30948
31594
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
30949
31595
|
},
|
|
30950
31596
|
"type": "color",
|
|
30951
|
-
"value": "{
|
|
31597
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
30952
31598
|
},
|
|
30953
31599
|
"name": "color",
|
|
30954
31600
|
"attributes": {},
|
|
@@ -31026,7 +31672,7 @@ module.exports = {
|
|
|
31026
31672
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31027
31673
|
},
|
|
31028
31674
|
"type": "textDecoration",
|
|
31029
|
-
"value": "{
|
|
31675
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
31030
31676
|
},
|
|
31031
31677
|
"name": "text-decoration",
|
|
31032
31678
|
"attributes": {},
|
|
@@ -31065,6 +31711,16 @@ module.exports = {
|
|
|
31065
31711
|
},
|
|
31066
31712
|
"type": "color"
|
|
31067
31713
|
},
|
|
31714
|
+
"border-radius": {
|
|
31715
|
+
"$extensions": {
|
|
31716
|
+
"nl.nldesignsystem.css.property": {
|
|
31717
|
+
"syntax": "<length-percentage>",
|
|
31718
|
+
"inherits": true
|
|
31719
|
+
},
|
|
31720
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
31721
|
+
},
|
|
31722
|
+
"type": "borderRadius"
|
|
31723
|
+
},
|
|
31068
31724
|
"border-width": {
|
|
31069
31725
|
"$extensions": {
|
|
31070
31726
|
"nl.nldesignsystem.css.property": {
|
|
@@ -37795,6 +38451,1003 @@ module.exports = {
|
|
|
37795
38451
|
}
|
|
37796
38452
|
}
|
|
37797
38453
|
},
|
|
38454
|
+
"nl": {
|
|
38455
|
+
"code-block": {
|
|
38456
|
+
"background-color": {
|
|
38457
|
+
"value": "hsl(0 0% 95%)",
|
|
38458
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38459
|
+
"isSource": true,
|
|
38460
|
+
"original": {
|
|
38461
|
+
"value": "{utrecht.color.grey.95}"
|
|
38462
|
+
},
|
|
38463
|
+
"name": "background-color",
|
|
38464
|
+
"attributes": {},
|
|
38465
|
+
"path": [
|
|
38466
|
+
"nl",
|
|
38467
|
+
"code-block",
|
|
38468
|
+
"background-color"
|
|
38469
|
+
]
|
|
38470
|
+
},
|
|
38471
|
+
"color": {
|
|
38472
|
+
"value": "hsl(0 0% 0%)",
|
|
38473
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38474
|
+
"isSource": true,
|
|
38475
|
+
"original": {
|
|
38476
|
+
"value": "{utrecht.color.black}"
|
|
38477
|
+
},
|
|
38478
|
+
"name": "color",
|
|
38479
|
+
"attributes": {},
|
|
38480
|
+
"path": [
|
|
38481
|
+
"nl",
|
|
38482
|
+
"code-block",
|
|
38483
|
+
"color"
|
|
38484
|
+
]
|
|
38485
|
+
},
|
|
38486
|
+
"font-family": {
|
|
38487
|
+
"value": "\"Monaco\"",
|
|
38488
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38489
|
+
"isSource": true,
|
|
38490
|
+
"original": {
|
|
38491
|
+
"value": "\"Monaco\""
|
|
38492
|
+
},
|
|
38493
|
+
"name": "font-family",
|
|
38494
|
+
"attributes": {},
|
|
38495
|
+
"path": [
|
|
38496
|
+
"nl",
|
|
38497
|
+
"code-block",
|
|
38498
|
+
"font-family"
|
|
38499
|
+
]
|
|
38500
|
+
},
|
|
38501
|
+
"font-size": {
|
|
38502
|
+
"value": "1rem",
|
|
38503
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38504
|
+
"isSource": true,
|
|
38505
|
+
"original": {
|
|
38506
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
38507
|
+
},
|
|
38508
|
+
"name": "font-size",
|
|
38509
|
+
"attributes": {},
|
|
38510
|
+
"path": [
|
|
38511
|
+
"nl",
|
|
38512
|
+
"code-block",
|
|
38513
|
+
"font-size"
|
|
38514
|
+
]
|
|
38515
|
+
},
|
|
38516
|
+
"line-height": {
|
|
38517
|
+
"value": "1.5",
|
|
38518
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38519
|
+
"isSource": true,
|
|
38520
|
+
"original": {
|
|
38521
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38522
|
+
},
|
|
38523
|
+
"name": "line-height",
|
|
38524
|
+
"attributes": {},
|
|
38525
|
+
"path": [
|
|
38526
|
+
"nl",
|
|
38527
|
+
"code-block",
|
|
38528
|
+
"line-height"
|
|
38529
|
+
]
|
|
38530
|
+
},
|
|
38531
|
+
"padding-block": {
|
|
38532
|
+
"value": "20px",
|
|
38533
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38534
|
+
"isSource": true,
|
|
38535
|
+
"original": {
|
|
38536
|
+
"value": "20px"
|
|
38537
|
+
},
|
|
38538
|
+
"name": "padding-block",
|
|
38539
|
+
"attributes": {},
|
|
38540
|
+
"path": [
|
|
38541
|
+
"nl",
|
|
38542
|
+
"code-block",
|
|
38543
|
+
"padding-block"
|
|
38544
|
+
]
|
|
38545
|
+
},
|
|
38546
|
+
"padding-inline": {
|
|
38547
|
+
"value": "20px",
|
|
38548
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38549
|
+
"isSource": true,
|
|
38550
|
+
"original": {
|
|
38551
|
+
"value": "20px"
|
|
38552
|
+
},
|
|
38553
|
+
"name": "padding-inline",
|
|
38554
|
+
"attributes": {},
|
|
38555
|
+
"path": [
|
|
38556
|
+
"nl",
|
|
38557
|
+
"code-block",
|
|
38558
|
+
"padding-inline"
|
|
38559
|
+
]
|
|
38560
|
+
}
|
|
38561
|
+
},
|
|
38562
|
+
"code": {
|
|
38563
|
+
"background-color": {},
|
|
38564
|
+
"color": {},
|
|
38565
|
+
"font-family": {},
|
|
38566
|
+
"font-size": {},
|
|
38567
|
+
"line-height": {}
|
|
38568
|
+
},
|
|
38569
|
+
"data-badge": {
|
|
38570
|
+
"background-color": {
|
|
38571
|
+
"value": "hsl(0 0% 30%)",
|
|
38572
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38573
|
+
"isSource": true,
|
|
38574
|
+
"original": {
|
|
38575
|
+
"value": "{utrecht.color.grey.30}"
|
|
38576
|
+
},
|
|
38577
|
+
"name": "background-color",
|
|
38578
|
+
"attributes": {},
|
|
38579
|
+
"path": [
|
|
38580
|
+
"nl",
|
|
38581
|
+
"data-badge",
|
|
38582
|
+
"background-color"
|
|
38583
|
+
]
|
|
38584
|
+
},
|
|
38585
|
+
"border-radius": {
|
|
38586
|
+
"value": "0",
|
|
38587
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38588
|
+
"isSource": true,
|
|
38589
|
+
"original": {
|
|
38590
|
+
"value": "0"
|
|
38591
|
+
},
|
|
38592
|
+
"name": "border-radius",
|
|
38593
|
+
"attributes": {},
|
|
38594
|
+
"path": [
|
|
38595
|
+
"nl",
|
|
38596
|
+
"data-badge",
|
|
38597
|
+
"border-radius"
|
|
38598
|
+
]
|
|
38599
|
+
},
|
|
38600
|
+
"color": {
|
|
38601
|
+
"value": "hsl(0 0% 100%)",
|
|
38602
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38603
|
+
"isSource": true,
|
|
38604
|
+
"original": {
|
|
38605
|
+
"value": "{utrecht.color.white}"
|
|
38606
|
+
},
|
|
38607
|
+
"name": "color",
|
|
38608
|
+
"attributes": {},
|
|
38609
|
+
"path": [
|
|
38610
|
+
"nl",
|
|
38611
|
+
"data-badge",
|
|
38612
|
+
"color"
|
|
38613
|
+
]
|
|
38614
|
+
},
|
|
38615
|
+
"font-weight": {},
|
|
38616
|
+
"padding-block": {
|
|
38617
|
+
"value": "8px",
|
|
38618
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38619
|
+
"isSource": true,
|
|
38620
|
+
"original": {
|
|
38621
|
+
"value": "{utrecht.space.block.xs}"
|
|
38622
|
+
},
|
|
38623
|
+
"name": "padding-block",
|
|
38624
|
+
"attributes": {},
|
|
38625
|
+
"path": [
|
|
38626
|
+
"nl",
|
|
38627
|
+
"data-badge",
|
|
38628
|
+
"padding-block"
|
|
38629
|
+
]
|
|
38630
|
+
},
|
|
38631
|
+
"padding-inline": {
|
|
38632
|
+
"value": "12px",
|
|
38633
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38634
|
+
"isSource": true,
|
|
38635
|
+
"original": {
|
|
38636
|
+
"value": "{utrecht.space.inline.sm}"
|
|
38637
|
+
},
|
|
38638
|
+
"name": "padding-inline",
|
|
38639
|
+
"attributes": {},
|
|
38640
|
+
"path": [
|
|
38641
|
+
"nl",
|
|
38642
|
+
"data-badge",
|
|
38643
|
+
"padding-inline"
|
|
38644
|
+
]
|
|
38645
|
+
}
|
|
38646
|
+
},
|
|
38647
|
+
"heading": {
|
|
38648
|
+
"level-1": {
|
|
38649
|
+
"color": {},
|
|
38650
|
+
"font-family": {
|
|
38651
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38652
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38653
|
+
"isSource": true,
|
|
38654
|
+
"original": {
|
|
38655
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38656
|
+
},
|
|
38657
|
+
"name": "font-family",
|
|
38658
|
+
"attributes": {},
|
|
38659
|
+
"path": [
|
|
38660
|
+
"nl",
|
|
38661
|
+
"heading",
|
|
38662
|
+
"level-1",
|
|
38663
|
+
"font-family"
|
|
38664
|
+
]
|
|
38665
|
+
},
|
|
38666
|
+
"font-size": {
|
|
38667
|
+
"value": "2rem",
|
|
38668
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38669
|
+
"isSource": true,
|
|
38670
|
+
"original": {
|
|
38671
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
38672
|
+
},
|
|
38673
|
+
"name": "font-size",
|
|
38674
|
+
"attributes": {},
|
|
38675
|
+
"path": [
|
|
38676
|
+
"nl",
|
|
38677
|
+
"heading",
|
|
38678
|
+
"level-1",
|
|
38679
|
+
"font-size"
|
|
38680
|
+
]
|
|
38681
|
+
},
|
|
38682
|
+
"font-weight": {
|
|
38683
|
+
"value": "700",
|
|
38684
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38685
|
+
"isSource": true,
|
|
38686
|
+
"original": {
|
|
38687
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38688
|
+
},
|
|
38689
|
+
"name": "font-weight",
|
|
38690
|
+
"attributes": {},
|
|
38691
|
+
"path": [
|
|
38692
|
+
"nl",
|
|
38693
|
+
"heading",
|
|
38694
|
+
"level-1",
|
|
38695
|
+
"font-weight"
|
|
38696
|
+
]
|
|
38697
|
+
},
|
|
38698
|
+
"line-height": {
|
|
38699
|
+
"value": "1.25",
|
|
38700
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38701
|
+
"isSource": true,
|
|
38702
|
+
"original": {
|
|
38703
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38704
|
+
},
|
|
38705
|
+
"name": "line-height",
|
|
38706
|
+
"attributes": {},
|
|
38707
|
+
"path": [
|
|
38708
|
+
"nl",
|
|
38709
|
+
"heading",
|
|
38710
|
+
"level-1",
|
|
38711
|
+
"line-height"
|
|
38712
|
+
]
|
|
38713
|
+
}
|
|
38714
|
+
},
|
|
38715
|
+
"level-2": {
|
|
38716
|
+
"color": {},
|
|
38717
|
+
"font-family": {
|
|
38718
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38719
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38720
|
+
"isSource": true,
|
|
38721
|
+
"original": {
|
|
38722
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38723
|
+
},
|
|
38724
|
+
"name": "font-family",
|
|
38725
|
+
"attributes": {},
|
|
38726
|
+
"path": [
|
|
38727
|
+
"nl",
|
|
38728
|
+
"heading",
|
|
38729
|
+
"level-2",
|
|
38730
|
+
"font-family"
|
|
38731
|
+
]
|
|
38732
|
+
},
|
|
38733
|
+
"font-size": {
|
|
38734
|
+
"value": "1.25rem",
|
|
38735
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38736
|
+
"isSource": true,
|
|
38737
|
+
"original": {
|
|
38738
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38739
|
+
},
|
|
38740
|
+
"name": "font-size",
|
|
38741
|
+
"attributes": {},
|
|
38742
|
+
"path": [
|
|
38743
|
+
"nl",
|
|
38744
|
+
"heading",
|
|
38745
|
+
"level-2",
|
|
38746
|
+
"font-size"
|
|
38747
|
+
]
|
|
38748
|
+
},
|
|
38749
|
+
"font-weight": {
|
|
38750
|
+
"value": "700",
|
|
38751
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38752
|
+
"isSource": true,
|
|
38753
|
+
"original": {
|
|
38754
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38755
|
+
},
|
|
38756
|
+
"name": "font-weight",
|
|
38757
|
+
"attributes": {},
|
|
38758
|
+
"path": [
|
|
38759
|
+
"nl",
|
|
38760
|
+
"heading",
|
|
38761
|
+
"level-2",
|
|
38762
|
+
"font-weight"
|
|
38763
|
+
]
|
|
38764
|
+
},
|
|
38765
|
+
"line-height": {
|
|
38766
|
+
"value": "1.25",
|
|
38767
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38768
|
+
"isSource": true,
|
|
38769
|
+
"original": {
|
|
38770
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38771
|
+
},
|
|
38772
|
+
"name": "line-height",
|
|
38773
|
+
"attributes": {},
|
|
38774
|
+
"path": [
|
|
38775
|
+
"nl",
|
|
38776
|
+
"heading",
|
|
38777
|
+
"level-2",
|
|
38778
|
+
"line-height"
|
|
38779
|
+
]
|
|
38780
|
+
}
|
|
38781
|
+
},
|
|
38782
|
+
"level-3": {
|
|
38783
|
+
"color": {},
|
|
38784
|
+
"font-family": {
|
|
38785
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38786
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38787
|
+
"isSource": true,
|
|
38788
|
+
"original": {
|
|
38789
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38790
|
+
},
|
|
38791
|
+
"name": "font-family",
|
|
38792
|
+
"attributes": {},
|
|
38793
|
+
"path": [
|
|
38794
|
+
"nl",
|
|
38795
|
+
"heading",
|
|
38796
|
+
"level-3",
|
|
38797
|
+
"font-family"
|
|
38798
|
+
]
|
|
38799
|
+
},
|
|
38800
|
+
"font-size": {
|
|
38801
|
+
"value": "1.25rem",
|
|
38802
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38803
|
+
"isSource": true,
|
|
38804
|
+
"original": {
|
|
38805
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38806
|
+
},
|
|
38807
|
+
"name": "font-size",
|
|
38808
|
+
"attributes": {},
|
|
38809
|
+
"path": [
|
|
38810
|
+
"nl",
|
|
38811
|
+
"heading",
|
|
38812
|
+
"level-3",
|
|
38813
|
+
"font-size"
|
|
38814
|
+
]
|
|
38815
|
+
},
|
|
38816
|
+
"font-weight": {
|
|
38817
|
+
"value": "400",
|
|
38818
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38819
|
+
"isSource": true,
|
|
38820
|
+
"original": {
|
|
38821
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38822
|
+
},
|
|
38823
|
+
"name": "font-weight",
|
|
38824
|
+
"attributes": {},
|
|
38825
|
+
"path": [
|
|
38826
|
+
"nl",
|
|
38827
|
+
"heading",
|
|
38828
|
+
"level-3",
|
|
38829
|
+
"font-weight"
|
|
38830
|
+
]
|
|
38831
|
+
},
|
|
38832
|
+
"line-height": {
|
|
38833
|
+
"value": "1.25",
|
|
38834
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38835
|
+
"isSource": true,
|
|
38836
|
+
"original": {
|
|
38837
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38838
|
+
},
|
|
38839
|
+
"name": "line-height",
|
|
38840
|
+
"attributes": {},
|
|
38841
|
+
"path": [
|
|
38842
|
+
"nl",
|
|
38843
|
+
"heading",
|
|
38844
|
+
"level-3",
|
|
38845
|
+
"line-height"
|
|
38846
|
+
]
|
|
38847
|
+
}
|
|
38848
|
+
},
|
|
38849
|
+
"level-4": {
|
|
38850
|
+
"color": {},
|
|
38851
|
+
"font-family": {
|
|
38852
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38853
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38854
|
+
"isSource": true,
|
|
38855
|
+
"original": {
|
|
38856
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38857
|
+
},
|
|
38858
|
+
"name": "font-family",
|
|
38859
|
+
"attributes": {},
|
|
38860
|
+
"path": [
|
|
38861
|
+
"nl",
|
|
38862
|
+
"heading",
|
|
38863
|
+
"level-4",
|
|
38864
|
+
"font-family"
|
|
38865
|
+
]
|
|
38866
|
+
},
|
|
38867
|
+
"font-size": {
|
|
38868
|
+
"value": "1.125rem",
|
|
38869
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38870
|
+
"isSource": true,
|
|
38871
|
+
"original": {
|
|
38872
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
38873
|
+
},
|
|
38874
|
+
"name": "font-size",
|
|
38875
|
+
"attributes": {},
|
|
38876
|
+
"path": [
|
|
38877
|
+
"nl",
|
|
38878
|
+
"heading",
|
|
38879
|
+
"level-4",
|
|
38880
|
+
"font-size"
|
|
38881
|
+
]
|
|
38882
|
+
},
|
|
38883
|
+
"font-weight": {
|
|
38884
|
+
"value": "400",
|
|
38885
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38886
|
+
"isSource": true,
|
|
38887
|
+
"original": {
|
|
38888
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38889
|
+
},
|
|
38890
|
+
"name": "font-weight",
|
|
38891
|
+
"attributes": {},
|
|
38892
|
+
"path": [
|
|
38893
|
+
"nl",
|
|
38894
|
+
"heading",
|
|
38895
|
+
"level-4",
|
|
38896
|
+
"font-weight"
|
|
38897
|
+
]
|
|
38898
|
+
},
|
|
38899
|
+
"line-height": {
|
|
38900
|
+
"value": "1.5",
|
|
38901
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38902
|
+
"isSource": true,
|
|
38903
|
+
"original": {
|
|
38904
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38905
|
+
},
|
|
38906
|
+
"name": "line-height",
|
|
38907
|
+
"attributes": {},
|
|
38908
|
+
"path": [
|
|
38909
|
+
"nl",
|
|
38910
|
+
"heading",
|
|
38911
|
+
"level-4",
|
|
38912
|
+
"line-height"
|
|
38913
|
+
]
|
|
38914
|
+
}
|
|
38915
|
+
},
|
|
38916
|
+
"level-5": {
|
|
38917
|
+
"color": {},
|
|
38918
|
+
"font-family": {
|
|
38919
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38920
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38921
|
+
"isSource": true,
|
|
38922
|
+
"original": {
|
|
38923
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38924
|
+
},
|
|
38925
|
+
"name": "font-family",
|
|
38926
|
+
"attributes": {},
|
|
38927
|
+
"path": [
|
|
38928
|
+
"nl",
|
|
38929
|
+
"heading",
|
|
38930
|
+
"level-5",
|
|
38931
|
+
"font-family"
|
|
38932
|
+
]
|
|
38933
|
+
},
|
|
38934
|
+
"font-size": {
|
|
38935
|
+
"value": "0.875rem",
|
|
38936
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38937
|
+
"isSource": true,
|
|
38938
|
+
"original": {
|
|
38939
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
38940
|
+
},
|
|
38941
|
+
"name": "font-size",
|
|
38942
|
+
"attributes": {},
|
|
38943
|
+
"path": [
|
|
38944
|
+
"nl",
|
|
38945
|
+
"heading",
|
|
38946
|
+
"level-5",
|
|
38947
|
+
"font-size"
|
|
38948
|
+
]
|
|
38949
|
+
},
|
|
38950
|
+
"font-weight": {
|
|
38951
|
+
"value": "400",
|
|
38952
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38953
|
+
"isSource": true,
|
|
38954
|
+
"original": {
|
|
38955
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38956
|
+
},
|
|
38957
|
+
"name": "font-weight",
|
|
38958
|
+
"attributes": {},
|
|
38959
|
+
"path": [
|
|
38960
|
+
"nl",
|
|
38961
|
+
"heading",
|
|
38962
|
+
"level-5",
|
|
38963
|
+
"font-weight"
|
|
38964
|
+
]
|
|
38965
|
+
},
|
|
38966
|
+
"line-height": {
|
|
38967
|
+
"value": "1.5",
|
|
38968
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38969
|
+
"isSource": true,
|
|
38970
|
+
"original": {
|
|
38971
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38972
|
+
},
|
|
38973
|
+
"name": "line-height",
|
|
38974
|
+
"attributes": {},
|
|
38975
|
+
"path": [
|
|
38976
|
+
"nl",
|
|
38977
|
+
"heading",
|
|
38978
|
+
"level-5",
|
|
38979
|
+
"line-height"
|
|
38980
|
+
]
|
|
38981
|
+
}
|
|
38982
|
+
},
|
|
38983
|
+
"level-6": {
|
|
38984
|
+
"color": {},
|
|
38985
|
+
"font-family": {
|
|
38986
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38987
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38988
|
+
"isSource": true,
|
|
38989
|
+
"original": {
|
|
38990
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38991
|
+
},
|
|
38992
|
+
"name": "font-family",
|
|
38993
|
+
"attributes": {},
|
|
38994
|
+
"path": [
|
|
38995
|
+
"nl",
|
|
38996
|
+
"heading",
|
|
38997
|
+
"level-6",
|
|
38998
|
+
"font-family"
|
|
38999
|
+
]
|
|
39000
|
+
},
|
|
39001
|
+
"font-size": {
|
|
39002
|
+
"value": "0.875rem",
|
|
39003
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39004
|
+
"isSource": true,
|
|
39005
|
+
"original": {
|
|
39006
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39007
|
+
},
|
|
39008
|
+
"name": "font-size",
|
|
39009
|
+
"attributes": {},
|
|
39010
|
+
"path": [
|
|
39011
|
+
"nl",
|
|
39012
|
+
"heading",
|
|
39013
|
+
"level-6",
|
|
39014
|
+
"font-size"
|
|
39015
|
+
]
|
|
39016
|
+
},
|
|
39017
|
+
"font-weight": {
|
|
39018
|
+
"value": "400",
|
|
39019
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39020
|
+
"isSource": true,
|
|
39021
|
+
"original": {
|
|
39022
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39023
|
+
},
|
|
39024
|
+
"name": "font-weight",
|
|
39025
|
+
"attributes": {},
|
|
39026
|
+
"path": [
|
|
39027
|
+
"nl",
|
|
39028
|
+
"heading",
|
|
39029
|
+
"level-6",
|
|
39030
|
+
"font-weight"
|
|
39031
|
+
]
|
|
39032
|
+
},
|
|
39033
|
+
"line-height": {
|
|
39034
|
+
"value": "1.5",
|
|
39035
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39036
|
+
"isSource": true,
|
|
39037
|
+
"original": {
|
|
39038
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39039
|
+
},
|
|
39040
|
+
"name": "line-height",
|
|
39041
|
+
"attributes": {},
|
|
39042
|
+
"path": [
|
|
39043
|
+
"nl",
|
|
39044
|
+
"heading",
|
|
39045
|
+
"level-6",
|
|
39046
|
+
"line-height"
|
|
39047
|
+
]
|
|
39048
|
+
}
|
|
39049
|
+
}
|
|
39050
|
+
},
|
|
39051
|
+
"mark": {
|
|
39052
|
+
"background-color": {
|
|
39053
|
+
"value": "hsl(48 100% 60%)",
|
|
39054
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39055
|
+
"isSource": true,
|
|
39056
|
+
"original": {
|
|
39057
|
+
"value": "{utrecht.color.yellow.60}"
|
|
39058
|
+
},
|
|
39059
|
+
"name": "background-color",
|
|
39060
|
+
"attributes": {},
|
|
39061
|
+
"path": [
|
|
39062
|
+
"nl",
|
|
39063
|
+
"mark",
|
|
39064
|
+
"background-color"
|
|
39065
|
+
]
|
|
39066
|
+
},
|
|
39067
|
+
"color": {
|
|
39068
|
+
"value": "hsl(0 0% 0%)",
|
|
39069
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39070
|
+
"isSource": true,
|
|
39071
|
+
"original": {
|
|
39072
|
+
"value": "{utrecht.color.black}"
|
|
39073
|
+
},
|
|
39074
|
+
"name": "color",
|
|
39075
|
+
"attributes": {},
|
|
39076
|
+
"path": [
|
|
39077
|
+
"nl",
|
|
39078
|
+
"mark",
|
|
39079
|
+
"color"
|
|
39080
|
+
]
|
|
39081
|
+
}
|
|
39082
|
+
},
|
|
39083
|
+
"number-badge": {
|
|
39084
|
+
"background-color": {
|
|
39085
|
+
"value": "hsl(0 100% 40%)",
|
|
39086
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39087
|
+
"isSource": true,
|
|
39088
|
+
"original": {
|
|
39089
|
+
"value": "{utrecht.color.red.40}"
|
|
39090
|
+
},
|
|
39091
|
+
"name": "background-color",
|
|
39092
|
+
"attributes": {},
|
|
39093
|
+
"path": [
|
|
39094
|
+
"nl",
|
|
39095
|
+
"number-badge",
|
|
39096
|
+
"background-color"
|
|
39097
|
+
]
|
|
39098
|
+
},
|
|
39099
|
+
"border-radius": {
|
|
39100
|
+
"value": "1rem",
|
|
39101
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39102
|
+
"isSource": true,
|
|
39103
|
+
"original": {
|
|
39104
|
+
"value": "{nl.number-badge.font-size}"
|
|
39105
|
+
},
|
|
39106
|
+
"name": "border-radius",
|
|
39107
|
+
"attributes": {},
|
|
39108
|
+
"path": [
|
|
39109
|
+
"nl",
|
|
39110
|
+
"number-badge",
|
|
39111
|
+
"border-radius"
|
|
39112
|
+
]
|
|
39113
|
+
},
|
|
39114
|
+
"color": {
|
|
39115
|
+
"value": "hsl(0 0% 100%)",
|
|
39116
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39117
|
+
"isSource": true,
|
|
39118
|
+
"original": {
|
|
39119
|
+
"value": "{utrecht.color.white}"
|
|
39120
|
+
},
|
|
39121
|
+
"name": "color",
|
|
39122
|
+
"attributes": {},
|
|
39123
|
+
"path": [
|
|
39124
|
+
"nl",
|
|
39125
|
+
"number-badge",
|
|
39126
|
+
"color"
|
|
39127
|
+
]
|
|
39128
|
+
},
|
|
39129
|
+
"font-size": {
|
|
39130
|
+
"value": "1rem",
|
|
39131
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39132
|
+
"isSource": true,
|
|
39133
|
+
"original": {
|
|
39134
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39135
|
+
},
|
|
39136
|
+
"name": "font-size",
|
|
39137
|
+
"attributes": {},
|
|
39138
|
+
"path": [
|
|
39139
|
+
"nl",
|
|
39140
|
+
"number-badge",
|
|
39141
|
+
"font-size"
|
|
39142
|
+
]
|
|
39143
|
+
},
|
|
39144
|
+
"font-weight": {},
|
|
39145
|
+
"padding-block": {
|
|
39146
|
+
"value": "1ex",
|
|
39147
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39148
|
+
"isSource": true,
|
|
39149
|
+
"original": {
|
|
39150
|
+
"value": "1ex"
|
|
39151
|
+
},
|
|
39152
|
+
"name": "padding-block",
|
|
39153
|
+
"attributes": {},
|
|
39154
|
+
"path": [
|
|
39155
|
+
"nl",
|
|
39156
|
+
"number-badge",
|
|
39157
|
+
"padding-block"
|
|
39158
|
+
]
|
|
39159
|
+
},
|
|
39160
|
+
"padding-inline": {
|
|
39161
|
+
"value": "1ex",
|
|
39162
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39163
|
+
"isSource": true,
|
|
39164
|
+
"original": {
|
|
39165
|
+
"value": "1ex"
|
|
39166
|
+
},
|
|
39167
|
+
"name": "padding-inline",
|
|
39168
|
+
"attributes": {},
|
|
39169
|
+
"path": [
|
|
39170
|
+
"nl",
|
|
39171
|
+
"number-badge",
|
|
39172
|
+
"padding-inline"
|
|
39173
|
+
]
|
|
39174
|
+
}
|
|
39175
|
+
},
|
|
39176
|
+
"paragraph": {
|
|
39177
|
+
"color": {},
|
|
39178
|
+
"font-family": {
|
|
39179
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39180
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39181
|
+
"isSource": true,
|
|
39182
|
+
"original": {
|
|
39183
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39184
|
+
},
|
|
39185
|
+
"name": "font-family",
|
|
39186
|
+
"attributes": {},
|
|
39187
|
+
"path": [
|
|
39188
|
+
"nl",
|
|
39189
|
+
"paragraph",
|
|
39190
|
+
"font-family"
|
|
39191
|
+
]
|
|
39192
|
+
},
|
|
39193
|
+
"font-size": {
|
|
39194
|
+
"value": "1rem",
|
|
39195
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39196
|
+
"isSource": true,
|
|
39197
|
+
"original": {
|
|
39198
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39199
|
+
},
|
|
39200
|
+
"name": "font-size",
|
|
39201
|
+
"attributes": {},
|
|
39202
|
+
"path": [
|
|
39203
|
+
"nl",
|
|
39204
|
+
"paragraph",
|
|
39205
|
+
"font-size"
|
|
39206
|
+
]
|
|
39207
|
+
},
|
|
39208
|
+
"font-weight": {
|
|
39209
|
+
"value": "400",
|
|
39210
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39211
|
+
"isSource": true,
|
|
39212
|
+
"original": {
|
|
39213
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39214
|
+
},
|
|
39215
|
+
"name": "font-weight",
|
|
39216
|
+
"attributes": {},
|
|
39217
|
+
"path": [
|
|
39218
|
+
"nl",
|
|
39219
|
+
"paragraph",
|
|
39220
|
+
"font-weight"
|
|
39221
|
+
]
|
|
39222
|
+
},
|
|
39223
|
+
"line-height": {
|
|
39224
|
+
"value": "1.5",
|
|
39225
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39226
|
+
"isSource": true,
|
|
39227
|
+
"original": {
|
|
39228
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39229
|
+
},
|
|
39230
|
+
"name": "line-height",
|
|
39231
|
+
"attributes": {},
|
|
39232
|
+
"path": [
|
|
39233
|
+
"nl",
|
|
39234
|
+
"paragraph",
|
|
39235
|
+
"line-height"
|
|
39236
|
+
]
|
|
39237
|
+
},
|
|
39238
|
+
"lead": {
|
|
39239
|
+
"color": {
|
|
39240
|
+
"value": "hsl(0 0% 95%)",
|
|
39241
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39242
|
+
"isSource": true,
|
|
39243
|
+
"original": {
|
|
39244
|
+
"value": "{utrecht.document.color}"
|
|
39245
|
+
},
|
|
39246
|
+
"name": "color",
|
|
39247
|
+
"attributes": {},
|
|
39248
|
+
"path": [
|
|
39249
|
+
"nl",
|
|
39250
|
+
"paragraph",
|
|
39251
|
+
"lead",
|
|
39252
|
+
"color"
|
|
39253
|
+
]
|
|
39254
|
+
},
|
|
39255
|
+
"font-size": {
|
|
39256
|
+
"value": "1.25rem",
|
|
39257
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39258
|
+
"isSource": true,
|
|
39259
|
+
"original": {
|
|
39260
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39261
|
+
},
|
|
39262
|
+
"name": "font-size",
|
|
39263
|
+
"attributes": {},
|
|
39264
|
+
"path": [
|
|
39265
|
+
"nl",
|
|
39266
|
+
"paragraph",
|
|
39267
|
+
"lead",
|
|
39268
|
+
"font-size"
|
|
39269
|
+
]
|
|
39270
|
+
},
|
|
39271
|
+
"font-weight": {
|
|
39272
|
+
"value": "400",
|
|
39273
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39274
|
+
"isSource": true,
|
|
39275
|
+
"original": {
|
|
39276
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39277
|
+
},
|
|
39278
|
+
"name": "font-weight",
|
|
39279
|
+
"attributes": {},
|
|
39280
|
+
"path": [
|
|
39281
|
+
"nl",
|
|
39282
|
+
"paragraph",
|
|
39283
|
+
"lead",
|
|
39284
|
+
"font-weight"
|
|
39285
|
+
]
|
|
39286
|
+
},
|
|
39287
|
+
"line-height": {
|
|
39288
|
+
"value": "1.5",
|
|
39289
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39290
|
+
"isSource": true,
|
|
39291
|
+
"original": {
|
|
39292
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39293
|
+
},
|
|
39294
|
+
"name": "line-height",
|
|
39295
|
+
"attributes": {},
|
|
39296
|
+
"path": [
|
|
39297
|
+
"nl",
|
|
39298
|
+
"paragraph",
|
|
39299
|
+
"lead",
|
|
39300
|
+
"line-height"
|
|
39301
|
+
]
|
|
39302
|
+
}
|
|
39303
|
+
},
|
|
39304
|
+
"small": {
|
|
39305
|
+
"font-size": {
|
|
39306
|
+
"value": "0.875rem",
|
|
39307
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39308
|
+
"isSource": true,
|
|
39309
|
+
"original": {
|
|
39310
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39311
|
+
},
|
|
39312
|
+
"name": "font-size",
|
|
39313
|
+
"attributes": {},
|
|
39314
|
+
"path": [
|
|
39315
|
+
"nl",
|
|
39316
|
+
"paragraph",
|
|
39317
|
+
"small",
|
|
39318
|
+
"font-size"
|
|
39319
|
+
]
|
|
39320
|
+
}
|
|
39321
|
+
}
|
|
39322
|
+
},
|
|
39323
|
+
"skip-link": {
|
|
39324
|
+
"background-color": {
|
|
39325
|
+
"value": "hsl(0 0% 15%)",
|
|
39326
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39327
|
+
"isSource": true,
|
|
39328
|
+
"original": {
|
|
39329
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
39330
|
+
},
|
|
39331
|
+
"name": "background-color",
|
|
39332
|
+
"attributes": {},
|
|
39333
|
+
"path": [
|
|
39334
|
+
"nl",
|
|
39335
|
+
"skip-link",
|
|
39336
|
+
"background-color"
|
|
39337
|
+
]
|
|
39338
|
+
},
|
|
39339
|
+
"color": {
|
|
39340
|
+
"value": "hsl(0 0% 100%)",
|
|
39341
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39342
|
+
"isSource": true,
|
|
39343
|
+
"original": {
|
|
39344
|
+
"value": "{utrecht.topnav.link.color}"
|
|
39345
|
+
},
|
|
39346
|
+
"name": "color",
|
|
39347
|
+
"attributes": {},
|
|
39348
|
+
"path": [
|
|
39349
|
+
"nl",
|
|
39350
|
+
"skip-link",
|
|
39351
|
+
"color"
|
|
39352
|
+
]
|
|
39353
|
+
},
|
|
39354
|
+
"padding-block": {
|
|
39355
|
+
"value": "8px",
|
|
39356
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39357
|
+
"isSource": true,
|
|
39358
|
+
"original": {
|
|
39359
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
39360
|
+
},
|
|
39361
|
+
"name": "padding-block",
|
|
39362
|
+
"attributes": {},
|
|
39363
|
+
"path": [
|
|
39364
|
+
"nl",
|
|
39365
|
+
"skip-link",
|
|
39366
|
+
"padding-block"
|
|
39367
|
+
]
|
|
39368
|
+
},
|
|
39369
|
+
"padding-inline": {
|
|
39370
|
+
"value": "16px",
|
|
39371
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39372
|
+
"isSource": true,
|
|
39373
|
+
"original": {
|
|
39374
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
39375
|
+
},
|
|
39376
|
+
"name": "padding-inline",
|
|
39377
|
+
"attributes": {},
|
|
39378
|
+
"path": [
|
|
39379
|
+
"nl",
|
|
39380
|
+
"skip-link",
|
|
39381
|
+
"padding-inline"
|
|
39382
|
+
]
|
|
39383
|
+
},
|
|
39384
|
+
"text-decoration": {
|
|
39385
|
+
"value": "underline",
|
|
39386
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39387
|
+
"isSource": true,
|
|
39388
|
+
"original": {
|
|
39389
|
+
"value": "{utrecht.link.text-decoration}"
|
|
39390
|
+
},
|
|
39391
|
+
"name": "text-decoration",
|
|
39392
|
+
"attributes": {},
|
|
39393
|
+
"path": [
|
|
39394
|
+
"nl",
|
|
39395
|
+
"skip-link",
|
|
39396
|
+
"text-decoration"
|
|
39397
|
+
]
|
|
39398
|
+
},
|
|
39399
|
+
"focus-visible": {
|
|
39400
|
+
"color": {
|
|
39401
|
+
"value": "hsl(0 0% 0%)",
|
|
39402
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39403
|
+
"isSource": true,
|
|
39404
|
+
"original": {
|
|
39405
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
39406
|
+
},
|
|
39407
|
+
"name": "color",
|
|
39408
|
+
"attributes": {},
|
|
39409
|
+
"path": [
|
|
39410
|
+
"nl",
|
|
39411
|
+
"skip-link",
|
|
39412
|
+
"focus-visible",
|
|
39413
|
+
"color"
|
|
39414
|
+
]
|
|
39415
|
+
},
|
|
39416
|
+
"background-color": {
|
|
39417
|
+
"value": "hsl(48 100% 80%)",
|
|
39418
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39419
|
+
"isSource": true,
|
|
39420
|
+
"original": {
|
|
39421
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
39422
|
+
},
|
|
39423
|
+
"name": "background-color",
|
|
39424
|
+
"attributes": {},
|
|
39425
|
+
"path": [
|
|
39426
|
+
"nl",
|
|
39427
|
+
"skip-link",
|
|
39428
|
+
"focus-visible",
|
|
39429
|
+
"background-color"
|
|
39430
|
+
]
|
|
39431
|
+
},
|
|
39432
|
+
"text-decoration": {
|
|
39433
|
+
"value": "none",
|
|
39434
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39435
|
+
"isSource": true,
|
|
39436
|
+
"original": {
|
|
39437
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
39438
|
+
},
|
|
39439
|
+
"name": "text-decoration",
|
|
39440
|
+
"attributes": {},
|
|
39441
|
+
"path": [
|
|
39442
|
+
"nl",
|
|
39443
|
+
"skip-link",
|
|
39444
|
+
"focus-visible",
|
|
39445
|
+
"text-decoration"
|
|
39446
|
+
]
|
|
39447
|
+
}
|
|
39448
|
+
}
|
|
39449
|
+
}
|
|
39450
|
+
},
|
|
37798
39451
|
"of": {
|
|
37799
39452
|
"layout": {
|
|
37800
39453
|
"background": {
|
|
@@ -37895,5 +39548,56 @@ module.exports = {
|
|
|
37895
39548
|
}
|
|
37896
39549
|
}
|
|
37897
39550
|
}
|
|
39551
|
+
},
|
|
39552
|
+
"signalen": {
|
|
39553
|
+
"modal-dialog": {
|
|
39554
|
+
"background-color": {
|
|
39555
|
+
"value": "hsl(0 0% 100%)",
|
|
39556
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39557
|
+
"isSource": true,
|
|
39558
|
+
"original": {
|
|
39559
|
+
"value": "{utrecht.body.background-color}"
|
|
39560
|
+
},
|
|
39561
|
+
"name": "background-color",
|
|
39562
|
+
"attributes": {},
|
|
39563
|
+
"path": [
|
|
39564
|
+
"signalen",
|
|
39565
|
+
"modal-dialog",
|
|
39566
|
+
"background-color"
|
|
39567
|
+
]
|
|
39568
|
+
},
|
|
39569
|
+
"color": {
|
|
39570
|
+
"value": "hsl(0 0% 0%)",
|
|
39571
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39572
|
+
"isSource": true,
|
|
39573
|
+
"original": {
|
|
39574
|
+
"value": "{utrecht.body.color}"
|
|
39575
|
+
},
|
|
39576
|
+
"name": "color",
|
|
39577
|
+
"attributes": {},
|
|
39578
|
+
"path": [
|
|
39579
|
+
"signalen",
|
|
39580
|
+
"modal-dialog",
|
|
39581
|
+
"color"
|
|
39582
|
+
]
|
|
39583
|
+
}
|
|
39584
|
+
},
|
|
39585
|
+
"progress-bar": {
|
|
39586
|
+
"border-radius": {
|
|
39587
|
+
"value": "4px",
|
|
39588
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39589
|
+
"isSource": true,
|
|
39590
|
+
"original": {
|
|
39591
|
+
"value": "4px"
|
|
39592
|
+
},
|
|
39593
|
+
"name": "border-radius",
|
|
39594
|
+
"attributes": {},
|
|
39595
|
+
"path": [
|
|
39596
|
+
"signalen",
|
|
39597
|
+
"progress-bar",
|
|
39598
|
+
"border-radius"
|
|
39599
|
+
]
|
|
39600
|
+
}
|
|
39601
|
+
}
|
|
37898
39602
|
}
|
|
37899
39603
|
};
|