From af804283702a0fd6079a0eb92a0cb073f0306db9 Mon Sep 17 00:00:00 2001 From: Garrett Bear Date: Mon, 3 Oct 2022 15:51:58 -0700 Subject: [PATCH] fix naming --- src/figma/tokens.json | 176 +++++++++++++++++++++--------------------- 1 file changed, 90 insertions(+), 86 deletions(-) diff --git a/src/figma/tokens.json b/src/figma/tokens.json index ead29dbb..1daa9b00 100644 --- a/src/figma/tokens.json +++ b/src/figma/tokens.json @@ -733,93 +733,97 @@ }, "type": "typography" }, - "spacing-0": { - "value": "0", - "type": "spacing" - }, - "spacing-0_25": { - "value": "2", - "type": "spacing" - }, - "spacing-0_5": { - "value": "4", - "type": "spacing" - }, - "spacing-1": { - "value": "8", - "type": "spacing" - }, - "spacing-1_5": { - "value": "12", - "type": "spacing" - }, - "spacing-2": { - "value": "16", - "type": "spacing" - }, - "spacing-3": { - "value": "24", - "type": "spacing" - }, - "spacing-4": { - "value": "32", - "type": "spacing" - }, - "spacing-5": { - "value": "40", - "type": "spacing" - }, - "spacing-6": { - "value": "48", - "type": "spacing" - }, - "spacing-7": { - "value": "56", - "type": "spacing" - }, - "spacing-8": { - "value": "64", - "type": "spacing" - }, - "spacing-9": { - "value": "72", - "type": "spacing" - }, - "spacing-10": { - "value": "80", - "type": "spacing" - }, - "none": { - "value": "0", - "type": "borderRadius" - }, - "xs": { - "value": "2", - "type": "borderRadius" - }, - "sm": { - "value": "4", - "type": "borderRadius" - }, - "md": { - "value": "6", - "type": "borderRadius" - }, - "lg": { - "value": "8", - "type": "borderRadius" - }, - "xl": { - "value": "12", - "type": "borderRadius" - }, - "circle": { - "value": "50%", - "type": "borderRadius" + "spacing": { + "spacing-0": { + "value": "0", + "type": "spacing" + }, + "spacing-0_25": { + "value": "2", + "type": "spacing" + }, + "spacing-0_5": { + "value": "4", + "type": "spacing" + }, + "spacing-1": { + "value": "8", + "type": "spacing" + }, + "spacing-1_5": { + "value": "12", + "type": "spacing" + }, + "spacing-2": { + "value": "16", + "type": "spacing" + }, + "spacing-3": { + "value": "24", + "type": "spacing" + }, + "spacing-4": { + "value": "32", + "type": "spacing" + }, + "spacing-5": { + "value": "40", + "type": "spacing" + }, + "spacing-6": { + "value": "48", + "type": "spacing" + }, + "spacing-7": { + "value": "56", + "type": "spacing" + }, + "spacing-8": { + "value": "64", + "type": "spacing" + }, + "spacing-9": { + "value": "72", + "type": "spacing" + }, + "spacing-10": { + "value": "80", + "type": "spacing" + } }, - "pill": { - "value": "999", - "type": "borderRadius" + "borderRadius": { + "none": { + "value": "0", + "type": "borderRadius" + }, + "xs": { + "value": "2", + "type": "borderRadius" + }, + "sm": { + "value": "4", + "type": "borderRadius" + }, + "md": { + "value": "6", + "type": "borderRadius" + }, + "lg": { + "value": "8", + "type": "borderRadius" + }, + "xl": { + "value": "12", + "type": "borderRadius" + }, + "circle": { + "value": "50%", + "type": "borderRadius" + }, + "pill": { + "value": "999", + "type": "borderRadius" + } } }, "light": {