From 1cfa6a17efb23291ce7e91502759c07a9a22ded9 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 5 Oct 2021 19:06:23 -0700 Subject: [PATCH] feat(new tokens): add new tokens to support type ramp updates #58 --- src/text.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/text.json b/src/text.json index 4c052be..005cb42 100644 --- a/src/text.json +++ b/src/text.json @@ -141,7 +141,7 @@ }, "800": { "weight": { - "value": "{font.weight.300.value}", + "value": "{font.weight.500.value}", "public": true, "deprecated": false }, @@ -220,7 +220,7 @@ }, "700": { "weight": { - "value": "{font.weight.300.value}", + "value": "{font.weight.500.value}", "public": true, "deprecated": false }, @@ -298,6 +298,11 @@ } }, "600": { + "weight": { + "value": "{font.weight.300.value}", + "public": true, + "deprecated": false + }, "px": { "breakpoint": { "sm": { @@ -372,6 +377,11 @@ } }, "500": { + "weight": { + "value": "{font.weight.300.value}", + "public": true, + "deprecated": false + }, "px": { "breakpoint": { "sm": { @@ -446,6 +456,11 @@ } }, "400": { + "weight": { + "value": "{font.weight.300.value}", + "public": true, + "deprecated": false + }, "px": { "value": "{size.font.scale.base.120.px.value}", "public": true, @@ -468,6 +483,11 @@ } }, "300": { + "weight": { + "value": "{font.weight.300.value}", + "public": true, + "deprecated": false + }, "px": { "value": "{size.font.scale.base.110.px.value}", "public": true,