@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.json
CHANGED
|
@@ -2587,31 +2587,6 @@
|
|
|
2587
2587
|
]
|
|
2588
2588
|
}
|
|
2589
2589
|
},
|
|
2590
|
-
"badge-data": {
|
|
2591
|
-
"letter-spacing": {
|
|
2592
|
-
"$extensions": {
|
|
2593
|
-
"nl.nldesignsystem.css.property": {
|
|
2594
|
-
"syntax": "<length>",
|
|
2595
|
-
"inherits": true
|
|
2596
|
-
},
|
|
2597
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2598
|
-
},
|
|
2599
|
-
"type": "letterSpacing"
|
|
2600
|
-
},
|
|
2601
|
-
"text-transform": {
|
|
2602
|
-
"$extensions": {
|
|
2603
|
-
"nl.nldesignsystem.css.property": {
|
|
2604
|
-
"syntax": [
|
|
2605
|
-
"inherit",
|
|
2606
|
-
"uppercase"
|
|
2607
|
-
],
|
|
2608
|
-
"inherits": true
|
|
2609
|
-
},
|
|
2610
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2611
|
-
},
|
|
2612
|
-
"type": "textCase"
|
|
2613
|
-
}
|
|
2614
|
-
},
|
|
2615
2590
|
"badge-list": {
|
|
2616
2591
|
"row-gap": {
|
|
2617
2592
|
"$extensions": {
|
|
@@ -2717,7 +2692,7 @@
|
|
|
2717
2692
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2718
2693
|
},
|
|
2719
2694
|
"type": "color",
|
|
2720
|
-
"value": "{
|
|
2695
|
+
"value": "{nl.data-badge.background-color}"
|
|
2721
2696
|
},
|
|
2722
2697
|
"name": "utrechtBadgeBackgroundColor",
|
|
2723
2698
|
"attributes": {},
|
|
@@ -2756,7 +2731,7 @@
|
|
|
2756
2731
|
}
|
|
2757
2732
|
},
|
|
2758
2733
|
"type": "dimension",
|
|
2759
|
-
"value": "
|
|
2734
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2760
2735
|
},
|
|
2761
2736
|
"name": "utrechtBadgeBorderRadius",
|
|
2762
2737
|
"attributes": {},
|
|
@@ -2789,7 +2764,7 @@
|
|
|
2789
2764
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2790
2765
|
},
|
|
2791
2766
|
"type": "color",
|
|
2792
|
-
"value": "{
|
|
2767
|
+
"value": "{nl.data-badge.color}"
|
|
2793
2768
|
},
|
|
2794
2769
|
"name": "utrechtBadgeColor",
|
|
2795
2770
|
"attributes": {},
|
|
@@ -2861,7 +2836,7 @@
|
|
|
2861
2836
|
}
|
|
2862
2837
|
},
|
|
2863
2838
|
"type": "dimension",
|
|
2864
|
-
"value": "{
|
|
2839
|
+
"value": "{nl.data-badge.padding-block}"
|
|
2865
2840
|
},
|
|
2866
2841
|
"name": "utrechtBadgePaddingBlock",
|
|
2867
2842
|
"attributes": {},
|
|
@@ -2900,7 +2875,7 @@
|
|
|
2900
2875
|
}
|
|
2901
2876
|
},
|
|
2902
2877
|
"type": "dimension",
|
|
2903
|
-
"value": "{
|
|
2878
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
2904
2879
|
},
|
|
2905
2880
|
"name": "utrechtBadgePaddingInline",
|
|
2906
2881
|
"attributes": {},
|
|
@@ -3394,9 +3369,36 @@
|
|
|
3394
3369
|
"syntax": "*",
|
|
3395
3370
|
"inherits": true
|
|
3396
3371
|
},
|
|
3397
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3372
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3373
|
+
"studio.tokens": {
|
|
3374
|
+
"originalType": "fontFamilies"
|
|
3375
|
+
}
|
|
3398
3376
|
},
|
|
3399
|
-
"type": "
|
|
3377
|
+
"type": "fontFamily",
|
|
3378
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
3379
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3380
|
+
"isSource": true,
|
|
3381
|
+
"original": {
|
|
3382
|
+
"$extensions": {
|
|
3383
|
+
"nl.nldesignsystem.css.property": {
|
|
3384
|
+
"syntax": "*",
|
|
3385
|
+
"inherits": true
|
|
3386
|
+
},
|
|
3387
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3388
|
+
"studio.tokens": {
|
|
3389
|
+
"originalType": "fontFamilies"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"type": "fontFamily",
|
|
3393
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
3394
|
+
},
|
|
3395
|
+
"name": "utrechtBodyFontFamily",
|
|
3396
|
+
"attributes": {},
|
|
3397
|
+
"path": [
|
|
3398
|
+
"utrecht",
|
|
3399
|
+
"body",
|
|
3400
|
+
"font-family"
|
|
3401
|
+
]
|
|
3400
3402
|
},
|
|
3401
3403
|
"font-size": {
|
|
3402
3404
|
"$extensions": {
|
|
@@ -3404,9 +3406,36 @@
|
|
|
3404
3406
|
"syntax": "<length>",
|
|
3405
3407
|
"inherits": true
|
|
3406
3408
|
},
|
|
3407
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3409
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3410
|
+
"studio.tokens": {
|
|
3411
|
+
"originalType": "fontSizes"
|
|
3412
|
+
}
|
|
3408
3413
|
},
|
|
3409
|
-
"type": "
|
|
3414
|
+
"type": "fontSize",
|
|
3415
|
+
"value": "1rem",
|
|
3416
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3417
|
+
"isSource": true,
|
|
3418
|
+
"original": {
|
|
3419
|
+
"$extensions": {
|
|
3420
|
+
"nl.nldesignsystem.css.property": {
|
|
3421
|
+
"syntax": "<length>",
|
|
3422
|
+
"inherits": true
|
|
3423
|
+
},
|
|
3424
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3425
|
+
"studio.tokens": {
|
|
3426
|
+
"originalType": "fontSizes"
|
|
3427
|
+
}
|
|
3428
|
+
},
|
|
3429
|
+
"type": "fontSize",
|
|
3430
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
3431
|
+
},
|
|
3432
|
+
"name": "utrechtBodyFontSize",
|
|
3433
|
+
"attributes": {},
|
|
3434
|
+
"path": [
|
|
3435
|
+
"utrecht",
|
|
3436
|
+
"body",
|
|
3437
|
+
"font-size"
|
|
3438
|
+
]
|
|
3410
3439
|
},
|
|
3411
3440
|
"font-weight": {
|
|
3412
3441
|
"$extensions": {
|
|
@@ -3427,9 +3456,69 @@
|
|
|
3427
3456
|
],
|
|
3428
3457
|
"inherits": true
|
|
3429
3458
|
},
|
|
3430
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3459
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3460
|
+
"studio.tokens": {
|
|
3461
|
+
"originalType": "lineHeights"
|
|
3462
|
+
}
|
|
3431
3463
|
},
|
|
3432
|
-
"type": "
|
|
3464
|
+
"type": "lineHeight",
|
|
3465
|
+
"value": "1.4",
|
|
3466
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3467
|
+
"isSource": true,
|
|
3468
|
+
"original": {
|
|
3469
|
+
"$extensions": {
|
|
3470
|
+
"nl.nldesignsystem.css.property": {
|
|
3471
|
+
"syntax": [
|
|
3472
|
+
"<length>",
|
|
3473
|
+
"<number>"
|
|
3474
|
+
],
|
|
3475
|
+
"inherits": true
|
|
3476
|
+
},
|
|
3477
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3478
|
+
"studio.tokens": {
|
|
3479
|
+
"originalType": "lineHeights"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
"type": "lineHeight",
|
|
3483
|
+
"value": "1.4"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "utrechtBodyLineHeight",
|
|
3486
|
+
"attributes": {},
|
|
3487
|
+
"path": [
|
|
3488
|
+
"utrecht",
|
|
3489
|
+
"body",
|
|
3490
|
+
"line-height"
|
|
3491
|
+
]
|
|
3492
|
+
},
|
|
3493
|
+
"background-color": {
|
|
3494
|
+
"value": "hsl(0 0% 100%)",
|
|
3495
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3496
|
+
"isSource": true,
|
|
3497
|
+
"original": {
|
|
3498
|
+
"value": "{utrecht.color.white}"
|
|
3499
|
+
},
|
|
3500
|
+
"name": "utrechtBodyBackgroundColor",
|
|
3501
|
+
"attributes": {},
|
|
3502
|
+
"path": [
|
|
3503
|
+
"utrecht",
|
|
3504
|
+
"body",
|
|
3505
|
+
"background-color"
|
|
3506
|
+
]
|
|
3507
|
+
},
|
|
3508
|
+
"color": {
|
|
3509
|
+
"value": "hsl(0 0% 0%)",
|
|
3510
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3511
|
+
"isSource": true,
|
|
3512
|
+
"original": {
|
|
3513
|
+
"value": "{utrecht.color.black}"
|
|
3514
|
+
},
|
|
3515
|
+
"name": "utrechtBodyColor",
|
|
3516
|
+
"attributes": {},
|
|
3517
|
+
"path": [
|
|
3518
|
+
"utrecht",
|
|
3519
|
+
"body",
|
|
3520
|
+
"color"
|
|
3521
|
+
]
|
|
3433
3522
|
}
|
|
3434
3523
|
},
|
|
3435
3524
|
"breadcrumb-nav": {
|
|
@@ -10339,7 +10428,7 @@
|
|
|
10339
10428
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10340
10429
|
},
|
|
10341
10430
|
"type": "color",
|
|
10342
|
-
"value": "{
|
|
10431
|
+
"value": "{nl.code-block.background-color}"
|
|
10343
10432
|
},
|
|
10344
10433
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
10345
10434
|
"attributes": {},
|
|
@@ -10370,7 +10459,7 @@
|
|
|
10370
10459
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10371
10460
|
},
|
|
10372
10461
|
"type": "color",
|
|
10373
|
-
"value": "{
|
|
10462
|
+
"value": "{nl.code-block.color}"
|
|
10374
10463
|
},
|
|
10375
10464
|
"name": "utrechtCodeBlockColor",
|
|
10376
10465
|
"attributes": {},
|
|
@@ -10386,9 +10475,36 @@
|
|
|
10386
10475
|
"syntax": "*",
|
|
10387
10476
|
"inherits": true
|
|
10388
10477
|
},
|
|
10389
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10478
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10479
|
+
"studio.tokens": {
|
|
10480
|
+
"originalType": "fontFamilies"
|
|
10481
|
+
}
|
|
10390
10482
|
},
|
|
10391
|
-
"type": "
|
|
10483
|
+
"type": "fontFamily",
|
|
10484
|
+
"value": "\"Monaco\"",
|
|
10485
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
10486
|
+
"isSource": true,
|
|
10487
|
+
"original": {
|
|
10488
|
+
"$extensions": {
|
|
10489
|
+
"nl.nldesignsystem.css.property": {
|
|
10490
|
+
"syntax": "*",
|
|
10491
|
+
"inherits": true
|
|
10492
|
+
},
|
|
10493
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10494
|
+
"studio.tokens": {
|
|
10495
|
+
"originalType": "fontFamilies"
|
|
10496
|
+
}
|
|
10497
|
+
},
|
|
10498
|
+
"type": "fontFamily",
|
|
10499
|
+
"value": "{nl.code-block.font-family}"
|
|
10500
|
+
},
|
|
10501
|
+
"name": "utrechtCodeBlockFontFamily",
|
|
10502
|
+
"attributes": {},
|
|
10503
|
+
"path": [
|
|
10504
|
+
"utrecht",
|
|
10505
|
+
"code-block",
|
|
10506
|
+
"font-family"
|
|
10507
|
+
]
|
|
10392
10508
|
},
|
|
10393
10509
|
"font-size": {
|
|
10394
10510
|
"$extensions": {
|
|
@@ -10417,7 +10533,7 @@
|
|
|
10417
10533
|
}
|
|
10418
10534
|
},
|
|
10419
10535
|
"type": "fontSize",
|
|
10420
|
-
"value": "{
|
|
10536
|
+
"value": "{nl.code-block.font-size}"
|
|
10421
10537
|
},
|
|
10422
10538
|
"name": "utrechtCodeBlockFontSize",
|
|
10423
10539
|
"attributes": {},
|
|
@@ -10460,7 +10576,7 @@
|
|
|
10460
10576
|
}
|
|
10461
10577
|
},
|
|
10462
10578
|
"type": "lineHeight",
|
|
10463
|
-
"value": "{
|
|
10579
|
+
"value": "{nl.code-block.line-height}"
|
|
10464
10580
|
},
|
|
10465
10581
|
"name": "utrechtCodeBlockLineHeight",
|
|
10466
10582
|
"attributes": {},
|
|
@@ -10591,7 +10707,7 @@
|
|
|
10591
10707
|
}
|
|
10592
10708
|
},
|
|
10593
10709
|
"type": "dimension",
|
|
10594
|
-
"value": "
|
|
10710
|
+
"value": "{nl.code-block.padding-block}"
|
|
10595
10711
|
},
|
|
10596
10712
|
"name": "utrechtCodeBlockPaddingBlockStart",
|
|
10597
10713
|
"attributes": {},
|
|
@@ -10628,7 +10744,7 @@
|
|
|
10628
10744
|
}
|
|
10629
10745
|
},
|
|
10630
10746
|
"type": "dimension",
|
|
10631
|
-
"value": "
|
|
10747
|
+
"value": "{nl.code-block.padding-block}"
|
|
10632
10748
|
},
|
|
10633
10749
|
"name": "utrechtCodeBlockPaddingBlockEnd",
|
|
10634
10750
|
"attributes": {},
|
|
@@ -10665,7 +10781,7 @@
|
|
|
10665
10781
|
}
|
|
10666
10782
|
},
|
|
10667
10783
|
"type": "dimension",
|
|
10668
|
-
"value": "
|
|
10784
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10669
10785
|
},
|
|
10670
10786
|
"name": "utrechtCodeBlockPaddingInlineStart",
|
|
10671
10787
|
"attributes": {},
|
|
@@ -10702,7 +10818,7 @@
|
|
|
10702
10818
|
}
|
|
10703
10819
|
},
|
|
10704
10820
|
"type": "dimension",
|
|
10705
|
-
"value": "
|
|
10821
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10706
10822
|
},
|
|
10707
10823
|
"name": "utrechtCodeBlockPaddingInlineEnd",
|
|
10708
10824
|
"attributes": {},
|
|
@@ -14200,6 +14316,126 @@
|
|
|
14200
14316
|
}
|
|
14201
14317
|
},
|
|
14202
14318
|
"currency-data": {},
|
|
14319
|
+
"data-badge": {
|
|
14320
|
+
"background-color": {
|
|
14321
|
+
"comment": "Default background color for badge components",
|
|
14322
|
+
"$extensions": {
|
|
14323
|
+
"nl.nldesignsystem.css.property": {
|
|
14324
|
+
"syntax": "<color>",
|
|
14325
|
+
"inherits": true
|
|
14326
|
+
},
|
|
14327
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14328
|
+
},
|
|
14329
|
+
"type": "color"
|
|
14330
|
+
},
|
|
14331
|
+
"border-radius": {
|
|
14332
|
+
"comment": "Default corner radius for badge components",
|
|
14333
|
+
"$extensions": {
|
|
14334
|
+
"nl.nldesignsystem.css.property": {
|
|
14335
|
+
"syntax": "<length-percentage>",
|
|
14336
|
+
"inherits": true
|
|
14337
|
+
},
|
|
14338
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14339
|
+
},
|
|
14340
|
+
"type": "borderRadius"
|
|
14341
|
+
},
|
|
14342
|
+
"border-width": {
|
|
14343
|
+
"$extensions": {
|
|
14344
|
+
"nl.nldesignsystem.css.property": {
|
|
14345
|
+
"syntax": "<length>",
|
|
14346
|
+
"inherits": true
|
|
14347
|
+
},
|
|
14348
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14349
|
+
},
|
|
14350
|
+
"type": "borderWidth"
|
|
14351
|
+
},
|
|
14352
|
+
"color": {
|
|
14353
|
+
"comment": "Default text color for badge components",
|
|
14354
|
+
"$extensions": {
|
|
14355
|
+
"nl.nldesignsystem.css.property": {
|
|
14356
|
+
"syntax": "<color>",
|
|
14357
|
+
"inherits": true
|
|
14358
|
+
},
|
|
14359
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14360
|
+
},
|
|
14361
|
+
"type": "color"
|
|
14362
|
+
},
|
|
14363
|
+
"font-size": {
|
|
14364
|
+
"$extensions": {
|
|
14365
|
+
"nl.nldesignsystem.css.property": {
|
|
14366
|
+
"syntax": "<length>",
|
|
14367
|
+
"inherits": true
|
|
14368
|
+
},
|
|
14369
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14370
|
+
},
|
|
14371
|
+
"type": "fontSizes"
|
|
14372
|
+
},
|
|
14373
|
+
"font-weight": {
|
|
14374
|
+
"$extensions": {
|
|
14375
|
+
"nl.nldesignsystem.css.property": {
|
|
14376
|
+
"syntax": "<number>",
|
|
14377
|
+
"inherits": true
|
|
14378
|
+
},
|
|
14379
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14380
|
+
},
|
|
14381
|
+
"type": "fontWeights"
|
|
14382
|
+
},
|
|
14383
|
+
"line-height": {
|
|
14384
|
+
"$extensions": {
|
|
14385
|
+
"nl.nldesignsystem.css.property": {
|
|
14386
|
+
"syntax": [
|
|
14387
|
+
"<length>",
|
|
14388
|
+
"<number>"
|
|
14389
|
+
],
|
|
14390
|
+
"inherits": true
|
|
14391
|
+
},
|
|
14392
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14393
|
+
},
|
|
14394
|
+
"type": "lineHeights"
|
|
14395
|
+
},
|
|
14396
|
+
"min-block-size": {
|
|
14397
|
+
"$extensions": {
|
|
14398
|
+
"nl.nldesignsystem.css.property": {
|
|
14399
|
+
"syntax": "<length>",
|
|
14400
|
+
"inherits": true
|
|
14401
|
+
},
|
|
14402
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14403
|
+
},
|
|
14404
|
+
"type": "sizing"
|
|
14405
|
+
},
|
|
14406
|
+
"min-inline-size": {
|
|
14407
|
+
"$extensions": {
|
|
14408
|
+
"nl.nldesignsystem.css.property": {
|
|
14409
|
+
"syntax": "<length>",
|
|
14410
|
+
"inherits": true
|
|
14411
|
+
},
|
|
14412
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14413
|
+
},
|
|
14414
|
+
"type": "sizing"
|
|
14415
|
+
},
|
|
14416
|
+
"padding-block": {
|
|
14417
|
+
"comment": "Default block padding for badge components",
|
|
14418
|
+
"$extensions": {
|
|
14419
|
+
"nl.nldesignsystem.css.property": {
|
|
14420
|
+
"syntax": "<length>",
|
|
14421
|
+
"inherits": true
|
|
14422
|
+
},
|
|
14423
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14424
|
+
},
|
|
14425
|
+
"type": "spacing"
|
|
14426
|
+
},
|
|
14427
|
+
"padding-inline": {
|
|
14428
|
+
"comment": "Default inline padding color for badge components",
|
|
14429
|
+
"$extensions": {
|
|
14430
|
+
"nl.nldesignsystem.css.property": {
|
|
14431
|
+
"syntax": "<length>",
|
|
14432
|
+
"inherits": true
|
|
14433
|
+
},
|
|
14434
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14435
|
+
},
|
|
14436
|
+
"type": "spacing"
|
|
14437
|
+
}
|
|
14438
|
+
},
|
|
14203
14439
|
"data-list": {
|
|
14204
14440
|
"margin-block-end": {
|
|
14205
14441
|
"$extensions": {
|
|
@@ -17755,7 +17991,7 @@
|
|
|
17755
17991
|
"syntax": "<length>",
|
|
17756
17992
|
"inherits": true
|
|
17757
17993
|
},
|
|
17758
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
17994
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17759
17995
|
"studio.tokens": {
|
|
17760
17996
|
"originalType": "spacing"
|
|
17761
17997
|
}
|
|
@@ -17770,7 +18006,7 @@
|
|
|
17770
18006
|
"syntax": "<length>",
|
|
17771
18007
|
"inherits": true
|
|
17772
18008
|
},
|
|
17773
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18009
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17774
18010
|
"studio.tokens": {
|
|
17775
18011
|
"originalType": "spacing"
|
|
17776
18012
|
}
|
|
@@ -17792,7 +18028,7 @@
|
|
|
17792
18028
|
"syntax": "<length>",
|
|
17793
18029
|
"inherits": true
|
|
17794
18030
|
},
|
|
17795
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18031
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17796
18032
|
"studio.tokens": {
|
|
17797
18033
|
"originalType": "spacing"
|
|
17798
18034
|
}
|
|
@@ -17807,7 +18043,7 @@
|
|
|
17807
18043
|
"syntax": "<length>",
|
|
17808
18044
|
"inherits": true
|
|
17809
18045
|
},
|
|
17810
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18046
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17811
18047
|
"studio.tokens": {
|
|
17812
18048
|
"originalType": "spacing"
|
|
17813
18049
|
}
|
|
@@ -17829,7 +18065,7 @@
|
|
|
17829
18065
|
"syntax": "<length>",
|
|
17830
18066
|
"inherits": true
|
|
17831
18067
|
},
|
|
17832
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18068
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17833
18069
|
"studio.tokens": {
|
|
17834
18070
|
"originalType": "spacing"
|
|
17835
18071
|
}
|
|
@@ -17844,7 +18080,7 @@
|
|
|
17844
18080
|
"syntax": "<length>",
|
|
17845
18081
|
"inherits": true
|
|
17846
18082
|
},
|
|
17847
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18083
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17848
18084
|
"studio.tokens": {
|
|
17849
18085
|
"originalType": "spacing"
|
|
17850
18086
|
}
|
|
@@ -17866,7 +18102,7 @@
|
|
|
17866
18102
|
"syntax": "<length>",
|
|
17867
18103
|
"inherits": true
|
|
17868
18104
|
},
|
|
17869
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18105
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17870
18106
|
"studio.tokens": {
|
|
17871
18107
|
"originalType": "spacing"
|
|
17872
18108
|
}
|
|
@@ -17881,7 +18117,7 @@
|
|
|
17881
18117
|
"syntax": "<length>",
|
|
17882
18118
|
"inherits": true
|
|
17883
18119
|
},
|
|
17884
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18120
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17885
18121
|
"studio.tokens": {
|
|
17886
18122
|
"originalType": "spacing"
|
|
17887
18123
|
}
|
|
@@ -18428,7 +18664,7 @@
|
|
|
18428
18664
|
}
|
|
18429
18665
|
},
|
|
18430
18666
|
"type": "fontFamily",
|
|
18431
|
-
"value": "{
|
|
18667
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
18432
18668
|
},
|
|
18433
18669
|
"name": "utrechtHeading1FontFamily",
|
|
18434
18670
|
"attributes": {},
|
|
@@ -18465,7 +18701,7 @@
|
|
|
18465
18701
|
}
|
|
18466
18702
|
},
|
|
18467
18703
|
"type": "fontSize",
|
|
18468
|
-
"value": "{
|
|
18704
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
18469
18705
|
},
|
|
18470
18706
|
"name": "utrechtHeading1FontSize",
|
|
18471
18707
|
"attributes": {},
|
|
@@ -18508,7 +18744,7 @@
|
|
|
18508
18744
|
}
|
|
18509
18745
|
},
|
|
18510
18746
|
"type": "fontWeight",
|
|
18511
|
-
"value": "{
|
|
18747
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
18512
18748
|
},
|
|
18513
18749
|
"name": "utrechtHeading1FontWeight",
|
|
18514
18750
|
"attributes": {},
|
|
@@ -18551,7 +18787,7 @@
|
|
|
18551
18787
|
}
|
|
18552
18788
|
},
|
|
18553
18789
|
"type": "lineHeight",
|
|
18554
|
-
"value": "{
|
|
18790
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
18555
18791
|
},
|
|
18556
18792
|
"name": "utrechtHeading1LineHeight",
|
|
18557
18793
|
"attributes": {},
|
|
@@ -18687,7 +18923,7 @@
|
|
|
18687
18923
|
}
|
|
18688
18924
|
},
|
|
18689
18925
|
"type": "fontFamily",
|
|
18690
|
-
"value": "{
|
|
18926
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
18691
18927
|
},
|
|
18692
18928
|
"name": "utrechtHeading2FontFamily",
|
|
18693
18929
|
"attributes": {},
|
|
@@ -18724,7 +18960,7 @@
|
|
|
18724
18960
|
}
|
|
18725
18961
|
},
|
|
18726
18962
|
"type": "fontSize",
|
|
18727
|
-
"value": "{
|
|
18963
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
18728
18964
|
},
|
|
18729
18965
|
"name": "utrechtHeading2FontSize",
|
|
18730
18966
|
"attributes": {},
|
|
@@ -18767,7 +19003,7 @@
|
|
|
18767
19003
|
}
|
|
18768
19004
|
},
|
|
18769
19005
|
"type": "fontWeight",
|
|
18770
|
-
"value": "{
|
|
19006
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
18771
19007
|
},
|
|
18772
19008
|
"name": "utrechtHeading2FontWeight",
|
|
18773
19009
|
"attributes": {},
|
|
@@ -18810,7 +19046,7 @@
|
|
|
18810
19046
|
}
|
|
18811
19047
|
},
|
|
18812
19048
|
"type": "lineHeight",
|
|
18813
|
-
"value": "{
|
|
19049
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
18814
19050
|
},
|
|
18815
19051
|
"name": "utrechtHeading2LineHeight",
|
|
18816
19052
|
"attributes": {},
|
|
@@ -18946,7 +19182,7 @@
|
|
|
18946
19182
|
}
|
|
18947
19183
|
},
|
|
18948
19184
|
"type": "fontFamily",
|
|
18949
|
-
"value": "{
|
|
19185
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
18950
19186
|
},
|
|
18951
19187
|
"name": "utrechtHeading3FontFamily",
|
|
18952
19188
|
"attributes": {},
|
|
@@ -18983,7 +19219,7 @@
|
|
|
18983
19219
|
}
|
|
18984
19220
|
},
|
|
18985
19221
|
"type": "fontSize",
|
|
18986
|
-
"value": "{
|
|
19222
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
18987
19223
|
},
|
|
18988
19224
|
"name": "utrechtHeading3FontSize",
|
|
18989
19225
|
"attributes": {},
|
|
@@ -19026,7 +19262,7 @@
|
|
|
19026
19262
|
}
|
|
19027
19263
|
},
|
|
19028
19264
|
"type": "fontWeight",
|
|
19029
|
-
"value": "{
|
|
19265
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19030
19266
|
},
|
|
19031
19267
|
"name": "utrechtHeading3FontWeight",
|
|
19032
19268
|
"attributes": {},
|
|
@@ -19069,7 +19305,7 @@
|
|
|
19069
19305
|
}
|
|
19070
19306
|
},
|
|
19071
19307
|
"type": "lineHeight",
|
|
19072
|
-
"value": "{
|
|
19308
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
19073
19309
|
},
|
|
19074
19310
|
"name": "utrechtHeading3LineHeight",
|
|
19075
19311
|
"attributes": {},
|
|
@@ -19205,7 +19441,7 @@
|
|
|
19205
19441
|
}
|
|
19206
19442
|
},
|
|
19207
19443
|
"type": "fontFamily",
|
|
19208
|
-
"value": "{
|
|
19444
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
19209
19445
|
},
|
|
19210
19446
|
"name": "utrechtHeading4FontFamily",
|
|
19211
19447
|
"attributes": {},
|
|
@@ -19242,7 +19478,7 @@
|
|
|
19242
19478
|
}
|
|
19243
19479
|
},
|
|
19244
19480
|
"type": "fontSize",
|
|
19245
|
-
"value": "{
|
|
19481
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
19246
19482
|
},
|
|
19247
19483
|
"name": "utrechtHeading4FontSize",
|
|
19248
19484
|
"attributes": {},
|
|
@@ -19285,7 +19521,7 @@
|
|
|
19285
19521
|
}
|
|
19286
19522
|
},
|
|
19287
19523
|
"type": "fontWeight",
|
|
19288
|
-
"value": "{
|
|
19524
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
19289
19525
|
},
|
|
19290
19526
|
"name": "utrechtHeading4FontWeight",
|
|
19291
19527
|
"attributes": {},
|
|
@@ -19328,7 +19564,7 @@
|
|
|
19328
19564
|
}
|
|
19329
19565
|
},
|
|
19330
19566
|
"type": "lineHeight",
|
|
19331
|
-
"value": "{
|
|
19567
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
19332
19568
|
},
|
|
19333
19569
|
"name": "utrechtHeading4LineHeight",
|
|
19334
19570
|
"attributes": {},
|
|
@@ -19464,7 +19700,7 @@
|
|
|
19464
19700
|
}
|
|
19465
19701
|
},
|
|
19466
19702
|
"type": "fontFamily",
|
|
19467
|
-
"value": "{
|
|
19703
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
19468
19704
|
},
|
|
19469
19705
|
"name": "utrechtHeading5FontFamily",
|
|
19470
19706
|
"attributes": {},
|
|
@@ -19501,7 +19737,7 @@
|
|
|
19501
19737
|
}
|
|
19502
19738
|
},
|
|
19503
19739
|
"type": "fontSize",
|
|
19504
|
-
"value": "{
|
|
19740
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
19505
19741
|
},
|
|
19506
19742
|
"name": "utrechtHeading5FontSize",
|
|
19507
19743
|
"attributes": {},
|
|
@@ -19544,7 +19780,7 @@
|
|
|
19544
19780
|
}
|
|
19545
19781
|
},
|
|
19546
19782
|
"type": "fontWeight",
|
|
19547
|
-
"value": "{
|
|
19783
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
19548
19784
|
},
|
|
19549
19785
|
"name": "utrechtHeading5FontWeight",
|
|
19550
19786
|
"attributes": {},
|
|
@@ -19587,7 +19823,7 @@
|
|
|
19587
19823
|
}
|
|
19588
19824
|
},
|
|
19589
19825
|
"type": "lineHeight",
|
|
19590
|
-
"value": "{
|
|
19826
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
19591
19827
|
},
|
|
19592
19828
|
"name": "utrechtHeading5LineHeight",
|
|
19593
19829
|
"attributes": {},
|
|
@@ -19722,7 +19958,7 @@
|
|
|
19722
19958
|
}
|
|
19723
19959
|
},
|
|
19724
19960
|
"type": "fontFamily",
|
|
19725
|
-
"value": "{
|
|
19961
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
19726
19962
|
},
|
|
19727
19963
|
"name": "utrechtHeading6FontFamily",
|
|
19728
19964
|
"attributes": {},
|
|
@@ -19759,7 +19995,7 @@
|
|
|
19759
19995
|
}
|
|
19760
19996
|
},
|
|
19761
19997
|
"type": "fontSize",
|
|
19762
|
-
"value": "{
|
|
19998
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
19763
19999
|
},
|
|
19764
20000
|
"name": "utrechtHeading6FontSize",
|
|
19765
20001
|
"attributes": {},
|
|
@@ -19802,7 +20038,7 @@
|
|
|
19802
20038
|
}
|
|
19803
20039
|
},
|
|
19804
20040
|
"type": "fontWeight",
|
|
19805
|
-
"value": "{
|
|
20041
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
19806
20042
|
},
|
|
19807
20043
|
"name": "utrechtHeading6FontWeight",
|
|
19808
20044
|
"attributes": {},
|
|
@@ -19845,7 +20081,7 @@
|
|
|
19845
20081
|
}
|
|
19846
20082
|
},
|
|
19847
20083
|
"type": "lineHeight",
|
|
19848
|
-
"value": "{
|
|
20084
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
19849
20085
|
},
|
|
19850
20086
|
"name": "utrechtHeading6LineHeight",
|
|
19851
20087
|
"attributes": {},
|
|
@@ -20437,9 +20673,37 @@
|
|
|
20437
20673
|
"syntax": "<length>",
|
|
20438
20674
|
"inherits": true
|
|
20439
20675
|
},
|
|
20440
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
20676
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20677
|
+
"studio.tokens": {
|
|
20678
|
+
"originalType": "spacing"
|
|
20679
|
+
}
|
|
20441
20680
|
},
|
|
20442
|
-
"type": "
|
|
20681
|
+
"type": "dimension",
|
|
20682
|
+
"value": "0.15em",
|
|
20683
|
+
"filePath": "src/component/utrecht/link-list.tokens.json",
|
|
20684
|
+
"isSource": true,
|
|
20685
|
+
"original": {
|
|
20686
|
+
"$extensions": {
|
|
20687
|
+
"nl.nldesignsystem.css.property": {
|
|
20688
|
+
"syntax": "<length>",
|
|
20689
|
+
"inherits": true
|
|
20690
|
+
},
|
|
20691
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20692
|
+
"studio.tokens": {
|
|
20693
|
+
"originalType": "spacing"
|
|
20694
|
+
}
|
|
20695
|
+
},
|
|
20696
|
+
"type": "dimension",
|
|
20697
|
+
"value": "0.15em"
|
|
20698
|
+
},
|
|
20699
|
+
"name": "utrechtLinkListIconInsetBlockStart",
|
|
20700
|
+
"attributes": {},
|
|
20701
|
+
"path": [
|
|
20702
|
+
"utrecht",
|
|
20703
|
+
"link-list",
|
|
20704
|
+
"icon",
|
|
20705
|
+
"inset-block-start"
|
|
20706
|
+
]
|
|
20443
20707
|
}
|
|
20444
20708
|
}
|
|
20445
20709
|
},
|
|
@@ -23193,7 +23457,7 @@
|
|
|
23193
23457
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23194
23458
|
},
|
|
23195
23459
|
"type": "color",
|
|
23196
|
-
"value": "{
|
|
23460
|
+
"value": "{nl.mark.background-color}"
|
|
23197
23461
|
},
|
|
23198
23462
|
"name": "utrechtMarkBackgroundColor",
|
|
23199
23463
|
"attributes": {},
|
|
@@ -23224,7 +23488,7 @@
|
|
|
23224
23488
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23225
23489
|
},
|
|
23226
23490
|
"type": "color",
|
|
23227
|
-
"value": "{
|
|
23491
|
+
"value": "{nl.mark.color}"
|
|
23228
23492
|
},
|
|
23229
23493
|
"name": "utrechtMarkColor",
|
|
23230
23494
|
"attributes": {},
|
|
@@ -23245,28 +23509,7 @@
|
|
|
23245
23509
|
},
|
|
23246
23510
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23247
23511
|
},
|
|
23248
|
-
"type": "color"
|
|
23249
|
-
"value": "hsl(0 0% 100%)",
|
|
23250
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23251
|
-
"isSource": true,
|
|
23252
|
-
"original": {
|
|
23253
|
-
"$extensions": {
|
|
23254
|
-
"nl.nldesignsystem.css.property": {
|
|
23255
|
-
"syntax": "<color>",
|
|
23256
|
-
"inherits": true
|
|
23257
|
-
},
|
|
23258
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23259
|
-
},
|
|
23260
|
-
"type": "color",
|
|
23261
|
-
"value": "{utrecht.color.white}"
|
|
23262
|
-
},
|
|
23263
|
-
"name": "utrechtNavBarBackgroundColor",
|
|
23264
|
-
"attributes": {},
|
|
23265
|
-
"path": [
|
|
23266
|
-
"utrecht",
|
|
23267
|
-
"nav-bar",
|
|
23268
|
-
"background-color"
|
|
23269
|
-
]
|
|
23512
|
+
"type": "color"
|
|
23270
23513
|
},
|
|
23271
23514
|
"color": {
|
|
23272
23515
|
"$extensions": {
|
|
@@ -23276,28 +23519,7 @@
|
|
|
23276
23519
|
},
|
|
23277
23520
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23278
23521
|
},
|
|
23279
|
-
"type": "color"
|
|
23280
|
-
"value": "hsl(0 0% 0%)",
|
|
23281
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23282
|
-
"isSource": true,
|
|
23283
|
-
"original": {
|
|
23284
|
-
"$extensions": {
|
|
23285
|
-
"nl.nldesignsystem.css.property": {
|
|
23286
|
-
"syntax": "<color>",
|
|
23287
|
-
"inherits": true
|
|
23288
|
-
},
|
|
23289
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23290
|
-
},
|
|
23291
|
-
"type": "color",
|
|
23292
|
-
"value": "{utrecht.color.black}"
|
|
23293
|
-
},
|
|
23294
|
-
"name": "utrechtNavBarColor",
|
|
23295
|
-
"attributes": {},
|
|
23296
|
-
"path": [
|
|
23297
|
-
"utrecht",
|
|
23298
|
-
"nav-bar",
|
|
23299
|
-
"color"
|
|
23300
|
-
]
|
|
23522
|
+
"type": "color"
|
|
23301
23523
|
},
|
|
23302
23524
|
"content": {
|
|
23303
23525
|
"background-color": {
|
|
@@ -23897,7 +24119,7 @@
|
|
|
23897
24119
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23898
24120
|
},
|
|
23899
24121
|
"type": "color",
|
|
23900
|
-
"value": "{
|
|
24122
|
+
"value": "{nl.number-badge.background-color}"
|
|
23901
24123
|
},
|
|
23902
24124
|
"name": "utrechtNumberBadgeBackgroundColor",
|
|
23903
24125
|
"attributes": {},
|
|
@@ -23953,7 +24175,7 @@
|
|
|
23953
24175
|
}
|
|
23954
24176
|
},
|
|
23955
24177
|
"type": "dimension",
|
|
23956
|
-
"value": "{
|
|
24178
|
+
"value": "{nl.number-badge.border-radius}"
|
|
23957
24179
|
},
|
|
23958
24180
|
"name": "utrechtNumberBadgeBorderRadius",
|
|
23959
24181
|
"attributes": {},
|
|
@@ -24005,7 +24227,7 @@
|
|
|
24005
24227
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24006
24228
|
},
|
|
24007
24229
|
"type": "color",
|
|
24008
|
-
"value": "{
|
|
24230
|
+
"value": "{nl.number-badge.color}"
|
|
24009
24231
|
},
|
|
24010
24232
|
"name": "utrechtNumberBadgeColor",
|
|
24011
24233
|
"attributes": {},
|
|
@@ -24062,7 +24284,7 @@
|
|
|
24062
24284
|
}
|
|
24063
24285
|
},
|
|
24064
24286
|
"type": "fontSize",
|
|
24065
|
-
"value": "{
|
|
24287
|
+
"value": "{nl.number-badge.font-size}"
|
|
24066
24288
|
},
|
|
24067
24289
|
"name": "utrechtNumberBadgeFontSize",
|
|
24068
24290
|
"attributes": {},
|
|
@@ -24155,7 +24377,7 @@
|
|
|
24155
24377
|
}
|
|
24156
24378
|
},
|
|
24157
24379
|
"type": "dimension",
|
|
24158
|
-
"value": "
|
|
24380
|
+
"value": "{nl.number-badge.padding-block}"
|
|
24159
24381
|
},
|
|
24160
24382
|
"name": "utrechtNumberBadgePaddingBlock",
|
|
24161
24383
|
"attributes": {},
|
|
@@ -24200,7 +24422,7 @@
|
|
|
24200
24422
|
}
|
|
24201
24423
|
},
|
|
24202
24424
|
"type": "dimension",
|
|
24203
|
-
"value": "
|
|
24425
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
24204
24426
|
},
|
|
24205
24427
|
"name": "utrechtNumberBadgePaddingInline",
|
|
24206
24428
|
"attributes": {},
|
|
@@ -24613,7 +24835,29 @@
|
|
|
24613
24835
|
},
|
|
24614
24836
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24615
24837
|
},
|
|
24616
|
-
"type": "color"
|
|
24838
|
+
"type": "color",
|
|
24839
|
+
"value": "hsl(0 0% 100%)",
|
|
24840
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24841
|
+
"isSource": true,
|
|
24842
|
+
"original": {
|
|
24843
|
+
"$extensions": {
|
|
24844
|
+
"nl.nldesignsystem.css.property": {
|
|
24845
|
+
"syntax": "<color>",
|
|
24846
|
+
"inherits": true
|
|
24847
|
+
},
|
|
24848
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24849
|
+
},
|
|
24850
|
+
"type": "color",
|
|
24851
|
+
"value": "{utrecht.color.white}"
|
|
24852
|
+
},
|
|
24853
|
+
"name": "utrechtPageBodyContentBackgroundColor",
|
|
24854
|
+
"attributes": {},
|
|
24855
|
+
"path": [
|
|
24856
|
+
"utrecht",
|
|
24857
|
+
"page-body",
|
|
24858
|
+
"content",
|
|
24859
|
+
"background-color"
|
|
24860
|
+
]
|
|
24617
24861
|
},
|
|
24618
24862
|
"color": {
|
|
24619
24863
|
"$extensions": {
|
|
@@ -24623,7 +24867,29 @@
|
|
|
24623
24867
|
},
|
|
24624
24868
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24625
24869
|
},
|
|
24626
|
-
"type": "color"
|
|
24870
|
+
"type": "color",
|
|
24871
|
+
"value": "hsl(0 0% 0%)",
|
|
24872
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24873
|
+
"isSource": true,
|
|
24874
|
+
"original": {
|
|
24875
|
+
"$extensions": {
|
|
24876
|
+
"nl.nldesignsystem.css.property": {
|
|
24877
|
+
"syntax": "<color>",
|
|
24878
|
+
"inherits": true
|
|
24879
|
+
},
|
|
24880
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24881
|
+
},
|
|
24882
|
+
"type": "color",
|
|
24883
|
+
"value": "{utrecht.color.black}"
|
|
24884
|
+
},
|
|
24885
|
+
"name": "utrechtPageBodyContentColor",
|
|
24886
|
+
"attributes": {},
|
|
24887
|
+
"path": [
|
|
24888
|
+
"utrecht",
|
|
24889
|
+
"page-body",
|
|
24890
|
+
"content",
|
|
24891
|
+
"color"
|
|
24892
|
+
]
|
|
24627
24893
|
},
|
|
24628
24894
|
"padding-block-start": {
|
|
24629
24895
|
"$extensions": {
|
|
@@ -24631,9 +24897,37 @@
|
|
|
24631
24897
|
"syntax": "<length>",
|
|
24632
24898
|
"inherits": true
|
|
24633
24899
|
},
|
|
24634
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24900
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24901
|
+
"studio.tokens": {
|
|
24902
|
+
"originalType": "spacing"
|
|
24903
|
+
}
|
|
24635
24904
|
},
|
|
24636
|
-
"type": "
|
|
24905
|
+
"type": "dimension",
|
|
24906
|
+
"value": "0",
|
|
24907
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24908
|
+
"isSource": true,
|
|
24909
|
+
"original": {
|
|
24910
|
+
"$extensions": {
|
|
24911
|
+
"nl.nldesignsystem.css.property": {
|
|
24912
|
+
"syntax": "<length>",
|
|
24913
|
+
"inherits": true
|
|
24914
|
+
},
|
|
24915
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24916
|
+
"studio.tokens": {
|
|
24917
|
+
"originalType": "spacing"
|
|
24918
|
+
}
|
|
24919
|
+
},
|
|
24920
|
+
"type": "dimension",
|
|
24921
|
+
"value": "0"
|
|
24922
|
+
},
|
|
24923
|
+
"name": "utrechtPageBodyContentPaddingBlockStart",
|
|
24924
|
+
"attributes": {},
|
|
24925
|
+
"path": [
|
|
24926
|
+
"utrecht",
|
|
24927
|
+
"page-body",
|
|
24928
|
+
"content",
|
|
24929
|
+
"padding-block-start"
|
|
24930
|
+
]
|
|
24637
24931
|
},
|
|
24638
24932
|
"padding-block-end": {
|
|
24639
24933
|
"$extensions": {
|
|
@@ -24641,9 +24935,37 @@
|
|
|
24641
24935
|
"syntax": "<length>",
|
|
24642
24936
|
"inherits": true
|
|
24643
24937
|
},
|
|
24644
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24938
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24939
|
+
"studio.tokens": {
|
|
24940
|
+
"originalType": "spacing"
|
|
24941
|
+
}
|
|
24645
24942
|
},
|
|
24646
|
-
"type": "
|
|
24943
|
+
"type": "dimension",
|
|
24944
|
+
"value": "1em",
|
|
24945
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24946
|
+
"isSource": true,
|
|
24947
|
+
"original": {
|
|
24948
|
+
"$extensions": {
|
|
24949
|
+
"nl.nldesignsystem.css.property": {
|
|
24950
|
+
"syntax": "<length>",
|
|
24951
|
+
"inherits": true
|
|
24952
|
+
},
|
|
24953
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24954
|
+
"studio.tokens": {
|
|
24955
|
+
"originalType": "spacing"
|
|
24956
|
+
}
|
|
24957
|
+
},
|
|
24958
|
+
"type": "dimension",
|
|
24959
|
+
"value": "1em"
|
|
24960
|
+
},
|
|
24961
|
+
"name": "utrechtPageBodyContentPaddingBlockEnd",
|
|
24962
|
+
"attributes": {},
|
|
24963
|
+
"path": [
|
|
24964
|
+
"utrecht",
|
|
24965
|
+
"page-body",
|
|
24966
|
+
"content",
|
|
24967
|
+
"padding-block-end"
|
|
24968
|
+
]
|
|
24647
24969
|
},
|
|
24648
24970
|
"padding-inline-start": {
|
|
24649
24971
|
"$extensions": {
|
|
@@ -24651,9 +24973,37 @@
|
|
|
24651
24973
|
"syntax": "<length>",
|
|
24652
24974
|
"inherits": true
|
|
24653
24975
|
},
|
|
24654
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24976
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24977
|
+
"studio.tokens": {
|
|
24978
|
+
"originalType": "spacing"
|
|
24979
|
+
}
|
|
24655
24980
|
},
|
|
24656
|
-
"type": "
|
|
24981
|
+
"type": "dimension",
|
|
24982
|
+
"value": "2em",
|
|
24983
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24984
|
+
"isSource": true,
|
|
24985
|
+
"original": {
|
|
24986
|
+
"$extensions": {
|
|
24987
|
+
"nl.nldesignsystem.css.property": {
|
|
24988
|
+
"syntax": "<length>",
|
|
24989
|
+
"inherits": true
|
|
24990
|
+
},
|
|
24991
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24992
|
+
"studio.tokens": {
|
|
24993
|
+
"originalType": "spacing"
|
|
24994
|
+
}
|
|
24995
|
+
},
|
|
24996
|
+
"type": "dimension",
|
|
24997
|
+
"value": "2em"
|
|
24998
|
+
},
|
|
24999
|
+
"name": "utrechtPageBodyContentPaddingInlineStart",
|
|
25000
|
+
"attributes": {},
|
|
25001
|
+
"path": [
|
|
25002
|
+
"utrecht",
|
|
25003
|
+
"page-body",
|
|
25004
|
+
"content",
|
|
25005
|
+
"padding-inline-start"
|
|
25006
|
+
]
|
|
24657
25007
|
},
|
|
24658
25008
|
"padding-inine-end": {
|
|
24659
25009
|
"$extensions": {
|
|
@@ -24664,7 +25014,99 @@
|
|
|
24664
25014
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24665
25015
|
},
|
|
24666
25016
|
"type": "spacing"
|
|
25017
|
+
},
|
|
25018
|
+
"max-inline-size": {
|
|
25019
|
+
"value": "1184px",
|
|
25020
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25021
|
+
"isSource": true,
|
|
25022
|
+
"original": {
|
|
25023
|
+
"value": "1184px"
|
|
25024
|
+
},
|
|
25025
|
+
"name": "utrechtPageBodyContentMaxInlineSize",
|
|
25026
|
+
"attributes": {},
|
|
25027
|
+
"path": [
|
|
25028
|
+
"utrecht",
|
|
25029
|
+
"page-body",
|
|
25030
|
+
"content",
|
|
25031
|
+
"max-inline-size"
|
|
25032
|
+
]
|
|
25033
|
+
},
|
|
25034
|
+
"padding-inline-end": {
|
|
25035
|
+
"value": "2.4em",
|
|
25036
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25037
|
+
"isSource": true,
|
|
25038
|
+
"original": {
|
|
25039
|
+
"value": "2.4em"
|
|
25040
|
+
},
|
|
25041
|
+
"name": "utrechtPageBodyContentPaddingInlineEnd",
|
|
25042
|
+
"attributes": {},
|
|
25043
|
+
"path": [
|
|
25044
|
+
"utrecht",
|
|
25045
|
+
"page-body",
|
|
25046
|
+
"content",
|
|
25047
|
+
"padding-inline-end"
|
|
25048
|
+
]
|
|
24667
25049
|
}
|
|
25050
|
+
},
|
|
25051
|
+
"padding-inline-end": {
|
|
25052
|
+
"value": "0",
|
|
25053
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25054
|
+
"isSource": true,
|
|
25055
|
+
"original": {
|
|
25056
|
+
"value": "0"
|
|
25057
|
+
},
|
|
25058
|
+
"name": "utrechtPageBodyPaddingInlineEnd",
|
|
25059
|
+
"attributes": {},
|
|
25060
|
+
"path": [
|
|
25061
|
+
"utrecht",
|
|
25062
|
+
"page-body",
|
|
25063
|
+
"padding-inline-end"
|
|
25064
|
+
]
|
|
25065
|
+
},
|
|
25066
|
+
"padding-inline-start": {
|
|
25067
|
+
"value": "0",
|
|
25068
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25069
|
+
"isSource": true,
|
|
25070
|
+
"original": {
|
|
25071
|
+
"value": "0"
|
|
25072
|
+
},
|
|
25073
|
+
"name": "utrechtPageBodyPaddingInlineStart",
|
|
25074
|
+
"attributes": {},
|
|
25075
|
+
"path": [
|
|
25076
|
+
"utrecht",
|
|
25077
|
+
"page-body",
|
|
25078
|
+
"padding-inline-start"
|
|
25079
|
+
]
|
|
25080
|
+
},
|
|
25081
|
+
"padding-block-end": {
|
|
25082
|
+
"value": "0",
|
|
25083
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25084
|
+
"isSource": true,
|
|
25085
|
+
"original": {
|
|
25086
|
+
"value": "0"
|
|
25087
|
+
},
|
|
25088
|
+
"name": "utrechtPageBodyPaddingBlockEnd",
|
|
25089
|
+
"attributes": {},
|
|
25090
|
+
"path": [
|
|
25091
|
+
"utrecht",
|
|
25092
|
+
"page-body",
|
|
25093
|
+
"padding-block-end"
|
|
25094
|
+
]
|
|
25095
|
+
},
|
|
25096
|
+
"padding-block-start": {
|
|
25097
|
+
"value": "0",
|
|
25098
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25099
|
+
"isSource": true,
|
|
25100
|
+
"original": {
|
|
25101
|
+
"value": "0"
|
|
25102
|
+
},
|
|
25103
|
+
"name": "utrechtPageBodyPaddingBlockStart",
|
|
25104
|
+
"attributes": {},
|
|
25105
|
+
"path": [
|
|
25106
|
+
"utrecht",
|
|
25107
|
+
"page-body",
|
|
25108
|
+
"padding-block-start"
|
|
25109
|
+
]
|
|
24668
25110
|
}
|
|
24669
25111
|
},
|
|
24670
25112
|
"page-content": {
|
|
@@ -24863,36 +25305,9 @@
|
|
|
24863
25305
|
"syntax": "<length>",
|
|
24864
25306
|
"inherits": true
|
|
24865
25307
|
},
|
|
24866
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24867
|
-
"studio.tokens": {
|
|
24868
|
-
"originalType": "spacing"
|
|
24869
|
-
}
|
|
24870
|
-
},
|
|
24871
|
-
"type": "dimension",
|
|
24872
|
-
"value": "28px",
|
|
24873
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24874
|
-
"isSource": true,
|
|
24875
|
-
"original": {
|
|
24876
|
-
"$extensions": {
|
|
24877
|
-
"nl.nldesignsystem.css.property": {
|
|
24878
|
-
"syntax": "<length>",
|
|
24879
|
-
"inherits": true
|
|
24880
|
-
},
|
|
24881
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24882
|
-
"studio.tokens": {
|
|
24883
|
-
"originalType": "spacing"
|
|
24884
|
-
}
|
|
24885
|
-
},
|
|
24886
|
-
"type": "dimension",
|
|
24887
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25308
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24888
25309
|
},
|
|
24889
|
-
"
|
|
24890
|
-
"attributes": {},
|
|
24891
|
-
"path": [
|
|
24892
|
-
"utrecht",
|
|
24893
|
-
"page-footer",
|
|
24894
|
-
"padding-inline-end"
|
|
24895
|
-
]
|
|
25310
|
+
"type": "spacing"
|
|
24896
25311
|
},
|
|
24897
25312
|
"padding-inline-start": {
|
|
24898
25313
|
"$extensions": {
|
|
@@ -24900,36 +25315,9 @@
|
|
|
24900
25315
|
"syntax": "<length>",
|
|
24901
25316
|
"inherits": true
|
|
24902
25317
|
},
|
|
24903
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24904
|
-
"studio.tokens": {
|
|
24905
|
-
"originalType": "spacing"
|
|
24906
|
-
}
|
|
24907
|
-
},
|
|
24908
|
-
"type": "dimension",
|
|
24909
|
-
"value": "28px",
|
|
24910
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24911
|
-
"isSource": true,
|
|
24912
|
-
"original": {
|
|
24913
|
-
"$extensions": {
|
|
24914
|
-
"nl.nldesignsystem.css.property": {
|
|
24915
|
-
"syntax": "<length>",
|
|
24916
|
-
"inherits": true
|
|
24917
|
-
},
|
|
24918
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24919
|
-
"studio.tokens": {
|
|
24920
|
-
"originalType": "spacing"
|
|
24921
|
-
}
|
|
24922
|
-
},
|
|
24923
|
-
"type": "dimension",
|
|
24924
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25318
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24925
25319
|
},
|
|
24926
|
-
"
|
|
24927
|
-
"attributes": {},
|
|
24928
|
-
"path": [
|
|
24929
|
-
"utrecht",
|
|
24930
|
-
"page-footer",
|
|
24931
|
-
"padding-inline-start"
|
|
24932
|
-
]
|
|
25320
|
+
"type": "spacing"
|
|
24933
25321
|
},
|
|
24934
25322
|
"padding-block-end": {
|
|
24935
25323
|
"$extensions": {
|
|
@@ -24937,36 +25325,9 @@
|
|
|
24937
25325
|
"syntax": "<length>",
|
|
24938
25326
|
"inherits": true
|
|
24939
25327
|
},
|
|
24940
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24941
|
-
"studio.tokens": {
|
|
24942
|
-
"originalType": "spacing"
|
|
24943
|
-
}
|
|
24944
|
-
},
|
|
24945
|
-
"type": "dimension",
|
|
24946
|
-
"value": "48px",
|
|
24947
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24948
|
-
"isSource": true,
|
|
24949
|
-
"original": {
|
|
24950
|
-
"$extensions": {
|
|
24951
|
-
"nl.nldesignsystem.css.property": {
|
|
24952
|
-
"syntax": "<length>",
|
|
24953
|
-
"inherits": true
|
|
24954
|
-
},
|
|
24955
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24956
|
-
"studio.tokens": {
|
|
24957
|
-
"originalType": "spacing"
|
|
24958
|
-
}
|
|
24959
|
-
},
|
|
24960
|
-
"type": "dimension",
|
|
24961
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25328
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24962
25329
|
},
|
|
24963
|
-
"
|
|
24964
|
-
"attributes": {},
|
|
24965
|
-
"path": [
|
|
24966
|
-
"utrecht",
|
|
24967
|
-
"page-footer",
|
|
24968
|
-
"padding-block-end"
|
|
24969
|
-
]
|
|
25330
|
+
"type": "spacing"
|
|
24970
25331
|
},
|
|
24971
25332
|
"padding-block-start": {
|
|
24972
25333
|
"$extensions": {
|
|
@@ -24974,36 +25335,9 @@
|
|
|
24974
25335
|
"syntax": "<length>",
|
|
24975
25336
|
"inherits": true
|
|
24976
25337
|
},
|
|
24977
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24978
|
-
"studio.tokens": {
|
|
24979
|
-
"originalType": "spacing"
|
|
24980
|
-
}
|
|
24981
|
-
},
|
|
24982
|
-
"type": "dimension",
|
|
24983
|
-
"value": "48px",
|
|
24984
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
24985
|
-
"isSource": true,
|
|
24986
|
-
"original": {
|
|
24987
|
-
"$extensions": {
|
|
24988
|
-
"nl.nldesignsystem.css.property": {
|
|
24989
|
-
"syntax": "<length>",
|
|
24990
|
-
"inherits": true
|
|
24991
|
-
},
|
|
24992
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
24993
|
-
"studio.tokens": {
|
|
24994
|
-
"originalType": "spacing"
|
|
24995
|
-
}
|
|
24996
|
-
},
|
|
24997
|
-
"type": "dimension",
|
|
24998
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25338
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24999
25339
|
},
|
|
25000
|
-
"
|
|
25001
|
-
"attributes": {},
|
|
25002
|
-
"path": [
|
|
25003
|
-
"utrecht",
|
|
25004
|
-
"page-footer",
|
|
25005
|
-
"padding-block-start"
|
|
25006
|
-
]
|
|
25340
|
+
"type": "spacing"
|
|
25007
25341
|
},
|
|
25008
25342
|
"content": {
|
|
25009
25343
|
"color": {
|
|
@@ -25052,9 +25386,37 @@
|
|
|
25052
25386
|
"syntax": "<length>",
|
|
25053
25387
|
"inherits": true
|
|
25054
25388
|
},
|
|
25055
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25389
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25390
|
+
"studio.tokens": {
|
|
25391
|
+
"originalType": "spacing"
|
|
25392
|
+
}
|
|
25056
25393
|
},
|
|
25057
|
-
"type": "
|
|
25394
|
+
"type": "dimension",
|
|
25395
|
+
"value": "48px",
|
|
25396
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25397
|
+
"isSource": true,
|
|
25398
|
+
"original": {
|
|
25399
|
+
"$extensions": {
|
|
25400
|
+
"nl.nldesignsystem.css.property": {
|
|
25401
|
+
"syntax": "<length>",
|
|
25402
|
+
"inherits": true
|
|
25403
|
+
},
|
|
25404
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25405
|
+
"studio.tokens": {
|
|
25406
|
+
"originalType": "spacing"
|
|
25407
|
+
}
|
|
25408
|
+
},
|
|
25409
|
+
"type": "dimension",
|
|
25410
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25411
|
+
},
|
|
25412
|
+
"name": "utrechtPageFooterContentPaddingBlockEnd",
|
|
25413
|
+
"attributes": {},
|
|
25414
|
+
"path": [
|
|
25415
|
+
"utrecht",
|
|
25416
|
+
"page-footer",
|
|
25417
|
+
"content",
|
|
25418
|
+
"padding-block-end"
|
|
25419
|
+
]
|
|
25058
25420
|
},
|
|
25059
25421
|
"padding-block-start": {
|
|
25060
25422
|
"$extensions": {
|
|
@@ -25062,9 +25424,69 @@
|
|
|
25062
25424
|
"syntax": "<length>",
|
|
25063
25425
|
"inherits": true
|
|
25064
25426
|
},
|
|
25065
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25427
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25428
|
+
"studio.tokens": {
|
|
25429
|
+
"originalType": "spacing"
|
|
25430
|
+
}
|
|
25066
25431
|
},
|
|
25067
|
-
"type": "
|
|
25432
|
+
"type": "dimension",
|
|
25433
|
+
"value": "48px",
|
|
25434
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25435
|
+
"isSource": true,
|
|
25436
|
+
"original": {
|
|
25437
|
+
"$extensions": {
|
|
25438
|
+
"nl.nldesignsystem.css.property": {
|
|
25439
|
+
"syntax": "<length>",
|
|
25440
|
+
"inherits": true
|
|
25441
|
+
},
|
|
25442
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25443
|
+
"studio.tokens": {
|
|
25444
|
+
"originalType": "spacing"
|
|
25445
|
+
}
|
|
25446
|
+
},
|
|
25447
|
+
"type": "dimension",
|
|
25448
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25449
|
+
},
|
|
25450
|
+
"name": "utrechtPageFooterContentPaddingBlockStart",
|
|
25451
|
+
"attributes": {},
|
|
25452
|
+
"path": [
|
|
25453
|
+
"utrecht",
|
|
25454
|
+
"page-footer",
|
|
25455
|
+
"content",
|
|
25456
|
+
"padding-block-start"
|
|
25457
|
+
]
|
|
25458
|
+
},
|
|
25459
|
+
"max-inline-size": {
|
|
25460
|
+
"value": "1184px",
|
|
25461
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25462
|
+
"isSource": true,
|
|
25463
|
+
"original": {
|
|
25464
|
+
"value": "1184px"
|
|
25465
|
+
},
|
|
25466
|
+
"name": "utrechtPageFooterContentMaxInlineSize",
|
|
25467
|
+
"attributes": {},
|
|
25468
|
+
"path": [
|
|
25469
|
+
"utrecht",
|
|
25470
|
+
"page-footer",
|
|
25471
|
+
"content",
|
|
25472
|
+
"max-inline-size"
|
|
25473
|
+
]
|
|
25474
|
+
},
|
|
25475
|
+
"padding-inline": {
|
|
25476
|
+
"value": "28px",
|
|
25477
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25478
|
+
"isSource": true,
|
|
25479
|
+
"original": {
|
|
25480
|
+
"value": "{utrecht.space.inline.2xl}"
|
|
25481
|
+
},
|
|
25482
|
+
"name": "utrechtPageFooterContentPaddingInline",
|
|
25483
|
+
"attributes": {},
|
|
25484
|
+
"path": [
|
|
25485
|
+
"utrecht",
|
|
25486
|
+
"page-footer",
|
|
25487
|
+
"content",
|
|
25488
|
+
"padding-inline"
|
|
25489
|
+
]
|
|
25068
25490
|
}
|
|
25069
25491
|
}
|
|
25070
25492
|
},
|
|
@@ -25111,7 +25533,7 @@
|
|
|
25111
25533
|
}
|
|
25112
25534
|
},
|
|
25113
25535
|
"type": "dimension",
|
|
25114
|
-
"value": "
|
|
25536
|
+
"value": "0",
|
|
25115
25537
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25116
25538
|
"isSource": true,
|
|
25117
25539
|
"original": {
|
|
@@ -25126,7 +25548,7 @@
|
|
|
25126
25548
|
}
|
|
25127
25549
|
},
|
|
25128
25550
|
"type": "dimension",
|
|
25129
|
-
"value": "
|
|
25551
|
+
"value": "0"
|
|
25130
25552
|
},
|
|
25131
25553
|
"name": "utrechtPageHeaderPaddingBlockStart",
|
|
25132
25554
|
"attributes": {},
|
|
@@ -25148,7 +25570,7 @@
|
|
|
25148
25570
|
}
|
|
25149
25571
|
},
|
|
25150
25572
|
"type": "dimension",
|
|
25151
|
-
"value": "
|
|
25573
|
+
"value": "0",
|
|
25152
25574
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25153
25575
|
"isSource": true,
|
|
25154
25576
|
"original": {
|
|
@@ -25163,7 +25585,7 @@
|
|
|
25163
25585
|
}
|
|
25164
25586
|
},
|
|
25165
25587
|
"type": "dimension",
|
|
25166
|
-
"value": "
|
|
25588
|
+
"value": "0"
|
|
25167
25589
|
},
|
|
25168
25590
|
"name": "utrechtPageHeaderPaddingBlockEnd",
|
|
25169
25591
|
"attributes": {},
|
|
@@ -25185,7 +25607,7 @@
|
|
|
25185
25607
|
}
|
|
25186
25608
|
},
|
|
25187
25609
|
"type": "dimension",
|
|
25188
|
-
"value": "
|
|
25610
|
+
"value": "0",
|
|
25189
25611
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25190
25612
|
"isSource": true,
|
|
25191
25613
|
"original": {
|
|
@@ -25200,7 +25622,7 @@
|
|
|
25200
25622
|
}
|
|
25201
25623
|
},
|
|
25202
25624
|
"type": "dimension",
|
|
25203
|
-
"value": "
|
|
25625
|
+
"value": "0"
|
|
25204
25626
|
},
|
|
25205
25627
|
"name": "utrechtPageHeaderPaddingInlineStart",
|
|
25206
25628
|
"attributes": {},
|
|
@@ -25222,7 +25644,7 @@
|
|
|
25222
25644
|
}
|
|
25223
25645
|
},
|
|
25224
25646
|
"type": "dimension",
|
|
25225
|
-
"value": "
|
|
25647
|
+
"value": "0",
|
|
25226
25648
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25227
25649
|
"isSource": true,
|
|
25228
25650
|
"original": {
|
|
@@ -25237,7 +25659,7 @@
|
|
|
25237
25659
|
}
|
|
25238
25660
|
},
|
|
25239
25661
|
"type": "dimension",
|
|
25240
|
-
"value": "
|
|
25662
|
+
"value": "0"
|
|
25241
25663
|
},
|
|
25242
25664
|
"name": "utrechtPageHeaderPaddingInlineEnd",
|
|
25243
25665
|
"attributes": {},
|
|
@@ -25256,7 +25678,29 @@
|
|
|
25256
25678
|
},
|
|
25257
25679
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25258
25680
|
},
|
|
25259
|
-
"type": "color"
|
|
25681
|
+
"type": "color",
|
|
25682
|
+
"value": "hsl(0 0% 100%)",
|
|
25683
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25684
|
+
"isSource": true,
|
|
25685
|
+
"original": {
|
|
25686
|
+
"$extensions": {
|
|
25687
|
+
"nl.nldesignsystem.css.property": {
|
|
25688
|
+
"syntax": "<color>",
|
|
25689
|
+
"inherits": true
|
|
25690
|
+
},
|
|
25691
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25692
|
+
},
|
|
25693
|
+
"type": "color",
|
|
25694
|
+
"value": "{utrecht.color.white}"
|
|
25695
|
+
},
|
|
25696
|
+
"name": "utrechtPageHeaderContentBackgroundColor",
|
|
25697
|
+
"attributes": {},
|
|
25698
|
+
"path": [
|
|
25699
|
+
"utrecht",
|
|
25700
|
+
"page-header",
|
|
25701
|
+
"content",
|
|
25702
|
+
"background-color"
|
|
25703
|
+
]
|
|
25260
25704
|
},
|
|
25261
25705
|
"color": {
|
|
25262
25706
|
"$extensions": {
|
|
@@ -25266,7 +25710,29 @@
|
|
|
25266
25710
|
},
|
|
25267
25711
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25268
25712
|
},
|
|
25269
|
-
"type": "color"
|
|
25713
|
+
"type": "color",
|
|
25714
|
+
"value": "hsl(0 0% 0%)",
|
|
25715
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25716
|
+
"isSource": true,
|
|
25717
|
+
"original": {
|
|
25718
|
+
"$extensions": {
|
|
25719
|
+
"nl.nldesignsystem.css.property": {
|
|
25720
|
+
"syntax": "<color>",
|
|
25721
|
+
"inherits": true
|
|
25722
|
+
},
|
|
25723
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25724
|
+
},
|
|
25725
|
+
"type": "color",
|
|
25726
|
+
"value": "{utrecht.color.black}"
|
|
25727
|
+
},
|
|
25728
|
+
"name": "utrechtPageHeaderContentColor",
|
|
25729
|
+
"attributes": {},
|
|
25730
|
+
"path": [
|
|
25731
|
+
"utrecht",
|
|
25732
|
+
"page-header",
|
|
25733
|
+
"content",
|
|
25734
|
+
"color"
|
|
25735
|
+
]
|
|
25270
25736
|
},
|
|
25271
25737
|
"padding-block-start": {
|
|
25272
25738
|
"$extensions": {
|
|
@@ -25274,9 +25740,37 @@
|
|
|
25274
25740
|
"syntax": "<length>",
|
|
25275
25741
|
"inherits": true
|
|
25276
25742
|
},
|
|
25277
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25743
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25744
|
+
"studio.tokens": {
|
|
25745
|
+
"originalType": "spacing"
|
|
25746
|
+
}
|
|
25278
25747
|
},
|
|
25279
|
-
"type": "
|
|
25748
|
+
"type": "dimension",
|
|
25749
|
+
"value": "1.8em",
|
|
25750
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25751
|
+
"isSource": true,
|
|
25752
|
+
"original": {
|
|
25753
|
+
"$extensions": {
|
|
25754
|
+
"nl.nldesignsystem.css.property": {
|
|
25755
|
+
"syntax": "<length>",
|
|
25756
|
+
"inherits": true
|
|
25757
|
+
},
|
|
25758
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25759
|
+
"studio.tokens": {
|
|
25760
|
+
"originalType": "spacing"
|
|
25761
|
+
}
|
|
25762
|
+
},
|
|
25763
|
+
"type": "dimension",
|
|
25764
|
+
"value": "1.8em"
|
|
25765
|
+
},
|
|
25766
|
+
"name": "utrechtPageHeaderContentPaddingBlockStart",
|
|
25767
|
+
"attributes": {},
|
|
25768
|
+
"path": [
|
|
25769
|
+
"utrecht",
|
|
25770
|
+
"page-header",
|
|
25771
|
+
"content",
|
|
25772
|
+
"padding-block-start"
|
|
25773
|
+
]
|
|
25280
25774
|
},
|
|
25281
25775
|
"padding-block-end": {
|
|
25282
25776
|
"$extensions": {
|
|
@@ -25284,9 +25778,37 @@
|
|
|
25284
25778
|
"syntax": "<length>",
|
|
25285
25779
|
"inherits": true
|
|
25286
25780
|
},
|
|
25287
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25781
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25782
|
+
"studio.tokens": {
|
|
25783
|
+
"originalType": "spacing"
|
|
25784
|
+
}
|
|
25288
25785
|
},
|
|
25289
|
-
"type": "
|
|
25786
|
+
"type": "dimension",
|
|
25787
|
+
"value": "1em",
|
|
25788
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25789
|
+
"isSource": true,
|
|
25790
|
+
"original": {
|
|
25791
|
+
"$extensions": {
|
|
25792
|
+
"nl.nldesignsystem.css.property": {
|
|
25793
|
+
"syntax": "<length>",
|
|
25794
|
+
"inherits": true
|
|
25795
|
+
},
|
|
25796
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25797
|
+
"studio.tokens": {
|
|
25798
|
+
"originalType": "spacing"
|
|
25799
|
+
}
|
|
25800
|
+
},
|
|
25801
|
+
"type": "dimension",
|
|
25802
|
+
"value": "1em"
|
|
25803
|
+
},
|
|
25804
|
+
"name": "utrechtPageHeaderContentPaddingBlockEnd",
|
|
25805
|
+
"attributes": {},
|
|
25806
|
+
"path": [
|
|
25807
|
+
"utrecht",
|
|
25808
|
+
"page-header",
|
|
25809
|
+
"content",
|
|
25810
|
+
"padding-block-end"
|
|
25811
|
+
]
|
|
25290
25812
|
},
|
|
25291
25813
|
"padding-inline-start": {
|
|
25292
25814
|
"$extensions": {
|
|
@@ -25294,9 +25816,39 @@
|
|
|
25294
25816
|
"syntax": "<length>",
|
|
25295
25817
|
"inherits": true
|
|
25296
25818
|
},
|
|
25297
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25819
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25820
|
+
"studio.tokens": {
|
|
25821
|
+
"originalType": "spacing"
|
|
25822
|
+
}
|
|
25298
25823
|
},
|
|
25299
|
-
"type": "
|
|
25824
|
+
"type": "dimension",
|
|
25825
|
+
"value": "2em",
|
|
25826
|
+
"$comment": "Legacy design token",
|
|
25827
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25828
|
+
"isSource": true,
|
|
25829
|
+
"original": {
|
|
25830
|
+
"$extensions": {
|
|
25831
|
+
"nl.nldesignsystem.css.property": {
|
|
25832
|
+
"syntax": "<length>",
|
|
25833
|
+
"inherits": true
|
|
25834
|
+
},
|
|
25835
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25836
|
+
"studio.tokens": {
|
|
25837
|
+
"originalType": "spacing"
|
|
25838
|
+
}
|
|
25839
|
+
},
|
|
25840
|
+
"type": "dimension",
|
|
25841
|
+
"value": "2em",
|
|
25842
|
+
"$comment": "Legacy design token"
|
|
25843
|
+
},
|
|
25844
|
+
"name": "utrechtPageHeaderContentPaddingInlineStart",
|
|
25845
|
+
"attributes": {},
|
|
25846
|
+
"path": [
|
|
25847
|
+
"utrecht",
|
|
25848
|
+
"page-header",
|
|
25849
|
+
"content",
|
|
25850
|
+
"padding-inline-start"
|
|
25851
|
+
]
|
|
25300
25852
|
},
|
|
25301
25853
|
"padding-inline-end": {
|
|
25302
25854
|
"$extensions": {
|
|
@@ -25304,9 +25856,71 @@
|
|
|
25304
25856
|
"syntax": "<length>",
|
|
25305
25857
|
"inherits": true
|
|
25306
25858
|
},
|
|
25307
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25859
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25860
|
+
"studio.tokens": {
|
|
25861
|
+
"originalType": "spacing"
|
|
25862
|
+
}
|
|
25308
25863
|
},
|
|
25309
|
-
"type": "
|
|
25864
|
+
"type": "dimension",
|
|
25865
|
+
"value": "2.4em",
|
|
25866
|
+
"$comment": "Legacy design token",
|
|
25867
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25868
|
+
"isSource": true,
|
|
25869
|
+
"original": {
|
|
25870
|
+
"$extensions": {
|
|
25871
|
+
"nl.nldesignsystem.css.property": {
|
|
25872
|
+
"syntax": "<length>",
|
|
25873
|
+
"inherits": true
|
|
25874
|
+
},
|
|
25875
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25876
|
+
"studio.tokens": {
|
|
25877
|
+
"originalType": "spacing"
|
|
25878
|
+
}
|
|
25879
|
+
},
|
|
25880
|
+
"type": "dimension",
|
|
25881
|
+
"value": "2.4em",
|
|
25882
|
+
"$comment": "Legacy design token"
|
|
25883
|
+
},
|
|
25884
|
+
"name": "utrechtPageHeaderContentPaddingInlineEnd",
|
|
25885
|
+
"attributes": {},
|
|
25886
|
+
"path": [
|
|
25887
|
+
"utrecht",
|
|
25888
|
+
"page-header",
|
|
25889
|
+
"content",
|
|
25890
|
+
"padding-inline-end"
|
|
25891
|
+
]
|
|
25892
|
+
},
|
|
25893
|
+
"max-inline-size": {
|
|
25894
|
+
"value": "1184px",
|
|
25895
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25896
|
+
"isSource": true,
|
|
25897
|
+
"original": {
|
|
25898
|
+
"value": "1184px"
|
|
25899
|
+
},
|
|
25900
|
+
"name": "utrechtPageHeaderContentMaxInlineSize",
|
|
25901
|
+
"attributes": {},
|
|
25902
|
+
"path": [
|
|
25903
|
+
"utrecht",
|
|
25904
|
+
"page-header",
|
|
25905
|
+
"content",
|
|
25906
|
+
"max-inline-size"
|
|
25907
|
+
]
|
|
25908
|
+
},
|
|
25909
|
+
"padding-inline": {
|
|
25910
|
+
"value": "2em",
|
|
25911
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25912
|
+
"isSource": true,
|
|
25913
|
+
"original": {
|
|
25914
|
+
"value": "2em"
|
|
25915
|
+
},
|
|
25916
|
+
"name": "utrechtPageHeaderContentPaddingInline",
|
|
25917
|
+
"attributes": {},
|
|
25918
|
+
"path": [
|
|
25919
|
+
"utrecht",
|
|
25920
|
+
"page-header",
|
|
25921
|
+
"content",
|
|
25922
|
+
"padding-inline"
|
|
25923
|
+
]
|
|
25310
25924
|
}
|
|
25311
25925
|
}
|
|
25312
25926
|
},
|
|
@@ -25469,11 +26083,11 @@
|
|
|
25469
26083
|
]
|
|
25470
26084
|
},
|
|
25471
26085
|
"padding-inline-end": {
|
|
25472
|
-
"value": "
|
|
26086
|
+
"value": "0",
|
|
25473
26087
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25474
26088
|
"isSource": true,
|
|
25475
26089
|
"original": {
|
|
25476
|
-
"value": "
|
|
26090
|
+
"value": "0"
|
|
25477
26091
|
},
|
|
25478
26092
|
"name": "utrechtPagePaddingInlineEnd",
|
|
25479
26093
|
"attributes": {},
|
|
@@ -25499,11 +26113,11 @@
|
|
|
25499
26113
|
]
|
|
25500
26114
|
},
|
|
25501
26115
|
"padding-inline-start": {
|
|
25502
|
-
"value": "
|
|
26116
|
+
"value": "0",
|
|
25503
26117
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25504
26118
|
"isSource": true,
|
|
25505
26119
|
"original": {
|
|
25506
|
-
"value": "
|
|
26120
|
+
"value": "0"
|
|
25507
26121
|
},
|
|
25508
26122
|
"name": "utrechtPagePaddingInlineStart",
|
|
25509
26123
|
"attributes": {},
|
|
@@ -26953,7 +27567,7 @@
|
|
|
26953
27567
|
}
|
|
26954
27568
|
},
|
|
26955
27569
|
"type": "fontFamily",
|
|
26956
|
-
"value": "{
|
|
27570
|
+
"value": "{nl.paragraph.font-family}"
|
|
26957
27571
|
},
|
|
26958
27572
|
"name": "utrechtParagraphFontFamily",
|
|
26959
27573
|
"attributes": {},
|
|
@@ -26996,7 +27610,7 @@
|
|
|
26996
27610
|
}
|
|
26997
27611
|
},
|
|
26998
27612
|
"type": "fontSize",
|
|
26999
|
-
"value": "{
|
|
27613
|
+
"value": "{nl.paragraph.font-size}"
|
|
27000
27614
|
},
|
|
27001
27615
|
"name": "utrechtParagraphFontSize",
|
|
27002
27616
|
"attributes": {},
|
|
@@ -27033,7 +27647,7 @@
|
|
|
27033
27647
|
}
|
|
27034
27648
|
},
|
|
27035
27649
|
"type": "fontWeight",
|
|
27036
|
-
"value": "{
|
|
27650
|
+
"value": "{nl.paragraph.font-weight}"
|
|
27037
27651
|
},
|
|
27038
27652
|
"name": "utrechtParagraphFontWeight",
|
|
27039
27653
|
"attributes": {},
|
|
@@ -27082,7 +27696,7 @@
|
|
|
27082
27696
|
}
|
|
27083
27697
|
},
|
|
27084
27698
|
"type": "lineHeight",
|
|
27085
|
-
"value": "{
|
|
27699
|
+
"value": "{nl.paragraph.line-height}"
|
|
27086
27700
|
},
|
|
27087
27701
|
"name": "utrechtParagraphLineHeight",
|
|
27088
27702
|
"attributes": {},
|
|
@@ -27179,33 +27793,7 @@
|
|
|
27179
27793
|
],
|
|
27180
27794
|
"nl.nldesignsystem.figma.supports-token": true
|
|
27181
27795
|
},
|
|
27182
|
-
"type": "color"
|
|
27183
|
-
"value": "hsl(0 0% 95%)",
|
|
27184
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
27185
|
-
"isSource": true,
|
|
27186
|
-
"original": {
|
|
27187
|
-
"$extensions": {
|
|
27188
|
-
"nl.nldesignsystem.css.property": {
|
|
27189
|
-
"syntax": "<color>",
|
|
27190
|
-
"inherits": true
|
|
27191
|
-
},
|
|
27192
|
-
"nl.nldesignsystem.fallback": [
|
|
27193
|
-
"utrecht.paragraph.color",
|
|
27194
|
-
"utrecht.document.color"
|
|
27195
|
-
],
|
|
27196
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
27197
|
-
},
|
|
27198
|
-
"type": "color",
|
|
27199
|
-
"value": "{utrecht.document.color}"
|
|
27200
|
-
},
|
|
27201
|
-
"name": "utrechtParagraphLeadColor",
|
|
27202
|
-
"attributes": {},
|
|
27203
|
-
"path": [
|
|
27204
|
-
"utrecht",
|
|
27205
|
-
"paragraph",
|
|
27206
|
-
"lead",
|
|
27207
|
-
"color"
|
|
27208
|
-
]
|
|
27796
|
+
"type": "color"
|
|
27209
27797
|
},
|
|
27210
27798
|
"font-size": {
|
|
27211
27799
|
"$extensions": {
|
|
@@ -27242,7 +27830,7 @@
|
|
|
27242
27830
|
}
|
|
27243
27831
|
},
|
|
27244
27832
|
"type": "fontSize",
|
|
27245
|
-
"value": "{
|
|
27833
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
27246
27834
|
},
|
|
27247
27835
|
"name": "utrechtParagraphLeadFontSize",
|
|
27248
27836
|
"attributes": {},
|
|
@@ -27288,7 +27876,7 @@
|
|
|
27288
27876
|
}
|
|
27289
27877
|
},
|
|
27290
27878
|
"type": "fontWeight",
|
|
27291
|
-
"value": "{
|
|
27879
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
27292
27880
|
},
|
|
27293
27881
|
"name": "utrechtParagraphLeadFontWeight",
|
|
27294
27882
|
"attributes": {},
|
|
@@ -27340,7 +27928,7 @@
|
|
|
27340
27928
|
}
|
|
27341
27929
|
},
|
|
27342
27930
|
"type": "lineHeight",
|
|
27343
|
-
"value": "{
|
|
27931
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
27344
27932
|
},
|
|
27345
27933
|
"name": "utrechtParagraphLeadLineHeight",
|
|
27346
27934
|
"attributes": {},
|
|
@@ -27679,6 +28267,37 @@
|
|
|
27679
28267
|
"border-width"
|
|
27680
28268
|
]
|
|
27681
28269
|
},
|
|
28270
|
+
"color": {
|
|
28271
|
+
"$extensions": {
|
|
28272
|
+
"nl.nldesignsystem.css.property": {
|
|
28273
|
+
"syntax": "<color>",
|
|
28274
|
+
"inherits": true
|
|
28275
|
+
},
|
|
28276
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28277
|
+
},
|
|
28278
|
+
"type": "color",
|
|
28279
|
+
"value": "hsl(0 0% 100%)",
|
|
28280
|
+
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28281
|
+
"isSource": true,
|
|
28282
|
+
"original": {
|
|
28283
|
+
"$extensions": {
|
|
28284
|
+
"nl.nldesignsystem.css.property": {
|
|
28285
|
+
"syntax": "<color>",
|
|
28286
|
+
"inherits": true
|
|
28287
|
+
},
|
|
28288
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28289
|
+
},
|
|
28290
|
+
"type": "color",
|
|
28291
|
+
"value": "{utrecht.color.white}"
|
|
28292
|
+
},
|
|
28293
|
+
"name": "utrechtRadioButtonColor",
|
|
28294
|
+
"attributes": {},
|
|
28295
|
+
"path": [
|
|
28296
|
+
"utrecht",
|
|
28297
|
+
"radio-button",
|
|
28298
|
+
"color"
|
|
28299
|
+
]
|
|
28300
|
+
},
|
|
27682
28301
|
"size": {
|
|
27683
28302
|
"$extensions": {
|
|
27684
28303
|
"nl.nldesignsystem.css.property": {
|
|
@@ -28630,26 +29249,11 @@
|
|
|
28630
29249
|
},
|
|
28631
29250
|
"nl.nldesignsystem.fallback": [
|
|
28632
29251
|
"utrecht.radio-button.color"
|
|
28633
|
-
]
|
|
29252
|
+
],
|
|
29253
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28634
29254
|
},
|
|
28635
|
-
"
|
|
28636
|
-
}
|
|
28637
|
-
"type": "color"
|
|
28638
|
-
},
|
|
28639
|
-
"color": {
|
|
28640
|
-
"value": "hsl(0 0% 100%)",
|
|
28641
|
-
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28642
|
-
"isSource": true,
|
|
28643
|
-
"original": {
|
|
28644
|
-
"value": "{utrecht.color.white}"
|
|
28645
|
-
},
|
|
28646
|
-
"name": "utrechtRadioButtonColor",
|
|
28647
|
-
"attributes": {},
|
|
28648
|
-
"path": [
|
|
28649
|
-
"utrecht",
|
|
28650
|
-
"radio-button",
|
|
28651
|
-
"color"
|
|
28652
|
-
]
|
|
29255
|
+
"type": "color"
|
|
29256
|
+
}
|
|
28653
29257
|
},
|
|
28654
29258
|
"border-radius": {
|
|
28655
29259
|
"value": "0",
|
|
@@ -28878,7 +29482,28 @@
|
|
|
28878
29482
|
},
|
|
28879
29483
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28880
29484
|
},
|
|
28881
|
-
"type": "color"
|
|
29485
|
+
"type": "color",
|
|
29486
|
+
"value": "hsl(0 0% 95%)",
|
|
29487
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29488
|
+
"isSource": true,
|
|
29489
|
+
"original": {
|
|
29490
|
+
"$extensions": {
|
|
29491
|
+
"nl.nldesignsystem.css.property": {
|
|
29492
|
+
"syntax": "<color>",
|
|
29493
|
+
"inherits": true
|
|
29494
|
+
},
|
|
29495
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29496
|
+
},
|
|
29497
|
+
"type": "color",
|
|
29498
|
+
"value": "{utrecht.color.grey.95}"
|
|
29499
|
+
},
|
|
29500
|
+
"name": "utrechtRootBackgroundColor",
|
|
29501
|
+
"attributes": {},
|
|
29502
|
+
"path": [
|
|
29503
|
+
"utrecht",
|
|
29504
|
+
"root",
|
|
29505
|
+
"background-color"
|
|
29506
|
+
]
|
|
28882
29507
|
},
|
|
28883
29508
|
"color": {
|
|
28884
29509
|
"$extensions": {
|
|
@@ -28888,7 +29513,28 @@
|
|
|
28888
29513
|
},
|
|
28889
29514
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28890
29515
|
},
|
|
28891
|
-
"type": "color"
|
|
29516
|
+
"type": "color",
|
|
29517
|
+
"value": "hsl(0 0% 10%)",
|
|
29518
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29519
|
+
"isSource": true,
|
|
29520
|
+
"original": {
|
|
29521
|
+
"$extensions": {
|
|
29522
|
+
"nl.nldesignsystem.css.property": {
|
|
29523
|
+
"syntax": "<color>",
|
|
29524
|
+
"inherits": true
|
|
29525
|
+
},
|
|
29526
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29527
|
+
},
|
|
29528
|
+
"type": "color",
|
|
29529
|
+
"value": "{utrecht.color.grey.10}"
|
|
29530
|
+
},
|
|
29531
|
+
"name": "utrechtRootColor",
|
|
29532
|
+
"attributes": {},
|
|
29533
|
+
"path": [
|
|
29534
|
+
"utrecht",
|
|
29535
|
+
"root",
|
|
29536
|
+
"color"
|
|
29537
|
+
]
|
|
28892
29538
|
},
|
|
28893
29539
|
"font-family": {
|
|
28894
29540
|
"$extensions": {
|
|
@@ -30621,7 +31267,7 @@
|
|
|
30621
31267
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30622
31268
|
},
|
|
30623
31269
|
"type": "color",
|
|
30624
|
-
"value": "{
|
|
31270
|
+
"value": "{nl.skip-link.background-color}"
|
|
30625
31271
|
},
|
|
30626
31272
|
"name": "utrechtSkipLinkBackgroundColor",
|
|
30627
31273
|
"attributes": {},
|
|
@@ -30652,7 +31298,7 @@
|
|
|
30652
31298
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30653
31299
|
},
|
|
30654
31300
|
"type": "color",
|
|
30655
|
-
"value": "{
|
|
31301
|
+
"value": "{nl.skip-link.color}"
|
|
30656
31302
|
},
|
|
30657
31303
|
"name": "utrechtSkipLinkColor",
|
|
30658
31304
|
"attributes": {},
|
|
@@ -30709,7 +31355,7 @@
|
|
|
30709
31355
|
}
|
|
30710
31356
|
},
|
|
30711
31357
|
"type": "dimension",
|
|
30712
|
-
"value": "{
|
|
31358
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30713
31359
|
},
|
|
30714
31360
|
"name": "utrechtSkipLinkPaddingBlockStart",
|
|
30715
31361
|
"attributes": {},
|
|
@@ -30746,7 +31392,7 @@
|
|
|
30746
31392
|
}
|
|
30747
31393
|
},
|
|
30748
31394
|
"type": "dimension",
|
|
30749
|
-
"value": "{
|
|
31395
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30750
31396
|
},
|
|
30751
31397
|
"name": "utrechtSkipLinkPaddingBlockEnd",
|
|
30752
31398
|
"attributes": {},
|
|
@@ -30783,7 +31429,7 @@
|
|
|
30783
31429
|
}
|
|
30784
31430
|
},
|
|
30785
31431
|
"type": "dimension",
|
|
30786
|
-
"value": "{
|
|
31432
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30787
31433
|
},
|
|
30788
31434
|
"name": "utrechtSkipLinkPaddingInlineStart",
|
|
30789
31435
|
"attributes": {},
|
|
@@ -30820,7 +31466,7 @@
|
|
|
30820
31466
|
}
|
|
30821
31467
|
},
|
|
30822
31468
|
"type": "dimension",
|
|
30823
|
-
"value": "{
|
|
31469
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30824
31470
|
},
|
|
30825
31471
|
"name": "utrechtSkipLinkPaddingInlineEnd",
|
|
30826
31472
|
"attributes": {},
|
|
@@ -30859,7 +31505,7 @@
|
|
|
30859
31505
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30860
31506
|
},
|
|
30861
31507
|
"type": "textDecoration",
|
|
30862
|
-
"value": "{
|
|
31508
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
30863
31509
|
},
|
|
30864
31510
|
"name": "utrechtSkipLinkTextDecoration",
|
|
30865
31511
|
"attributes": {},
|
|
@@ -30908,7 +31554,7 @@
|
|
|
30908
31554
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
30909
31555
|
},
|
|
30910
31556
|
"type": "color",
|
|
30911
|
-
"value": "{
|
|
31557
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
30912
31558
|
},
|
|
30913
31559
|
"name": "utrechtSkipLinkFocusBackgroundColor",
|
|
30914
31560
|
"attributes": {},
|
|
@@ -30944,7 +31590,7 @@
|
|
|
30944
31590
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
30945
31591
|
},
|
|
30946
31592
|
"type": "color",
|
|
30947
|
-
"value": "{
|
|
31593
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
30948
31594
|
},
|
|
30949
31595
|
"name": "utrechtSkipLinkFocusColor",
|
|
30950
31596
|
"attributes": {},
|
|
@@ -31022,7 +31668,7 @@
|
|
|
31022
31668
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31023
31669
|
},
|
|
31024
31670
|
"type": "textDecoration",
|
|
31025
|
-
"value": "{
|
|
31671
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
31026
31672
|
},
|
|
31027
31673
|
"name": "utrechtSkipLinkFocusVisibleTextDecoration",
|
|
31028
31674
|
"attributes": {},
|
|
@@ -31061,6 +31707,16 @@
|
|
|
31061
31707
|
},
|
|
31062
31708
|
"type": "color"
|
|
31063
31709
|
},
|
|
31710
|
+
"border-radius": {
|
|
31711
|
+
"$extensions": {
|
|
31712
|
+
"nl.nldesignsystem.css.property": {
|
|
31713
|
+
"syntax": "<length-percentage>",
|
|
31714
|
+
"inherits": true
|
|
31715
|
+
},
|
|
31716
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
31717
|
+
},
|
|
31718
|
+
"type": "borderRadius"
|
|
31719
|
+
},
|
|
31064
31720
|
"border-width": {
|
|
31065
31721
|
"$extensions": {
|
|
31066
31722
|
"nl.nldesignsystem.css.property": {
|
|
@@ -37791,6 +38447,1003 @@
|
|
|
37791
38447
|
}
|
|
37792
38448
|
}
|
|
37793
38449
|
},
|
|
38450
|
+
"nl": {
|
|
38451
|
+
"code-block": {
|
|
38452
|
+
"background-color": {
|
|
38453
|
+
"value": "hsl(0 0% 95%)",
|
|
38454
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38455
|
+
"isSource": true,
|
|
38456
|
+
"original": {
|
|
38457
|
+
"value": "{utrecht.color.grey.95}"
|
|
38458
|
+
},
|
|
38459
|
+
"name": "nlCodeBlockBackgroundColor",
|
|
38460
|
+
"attributes": {},
|
|
38461
|
+
"path": [
|
|
38462
|
+
"nl",
|
|
38463
|
+
"code-block",
|
|
38464
|
+
"background-color"
|
|
38465
|
+
]
|
|
38466
|
+
},
|
|
38467
|
+
"color": {
|
|
38468
|
+
"value": "hsl(0 0% 0%)",
|
|
38469
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38470
|
+
"isSource": true,
|
|
38471
|
+
"original": {
|
|
38472
|
+
"value": "{utrecht.color.black}"
|
|
38473
|
+
},
|
|
38474
|
+
"name": "nlCodeBlockColor",
|
|
38475
|
+
"attributes": {},
|
|
38476
|
+
"path": [
|
|
38477
|
+
"nl",
|
|
38478
|
+
"code-block",
|
|
38479
|
+
"color"
|
|
38480
|
+
]
|
|
38481
|
+
},
|
|
38482
|
+
"font-family": {
|
|
38483
|
+
"value": "\"Monaco\"",
|
|
38484
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38485
|
+
"isSource": true,
|
|
38486
|
+
"original": {
|
|
38487
|
+
"value": "\"Monaco\""
|
|
38488
|
+
},
|
|
38489
|
+
"name": "nlCodeBlockFontFamily",
|
|
38490
|
+
"attributes": {},
|
|
38491
|
+
"path": [
|
|
38492
|
+
"nl",
|
|
38493
|
+
"code-block",
|
|
38494
|
+
"font-family"
|
|
38495
|
+
]
|
|
38496
|
+
},
|
|
38497
|
+
"font-size": {
|
|
38498
|
+
"value": "1rem",
|
|
38499
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38500
|
+
"isSource": true,
|
|
38501
|
+
"original": {
|
|
38502
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
38503
|
+
},
|
|
38504
|
+
"name": "nlCodeBlockFontSize",
|
|
38505
|
+
"attributes": {},
|
|
38506
|
+
"path": [
|
|
38507
|
+
"nl",
|
|
38508
|
+
"code-block",
|
|
38509
|
+
"font-size"
|
|
38510
|
+
]
|
|
38511
|
+
},
|
|
38512
|
+
"line-height": {
|
|
38513
|
+
"value": "1.5",
|
|
38514
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38515
|
+
"isSource": true,
|
|
38516
|
+
"original": {
|
|
38517
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38518
|
+
},
|
|
38519
|
+
"name": "nlCodeBlockLineHeight",
|
|
38520
|
+
"attributes": {},
|
|
38521
|
+
"path": [
|
|
38522
|
+
"nl",
|
|
38523
|
+
"code-block",
|
|
38524
|
+
"line-height"
|
|
38525
|
+
]
|
|
38526
|
+
},
|
|
38527
|
+
"padding-block": {
|
|
38528
|
+
"value": "20px",
|
|
38529
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38530
|
+
"isSource": true,
|
|
38531
|
+
"original": {
|
|
38532
|
+
"value": "20px"
|
|
38533
|
+
},
|
|
38534
|
+
"name": "nlCodeBlockPaddingBlock",
|
|
38535
|
+
"attributes": {},
|
|
38536
|
+
"path": [
|
|
38537
|
+
"nl",
|
|
38538
|
+
"code-block",
|
|
38539
|
+
"padding-block"
|
|
38540
|
+
]
|
|
38541
|
+
},
|
|
38542
|
+
"padding-inline": {
|
|
38543
|
+
"value": "20px",
|
|
38544
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
38545
|
+
"isSource": true,
|
|
38546
|
+
"original": {
|
|
38547
|
+
"value": "20px"
|
|
38548
|
+
},
|
|
38549
|
+
"name": "nlCodeBlockPaddingInline",
|
|
38550
|
+
"attributes": {},
|
|
38551
|
+
"path": [
|
|
38552
|
+
"nl",
|
|
38553
|
+
"code-block",
|
|
38554
|
+
"padding-inline"
|
|
38555
|
+
]
|
|
38556
|
+
}
|
|
38557
|
+
},
|
|
38558
|
+
"code": {
|
|
38559
|
+
"background-color": {},
|
|
38560
|
+
"color": {},
|
|
38561
|
+
"font-family": {},
|
|
38562
|
+
"font-size": {},
|
|
38563
|
+
"line-height": {}
|
|
38564
|
+
},
|
|
38565
|
+
"data-badge": {
|
|
38566
|
+
"background-color": {
|
|
38567
|
+
"value": "hsl(0 0% 30%)",
|
|
38568
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38569
|
+
"isSource": true,
|
|
38570
|
+
"original": {
|
|
38571
|
+
"value": "{utrecht.color.grey.30}"
|
|
38572
|
+
},
|
|
38573
|
+
"name": "nlDataBadgeBackgroundColor",
|
|
38574
|
+
"attributes": {},
|
|
38575
|
+
"path": [
|
|
38576
|
+
"nl",
|
|
38577
|
+
"data-badge",
|
|
38578
|
+
"background-color"
|
|
38579
|
+
]
|
|
38580
|
+
},
|
|
38581
|
+
"border-radius": {
|
|
38582
|
+
"value": "0",
|
|
38583
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38584
|
+
"isSource": true,
|
|
38585
|
+
"original": {
|
|
38586
|
+
"value": "0"
|
|
38587
|
+
},
|
|
38588
|
+
"name": "nlDataBadgeBorderRadius",
|
|
38589
|
+
"attributes": {},
|
|
38590
|
+
"path": [
|
|
38591
|
+
"nl",
|
|
38592
|
+
"data-badge",
|
|
38593
|
+
"border-radius"
|
|
38594
|
+
]
|
|
38595
|
+
},
|
|
38596
|
+
"color": {
|
|
38597
|
+
"value": "hsl(0 0% 100%)",
|
|
38598
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38599
|
+
"isSource": true,
|
|
38600
|
+
"original": {
|
|
38601
|
+
"value": "{utrecht.color.white}"
|
|
38602
|
+
},
|
|
38603
|
+
"name": "nlDataBadgeColor",
|
|
38604
|
+
"attributes": {},
|
|
38605
|
+
"path": [
|
|
38606
|
+
"nl",
|
|
38607
|
+
"data-badge",
|
|
38608
|
+
"color"
|
|
38609
|
+
]
|
|
38610
|
+
},
|
|
38611
|
+
"font-weight": {},
|
|
38612
|
+
"padding-block": {
|
|
38613
|
+
"value": "8px",
|
|
38614
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38615
|
+
"isSource": true,
|
|
38616
|
+
"original": {
|
|
38617
|
+
"value": "{utrecht.space.block.xs}"
|
|
38618
|
+
},
|
|
38619
|
+
"name": "nlDataBadgePaddingBlock",
|
|
38620
|
+
"attributes": {},
|
|
38621
|
+
"path": [
|
|
38622
|
+
"nl",
|
|
38623
|
+
"data-badge",
|
|
38624
|
+
"padding-block"
|
|
38625
|
+
]
|
|
38626
|
+
},
|
|
38627
|
+
"padding-inline": {
|
|
38628
|
+
"value": "12px",
|
|
38629
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38630
|
+
"isSource": true,
|
|
38631
|
+
"original": {
|
|
38632
|
+
"value": "{utrecht.space.inline.sm}"
|
|
38633
|
+
},
|
|
38634
|
+
"name": "nlDataBadgePaddingInline",
|
|
38635
|
+
"attributes": {},
|
|
38636
|
+
"path": [
|
|
38637
|
+
"nl",
|
|
38638
|
+
"data-badge",
|
|
38639
|
+
"padding-inline"
|
|
38640
|
+
]
|
|
38641
|
+
}
|
|
38642
|
+
},
|
|
38643
|
+
"heading": {
|
|
38644
|
+
"level-1": {
|
|
38645
|
+
"color": {},
|
|
38646
|
+
"font-family": {
|
|
38647
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38648
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38649
|
+
"isSource": true,
|
|
38650
|
+
"original": {
|
|
38651
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38652
|
+
},
|
|
38653
|
+
"name": "nlHeadingLevel1FontFamily",
|
|
38654
|
+
"attributes": {},
|
|
38655
|
+
"path": [
|
|
38656
|
+
"nl",
|
|
38657
|
+
"heading",
|
|
38658
|
+
"level-1",
|
|
38659
|
+
"font-family"
|
|
38660
|
+
]
|
|
38661
|
+
},
|
|
38662
|
+
"font-size": {
|
|
38663
|
+
"value": "2rem",
|
|
38664
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38665
|
+
"isSource": true,
|
|
38666
|
+
"original": {
|
|
38667
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
38668
|
+
},
|
|
38669
|
+
"name": "nlHeadingLevel1FontSize",
|
|
38670
|
+
"attributes": {},
|
|
38671
|
+
"path": [
|
|
38672
|
+
"nl",
|
|
38673
|
+
"heading",
|
|
38674
|
+
"level-1",
|
|
38675
|
+
"font-size"
|
|
38676
|
+
]
|
|
38677
|
+
},
|
|
38678
|
+
"font-weight": {
|
|
38679
|
+
"value": "700",
|
|
38680
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38681
|
+
"isSource": true,
|
|
38682
|
+
"original": {
|
|
38683
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38684
|
+
},
|
|
38685
|
+
"name": "nlHeadingLevel1FontWeight",
|
|
38686
|
+
"attributes": {},
|
|
38687
|
+
"path": [
|
|
38688
|
+
"nl",
|
|
38689
|
+
"heading",
|
|
38690
|
+
"level-1",
|
|
38691
|
+
"font-weight"
|
|
38692
|
+
]
|
|
38693
|
+
},
|
|
38694
|
+
"line-height": {
|
|
38695
|
+
"value": "1.25",
|
|
38696
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38697
|
+
"isSource": true,
|
|
38698
|
+
"original": {
|
|
38699
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38700
|
+
},
|
|
38701
|
+
"name": "nlHeadingLevel1LineHeight",
|
|
38702
|
+
"attributes": {},
|
|
38703
|
+
"path": [
|
|
38704
|
+
"nl",
|
|
38705
|
+
"heading",
|
|
38706
|
+
"level-1",
|
|
38707
|
+
"line-height"
|
|
38708
|
+
]
|
|
38709
|
+
}
|
|
38710
|
+
},
|
|
38711
|
+
"level-2": {
|
|
38712
|
+
"color": {},
|
|
38713
|
+
"font-family": {
|
|
38714
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38715
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38716
|
+
"isSource": true,
|
|
38717
|
+
"original": {
|
|
38718
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38719
|
+
},
|
|
38720
|
+
"name": "nlHeadingLevel2FontFamily",
|
|
38721
|
+
"attributes": {},
|
|
38722
|
+
"path": [
|
|
38723
|
+
"nl",
|
|
38724
|
+
"heading",
|
|
38725
|
+
"level-2",
|
|
38726
|
+
"font-family"
|
|
38727
|
+
]
|
|
38728
|
+
},
|
|
38729
|
+
"font-size": {
|
|
38730
|
+
"value": "1.25rem",
|
|
38731
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38732
|
+
"isSource": true,
|
|
38733
|
+
"original": {
|
|
38734
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38735
|
+
},
|
|
38736
|
+
"name": "nlHeadingLevel2FontSize",
|
|
38737
|
+
"attributes": {},
|
|
38738
|
+
"path": [
|
|
38739
|
+
"nl",
|
|
38740
|
+
"heading",
|
|
38741
|
+
"level-2",
|
|
38742
|
+
"font-size"
|
|
38743
|
+
]
|
|
38744
|
+
},
|
|
38745
|
+
"font-weight": {
|
|
38746
|
+
"value": "700",
|
|
38747
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38748
|
+
"isSource": true,
|
|
38749
|
+
"original": {
|
|
38750
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38751
|
+
},
|
|
38752
|
+
"name": "nlHeadingLevel2FontWeight",
|
|
38753
|
+
"attributes": {},
|
|
38754
|
+
"path": [
|
|
38755
|
+
"nl",
|
|
38756
|
+
"heading",
|
|
38757
|
+
"level-2",
|
|
38758
|
+
"font-weight"
|
|
38759
|
+
]
|
|
38760
|
+
},
|
|
38761
|
+
"line-height": {
|
|
38762
|
+
"value": "1.25",
|
|
38763
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38764
|
+
"isSource": true,
|
|
38765
|
+
"original": {
|
|
38766
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38767
|
+
},
|
|
38768
|
+
"name": "nlHeadingLevel2LineHeight",
|
|
38769
|
+
"attributes": {},
|
|
38770
|
+
"path": [
|
|
38771
|
+
"nl",
|
|
38772
|
+
"heading",
|
|
38773
|
+
"level-2",
|
|
38774
|
+
"line-height"
|
|
38775
|
+
]
|
|
38776
|
+
}
|
|
38777
|
+
},
|
|
38778
|
+
"level-3": {
|
|
38779
|
+
"color": {},
|
|
38780
|
+
"font-family": {
|
|
38781
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38782
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38783
|
+
"isSource": true,
|
|
38784
|
+
"original": {
|
|
38785
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38786
|
+
},
|
|
38787
|
+
"name": "nlHeadingLevel3FontFamily",
|
|
38788
|
+
"attributes": {},
|
|
38789
|
+
"path": [
|
|
38790
|
+
"nl",
|
|
38791
|
+
"heading",
|
|
38792
|
+
"level-3",
|
|
38793
|
+
"font-family"
|
|
38794
|
+
]
|
|
38795
|
+
},
|
|
38796
|
+
"font-size": {
|
|
38797
|
+
"value": "1.25rem",
|
|
38798
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38799
|
+
"isSource": true,
|
|
38800
|
+
"original": {
|
|
38801
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38802
|
+
},
|
|
38803
|
+
"name": "nlHeadingLevel3FontSize",
|
|
38804
|
+
"attributes": {},
|
|
38805
|
+
"path": [
|
|
38806
|
+
"nl",
|
|
38807
|
+
"heading",
|
|
38808
|
+
"level-3",
|
|
38809
|
+
"font-size"
|
|
38810
|
+
]
|
|
38811
|
+
},
|
|
38812
|
+
"font-weight": {
|
|
38813
|
+
"value": "400",
|
|
38814
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38815
|
+
"isSource": true,
|
|
38816
|
+
"original": {
|
|
38817
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38818
|
+
},
|
|
38819
|
+
"name": "nlHeadingLevel3FontWeight",
|
|
38820
|
+
"attributes": {},
|
|
38821
|
+
"path": [
|
|
38822
|
+
"nl",
|
|
38823
|
+
"heading",
|
|
38824
|
+
"level-3",
|
|
38825
|
+
"font-weight"
|
|
38826
|
+
]
|
|
38827
|
+
},
|
|
38828
|
+
"line-height": {
|
|
38829
|
+
"value": "1.25",
|
|
38830
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38831
|
+
"isSource": true,
|
|
38832
|
+
"original": {
|
|
38833
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38834
|
+
},
|
|
38835
|
+
"name": "nlHeadingLevel3LineHeight",
|
|
38836
|
+
"attributes": {},
|
|
38837
|
+
"path": [
|
|
38838
|
+
"nl",
|
|
38839
|
+
"heading",
|
|
38840
|
+
"level-3",
|
|
38841
|
+
"line-height"
|
|
38842
|
+
]
|
|
38843
|
+
}
|
|
38844
|
+
},
|
|
38845
|
+
"level-4": {
|
|
38846
|
+
"color": {},
|
|
38847
|
+
"font-family": {
|
|
38848
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38849
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38850
|
+
"isSource": true,
|
|
38851
|
+
"original": {
|
|
38852
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38853
|
+
},
|
|
38854
|
+
"name": "nlHeadingLevel4FontFamily",
|
|
38855
|
+
"attributes": {},
|
|
38856
|
+
"path": [
|
|
38857
|
+
"nl",
|
|
38858
|
+
"heading",
|
|
38859
|
+
"level-4",
|
|
38860
|
+
"font-family"
|
|
38861
|
+
]
|
|
38862
|
+
},
|
|
38863
|
+
"font-size": {
|
|
38864
|
+
"value": "1.125rem",
|
|
38865
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38866
|
+
"isSource": true,
|
|
38867
|
+
"original": {
|
|
38868
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
38869
|
+
},
|
|
38870
|
+
"name": "nlHeadingLevel4FontSize",
|
|
38871
|
+
"attributes": {},
|
|
38872
|
+
"path": [
|
|
38873
|
+
"nl",
|
|
38874
|
+
"heading",
|
|
38875
|
+
"level-4",
|
|
38876
|
+
"font-size"
|
|
38877
|
+
]
|
|
38878
|
+
},
|
|
38879
|
+
"font-weight": {
|
|
38880
|
+
"value": "400",
|
|
38881
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38882
|
+
"isSource": true,
|
|
38883
|
+
"original": {
|
|
38884
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38885
|
+
},
|
|
38886
|
+
"name": "nlHeadingLevel4FontWeight",
|
|
38887
|
+
"attributes": {},
|
|
38888
|
+
"path": [
|
|
38889
|
+
"nl",
|
|
38890
|
+
"heading",
|
|
38891
|
+
"level-4",
|
|
38892
|
+
"font-weight"
|
|
38893
|
+
]
|
|
38894
|
+
},
|
|
38895
|
+
"line-height": {
|
|
38896
|
+
"value": "1.5",
|
|
38897
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38898
|
+
"isSource": true,
|
|
38899
|
+
"original": {
|
|
38900
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38901
|
+
},
|
|
38902
|
+
"name": "nlHeadingLevel4LineHeight",
|
|
38903
|
+
"attributes": {},
|
|
38904
|
+
"path": [
|
|
38905
|
+
"nl",
|
|
38906
|
+
"heading",
|
|
38907
|
+
"level-4",
|
|
38908
|
+
"line-height"
|
|
38909
|
+
]
|
|
38910
|
+
}
|
|
38911
|
+
},
|
|
38912
|
+
"level-5": {
|
|
38913
|
+
"color": {},
|
|
38914
|
+
"font-family": {
|
|
38915
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38916
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38917
|
+
"isSource": true,
|
|
38918
|
+
"original": {
|
|
38919
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38920
|
+
},
|
|
38921
|
+
"name": "nlHeadingLevel5FontFamily",
|
|
38922
|
+
"attributes": {},
|
|
38923
|
+
"path": [
|
|
38924
|
+
"nl",
|
|
38925
|
+
"heading",
|
|
38926
|
+
"level-5",
|
|
38927
|
+
"font-family"
|
|
38928
|
+
]
|
|
38929
|
+
},
|
|
38930
|
+
"font-size": {
|
|
38931
|
+
"value": "0.875rem",
|
|
38932
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38933
|
+
"isSource": true,
|
|
38934
|
+
"original": {
|
|
38935
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
38936
|
+
},
|
|
38937
|
+
"name": "nlHeadingLevel5FontSize",
|
|
38938
|
+
"attributes": {},
|
|
38939
|
+
"path": [
|
|
38940
|
+
"nl",
|
|
38941
|
+
"heading",
|
|
38942
|
+
"level-5",
|
|
38943
|
+
"font-size"
|
|
38944
|
+
]
|
|
38945
|
+
},
|
|
38946
|
+
"font-weight": {
|
|
38947
|
+
"value": "400",
|
|
38948
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38949
|
+
"isSource": true,
|
|
38950
|
+
"original": {
|
|
38951
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38952
|
+
},
|
|
38953
|
+
"name": "nlHeadingLevel5FontWeight",
|
|
38954
|
+
"attributes": {},
|
|
38955
|
+
"path": [
|
|
38956
|
+
"nl",
|
|
38957
|
+
"heading",
|
|
38958
|
+
"level-5",
|
|
38959
|
+
"font-weight"
|
|
38960
|
+
]
|
|
38961
|
+
},
|
|
38962
|
+
"line-height": {
|
|
38963
|
+
"value": "1.5",
|
|
38964
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38965
|
+
"isSource": true,
|
|
38966
|
+
"original": {
|
|
38967
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38968
|
+
},
|
|
38969
|
+
"name": "nlHeadingLevel5LineHeight",
|
|
38970
|
+
"attributes": {},
|
|
38971
|
+
"path": [
|
|
38972
|
+
"nl",
|
|
38973
|
+
"heading",
|
|
38974
|
+
"level-5",
|
|
38975
|
+
"line-height"
|
|
38976
|
+
]
|
|
38977
|
+
}
|
|
38978
|
+
},
|
|
38979
|
+
"level-6": {
|
|
38980
|
+
"color": {},
|
|
38981
|
+
"font-family": {
|
|
38982
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38983
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38984
|
+
"isSource": true,
|
|
38985
|
+
"original": {
|
|
38986
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38987
|
+
},
|
|
38988
|
+
"name": "nlHeadingLevel6FontFamily",
|
|
38989
|
+
"attributes": {},
|
|
38990
|
+
"path": [
|
|
38991
|
+
"nl",
|
|
38992
|
+
"heading",
|
|
38993
|
+
"level-6",
|
|
38994
|
+
"font-family"
|
|
38995
|
+
]
|
|
38996
|
+
},
|
|
38997
|
+
"font-size": {
|
|
38998
|
+
"value": "0.875rem",
|
|
38999
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39000
|
+
"isSource": true,
|
|
39001
|
+
"original": {
|
|
39002
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39003
|
+
},
|
|
39004
|
+
"name": "nlHeadingLevel6FontSize",
|
|
39005
|
+
"attributes": {},
|
|
39006
|
+
"path": [
|
|
39007
|
+
"nl",
|
|
39008
|
+
"heading",
|
|
39009
|
+
"level-6",
|
|
39010
|
+
"font-size"
|
|
39011
|
+
]
|
|
39012
|
+
},
|
|
39013
|
+
"font-weight": {
|
|
39014
|
+
"value": "400",
|
|
39015
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39016
|
+
"isSource": true,
|
|
39017
|
+
"original": {
|
|
39018
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39019
|
+
},
|
|
39020
|
+
"name": "nlHeadingLevel6FontWeight",
|
|
39021
|
+
"attributes": {},
|
|
39022
|
+
"path": [
|
|
39023
|
+
"nl",
|
|
39024
|
+
"heading",
|
|
39025
|
+
"level-6",
|
|
39026
|
+
"font-weight"
|
|
39027
|
+
]
|
|
39028
|
+
},
|
|
39029
|
+
"line-height": {
|
|
39030
|
+
"value": "1.5",
|
|
39031
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39032
|
+
"isSource": true,
|
|
39033
|
+
"original": {
|
|
39034
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39035
|
+
},
|
|
39036
|
+
"name": "nlHeadingLevel6LineHeight",
|
|
39037
|
+
"attributes": {},
|
|
39038
|
+
"path": [
|
|
39039
|
+
"nl",
|
|
39040
|
+
"heading",
|
|
39041
|
+
"level-6",
|
|
39042
|
+
"line-height"
|
|
39043
|
+
]
|
|
39044
|
+
}
|
|
39045
|
+
}
|
|
39046
|
+
},
|
|
39047
|
+
"mark": {
|
|
39048
|
+
"background-color": {
|
|
39049
|
+
"value": "hsl(48 100% 60%)",
|
|
39050
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39051
|
+
"isSource": true,
|
|
39052
|
+
"original": {
|
|
39053
|
+
"value": "{utrecht.color.yellow.60}"
|
|
39054
|
+
},
|
|
39055
|
+
"name": "nlMarkBackgroundColor",
|
|
39056
|
+
"attributes": {},
|
|
39057
|
+
"path": [
|
|
39058
|
+
"nl",
|
|
39059
|
+
"mark",
|
|
39060
|
+
"background-color"
|
|
39061
|
+
]
|
|
39062
|
+
},
|
|
39063
|
+
"color": {
|
|
39064
|
+
"value": "hsl(0 0% 0%)",
|
|
39065
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39066
|
+
"isSource": true,
|
|
39067
|
+
"original": {
|
|
39068
|
+
"value": "{utrecht.color.black}"
|
|
39069
|
+
},
|
|
39070
|
+
"name": "nlMarkColor",
|
|
39071
|
+
"attributes": {},
|
|
39072
|
+
"path": [
|
|
39073
|
+
"nl",
|
|
39074
|
+
"mark",
|
|
39075
|
+
"color"
|
|
39076
|
+
]
|
|
39077
|
+
}
|
|
39078
|
+
},
|
|
39079
|
+
"number-badge": {
|
|
39080
|
+
"background-color": {
|
|
39081
|
+
"value": "hsl(0 100% 40%)",
|
|
39082
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39083
|
+
"isSource": true,
|
|
39084
|
+
"original": {
|
|
39085
|
+
"value": "{utrecht.color.red.40}"
|
|
39086
|
+
},
|
|
39087
|
+
"name": "nlNumberBadgeBackgroundColor",
|
|
39088
|
+
"attributes": {},
|
|
39089
|
+
"path": [
|
|
39090
|
+
"nl",
|
|
39091
|
+
"number-badge",
|
|
39092
|
+
"background-color"
|
|
39093
|
+
]
|
|
39094
|
+
},
|
|
39095
|
+
"border-radius": {
|
|
39096
|
+
"value": "1rem",
|
|
39097
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39098
|
+
"isSource": true,
|
|
39099
|
+
"original": {
|
|
39100
|
+
"value": "{nl.number-badge.font-size}"
|
|
39101
|
+
},
|
|
39102
|
+
"name": "nlNumberBadgeBorderRadius",
|
|
39103
|
+
"attributes": {},
|
|
39104
|
+
"path": [
|
|
39105
|
+
"nl",
|
|
39106
|
+
"number-badge",
|
|
39107
|
+
"border-radius"
|
|
39108
|
+
]
|
|
39109
|
+
},
|
|
39110
|
+
"color": {
|
|
39111
|
+
"value": "hsl(0 0% 100%)",
|
|
39112
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39113
|
+
"isSource": true,
|
|
39114
|
+
"original": {
|
|
39115
|
+
"value": "{utrecht.color.white}"
|
|
39116
|
+
},
|
|
39117
|
+
"name": "nlNumberBadgeColor",
|
|
39118
|
+
"attributes": {},
|
|
39119
|
+
"path": [
|
|
39120
|
+
"nl",
|
|
39121
|
+
"number-badge",
|
|
39122
|
+
"color"
|
|
39123
|
+
]
|
|
39124
|
+
},
|
|
39125
|
+
"font-size": {
|
|
39126
|
+
"value": "1rem",
|
|
39127
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39128
|
+
"isSource": true,
|
|
39129
|
+
"original": {
|
|
39130
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39131
|
+
},
|
|
39132
|
+
"name": "nlNumberBadgeFontSize",
|
|
39133
|
+
"attributes": {},
|
|
39134
|
+
"path": [
|
|
39135
|
+
"nl",
|
|
39136
|
+
"number-badge",
|
|
39137
|
+
"font-size"
|
|
39138
|
+
]
|
|
39139
|
+
},
|
|
39140
|
+
"font-weight": {},
|
|
39141
|
+
"padding-block": {
|
|
39142
|
+
"value": "1ex",
|
|
39143
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39144
|
+
"isSource": true,
|
|
39145
|
+
"original": {
|
|
39146
|
+
"value": "1ex"
|
|
39147
|
+
},
|
|
39148
|
+
"name": "nlNumberBadgePaddingBlock",
|
|
39149
|
+
"attributes": {},
|
|
39150
|
+
"path": [
|
|
39151
|
+
"nl",
|
|
39152
|
+
"number-badge",
|
|
39153
|
+
"padding-block"
|
|
39154
|
+
]
|
|
39155
|
+
},
|
|
39156
|
+
"padding-inline": {
|
|
39157
|
+
"value": "1ex",
|
|
39158
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39159
|
+
"isSource": true,
|
|
39160
|
+
"original": {
|
|
39161
|
+
"value": "1ex"
|
|
39162
|
+
},
|
|
39163
|
+
"name": "nlNumberBadgePaddingInline",
|
|
39164
|
+
"attributes": {},
|
|
39165
|
+
"path": [
|
|
39166
|
+
"nl",
|
|
39167
|
+
"number-badge",
|
|
39168
|
+
"padding-inline"
|
|
39169
|
+
]
|
|
39170
|
+
}
|
|
39171
|
+
},
|
|
39172
|
+
"paragraph": {
|
|
39173
|
+
"color": {},
|
|
39174
|
+
"font-family": {
|
|
39175
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39176
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39177
|
+
"isSource": true,
|
|
39178
|
+
"original": {
|
|
39179
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39180
|
+
},
|
|
39181
|
+
"name": "nlParagraphFontFamily",
|
|
39182
|
+
"attributes": {},
|
|
39183
|
+
"path": [
|
|
39184
|
+
"nl",
|
|
39185
|
+
"paragraph",
|
|
39186
|
+
"font-family"
|
|
39187
|
+
]
|
|
39188
|
+
},
|
|
39189
|
+
"font-size": {
|
|
39190
|
+
"value": "1rem",
|
|
39191
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39192
|
+
"isSource": true,
|
|
39193
|
+
"original": {
|
|
39194
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39195
|
+
},
|
|
39196
|
+
"name": "nlParagraphFontSize",
|
|
39197
|
+
"attributes": {},
|
|
39198
|
+
"path": [
|
|
39199
|
+
"nl",
|
|
39200
|
+
"paragraph",
|
|
39201
|
+
"font-size"
|
|
39202
|
+
]
|
|
39203
|
+
},
|
|
39204
|
+
"font-weight": {
|
|
39205
|
+
"value": "400",
|
|
39206
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39207
|
+
"isSource": true,
|
|
39208
|
+
"original": {
|
|
39209
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39210
|
+
},
|
|
39211
|
+
"name": "nlParagraphFontWeight",
|
|
39212
|
+
"attributes": {},
|
|
39213
|
+
"path": [
|
|
39214
|
+
"nl",
|
|
39215
|
+
"paragraph",
|
|
39216
|
+
"font-weight"
|
|
39217
|
+
]
|
|
39218
|
+
},
|
|
39219
|
+
"line-height": {
|
|
39220
|
+
"value": "1.5",
|
|
39221
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39222
|
+
"isSource": true,
|
|
39223
|
+
"original": {
|
|
39224
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39225
|
+
},
|
|
39226
|
+
"name": "nlParagraphLineHeight",
|
|
39227
|
+
"attributes": {},
|
|
39228
|
+
"path": [
|
|
39229
|
+
"nl",
|
|
39230
|
+
"paragraph",
|
|
39231
|
+
"line-height"
|
|
39232
|
+
]
|
|
39233
|
+
},
|
|
39234
|
+
"lead": {
|
|
39235
|
+
"color": {
|
|
39236
|
+
"value": "hsl(0 0% 95%)",
|
|
39237
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39238
|
+
"isSource": true,
|
|
39239
|
+
"original": {
|
|
39240
|
+
"value": "{utrecht.document.color}"
|
|
39241
|
+
},
|
|
39242
|
+
"name": "nlParagraphLeadColor",
|
|
39243
|
+
"attributes": {},
|
|
39244
|
+
"path": [
|
|
39245
|
+
"nl",
|
|
39246
|
+
"paragraph",
|
|
39247
|
+
"lead",
|
|
39248
|
+
"color"
|
|
39249
|
+
]
|
|
39250
|
+
},
|
|
39251
|
+
"font-size": {
|
|
39252
|
+
"value": "1.25rem",
|
|
39253
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39254
|
+
"isSource": true,
|
|
39255
|
+
"original": {
|
|
39256
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39257
|
+
},
|
|
39258
|
+
"name": "nlParagraphLeadFontSize",
|
|
39259
|
+
"attributes": {},
|
|
39260
|
+
"path": [
|
|
39261
|
+
"nl",
|
|
39262
|
+
"paragraph",
|
|
39263
|
+
"lead",
|
|
39264
|
+
"font-size"
|
|
39265
|
+
]
|
|
39266
|
+
},
|
|
39267
|
+
"font-weight": {
|
|
39268
|
+
"value": "400",
|
|
39269
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39270
|
+
"isSource": true,
|
|
39271
|
+
"original": {
|
|
39272
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39273
|
+
},
|
|
39274
|
+
"name": "nlParagraphLeadFontWeight",
|
|
39275
|
+
"attributes": {},
|
|
39276
|
+
"path": [
|
|
39277
|
+
"nl",
|
|
39278
|
+
"paragraph",
|
|
39279
|
+
"lead",
|
|
39280
|
+
"font-weight"
|
|
39281
|
+
]
|
|
39282
|
+
},
|
|
39283
|
+
"line-height": {
|
|
39284
|
+
"value": "1.5",
|
|
39285
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39286
|
+
"isSource": true,
|
|
39287
|
+
"original": {
|
|
39288
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39289
|
+
},
|
|
39290
|
+
"name": "nlParagraphLeadLineHeight",
|
|
39291
|
+
"attributes": {},
|
|
39292
|
+
"path": [
|
|
39293
|
+
"nl",
|
|
39294
|
+
"paragraph",
|
|
39295
|
+
"lead",
|
|
39296
|
+
"line-height"
|
|
39297
|
+
]
|
|
39298
|
+
}
|
|
39299
|
+
},
|
|
39300
|
+
"small": {
|
|
39301
|
+
"font-size": {
|
|
39302
|
+
"value": "0.875rem",
|
|
39303
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39304
|
+
"isSource": true,
|
|
39305
|
+
"original": {
|
|
39306
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39307
|
+
},
|
|
39308
|
+
"name": "nlParagraphSmallFontSize",
|
|
39309
|
+
"attributes": {},
|
|
39310
|
+
"path": [
|
|
39311
|
+
"nl",
|
|
39312
|
+
"paragraph",
|
|
39313
|
+
"small",
|
|
39314
|
+
"font-size"
|
|
39315
|
+
]
|
|
39316
|
+
}
|
|
39317
|
+
}
|
|
39318
|
+
},
|
|
39319
|
+
"skip-link": {
|
|
39320
|
+
"background-color": {
|
|
39321
|
+
"value": "hsl(0 0% 15%)",
|
|
39322
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39323
|
+
"isSource": true,
|
|
39324
|
+
"original": {
|
|
39325
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
39326
|
+
},
|
|
39327
|
+
"name": "nlSkipLinkBackgroundColor",
|
|
39328
|
+
"attributes": {},
|
|
39329
|
+
"path": [
|
|
39330
|
+
"nl",
|
|
39331
|
+
"skip-link",
|
|
39332
|
+
"background-color"
|
|
39333
|
+
]
|
|
39334
|
+
},
|
|
39335
|
+
"color": {
|
|
39336
|
+
"value": "hsl(0 0% 100%)",
|
|
39337
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39338
|
+
"isSource": true,
|
|
39339
|
+
"original": {
|
|
39340
|
+
"value": "{utrecht.topnav.link.color}"
|
|
39341
|
+
},
|
|
39342
|
+
"name": "nlSkipLinkColor",
|
|
39343
|
+
"attributes": {},
|
|
39344
|
+
"path": [
|
|
39345
|
+
"nl",
|
|
39346
|
+
"skip-link",
|
|
39347
|
+
"color"
|
|
39348
|
+
]
|
|
39349
|
+
},
|
|
39350
|
+
"padding-block": {
|
|
39351
|
+
"value": "8px",
|
|
39352
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39353
|
+
"isSource": true,
|
|
39354
|
+
"original": {
|
|
39355
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
39356
|
+
},
|
|
39357
|
+
"name": "nlSkipLinkPaddingBlock",
|
|
39358
|
+
"attributes": {},
|
|
39359
|
+
"path": [
|
|
39360
|
+
"nl",
|
|
39361
|
+
"skip-link",
|
|
39362
|
+
"padding-block"
|
|
39363
|
+
]
|
|
39364
|
+
},
|
|
39365
|
+
"padding-inline": {
|
|
39366
|
+
"value": "16px",
|
|
39367
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39368
|
+
"isSource": true,
|
|
39369
|
+
"original": {
|
|
39370
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
39371
|
+
},
|
|
39372
|
+
"name": "nlSkipLinkPaddingInline",
|
|
39373
|
+
"attributes": {},
|
|
39374
|
+
"path": [
|
|
39375
|
+
"nl",
|
|
39376
|
+
"skip-link",
|
|
39377
|
+
"padding-inline"
|
|
39378
|
+
]
|
|
39379
|
+
},
|
|
39380
|
+
"text-decoration": {
|
|
39381
|
+
"value": "underline",
|
|
39382
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39383
|
+
"isSource": true,
|
|
39384
|
+
"original": {
|
|
39385
|
+
"value": "{utrecht.link.text-decoration}"
|
|
39386
|
+
},
|
|
39387
|
+
"name": "nlSkipLinkTextDecoration",
|
|
39388
|
+
"attributes": {},
|
|
39389
|
+
"path": [
|
|
39390
|
+
"nl",
|
|
39391
|
+
"skip-link",
|
|
39392
|
+
"text-decoration"
|
|
39393
|
+
]
|
|
39394
|
+
},
|
|
39395
|
+
"focus-visible": {
|
|
39396
|
+
"color": {
|
|
39397
|
+
"value": "hsl(0 0% 0%)",
|
|
39398
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39399
|
+
"isSource": true,
|
|
39400
|
+
"original": {
|
|
39401
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
39402
|
+
},
|
|
39403
|
+
"name": "nlSkipLinkFocusVisibleColor",
|
|
39404
|
+
"attributes": {},
|
|
39405
|
+
"path": [
|
|
39406
|
+
"nl",
|
|
39407
|
+
"skip-link",
|
|
39408
|
+
"focus-visible",
|
|
39409
|
+
"color"
|
|
39410
|
+
]
|
|
39411
|
+
},
|
|
39412
|
+
"background-color": {
|
|
39413
|
+
"value": "hsl(48 100% 80%)",
|
|
39414
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39415
|
+
"isSource": true,
|
|
39416
|
+
"original": {
|
|
39417
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
39418
|
+
},
|
|
39419
|
+
"name": "nlSkipLinkFocusVisibleBackgroundColor",
|
|
39420
|
+
"attributes": {},
|
|
39421
|
+
"path": [
|
|
39422
|
+
"nl",
|
|
39423
|
+
"skip-link",
|
|
39424
|
+
"focus-visible",
|
|
39425
|
+
"background-color"
|
|
39426
|
+
]
|
|
39427
|
+
},
|
|
39428
|
+
"text-decoration": {
|
|
39429
|
+
"value": "none",
|
|
39430
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39431
|
+
"isSource": true,
|
|
39432
|
+
"original": {
|
|
39433
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
39434
|
+
},
|
|
39435
|
+
"name": "nlSkipLinkFocusVisibleTextDecoration",
|
|
39436
|
+
"attributes": {},
|
|
39437
|
+
"path": [
|
|
39438
|
+
"nl",
|
|
39439
|
+
"skip-link",
|
|
39440
|
+
"focus-visible",
|
|
39441
|
+
"text-decoration"
|
|
39442
|
+
]
|
|
39443
|
+
}
|
|
39444
|
+
}
|
|
39445
|
+
}
|
|
39446
|
+
},
|
|
37794
39447
|
"of": {
|
|
37795
39448
|
"layout": {
|
|
37796
39449
|
"background": {
|
|
@@ -37891,5 +39544,56 @@
|
|
|
37891
39544
|
}
|
|
37892
39545
|
}
|
|
37893
39546
|
}
|
|
39547
|
+
},
|
|
39548
|
+
"signalen": {
|
|
39549
|
+
"modal-dialog": {
|
|
39550
|
+
"background-color": {
|
|
39551
|
+
"value": "hsl(0 0% 100%)",
|
|
39552
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39553
|
+
"isSource": true,
|
|
39554
|
+
"original": {
|
|
39555
|
+
"value": "{utrecht.body.background-color}"
|
|
39556
|
+
},
|
|
39557
|
+
"name": "signalenModalDialogBackgroundColor",
|
|
39558
|
+
"attributes": {},
|
|
39559
|
+
"path": [
|
|
39560
|
+
"signalen",
|
|
39561
|
+
"modal-dialog",
|
|
39562
|
+
"background-color"
|
|
39563
|
+
]
|
|
39564
|
+
},
|
|
39565
|
+
"color": {
|
|
39566
|
+
"value": "hsl(0 0% 0%)",
|
|
39567
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39568
|
+
"isSource": true,
|
|
39569
|
+
"original": {
|
|
39570
|
+
"value": "{utrecht.body.color}"
|
|
39571
|
+
},
|
|
39572
|
+
"name": "signalenModalDialogColor",
|
|
39573
|
+
"attributes": {},
|
|
39574
|
+
"path": [
|
|
39575
|
+
"signalen",
|
|
39576
|
+
"modal-dialog",
|
|
39577
|
+
"color"
|
|
39578
|
+
]
|
|
39579
|
+
}
|
|
39580
|
+
},
|
|
39581
|
+
"progress-bar": {
|
|
39582
|
+
"border-radius": {
|
|
39583
|
+
"value": "4px",
|
|
39584
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39585
|
+
"isSource": true,
|
|
39586
|
+
"original": {
|
|
39587
|
+
"value": "4px"
|
|
39588
|
+
},
|
|
39589
|
+
"name": "signalenProgressBarBorderRadius",
|
|
39590
|
+
"attributes": {},
|
|
39591
|
+
"path": [
|
|
39592
|
+
"signalen",
|
|
39593
|
+
"progress-bar",
|
|
39594
|
+
"border-radius"
|
|
39595
|
+
]
|
|
39596
|
+
}
|
|
39597
|
+
}
|
|
37894
39598
|
}
|
|
37895
39599
|
}
|