@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/dark/tokens.json
CHANGED
|
@@ -2587,31 +2587,6 @@
|
|
|
2587
2587
|
]
|
|
2588
2588
|
}
|
|
2589
2589
|
},
|
|
2590
|
-
"badge-data": {
|
|
2591
|
-
"letter-spacing": {
|
|
2592
|
-
"$extensions": {
|
|
2593
|
-
"nl.nldesignsystem.css.property": {
|
|
2594
|
-
"syntax": "<length>",
|
|
2595
|
-
"inherits": true
|
|
2596
|
-
},
|
|
2597
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2598
|
-
},
|
|
2599
|
-
"type": "letterSpacing"
|
|
2600
|
-
},
|
|
2601
|
-
"text-transform": {
|
|
2602
|
-
"$extensions": {
|
|
2603
|
-
"nl.nldesignsystem.css.property": {
|
|
2604
|
-
"syntax": [
|
|
2605
|
-
"inherit",
|
|
2606
|
-
"uppercase"
|
|
2607
|
-
],
|
|
2608
|
-
"inherits": true
|
|
2609
|
-
},
|
|
2610
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2611
|
-
},
|
|
2612
|
-
"type": "textCase"
|
|
2613
|
-
}
|
|
2614
|
-
},
|
|
2615
2590
|
"badge-list": {
|
|
2616
2591
|
"row-gap": {
|
|
2617
2592
|
"$extensions": {
|
|
@@ -2717,7 +2692,7 @@
|
|
|
2717
2692
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2718
2693
|
},
|
|
2719
2694
|
"type": "color",
|
|
2720
|
-
"value": "{
|
|
2695
|
+
"value": "{nl.data-badge.background-color}"
|
|
2721
2696
|
},
|
|
2722
2697
|
"name": "utrechtBadgeBackgroundColor",
|
|
2723
2698
|
"attributes": {},
|
|
@@ -2756,7 +2731,7 @@
|
|
|
2756
2731
|
}
|
|
2757
2732
|
},
|
|
2758
2733
|
"type": "dimension",
|
|
2759
|
-
"value": "
|
|
2734
|
+
"value": "{nl.data-badge.border-radius}"
|
|
2760
2735
|
},
|
|
2761
2736
|
"name": "utrechtBadgeBorderRadius",
|
|
2762
2737
|
"attributes": {},
|
|
@@ -2789,7 +2764,7 @@
|
|
|
2789
2764
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2790
2765
|
},
|
|
2791
2766
|
"type": "color",
|
|
2792
|
-
"value": "{
|
|
2767
|
+
"value": "{nl.data-badge.color}"
|
|
2793
2768
|
},
|
|
2794
2769
|
"name": "utrechtBadgeColor",
|
|
2795
2770
|
"attributes": {},
|
|
@@ -2861,7 +2836,7 @@
|
|
|
2861
2836
|
}
|
|
2862
2837
|
},
|
|
2863
2838
|
"type": "dimension",
|
|
2864
|
-
"value": "{
|
|
2839
|
+
"value": "{nl.data-badge.padding-block}"
|
|
2865
2840
|
},
|
|
2866
2841
|
"name": "utrechtBadgePaddingBlock",
|
|
2867
2842
|
"attributes": {},
|
|
@@ -2900,7 +2875,7 @@
|
|
|
2900
2875
|
}
|
|
2901
2876
|
},
|
|
2902
2877
|
"type": "dimension",
|
|
2903
|
-
"value": "{
|
|
2878
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
2904
2879
|
},
|
|
2905
2880
|
"name": "utrechtBadgePaddingInline",
|
|
2906
2881
|
"attributes": {},
|
|
@@ -10339,7 +10314,7 @@
|
|
|
10339
10314
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10340
10315
|
},
|
|
10341
10316
|
"type": "color",
|
|
10342
|
-
"value": "{
|
|
10317
|
+
"value": "{nl.code-block.background-color}"
|
|
10343
10318
|
},
|
|
10344
10319
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
10345
10320
|
"attributes": {},
|
|
@@ -10370,7 +10345,7 @@
|
|
|
10370
10345
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10371
10346
|
},
|
|
10372
10347
|
"type": "color",
|
|
10373
|
-
"value": "{
|
|
10348
|
+
"value": "{nl.code-block.color}"
|
|
10374
10349
|
},
|
|
10375
10350
|
"name": "utrechtCodeBlockColor",
|
|
10376
10351
|
"attributes": {},
|
|
@@ -10386,9 +10361,36 @@
|
|
|
10386
10361
|
"syntax": "*",
|
|
10387
10362
|
"inherits": true
|
|
10388
10363
|
},
|
|
10389
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10364
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10365
|
+
"studio.tokens": {
|
|
10366
|
+
"originalType": "fontFamilies"
|
|
10367
|
+
}
|
|
10390
10368
|
},
|
|
10391
|
-
"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
|
+
]
|
|
10392
10394
|
},
|
|
10393
10395
|
"font-size": {
|
|
10394
10396
|
"$extensions": {
|
|
@@ -10417,7 +10419,7 @@
|
|
|
10417
10419
|
}
|
|
10418
10420
|
},
|
|
10419
10421
|
"type": "fontSize",
|
|
10420
|
-
"value": "{
|
|
10422
|
+
"value": "{nl.code-block.font-size}"
|
|
10421
10423
|
},
|
|
10422
10424
|
"name": "utrechtCodeBlockFontSize",
|
|
10423
10425
|
"attributes": {},
|
|
@@ -10460,7 +10462,7 @@
|
|
|
10460
10462
|
}
|
|
10461
10463
|
},
|
|
10462
10464
|
"type": "lineHeight",
|
|
10463
|
-
"value": "{
|
|
10465
|
+
"value": "{nl.code-block.line-height}"
|
|
10464
10466
|
},
|
|
10465
10467
|
"name": "utrechtCodeBlockLineHeight",
|
|
10466
10468
|
"attributes": {},
|
|
@@ -10591,7 +10593,7 @@
|
|
|
10591
10593
|
}
|
|
10592
10594
|
},
|
|
10593
10595
|
"type": "dimension",
|
|
10594
|
-
"value": "
|
|
10596
|
+
"value": "{nl.code-block.padding-block}"
|
|
10595
10597
|
},
|
|
10596
10598
|
"name": "utrechtCodeBlockPaddingBlockStart",
|
|
10597
10599
|
"attributes": {},
|
|
@@ -10628,7 +10630,7 @@
|
|
|
10628
10630
|
}
|
|
10629
10631
|
},
|
|
10630
10632
|
"type": "dimension",
|
|
10631
|
-
"value": "
|
|
10633
|
+
"value": "{nl.code-block.padding-block}"
|
|
10632
10634
|
},
|
|
10633
10635
|
"name": "utrechtCodeBlockPaddingBlockEnd",
|
|
10634
10636
|
"attributes": {},
|
|
@@ -10665,7 +10667,7 @@
|
|
|
10665
10667
|
}
|
|
10666
10668
|
},
|
|
10667
10669
|
"type": "dimension",
|
|
10668
|
-
"value": "
|
|
10670
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10669
10671
|
},
|
|
10670
10672
|
"name": "utrechtCodeBlockPaddingInlineStart",
|
|
10671
10673
|
"attributes": {},
|
|
@@ -10702,7 +10704,7 @@
|
|
|
10702
10704
|
}
|
|
10703
10705
|
},
|
|
10704
10706
|
"type": "dimension",
|
|
10705
|
-
"value": "
|
|
10707
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10706
10708
|
},
|
|
10707
10709
|
"name": "utrechtCodeBlockPaddingInlineEnd",
|
|
10708
10710
|
"attributes": {},
|
|
@@ -14200,6 +14202,126 @@
|
|
|
14200
14202
|
}
|
|
14201
14203
|
},
|
|
14202
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
|
+
},
|
|
14203
14325
|
"data-list": {
|
|
14204
14326
|
"margin-block-end": {
|
|
14205
14327
|
"$extensions": {
|
|
@@ -18428,7 +18550,7 @@
|
|
|
18428
18550
|
}
|
|
18429
18551
|
},
|
|
18430
18552
|
"type": "fontFamily",
|
|
18431
|
-
"value": "{
|
|
18553
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
18432
18554
|
},
|
|
18433
18555
|
"name": "utrechtHeading1FontFamily",
|
|
18434
18556
|
"attributes": {},
|
|
@@ -18465,7 +18587,7 @@
|
|
|
18465
18587
|
}
|
|
18466
18588
|
},
|
|
18467
18589
|
"type": "fontSize",
|
|
18468
|
-
"value": "{
|
|
18590
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
18469
18591
|
},
|
|
18470
18592
|
"name": "utrechtHeading1FontSize",
|
|
18471
18593
|
"attributes": {},
|
|
@@ -18508,7 +18630,7 @@
|
|
|
18508
18630
|
}
|
|
18509
18631
|
},
|
|
18510
18632
|
"type": "fontWeight",
|
|
18511
|
-
"value": "{
|
|
18633
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
18512
18634
|
},
|
|
18513
18635
|
"name": "utrechtHeading1FontWeight",
|
|
18514
18636
|
"attributes": {},
|
|
@@ -18551,7 +18673,7 @@
|
|
|
18551
18673
|
}
|
|
18552
18674
|
},
|
|
18553
18675
|
"type": "lineHeight",
|
|
18554
|
-
"value": "{
|
|
18676
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
18555
18677
|
},
|
|
18556
18678
|
"name": "utrechtHeading1LineHeight",
|
|
18557
18679
|
"attributes": {},
|
|
@@ -18687,7 +18809,7 @@
|
|
|
18687
18809
|
}
|
|
18688
18810
|
},
|
|
18689
18811
|
"type": "fontFamily",
|
|
18690
|
-
"value": "{
|
|
18812
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
18691
18813
|
},
|
|
18692
18814
|
"name": "utrechtHeading2FontFamily",
|
|
18693
18815
|
"attributes": {},
|
|
@@ -18724,7 +18846,7 @@
|
|
|
18724
18846
|
}
|
|
18725
18847
|
},
|
|
18726
18848
|
"type": "fontSize",
|
|
18727
|
-
"value": "{
|
|
18849
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
18728
18850
|
},
|
|
18729
18851
|
"name": "utrechtHeading2FontSize",
|
|
18730
18852
|
"attributes": {},
|
|
@@ -18767,7 +18889,7 @@
|
|
|
18767
18889
|
}
|
|
18768
18890
|
},
|
|
18769
18891
|
"type": "fontWeight",
|
|
18770
|
-
"value": "{
|
|
18892
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
18771
18893
|
},
|
|
18772
18894
|
"name": "utrechtHeading2FontWeight",
|
|
18773
18895
|
"attributes": {},
|
|
@@ -18810,7 +18932,7 @@
|
|
|
18810
18932
|
}
|
|
18811
18933
|
},
|
|
18812
18934
|
"type": "lineHeight",
|
|
18813
|
-
"value": "{
|
|
18935
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
18814
18936
|
},
|
|
18815
18937
|
"name": "utrechtHeading2LineHeight",
|
|
18816
18938
|
"attributes": {},
|
|
@@ -18946,7 +19068,7 @@
|
|
|
18946
19068
|
}
|
|
18947
19069
|
},
|
|
18948
19070
|
"type": "fontFamily",
|
|
18949
|
-
"value": "{
|
|
19071
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
18950
19072
|
},
|
|
18951
19073
|
"name": "utrechtHeading3FontFamily",
|
|
18952
19074
|
"attributes": {},
|
|
@@ -18983,7 +19105,7 @@
|
|
|
18983
19105
|
}
|
|
18984
19106
|
},
|
|
18985
19107
|
"type": "fontSize",
|
|
18986
|
-
"value": "{
|
|
19108
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
18987
19109
|
},
|
|
18988
19110
|
"name": "utrechtHeading3FontSize",
|
|
18989
19111
|
"attributes": {},
|
|
@@ -19026,7 +19148,7 @@
|
|
|
19026
19148
|
}
|
|
19027
19149
|
},
|
|
19028
19150
|
"type": "fontWeight",
|
|
19029
|
-
"value": "{
|
|
19151
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
19030
19152
|
},
|
|
19031
19153
|
"name": "utrechtHeading3FontWeight",
|
|
19032
19154
|
"attributes": {},
|
|
@@ -19069,7 +19191,7 @@
|
|
|
19069
19191
|
}
|
|
19070
19192
|
},
|
|
19071
19193
|
"type": "lineHeight",
|
|
19072
|
-
"value": "{
|
|
19194
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
19073
19195
|
},
|
|
19074
19196
|
"name": "utrechtHeading3LineHeight",
|
|
19075
19197
|
"attributes": {},
|
|
@@ -19205,7 +19327,7 @@
|
|
|
19205
19327
|
}
|
|
19206
19328
|
},
|
|
19207
19329
|
"type": "fontFamily",
|
|
19208
|
-
"value": "{
|
|
19330
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
19209
19331
|
},
|
|
19210
19332
|
"name": "utrechtHeading4FontFamily",
|
|
19211
19333
|
"attributes": {},
|
|
@@ -19242,7 +19364,7 @@
|
|
|
19242
19364
|
}
|
|
19243
19365
|
},
|
|
19244
19366
|
"type": "fontSize",
|
|
19245
|
-
"value": "{
|
|
19367
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
19246
19368
|
},
|
|
19247
19369
|
"name": "utrechtHeading4FontSize",
|
|
19248
19370
|
"attributes": {},
|
|
@@ -19285,7 +19407,7 @@
|
|
|
19285
19407
|
}
|
|
19286
19408
|
},
|
|
19287
19409
|
"type": "fontWeight",
|
|
19288
|
-
"value": "{
|
|
19410
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
19289
19411
|
},
|
|
19290
19412
|
"name": "utrechtHeading4FontWeight",
|
|
19291
19413
|
"attributes": {},
|
|
@@ -19328,7 +19450,7 @@
|
|
|
19328
19450
|
}
|
|
19329
19451
|
},
|
|
19330
19452
|
"type": "lineHeight",
|
|
19331
|
-
"value": "{
|
|
19453
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
19332
19454
|
},
|
|
19333
19455
|
"name": "utrechtHeading4LineHeight",
|
|
19334
19456
|
"attributes": {},
|
|
@@ -19464,7 +19586,7 @@
|
|
|
19464
19586
|
}
|
|
19465
19587
|
},
|
|
19466
19588
|
"type": "fontFamily",
|
|
19467
|
-
"value": "{
|
|
19589
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
19468
19590
|
},
|
|
19469
19591
|
"name": "utrechtHeading5FontFamily",
|
|
19470
19592
|
"attributes": {},
|
|
@@ -19501,7 +19623,7 @@
|
|
|
19501
19623
|
}
|
|
19502
19624
|
},
|
|
19503
19625
|
"type": "fontSize",
|
|
19504
|
-
"value": "{
|
|
19626
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
19505
19627
|
},
|
|
19506
19628
|
"name": "utrechtHeading5FontSize",
|
|
19507
19629
|
"attributes": {},
|
|
@@ -19544,7 +19666,7 @@
|
|
|
19544
19666
|
}
|
|
19545
19667
|
},
|
|
19546
19668
|
"type": "fontWeight",
|
|
19547
|
-
"value": "{
|
|
19669
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
19548
19670
|
},
|
|
19549
19671
|
"name": "utrechtHeading5FontWeight",
|
|
19550
19672
|
"attributes": {},
|
|
@@ -19587,7 +19709,7 @@
|
|
|
19587
19709
|
}
|
|
19588
19710
|
},
|
|
19589
19711
|
"type": "lineHeight",
|
|
19590
|
-
"value": "{
|
|
19712
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
19591
19713
|
},
|
|
19592
19714
|
"name": "utrechtHeading5LineHeight",
|
|
19593
19715
|
"attributes": {},
|
|
@@ -19722,7 +19844,7 @@
|
|
|
19722
19844
|
}
|
|
19723
19845
|
},
|
|
19724
19846
|
"type": "fontFamily",
|
|
19725
|
-
"value": "{
|
|
19847
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
19726
19848
|
},
|
|
19727
19849
|
"name": "utrechtHeading6FontFamily",
|
|
19728
19850
|
"attributes": {},
|
|
@@ -19759,7 +19881,7 @@
|
|
|
19759
19881
|
}
|
|
19760
19882
|
},
|
|
19761
19883
|
"type": "fontSize",
|
|
19762
|
-
"value": "{
|
|
19884
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
19763
19885
|
},
|
|
19764
19886
|
"name": "utrechtHeading6FontSize",
|
|
19765
19887
|
"attributes": {},
|
|
@@ -19802,7 +19924,7 @@
|
|
|
19802
19924
|
}
|
|
19803
19925
|
},
|
|
19804
19926
|
"type": "fontWeight",
|
|
19805
|
-
"value": "{
|
|
19927
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
19806
19928
|
},
|
|
19807
19929
|
"name": "utrechtHeading6FontWeight",
|
|
19808
19930
|
"attributes": {},
|
|
@@ -19845,7 +19967,7 @@
|
|
|
19845
19967
|
}
|
|
19846
19968
|
},
|
|
19847
19969
|
"type": "lineHeight",
|
|
19848
|
-
"value": "{
|
|
19970
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
19849
19971
|
},
|
|
19850
19972
|
"name": "utrechtHeading6LineHeight",
|
|
19851
19973
|
"attributes": {},
|
|
@@ -23193,7 +23315,7 @@
|
|
|
23193
23315
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23194
23316
|
},
|
|
23195
23317
|
"type": "color",
|
|
23196
|
-
"value": "{
|
|
23318
|
+
"value": "{nl.mark.background-color}"
|
|
23197
23319
|
},
|
|
23198
23320
|
"name": "utrechtMarkBackgroundColor",
|
|
23199
23321
|
"attributes": {},
|
|
@@ -23224,7 +23346,7 @@
|
|
|
23224
23346
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23225
23347
|
},
|
|
23226
23348
|
"type": "color",
|
|
23227
|
-
"value": "{
|
|
23349
|
+
"value": "{nl.mark.color}"
|
|
23228
23350
|
},
|
|
23229
23351
|
"name": "utrechtMarkColor",
|
|
23230
23352
|
"attributes": {},
|
|
@@ -23897,7 +24019,7 @@
|
|
|
23897
24019
|
"nl.nldesignsystem.figma.supports-token": true
|
|
23898
24020
|
},
|
|
23899
24021
|
"type": "color",
|
|
23900
|
-
"value": "{
|
|
24022
|
+
"value": "{nl.number-badge.background-color}"
|
|
23901
24023
|
},
|
|
23902
24024
|
"name": "utrechtNumberBadgeBackgroundColor",
|
|
23903
24025
|
"attributes": {},
|
|
@@ -23953,7 +24075,7 @@
|
|
|
23953
24075
|
}
|
|
23954
24076
|
},
|
|
23955
24077
|
"type": "dimension",
|
|
23956
|
-
"value": "{
|
|
24078
|
+
"value": "{nl.number-badge.border-radius}"
|
|
23957
24079
|
},
|
|
23958
24080
|
"name": "utrechtNumberBadgeBorderRadius",
|
|
23959
24081
|
"attributes": {},
|
|
@@ -24005,7 +24127,7 @@
|
|
|
24005
24127
|
"nl.nldesignsystem.figma.supports-token": true
|
|
24006
24128
|
},
|
|
24007
24129
|
"type": "color",
|
|
24008
|
-
"value": "{
|
|
24130
|
+
"value": "{nl.number-badge.color}"
|
|
24009
24131
|
},
|
|
24010
24132
|
"name": "utrechtNumberBadgeColor",
|
|
24011
24133
|
"attributes": {},
|
|
@@ -24062,7 +24184,7 @@
|
|
|
24062
24184
|
}
|
|
24063
24185
|
},
|
|
24064
24186
|
"type": "fontSize",
|
|
24065
|
-
"value": "{
|
|
24187
|
+
"value": "{nl.number-badge.font-size}"
|
|
24066
24188
|
},
|
|
24067
24189
|
"name": "utrechtNumberBadgeFontSize",
|
|
24068
24190
|
"attributes": {},
|
|
@@ -24155,7 +24277,7 @@
|
|
|
24155
24277
|
}
|
|
24156
24278
|
},
|
|
24157
24279
|
"type": "dimension",
|
|
24158
|
-
"value": "
|
|
24280
|
+
"value": "{nl.number-badge.padding-block}"
|
|
24159
24281
|
},
|
|
24160
24282
|
"name": "utrechtNumberBadgePaddingBlock",
|
|
24161
24283
|
"attributes": {},
|
|
@@ -24200,7 +24322,7 @@
|
|
|
24200
24322
|
}
|
|
24201
24323
|
},
|
|
24202
24324
|
"type": "dimension",
|
|
24203
|
-
"value": "
|
|
24325
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
24204
24326
|
},
|
|
24205
24327
|
"name": "utrechtNumberBadgePaddingInline",
|
|
24206
24328
|
"attributes": {},
|
|
@@ -26953,7 +27075,7 @@
|
|
|
26953
27075
|
}
|
|
26954
27076
|
},
|
|
26955
27077
|
"type": "fontFamily",
|
|
26956
|
-
"value": "{
|
|
27078
|
+
"value": "{nl.paragraph.font-family}"
|
|
26957
27079
|
},
|
|
26958
27080
|
"name": "utrechtParagraphFontFamily",
|
|
26959
27081
|
"attributes": {},
|
|
@@ -26996,7 +27118,7 @@
|
|
|
26996
27118
|
}
|
|
26997
27119
|
},
|
|
26998
27120
|
"type": "fontSize",
|
|
26999
|
-
"value": "{
|
|
27121
|
+
"value": "{nl.paragraph.font-size}"
|
|
27000
27122
|
},
|
|
27001
27123
|
"name": "utrechtParagraphFontSize",
|
|
27002
27124
|
"attributes": {},
|
|
@@ -27033,7 +27155,7 @@
|
|
|
27033
27155
|
}
|
|
27034
27156
|
},
|
|
27035
27157
|
"type": "fontWeight",
|
|
27036
|
-
"value": "{
|
|
27158
|
+
"value": "{nl.paragraph.font-weight}"
|
|
27037
27159
|
},
|
|
27038
27160
|
"name": "utrechtParagraphFontWeight",
|
|
27039
27161
|
"attributes": {},
|
|
@@ -27082,7 +27204,7 @@
|
|
|
27082
27204
|
}
|
|
27083
27205
|
},
|
|
27084
27206
|
"type": "lineHeight",
|
|
27085
|
-
"value": "{
|
|
27207
|
+
"value": "{nl.paragraph.line-height}"
|
|
27086
27208
|
},
|
|
27087
27209
|
"name": "utrechtParagraphLineHeight",
|
|
27088
27210
|
"attributes": {},
|
|
@@ -27179,33 +27301,7 @@
|
|
|
27179
27301
|
],
|
|
27180
27302
|
"nl.nldesignsystem.figma.supports-token": true
|
|
27181
27303
|
},
|
|
27182
|
-
"type": "color"
|
|
27183
|
-
"value": "hsl(0 0% 95%)",
|
|
27184
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
27185
|
-
"isSource": true,
|
|
27186
|
-
"original": {
|
|
27187
|
-
"$extensions": {
|
|
27188
|
-
"nl.nldesignsystem.css.property": {
|
|
27189
|
-
"syntax": "<color>",
|
|
27190
|
-
"inherits": true
|
|
27191
|
-
},
|
|
27192
|
-
"nl.nldesignsystem.fallback": [
|
|
27193
|
-
"utrecht.paragraph.color",
|
|
27194
|
-
"utrecht.document.color"
|
|
27195
|
-
],
|
|
27196
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
27197
|
-
},
|
|
27198
|
-
"type": "color",
|
|
27199
|
-
"value": "{utrecht.document.color}"
|
|
27200
|
-
},
|
|
27201
|
-
"name": "utrechtParagraphLeadColor",
|
|
27202
|
-
"attributes": {},
|
|
27203
|
-
"path": [
|
|
27204
|
-
"utrecht",
|
|
27205
|
-
"paragraph",
|
|
27206
|
-
"lead",
|
|
27207
|
-
"color"
|
|
27208
|
-
]
|
|
27304
|
+
"type": "color"
|
|
27209
27305
|
},
|
|
27210
27306
|
"font-size": {
|
|
27211
27307
|
"$extensions": {
|
|
@@ -27242,7 +27338,7 @@
|
|
|
27242
27338
|
}
|
|
27243
27339
|
},
|
|
27244
27340
|
"type": "fontSize",
|
|
27245
|
-
"value": "{
|
|
27341
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
27246
27342
|
},
|
|
27247
27343
|
"name": "utrechtParagraphLeadFontSize",
|
|
27248
27344
|
"attributes": {},
|
|
@@ -27288,7 +27384,7 @@
|
|
|
27288
27384
|
}
|
|
27289
27385
|
},
|
|
27290
27386
|
"type": "fontWeight",
|
|
27291
|
-
"value": "{
|
|
27387
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
27292
27388
|
},
|
|
27293
27389
|
"name": "utrechtParagraphLeadFontWeight",
|
|
27294
27390
|
"attributes": {},
|
|
@@ -27340,7 +27436,7 @@
|
|
|
27340
27436
|
}
|
|
27341
27437
|
},
|
|
27342
27438
|
"type": "lineHeight",
|
|
27343
|
-
"value": "{
|
|
27439
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
27344
27440
|
},
|
|
27345
27441
|
"name": "utrechtParagraphLeadLineHeight",
|
|
27346
27442
|
"attributes": {},
|
|
@@ -30621,7 +30717,7 @@
|
|
|
30621
30717
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30622
30718
|
},
|
|
30623
30719
|
"type": "color",
|
|
30624
|
-
"value": "{
|
|
30720
|
+
"value": "{nl.skip-link.background-color}"
|
|
30625
30721
|
},
|
|
30626
30722
|
"name": "utrechtSkipLinkBackgroundColor",
|
|
30627
30723
|
"attributes": {},
|
|
@@ -30652,7 +30748,7 @@
|
|
|
30652
30748
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30653
30749
|
},
|
|
30654
30750
|
"type": "color",
|
|
30655
|
-
"value": "{
|
|
30751
|
+
"value": "{nl.skip-link.color}"
|
|
30656
30752
|
},
|
|
30657
30753
|
"name": "utrechtSkipLinkColor",
|
|
30658
30754
|
"attributes": {},
|
|
@@ -30709,7 +30805,7 @@
|
|
|
30709
30805
|
}
|
|
30710
30806
|
},
|
|
30711
30807
|
"type": "dimension",
|
|
30712
|
-
"value": "{
|
|
30808
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30713
30809
|
},
|
|
30714
30810
|
"name": "utrechtSkipLinkPaddingBlockStart",
|
|
30715
30811
|
"attributes": {},
|
|
@@ -30746,7 +30842,7 @@
|
|
|
30746
30842
|
}
|
|
30747
30843
|
},
|
|
30748
30844
|
"type": "dimension",
|
|
30749
|
-
"value": "{
|
|
30845
|
+
"value": "{nl.skip-link.padding-block}"
|
|
30750
30846
|
},
|
|
30751
30847
|
"name": "utrechtSkipLinkPaddingBlockEnd",
|
|
30752
30848
|
"attributes": {},
|
|
@@ -30783,7 +30879,7 @@
|
|
|
30783
30879
|
}
|
|
30784
30880
|
},
|
|
30785
30881
|
"type": "dimension",
|
|
30786
|
-
"value": "{
|
|
30882
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30787
30883
|
},
|
|
30788
30884
|
"name": "utrechtSkipLinkPaddingInlineStart",
|
|
30789
30885
|
"attributes": {},
|
|
@@ -30820,7 +30916,7 @@
|
|
|
30820
30916
|
}
|
|
30821
30917
|
},
|
|
30822
30918
|
"type": "dimension",
|
|
30823
|
-
"value": "{
|
|
30919
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
30824
30920
|
},
|
|
30825
30921
|
"name": "utrechtSkipLinkPaddingInlineEnd",
|
|
30826
30922
|
"attributes": {},
|
|
@@ -30859,7 +30955,7 @@
|
|
|
30859
30955
|
"nl.nldesignsystem.figma.supports-token": true
|
|
30860
30956
|
},
|
|
30861
30957
|
"type": "textDecoration",
|
|
30862
|
-
"value": "{
|
|
30958
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
30863
30959
|
},
|
|
30864
30960
|
"name": "utrechtSkipLinkTextDecoration",
|
|
30865
30961
|
"attributes": {},
|
|
@@ -30908,7 +31004,7 @@
|
|
|
30908
31004
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
30909
31005
|
},
|
|
30910
31006
|
"type": "color",
|
|
30911
|
-
"value": "{
|
|
31007
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
30912
31008
|
},
|
|
30913
31009
|
"name": "utrechtSkipLinkFocusBackgroundColor",
|
|
30914
31010
|
"attributes": {},
|
|
@@ -30944,7 +31040,7 @@
|
|
|
30944
31040
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
30945
31041
|
},
|
|
30946
31042
|
"type": "color",
|
|
30947
|
-
"value": "{
|
|
31043
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
30948
31044
|
},
|
|
30949
31045
|
"name": "utrechtSkipLinkFocusColor",
|
|
30950
31046
|
"attributes": {},
|
|
@@ -31022,7 +31118,7 @@
|
|
|
31022
31118
|
"nl.nldesignsystem.figma.supports-token": true
|
|
31023
31119
|
},
|
|
31024
31120
|
"type": "textDecoration",
|
|
31025
|
-
"value": "{
|
|
31121
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
31026
31122
|
},
|
|
31027
31123
|
"name": "utrechtSkipLinkFocusVisibleTextDecoration",
|
|
31028
31124
|
"attributes": {},
|
|
@@ -37791,6 +37887,1003 @@
|
|
|
37791
37887
|
}
|
|
37792
37888
|
}
|
|
37793
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
|
+
},
|
|
37794
38887
|
"of": {
|
|
37795
38888
|
"layout": {
|
|
37796
38889
|
"background": {
|