@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/dark/tokens.json
CHANGED
|
@@ -2086,6 +2086,7 @@
|
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
2088
2088
|
},
|
|
2089
|
+
"alternate-lang-nav": {},
|
|
2089
2090
|
"article": {
|
|
2090
2091
|
"max-inline-size": {
|
|
2091
2092
|
"$extensions": {
|
|
@@ -2586,31 +2587,6 @@
|
|
|
2586
2587
|
]
|
|
2587
2588
|
}
|
|
2588
2589
|
},
|
|
2589
|
-
"badge-data": {
|
|
2590
|
-
"letter-spacing": {
|
|
2591
|
-
"$extensions": {
|
|
2592
|
-
"nl.nldesignsystem.css.property": {
|
|
2593
|
-
"syntax": "<length>",
|
|
2594
|
-
"inherits": true
|
|
2595
|
-
},
|
|
2596
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2597
|
-
},
|
|
2598
|
-
"type": "letterSpacing"
|
|
2599
|
-
},
|
|
2600
|
-
"text-transform": {
|
|
2601
|
-
"$extensions": {
|
|
2602
|
-
"nl.nldesignsystem.css.property": {
|
|
2603
|
-
"syntax": [
|
|
2604
|
-
"inherit",
|
|
2605
|
-
"uppercase"
|
|
2606
|
-
],
|
|
2607
|
-
"inherits": true
|
|
2608
|
-
},
|
|
2609
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2610
|
-
},
|
|
2611
|
-
"type": "textCase"
|
|
2612
|
-
}
|
|
2613
|
-
},
|
|
2614
2590
|
"badge-list": {
|
|
2615
2591
|
"row-gap": {
|
|
2616
2592
|
"$extensions": {
|
|
@@ -2716,7 +2692,7 @@
|
|
|
2716
2692
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2717
2693
|
},
|
|
2718
2694
|
"type": "color",
|
|
2719
|
-
"value": "{
|
|
2695
|
+
"value": "{nl.data-badge.background-color}"
|
|
2720
2696
|
},
|
|
2721
2697
|
"name": "utrechtBadgeBackgroundColor",
|
|
2722
2698
|
"attributes": {},
|
|
@@ -2755,7 +2731,7 @@
|
|
|
2755
2731
|
}
|
|
2756
2732
|
},
|
|
2757
2733
|
"type": "dimension",
|
|
2758
|
-
"value": "
|
|
2734
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2759
2735
|
},
|
|
2760
2736
|
"name": "utrechtBadgeBorderRadius",
|
|
2761
2737
|
"attributes": {},
|
|
@@ -2788,7 +2764,7 @@
|
|
|
2788
2764
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2789
2765
|
},
|
|
2790
2766
|
"type": "color",
|
|
2791
|
-
"value": "{
|
|
2767
|
+
"value": "{nl.data-badge.color}"
|
|
2792
2768
|
},
|
|
2793
2769
|
"name": "utrechtBadgeColor",
|
|
2794
2770
|
"attributes": {},
|
|
@@ -2860,7 +2836,7 @@
|
|
|
2860
2836
|
}
|
|
2861
2837
|
},
|
|
2862
2838
|
"type": "dimension",
|
|
2863
|
-
"value": "{
|
|
2839
|
+
"value": "{nl.data-badge.padding-block}"
|
|
2864
2840
|
},
|
|
2865
2841
|
"name": "utrechtBadgePaddingBlock",
|
|
2866
2842
|
"attributes": {},
|
|
@@ -2899,7 +2875,7 @@
|
|
|
2899
2875
|
}
|
|
2900
2876
|
},
|
|
2901
2877
|
"type": "dimension",
|
|
2902
|
-
"value": "{
|
|
2878
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
2903
2879
|
},
|
|
2904
2880
|
"name": "utrechtBadgePaddingInline",
|
|
2905
2881
|
"attributes": {},
|
|
@@ -3386,6 +3362,51 @@
|
|
|
3386
3362
|
]
|
|
3387
3363
|
}
|
|
3388
3364
|
},
|
|
3365
|
+
"body": {
|
|
3366
|
+
"font-family": {
|
|
3367
|
+
"$extensions": {
|
|
3368
|
+
"nl.nldesignsystem.css.property": {
|
|
3369
|
+
"syntax": "*",
|
|
3370
|
+
"inherits": true
|
|
3371
|
+
},
|
|
3372
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3373
|
+
},
|
|
3374
|
+
"type": "fontFamilies"
|
|
3375
|
+
},
|
|
3376
|
+
"font-size": {
|
|
3377
|
+
"$extensions": {
|
|
3378
|
+
"nl.nldesignsystem.css.property": {
|
|
3379
|
+
"syntax": "<length>",
|
|
3380
|
+
"inherits": true
|
|
3381
|
+
},
|
|
3382
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3383
|
+
},
|
|
3384
|
+
"type": "fontSizes"
|
|
3385
|
+
},
|
|
3386
|
+
"font-weight": {
|
|
3387
|
+
"$extensions": {
|
|
3388
|
+
"nl.nldesignsystem.css.property": {
|
|
3389
|
+
"syntax": "<number>",
|
|
3390
|
+
"inherits": true
|
|
3391
|
+
},
|
|
3392
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3393
|
+
},
|
|
3394
|
+
"type": "fontWeights"
|
|
3395
|
+
},
|
|
3396
|
+
"line-height": {
|
|
3397
|
+
"$extensions": {
|
|
3398
|
+
"nl.nldesignsystem.css.property": {
|
|
3399
|
+
"syntax": [
|
|
3400
|
+
"<length>",
|
|
3401
|
+
"<number>"
|
|
3402
|
+
],
|
|
3403
|
+
"inherits": true
|
|
3404
|
+
},
|
|
3405
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3406
|
+
},
|
|
3407
|
+
"type": "lineHeights"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3389
3410
|
"breadcrumb-nav": {
|
|
3390
3411
|
"min-block-size": {
|
|
3391
3412
|
"$extensions": {
|
|
@@ -10293,7 +10314,7 @@
|
|
|
10293
10314
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10294
10315
|
},
|
|
10295
10316
|
"type": "color",
|
|
10296
|
-
"value": "{
|
|
10317
|
+
"value": "{nl.code-block.background-color}"
|
|
10297
10318
|
},
|
|
10298
10319
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
10299
10320
|
"attributes": {},
|
|
@@ -10324,7 +10345,7 @@
|
|
|
10324
10345
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10325
10346
|
},
|
|
10326
10347
|
"type": "color",
|
|
10327
|
-
"value": "{
|
|
10348
|
+
"value": "{nl.code-block.color}"
|
|
10328
10349
|
},
|
|
10329
10350
|
"name": "utrechtCodeBlockColor",
|
|
10330
10351
|
"attributes": {},
|
|
@@ -10340,9 +10361,36 @@
|
|
|
10340
10361
|
"syntax": "*",
|
|
10341
10362
|
"inherits": true
|
|
10342
10363
|
},
|
|
10343
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10364
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10365
|
+
"studio.tokens": {
|
|
10366
|
+
"originalType": "fontFamilies"
|
|
10367
|
+
}
|
|
10344
10368
|
},
|
|
10345
|
-
"type": "
|
|
10369
|
+
"type": "fontFamily",
|
|
10370
|
+
"value": "\"Monaco\"",
|
|
10371
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
10372
|
+
"isSource": true,
|
|
10373
|
+
"original": {
|
|
10374
|
+
"$extensions": {
|
|
10375
|
+
"nl.nldesignsystem.css.property": {
|
|
10376
|
+
"syntax": "*",
|
|
10377
|
+
"inherits": true
|
|
10378
|
+
},
|
|
10379
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10380
|
+
"studio.tokens": {
|
|
10381
|
+
"originalType": "fontFamilies"
|
|
10382
|
+
}
|
|
10383
|
+
},
|
|
10384
|
+
"type": "fontFamily",
|
|
10385
|
+
"value": "{nl.code-block.font-family}"
|
|
10386
|
+
},
|
|
10387
|
+
"name": "utrechtCodeBlockFontFamily",
|
|
10388
|
+
"attributes": {},
|
|
10389
|
+
"path": [
|
|
10390
|
+
"utrecht",
|
|
10391
|
+
"code-block",
|
|
10392
|
+
"font-family"
|
|
10393
|
+
]
|
|
10346
10394
|
},
|
|
10347
10395
|
"font-size": {
|
|
10348
10396
|
"$extensions": {
|
|
@@ -10371,7 +10419,7 @@
|
|
|
10371
10419
|
}
|
|
10372
10420
|
},
|
|
10373
10421
|
"type": "fontSize",
|
|
10374
|
-
"value": "{
|
|
10422
|
+
"value": "{nl.code-block.font-size}"
|
|
10375
10423
|
},
|
|
10376
10424
|
"name": "utrechtCodeBlockFontSize",
|
|
10377
10425
|
"attributes": {},
|
|
@@ -10414,7 +10462,7 @@
|
|
|
10414
10462
|
}
|
|
10415
10463
|
},
|
|
10416
10464
|
"type": "lineHeight",
|
|
10417
|
-
"value": "{
|
|
10465
|
+
"value": "{nl.code-block.line-height}"
|
|
10418
10466
|
},
|
|
10419
10467
|
"name": "utrechtCodeBlockLineHeight",
|
|
10420
10468
|
"attributes": {},
|
|
@@ -10545,7 +10593,7 @@
|
|
|
10545
10593
|
}
|
|
10546
10594
|
},
|
|
10547
10595
|
"type": "dimension",
|
|
10548
|
-
"value": "
|
|
10596
|
+
"value": "{nl.code-block.padding-block}"
|
|
10549
10597
|
},
|
|
10550
10598
|
"name": "utrechtCodeBlockPaddingBlockStart",
|
|
10551
10599
|
"attributes": {},
|
|
@@ -10582,7 +10630,7 @@
|
|
|
10582
10630
|
}
|
|
10583
10631
|
},
|
|
10584
10632
|
"type": "dimension",
|
|
10585
|
-
"value": "
|
|
10633
|
+
"value": "{nl.code-block.padding-block}"
|
|
10586
10634
|
},
|
|
10587
10635
|
"name": "utrechtCodeBlockPaddingBlockEnd",
|
|
10588
10636
|
"attributes": {},
|
|
@@ -10619,7 +10667,7 @@
|
|
|
10619
10667
|
}
|
|
10620
10668
|
},
|
|
10621
10669
|
"type": "dimension",
|
|
10622
|
-
"value": "
|
|
10670
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10623
10671
|
},
|
|
10624
10672
|
"name": "utrechtCodeBlockPaddingInlineStart",
|
|
10625
10673
|
"attributes": {},
|
|
@@ -10656,7 +10704,7 @@
|
|
|
10656
10704
|
}
|
|
10657
10705
|
},
|
|
10658
10706
|
"type": "dimension",
|
|
10659
|
-
"value": "
|
|
10707
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10660
10708
|
},
|
|
10661
10709
|
"name": "utrechtCodeBlockPaddingInlineEnd",
|
|
10662
10710
|
"attributes": {},
|
|
@@ -10974,6 +11022,20 @@
|
|
|
10974
11022
|
}
|
|
10975
11023
|
}
|
|
10976
11024
|
},
|
|
11025
|
+
"combobox": {
|
|
11026
|
+
"popover": {
|
|
11027
|
+
"z-index": {
|
|
11028
|
+
"$extensions": {
|
|
11029
|
+
"nl.nldesignsystem.css.property": {
|
|
11030
|
+
"syntax": "<number>",
|
|
11031
|
+
"inherits": true
|
|
11032
|
+
},
|
|
11033
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11034
|
+
},
|
|
11035
|
+
"type": "other"
|
|
11036
|
+
}
|
|
11037
|
+
}
|
|
11038
|
+
},
|
|
10977
11039
|
"action": {
|
|
10978
11040
|
"activate": {
|
|
10979
11041
|
"cursor": {
|
|
@@ -14140,6 +14202,126 @@
|
|
|
14140
14202
|
}
|
|
14141
14203
|
},
|
|
14142
14204
|
"currency-data": {},
|
|
14205
|
+
"data-badge": {
|
|
14206
|
+
"background-color": {
|
|
14207
|
+
"comment": "Default background color for badge components",
|
|
14208
|
+
"$extensions": {
|
|
14209
|
+
"nl.nldesignsystem.css.property": {
|
|
14210
|
+
"syntax": "<color>",
|
|
14211
|
+
"inherits": true
|
|
14212
|
+
},
|
|
14213
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14214
|
+
},
|
|
14215
|
+
"type": "color"
|
|
14216
|
+
},
|
|
14217
|
+
"border-radius": {
|
|
14218
|
+
"comment": "Default corner radius for badge components",
|
|
14219
|
+
"$extensions": {
|
|
14220
|
+
"nl.nldesignsystem.css.property": {
|
|
14221
|
+
"syntax": "<length-percentage>",
|
|
14222
|
+
"inherits": true
|
|
14223
|
+
},
|
|
14224
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14225
|
+
},
|
|
14226
|
+
"type": "borderRadius"
|
|
14227
|
+
},
|
|
14228
|
+
"border-width": {
|
|
14229
|
+
"$extensions": {
|
|
14230
|
+
"nl.nldesignsystem.css.property": {
|
|
14231
|
+
"syntax": "<length>",
|
|
14232
|
+
"inherits": true
|
|
14233
|
+
},
|
|
14234
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14235
|
+
},
|
|
14236
|
+
"type": "borderWidth"
|
|
14237
|
+
},
|
|
14238
|
+
"color": {
|
|
14239
|
+
"comment": "Default text color for badge components",
|
|
14240
|
+
"$extensions": {
|
|
14241
|
+
"nl.nldesignsystem.css.property": {
|
|
14242
|
+
"syntax": "<color>",
|
|
14243
|
+
"inherits": true
|
|
14244
|
+
},
|
|
14245
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14246
|
+
},
|
|
14247
|
+
"type": "color"
|
|
14248
|
+
},
|
|
14249
|
+
"font-size": {
|
|
14250
|
+
"$extensions": {
|
|
14251
|
+
"nl.nldesignsystem.css.property": {
|
|
14252
|
+
"syntax": "<length>",
|
|
14253
|
+
"inherits": true
|
|
14254
|
+
},
|
|
14255
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14256
|
+
},
|
|
14257
|
+
"type": "fontSizes"
|
|
14258
|
+
},
|
|
14259
|
+
"font-weight": {
|
|
14260
|
+
"$extensions": {
|
|
14261
|
+
"nl.nldesignsystem.css.property": {
|
|
14262
|
+
"syntax": "<number>",
|
|
14263
|
+
"inherits": true
|
|
14264
|
+
},
|
|
14265
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14266
|
+
},
|
|
14267
|
+
"type": "fontWeights"
|
|
14268
|
+
},
|
|
14269
|
+
"line-height": {
|
|
14270
|
+
"$extensions": {
|
|
14271
|
+
"nl.nldesignsystem.css.property": {
|
|
14272
|
+
"syntax": [
|
|
14273
|
+
"<length>",
|
|
14274
|
+
"<number>"
|
|
14275
|
+
],
|
|
14276
|
+
"inherits": true
|
|
14277
|
+
},
|
|
14278
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14279
|
+
},
|
|
14280
|
+
"type": "lineHeights"
|
|
14281
|
+
},
|
|
14282
|
+
"min-block-size": {
|
|
14283
|
+
"$extensions": {
|
|
14284
|
+
"nl.nldesignsystem.css.property": {
|
|
14285
|
+
"syntax": "<length>",
|
|
14286
|
+
"inherits": true
|
|
14287
|
+
},
|
|
14288
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14289
|
+
},
|
|
14290
|
+
"type": "sizing"
|
|
14291
|
+
},
|
|
14292
|
+
"min-inline-size": {
|
|
14293
|
+
"$extensions": {
|
|
14294
|
+
"nl.nldesignsystem.css.property": {
|
|
14295
|
+
"syntax": "<length>",
|
|
14296
|
+
"inherits": true
|
|
14297
|
+
},
|
|
14298
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14299
|
+
},
|
|
14300
|
+
"type": "sizing"
|
|
14301
|
+
},
|
|
14302
|
+
"padding-block": {
|
|
14303
|
+
"comment": "Default block padding for badge components",
|
|
14304
|
+
"$extensions": {
|
|
14305
|
+
"nl.nldesignsystem.css.property": {
|
|
14306
|
+
"syntax": "<length>",
|
|
14307
|
+
"inherits": true
|
|
14308
|
+
},
|
|
14309
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14310
|
+
},
|
|
14311
|
+
"type": "spacing"
|
|
14312
|
+
},
|
|
14313
|
+
"padding-inline": {
|
|
14314
|
+
"comment": "Default inline padding color for badge components",
|
|
14315
|
+
"$extensions": {
|
|
14316
|
+
"nl.nldesignsystem.css.property": {
|
|
14317
|
+
"syntax": "<length>",
|
|
14318
|
+
"inherits": true
|
|
14319
|
+
},
|
|
14320
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14321
|
+
},
|
|
14322
|
+
"type": "spacing"
|
|
14323
|
+
}
|
|
14324
|
+
},
|
|
14143
14325
|
"data-list": {
|
|
14144
14326
|
"margin-block-end": {
|
|
14145
14327
|
"$extensions": {
|
|
@@ -18368,7 +18550,7 @@
|
|
|
18368
18550
|
}
|
|
18369
18551
|
},
|
|
18370
18552
|
"type": "fontFamily",
|
|
18371
|
-
"value": "{
|
|
18553
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
18372
18554
|
},
|
|
18373
18555
|
"name": "utrechtHeading1FontFamily",
|
|
18374
18556
|
"attributes": {},
|
|
@@ -18405,7 +18587,7 @@
|
|
|
18405
18587
|
}
|
|
18406
18588
|
},
|
|
18407
18589
|
"type": "fontSize",
|
|
18408
|
-
"value": "{
|
|
18590
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
18409
18591
|
},
|
|
18410
18592
|
"name": "utrechtHeading1FontSize",
|
|
18411
18593
|
"attributes": {},
|
|
@@ -18448,7 +18630,7 @@
|
|
|
18448
18630
|
}
|
|
18449
18631
|
},
|
|
18450
18632
|
"type": "fontWeight",
|
|
18451
|
-
"value": "{
|
|
18633
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
18452
18634
|
},
|
|
18453
18635
|
"name": "utrechtHeading1FontWeight",
|
|
18454
18636
|
"attributes": {},
|
|
@@ -18491,7 +18673,7 @@
|
|
|
18491
18673
|
}
|
|
18492
18674
|
},
|
|
18493
18675
|
"type": "lineHeight",
|
|
18494
|
-
"value": "{
|
|
18676
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
18495
18677
|
},
|
|
18496
18678
|
"name": "utrechtHeading1LineHeight",
|
|
18497
18679
|
"attributes": {},
|
|
@@ -18627,7 +18809,7 @@
|
|
|
18627
18809
|
}
|
|
18628
18810
|
},
|
|
18629
18811
|
"type": "fontFamily",
|
|
18630
|
-
"value": "{
|
|
18812
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
18631
18813
|
},
|
|
18632
18814
|
"name": "utrechtHeading2FontFamily",
|
|
18633
18815
|
"attributes": {},
|
|
@@ -18664,7 +18846,7 @@
|
|
|
18664
18846
|
}
|
|
18665
18847
|
},
|
|
18666
18848
|
"type": "fontSize",
|
|
18667
|
-
"value": "{
|
|
18849
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
18668
18850
|
},
|
|
18669
18851
|
"name": "utrechtHeading2FontSize",
|
|
18670
18852
|
"attributes": {},
|
|
@@ -18707,7 +18889,7 @@
|
|
|
18707
18889
|
}
|
|
18708
18890
|
},
|
|
18709
18891
|
"type": "fontWeight",
|
|
18710
|
-
"value": "{
|
|
18892
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
18711
18893
|
},
|
|
18712
18894
|
"name": "utrechtHeading2FontWeight",
|
|
18713
18895
|
"attributes": {},
|
|
@@ -18750,7 +18932,7 @@
|
|
|
18750
18932
|
}
|
|
18751
18933
|
},
|
|
18752
18934
|
"type": "lineHeight",
|
|
18753
|
-
"value": "{
|
|
18935
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
18754
18936
|
},
|
|
18755
18937
|
"name": "utrechtHeading2LineHeight",
|
|
18756
18938
|
"attributes": {},
|
|
@@ -18886,7 +19068,7 @@
|
|
|
18886
19068
|
}
|
|
18887
19069
|
},
|
|
18888
19070
|
"type": "fontFamily",
|
|
18889
|
-
"value": "{
|
|
19071
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
18890
19072
|
},
|
|
18891
19073
|
"name": "utrechtHeading3FontFamily",
|
|
18892
19074
|
"attributes": {},
|
|
@@ -18923,7 +19105,7 @@
|
|
|
18923
19105
|
}
|
|
18924
19106
|
},
|
|
18925
19107
|
"type": "fontSize",
|
|
18926
|
-
"value": "{
|
|
19108
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
18927
19109
|
},
|
|
18928
19110
|
"name": "utrechtHeading3FontSize",
|
|
18929
19111
|
"attributes": {},
|
|
@@ -18966,7 +19148,7 @@
|
|
|
18966
19148
|
}
|
|
18967
19149
|
},
|
|
18968
19150
|
"type": "fontWeight",
|
|
18969
|
-
"value": "{
|
|
19151
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
18970
19152
|
},
|
|
18971
19153
|
"name": "utrechtHeading3FontWeight",
|
|
18972
19154
|
"attributes": {},
|
|
@@ -19009,7 +19191,7 @@
|
|
|
19009
19191
|
}
|
|
19010
19192
|
},
|
|
19011
19193
|
"type": "lineHeight",
|
|
19012
|
-
"value": "{
|
|
19194
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
19013
19195
|
},
|
|
19014
19196
|
"name": "utrechtHeading3LineHeight",
|
|
19015
19197
|
"attributes": {},
|
|
@@ -19145,7 +19327,7 @@
|
|
|
19145
19327
|
}
|
|
19146
19328
|
},
|
|
19147
19329
|
"type": "fontFamily",
|
|
19148
|
-
"value": "{
|
|
19330
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
19149
19331
|
},
|
|
19150
19332
|
"name": "utrechtHeading4FontFamily",
|
|
19151
19333
|
"attributes": {},
|
|
@@ -19182,7 +19364,7 @@
|
|
|
19182
19364
|
}
|
|
19183
19365
|
},
|
|
19184
19366
|
"type": "fontSize",
|
|
19185
|
-
"value": "{
|
|
19367
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
19186
19368
|
},
|
|
19187
19369
|
"name": "utrechtHeading4FontSize",
|
|
19188
19370
|
"attributes": {},
|
|
@@ -19225,7 +19407,7 @@
|
|
|
19225
19407
|
}
|
|
19226
19408
|
},
|
|
19227
19409
|
"type": "fontWeight",
|
|
19228
|
-
"value": "{
|
|
19410
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
19229
19411
|
},
|
|
19230
19412
|
"name": "utrechtHeading4FontWeight",
|
|
19231
19413
|
"attributes": {},
|
|
@@ -19268,7 +19450,7 @@
|
|
|
19268
19450
|
}
|
|
19269
19451
|
},
|
|
19270
19452
|
"type": "lineHeight",
|
|
19271
|
-
"value": "{
|
|
19453
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
19272
19454
|
},
|
|
19273
19455
|
"name": "utrechtHeading4LineHeight",
|
|
19274
19456
|
"attributes": {},
|
|
@@ -19404,7 +19586,7 @@
|
|
|
19404
19586
|
}
|
|
19405
19587
|
},
|
|
19406
19588
|
"type": "fontFamily",
|
|
19407
|
-
"value": "{
|
|
19589
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
19408
19590
|
},
|
|
19409
19591
|
"name": "utrechtHeading5FontFamily",
|
|
19410
19592
|
"attributes": {},
|
|
@@ -19441,7 +19623,7 @@
|
|
|
19441
19623
|
}
|
|
19442
19624
|
},
|
|
19443
19625
|
"type": "fontSize",
|
|
19444
|
-
"value": "{
|
|
19626
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
19445
19627
|
},
|
|
19446
19628
|
"name": "utrechtHeading5FontSize",
|
|
19447
19629
|
"attributes": {},
|
|
@@ -19484,7 +19666,7 @@
|
|
|
19484
19666
|
}
|
|
19485
19667
|
},
|
|
19486
19668
|
"type": "fontWeight",
|
|
19487
|
-
"value": "{
|
|
19669
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
19488
19670
|
},
|
|
19489
19671
|
"name": "utrechtHeading5FontWeight",
|
|
19490
19672
|
"attributes": {},
|
|
@@ -19527,7 +19709,7 @@
|
|
|
19527
19709
|
}
|
|
19528
19710
|
},
|
|
19529
19711
|
"type": "lineHeight",
|
|
19530
|
-
"value": "{
|
|
19712
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
19531
19713
|
},
|
|
19532
19714
|
"name": "utrechtHeading5LineHeight",
|
|
19533
19715
|
"attributes": {},
|
|
@@ -19662,7 +19844,7 @@
|
|
|
19662
19844
|
}
|
|
19663
19845
|
},
|
|
19664
19846
|
"type": "fontFamily",
|
|
19665
|
-
"value": "{
|
|
19847
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
19666
19848
|
},
|
|
19667
19849
|
"name": "utrechtHeading6FontFamily",
|
|
19668
19850
|
"attributes": {},
|
|
@@ -19699,7 +19881,7 @@
|
|
|
19699
19881
|
}
|
|
19700
19882
|
},
|
|
19701
19883
|
"type": "fontSize",
|
|
19702
|
-
"value": "{
|
|
19884
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
19703
19885
|
},
|
|
19704
19886
|
"name": "utrechtHeading6FontSize",
|
|
19705
19887
|
"attributes": {},
|
|
@@ -19742,7 +19924,7 @@
|
|
|
19742
19924
|
}
|
|
19743
19925
|
},
|
|
19744
19926
|
"type": "fontWeight",
|
|
19745
|
-
"value": "{
|
|
19927
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
19746
19928
|
},
|
|
19747
19929
|
"name": "utrechtHeading6FontWeight",
|
|
19748
19930
|
"attributes": {},
|
|
@@ -19785,7 +19967,7 @@
|
|
|
19785
19967
|
}
|
|
19786
19968
|
},
|
|
19787
19969
|
"type": "lineHeight",
|
|
19788
|
-
"value": "{
|
|
19970
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
19789
19971
|
},
|
|
19790
19972
|
"name": "utrechtHeading6LineHeight",
|
|
19791
19973
|
"attributes": {},
|
|
@@ -19897,6 +20079,7 @@
|
|
|
19897
20079
|
]
|
|
19898
20080
|
}
|
|
19899
20081
|
},
|
|
20082
|
+
"html-content": {},
|
|
19900
20083
|
"iban-data": {},
|
|
19901
20084
|
"icon": {
|
|
19902
20085
|
"color": {
|
|
@@ -23132,7 +23315,7 @@
|
|
|
23132
23315
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23133
23316
|
},
|
|
23134
23317
|
"type": "color",
|
|
23135
|
-
"value": "{
|
|
23318
|
+
"value": "{nl.mark.background-color}"
|
|
23136
23319
|
},
|
|
23137
23320
|
"name": "utrechtMarkBackgroundColor",
|
|
23138
23321
|
"attributes": {},
|
|
@@ -23163,7 +23346,7 @@
|
|
|
23163
23346
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23164
23347
|
},
|
|
23165
23348
|
"type": "color",
|
|
23166
|
-
"value": "{
|
|
23349
|
+
"value": "{nl.mark.color}"
|
|
23167
23350
|
},
|
|
23168
23351
|
"name": "utrechtMarkColor",
|
|
23169
23352
|
"attributes": {},
|
|
@@ -23239,6 +23422,26 @@
|
|
|
23239
23422
|
]
|
|
23240
23423
|
},
|
|
23241
23424
|
"content": {
|
|
23425
|
+
"background-color": {
|
|
23426
|
+
"$extensions": {
|
|
23427
|
+
"nl.nldesignsystem.css.property": {
|
|
23428
|
+
"syntax": "<color>",
|
|
23429
|
+
"inherits": true
|
|
23430
|
+
},
|
|
23431
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23432
|
+
},
|
|
23433
|
+
"type": "color"
|
|
23434
|
+
},
|
|
23435
|
+
"color": {
|
|
23436
|
+
"$extensions": {
|
|
23437
|
+
"nl.nldesignsystem.css.property": {
|
|
23438
|
+
"syntax": "<color>",
|
|
23439
|
+
"inherits": true
|
|
23440
|
+
},
|
|
23441
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
23442
|
+
},
|
|
23443
|
+
"type": "color"
|
|
23444
|
+
},
|
|
23242
23445
|
"max-inline-size": {
|
|
23243
23446
|
"$extensions": {
|
|
23244
23447
|
"nl.nldesignsystem.css.property": {
|
|
@@ -23816,7 +24019,7 @@
|
|
|
23816
24019
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23817
24020
|
},
|
|
23818
24021
|
"type": "color",
|
|
23819
|
-
"value": "{
|
|
24022
|
+
"value": "{nl.number-badge.background-color}"
|
|
23820
24023
|
},
|
|
23821
24024
|
"name": "utrechtNumberBadgeBackgroundColor",
|
|
23822
24025
|
"attributes": {},
|
|
@@ -23872,7 +24075,7 @@
|
|
|
23872
24075
|
}
|
|
23873
24076
|
},
|
|
23874
24077
|
"type": "dimension",
|
|
23875
|
-
"value": "{
|
|
24078
|
+
"value": "{nl.number-badge.border-radius}"
|
|
23876
24079
|
},
|
|
23877
24080
|
"name": "utrechtNumberBadgeBorderRadius",
|
|
23878
24081
|
"attributes": {},
|
|
@@ -23924,7 +24127,7 @@
|
|
|
23924
24127
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23925
24128
|
},
|
|
23926
24129
|
"type": "color",
|
|
23927
|
-
"value": "{
|
|
24130
|
+
"value": "{nl.number-badge.color}"
|
|
23928
24131
|
},
|
|
23929
24132
|
"name": "utrechtNumberBadgeColor",
|
|
23930
24133
|
"attributes": {},
|
|
@@ -23981,7 +24184,7 @@
|
|
|
23981
24184
|
}
|
|
23982
24185
|
},
|
|
23983
24186
|
"type": "fontSize",
|
|
23984
|
-
"value": "{
|
|
24187
|
+
"value": "{nl.number-badge.font-size}"
|
|
23985
24188
|
},
|
|
23986
24189
|
"name": "utrechtNumberBadgeFontSize",
|
|
23987
24190
|
"attributes": {},
|
|
@@ -24074,7 +24277,7 @@
|
|
|
24074
24277
|
}
|
|
24075
24278
|
},
|
|
24076
24279
|
"type": "dimension",
|
|
24077
|
-
"value": "
|
|
24280
|
+
"value": "{nl.number-badge.padding-block}"
|
|
24078
24281
|
},
|
|
24079
24282
|
"name": "utrechtNumberBadgePaddingBlock",
|
|
24080
24283
|
"attributes": {},
|
|
@@ -24119,7 +24322,7 @@
|
|
|
24119
24322
|
}
|
|
24120
24323
|
},
|
|
24121
24324
|
"type": "dimension",
|
|
24122
|
-
"value": "
|
|
24325
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
24123
24326
|
},
|
|
24124
24327
|
"name": "utrechtNumberBadgePaddingInline",
|
|
24125
24328
|
"attributes": {},
|
|
@@ -24502,6 +24705,90 @@
|
|
|
24502
24705
|
}
|
|
24503
24706
|
}
|
|
24504
24707
|
},
|
|
24708
|
+
"page-body": {
|
|
24709
|
+
"background-color": {
|
|
24710
|
+
"$extensions": {
|
|
24711
|
+
"nl.nldesignsystem.css.property": {
|
|
24712
|
+
"syntax": "<color>",
|
|
24713
|
+
"inherits": true
|
|
24714
|
+
},
|
|
24715
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24716
|
+
},
|
|
24717
|
+
"type": "color"
|
|
24718
|
+
},
|
|
24719
|
+
"color": {
|
|
24720
|
+
"$extensions": {
|
|
24721
|
+
"nl.nldesignsystem.css.property": {
|
|
24722
|
+
"syntax": "<color>",
|
|
24723
|
+
"inherits": true
|
|
24724
|
+
},
|
|
24725
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24726
|
+
},
|
|
24727
|
+
"type": "color"
|
|
24728
|
+
},
|
|
24729
|
+
"content": {
|
|
24730
|
+
"background-color": {
|
|
24731
|
+
"$extensions": {
|
|
24732
|
+
"nl.nldesignsystem.css.property": {
|
|
24733
|
+
"syntax": "<color>",
|
|
24734
|
+
"inherits": true
|
|
24735
|
+
},
|
|
24736
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24737
|
+
},
|
|
24738
|
+
"type": "color"
|
|
24739
|
+
},
|
|
24740
|
+
"color": {
|
|
24741
|
+
"$extensions": {
|
|
24742
|
+
"nl.nldesignsystem.css.property": {
|
|
24743
|
+
"syntax": "<color>",
|
|
24744
|
+
"inherits": true
|
|
24745
|
+
},
|
|
24746
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24747
|
+
},
|
|
24748
|
+
"type": "color"
|
|
24749
|
+
},
|
|
24750
|
+
"padding-block-start": {
|
|
24751
|
+
"$extensions": {
|
|
24752
|
+
"nl.nldesignsystem.css.property": {
|
|
24753
|
+
"syntax": "<length>",
|
|
24754
|
+
"inherits": true
|
|
24755
|
+
},
|
|
24756
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24757
|
+
},
|
|
24758
|
+
"type": "spacing"
|
|
24759
|
+
},
|
|
24760
|
+
"padding-block-end": {
|
|
24761
|
+
"$extensions": {
|
|
24762
|
+
"nl.nldesignsystem.css.property": {
|
|
24763
|
+
"syntax": "<length>",
|
|
24764
|
+
"inherits": true
|
|
24765
|
+
},
|
|
24766
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24767
|
+
},
|
|
24768
|
+
"type": "spacing"
|
|
24769
|
+
},
|
|
24770
|
+
"padding-inline-start": {
|
|
24771
|
+
"$extensions": {
|
|
24772
|
+
"nl.nldesignsystem.css.property": {
|
|
24773
|
+
"syntax": "<length>",
|
|
24774
|
+
"inherits": true
|
|
24775
|
+
},
|
|
24776
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24777
|
+
},
|
|
24778
|
+
"type": "spacing"
|
|
24779
|
+
},
|
|
24780
|
+
"padding-inine-end": {
|
|
24781
|
+
"$extensions": {
|
|
24782
|
+
"nl.nldesignsystem.css.property": {
|
|
24783
|
+
"syntax": "<length>",
|
|
24784
|
+
"inherits": true
|
|
24785
|
+
},
|
|
24786
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24787
|
+
},
|
|
24788
|
+
"type": "spacing"
|
|
24789
|
+
}
|
|
24790
|
+
}
|
|
24791
|
+
},
|
|
24505
24792
|
"page-content": {
|
|
24506
24793
|
"padding-block-start": {
|
|
24507
24794
|
"$extensions": {
|
|
@@ -24839,6 +25126,68 @@
|
|
|
24839
25126
|
"page-footer",
|
|
24840
25127
|
"padding-block-start"
|
|
24841
25128
|
]
|
|
25129
|
+
},
|
|
25130
|
+
"content": {
|
|
25131
|
+
"color": {
|
|
25132
|
+
"$extensions": {
|
|
25133
|
+
"nl.nldesignsystem.css.property": {
|
|
25134
|
+
"syntax": "<color>",
|
|
25135
|
+
"inherits": true
|
|
25136
|
+
},
|
|
25137
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25138
|
+
},
|
|
25139
|
+
"type": "color"
|
|
25140
|
+
},
|
|
25141
|
+
"background-color": {
|
|
25142
|
+
"$extensions": {
|
|
25143
|
+
"nl.nldesignsystem.css.property": {
|
|
25144
|
+
"syntax": "<color>",
|
|
25145
|
+
"inherits": true
|
|
25146
|
+
},
|
|
25147
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25148
|
+
},
|
|
25149
|
+
"type": "color"
|
|
25150
|
+
},
|
|
25151
|
+
"padding-inline-end": {
|
|
25152
|
+
"$extensions": {
|
|
25153
|
+
"nl.nldesignsystem.css.property": {
|
|
25154
|
+
"syntax": "<length>",
|
|
25155
|
+
"inherits": true
|
|
25156
|
+
},
|
|
25157
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25158
|
+
},
|
|
25159
|
+
"type": "spacing"
|
|
25160
|
+
},
|
|
25161
|
+
"padding-inline-start": {
|
|
25162
|
+
"$extensions": {
|
|
25163
|
+
"nl.nldesignsystem.css.property": {
|
|
25164
|
+
"syntax": "<length>",
|
|
25165
|
+
"inherits": true
|
|
25166
|
+
},
|
|
25167
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25168
|
+
},
|
|
25169
|
+
"type": "spacing"
|
|
25170
|
+
},
|
|
25171
|
+
"padding-block-end": {
|
|
25172
|
+
"$extensions": {
|
|
25173
|
+
"nl.nldesignsystem.css.property": {
|
|
25174
|
+
"syntax": "<length>",
|
|
25175
|
+
"inherits": true
|
|
25176
|
+
},
|
|
25177
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25178
|
+
},
|
|
25179
|
+
"type": "spacing"
|
|
25180
|
+
},
|
|
25181
|
+
"padding-block-start": {
|
|
25182
|
+
"$extensions": {
|
|
25183
|
+
"nl.nldesignsystem.css.property": {
|
|
25184
|
+
"syntax": "<length>",
|
|
25185
|
+
"inherits": true
|
|
25186
|
+
},
|
|
25187
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25188
|
+
},
|
|
25189
|
+
"type": "spacing"
|
|
25190
|
+
}
|
|
24842
25191
|
}
|
|
24843
25192
|
},
|
|
24844
25193
|
"page-header": {
|
|
@@ -24852,6 +25201,16 @@
|
|
|
24852
25201
|
},
|
|
24853
25202
|
"type": "color"
|
|
24854
25203
|
},
|
|
25204
|
+
"border-block-end-color": {
|
|
25205
|
+
"$extensions": {
|
|
25206
|
+
"nl.nldesignsystem.css.property": {
|
|
25207
|
+
"syntax": "<color>",
|
|
25208
|
+
"inherits": true
|
|
25209
|
+
},
|
|
25210
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25211
|
+
},
|
|
25212
|
+
"type": "color"
|
|
25213
|
+
},
|
|
24855
25214
|
"color": {
|
|
24856
25215
|
"$extensions": {
|
|
24857
25216
|
"nl.nldesignsystem.css.property": {
|
|
@@ -25009,8 +25368,71 @@
|
|
|
25009
25368
|
"page-header",
|
|
25010
25369
|
"padding-inline-end"
|
|
25011
25370
|
]
|
|
25371
|
+
},
|
|
25372
|
+
"content": {
|
|
25373
|
+
"background-color": {
|
|
25374
|
+
"$extensions": {
|
|
25375
|
+
"nl.nldesignsystem.css.property": {
|
|
25376
|
+
"syntax": "<color>",
|
|
25377
|
+
"inherits": true
|
|
25378
|
+
},
|
|
25379
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25380
|
+
},
|
|
25381
|
+
"type": "color"
|
|
25382
|
+
},
|
|
25383
|
+
"color": {
|
|
25384
|
+
"$extensions": {
|
|
25385
|
+
"nl.nldesignsystem.css.property": {
|
|
25386
|
+
"syntax": "<color>",
|
|
25387
|
+
"inherits": true
|
|
25388
|
+
},
|
|
25389
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25390
|
+
},
|
|
25391
|
+
"type": "color"
|
|
25392
|
+
},
|
|
25393
|
+
"padding-block-start": {
|
|
25394
|
+
"$extensions": {
|
|
25395
|
+
"nl.nldesignsystem.css.property": {
|
|
25396
|
+
"syntax": "<length>",
|
|
25397
|
+
"inherits": true
|
|
25398
|
+
},
|
|
25399
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25400
|
+
},
|
|
25401
|
+
"type": "spacing"
|
|
25402
|
+
},
|
|
25403
|
+
"padding-block-end": {
|
|
25404
|
+
"$extensions": {
|
|
25405
|
+
"nl.nldesignsystem.css.property": {
|
|
25406
|
+
"syntax": "<length>",
|
|
25407
|
+
"inherits": true
|
|
25408
|
+
},
|
|
25409
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25410
|
+
},
|
|
25411
|
+
"type": "spacing"
|
|
25412
|
+
},
|
|
25413
|
+
"padding-inline-start": {
|
|
25414
|
+
"$extensions": {
|
|
25415
|
+
"nl.nldesignsystem.css.property": {
|
|
25416
|
+
"syntax": "<length>",
|
|
25417
|
+
"inherits": true
|
|
25418
|
+
},
|
|
25419
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25420
|
+
},
|
|
25421
|
+
"type": "spacing"
|
|
25422
|
+
},
|
|
25423
|
+
"padding-inline-end": {
|
|
25424
|
+
"$extensions": {
|
|
25425
|
+
"nl.nldesignsystem.css.property": {
|
|
25426
|
+
"syntax": "<length>",
|
|
25427
|
+
"inherits": true
|
|
25428
|
+
},
|
|
25429
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25430
|
+
},
|
|
25431
|
+
"type": "spacing"
|
|
25432
|
+
}
|
|
25012
25433
|
}
|
|
25013
25434
|
},
|
|
25435
|
+
"page-layout": {},
|
|
25014
25436
|
"page": {
|
|
25015
25437
|
"background-color": {
|
|
25016
25438
|
"value": "hsl(0 0% 15%)",
|
|
@@ -26653,7 +27075,7 @@
|
|
|
26653
27075
|
}
|
|
26654
27076
|
},
|
|
26655
27077
|
"type": "fontFamily",
|
|
26656
|
-
"value": "{
|
|
27078
|
+
"value": "{nl.paragraph.font-family}"
|
|
26657
27079
|
},
|
|
26658
27080
|
"name": "utrechtParagraphFontFamily",
|
|
26659
27081
|
"attributes": {},
|
|
@@ -26696,7 +27118,7 @@
|
|
|
26696
27118
|
}
|
|
26697
27119
|
},
|
|
26698
27120
|
"type": "fontSize",
|
|
26699
|
-
"value": "{
|
|
27121
|
+
"value": "{nl.paragraph.font-size}"
|
|
26700
27122
|
},
|
|
26701
27123
|
"name": "utrechtParagraphFontSize",
|
|
26702
27124
|
"attributes": {},
|
|
@@ -26733,7 +27155,7 @@
|
|
|
26733
27155
|
}
|
|
26734
27156
|
},
|
|
26735
27157
|
"type": "fontWeight",
|
|
26736
|
-
"value": "{
|
|
27158
|
+
"value": "{nl.paragraph.font-weight}"
|
|
26737
27159
|
},
|
|
26738
27160
|
"name": "utrechtParagraphFontWeight",
|
|
26739
27161
|
"attributes": {},
|
|
@@ -26782,7 +27204,7 @@
|
|
|
26782
27204
|
}
|
|
26783
27205
|
},
|
|
26784
27206
|
"type": "lineHeight",
|
|
26785
|
-
"value": "{
|
|
27207
|
+
"value": "{nl.paragraph.line-height}"
|
|
26786
27208
|
},
|
|
26787
27209
|
"name": "utrechtParagraphLineHeight",
|
|
26788
27210
|
"attributes": {},
|
|
@@ -26879,33 +27301,7 @@
|
|
|
26879
27301
|
],
|
|
26880
27302
|
"nl.nldesignsystem.figma.supports-token": true
|
|
26881
27303
|
},
|
|
26882
|
-
"type": "color"
|
|
26883
|
-
"value": "hsl(0 0% 95%)",
|
|
26884
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
26885
|
-
"isSource": true,
|
|
26886
|
-
"original": {
|
|
26887
|
-
"$extensions": {
|
|
26888
|
-
"nl.nldesignsystem.css.property": {
|
|
26889
|
-
"syntax": "<color>",
|
|
26890
|
-
"inherits": true
|
|
26891
|
-
},
|
|
26892
|
-
"nl.nldesignsystem.fallback": [
|
|
26893
|
-
"utrecht.paragraph.color",
|
|
26894
|
-
"utrecht.document.color"
|
|
26895
|
-
],
|
|
26896
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
26897
|
-
},
|
|
26898
|
-
"type": "color",
|
|
26899
|
-
"value": "{utrecht.document.color}"
|
|
26900
|
-
},
|
|
26901
|
-
"name": "utrechtParagraphLeadColor",
|
|
26902
|
-
"attributes": {},
|
|
26903
|
-
"path": [
|
|
26904
|
-
"utrecht",
|
|
26905
|
-
"paragraph",
|
|
26906
|
-
"lead",
|
|
26907
|
-
"color"
|
|
26908
|
-
]
|
|
27304
|
+
"type": "color"
|
|
26909
27305
|
},
|
|
26910
27306
|
"font-size": {
|
|
26911
27307
|
"$extensions": {
|
|
@@ -26942,7 +27338,7 @@
|
|
|
26942
27338
|
}
|
|
26943
27339
|
},
|
|
26944
27340
|
"type": "fontSize",
|
|
26945
|
-
"value": "{
|
|
27341
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
26946
27342
|
},
|
|
26947
27343
|
"name": "utrechtParagraphLeadFontSize",
|
|
26948
27344
|
"attributes": {},
|
|
@@ -26988,7 +27384,7 @@
|
|
|
26988
27384
|
}
|
|
26989
27385
|
},
|
|
26990
27386
|
"type": "fontWeight",
|
|
26991
|
-
"value": "{
|
|
27387
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
26992
27388
|
},
|
|
26993
27389
|
"name": "utrechtParagraphLeadFontWeight",
|
|
26994
27390
|
"attributes": {},
|
|
@@ -27040,7 +27436,7 @@
|
|
|
27040
27436
|
}
|
|
27041
27437
|
},
|
|
27042
27438
|
"type": "lineHeight",
|
|
27043
|
-
"value": "{
|
|
27439
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
27044
27440
|
},
|
|
27045
27441
|
"name": "utrechtParagraphLeadLineHeight",
|
|
27046
27442
|
"attributes": {},
|
|
@@ -28569,6 +28965,38 @@
|
|
|
28569
28965
|
}
|
|
28570
28966
|
}
|
|
28571
28967
|
},
|
|
28968
|
+
"root": {
|
|
28969
|
+
"background-color": {
|
|
28970
|
+
"$extensions": {
|
|
28971
|
+
"nl.nldesignsystem.css.property": {
|
|
28972
|
+
"syntax": "<color>",
|
|
28973
|
+
"inherits": true
|
|
28974
|
+
},
|
|
28975
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28976
|
+
},
|
|
28977
|
+
"type": "color"
|
|
28978
|
+
},
|
|
28979
|
+
"color": {
|
|
28980
|
+
"$extensions": {
|
|
28981
|
+
"nl.nldesignsystem.css.property": {
|
|
28982
|
+
"syntax": "<color>",
|
|
28983
|
+
"inherits": true
|
|
28984
|
+
},
|
|
28985
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28986
|
+
},
|
|
28987
|
+
"type": "color"
|
|
28988
|
+
},
|
|
28989
|
+
"font-family": {
|
|
28990
|
+
"$extensions": {
|
|
28991
|
+
"nl.nldesignsystem.css.property": {
|
|
28992
|
+
"syntax": "*",
|
|
28993
|
+
"inherits": true
|
|
28994
|
+
},
|
|
28995
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28996
|
+
},
|
|
28997
|
+
"type": "fontFamilies"
|
|
28998
|
+
}
|
|
28999
|
+
},
|
|
28572
29000
|
"search-bar": {
|
|
28573
29001
|
"button": {
|
|
28574
29002
|
"background-color": {
|
|
@@ -30289,7 +30717,7 @@
|
|
|
30289
30717
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30290
30718
|
},
|
|
30291
30719
|
"type": "color",
|
|
30292
|
-
"value": "{
|
|
30720
|
+
"value": "{nl.skip-link.background-color}"
|
|
30293
30721
|
},
|
|
30294
30722
|
"name": "utrechtSkipLinkBackgroundColor",
|
|
30295
30723
|
"attributes": {},
|
|
@@ -30320,7 +30748,7 @@
|
|
|
30320
30748
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30321
30749
|
},
|
|
30322
30750
|
"type": "color",
|
|
30323
|
-
"value": "{
|
|
30751
|
+
"value": "{nl.skip-link.color}"
|
|
30324
30752
|
},
|
|
30325
30753
|
"name": "utrechtSkipLinkColor",
|
|
30326
30754
|
"attributes": {},
|
|
@@ -30377,7 +30805,7 @@
|
|
|
30377
30805
|
}
|
|
30378
30806
|
},
|
|
30379
30807
|
"type": "dimension",
|
|
30380
|
-
"value": "{
|
|
30808
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30381
30809
|
},
|
|
30382
30810
|
"name": "utrechtSkipLinkPaddingBlockStart",
|
|
30383
30811
|
"attributes": {},
|
|
@@ -30414,7 +30842,7 @@
|
|
|
30414
30842
|
}
|
|
30415
30843
|
},
|
|
30416
30844
|
"type": "dimension",
|
|
30417
|
-
"value": "{
|
|
30845
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30418
30846
|
},
|
|
30419
30847
|
"name": "utrechtSkipLinkPaddingBlockEnd",
|
|
30420
30848
|
"attributes": {},
|
|
@@ -30451,7 +30879,7 @@
|
|
|
30451
30879
|
}
|
|
30452
30880
|
},
|
|
30453
30881
|
"type": "dimension",
|
|
30454
|
-
"value": "{
|
|
30882
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30455
30883
|
},
|
|
30456
30884
|
"name": "utrechtSkipLinkPaddingInlineStart",
|
|
30457
30885
|
"attributes": {},
|
|
@@ -30488,7 +30916,7 @@
|
|
|
30488
30916
|
}
|
|
30489
30917
|
},
|
|
30490
30918
|
"type": "dimension",
|
|
30491
|
-
"value": "{
|
|
30919
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30492
30920
|
},
|
|
30493
30921
|
"name": "utrechtSkipLinkPaddingInlineEnd",
|
|
30494
30922
|
"attributes": {},
|
|
@@ -30527,7 +30955,7 @@
|
|
|
30527
30955
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30528
30956
|
},
|
|
30529
30957
|
"type": "textDecoration",
|
|
30530
|
-
"value": "{
|
|
30958
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
30531
30959
|
},
|
|
30532
30960
|
"name": "utrechtSkipLinkTextDecoration",
|
|
30533
30961
|
"attributes": {},
|
|
@@ -30576,7 +31004,7 @@
|
|
|
30576
31004
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
30577
31005
|
},
|
|
30578
31006
|
"type": "color",
|
|
30579
|
-
"value": "{
|
|
31007
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
30580
31008
|
},
|
|
30581
31009
|
"name": "utrechtSkipLinkFocusBackgroundColor",
|
|
30582
31010
|
"attributes": {},
|
|
@@ -30612,7 +31040,7 @@
|
|
|
30612
31040
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
30613
31041
|
},
|
|
30614
31042
|
"type": "color",
|
|
30615
|
-
"value": "{
|
|
31043
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
30616
31044
|
},
|
|
30617
31045
|
"name": "utrechtSkipLinkFocusColor",
|
|
30618
31046
|
"attributes": {},
|
|
@@ -30690,7 +31118,7 @@
|
|
|
30690
31118
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30691
31119
|
},
|
|
30692
31120
|
"type": "textDecoration",
|
|
30693
|
-
"value": "{
|
|
31121
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
30694
31122
|
},
|
|
30695
31123
|
"name": "utrechtSkipLinkFocusVisibleTextDecoration",
|
|
30696
31124
|
"attributes": {},
|
|
@@ -37459,6 +37887,1003 @@
|
|
|
37459
37887
|
}
|
|
37460
37888
|
}
|
|
37461
37889
|
},
|
|
37890
|
+
"nl": {
|
|
37891
|
+
"code-block": {
|
|
37892
|
+
"background-color": {
|
|
37893
|
+
"value": "hsl(0 0% 95%)",
|
|
37894
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37895
|
+
"isSource": true,
|
|
37896
|
+
"original": {
|
|
37897
|
+
"value": "{utrecht.color.grey.95}"
|
|
37898
|
+
},
|
|
37899
|
+
"name": "nlCodeBlockBackgroundColor",
|
|
37900
|
+
"attributes": {},
|
|
37901
|
+
"path": [
|
|
37902
|
+
"nl",
|
|
37903
|
+
"code-block",
|
|
37904
|
+
"background-color"
|
|
37905
|
+
]
|
|
37906
|
+
},
|
|
37907
|
+
"color": {
|
|
37908
|
+
"value": "hsl(0 0% 0%)",
|
|
37909
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37910
|
+
"isSource": true,
|
|
37911
|
+
"original": {
|
|
37912
|
+
"value": "{utrecht.color.black}"
|
|
37913
|
+
},
|
|
37914
|
+
"name": "nlCodeBlockColor",
|
|
37915
|
+
"attributes": {},
|
|
37916
|
+
"path": [
|
|
37917
|
+
"nl",
|
|
37918
|
+
"code-block",
|
|
37919
|
+
"color"
|
|
37920
|
+
]
|
|
37921
|
+
},
|
|
37922
|
+
"font-family": {
|
|
37923
|
+
"value": "\"Monaco\"",
|
|
37924
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37925
|
+
"isSource": true,
|
|
37926
|
+
"original": {
|
|
37927
|
+
"value": "\"Monaco\""
|
|
37928
|
+
},
|
|
37929
|
+
"name": "nlCodeBlockFontFamily",
|
|
37930
|
+
"attributes": {},
|
|
37931
|
+
"path": [
|
|
37932
|
+
"nl",
|
|
37933
|
+
"code-block",
|
|
37934
|
+
"font-family"
|
|
37935
|
+
]
|
|
37936
|
+
},
|
|
37937
|
+
"font-size": {
|
|
37938
|
+
"value": "1rem",
|
|
37939
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37940
|
+
"isSource": true,
|
|
37941
|
+
"original": {
|
|
37942
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
37943
|
+
},
|
|
37944
|
+
"name": "nlCodeBlockFontSize",
|
|
37945
|
+
"attributes": {},
|
|
37946
|
+
"path": [
|
|
37947
|
+
"nl",
|
|
37948
|
+
"code-block",
|
|
37949
|
+
"font-size"
|
|
37950
|
+
]
|
|
37951
|
+
},
|
|
37952
|
+
"line-height": {
|
|
37953
|
+
"value": "1.5",
|
|
37954
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37955
|
+
"isSource": true,
|
|
37956
|
+
"original": {
|
|
37957
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
37958
|
+
},
|
|
37959
|
+
"name": "nlCodeBlockLineHeight",
|
|
37960
|
+
"attributes": {},
|
|
37961
|
+
"path": [
|
|
37962
|
+
"nl",
|
|
37963
|
+
"code-block",
|
|
37964
|
+
"line-height"
|
|
37965
|
+
]
|
|
37966
|
+
},
|
|
37967
|
+
"padding-block": {
|
|
37968
|
+
"value": "20px",
|
|
37969
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37970
|
+
"isSource": true,
|
|
37971
|
+
"original": {
|
|
37972
|
+
"value": "20px"
|
|
37973
|
+
},
|
|
37974
|
+
"name": "nlCodeBlockPaddingBlock",
|
|
37975
|
+
"attributes": {},
|
|
37976
|
+
"path": [
|
|
37977
|
+
"nl",
|
|
37978
|
+
"code-block",
|
|
37979
|
+
"padding-block"
|
|
37980
|
+
]
|
|
37981
|
+
},
|
|
37982
|
+
"padding-inline": {
|
|
37983
|
+
"value": "20px",
|
|
37984
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
37985
|
+
"isSource": true,
|
|
37986
|
+
"original": {
|
|
37987
|
+
"value": "20px"
|
|
37988
|
+
},
|
|
37989
|
+
"name": "nlCodeBlockPaddingInline",
|
|
37990
|
+
"attributes": {},
|
|
37991
|
+
"path": [
|
|
37992
|
+
"nl",
|
|
37993
|
+
"code-block",
|
|
37994
|
+
"padding-inline"
|
|
37995
|
+
]
|
|
37996
|
+
}
|
|
37997
|
+
},
|
|
37998
|
+
"code": {
|
|
37999
|
+
"background-color": {},
|
|
38000
|
+
"color": {},
|
|
38001
|
+
"font-family": {},
|
|
38002
|
+
"font-size": {},
|
|
38003
|
+
"line-height": {}
|
|
38004
|
+
},
|
|
38005
|
+
"data-badge": {
|
|
38006
|
+
"background-color": {
|
|
38007
|
+
"value": "hsl(0 0% 30%)",
|
|
38008
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38009
|
+
"isSource": true,
|
|
38010
|
+
"original": {
|
|
38011
|
+
"value": "{utrecht.color.grey.30}"
|
|
38012
|
+
},
|
|
38013
|
+
"name": "nlDataBadgeBackgroundColor",
|
|
38014
|
+
"attributes": {},
|
|
38015
|
+
"path": [
|
|
38016
|
+
"nl",
|
|
38017
|
+
"data-badge",
|
|
38018
|
+
"background-color"
|
|
38019
|
+
]
|
|
38020
|
+
},
|
|
38021
|
+
"border-radius": {
|
|
38022
|
+
"value": "0",
|
|
38023
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38024
|
+
"isSource": true,
|
|
38025
|
+
"original": {
|
|
38026
|
+
"value": "0"
|
|
38027
|
+
},
|
|
38028
|
+
"name": "nlDataBadgeBorderRadius",
|
|
38029
|
+
"attributes": {},
|
|
38030
|
+
"path": [
|
|
38031
|
+
"nl",
|
|
38032
|
+
"data-badge",
|
|
38033
|
+
"border-radius"
|
|
38034
|
+
]
|
|
38035
|
+
},
|
|
38036
|
+
"color": {
|
|
38037
|
+
"value": "hsl(0 0% 100%)",
|
|
38038
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38039
|
+
"isSource": true,
|
|
38040
|
+
"original": {
|
|
38041
|
+
"value": "{utrecht.color.white}"
|
|
38042
|
+
},
|
|
38043
|
+
"name": "nlDataBadgeColor",
|
|
38044
|
+
"attributes": {},
|
|
38045
|
+
"path": [
|
|
38046
|
+
"nl",
|
|
38047
|
+
"data-badge",
|
|
38048
|
+
"color"
|
|
38049
|
+
]
|
|
38050
|
+
},
|
|
38051
|
+
"font-weight": {},
|
|
38052
|
+
"padding-block": {
|
|
38053
|
+
"value": "8px",
|
|
38054
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38055
|
+
"isSource": true,
|
|
38056
|
+
"original": {
|
|
38057
|
+
"value": "{utrecht.space.block.xs}"
|
|
38058
|
+
},
|
|
38059
|
+
"name": "nlDataBadgePaddingBlock",
|
|
38060
|
+
"attributes": {},
|
|
38061
|
+
"path": [
|
|
38062
|
+
"nl",
|
|
38063
|
+
"data-badge",
|
|
38064
|
+
"padding-block"
|
|
38065
|
+
]
|
|
38066
|
+
},
|
|
38067
|
+
"padding-inline": {
|
|
38068
|
+
"value": "12px",
|
|
38069
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
38070
|
+
"isSource": true,
|
|
38071
|
+
"original": {
|
|
38072
|
+
"value": "{utrecht.space.inline.sm}"
|
|
38073
|
+
},
|
|
38074
|
+
"name": "nlDataBadgePaddingInline",
|
|
38075
|
+
"attributes": {},
|
|
38076
|
+
"path": [
|
|
38077
|
+
"nl",
|
|
38078
|
+
"data-badge",
|
|
38079
|
+
"padding-inline"
|
|
38080
|
+
]
|
|
38081
|
+
}
|
|
38082
|
+
},
|
|
38083
|
+
"heading": {
|
|
38084
|
+
"level-1": {
|
|
38085
|
+
"color": {},
|
|
38086
|
+
"font-family": {
|
|
38087
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38088
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38089
|
+
"isSource": true,
|
|
38090
|
+
"original": {
|
|
38091
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38092
|
+
},
|
|
38093
|
+
"name": "nlHeadingLevel1FontFamily",
|
|
38094
|
+
"attributes": {},
|
|
38095
|
+
"path": [
|
|
38096
|
+
"nl",
|
|
38097
|
+
"heading",
|
|
38098
|
+
"level-1",
|
|
38099
|
+
"font-family"
|
|
38100
|
+
]
|
|
38101
|
+
},
|
|
38102
|
+
"font-size": {
|
|
38103
|
+
"value": "2rem",
|
|
38104
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38105
|
+
"isSource": true,
|
|
38106
|
+
"original": {
|
|
38107
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
38108
|
+
},
|
|
38109
|
+
"name": "nlHeadingLevel1FontSize",
|
|
38110
|
+
"attributes": {},
|
|
38111
|
+
"path": [
|
|
38112
|
+
"nl",
|
|
38113
|
+
"heading",
|
|
38114
|
+
"level-1",
|
|
38115
|
+
"font-size"
|
|
38116
|
+
]
|
|
38117
|
+
},
|
|
38118
|
+
"font-weight": {
|
|
38119
|
+
"value": "700",
|
|
38120
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38121
|
+
"isSource": true,
|
|
38122
|
+
"original": {
|
|
38123
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38124
|
+
},
|
|
38125
|
+
"name": "nlHeadingLevel1FontWeight",
|
|
38126
|
+
"attributes": {},
|
|
38127
|
+
"path": [
|
|
38128
|
+
"nl",
|
|
38129
|
+
"heading",
|
|
38130
|
+
"level-1",
|
|
38131
|
+
"font-weight"
|
|
38132
|
+
]
|
|
38133
|
+
},
|
|
38134
|
+
"line-height": {
|
|
38135
|
+
"value": "1.25",
|
|
38136
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38137
|
+
"isSource": true,
|
|
38138
|
+
"original": {
|
|
38139
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38140
|
+
},
|
|
38141
|
+
"name": "nlHeadingLevel1LineHeight",
|
|
38142
|
+
"attributes": {},
|
|
38143
|
+
"path": [
|
|
38144
|
+
"nl",
|
|
38145
|
+
"heading",
|
|
38146
|
+
"level-1",
|
|
38147
|
+
"line-height"
|
|
38148
|
+
]
|
|
38149
|
+
}
|
|
38150
|
+
},
|
|
38151
|
+
"level-2": {
|
|
38152
|
+
"color": {},
|
|
38153
|
+
"font-family": {
|
|
38154
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38155
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38156
|
+
"isSource": true,
|
|
38157
|
+
"original": {
|
|
38158
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38159
|
+
},
|
|
38160
|
+
"name": "nlHeadingLevel2FontFamily",
|
|
38161
|
+
"attributes": {},
|
|
38162
|
+
"path": [
|
|
38163
|
+
"nl",
|
|
38164
|
+
"heading",
|
|
38165
|
+
"level-2",
|
|
38166
|
+
"font-family"
|
|
38167
|
+
]
|
|
38168
|
+
},
|
|
38169
|
+
"font-size": {
|
|
38170
|
+
"value": "1.25rem",
|
|
38171
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38172
|
+
"isSource": true,
|
|
38173
|
+
"original": {
|
|
38174
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38175
|
+
},
|
|
38176
|
+
"name": "nlHeadingLevel2FontSize",
|
|
38177
|
+
"attributes": {},
|
|
38178
|
+
"path": [
|
|
38179
|
+
"nl",
|
|
38180
|
+
"heading",
|
|
38181
|
+
"level-2",
|
|
38182
|
+
"font-size"
|
|
38183
|
+
]
|
|
38184
|
+
},
|
|
38185
|
+
"font-weight": {
|
|
38186
|
+
"value": "700",
|
|
38187
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38188
|
+
"isSource": true,
|
|
38189
|
+
"original": {
|
|
38190
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
38191
|
+
},
|
|
38192
|
+
"name": "nlHeadingLevel2FontWeight",
|
|
38193
|
+
"attributes": {},
|
|
38194
|
+
"path": [
|
|
38195
|
+
"nl",
|
|
38196
|
+
"heading",
|
|
38197
|
+
"level-2",
|
|
38198
|
+
"font-weight"
|
|
38199
|
+
]
|
|
38200
|
+
},
|
|
38201
|
+
"line-height": {
|
|
38202
|
+
"value": "1.25",
|
|
38203
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38204
|
+
"isSource": true,
|
|
38205
|
+
"original": {
|
|
38206
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38207
|
+
},
|
|
38208
|
+
"name": "nlHeadingLevel2LineHeight",
|
|
38209
|
+
"attributes": {},
|
|
38210
|
+
"path": [
|
|
38211
|
+
"nl",
|
|
38212
|
+
"heading",
|
|
38213
|
+
"level-2",
|
|
38214
|
+
"line-height"
|
|
38215
|
+
]
|
|
38216
|
+
}
|
|
38217
|
+
},
|
|
38218
|
+
"level-3": {
|
|
38219
|
+
"color": {},
|
|
38220
|
+
"font-family": {
|
|
38221
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38222
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38223
|
+
"isSource": true,
|
|
38224
|
+
"original": {
|
|
38225
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38226
|
+
},
|
|
38227
|
+
"name": "nlHeadingLevel3FontFamily",
|
|
38228
|
+
"attributes": {},
|
|
38229
|
+
"path": [
|
|
38230
|
+
"nl",
|
|
38231
|
+
"heading",
|
|
38232
|
+
"level-3",
|
|
38233
|
+
"font-family"
|
|
38234
|
+
]
|
|
38235
|
+
},
|
|
38236
|
+
"font-size": {
|
|
38237
|
+
"value": "1.25rem",
|
|
38238
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38239
|
+
"isSource": true,
|
|
38240
|
+
"original": {
|
|
38241
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38242
|
+
},
|
|
38243
|
+
"name": "nlHeadingLevel3FontSize",
|
|
38244
|
+
"attributes": {},
|
|
38245
|
+
"path": [
|
|
38246
|
+
"nl",
|
|
38247
|
+
"heading",
|
|
38248
|
+
"level-3",
|
|
38249
|
+
"font-size"
|
|
38250
|
+
]
|
|
38251
|
+
},
|
|
38252
|
+
"font-weight": {
|
|
38253
|
+
"value": "400",
|
|
38254
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38255
|
+
"isSource": true,
|
|
38256
|
+
"original": {
|
|
38257
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38258
|
+
},
|
|
38259
|
+
"name": "nlHeadingLevel3FontWeight",
|
|
38260
|
+
"attributes": {},
|
|
38261
|
+
"path": [
|
|
38262
|
+
"nl",
|
|
38263
|
+
"heading",
|
|
38264
|
+
"level-3",
|
|
38265
|
+
"font-weight"
|
|
38266
|
+
]
|
|
38267
|
+
},
|
|
38268
|
+
"line-height": {
|
|
38269
|
+
"value": "1.25",
|
|
38270
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38271
|
+
"isSource": true,
|
|
38272
|
+
"original": {
|
|
38273
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
38274
|
+
},
|
|
38275
|
+
"name": "nlHeadingLevel3LineHeight",
|
|
38276
|
+
"attributes": {},
|
|
38277
|
+
"path": [
|
|
38278
|
+
"nl",
|
|
38279
|
+
"heading",
|
|
38280
|
+
"level-3",
|
|
38281
|
+
"line-height"
|
|
38282
|
+
]
|
|
38283
|
+
}
|
|
38284
|
+
},
|
|
38285
|
+
"level-4": {
|
|
38286
|
+
"color": {},
|
|
38287
|
+
"font-family": {
|
|
38288
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38289
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38290
|
+
"isSource": true,
|
|
38291
|
+
"original": {
|
|
38292
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38293
|
+
},
|
|
38294
|
+
"name": "nlHeadingLevel4FontFamily",
|
|
38295
|
+
"attributes": {},
|
|
38296
|
+
"path": [
|
|
38297
|
+
"nl",
|
|
38298
|
+
"heading",
|
|
38299
|
+
"level-4",
|
|
38300
|
+
"font-family"
|
|
38301
|
+
]
|
|
38302
|
+
},
|
|
38303
|
+
"font-size": {
|
|
38304
|
+
"value": "1.125rem",
|
|
38305
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38306
|
+
"isSource": true,
|
|
38307
|
+
"original": {
|
|
38308
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
38309
|
+
},
|
|
38310
|
+
"name": "nlHeadingLevel4FontSize",
|
|
38311
|
+
"attributes": {},
|
|
38312
|
+
"path": [
|
|
38313
|
+
"nl",
|
|
38314
|
+
"heading",
|
|
38315
|
+
"level-4",
|
|
38316
|
+
"font-size"
|
|
38317
|
+
]
|
|
38318
|
+
},
|
|
38319
|
+
"font-weight": {
|
|
38320
|
+
"value": "400",
|
|
38321
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38322
|
+
"isSource": true,
|
|
38323
|
+
"original": {
|
|
38324
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38325
|
+
},
|
|
38326
|
+
"name": "nlHeadingLevel4FontWeight",
|
|
38327
|
+
"attributes": {},
|
|
38328
|
+
"path": [
|
|
38329
|
+
"nl",
|
|
38330
|
+
"heading",
|
|
38331
|
+
"level-4",
|
|
38332
|
+
"font-weight"
|
|
38333
|
+
]
|
|
38334
|
+
},
|
|
38335
|
+
"line-height": {
|
|
38336
|
+
"value": "1.5",
|
|
38337
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38338
|
+
"isSource": true,
|
|
38339
|
+
"original": {
|
|
38340
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38341
|
+
},
|
|
38342
|
+
"name": "nlHeadingLevel4LineHeight",
|
|
38343
|
+
"attributes": {},
|
|
38344
|
+
"path": [
|
|
38345
|
+
"nl",
|
|
38346
|
+
"heading",
|
|
38347
|
+
"level-4",
|
|
38348
|
+
"line-height"
|
|
38349
|
+
]
|
|
38350
|
+
}
|
|
38351
|
+
},
|
|
38352
|
+
"level-5": {
|
|
38353
|
+
"color": {},
|
|
38354
|
+
"font-family": {
|
|
38355
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38356
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38357
|
+
"isSource": true,
|
|
38358
|
+
"original": {
|
|
38359
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38360
|
+
},
|
|
38361
|
+
"name": "nlHeadingLevel5FontFamily",
|
|
38362
|
+
"attributes": {},
|
|
38363
|
+
"path": [
|
|
38364
|
+
"nl",
|
|
38365
|
+
"heading",
|
|
38366
|
+
"level-5",
|
|
38367
|
+
"font-family"
|
|
38368
|
+
]
|
|
38369
|
+
},
|
|
38370
|
+
"font-size": {
|
|
38371
|
+
"value": "0.875rem",
|
|
38372
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38373
|
+
"isSource": true,
|
|
38374
|
+
"original": {
|
|
38375
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
38376
|
+
},
|
|
38377
|
+
"name": "nlHeadingLevel5FontSize",
|
|
38378
|
+
"attributes": {},
|
|
38379
|
+
"path": [
|
|
38380
|
+
"nl",
|
|
38381
|
+
"heading",
|
|
38382
|
+
"level-5",
|
|
38383
|
+
"font-size"
|
|
38384
|
+
]
|
|
38385
|
+
},
|
|
38386
|
+
"font-weight": {
|
|
38387
|
+
"value": "400",
|
|
38388
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38389
|
+
"isSource": true,
|
|
38390
|
+
"original": {
|
|
38391
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38392
|
+
},
|
|
38393
|
+
"name": "nlHeadingLevel5FontWeight",
|
|
38394
|
+
"attributes": {},
|
|
38395
|
+
"path": [
|
|
38396
|
+
"nl",
|
|
38397
|
+
"heading",
|
|
38398
|
+
"level-5",
|
|
38399
|
+
"font-weight"
|
|
38400
|
+
]
|
|
38401
|
+
},
|
|
38402
|
+
"line-height": {
|
|
38403
|
+
"value": "1.5",
|
|
38404
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38405
|
+
"isSource": true,
|
|
38406
|
+
"original": {
|
|
38407
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38408
|
+
},
|
|
38409
|
+
"name": "nlHeadingLevel5LineHeight",
|
|
38410
|
+
"attributes": {},
|
|
38411
|
+
"path": [
|
|
38412
|
+
"nl",
|
|
38413
|
+
"heading",
|
|
38414
|
+
"level-5",
|
|
38415
|
+
"line-height"
|
|
38416
|
+
]
|
|
38417
|
+
}
|
|
38418
|
+
},
|
|
38419
|
+
"level-6": {
|
|
38420
|
+
"color": {},
|
|
38421
|
+
"font-family": {
|
|
38422
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38423
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38424
|
+
"isSource": true,
|
|
38425
|
+
"original": {
|
|
38426
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38427
|
+
},
|
|
38428
|
+
"name": "nlHeadingLevel6FontFamily",
|
|
38429
|
+
"attributes": {},
|
|
38430
|
+
"path": [
|
|
38431
|
+
"nl",
|
|
38432
|
+
"heading",
|
|
38433
|
+
"level-6",
|
|
38434
|
+
"font-family"
|
|
38435
|
+
]
|
|
38436
|
+
},
|
|
38437
|
+
"font-size": {
|
|
38438
|
+
"value": "0.875rem",
|
|
38439
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38440
|
+
"isSource": true,
|
|
38441
|
+
"original": {
|
|
38442
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
38443
|
+
},
|
|
38444
|
+
"name": "nlHeadingLevel6FontSize",
|
|
38445
|
+
"attributes": {},
|
|
38446
|
+
"path": [
|
|
38447
|
+
"nl",
|
|
38448
|
+
"heading",
|
|
38449
|
+
"level-6",
|
|
38450
|
+
"font-size"
|
|
38451
|
+
]
|
|
38452
|
+
},
|
|
38453
|
+
"font-weight": {
|
|
38454
|
+
"value": "400",
|
|
38455
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38456
|
+
"isSource": true,
|
|
38457
|
+
"original": {
|
|
38458
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38459
|
+
},
|
|
38460
|
+
"name": "nlHeadingLevel6FontWeight",
|
|
38461
|
+
"attributes": {},
|
|
38462
|
+
"path": [
|
|
38463
|
+
"nl",
|
|
38464
|
+
"heading",
|
|
38465
|
+
"level-6",
|
|
38466
|
+
"font-weight"
|
|
38467
|
+
]
|
|
38468
|
+
},
|
|
38469
|
+
"line-height": {
|
|
38470
|
+
"value": "1.5",
|
|
38471
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
38472
|
+
"isSource": true,
|
|
38473
|
+
"original": {
|
|
38474
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38475
|
+
},
|
|
38476
|
+
"name": "nlHeadingLevel6LineHeight",
|
|
38477
|
+
"attributes": {},
|
|
38478
|
+
"path": [
|
|
38479
|
+
"nl",
|
|
38480
|
+
"heading",
|
|
38481
|
+
"level-6",
|
|
38482
|
+
"line-height"
|
|
38483
|
+
]
|
|
38484
|
+
}
|
|
38485
|
+
}
|
|
38486
|
+
},
|
|
38487
|
+
"mark": {
|
|
38488
|
+
"background-color": {
|
|
38489
|
+
"value": "hsl(48 100% 60%)",
|
|
38490
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
38491
|
+
"isSource": true,
|
|
38492
|
+
"original": {
|
|
38493
|
+
"value": "{utrecht.color.yellow.60}"
|
|
38494
|
+
},
|
|
38495
|
+
"name": "nlMarkBackgroundColor",
|
|
38496
|
+
"attributes": {},
|
|
38497
|
+
"path": [
|
|
38498
|
+
"nl",
|
|
38499
|
+
"mark",
|
|
38500
|
+
"background-color"
|
|
38501
|
+
]
|
|
38502
|
+
},
|
|
38503
|
+
"color": {
|
|
38504
|
+
"value": "hsl(0 0% 0%)",
|
|
38505
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
38506
|
+
"isSource": true,
|
|
38507
|
+
"original": {
|
|
38508
|
+
"value": "{utrecht.color.black}"
|
|
38509
|
+
},
|
|
38510
|
+
"name": "nlMarkColor",
|
|
38511
|
+
"attributes": {},
|
|
38512
|
+
"path": [
|
|
38513
|
+
"nl",
|
|
38514
|
+
"mark",
|
|
38515
|
+
"color"
|
|
38516
|
+
]
|
|
38517
|
+
}
|
|
38518
|
+
},
|
|
38519
|
+
"number-badge": {
|
|
38520
|
+
"background-color": {
|
|
38521
|
+
"value": "hsl(0 100% 40%)",
|
|
38522
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38523
|
+
"isSource": true,
|
|
38524
|
+
"original": {
|
|
38525
|
+
"value": "{utrecht.color.red.40}"
|
|
38526
|
+
},
|
|
38527
|
+
"name": "nlNumberBadgeBackgroundColor",
|
|
38528
|
+
"attributes": {},
|
|
38529
|
+
"path": [
|
|
38530
|
+
"nl",
|
|
38531
|
+
"number-badge",
|
|
38532
|
+
"background-color"
|
|
38533
|
+
]
|
|
38534
|
+
},
|
|
38535
|
+
"border-radius": {
|
|
38536
|
+
"value": "1rem",
|
|
38537
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38538
|
+
"isSource": true,
|
|
38539
|
+
"original": {
|
|
38540
|
+
"value": "{nl.number-badge.font-size}"
|
|
38541
|
+
},
|
|
38542
|
+
"name": "nlNumberBadgeBorderRadius",
|
|
38543
|
+
"attributes": {},
|
|
38544
|
+
"path": [
|
|
38545
|
+
"nl",
|
|
38546
|
+
"number-badge",
|
|
38547
|
+
"border-radius"
|
|
38548
|
+
]
|
|
38549
|
+
},
|
|
38550
|
+
"color": {
|
|
38551
|
+
"value": "hsl(0 0% 100%)",
|
|
38552
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38553
|
+
"isSource": true,
|
|
38554
|
+
"original": {
|
|
38555
|
+
"value": "{utrecht.color.white}"
|
|
38556
|
+
},
|
|
38557
|
+
"name": "nlNumberBadgeColor",
|
|
38558
|
+
"attributes": {},
|
|
38559
|
+
"path": [
|
|
38560
|
+
"nl",
|
|
38561
|
+
"number-badge",
|
|
38562
|
+
"color"
|
|
38563
|
+
]
|
|
38564
|
+
},
|
|
38565
|
+
"font-size": {
|
|
38566
|
+
"value": "1rem",
|
|
38567
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38568
|
+
"isSource": true,
|
|
38569
|
+
"original": {
|
|
38570
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
38571
|
+
},
|
|
38572
|
+
"name": "nlNumberBadgeFontSize",
|
|
38573
|
+
"attributes": {},
|
|
38574
|
+
"path": [
|
|
38575
|
+
"nl",
|
|
38576
|
+
"number-badge",
|
|
38577
|
+
"font-size"
|
|
38578
|
+
]
|
|
38579
|
+
},
|
|
38580
|
+
"font-weight": {},
|
|
38581
|
+
"padding-block": {
|
|
38582
|
+
"value": "1ex",
|
|
38583
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38584
|
+
"isSource": true,
|
|
38585
|
+
"original": {
|
|
38586
|
+
"value": "1ex"
|
|
38587
|
+
},
|
|
38588
|
+
"name": "nlNumberBadgePaddingBlock",
|
|
38589
|
+
"attributes": {},
|
|
38590
|
+
"path": [
|
|
38591
|
+
"nl",
|
|
38592
|
+
"number-badge",
|
|
38593
|
+
"padding-block"
|
|
38594
|
+
]
|
|
38595
|
+
},
|
|
38596
|
+
"padding-inline": {
|
|
38597
|
+
"value": "1ex",
|
|
38598
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
38599
|
+
"isSource": true,
|
|
38600
|
+
"original": {
|
|
38601
|
+
"value": "1ex"
|
|
38602
|
+
},
|
|
38603
|
+
"name": "nlNumberBadgePaddingInline",
|
|
38604
|
+
"attributes": {},
|
|
38605
|
+
"path": [
|
|
38606
|
+
"nl",
|
|
38607
|
+
"number-badge",
|
|
38608
|
+
"padding-inline"
|
|
38609
|
+
]
|
|
38610
|
+
}
|
|
38611
|
+
},
|
|
38612
|
+
"paragraph": {
|
|
38613
|
+
"color": {},
|
|
38614
|
+
"font-family": {
|
|
38615
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
38616
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38617
|
+
"isSource": true,
|
|
38618
|
+
"original": {
|
|
38619
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
38620
|
+
},
|
|
38621
|
+
"name": "nlParagraphFontFamily",
|
|
38622
|
+
"attributes": {},
|
|
38623
|
+
"path": [
|
|
38624
|
+
"nl",
|
|
38625
|
+
"paragraph",
|
|
38626
|
+
"font-family"
|
|
38627
|
+
]
|
|
38628
|
+
},
|
|
38629
|
+
"font-size": {
|
|
38630
|
+
"value": "1rem",
|
|
38631
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38632
|
+
"isSource": true,
|
|
38633
|
+
"original": {
|
|
38634
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
38635
|
+
},
|
|
38636
|
+
"name": "nlParagraphFontSize",
|
|
38637
|
+
"attributes": {},
|
|
38638
|
+
"path": [
|
|
38639
|
+
"nl",
|
|
38640
|
+
"paragraph",
|
|
38641
|
+
"font-size"
|
|
38642
|
+
]
|
|
38643
|
+
},
|
|
38644
|
+
"font-weight": {
|
|
38645
|
+
"value": "400",
|
|
38646
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38647
|
+
"isSource": true,
|
|
38648
|
+
"original": {
|
|
38649
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38650
|
+
},
|
|
38651
|
+
"name": "nlParagraphFontWeight",
|
|
38652
|
+
"attributes": {},
|
|
38653
|
+
"path": [
|
|
38654
|
+
"nl",
|
|
38655
|
+
"paragraph",
|
|
38656
|
+
"font-weight"
|
|
38657
|
+
]
|
|
38658
|
+
},
|
|
38659
|
+
"line-height": {
|
|
38660
|
+
"value": "1.5",
|
|
38661
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38662
|
+
"isSource": true,
|
|
38663
|
+
"original": {
|
|
38664
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38665
|
+
},
|
|
38666
|
+
"name": "nlParagraphLineHeight",
|
|
38667
|
+
"attributes": {},
|
|
38668
|
+
"path": [
|
|
38669
|
+
"nl",
|
|
38670
|
+
"paragraph",
|
|
38671
|
+
"line-height"
|
|
38672
|
+
]
|
|
38673
|
+
},
|
|
38674
|
+
"lead": {
|
|
38675
|
+
"color": {
|
|
38676
|
+
"value": "hsl(0 0% 95%)",
|
|
38677
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38678
|
+
"isSource": true,
|
|
38679
|
+
"original": {
|
|
38680
|
+
"value": "{utrecht.document.color}"
|
|
38681
|
+
},
|
|
38682
|
+
"name": "nlParagraphLeadColor",
|
|
38683
|
+
"attributes": {},
|
|
38684
|
+
"path": [
|
|
38685
|
+
"nl",
|
|
38686
|
+
"paragraph",
|
|
38687
|
+
"lead",
|
|
38688
|
+
"color"
|
|
38689
|
+
]
|
|
38690
|
+
},
|
|
38691
|
+
"font-size": {
|
|
38692
|
+
"value": "1.25rem",
|
|
38693
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38694
|
+
"isSource": true,
|
|
38695
|
+
"original": {
|
|
38696
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
38697
|
+
},
|
|
38698
|
+
"name": "nlParagraphLeadFontSize",
|
|
38699
|
+
"attributes": {},
|
|
38700
|
+
"path": [
|
|
38701
|
+
"nl",
|
|
38702
|
+
"paragraph",
|
|
38703
|
+
"lead",
|
|
38704
|
+
"font-size"
|
|
38705
|
+
]
|
|
38706
|
+
},
|
|
38707
|
+
"font-weight": {
|
|
38708
|
+
"value": "400",
|
|
38709
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38710
|
+
"isSource": true,
|
|
38711
|
+
"original": {
|
|
38712
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
38713
|
+
},
|
|
38714
|
+
"name": "nlParagraphLeadFontWeight",
|
|
38715
|
+
"attributes": {},
|
|
38716
|
+
"path": [
|
|
38717
|
+
"nl",
|
|
38718
|
+
"paragraph",
|
|
38719
|
+
"lead",
|
|
38720
|
+
"font-weight"
|
|
38721
|
+
]
|
|
38722
|
+
},
|
|
38723
|
+
"line-height": {
|
|
38724
|
+
"value": "1.5",
|
|
38725
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38726
|
+
"isSource": true,
|
|
38727
|
+
"original": {
|
|
38728
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
38729
|
+
},
|
|
38730
|
+
"name": "nlParagraphLeadLineHeight",
|
|
38731
|
+
"attributes": {},
|
|
38732
|
+
"path": [
|
|
38733
|
+
"nl",
|
|
38734
|
+
"paragraph",
|
|
38735
|
+
"lead",
|
|
38736
|
+
"line-height"
|
|
38737
|
+
]
|
|
38738
|
+
}
|
|
38739
|
+
},
|
|
38740
|
+
"small": {
|
|
38741
|
+
"font-size": {
|
|
38742
|
+
"value": "0.875rem",
|
|
38743
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
38744
|
+
"isSource": true,
|
|
38745
|
+
"original": {
|
|
38746
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
38747
|
+
},
|
|
38748
|
+
"name": "nlParagraphSmallFontSize",
|
|
38749
|
+
"attributes": {},
|
|
38750
|
+
"path": [
|
|
38751
|
+
"nl",
|
|
38752
|
+
"paragraph",
|
|
38753
|
+
"small",
|
|
38754
|
+
"font-size"
|
|
38755
|
+
]
|
|
38756
|
+
}
|
|
38757
|
+
}
|
|
38758
|
+
},
|
|
38759
|
+
"skip-link": {
|
|
38760
|
+
"background-color": {
|
|
38761
|
+
"value": "hsl(0 0% 15%)",
|
|
38762
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38763
|
+
"isSource": true,
|
|
38764
|
+
"original": {
|
|
38765
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
38766
|
+
},
|
|
38767
|
+
"name": "nlSkipLinkBackgroundColor",
|
|
38768
|
+
"attributes": {},
|
|
38769
|
+
"path": [
|
|
38770
|
+
"nl",
|
|
38771
|
+
"skip-link",
|
|
38772
|
+
"background-color"
|
|
38773
|
+
]
|
|
38774
|
+
},
|
|
38775
|
+
"color": {
|
|
38776
|
+
"value": "hsl(0 0% 100%)",
|
|
38777
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38778
|
+
"isSource": true,
|
|
38779
|
+
"original": {
|
|
38780
|
+
"value": "{utrecht.topnav.link.color}"
|
|
38781
|
+
},
|
|
38782
|
+
"name": "nlSkipLinkColor",
|
|
38783
|
+
"attributes": {},
|
|
38784
|
+
"path": [
|
|
38785
|
+
"nl",
|
|
38786
|
+
"skip-link",
|
|
38787
|
+
"color"
|
|
38788
|
+
]
|
|
38789
|
+
},
|
|
38790
|
+
"padding-block": {
|
|
38791
|
+
"value": "8px",
|
|
38792
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38793
|
+
"isSource": true,
|
|
38794
|
+
"original": {
|
|
38795
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
38796
|
+
},
|
|
38797
|
+
"name": "nlSkipLinkPaddingBlock",
|
|
38798
|
+
"attributes": {},
|
|
38799
|
+
"path": [
|
|
38800
|
+
"nl",
|
|
38801
|
+
"skip-link",
|
|
38802
|
+
"padding-block"
|
|
38803
|
+
]
|
|
38804
|
+
},
|
|
38805
|
+
"padding-inline": {
|
|
38806
|
+
"value": "16px",
|
|
38807
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38808
|
+
"isSource": true,
|
|
38809
|
+
"original": {
|
|
38810
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
38811
|
+
},
|
|
38812
|
+
"name": "nlSkipLinkPaddingInline",
|
|
38813
|
+
"attributes": {},
|
|
38814
|
+
"path": [
|
|
38815
|
+
"nl",
|
|
38816
|
+
"skip-link",
|
|
38817
|
+
"padding-inline"
|
|
38818
|
+
]
|
|
38819
|
+
},
|
|
38820
|
+
"text-decoration": {
|
|
38821
|
+
"value": "underline",
|
|
38822
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38823
|
+
"isSource": true,
|
|
38824
|
+
"original": {
|
|
38825
|
+
"value": "{utrecht.link.text-decoration}"
|
|
38826
|
+
},
|
|
38827
|
+
"name": "nlSkipLinkTextDecoration",
|
|
38828
|
+
"attributes": {},
|
|
38829
|
+
"path": [
|
|
38830
|
+
"nl",
|
|
38831
|
+
"skip-link",
|
|
38832
|
+
"text-decoration"
|
|
38833
|
+
]
|
|
38834
|
+
},
|
|
38835
|
+
"focus-visible": {
|
|
38836
|
+
"color": {
|
|
38837
|
+
"value": "hsl(0 0% 0%)",
|
|
38838
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38839
|
+
"isSource": true,
|
|
38840
|
+
"original": {
|
|
38841
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
38842
|
+
},
|
|
38843
|
+
"name": "nlSkipLinkFocusVisibleColor",
|
|
38844
|
+
"attributes": {},
|
|
38845
|
+
"path": [
|
|
38846
|
+
"nl",
|
|
38847
|
+
"skip-link",
|
|
38848
|
+
"focus-visible",
|
|
38849
|
+
"color"
|
|
38850
|
+
]
|
|
38851
|
+
},
|
|
38852
|
+
"background-color": {
|
|
38853
|
+
"value": "hsl(48 100% 80%)",
|
|
38854
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38855
|
+
"isSource": true,
|
|
38856
|
+
"original": {
|
|
38857
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
38858
|
+
},
|
|
38859
|
+
"name": "nlSkipLinkFocusVisibleBackgroundColor",
|
|
38860
|
+
"attributes": {},
|
|
38861
|
+
"path": [
|
|
38862
|
+
"nl",
|
|
38863
|
+
"skip-link",
|
|
38864
|
+
"focus-visible",
|
|
38865
|
+
"background-color"
|
|
38866
|
+
]
|
|
38867
|
+
},
|
|
38868
|
+
"text-decoration": {
|
|
38869
|
+
"value": "none",
|
|
38870
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
38871
|
+
"isSource": true,
|
|
38872
|
+
"original": {
|
|
38873
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
38874
|
+
},
|
|
38875
|
+
"name": "nlSkipLinkFocusVisibleTextDecoration",
|
|
38876
|
+
"attributes": {},
|
|
38877
|
+
"path": [
|
|
38878
|
+
"nl",
|
|
38879
|
+
"skip-link",
|
|
38880
|
+
"focus-visible",
|
|
38881
|
+
"text-decoration"
|
|
38882
|
+
]
|
|
38883
|
+
}
|
|
38884
|
+
}
|
|
38885
|
+
}
|
|
38886
|
+
},
|
|
37462
38887
|
"of": {
|
|
37463
38888
|
"layout": {
|
|
37464
38889
|
"background": {
|