diff --git a/.github/workflows/tokens-build.yml b/.github/workflows/tokens-build.yml index 24bd534e..83507aea 100644 --- a/.github/workflows/tokens-build.yml +++ b/.github/workflows/tokens-build.yml @@ -42,7 +42,7 @@ jobs: run: | git diff --shortstat figma | wc -l git diff HEAD --name-only figma | wc -l - git git status figma -uall --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l + git status figma -uall --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l echo "FIGMA_FILES_CHANGED=$(git diff HEAD --name-only figma | wc -l)" >> $GITHUB_ENV - name: No changes to `figma` tokens if: ${{ env.FIGMA_FILES_CHANGED == 0 }} diff --git a/packages/tokens/figma/color.json b/packages/tokens/figma/color.json deleted file mode 100644 index ae902c2f..00000000 --- a/packages/tokens/figma/color.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "primaryDarker": { - "$value": "#003e73", - "$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" - } -}