@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/tokens.json
CHANGED
|
@@ -2793,31 +2793,6 @@
|
|
|
2793
2793
|
]
|
|
2794
2794
|
}
|
|
2795
2795
|
},
|
|
2796
|
-
"badge-data": {
|
|
2797
|
-
"letter-spacing": {
|
|
2798
|
-
"$extensions": {
|
|
2799
|
-
"nl.nldesignsystem.css.property": {
|
|
2800
|
-
"syntax": "<length>",
|
|
2801
|
-
"inherits": true
|
|
2802
|
-
},
|
|
2803
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2804
|
-
},
|
|
2805
|
-
"type": "letterSpacing"
|
|
2806
|
-
},
|
|
2807
|
-
"text-transform": {
|
|
2808
|
-
"$extensions": {
|
|
2809
|
-
"nl.nldesignsystem.css.property": {
|
|
2810
|
-
"syntax": [
|
|
2811
|
-
"inherit",
|
|
2812
|
-
"uppercase"
|
|
2813
|
-
],
|
|
2814
|
-
"inherits": true
|
|
2815
|
-
},
|
|
2816
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2817
|
-
},
|
|
2818
|
-
"type": "textCase"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
2796
|
"badge-list": {
|
|
2822
2797
|
"row-gap": {
|
|
2823
2798
|
"$extensions": {
|
|
@@ -2923,7 +2898,7 @@
|
|
|
2923
2898
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2924
2899
|
},
|
|
2925
2900
|
"type": "color",
|
|
2926
|
-
"value": "{
|
|
2901
|
+
"value": "{nl.data-badge.background-color}"
|
|
2927
2902
|
},
|
|
2928
2903
|
"name": "utrechtBadgeBackgroundColor",
|
|
2929
2904
|
"attributes": {},
|
|
@@ -2962,7 +2937,7 @@
|
|
|
2962
2937
|
}
|
|
2963
2938
|
},
|
|
2964
2939
|
"type": "dimension",
|
|
2965
|
-
"value": "
|
|
2940
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2966
2941
|
},
|
|
2967
2942
|
"name": "utrechtBadgeBorderRadius",
|
|
2968
2943
|
"attributes": {},
|
|
@@ -2995,7 +2970,7 @@
|
|
|
2995
2970
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2996
2971
|
},
|
|
2997
2972
|
"type": "color",
|
|
2998
|
-
"value": "{
|
|
2973
|
+
"value": "{nl.data-badge.color}"
|
|
2999
2974
|
},
|
|
3000
2975
|
"name": "utrechtBadgeColor",
|
|
3001
2976
|
"attributes": {},
|
|
@@ -3067,7 +3042,7 @@
|
|
|
3067
3042
|
}
|
|
3068
3043
|
},
|
|
3069
3044
|
"type": "dimension",
|
|
3070
|
-
"value": "{
|
|
3045
|
+
"value": "{nl.data-badge.padding-block}"
|
|
3071
3046
|
},
|
|
3072
3047
|
"name": "utrechtBadgePaddingBlock",
|
|
3073
3048
|
"attributes": {},
|
|
@@ -3106,7 +3081,7 @@
|
|
|
3106
3081
|
}
|
|
3107
3082
|
},
|
|
3108
3083
|
"type": "dimension",
|
|
3109
|
-
"value": "{
|
|
3084
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
3110
3085
|
},
|
|
3111
3086
|
"name": "utrechtBadgePaddingInline",
|
|
3112
3087
|
"attributes": {},
|
|
@@ -3600,9 +3575,36 @@
|
|
|
3600
3575
|
"syntax": "*",
|
|
3601
3576
|
"inherits": true
|
|
3602
3577
|
},
|
|
3603
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3578
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3579
|
+
"studio.tokens": {
|
|
3580
|
+
"originalType": "fontFamilies"
|
|
3581
|
+
}
|
|
3604
3582
|
},
|
|
3605
|
-
"type": "
|
|
3583
|
+
"type": "fontFamily",
|
|
3584
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
3585
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3586
|
+
"isSource": true,
|
|
3587
|
+
"original": {
|
|
3588
|
+
"$extensions": {
|
|
3589
|
+
"nl.nldesignsystem.css.property": {
|
|
3590
|
+
"syntax": "*",
|
|
3591
|
+
"inherits": true
|
|
3592
|
+
},
|
|
3593
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3594
|
+
"studio.tokens": {
|
|
3595
|
+
"originalType": "fontFamilies"
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
"type": "fontFamily",
|
|
3599
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
3600
|
+
},
|
|
3601
|
+
"name": "utrechtBodyFontFamily",
|
|
3602
|
+
"attributes": {},
|
|
3603
|
+
"path": [
|
|
3604
|
+
"utrecht",
|
|
3605
|
+
"body",
|
|
3606
|
+
"font-family"
|
|
3607
|
+
]
|
|
3606
3608
|
},
|
|
3607
3609
|
"font-size": {
|
|
3608
3610
|
"$extensions": {
|
|
@@ -3610,9 +3612,36 @@
|
|
|
3610
3612
|
"syntax": "<length>",
|
|
3611
3613
|
"inherits": true
|
|
3612
3614
|
},
|
|
3613
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3615
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3616
|
+
"studio.tokens": {
|
|
3617
|
+
"originalType": "fontSizes"
|
|
3618
|
+
}
|
|
3614
3619
|
},
|
|
3615
|
-
"type": "
|
|
3620
|
+
"type": "fontSize",
|
|
3621
|
+
"value": "1rem",
|
|
3622
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3623
|
+
"isSource": true,
|
|
3624
|
+
"original": {
|
|
3625
|
+
"$extensions": {
|
|
3626
|
+
"nl.nldesignsystem.css.property": {
|
|
3627
|
+
"syntax": "<length>",
|
|
3628
|
+
"inherits": true
|
|
3629
|
+
},
|
|
3630
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3631
|
+
"studio.tokens": {
|
|
3632
|
+
"originalType": "fontSizes"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
"type": "fontSize",
|
|
3636
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
3637
|
+
},
|
|
3638
|
+
"name": "utrechtBodyFontSize",
|
|
3639
|
+
"attributes": {},
|
|
3640
|
+
"path": [
|
|
3641
|
+
"utrecht",
|
|
3642
|
+
"body",
|
|
3643
|
+
"font-size"
|
|
3644
|
+
]
|
|
3616
3645
|
},
|
|
3617
3646
|
"font-weight": {
|
|
3618
3647
|
"$extensions": {
|
|
@@ -3633,9 +3662,69 @@
|
|
|
3633
3662
|
],
|
|
3634
3663
|
"inherits": true
|
|
3635
3664
|
},
|
|
3636
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3665
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3666
|
+
"studio.tokens": {
|
|
3667
|
+
"originalType": "lineHeights"
|
|
3668
|
+
}
|
|
3637
3669
|
},
|
|
3638
|
-
"type": "
|
|
3670
|
+
"type": "lineHeight",
|
|
3671
|
+
"value": "1.4",
|
|
3672
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3673
|
+
"isSource": true,
|
|
3674
|
+
"original": {
|
|
3675
|
+
"$extensions": {
|
|
3676
|
+
"nl.nldesignsystem.css.property": {
|
|
3677
|
+
"syntax": [
|
|
3678
|
+
"<length>",
|
|
3679
|
+
"<number>"
|
|
3680
|
+
],
|
|
3681
|
+
"inherits": true
|
|
3682
|
+
},
|
|
3683
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3684
|
+
"studio.tokens": {
|
|
3685
|
+
"originalType": "lineHeights"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
"type": "lineHeight",
|
|
3689
|
+
"value": "1.4"
|
|
3690
|
+
},
|
|
3691
|
+
"name": "utrechtBodyLineHeight",
|
|
3692
|
+
"attributes": {},
|
|
3693
|
+
"path": [
|
|
3694
|
+
"utrecht",
|
|
3695
|
+
"body",
|
|
3696
|
+
"line-height"
|
|
3697
|
+
]
|
|
3698
|
+
},
|
|
3699
|
+
"background-color": {
|
|
3700
|
+
"value": "hsl(0 0% 100%)",
|
|
3701
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3702
|
+
"isSource": true,
|
|
3703
|
+
"original": {
|
|
3704
|
+
"value": "{utrecht.color.white}"
|
|
3705
|
+
},
|
|
3706
|
+
"name": "utrechtBodyBackgroundColor",
|
|
3707
|
+
"attributes": {},
|
|
3708
|
+
"path": [
|
|
3709
|
+
"utrecht",
|
|
3710
|
+
"body",
|
|
3711
|
+
"background-color"
|
|
3712
|
+
]
|
|
3713
|
+
},
|
|
3714
|
+
"color": {
|
|
3715
|
+
"value": "hsl(0 0% 0%)",
|
|
3716
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3717
|
+
"isSource": true,
|
|
3718
|
+
"original": {
|
|
3719
|
+
"value": "{utrecht.color.black}"
|
|
3720
|
+
},
|
|
3721
|
+
"name": "utrechtBodyColor",
|
|
3722
|
+
"attributes": {},
|
|
3723
|
+
"path": [
|
|
3724
|
+
"utrecht",
|
|
3725
|
+
"body",
|
|
3726
|
+
"color"
|
|
3727
|
+
]
|
|
3639
3728
|
}
|
|
3640
3729
|
},
|
|
3641
3730
|
"breadcrumb-nav": {
|
|
@@ -10961,7 +11050,7 @@
|
|
|
10961
11050
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10962
11051
|
},
|
|
10963
11052
|
"type": "color",
|
|
10964
|
-
"value": "{
|
|
11053
|
+
"value": "{nl.code-block.background-color}"
|
|
10965
11054
|
},
|
|
10966
11055
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
10967
11056
|
"attributes": {},
|
|
@@ -10992,7 +11081,7 @@
|
|
|
10992
11081
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10993
11082
|
},
|
|
10994
11083
|
"type": "color",
|
|
10995
|
-
"value": "{
|
|
11084
|
+
"value": "{nl.code-block.color}"
|
|
10996
11085
|
},
|
|
10997
11086
|
"name": "utrechtCodeBlockColor",
|
|
10998
11087
|
"attributes": {},
|
|
@@ -11008,9 +11097,36 @@
|
|
|
11008
11097
|
"syntax": "*",
|
|
11009
11098
|
"inherits": true
|
|
11010
11099
|
},
|
|
11011
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
11100
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11101
|
+
"studio.tokens": {
|
|
11102
|
+
"originalType": "fontFamilies"
|
|
11103
|
+
}
|
|
11012
11104
|
},
|
|
11013
|
-
"type": "
|
|
11105
|
+
"type": "fontFamily",
|
|
11106
|
+
"value": "\"Monaco\"",
|
|
11107
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
11108
|
+
"isSource": true,
|
|
11109
|
+
"original": {
|
|
11110
|
+
"$extensions": {
|
|
11111
|
+
"nl.nldesignsystem.css.property": {
|
|
11112
|
+
"syntax": "*",
|
|
11113
|
+
"inherits": true
|
|
11114
|
+
},
|
|
11115
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11116
|
+
"studio.tokens": {
|
|
11117
|
+
"originalType": "fontFamilies"
|
|
11118
|
+
}
|
|
11119
|
+
},
|
|
11120
|
+
"type": "fontFamily",
|
|
11121
|
+
"value": "{nl.code-block.font-family}"
|
|
11122
|
+
},
|
|
11123
|
+
"name": "utrechtCodeBlockFontFamily",
|
|
11124
|
+
"attributes": {},
|
|
11125
|
+
"path": [
|
|
11126
|
+
"utrecht",
|
|
11127
|
+
"code-block",
|
|
11128
|
+
"font-family"
|
|
11129
|
+
]
|
|
11014
11130
|
},
|
|
11015
11131
|
"font-size": {
|
|
11016
11132
|
"$extensions": {
|
|
@@ -11039,7 +11155,7 @@
|
|
|
11039
11155
|
}
|
|
11040
11156
|
},
|
|
11041
11157
|
"type": "fontSize",
|
|
11042
|
-
"value": "{
|
|
11158
|
+
"value": "{nl.code-block.font-size}"
|
|
11043
11159
|
},
|
|
11044
11160
|
"name": "utrechtCodeBlockFontSize",
|
|
11045
11161
|
"attributes": {},
|
|
@@ -11082,7 +11198,7 @@
|
|
|
11082
11198
|
}
|
|
11083
11199
|
},
|
|
11084
11200
|
"type": "lineHeight",
|
|
11085
|
-
"value": "{
|
|
11201
|
+
"value": "{nl.code-block.line-height}"
|
|
11086
11202
|
},
|
|
11087
11203
|
"name": "utrechtCodeBlockLineHeight",
|
|
11088
11204
|
"attributes": {},
|
|
@@ -11213,7 +11329,7 @@
|
|
|
11213
11329
|
}
|
|
11214
11330
|
},
|
|
11215
11331
|
"type": "dimension",
|
|
11216
|
-
"value": "
|
|
11332
|
+
"value": "{nl.code-block.padding-block}"
|
|
11217
11333
|
},
|
|
11218
11334
|
"name": "utrechtCodeBlockPaddingBlockStart",
|
|
11219
11335
|
"attributes": {},
|
|
@@ -11250,7 +11366,7 @@
|
|
|
11250
11366
|
}
|
|
11251
11367
|
},
|
|
11252
11368
|
"type": "dimension",
|
|
11253
|
-
"value": "
|
|
11369
|
+
"value": "{nl.code-block.padding-block}"
|
|
11254
11370
|
},
|
|
11255
11371
|
"name": "utrechtCodeBlockPaddingBlockEnd",
|
|
11256
11372
|
"attributes": {},
|
|
@@ -11287,7 +11403,7 @@
|
|
|
11287
11403
|
}
|
|
11288
11404
|
},
|
|
11289
11405
|
"type": "dimension",
|
|
11290
|
-
"value": "
|
|
11406
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11291
11407
|
},
|
|
11292
11408
|
"name": "utrechtCodeBlockPaddingInlineStart",
|
|
11293
11409
|
"attributes": {},
|
|
@@ -11324,7 +11440,7 @@
|
|
|
11324
11440
|
}
|
|
11325
11441
|
},
|
|
11326
11442
|
"type": "dimension",
|
|
11327
|
-
"value": "
|
|
11443
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11328
11444
|
},
|
|
11329
11445
|
"name": "utrechtCodeBlockPaddingInlineEnd",
|
|
11330
11446
|
"attributes": {},
|
|
@@ -14822,6 +14938,126 @@
|
|
|
14822
14938
|
}
|
|
14823
14939
|
},
|
|
14824
14940
|
"currency-data": {},
|
|
14941
|
+
"data-badge": {
|
|
14942
|
+
"background-color": {
|
|
14943
|
+
"comment": "Default background color for badge components",
|
|
14944
|
+
"$extensions": {
|
|
14945
|
+
"nl.nldesignsystem.css.property": {
|
|
14946
|
+
"syntax": "<color>",
|
|
14947
|
+
"inherits": true
|
|
14948
|
+
},
|
|
14949
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14950
|
+
},
|
|
14951
|
+
"type": "color"
|
|
14952
|
+
},
|
|
14953
|
+
"border-radius": {
|
|
14954
|
+
"comment": "Default corner radius for badge components",
|
|
14955
|
+
"$extensions": {
|
|
14956
|
+
"nl.nldesignsystem.css.property": {
|
|
14957
|
+
"syntax": "<length-percentage>",
|
|
14958
|
+
"inherits": true
|
|
14959
|
+
},
|
|
14960
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14961
|
+
},
|
|
14962
|
+
"type": "borderRadius"
|
|
14963
|
+
},
|
|
14964
|
+
"border-width": {
|
|
14965
|
+
"$extensions": {
|
|
14966
|
+
"nl.nldesignsystem.css.property": {
|
|
14967
|
+
"syntax": "<length>",
|
|
14968
|
+
"inherits": true
|
|
14969
|
+
},
|
|
14970
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14971
|
+
},
|
|
14972
|
+
"type": "borderWidth"
|
|
14973
|
+
},
|
|
14974
|
+
"color": {
|
|
14975
|
+
"comment": "Default text color for badge components",
|
|
14976
|
+
"$extensions": {
|
|
14977
|
+
"nl.nldesignsystem.css.property": {
|
|
14978
|
+
"syntax": "<color>",
|
|
14979
|
+
"inherits": true
|
|
14980
|
+
},
|
|
14981
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14982
|
+
},
|
|
14983
|
+
"type": "color"
|
|
14984
|
+
},
|
|
14985
|
+
"font-size": {
|
|
14986
|
+
"$extensions": {
|
|
14987
|
+
"nl.nldesignsystem.css.property": {
|
|
14988
|
+
"syntax": "<length>",
|
|
14989
|
+
"inherits": true
|
|
14990
|
+
},
|
|
14991
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14992
|
+
},
|
|
14993
|
+
"type": "fontSizes"
|
|
14994
|
+
},
|
|
14995
|
+
"font-weight": {
|
|
14996
|
+
"$extensions": {
|
|
14997
|
+
"nl.nldesignsystem.css.property": {
|
|
14998
|
+
"syntax": "<number>",
|
|
14999
|
+
"inherits": true
|
|
15000
|
+
},
|
|
15001
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15002
|
+
},
|
|
15003
|
+
"type": "fontWeights"
|
|
15004
|
+
},
|
|
15005
|
+
"line-height": {
|
|
15006
|
+
"$extensions": {
|
|
15007
|
+
"nl.nldesignsystem.css.property": {
|
|
15008
|
+
"syntax": [
|
|
15009
|
+
"<length>",
|
|
15010
|
+
"<number>"
|
|
15011
|
+
],
|
|
15012
|
+
"inherits": true
|
|
15013
|
+
},
|
|
15014
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15015
|
+
},
|
|
15016
|
+
"type": "lineHeights"
|
|
15017
|
+
},
|
|
15018
|
+
"min-block-size": {
|
|
15019
|
+
"$extensions": {
|
|
15020
|
+
"nl.nldesignsystem.css.property": {
|
|
15021
|
+
"syntax": "<length>",
|
|
15022
|
+
"inherits": true
|
|
15023
|
+
},
|
|
15024
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15025
|
+
},
|
|
15026
|
+
"type": "sizing"
|
|
15027
|
+
},
|
|
15028
|
+
"min-inline-size": {
|
|
15029
|
+
"$extensions": {
|
|
15030
|
+
"nl.nldesignsystem.css.property": {
|
|
15031
|
+
"syntax": "<length>",
|
|
15032
|
+
"inherits": true
|
|
15033
|
+
},
|
|
15034
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15035
|
+
},
|
|
15036
|
+
"type": "sizing"
|
|
15037
|
+
},
|
|
15038
|
+
"padding-block": {
|
|
15039
|
+
"comment": "Default block padding for badge components",
|
|
15040
|
+
"$extensions": {
|
|
15041
|
+
"nl.nldesignsystem.css.property": {
|
|
15042
|
+
"syntax": "<length>",
|
|
15043
|
+
"inherits": true
|
|
15044
|
+
},
|
|
15045
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15046
|
+
},
|
|
15047
|
+
"type": "spacing"
|
|
15048
|
+
},
|
|
15049
|
+
"padding-inline": {
|
|
15050
|
+
"comment": "Default inline padding color for badge components",
|
|
15051
|
+
"$extensions": {
|
|
15052
|
+
"nl.nldesignsystem.css.property": {
|
|
15053
|
+
"syntax": "<length>",
|
|
15054
|
+
"inherits": true
|
|
15055
|
+
},
|
|
15056
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
15057
|
+
},
|
|
15058
|
+
"type": "spacing"
|
|
15059
|
+
}
|
|
15060
|
+
},
|
|
14825
15061
|
"data-list": {
|
|
14826
15062
|
"margin-block-end": {
|
|
14827
15063
|
"$extensions": {
|
|
@@ -18601,7 +18837,7 @@
|
|
|
18601
18837
|
"syntax": "<length>",
|
|
18602
18838
|
"inherits": true
|
|
18603
18839
|
},
|
|
18604
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18840
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18605
18841
|
"studio.tokens": {
|
|
18606
18842
|
"originalType": "spacing"
|
|
18607
18843
|
}
|
|
@@ -18616,7 +18852,7 @@
|
|
|
18616
18852
|
"syntax": "<length>",
|
|
18617
18853
|
"inherits": true
|
|
18618
18854
|
},
|
|
18619
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18855
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18620
18856
|
"studio.tokens": {
|
|
18621
18857
|
"originalType": "spacing"
|
|
18622
18858
|
}
|
|
@@ -18638,7 +18874,7 @@
|
|
|
18638
18874
|
"syntax": "<length>",
|
|
18639
18875
|
"inherits": true
|
|
18640
18876
|
},
|
|
18641
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18877
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18642
18878
|
"studio.tokens": {
|
|
18643
18879
|
"originalType": "spacing"
|
|
18644
18880
|
}
|
|
@@ -18653,7 +18889,7 @@
|
|
|
18653
18889
|
"syntax": "<length>",
|
|
18654
18890
|
"inherits": true
|
|
18655
18891
|
},
|
|
18656
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18892
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18657
18893
|
"studio.tokens": {
|
|
18658
18894
|
"originalType": "spacing"
|
|
18659
18895
|
}
|
|
@@ -18675,7 +18911,7 @@
|
|
|
18675
18911
|
"syntax": "<length>",
|
|
18676
18912
|
"inherits": true
|
|
18677
18913
|
},
|
|
18678
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18914
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18679
18915
|
"studio.tokens": {
|
|
18680
18916
|
"originalType": "spacing"
|
|
18681
18917
|
}
|
|
@@ -18690,7 +18926,7 @@
|
|
|
18690
18926
|
"syntax": "<length>",
|
|
18691
18927
|
"inherits": true
|
|
18692
18928
|
},
|
|
18693
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18929
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18694
18930
|
"studio.tokens": {
|
|
18695
18931
|
"originalType": "spacing"
|
|
18696
18932
|
}
|
|
@@ -18712,7 +18948,7 @@
|
|
|
18712
18948
|
"syntax": "<length>",
|
|
18713
18949
|
"inherits": true
|
|
18714
18950
|
},
|
|
18715
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18951
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18716
18952
|
"studio.tokens": {
|
|
18717
18953
|
"originalType": "spacing"
|
|
18718
18954
|
}
|
|
@@ -18727,7 +18963,7 @@
|
|
|
18727
18963
|
"syntax": "<length>",
|
|
18728
18964
|
"inherits": true
|
|
18729
18965
|
},
|
|
18730
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18966
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18731
18967
|
"studio.tokens": {
|
|
18732
18968
|
"originalType": "spacing"
|
|
18733
18969
|
}
|
|
@@ -19382,7 +19618,7 @@
|
|
|
19382
19618
|
}
|
|
19383
19619
|
},
|
|
19384
19620
|
"type": "fontFamily",
|
|
19385
|
-
"value": "{
|
|
19621
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
19386
19622
|
},
|
|
19387
19623
|
"name": "utrechtHeading1FontFamily",
|
|
19388
19624
|
"attributes": {},
|
|
@@ -19419,7 +19655,7 @@
|
|
|
19419
19655
|
}
|
|
19420
19656
|
},
|
|
19421
19657
|
"type": "fontSize",
|
|
19422
|
-
"value": "{
|
|
19658
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
19423
19659
|
},
|
|
19424
19660
|
"name": "utrechtHeading1FontSize",
|
|
19425
19661
|
"attributes": {},
|
|
@@ -19462,7 +19698,7 @@
|
|
|
19462
19698
|
}
|
|
19463
19699
|
},
|
|
19464
19700
|
"type": "fontWeight",
|
|
19465
|
-
"value": "{
|
|
19701
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
19466
19702
|
},
|
|
19467
19703
|
"name": "utrechtHeading1FontWeight",
|
|
19468
19704
|
"attributes": {},
|
|
@@ -19505,7 +19741,7 @@
|
|
|
19505
19741
|
}
|
|
19506
19742
|
},
|
|
19507
19743
|
"type": "lineHeight",
|
|
19508
|
-
"value": "{
|
|
19744
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
19509
19745
|
},
|
|
19510
19746
|
"name": "utrechtHeading1LineHeight",
|
|
19511
19747
|
"attributes": {},
|
|
@@ -19641,7 +19877,7 @@
|
|
|
19641
19877
|
}
|
|
19642
19878
|
},
|
|
19643
19879
|
"type": "fontFamily",
|
|
19644
|
-
"value": "{
|
|
19880
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
19645
19881
|
},
|
|
19646
19882
|
"name": "utrechtHeading2FontFamily",
|
|
19647
19883
|
"attributes": {},
|
|
@@ -19678,7 +19914,7 @@
|
|
|
19678
19914
|
}
|
|
19679
19915
|
},
|
|
19680
19916
|
"type": "fontSize",
|
|
19681
|
-
"value": "{
|
|
19917
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
19682
19918
|
},
|
|
19683
19919
|
"name": "utrechtHeading2FontSize",
|
|
19684
19920
|
"attributes": {},
|
|
@@ -19721,7 +19957,7 @@
|
|
|
19721
19957
|
}
|
|
19722
19958
|
},
|
|
19723
19959
|
"type": "fontWeight",
|
|
19724
|
-
"value": "{
|
|
19960
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
19725
19961
|
},
|
|
19726
19962
|
"name": "utrechtHeading2FontWeight",
|
|
19727
19963
|
"attributes": {},
|
|
@@ -19764,7 +20000,7 @@
|
|
|
19764
20000
|
}
|
|
19765
20001
|
},
|
|
19766
20002
|
"type": "lineHeight",
|
|
19767
|
-
"value": "{
|
|
20003
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
19768
20004
|
},
|
|
19769
20005
|
"name": "utrechtHeading2LineHeight",
|
|
19770
20006
|
"attributes": {},
|
|
@@ -19900,7 +20136,7 @@
|
|
|
19900
20136
|
}
|
|
19901
20137
|
},
|
|
19902
20138
|
"type": "fontFamily",
|
|
19903
|
-
"value": "{
|
|
20139
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
19904
20140
|
},
|
|
19905
20141
|
"name": "utrechtHeading3FontFamily",
|
|
19906
20142
|
"attributes": {},
|
|
@@ -19937,7 +20173,7 @@
|
|
|
19937
20173
|
}
|
|
19938
20174
|
},
|
|
19939
20175
|
"type": "fontSize",
|
|
19940
|
-
"value": "{
|
|
20176
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
19941
20177
|
},
|
|
19942
20178
|
"name": "utrechtHeading3FontSize",
|
|
19943
20179
|
"attributes": {},
|
|
@@ -19980,7 +20216,7 @@
|
|
|
19980
20216
|
}
|
|
19981
20217
|
},
|
|
19982
20218
|
"type": "fontWeight",
|
|
19983
|
-
"value": "{
|
|
20219
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19984
20220
|
},
|
|
19985
20221
|
"name": "utrechtHeading3FontWeight",
|
|
19986
20222
|
"attributes": {},
|
|
@@ -20023,7 +20259,7 @@
|
|
|
20023
20259
|
}
|
|
20024
20260
|
},
|
|
20025
20261
|
"type": "lineHeight",
|
|
20026
|
-
"value": "{
|
|
20262
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
20027
20263
|
},
|
|
20028
20264
|
"name": "utrechtHeading3LineHeight",
|
|
20029
20265
|
"attributes": {},
|
|
@@ -20159,7 +20395,7 @@
|
|
|
20159
20395
|
}
|
|
20160
20396
|
},
|
|
20161
20397
|
"type": "fontFamily",
|
|
20162
|
-
"value": "{
|
|
20398
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
20163
20399
|
},
|
|
20164
20400
|
"name": "utrechtHeading4FontFamily",
|
|
20165
20401
|
"attributes": {},
|
|
@@ -20196,7 +20432,7 @@
|
|
|
20196
20432
|
}
|
|
20197
20433
|
},
|
|
20198
20434
|
"type": "fontSize",
|
|
20199
|
-
"value": "{
|
|
20435
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
20200
20436
|
},
|
|
20201
20437
|
"name": "utrechtHeading4FontSize",
|
|
20202
20438
|
"attributes": {},
|
|
@@ -20239,7 +20475,7 @@
|
|
|
20239
20475
|
}
|
|
20240
20476
|
},
|
|
20241
20477
|
"type": "fontWeight",
|
|
20242
|
-
"value": "{
|
|
20478
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
20243
20479
|
},
|
|
20244
20480
|
"name": "utrechtHeading4FontWeight",
|
|
20245
20481
|
"attributes": {},
|
|
@@ -20282,7 +20518,7 @@
|
|
|
20282
20518
|
}
|
|
20283
20519
|
},
|
|
20284
20520
|
"type": "lineHeight",
|
|
20285
|
-
"value": "{
|
|
20521
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
20286
20522
|
},
|
|
20287
20523
|
"name": "utrechtHeading4LineHeight",
|
|
20288
20524
|
"attributes": {},
|
|
@@ -20418,7 +20654,7 @@
|
|
|
20418
20654
|
}
|
|
20419
20655
|
},
|
|
20420
20656
|
"type": "fontFamily",
|
|
20421
|
-
"value": "{
|
|
20657
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
20422
20658
|
},
|
|
20423
20659
|
"name": "utrechtHeading5FontFamily",
|
|
20424
20660
|
"attributes": {},
|
|
@@ -20455,7 +20691,7 @@
|
|
|
20455
20691
|
}
|
|
20456
20692
|
},
|
|
20457
20693
|
"type": "fontSize",
|
|
20458
|
-
"value": "{
|
|
20694
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
20459
20695
|
},
|
|
20460
20696
|
"name": "utrechtHeading5FontSize",
|
|
20461
20697
|
"attributes": {},
|
|
@@ -20498,7 +20734,7 @@
|
|
|
20498
20734
|
}
|
|
20499
20735
|
},
|
|
20500
20736
|
"type": "fontWeight",
|
|
20501
|
-
"value": "{
|
|
20737
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
20502
20738
|
},
|
|
20503
20739
|
"name": "utrechtHeading5FontWeight",
|
|
20504
20740
|
"attributes": {},
|
|
@@ -20541,7 +20777,7 @@
|
|
|
20541
20777
|
}
|
|
20542
20778
|
},
|
|
20543
20779
|
"type": "lineHeight",
|
|
20544
|
-
"value": "{
|
|
20780
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
20545
20781
|
},
|
|
20546
20782
|
"name": "utrechtHeading5LineHeight",
|
|
20547
20783
|
"attributes": {},
|
|
@@ -20676,7 +20912,7 @@
|
|
|
20676
20912
|
}
|
|
20677
20913
|
},
|
|
20678
20914
|
"type": "fontFamily",
|
|
20679
|
-
"value": "{
|
|
20915
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
20680
20916
|
},
|
|
20681
20917
|
"name": "utrechtHeading6FontFamily",
|
|
20682
20918
|
"attributes": {},
|
|
@@ -20713,7 +20949,7 @@
|
|
|
20713
20949
|
}
|
|
20714
20950
|
},
|
|
20715
20951
|
"type": "fontSize",
|
|
20716
|
-
"value": "{
|
|
20952
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
20717
20953
|
},
|
|
20718
20954
|
"name": "utrechtHeading6FontSize",
|
|
20719
20955
|
"attributes": {},
|
|
@@ -20756,7 +20992,7 @@
|
|
|
20756
20992
|
}
|
|
20757
20993
|
},
|
|
20758
20994
|
"type": "fontWeight",
|
|
20759
|
-
"value": "{
|
|
20995
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
20760
20996
|
},
|
|
20761
20997
|
"name": "utrechtHeading6FontWeight",
|
|
20762
20998
|
"attributes": {},
|
|
@@ -20799,7 +21035,7 @@
|
|
|
20799
21035
|
}
|
|
20800
21036
|
},
|
|
20801
21037
|
"type": "lineHeight",
|
|
20802
|
-
"value": "{
|
|
21038
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
20803
21039
|
},
|
|
20804
21040
|
"name": "utrechtHeading6LineHeight",
|
|
20805
21041
|
"attributes": {},
|
|
@@ -21391,9 +21627,37 @@
|
|
|
21391
21627
|
"syntax": "<length>",
|
|
21392
21628
|
"inherits": true
|
|
21393
21629
|
},
|
|
21394
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
21630
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
21631
|
+
"studio.tokens": {
|
|
21632
|
+
"originalType": "spacing"
|
|
21633
|
+
}
|
|
21395
21634
|
},
|
|
21396
|
-
"type": "
|
|
21635
|
+
"type": "dimension",
|
|
21636
|
+
"value": "0.15em",
|
|
21637
|
+
"filePath": "src/component/utrecht/link-list.tokens.json",
|
|
21638
|
+
"isSource": true,
|
|
21639
|
+
"original": {
|
|
21640
|
+
"$extensions": {
|
|
21641
|
+
"nl.nldesignsystem.css.property": {
|
|
21642
|
+
"syntax": "<length>",
|
|
21643
|
+
"inherits": true
|
|
21644
|
+
},
|
|
21645
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
21646
|
+
"studio.tokens": {
|
|
21647
|
+
"originalType": "spacing"
|
|
21648
|
+
}
|
|
21649
|
+
},
|
|
21650
|
+
"type": "dimension",
|
|
21651
|
+
"value": "0.15em"
|
|
21652
|
+
},
|
|
21653
|
+
"name": "utrechtLinkListIconInsetBlockStart",
|
|
21654
|
+
"attributes": {},
|
|
21655
|
+
"path": [
|
|
21656
|
+
"utrecht",
|
|
21657
|
+
"link-list",
|
|
21658
|
+
"icon",
|
|
21659
|
+
"inset-block-start"
|
|
21660
|
+
]
|
|
21397
21661
|
}
|
|
21398
21662
|
}
|
|
21399
21663
|
},
|
|
@@ -24251,7 +24515,7 @@
|
|
|
24251
24515
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24252
24516
|
},
|
|
24253
24517
|
"type": "color",
|
|
24254
|
-
"value": "{
|
|
24518
|
+
"value": "{nl.mark.background-color}"
|
|
24255
24519
|
},
|
|
24256
24520
|
"name": "utrechtMarkBackgroundColor",
|
|
24257
24521
|
"attributes": {},
|
|
@@ -24282,7 +24546,7 @@
|
|
|
24282
24546
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24283
24547
|
},
|
|
24284
24548
|
"type": "color",
|
|
24285
|
-
"value": "{
|
|
24549
|
+
"value": "{nl.mark.color}"
|
|
24286
24550
|
},
|
|
24287
24551
|
"name": "utrechtMarkColor",
|
|
24288
24552
|
"attributes": {},
|
|
@@ -24303,28 +24567,7 @@
|
|
|
24303
24567
|
},
|
|
24304
24568
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24305
24569
|
},
|
|
24306
|
-
"type": "color"
|
|
24307
|
-
"value": "hsl(0 0% 100%)",
|
|
24308
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
24309
|
-
"isSource": true,
|
|
24310
|
-
"original": {
|
|
24311
|
-
"$extensions": {
|
|
24312
|
-
"nl.nldesignsystem.css.property": {
|
|
24313
|
-
"syntax": "<color>",
|
|
24314
|
-
"inherits": true
|
|
24315
|
-
},
|
|
24316
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24317
|
-
},
|
|
24318
|
-
"type": "color",
|
|
24319
|
-
"value": "{utrecht.color.white}"
|
|
24320
|
-
},
|
|
24321
|
-
"name": "utrechtNavBarBackgroundColor",
|
|
24322
|
-
"attributes": {},
|
|
24323
|
-
"path": [
|
|
24324
|
-
"utrecht",
|
|
24325
|
-
"nav-bar",
|
|
24326
|
-
"background-color"
|
|
24327
|
-
]
|
|
24570
|
+
"type": "color"
|
|
24328
24571
|
},
|
|
24329
24572
|
"color": {
|
|
24330
24573
|
"$extensions": {
|
|
@@ -24334,28 +24577,7 @@
|
|
|
24334
24577
|
},
|
|
24335
24578
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24336
24579
|
},
|
|
24337
|
-
"type": "color"
|
|
24338
|
-
"value": "hsl(0 0% 0%)",
|
|
24339
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
24340
|
-
"isSource": true,
|
|
24341
|
-
"original": {
|
|
24342
|
-
"$extensions": {
|
|
24343
|
-
"nl.nldesignsystem.css.property": {
|
|
24344
|
-
"syntax": "<color>",
|
|
24345
|
-
"inherits": true
|
|
24346
|
-
},
|
|
24347
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24348
|
-
},
|
|
24349
|
-
"type": "color",
|
|
24350
|
-
"value": "{utrecht.color.black}"
|
|
24351
|
-
},
|
|
24352
|
-
"name": "utrechtNavBarColor",
|
|
24353
|
-
"attributes": {},
|
|
24354
|
-
"path": [
|
|
24355
|
-
"utrecht",
|
|
24356
|
-
"nav-bar",
|
|
24357
|
-
"color"
|
|
24358
|
-
]
|
|
24580
|
+
"type": "color"
|
|
24359
24581
|
},
|
|
24360
24582
|
"content": {
|
|
24361
24583
|
"background-color": {
|
|
@@ -24955,7 +25177,7 @@
|
|
|
24955
25177
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24956
25178
|
},
|
|
24957
25179
|
"type": "color",
|
|
24958
|
-
"value": "{
|
|
25180
|
+
"value": "{nl.number-badge.background-color}"
|
|
24959
25181
|
},
|
|
24960
25182
|
"name": "utrechtNumberBadgeBackgroundColor",
|
|
24961
25183
|
"attributes": {},
|
|
@@ -25011,7 +25233,7 @@
|
|
|
25011
25233
|
}
|
|
25012
25234
|
},
|
|
25013
25235
|
"type": "dimension",
|
|
25014
|
-
"value": "{
|
|
25236
|
+
"value": "{nl.number-badge.border-radius}"
|
|
25015
25237
|
},
|
|
25016
25238
|
"name": "utrechtNumberBadgeBorderRadius",
|
|
25017
25239
|
"attributes": {},
|
|
@@ -25063,7 +25285,7 @@
|
|
|
25063
25285
|
"nl.nldesignsystem.figma.supports-token": true
|
|
25064
25286
|
},
|
|
25065
25287
|
"type": "color",
|
|
25066
|
-
"value": "{
|
|
25288
|
+
"value": "{nl.number-badge.color}"
|
|
25067
25289
|
},
|
|
25068
25290
|
"name": "utrechtNumberBadgeColor",
|
|
25069
25291
|
"attributes": {},
|
|
@@ -25120,7 +25342,7 @@
|
|
|
25120
25342
|
}
|
|
25121
25343
|
},
|
|
25122
25344
|
"type": "fontSize",
|
|
25123
|
-
"value": "{
|
|
25345
|
+
"value": "{nl.number-badge.font-size}"
|
|
25124
25346
|
},
|
|
25125
25347
|
"name": "utrechtNumberBadgeFontSize",
|
|
25126
25348
|
"attributes": {},
|
|
@@ -25213,7 +25435,7 @@
|
|
|
25213
25435
|
}
|
|
25214
25436
|
},
|
|
25215
25437
|
"type": "dimension",
|
|
25216
|
-
"value": "
|
|
25438
|
+
"value": "{nl.number-badge.padding-block}"
|
|
25217
25439
|
},
|
|
25218
25440
|
"name": "utrechtNumberBadgePaddingBlock",
|
|
25219
25441
|
"attributes": {},
|
|
@@ -25258,7 +25480,7 @@
|
|
|
25258
25480
|
}
|
|
25259
25481
|
},
|
|
25260
25482
|
"type": "dimension",
|
|
25261
|
-
"value": "
|
|
25483
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
25262
25484
|
},
|
|
25263
25485
|
"name": "utrechtNumberBadgePaddingInline",
|
|
25264
25486
|
"attributes": {},
|
|
@@ -25671,7 +25893,29 @@
|
|
|
25671
25893
|
},
|
|
25672
25894
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25673
25895
|
},
|
|
25674
|
-
"type": "color"
|
|
25896
|
+
"type": "color",
|
|
25897
|
+
"value": "hsl(0 0% 100%)",
|
|
25898
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25899
|
+
"isSource": true,
|
|
25900
|
+
"original": {
|
|
25901
|
+
"$extensions": {
|
|
25902
|
+
"nl.nldesignsystem.css.property": {
|
|
25903
|
+
"syntax": "<color>",
|
|
25904
|
+
"inherits": true
|
|
25905
|
+
},
|
|
25906
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25907
|
+
},
|
|
25908
|
+
"type": "color",
|
|
25909
|
+
"value": "{utrecht.color.white}"
|
|
25910
|
+
},
|
|
25911
|
+
"name": "utrechtPageBodyContentBackgroundColor",
|
|
25912
|
+
"attributes": {},
|
|
25913
|
+
"path": [
|
|
25914
|
+
"utrecht",
|
|
25915
|
+
"page-body",
|
|
25916
|
+
"content",
|
|
25917
|
+
"background-color"
|
|
25918
|
+
]
|
|
25675
25919
|
},
|
|
25676
25920
|
"color": {
|
|
25677
25921
|
"$extensions": {
|
|
@@ -25681,7 +25925,29 @@
|
|
|
25681
25925
|
},
|
|
25682
25926
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25683
25927
|
},
|
|
25684
|
-
"type": "color"
|
|
25928
|
+
"type": "color",
|
|
25929
|
+
"value": "hsl(0 0% 0%)",
|
|
25930
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25931
|
+
"isSource": true,
|
|
25932
|
+
"original": {
|
|
25933
|
+
"$extensions": {
|
|
25934
|
+
"nl.nldesignsystem.css.property": {
|
|
25935
|
+
"syntax": "<color>",
|
|
25936
|
+
"inherits": true
|
|
25937
|
+
},
|
|
25938
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25939
|
+
},
|
|
25940
|
+
"type": "color",
|
|
25941
|
+
"value": "{utrecht.color.black}"
|
|
25942
|
+
},
|
|
25943
|
+
"name": "utrechtPageBodyContentColor",
|
|
25944
|
+
"attributes": {},
|
|
25945
|
+
"path": [
|
|
25946
|
+
"utrecht",
|
|
25947
|
+
"page-body",
|
|
25948
|
+
"content",
|
|
25949
|
+
"color"
|
|
25950
|
+
]
|
|
25685
25951
|
},
|
|
25686
25952
|
"padding-block-start": {
|
|
25687
25953
|
"$extensions": {
|
|
@@ -25689,9 +25955,37 @@
|
|
|
25689
25955
|
"syntax": "<length>",
|
|
25690
25956
|
"inherits": true
|
|
25691
25957
|
},
|
|
25692
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25958
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25959
|
+
"studio.tokens": {
|
|
25960
|
+
"originalType": "spacing"
|
|
25961
|
+
}
|
|
25693
25962
|
},
|
|
25694
|
-
"type": "
|
|
25963
|
+
"type": "dimension",
|
|
25964
|
+
"value": "0",
|
|
25965
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25966
|
+
"isSource": true,
|
|
25967
|
+
"original": {
|
|
25968
|
+
"$extensions": {
|
|
25969
|
+
"nl.nldesignsystem.css.property": {
|
|
25970
|
+
"syntax": "<length>",
|
|
25971
|
+
"inherits": true
|
|
25972
|
+
},
|
|
25973
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25974
|
+
"studio.tokens": {
|
|
25975
|
+
"originalType": "spacing"
|
|
25976
|
+
}
|
|
25977
|
+
},
|
|
25978
|
+
"type": "dimension",
|
|
25979
|
+
"value": "0"
|
|
25980
|
+
},
|
|
25981
|
+
"name": "utrechtPageBodyContentPaddingBlockStart",
|
|
25982
|
+
"attributes": {},
|
|
25983
|
+
"path": [
|
|
25984
|
+
"utrecht",
|
|
25985
|
+
"page-body",
|
|
25986
|
+
"content",
|
|
25987
|
+
"padding-block-start"
|
|
25988
|
+
]
|
|
25695
25989
|
},
|
|
25696
25990
|
"padding-block-end": {
|
|
25697
25991
|
"$extensions": {
|
|
@@ -25699,9 +25993,37 @@
|
|
|
25699
25993
|
"syntax": "<length>",
|
|
25700
25994
|
"inherits": true
|
|
25701
25995
|
},
|
|
25702
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25996
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25997
|
+
"studio.tokens": {
|
|
25998
|
+
"originalType": "spacing"
|
|
25999
|
+
}
|
|
25703
26000
|
},
|
|
25704
|
-
"type": "
|
|
26001
|
+
"type": "dimension",
|
|
26002
|
+
"value": "1em",
|
|
26003
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26004
|
+
"isSource": true,
|
|
26005
|
+
"original": {
|
|
26006
|
+
"$extensions": {
|
|
26007
|
+
"nl.nldesignsystem.css.property": {
|
|
26008
|
+
"syntax": "<length>",
|
|
26009
|
+
"inherits": true
|
|
26010
|
+
},
|
|
26011
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26012
|
+
"studio.tokens": {
|
|
26013
|
+
"originalType": "spacing"
|
|
26014
|
+
}
|
|
26015
|
+
},
|
|
26016
|
+
"type": "dimension",
|
|
26017
|
+
"value": "1em"
|
|
26018
|
+
},
|
|
26019
|
+
"name": "utrechtPageBodyContentPaddingBlockEnd",
|
|
26020
|
+
"attributes": {},
|
|
26021
|
+
"path": [
|
|
26022
|
+
"utrecht",
|
|
26023
|
+
"page-body",
|
|
26024
|
+
"content",
|
|
26025
|
+
"padding-block-end"
|
|
26026
|
+
]
|
|
25705
26027
|
},
|
|
25706
26028
|
"padding-inline-start": {
|
|
25707
26029
|
"$extensions": {
|
|
@@ -25709,9 +26031,37 @@
|
|
|
25709
26031
|
"syntax": "<length>",
|
|
25710
26032
|
"inherits": true
|
|
25711
26033
|
},
|
|
25712
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26034
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26035
|
+
"studio.tokens": {
|
|
26036
|
+
"originalType": "spacing"
|
|
26037
|
+
}
|
|
25713
26038
|
},
|
|
25714
|
-
"type": "
|
|
26039
|
+
"type": "dimension",
|
|
26040
|
+
"value": "2em",
|
|
26041
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26042
|
+
"isSource": true,
|
|
26043
|
+
"original": {
|
|
26044
|
+
"$extensions": {
|
|
26045
|
+
"nl.nldesignsystem.css.property": {
|
|
26046
|
+
"syntax": "<length>",
|
|
26047
|
+
"inherits": true
|
|
26048
|
+
},
|
|
26049
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26050
|
+
"studio.tokens": {
|
|
26051
|
+
"originalType": "spacing"
|
|
26052
|
+
}
|
|
26053
|
+
},
|
|
26054
|
+
"type": "dimension",
|
|
26055
|
+
"value": "2em"
|
|
26056
|
+
},
|
|
26057
|
+
"name": "utrechtPageBodyContentPaddingInlineStart",
|
|
26058
|
+
"attributes": {},
|
|
26059
|
+
"path": [
|
|
26060
|
+
"utrecht",
|
|
26061
|
+
"page-body",
|
|
26062
|
+
"content",
|
|
26063
|
+
"padding-inline-start"
|
|
26064
|
+
]
|
|
25715
26065
|
},
|
|
25716
26066
|
"padding-inine-end": {
|
|
25717
26067
|
"$extensions": {
|
|
@@ -25722,7 +26072,99 @@
|
|
|
25722
26072
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25723
26073
|
},
|
|
25724
26074
|
"type": "spacing"
|
|
26075
|
+
},
|
|
26076
|
+
"max-inline-size": {
|
|
26077
|
+
"value": "1184px",
|
|
26078
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26079
|
+
"isSource": true,
|
|
26080
|
+
"original": {
|
|
26081
|
+
"value": "1184px"
|
|
26082
|
+
},
|
|
26083
|
+
"name": "utrechtPageBodyContentMaxInlineSize",
|
|
26084
|
+
"attributes": {},
|
|
26085
|
+
"path": [
|
|
26086
|
+
"utrecht",
|
|
26087
|
+
"page-body",
|
|
26088
|
+
"content",
|
|
26089
|
+
"max-inline-size"
|
|
26090
|
+
]
|
|
26091
|
+
},
|
|
26092
|
+
"padding-inline-end": {
|
|
26093
|
+
"value": "2.4em",
|
|
26094
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26095
|
+
"isSource": true,
|
|
26096
|
+
"original": {
|
|
26097
|
+
"value": "2.4em"
|
|
26098
|
+
},
|
|
26099
|
+
"name": "utrechtPageBodyContentPaddingInlineEnd",
|
|
26100
|
+
"attributes": {},
|
|
26101
|
+
"path": [
|
|
26102
|
+
"utrecht",
|
|
26103
|
+
"page-body",
|
|
26104
|
+
"content",
|
|
26105
|
+
"padding-inline-end"
|
|
26106
|
+
]
|
|
25725
26107
|
}
|
|
26108
|
+
},
|
|
26109
|
+
"padding-inline-end": {
|
|
26110
|
+
"value": "0",
|
|
26111
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26112
|
+
"isSource": true,
|
|
26113
|
+
"original": {
|
|
26114
|
+
"value": "0"
|
|
26115
|
+
},
|
|
26116
|
+
"name": "utrechtPageBodyPaddingInlineEnd",
|
|
26117
|
+
"attributes": {},
|
|
26118
|
+
"path": [
|
|
26119
|
+
"utrecht",
|
|
26120
|
+
"page-body",
|
|
26121
|
+
"padding-inline-end"
|
|
26122
|
+
]
|
|
26123
|
+
},
|
|
26124
|
+
"padding-inline-start": {
|
|
26125
|
+
"value": "0",
|
|
26126
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26127
|
+
"isSource": true,
|
|
26128
|
+
"original": {
|
|
26129
|
+
"value": "0"
|
|
26130
|
+
},
|
|
26131
|
+
"name": "utrechtPageBodyPaddingInlineStart",
|
|
26132
|
+
"attributes": {},
|
|
26133
|
+
"path": [
|
|
26134
|
+
"utrecht",
|
|
26135
|
+
"page-body",
|
|
26136
|
+
"padding-inline-start"
|
|
26137
|
+
]
|
|
26138
|
+
},
|
|
26139
|
+
"padding-block-end": {
|
|
26140
|
+
"value": "0",
|
|
26141
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26142
|
+
"isSource": true,
|
|
26143
|
+
"original": {
|
|
26144
|
+
"value": "0"
|
|
26145
|
+
},
|
|
26146
|
+
"name": "utrechtPageBodyPaddingBlockEnd",
|
|
26147
|
+
"attributes": {},
|
|
26148
|
+
"path": [
|
|
26149
|
+
"utrecht",
|
|
26150
|
+
"page-body",
|
|
26151
|
+
"padding-block-end"
|
|
26152
|
+
]
|
|
26153
|
+
},
|
|
26154
|
+
"padding-block-start": {
|
|
26155
|
+
"value": "0",
|
|
26156
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
26157
|
+
"isSource": true,
|
|
26158
|
+
"original": {
|
|
26159
|
+
"value": "0"
|
|
26160
|
+
},
|
|
26161
|
+
"name": "utrechtPageBodyPaddingBlockStart",
|
|
26162
|
+
"attributes": {},
|
|
26163
|
+
"path": [
|
|
26164
|
+
"utrecht",
|
|
26165
|
+
"page-body",
|
|
26166
|
+
"padding-block-start"
|
|
26167
|
+
]
|
|
25726
26168
|
}
|
|
25727
26169
|
},
|
|
25728
26170
|
"page-content": {
|
|
@@ -25921,36 +26363,9 @@
|
|
|
25921
26363
|
"syntax": "<length>",
|
|
25922
26364
|
"inherits": true
|
|
25923
26365
|
},
|
|
25924
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25925
|
-
"studio.tokens": {
|
|
25926
|
-
"originalType": "spacing"
|
|
25927
|
-
}
|
|
25928
|
-
},
|
|
25929
|
-
"type": "dimension",
|
|
25930
|
-
"value": "28px",
|
|
25931
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25932
|
-
"isSource": true,
|
|
25933
|
-
"original": {
|
|
25934
|
-
"$extensions": {
|
|
25935
|
-
"nl.nldesignsystem.css.property": {
|
|
25936
|
-
"syntax": "<length>",
|
|
25937
|
-
"inherits": true
|
|
25938
|
-
},
|
|
25939
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25940
|
-
"studio.tokens": {
|
|
25941
|
-
"originalType": "spacing"
|
|
25942
|
-
}
|
|
25943
|
-
},
|
|
25944
|
-
"type": "dimension",
|
|
25945
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
26366
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25946
26367
|
},
|
|
25947
|
-
"
|
|
25948
|
-
"attributes": {},
|
|
25949
|
-
"path": [
|
|
25950
|
-
"utrecht",
|
|
25951
|
-
"page-footer",
|
|
25952
|
-
"padding-inline-end"
|
|
25953
|
-
]
|
|
26368
|
+
"type": "spacing"
|
|
25954
26369
|
},
|
|
25955
26370
|
"padding-inline-start": {
|
|
25956
26371
|
"$extensions": {
|
|
@@ -25958,36 +26373,9 @@
|
|
|
25958
26373
|
"syntax": "<length>",
|
|
25959
26374
|
"inherits": true
|
|
25960
26375
|
},
|
|
25961
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25962
|
-
"studio.tokens": {
|
|
25963
|
-
"originalType": "spacing"
|
|
25964
|
-
}
|
|
25965
|
-
},
|
|
25966
|
-
"type": "dimension",
|
|
25967
|
-
"value": "28px",
|
|
25968
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25969
|
-
"isSource": true,
|
|
25970
|
-
"original": {
|
|
25971
|
-
"$extensions": {
|
|
25972
|
-
"nl.nldesignsystem.css.property": {
|
|
25973
|
-
"syntax": "<length>",
|
|
25974
|
-
"inherits": true
|
|
25975
|
-
},
|
|
25976
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25977
|
-
"studio.tokens": {
|
|
25978
|
-
"originalType": "spacing"
|
|
25979
|
-
}
|
|
25980
|
-
},
|
|
25981
|
-
"type": "dimension",
|
|
25982
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
26376
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25983
26377
|
},
|
|
25984
|
-
"
|
|
25985
|
-
"attributes": {},
|
|
25986
|
-
"path": [
|
|
25987
|
-
"utrecht",
|
|
25988
|
-
"page-footer",
|
|
25989
|
-
"padding-inline-start"
|
|
25990
|
-
]
|
|
26378
|
+
"type": "spacing"
|
|
25991
26379
|
},
|
|
25992
26380
|
"padding-block-end": {
|
|
25993
26381
|
"$extensions": {
|
|
@@ -25995,36 +26383,9 @@
|
|
|
25995
26383
|
"syntax": "<length>",
|
|
25996
26384
|
"inherits": true
|
|
25997
26385
|
},
|
|
25998
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25999
|
-
"studio.tokens": {
|
|
26000
|
-
"originalType": "spacing"
|
|
26001
|
-
}
|
|
26002
|
-
},
|
|
26003
|
-
"type": "dimension",
|
|
26004
|
-
"value": "48px",
|
|
26005
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26006
|
-
"isSource": true,
|
|
26007
|
-
"original": {
|
|
26008
|
-
"$extensions": {
|
|
26009
|
-
"nl.nldesignsystem.css.property": {
|
|
26010
|
-
"syntax": "<length>",
|
|
26011
|
-
"inherits": true
|
|
26012
|
-
},
|
|
26013
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
26014
|
-
"studio.tokens": {
|
|
26015
|
-
"originalType": "spacing"
|
|
26016
|
-
}
|
|
26017
|
-
},
|
|
26018
|
-
"type": "dimension",
|
|
26019
|
-
"value": "{utrecht.space.block.3xl}"
|
|
26386
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26020
26387
|
},
|
|
26021
|
-
"
|
|
26022
|
-
"attributes": {},
|
|
26023
|
-
"path": [
|
|
26024
|
-
"utrecht",
|
|
26025
|
-
"page-footer",
|
|
26026
|
-
"padding-block-end"
|
|
26027
|
-
]
|
|
26388
|
+
"type": "spacing"
|
|
26028
26389
|
},
|
|
26029
26390
|
"padding-block-start": {
|
|
26030
26391
|
"$extensions": {
|
|
@@ -26032,36 +26393,9 @@
|
|
|
26032
26393
|
"syntax": "<length>",
|
|
26033
26394
|
"inherits": true
|
|
26034
26395
|
},
|
|
26035
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26036
|
-
"studio.tokens": {
|
|
26037
|
-
"originalType": "spacing"
|
|
26038
|
-
}
|
|
26039
|
-
},
|
|
26040
|
-
"type": "dimension",
|
|
26041
|
-
"value": "48px",
|
|
26042
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26043
|
-
"isSource": true,
|
|
26044
|
-
"original": {
|
|
26045
|
-
"$extensions": {
|
|
26046
|
-
"nl.nldesignsystem.css.property": {
|
|
26047
|
-
"syntax": "<length>",
|
|
26048
|
-
"inherits": true
|
|
26049
|
-
},
|
|
26050
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
26051
|
-
"studio.tokens": {
|
|
26052
|
-
"originalType": "spacing"
|
|
26053
|
-
}
|
|
26054
|
-
},
|
|
26055
|
-
"type": "dimension",
|
|
26056
|
-
"value": "{utrecht.space.block.3xl}"
|
|
26396
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26057
26397
|
},
|
|
26058
|
-
"
|
|
26059
|
-
"attributes": {},
|
|
26060
|
-
"path": [
|
|
26061
|
-
"utrecht",
|
|
26062
|
-
"page-footer",
|
|
26063
|
-
"padding-block-start"
|
|
26064
|
-
]
|
|
26398
|
+
"type": "spacing"
|
|
26065
26399
|
},
|
|
26066
26400
|
"content": {
|
|
26067
26401
|
"color": {
|
|
@@ -26110,9 +26444,37 @@
|
|
|
26110
26444
|
"syntax": "<length>",
|
|
26111
26445
|
"inherits": true
|
|
26112
26446
|
},
|
|
26113
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26447
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26448
|
+
"studio.tokens": {
|
|
26449
|
+
"originalType": "spacing"
|
|
26450
|
+
}
|
|
26114
26451
|
},
|
|
26115
|
-
"type": "
|
|
26452
|
+
"type": "dimension",
|
|
26453
|
+
"value": "48px",
|
|
26454
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26455
|
+
"isSource": true,
|
|
26456
|
+
"original": {
|
|
26457
|
+
"$extensions": {
|
|
26458
|
+
"nl.nldesignsystem.css.property": {
|
|
26459
|
+
"syntax": "<length>",
|
|
26460
|
+
"inherits": true
|
|
26461
|
+
},
|
|
26462
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26463
|
+
"studio.tokens": {
|
|
26464
|
+
"originalType": "spacing"
|
|
26465
|
+
}
|
|
26466
|
+
},
|
|
26467
|
+
"type": "dimension",
|
|
26468
|
+
"value": "{utrecht.space.block.3xl}"
|
|
26469
|
+
},
|
|
26470
|
+
"name": "utrechtPageFooterContentPaddingBlockEnd",
|
|
26471
|
+
"attributes": {},
|
|
26472
|
+
"path": [
|
|
26473
|
+
"utrecht",
|
|
26474
|
+
"page-footer",
|
|
26475
|
+
"content",
|
|
26476
|
+
"padding-block-end"
|
|
26477
|
+
]
|
|
26116
26478
|
},
|
|
26117
26479
|
"padding-block-start": {
|
|
26118
26480
|
"$extensions": {
|
|
@@ -26120,9 +26482,69 @@
|
|
|
26120
26482
|
"syntax": "<length>",
|
|
26121
26483
|
"inherits": true
|
|
26122
26484
|
},
|
|
26123
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26485
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26486
|
+
"studio.tokens": {
|
|
26487
|
+
"originalType": "spacing"
|
|
26488
|
+
}
|
|
26124
26489
|
},
|
|
26125
|
-
"type": "
|
|
26490
|
+
"type": "dimension",
|
|
26491
|
+
"value": "48px",
|
|
26492
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26493
|
+
"isSource": true,
|
|
26494
|
+
"original": {
|
|
26495
|
+
"$extensions": {
|
|
26496
|
+
"nl.nldesignsystem.css.property": {
|
|
26497
|
+
"syntax": "<length>",
|
|
26498
|
+
"inherits": true
|
|
26499
|
+
},
|
|
26500
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26501
|
+
"studio.tokens": {
|
|
26502
|
+
"originalType": "spacing"
|
|
26503
|
+
}
|
|
26504
|
+
},
|
|
26505
|
+
"type": "dimension",
|
|
26506
|
+
"value": "{utrecht.space.block.3xl}"
|
|
26507
|
+
},
|
|
26508
|
+
"name": "utrechtPageFooterContentPaddingBlockStart",
|
|
26509
|
+
"attributes": {},
|
|
26510
|
+
"path": [
|
|
26511
|
+
"utrecht",
|
|
26512
|
+
"page-footer",
|
|
26513
|
+
"content",
|
|
26514
|
+
"padding-block-start"
|
|
26515
|
+
]
|
|
26516
|
+
},
|
|
26517
|
+
"max-inline-size": {
|
|
26518
|
+
"value": "1184px",
|
|
26519
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26520
|
+
"isSource": true,
|
|
26521
|
+
"original": {
|
|
26522
|
+
"value": "1184px"
|
|
26523
|
+
},
|
|
26524
|
+
"name": "utrechtPageFooterContentMaxInlineSize",
|
|
26525
|
+
"attributes": {},
|
|
26526
|
+
"path": [
|
|
26527
|
+
"utrecht",
|
|
26528
|
+
"page-footer",
|
|
26529
|
+
"content",
|
|
26530
|
+
"max-inline-size"
|
|
26531
|
+
]
|
|
26532
|
+
},
|
|
26533
|
+
"padding-inline": {
|
|
26534
|
+
"value": "28px",
|
|
26535
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26536
|
+
"isSource": true,
|
|
26537
|
+
"original": {
|
|
26538
|
+
"value": "{utrecht.space.inline.2xl}"
|
|
26539
|
+
},
|
|
26540
|
+
"name": "utrechtPageFooterContentPaddingInline",
|
|
26541
|
+
"attributes": {},
|
|
26542
|
+
"path": [
|
|
26543
|
+
"utrecht",
|
|
26544
|
+
"page-footer",
|
|
26545
|
+
"content",
|
|
26546
|
+
"padding-inline"
|
|
26547
|
+
]
|
|
26126
26548
|
}
|
|
26127
26549
|
}
|
|
26128
26550
|
},
|
|
@@ -26169,7 +26591,7 @@
|
|
|
26169
26591
|
}
|
|
26170
26592
|
},
|
|
26171
26593
|
"type": "dimension",
|
|
26172
|
-
"value": "
|
|
26594
|
+
"value": "0",
|
|
26173
26595
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26174
26596
|
"isSource": true,
|
|
26175
26597
|
"original": {
|
|
@@ -26184,7 +26606,7 @@
|
|
|
26184
26606
|
}
|
|
26185
26607
|
},
|
|
26186
26608
|
"type": "dimension",
|
|
26187
|
-
"value": "
|
|
26609
|
+
"value": "0"
|
|
26188
26610
|
},
|
|
26189
26611
|
"name": "utrechtPageHeaderPaddingBlockStart",
|
|
26190
26612
|
"attributes": {},
|
|
@@ -26206,7 +26628,7 @@
|
|
|
26206
26628
|
}
|
|
26207
26629
|
},
|
|
26208
26630
|
"type": "dimension",
|
|
26209
|
-
"value": "
|
|
26631
|
+
"value": "0",
|
|
26210
26632
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26211
26633
|
"isSource": true,
|
|
26212
26634
|
"original": {
|
|
@@ -26221,7 +26643,7 @@
|
|
|
26221
26643
|
}
|
|
26222
26644
|
},
|
|
26223
26645
|
"type": "dimension",
|
|
26224
|
-
"value": "
|
|
26646
|
+
"value": "0"
|
|
26225
26647
|
},
|
|
26226
26648
|
"name": "utrechtPageHeaderPaddingBlockEnd",
|
|
26227
26649
|
"attributes": {},
|
|
@@ -26243,7 +26665,7 @@
|
|
|
26243
26665
|
}
|
|
26244
26666
|
},
|
|
26245
26667
|
"type": "dimension",
|
|
26246
|
-
"value": "
|
|
26668
|
+
"value": "0",
|
|
26247
26669
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26248
26670
|
"isSource": true,
|
|
26249
26671
|
"original": {
|
|
@@ -26258,7 +26680,7 @@
|
|
|
26258
26680
|
}
|
|
26259
26681
|
},
|
|
26260
26682
|
"type": "dimension",
|
|
26261
|
-
"value": "
|
|
26683
|
+
"value": "0"
|
|
26262
26684
|
},
|
|
26263
26685
|
"name": "utrechtPageHeaderPaddingInlineStart",
|
|
26264
26686
|
"attributes": {},
|
|
@@ -26280,7 +26702,7 @@
|
|
|
26280
26702
|
}
|
|
26281
26703
|
},
|
|
26282
26704
|
"type": "dimension",
|
|
26283
|
-
"value": "
|
|
26705
|
+
"value": "0",
|
|
26284
26706
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26285
26707
|
"isSource": true,
|
|
26286
26708
|
"original": {
|
|
@@ -26295,7 +26717,7 @@
|
|
|
26295
26717
|
}
|
|
26296
26718
|
},
|
|
26297
26719
|
"type": "dimension",
|
|
26298
|
-
"value": "
|
|
26720
|
+
"value": "0"
|
|
26299
26721
|
},
|
|
26300
26722
|
"name": "utrechtPageHeaderPaddingInlineEnd",
|
|
26301
26723
|
"attributes": {},
|
|
@@ -26314,7 +26736,29 @@
|
|
|
26314
26736
|
},
|
|
26315
26737
|
"nl.nldesignsystem.figma.supports-token": false
|
|
26316
26738
|
},
|
|
26317
|
-
"type": "color"
|
|
26739
|
+
"type": "color",
|
|
26740
|
+
"value": "hsl(0 0% 100%)",
|
|
26741
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26742
|
+
"isSource": true,
|
|
26743
|
+
"original": {
|
|
26744
|
+
"$extensions": {
|
|
26745
|
+
"nl.nldesignsystem.css.property": {
|
|
26746
|
+
"syntax": "<color>",
|
|
26747
|
+
"inherits": true
|
|
26748
|
+
},
|
|
26749
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26750
|
+
},
|
|
26751
|
+
"type": "color",
|
|
26752
|
+
"value": "{utrecht.color.white}"
|
|
26753
|
+
},
|
|
26754
|
+
"name": "utrechtPageHeaderContentBackgroundColor",
|
|
26755
|
+
"attributes": {},
|
|
26756
|
+
"path": [
|
|
26757
|
+
"utrecht",
|
|
26758
|
+
"page-header",
|
|
26759
|
+
"content",
|
|
26760
|
+
"background-color"
|
|
26761
|
+
]
|
|
26318
26762
|
},
|
|
26319
26763
|
"color": {
|
|
26320
26764
|
"$extensions": {
|
|
@@ -26324,7 +26768,29 @@
|
|
|
26324
26768
|
},
|
|
26325
26769
|
"nl.nldesignsystem.figma.supports-token": false
|
|
26326
26770
|
},
|
|
26327
|
-
"type": "color"
|
|
26771
|
+
"type": "color",
|
|
26772
|
+
"value": "hsl(0 0% 0%)",
|
|
26773
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26774
|
+
"isSource": true,
|
|
26775
|
+
"original": {
|
|
26776
|
+
"$extensions": {
|
|
26777
|
+
"nl.nldesignsystem.css.property": {
|
|
26778
|
+
"syntax": "<color>",
|
|
26779
|
+
"inherits": true
|
|
26780
|
+
},
|
|
26781
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26782
|
+
},
|
|
26783
|
+
"type": "color",
|
|
26784
|
+
"value": "{utrecht.color.black}"
|
|
26785
|
+
},
|
|
26786
|
+
"name": "utrechtPageHeaderContentColor",
|
|
26787
|
+
"attributes": {},
|
|
26788
|
+
"path": [
|
|
26789
|
+
"utrecht",
|
|
26790
|
+
"page-header",
|
|
26791
|
+
"content",
|
|
26792
|
+
"color"
|
|
26793
|
+
]
|
|
26328
26794
|
},
|
|
26329
26795
|
"padding-block-start": {
|
|
26330
26796
|
"$extensions": {
|
|
@@ -26332,9 +26798,37 @@
|
|
|
26332
26798
|
"syntax": "<length>",
|
|
26333
26799
|
"inherits": true
|
|
26334
26800
|
},
|
|
26335
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26801
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26802
|
+
"studio.tokens": {
|
|
26803
|
+
"originalType": "spacing"
|
|
26804
|
+
}
|
|
26336
26805
|
},
|
|
26337
|
-
"type": "
|
|
26806
|
+
"type": "dimension",
|
|
26807
|
+
"value": "1.8em",
|
|
26808
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26809
|
+
"isSource": true,
|
|
26810
|
+
"original": {
|
|
26811
|
+
"$extensions": {
|
|
26812
|
+
"nl.nldesignsystem.css.property": {
|
|
26813
|
+
"syntax": "<length>",
|
|
26814
|
+
"inherits": true
|
|
26815
|
+
},
|
|
26816
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26817
|
+
"studio.tokens": {
|
|
26818
|
+
"originalType": "spacing"
|
|
26819
|
+
}
|
|
26820
|
+
},
|
|
26821
|
+
"type": "dimension",
|
|
26822
|
+
"value": "1.8em"
|
|
26823
|
+
},
|
|
26824
|
+
"name": "utrechtPageHeaderContentPaddingBlockStart",
|
|
26825
|
+
"attributes": {},
|
|
26826
|
+
"path": [
|
|
26827
|
+
"utrecht",
|
|
26828
|
+
"page-header",
|
|
26829
|
+
"content",
|
|
26830
|
+
"padding-block-start"
|
|
26831
|
+
]
|
|
26338
26832
|
},
|
|
26339
26833
|
"padding-block-end": {
|
|
26340
26834
|
"$extensions": {
|
|
@@ -26342,9 +26836,37 @@
|
|
|
26342
26836
|
"syntax": "<length>",
|
|
26343
26837
|
"inherits": true
|
|
26344
26838
|
},
|
|
26345
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26839
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26840
|
+
"studio.tokens": {
|
|
26841
|
+
"originalType": "spacing"
|
|
26842
|
+
}
|
|
26346
26843
|
},
|
|
26347
|
-
"type": "
|
|
26844
|
+
"type": "dimension",
|
|
26845
|
+
"value": "1em",
|
|
26846
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26847
|
+
"isSource": true,
|
|
26848
|
+
"original": {
|
|
26849
|
+
"$extensions": {
|
|
26850
|
+
"nl.nldesignsystem.css.property": {
|
|
26851
|
+
"syntax": "<length>",
|
|
26852
|
+
"inherits": true
|
|
26853
|
+
},
|
|
26854
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26855
|
+
"studio.tokens": {
|
|
26856
|
+
"originalType": "spacing"
|
|
26857
|
+
}
|
|
26858
|
+
},
|
|
26859
|
+
"type": "dimension",
|
|
26860
|
+
"value": "1em"
|
|
26861
|
+
},
|
|
26862
|
+
"name": "utrechtPageHeaderContentPaddingBlockEnd",
|
|
26863
|
+
"attributes": {},
|
|
26864
|
+
"path": [
|
|
26865
|
+
"utrecht",
|
|
26866
|
+
"page-header",
|
|
26867
|
+
"content",
|
|
26868
|
+
"padding-block-end"
|
|
26869
|
+
]
|
|
26348
26870
|
},
|
|
26349
26871
|
"padding-inline-start": {
|
|
26350
26872
|
"$extensions": {
|
|
@@ -26352,9 +26874,39 @@
|
|
|
26352
26874
|
"syntax": "<length>",
|
|
26353
26875
|
"inherits": true
|
|
26354
26876
|
},
|
|
26355
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26877
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26878
|
+
"studio.tokens": {
|
|
26879
|
+
"originalType": "spacing"
|
|
26880
|
+
}
|
|
26356
26881
|
},
|
|
26357
|
-
"type": "
|
|
26882
|
+
"type": "dimension",
|
|
26883
|
+
"value": "2em",
|
|
26884
|
+
"$comment": "Legacy design token",
|
|
26885
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26886
|
+
"isSource": true,
|
|
26887
|
+
"original": {
|
|
26888
|
+
"$extensions": {
|
|
26889
|
+
"nl.nldesignsystem.css.property": {
|
|
26890
|
+
"syntax": "<length>",
|
|
26891
|
+
"inherits": true
|
|
26892
|
+
},
|
|
26893
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26894
|
+
"studio.tokens": {
|
|
26895
|
+
"originalType": "spacing"
|
|
26896
|
+
}
|
|
26897
|
+
},
|
|
26898
|
+
"type": "dimension",
|
|
26899
|
+
"value": "2em",
|
|
26900
|
+
"$comment": "Legacy design token"
|
|
26901
|
+
},
|
|
26902
|
+
"name": "utrechtPageHeaderContentPaddingInlineStart",
|
|
26903
|
+
"attributes": {},
|
|
26904
|
+
"path": [
|
|
26905
|
+
"utrecht",
|
|
26906
|
+
"page-header",
|
|
26907
|
+
"content",
|
|
26908
|
+
"padding-inline-start"
|
|
26909
|
+
]
|
|
26358
26910
|
},
|
|
26359
26911
|
"padding-inline-end": {
|
|
26360
26912
|
"$extensions": {
|
|
@@ -26362,9 +26914,71 @@
|
|
|
26362
26914
|
"syntax": "<length>",
|
|
26363
26915
|
"inherits": true
|
|
26364
26916
|
},
|
|
26365
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26917
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26918
|
+
"studio.tokens": {
|
|
26919
|
+
"originalType": "spacing"
|
|
26920
|
+
}
|
|
26366
26921
|
},
|
|
26367
|
-
"type": "
|
|
26922
|
+
"type": "dimension",
|
|
26923
|
+
"value": "2.4em",
|
|
26924
|
+
"$comment": "Legacy design token",
|
|
26925
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26926
|
+
"isSource": true,
|
|
26927
|
+
"original": {
|
|
26928
|
+
"$extensions": {
|
|
26929
|
+
"nl.nldesignsystem.css.property": {
|
|
26930
|
+
"syntax": "<length>",
|
|
26931
|
+
"inherits": true
|
|
26932
|
+
},
|
|
26933
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26934
|
+
"studio.tokens": {
|
|
26935
|
+
"originalType": "spacing"
|
|
26936
|
+
}
|
|
26937
|
+
},
|
|
26938
|
+
"type": "dimension",
|
|
26939
|
+
"value": "2.4em",
|
|
26940
|
+
"$comment": "Legacy design token"
|
|
26941
|
+
},
|
|
26942
|
+
"name": "utrechtPageHeaderContentPaddingInlineEnd",
|
|
26943
|
+
"attributes": {},
|
|
26944
|
+
"path": [
|
|
26945
|
+
"utrecht",
|
|
26946
|
+
"page-header",
|
|
26947
|
+
"content",
|
|
26948
|
+
"padding-inline-end"
|
|
26949
|
+
]
|
|
26950
|
+
},
|
|
26951
|
+
"max-inline-size": {
|
|
26952
|
+
"value": "1184px",
|
|
26953
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26954
|
+
"isSource": true,
|
|
26955
|
+
"original": {
|
|
26956
|
+
"value": "1184px"
|
|
26957
|
+
},
|
|
26958
|
+
"name": "utrechtPageHeaderContentMaxInlineSize",
|
|
26959
|
+
"attributes": {},
|
|
26960
|
+
"path": [
|
|
26961
|
+
"utrecht",
|
|
26962
|
+
"page-header",
|
|
26963
|
+
"content",
|
|
26964
|
+
"max-inline-size"
|
|
26965
|
+
]
|
|
26966
|
+
},
|
|
26967
|
+
"padding-inline": {
|
|
26968
|
+
"value": "2em",
|
|
26969
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
26970
|
+
"isSource": true,
|
|
26971
|
+
"original": {
|
|
26972
|
+
"value": "2em"
|
|
26973
|
+
},
|
|
26974
|
+
"name": "utrechtPageHeaderContentPaddingInline",
|
|
26975
|
+
"attributes": {},
|
|
26976
|
+
"path": [
|
|
26977
|
+
"utrecht",
|
|
26978
|
+
"page-header",
|
|
26979
|
+
"content",
|
|
26980
|
+
"padding-inline"
|
|
26981
|
+
]
|
|
26368
26982
|
}
|
|
26369
26983
|
}
|
|
26370
26984
|
},
|
|
@@ -26559,11 +27173,11 @@
|
|
|
26559
27173
|
]
|
|
26560
27174
|
},
|
|
26561
27175
|
"padding-inline-end": {
|
|
26562
|
-
"value": "
|
|
27176
|
+
"value": "0",
|
|
26563
27177
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
26564
27178
|
"isSource": true,
|
|
26565
27179
|
"original": {
|
|
26566
|
-
"value": "
|
|
27180
|
+
"value": "0"
|
|
26567
27181
|
},
|
|
26568
27182
|
"name": "utrechtPagePaddingInlineEnd",
|
|
26569
27183
|
"attributes": {},
|
|
@@ -26589,11 +27203,11 @@
|
|
|
26589
27203
|
]
|
|
26590
27204
|
},
|
|
26591
27205
|
"padding-inline-start": {
|
|
26592
|
-
"value": "
|
|
27206
|
+
"value": "0",
|
|
26593
27207
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
26594
27208
|
"isSource": true,
|
|
26595
27209
|
"original": {
|
|
26596
|
-
"value": "
|
|
27210
|
+
"value": "0"
|
|
26597
27211
|
},
|
|
26598
27212
|
"name": "utrechtPagePaddingInlineStart",
|
|
26599
27213
|
"attributes": {},
|
|
@@ -28043,7 +28657,7 @@
|
|
|
28043
28657
|
}
|
|
28044
28658
|
},
|
|
28045
28659
|
"type": "fontFamily",
|
|
28046
|
-
"value": "{
|
|
28660
|
+
"value": "{nl.paragraph.font-family}"
|
|
28047
28661
|
},
|
|
28048
28662
|
"name": "utrechtParagraphFontFamily",
|
|
28049
28663
|
"attributes": {},
|
|
@@ -28086,7 +28700,7 @@
|
|
|
28086
28700
|
}
|
|
28087
28701
|
},
|
|
28088
28702
|
"type": "fontSize",
|
|
28089
|
-
"value": "{
|
|
28703
|
+
"value": "{nl.paragraph.font-size}"
|
|
28090
28704
|
},
|
|
28091
28705
|
"name": "utrechtParagraphFontSize",
|
|
28092
28706
|
"attributes": {},
|
|
@@ -28123,7 +28737,7 @@
|
|
|
28123
28737
|
}
|
|
28124
28738
|
},
|
|
28125
28739
|
"type": "fontWeight",
|
|
28126
|
-
"value": "{
|
|
28740
|
+
"value": "{nl.paragraph.font-weight}"
|
|
28127
28741
|
},
|
|
28128
28742
|
"name": "utrechtParagraphFontWeight",
|
|
28129
28743
|
"attributes": {},
|
|
@@ -28172,7 +28786,7 @@
|
|
|
28172
28786
|
}
|
|
28173
28787
|
},
|
|
28174
28788
|
"type": "lineHeight",
|
|
28175
|
-
"value": "{
|
|
28789
|
+
"value": "{nl.paragraph.line-height}"
|
|
28176
28790
|
},
|
|
28177
28791
|
"name": "utrechtParagraphLineHeight",
|
|
28178
28792
|
"attributes": {},
|
|
@@ -28269,33 +28883,7 @@
|
|
|
28269
28883
|
],
|
|
28270
28884
|
"nl.nldesignsystem.figma.supports-token": true
|
|
28271
28885
|
},
|
|
28272
|
-
"type": "color"
|
|
28273
|
-
"value": "hsl(0 0% 0%)",
|
|
28274
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
28275
|
-
"isSource": true,
|
|
28276
|
-
"original": {
|
|
28277
|
-
"$extensions": {
|
|
28278
|
-
"nl.nldesignsystem.css.property": {
|
|
28279
|
-
"syntax": "<color>",
|
|
28280
|
-
"inherits": true
|
|
28281
|
-
},
|
|
28282
|
-
"nl.nldesignsystem.fallback": [
|
|
28283
|
-
"utrecht.paragraph.color",
|
|
28284
|
-
"utrecht.document.color"
|
|
28285
|
-
],
|
|
28286
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
28287
|
-
},
|
|
28288
|
-
"type": "color",
|
|
28289
|
-
"value": "{utrecht.document.color}"
|
|
28290
|
-
},
|
|
28291
|
-
"name": "utrechtParagraphLeadColor",
|
|
28292
|
-
"attributes": {},
|
|
28293
|
-
"path": [
|
|
28294
|
-
"utrecht",
|
|
28295
|
-
"paragraph",
|
|
28296
|
-
"lead",
|
|
28297
|
-
"color"
|
|
28298
|
-
]
|
|
28886
|
+
"type": "color"
|
|
28299
28887
|
},
|
|
28300
28888
|
"font-size": {
|
|
28301
28889
|
"$extensions": {
|
|
@@ -28332,7 +28920,7 @@
|
|
|
28332
28920
|
}
|
|
28333
28921
|
},
|
|
28334
28922
|
"type": "fontSize",
|
|
28335
|
-
"value": "{
|
|
28923
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
28336
28924
|
},
|
|
28337
28925
|
"name": "utrechtParagraphLeadFontSize",
|
|
28338
28926
|
"attributes": {},
|
|
@@ -28378,7 +28966,7 @@
|
|
|
28378
28966
|
}
|
|
28379
28967
|
},
|
|
28380
28968
|
"type": "fontWeight",
|
|
28381
|
-
"value": "{
|
|
28969
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
28382
28970
|
},
|
|
28383
28971
|
"name": "utrechtParagraphLeadFontWeight",
|
|
28384
28972
|
"attributes": {},
|
|
@@ -28430,7 +29018,7 @@
|
|
|
28430
29018
|
}
|
|
28431
29019
|
},
|
|
28432
29020
|
"type": "lineHeight",
|
|
28433
|
-
"value": "{
|
|
29021
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
28434
29022
|
},
|
|
28435
29023
|
"name": "utrechtParagraphLeadLineHeight",
|
|
28436
29024
|
"attributes": {},
|
|
@@ -28769,6 +29357,37 @@
|
|
|
28769
29357
|
"border-width"
|
|
28770
29358
|
]
|
|
28771
29359
|
},
|
|
29360
|
+
"color": {
|
|
29361
|
+
"$extensions": {
|
|
29362
|
+
"nl.nldesignsystem.css.property": {
|
|
29363
|
+
"syntax": "<color>",
|
|
29364
|
+
"inherits": true
|
|
29365
|
+
},
|
|
29366
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
29367
|
+
},
|
|
29368
|
+
"type": "color",
|
|
29369
|
+
"value": "hsl(0 0% 100%)",
|
|
29370
|
+
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
29371
|
+
"isSource": true,
|
|
29372
|
+
"original": {
|
|
29373
|
+
"$extensions": {
|
|
29374
|
+
"nl.nldesignsystem.css.property": {
|
|
29375
|
+
"syntax": "<color>",
|
|
29376
|
+
"inherits": true
|
|
29377
|
+
},
|
|
29378
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
29379
|
+
},
|
|
29380
|
+
"type": "color",
|
|
29381
|
+
"value": "{utrecht.color.white}"
|
|
29382
|
+
},
|
|
29383
|
+
"name": "utrechtRadioButtonColor",
|
|
29384
|
+
"attributes": {},
|
|
29385
|
+
"path": [
|
|
29386
|
+
"utrecht",
|
|
29387
|
+
"radio-button",
|
|
29388
|
+
"color"
|
|
29389
|
+
]
|
|
29390
|
+
},
|
|
28772
29391
|
"size": {
|
|
28773
29392
|
"$extensions": {
|
|
28774
29393
|
"nl.nldesignsystem.css.property": {
|
|
@@ -29720,26 +30339,11 @@
|
|
|
29720
30339
|
},
|
|
29721
30340
|
"nl.nldesignsystem.fallback": [
|
|
29722
30341
|
"utrecht.radio-button.color"
|
|
29723
|
-
]
|
|
30342
|
+
],
|
|
30343
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29724
30344
|
},
|
|
29725
|
-
"
|
|
29726
|
-
}
|
|
29727
|
-
"type": "color"
|
|
29728
|
-
},
|
|
29729
|
-
"color": {
|
|
29730
|
-
"value": "hsl(0 0% 100%)",
|
|
29731
|
-
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
29732
|
-
"isSource": true,
|
|
29733
|
-
"original": {
|
|
29734
|
-
"value": "{utrecht.color.white}"
|
|
29735
|
-
},
|
|
29736
|
-
"name": "utrechtRadioButtonColor",
|
|
29737
|
-
"attributes": {},
|
|
29738
|
-
"path": [
|
|
29739
|
-
"utrecht",
|
|
29740
|
-
"radio-button",
|
|
29741
|
-
"color"
|
|
29742
|
-
]
|
|
30345
|
+
"type": "color"
|
|
30346
|
+
}
|
|
29743
30347
|
},
|
|
29744
30348
|
"border-radius": {
|
|
29745
30349
|
"value": "0",
|
|
@@ -29968,7 +30572,28 @@
|
|
|
29968
30572
|
},
|
|
29969
30573
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29970
30574
|
},
|
|
29971
|
-
"type": "color"
|
|
30575
|
+
"type": "color",
|
|
30576
|
+
"value": "hsl(0 0% 95%)",
|
|
30577
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30578
|
+
"isSource": true,
|
|
30579
|
+
"original": {
|
|
30580
|
+
"$extensions": {
|
|
30581
|
+
"nl.nldesignsystem.css.property": {
|
|
30582
|
+
"syntax": "<color>",
|
|
30583
|
+
"inherits": true
|
|
30584
|
+
},
|
|
30585
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30586
|
+
},
|
|
30587
|
+
"type": "color",
|
|
30588
|
+
"value": "{utrecht.color.grey.95}"
|
|
30589
|
+
},
|
|
30590
|
+
"name": "utrechtRootBackgroundColor",
|
|
30591
|
+
"attributes": {},
|
|
30592
|
+
"path": [
|
|
30593
|
+
"utrecht",
|
|
30594
|
+
"root",
|
|
30595
|
+
"background-color"
|
|
30596
|
+
]
|
|
29972
30597
|
},
|
|
29973
30598
|
"color": {
|
|
29974
30599
|
"$extensions": {
|
|
@@ -29978,7 +30603,28 @@
|
|
|
29978
30603
|
},
|
|
29979
30604
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29980
30605
|
},
|
|
29981
|
-
"type": "color"
|
|
30606
|
+
"type": "color",
|
|
30607
|
+
"value": "hsl(0 0% 10%)",
|
|
30608
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30609
|
+
"isSource": true,
|
|
30610
|
+
"original": {
|
|
30611
|
+
"$extensions": {
|
|
30612
|
+
"nl.nldesignsystem.css.property": {
|
|
30613
|
+
"syntax": "<color>",
|
|
30614
|
+
"inherits": true
|
|
30615
|
+
},
|
|
30616
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30617
|
+
},
|
|
30618
|
+
"type": "color",
|
|
30619
|
+
"value": "{utrecht.color.grey.10}"
|
|
30620
|
+
},
|
|
30621
|
+
"name": "utrechtRootColor",
|
|
30622
|
+
"attributes": {},
|
|
30623
|
+
"path": [
|
|
30624
|
+
"utrecht",
|
|
30625
|
+
"root",
|
|
30626
|
+
"color"
|
|
30627
|
+
]
|
|
29982
30628
|
},
|
|
29983
30629
|
"font-family": {
|
|
29984
30630
|
"$extensions": {
|
|
@@ -31711,7 +32357,7 @@
|
|
|
31711
32357
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31712
32358
|
},
|
|
31713
32359
|
"type": "color",
|
|
31714
|
-
"value": "{
|
|
32360
|
+
"value": "{nl.skip-link.background-color}"
|
|
31715
32361
|
},
|
|
31716
32362
|
"name": "utrechtSkipLinkBackgroundColor",
|
|
31717
32363
|
"attributes": {},
|
|
@@ -31742,7 +32388,7 @@
|
|
|
31742
32388
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31743
32389
|
},
|
|
31744
32390
|
"type": "color",
|
|
31745
|
-
"value": "{
|
|
32391
|
+
"value": "{nl.skip-link.color}"
|
|
31746
32392
|
},
|
|
31747
32393
|
"name": "utrechtSkipLinkColor",
|
|
31748
32394
|
"attributes": {},
|
|
@@ -31799,7 +32445,7 @@
|
|
|
31799
32445
|
}
|
|
31800
32446
|
},
|
|
31801
32447
|
"type": "dimension",
|
|
31802
|
-
"value": "{
|
|
32448
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31803
32449
|
},
|
|
31804
32450
|
"name": "utrechtSkipLinkPaddingBlockStart",
|
|
31805
32451
|
"attributes": {},
|
|
@@ -31836,7 +32482,7 @@
|
|
|
31836
32482
|
}
|
|
31837
32483
|
},
|
|
31838
32484
|
"type": "dimension",
|
|
31839
|
-
"value": "{
|
|
32485
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31840
32486
|
},
|
|
31841
32487
|
"name": "utrechtSkipLinkPaddingBlockEnd",
|
|
31842
32488
|
"attributes": {},
|
|
@@ -31873,7 +32519,7 @@
|
|
|
31873
32519
|
}
|
|
31874
32520
|
},
|
|
31875
32521
|
"type": "dimension",
|
|
31876
|
-
"value": "{
|
|
32522
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31877
32523
|
},
|
|
31878
32524
|
"name": "utrechtSkipLinkPaddingInlineStart",
|
|
31879
32525
|
"attributes": {},
|
|
@@ -31910,7 +32556,7 @@
|
|
|
31910
32556
|
}
|
|
31911
32557
|
},
|
|
31912
32558
|
"type": "dimension",
|
|
31913
|
-
"value": "{
|
|
32559
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31914
32560
|
},
|
|
31915
32561
|
"name": "utrechtSkipLinkPaddingInlineEnd",
|
|
31916
32562
|
"attributes": {},
|
|
@@ -31949,7 +32595,7 @@
|
|
|
31949
32595
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31950
32596
|
},
|
|
31951
32597
|
"type": "textDecoration",
|
|
31952
|
-
"value": "{
|
|
32598
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
31953
32599
|
},
|
|
31954
32600
|
"name": "utrechtSkipLinkTextDecoration",
|
|
31955
32601
|
"attributes": {},
|
|
@@ -31998,7 +32644,7 @@
|
|
|
31998
32644
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
31999
32645
|
},
|
|
32000
32646
|
"type": "color",
|
|
32001
|
-
"value": "{
|
|
32647
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
32002
32648
|
},
|
|
32003
32649
|
"name": "utrechtSkipLinkFocusBackgroundColor",
|
|
32004
32650
|
"attributes": {},
|
|
@@ -32034,7 +32680,7 @@
|
|
|
32034
32680
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
32035
32681
|
},
|
|
32036
32682
|
"type": "color",
|
|
32037
|
-
"value": "{
|
|
32683
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
32038
32684
|
},
|
|
32039
32685
|
"name": "utrechtSkipLinkFocusColor",
|
|
32040
32686
|
"attributes": {},
|
|
@@ -32112,7 +32758,7 @@
|
|
|
32112
32758
|
"nl.nldesignsystem.figma.supports-token": true
|
|
32113
32759
|
},
|
|
32114
32760
|
"type": "textDecoration",
|
|
32115
|
-
"value": "{
|
|
32761
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
32116
32762
|
},
|
|
32117
32763
|
"name": "utrechtSkipLinkFocusVisibleTextDecoration",
|
|
32118
32764
|
"attributes": {},
|
|
@@ -32167,6 +32813,16 @@
|
|
|
32167
32813
|
},
|
|
32168
32814
|
"type": "color"
|
|
32169
32815
|
},
|
|
32816
|
+
"border-radius": {
|
|
32817
|
+
"$extensions": {
|
|
32818
|
+
"nl.nldesignsystem.css.property": {
|
|
32819
|
+
"syntax": "<length-percentage>",
|
|
32820
|
+
"inherits": true
|
|
32821
|
+
},
|
|
32822
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
32823
|
+
},
|
|
32824
|
+
"type": "borderRadius"
|
|
32825
|
+
},
|
|
32170
32826
|
"border-width": {
|
|
32171
32827
|
"$extensions": {
|
|
32172
32828
|
"nl.nldesignsystem.css.property": {
|
|
@@ -38933,6 +39589,1003 @@
|
|
|
38933
39589
|
}
|
|
38934
39590
|
}
|
|
38935
39591
|
},
|
|
39592
|
+
"nl": {
|
|
39593
|
+
"code-block": {
|
|
39594
|
+
"background-color": {
|
|
39595
|
+
"value": "hsl(0 0% 95%)",
|
|
39596
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39597
|
+
"isSource": true,
|
|
39598
|
+
"original": {
|
|
39599
|
+
"value": "{utrecht.color.grey.95}"
|
|
39600
|
+
},
|
|
39601
|
+
"name": "nlCodeBlockBackgroundColor",
|
|
39602
|
+
"attributes": {},
|
|
39603
|
+
"path": [
|
|
39604
|
+
"nl",
|
|
39605
|
+
"code-block",
|
|
39606
|
+
"background-color"
|
|
39607
|
+
]
|
|
39608
|
+
},
|
|
39609
|
+
"color": {
|
|
39610
|
+
"value": "hsl(0 0% 0%)",
|
|
39611
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39612
|
+
"isSource": true,
|
|
39613
|
+
"original": {
|
|
39614
|
+
"value": "{utrecht.color.black}"
|
|
39615
|
+
},
|
|
39616
|
+
"name": "nlCodeBlockColor",
|
|
39617
|
+
"attributes": {},
|
|
39618
|
+
"path": [
|
|
39619
|
+
"nl",
|
|
39620
|
+
"code-block",
|
|
39621
|
+
"color"
|
|
39622
|
+
]
|
|
39623
|
+
},
|
|
39624
|
+
"font-family": {
|
|
39625
|
+
"value": "\"Monaco\"",
|
|
39626
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39627
|
+
"isSource": true,
|
|
39628
|
+
"original": {
|
|
39629
|
+
"value": "\"Monaco\""
|
|
39630
|
+
},
|
|
39631
|
+
"name": "nlCodeBlockFontFamily",
|
|
39632
|
+
"attributes": {},
|
|
39633
|
+
"path": [
|
|
39634
|
+
"nl",
|
|
39635
|
+
"code-block",
|
|
39636
|
+
"font-family"
|
|
39637
|
+
]
|
|
39638
|
+
},
|
|
39639
|
+
"font-size": {
|
|
39640
|
+
"value": "1rem",
|
|
39641
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39642
|
+
"isSource": true,
|
|
39643
|
+
"original": {
|
|
39644
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39645
|
+
},
|
|
39646
|
+
"name": "nlCodeBlockFontSize",
|
|
39647
|
+
"attributes": {},
|
|
39648
|
+
"path": [
|
|
39649
|
+
"nl",
|
|
39650
|
+
"code-block",
|
|
39651
|
+
"font-size"
|
|
39652
|
+
]
|
|
39653
|
+
},
|
|
39654
|
+
"line-height": {
|
|
39655
|
+
"value": "1.5",
|
|
39656
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39657
|
+
"isSource": true,
|
|
39658
|
+
"original": {
|
|
39659
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39660
|
+
},
|
|
39661
|
+
"name": "nlCodeBlockLineHeight",
|
|
39662
|
+
"attributes": {},
|
|
39663
|
+
"path": [
|
|
39664
|
+
"nl",
|
|
39665
|
+
"code-block",
|
|
39666
|
+
"line-height"
|
|
39667
|
+
]
|
|
39668
|
+
},
|
|
39669
|
+
"padding-block": {
|
|
39670
|
+
"value": "20px",
|
|
39671
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39672
|
+
"isSource": true,
|
|
39673
|
+
"original": {
|
|
39674
|
+
"value": "20px"
|
|
39675
|
+
},
|
|
39676
|
+
"name": "nlCodeBlockPaddingBlock",
|
|
39677
|
+
"attributes": {},
|
|
39678
|
+
"path": [
|
|
39679
|
+
"nl",
|
|
39680
|
+
"code-block",
|
|
39681
|
+
"padding-block"
|
|
39682
|
+
]
|
|
39683
|
+
},
|
|
39684
|
+
"padding-inline": {
|
|
39685
|
+
"value": "20px",
|
|
39686
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39687
|
+
"isSource": true,
|
|
39688
|
+
"original": {
|
|
39689
|
+
"value": "20px"
|
|
39690
|
+
},
|
|
39691
|
+
"name": "nlCodeBlockPaddingInline",
|
|
39692
|
+
"attributes": {},
|
|
39693
|
+
"path": [
|
|
39694
|
+
"nl",
|
|
39695
|
+
"code-block",
|
|
39696
|
+
"padding-inline"
|
|
39697
|
+
]
|
|
39698
|
+
}
|
|
39699
|
+
},
|
|
39700
|
+
"code": {
|
|
39701
|
+
"background-color": {},
|
|
39702
|
+
"color": {},
|
|
39703
|
+
"font-family": {},
|
|
39704
|
+
"font-size": {},
|
|
39705
|
+
"line-height": {}
|
|
39706
|
+
},
|
|
39707
|
+
"data-badge": {
|
|
39708
|
+
"background-color": {
|
|
39709
|
+
"value": "hsl(0 0% 30%)",
|
|
39710
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39711
|
+
"isSource": true,
|
|
39712
|
+
"original": {
|
|
39713
|
+
"value": "{utrecht.color.grey.30}"
|
|
39714
|
+
},
|
|
39715
|
+
"name": "nlDataBadgeBackgroundColor",
|
|
39716
|
+
"attributes": {},
|
|
39717
|
+
"path": [
|
|
39718
|
+
"nl",
|
|
39719
|
+
"data-badge",
|
|
39720
|
+
"background-color"
|
|
39721
|
+
]
|
|
39722
|
+
},
|
|
39723
|
+
"border-radius": {
|
|
39724
|
+
"value": "0",
|
|
39725
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39726
|
+
"isSource": true,
|
|
39727
|
+
"original": {
|
|
39728
|
+
"value": "0"
|
|
39729
|
+
},
|
|
39730
|
+
"name": "nlDataBadgeBorderRadius",
|
|
39731
|
+
"attributes": {},
|
|
39732
|
+
"path": [
|
|
39733
|
+
"nl",
|
|
39734
|
+
"data-badge",
|
|
39735
|
+
"border-radius"
|
|
39736
|
+
]
|
|
39737
|
+
},
|
|
39738
|
+
"color": {
|
|
39739
|
+
"value": "hsl(0 0% 100%)",
|
|
39740
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39741
|
+
"isSource": true,
|
|
39742
|
+
"original": {
|
|
39743
|
+
"value": "{utrecht.color.white}"
|
|
39744
|
+
},
|
|
39745
|
+
"name": "nlDataBadgeColor",
|
|
39746
|
+
"attributes": {},
|
|
39747
|
+
"path": [
|
|
39748
|
+
"nl",
|
|
39749
|
+
"data-badge",
|
|
39750
|
+
"color"
|
|
39751
|
+
]
|
|
39752
|
+
},
|
|
39753
|
+
"font-weight": {},
|
|
39754
|
+
"padding-block": {
|
|
39755
|
+
"value": "8px",
|
|
39756
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39757
|
+
"isSource": true,
|
|
39758
|
+
"original": {
|
|
39759
|
+
"value": "{utrecht.space.block.xs}"
|
|
39760
|
+
},
|
|
39761
|
+
"name": "nlDataBadgePaddingBlock",
|
|
39762
|
+
"attributes": {},
|
|
39763
|
+
"path": [
|
|
39764
|
+
"nl",
|
|
39765
|
+
"data-badge",
|
|
39766
|
+
"padding-block"
|
|
39767
|
+
]
|
|
39768
|
+
},
|
|
39769
|
+
"padding-inline": {
|
|
39770
|
+
"value": "12px",
|
|
39771
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39772
|
+
"isSource": true,
|
|
39773
|
+
"original": {
|
|
39774
|
+
"value": "{utrecht.space.inline.sm}"
|
|
39775
|
+
},
|
|
39776
|
+
"name": "nlDataBadgePaddingInline",
|
|
39777
|
+
"attributes": {},
|
|
39778
|
+
"path": [
|
|
39779
|
+
"nl",
|
|
39780
|
+
"data-badge",
|
|
39781
|
+
"padding-inline"
|
|
39782
|
+
]
|
|
39783
|
+
}
|
|
39784
|
+
},
|
|
39785
|
+
"heading": {
|
|
39786
|
+
"level-1": {
|
|
39787
|
+
"color": {},
|
|
39788
|
+
"font-family": {
|
|
39789
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39790
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39791
|
+
"isSource": true,
|
|
39792
|
+
"original": {
|
|
39793
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39794
|
+
},
|
|
39795
|
+
"name": "nlHeadingLevel1FontFamily",
|
|
39796
|
+
"attributes": {},
|
|
39797
|
+
"path": [
|
|
39798
|
+
"nl",
|
|
39799
|
+
"heading",
|
|
39800
|
+
"level-1",
|
|
39801
|
+
"font-family"
|
|
39802
|
+
]
|
|
39803
|
+
},
|
|
39804
|
+
"font-size": {
|
|
39805
|
+
"value": "2rem",
|
|
39806
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39807
|
+
"isSource": true,
|
|
39808
|
+
"original": {
|
|
39809
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
39810
|
+
},
|
|
39811
|
+
"name": "nlHeadingLevel1FontSize",
|
|
39812
|
+
"attributes": {},
|
|
39813
|
+
"path": [
|
|
39814
|
+
"nl",
|
|
39815
|
+
"heading",
|
|
39816
|
+
"level-1",
|
|
39817
|
+
"font-size"
|
|
39818
|
+
]
|
|
39819
|
+
},
|
|
39820
|
+
"font-weight": {
|
|
39821
|
+
"value": "700",
|
|
39822
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39823
|
+
"isSource": true,
|
|
39824
|
+
"original": {
|
|
39825
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
39826
|
+
},
|
|
39827
|
+
"name": "nlHeadingLevel1FontWeight",
|
|
39828
|
+
"attributes": {},
|
|
39829
|
+
"path": [
|
|
39830
|
+
"nl",
|
|
39831
|
+
"heading",
|
|
39832
|
+
"level-1",
|
|
39833
|
+
"font-weight"
|
|
39834
|
+
]
|
|
39835
|
+
},
|
|
39836
|
+
"line-height": {
|
|
39837
|
+
"value": "1.25",
|
|
39838
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39839
|
+
"isSource": true,
|
|
39840
|
+
"original": {
|
|
39841
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39842
|
+
},
|
|
39843
|
+
"name": "nlHeadingLevel1LineHeight",
|
|
39844
|
+
"attributes": {},
|
|
39845
|
+
"path": [
|
|
39846
|
+
"nl",
|
|
39847
|
+
"heading",
|
|
39848
|
+
"level-1",
|
|
39849
|
+
"line-height"
|
|
39850
|
+
]
|
|
39851
|
+
}
|
|
39852
|
+
},
|
|
39853
|
+
"level-2": {
|
|
39854
|
+
"color": {},
|
|
39855
|
+
"font-family": {
|
|
39856
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39857
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39858
|
+
"isSource": true,
|
|
39859
|
+
"original": {
|
|
39860
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39861
|
+
},
|
|
39862
|
+
"name": "nlHeadingLevel2FontFamily",
|
|
39863
|
+
"attributes": {},
|
|
39864
|
+
"path": [
|
|
39865
|
+
"nl",
|
|
39866
|
+
"heading",
|
|
39867
|
+
"level-2",
|
|
39868
|
+
"font-family"
|
|
39869
|
+
]
|
|
39870
|
+
},
|
|
39871
|
+
"font-size": {
|
|
39872
|
+
"value": "1.25rem",
|
|
39873
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39874
|
+
"isSource": true,
|
|
39875
|
+
"original": {
|
|
39876
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39877
|
+
},
|
|
39878
|
+
"name": "nlHeadingLevel2FontSize",
|
|
39879
|
+
"attributes": {},
|
|
39880
|
+
"path": [
|
|
39881
|
+
"nl",
|
|
39882
|
+
"heading",
|
|
39883
|
+
"level-2",
|
|
39884
|
+
"font-size"
|
|
39885
|
+
]
|
|
39886
|
+
},
|
|
39887
|
+
"font-weight": {
|
|
39888
|
+
"value": "700",
|
|
39889
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39890
|
+
"isSource": true,
|
|
39891
|
+
"original": {
|
|
39892
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
39893
|
+
},
|
|
39894
|
+
"name": "nlHeadingLevel2FontWeight",
|
|
39895
|
+
"attributes": {},
|
|
39896
|
+
"path": [
|
|
39897
|
+
"nl",
|
|
39898
|
+
"heading",
|
|
39899
|
+
"level-2",
|
|
39900
|
+
"font-weight"
|
|
39901
|
+
]
|
|
39902
|
+
},
|
|
39903
|
+
"line-height": {
|
|
39904
|
+
"value": "1.25",
|
|
39905
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39906
|
+
"isSource": true,
|
|
39907
|
+
"original": {
|
|
39908
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39909
|
+
},
|
|
39910
|
+
"name": "nlHeadingLevel2LineHeight",
|
|
39911
|
+
"attributes": {},
|
|
39912
|
+
"path": [
|
|
39913
|
+
"nl",
|
|
39914
|
+
"heading",
|
|
39915
|
+
"level-2",
|
|
39916
|
+
"line-height"
|
|
39917
|
+
]
|
|
39918
|
+
}
|
|
39919
|
+
},
|
|
39920
|
+
"level-3": {
|
|
39921
|
+
"color": {},
|
|
39922
|
+
"font-family": {
|
|
39923
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39924
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39925
|
+
"isSource": true,
|
|
39926
|
+
"original": {
|
|
39927
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39928
|
+
},
|
|
39929
|
+
"name": "nlHeadingLevel3FontFamily",
|
|
39930
|
+
"attributes": {},
|
|
39931
|
+
"path": [
|
|
39932
|
+
"nl",
|
|
39933
|
+
"heading",
|
|
39934
|
+
"level-3",
|
|
39935
|
+
"font-family"
|
|
39936
|
+
]
|
|
39937
|
+
},
|
|
39938
|
+
"font-size": {
|
|
39939
|
+
"value": "1.25rem",
|
|
39940
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39941
|
+
"isSource": true,
|
|
39942
|
+
"original": {
|
|
39943
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39944
|
+
},
|
|
39945
|
+
"name": "nlHeadingLevel3FontSize",
|
|
39946
|
+
"attributes": {},
|
|
39947
|
+
"path": [
|
|
39948
|
+
"nl",
|
|
39949
|
+
"heading",
|
|
39950
|
+
"level-3",
|
|
39951
|
+
"font-size"
|
|
39952
|
+
]
|
|
39953
|
+
},
|
|
39954
|
+
"font-weight": {
|
|
39955
|
+
"value": "400",
|
|
39956
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39957
|
+
"isSource": true,
|
|
39958
|
+
"original": {
|
|
39959
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39960
|
+
},
|
|
39961
|
+
"name": "nlHeadingLevel3FontWeight",
|
|
39962
|
+
"attributes": {},
|
|
39963
|
+
"path": [
|
|
39964
|
+
"nl",
|
|
39965
|
+
"heading",
|
|
39966
|
+
"level-3",
|
|
39967
|
+
"font-weight"
|
|
39968
|
+
]
|
|
39969
|
+
},
|
|
39970
|
+
"line-height": {
|
|
39971
|
+
"value": "1.25",
|
|
39972
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39973
|
+
"isSource": true,
|
|
39974
|
+
"original": {
|
|
39975
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39976
|
+
},
|
|
39977
|
+
"name": "nlHeadingLevel3LineHeight",
|
|
39978
|
+
"attributes": {},
|
|
39979
|
+
"path": [
|
|
39980
|
+
"nl",
|
|
39981
|
+
"heading",
|
|
39982
|
+
"level-3",
|
|
39983
|
+
"line-height"
|
|
39984
|
+
]
|
|
39985
|
+
}
|
|
39986
|
+
},
|
|
39987
|
+
"level-4": {
|
|
39988
|
+
"color": {},
|
|
39989
|
+
"font-family": {
|
|
39990
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39991
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39992
|
+
"isSource": true,
|
|
39993
|
+
"original": {
|
|
39994
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39995
|
+
},
|
|
39996
|
+
"name": "nlHeadingLevel4FontFamily",
|
|
39997
|
+
"attributes": {},
|
|
39998
|
+
"path": [
|
|
39999
|
+
"nl",
|
|
40000
|
+
"heading",
|
|
40001
|
+
"level-4",
|
|
40002
|
+
"font-family"
|
|
40003
|
+
]
|
|
40004
|
+
},
|
|
40005
|
+
"font-size": {
|
|
40006
|
+
"value": "1.125rem",
|
|
40007
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40008
|
+
"isSource": true,
|
|
40009
|
+
"original": {
|
|
40010
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
40011
|
+
},
|
|
40012
|
+
"name": "nlHeadingLevel4FontSize",
|
|
40013
|
+
"attributes": {},
|
|
40014
|
+
"path": [
|
|
40015
|
+
"nl",
|
|
40016
|
+
"heading",
|
|
40017
|
+
"level-4",
|
|
40018
|
+
"font-size"
|
|
40019
|
+
]
|
|
40020
|
+
},
|
|
40021
|
+
"font-weight": {
|
|
40022
|
+
"value": "400",
|
|
40023
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40024
|
+
"isSource": true,
|
|
40025
|
+
"original": {
|
|
40026
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
40027
|
+
},
|
|
40028
|
+
"name": "nlHeadingLevel4FontWeight",
|
|
40029
|
+
"attributes": {},
|
|
40030
|
+
"path": [
|
|
40031
|
+
"nl",
|
|
40032
|
+
"heading",
|
|
40033
|
+
"level-4",
|
|
40034
|
+
"font-weight"
|
|
40035
|
+
]
|
|
40036
|
+
},
|
|
40037
|
+
"line-height": {
|
|
40038
|
+
"value": "1.5",
|
|
40039
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40040
|
+
"isSource": true,
|
|
40041
|
+
"original": {
|
|
40042
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
40043
|
+
},
|
|
40044
|
+
"name": "nlHeadingLevel4LineHeight",
|
|
40045
|
+
"attributes": {},
|
|
40046
|
+
"path": [
|
|
40047
|
+
"nl",
|
|
40048
|
+
"heading",
|
|
40049
|
+
"level-4",
|
|
40050
|
+
"line-height"
|
|
40051
|
+
]
|
|
40052
|
+
}
|
|
40053
|
+
},
|
|
40054
|
+
"level-5": {
|
|
40055
|
+
"color": {},
|
|
40056
|
+
"font-family": {
|
|
40057
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
40058
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40059
|
+
"isSource": true,
|
|
40060
|
+
"original": {
|
|
40061
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
40062
|
+
},
|
|
40063
|
+
"name": "nlHeadingLevel5FontFamily",
|
|
40064
|
+
"attributes": {},
|
|
40065
|
+
"path": [
|
|
40066
|
+
"nl",
|
|
40067
|
+
"heading",
|
|
40068
|
+
"level-5",
|
|
40069
|
+
"font-family"
|
|
40070
|
+
]
|
|
40071
|
+
},
|
|
40072
|
+
"font-size": {
|
|
40073
|
+
"value": "0.875rem",
|
|
40074
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40075
|
+
"isSource": true,
|
|
40076
|
+
"original": {
|
|
40077
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
40078
|
+
},
|
|
40079
|
+
"name": "nlHeadingLevel5FontSize",
|
|
40080
|
+
"attributes": {},
|
|
40081
|
+
"path": [
|
|
40082
|
+
"nl",
|
|
40083
|
+
"heading",
|
|
40084
|
+
"level-5",
|
|
40085
|
+
"font-size"
|
|
40086
|
+
]
|
|
40087
|
+
},
|
|
40088
|
+
"font-weight": {
|
|
40089
|
+
"value": "400",
|
|
40090
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40091
|
+
"isSource": true,
|
|
40092
|
+
"original": {
|
|
40093
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
40094
|
+
},
|
|
40095
|
+
"name": "nlHeadingLevel5FontWeight",
|
|
40096
|
+
"attributes": {},
|
|
40097
|
+
"path": [
|
|
40098
|
+
"nl",
|
|
40099
|
+
"heading",
|
|
40100
|
+
"level-5",
|
|
40101
|
+
"font-weight"
|
|
40102
|
+
]
|
|
40103
|
+
},
|
|
40104
|
+
"line-height": {
|
|
40105
|
+
"value": "1.5",
|
|
40106
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40107
|
+
"isSource": true,
|
|
40108
|
+
"original": {
|
|
40109
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
40110
|
+
},
|
|
40111
|
+
"name": "nlHeadingLevel5LineHeight",
|
|
40112
|
+
"attributes": {},
|
|
40113
|
+
"path": [
|
|
40114
|
+
"nl",
|
|
40115
|
+
"heading",
|
|
40116
|
+
"level-5",
|
|
40117
|
+
"line-height"
|
|
40118
|
+
]
|
|
40119
|
+
}
|
|
40120
|
+
},
|
|
40121
|
+
"level-6": {
|
|
40122
|
+
"color": {},
|
|
40123
|
+
"font-family": {
|
|
40124
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
40125
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40126
|
+
"isSource": true,
|
|
40127
|
+
"original": {
|
|
40128
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
40129
|
+
},
|
|
40130
|
+
"name": "nlHeadingLevel6FontFamily",
|
|
40131
|
+
"attributes": {},
|
|
40132
|
+
"path": [
|
|
40133
|
+
"nl",
|
|
40134
|
+
"heading",
|
|
40135
|
+
"level-6",
|
|
40136
|
+
"font-family"
|
|
40137
|
+
]
|
|
40138
|
+
},
|
|
40139
|
+
"font-size": {
|
|
40140
|
+
"value": "0.875rem",
|
|
40141
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40142
|
+
"isSource": true,
|
|
40143
|
+
"original": {
|
|
40144
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
40145
|
+
},
|
|
40146
|
+
"name": "nlHeadingLevel6FontSize",
|
|
40147
|
+
"attributes": {},
|
|
40148
|
+
"path": [
|
|
40149
|
+
"nl",
|
|
40150
|
+
"heading",
|
|
40151
|
+
"level-6",
|
|
40152
|
+
"font-size"
|
|
40153
|
+
]
|
|
40154
|
+
},
|
|
40155
|
+
"font-weight": {
|
|
40156
|
+
"value": "400",
|
|
40157
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40158
|
+
"isSource": true,
|
|
40159
|
+
"original": {
|
|
40160
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
40161
|
+
},
|
|
40162
|
+
"name": "nlHeadingLevel6FontWeight",
|
|
40163
|
+
"attributes": {},
|
|
40164
|
+
"path": [
|
|
40165
|
+
"nl",
|
|
40166
|
+
"heading",
|
|
40167
|
+
"level-6",
|
|
40168
|
+
"font-weight"
|
|
40169
|
+
]
|
|
40170
|
+
},
|
|
40171
|
+
"line-height": {
|
|
40172
|
+
"value": "1.5",
|
|
40173
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
40174
|
+
"isSource": true,
|
|
40175
|
+
"original": {
|
|
40176
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
40177
|
+
},
|
|
40178
|
+
"name": "nlHeadingLevel6LineHeight",
|
|
40179
|
+
"attributes": {},
|
|
40180
|
+
"path": [
|
|
40181
|
+
"nl",
|
|
40182
|
+
"heading",
|
|
40183
|
+
"level-6",
|
|
40184
|
+
"line-height"
|
|
40185
|
+
]
|
|
40186
|
+
}
|
|
40187
|
+
}
|
|
40188
|
+
},
|
|
40189
|
+
"mark": {
|
|
40190
|
+
"background-color": {
|
|
40191
|
+
"value": "hsl(48 100% 60%)",
|
|
40192
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
40193
|
+
"isSource": true,
|
|
40194
|
+
"original": {
|
|
40195
|
+
"value": "{utrecht.color.yellow.60}"
|
|
40196
|
+
},
|
|
40197
|
+
"name": "nlMarkBackgroundColor",
|
|
40198
|
+
"attributes": {},
|
|
40199
|
+
"path": [
|
|
40200
|
+
"nl",
|
|
40201
|
+
"mark",
|
|
40202
|
+
"background-color"
|
|
40203
|
+
]
|
|
40204
|
+
},
|
|
40205
|
+
"color": {
|
|
40206
|
+
"value": "hsl(0 0% 0%)",
|
|
40207
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
40208
|
+
"isSource": true,
|
|
40209
|
+
"original": {
|
|
40210
|
+
"value": "{utrecht.color.black}"
|
|
40211
|
+
},
|
|
40212
|
+
"name": "nlMarkColor",
|
|
40213
|
+
"attributes": {},
|
|
40214
|
+
"path": [
|
|
40215
|
+
"nl",
|
|
40216
|
+
"mark",
|
|
40217
|
+
"color"
|
|
40218
|
+
]
|
|
40219
|
+
}
|
|
40220
|
+
},
|
|
40221
|
+
"number-badge": {
|
|
40222
|
+
"background-color": {
|
|
40223
|
+
"value": "hsl(0 100% 40%)",
|
|
40224
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40225
|
+
"isSource": true,
|
|
40226
|
+
"original": {
|
|
40227
|
+
"value": "{utrecht.color.red.40}"
|
|
40228
|
+
},
|
|
40229
|
+
"name": "nlNumberBadgeBackgroundColor",
|
|
40230
|
+
"attributes": {},
|
|
40231
|
+
"path": [
|
|
40232
|
+
"nl",
|
|
40233
|
+
"number-badge",
|
|
40234
|
+
"background-color"
|
|
40235
|
+
]
|
|
40236
|
+
},
|
|
40237
|
+
"border-radius": {
|
|
40238
|
+
"value": "1rem",
|
|
40239
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40240
|
+
"isSource": true,
|
|
40241
|
+
"original": {
|
|
40242
|
+
"value": "{nl.number-badge.font-size}"
|
|
40243
|
+
},
|
|
40244
|
+
"name": "nlNumberBadgeBorderRadius",
|
|
40245
|
+
"attributes": {},
|
|
40246
|
+
"path": [
|
|
40247
|
+
"nl",
|
|
40248
|
+
"number-badge",
|
|
40249
|
+
"border-radius"
|
|
40250
|
+
]
|
|
40251
|
+
},
|
|
40252
|
+
"color": {
|
|
40253
|
+
"value": "hsl(0 0% 100%)",
|
|
40254
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40255
|
+
"isSource": true,
|
|
40256
|
+
"original": {
|
|
40257
|
+
"value": "{utrecht.color.white}"
|
|
40258
|
+
},
|
|
40259
|
+
"name": "nlNumberBadgeColor",
|
|
40260
|
+
"attributes": {},
|
|
40261
|
+
"path": [
|
|
40262
|
+
"nl",
|
|
40263
|
+
"number-badge",
|
|
40264
|
+
"color"
|
|
40265
|
+
]
|
|
40266
|
+
},
|
|
40267
|
+
"font-size": {
|
|
40268
|
+
"value": "1rem",
|
|
40269
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40270
|
+
"isSource": true,
|
|
40271
|
+
"original": {
|
|
40272
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
40273
|
+
},
|
|
40274
|
+
"name": "nlNumberBadgeFontSize",
|
|
40275
|
+
"attributes": {},
|
|
40276
|
+
"path": [
|
|
40277
|
+
"nl",
|
|
40278
|
+
"number-badge",
|
|
40279
|
+
"font-size"
|
|
40280
|
+
]
|
|
40281
|
+
},
|
|
40282
|
+
"font-weight": {},
|
|
40283
|
+
"padding-block": {
|
|
40284
|
+
"value": "1ex",
|
|
40285
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40286
|
+
"isSource": true,
|
|
40287
|
+
"original": {
|
|
40288
|
+
"value": "1ex"
|
|
40289
|
+
},
|
|
40290
|
+
"name": "nlNumberBadgePaddingBlock",
|
|
40291
|
+
"attributes": {},
|
|
40292
|
+
"path": [
|
|
40293
|
+
"nl",
|
|
40294
|
+
"number-badge",
|
|
40295
|
+
"padding-block"
|
|
40296
|
+
]
|
|
40297
|
+
},
|
|
40298
|
+
"padding-inline": {
|
|
40299
|
+
"value": "1ex",
|
|
40300
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
40301
|
+
"isSource": true,
|
|
40302
|
+
"original": {
|
|
40303
|
+
"value": "1ex"
|
|
40304
|
+
},
|
|
40305
|
+
"name": "nlNumberBadgePaddingInline",
|
|
40306
|
+
"attributes": {},
|
|
40307
|
+
"path": [
|
|
40308
|
+
"nl",
|
|
40309
|
+
"number-badge",
|
|
40310
|
+
"padding-inline"
|
|
40311
|
+
]
|
|
40312
|
+
}
|
|
40313
|
+
},
|
|
40314
|
+
"paragraph": {
|
|
40315
|
+
"color": {},
|
|
40316
|
+
"font-family": {
|
|
40317
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
40318
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40319
|
+
"isSource": true,
|
|
40320
|
+
"original": {
|
|
40321
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
40322
|
+
},
|
|
40323
|
+
"name": "nlParagraphFontFamily",
|
|
40324
|
+
"attributes": {},
|
|
40325
|
+
"path": [
|
|
40326
|
+
"nl",
|
|
40327
|
+
"paragraph",
|
|
40328
|
+
"font-family"
|
|
40329
|
+
]
|
|
40330
|
+
},
|
|
40331
|
+
"font-size": {
|
|
40332
|
+
"value": "1rem",
|
|
40333
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40334
|
+
"isSource": true,
|
|
40335
|
+
"original": {
|
|
40336
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
40337
|
+
},
|
|
40338
|
+
"name": "nlParagraphFontSize",
|
|
40339
|
+
"attributes": {},
|
|
40340
|
+
"path": [
|
|
40341
|
+
"nl",
|
|
40342
|
+
"paragraph",
|
|
40343
|
+
"font-size"
|
|
40344
|
+
]
|
|
40345
|
+
},
|
|
40346
|
+
"font-weight": {
|
|
40347
|
+
"value": "400",
|
|
40348
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40349
|
+
"isSource": true,
|
|
40350
|
+
"original": {
|
|
40351
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
40352
|
+
},
|
|
40353
|
+
"name": "nlParagraphFontWeight",
|
|
40354
|
+
"attributes": {},
|
|
40355
|
+
"path": [
|
|
40356
|
+
"nl",
|
|
40357
|
+
"paragraph",
|
|
40358
|
+
"font-weight"
|
|
40359
|
+
]
|
|
40360
|
+
},
|
|
40361
|
+
"line-height": {
|
|
40362
|
+
"value": "1.5",
|
|
40363
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40364
|
+
"isSource": true,
|
|
40365
|
+
"original": {
|
|
40366
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
40367
|
+
},
|
|
40368
|
+
"name": "nlParagraphLineHeight",
|
|
40369
|
+
"attributes": {},
|
|
40370
|
+
"path": [
|
|
40371
|
+
"nl",
|
|
40372
|
+
"paragraph",
|
|
40373
|
+
"line-height"
|
|
40374
|
+
]
|
|
40375
|
+
},
|
|
40376
|
+
"lead": {
|
|
40377
|
+
"color": {
|
|
40378
|
+
"value": "hsl(0 0% 0%)",
|
|
40379
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40380
|
+
"isSource": true,
|
|
40381
|
+
"original": {
|
|
40382
|
+
"value": "{utrecht.document.color}"
|
|
40383
|
+
},
|
|
40384
|
+
"name": "nlParagraphLeadColor",
|
|
40385
|
+
"attributes": {},
|
|
40386
|
+
"path": [
|
|
40387
|
+
"nl",
|
|
40388
|
+
"paragraph",
|
|
40389
|
+
"lead",
|
|
40390
|
+
"color"
|
|
40391
|
+
]
|
|
40392
|
+
},
|
|
40393
|
+
"font-size": {
|
|
40394
|
+
"value": "1.25rem",
|
|
40395
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40396
|
+
"isSource": true,
|
|
40397
|
+
"original": {
|
|
40398
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
40399
|
+
},
|
|
40400
|
+
"name": "nlParagraphLeadFontSize",
|
|
40401
|
+
"attributes": {},
|
|
40402
|
+
"path": [
|
|
40403
|
+
"nl",
|
|
40404
|
+
"paragraph",
|
|
40405
|
+
"lead",
|
|
40406
|
+
"font-size"
|
|
40407
|
+
]
|
|
40408
|
+
},
|
|
40409
|
+
"font-weight": {
|
|
40410
|
+
"value": "400",
|
|
40411
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40412
|
+
"isSource": true,
|
|
40413
|
+
"original": {
|
|
40414
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
40415
|
+
},
|
|
40416
|
+
"name": "nlParagraphLeadFontWeight",
|
|
40417
|
+
"attributes": {},
|
|
40418
|
+
"path": [
|
|
40419
|
+
"nl",
|
|
40420
|
+
"paragraph",
|
|
40421
|
+
"lead",
|
|
40422
|
+
"font-weight"
|
|
40423
|
+
]
|
|
40424
|
+
},
|
|
40425
|
+
"line-height": {
|
|
40426
|
+
"value": "1.5",
|
|
40427
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40428
|
+
"isSource": true,
|
|
40429
|
+
"original": {
|
|
40430
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
40431
|
+
},
|
|
40432
|
+
"name": "nlParagraphLeadLineHeight",
|
|
40433
|
+
"attributes": {},
|
|
40434
|
+
"path": [
|
|
40435
|
+
"nl",
|
|
40436
|
+
"paragraph",
|
|
40437
|
+
"lead",
|
|
40438
|
+
"line-height"
|
|
40439
|
+
]
|
|
40440
|
+
}
|
|
40441
|
+
},
|
|
40442
|
+
"small": {
|
|
40443
|
+
"font-size": {
|
|
40444
|
+
"value": "0.875rem",
|
|
40445
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
40446
|
+
"isSource": true,
|
|
40447
|
+
"original": {
|
|
40448
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
40449
|
+
},
|
|
40450
|
+
"name": "nlParagraphSmallFontSize",
|
|
40451
|
+
"attributes": {},
|
|
40452
|
+
"path": [
|
|
40453
|
+
"nl",
|
|
40454
|
+
"paragraph",
|
|
40455
|
+
"small",
|
|
40456
|
+
"font-size"
|
|
40457
|
+
]
|
|
40458
|
+
}
|
|
40459
|
+
}
|
|
40460
|
+
},
|
|
40461
|
+
"skip-link": {
|
|
40462
|
+
"background-color": {
|
|
40463
|
+
"value": "hsl(0 0% 15%)",
|
|
40464
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40465
|
+
"isSource": true,
|
|
40466
|
+
"original": {
|
|
40467
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
40468
|
+
},
|
|
40469
|
+
"name": "nlSkipLinkBackgroundColor",
|
|
40470
|
+
"attributes": {},
|
|
40471
|
+
"path": [
|
|
40472
|
+
"nl",
|
|
40473
|
+
"skip-link",
|
|
40474
|
+
"background-color"
|
|
40475
|
+
]
|
|
40476
|
+
},
|
|
40477
|
+
"color": {
|
|
40478
|
+
"value": "hsl(0 0% 100%)",
|
|
40479
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40480
|
+
"isSource": true,
|
|
40481
|
+
"original": {
|
|
40482
|
+
"value": "{utrecht.topnav.link.color}"
|
|
40483
|
+
},
|
|
40484
|
+
"name": "nlSkipLinkColor",
|
|
40485
|
+
"attributes": {},
|
|
40486
|
+
"path": [
|
|
40487
|
+
"nl",
|
|
40488
|
+
"skip-link",
|
|
40489
|
+
"color"
|
|
40490
|
+
]
|
|
40491
|
+
},
|
|
40492
|
+
"padding-block": {
|
|
40493
|
+
"value": "8px",
|
|
40494
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40495
|
+
"isSource": true,
|
|
40496
|
+
"original": {
|
|
40497
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
40498
|
+
},
|
|
40499
|
+
"name": "nlSkipLinkPaddingBlock",
|
|
40500
|
+
"attributes": {},
|
|
40501
|
+
"path": [
|
|
40502
|
+
"nl",
|
|
40503
|
+
"skip-link",
|
|
40504
|
+
"padding-block"
|
|
40505
|
+
]
|
|
40506
|
+
},
|
|
40507
|
+
"padding-inline": {
|
|
40508
|
+
"value": "16px",
|
|
40509
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40510
|
+
"isSource": true,
|
|
40511
|
+
"original": {
|
|
40512
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
40513
|
+
},
|
|
40514
|
+
"name": "nlSkipLinkPaddingInline",
|
|
40515
|
+
"attributes": {},
|
|
40516
|
+
"path": [
|
|
40517
|
+
"nl",
|
|
40518
|
+
"skip-link",
|
|
40519
|
+
"padding-inline"
|
|
40520
|
+
]
|
|
40521
|
+
},
|
|
40522
|
+
"text-decoration": {
|
|
40523
|
+
"value": "underline",
|
|
40524
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40525
|
+
"isSource": true,
|
|
40526
|
+
"original": {
|
|
40527
|
+
"value": "{utrecht.link.text-decoration}"
|
|
40528
|
+
},
|
|
40529
|
+
"name": "nlSkipLinkTextDecoration",
|
|
40530
|
+
"attributes": {},
|
|
40531
|
+
"path": [
|
|
40532
|
+
"nl",
|
|
40533
|
+
"skip-link",
|
|
40534
|
+
"text-decoration"
|
|
40535
|
+
]
|
|
40536
|
+
},
|
|
40537
|
+
"focus-visible": {
|
|
40538
|
+
"color": {
|
|
40539
|
+
"value": "hsl(0 0% 0%)",
|
|
40540
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40541
|
+
"isSource": true,
|
|
40542
|
+
"original": {
|
|
40543
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
40544
|
+
},
|
|
40545
|
+
"name": "nlSkipLinkFocusVisibleColor",
|
|
40546
|
+
"attributes": {},
|
|
40547
|
+
"path": [
|
|
40548
|
+
"nl",
|
|
40549
|
+
"skip-link",
|
|
40550
|
+
"focus-visible",
|
|
40551
|
+
"color"
|
|
40552
|
+
]
|
|
40553
|
+
},
|
|
40554
|
+
"background-color": {
|
|
40555
|
+
"value": "hsl(48 100% 80%)",
|
|
40556
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40557
|
+
"isSource": true,
|
|
40558
|
+
"original": {
|
|
40559
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
40560
|
+
},
|
|
40561
|
+
"name": "nlSkipLinkFocusVisibleBackgroundColor",
|
|
40562
|
+
"attributes": {},
|
|
40563
|
+
"path": [
|
|
40564
|
+
"nl",
|
|
40565
|
+
"skip-link",
|
|
40566
|
+
"focus-visible",
|
|
40567
|
+
"background-color"
|
|
40568
|
+
]
|
|
40569
|
+
},
|
|
40570
|
+
"text-decoration": {
|
|
40571
|
+
"value": "none",
|
|
40572
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40573
|
+
"isSource": true,
|
|
40574
|
+
"original": {
|
|
40575
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
40576
|
+
},
|
|
40577
|
+
"name": "nlSkipLinkFocusVisibleTextDecoration",
|
|
40578
|
+
"attributes": {},
|
|
40579
|
+
"path": [
|
|
40580
|
+
"nl",
|
|
40581
|
+
"skip-link",
|
|
40582
|
+
"focus-visible",
|
|
40583
|
+
"text-decoration"
|
|
40584
|
+
]
|
|
40585
|
+
}
|
|
40586
|
+
}
|
|
40587
|
+
}
|
|
40588
|
+
},
|
|
38936
40589
|
"of": {
|
|
38937
40590
|
"layout": {
|
|
38938
40591
|
"background": {
|
|
@@ -39033,5 +40686,56 @@
|
|
|
39033
40686
|
}
|
|
39034
40687
|
}
|
|
39035
40688
|
}
|
|
40689
|
+
},
|
|
40690
|
+
"signalen": {
|
|
40691
|
+
"modal-dialog": {
|
|
40692
|
+
"background-color": {
|
|
40693
|
+
"value": "hsl(0 0% 100%)",
|
|
40694
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
40695
|
+
"isSource": true,
|
|
40696
|
+
"original": {
|
|
40697
|
+
"value": "{utrecht.body.background-color}"
|
|
40698
|
+
},
|
|
40699
|
+
"name": "signalenModalDialogBackgroundColor",
|
|
40700
|
+
"attributes": {},
|
|
40701
|
+
"path": [
|
|
40702
|
+
"signalen",
|
|
40703
|
+
"modal-dialog",
|
|
40704
|
+
"background-color"
|
|
40705
|
+
]
|
|
40706
|
+
},
|
|
40707
|
+
"color": {
|
|
40708
|
+
"value": "hsl(0 0% 0%)",
|
|
40709
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
40710
|
+
"isSource": true,
|
|
40711
|
+
"original": {
|
|
40712
|
+
"value": "{utrecht.body.color}"
|
|
40713
|
+
},
|
|
40714
|
+
"name": "signalenModalDialogColor",
|
|
40715
|
+
"attributes": {},
|
|
40716
|
+
"path": [
|
|
40717
|
+
"signalen",
|
|
40718
|
+
"modal-dialog",
|
|
40719
|
+
"color"
|
|
40720
|
+
]
|
|
40721
|
+
}
|
|
40722
|
+
},
|
|
40723
|
+
"progress-bar": {
|
|
40724
|
+
"border-radius": {
|
|
40725
|
+
"value": "4px",
|
|
40726
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
40727
|
+
"isSource": true,
|
|
40728
|
+
"original": {
|
|
40729
|
+
"value": "4px"
|
|
40730
|
+
},
|
|
40731
|
+
"name": "signalenProgressBarBorderRadius",
|
|
40732
|
+
"attributes": {},
|
|
40733
|
+
"path": [
|
|
40734
|
+
"signalen",
|
|
40735
|
+
"progress-bar",
|
|
40736
|
+
"border-radius"
|
|
40737
|
+
]
|
|
40738
|
+
}
|
|
40739
|
+
}
|
|
39036
40740
|
}
|
|
39037
40741
|
}
|