@utrecht/design-tokens 2.1.1 → 2.3.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 +12 -0
- package/dist/_mixin-theme.scss +3 -5
- package/dist/_mixin.scss +3 -5
- package/dist/_variables.scss +3 -5
- package/dist/dark/_mixin-theme.scss +3 -5
- package/dist/dark/_mixin.scss +3 -5
- package/dist/dark/_variables.scss +3 -5
- package/dist/dark/index.cjs +3 -5
- package/dist/dark/index.css +3 -5
- package/dist/dark/index.d.ts +2 -6
- package/dist/dark/index.flat.json +1 -3
- package/dist/dark/index.json +26 -40
- package/dist/dark/index.mjs +3 -5
- package/dist/dark/index.tokens.json +441 -14
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +26 -40
- package/dist/dark/list.mjs +30694 -0
- package/dist/dark/property.css +2 -0
- package/dist/dark/root.css +1 -3
- package/dist/dark/theme-prince-xml.css +3 -5
- package/dist/dark/theme.css +1 -3
- package/dist/dark/tokens.cjs +512 -97
- package/dist/dark/tokens.d.ts +239 -13
- package/dist/dark/tokens.json +514 -99
- package/dist/dark/variables.cjs +3 -5
- package/dist/dark/variables.css +1 -3
- package/dist/dark/variables.d.ts +2 -6
- package/dist/dark/variables.json +1 -3
- package/dist/dark/variables.less +3 -5
- package/dist/dark/variables.mjs +3 -5
- package/dist/index.cjs +3 -5
- package/dist/index.css +84 -10
- package/dist/index.d.ts +2 -6
- package/dist/index.flat.json +1 -3
- package/dist/index.json +26 -40
- package/dist/index.mjs +3 -5
- package/dist/index.tokens.json +441 -14
- package/dist/list.d.ts +14 -0
- package/dist/list.json +26 -40
- package/dist/list.mjs +31811 -0
- package/dist/property.css +2 -0
- package/dist/root.css +1 -3
- package/dist/theme-prince-xml.css +3 -5
- package/dist/theme.css +1 -3
- package/dist/tokens.cjs +512 -97
- package/dist/tokens.d.ts +239 -13
- package/dist/tokens.json +514 -99
- package/dist/variables.cjs +3 -5
- package/dist/variables.css +1 -3
- package/dist/variables.d.ts +2 -6
- package/dist/variables.json +1 -3
- package/dist/variables.less +3 -5
- package/dist/variables.mjs +3 -5
- package/package.json +1 -1
- package/src/brand/utrecht/typography.tokens.json +0 -2
- package/src/component/utrecht/blockquote.tokens.json +1 -1
- package/src/css-property-formatter.mjs +2 -1
- package/src/index.scss +79 -0
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
package/dist/tokens.cjs
CHANGED
|
@@ -2264,6 +2264,7 @@ module.exports = {
|
|
|
2264
2264
|
}
|
|
2265
2265
|
}
|
|
2266
2266
|
},
|
|
2267
|
+
"alternate-lang-nav": {},
|
|
2267
2268
|
"article": {
|
|
2268
2269
|
"max-inline-size": {
|
|
2269
2270
|
"$extensions": {
|
|
@@ -3516,7 +3517,7 @@ module.exports = {
|
|
|
3516
3517
|
}
|
|
3517
3518
|
},
|
|
3518
3519
|
"type": "fontSize",
|
|
3519
|
-
"value": "0.
|
|
3520
|
+
"value": "0.875rem",
|
|
3520
3521
|
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
3521
3522
|
"isSource": true,
|
|
3522
3523
|
"original": {
|
|
@@ -3531,7 +3532,7 @@ module.exports = {
|
|
|
3531
3532
|
}
|
|
3532
3533
|
},
|
|
3533
3534
|
"type": "fontSize",
|
|
3534
|
-
"value": "{utrecht.typography.scale.
|
|
3535
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
3535
3536
|
},
|
|
3536
3537
|
"name": "font-size",
|
|
3537
3538
|
"attributes": {},
|
|
@@ -3596,6 +3597,51 @@ module.exports = {
|
|
|
3596
3597
|
]
|
|
3597
3598
|
}
|
|
3598
3599
|
},
|
|
3600
|
+
"body": {
|
|
3601
|
+
"font-family": {
|
|
3602
|
+
"$extensions": {
|
|
3603
|
+
"nl.nldesignsystem.css.property": {
|
|
3604
|
+
"syntax": "*",
|
|
3605
|
+
"inherits": true
|
|
3606
|
+
},
|
|
3607
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3608
|
+
},
|
|
3609
|
+
"type": "fontFamilies"
|
|
3610
|
+
},
|
|
3611
|
+
"font-size": {
|
|
3612
|
+
"$extensions": {
|
|
3613
|
+
"nl.nldesignsystem.css.property": {
|
|
3614
|
+
"syntax": "<length>",
|
|
3615
|
+
"inherits": true
|
|
3616
|
+
},
|
|
3617
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3618
|
+
},
|
|
3619
|
+
"type": "fontSizes"
|
|
3620
|
+
},
|
|
3621
|
+
"font-weight": {
|
|
3622
|
+
"$extensions": {
|
|
3623
|
+
"nl.nldesignsystem.css.property": {
|
|
3624
|
+
"syntax": "<number>",
|
|
3625
|
+
"inherits": true
|
|
3626
|
+
},
|
|
3627
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3628
|
+
},
|
|
3629
|
+
"type": "fontWeights"
|
|
3630
|
+
},
|
|
3631
|
+
"line-height": {
|
|
3632
|
+
"$extensions": {
|
|
3633
|
+
"nl.nldesignsystem.css.property": {
|
|
3634
|
+
"syntax": [
|
|
3635
|
+
"<length>",
|
|
3636
|
+
"<number>"
|
|
3637
|
+
],
|
|
3638
|
+
"inherits": true
|
|
3639
|
+
},
|
|
3640
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
3641
|
+
},
|
|
3642
|
+
"type": "lineHeights"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3599
3645
|
"breadcrumb-nav": {
|
|
3600
3646
|
"min-block-size": {
|
|
3601
3647
|
"$extensions": {
|
|
@@ -11600,6 +11646,20 @@ module.exports = {
|
|
|
11600
11646
|
}
|
|
11601
11647
|
}
|
|
11602
11648
|
},
|
|
11649
|
+
"combobox": {
|
|
11650
|
+
"popover": {
|
|
11651
|
+
"z-index": {
|
|
11652
|
+
"$extensions": {
|
|
11653
|
+
"nl.nldesignsystem.css.property": {
|
|
11654
|
+
"syntax": "<number>",
|
|
11655
|
+
"inherits": true
|
|
11656
|
+
},
|
|
11657
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11658
|
+
},
|
|
11659
|
+
"type": "other"
|
|
11660
|
+
}
|
|
11661
|
+
}
|
|
11662
|
+
},
|
|
11603
11663
|
"action": {
|
|
11604
11664
|
"activate": {
|
|
11605
11665
|
"cursor": {
|
|
@@ -20855,6 +20915,7 @@ module.exports = {
|
|
|
20855
20915
|
]
|
|
20856
20916
|
}
|
|
20857
20917
|
},
|
|
20918
|
+
"html-content": {},
|
|
20858
20919
|
"iban-data": {},
|
|
20859
20920
|
"icon": {
|
|
20860
20921
|
"color": {
|
|
@@ -22765,7 +22826,25 @@ module.exports = {
|
|
|
22765
22826
|
]
|
|
22766
22827
|
}
|
|
22767
22828
|
},
|
|
22768
|
-
"
|
|
22829
|
+
"disabled": {
|
|
22830
|
+
"background-color": {
|
|
22831
|
+
"$extensions": {
|
|
22832
|
+
"nl.nldesignsystem.css.property": {
|
|
22833
|
+
"syntax": "<color>",
|
|
22834
|
+
"inherits": true
|
|
22835
|
+
}
|
|
22836
|
+
}
|
|
22837
|
+
},
|
|
22838
|
+
"color": {
|
|
22839
|
+
"$extensions": {
|
|
22840
|
+
"nl.nldesignsystem.css.property": {
|
|
22841
|
+
"syntax": "<color>",
|
|
22842
|
+
"inherits": true
|
|
22843
|
+
}
|
|
22844
|
+
}
|
|
22845
|
+
}
|
|
22846
|
+
},
|
|
22847
|
+
"hover": {
|
|
22769
22848
|
"background-color": {
|
|
22770
22849
|
"$extensions": {
|
|
22771
22850
|
"nl.nldesignsystem.css.property": {
|
|
@@ -22773,7 +22852,7 @@ module.exports = {
|
|
|
22773
22852
|
"inherits": true
|
|
22774
22853
|
}
|
|
22775
22854
|
},
|
|
22776
|
-
"value": "hsl(
|
|
22855
|
+
"value": "hsl(211 60% 90%)",
|
|
22777
22856
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
22778
22857
|
"isSource": true,
|
|
22779
22858
|
"original": {
|
|
@@ -22783,7 +22862,7 @@ module.exports = {
|
|
|
22783
22862
|
"inherits": true
|
|
22784
22863
|
}
|
|
22785
22864
|
},
|
|
22786
|
-
"value": "{utrecht.color.
|
|
22865
|
+
"value": "{utrecht.color.blue.90}"
|
|
22787
22866
|
},
|
|
22788
22867
|
"name": "background-color",
|
|
22789
22868
|
"attributes": {},
|
|
@@ -22791,7 +22870,7 @@ module.exports = {
|
|
|
22791
22870
|
"utrecht",
|
|
22792
22871
|
"listbox",
|
|
22793
22872
|
"option",
|
|
22794
|
-
"
|
|
22873
|
+
"hover",
|
|
22795
22874
|
"background-color"
|
|
22796
22875
|
]
|
|
22797
22876
|
},
|
|
@@ -22820,55 +22899,115 @@ module.exports = {
|
|
|
22820
22899
|
"utrecht",
|
|
22821
22900
|
"listbox",
|
|
22822
22901
|
"option",
|
|
22823
|
-
"
|
|
22902
|
+
"hover",
|
|
22824
22903
|
"color"
|
|
22825
22904
|
]
|
|
22826
22905
|
}
|
|
22827
22906
|
},
|
|
22828
|
-
"
|
|
22829
|
-
"
|
|
22907
|
+
"selected": {
|
|
22908
|
+
"background-color": {
|
|
22830
22909
|
"$extensions": {
|
|
22831
22910
|
"nl.nldesignsystem.css.property": {
|
|
22832
|
-
"syntax": "<
|
|
22911
|
+
"syntax": "<color>",
|
|
22833
22912
|
"inherits": true
|
|
22834
22913
|
}
|
|
22835
|
-
}
|
|
22836
|
-
|
|
22837
|
-
},
|
|
22838
|
-
"hover": {
|
|
22839
|
-
"color": {
|
|
22840
|
-
"value": "hsl(0 0% 0%)",
|
|
22914
|
+
},
|
|
22915
|
+
"value": "hsl(0 0% 95%)",
|
|
22841
22916
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
22842
22917
|
"isSource": true,
|
|
22843
22918
|
"original": {
|
|
22844
|
-
"
|
|
22919
|
+
"$extensions": {
|
|
22920
|
+
"nl.nldesignsystem.css.property": {
|
|
22921
|
+
"syntax": "<color>",
|
|
22922
|
+
"inherits": true
|
|
22923
|
+
}
|
|
22924
|
+
},
|
|
22925
|
+
"value": "{utrecht.color.grey.95}"
|
|
22845
22926
|
},
|
|
22846
|
-
"name": "color",
|
|
22927
|
+
"name": "background-color",
|
|
22847
22928
|
"attributes": {},
|
|
22848
22929
|
"path": [
|
|
22849
22930
|
"utrecht",
|
|
22850
22931
|
"listbox",
|
|
22851
22932
|
"option",
|
|
22852
|
-
"
|
|
22853
|
-
"color"
|
|
22933
|
+
"selected",
|
|
22934
|
+
"background-color"
|
|
22854
22935
|
]
|
|
22855
22936
|
},
|
|
22856
|
-
"
|
|
22857
|
-
"
|
|
22937
|
+
"color": {
|
|
22938
|
+
"$extensions": {
|
|
22939
|
+
"nl.nldesignsystem.css.property": {
|
|
22940
|
+
"syntax": "<color>",
|
|
22941
|
+
"inherits": true
|
|
22942
|
+
}
|
|
22943
|
+
},
|
|
22944
|
+
"value": "hsl(0 0% 0%)",
|
|
22858
22945
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
22859
22946
|
"isSource": true,
|
|
22860
22947
|
"original": {
|
|
22861
|
-
"
|
|
22948
|
+
"$extensions": {
|
|
22949
|
+
"nl.nldesignsystem.css.property": {
|
|
22950
|
+
"syntax": "<color>",
|
|
22951
|
+
"inherits": true
|
|
22952
|
+
}
|
|
22953
|
+
},
|
|
22954
|
+
"value": "{utrecht.color.black}"
|
|
22862
22955
|
},
|
|
22863
|
-
"name": "
|
|
22956
|
+
"name": "color",
|
|
22864
22957
|
"attributes": {},
|
|
22865
22958
|
"path": [
|
|
22866
22959
|
"utrecht",
|
|
22867
22960
|
"listbox",
|
|
22868
22961
|
"option",
|
|
22869
|
-
"
|
|
22870
|
-
"
|
|
22962
|
+
"selected",
|
|
22963
|
+
"color"
|
|
22871
22964
|
]
|
|
22965
|
+
},
|
|
22966
|
+
"disabled": {
|
|
22967
|
+
"background-color": {
|
|
22968
|
+
"$extensions": {
|
|
22969
|
+
"nl.nldesignsystem.css.property": {
|
|
22970
|
+
"syntax": "<color>",
|
|
22971
|
+
"inherits": true
|
|
22972
|
+
}
|
|
22973
|
+
}
|
|
22974
|
+
},
|
|
22975
|
+
"color": {
|
|
22976
|
+
"$extensions": {
|
|
22977
|
+
"nl.nldesignsystem.css.property": {
|
|
22978
|
+
"syntax": "<color>",
|
|
22979
|
+
"inherits": true
|
|
22980
|
+
}
|
|
22981
|
+
}
|
|
22982
|
+
}
|
|
22983
|
+
},
|
|
22984
|
+
"hover": {
|
|
22985
|
+
"background-color": {
|
|
22986
|
+
"$extensions": {
|
|
22987
|
+
"nl.nldesignsystem.css.property": {
|
|
22988
|
+
"syntax": "<color>",
|
|
22989
|
+
"inherits": true
|
|
22990
|
+
}
|
|
22991
|
+
}
|
|
22992
|
+
},
|
|
22993
|
+
"color": {
|
|
22994
|
+
"$extensions": {
|
|
22995
|
+
"nl.nldesignsystem.css.property": {
|
|
22996
|
+
"syntax": "<color>",
|
|
22997
|
+
"inherits": true
|
|
22998
|
+
}
|
|
22999
|
+
}
|
|
23000
|
+
}
|
|
23001
|
+
}
|
|
23002
|
+
},
|
|
23003
|
+
"icon": {
|
|
23004
|
+
"size": {
|
|
23005
|
+
"$extensions": {
|
|
23006
|
+
"nl.nldesignsystem.css.property": {
|
|
23007
|
+
"syntax": "<length>",
|
|
23008
|
+
"inherits": true
|
|
23009
|
+
}
|
|
23010
|
+
}
|
|
22872
23011
|
}
|
|
22873
23012
|
}
|
|
22874
23013
|
},
|
|
@@ -24223,6 +24362,26 @@ module.exports = {
|
|
|
24223
24362
|
]
|
|
24224
24363
|
},
|
|
24225
24364
|
"content": {
|
|
24365
|
+
"background-color": {
|
|
24366
|
+
"$extensions": {
|
|
24367
|
+
"nl.nldesignsystem.css.property": {
|
|
24368
|
+
"syntax": "<color>",
|
|
24369
|
+
"inherits": true
|
|
24370
|
+
},
|
|
24371
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24372
|
+
},
|
|
24373
|
+
"type": "color"
|
|
24374
|
+
},
|
|
24375
|
+
"color": {
|
|
24376
|
+
"$extensions": {
|
|
24377
|
+
"nl.nldesignsystem.css.property": {
|
|
24378
|
+
"syntax": "<color>",
|
|
24379
|
+
"inherits": true
|
|
24380
|
+
},
|
|
24381
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
24382
|
+
},
|
|
24383
|
+
"type": "color"
|
|
24384
|
+
},
|
|
24226
24385
|
"max-inline-size": {
|
|
24227
24386
|
"$extensions": {
|
|
24228
24387
|
"nl.nldesignsystem.css.property": {
|
|
@@ -25486,6 +25645,90 @@ module.exports = {
|
|
|
25486
25645
|
}
|
|
25487
25646
|
}
|
|
25488
25647
|
},
|
|
25648
|
+
"page-body": {
|
|
25649
|
+
"background-color": {
|
|
25650
|
+
"$extensions": {
|
|
25651
|
+
"nl.nldesignsystem.css.property": {
|
|
25652
|
+
"syntax": "<color>",
|
|
25653
|
+
"inherits": true
|
|
25654
|
+
},
|
|
25655
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25656
|
+
},
|
|
25657
|
+
"type": "color"
|
|
25658
|
+
},
|
|
25659
|
+
"color": {
|
|
25660
|
+
"$extensions": {
|
|
25661
|
+
"nl.nldesignsystem.css.property": {
|
|
25662
|
+
"syntax": "<color>",
|
|
25663
|
+
"inherits": true
|
|
25664
|
+
},
|
|
25665
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25666
|
+
},
|
|
25667
|
+
"type": "color"
|
|
25668
|
+
},
|
|
25669
|
+
"content": {
|
|
25670
|
+
"background-color": {
|
|
25671
|
+
"$extensions": {
|
|
25672
|
+
"nl.nldesignsystem.css.property": {
|
|
25673
|
+
"syntax": "<color>",
|
|
25674
|
+
"inherits": true
|
|
25675
|
+
},
|
|
25676
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25677
|
+
},
|
|
25678
|
+
"type": "color"
|
|
25679
|
+
},
|
|
25680
|
+
"color": {
|
|
25681
|
+
"$extensions": {
|
|
25682
|
+
"nl.nldesignsystem.css.property": {
|
|
25683
|
+
"syntax": "<color>",
|
|
25684
|
+
"inherits": true
|
|
25685
|
+
},
|
|
25686
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25687
|
+
},
|
|
25688
|
+
"type": "color"
|
|
25689
|
+
},
|
|
25690
|
+
"padding-block-start": {
|
|
25691
|
+
"$extensions": {
|
|
25692
|
+
"nl.nldesignsystem.css.property": {
|
|
25693
|
+
"syntax": "<length>",
|
|
25694
|
+
"inherits": true
|
|
25695
|
+
},
|
|
25696
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25697
|
+
},
|
|
25698
|
+
"type": "spacing"
|
|
25699
|
+
},
|
|
25700
|
+
"padding-block-end": {
|
|
25701
|
+
"$extensions": {
|
|
25702
|
+
"nl.nldesignsystem.css.property": {
|
|
25703
|
+
"syntax": "<length>",
|
|
25704
|
+
"inherits": true
|
|
25705
|
+
},
|
|
25706
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25707
|
+
},
|
|
25708
|
+
"type": "spacing"
|
|
25709
|
+
},
|
|
25710
|
+
"padding-inline-start": {
|
|
25711
|
+
"$extensions": {
|
|
25712
|
+
"nl.nldesignsystem.css.property": {
|
|
25713
|
+
"syntax": "<length>",
|
|
25714
|
+
"inherits": true
|
|
25715
|
+
},
|
|
25716
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25717
|
+
},
|
|
25718
|
+
"type": "spacing"
|
|
25719
|
+
},
|
|
25720
|
+
"padding-inine-end": {
|
|
25721
|
+
"$extensions": {
|
|
25722
|
+
"nl.nldesignsystem.css.property": {
|
|
25723
|
+
"syntax": "<length>",
|
|
25724
|
+
"inherits": true
|
|
25725
|
+
},
|
|
25726
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25727
|
+
},
|
|
25728
|
+
"type": "spacing"
|
|
25729
|
+
}
|
|
25730
|
+
}
|
|
25731
|
+
},
|
|
25489
25732
|
"page-content": {
|
|
25490
25733
|
"padding-block-start": {
|
|
25491
25734
|
"$extensions": {
|
|
@@ -25779,50 +26022,112 @@ module.exports = {
|
|
|
25779
26022
|
"type": "dimension",
|
|
25780
26023
|
"value": "{utrecht.space.block.3xl}"
|
|
25781
26024
|
},
|
|
25782
|
-
"name": "padding-block-end",
|
|
26025
|
+
"name": "padding-block-end",
|
|
26026
|
+
"attributes": {},
|
|
26027
|
+
"path": [
|
|
26028
|
+
"utrecht",
|
|
26029
|
+
"page-footer",
|
|
26030
|
+
"padding-block-end"
|
|
26031
|
+
]
|
|
26032
|
+
},
|
|
26033
|
+
"padding-block-start": {
|
|
26034
|
+
"$extensions": {
|
|
26035
|
+
"nl.nldesignsystem.css.property": {
|
|
26036
|
+
"syntax": "<length>",
|
|
26037
|
+
"inherits": true
|
|
26038
|
+
},
|
|
26039
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26040
|
+
"studio.tokens": {
|
|
26041
|
+
"originalType": "spacing"
|
|
26042
|
+
}
|
|
26043
|
+
},
|
|
26044
|
+
"type": "dimension",
|
|
26045
|
+
"value": "48px",
|
|
26046
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
26047
|
+
"isSource": true,
|
|
26048
|
+
"original": {
|
|
26049
|
+
"$extensions": {
|
|
26050
|
+
"nl.nldesignsystem.css.property": {
|
|
26051
|
+
"syntax": "<length>",
|
|
26052
|
+
"inherits": true
|
|
26053
|
+
},
|
|
26054
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
26055
|
+
"studio.tokens": {
|
|
26056
|
+
"originalType": "spacing"
|
|
26057
|
+
}
|
|
26058
|
+
},
|
|
26059
|
+
"type": "dimension",
|
|
26060
|
+
"value": "{utrecht.space.block.3xl}"
|
|
26061
|
+
},
|
|
26062
|
+
"name": "padding-block-start",
|
|
25783
26063
|
"attributes": {},
|
|
25784
26064
|
"path": [
|
|
25785
26065
|
"utrecht",
|
|
25786
26066
|
"page-footer",
|
|
25787
|
-
"padding-block-
|
|
26067
|
+
"padding-block-start"
|
|
25788
26068
|
]
|
|
25789
26069
|
},
|
|
25790
|
-
"
|
|
25791
|
-
"
|
|
25792
|
-
"
|
|
25793
|
-
"
|
|
25794
|
-
|
|
26070
|
+
"content": {
|
|
26071
|
+
"color": {
|
|
26072
|
+
"$extensions": {
|
|
26073
|
+
"nl.nldesignsystem.css.property": {
|
|
26074
|
+
"syntax": "<color>",
|
|
26075
|
+
"inherits": true
|
|
26076
|
+
},
|
|
26077
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25795
26078
|
},
|
|
25796
|
-
"
|
|
25797
|
-
"studio.tokens": {
|
|
25798
|
-
"originalType": "spacing"
|
|
25799
|
-
}
|
|
26079
|
+
"type": "color"
|
|
25800
26080
|
},
|
|
25801
|
-
"
|
|
25802
|
-
|
|
25803
|
-
|
|
25804
|
-
|
|
25805
|
-
|
|
26081
|
+
"background-color": {
|
|
26082
|
+
"$extensions": {
|
|
26083
|
+
"nl.nldesignsystem.css.property": {
|
|
26084
|
+
"syntax": "<color>",
|
|
26085
|
+
"inherits": true
|
|
26086
|
+
},
|
|
26087
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26088
|
+
},
|
|
26089
|
+
"type": "color"
|
|
26090
|
+
},
|
|
26091
|
+
"padding-inline-end": {
|
|
25806
26092
|
"$extensions": {
|
|
25807
26093
|
"nl.nldesignsystem.css.property": {
|
|
25808
26094
|
"syntax": "<length>",
|
|
25809
26095
|
"inherits": true
|
|
25810
26096
|
},
|
|
25811
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
25812
|
-
"studio.tokens": {
|
|
25813
|
-
"originalType": "spacing"
|
|
25814
|
-
}
|
|
26097
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
25815
26098
|
},
|
|
25816
|
-
"type": "
|
|
25817
|
-
"value": "{utrecht.space.block.3xl}"
|
|
26099
|
+
"type": "spacing"
|
|
25818
26100
|
},
|
|
25819
|
-
"
|
|
25820
|
-
|
|
25821
|
-
|
|
25822
|
-
|
|
25823
|
-
|
|
25824
|
-
|
|
25825
|
-
|
|
26101
|
+
"padding-inline-start": {
|
|
26102
|
+
"$extensions": {
|
|
26103
|
+
"nl.nldesignsystem.css.property": {
|
|
26104
|
+
"syntax": "<length>",
|
|
26105
|
+
"inherits": true
|
|
26106
|
+
},
|
|
26107
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26108
|
+
},
|
|
26109
|
+
"type": "spacing"
|
|
26110
|
+
},
|
|
26111
|
+
"padding-block-end": {
|
|
26112
|
+
"$extensions": {
|
|
26113
|
+
"nl.nldesignsystem.css.property": {
|
|
26114
|
+
"syntax": "<length>",
|
|
26115
|
+
"inherits": true
|
|
26116
|
+
},
|
|
26117
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26118
|
+
},
|
|
26119
|
+
"type": "spacing"
|
|
26120
|
+
},
|
|
26121
|
+
"padding-block-start": {
|
|
26122
|
+
"$extensions": {
|
|
26123
|
+
"nl.nldesignsystem.css.property": {
|
|
26124
|
+
"syntax": "<length>",
|
|
26125
|
+
"inherits": true
|
|
26126
|
+
},
|
|
26127
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26128
|
+
},
|
|
26129
|
+
"type": "spacing"
|
|
26130
|
+
}
|
|
25826
26131
|
}
|
|
25827
26132
|
},
|
|
25828
26133
|
"page-header": {
|
|
@@ -25836,6 +26141,16 @@ module.exports = {
|
|
|
25836
26141
|
},
|
|
25837
26142
|
"type": "color"
|
|
25838
26143
|
},
|
|
26144
|
+
"border-block-end-color": {
|
|
26145
|
+
"$extensions": {
|
|
26146
|
+
"nl.nldesignsystem.css.property": {
|
|
26147
|
+
"syntax": "<color>",
|
|
26148
|
+
"inherits": true
|
|
26149
|
+
},
|
|
26150
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26151
|
+
},
|
|
26152
|
+
"type": "color"
|
|
26153
|
+
},
|
|
25839
26154
|
"color": {
|
|
25840
26155
|
"$extensions": {
|
|
25841
26156
|
"nl.nldesignsystem.css.property": {
|
|
@@ -25993,8 +26308,71 @@ module.exports = {
|
|
|
25993
26308
|
"page-header",
|
|
25994
26309
|
"padding-inline-end"
|
|
25995
26310
|
]
|
|
26311
|
+
},
|
|
26312
|
+
"content": {
|
|
26313
|
+
"background-color": {
|
|
26314
|
+
"$extensions": {
|
|
26315
|
+
"nl.nldesignsystem.css.property": {
|
|
26316
|
+
"syntax": "<color>",
|
|
26317
|
+
"inherits": true
|
|
26318
|
+
},
|
|
26319
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26320
|
+
},
|
|
26321
|
+
"type": "color"
|
|
26322
|
+
},
|
|
26323
|
+
"color": {
|
|
26324
|
+
"$extensions": {
|
|
26325
|
+
"nl.nldesignsystem.css.property": {
|
|
26326
|
+
"syntax": "<color>",
|
|
26327
|
+
"inherits": true
|
|
26328
|
+
},
|
|
26329
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26330
|
+
},
|
|
26331
|
+
"type": "color"
|
|
26332
|
+
},
|
|
26333
|
+
"padding-block-start": {
|
|
26334
|
+
"$extensions": {
|
|
26335
|
+
"nl.nldesignsystem.css.property": {
|
|
26336
|
+
"syntax": "<length>",
|
|
26337
|
+
"inherits": true
|
|
26338
|
+
},
|
|
26339
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26340
|
+
},
|
|
26341
|
+
"type": "spacing"
|
|
26342
|
+
},
|
|
26343
|
+
"padding-block-end": {
|
|
26344
|
+
"$extensions": {
|
|
26345
|
+
"nl.nldesignsystem.css.property": {
|
|
26346
|
+
"syntax": "<length>",
|
|
26347
|
+
"inherits": true
|
|
26348
|
+
},
|
|
26349
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26350
|
+
},
|
|
26351
|
+
"type": "spacing"
|
|
26352
|
+
},
|
|
26353
|
+
"padding-inline-start": {
|
|
26354
|
+
"$extensions": {
|
|
26355
|
+
"nl.nldesignsystem.css.property": {
|
|
26356
|
+
"syntax": "<length>",
|
|
26357
|
+
"inherits": true
|
|
26358
|
+
},
|
|
26359
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26360
|
+
},
|
|
26361
|
+
"type": "spacing"
|
|
26362
|
+
},
|
|
26363
|
+
"padding-inline-end": {
|
|
26364
|
+
"$extensions": {
|
|
26365
|
+
"nl.nldesignsystem.css.property": {
|
|
26366
|
+
"syntax": "<length>",
|
|
26367
|
+
"inherits": true
|
|
26368
|
+
},
|
|
26369
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26370
|
+
},
|
|
26371
|
+
"type": "spacing"
|
|
26372
|
+
}
|
|
25996
26373
|
}
|
|
25997
26374
|
},
|
|
26375
|
+
"page-layout": {},
|
|
25998
26376
|
"page": {
|
|
25999
26377
|
"background-color": {
|
|
26000
26378
|
"$extensions": {
|
|
@@ -29585,6 +29963,38 @@ module.exports = {
|
|
|
29585
29963
|
}
|
|
29586
29964
|
}
|
|
29587
29965
|
},
|
|
29966
|
+
"root": {
|
|
29967
|
+
"background-color": {
|
|
29968
|
+
"$extensions": {
|
|
29969
|
+
"nl.nldesignsystem.css.property": {
|
|
29970
|
+
"syntax": "<color>",
|
|
29971
|
+
"inherits": true
|
|
29972
|
+
},
|
|
29973
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29974
|
+
},
|
|
29975
|
+
"type": "color"
|
|
29976
|
+
},
|
|
29977
|
+
"color": {
|
|
29978
|
+
"$extensions": {
|
|
29979
|
+
"nl.nldesignsystem.css.property": {
|
|
29980
|
+
"syntax": "<color>",
|
|
29981
|
+
"inherits": true
|
|
29982
|
+
},
|
|
29983
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29984
|
+
},
|
|
29985
|
+
"type": "color"
|
|
29986
|
+
},
|
|
29987
|
+
"font-family": {
|
|
29988
|
+
"$extensions": {
|
|
29989
|
+
"nl.nldesignsystem.css.property": {
|
|
29990
|
+
"syntax": "*",
|
|
29991
|
+
"inherits": true
|
|
29992
|
+
},
|
|
29993
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
29994
|
+
},
|
|
29995
|
+
"type": "fontFamilies"
|
|
29996
|
+
}
|
|
29997
|
+
},
|
|
29588
29998
|
"search-bar": {
|
|
29589
29999
|
"button": {
|
|
29590
30000
|
"background-color": {
|
|
@@ -30980,6 +31390,53 @@ module.exports = {
|
|
|
30980
31390
|
"type": "color"
|
|
30981
31391
|
}
|
|
30982
31392
|
},
|
|
31393
|
+
"hover": {
|
|
31394
|
+
"background-color": {
|
|
31395
|
+
"$extensions": {
|
|
31396
|
+
"nl.nldesignsystem.css.property": {
|
|
31397
|
+
"syntax": "<color>",
|
|
31398
|
+
"inherits": true
|
|
31399
|
+
},
|
|
31400
|
+
"nl.nldesignsystem.fallback": [
|
|
31401
|
+
"utrecht.form-control.hover.background-color",
|
|
31402
|
+
"utrecht.select.background-color",
|
|
31403
|
+
"utrecht.form-control.background-color"
|
|
31404
|
+
],
|
|
31405
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
31406
|
+
},
|
|
31407
|
+
"type": "color"
|
|
31408
|
+
},
|
|
31409
|
+
"border-color": {
|
|
31410
|
+
"$extensions": {
|
|
31411
|
+
"nl.nldesignsystem.css.property": {
|
|
31412
|
+
"syntax": "<color>",
|
|
31413
|
+
"inherits": true
|
|
31414
|
+
},
|
|
31415
|
+
"nl.nldesignsystem.fallback": [
|
|
31416
|
+
"utrecht.form-control.hover.border-color",
|
|
31417
|
+
"utrecht.select.border-color",
|
|
31418
|
+
"utrecht.form-control.border-color"
|
|
31419
|
+
],
|
|
31420
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
31421
|
+
},
|
|
31422
|
+
"type": "color"
|
|
31423
|
+
},
|
|
31424
|
+
"color": {
|
|
31425
|
+
"$extensions": {
|
|
31426
|
+
"nl.nldesignsystem.css.property": {
|
|
31427
|
+
"syntax": "<color>",
|
|
31428
|
+
"inherits": true
|
|
31429
|
+
},
|
|
31430
|
+
"nl.nldesignsystem.fallback": [
|
|
31431
|
+
"utrecht.form-control.hover.color",
|
|
31432
|
+
"utrecht.select.color",
|
|
31433
|
+
"utrecht.form-control.color"
|
|
31434
|
+
],
|
|
31435
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
31436
|
+
},
|
|
31437
|
+
"type": "color"
|
|
31438
|
+
}
|
|
31439
|
+
},
|
|
30983
31440
|
"focus": {
|
|
30984
31441
|
"background-color": {
|
|
30985
31442
|
"$extensions": {
|
|
@@ -36435,48 +36892,6 @@ module.exports = {
|
|
|
36435
36892
|
}
|
|
36436
36893
|
},
|
|
36437
36894
|
"scale": {
|
|
36438
|
-
"2xs": {
|
|
36439
|
-
"font-size": {
|
|
36440
|
-
"value": "0.5rem",
|
|
36441
|
-
"comment": "8px",
|
|
36442
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
36443
|
-
"isSource": true,
|
|
36444
|
-
"original": {
|
|
36445
|
-
"value": "8px",
|
|
36446
|
-
"comment": "8px"
|
|
36447
|
-
},
|
|
36448
|
-
"name": "font-size",
|
|
36449
|
-
"attributes": {},
|
|
36450
|
-
"path": [
|
|
36451
|
-
"utrecht",
|
|
36452
|
-
"typography",
|
|
36453
|
-
"scale",
|
|
36454
|
-
"2xs",
|
|
36455
|
-
"font-size"
|
|
36456
|
-
]
|
|
36457
|
-
}
|
|
36458
|
-
},
|
|
36459
|
-
"xs": {
|
|
36460
|
-
"font-size": {
|
|
36461
|
-
"value": "0.75rem",
|
|
36462
|
-
"comment": "12px",
|
|
36463
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
36464
|
-
"isSource": true,
|
|
36465
|
-
"original": {
|
|
36466
|
-
"value": "12px",
|
|
36467
|
-
"comment": "12px"
|
|
36468
|
-
},
|
|
36469
|
-
"name": "font-size",
|
|
36470
|
-
"attributes": {},
|
|
36471
|
-
"path": [
|
|
36472
|
-
"utrecht",
|
|
36473
|
-
"typography",
|
|
36474
|
-
"scale",
|
|
36475
|
-
"xs",
|
|
36476
|
-
"font-size"
|
|
36477
|
-
]
|
|
36478
|
-
}
|
|
36479
|
-
},
|
|
36480
36895
|
"sm": {
|
|
36481
36896
|
"font-size": {
|
|
36482
36897
|
"value": "0.875rem",
|