@utrecht/design-tokens 5.0.3 → 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 +6 -0
- package/dist/_mixin-theme.scss +5 -2
- package/dist/_mixin.scss +5 -2
- package/dist/_variables.scss +5 -2
- package/dist/dark/_mixin-theme.scss +5 -2
- package/dist/dark/_mixin.scss +5 -2
- package/dist/dark/_variables.scss +5 -2
- package/dist/dark/index.cjs +5 -2
- package/dist/dark/index.css +5 -2
- package/dist/dark/index.d.ts +3 -0
- package/dist/dark/index.flat.json +5 -2
- package/dist/dark/index.json +133 -4
- package/dist/dark/index.mjs +5 -2
- package/dist/dark/index.tokens.json +12 -7
- package/dist/dark/list.json +133 -4
- package/dist/dark/list.mjs +133 -4
- package/dist/dark/property.css +2 -0
- package/dist/dark/root.css +5 -2
- package/dist/dark/theme-prince-xml.css +5 -2
- package/dist/dark/theme.css +5 -2
- package/dist/dark/tokens.cjs +138 -7
- package/dist/dark/tokens.d.ts +5 -2
- package/dist/dark/tokens.json +138 -7
- package/dist/dark/variables.cjs +5 -2
- package/dist/dark/variables.css +5 -2
- package/dist/dark/variables.d.ts +3 -0
- package/dist/dark/variables.json +5 -2
- package/dist/dark/variables.less +5 -2
- package/dist/dark/variables.mjs +5 -2
- package/dist/index.cjs +5 -2
- package/dist/index.css +10 -4
- package/dist/index.d.ts +3 -0
- package/dist/index.flat.json +5 -2
- package/dist/index.json +133 -4
- package/dist/index.mjs +5 -2
- package/dist/index.tokens.json +12 -7
- package/dist/list.json +133 -4
- package/dist/list.mjs +133 -4
- package/dist/property.css +2 -0
- package/dist/root.css +5 -2
- package/dist/theme-prince-xml.css +5 -2
- package/dist/theme.css +5 -2
- package/dist/tokens.cjs +138 -7
- package/dist/tokens.d.ts +5 -2
- package/dist/tokens.json +138 -7
- package/dist/variables.cjs +5 -2
- package/dist/variables.css +5 -2
- package/dist/variables.d.ts +3 -0
- package/dist/variables.json +5 -2
- package/dist/variables.less +5 -2
- package/dist/variables.mjs +5 -2
- package/package.json +1 -1
- package/src/component/utrecht/root.tokens.json +6 -3
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,36 @@ module.exports = {
|
|
|
33881
33895
|
"syntax": "*",
|
|
33882
33896
|
"inherits": true
|
|
33883
33897
|
},
|
|
33884
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
33898
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33899
|
+
"studio.tokens": {
|
|
33900
|
+
"originalType": "fontFamilies"
|
|
33901
|
+
}
|
|
33885
33902
|
},
|
|
33886
|
-
"type": "
|
|
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
|
+
]
|
|
33887
33928
|
},
|
|
33888
33929
|
"font-size-adjust": {
|
|
33889
33930
|
"$extensions": {
|
|
@@ -33915,6 +33956,96 @@ module.exports = {
|
|
|
33915
33956
|
"root",
|
|
33916
33957
|
"font-size-adjust"
|
|
33917
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
|
+
]
|
|
33918
34049
|
}
|
|
33919
34050
|
},
|
|
33920
34051
|
"search-bar": {
|
package/dist/dark/tokens.d.ts
CHANGED
|
@@ -4081,12 +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
|
},
|
|
4089
|
-
"
|
|
4092
|
+
"line-height": DesignToken
|
|
4090
4093
|
},
|
|
4091
4094
|
"search-bar": {
|
|
4092
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,36 @@
|
|
|
33877
33891
|
"syntax": "*",
|
|
33878
33892
|
"inherits": true
|
|
33879
33893
|
},
|
|
33880
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
33894
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
33895
|
+
"studio.tokens": {
|
|
33896
|
+
"originalType": "fontFamilies"
|
|
33897
|
+
}
|
|
33881
33898
|
},
|
|
33882
|
-
"type": "
|
|
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
|
+
]
|
|
33883
33924
|
},
|
|
33884
33925
|
"font-size-adjust": {
|
|
33885
33926
|
"$extensions": {
|
|
@@ -33911,6 +33952,96 @@
|
|
|
33911
33952
|
"root",
|
|
33912
33953
|
"font-size-adjust"
|
|
33913
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
|
+
]
|
|
33914
34045
|
}
|
|
33915
34046
|
},
|
|
33916
34047
|
"search-bar": {
|
package/dist/dark/variables.cjs
CHANGED
|
@@ -903,9 +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",
|
|
908
909
|
"utrechtRootFontSizeAdjust": "0.54",
|
|
910
|
+
"utrechtRootFontSize": "1rem",
|
|
911
|
+
"utrechtRootLineHeight": "1.4",
|
|
909
912
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
910
913
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
911
914
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/dark/variables.css
CHANGED
|
@@ -117,6 +117,7 @@
|
|
|
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;
|
|
120
121
|
--utrecht-root-font-size-adjust: 0.54;
|
|
121
122
|
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
122
123
|
--utrecht-radio-button-size: 24px;
|
|
@@ -542,8 +543,10 @@
|
|
|
542
543
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
543
544
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
544
545
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
545
|
-
--utrecht-root-
|
|
546
|
-
--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);
|
|
547
550
|
--utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
|
|
548
551
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
|
|
549
552
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
|
package/dist/dark/variables.d.ts
CHANGED
|
@@ -971,7 +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;
|
|
974
975
|
export const utrechtRootFontSizeAdjust : string;
|
|
976
|
+
export const utrechtRootFontSize : string;
|
|
977
|
+
export const utrechtRootLineHeight : string;
|
|
975
978
|
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
976
979
|
export const utrechtSearchBarButtonBorderColor : string;
|
|
977
980
|
export const utrechtSearchBarButtonColor : string;
|
package/dist/dark/variables.json
CHANGED
|
@@ -1004,9 +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",
|
|
1009
1011
|
"utrechtRootFontSizeAdjust": "0.54",
|
|
1012
|
+
"utrechtRootLineHeight": "1.4",
|
|
1010
1013
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
1011
1014
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
1012
1015
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/dark/variables.less
CHANGED
|
@@ -133,6 +133,7 @@
|
|
|
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;
|
|
136
137
|
@utrecht-root-font-size-adjust: 0.54;
|
|
137
138
|
@utrecht-rich-text-confidant-margin-block-end: 0;
|
|
138
139
|
@utrecht-radio-button-border-radius: 0;
|
|
@@ -611,8 +612,10 @@
|
|
|
611
612
|
@utrecht-search-bar-button-color: @utrecht-color-white;
|
|
612
613
|
@utrecht-search-bar-button-border-color: @utrecht-color-red-40;
|
|
613
614
|
@utrecht-search-bar-button-background-color: @utrecht-color-red-40;
|
|
614
|
-
@utrecht-root-
|
|
615
|
-
@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;
|
|
616
619
|
@utrecht-rich-text-best-friend-margin-block-end: @utrecht-space-block-xs;
|
|
617
620
|
@utrecht-rich-text-friend-margin-block-end: @utrecht-space-block-md;
|
|
618
621
|
@utrecht-rich-text-acquaintance-margin-block-end: @utrecht-space-block-xl;
|
package/dist/dark/variables.mjs
CHANGED
|
@@ -902,9 +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";
|
|
907
908
|
export const utrechtRootFontSizeAdjust = "0.54";
|
|
909
|
+
export const utrechtRootFontSize = "1rem";
|
|
910
|
+
export const utrechtRootLineHeight = "1.4";
|
|
908
911
|
export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
|
|
909
912
|
export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
|
|
910
913
|
export const utrechtSearchBarButtonColor = "hsl(0 0% 100%)";
|
package/dist/index.cjs
CHANGED
|
@@ -894,9 +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",
|
|
899
900
|
"utrechtRootFontSizeAdjust": "0.54",
|
|
901
|
+
"utrechtRootFontSize": "1rem",
|
|
902
|
+
"utrechtRootLineHeight": "1.4",
|
|
900
903
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
901
904
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
902
905
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/index.css
CHANGED
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
--utrecht-search-bar-input-background-position-x: .5em;
|
|
163
163
|
--utrecht-search-bar-button-hover-scale: 1;
|
|
164
164
|
--utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
165
|
+
--utrecht-root-line-height: 1.4;
|
|
165
166
|
--utrecht-root-font-size-adjust: 0.54;
|
|
166
167
|
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
167
168
|
--utrecht-radio-button-border-radius: 0;
|
|
@@ -636,8 +637,10 @@
|
|
|
636
637
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
637
638
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
638
639
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
639
|
-
--utrecht-root-
|
|
640
|
-
--utrecht-root-
|
|
640
|
+
--utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
641
|
+
--utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
642
|
+
--utrecht-root-color: var(--utrecht-color-black);
|
|
643
|
+
--utrecht-root-background-color: var(--utrecht-color-white);
|
|
641
644
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
642
645
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
|
|
643
646
|
--utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
|
|
@@ -1421,6 +1424,7 @@
|
|
|
1421
1424
|
--utrecht-search-bar-input-background-position-x: .5em;
|
|
1422
1425
|
--utrecht-search-bar-button-hover-scale: 1;
|
|
1423
1426
|
--utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
1427
|
+
--utrecht-root-line-height: 1.4;
|
|
1424
1428
|
--utrecht-root-font-size-adjust: 0.54;
|
|
1425
1429
|
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
1426
1430
|
--utrecht-radio-button-border-radius: 0;
|
|
@@ -1899,8 +1903,10 @@
|
|
|
1899
1903
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
1900
1904
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
1901
1905
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
1902
|
-
--utrecht-root-
|
|
1903
|
-
--utrecht-root-
|
|
1906
|
+
--utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
1907
|
+
--utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
1908
|
+
--utrecht-root-color: var(--utrecht-color-black);
|
|
1909
|
+
--utrecht-root-background-color: var(--utrecht-color-white);
|
|
1904
1910
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
1905
1911
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
|
|
1906
1912
|
--utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
|
package/dist/index.d.ts
CHANGED
|
@@ -962,7 +962,10 @@ export const utrechtRichTextBestFriendMarginBlockEnd : string;
|
|
|
962
962
|
export const utrechtRichTextConfidantMarginBlockEnd : string;
|
|
963
963
|
export const utrechtRootBackgroundColor : string;
|
|
964
964
|
export const utrechtRootColor : string;
|
|
965
|
+
export const utrechtRootFontFamily : string;
|
|
965
966
|
export const utrechtRootFontSizeAdjust : string;
|
|
967
|
+
export const utrechtRootFontSize : string;
|
|
968
|
+
export const utrechtRootLineHeight : string;
|
|
966
969
|
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
967
970
|
export const utrechtSearchBarButtonBorderColor : string;
|
|
968
971
|
export const utrechtSearchBarButtonColor : string;
|