@utrecht/design-tokens 2.3.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 +14 -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 +246 -36
- package/dist/dark/list.json +1046 -102
- package/dist/dark/list.mjs +1046 -102
- 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 +1209 -116
- package/dist/dark/tokens.d.ts +177 -20
- package/dist/dark/tokens.json +1209 -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 +246 -36
- package/dist/list.json +1046 -102
- package/dist/list.mjs +1046 -102
- 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 +1209 -116
- package/dist/tokens.d.ts +177 -20
- package/dist/tokens.json +1209 -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/component/utrecht/badge-data.tokens.json +0 -8
package/dist/tokens.cjs
CHANGED
|
@@ -2797,31 +2797,6 @@ module.exports = {
|
|
|
2797
2797
|
]
|
|
2798
2798
|
}
|
|
2799
2799
|
},
|
|
2800
|
-
"badge-data": {
|
|
2801
|
-
"letter-spacing": {
|
|
2802
|
-
"$extensions": {
|
|
2803
|
-
"nl.nldesignsystem.css.property": {
|
|
2804
|
-
"syntax": "<length>",
|
|
2805
|
-
"inherits": true
|
|
2806
|
-
},
|
|
2807
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2808
|
-
},
|
|
2809
|
-
"type": "letterSpacing"
|
|
2810
|
-
},
|
|
2811
|
-
"text-transform": {
|
|
2812
|
-
"$extensions": {
|
|
2813
|
-
"nl.nldesignsystem.css.property": {
|
|
2814
|
-
"syntax": [
|
|
2815
|
-
"inherit",
|
|
2816
|
-
"uppercase"
|
|
2817
|
-
],
|
|
2818
|
-
"inherits": true
|
|
2819
|
-
},
|
|
2820
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2821
|
-
},
|
|
2822
|
-
"type": "textCase"
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
2800
|
"badge-list": {
|
|
2826
2801
|
"row-gap": {
|
|
2827
2802
|
"$extensions": {
|
|
@@ -2927,7 +2902,7 @@ module.exports = {
|
|
|
2927
2902
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2928
2903
|
},
|
|
2929
2904
|
"type": "color",
|
|
2930
|
-
"value": "{
|
|
2905
|
+
"value": "{nl.data-badge.background-color}"
|
|
2931
2906
|
},
|
|
2932
2907
|
"name": "background-color",
|
|
2933
2908
|
"attributes": {},
|
|
@@ -2966,7 +2941,7 @@ module.exports = {
|
|
|
2966
2941
|
}
|
|
2967
2942
|
},
|
|
2968
2943
|
"type": "dimension",
|
|
2969
|
-
"value": "
|
|
2944
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2970
2945
|
},
|
|
2971
2946
|
"name": "border-radius",
|
|
2972
2947
|
"attributes": {},
|
|
@@ -2999,7 +2974,7 @@ module.exports = {
|
|
|
2999
2974
|
"nl.nldesignsystem.figma.supports-token": false
|
|
3000
2975
|
},
|
|
3001
2976
|
"type": "color",
|
|
3002
|
-
"value": "{
|
|
2977
|
+
"value": "{nl.data-badge.color}"
|
|
3003
2978
|
},
|
|
3004
2979
|
"name": "color",
|
|
3005
2980
|
"attributes": {},
|
|
@@ -3071,7 +3046,7 @@ module.exports = {
|
|
|
3071
3046
|
}
|
|
3072
3047
|
},
|
|
3073
3048
|
"type": "dimension",
|
|
3074
|
-
"value": "{
|
|
3049
|
+
"value": "{nl.data-badge.padding-block}"
|
|
3075
3050
|
},
|
|
3076
3051
|
"name": "padding-block",
|
|
3077
3052
|
"attributes": {},
|
|
@@ -3110,7 +3085,7 @@ module.exports = {
|
|
|
3110
3085
|
}
|
|
3111
3086
|
},
|
|
3112
3087
|
"type": "dimension",
|
|
3113
|
-
"value": "{
|
|
3088
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
3114
3089
|
},
|
|
3115
3090
|
"name": "padding-inline",
|
|
3116
3091
|
"attributes": {},
|
|
@@ -10965,7 +10940,7 @@ module.exports = {
|
|
|
10965
10940
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10966
10941
|
},
|
|
10967
10942
|
"type": "color",
|
|
10968
|
-
"value": "{
|
|
10943
|
+
"value": "{nl.code-block.background-color}"
|
|
10969
10944
|
},
|
|
10970
10945
|
"name": "background-color",
|
|
10971
10946
|
"attributes": {},
|
|
@@ -10996,7 +10971,7 @@ module.exports = {
|
|
|
10996
10971
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10997
10972
|
},
|
|
10998
10973
|
"type": "color",
|
|
10999
|
-
"value": "{
|
|
10974
|
+
"value": "{nl.code-block.color}"
|
|
11000
10975
|
},
|
|
11001
10976
|
"name": "color",
|
|
11002
10977
|
"attributes": {},
|
|
@@ -11012,9 +10987,36 @@ module.exports = {
|
|
|
11012
10987
|
"syntax": "*",
|
|
11013
10988
|
"inherits": true
|
|
11014
10989
|
},
|
|
11015
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10990
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10991
|
+
"studio.tokens": {
|
|
10992
|
+
"originalType": "fontFamilies"
|
|
10993
|
+
}
|
|
11016
10994
|
},
|
|
11017
|
-
"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
|
+
]
|
|
11018
11020
|
},
|
|
11019
11021
|
"font-size": {
|
|
11020
11022
|
"$extensions": {
|
|
@@ -11043,7 +11045,7 @@ module.exports = {
|
|
|
11043
11045
|
}
|
|
11044
11046
|
},
|
|
11045
11047
|
"type": "fontSize",
|
|
11046
|
-
"value": "{
|
|
11048
|
+
"value": "{nl.code-block.font-size}"
|
|
11047
11049
|
},
|
|
11048
11050
|
"name": "font-size",
|
|
11049
11051
|
"attributes": {},
|
|
@@ -11086,7 +11088,7 @@ module.exports = {
|
|
|
11086
11088
|
}
|
|
11087
11089
|
},
|
|
11088
11090
|
"type": "lineHeight",
|
|
11089
|
-
"value": "{
|
|
11091
|
+
"value": "{nl.code-block.line-height}"
|
|
11090
11092
|
},
|
|
11091
11093
|
"name": "line-height",
|
|
11092
11094
|
"attributes": {},
|
|
@@ -11217,7 +11219,7 @@ module.exports = {
|
|
|
11217
11219
|
}
|
|
11218
11220
|
},
|
|
11219
11221
|
"type": "dimension",
|
|
11220
|
-
"value": "
|
|
11222
|
+
"value": "{nl.code-block.padding-block}"
|
|
11221
11223
|
},
|
|
11222
11224
|
"name": "padding-block-start",
|
|
11223
11225
|
"attributes": {},
|
|
@@ -11254,7 +11256,7 @@ module.exports = {
|
|
|
11254
11256
|
}
|
|
11255
11257
|
},
|
|
11256
11258
|
"type": "dimension",
|
|
11257
|
-
"value": "
|
|
11259
|
+
"value": "{nl.code-block.padding-block}"
|
|
11258
11260
|
},
|
|
11259
11261
|
"name": "padding-block-end",
|
|
11260
11262
|
"attributes": {},
|
|
@@ -11291,7 +11293,7 @@ module.exports = {
|
|
|
11291
11293
|
}
|
|
11292
11294
|
},
|
|
11293
11295
|
"type": "dimension",
|
|
11294
|
-
"value": "
|
|
11296
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11295
11297
|
},
|
|
11296
11298
|
"name": "padding-inline-start",
|
|
11297
11299
|
"attributes": {},
|
|
@@ -11328,7 +11330,7 @@ module.exports = {
|
|
|
11328
11330
|
}
|
|
11329
11331
|
},
|
|
11330
11332
|
"type": "dimension",
|
|
11331
|
-
"value": "
|
|
11333
|
+
"value": "{nl.code-block.padding-inline}"
|
|
11332
11334
|
},
|
|
11333
11335
|
"name": "padding-inline-end",
|
|
11334
11336
|
"attributes": {},
|
|
@@ -14826,6 +14828,126 @@ module.exports = {
|
|
|
14826
14828
|
}
|
|
14827
14829
|
},
|
|
14828
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
|
+
},
|
|
14829
14951
|
"data-list": {
|
|
14830
14952
|
"margin-block-end": {
|
|
14831
14953
|
"$extensions": {
|
|
@@ -19386,7 +19508,7 @@ module.exports = {
|
|
|
19386
19508
|
}
|
|
19387
19509
|
},
|
|
19388
19510
|
"type": "fontFamily",
|
|
19389
|
-
"value": "{
|
|
19511
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
19390
19512
|
},
|
|
19391
19513
|
"name": "font-family",
|
|
19392
19514
|
"attributes": {},
|
|
@@ -19423,7 +19545,7 @@ module.exports = {
|
|
|
19423
19545
|
}
|
|
19424
19546
|
},
|
|
19425
19547
|
"type": "fontSize",
|
|
19426
|
-
"value": "{
|
|
19548
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
19427
19549
|
},
|
|
19428
19550
|
"name": "font-size",
|
|
19429
19551
|
"attributes": {},
|
|
@@ -19466,7 +19588,7 @@ module.exports = {
|
|
|
19466
19588
|
}
|
|
19467
19589
|
},
|
|
19468
19590
|
"type": "fontWeight",
|
|
19469
|
-
"value": "{
|
|
19591
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
19470
19592
|
},
|
|
19471
19593
|
"name": "font-weight",
|
|
19472
19594
|
"attributes": {},
|
|
@@ -19509,7 +19631,7 @@ module.exports = {
|
|
|
19509
19631
|
}
|
|
19510
19632
|
},
|
|
19511
19633
|
"type": "lineHeight",
|
|
19512
|
-
"value": "{
|
|
19634
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
19513
19635
|
},
|
|
19514
19636
|
"name": "line-height",
|
|
19515
19637
|
"attributes": {},
|
|
@@ -19645,7 +19767,7 @@ module.exports = {
|
|
|
19645
19767
|
}
|
|
19646
19768
|
},
|
|
19647
19769
|
"type": "fontFamily",
|
|
19648
|
-
"value": "{
|
|
19770
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
19649
19771
|
},
|
|
19650
19772
|
"name": "font-family",
|
|
19651
19773
|
"attributes": {},
|
|
@@ -19682,7 +19804,7 @@ module.exports = {
|
|
|
19682
19804
|
}
|
|
19683
19805
|
},
|
|
19684
19806
|
"type": "fontSize",
|
|
19685
|
-
"value": "{
|
|
19807
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
19686
19808
|
},
|
|
19687
19809
|
"name": "font-size",
|
|
19688
19810
|
"attributes": {},
|
|
@@ -19725,7 +19847,7 @@ module.exports = {
|
|
|
19725
19847
|
}
|
|
19726
19848
|
},
|
|
19727
19849
|
"type": "fontWeight",
|
|
19728
|
-
"value": "{
|
|
19850
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
19729
19851
|
},
|
|
19730
19852
|
"name": "font-weight",
|
|
19731
19853
|
"attributes": {},
|
|
@@ -19768,7 +19890,7 @@ module.exports = {
|
|
|
19768
19890
|
}
|
|
19769
19891
|
},
|
|
19770
19892
|
"type": "lineHeight",
|
|
19771
|
-
"value": "{
|
|
19893
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
19772
19894
|
},
|
|
19773
19895
|
"name": "line-height",
|
|
19774
19896
|
"attributes": {},
|
|
@@ -19904,7 +20026,7 @@ module.exports = {
|
|
|
19904
20026
|
}
|
|
19905
20027
|
},
|
|
19906
20028
|
"type": "fontFamily",
|
|
19907
|
-
"value": "{
|
|
20029
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
19908
20030
|
},
|
|
19909
20031
|
"name": "font-family",
|
|
19910
20032
|
"attributes": {},
|
|
@@ -19941,7 +20063,7 @@ module.exports = {
|
|
|
19941
20063
|
}
|
|
19942
20064
|
},
|
|
19943
20065
|
"type": "fontSize",
|
|
19944
|
-
"value": "{
|
|
20066
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
19945
20067
|
},
|
|
19946
20068
|
"name": "font-size",
|
|
19947
20069
|
"attributes": {},
|
|
@@ -19984,7 +20106,7 @@ module.exports = {
|
|
|
19984
20106
|
}
|
|
19985
20107
|
},
|
|
19986
20108
|
"type": "fontWeight",
|
|
19987
|
-
"value": "{
|
|
20109
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19988
20110
|
},
|
|
19989
20111
|
"name": "font-weight",
|
|
19990
20112
|
"attributes": {},
|
|
@@ -20027,7 +20149,7 @@ module.exports = {
|
|
|
20027
20149
|
}
|
|
20028
20150
|
},
|
|
20029
20151
|
"type": "lineHeight",
|
|
20030
|
-
"value": "{
|
|
20152
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
20031
20153
|
},
|
|
20032
20154
|
"name": "line-height",
|
|
20033
20155
|
"attributes": {},
|
|
@@ -20163,7 +20285,7 @@ module.exports = {
|
|
|
20163
20285
|
}
|
|
20164
20286
|
},
|
|
20165
20287
|
"type": "fontFamily",
|
|
20166
|
-
"value": "{
|
|
20288
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
20167
20289
|
},
|
|
20168
20290
|
"name": "font-family",
|
|
20169
20291
|
"attributes": {},
|
|
@@ -20200,7 +20322,7 @@ module.exports = {
|
|
|
20200
20322
|
}
|
|
20201
20323
|
},
|
|
20202
20324
|
"type": "fontSize",
|
|
20203
|
-
"value": "{
|
|
20325
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
20204
20326
|
},
|
|
20205
20327
|
"name": "font-size",
|
|
20206
20328
|
"attributes": {},
|
|
@@ -20243,7 +20365,7 @@ module.exports = {
|
|
|
20243
20365
|
}
|
|
20244
20366
|
},
|
|
20245
20367
|
"type": "fontWeight",
|
|
20246
|
-
"value": "{
|
|
20368
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
20247
20369
|
},
|
|
20248
20370
|
"name": "font-weight",
|
|
20249
20371
|
"attributes": {},
|
|
@@ -20286,7 +20408,7 @@ module.exports = {
|
|
|
20286
20408
|
}
|
|
20287
20409
|
},
|
|
20288
20410
|
"type": "lineHeight",
|
|
20289
|
-
"value": "{
|
|
20411
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
20290
20412
|
},
|
|
20291
20413
|
"name": "line-height",
|
|
20292
20414
|
"attributes": {},
|
|
@@ -20422,7 +20544,7 @@ module.exports = {
|
|
|
20422
20544
|
}
|
|
20423
20545
|
},
|
|
20424
20546
|
"type": "fontFamily",
|
|
20425
|
-
"value": "{
|
|
20547
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
20426
20548
|
},
|
|
20427
20549
|
"name": "font-family",
|
|
20428
20550
|
"attributes": {},
|
|
@@ -20459,7 +20581,7 @@ module.exports = {
|
|
|
20459
20581
|
}
|
|
20460
20582
|
},
|
|
20461
20583
|
"type": "fontSize",
|
|
20462
|
-
"value": "{
|
|
20584
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
20463
20585
|
},
|
|
20464
20586
|
"name": "font-size",
|
|
20465
20587
|
"attributes": {},
|
|
@@ -20502,7 +20624,7 @@ module.exports = {
|
|
|
20502
20624
|
}
|
|
20503
20625
|
},
|
|
20504
20626
|
"type": "fontWeight",
|
|
20505
|
-
"value": "{
|
|
20627
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
20506
20628
|
},
|
|
20507
20629
|
"name": "font-weight",
|
|
20508
20630
|
"attributes": {},
|
|
@@ -20545,7 +20667,7 @@ module.exports = {
|
|
|
20545
20667
|
}
|
|
20546
20668
|
},
|
|
20547
20669
|
"type": "lineHeight",
|
|
20548
|
-
"value": "{
|
|
20670
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
20549
20671
|
},
|
|
20550
20672
|
"name": "line-height",
|
|
20551
20673
|
"attributes": {},
|
|
@@ -20680,7 +20802,7 @@ module.exports = {
|
|
|
20680
20802
|
}
|
|
20681
20803
|
},
|
|
20682
20804
|
"type": "fontFamily",
|
|
20683
|
-
"value": "{
|
|
20805
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
20684
20806
|
},
|
|
20685
20807
|
"name": "font-family",
|
|
20686
20808
|
"attributes": {},
|
|
@@ -20717,7 +20839,7 @@ module.exports = {
|
|
|
20717
20839
|
}
|
|
20718
20840
|
},
|
|
20719
20841
|
"type": "fontSize",
|
|
20720
|
-
"value": "{
|
|
20842
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
20721
20843
|
},
|
|
20722
20844
|
"name": "font-size",
|
|
20723
20845
|
"attributes": {},
|
|
@@ -20760,7 +20882,7 @@ module.exports = {
|
|
|
20760
20882
|
}
|
|
20761
20883
|
},
|
|
20762
20884
|
"type": "fontWeight",
|
|
20763
|
-
"value": "{
|
|
20885
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
20764
20886
|
},
|
|
20765
20887
|
"name": "font-weight",
|
|
20766
20888
|
"attributes": {},
|
|
@@ -20803,7 +20925,7 @@ module.exports = {
|
|
|
20803
20925
|
}
|
|
20804
20926
|
},
|
|
20805
20927
|
"type": "lineHeight",
|
|
20806
|
-
"value": "{
|
|
20928
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
20807
20929
|
},
|
|
20808
20930
|
"name": "line-height",
|
|
20809
20931
|
"attributes": {},
|
|
@@ -24255,7 +24377,7 @@ module.exports = {
|
|
|
24255
24377
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24256
24378
|
},
|
|
24257
24379
|
"type": "color",
|
|
24258
|
-
"value": "{
|
|
24380
|
+
"value": "{nl.mark.background-color}"
|
|
24259
24381
|
},
|
|
24260
24382
|
"name": "background-color",
|
|
24261
24383
|
"attributes": {},
|
|
@@ -24286,7 +24408,7 @@ module.exports = {
|
|
|
24286
24408
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24287
24409
|
},
|
|
24288
24410
|
"type": "color",
|
|
24289
|
-
"value": "{
|
|
24411
|
+
"value": "{nl.mark.color}"
|
|
24290
24412
|
},
|
|
24291
24413
|
"name": "color",
|
|
24292
24414
|
"attributes": {},
|
|
@@ -24959,7 +25081,7 @@ module.exports = {
|
|
|
24959
25081
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24960
25082
|
},
|
|
24961
25083
|
"type": "color",
|
|
24962
|
-
"value": "{
|
|
25084
|
+
"value": "{nl.number-badge.background-color}"
|
|
24963
25085
|
},
|
|
24964
25086
|
"name": "background-color",
|
|
24965
25087
|
"attributes": {},
|
|
@@ -25015,7 +25137,7 @@ module.exports = {
|
|
|
25015
25137
|
}
|
|
25016
25138
|
},
|
|
25017
25139
|
"type": "dimension",
|
|
25018
|
-
"value": "{
|
|
25140
|
+
"value": "{nl.number-badge.border-radius}"
|
|
25019
25141
|
},
|
|
25020
25142
|
"name": "border-radius",
|
|
25021
25143
|
"attributes": {},
|
|
@@ -25067,7 +25189,7 @@ module.exports = {
|
|
|
25067
25189
|
"nl.nldesignsystem.figma.supports-token": true
|
|
25068
25190
|
},
|
|
25069
25191
|
"type": "color",
|
|
25070
|
-
"value": "{
|
|
25192
|
+
"value": "{nl.number-badge.color}"
|
|
25071
25193
|
},
|
|
25072
25194
|
"name": "color",
|
|
25073
25195
|
"attributes": {},
|
|
@@ -25124,7 +25246,7 @@ module.exports = {
|
|
|
25124
25246
|
}
|
|
25125
25247
|
},
|
|
25126
25248
|
"type": "fontSize",
|
|
25127
|
-
"value": "{
|
|
25249
|
+
"value": "{nl.number-badge.font-size}"
|
|
25128
25250
|
},
|
|
25129
25251
|
"name": "font-size",
|
|
25130
25252
|
"attributes": {},
|
|
@@ -25217,7 +25339,7 @@ module.exports = {
|
|
|
25217
25339
|
}
|
|
25218
25340
|
},
|
|
25219
25341
|
"type": "dimension",
|
|
25220
|
-
"value": "
|
|
25342
|
+
"value": "{nl.number-badge.padding-block}"
|
|
25221
25343
|
},
|
|
25222
25344
|
"name": "padding-block",
|
|
25223
25345
|
"attributes": {},
|
|
@@ -25262,7 +25384,7 @@ module.exports = {
|
|
|
25262
25384
|
}
|
|
25263
25385
|
},
|
|
25264
25386
|
"type": "dimension",
|
|
25265
|
-
"value": "
|
|
25387
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
25266
25388
|
},
|
|
25267
25389
|
"name": "padding-inline",
|
|
25268
25390
|
"attributes": {},
|
|
@@ -28047,7 +28169,7 @@ module.exports = {
|
|
|
28047
28169
|
}
|
|
28048
28170
|
},
|
|
28049
28171
|
"type": "fontFamily",
|
|
28050
|
-
"value": "{
|
|
28172
|
+
"value": "{nl.paragraph.font-family}"
|
|
28051
28173
|
},
|
|
28052
28174
|
"name": "font-family",
|
|
28053
28175
|
"attributes": {},
|
|
@@ -28090,7 +28212,7 @@ module.exports = {
|
|
|
28090
28212
|
}
|
|
28091
28213
|
},
|
|
28092
28214
|
"type": "fontSize",
|
|
28093
|
-
"value": "{
|
|
28215
|
+
"value": "{nl.paragraph.font-size}"
|
|
28094
28216
|
},
|
|
28095
28217
|
"name": "font-size",
|
|
28096
28218
|
"attributes": {},
|
|
@@ -28127,7 +28249,7 @@ module.exports = {
|
|
|
28127
28249
|
}
|
|
28128
28250
|
},
|
|
28129
28251
|
"type": "fontWeight",
|
|
28130
|
-
"value": "{
|
|
28252
|
+
"value": "{nl.paragraph.font-weight}"
|
|
28131
28253
|
},
|
|
28132
28254
|
"name": "font-weight",
|
|
28133
28255
|
"attributes": {},
|
|
@@ -28176,7 +28298,7 @@ module.exports = {
|
|
|
28176
28298
|
}
|
|
28177
28299
|
},
|
|
28178
28300
|
"type": "lineHeight",
|
|
28179
|
-
"value": "{
|
|
28301
|
+
"value": "{nl.paragraph.line-height}"
|
|
28180
28302
|
},
|
|
28181
28303
|
"name": "line-height",
|
|
28182
28304
|
"attributes": {},
|
|
@@ -28273,33 +28395,7 @@ module.exports = {
|
|
|
28273
28395
|
],
|
|
28274
28396
|
"nl.nldesignsystem.figma.supports-token": true
|
|
28275
28397
|
},
|
|
28276
|
-
"type": "color"
|
|
28277
|
-
"value": "hsl(0 0% 0%)",
|
|
28278
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
28279
|
-
"isSource": true,
|
|
28280
|
-
"original": {
|
|
28281
|
-
"$extensions": {
|
|
28282
|
-
"nl.nldesignsystem.css.property": {
|
|
28283
|
-
"syntax": "<color>",
|
|
28284
|
-
"inherits": true
|
|
28285
|
-
},
|
|
28286
|
-
"nl.nldesignsystem.fallback": [
|
|
28287
|
-
"utrecht.paragraph.color",
|
|
28288
|
-
"utrecht.document.color"
|
|
28289
|
-
],
|
|
28290
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
28291
|
-
},
|
|
28292
|
-
"type": "color",
|
|
28293
|
-
"value": "{utrecht.document.color}"
|
|
28294
|
-
},
|
|
28295
|
-
"name": "color",
|
|
28296
|
-
"attributes": {},
|
|
28297
|
-
"path": [
|
|
28298
|
-
"utrecht",
|
|
28299
|
-
"paragraph",
|
|
28300
|
-
"lead",
|
|
28301
|
-
"color"
|
|
28302
|
-
]
|
|
28398
|
+
"type": "color"
|
|
28303
28399
|
},
|
|
28304
28400
|
"font-size": {
|
|
28305
28401
|
"$extensions": {
|
|
@@ -28336,7 +28432,7 @@ module.exports = {
|
|
|
28336
28432
|
}
|
|
28337
28433
|
},
|
|
28338
28434
|
"type": "fontSize",
|
|
28339
|
-
"value": "{
|
|
28435
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
28340
28436
|
},
|
|
28341
28437
|
"name": "font-size",
|
|
28342
28438
|
"attributes": {},
|
|
@@ -28382,7 +28478,7 @@ module.exports = {
|
|
|
28382
28478
|
}
|
|
28383
28479
|
},
|
|
28384
28480
|
"type": "fontWeight",
|
|
28385
|
-
"value": "{
|
|
28481
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
28386
28482
|
},
|
|
28387
28483
|
"name": "font-weight",
|
|
28388
28484
|
"attributes": {},
|
|
@@ -28434,7 +28530,7 @@ module.exports = {
|
|
|
28434
28530
|
}
|
|
28435
28531
|
},
|
|
28436
28532
|
"type": "lineHeight",
|
|
28437
|
-
"value": "{
|
|
28533
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
28438
28534
|
},
|
|
28439
28535
|
"name": "line-height",
|
|
28440
28536
|
"attributes": {},
|
|
@@ -31715,7 +31811,7 @@ module.exports = {
|
|
|
31715
31811
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31716
31812
|
},
|
|
31717
31813
|
"type": "color",
|
|
31718
|
-
"value": "{
|
|
31814
|
+
"value": "{nl.skip-link.background-color}"
|
|
31719
31815
|
},
|
|
31720
31816
|
"name": "background-color",
|
|
31721
31817
|
"attributes": {},
|
|
@@ -31746,7 +31842,7 @@ module.exports = {
|
|
|
31746
31842
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31747
31843
|
},
|
|
31748
31844
|
"type": "color",
|
|
31749
|
-
"value": "{
|
|
31845
|
+
"value": "{nl.skip-link.color}"
|
|
31750
31846
|
},
|
|
31751
31847
|
"name": "color",
|
|
31752
31848
|
"attributes": {},
|
|
@@ -31803,7 +31899,7 @@ module.exports = {
|
|
|
31803
31899
|
}
|
|
31804
31900
|
},
|
|
31805
31901
|
"type": "dimension",
|
|
31806
|
-
"value": "{
|
|
31902
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31807
31903
|
},
|
|
31808
31904
|
"name": "padding-block-start",
|
|
31809
31905
|
"attributes": {},
|
|
@@ -31840,7 +31936,7 @@ module.exports = {
|
|
|
31840
31936
|
}
|
|
31841
31937
|
},
|
|
31842
31938
|
"type": "dimension",
|
|
31843
|
-
"value": "{
|
|
31939
|
+
"value": "{nl.skip-link.padding-block}"
|
|
31844
31940
|
},
|
|
31845
31941
|
"name": "padding-block-end",
|
|
31846
31942
|
"attributes": {},
|
|
@@ -31877,7 +31973,7 @@ module.exports = {
|
|
|
31877
31973
|
}
|
|
31878
31974
|
},
|
|
31879
31975
|
"type": "dimension",
|
|
31880
|
-
"value": "{
|
|
31976
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31881
31977
|
},
|
|
31882
31978
|
"name": "padding-inline-start",
|
|
31883
31979
|
"attributes": {},
|
|
@@ -31914,7 +32010,7 @@ module.exports = {
|
|
|
31914
32010
|
}
|
|
31915
32011
|
},
|
|
31916
32012
|
"type": "dimension",
|
|
31917
|
-
"value": "{
|
|
32013
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
31918
32014
|
},
|
|
31919
32015
|
"name": "padding-inline-end",
|
|
31920
32016
|
"attributes": {},
|
|
@@ -31953,7 +32049,7 @@ module.exports = {
|
|
|
31953
32049
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31954
32050
|
},
|
|
31955
32051
|
"type": "textDecoration",
|
|
31956
|
-
"value": "{
|
|
32052
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
31957
32053
|
},
|
|
31958
32054
|
"name": "text-decoration",
|
|
31959
32055
|
"attributes": {},
|
|
@@ -32002,7 +32098,7 @@ module.exports = {
|
|
|
32002
32098
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
32003
32099
|
},
|
|
32004
32100
|
"type": "color",
|
|
32005
|
-
"value": "{
|
|
32101
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
32006
32102
|
},
|
|
32007
32103
|
"name": "background-color",
|
|
32008
32104
|
"attributes": {},
|
|
@@ -32038,7 +32134,7 @@ module.exports = {
|
|
|
32038
32134
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
32039
32135
|
},
|
|
32040
32136
|
"type": "color",
|
|
32041
|
-
"value": "{
|
|
32137
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
32042
32138
|
},
|
|
32043
32139
|
"name": "color",
|
|
32044
32140
|
"attributes": {},
|
|
@@ -32116,7 +32212,7 @@ module.exports = {
|
|
|
32116
32212
|
"nl.nldesignsystem.figma.supports-token": true
|
|
32117
32213
|
},
|
|
32118
32214
|
"type": "textDecoration",
|
|
32119
|
-
"value": "{
|
|
32215
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
32120
32216
|
},
|
|
32121
32217
|
"name": "text-decoration",
|
|
32122
32218
|
"attributes": {},
|
|
@@ -38937,6 +39033,1003 @@ module.exports = {
|
|
|
38937
39033
|
}
|
|
38938
39034
|
}
|
|
38939
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
|
+
},
|
|
38940
40033
|
"of": {
|
|
38941
40034
|
"layout": {
|
|
38942
40035
|
"background": {
|