@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/list.json
CHANGED
|
@@ -5439,7 +5439,9 @@
|
|
|
5439
5439
|
"syntax": "*",
|
|
5440
5440
|
"inherits": true
|
|
5441
5441
|
},
|
|
5442
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5442
5443
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5444
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5443
5445
|
"studio.tokens": {
|
|
5444
5446
|
"originalType": "fontFamilies"
|
|
5445
5447
|
}
|
|
@@ -5454,7 +5456,9 @@
|
|
|
5454
5456
|
"syntax": "*",
|
|
5455
5457
|
"inherits": true
|
|
5456
5458
|
},
|
|
5459
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5457
5460
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5461
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5458
5462
|
"studio.tokens": {
|
|
5459
5463
|
"originalType": "fontFamilies"
|
|
5460
5464
|
}
|
|
@@ -5476,7 +5480,9 @@
|
|
|
5476
5480
|
"syntax": "<length>",
|
|
5477
5481
|
"inherits": true
|
|
5478
5482
|
},
|
|
5483
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5479
5484
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5485
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
5480
5486
|
"studio.tokens": {
|
|
5481
5487
|
"originalType": "fontSizes"
|
|
5482
5488
|
}
|
|
@@ -5491,7 +5497,9 @@
|
|
|
5491
5497
|
"syntax": "<length>",
|
|
5492
5498
|
"inherits": true
|
|
5493
5499
|
},
|
|
5500
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5494
5501
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5502
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
5495
5503
|
"studio.tokens": {
|
|
5496
5504
|
"originalType": "fontSizes"
|
|
5497
5505
|
}
|
|
@@ -5516,7 +5524,9 @@
|
|
|
5516
5524
|
],
|
|
5517
5525
|
"inherits": true
|
|
5518
5526
|
},
|
|
5527
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5519
5528
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5529
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5520
5530
|
"studio.tokens": {
|
|
5521
5531
|
"originalType": "lineHeights"
|
|
5522
5532
|
}
|
|
@@ -5534,7 +5544,9 @@
|
|
|
5534
5544
|
],
|
|
5535
5545
|
"inherits": true
|
|
5536
5546
|
},
|
|
5547
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5537
5548
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5549
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5538
5550
|
"studio.tokens": {
|
|
5539
5551
|
"originalType": "lineHeights"
|
|
5540
5552
|
}
|
|
@@ -29890,7 +29902,7 @@
|
|
|
29890
29902
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29891
29903
|
},
|
|
29892
29904
|
"type": "color",
|
|
29893
|
-
"value": "hsl(0 0%
|
|
29905
|
+
"value": "hsl(0 0% 100%)",
|
|
29894
29906
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29895
29907
|
"isSource": true,
|
|
29896
29908
|
"original": {
|
|
@@ -29902,7 +29914,7 @@
|
|
|
29902
29914
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29903
29915
|
},
|
|
29904
29916
|
"type": "color",
|
|
29905
|
-
"value": "{utrecht.color.
|
|
29917
|
+
"value": "{utrecht.color.white}"
|
|
29906
29918
|
},
|
|
29907
29919
|
"name": "utrechtRootBackgroundColor",
|
|
29908
29920
|
"attributes": {},
|
|
@@ -29921,7 +29933,7 @@
|
|
|
29921
29933
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29922
29934
|
},
|
|
29923
29935
|
"type": "color",
|
|
29924
|
-
"value": "hsl(0 0%
|
|
29936
|
+
"value": "hsl(0 0% 0%)",
|
|
29925
29937
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29926
29938
|
"isSource": true,
|
|
29927
29939
|
"original": {
|
|
@@ -29933,7 +29945,7 @@
|
|
|
29933
29945
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29934
29946
|
},
|
|
29935
29947
|
"type": "color",
|
|
29936
|
-
"value": "{utrecht.color.
|
|
29948
|
+
"value": "{utrecht.color.black}"
|
|
29937
29949
|
},
|
|
29938
29950
|
"name": "utrechtRootColor",
|
|
29939
29951
|
"attributes": {},
|
|
@@ -29943,6 +29955,154 @@
|
|
|
29943
29955
|
"color"
|
|
29944
29956
|
]
|
|
29945
29957
|
},
|
|
29958
|
+
{
|
|
29959
|
+
"$extensions": {
|
|
29960
|
+
"nl.nldesignsystem.css.property": {
|
|
29961
|
+
"syntax": "*",
|
|
29962
|
+
"inherits": true
|
|
29963
|
+
},
|
|
29964
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
29965
|
+
"studio.tokens": {
|
|
29966
|
+
"originalType": "fontFamilies"
|
|
29967
|
+
}
|
|
29968
|
+
},
|
|
29969
|
+
"type": "fontFamily",
|
|
29970
|
+
"value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
29971
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29972
|
+
"isSource": true,
|
|
29973
|
+
"original": {
|
|
29974
|
+
"$extensions": {
|
|
29975
|
+
"nl.nldesignsystem.css.property": {
|
|
29976
|
+
"syntax": "*",
|
|
29977
|
+
"inherits": true
|
|
29978
|
+
},
|
|
29979
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
29980
|
+
"studio.tokens": {
|
|
29981
|
+
"originalType": "fontFamilies"
|
|
29982
|
+
}
|
|
29983
|
+
},
|
|
29984
|
+
"type": "fontFamily",
|
|
29985
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
29986
|
+
},
|
|
29987
|
+
"name": "utrechtRootFontFamily",
|
|
29988
|
+
"attributes": {},
|
|
29989
|
+
"path": [
|
|
29990
|
+
"utrecht",
|
|
29991
|
+
"root",
|
|
29992
|
+
"font-family"
|
|
29993
|
+
]
|
|
29994
|
+
},
|
|
29995
|
+
{
|
|
29996
|
+
"$extensions": {
|
|
29997
|
+
"nl.nldesignsystem.css.property": {
|
|
29998
|
+
"syntax": "<length>",
|
|
29999
|
+
"inherits": true
|
|
30000
|
+
},
|
|
30001
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30002
|
+
"studio.tokens": {
|
|
30003
|
+
"originalType": "fontSizes"
|
|
30004
|
+
}
|
|
30005
|
+
},
|
|
30006
|
+
"type": "fontSize",
|
|
30007
|
+
"value": "1rem",
|
|
30008
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30009
|
+
"isSource": true,
|
|
30010
|
+
"original": {
|
|
30011
|
+
"$extensions": {
|
|
30012
|
+
"nl.nldesignsystem.css.property": {
|
|
30013
|
+
"syntax": "<length>",
|
|
30014
|
+
"inherits": true
|
|
30015
|
+
},
|
|
30016
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30017
|
+
"studio.tokens": {
|
|
30018
|
+
"originalType": "fontSizes"
|
|
30019
|
+
}
|
|
30020
|
+
},
|
|
30021
|
+
"type": "fontSize",
|
|
30022
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
30023
|
+
},
|
|
30024
|
+
"name": "utrechtRootFontSize",
|
|
30025
|
+
"attributes": {},
|
|
30026
|
+
"path": [
|
|
30027
|
+
"utrecht",
|
|
30028
|
+
"root",
|
|
30029
|
+
"font-size"
|
|
30030
|
+
]
|
|
30031
|
+
},
|
|
30032
|
+
{
|
|
30033
|
+
"$extensions": {
|
|
30034
|
+
"nl.nldesignsystem.css.property": {
|
|
30035
|
+
"syntax": "<number>",
|
|
30036
|
+
"inherits": true
|
|
30037
|
+
},
|
|
30038
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30039
|
+
},
|
|
30040
|
+
"type": "other",
|
|
30041
|
+
"value": "0.54",
|
|
30042
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30043
|
+
"isSource": true,
|
|
30044
|
+
"original": {
|
|
30045
|
+
"$extensions": {
|
|
30046
|
+
"nl.nldesignsystem.css.property": {
|
|
30047
|
+
"syntax": "<number>",
|
|
30048
|
+
"inherits": true
|
|
30049
|
+
},
|
|
30050
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30051
|
+
},
|
|
30052
|
+
"type": "other",
|
|
30053
|
+
"value": "0.54"
|
|
30054
|
+
},
|
|
30055
|
+
"name": "utrechtRootFontSizeAdjust",
|
|
30056
|
+
"attributes": {},
|
|
30057
|
+
"path": [
|
|
30058
|
+
"utrecht",
|
|
30059
|
+
"root",
|
|
30060
|
+
"font-size-adjust"
|
|
30061
|
+
]
|
|
30062
|
+
},
|
|
30063
|
+
{
|
|
30064
|
+
"$extensions": {
|
|
30065
|
+
"nl.nldesignsystem.css.property": {
|
|
30066
|
+
"syntax": [
|
|
30067
|
+
"<length>",
|
|
30068
|
+
"<number>"
|
|
30069
|
+
],
|
|
30070
|
+
"inherits": true
|
|
30071
|
+
},
|
|
30072
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30073
|
+
"studio.tokens": {
|
|
30074
|
+
"originalType": "lineHeights"
|
|
30075
|
+
}
|
|
30076
|
+
},
|
|
30077
|
+
"type": "lineHeight",
|
|
30078
|
+
"value": "1.4",
|
|
30079
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30080
|
+
"isSource": true,
|
|
30081
|
+
"original": {
|
|
30082
|
+
"$extensions": {
|
|
30083
|
+
"nl.nldesignsystem.css.property": {
|
|
30084
|
+
"syntax": [
|
|
30085
|
+
"<length>",
|
|
30086
|
+
"<number>"
|
|
30087
|
+
],
|
|
30088
|
+
"inherits": true
|
|
30089
|
+
},
|
|
30090
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30091
|
+
"studio.tokens": {
|
|
30092
|
+
"originalType": "lineHeights"
|
|
30093
|
+
}
|
|
30094
|
+
},
|
|
30095
|
+
"type": "lineHeight",
|
|
30096
|
+
"value": "1.4"
|
|
30097
|
+
},
|
|
30098
|
+
"name": "utrechtRootLineHeight",
|
|
30099
|
+
"attributes": {},
|
|
30100
|
+
"path": [
|
|
30101
|
+
"utrecht",
|
|
30102
|
+
"root",
|
|
30103
|
+
"line-height"
|
|
30104
|
+
]
|
|
30105
|
+
},
|
|
29946
30106
|
{
|
|
29947
30107
|
"$extensions": {
|
|
29948
30108
|
"nl.nldesignsystem.css.property": {
|
package/dist/dark/list.mjs
CHANGED
|
@@ -5439,7 +5439,9 @@ export default [
|
|
|
5439
5439
|
"syntax": "*",
|
|
5440
5440
|
"inherits": true
|
|
5441
5441
|
},
|
|
5442
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5442
5443
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5444
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5443
5445
|
"studio.tokens": {
|
|
5444
5446
|
"originalType": "fontFamilies"
|
|
5445
5447
|
}
|
|
@@ -5454,7 +5456,9 @@ export default [
|
|
|
5454
5456
|
"syntax": "*",
|
|
5455
5457
|
"inherits": true
|
|
5456
5458
|
},
|
|
5459
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5457
5460
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5461
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5458
5462
|
"studio.tokens": {
|
|
5459
5463
|
"originalType": "fontFamilies"
|
|
5460
5464
|
}
|
|
@@ -5476,7 +5480,9 @@ export default [
|
|
|
5476
5480
|
"syntax": "<length>",
|
|
5477
5481
|
"inherits": true
|
|
5478
5482
|
},
|
|
5483
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5479
5484
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5485
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
5480
5486
|
"studio.tokens": {
|
|
5481
5487
|
"originalType": "fontSizes"
|
|
5482
5488
|
}
|
|
@@ -5491,7 +5497,9 @@ export default [
|
|
|
5491
5497
|
"syntax": "<length>",
|
|
5492
5498
|
"inherits": true
|
|
5493
5499
|
},
|
|
5500
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5494
5501
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5502
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-size",
|
|
5495
5503
|
"studio.tokens": {
|
|
5496
5504
|
"originalType": "fontSizes"
|
|
5497
5505
|
}
|
|
@@ -5516,7 +5524,9 @@ export default [
|
|
|
5516
5524
|
],
|
|
5517
5525
|
"inherits": true
|
|
5518
5526
|
},
|
|
5527
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5519
5528
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5529
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5520
5530
|
"studio.tokens": {
|
|
5521
5531
|
"originalType": "lineHeights"
|
|
5522
5532
|
}
|
|
@@ -5534,7 +5544,9 @@ export default [
|
|
|
5534
5544
|
],
|
|
5535
5545
|
"inherits": true
|
|
5536
5546
|
},
|
|
5547
|
+
"nl.nldesignsystem.deprecated": true,
|
|
5537
5548
|
"nl.nldesignsystem.figma.supports-token": true,
|
|
5549
|
+
"nl.nldesignsystem.redirect": "utrecht.root.font-family",
|
|
5538
5550
|
"studio.tokens": {
|
|
5539
5551
|
"originalType": "lineHeights"
|
|
5540
5552
|
}
|
|
@@ -29890,7 +29902,7 @@ export default [
|
|
|
29890
29902
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29891
29903
|
},
|
|
29892
29904
|
"type": "color",
|
|
29893
|
-
"value": "hsl(0 0%
|
|
29905
|
+
"value": "hsl(0 0% 100%)",
|
|
29894
29906
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29895
29907
|
"isSource": true,
|
|
29896
29908
|
"original": {
|
|
@@ -29902,7 +29914,7 @@ export default [
|
|
|
29902
29914
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29903
29915
|
},
|
|
29904
29916
|
"type": "color",
|
|
29905
|
-
"value": "{utrecht.color.
|
|
29917
|
+
"value": "{utrecht.color.white}"
|
|
29906
29918
|
},
|
|
29907
29919
|
"name": "utrechtRootBackgroundColor",
|
|
29908
29920
|
"attributes": {},
|
|
@@ -29921,7 +29933,7 @@ export default [
|
|
|
29921
29933
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29922
29934
|
},
|
|
29923
29935
|
"type": "color",
|
|
29924
|
-
"value": "hsl(0 0%
|
|
29936
|
+
"value": "hsl(0 0% 0%)",
|
|
29925
29937
|
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29926
29938
|
"isSource": true,
|
|
29927
29939
|
"original": {
|
|
@@ -29933,7 +29945,7 @@ export default [
|
|
|
29933
29945
|
"nl.nldesignsystem.figma.supports-token": false
|
|
29934
29946
|
},
|
|
29935
29947
|
"type": "color",
|
|
29936
|
-
"value": "{utrecht.color.
|
|
29948
|
+
"value": "{utrecht.color.black}"
|
|
29937
29949
|
},
|
|
29938
29950
|
"name": "utrechtRootColor",
|
|
29939
29951
|
"attributes": {},
|
|
@@ -29943,6 +29955,154 @@ export default [
|
|
|
29943
29955
|
"color"
|
|
29944
29956
|
]
|
|
29945
29957
|
},
|
|
29958
|
+
{
|
|
29959
|
+
"$extensions": {
|
|
29960
|
+
"nl.nldesignsystem.css.property": {
|
|
29961
|
+
"syntax": "*",
|
|
29962
|
+
"inherits": true
|
|
29963
|
+
},
|
|
29964
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
29965
|
+
"studio.tokens": {
|
|
29966
|
+
"originalType": "fontFamilies"
|
|
29967
|
+
}
|
|
29968
|
+
},
|
|
29969
|
+
"type": "fontFamily",
|
|
29970
|
+
"value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
29971
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
29972
|
+
"isSource": true,
|
|
29973
|
+
"original": {
|
|
29974
|
+
"$extensions": {
|
|
29975
|
+
"nl.nldesignsystem.css.property": {
|
|
29976
|
+
"syntax": "*",
|
|
29977
|
+
"inherits": true
|
|
29978
|
+
},
|
|
29979
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
29980
|
+
"studio.tokens": {
|
|
29981
|
+
"originalType": "fontFamilies"
|
|
29982
|
+
}
|
|
29983
|
+
},
|
|
29984
|
+
"type": "fontFamily",
|
|
29985
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
29986
|
+
},
|
|
29987
|
+
"name": "utrechtRootFontFamily",
|
|
29988
|
+
"attributes": {},
|
|
29989
|
+
"path": [
|
|
29990
|
+
"utrecht",
|
|
29991
|
+
"root",
|
|
29992
|
+
"font-family"
|
|
29993
|
+
]
|
|
29994
|
+
},
|
|
29995
|
+
{
|
|
29996
|
+
"$extensions": {
|
|
29997
|
+
"nl.nldesignsystem.css.property": {
|
|
29998
|
+
"syntax": "<length>",
|
|
29999
|
+
"inherits": true
|
|
30000
|
+
},
|
|
30001
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30002
|
+
"studio.tokens": {
|
|
30003
|
+
"originalType": "fontSizes"
|
|
30004
|
+
}
|
|
30005
|
+
},
|
|
30006
|
+
"type": "fontSize",
|
|
30007
|
+
"value": "1rem",
|
|
30008
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30009
|
+
"isSource": true,
|
|
30010
|
+
"original": {
|
|
30011
|
+
"$extensions": {
|
|
30012
|
+
"nl.nldesignsystem.css.property": {
|
|
30013
|
+
"syntax": "<length>",
|
|
30014
|
+
"inherits": true
|
|
30015
|
+
},
|
|
30016
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30017
|
+
"studio.tokens": {
|
|
30018
|
+
"originalType": "fontSizes"
|
|
30019
|
+
}
|
|
30020
|
+
},
|
|
30021
|
+
"type": "fontSize",
|
|
30022
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
30023
|
+
},
|
|
30024
|
+
"name": "utrechtRootFontSize",
|
|
30025
|
+
"attributes": {},
|
|
30026
|
+
"path": [
|
|
30027
|
+
"utrecht",
|
|
30028
|
+
"root",
|
|
30029
|
+
"font-size"
|
|
30030
|
+
]
|
|
30031
|
+
},
|
|
30032
|
+
{
|
|
30033
|
+
"$extensions": {
|
|
30034
|
+
"nl.nldesignsystem.css.property": {
|
|
30035
|
+
"syntax": "<number>",
|
|
30036
|
+
"inherits": true
|
|
30037
|
+
},
|
|
30038
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30039
|
+
},
|
|
30040
|
+
"type": "other",
|
|
30041
|
+
"value": "0.54",
|
|
30042
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30043
|
+
"isSource": true,
|
|
30044
|
+
"original": {
|
|
30045
|
+
"$extensions": {
|
|
30046
|
+
"nl.nldesignsystem.css.property": {
|
|
30047
|
+
"syntax": "<number>",
|
|
30048
|
+
"inherits": true
|
|
30049
|
+
},
|
|
30050
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
30051
|
+
},
|
|
30052
|
+
"type": "other",
|
|
30053
|
+
"value": "0.54"
|
|
30054
|
+
},
|
|
30055
|
+
"name": "utrechtRootFontSizeAdjust",
|
|
30056
|
+
"attributes": {},
|
|
30057
|
+
"path": [
|
|
30058
|
+
"utrecht",
|
|
30059
|
+
"root",
|
|
30060
|
+
"font-size-adjust"
|
|
30061
|
+
]
|
|
30062
|
+
},
|
|
30063
|
+
{
|
|
30064
|
+
"$extensions": {
|
|
30065
|
+
"nl.nldesignsystem.css.property": {
|
|
30066
|
+
"syntax": [
|
|
30067
|
+
"<length>",
|
|
30068
|
+
"<number>"
|
|
30069
|
+
],
|
|
30070
|
+
"inherits": true
|
|
30071
|
+
},
|
|
30072
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30073
|
+
"studio.tokens": {
|
|
30074
|
+
"originalType": "lineHeights"
|
|
30075
|
+
}
|
|
30076
|
+
},
|
|
30077
|
+
"type": "lineHeight",
|
|
30078
|
+
"value": "1.4",
|
|
30079
|
+
"filePath": "src/component/utrecht/root.tokens.json",
|
|
30080
|
+
"isSource": true,
|
|
30081
|
+
"original": {
|
|
30082
|
+
"$extensions": {
|
|
30083
|
+
"nl.nldesignsystem.css.property": {
|
|
30084
|
+
"syntax": [
|
|
30085
|
+
"<length>",
|
|
30086
|
+
"<number>"
|
|
30087
|
+
],
|
|
30088
|
+
"inherits": true
|
|
30089
|
+
},
|
|
30090
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
30091
|
+
"studio.tokens": {
|
|
30092
|
+
"originalType": "lineHeights"
|
|
30093
|
+
}
|
|
30094
|
+
},
|
|
30095
|
+
"type": "lineHeight",
|
|
30096
|
+
"value": "1.4"
|
|
30097
|
+
},
|
|
30098
|
+
"name": "utrechtRootLineHeight",
|
|
30099
|
+
"attributes": {},
|
|
30100
|
+
"path": [
|
|
30101
|
+
"utrecht",
|
|
30102
|
+
"root",
|
|
30103
|
+
"line-height"
|
|
30104
|
+
]
|
|
30105
|
+
},
|
|
29946
30106
|
{
|
|
29947
30107
|
"$extensions": {
|
|
29948
30108
|
"nl.nldesignsystem.css.property": {
|
package/dist/dark/property.css
CHANGED
|
@@ -657,6 +657,9 @@
|
|
|
657
657
|
@property --utrecht-rich-text-stranger-margin-block-end { syntax: '<length>'; inherits: true; }
|
|
658
658
|
@property --utrecht-root-background-color { syntax: '<color>'; inherits: true; }
|
|
659
659
|
@property --utrecht-root-color { syntax: '<color>'; inherits: true; }
|
|
660
|
+
@property --utrecht-root-font-size { syntax: '<length>'; inherits: true; }
|
|
661
|
+
@property --utrecht-root-font-size-adjust { syntax: '<number>'; inherits: true; }
|
|
662
|
+
@property --utrecht-root-line-height { syntax: '<length> | <number>'; inherits: true; }
|
|
660
663
|
@property --utrecht-search-bar-button-background-color { syntax: '<color>'; inherits: true; }
|
|
661
664
|
@property --utrecht-search-bar-button-border-color { syntax: '<length>'; inherits: true; }
|
|
662
665
|
@property --utrecht-search-bar-button-color { syntax: '<color>'; inherits: true; }
|
package/dist/dark/root.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);
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
--utrecht-search-bar-input-background-position-x: .5em;
|
|
136
136
|
--utrecht-search-bar-button-hover-scale: 1;
|
|
137
137
|
--utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
|
|
138
|
+
--utrecht-root-line-height: 1.4;
|
|
139
|
+
--utrecht-root-font-size-adjust: 0.54;
|
|
138
140
|
--utrecht-rich-text-confidant-margin-block-end: 0;
|
|
139
141
|
--utrecht-radio-button-border-radius: 0;
|
|
140
142
|
--utrecht-radio-button-invalid-border-width: 2px;
|
|
@@ -612,8 +614,10 @@
|
|
|
612
614
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
613
615
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
614
616
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
615
|
-
--utrecht-root-
|
|
616
|
-
--utrecht-root-
|
|
617
|
+
--utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
618
|
+
--utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
619
|
+
--utrecht-root-color: var(--utrecht-color-black);
|
|
620
|
+
--utrecht-root-background-color: var(--utrecht-color-white);
|
|
617
621
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
618
622
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
|
|
619
623
|
--utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
|
package/dist/dark/theme.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);
|