update design tokens

This commit is contained in:
madrilene 2024-06-03 11:08:23 +02:00
parent 523e810f4e
commit 6b72aead90
4 changed files with 5 additions and 8 deletions

View file

@ -24,7 +24,7 @@
{ {
"name": "L", "name": "L",
"min": 19, "min": 19,
"max": 28 "max": 31
}, },
{ {
"name": "XL", "name": "XL",
@ -54,7 +54,7 @@
{ {
"name": "M - L", "name": "M - L",
"min": 14, "min": 14,
"max": 28 "max": 31
}, },
{ {
"name": "L - XL", "name": "L - XL",

View file

@ -12,7 +12,7 @@
}, },
{ {
"name": "Standard", "name": "Standard",
"value": 1.5 "value": 1.4
} }
] ]
} }

View file

@ -7,17 +7,13 @@
"name": "Regular", "name": "Regular",
"value": 400 "value": 400
}, },
{
"name": "Medium",
"value": 500
},
{ {
"name": "Bold", "name": "Bold",
"value": 700 "value": 700
}, },
{ {
"name": "Extra Bold", "name": "Extra Bold",
"value": 800 "value": 900
} }
] ]
} }

View file

@ -3,6 +3,7 @@
"description": "The min and maximum viewports used to generate fluid type and space scales.", "description": "The min and maximum viewports used to generate fluid type and space scales.",
"min": 320, "min": 320,
"sm": 640, "sm": 640,
"navigation": 730,
"md": 1000, "md": 1000,
"max": 1360 "max": 1360
} }