@utrecht/design-tokens 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/_mixin-theme.scss +41 -13
- package/dist/_mixin.scss +41 -13
- package/dist/_variables.scss +41 -13
- package/dist/dark/_mixin-theme.scss +41 -13
- package/dist/dark/_mixin.scss +41 -13
- package/dist/dark/_variables.scss +41 -13
- package/dist/dark/index.cjs +42 -14
- package/dist/dark/index.css +41 -13
- package/dist/dark/index.d.ts +35 -7
- package/dist/dark/index.flat.json +40 -12
- package/dist/dark/index.json +909 -181
- package/dist/dark/index.mjs +41 -13
- package/dist/dark/index.tokens.json +123 -212
- package/dist/dark/list.json +909 -181
- package/dist/dark/list.mjs +909 -181
- package/dist/dark/property.css +19 -6
- package/dist/dark/root.css +40 -12
- package/dist/dark/theme-prince-xml.css +41 -13
- package/dist/dark/theme.css +40 -12
- package/dist/dark/tokens.cjs +842 -231
- package/dist/dark/tokens.d.ts +78 -106
- package/dist/dark/tokens.json +842 -231
- package/dist/dark/variables.cjs +42 -14
- package/dist/dark/variables.css +40 -12
- package/dist/dark/variables.d.ts +35 -7
- package/dist/dark/variables.json +40 -12
- package/dist/dark/variables.less +41 -13
- package/dist/dark/variables.mjs +41 -13
- package/dist/index.cjs +42 -14
- package/dist/index.css +82 -26
- package/dist/index.d.ts +35 -7
- package/dist/index.flat.json +40 -12
- package/dist/index.json +903 -175
- package/dist/index.mjs +41 -13
- package/dist/index.tokens.json +123 -212
- package/dist/list.json +903 -175
- package/dist/list.mjs +903 -175
- package/dist/property.css +19 -6
- package/dist/root.css +40 -12
- package/dist/theme-prince-xml.css +41 -13
- package/dist/theme.css +40 -12
- package/dist/tokens.cjs +842 -231
- package/dist/tokens.d.ts +78 -106
- package/dist/tokens.json +842 -231
- package/dist/variables.cjs +42 -14
- package/dist/variables.css +40 -12
- package/dist/variables.d.ts +35 -7
- package/dist/variables.json +40 -12
- package/dist/variables.less +41 -13
- package/dist/variables.mjs +41 -13
- package/package.json +1 -1
- package/src/component/signalen/signalen.tokens.json +17 -0
- package/src/component/utrecht/body.tokens.json +11 -0
- package/src/component/utrecht/link-list.tokens.json +3 -0
- package/src/component/utrecht/nav-bar.tokens.json +0 -2
- package/src/component/utrecht/page-body.tokens.json +19 -0
- package/src/component/utrecht/page-footer.tokens.json +6 -4
- package/src/component/utrecht/page-header.tokens.json +14 -4
- package/src/component/utrecht/page.tokens.json +2 -2
- package/src/component/utrecht/root.tokens.json +8 -0
- package/project.json +0 -25
package/dist/dark/tokens.cjs
CHANGED
|
@@ -3373,9 +3373,36 @@ module.exports = {
|
|
|
3373
3373
|
"syntax": "*",
|
|
3374
3374
|
"inherits": true
|
|
3375
3375
|
},
|
|
3376
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3376
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3377
|
+
"studio.tokens": {
|
|
3378
|
+
"originalType": "fontFamilies"
|
|
3379
|
+
}
|
|
3377
3380
|
},
|
|
3378
|
-
"type": "
|
|
3381
|
+
"type": "fontFamily",
|
|
3382
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
3383
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3384
|
+
"isSource": true,
|
|
3385
|
+
"original": {
|
|
3386
|
+
"$extensions": {
|
|
3387
|
+
"nl.nldesignsystem.css.property": {
|
|
3388
|
+
"syntax": "*",
|
|
3389
|
+
"inherits": true
|
|
3390
|
+
},
|
|
3391
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3392
|
+
"studio.tokens": {
|
|
3393
|
+
"originalType": "fontFamilies"
|
|
3394
|
+
}
|
|
3395
|
+
},
|
|
3396
|
+
"type": "fontFamily",
|
|
3397
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
3398
|
+
},
|
|
3399
|
+
"name": "font-family",
|
|
3400
|
+
"attributes": {},
|
|
3401
|
+
"path": [
|
|
3402
|
+
"utrecht",
|
|
3403
|
+
"body",
|
|
3404
|
+
"font-family"
|
|
3405
|
+
]
|
|
3379
3406
|
},
|
|
3380
3407
|
"font-size": {
|
|
3381
3408
|
"$extensions": {
|
|
@@ -3383,9 +3410,36 @@ module.exports = {
|
|
|
3383
3410
|
"syntax": "<length>",
|
|
3384
3411
|
"inherits": true
|
|
3385
3412
|
},
|
|
3386
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3413
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3414
|
+
"studio.tokens": {
|
|
3415
|
+
"originalType": "fontSizes"
|
|
3416
|
+
}
|
|
3387
3417
|
},
|
|
3388
|
-
"type": "
|
|
3418
|
+
"type": "fontSize",
|
|
3419
|
+
"value": "1rem",
|
|
3420
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3421
|
+
"isSource": true,
|
|
3422
|
+
"original": {
|
|
3423
|
+
"$extensions": {
|
|
3424
|
+
"nl.nldesignsystem.css.property": {
|
|
3425
|
+
"syntax": "<length>",
|
|
3426
|
+
"inherits": true
|
|
3427
|
+
},
|
|
3428
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3429
|
+
"studio.tokens": {
|
|
3430
|
+
"originalType": "fontSizes"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
"type": "fontSize",
|
|
3434
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
3435
|
+
},
|
|
3436
|
+
"name": "font-size",
|
|
3437
|
+
"attributes": {},
|
|
3438
|
+
"path": [
|
|
3439
|
+
"utrecht",
|
|
3440
|
+
"body",
|
|
3441
|
+
"font-size"
|
|
3442
|
+
]
|
|
3389
3443
|
},
|
|
3390
3444
|
"font-weight": {
|
|
3391
3445
|
"$extensions": {
|
|
@@ -3406,9 +3460,69 @@ module.exports = {
|
|
|
3406
3460
|
],
|
|
3407
3461
|
"inherits": true
|
|
3408
3462
|
},
|
|
3409
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
3463
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3464
|
+
"studio.tokens": {
|
|
3465
|
+
"originalType": "lineHeights"
|
|
3466
|
+
}
|
|
3410
3467
|
},
|
|
3411
|
-
"type": "
|
|
3468
|
+
"type": "lineHeight",
|
|
3469
|
+
"value": "1.4",
|
|
3470
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3471
|
+
"isSource": true,
|
|
3472
|
+
"original": {
|
|
3473
|
+
"$extensions": {
|
|
3474
|
+
"nl.nldesignsystem.css.property": {
|
|
3475
|
+
"syntax": [
|
|
3476
|
+
"<length>",
|
|
3477
|
+
"<number>"
|
|
3478
|
+
],
|
|
3479
|
+
"inherits": true
|
|
3480
|
+
},
|
|
3481
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3482
|
+
"studio.tokens": {
|
|
3483
|
+
"originalType": "lineHeights"
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3486
|
+
"type": "lineHeight",
|
|
3487
|
+
"value": "1.4"
|
|
3488
|
+
},
|
|
3489
|
+
"name": "line-height",
|
|
3490
|
+
"attributes": {},
|
|
3491
|
+
"path": [
|
|
3492
|
+
"utrecht",
|
|
3493
|
+
"body",
|
|
3494
|
+
"line-height"
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
"background-color": {
|
|
3498
|
+
"value": "hsl(0 0% 100%)",
|
|
3499
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3500
|
+
"isSource": true,
|
|
3501
|
+
"original": {
|
|
3502
|
+
"value": "{utrecht.color.white}"
|
|
3503
|
+
},
|
|
3504
|
+
"name": "background-color",
|
|
3505
|
+
"attributes": {},
|
|
3506
|
+
"path": [
|
|
3507
|
+
"utrecht",
|
|
3508
|
+
"body",
|
|
3509
|
+
"background-color"
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3512
|
+
"color": {
|
|
3513
|
+
"value": "hsl(0 0% 0%)",
|
|
3514
|
+
"filePath": "src/component/utrecht/body.tokens.json",
|
|
3515
|
+
"isSource": true,
|
|
3516
|
+
"original": {
|
|
3517
|
+
"value": "{utrecht.color.black}"
|
|
3518
|
+
},
|
|
3519
|
+
"name": "color",
|
|
3520
|
+
"attributes": {},
|
|
3521
|
+
"path": [
|
|
3522
|
+
"utrecht",
|
|
3523
|
+
"body",
|
|
3524
|
+
"color"
|
|
3525
|
+
]
|
|
3412
3526
|
}
|
|
3413
3527
|
},
|
|
3414
3528
|
"breadcrumb-nav": {
|
|
@@ -17881,7 +17995,7 @@ module.exports = {
|
|
|
17881
17995
|
"syntax": "<length>",
|
|
17882
17996
|
"inherits": true
|
|
17883
17997
|
},
|
|
17884
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
17998
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17885
17999
|
"studio.tokens": {
|
|
17886
18000
|
"originalType": "spacing"
|
|
17887
18001
|
}
|
|
@@ -17896,7 +18010,7 @@ module.exports = {
|
|
|
17896
18010
|
"syntax": "<length>",
|
|
17897
18011
|
"inherits": true
|
|
17898
18012
|
},
|
|
17899
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18013
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17900
18014
|
"studio.tokens": {
|
|
17901
18015
|
"originalType": "spacing"
|
|
17902
18016
|
}
|
|
@@ -17918,7 +18032,7 @@ module.exports = {
|
|
|
17918
18032
|
"syntax": "<length>",
|
|
17919
18033
|
"inherits": true
|
|
17920
18034
|
},
|
|
17921
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18035
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17922
18036
|
"studio.tokens": {
|
|
17923
18037
|
"originalType": "spacing"
|
|
17924
18038
|
}
|
|
@@ -17933,7 +18047,7 @@ module.exports = {
|
|
|
17933
18047
|
"syntax": "<length>",
|
|
17934
18048
|
"inherits": true
|
|
17935
18049
|
},
|
|
17936
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18050
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17937
18051
|
"studio.tokens": {
|
|
17938
18052
|
"originalType": "spacing"
|
|
17939
18053
|
}
|
|
@@ -17955,7 +18069,7 @@ module.exports = {
|
|
|
17955
18069
|
"syntax": "<length>",
|
|
17956
18070
|
"inherits": true
|
|
17957
18071
|
},
|
|
17958
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18072
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17959
18073
|
"studio.tokens": {
|
|
17960
18074
|
"originalType": "spacing"
|
|
17961
18075
|
}
|
|
@@ -17970,7 +18084,7 @@ module.exports = {
|
|
|
17970
18084
|
"syntax": "<length>",
|
|
17971
18085
|
"inherits": true
|
|
17972
18086
|
},
|
|
17973
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18087
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17974
18088
|
"studio.tokens": {
|
|
17975
18089
|
"originalType": "spacing"
|
|
17976
18090
|
}
|
|
@@ -17992,7 +18106,7 @@ module.exports = {
|
|
|
17992
18106
|
"syntax": "<length>",
|
|
17993
18107
|
"inherits": true
|
|
17994
18108
|
},
|
|
17995
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18109
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
17996
18110
|
"studio.tokens": {
|
|
17997
18111
|
"originalType": "spacing"
|
|
17998
18112
|
}
|
|
@@ -18007,7 +18121,7 @@ module.exports = {
|
|
|
18007
18121
|
"syntax": "<length>",
|
|
18008
18122
|
"inherits": true
|
|
18009
18123
|
},
|
|
18010
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
18124
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
18011
18125
|
"studio.tokens": {
|
|
18012
18126
|
"originalType": "spacing"
|
|
18013
18127
|
}
|
|
@@ -20563,9 +20677,37 @@ module.exports = {
|
|
|
20563
20677
|
"syntax": "<length>",
|
|
20564
20678
|
"inherits": true
|
|
20565
20679
|
},
|
|
20566
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
20680
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20681
|
+
"studio.tokens": {
|
|
20682
|
+
"originalType": "spacing"
|
|
20683
|
+
}
|
|
20567
20684
|
},
|
|
20568
|
-
"type": "
|
|
20685
|
+
"type": "dimension",
|
|
20686
|
+
"value": "0.15em",
|
|
20687
|
+
"filePath": "src/component/utrecht/link-list.tokens.json",
|
|
20688
|
+
"isSource": true,
|
|
20689
|
+
"original": {
|
|
20690
|
+
"$extensions": {
|
|
20691
|
+
"nl.nldesignsystem.css.property": {
|
|
20692
|
+
"syntax": "<length>",
|
|
20693
|
+
"inherits": true
|
|
20694
|
+
},
|
|
20695
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
20696
|
+
"studio.tokens": {
|
|
20697
|
+
"originalType": "spacing"
|
|
20698
|
+
}
|
|
20699
|
+
},
|
|
20700
|
+
"type": "dimension",
|
|
20701
|
+
"value": "0.15em"
|
|
20702
|
+
},
|
|
20703
|
+
"name": "inset-block-start",
|
|
20704
|
+
"attributes": {},
|
|
20705
|
+
"path": [
|
|
20706
|
+
"utrecht",
|
|
20707
|
+
"link-list",
|
|
20708
|
+
"icon",
|
|
20709
|
+
"inset-block-start"
|
|
20710
|
+
]
|
|
20569
20711
|
}
|
|
20570
20712
|
}
|
|
20571
20713
|
},
|
|
@@ -23371,28 +23513,7 @@ module.exports = {
|
|
|
23371
23513
|
},
|
|
23372
23514
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23373
23515
|
},
|
|
23374
|
-
"type": "color"
|
|
23375
|
-
"value": "hsl(0 0% 100%)",
|
|
23376
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23377
|
-
"isSource": true,
|
|
23378
|
-
"original": {
|
|
23379
|
-
"$extensions": {
|
|
23380
|
-
"nl.nldesignsystem.css.property": {
|
|
23381
|
-
"syntax": "<color>",
|
|
23382
|
-
"inherits": true
|
|
23383
|
-
},
|
|
23384
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23385
|
-
},
|
|
23386
|
-
"type": "color",
|
|
23387
|
-
"value": "{utrecht.color.white}"
|
|
23388
|
-
},
|
|
23389
|
-
"name": "background-color",
|
|
23390
|
-
"attributes": {},
|
|
23391
|
-
"path": [
|
|
23392
|
-
"utrecht",
|
|
23393
|
-
"nav-bar",
|
|
23394
|
-
"background-color"
|
|
23395
|
-
]
|
|
23516
|
+
"type": "color"
|
|
23396
23517
|
},
|
|
23397
23518
|
"color": {
|
|
23398
23519
|
"$extensions": {
|
|
@@ -23402,28 +23523,7 @@ module.exports = {
|
|
|
23402
23523
|
},
|
|
23403
23524
|
"nl.nldesignsystem.figma.supports-token": false
|
|
23404
23525
|
},
|
|
23405
|
-
"type": "color"
|
|
23406
|
-
"value": "hsl(0 0% 0%)",
|
|
23407
|
-
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
23408
|
-
"isSource": true,
|
|
23409
|
-
"original": {
|
|
23410
|
-
"$extensions": {
|
|
23411
|
-
"nl.nldesignsystem.css.property": {
|
|
23412
|
-
"syntax": "<color>",
|
|
23413
|
-
"inherits": true
|
|
23414
|
-
},
|
|
23415
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
23416
|
-
},
|
|
23417
|
-
"type": "color",
|
|
23418
|
-
"value": "{utrecht.color.black}"
|
|
23419
|
-
},
|
|
23420
|
-
"name": "color",
|
|
23421
|
-
"attributes": {},
|
|
23422
|
-
"path": [
|
|
23423
|
-
"utrecht",
|
|
23424
|
-
"nav-bar",
|
|
23425
|
-
"color"
|
|
23426
|
-
]
|
|
23526
|
+
"type": "color"
|
|
23427
23527
|
},
|
|
23428
23528
|
"content": {
|
|
23429
23529
|
"background-color": {
|
|
@@ -24739,7 +24839,29 @@ module.exports = {
|
|
|
24739
24839
|
},
|
|
24740
24840
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24741
24841
|
},
|
|
24742
|
-
"type": "color"
|
|
24842
|
+
"type": "color",
|
|
24843
|
+
"value": "hsl(0 0% 100%)",
|
|
24844
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24845
|
+
"isSource": true,
|
|
24846
|
+
"original": {
|
|
24847
|
+
"$extensions": {
|
|
24848
|
+
"nl.nldesignsystem.css.property": {
|
|
24849
|
+
"syntax": "<color>",
|
|
24850
|
+
"inherits": true
|
|
24851
|
+
},
|
|
24852
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24853
|
+
},
|
|
24854
|
+
"type": "color",
|
|
24855
|
+
"value": "{utrecht.color.white}"
|
|
24856
|
+
},
|
|
24857
|
+
"name": "background-color",
|
|
24858
|
+
"attributes": {},
|
|
24859
|
+
"path": [
|
|
24860
|
+
"utrecht",
|
|
24861
|
+
"page-body",
|
|
24862
|
+
"content",
|
|
24863
|
+
"background-color"
|
|
24864
|
+
]
|
|
24743
24865
|
},
|
|
24744
24866
|
"color": {
|
|
24745
24867
|
"$extensions": {
|
|
@@ -24749,7 +24871,29 @@ module.exports = {
|
|
|
24749
24871
|
},
|
|
24750
24872
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24751
24873
|
},
|
|
24752
|
-
"type": "color"
|
|
24874
|
+
"type": "color",
|
|
24875
|
+
"value": "hsl(0 0% 0%)",
|
|
24876
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24877
|
+
"isSource": true,
|
|
24878
|
+
"original": {
|
|
24879
|
+
"$extensions": {
|
|
24880
|
+
"nl.nldesignsystem.css.property": {
|
|
24881
|
+
"syntax": "<color>",
|
|
24882
|
+
"inherits": true
|
|
24883
|
+
},
|
|
24884
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24885
|
+
},
|
|
24886
|
+
"type": "color",
|
|
24887
|
+
"value": "{utrecht.color.black}"
|
|
24888
|
+
},
|
|
24889
|
+
"name": "color",
|
|
24890
|
+
"attributes": {},
|
|
24891
|
+
"path": [
|
|
24892
|
+
"utrecht",
|
|
24893
|
+
"page-body",
|
|
24894
|
+
"content",
|
|
24895
|
+
"color"
|
|
24896
|
+
]
|
|
24753
24897
|
},
|
|
24754
24898
|
"padding-block-start": {
|
|
24755
24899
|
"$extensions": {
|
|
@@ -24757,9 +24901,37 @@ module.exports = {
|
|
|
24757
24901
|
"syntax": "<length>",
|
|
24758
24902
|
"inherits": true
|
|
24759
24903
|
},
|
|
24760
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24904
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24905
|
+
"studio.tokens": {
|
|
24906
|
+
"originalType": "spacing"
|
|
24907
|
+
}
|
|
24761
24908
|
},
|
|
24762
|
-
"type": "
|
|
24909
|
+
"type": "dimension",
|
|
24910
|
+
"value": "0",
|
|
24911
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24912
|
+
"isSource": true,
|
|
24913
|
+
"original": {
|
|
24914
|
+
"$extensions": {
|
|
24915
|
+
"nl.nldesignsystem.css.property": {
|
|
24916
|
+
"syntax": "<length>",
|
|
24917
|
+
"inherits": true
|
|
24918
|
+
},
|
|
24919
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24920
|
+
"studio.tokens": {
|
|
24921
|
+
"originalType": "spacing"
|
|
24922
|
+
}
|
|
24923
|
+
},
|
|
24924
|
+
"type": "dimension",
|
|
24925
|
+
"value": "0"
|
|
24926
|
+
},
|
|
24927
|
+
"name": "padding-block-start",
|
|
24928
|
+
"attributes": {},
|
|
24929
|
+
"path": [
|
|
24930
|
+
"utrecht",
|
|
24931
|
+
"page-body",
|
|
24932
|
+
"content",
|
|
24933
|
+
"padding-block-start"
|
|
24934
|
+
]
|
|
24763
24935
|
},
|
|
24764
24936
|
"padding-block-end": {
|
|
24765
24937
|
"$extensions": {
|
|
@@ -24767,9 +24939,37 @@ module.exports = {
|
|
|
24767
24939
|
"syntax": "<length>",
|
|
24768
24940
|
"inherits": true
|
|
24769
24941
|
},
|
|
24770
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24942
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24943
|
+
"studio.tokens": {
|
|
24944
|
+
"originalType": "spacing"
|
|
24945
|
+
}
|
|
24771
24946
|
},
|
|
24772
|
-
"type": "
|
|
24947
|
+
"type": "dimension",
|
|
24948
|
+
"value": "1em",
|
|
24949
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24950
|
+
"isSource": true,
|
|
24951
|
+
"original": {
|
|
24952
|
+
"$extensions": {
|
|
24953
|
+
"nl.nldesignsystem.css.property": {
|
|
24954
|
+
"syntax": "<length>",
|
|
24955
|
+
"inherits": true
|
|
24956
|
+
},
|
|
24957
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24958
|
+
"studio.tokens": {
|
|
24959
|
+
"originalType": "spacing"
|
|
24960
|
+
}
|
|
24961
|
+
},
|
|
24962
|
+
"type": "dimension",
|
|
24963
|
+
"value": "1em"
|
|
24964
|
+
},
|
|
24965
|
+
"name": "padding-block-end",
|
|
24966
|
+
"attributes": {},
|
|
24967
|
+
"path": [
|
|
24968
|
+
"utrecht",
|
|
24969
|
+
"page-body",
|
|
24970
|
+
"content",
|
|
24971
|
+
"padding-block-end"
|
|
24972
|
+
]
|
|
24773
24973
|
},
|
|
24774
24974
|
"padding-inline-start": {
|
|
24775
24975
|
"$extensions": {
|
|
@@ -24777,9 +24977,37 @@ module.exports = {
|
|
|
24777
24977
|
"syntax": "<length>",
|
|
24778
24978
|
"inherits": true
|
|
24779
24979
|
},
|
|
24780
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24980
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24981
|
+
"studio.tokens": {
|
|
24982
|
+
"originalType": "spacing"
|
|
24983
|
+
}
|
|
24781
24984
|
},
|
|
24782
|
-
"type": "
|
|
24985
|
+
"type": "dimension",
|
|
24986
|
+
"value": "2em",
|
|
24987
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
24988
|
+
"isSource": true,
|
|
24989
|
+
"original": {
|
|
24990
|
+
"$extensions": {
|
|
24991
|
+
"nl.nldesignsystem.css.property": {
|
|
24992
|
+
"syntax": "<length>",
|
|
24993
|
+
"inherits": true
|
|
24994
|
+
},
|
|
24995
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
24996
|
+
"studio.tokens": {
|
|
24997
|
+
"originalType": "spacing"
|
|
24998
|
+
}
|
|
24999
|
+
},
|
|
25000
|
+
"type": "dimension",
|
|
25001
|
+
"value": "2em"
|
|
25002
|
+
},
|
|
25003
|
+
"name": "padding-inline-start",
|
|
25004
|
+
"attributes": {},
|
|
25005
|
+
"path": [
|
|
25006
|
+
"utrecht",
|
|
25007
|
+
"page-body",
|
|
25008
|
+
"content",
|
|
25009
|
+
"padding-inline-start"
|
|
25010
|
+
]
|
|
24783
25011
|
},
|
|
24784
25012
|
"padding-inine-end": {
|
|
24785
25013
|
"$extensions": {
|
|
@@ -24790,7 +25018,99 @@ module.exports = {
|
|
|
24790
25018
|
"nl.nldesignsystem.figma.supports-token": false
|
|
24791
25019
|
},
|
|
24792
25020
|
"type": "spacing"
|
|
25021
|
+
},
|
|
25022
|
+
"max-inline-size": {
|
|
25023
|
+
"value": "1184px",
|
|
25024
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25025
|
+
"isSource": true,
|
|
25026
|
+
"original": {
|
|
25027
|
+
"value": "1184px"
|
|
25028
|
+
},
|
|
25029
|
+
"name": "max-inline-size",
|
|
25030
|
+
"attributes": {},
|
|
25031
|
+
"path": [
|
|
25032
|
+
"utrecht",
|
|
25033
|
+
"page-body",
|
|
25034
|
+
"content",
|
|
25035
|
+
"max-inline-size"
|
|
25036
|
+
]
|
|
25037
|
+
},
|
|
25038
|
+
"padding-inline-end": {
|
|
25039
|
+
"value": "2.4em",
|
|
25040
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25041
|
+
"isSource": true,
|
|
25042
|
+
"original": {
|
|
25043
|
+
"value": "2.4em"
|
|
25044
|
+
},
|
|
25045
|
+
"name": "padding-inline-end",
|
|
25046
|
+
"attributes": {},
|
|
25047
|
+
"path": [
|
|
25048
|
+
"utrecht",
|
|
25049
|
+
"page-body",
|
|
25050
|
+
"content",
|
|
25051
|
+
"padding-inline-end"
|
|
25052
|
+
]
|
|
24793
25053
|
}
|
|
25054
|
+
},
|
|
25055
|
+
"padding-inline-end": {
|
|
25056
|
+
"value": "0",
|
|
25057
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25058
|
+
"isSource": true,
|
|
25059
|
+
"original": {
|
|
25060
|
+
"value": "0"
|
|
25061
|
+
},
|
|
25062
|
+
"name": "padding-inline-end",
|
|
25063
|
+
"attributes": {},
|
|
25064
|
+
"path": [
|
|
25065
|
+
"utrecht",
|
|
25066
|
+
"page-body",
|
|
25067
|
+
"padding-inline-end"
|
|
25068
|
+
]
|
|
25069
|
+
},
|
|
25070
|
+
"padding-inline-start": {
|
|
25071
|
+
"value": "0",
|
|
25072
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25073
|
+
"isSource": true,
|
|
25074
|
+
"original": {
|
|
25075
|
+
"value": "0"
|
|
25076
|
+
},
|
|
25077
|
+
"name": "padding-inline-start",
|
|
25078
|
+
"attributes": {},
|
|
25079
|
+
"path": [
|
|
25080
|
+
"utrecht",
|
|
25081
|
+
"page-body",
|
|
25082
|
+
"padding-inline-start"
|
|
25083
|
+
]
|
|
25084
|
+
},
|
|
25085
|
+
"padding-block-end": {
|
|
25086
|
+
"value": "0",
|
|
25087
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25088
|
+
"isSource": true,
|
|
25089
|
+
"original": {
|
|
25090
|
+
"value": "0"
|
|
25091
|
+
},
|
|
25092
|
+
"name": "padding-block-end",
|
|
25093
|
+
"attributes": {},
|
|
25094
|
+
"path": [
|
|
25095
|
+
"utrecht",
|
|
25096
|
+
"page-body",
|
|
25097
|
+
"padding-block-end"
|
|
25098
|
+
]
|
|
25099
|
+
},
|
|
25100
|
+
"padding-block-start": {
|
|
25101
|
+
"value": "0",
|
|
25102
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
25103
|
+
"isSource": true,
|
|
25104
|
+
"original": {
|
|
25105
|
+
"value": "0"
|
|
25106
|
+
},
|
|
25107
|
+
"name": "padding-block-start",
|
|
25108
|
+
"attributes": {},
|
|
25109
|
+
"path": [
|
|
25110
|
+
"utrecht",
|
|
25111
|
+
"page-body",
|
|
25112
|
+
"padding-block-start"
|
|
25113
|
+
]
|
|
24794
25114
|
}
|
|
24795
25115
|
},
|
|
24796
25116
|
"page-content": {
|
|
@@ -24989,36 +25309,9 @@ module.exports = {
|
|
|
24989
25309
|
"syntax": "<length>",
|
|
24990
25310
|
"inherits": true
|
|
24991
25311
|
},
|
|
24992
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
24993
|
-
"studio.tokens": {
|
|
24994
|
-
"originalType": "spacing"
|
|
24995
|
-
}
|
|
24996
|
-
},
|
|
24997
|
-
"type": "dimension",
|
|
24998
|
-
"value": "28px",
|
|
24999
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25000
|
-
"isSource": true,
|
|
25001
|
-
"original": {
|
|
25002
|
-
"$extensions": {
|
|
25003
|
-
"nl.nldesignsystem.css.property": {
|
|
25004
|
-
"syntax": "<length>",
|
|
25005
|
-
"inherits": true
|
|
25006
|
-
},
|
|
25007
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25008
|
-
"studio.tokens": {
|
|
25009
|
-
"originalType": "spacing"
|
|
25010
|
-
}
|
|
25011
|
-
},
|
|
25012
|
-
"type": "dimension",
|
|
25013
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25312
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25014
25313
|
},
|
|
25015
|
-
"
|
|
25016
|
-
"attributes": {},
|
|
25017
|
-
"path": [
|
|
25018
|
-
"utrecht",
|
|
25019
|
-
"page-footer",
|
|
25020
|
-
"padding-inline-end"
|
|
25021
|
-
]
|
|
25314
|
+
"type": "spacing"
|
|
25022
25315
|
},
|
|
25023
25316
|
"padding-inline-start": {
|
|
25024
25317
|
"$extensions": {
|
|
@@ -25026,36 +25319,9 @@ module.exports = {
|
|
|
25026
25319
|
"syntax": "<length>",
|
|
25027
25320
|
"inherits": true
|
|
25028
25321
|
},
|
|
25029
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25030
|
-
"studio.tokens": {
|
|
25031
|
-
"originalType": "spacing"
|
|
25032
|
-
}
|
|
25033
|
-
},
|
|
25034
|
-
"type": "dimension",
|
|
25035
|
-
"value": "28px",
|
|
25036
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25037
|
-
"isSource": true,
|
|
25038
|
-
"original": {
|
|
25039
|
-
"$extensions": {
|
|
25040
|
-
"nl.nldesignsystem.css.property": {
|
|
25041
|
-
"syntax": "<length>",
|
|
25042
|
-
"inherits": true
|
|
25043
|
-
},
|
|
25044
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25045
|
-
"studio.tokens": {
|
|
25046
|
-
"originalType": "spacing"
|
|
25047
|
-
}
|
|
25048
|
-
},
|
|
25049
|
-
"type": "dimension",
|
|
25050
|
-
"value": "{utrecht.space.inline.2xl}"
|
|
25322
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25051
25323
|
},
|
|
25052
|
-
"
|
|
25053
|
-
"attributes": {},
|
|
25054
|
-
"path": [
|
|
25055
|
-
"utrecht",
|
|
25056
|
-
"page-footer",
|
|
25057
|
-
"padding-inline-start"
|
|
25058
|
-
]
|
|
25324
|
+
"type": "spacing"
|
|
25059
25325
|
},
|
|
25060
25326
|
"padding-block-end": {
|
|
25061
25327
|
"$extensions": {
|
|
@@ -25063,36 +25329,9 @@ module.exports = {
|
|
|
25063
25329
|
"syntax": "<length>",
|
|
25064
25330
|
"inherits": true
|
|
25065
25331
|
},
|
|
25066
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25067
|
-
"studio.tokens": {
|
|
25068
|
-
"originalType": "spacing"
|
|
25069
|
-
}
|
|
25070
|
-
},
|
|
25071
|
-
"type": "dimension",
|
|
25072
|
-
"value": "48px",
|
|
25073
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25074
|
-
"isSource": true,
|
|
25075
|
-
"original": {
|
|
25076
|
-
"$extensions": {
|
|
25077
|
-
"nl.nldesignsystem.css.property": {
|
|
25078
|
-
"syntax": "<length>",
|
|
25079
|
-
"inherits": true
|
|
25080
|
-
},
|
|
25081
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25082
|
-
"studio.tokens": {
|
|
25083
|
-
"originalType": "spacing"
|
|
25084
|
-
}
|
|
25085
|
-
},
|
|
25086
|
-
"type": "dimension",
|
|
25087
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25332
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25088
25333
|
},
|
|
25089
|
-
"
|
|
25090
|
-
"attributes": {},
|
|
25091
|
-
"path": [
|
|
25092
|
-
"utrecht",
|
|
25093
|
-
"page-footer",
|
|
25094
|
-
"padding-block-end"
|
|
25095
|
-
]
|
|
25334
|
+
"type": "spacing"
|
|
25096
25335
|
},
|
|
25097
25336
|
"padding-block-start": {
|
|
25098
25337
|
"$extensions": {
|
|
@@ -25100,36 +25339,9 @@ module.exports = {
|
|
|
25100
25339
|
"syntax": "<length>",
|
|
25101
25340
|
"inherits": true
|
|
25102
25341
|
},
|
|
25103
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25104
|
-
"studio.tokens": {
|
|
25105
|
-
"originalType": "spacing"
|
|
25106
|
-
}
|
|
25107
|
-
},
|
|
25108
|
-
"type": "dimension",
|
|
25109
|
-
"value": "48px",
|
|
25110
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25111
|
-
"isSource": true,
|
|
25112
|
-
"original": {
|
|
25113
|
-
"$extensions": {
|
|
25114
|
-
"nl.nldesignsystem.css.property": {
|
|
25115
|
-
"syntax": "<length>",
|
|
25116
|
-
"inherits": true
|
|
25117
|
-
},
|
|
25118
|
-
"nl.nldesignsystem.figma.supports-token": false,
|
|
25119
|
-
"studio.tokens": {
|
|
25120
|
-
"originalType": "spacing"
|
|
25121
|
-
}
|
|
25122
|
-
},
|
|
25123
|
-
"type": "dimension",
|
|
25124
|
-
"value": "{utrecht.space.block.3xl}"
|
|
25342
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25125
25343
|
},
|
|
25126
|
-
"
|
|
25127
|
-
"attributes": {},
|
|
25128
|
-
"path": [
|
|
25129
|
-
"utrecht",
|
|
25130
|
-
"page-footer",
|
|
25131
|
-
"padding-block-start"
|
|
25132
|
-
]
|
|
25344
|
+
"type": "spacing"
|
|
25133
25345
|
},
|
|
25134
25346
|
"content": {
|
|
25135
25347
|
"color": {
|
|
@@ -25178,9 +25390,37 @@ module.exports = {
|
|
|
25178
25390
|
"syntax": "<length>",
|
|
25179
25391
|
"inherits": true
|
|
25180
25392
|
},
|
|
25181
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25393
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25394
|
+
"studio.tokens": {
|
|
25395
|
+
"originalType": "spacing"
|
|
25396
|
+
}
|
|
25182
25397
|
},
|
|
25183
|
-
"type": "
|
|
25398
|
+
"type": "dimension",
|
|
25399
|
+
"value": "48px",
|
|
25400
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25401
|
+
"isSource": true,
|
|
25402
|
+
"original": {
|
|
25403
|
+
"$extensions": {
|
|
25404
|
+
"nl.nldesignsystem.css.property": {
|
|
25405
|
+
"syntax": "<length>",
|
|
25406
|
+
"inherits": true
|
|
25407
|
+
},
|
|
25408
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25409
|
+
"studio.tokens": {
|
|
25410
|
+
"originalType": "spacing"
|
|
25411
|
+
}
|
|
25412
|
+
},
|
|
25413
|
+
"type": "dimension",
|
|
25414
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25415
|
+
},
|
|
25416
|
+
"name": "padding-block-end",
|
|
25417
|
+
"attributes": {},
|
|
25418
|
+
"path": [
|
|
25419
|
+
"utrecht",
|
|
25420
|
+
"page-footer",
|
|
25421
|
+
"content",
|
|
25422
|
+
"padding-block-end"
|
|
25423
|
+
]
|
|
25184
25424
|
},
|
|
25185
25425
|
"padding-block-start": {
|
|
25186
25426
|
"$extensions": {
|
|
@@ -25188,9 +25428,69 @@ module.exports = {
|
|
|
25188
25428
|
"syntax": "<length>",
|
|
25189
25429
|
"inherits": true
|
|
25190
25430
|
},
|
|
25191
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25431
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25432
|
+
"studio.tokens": {
|
|
25433
|
+
"originalType": "spacing"
|
|
25434
|
+
}
|
|
25192
25435
|
},
|
|
25193
|
-
"type": "
|
|
25436
|
+
"type": "dimension",
|
|
25437
|
+
"value": "48px",
|
|
25438
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25439
|
+
"isSource": true,
|
|
25440
|
+
"original": {
|
|
25441
|
+
"$extensions": {
|
|
25442
|
+
"nl.nldesignsystem.css.property": {
|
|
25443
|
+
"syntax": "<length>",
|
|
25444
|
+
"inherits": true
|
|
25445
|
+
},
|
|
25446
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25447
|
+
"studio.tokens": {
|
|
25448
|
+
"originalType": "spacing"
|
|
25449
|
+
}
|
|
25450
|
+
},
|
|
25451
|
+
"type": "dimension",
|
|
25452
|
+
"value": "{utrecht.space.block.3xl}"
|
|
25453
|
+
},
|
|
25454
|
+
"name": "padding-block-start",
|
|
25455
|
+
"attributes": {},
|
|
25456
|
+
"path": [
|
|
25457
|
+
"utrecht",
|
|
25458
|
+
"page-footer",
|
|
25459
|
+
"content",
|
|
25460
|
+
"padding-block-start"
|
|
25461
|
+
]
|
|
25462
|
+
},
|
|
25463
|
+
"max-inline-size": {
|
|
25464
|
+
"value": "1184px",
|
|
25465
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25466
|
+
"isSource": true,
|
|
25467
|
+
"original": {
|
|
25468
|
+
"value": "1184px"
|
|
25469
|
+
},
|
|
25470
|
+
"name": "max-inline-size",
|
|
25471
|
+
"attributes": {},
|
|
25472
|
+
"path": [
|
|
25473
|
+
"utrecht",
|
|
25474
|
+
"page-footer",
|
|
25475
|
+
"content",
|
|
25476
|
+
"max-inline-size"
|
|
25477
|
+
]
|
|
25478
|
+
},
|
|
25479
|
+
"padding-inline": {
|
|
25480
|
+
"value": "28px",
|
|
25481
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
25482
|
+
"isSource": true,
|
|
25483
|
+
"original": {
|
|
25484
|
+
"value": "{utrecht.space.inline.2xl}"
|
|
25485
|
+
},
|
|
25486
|
+
"name": "padding-inline",
|
|
25487
|
+
"attributes": {},
|
|
25488
|
+
"path": [
|
|
25489
|
+
"utrecht",
|
|
25490
|
+
"page-footer",
|
|
25491
|
+
"content",
|
|
25492
|
+
"padding-inline"
|
|
25493
|
+
]
|
|
25194
25494
|
}
|
|
25195
25495
|
}
|
|
25196
25496
|
},
|
|
@@ -25237,7 +25537,7 @@ module.exports = {
|
|
|
25237
25537
|
}
|
|
25238
25538
|
},
|
|
25239
25539
|
"type": "dimension",
|
|
25240
|
-
"value": "
|
|
25540
|
+
"value": "0",
|
|
25241
25541
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25242
25542
|
"isSource": true,
|
|
25243
25543
|
"original": {
|
|
@@ -25252,7 +25552,7 @@ module.exports = {
|
|
|
25252
25552
|
}
|
|
25253
25553
|
},
|
|
25254
25554
|
"type": "dimension",
|
|
25255
|
-
"value": "
|
|
25555
|
+
"value": "0"
|
|
25256
25556
|
},
|
|
25257
25557
|
"name": "padding-block-start",
|
|
25258
25558
|
"attributes": {},
|
|
@@ -25274,7 +25574,7 @@ module.exports = {
|
|
|
25274
25574
|
}
|
|
25275
25575
|
},
|
|
25276
25576
|
"type": "dimension",
|
|
25277
|
-
"value": "
|
|
25577
|
+
"value": "0",
|
|
25278
25578
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25279
25579
|
"isSource": true,
|
|
25280
25580
|
"original": {
|
|
@@ -25289,7 +25589,7 @@ module.exports = {
|
|
|
25289
25589
|
}
|
|
25290
25590
|
},
|
|
25291
25591
|
"type": "dimension",
|
|
25292
|
-
"value": "
|
|
25592
|
+
"value": "0"
|
|
25293
25593
|
},
|
|
25294
25594
|
"name": "padding-block-end",
|
|
25295
25595
|
"attributes": {},
|
|
@@ -25311,7 +25611,7 @@ module.exports = {
|
|
|
25311
25611
|
}
|
|
25312
25612
|
},
|
|
25313
25613
|
"type": "dimension",
|
|
25314
|
-
"value": "
|
|
25614
|
+
"value": "0",
|
|
25315
25615
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25316
25616
|
"isSource": true,
|
|
25317
25617
|
"original": {
|
|
@@ -25326,7 +25626,7 @@ module.exports = {
|
|
|
25326
25626
|
}
|
|
25327
25627
|
},
|
|
25328
25628
|
"type": "dimension",
|
|
25329
|
-
"value": "
|
|
25629
|
+
"value": "0"
|
|
25330
25630
|
},
|
|
25331
25631
|
"name": "padding-inline-start",
|
|
25332
25632
|
"attributes": {},
|
|
@@ -25348,7 +25648,7 @@ module.exports = {
|
|
|
25348
25648
|
}
|
|
25349
25649
|
},
|
|
25350
25650
|
"type": "dimension",
|
|
25351
|
-
"value": "
|
|
25651
|
+
"value": "0",
|
|
25352
25652
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25353
25653
|
"isSource": true,
|
|
25354
25654
|
"original": {
|
|
@@ -25363,7 +25663,7 @@ module.exports = {
|
|
|
25363
25663
|
}
|
|
25364
25664
|
},
|
|
25365
25665
|
"type": "dimension",
|
|
25366
|
-
"value": "
|
|
25666
|
+
"value": "0"
|
|
25367
25667
|
},
|
|
25368
25668
|
"name": "padding-inline-end",
|
|
25369
25669
|
"attributes": {},
|
|
@@ -25382,7 +25682,29 @@ module.exports = {
|
|
|
25382
25682
|
},
|
|
25383
25683
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25384
25684
|
},
|
|
25385
|
-
"type": "color"
|
|
25685
|
+
"type": "color",
|
|
25686
|
+
"value": "hsl(0 0% 100%)",
|
|
25687
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25688
|
+
"isSource": true,
|
|
25689
|
+
"original": {
|
|
25690
|
+
"$extensions": {
|
|
25691
|
+
"nl.nldesignsystem.css.property": {
|
|
25692
|
+
"syntax": "<color>",
|
|
25693
|
+
"inherits": true
|
|
25694
|
+
},
|
|
25695
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25696
|
+
},
|
|
25697
|
+
"type": "color",
|
|
25698
|
+
"value": "{utrecht.color.white}"
|
|
25699
|
+
},
|
|
25700
|
+
"name": "background-color",
|
|
25701
|
+
"attributes": {},
|
|
25702
|
+
"path": [
|
|
25703
|
+
"utrecht",
|
|
25704
|
+
"page-header",
|
|
25705
|
+
"content",
|
|
25706
|
+
"background-color"
|
|
25707
|
+
]
|
|
25386
25708
|
},
|
|
25387
25709
|
"color": {
|
|
25388
25710
|
"$extensions": {
|
|
@@ -25392,7 +25714,29 @@ module.exports = {
|
|
|
25392
25714
|
},
|
|
25393
25715
|
"nl.nldesignsystem.figma.supports-token": false
|
|
25394
25716
|
},
|
|
25395
|
-
"type": "color"
|
|
25717
|
+
"type": "color",
|
|
25718
|
+
"value": "hsl(0 0% 0%)",
|
|
25719
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25720
|
+
"isSource": true,
|
|
25721
|
+
"original": {
|
|
25722
|
+
"$extensions": {
|
|
25723
|
+
"nl.nldesignsystem.css.property": {
|
|
25724
|
+
"syntax": "<color>",
|
|
25725
|
+
"inherits": true
|
|
25726
|
+
},
|
|
25727
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25728
|
+
},
|
|
25729
|
+
"type": "color",
|
|
25730
|
+
"value": "{utrecht.color.black}"
|
|
25731
|
+
},
|
|
25732
|
+
"name": "color",
|
|
25733
|
+
"attributes": {},
|
|
25734
|
+
"path": [
|
|
25735
|
+
"utrecht",
|
|
25736
|
+
"page-header",
|
|
25737
|
+
"content",
|
|
25738
|
+
"color"
|
|
25739
|
+
]
|
|
25396
25740
|
},
|
|
25397
25741
|
"padding-block-start": {
|
|
25398
25742
|
"$extensions": {
|
|
@@ -25400,9 +25744,37 @@ module.exports = {
|
|
|
25400
25744
|
"syntax": "<length>",
|
|
25401
25745
|
"inherits": true
|
|
25402
25746
|
},
|
|
25403
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25747
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25748
|
+
"studio.tokens": {
|
|
25749
|
+
"originalType": "spacing"
|
|
25750
|
+
}
|
|
25404
25751
|
},
|
|
25405
|
-
"type": "
|
|
25752
|
+
"type": "dimension",
|
|
25753
|
+
"value": "1.8em",
|
|
25754
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25755
|
+
"isSource": true,
|
|
25756
|
+
"original": {
|
|
25757
|
+
"$extensions": {
|
|
25758
|
+
"nl.nldesignsystem.css.property": {
|
|
25759
|
+
"syntax": "<length>",
|
|
25760
|
+
"inherits": true
|
|
25761
|
+
},
|
|
25762
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25763
|
+
"studio.tokens": {
|
|
25764
|
+
"originalType": "spacing"
|
|
25765
|
+
}
|
|
25766
|
+
},
|
|
25767
|
+
"type": "dimension",
|
|
25768
|
+
"value": "1.8em"
|
|
25769
|
+
},
|
|
25770
|
+
"name": "padding-block-start",
|
|
25771
|
+
"attributes": {},
|
|
25772
|
+
"path": [
|
|
25773
|
+
"utrecht",
|
|
25774
|
+
"page-header",
|
|
25775
|
+
"content",
|
|
25776
|
+
"padding-block-start"
|
|
25777
|
+
]
|
|
25406
25778
|
},
|
|
25407
25779
|
"padding-block-end": {
|
|
25408
25780
|
"$extensions": {
|
|
@@ -25410,9 +25782,37 @@ module.exports = {
|
|
|
25410
25782
|
"syntax": "<length>",
|
|
25411
25783
|
"inherits": true
|
|
25412
25784
|
},
|
|
25413
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25785
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25786
|
+
"studio.tokens": {
|
|
25787
|
+
"originalType": "spacing"
|
|
25788
|
+
}
|
|
25414
25789
|
},
|
|
25415
|
-
"type": "
|
|
25790
|
+
"type": "dimension",
|
|
25791
|
+
"value": "1em",
|
|
25792
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25793
|
+
"isSource": true,
|
|
25794
|
+
"original": {
|
|
25795
|
+
"$extensions": {
|
|
25796
|
+
"nl.nldesignsystem.css.property": {
|
|
25797
|
+
"syntax": "<length>",
|
|
25798
|
+
"inherits": true
|
|
25799
|
+
},
|
|
25800
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25801
|
+
"studio.tokens": {
|
|
25802
|
+
"originalType": "spacing"
|
|
25803
|
+
}
|
|
25804
|
+
},
|
|
25805
|
+
"type": "dimension",
|
|
25806
|
+
"value": "1em"
|
|
25807
|
+
},
|
|
25808
|
+
"name": "padding-block-end",
|
|
25809
|
+
"attributes": {},
|
|
25810
|
+
"path": [
|
|
25811
|
+
"utrecht",
|
|
25812
|
+
"page-header",
|
|
25813
|
+
"content",
|
|
25814
|
+
"padding-block-end"
|
|
25815
|
+
]
|
|
25416
25816
|
},
|
|
25417
25817
|
"padding-inline-start": {
|
|
25418
25818
|
"$extensions": {
|
|
@@ -25420,9 +25820,39 @@ module.exports = {
|
|
|
25420
25820
|
"syntax": "<length>",
|
|
25421
25821
|
"inherits": true
|
|
25422
25822
|
},
|
|
25423
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25823
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25824
|
+
"studio.tokens": {
|
|
25825
|
+
"originalType": "spacing"
|
|
25826
|
+
}
|
|
25424
25827
|
},
|
|
25425
|
-
"type": "
|
|
25828
|
+
"type": "dimension",
|
|
25829
|
+
"value": "2em",
|
|
25830
|
+
"$comment": "Legacy design token",
|
|
25831
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25832
|
+
"isSource": true,
|
|
25833
|
+
"original": {
|
|
25834
|
+
"$extensions": {
|
|
25835
|
+
"nl.nldesignsystem.css.property": {
|
|
25836
|
+
"syntax": "<length>",
|
|
25837
|
+
"inherits": true
|
|
25838
|
+
},
|
|
25839
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25840
|
+
"studio.tokens": {
|
|
25841
|
+
"originalType": "spacing"
|
|
25842
|
+
}
|
|
25843
|
+
},
|
|
25844
|
+
"type": "dimension",
|
|
25845
|
+
"value": "2em",
|
|
25846
|
+
"$comment": "Legacy design token"
|
|
25847
|
+
},
|
|
25848
|
+
"name": "padding-inline-start",
|
|
25849
|
+
"attributes": {},
|
|
25850
|
+
"path": [
|
|
25851
|
+
"utrecht",
|
|
25852
|
+
"page-header",
|
|
25853
|
+
"content",
|
|
25854
|
+
"padding-inline-start"
|
|
25855
|
+
]
|
|
25426
25856
|
},
|
|
25427
25857
|
"padding-inline-end": {
|
|
25428
25858
|
"$extensions": {
|
|
@@ -25430,9 +25860,71 @@ module.exports = {
|
|
|
25430
25860
|
"syntax": "<length>",
|
|
25431
25861
|
"inherits": true
|
|
25432
25862
|
},
|
|
25433
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25863
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25864
|
+
"studio.tokens": {
|
|
25865
|
+
"originalType": "spacing"
|
|
25866
|
+
}
|
|
25434
25867
|
},
|
|
25435
|
-
"type": "
|
|
25868
|
+
"type": "dimension",
|
|
25869
|
+
"value": "2.4em",
|
|
25870
|
+
"$comment": "Legacy design token",
|
|
25871
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25872
|
+
"isSource": true,
|
|
25873
|
+
"original": {
|
|
25874
|
+
"$extensions": {
|
|
25875
|
+
"nl.nldesignsystem.css.property": {
|
|
25876
|
+
"syntax": "<length>",
|
|
25877
|
+
"inherits": true
|
|
25878
|
+
},
|
|
25879
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
25880
|
+
"studio.tokens": {
|
|
25881
|
+
"originalType": "spacing"
|
|
25882
|
+
}
|
|
25883
|
+
},
|
|
25884
|
+
"type": "dimension",
|
|
25885
|
+
"value": "2.4em",
|
|
25886
|
+
"$comment": "Legacy design token"
|
|
25887
|
+
},
|
|
25888
|
+
"name": "padding-inline-end",
|
|
25889
|
+
"attributes": {},
|
|
25890
|
+
"path": [
|
|
25891
|
+
"utrecht",
|
|
25892
|
+
"page-header",
|
|
25893
|
+
"content",
|
|
25894
|
+
"padding-inline-end"
|
|
25895
|
+
]
|
|
25896
|
+
},
|
|
25897
|
+
"max-inline-size": {
|
|
25898
|
+
"value": "1184px",
|
|
25899
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25900
|
+
"isSource": true,
|
|
25901
|
+
"original": {
|
|
25902
|
+
"value": "1184px"
|
|
25903
|
+
},
|
|
25904
|
+
"name": "max-inline-size",
|
|
25905
|
+
"attributes": {},
|
|
25906
|
+
"path": [
|
|
25907
|
+
"utrecht",
|
|
25908
|
+
"page-header",
|
|
25909
|
+
"content",
|
|
25910
|
+
"max-inline-size"
|
|
25911
|
+
]
|
|
25912
|
+
},
|
|
25913
|
+
"padding-inline": {
|
|
25914
|
+
"value": "2em",
|
|
25915
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
25916
|
+
"isSource": true,
|
|
25917
|
+
"original": {
|
|
25918
|
+
"value": "2em"
|
|
25919
|
+
},
|
|
25920
|
+
"name": "padding-inline",
|
|
25921
|
+
"attributes": {},
|
|
25922
|
+
"path": [
|
|
25923
|
+
"utrecht",
|
|
25924
|
+
"page-header",
|
|
25925
|
+
"content",
|
|
25926
|
+
"padding-inline"
|
|
25927
|
+
]
|
|
25436
25928
|
}
|
|
25437
25929
|
}
|
|
25438
25930
|
},
|
|
@@ -25595,11 +26087,11 @@ module.exports = {
|
|
|
25595
26087
|
]
|
|
25596
26088
|
},
|
|
25597
26089
|
"padding-inline-end": {
|
|
25598
|
-
"value": "
|
|
26090
|
+
"value": "0",
|
|
25599
26091
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25600
26092
|
"isSource": true,
|
|
25601
26093
|
"original": {
|
|
25602
|
-
"value": "
|
|
26094
|
+
"value": "0"
|
|
25603
26095
|
},
|
|
25604
26096
|
"name": "padding-inline-end",
|
|
25605
26097
|
"attributes": {},
|
|
@@ -25625,11 +26117,11 @@ module.exports = {
|
|
|
25625
26117
|
]
|
|
25626
26118
|
},
|
|
25627
26119
|
"padding-inline-start": {
|
|
25628
|
-
"value": "
|
|
26120
|
+
"value": "0",
|
|
25629
26121
|
"filePath": "src/component/utrecht/page.tokens.json",
|
|
25630
26122
|
"isSource": true,
|
|
25631
26123
|
"original": {
|
|
25632
|
-
"value": "
|
|
26124
|
+
"value": "0"
|
|
25633
26125
|
},
|
|
25634
26126
|
"name": "padding-inline-start",
|
|
25635
26127
|
"attributes": {},
|
|
@@ -27779,6 +28271,37 @@ module.exports = {
|
|
|
27779
28271
|
"border-width"
|
|
27780
28272
|
]
|
|
27781
28273
|
},
|
|
28274
|
+
"color": {
|
|
28275
|
+
"$extensions": {
|
|
28276
|
+
"nl.nldesignsystem.css.property": {
|
|
28277
|
+
"syntax": "<color>",
|
|
28278
|
+
"inherits": true
|
|
28279
|
+
},
|
|
28280
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28281
|
+
},
|
|
28282
|
+
"type": "color",
|
|
28283
|
+
"value": "hsl(0 0% 100%)",
|
|
28284
|
+
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28285
|
+
"isSource": true,
|
|
28286
|
+
"original": {
|
|
28287
|
+
"$extensions": {
|
|
28288
|
+
"nl.nldesignsystem.css.property": {
|
|
28289
|
+
"syntax": "<color>",
|
|
28290
|
+
"inherits": true
|
|
28291
|
+
},
|
|
28292
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
28293
|
+
},
|
|
28294
|
+
"type": "color",
|
|
28295
|
+
"value": "{utrecht.color.white}"
|
|
28296
|
+
},
|
|
28297
|
+
"name": "color",
|
|
28298
|
+
"attributes": {},
|
|
28299
|
+
"path": [
|
|
28300
|
+
"utrecht",
|
|
28301
|
+
"radio-button",
|
|
28302
|
+
"color"
|
|
28303
|
+
]
|
|
28304
|
+
},
|
|
27782
28305
|
"size": {
|
|
27783
28306
|
"$extensions": {
|
|
27784
28307
|
"nl.nldesignsystem.css.property": {
|
|
@@ -28730,26 +29253,11 @@ module.exports = {
|
|
|
28730
29253
|
},
|
|
28731
29254
|
"nl.nldesignsystem.fallback": [
|
|
28732
29255
|
"utrecht.radio-button.color"
|
|
28733
|
-
]
|
|
29256
|
+
],
|
|
29257
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
28734
29258
|
},
|
|
28735
|
-
"
|
|
28736
|
-
}
|
|
28737
|
-
"type": "color"
|
|
28738
|
-
},
|
|
28739
|
-
"color": {
|
|
28740
|
-
"value": "hsl(0 0% 100%)",
|
|
28741
|
-
"filePath": "src/component/utrecht/radio-button.tokens.json",
|
|
28742
|
-
"isSource": true,
|
|
28743
|
-
"original": {
|
|
28744
|
-
"value": "{utrecht.color.white}"
|
|
28745
|
-
},
|
|
28746
|
-
"name": "color",
|
|
28747
|
-
"attributes": {},
|
|
28748
|
-
"path": [
|
|
28749
|
-
"utrecht",
|
|
28750
|
-
"radio-button",
|
|
28751
|
-
"color"
|
|
28752
|
-
]
|
|
29259
|
+
"type": "color"
|
|
29260
|
+
}
|
|
28753
29261
|
},
|
|
28754
29262
|
"border-radius": {
|
|
28755
29263
|
"value": "0",
|
|
@@ -28978,7 +29486,28 @@ module.exports = {
|
|
|
28978
29486
|
},
|
|
28979
29487
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28980
29488
|
},
|
|
28981
|
-
"type": "color"
|
|
29489
|
+
"type": "color",
|
|
29490
|
+
"value": "hsl(0 0% 95%)",
|
|
29491
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29492
|
+
"isSource": true,
|
|
29493
|
+
"original": {
|
|
29494
|
+
"$extensions": {
|
|
29495
|
+
"nl.nldesignsystem.css.property": {
|
|
29496
|
+
"syntax": "<color>",
|
|
29497
|
+
"inherits": true
|
|
29498
|
+
},
|
|
29499
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29500
|
+
},
|
|
29501
|
+
"type": "color",
|
|
29502
|
+
"value": "{utrecht.color.grey.95}"
|
|
29503
|
+
},
|
|
29504
|
+
"name": "background-color",
|
|
29505
|
+
"attributes": {},
|
|
29506
|
+
"path": [
|
|
29507
|
+
"utrecht",
|
|
29508
|
+
"root",
|
|
29509
|
+
"background-color"
|
|
29510
|
+
]
|
|
28982
29511
|
},
|
|
28983
29512
|
"color": {
|
|
28984
29513
|
"$extensions": {
|
|
@@ -28988,7 +29517,28 @@ module.exports = {
|
|
|
28988
29517
|
},
|
|
28989
29518
|
"nl.nldesignsystem.figma.supports-token": false
|
|
28990
29519
|
},
|
|
28991
|
-
"type": "color"
|
|
29520
|
+
"type": "color",
|
|
29521
|
+
"value": "hsl(0 0% 10%)",
|
|
29522
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29523
|
+
"isSource": true,
|
|
29524
|
+
"original": {
|
|
29525
|
+
"$extensions": {
|
|
29526
|
+
"nl.nldesignsystem.css.property": {
|
|
29527
|
+
"syntax": "<color>",
|
|
29528
|
+
"inherits": true
|
|
29529
|
+
},
|
|
29530
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29531
|
+
},
|
|
29532
|
+
"type": "color",
|
|
29533
|
+
"value": "{utrecht.color.grey.10}"
|
|
29534
|
+
},
|
|
29535
|
+
"name": "color",
|
|
29536
|
+
"attributes": {},
|
|
29537
|
+
"path": [
|
|
29538
|
+
"utrecht",
|
|
29539
|
+
"root",
|
|
29540
|
+
"color"
|
|
29541
|
+
]
|
|
28992
29542
|
},
|
|
28993
29543
|
"font-family": {
|
|
28994
29544
|
"$extensions": {
|
|
@@ -31161,6 +31711,16 @@ module.exports = {
|
|
|
31161
31711
|
},
|
|
31162
31712
|
"type": "color"
|
|
31163
31713
|
},
|
|
31714
|
+
"border-radius": {
|
|
31715
|
+
"$extensions": {
|
|
31716
|
+
"nl.nldesignsystem.css.property": {
|
|
31717
|
+
"syntax": "<length-percentage>",
|
|
31718
|
+
"inherits": true
|
|
31719
|
+
},
|
|
31720
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
31721
|
+
},
|
|
31722
|
+
"type": "borderRadius"
|
|
31723
|
+
},
|
|
31164
31724
|
"border-width": {
|
|
31165
31725
|
"$extensions": {
|
|
31166
31726
|
"nl.nldesignsystem.css.property": {
|
|
@@ -38988,5 +39548,56 @@ module.exports = {
|
|
|
38988
39548
|
}
|
|
38989
39549
|
}
|
|
38990
39550
|
}
|
|
39551
|
+
},
|
|
39552
|
+
"signalen": {
|
|
39553
|
+
"modal-dialog": {
|
|
39554
|
+
"background-color": {
|
|
39555
|
+
"value": "hsl(0 0% 100%)",
|
|
39556
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39557
|
+
"isSource": true,
|
|
39558
|
+
"original": {
|
|
39559
|
+
"value": "{utrecht.body.background-color}"
|
|
39560
|
+
},
|
|
39561
|
+
"name": "background-color",
|
|
39562
|
+
"attributes": {},
|
|
39563
|
+
"path": [
|
|
39564
|
+
"signalen",
|
|
39565
|
+
"modal-dialog",
|
|
39566
|
+
"background-color"
|
|
39567
|
+
]
|
|
39568
|
+
},
|
|
39569
|
+
"color": {
|
|
39570
|
+
"value": "hsl(0 0% 0%)",
|
|
39571
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39572
|
+
"isSource": true,
|
|
39573
|
+
"original": {
|
|
39574
|
+
"value": "{utrecht.body.color}"
|
|
39575
|
+
},
|
|
39576
|
+
"name": "color",
|
|
39577
|
+
"attributes": {},
|
|
39578
|
+
"path": [
|
|
39579
|
+
"signalen",
|
|
39580
|
+
"modal-dialog",
|
|
39581
|
+
"color"
|
|
39582
|
+
]
|
|
39583
|
+
}
|
|
39584
|
+
},
|
|
39585
|
+
"progress-bar": {
|
|
39586
|
+
"border-radius": {
|
|
39587
|
+
"value": "4px",
|
|
39588
|
+
"filePath": "src/component/signalen/signalen.tokens.json",
|
|
39589
|
+
"isSource": true,
|
|
39590
|
+
"original": {
|
|
39591
|
+
"value": "4px"
|
|
39592
|
+
},
|
|
39593
|
+
"name": "border-radius",
|
|
39594
|
+
"attributes": {},
|
|
39595
|
+
"path": [
|
|
39596
|
+
"signalen",
|
|
39597
|
+
"progress-bar",
|
|
39598
|
+
"border-radius"
|
|
39599
|
+
]
|
|
39600
|
+
}
|
|
39601
|
+
}
|
|
38991
39602
|
}
|
|
38992
39603
|
};
|