@utrecht/design-tokens 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/_mixin-theme.scss +124 -63
- package/dist/_mixin.scss +124 -63
- package/dist/_variables.scss +124 -63
- package/dist/dark/_mixin-theme.scss +124 -63
- package/dist/dark/_mixin.scss +124 -63
- package/dist/dark/_variables.scss +124 -63
- package/dist/dark/index.cjs +62 -1
- package/dist/dark/index.css +124 -63
- package/dist/dark/index.d.ts +62 -1
- package/dist/dark/index.flat.json +62 -1
- package/dist/dark/index.json +1046 -102
- package/dist/dark/index.mjs +62 -1
- package/dist/dark/index.tokens.json +614 -72
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +1046 -102
- package/dist/dark/list.mjs +31638 -0
- package/dist/dark/property.css +0 -1
- package/dist/dark/root.css +124 -63
- package/dist/dark/theme-prince-xml.css +124 -63
- package/dist/dark/theme.css +124 -63
- package/dist/dark/tokens.cjs +1541 -116
- package/dist/dark/tokens.d.ts +355 -22
- package/dist/dark/tokens.json +1541 -116
- package/dist/dark/variables.cjs +62 -1
- package/dist/dark/variables.css +124 -63
- package/dist/dark/variables.d.ts +62 -1
- package/dist/dark/variables.json +62 -1
- package/dist/dark/variables.less +124 -63
- package/dist/dark/variables.mjs +62 -1
- package/dist/index.cjs +62 -1
- package/dist/index.css +248 -126
- package/dist/index.d.ts +62 -1
- package/dist/index.flat.json +62 -1
- package/dist/index.json +1046 -102
- package/dist/index.mjs +62 -1
- package/dist/index.tokens.json +614 -72
- package/dist/list.d.ts +14 -0
- package/dist/list.json +1046 -102
- package/dist/list.mjs +32755 -0
- package/dist/property.css +0 -1
- package/dist/root.css +124 -63
- package/dist/theme-prince-xml.css +124 -63
- package/dist/theme.css +124 -63
- package/dist/tokens.cjs +1541 -116
- package/dist/tokens.d.ts +355 -22
- package/dist/tokens.json +1541 -116
- package/dist/variables.cjs +62 -1
- package/dist/variables.css +124 -63
- package/dist/variables.d.ts +62 -1
- package/dist/variables.json +62 -1
- package/dist/variables.less +124 -63
- package/dist/variables.mjs +62 -1
- 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/utrecht/badge.tokens.json +5 -5
- 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/mark.tokens.json +2 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/src/css-property-formatter.mjs +2 -1
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/tokens.cjs
CHANGED
|
@@ -2264,6 +2264,7 @@ module.exports = {
|
|
|
2264
2264
|
}
|
|
2265
2265
|
}
|
|
2266
2266
|
},
|
|
2267
|
+
"alternate-lang-nav": {},
|
|
2267
2268
|
"article": {
|
|
2268
2269
|
"max-inline-size": {
|
|
2269
2270
|
"$extensions": {
|
|
@@ -2796,31 +2797,6 @@ module.exports = {
|
|
|
2796
2797
|
]
|
|
2797
2798
|
}
|
|
2798
2799
|
},
|
|
2799
|
-
"badge-data": {
|
|
2800
|
-
"letter-spacing": {
|
|
2801
|
-
"$extensions": {
|
|
2802
|
-
"nl.nldesignsystem.css.property": {
|
|
2803
|
-
"syntax": "<length>",
|
|
2804
|
-
"inherits": true
|
|
2805
|
-
},
|
|
2806
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2807
|
-
},
|
|
2808
|
-
"type": "letterSpacing"
|
|
2809
|
-
},
|
|
2810
|
-
"text-transform": {
|
|
2811
|
-
"$extensions": {
|
|
2812
|
-
"nl.nldesignsystem.css.property": {
|
|
2813
|
-
"syntax": [
|
|
2814
|
-
"inherit",
|
|
2815
|
-
"uppercase"
|
|
2816
|
-
],
|
|
2817
|
-
"inherits": true
|
|
2818
|
-
},
|
|
2819
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2820
|
-
},
|
|
2821
|
-
"type": "textCase"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
2800
|
"badge-list": {
|
|
2825
2801
|
"row-gap": {
|
|
2826
2802
|
"$extensions": {
|
|
@@ -2926,7 +2902,7 @@ module.exports = {
|
|
|
2926
2902
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2927
2903
|
},
|
|
2928
2904
|
"type": "color",
|
|
2929
|
-
"value": "{
|
|
2905
|
+
"value": "{nl.data-badge.background-color}"
|
|
2930
2906
|
},
|
|
2931
2907
|
"name": "background-color",
|
|
2932
2908
|
"attributes": {},
|
|
@@ -2965,7 +2941,7 @@ module.exports = {
|
|
|
2965
2941
|
}
|
|
2966
2942
|
},
|
|
2967
2943
|
"type": "dimension",
|
|
2968
|
-
"value": "
|
|
2944
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2969
2945
|
},
|
|
2970
2946
|
"name": "border-radius",
|
|
2971
2947
|
"attributes": {},
|
|
@@ -2998,7 +2974,7 @@ module.exports = {
|
|
|
2998
2974
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2999
2975
|
},
|
|
3000
2976
|
"type": "color",
|
|
3001
|
-
"value": "{
|
|
2977
|
+
"value": "{nl.data-badge.color}"
|
|
3002
2978
|
},
|
|
3003
2979
|
"name": "color",
|
|
3004
2980
|
"attributes": {},
|
|
@@ -3070,7 +3046,7 @@ module.exports = {
|
|
|
3070
3046
|
}
|
|
3071
3047
|
},
|
|
3072
3048
|
"type": "dimension",
|
|
3073
|
-
"value": "{
|
|
3049
|
+
"value": "{nl.data-badge.padding-block}"
|
|
3074
3050
|
},
|
|
3075
3051
|
"name": "padding-block",
|
|
3076
3052
|
"attributes": {},
|
|
@@ -3109,7 +3085,7 @@ module.exports = {
|
|
|
3109
3085
|
}
|
|
3110
3086
|
},
|
|
3111
3087
|
"type": "dimension",
|
|
3112
|
-
"value": "{
|
|
3088
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
3113
3089
|
},
|
|
3114
3090
|
"name": "padding-inline",
|
|
3115
3091
|
"attributes": {},
|
|
@@ -3596,6 +3572,51 @@ module.exports = {
|
|
|
3596
3572
|
]
|
|
3597
3573
|
}
|
|
3598
3574
|
},
|
|
3575
|
+
"body": {
|
|
3576
|
+
"font-family": {
|
|
3577
|
+
"$extensions": {
|
|
3578
|
+
"nl.nldesignsystem.css.property": {
|
|
3579
|
+
"syntax": "*",
|
|
3580
|
+
"inherits": true
|
|
3581
|
+
},
|
|
3582
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3583
|
+
},
|
|
3584
|
+
"type": "fontFamilies"
|
|
3585
|
+
},
|
|
3586
|
+
"font-size": {
|
|
3587
|
+
"$extensions": {
|
|
3588
|
+
"nl.nldesignsystem.css.property": {
|
|
3589
|
+
"syntax": "<length>",
|
|
3590
|
+
"inherits": true
|
|
3591
|
+
},
|
|
3592
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3593
|
+
},
|
|
3594
|
+
"type": "fontSizes"
|
|
3595
|
+
},
|
|
3596
|
+
"font-weight": {
|
|
3597
|
+
"$extensions": {
|
|
3598
|
+
"nl.nldesignsystem.css.property": {
|
|
3599
|
+
"syntax": "<number>",
|
|
3600
|
+
"inherits": true
|
|
3601
|
+
},
|
|
3602
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3603
|
+
},
|
|
3604
|
+
"type": "fontWeights"
|
|
3605
|
+
},
|
|
3606
|
+
"line-height": {
|
|
3607
|
+
"$extensions": {
|
|
3608
|
+
"nl.nldesignsystem.css.property": {
|
|
3609
|
+
"syntax": [
|
|
3610
|
+
"<length>",
|
|
3611
|
+
"<number>"
|
|
3612
|
+
],
|
|
3613
|
+
"inherits": true
|
|
3614
|
+
},
|
|
3615
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3616
|
+
},
|
|
3617
|
+
"type": "lineHeights"
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3599
3620
|
"breadcrumb-nav": {
|
|
3600
3621
|
"min-block-size": {
|
|
3601
3622
|
"$extensions": {
|
|
@@ -10919,7 +10940,7 @@ module.exports = {
|
|
|
10919
10940
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10920
10941
|
},
|
|
10921
10942
|
"type": "color",
|
|
10922
|
-
"value": "{
|
|
10943
|
+
"value": "{nl.code-block.background-color}"
|
|
10923
10944
|
},
|
|
10924
10945
|
"name": "background-color",
|
|
10925
10946
|
"attributes": {},
|
|
@@ -10950,7 +10971,7 @@ module.exports = {
|
|
|
10950
10971
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10951
10972
|
},
|
|
10952
10973
|
"type": "color",
|
|
10953
|
-
"value": "{
|
|
10974
|
+
"value": "{nl.code-block.color}"
|
|
10954
10975
|
},
|
|
10955
10976
|
"name": "color",
|
|
10956
10977
|
"attributes": {},
|
|
@@ -10966,9 +10987,36 @@ module.exports = {
|
|
|
10966
10987
|
"syntax": "*",
|
|
10967
10988
|
"inherits": true
|
|
10968
10989
|
},
|
|
10969
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10990
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10991
|
+
"studio.tokens": {
|
|
10992
|
+
"originalType": "fontFamilies"
|
|
10993
|
+
}
|
|
10970
10994
|
},
|
|
10971
|
-
"type": "
|
|
10995
|
+
"type": "fontFamily",
|
|
10996
|
+
"value": "\"Monaco\"",
|
|
10997
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
10998
|
+
"isSource": true,
|
|
10999
|
+
"original": {
|
|
11000
|
+
"$extensions": {
|
|
11001
|
+
"nl.nldesignsystem.css.property": {
|
|
11002
|
+
"syntax": "*",
|
|
11003
|
+
"inherits": true
|
|
11004
|
+
},
|
|
11005
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11006
|
+
"studio.tokens": {
|
|
11007
|
+
"originalType": "fontFamilies"
|
|
11008
|
+
}
|
|
11009
|
+
},
|
|
11010
|
+
"type": "fontFamily",
|
|
11011
|
+
"value": "{nl.code-block.font-family}"
|
|
11012
|
+
},
|
|
11013
|
+
"name": "font-family",
|
|
11014
|
+
"attributes": {},
|
|
11015
|
+
"path": [
|
|
11016
|
+
"utrecht",
|
|
11017
|
+
"code-block",
|
|
11018
|
+
"font-family"
|
|
11019
|
+
]
|
|
10972
11020
|
},
|
|
10973
11021
|
"font-size": {
|
|
10974
11022
|
"$extensions": {
|
|
@@ -10997,7 +11045,7 @@ module.exports = {
|
|
|
10997
11045
|
}
|
|
10998
11046
|
},
|
|
10999
11047
|
"type": "fontSize",
|
|
11000
|
-
"value": "{
|
|
11048
|
+
"value": "{nl.code-block.font-size}"
|
|
11001
11049
|
},
|
|
11002
11050
|
"name": "font-size",
|
|
11003
11051
|
"attributes": {},
|
|
@@ -11040,7 +11088,7 @@ module.exports = {
|
|
|
11040
11088
|
}
|
|
11041
11089
|
},
|
|
11042
11090
|
"type": "lineHeight",
|
|
11043
|
-
"value": "{
|
|
11091
|
+
"value": "{nl.code-block.line-height}"
|
|
11044
11092
|
},
|
|
11045
11093
|
"name": "line-height",
|
|
11046
11094
|
"attributes": {},
|
|
@@ -11171,7 +11219,7 @@ module.exports = {
|
|
|
11171
11219
|
}
|
|
11172
11220
|
},
|
|
11173
11221
|
"type": "dimension",
|
|
11174
|
-
"value": "
|
|
11222
|
+
"value": "{nl.code-block.padding-block}"
|
|
11175
11223
|
},
|
|
11176
11224
|
"name": "padding-block-start",
|
|
11177
11225
|
"attributes": {},
|
|
@@ -11208,7 +11256,7 @@ module.exports = {
|
|
|
11208
11256
|
}
|
|
11209
11257
|
},
|
|
11210
11258
|
"type": "dimension",
|
|
11211
|
-
"value": "
|
|
11259
|
+
"value": "{nl.code-block.padding-block}"
|
|
11212
11260
|
},
|
|
11213
11261
|
"name": "padding-block-end",
|
|
11214
11262
|
"attributes": {},
|
|
@@ -11245,7 +11293,7 @@ module.exports = {
|
|
|
11245
11293
|
}
|
|
11246
11294
|
},
|
|
11247
11295
|
"type": "dimension",
|
|
11248
|
-
"value": "
|
|
11296
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11249
11297
|
},
|
|
11250
11298
|
"name": "padding-inline-start",
|
|
11251
11299
|
"attributes": {},
|
|
@@ -11282,7 +11330,7 @@ module.exports = {
|
|
|
11282
11330
|
}
|
|
11283
11331
|
},
|
|
11284
11332
|
"type": "dimension",
|
|
11285
|
-
"value": "
|
|
11333
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11286
11334
|
},
|
|
11287
11335
|
"name": "padding-inline-end",
|
|
11288
11336
|
"attributes": {},
|
|
@@ -11600,6 +11648,20 @@ module.exports = {
|
|
|
11600
11648
|
}
|
|
11601
11649
|
}
|
|
11602
11650
|
},
|
|
11651
|
+
"combobox": {
|
|
11652
|
+
"popover": {
|
|
11653
|
+
"z-index": {
|
|
11654
|
+
"$extensions": {
|
|
11655
|
+
"nl.nldesignsystem.css.property": {
|
|
11656
|
+
"syntax": "<number>",
|
|
11657
|
+
"inherits": true
|
|
11658
|
+
},
|
|
11659
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11660
|
+
},
|
|
11661
|
+
"type": "other"
|
|
11662
|
+
}
|
|
11663
|
+
}
|
|
11664
|
+
},
|
|
11603
11665
|
"action": {
|
|
11604
11666
|
"activate": {
|
|
11605
11667
|
"cursor": {
|
|
@@ -14766,6 +14828,126 @@ module.exports = {
|
|
|
14766
14828
|
}
|
|
14767
14829
|
},
|
|
14768
14830
|
"currency-data": {},
|
|
14831
|
+
"data-badge": {
|
|
14832
|
+
"background-color": {
|
|
14833
|
+
"comment": "Default background color for badge components",
|
|
14834
|
+
"$extensions": {
|
|
14835
|
+
"nl.nldesignsystem.css.property": {
|
|
14836
|
+
"syntax": "<color>",
|
|
14837
|
+
"inherits": true
|
|
14838
|
+
},
|
|
14839
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14840
|
+
},
|
|
14841
|
+
"type": "color"
|
|
14842
|
+
},
|
|
14843
|
+
"border-radius": {
|
|
14844
|
+
"comment": "Default corner radius for badge components",
|
|
14845
|
+
"$extensions": {
|
|
14846
|
+
"nl.nldesignsystem.css.property": {
|
|
14847
|
+
"syntax": "<length-percentage>",
|
|
14848
|
+
"inherits": true
|
|
14849
|
+
},
|
|
14850
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14851
|
+
},
|
|
14852
|
+
"type": "borderRadius"
|
|
14853
|
+
},
|
|
14854
|
+
"border-width": {
|
|
14855
|
+
"$extensions": {
|
|
14856
|
+
"nl.nldesignsystem.css.property": {
|
|
14857
|
+
"syntax": "<length>",
|
|
14858
|
+
"inherits": true
|
|
14859
|
+
},
|
|
14860
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14861
|
+
},
|
|
14862
|
+
"type": "borderWidth"
|
|
14863
|
+
},
|
|
14864
|
+
"color": {
|
|
14865
|
+
"comment": "Default text color for badge components",
|
|
14866
|
+
"$extensions": {
|
|
14867
|
+
"nl.nldesignsystem.css.property": {
|
|
14868
|
+
"syntax": "<color>",
|
|
14869
|
+
"inherits": true
|
|
14870
|
+
},
|
|
14871
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14872
|
+
},
|
|
14873
|
+
"type": "color"
|
|
14874
|
+
},
|
|
14875
|
+
"font-size": {
|
|
14876
|
+
"$extensions": {
|
|
14877
|
+
"nl.nldesignsystem.css.property": {
|
|
14878
|
+
"syntax": "<length>",
|
|
14879
|
+
"inherits": true
|
|
14880
|
+
},
|
|
14881
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14882
|
+
},
|
|
14883
|
+
"type": "fontSizes"
|
|
14884
|
+
},
|
|
14885
|
+
"font-weight": {
|
|
14886
|
+
"$extensions": {
|
|
14887
|
+
"nl.nldesignsystem.css.property": {
|
|
14888
|
+
"syntax": "<number>",
|
|
14889
|
+
"inherits": true
|
|
14890
|
+
},
|
|
14891
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14892
|
+
},
|
|
14893
|
+
"type": "fontWeights"
|
|
14894
|
+
},
|
|
14895
|
+
"line-height": {
|
|
14896
|
+
"$extensions": {
|
|
14897
|
+
"nl.nldesignsystem.css.property": {
|
|
14898
|
+
"syntax": [
|
|
14899
|
+
"<length>",
|
|
14900
|
+
"<number>"
|
|
14901
|
+
],
|
|
14902
|
+
"inherits": true
|
|
14903
|
+
},
|
|
14904
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14905
|
+
},
|
|
14906
|
+
"type": "lineHeights"
|
|
14907
|
+
},
|
|
14908
|
+
"min-block-size": {
|
|
14909
|
+
"$extensions": {
|
|
14910
|
+
"nl.nldesignsystem.css.property": {
|
|
14911
|
+
"syntax": "<length>",
|
|
14912
|
+
"inherits": true
|
|
14913
|
+
},
|
|
14914
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14915
|
+
},
|
|
14916
|
+
"type": "sizing"
|
|
14917
|
+
},
|
|
14918
|
+
"min-inline-size": {
|
|
14919
|
+
"$extensions": {
|
|
14920
|
+
"nl.nldesignsystem.css.property": {
|
|
14921
|
+
"syntax": "<length>",
|
|
14922
|
+
"inherits": true
|
|
14923
|
+
},
|
|
14924
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14925
|
+
},
|
|
14926
|
+
"type": "sizing"
|
|
14927
|
+
},
|
|
14928
|
+
"padding-block": {
|
|
14929
|
+
"comment": "Default block padding for badge components",
|
|
14930
|
+
"$extensions": {
|
|
14931
|
+
"nl.nldesignsystem.css.property": {
|
|
14932
|
+
"syntax": "<length>",
|
|
14933
|
+
"inherits": true
|
|
14934
|
+
},
|
|
14935
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14936
|
+
},
|
|
14937
|
+
"type": "spacing"
|
|
14938
|
+
},
|
|
14939
|
+
"padding-inline": {
|
|
14940
|
+
"comment": "Default inline padding color for badge components",
|
|
14941
|
+
"$extensions": {
|
|
14942
|
+
"nl.nldesignsystem.css.property": {
|
|
14943
|
+
"syntax": "<length>",
|
|
14944
|
+
"inherits": true
|
|
14945
|
+
},
|
|
14946
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14947
|
+
},
|
|
14948
|
+
"type": "spacing"
|
|
14949
|
+
}
|
|
14950
|
+
},
|
|
14769
14951
|
"data-list": {
|
|
14770
14952
|
"margin-block-end": {
|
|
14771
14953
|
"$extensions": {
|
|
@@ -19326,7 +19508,7 @@ module.exports = {
|
|
|
19326
19508
|
}
|
|
19327
19509
|
},
|
|
19328
19510
|
"type": "fontFamily",
|
|
19329
|
-
"value": "{
|
|
19511
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
19330
19512
|
},
|
|
19331
19513
|
"name": "font-family",
|
|
19332
19514
|
"attributes": {},
|
|
@@ -19363,7 +19545,7 @@ module.exports = {
|
|
|
19363
19545
|
}
|
|
19364
19546
|
},
|
|
19365
19547
|
"type": "fontSize",
|
|
19366
|
-
"value": "{
|
|
19548
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
19367
19549
|
},
|
|
19368
19550
|
"name": "font-size",
|
|
19369
19551
|
"attributes": {},
|
|
@@ -19406,7 +19588,7 @@ module.exports = {
|
|
|
19406
19588
|
}
|
|
19407
19589
|
},
|
|
19408
19590
|
"type": "fontWeight",
|
|
19409
|
-
"value": "{
|
|
19591
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
19410
19592
|
},
|
|
19411
19593
|
"name": "font-weight",
|
|
19412
19594
|
"attributes": {},
|
|
@@ -19449,7 +19631,7 @@ module.exports = {
|
|
|
19449
19631
|
}
|
|
19450
19632
|
},
|
|
19451
19633
|
"type": "lineHeight",
|
|
19452
|
-
"value": "{
|
|
19634
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
19453
19635
|
},
|
|
19454
19636
|
"name": "line-height",
|
|
19455
19637
|
"attributes": {},
|
|
@@ -19585,7 +19767,7 @@ module.exports = {
|
|
|
19585
19767
|
}
|
|
19586
19768
|
},
|
|
19587
19769
|
"type": "fontFamily",
|
|
19588
|
-
"value": "{
|
|
19770
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
19589
19771
|
},
|
|
19590
19772
|
"name": "font-family",
|
|
19591
19773
|
"attributes": {},
|
|
@@ -19622,7 +19804,7 @@ module.exports = {
|
|
|
19622
19804
|
}
|
|
19623
19805
|
},
|
|
19624
19806
|
"type": "fontSize",
|
|
19625
|
-
"value": "{
|
|
19807
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
19626
19808
|
},
|
|
19627
19809
|
"name": "font-size",
|
|
19628
19810
|
"attributes": {},
|
|
@@ -19665,7 +19847,7 @@ module.exports = {
|
|
|
19665
19847
|
}
|
|
19666
19848
|
},
|
|
19667
19849
|
"type": "fontWeight",
|
|
19668
|
-
"value": "{
|
|
19850
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
19669
19851
|
},
|
|
19670
19852
|
"name": "font-weight",
|
|
19671
19853
|
"attributes": {},
|
|
@@ -19708,7 +19890,7 @@ module.exports = {
|
|
|
19708
19890
|
}
|
|
19709
19891
|
},
|
|
19710
19892
|
"type": "lineHeight",
|
|
19711
|
-
"value": "{
|
|
19893
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
19712
19894
|
},
|
|
19713
19895
|
"name": "line-height",
|
|
19714
19896
|
"attributes": {},
|
|
@@ -19844,7 +20026,7 @@ module.exports = {
|
|
|
19844
20026
|
}
|
|
19845
20027
|
},
|
|
19846
20028
|
"type": "fontFamily",
|
|
19847
|
-
"value": "{
|
|
20029
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
19848
20030
|
},
|
|
19849
20031
|
"name": "font-family",
|
|
19850
20032
|
"attributes": {},
|
|
@@ -19881,7 +20063,7 @@ module.exports = {
|
|
|
19881
20063
|
}
|
|
19882
20064
|
},
|
|
19883
20065
|
"type": "fontSize",
|
|
19884
|
-
"value": "{
|
|
20066
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
19885
20067
|
},
|
|
19886
20068
|
"name": "font-size",
|
|
19887
20069
|
"attributes": {},
|
|
@@ -19924,7 +20106,7 @@ module.exports = {
|
|
|
19924
20106
|
}
|
|
19925
20107
|
},
|
|
19926
20108
|
"type": "fontWeight",
|
|
19927
|
-
"value": "{
|
|
20109
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19928
20110
|
},
|
|
19929
20111
|
"name": "font-weight",
|
|
19930
20112
|
"attributes": {},
|
|
@@ -19967,7 +20149,7 @@ module.exports = {
|
|
|
19967
20149
|
}
|
|
19968
20150
|
},
|
|
19969
20151
|
"type": "lineHeight",
|
|
19970
|
-
"value": "{
|
|
20152
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
19971
20153
|
},
|
|
19972
20154
|
"name": "line-height",
|
|
19973
20155
|
"attributes": {},
|
|
@@ -20103,7 +20285,7 @@ module.exports = {
|
|
|
20103
20285
|
}
|
|
20104
20286
|
},
|
|
20105
20287
|
"type": "fontFamily",
|
|
20106
|
-
"value": "{
|
|
20288
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
20107
20289
|
},
|
|
20108
20290
|
"name": "font-family",
|
|
20109
20291
|
"attributes": {},
|
|
@@ -20140,7 +20322,7 @@ module.exports = {
|
|
|
20140
20322
|
}
|
|
20141
20323
|
},
|
|
20142
20324
|
"type": "fontSize",
|
|
20143
|
-
"value": "{
|
|
20325
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
20144
20326
|
},
|
|
20145
20327
|
"name": "font-size",
|
|
20146
20328
|
"attributes": {},
|
|
@@ -20183,7 +20365,7 @@ module.exports = {
|
|
|
20183
20365
|
}
|
|
20184
20366
|
},
|
|
20185
20367
|
"type": "fontWeight",
|
|
20186
|
-
"value": "{
|
|
20368
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
20187
20369
|
},
|
|
20188
20370
|
"name": "font-weight",
|
|
20189
20371
|
"attributes": {},
|
|
@@ -20226,7 +20408,7 @@ module.exports = {
|
|
|
20226
20408
|
}
|
|
20227
20409
|
},
|
|
20228
20410
|
"type": "lineHeight",
|
|
20229
|
-
"value": "{
|
|
20411
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
20230
20412
|
},
|
|
20231
20413
|
"name": "line-height",
|
|
20232
20414
|
"attributes": {},
|
|
@@ -20362,7 +20544,7 @@ module.exports = {
|
|
|
20362
20544
|
}
|
|
20363
20545
|
},
|
|
20364
20546
|
"type": "fontFamily",
|
|
20365
|
-
"value": "{
|
|
20547
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
20366
20548
|
},
|
|
20367
20549
|
"name": "font-family",
|
|
20368
20550
|
"attributes": {},
|
|
@@ -20399,7 +20581,7 @@ module.exports = {
|
|
|
20399
20581
|
}
|
|
20400
20582
|
},
|
|
20401
20583
|
"type": "fontSize",
|
|
20402
|
-
"value": "{
|
|
20584
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
20403
20585
|
},
|
|
20404
20586
|
"name": "font-size",
|
|
20405
20587
|
"attributes": {},
|
|
@@ -20442,7 +20624,7 @@ module.exports = {
|
|
|
20442
20624
|
}
|
|
20443
20625
|
},
|
|
20444
20626
|
"type": "fontWeight",
|
|
20445
|
-
"value": "{
|
|
20627
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
20446
20628
|
},
|
|
20447
20629
|
"name": "font-weight",
|
|
20448
20630
|
"attributes": {},
|
|
@@ -20485,7 +20667,7 @@ module.exports = {
|
|
|
20485
20667
|
}
|
|
20486
20668
|
},
|
|
20487
20669
|
"type": "lineHeight",
|
|
20488
|
-
"value": "{
|
|
20670
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
20489
20671
|
},
|
|
20490
20672
|
"name": "line-height",
|
|
20491
20673
|
"attributes": {},
|
|
@@ -20620,7 +20802,7 @@ module.exports = {
|
|
|
20620
20802
|
}
|
|
20621
20803
|
},
|
|
20622
20804
|
"type": "fontFamily",
|
|
20623
|
-
"value": "{
|
|
20805
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
20624
20806
|
},
|
|
20625
20807
|
"name": "font-family",
|
|
20626
20808
|
"attributes": {},
|
|
@@ -20657,7 +20839,7 @@ module.exports = {
|
|
|
20657
20839
|
}
|
|
20658
20840
|
},
|
|
20659
20841
|
"type": "fontSize",
|
|
20660
|
-
"value": "{
|
|
20842
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
20661
20843
|
},
|
|
20662
20844
|
"name": "font-size",
|
|
20663
20845
|
"attributes": {},
|
|
@@ -20700,7 +20882,7 @@ module.exports = {
|
|
|
20700
20882
|
}
|
|
20701
20883
|
},
|
|
20702
20884
|
"type": "fontWeight",
|
|
20703
|
-
"value": "{
|
|
20885
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
20704
20886
|
},
|
|
20705
20887
|
"name": "font-weight",
|
|
20706
20888
|
"attributes": {},
|
|
@@ -20743,7 +20925,7 @@ module.exports = {
|
|
|
20743
20925
|
}
|
|
20744
20926
|
},
|
|
20745
20927
|
"type": "lineHeight",
|
|
20746
|
-
"value": "{
|
|
20928
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
20747
20929
|
},
|
|
20748
20930
|
"name": "line-height",
|
|
20749
20931
|
"attributes": {},
|
|
@@ -20855,6 +21037,7 @@ module.exports = {
|
|
|
20855
21037
|
]
|
|
20856
21038
|
}
|
|
20857
21039
|
},
|
|
21040
|
+
"html-content": {},
|
|
20858
21041
|
"iban-data": {},
|
|
20859
21042
|
"icon": {
|
|
20860
21043
|
"color": {
|
|
@@ -24194,7 +24377,7 @@ module.exports = {
|
|
|
24194
24377
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24195
24378
|
},
|
|
24196
24379
|
"type": "color",
|
|
24197
|
-
"value": "{
|
|
24380
|
+
"value": "{nl.mark.background-color}"
|
|
24198
24381
|
},
|
|
24199
24382
|
"name": "background-color",
|
|
24200
24383
|
"attributes": {},
|
|
@@ -24225,7 +24408,7 @@ module.exports = {
|
|
|
24225
24408
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24226
24409
|
},
|
|
24227
24410
|
"type": "color",
|
|
24228
|
-
"value": "{
|
|
24411
|
+
"value": "{nl.mark.color}"
|
|
24229
24412
|
},
|
|
24230
24413
|
"name": "color",
|
|
24231
24414
|
"attributes": {},
|
|
@@ -24301,6 +24484,26 @@ module.exports = {
|
|
|
24301
24484
|
]
|
|
24302
24485
|
},
|
|
24303
24486
|
"content": {
|
|
24487
|
+
"background-color": {
|
|
24488
|
+
"$extensions": {
|
|
24489
|
+
"nl.nldesignsystem.css.property": {
|
|
24490
|
+
"syntax": "<color>",
|
|
24491
|
+
"inherits": true
|
|
24492
|
+
},
|
|
24493
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24494
|
+
},
|
|
24495
|
+
"type": "color"
|
|
24496
|
+
},
|
|
24497
|
+
"color": {
|
|
24498
|
+
"$extensions": {
|
|
24499
|
+
"nl.nldesignsystem.css.property": {
|
|
24500
|
+
"syntax": "<color>",
|
|
24501
|
+
"inherits": true
|
|
24502
|
+
},
|
|
24503
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24504
|
+
},
|
|
24505
|
+
"type": "color"
|
|
24506
|
+
},
|
|
24304
24507
|
"max-inline-size": {
|
|
24305
24508
|
"$extensions": {
|
|
24306
24509
|
"nl.nldesignsystem.css.property": {
|
|
@@ -24878,7 +25081,7 @@ module.exports = {
|
|
|
24878
25081
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24879
25082
|
},
|
|
24880
25083
|
"type": "color",
|
|
24881
|
-
"value": "{
|
|
25084
|
+
"value": "{nl.number-badge.background-color}"
|
|
24882
25085
|
},
|
|
24883
25086
|
"name": "background-color",
|
|
24884
25087
|
"attributes": {},
|
|
@@ -24934,7 +25137,7 @@ module.exports = {
|
|
|
24934
25137
|
}
|
|
24935
25138
|
},
|
|
24936
25139
|
"type": "dimension",
|
|
24937
|
-
"value": "{
|
|
25140
|
+
"value": "{nl.number-badge.border-radius}"
|
|
24938
25141
|
},
|
|
24939
25142
|
"name": "border-radius",
|
|
24940
25143
|
"attributes": {},
|
|
@@ -24986,7 +25189,7 @@ module.exports = {
|
|
|
24986
25189
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24987
25190
|
},
|
|
24988
25191
|
"type": "color",
|
|
24989
|
-
"value": "{
|
|
25192
|
+
"value": "{nl.number-badge.color}"
|
|
24990
25193
|
},
|
|
24991
25194
|
"name": "color",
|
|
24992
25195
|
"attributes": {},
|
|
@@ -25043,7 +25246,7 @@ module.exports = {
|
|
|
25043
25246
|
}
|
|
25044
25247
|
},
|
|
25045
25248
|
"type": "fontSize",
|
|
25046
|
-
"value": "{
|
|
25249
|
+
"value": "{nl.number-badge.font-size}"
|
|
25047
25250
|
},
|
|
25048
25251
|
"name": "font-size",
|
|
25049
25252
|
"attributes": {},
|
|
@@ -25136,7 +25339,7 @@ module.exports = {
|
|
|
25136
25339
|
}
|
|
25137
25340
|
},
|
|
25138
25341
|
"type": "dimension",
|
|
25139
|
-
"value": "
|
|
25342
|
+
"value": "{nl.number-badge.padding-block}"
|
|
25140
25343
|
},
|
|
25141
25344
|
"name": "padding-block",
|
|
25142
25345
|
"attributes": {},
|
|
@@ -25181,7 +25384,7 @@ module.exports = {
|
|
|
25181
25384
|
}
|
|
25182
25385
|
},
|
|
25183
25386
|
"type": "dimension",
|
|
25184
|
-
"value": "
|
|
25387
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
25185
25388
|
},
|
|
25186
25389
|
"name": "padding-inline",
|
|
25187
25390
|
"attributes": {},
|
|
@@ -25564,6 +25767,90 @@ module.exports = {
|
|
|
25564
25767
|
}
|
|
25565
25768
|
}
|
|
25566
25769
|
},
|
|
25770
|
+
"page-body": {
|
|
25771
|
+
"background-color": {
|
|
25772
|
+
"$extensions": {
|
|
25773
|
+
"nl.nldesignsystem.css.property": {
|
|
25774
|
+
"syntax": "<color>",
|
|
25775
|
+
"inherits": true
|
|
25776
|
+
},
|
|
25777
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25778
|
+
},
|
|
25779
|
+
"type": "color"
|
|
25780
|
+
},
|
|
25781
|
+
"color": {
|
|
25782
|
+
"$extensions": {
|
|
25783
|
+
"nl.nldesignsystem.css.property": {
|
|
25784
|
+
"syntax": "<color>",
|
|
25785
|
+
"inherits": true
|
|
25786
|
+
},
|
|
25787
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25788
|
+
},
|
|
25789
|
+
"type": "color"
|
|
25790
|
+
},
|
|
25791
|
+
"content": {
|
|
25792
|
+
"background-color": {
|
|
25793
|
+
"$extensions": {
|
|
25794
|
+
"nl.nldesignsystem.css.property": {
|
|
25795
|
+
"syntax": "<color>",
|
|
25796
|
+
"inherits": true
|
|
25797
|
+
},
|
|
25798
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25799
|
+
},
|
|
25800
|
+
"type": "color"
|
|
25801
|
+
},
|
|
25802
|
+
"color": {
|
|
25803
|
+
"$extensions": {
|
|
25804
|
+
"nl.nldesignsystem.css.property": {
|
|
25805
|
+
"syntax": "<color>",
|
|
25806
|
+
"inherits": true
|
|
25807
|
+
},
|
|
25808
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25809
|
+
},
|
|
25810
|
+
"type": "color"
|
|
25811
|
+
},
|
|
25812
|
+
"padding-block-start": {
|
|
25813
|
+
"$extensions": {
|
|
25814
|
+
"nl.nldesignsystem.css.property": {
|
|
25815
|
+
"syntax": "<length>",
|
|
25816
|
+
"inherits": true
|
|
25817
|
+
},
|
|
25818
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25819
|
+
},
|
|
25820
|
+
"type": "spacing"
|
|
25821
|
+
},
|
|
25822
|
+
"padding-block-end": {
|
|
25823
|
+
"$extensions": {
|
|
25824
|
+
"nl.nldesignsystem.css.property": {
|
|
25825
|
+
"syntax": "<length>",
|
|
25826
|
+
"inherits": true
|
|
25827
|
+
},
|
|
25828
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25829
|
+
},
|
|
25830
|
+
"type": "spacing"
|
|
25831
|
+
},
|
|
25832
|
+
"padding-inline-start": {
|
|
25833
|
+
"$extensions": {
|
|
25834
|
+
"nl.nldesignsystem.css.property": {
|
|
25835
|
+
"syntax": "<length>",
|
|
25836
|
+
"inherits": true
|
|
25837
|
+
},
|
|
25838
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25839
|
+
},
|
|
25840
|
+
"type": "spacing"
|
|
25841
|
+
},
|
|
25842
|
+
"padding-inine-end": {
|
|
25843
|
+
"$extensions": {
|
|
25844
|
+
"nl.nldesignsystem.css.property": {
|
|
25845
|
+
"syntax": "<length>",
|
|
25846
|
+
"inherits": true
|
|
25847
|
+
},
|
|
25848
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25849
|
+
},
|
|
25850
|
+
"type": "spacing"
|
|
25851
|
+
}
|
|
25852
|
+
}
|
|
25853
|
+
},
|
|
25567
25854
|
"page-content": {
|
|
25568
25855
|
"padding-block-start": {
|
|
25569
25856
|
"$extensions": {
|
|
@@ -25901,6 +26188,68 @@ module.exports = {
|
|
|
25901
26188
|
"page-footer",
|
|
25902
26189
|
"padding-block-start"
|
|
25903
26190
|
]
|
|
26191
|
+
},
|
|
26192
|
+
"content": {
|
|
26193
|
+
"color": {
|
|
26194
|
+
"$extensions": {
|
|
26195
|
+
"nl.nldesignsystem.css.property": {
|
|
26196
|
+
"syntax": "<color>",
|
|
26197
|
+
"inherits": true
|
|
26198
|
+
},
|
|
26199
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26200
|
+
},
|
|
26201
|
+
"type": "color"
|
|
26202
|
+
},
|
|
26203
|
+
"background-color": {
|
|
26204
|
+
"$extensions": {
|
|
26205
|
+
"nl.nldesignsystem.css.property": {
|
|
26206
|
+
"syntax": "<color>",
|
|
26207
|
+
"inherits": true
|
|
26208
|
+
},
|
|
26209
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26210
|
+
},
|
|
26211
|
+
"type": "color"
|
|
26212
|
+
},
|
|
26213
|
+
"padding-inline-end": {
|
|
26214
|
+
"$extensions": {
|
|
26215
|
+
"nl.nldesignsystem.css.property": {
|
|
26216
|
+
"syntax": "<length>",
|
|
26217
|
+
"inherits": true
|
|
26218
|
+
},
|
|
26219
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26220
|
+
},
|
|
26221
|
+
"type": "spacing"
|
|
26222
|
+
},
|
|
26223
|
+
"padding-inline-start": {
|
|
26224
|
+
"$extensions": {
|
|
26225
|
+
"nl.nldesignsystem.css.property": {
|
|
26226
|
+
"syntax": "<length>",
|
|
26227
|
+
"inherits": true
|
|
26228
|
+
},
|
|
26229
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26230
|
+
},
|
|
26231
|
+
"type": "spacing"
|
|
26232
|
+
},
|
|
26233
|
+
"padding-block-end": {
|
|
26234
|
+
"$extensions": {
|
|
26235
|
+
"nl.nldesignsystem.css.property": {
|
|
26236
|
+
"syntax": "<length>",
|
|
26237
|
+
"inherits": true
|
|
26238
|
+
},
|
|
26239
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26240
|
+
},
|
|
26241
|
+
"type": "spacing"
|
|
26242
|
+
},
|
|
26243
|
+
"padding-block-start": {
|
|
26244
|
+
"$extensions": {
|
|
26245
|
+
"nl.nldesignsystem.css.property": {
|
|
26246
|
+
"syntax": "<length>",
|
|
26247
|
+
"inherits": true
|
|
26248
|
+
},
|
|
26249
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26250
|
+
},
|
|
26251
|
+
"type": "spacing"
|
|
26252
|
+
}
|
|
25904
26253
|
}
|
|
25905
26254
|
},
|
|
25906
26255
|
"page-header": {
|
|
@@ -25914,6 +26263,16 @@ module.exports = {
|
|
|
25914
26263
|
},
|
|
25915
26264
|
"type": "color"
|
|
25916
26265
|
},
|
|
26266
|
+
"border-block-end-color": {
|
|
26267
|
+
"$extensions": {
|
|
26268
|
+
"nl.nldesignsystem.css.property": {
|
|
26269
|
+
"syntax": "<color>",
|
|
26270
|
+
"inherits": true
|
|
26271
|
+
},
|
|
26272
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26273
|
+
},
|
|
26274
|
+
"type": "color"
|
|
26275
|
+
},
|
|
25917
26276
|
"color": {
|
|
25918
26277
|
"$extensions": {
|
|
25919
26278
|
"nl.nldesignsystem.css.property": {
|
|
@@ -26071,8 +26430,71 @@ module.exports = {
|
|
|
26071
26430
|
"page-header",
|
|
26072
26431
|
"padding-inline-end"
|
|
26073
26432
|
]
|
|
26433
|
+
},
|
|
26434
|
+
"content": {
|
|
26435
|
+
"background-color": {
|
|
26436
|
+
"$extensions": {
|
|
26437
|
+
"nl.nldesignsystem.css.property": {
|
|
26438
|
+
"syntax": "<color>",
|
|
26439
|
+
"inherits": true
|
|
26440
|
+
},
|
|
26441
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26442
|
+
},
|
|
26443
|
+
"type": "color"
|
|
26444
|
+
},
|
|
26445
|
+
"color": {
|
|
26446
|
+
"$extensions": {
|
|
26447
|
+
"nl.nldesignsystem.css.property": {
|
|
26448
|
+
"syntax": "<color>",
|
|
26449
|
+
"inherits": true
|
|
26450
|
+
},
|
|
26451
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26452
|
+
},
|
|
26453
|
+
"type": "color"
|
|
26454
|
+
},
|
|
26455
|
+
"padding-block-start": {
|
|
26456
|
+
"$extensions": {
|
|
26457
|
+
"nl.nldesignsystem.css.property": {
|
|
26458
|
+
"syntax": "<length>",
|
|
26459
|
+
"inherits": true
|
|
26460
|
+
},
|
|
26461
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26462
|
+
},
|
|
26463
|
+
"type": "spacing"
|
|
26464
|
+
},
|
|
26465
|
+
"padding-block-end": {
|
|
26466
|
+
"$extensions": {
|
|
26467
|
+
"nl.nldesignsystem.css.property": {
|
|
26468
|
+
"syntax": "<length>",
|
|
26469
|
+
"inherits": true
|
|
26470
|
+
},
|
|
26471
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26472
|
+
},
|
|
26473
|
+
"type": "spacing"
|
|
26474
|
+
},
|
|
26475
|
+
"padding-inline-start": {
|
|
26476
|
+
"$extensions": {
|
|
26477
|
+
"nl.nldesignsystem.css.property": {
|
|
26478
|
+
"syntax": "<length>",
|
|
26479
|
+
"inherits": true
|
|
26480
|
+
},
|
|
26481
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26482
|
+
},
|
|
26483
|
+
"type": "spacing"
|
|
26484
|
+
},
|
|
26485
|
+
"padding-inline-end": {
|
|
26486
|
+
"$extensions": {
|
|
26487
|
+
"nl.nldesignsystem.css.property": {
|
|
26488
|
+
"syntax": "<length>",
|
|
26489
|
+
"inherits": true
|
|
26490
|
+
},
|
|
26491
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26492
|
+
},
|
|
26493
|
+
"type": "spacing"
|
|
26494
|
+
}
|
|
26074
26495
|
}
|
|
26075
26496
|
},
|
|
26497
|
+
"page-layout": {},
|
|
26076
26498
|
"page": {
|
|
26077
26499
|
"background-color": {
|
|
26078
26500
|
"$extensions": {
|
|
@@ -27747,7 +28169,7 @@ module.exports = {
|
|
|
27747
28169
|
}
|
|
27748
28170
|
},
|
|
27749
28171
|
"type": "fontFamily",
|
|
27750
|
-
"value": "{
|
|
28172
|
+
"value": "{nl.paragraph.font-family}"
|
|
27751
28173
|
},
|
|
27752
28174
|
"name": "font-family",
|
|
27753
28175
|
"attributes": {},
|
|
@@ -27790,7 +28212,7 @@ module.exports = {
|
|
|
27790
28212
|
}
|
|
27791
28213
|
},
|
|
27792
28214
|
"type": "fontSize",
|
|
27793
|
-
"value": "{
|
|
28215
|
+
"value": "{nl.paragraph.font-size}"
|
|
27794
28216
|
},
|
|
27795
28217
|
"name": "font-size",
|
|
27796
28218
|
"attributes": {},
|
|
@@ -27827,7 +28249,7 @@ module.exports = {
|
|
|
27827
28249
|
}
|
|
27828
28250
|
},
|
|
27829
28251
|
"type": "fontWeight",
|
|
27830
|
-
"value": "{
|
|
28252
|
+
"value": "{nl.paragraph.font-weight}"
|
|
27831
28253
|
},
|
|
27832
28254
|
"name": "font-weight",
|
|
27833
28255
|
"attributes": {},
|
|
@@ -27876,7 +28298,7 @@ module.exports = {
|
|
|
27876
28298
|
}
|
|
27877
28299
|
},
|
|
27878
28300
|
"type": "lineHeight",
|
|
27879
|
-
"value": "{
|
|
28301
|
+
"value": "{nl.paragraph.line-height}"
|
|
27880
28302
|
},
|
|
27881
28303
|
"name": "line-height",
|
|
27882
28304
|
"attributes": {},
|
|
@@ -27973,33 +28395,7 @@ module.exports = {
|
|
|
27973
28395
|
],
|
|
27974
28396
|
"nl.nldesignsystem.figma.supports-token": true
|
|
27975
28397
|
},
|
|
27976
|
-
"type": "color"
|
|
27977
|
-
"value": "hsl(0 0% 0%)",
|
|
27978
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
27979
|
-
"isSource": true,
|
|
27980
|
-
"original": {
|
|
27981
|
-
"$extensions": {
|
|
27982
|
-
"nl.nldesignsystem.css.property": {
|
|
27983
|
-
"syntax": "<color>",
|
|
27984
|
-
"inherits": true
|
|
27985
|
-
},
|
|
27986
|
-
"nl.nldesignsystem.fallback": [
|
|
27987
|
-
"utrecht.paragraph.color",
|
|
27988
|
-
"utrecht.document.color"
|
|
27989
|
-
],
|
|
27990
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
27991
|
-
},
|
|
27992
|
-
"type": "color",
|
|
27993
|
-
"value": "{utrecht.document.color}"
|
|
27994
|
-
},
|
|
27995
|
-
"name": "color",
|
|
27996
|
-
"attributes": {},
|
|
27997
|
-
"path": [
|
|
27998
|
-
"utrecht",
|
|
27999
|
-
"paragraph",
|
|
28000
|
-
"lead",
|
|
28001
|
-
"color"
|
|
28002
|
-
]
|
|
28398
|
+
"type": "color"
|
|
28003
28399
|
},
|
|
28004
28400
|
"font-size": {
|
|
28005
28401
|
"$extensions": {
|
|
@@ -28036,7 +28432,7 @@ module.exports = {
|
|
|
28036
28432
|
}
|
|
28037
28433
|
},
|
|
28038
28434
|
"type": "fontSize",
|
|
28039
|
-
"value": "{
|
|
28435
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
28040
28436
|
},
|
|
28041
28437
|
"name": "font-size",
|
|
28042
28438
|
"attributes": {},
|
|
@@ -28082,7 +28478,7 @@ module.exports = {
|
|
|
28082
28478
|
}
|
|
28083
28479
|
},
|
|
28084
28480
|
"type": "fontWeight",
|
|
28085
|
-
"value": "{
|
|
28481
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
28086
28482
|
},
|
|
28087
28483
|
"name": "font-weight",
|
|
28088
28484
|
"attributes": {},
|
|
@@ -28134,7 +28530,7 @@ module.exports = {
|
|
|
28134
28530
|
}
|
|
28135
28531
|
},
|
|
28136
28532
|
"type": "lineHeight",
|
|
28137
|
-
"value": "{
|
|
28533
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
28138
28534
|
},
|
|
28139
28535
|
"name": "line-height",
|
|
28140
28536
|
"attributes": {},
|
|
@@ -29663,6 +30059,38 @@ module.exports = {
|
|
|
29663
30059
|
}
|
|
29664
30060
|
}
|
|
29665
30061
|
},
|
|
30062
|
+
"root": {
|
|
30063
|
+
"background-color": {
|
|
30064
|
+
"$extensions": {
|
|
30065
|
+
"nl.nldesignsystem.css.property": {
|
|
30066
|
+
"syntax": "<color>",
|
|
30067
|
+
"inherits": true
|
|
30068
|
+
},
|
|
30069
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30070
|
+
},
|
|
30071
|
+
"type": "color"
|
|
30072
|
+
},
|
|
30073
|
+
"color": {
|
|
30074
|
+
"$extensions": {
|
|
30075
|
+
"nl.nldesignsystem.css.property": {
|
|
30076
|
+
"syntax": "<color>",
|
|
30077
|
+
"inherits": true
|
|
30078
|
+
},
|
|
30079
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30080
|
+
},
|
|
30081
|
+
"type": "color"
|
|
30082
|
+
},
|
|
30083
|
+
"font-family": {
|
|
30084
|
+
"$extensions": {
|
|
30085
|
+
"nl.nldesignsystem.css.property": {
|
|
30086
|
+
"syntax": "*",
|
|
30087
|
+
"inherits": true
|
|
30088
|
+
},
|
|
30089
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30090
|
+
},
|
|
30091
|
+
"type": "fontFamilies"
|
|
30092
|
+
}
|
|
30093
|
+
},
|
|
29666
30094
|
"search-bar": {
|
|
29667
30095
|
"button": {
|
|
29668
30096
|
"background-color": {
|
|
@@ -31383,7 +31811,7 @@ module.exports = {
|
|
|
31383
31811
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31384
31812
|
},
|
|
31385
31813
|
"type": "color",
|
|
31386
|
-
"value": "{
|
|
31814
|
+
"value": "{nl.skip-link.background-color}"
|
|
31387
31815
|
},
|
|
31388
31816
|
"name": "background-color",
|
|
31389
31817
|
"attributes": {},
|
|
@@ -31414,7 +31842,7 @@ module.exports = {
|
|
|
31414
31842
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31415
31843
|
},
|
|
31416
31844
|
"type": "color",
|
|
31417
|
-
"value": "{
|
|
31845
|
+
"value": "{nl.skip-link.color}"
|
|
31418
31846
|
},
|
|
31419
31847
|
"name": "color",
|
|
31420
31848
|
"attributes": {},
|
|
@@ -31471,7 +31899,7 @@ module.exports = {
|
|
|
31471
31899
|
}
|
|
31472
31900
|
},
|
|
31473
31901
|
"type": "dimension",
|
|
31474
|
-
"value": "{
|
|
31902
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31475
31903
|
},
|
|
31476
31904
|
"name": "padding-block-start",
|
|
31477
31905
|
"attributes": {},
|
|
@@ -31508,7 +31936,7 @@ module.exports = {
|
|
|
31508
31936
|
}
|
|
31509
31937
|
},
|
|
31510
31938
|
"type": "dimension",
|
|
31511
|
-
"value": "{
|
|
31939
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31512
31940
|
},
|
|
31513
31941
|
"name": "padding-block-end",
|
|
31514
31942
|
"attributes": {},
|
|
@@ -31545,7 +31973,7 @@ module.exports = {
|
|
|
31545
31973
|
}
|
|
31546
31974
|
},
|
|
31547
31975
|
"type": "dimension",
|
|
31548
|
-
"value": "{
|
|
31976
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31549
31977
|
},
|
|
31550
31978
|
"name": "padding-inline-start",
|
|
31551
31979
|
"attributes": {},
|
|
@@ -31582,7 +32010,7 @@ module.exports = {
|
|
|
31582
32010
|
}
|
|
31583
32011
|
},
|
|
31584
32012
|
"type": "dimension",
|
|
31585
|
-
"value": "{
|
|
32013
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31586
32014
|
},
|
|
31587
32015
|
"name": "padding-inline-end",
|
|
31588
32016
|
"attributes": {},
|
|
@@ -31621,7 +32049,7 @@ module.exports = {
|
|
|
31621
32049
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31622
32050
|
},
|
|
31623
32051
|
"type": "textDecoration",
|
|
31624
|
-
"value": "{
|
|
32052
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
31625
32053
|
},
|
|
31626
32054
|
"name": "text-decoration",
|
|
31627
32055
|
"attributes": {},
|
|
@@ -31670,7 +32098,7 @@ module.exports = {
|
|
|
31670
32098
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
31671
32099
|
},
|
|
31672
32100
|
"type": "color",
|
|
31673
|
-
"value": "{
|
|
32101
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
31674
32102
|
},
|
|
31675
32103
|
"name": "background-color",
|
|
31676
32104
|
"attributes": {},
|
|
@@ -31706,7 +32134,7 @@ module.exports = {
|
|
|
31706
32134
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
31707
32135
|
},
|
|
31708
32136
|
"type": "color",
|
|
31709
|
-
"value": "{
|
|
32137
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
31710
32138
|
},
|
|
31711
32139
|
"name": "color",
|
|
31712
32140
|
"attributes": {},
|
|
@@ -31784,7 +32212,7 @@ module.exports = {
|
|
|
31784
32212
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31785
32213
|
},
|
|
31786
32214
|
"type": "textDecoration",
|
|
31787
|
-
"value": "{
|
|
32215
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
31788
32216
|
},
|
|
31789
32217
|
"name": "text-decoration",
|
|
31790
32218
|
"attributes": {},
|
|
@@ -38605,6 +39033,1003 @@ module.exports = {
|
|
|
38605
39033
|
}
|
|
38606
39034
|
}
|
|
38607
39035
|
},
|
|
39036
|
+
"nl": {
|
|
39037
|
+
"code-block": {
|
|
39038
|
+
"background-color": {
|
|
39039
|
+
"value": "hsl(0 0% 95%)",
|
|
39040
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39041
|
+
"isSource": true,
|
|
39042
|
+
"original": {
|
|
39043
|
+
"value": "{utrecht.color.grey.95}"
|
|
39044
|
+
},
|
|
39045
|
+
"name": "background-color",
|
|
39046
|
+
"attributes": {},
|
|
39047
|
+
"path": [
|
|
39048
|
+
"nl",
|
|
39049
|
+
"code-block",
|
|
39050
|
+
"background-color"
|
|
39051
|
+
]
|
|
39052
|
+
},
|
|
39053
|
+
"color": {
|
|
39054
|
+
"value": "hsl(0 0% 0%)",
|
|
39055
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39056
|
+
"isSource": true,
|
|
39057
|
+
"original": {
|
|
39058
|
+
"value": "{utrecht.color.black}"
|
|
39059
|
+
},
|
|
39060
|
+
"name": "color",
|
|
39061
|
+
"attributes": {},
|
|
39062
|
+
"path": [
|
|
39063
|
+
"nl",
|
|
39064
|
+
"code-block",
|
|
39065
|
+
"color"
|
|
39066
|
+
]
|
|
39067
|
+
},
|
|
39068
|
+
"font-family": {
|
|
39069
|
+
"value": "\"Monaco\"",
|
|
39070
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39071
|
+
"isSource": true,
|
|
39072
|
+
"original": {
|
|
39073
|
+
"value": "\"Monaco\""
|
|
39074
|
+
},
|
|
39075
|
+
"name": "font-family",
|
|
39076
|
+
"attributes": {},
|
|
39077
|
+
"path": [
|
|
39078
|
+
"nl",
|
|
39079
|
+
"code-block",
|
|
39080
|
+
"font-family"
|
|
39081
|
+
]
|
|
39082
|
+
},
|
|
39083
|
+
"font-size": {
|
|
39084
|
+
"value": "1rem",
|
|
39085
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39086
|
+
"isSource": true,
|
|
39087
|
+
"original": {
|
|
39088
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39089
|
+
},
|
|
39090
|
+
"name": "font-size",
|
|
39091
|
+
"attributes": {},
|
|
39092
|
+
"path": [
|
|
39093
|
+
"nl",
|
|
39094
|
+
"code-block",
|
|
39095
|
+
"font-size"
|
|
39096
|
+
]
|
|
39097
|
+
},
|
|
39098
|
+
"line-height": {
|
|
39099
|
+
"value": "1.5",
|
|
39100
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39101
|
+
"isSource": true,
|
|
39102
|
+
"original": {
|
|
39103
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39104
|
+
},
|
|
39105
|
+
"name": "line-height",
|
|
39106
|
+
"attributes": {},
|
|
39107
|
+
"path": [
|
|
39108
|
+
"nl",
|
|
39109
|
+
"code-block",
|
|
39110
|
+
"line-height"
|
|
39111
|
+
]
|
|
39112
|
+
},
|
|
39113
|
+
"padding-block": {
|
|
39114
|
+
"value": "20px",
|
|
39115
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39116
|
+
"isSource": true,
|
|
39117
|
+
"original": {
|
|
39118
|
+
"value": "20px"
|
|
39119
|
+
},
|
|
39120
|
+
"name": "padding-block",
|
|
39121
|
+
"attributes": {},
|
|
39122
|
+
"path": [
|
|
39123
|
+
"nl",
|
|
39124
|
+
"code-block",
|
|
39125
|
+
"padding-block"
|
|
39126
|
+
]
|
|
39127
|
+
},
|
|
39128
|
+
"padding-inline": {
|
|
39129
|
+
"value": "20px",
|
|
39130
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
39131
|
+
"isSource": true,
|
|
39132
|
+
"original": {
|
|
39133
|
+
"value": "20px"
|
|
39134
|
+
},
|
|
39135
|
+
"name": "padding-inline",
|
|
39136
|
+
"attributes": {},
|
|
39137
|
+
"path": [
|
|
39138
|
+
"nl",
|
|
39139
|
+
"code-block",
|
|
39140
|
+
"padding-inline"
|
|
39141
|
+
]
|
|
39142
|
+
}
|
|
39143
|
+
},
|
|
39144
|
+
"code": {
|
|
39145
|
+
"background-color": {},
|
|
39146
|
+
"color": {},
|
|
39147
|
+
"font-family": {},
|
|
39148
|
+
"font-size": {},
|
|
39149
|
+
"line-height": {}
|
|
39150
|
+
},
|
|
39151
|
+
"data-badge": {
|
|
39152
|
+
"background-color": {
|
|
39153
|
+
"value": "hsl(0 0% 30%)",
|
|
39154
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39155
|
+
"isSource": true,
|
|
39156
|
+
"original": {
|
|
39157
|
+
"value": "{utrecht.color.grey.30}"
|
|
39158
|
+
},
|
|
39159
|
+
"name": "background-color",
|
|
39160
|
+
"attributes": {},
|
|
39161
|
+
"path": [
|
|
39162
|
+
"nl",
|
|
39163
|
+
"data-badge",
|
|
39164
|
+
"background-color"
|
|
39165
|
+
]
|
|
39166
|
+
},
|
|
39167
|
+
"border-radius": {
|
|
39168
|
+
"value": "0",
|
|
39169
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39170
|
+
"isSource": true,
|
|
39171
|
+
"original": {
|
|
39172
|
+
"value": "0"
|
|
39173
|
+
},
|
|
39174
|
+
"name": "border-radius",
|
|
39175
|
+
"attributes": {},
|
|
39176
|
+
"path": [
|
|
39177
|
+
"nl",
|
|
39178
|
+
"data-badge",
|
|
39179
|
+
"border-radius"
|
|
39180
|
+
]
|
|
39181
|
+
},
|
|
39182
|
+
"color": {
|
|
39183
|
+
"value": "hsl(0 0% 100%)",
|
|
39184
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39185
|
+
"isSource": true,
|
|
39186
|
+
"original": {
|
|
39187
|
+
"value": "{utrecht.color.white}"
|
|
39188
|
+
},
|
|
39189
|
+
"name": "color",
|
|
39190
|
+
"attributes": {},
|
|
39191
|
+
"path": [
|
|
39192
|
+
"nl",
|
|
39193
|
+
"data-badge",
|
|
39194
|
+
"color"
|
|
39195
|
+
]
|
|
39196
|
+
},
|
|
39197
|
+
"font-weight": {},
|
|
39198
|
+
"padding-block": {
|
|
39199
|
+
"value": "8px",
|
|
39200
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39201
|
+
"isSource": true,
|
|
39202
|
+
"original": {
|
|
39203
|
+
"value": "{utrecht.space.block.xs}"
|
|
39204
|
+
},
|
|
39205
|
+
"name": "padding-block",
|
|
39206
|
+
"attributes": {},
|
|
39207
|
+
"path": [
|
|
39208
|
+
"nl",
|
|
39209
|
+
"data-badge",
|
|
39210
|
+
"padding-block"
|
|
39211
|
+
]
|
|
39212
|
+
},
|
|
39213
|
+
"padding-inline": {
|
|
39214
|
+
"value": "12px",
|
|
39215
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
39216
|
+
"isSource": true,
|
|
39217
|
+
"original": {
|
|
39218
|
+
"value": "{utrecht.space.inline.sm}"
|
|
39219
|
+
},
|
|
39220
|
+
"name": "padding-inline",
|
|
39221
|
+
"attributes": {},
|
|
39222
|
+
"path": [
|
|
39223
|
+
"nl",
|
|
39224
|
+
"data-badge",
|
|
39225
|
+
"padding-inline"
|
|
39226
|
+
]
|
|
39227
|
+
}
|
|
39228
|
+
},
|
|
39229
|
+
"heading": {
|
|
39230
|
+
"level-1": {
|
|
39231
|
+
"color": {},
|
|
39232
|
+
"font-family": {
|
|
39233
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39234
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39235
|
+
"isSource": true,
|
|
39236
|
+
"original": {
|
|
39237
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39238
|
+
},
|
|
39239
|
+
"name": "font-family",
|
|
39240
|
+
"attributes": {},
|
|
39241
|
+
"path": [
|
|
39242
|
+
"nl",
|
|
39243
|
+
"heading",
|
|
39244
|
+
"level-1",
|
|
39245
|
+
"font-family"
|
|
39246
|
+
]
|
|
39247
|
+
},
|
|
39248
|
+
"font-size": {
|
|
39249
|
+
"value": "2rem",
|
|
39250
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39251
|
+
"isSource": true,
|
|
39252
|
+
"original": {
|
|
39253
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
39254
|
+
},
|
|
39255
|
+
"name": "font-size",
|
|
39256
|
+
"attributes": {},
|
|
39257
|
+
"path": [
|
|
39258
|
+
"nl",
|
|
39259
|
+
"heading",
|
|
39260
|
+
"level-1",
|
|
39261
|
+
"font-size"
|
|
39262
|
+
]
|
|
39263
|
+
},
|
|
39264
|
+
"font-weight": {
|
|
39265
|
+
"value": "700",
|
|
39266
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39267
|
+
"isSource": true,
|
|
39268
|
+
"original": {
|
|
39269
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
39270
|
+
},
|
|
39271
|
+
"name": "font-weight",
|
|
39272
|
+
"attributes": {},
|
|
39273
|
+
"path": [
|
|
39274
|
+
"nl",
|
|
39275
|
+
"heading",
|
|
39276
|
+
"level-1",
|
|
39277
|
+
"font-weight"
|
|
39278
|
+
]
|
|
39279
|
+
},
|
|
39280
|
+
"line-height": {
|
|
39281
|
+
"value": "1.25",
|
|
39282
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39283
|
+
"isSource": true,
|
|
39284
|
+
"original": {
|
|
39285
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39286
|
+
},
|
|
39287
|
+
"name": "line-height",
|
|
39288
|
+
"attributes": {},
|
|
39289
|
+
"path": [
|
|
39290
|
+
"nl",
|
|
39291
|
+
"heading",
|
|
39292
|
+
"level-1",
|
|
39293
|
+
"line-height"
|
|
39294
|
+
]
|
|
39295
|
+
}
|
|
39296
|
+
},
|
|
39297
|
+
"level-2": {
|
|
39298
|
+
"color": {},
|
|
39299
|
+
"font-family": {
|
|
39300
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39301
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39302
|
+
"isSource": true,
|
|
39303
|
+
"original": {
|
|
39304
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39305
|
+
},
|
|
39306
|
+
"name": "font-family",
|
|
39307
|
+
"attributes": {},
|
|
39308
|
+
"path": [
|
|
39309
|
+
"nl",
|
|
39310
|
+
"heading",
|
|
39311
|
+
"level-2",
|
|
39312
|
+
"font-family"
|
|
39313
|
+
]
|
|
39314
|
+
},
|
|
39315
|
+
"font-size": {
|
|
39316
|
+
"value": "1.25rem",
|
|
39317
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39318
|
+
"isSource": true,
|
|
39319
|
+
"original": {
|
|
39320
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39321
|
+
},
|
|
39322
|
+
"name": "font-size",
|
|
39323
|
+
"attributes": {},
|
|
39324
|
+
"path": [
|
|
39325
|
+
"nl",
|
|
39326
|
+
"heading",
|
|
39327
|
+
"level-2",
|
|
39328
|
+
"font-size"
|
|
39329
|
+
]
|
|
39330
|
+
},
|
|
39331
|
+
"font-weight": {
|
|
39332
|
+
"value": "700",
|
|
39333
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39334
|
+
"isSource": true,
|
|
39335
|
+
"original": {
|
|
39336
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
39337
|
+
},
|
|
39338
|
+
"name": "font-weight",
|
|
39339
|
+
"attributes": {},
|
|
39340
|
+
"path": [
|
|
39341
|
+
"nl",
|
|
39342
|
+
"heading",
|
|
39343
|
+
"level-2",
|
|
39344
|
+
"font-weight"
|
|
39345
|
+
]
|
|
39346
|
+
},
|
|
39347
|
+
"line-height": {
|
|
39348
|
+
"value": "1.25",
|
|
39349
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39350
|
+
"isSource": true,
|
|
39351
|
+
"original": {
|
|
39352
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39353
|
+
},
|
|
39354
|
+
"name": "line-height",
|
|
39355
|
+
"attributes": {},
|
|
39356
|
+
"path": [
|
|
39357
|
+
"nl",
|
|
39358
|
+
"heading",
|
|
39359
|
+
"level-2",
|
|
39360
|
+
"line-height"
|
|
39361
|
+
]
|
|
39362
|
+
}
|
|
39363
|
+
},
|
|
39364
|
+
"level-3": {
|
|
39365
|
+
"color": {},
|
|
39366
|
+
"font-family": {
|
|
39367
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39368
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39369
|
+
"isSource": true,
|
|
39370
|
+
"original": {
|
|
39371
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39372
|
+
},
|
|
39373
|
+
"name": "font-family",
|
|
39374
|
+
"attributes": {},
|
|
39375
|
+
"path": [
|
|
39376
|
+
"nl",
|
|
39377
|
+
"heading",
|
|
39378
|
+
"level-3",
|
|
39379
|
+
"font-family"
|
|
39380
|
+
]
|
|
39381
|
+
},
|
|
39382
|
+
"font-size": {
|
|
39383
|
+
"value": "1.25rem",
|
|
39384
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39385
|
+
"isSource": true,
|
|
39386
|
+
"original": {
|
|
39387
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39388
|
+
},
|
|
39389
|
+
"name": "font-size",
|
|
39390
|
+
"attributes": {},
|
|
39391
|
+
"path": [
|
|
39392
|
+
"nl",
|
|
39393
|
+
"heading",
|
|
39394
|
+
"level-3",
|
|
39395
|
+
"font-size"
|
|
39396
|
+
]
|
|
39397
|
+
},
|
|
39398
|
+
"font-weight": {
|
|
39399
|
+
"value": "400",
|
|
39400
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39401
|
+
"isSource": true,
|
|
39402
|
+
"original": {
|
|
39403
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39404
|
+
},
|
|
39405
|
+
"name": "font-weight",
|
|
39406
|
+
"attributes": {},
|
|
39407
|
+
"path": [
|
|
39408
|
+
"nl",
|
|
39409
|
+
"heading",
|
|
39410
|
+
"level-3",
|
|
39411
|
+
"font-weight"
|
|
39412
|
+
]
|
|
39413
|
+
},
|
|
39414
|
+
"line-height": {
|
|
39415
|
+
"value": "1.25",
|
|
39416
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39417
|
+
"isSource": true,
|
|
39418
|
+
"original": {
|
|
39419
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
39420
|
+
},
|
|
39421
|
+
"name": "line-height",
|
|
39422
|
+
"attributes": {},
|
|
39423
|
+
"path": [
|
|
39424
|
+
"nl",
|
|
39425
|
+
"heading",
|
|
39426
|
+
"level-3",
|
|
39427
|
+
"line-height"
|
|
39428
|
+
]
|
|
39429
|
+
}
|
|
39430
|
+
},
|
|
39431
|
+
"level-4": {
|
|
39432
|
+
"color": {},
|
|
39433
|
+
"font-family": {
|
|
39434
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39435
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39436
|
+
"isSource": true,
|
|
39437
|
+
"original": {
|
|
39438
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39439
|
+
},
|
|
39440
|
+
"name": "font-family",
|
|
39441
|
+
"attributes": {},
|
|
39442
|
+
"path": [
|
|
39443
|
+
"nl",
|
|
39444
|
+
"heading",
|
|
39445
|
+
"level-4",
|
|
39446
|
+
"font-family"
|
|
39447
|
+
]
|
|
39448
|
+
},
|
|
39449
|
+
"font-size": {
|
|
39450
|
+
"value": "1.125rem",
|
|
39451
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39452
|
+
"isSource": true,
|
|
39453
|
+
"original": {
|
|
39454
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
39455
|
+
},
|
|
39456
|
+
"name": "font-size",
|
|
39457
|
+
"attributes": {},
|
|
39458
|
+
"path": [
|
|
39459
|
+
"nl",
|
|
39460
|
+
"heading",
|
|
39461
|
+
"level-4",
|
|
39462
|
+
"font-size"
|
|
39463
|
+
]
|
|
39464
|
+
},
|
|
39465
|
+
"font-weight": {
|
|
39466
|
+
"value": "400",
|
|
39467
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39468
|
+
"isSource": true,
|
|
39469
|
+
"original": {
|
|
39470
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39471
|
+
},
|
|
39472
|
+
"name": "font-weight",
|
|
39473
|
+
"attributes": {},
|
|
39474
|
+
"path": [
|
|
39475
|
+
"nl",
|
|
39476
|
+
"heading",
|
|
39477
|
+
"level-4",
|
|
39478
|
+
"font-weight"
|
|
39479
|
+
]
|
|
39480
|
+
},
|
|
39481
|
+
"line-height": {
|
|
39482
|
+
"value": "1.5",
|
|
39483
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39484
|
+
"isSource": true,
|
|
39485
|
+
"original": {
|
|
39486
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39487
|
+
},
|
|
39488
|
+
"name": "line-height",
|
|
39489
|
+
"attributes": {},
|
|
39490
|
+
"path": [
|
|
39491
|
+
"nl",
|
|
39492
|
+
"heading",
|
|
39493
|
+
"level-4",
|
|
39494
|
+
"line-height"
|
|
39495
|
+
]
|
|
39496
|
+
}
|
|
39497
|
+
},
|
|
39498
|
+
"level-5": {
|
|
39499
|
+
"color": {},
|
|
39500
|
+
"font-family": {
|
|
39501
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39502
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39503
|
+
"isSource": true,
|
|
39504
|
+
"original": {
|
|
39505
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39506
|
+
},
|
|
39507
|
+
"name": "font-family",
|
|
39508
|
+
"attributes": {},
|
|
39509
|
+
"path": [
|
|
39510
|
+
"nl",
|
|
39511
|
+
"heading",
|
|
39512
|
+
"level-5",
|
|
39513
|
+
"font-family"
|
|
39514
|
+
]
|
|
39515
|
+
},
|
|
39516
|
+
"font-size": {
|
|
39517
|
+
"value": "0.875rem",
|
|
39518
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39519
|
+
"isSource": true,
|
|
39520
|
+
"original": {
|
|
39521
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39522
|
+
},
|
|
39523
|
+
"name": "font-size",
|
|
39524
|
+
"attributes": {},
|
|
39525
|
+
"path": [
|
|
39526
|
+
"nl",
|
|
39527
|
+
"heading",
|
|
39528
|
+
"level-5",
|
|
39529
|
+
"font-size"
|
|
39530
|
+
]
|
|
39531
|
+
},
|
|
39532
|
+
"font-weight": {
|
|
39533
|
+
"value": "400",
|
|
39534
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39535
|
+
"isSource": true,
|
|
39536
|
+
"original": {
|
|
39537
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39538
|
+
},
|
|
39539
|
+
"name": "font-weight",
|
|
39540
|
+
"attributes": {},
|
|
39541
|
+
"path": [
|
|
39542
|
+
"nl",
|
|
39543
|
+
"heading",
|
|
39544
|
+
"level-5",
|
|
39545
|
+
"font-weight"
|
|
39546
|
+
]
|
|
39547
|
+
},
|
|
39548
|
+
"line-height": {
|
|
39549
|
+
"value": "1.5",
|
|
39550
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39551
|
+
"isSource": true,
|
|
39552
|
+
"original": {
|
|
39553
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39554
|
+
},
|
|
39555
|
+
"name": "line-height",
|
|
39556
|
+
"attributes": {},
|
|
39557
|
+
"path": [
|
|
39558
|
+
"nl",
|
|
39559
|
+
"heading",
|
|
39560
|
+
"level-5",
|
|
39561
|
+
"line-height"
|
|
39562
|
+
]
|
|
39563
|
+
}
|
|
39564
|
+
},
|
|
39565
|
+
"level-6": {
|
|
39566
|
+
"color": {},
|
|
39567
|
+
"font-family": {
|
|
39568
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39569
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39570
|
+
"isSource": true,
|
|
39571
|
+
"original": {
|
|
39572
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39573
|
+
},
|
|
39574
|
+
"name": "font-family",
|
|
39575
|
+
"attributes": {},
|
|
39576
|
+
"path": [
|
|
39577
|
+
"nl",
|
|
39578
|
+
"heading",
|
|
39579
|
+
"level-6",
|
|
39580
|
+
"font-family"
|
|
39581
|
+
]
|
|
39582
|
+
},
|
|
39583
|
+
"font-size": {
|
|
39584
|
+
"value": "0.875rem",
|
|
39585
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39586
|
+
"isSource": true,
|
|
39587
|
+
"original": {
|
|
39588
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39589
|
+
},
|
|
39590
|
+
"name": "font-size",
|
|
39591
|
+
"attributes": {},
|
|
39592
|
+
"path": [
|
|
39593
|
+
"nl",
|
|
39594
|
+
"heading",
|
|
39595
|
+
"level-6",
|
|
39596
|
+
"font-size"
|
|
39597
|
+
]
|
|
39598
|
+
},
|
|
39599
|
+
"font-weight": {
|
|
39600
|
+
"value": "400",
|
|
39601
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39602
|
+
"isSource": true,
|
|
39603
|
+
"original": {
|
|
39604
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39605
|
+
},
|
|
39606
|
+
"name": "font-weight",
|
|
39607
|
+
"attributes": {},
|
|
39608
|
+
"path": [
|
|
39609
|
+
"nl",
|
|
39610
|
+
"heading",
|
|
39611
|
+
"level-6",
|
|
39612
|
+
"font-weight"
|
|
39613
|
+
]
|
|
39614
|
+
},
|
|
39615
|
+
"line-height": {
|
|
39616
|
+
"value": "1.5",
|
|
39617
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
39618
|
+
"isSource": true,
|
|
39619
|
+
"original": {
|
|
39620
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39621
|
+
},
|
|
39622
|
+
"name": "line-height",
|
|
39623
|
+
"attributes": {},
|
|
39624
|
+
"path": [
|
|
39625
|
+
"nl",
|
|
39626
|
+
"heading",
|
|
39627
|
+
"level-6",
|
|
39628
|
+
"line-height"
|
|
39629
|
+
]
|
|
39630
|
+
}
|
|
39631
|
+
}
|
|
39632
|
+
},
|
|
39633
|
+
"mark": {
|
|
39634
|
+
"background-color": {
|
|
39635
|
+
"value": "hsl(48 100% 60%)",
|
|
39636
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39637
|
+
"isSource": true,
|
|
39638
|
+
"original": {
|
|
39639
|
+
"value": "{utrecht.color.yellow.60}"
|
|
39640
|
+
},
|
|
39641
|
+
"name": "background-color",
|
|
39642
|
+
"attributes": {},
|
|
39643
|
+
"path": [
|
|
39644
|
+
"nl",
|
|
39645
|
+
"mark",
|
|
39646
|
+
"background-color"
|
|
39647
|
+
]
|
|
39648
|
+
},
|
|
39649
|
+
"color": {
|
|
39650
|
+
"value": "hsl(0 0% 0%)",
|
|
39651
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
39652
|
+
"isSource": true,
|
|
39653
|
+
"original": {
|
|
39654
|
+
"value": "{utrecht.color.black}"
|
|
39655
|
+
},
|
|
39656
|
+
"name": "color",
|
|
39657
|
+
"attributes": {},
|
|
39658
|
+
"path": [
|
|
39659
|
+
"nl",
|
|
39660
|
+
"mark",
|
|
39661
|
+
"color"
|
|
39662
|
+
]
|
|
39663
|
+
}
|
|
39664
|
+
},
|
|
39665
|
+
"number-badge": {
|
|
39666
|
+
"background-color": {
|
|
39667
|
+
"value": "hsl(0 100% 40%)",
|
|
39668
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39669
|
+
"isSource": true,
|
|
39670
|
+
"original": {
|
|
39671
|
+
"value": "{utrecht.color.red.40}"
|
|
39672
|
+
},
|
|
39673
|
+
"name": "background-color",
|
|
39674
|
+
"attributes": {},
|
|
39675
|
+
"path": [
|
|
39676
|
+
"nl",
|
|
39677
|
+
"number-badge",
|
|
39678
|
+
"background-color"
|
|
39679
|
+
]
|
|
39680
|
+
},
|
|
39681
|
+
"border-radius": {
|
|
39682
|
+
"value": "1rem",
|
|
39683
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39684
|
+
"isSource": true,
|
|
39685
|
+
"original": {
|
|
39686
|
+
"value": "{nl.number-badge.font-size}"
|
|
39687
|
+
},
|
|
39688
|
+
"name": "border-radius",
|
|
39689
|
+
"attributes": {},
|
|
39690
|
+
"path": [
|
|
39691
|
+
"nl",
|
|
39692
|
+
"number-badge",
|
|
39693
|
+
"border-radius"
|
|
39694
|
+
]
|
|
39695
|
+
},
|
|
39696
|
+
"color": {
|
|
39697
|
+
"value": "hsl(0 0% 100%)",
|
|
39698
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39699
|
+
"isSource": true,
|
|
39700
|
+
"original": {
|
|
39701
|
+
"value": "{utrecht.color.white}"
|
|
39702
|
+
},
|
|
39703
|
+
"name": "color",
|
|
39704
|
+
"attributes": {},
|
|
39705
|
+
"path": [
|
|
39706
|
+
"nl",
|
|
39707
|
+
"number-badge",
|
|
39708
|
+
"color"
|
|
39709
|
+
]
|
|
39710
|
+
},
|
|
39711
|
+
"font-size": {
|
|
39712
|
+
"value": "1rem",
|
|
39713
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39714
|
+
"isSource": true,
|
|
39715
|
+
"original": {
|
|
39716
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39717
|
+
},
|
|
39718
|
+
"name": "font-size",
|
|
39719
|
+
"attributes": {},
|
|
39720
|
+
"path": [
|
|
39721
|
+
"nl",
|
|
39722
|
+
"number-badge",
|
|
39723
|
+
"font-size"
|
|
39724
|
+
]
|
|
39725
|
+
},
|
|
39726
|
+
"font-weight": {},
|
|
39727
|
+
"padding-block": {
|
|
39728
|
+
"value": "1ex",
|
|
39729
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39730
|
+
"isSource": true,
|
|
39731
|
+
"original": {
|
|
39732
|
+
"value": "1ex"
|
|
39733
|
+
},
|
|
39734
|
+
"name": "padding-block",
|
|
39735
|
+
"attributes": {},
|
|
39736
|
+
"path": [
|
|
39737
|
+
"nl",
|
|
39738
|
+
"number-badge",
|
|
39739
|
+
"padding-block"
|
|
39740
|
+
]
|
|
39741
|
+
},
|
|
39742
|
+
"padding-inline": {
|
|
39743
|
+
"value": "1ex",
|
|
39744
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
39745
|
+
"isSource": true,
|
|
39746
|
+
"original": {
|
|
39747
|
+
"value": "1ex"
|
|
39748
|
+
},
|
|
39749
|
+
"name": "padding-inline",
|
|
39750
|
+
"attributes": {},
|
|
39751
|
+
"path": [
|
|
39752
|
+
"nl",
|
|
39753
|
+
"number-badge",
|
|
39754
|
+
"padding-inline"
|
|
39755
|
+
]
|
|
39756
|
+
}
|
|
39757
|
+
},
|
|
39758
|
+
"paragraph": {
|
|
39759
|
+
"color": {},
|
|
39760
|
+
"font-family": {
|
|
39761
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
39762
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39763
|
+
"isSource": true,
|
|
39764
|
+
"original": {
|
|
39765
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
39766
|
+
},
|
|
39767
|
+
"name": "font-family",
|
|
39768
|
+
"attributes": {},
|
|
39769
|
+
"path": [
|
|
39770
|
+
"nl",
|
|
39771
|
+
"paragraph",
|
|
39772
|
+
"font-family"
|
|
39773
|
+
]
|
|
39774
|
+
},
|
|
39775
|
+
"font-size": {
|
|
39776
|
+
"value": "1rem",
|
|
39777
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39778
|
+
"isSource": true,
|
|
39779
|
+
"original": {
|
|
39780
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
39781
|
+
},
|
|
39782
|
+
"name": "font-size",
|
|
39783
|
+
"attributes": {},
|
|
39784
|
+
"path": [
|
|
39785
|
+
"nl",
|
|
39786
|
+
"paragraph",
|
|
39787
|
+
"font-size"
|
|
39788
|
+
]
|
|
39789
|
+
},
|
|
39790
|
+
"font-weight": {
|
|
39791
|
+
"value": "400",
|
|
39792
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39793
|
+
"isSource": true,
|
|
39794
|
+
"original": {
|
|
39795
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39796
|
+
},
|
|
39797
|
+
"name": "font-weight",
|
|
39798
|
+
"attributes": {},
|
|
39799
|
+
"path": [
|
|
39800
|
+
"nl",
|
|
39801
|
+
"paragraph",
|
|
39802
|
+
"font-weight"
|
|
39803
|
+
]
|
|
39804
|
+
},
|
|
39805
|
+
"line-height": {
|
|
39806
|
+
"value": "1.5",
|
|
39807
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39808
|
+
"isSource": true,
|
|
39809
|
+
"original": {
|
|
39810
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39811
|
+
},
|
|
39812
|
+
"name": "line-height",
|
|
39813
|
+
"attributes": {},
|
|
39814
|
+
"path": [
|
|
39815
|
+
"nl",
|
|
39816
|
+
"paragraph",
|
|
39817
|
+
"line-height"
|
|
39818
|
+
]
|
|
39819
|
+
},
|
|
39820
|
+
"lead": {
|
|
39821
|
+
"color": {
|
|
39822
|
+
"value": "hsl(0 0% 0%)",
|
|
39823
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39824
|
+
"isSource": true,
|
|
39825
|
+
"original": {
|
|
39826
|
+
"value": "{utrecht.document.color}"
|
|
39827
|
+
},
|
|
39828
|
+
"name": "color",
|
|
39829
|
+
"attributes": {},
|
|
39830
|
+
"path": [
|
|
39831
|
+
"nl",
|
|
39832
|
+
"paragraph",
|
|
39833
|
+
"lead",
|
|
39834
|
+
"color"
|
|
39835
|
+
]
|
|
39836
|
+
},
|
|
39837
|
+
"font-size": {
|
|
39838
|
+
"value": "1.25rem",
|
|
39839
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39840
|
+
"isSource": true,
|
|
39841
|
+
"original": {
|
|
39842
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
39843
|
+
},
|
|
39844
|
+
"name": "font-size",
|
|
39845
|
+
"attributes": {},
|
|
39846
|
+
"path": [
|
|
39847
|
+
"nl",
|
|
39848
|
+
"paragraph",
|
|
39849
|
+
"lead",
|
|
39850
|
+
"font-size"
|
|
39851
|
+
]
|
|
39852
|
+
},
|
|
39853
|
+
"font-weight": {
|
|
39854
|
+
"value": "400",
|
|
39855
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39856
|
+
"isSource": true,
|
|
39857
|
+
"original": {
|
|
39858
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
39859
|
+
},
|
|
39860
|
+
"name": "font-weight",
|
|
39861
|
+
"attributes": {},
|
|
39862
|
+
"path": [
|
|
39863
|
+
"nl",
|
|
39864
|
+
"paragraph",
|
|
39865
|
+
"lead",
|
|
39866
|
+
"font-weight"
|
|
39867
|
+
]
|
|
39868
|
+
},
|
|
39869
|
+
"line-height": {
|
|
39870
|
+
"value": "1.5",
|
|
39871
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39872
|
+
"isSource": true,
|
|
39873
|
+
"original": {
|
|
39874
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
39875
|
+
},
|
|
39876
|
+
"name": "line-height",
|
|
39877
|
+
"attributes": {},
|
|
39878
|
+
"path": [
|
|
39879
|
+
"nl",
|
|
39880
|
+
"paragraph",
|
|
39881
|
+
"lead",
|
|
39882
|
+
"line-height"
|
|
39883
|
+
]
|
|
39884
|
+
}
|
|
39885
|
+
},
|
|
39886
|
+
"small": {
|
|
39887
|
+
"font-size": {
|
|
39888
|
+
"value": "0.875rem",
|
|
39889
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
39890
|
+
"isSource": true,
|
|
39891
|
+
"original": {
|
|
39892
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
39893
|
+
},
|
|
39894
|
+
"name": "font-size",
|
|
39895
|
+
"attributes": {},
|
|
39896
|
+
"path": [
|
|
39897
|
+
"nl",
|
|
39898
|
+
"paragraph",
|
|
39899
|
+
"small",
|
|
39900
|
+
"font-size"
|
|
39901
|
+
]
|
|
39902
|
+
}
|
|
39903
|
+
}
|
|
39904
|
+
},
|
|
39905
|
+
"skip-link": {
|
|
39906
|
+
"background-color": {
|
|
39907
|
+
"value": "hsl(0 0% 15%)",
|
|
39908
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39909
|
+
"isSource": true,
|
|
39910
|
+
"original": {
|
|
39911
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
39912
|
+
},
|
|
39913
|
+
"name": "background-color",
|
|
39914
|
+
"attributes": {},
|
|
39915
|
+
"path": [
|
|
39916
|
+
"nl",
|
|
39917
|
+
"skip-link",
|
|
39918
|
+
"background-color"
|
|
39919
|
+
]
|
|
39920
|
+
},
|
|
39921
|
+
"color": {
|
|
39922
|
+
"value": "hsl(0 0% 100%)",
|
|
39923
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39924
|
+
"isSource": true,
|
|
39925
|
+
"original": {
|
|
39926
|
+
"value": "{utrecht.topnav.link.color}"
|
|
39927
|
+
},
|
|
39928
|
+
"name": "color",
|
|
39929
|
+
"attributes": {},
|
|
39930
|
+
"path": [
|
|
39931
|
+
"nl",
|
|
39932
|
+
"skip-link",
|
|
39933
|
+
"color"
|
|
39934
|
+
]
|
|
39935
|
+
},
|
|
39936
|
+
"padding-block": {
|
|
39937
|
+
"value": "8px",
|
|
39938
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39939
|
+
"isSource": true,
|
|
39940
|
+
"original": {
|
|
39941
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
39942
|
+
},
|
|
39943
|
+
"name": "padding-block",
|
|
39944
|
+
"attributes": {},
|
|
39945
|
+
"path": [
|
|
39946
|
+
"nl",
|
|
39947
|
+
"skip-link",
|
|
39948
|
+
"padding-block"
|
|
39949
|
+
]
|
|
39950
|
+
},
|
|
39951
|
+
"padding-inline": {
|
|
39952
|
+
"value": "16px",
|
|
39953
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39954
|
+
"isSource": true,
|
|
39955
|
+
"original": {
|
|
39956
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
39957
|
+
},
|
|
39958
|
+
"name": "padding-inline",
|
|
39959
|
+
"attributes": {},
|
|
39960
|
+
"path": [
|
|
39961
|
+
"nl",
|
|
39962
|
+
"skip-link",
|
|
39963
|
+
"padding-inline"
|
|
39964
|
+
]
|
|
39965
|
+
},
|
|
39966
|
+
"text-decoration": {
|
|
39967
|
+
"value": "underline",
|
|
39968
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39969
|
+
"isSource": true,
|
|
39970
|
+
"original": {
|
|
39971
|
+
"value": "{utrecht.link.text-decoration}"
|
|
39972
|
+
},
|
|
39973
|
+
"name": "text-decoration",
|
|
39974
|
+
"attributes": {},
|
|
39975
|
+
"path": [
|
|
39976
|
+
"nl",
|
|
39977
|
+
"skip-link",
|
|
39978
|
+
"text-decoration"
|
|
39979
|
+
]
|
|
39980
|
+
},
|
|
39981
|
+
"focus-visible": {
|
|
39982
|
+
"color": {
|
|
39983
|
+
"value": "hsl(0 0% 0%)",
|
|
39984
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
39985
|
+
"isSource": true,
|
|
39986
|
+
"original": {
|
|
39987
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
39988
|
+
},
|
|
39989
|
+
"name": "color",
|
|
39990
|
+
"attributes": {},
|
|
39991
|
+
"path": [
|
|
39992
|
+
"nl",
|
|
39993
|
+
"skip-link",
|
|
39994
|
+
"focus-visible",
|
|
39995
|
+
"color"
|
|
39996
|
+
]
|
|
39997
|
+
},
|
|
39998
|
+
"background-color": {
|
|
39999
|
+
"value": "hsl(48 100% 80%)",
|
|
40000
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40001
|
+
"isSource": true,
|
|
40002
|
+
"original": {
|
|
40003
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
40004
|
+
},
|
|
40005
|
+
"name": "background-color",
|
|
40006
|
+
"attributes": {},
|
|
40007
|
+
"path": [
|
|
40008
|
+
"nl",
|
|
40009
|
+
"skip-link",
|
|
40010
|
+
"focus-visible",
|
|
40011
|
+
"background-color"
|
|
40012
|
+
]
|
|
40013
|
+
},
|
|
40014
|
+
"text-decoration": {
|
|
40015
|
+
"value": "none",
|
|
40016
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
40017
|
+
"isSource": true,
|
|
40018
|
+
"original": {
|
|
40019
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
40020
|
+
},
|
|
40021
|
+
"name": "text-decoration",
|
|
40022
|
+
"attributes": {},
|
|
40023
|
+
"path": [
|
|
40024
|
+
"nl",
|
|
40025
|
+
"skip-link",
|
|
40026
|
+
"focus-visible",
|
|
40027
|
+
"text-decoration"
|
|
40028
|
+
]
|
|
40029
|
+
}
|
|
40030
|
+
}
|
|
40031
|
+
}
|
|
40032
|
+
},
|
|
38608
40033
|
"of": {
|
|
38609
40034
|
"layout": {
|
|
38610
40035
|
"background": {
|