From b7a261e2d03d1cb30cf97daa09df12a576a9e08a Mon Sep 17 00:00:00 2001 From: lisa <113671732+designerlisa@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:42:15 +0100 Subject: [PATCH] feat(data): add 3 new size token for tile --- data/tokens.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/tokens.json b/data/tokens.json index 880f9a40..aef23188 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -1891,6 +1891,21 @@ "value": "128px", "type": "sizing" }, + "2000": { + "value": "160px", + "type": "sizing", + "description": "Tile" + }, + "2500": { + "value": "200px", + "type": "sizing", + "description": "Tile" + }, + "3000": { + "value": "240px", + "type": "sizing", + "description": "Tile" + }, "010": { "value": "1px", "type": "sizing"