From 7b96f28b34dd6d94f1471a29ab0aa3322d9f0fc1 Mon Sep 17 00:00:00 2001 From: dana-saur <31242382+dana-saur@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:11:37 +0100 Subject: [PATCH] Added opacity tokens and updated radius number --- tokens.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/tokens.json b/tokens.json index 96b58cf..31a735b 100644 --- a/tokens.json +++ b/tokens.json @@ -943,8 +943,8 @@ } }, "dimension": { - "99": { - "value": "99px", + "999": { + "value": "999px", "type": "dimension" }, "base-8": { @@ -1010,6 +1010,21 @@ "type": "dimension" } } + }, + "opacity": { + "50": { + "value": "0.5", + "type": "opacity", + "description": "Used as a background overlay to mute the background when another layer (e.g. modal, drawer) is opened." + }, + "100": { + "value": "1", + "type": "opacity" + }, + "transparent": { + "value": "0", + "type": "opacity" + } } }, "01 Semantic": { @@ -1537,7 +1552,7 @@ "border": { "radius": { "circle": { - "value": "{dimension.99}", + "value": "{dimension.999}", "type": "borderRadius" }, "xs": {