From 7b7b62c17b75e36aa77d07039eca19753bb731d4 Mon Sep 17 00:00:00 2001 From: Tim R Date: Tue, 19 Dec 2023 15:54:04 -0600 Subject: [PATCH] Removing figma to test tokens build still works --- packages/tokens/figma/color.json | 94 -------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 packages/tokens/figma/color.json diff --git a/packages/tokens/figma/color.json b/packages/tokens/figma/color.json deleted file mode 100644 index 67be5b53..00000000 --- a/packages/tokens/figma/color.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "primaryDarker": { - "$value": "#1a4480", - "$type": "color" - }, - "primaryAltLightest": { - "$value": "#e1f3f8", - "$type": "color" - }, - "secondaryLightest": { - "$value": "#f9dede", - "$type": "color" - }, - "white": { - "$value": "#ffffff", - "$type": "color" - }, - "black": { - "$value": "#000000", - "$type": "color" - }, - "gray": { - "$value": "#5b616b", - "$type": "color" - }, - "grayDark": { - "$value": "#323a45", - "$type": "color" - }, - "grayMedium": { - "$value": "#757575", - "$type": "color" - }, - "grayLight": { - "$value": "#aeb0b5", - "$type": "color" - }, - "grayLightAlt": { - "$value": "#eeeeee", - "$type": "color" - }, - "grayLighter": { - "$value": "#d6d7d9", - "$type": "color" - }, - "grayLightest": { - "$value": "#f1f1f1", - "$type": "color" - }, - "grayWarmDark": { - "$value": "#494440", - "$type": "color" - }, - "grayWarmLight": { - "$value": "#e4e2e0", - "$type": "color" - }, - "grayCoolLight": { - "$value": "#dce4ef", - "$type": "color" - }, - "uswdsSystemColorBlueVivid30": { - "$value": "#58b4ff", - "$type": "color" - }, - "uswdsSystemColorBlueVivid60": { - "$value": "#005ea2", - "$type": "color" - }, - "uswdsSystemColorBlueWarmVivid80": { - "$value": "#162e51", - "$type": "color" - }, - "uswdsSystemColorGray30": { - "$value": "#adadad", - "$type": "color" - }, - "uswdsSystemColorGray80": { - "$value": "#2e2e2e", - "$type": "color" - }, - "uswdsSystemColorRedVivid40": { - "$value": "#fb5a47", - "$type": "color" - }, - "uswdsSystemColorRedVivid60": { - "$value": "#b50909", - "$type": "color" - }, - "uswdsSystemColorRedVivid80": { - "$value": "#5c1111", - "$type": "color" - } -}