@utrecht/design-tokens 5.0.2 → 5.1.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 +6 -2
- package/dist/_mixin.scss +6 -2
- package/dist/_variables.scss +6 -2
- package/dist/dark/_mixin-theme.scss +6 -2
- package/dist/dark/_mixin.scss +6 -2
- package/dist/dark/_variables.scss +6 -2
- package/dist/dark/index.cjs +6 -2
- package/dist/dark/index.css +6 -2
- package/dist/dark/index.d.ts +4 -0
- package/dist/dark/index.flat.json +6 -2
- package/dist/dark/index.json +164 -4
- package/dist/dark/index.mjs +6 -2
- package/dist/dark/index.tokens.json +13 -7
- package/dist/dark/list.json +164 -4
- package/dist/dark/list.mjs +164 -4
- package/dist/dark/property.css +3 -0
- package/dist/dark/root.css +6 -2
- package/dist/dark/theme-prince-xml.css +6 -2
- package/dist/dark/theme.css +6 -2
- package/dist/dark/tokens.cjs +168 -6
- package/dist/dark/tokens.d.ts +6 -2
- package/dist/dark/tokens.json +168 -6
- package/dist/dark/variables.cjs +6 -2
- package/dist/dark/variables.css +6 -2
- package/dist/dark/variables.d.ts +4 -0
- package/dist/dark/variables.json +6 -2
- package/dist/dark/variables.less +6 -2
- package/dist/dark/variables.mjs +6 -2
- package/dist/index.cjs +6 -2
- package/dist/index.css +12 -4
- package/dist/index.d.ts +4 -0
- package/dist/index.flat.json +6 -2
- package/dist/index.json +164 -4
- package/dist/index.mjs +6 -2
- package/dist/index.tokens.json +13 -7
- package/dist/list.json +164 -4
- package/dist/list.mjs +164 -4
- package/dist/property.css +3 -0
- package/dist/root.css +6 -2
- package/dist/theme-prince-xml.css +6 -2
- package/dist/theme.css +6 -2
- package/dist/tokens.cjs +168 -6
- package/dist/tokens.d.ts +6 -2
- package/dist/tokens.json +168 -6
- package/dist/variables.cjs +6 -2
- package/dist/variables.css +6 -2
- package/dist/variables.d.ts +4 -0
- package/dist/variables.json +6 -2
- package/dist/variables.less +6 -2
- package/dist/variables.mjs +6 -2
- package/package.json +1 -1
- package/src/component/utrecht/root.tokens.json +6 -2
package/dist/dark/tokens.cjs
CHANGED
|
@@ -3582,7 +3582,9 @@ module.exports = {
|
|
|
3582
3582
|
"syntax": "*",
|
|
3583
3583
|
"inherits": true
|
|
3584
3584
|
},
|
|
3585
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3585
3586
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3587
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3586
3588
|
"studio.tokens": {
|
|
3587
3589
|
"originalType": "fontFamilies"
|
|
3588
3590
|
}
|
|
@@ -3597,7 +3599,9 @@ module.exports = {
|
|
|
3597
3599
|
"syntax": "*",
|
|
3598
3600
|
"inherits": true
|
|
3599
3601
|
},
|
|
3602
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3600
3603
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3604
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3601
3605
|
"studio.tokens": {
|
|
3602
3606
|
"originalType": "fontFamilies"
|
|
3603
3607
|
}
|
|
@@ -3619,7 +3623,9 @@ module.exports = {
|
|
|
3619
3623
|
"syntax": "<length>",
|
|
3620
3624
|
"inherits": true
|
|
3621
3625
|
},
|
|
3626
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3622
3627
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3628
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
3623
3629
|
"studio.tokens": {
|
|
3624
3630
|
"originalType": "fontSizes"
|
|
3625
3631
|
}
|
|
@@ -3634,7 +3640,9 @@ module.exports = {
|
|
|
3634
3640
|
"syntax": "<length>",
|
|
3635
3641
|
"inherits": true
|
|
3636
3642
|
},
|
|
3643
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3637
3644
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3645
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
3638
3646
|
"studio.tokens": {
|
|
3639
3647
|
"originalType": "fontSizes"
|
|
3640
3648
|
}
|
|
@@ -3656,7 +3664,9 @@ module.exports = {
|
|
|
3656
3664
|
"syntax": "<number>",
|
|
3657
3665
|
"inherits": true
|
|
3658
3666
|
},
|
|
3659
|
-
"nl.nldesignsystem.
|
|
3667
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3668
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3669
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-weight"
|
|
3660
3670
|
},
|
|
3661
3671
|
"type": "fontWeights"
|
|
3662
3672
|
},
|
|
@@ -3669,7 +3679,9 @@ module.exports = {
|
|
|
3669
3679
|
],
|
|
3670
3680
|
"inherits": true
|
|
3671
3681
|
},
|
|
3682
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3672
3683
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3684
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3673
3685
|
"studio.tokens": {
|
|
3674
3686
|
"originalType": "lineHeights"
|
|
3675
3687
|
}
|
|
@@ -3687,7 +3699,9 @@ module.exports = {
|
|
|
3687
3699
|
],
|
|
3688
3700
|
"inherits": true
|
|
3689
3701
|
},
|
|
3702
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3690
3703
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3704
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3691
3705
|
"studio.tokens": {
|
|
3692
3706
|
"originalType": "lineHeights"
|
|
3693
3707
|
}
|
|
@@ -33822,7 +33836,7 @@ module.exports = {
|
|
|
33822
33836
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33823
33837
|
},
|
|
33824
33838
|
"type": "color",
|
|
33825
|
-
"value": "hsl(0 0%
|
|
33839
|
+
"value": "hsl(0 0% 100%)",
|
|
33826
33840
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33827
33841
|
"isSource": true,
|
|
33828
33842
|
"original": {
|
|
@@ -33834,7 +33848,7 @@ module.exports = {
|
|
|
33834
33848
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33835
33849
|
},
|
|
33836
33850
|
"type": "color",
|
|
33837
|
-
"value": "{utrecht.color.
|
|
33851
|
+
"value": "{utrecht.color.white}"
|
|
33838
33852
|
},
|
|
33839
33853
|
"name": "background-color",
|
|
33840
33854
|
"attributes": {},
|
|
@@ -33853,7 +33867,7 @@ module.exports = {
|
|
|
33853
33867
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33854
33868
|
},
|
|
33855
33869
|
"type": "color",
|
|
33856
|
-
"value": "hsl(0 0%
|
|
33870
|
+
"value": "hsl(0 0% 0%)",
|
|
33857
33871
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33858
33872
|
"isSource": true,
|
|
33859
33873
|
"original": {
|
|
@@ -33865,7 +33879,7 @@ module.exports = {
|
|
|
33865
33879
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33866
33880
|
},
|
|
33867
33881
|
"type": "color",
|
|
33868
|
-
"value": "{utrecht.color.
|
|
33882
|
+
"value": "{utrecht.color.black}"
|
|
33869
33883
|
},
|
|
33870
33884
|
"name": "color",
|
|
33871
33885
|
"attributes": {},
|
|
@@ -33881,9 +33895,157 @@ module.exports = {
|
|
|
33881
33895
|
"syntax": "*",
|
|
33882
33896
|
"inherits": true
|
|
33883
33897
|
},
|
|
33898
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33899
|
+
"studio.tokens": {
|
|
33900
|
+
"originalType": "fontFamilies"
|
|
33901
|
+
}
|
|
33902
|
+
},
|
|
33903
|
+
"type": "fontFamily",
|
|
33904
|
+
"value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
33905
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33906
|
+
"isSource": true,
|
|
33907
|
+
"original": {
|
|
33908
|
+
"$extensions": {
|
|
33909
|
+
"nl.nldesignsystem.css.property": {
|
|
33910
|
+
"syntax": "*",
|
|
33911
|
+
"inherits": true
|
|
33912
|
+
},
|
|
33913
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33914
|
+
"studio.tokens": {
|
|
33915
|
+
"originalType": "fontFamilies"
|
|
33916
|
+
}
|
|
33917
|
+
},
|
|
33918
|
+
"type": "fontFamily",
|
|
33919
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
33920
|
+
},
|
|
33921
|
+
"name": "font-family",
|
|
33922
|
+
"attributes": {},
|
|
33923
|
+
"path": [
|
|
33924
|
+
"utrecht",
|
|
33925
|
+
"root",
|
|
33926
|
+
"font-family"
|
|
33927
|
+
]
|
|
33928
|
+
},
|
|
33929
|
+
"font-size-adjust": {
|
|
33930
|
+
"$extensions": {
|
|
33931
|
+
"nl.nldesignsystem.css.property": {
|
|
33932
|
+
"syntax": "<number>",
|
|
33933
|
+
"inherits": true
|
|
33934
|
+
},
|
|
33884
33935
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33885
33936
|
},
|
|
33886
|
-
"type": "
|
|
33937
|
+
"type": "other",
|
|
33938
|
+
"value": "0.54",
|
|
33939
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33940
|
+
"isSource": true,
|
|
33941
|
+
"original": {
|
|
33942
|
+
"$extensions": {
|
|
33943
|
+
"nl.nldesignsystem.css.property": {
|
|
33944
|
+
"syntax": "<number>",
|
|
33945
|
+
"inherits": true
|
|
33946
|
+
},
|
|
33947
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
33948
|
+
},
|
|
33949
|
+
"type": "other",
|
|
33950
|
+
"value": "0.54"
|
|
33951
|
+
},
|
|
33952
|
+
"name": "font-size-adjust",
|
|
33953
|
+
"attributes": {},
|
|
33954
|
+
"path": [
|
|
33955
|
+
"utrecht",
|
|
33956
|
+
"root",
|
|
33957
|
+
"font-size-adjust"
|
|
33958
|
+
]
|
|
33959
|
+
},
|
|
33960
|
+
"font-size": {
|
|
33961
|
+
"$extensions": {
|
|
33962
|
+
"nl.nldesignsystem.css.property": {
|
|
33963
|
+
"syntax": "<length>",
|
|
33964
|
+
"inherits": true
|
|
33965
|
+
},
|
|
33966
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33967
|
+
"studio.tokens": {
|
|
33968
|
+
"originalType": "fontSizes"
|
|
33969
|
+
}
|
|
33970
|
+
},
|
|
33971
|
+
"type": "fontSize",
|
|
33972
|
+
"value": "1rem",
|
|
33973
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33974
|
+
"isSource": true,
|
|
33975
|
+
"original": {
|
|
33976
|
+
"$extensions": {
|
|
33977
|
+
"nl.nldesignsystem.css.property": {
|
|
33978
|
+
"syntax": "<length>",
|
|
33979
|
+
"inherits": true
|
|
33980
|
+
},
|
|
33981
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33982
|
+
"studio.tokens": {
|
|
33983
|
+
"originalType": "fontSizes"
|
|
33984
|
+
}
|
|
33985
|
+
},
|
|
33986
|
+
"type": "fontSize",
|
|
33987
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
33988
|
+
},
|
|
33989
|
+
"name": "font-size",
|
|
33990
|
+
"attributes": {},
|
|
33991
|
+
"path": [
|
|
33992
|
+
"utrecht",
|
|
33993
|
+
"root",
|
|
33994
|
+
"font-size"
|
|
33995
|
+
]
|
|
33996
|
+
},
|
|
33997
|
+
"font-weight": {
|
|
33998
|
+
"$extensions": {
|
|
33999
|
+
"nl.nldesignsystem.css.property": {
|
|
34000
|
+
"syntax": "<number>",
|
|
34001
|
+
"inherits": true
|
|
34002
|
+
},
|
|
34003
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
34004
|
+
},
|
|
34005
|
+
"type": "fontWeights"
|
|
34006
|
+
},
|
|
34007
|
+
"line-height": {
|
|
34008
|
+
"$extensions": {
|
|
34009
|
+
"nl.nldesignsystem.css.property": {
|
|
34010
|
+
"syntax": [
|
|
34011
|
+
"<length>",
|
|
34012
|
+
"<number>"
|
|
34013
|
+
],
|
|
34014
|
+
"inherits": true
|
|
34015
|
+
},
|
|
34016
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
34017
|
+
"studio.tokens": {
|
|
34018
|
+
"originalType": "lineHeights"
|
|
34019
|
+
}
|
|
34020
|
+
},
|
|
34021
|
+
"type": "lineHeight",
|
|
34022
|
+
"value": "1.4",
|
|
34023
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
34024
|
+
"isSource": true,
|
|
34025
|
+
"original": {
|
|
34026
|
+
"$extensions": {
|
|
34027
|
+
"nl.nldesignsystem.css.property": {
|
|
34028
|
+
"syntax": [
|
|
34029
|
+
"<length>",
|
|
34030
|
+
"<number>"
|
|
34031
|
+
],
|
|
34032
|
+
"inherits": true
|
|
34033
|
+
},
|
|
34034
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
34035
|
+
"studio.tokens": {
|
|
34036
|
+
"originalType": "lineHeights"
|
|
34037
|
+
}
|
|
34038
|
+
},
|
|
34039
|
+
"type": "lineHeight",
|
|
34040
|
+
"value": "1.4"
|
|
34041
|
+
},
|
|
34042
|
+
"name": "line-height",
|
|
34043
|
+
"attributes": {},
|
|
34044
|
+
"path": [
|
|
34045
|
+
"utrecht",
|
|
34046
|
+
"root",
|
|
34047
|
+
"line-height"
|
|
34048
|
+
]
|
|
33887
34049
|
}
|
|
33888
34050
|
},
|
|
33889
34051
|
"search-bar": {
|
package/dist/dark/tokens.d.ts
CHANGED
|
@@ -4081,11 +4081,15 @@ declare const tokens: {
|
|
|
4081
4081
|
"root": {
|
|
4082
4082
|
"background-color": DesignToken,
|
|
4083
4083
|
"color": DesignToken,
|
|
4084
|
-
"font-family":
|
|
4084
|
+
"font-family": DesignToken,
|
|
4085
|
+
"font-size-adjust": DesignToken,
|
|
4086
|
+
"font-size": DesignToken,
|
|
4087
|
+
"font-weight": {
|
|
4085
4088
|
"$extensions": {
|
|
4086
4089
|
"nl.nldesignsystem.css.property": {}
|
|
4087
4090
|
}
|
|
4088
|
-
}
|
|
4091
|
+
},
|
|
4092
|
+
"line-height": DesignToken
|
|
4089
4093
|
},
|
|
4090
4094
|
"search-bar": {
|
|
4091
4095
|
"button": {
|
package/dist/dark/tokens.json
CHANGED
|
@@ -3578,7 +3578,9 @@
|
|
|
3578
3578
|
"syntax": "*",
|
|
3579
3579
|
"inherits": true
|
|
3580
3580
|
},
|
|
3581
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3581
3582
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3583
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3582
3584
|
"studio.tokens": {
|
|
3583
3585
|
"originalType": "fontFamilies"
|
|
3584
3586
|
}
|
|
@@ -3593,7 +3595,9 @@
|
|
|
3593
3595
|
"syntax": "*",
|
|
3594
3596
|
"inherits": true
|
|
3595
3597
|
},
|
|
3598
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3596
3599
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3600
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3597
3601
|
"studio.tokens": {
|
|
3598
3602
|
"originalType": "fontFamilies"
|
|
3599
3603
|
}
|
|
@@ -3615,7 +3619,9 @@
|
|
|
3615
3619
|
"syntax": "<length>",
|
|
3616
3620
|
"inherits": true
|
|
3617
3621
|
},
|
|
3622
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3618
3623
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3624
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
3619
3625
|
"studio.tokens": {
|
|
3620
3626
|
"originalType": "fontSizes"
|
|
3621
3627
|
}
|
|
@@ -3630,7 +3636,9 @@
|
|
|
3630
3636
|
"syntax": "<length>",
|
|
3631
3637
|
"inherits": true
|
|
3632
3638
|
},
|
|
3639
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3633
3640
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3641
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
3634
3642
|
"studio.tokens": {
|
|
3635
3643
|
"originalType": "fontSizes"
|
|
3636
3644
|
}
|
|
@@ -3652,7 +3660,9 @@
|
|
|
3652
3660
|
"syntax": "<number>",
|
|
3653
3661
|
"inherits": true
|
|
3654
3662
|
},
|
|
3655
|
-
"nl.nldesignsystem.
|
|
3663
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3664
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
3665
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-weight"
|
|
3656
3666
|
},
|
|
3657
3667
|
"type": "fontWeights"
|
|
3658
3668
|
},
|
|
@@ -3665,7 +3675,9 @@
|
|
|
3665
3675
|
],
|
|
3666
3676
|
"inherits": true
|
|
3667
3677
|
},
|
|
3678
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3668
3679
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3680
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3669
3681
|
"studio.tokens": {
|
|
3670
3682
|
"originalType": "lineHeights"
|
|
3671
3683
|
}
|
|
@@ -3683,7 +3695,9 @@
|
|
|
3683
3695
|
],
|
|
3684
3696
|
"inherits": true
|
|
3685
3697
|
},
|
|
3698
|
+
"nl.nldesignsystem.deprecated": true,
|
|
3686
3699
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
3700
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
3687
3701
|
"studio.tokens": {
|
|
3688
3702
|
"originalType": "lineHeights"
|
|
3689
3703
|
}
|
|
@@ -33818,7 +33832,7 @@
|
|
|
33818
33832
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33819
33833
|
},
|
|
33820
33834
|
"type": "color",
|
|
33821
|
-
"value": "hsl(0 0%
|
|
33835
|
+
"value": "hsl(0 0% 100%)",
|
|
33822
33836
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33823
33837
|
"isSource": true,
|
|
33824
33838
|
"original": {
|
|
@@ -33830,7 +33844,7 @@
|
|
|
33830
33844
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33831
33845
|
},
|
|
33832
33846
|
"type": "color",
|
|
33833
|
-
"value": "{utrecht.color.
|
|
33847
|
+
"value": "{utrecht.color.white}"
|
|
33834
33848
|
},
|
|
33835
33849
|
"name": "utrechtRootBackgroundColor",
|
|
33836
33850
|
"attributes": {},
|
|
@@ -33849,7 +33863,7 @@
|
|
|
33849
33863
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33850
33864
|
},
|
|
33851
33865
|
"type": "color",
|
|
33852
|
-
"value": "hsl(0 0%
|
|
33866
|
+
"value": "hsl(0 0% 0%)",
|
|
33853
33867
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33854
33868
|
"isSource": true,
|
|
33855
33869
|
"original": {
|
|
@@ -33861,7 +33875,7 @@
|
|
|
33861
33875
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33862
33876
|
},
|
|
33863
33877
|
"type": "color",
|
|
33864
|
-
"value": "{utrecht.color.
|
|
33878
|
+
"value": "{utrecht.color.black}"
|
|
33865
33879
|
},
|
|
33866
33880
|
"name": "utrechtRootColor",
|
|
33867
33881
|
"attributes": {},
|
|
@@ -33877,9 +33891,157 @@
|
|
|
33877
33891
|
"syntax": "*",
|
|
33878
33892
|
"inherits": true
|
|
33879
33893
|
},
|
|
33894
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33895
|
+
"studio.tokens": {
|
|
33896
|
+
"originalType": "fontFamilies"
|
|
33897
|
+
}
|
|
33898
|
+
},
|
|
33899
|
+
"type": "fontFamily",
|
|
33900
|
+
"value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
33901
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33902
|
+
"isSource": true,
|
|
33903
|
+
"original": {
|
|
33904
|
+
"$extensions": {
|
|
33905
|
+
"nl.nldesignsystem.css.property": {
|
|
33906
|
+
"syntax": "*",
|
|
33907
|
+
"inherits": true
|
|
33908
|
+
},
|
|
33909
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33910
|
+
"studio.tokens": {
|
|
33911
|
+
"originalType": "fontFamilies"
|
|
33912
|
+
}
|
|
33913
|
+
},
|
|
33914
|
+
"type": "fontFamily",
|
|
33915
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
33916
|
+
},
|
|
33917
|
+
"name": "utrechtRootFontFamily",
|
|
33918
|
+
"attributes": {},
|
|
33919
|
+
"path": [
|
|
33920
|
+
"utrecht",
|
|
33921
|
+
"root",
|
|
33922
|
+
"font-family"
|
|
33923
|
+
]
|
|
33924
|
+
},
|
|
33925
|
+
"font-size-adjust": {
|
|
33926
|
+
"$extensions": {
|
|
33927
|
+
"nl.nldesignsystem.css.property": {
|
|
33928
|
+
"syntax": "<number>",
|
|
33929
|
+
"inherits": true
|
|
33930
|
+
},
|
|
33880
33931
|
"nl.nldesignsystem.figma.supports-token": false
|
|
33881
33932
|
},
|
|
33882
|
-
"type": "
|
|
33933
|
+
"type": "other",
|
|
33934
|
+
"value": "0.54",
|
|
33935
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33936
|
+
"isSource": true,
|
|
33937
|
+
"original": {
|
|
33938
|
+
"$extensions": {
|
|
33939
|
+
"nl.nldesignsystem.css.property": {
|
|
33940
|
+
"syntax": "<number>",
|
|
33941
|
+
"inherits": true
|
|
33942
|
+
},
|
|
33943
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
33944
|
+
},
|
|
33945
|
+
"type": "other",
|
|
33946
|
+
"value": "0.54"
|
|
33947
|
+
},
|
|
33948
|
+
"name": "utrechtRootFontSizeAdjust",
|
|
33949
|
+
"attributes": {},
|
|
33950
|
+
"path": [
|
|
33951
|
+
"utrecht",
|
|
33952
|
+
"root",
|
|
33953
|
+
"font-size-adjust"
|
|
33954
|
+
]
|
|
33955
|
+
},
|
|
33956
|
+
"font-size": {
|
|
33957
|
+
"$extensions": {
|
|
33958
|
+
"nl.nldesignsystem.css.property": {
|
|
33959
|
+
"syntax": "<length>",
|
|
33960
|
+
"inherits": true
|
|
33961
|
+
},
|
|
33962
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33963
|
+
"studio.tokens": {
|
|
33964
|
+
"originalType": "fontSizes"
|
|
33965
|
+
}
|
|
33966
|
+
},
|
|
33967
|
+
"type": "fontSize",
|
|
33968
|
+
"value": "1rem",
|
|
33969
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
33970
|
+
"isSource": true,
|
|
33971
|
+
"original": {
|
|
33972
|
+
"$extensions": {
|
|
33973
|
+
"nl.nldesignsystem.css.property": {
|
|
33974
|
+
"syntax": "<length>",
|
|
33975
|
+
"inherits": true
|
|
33976
|
+
},
|
|
33977
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33978
|
+
"studio.tokens": {
|
|
33979
|
+
"originalType": "fontSizes"
|
|
33980
|
+
}
|
|
33981
|
+
},
|
|
33982
|
+
"type": "fontSize",
|
|
33983
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
33984
|
+
},
|
|
33985
|
+
"name": "utrechtRootFontSize",
|
|
33986
|
+
"attributes": {},
|
|
33987
|
+
"path": [
|
|
33988
|
+
"utrecht",
|
|
33989
|
+
"root",
|
|
33990
|
+
"font-size"
|
|
33991
|
+
]
|
|
33992
|
+
},
|
|
33993
|
+
"font-weight": {
|
|
33994
|
+
"$extensions": {
|
|
33995
|
+
"nl.nldesignsystem.css.property": {
|
|
33996
|
+
"syntax": "<number>",
|
|
33997
|
+
"inherits": true
|
|
33998
|
+
},
|
|
33999
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
34000
|
+
},
|
|
34001
|
+
"type": "fontWeights"
|
|
34002
|
+
},
|
|
34003
|
+
"line-height": {
|
|
34004
|
+
"$extensions": {
|
|
34005
|
+
"nl.nldesignsystem.css.property": {
|
|
34006
|
+
"syntax": [
|
|
34007
|
+
"<length>",
|
|
34008
|
+
"<number>"
|
|
34009
|
+
],
|
|
34010
|
+
"inherits": true
|
|
34011
|
+
},
|
|
34012
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
34013
|
+
"studio.tokens": {
|
|
34014
|
+
"originalType": "lineHeights"
|
|
34015
|
+
}
|
|
34016
|
+
},
|
|
34017
|
+
"type": "lineHeight",
|
|
34018
|
+
"value": "1.4",
|
|
34019
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
34020
|
+
"isSource": true,
|
|
34021
|
+
"original": {
|
|
34022
|
+
"$extensions": {
|
|
34023
|
+
"nl.nldesignsystem.css.property": {
|
|
34024
|
+
"syntax": [
|
|
34025
|
+
"<length>",
|
|
34026
|
+
"<number>"
|
|
34027
|
+
],
|
|
34028
|
+
"inherits": true
|
|
34029
|
+
},
|
|
34030
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
34031
|
+
"studio.tokens": {
|
|
34032
|
+
"originalType": "lineHeights"
|
|
34033
|
+
}
|
|
34034
|
+
},
|
|
34035
|
+
"type": "lineHeight",
|
|
34036
|
+
"value": "1.4"
|
|
34037
|
+
},
|
|
34038
|
+
"name": "utrechtRootLineHeight",
|
|
34039
|
+
"attributes": {},
|
|
34040
|
+
"path": [
|
|
34041
|
+
"utrecht",
|
|
34042
|
+
"root",
|
|
34043
|
+
"line-height"
|
|
34044
|
+
]
|
|
33883
34045
|
}
|
|
33884
34046
|
},
|
|
33885
34047
|
"search-bar": {
|
package/dist/dark/variables.cjs
CHANGED
|
@@ -903,8 +903,12 @@ module.exports = {
|
|
|
903
903
|
"utrechtRichTextFriendMarginBlockEnd": "16px",
|
|
904
904
|
"utrechtRichTextBestFriendMarginBlockEnd": "8px",
|
|
905
905
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
906
|
-
"utrechtRootBackgroundColor": "hsl(0 0%
|
|
907
|
-
"utrechtRootColor": "hsl(0 0%
|
|
906
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 100%)",
|
|
907
|
+
"utrechtRootColor": "hsl(0 0% 0%)",
|
|
908
|
+
"utrechtRootFontFamily": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
909
|
+
"utrechtRootFontSizeAdjust": "0.54",
|
|
910
|
+
"utrechtRootFontSize": "1rem",
|
|
911
|
+
"utrechtRootLineHeight": "1.4",
|
|
908
912
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
909
913
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
910
914
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/dark/variables.css
CHANGED
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
--utrecht-search-bar-dropdown-border-width: 1px;
|
|
118
118
|
--utrecht-search-bar-button-hover-scale: 1;
|
|
119
119
|
--utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
120
|
+
--utrecht-root-line-height: 1.4;
|
|
121
|
+
--utrecht-root-font-size-adjust: 0.54;
|
|
120
122
|
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
121
123
|
--utrecht-radio-button-size: 24px;
|
|
122
124
|
--utrecht-radio-button-margin-inline-end: 12px;
|
|
@@ -541,8 +543,10 @@
|
|
|
541
543
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
542
544
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
543
545
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
544
|
-
--utrecht-root-
|
|
545
|
-
--utrecht-root-
|
|
546
|
+
--utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
547
|
+
--utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
548
|
+
--utrecht-root-color: var(--utrecht-color-black);
|
|
549
|
+
--utrecht-root-background-color: var(--utrecht-color-white);
|
|
546
550
|
--utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
|
|
547
551
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
|
|
548
552
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
|
package/dist/dark/variables.d.ts
CHANGED
|
@@ -971,6 +971,10 @@ export const utrechtRichTextBestFriendMarginBlockEnd : string;
|
|
|
971
971
|
export const utrechtRichTextConfidantMarginBlockEnd : string;
|
|
972
972
|
export const utrechtRootBackgroundColor : string;
|
|
973
973
|
export const utrechtRootColor : string;
|
|
974
|
+
export const utrechtRootFontFamily : string;
|
|
975
|
+
export const utrechtRootFontSizeAdjust : string;
|
|
976
|
+
export const utrechtRootFontSize : string;
|
|
977
|
+
export const utrechtRootLineHeight : string;
|
|
974
978
|
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
975
979
|
export const utrechtSearchBarButtonBorderColor : string;
|
|
976
980
|
export const utrechtSearchBarButtonColor : string;
|
package/dist/dark/variables.json
CHANGED
|
@@ -1004,8 +1004,12 @@
|
|
|
1004
1004
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
1005
1005
|
"utrechtRichTextFriendMarginBlockEnd": "16px",
|
|
1006
1006
|
"utrechtRichTextStrangerMarginBlockEnd": "32px",
|
|
1007
|
-
"utrechtRootBackgroundColor": "hsl(0 0%
|
|
1008
|
-
"utrechtRootColor": "hsl(0 0%
|
|
1007
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 100%)",
|
|
1008
|
+
"utrechtRootColor": "hsl(0 0% 0%)",
|
|
1009
|
+
"utrechtRootFontFamily": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
1010
|
+
"utrechtRootFontSize": "1rem",
|
|
1011
|
+
"utrechtRootFontSizeAdjust": "0.54",
|
|
1012
|
+
"utrechtRootLineHeight": "1.4",
|
|
1009
1013
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
1010
1014
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
1011
1015
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/dark/variables.less
CHANGED
|
@@ -133,6 +133,8 @@
|
|
|
133
133
|
@utrecht-search-bar-input-background-position-x: .5em;
|
|
134
134
|
@utrecht-search-bar-button-hover-scale: 1;
|
|
135
135
|
@utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
136
|
+
@utrecht-root-line-height: 1.4;
|
|
137
|
+
@utrecht-root-font-size-adjust: 0.54;
|
|
136
138
|
@utrecht-rich-text-confidant-margin-block-end: 0;
|
|
137
139
|
@utrecht-radio-button-border-radius: 0;
|
|
138
140
|
@utrecht-radio-button-invalid-border-width: 2px;
|
|
@@ -610,8 +612,10 @@
|
|
|
610
612
|
@utrecht-search-bar-button-color: @utrecht-color-white;
|
|
611
613
|
@utrecht-search-bar-button-border-color: @utrecht-color-red-40;
|
|
612
614
|
@utrecht-search-bar-button-background-color: @utrecht-color-red-40;
|
|
613
|
-
@utrecht-root-
|
|
614
|
-
@utrecht-root-
|
|
615
|
+
@utrecht-root-font-size: @utrecht-typography-scale-md-font-size;
|
|
616
|
+
@utrecht-root-font-family: @utrecht-typography-sans-serif-font-family;
|
|
617
|
+
@utrecht-root-color: @utrecht-color-black;
|
|
618
|
+
@utrecht-root-background-color: @utrecht-color-white;
|
|
615
619
|
@utrecht-rich-text-best-friend-margin-block-end: @utrecht-space-block-xs;
|
|
616
620
|
@utrecht-rich-text-friend-margin-block-end: @utrecht-space-block-md;
|
|
617
621
|
@utrecht-rich-text-acquaintance-margin-block-end: @utrecht-space-block-xl;
|
package/dist/dark/variables.mjs
CHANGED
|
@@ -902,8 +902,12 @@ export const utrechtRichTextAcquaintanceMarginBlockEnd = "24px";
|
|
|
902
902
|
export const utrechtRichTextFriendMarginBlockEnd = "16px";
|
|
903
903
|
export const utrechtRichTextBestFriendMarginBlockEnd = "8px";
|
|
904
904
|
export const utrechtRichTextConfidantMarginBlockEnd = 0;
|
|
905
|
-
export const utrechtRootBackgroundColor = "hsl(0 0%
|
|
906
|
-
export const utrechtRootColor = "hsl(0 0%
|
|
905
|
+
export const utrechtRootBackgroundColor = "hsl(0 0% 100%)";
|
|
906
|
+
export const utrechtRootColor = "hsl(0 0% 0%)";
|
|
907
|
+
export const utrechtRootFontFamily = "\"Noto Sans Variable\", \"Arial\", sans-serif";
|
|
908
|
+
export const utrechtRootFontSizeAdjust = "0.54";
|
|
909
|
+
export const utrechtRootFontSize = "1rem";
|
|
910
|
+
export const utrechtRootLineHeight = "1.4";
|
|
907
911
|
export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
|
|
908
912
|
export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
|
|
909
913
|
export const utrechtSearchBarButtonColor = "hsl(0 0% 100%)";
|
package/dist/index.cjs
CHANGED
|
@@ -894,8 +894,12 @@ module.exports = {
|
|
|
894
894
|
"utrechtRichTextFriendMarginBlockEnd": "16px",
|
|
895
895
|
"utrechtRichTextBestFriendMarginBlockEnd": "8px",
|
|
896
896
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
897
|
-
"utrechtRootBackgroundColor": "hsl(0 0%
|
|
898
|
-
"utrechtRootColor": "hsl(0 0%
|
|
897
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 100%)",
|
|
898
|
+
"utrechtRootColor": "hsl(0 0% 0%)",
|
|
899
|
+
"utrechtRootFontFamily": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
900
|
+
"utrechtRootFontSizeAdjust": "0.54",
|
|
901
|
+
"utrechtRootFontSize": "1rem",
|
|
902
|
+
"utrechtRootLineHeight": "1.4",
|
|
899
903
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
900
904
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
901
905
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|