From 1f7853bae73ed7a172676d06aa55cef768705608 Mon Sep 17 00:00:00 2001 From: Yayo Date: Mon, 18 Mar 2024 17:36:38 +0100 Subject: [PATCH] remove skin --- .github/workflows/schema-validator.yml | 10 - tokens/movistar-legacy.json | 2080 ------------------------ 2 files changed, 2090 deletions(-) delete mode 100644 tokens/movistar-legacy.json diff --git a/.github/workflows/schema-validator.yml b/.github/workflows/schema-validator.yml index e3fdd0ef80..30c1459366 100644 --- a/.github/workflows/schema-validator.yml +++ b/.github/workflows/schema-validator.yml @@ -19,16 +19,6 @@ jobs: file: "tokens/movistar.json" schema: "tokens/schema/skin-schema.json" - Movistar-legacy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Validate action.yml against a remote schema - uses: cardinalby/schema-validator-action@v1 - with: - file: "tokens/movistar-legacy.json" - schema: "tokens/schema/skin-schema.json" - O2: runs-on: ubuntu-latest steps: diff --git a/tokens/movistar-legacy.json b/tokens/movistar-legacy.json deleted file mode 100644 index 30b6feb572..0000000000 --- a/tokens/movistar-legacy.json +++ /dev/null @@ -1,2080 +0,0 @@ -{ - "light": { - "background": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "backgroundAlternative": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "backgroundBrand": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "backgroundBrandSecondary": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "backgroundContainer": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "backgroundContainerHover": { - "value": "rgba({palette.darkModeBlack}, 0.03)", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundContainerPressed": { - "value": "rgba({palette.darkModeBlack}, 0.05)", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundContainerBrand": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "backgroundContainerBrandHover": { - "value": "rgba({palette.darkModeBlack}, 0.1)", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundContainerBrandPressed": { - "value": "rgba({palette.darkModeBlack}, 0.2)", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundContainerBrandOverInverse": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "backgroundContainerAlternative": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "backgroundOverlay": { - "value": "rgba({palette.grey6}, 0.6)", - "type": "color", - "description": "grey6" - }, - "backgroundSkeleton": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "backgroundSkeletonInverse": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "backgroundBrandTop": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "backgroundBrandBottom": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "appBarBackground": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "navigationBarBackground": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "skeletonWave": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "borderLow": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "border": { - "value": "{palette.grey3}", - "type": "color", - "description": "grey3" - }, - "borderHigh": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "borderSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "coverBackgroundHover": { - "value": "rgba({palette.darkModeBlack}, 0.25)", - "type": "color", - "description": "darkModeBlack" - }, - "coverBackgroundPressed": { - "value": "rgba({palette.darkModeBlack}, 0.35)", - "type": "color", - "description": "darkModeBlack" - }, - "buttonDangerBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "buttonDangerBackgroundSelected": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonDangerBackgroundHover": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonLinkDangerBackgroundSelected": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - }, - "buttonLinkDangerBackgroundInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonLinkDangerBackgroundInverseSelected": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - }, - "buttonLinkBackgroundSelected": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "buttonLinkBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.2)", - "type": "color", - "description": "white" - }, - "buttonPrimaryBackground": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonPrimaryBackgroundInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonPrimaryBackgroundSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundHover": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundInverseSelected": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "buttonSecondaryBorder": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonSecondaryBorderSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonSecondaryBackgroundHover": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "buttonSecondaryBackgroundSelected": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "buttonSecondaryBorderInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorderInverseSelected": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBackgroundInverseHover": { - "value": "rgba({palette.white}, 0.2)", - "type": "color", - "description": "white" - }, - "buttonSecondaryBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.2)", - "type": "color", - "description": "white" - }, - "textButtonPrimary": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textButtonPrimaryInverse": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonPrimaryInverseSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonSecondary": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonSecondarySelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "textButtonSecondaryInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textButtonSecondaryInverseSelected": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textLink": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textLinkInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textLinkDanger": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "textLinkSnackbar": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "control": { - "value": "{palette.grey3}", - "type": "color", - "description": "grey3" - }, - "controlActivated": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "controlInverse": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "controlActivatedInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "controlError": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "barTrack": { - "value": "{palette.grey3}", - "type": "color", - "description": "grey3" - }, - "loadingBar": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "loadingBarBackground": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "toggleAndroidInactive": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "toggleAndroidBackgroundActive": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "iosControlKnob": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "divider": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "dividerInverse": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "navigationBarDivider": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "badge": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "feedbackErrorBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "feedbackInfoBackground": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "brand": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "brandHigh": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "inverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "neutralHigh": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "neutralMedium": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralMediumInverse": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralLow": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "neutralLowAlternative": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textPrimary": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "textPrimaryInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textSecondary": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "textSecondaryInverse": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "success": { - "value": "{palette.movistarGreen}", - "type": "color", - "description": "movistarGreen" - }, - "warning": { - "value": "{palette.egg}", - "type": "color", - "description": "egg" - }, - "error": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "promo": { - "value": "{palette.purple}", - "type": "color", - "description": "purple" - }, - "highlight": { - "value": "{palette.pink}", - "type": "color", - "description": "pink" - }, - "successLow": { - "value": "{palette.movistarGreen10}", - "type": "color", - "description": "movistarGreen10" - }, - "warningLow": { - "value": "{palette.egg10}", - "type": "color", - "description": "egg10" - }, - "errorLow": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - }, - "promoLow": { - "value": "{palette.purple10}", - "type": "color", - "description": "purple10" - }, - "brandLow": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "successHigh": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "warningHigh": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "errorHigh": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "promoHigh": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "successHighInverse": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "warningHighInverse": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "errorHighInverse": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "promoHighInverse": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "textNavigationBarPrimary": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textNavigationBarSecondary": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "textNavigationSearchBarHint": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "textNavigationSearchBarText": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textAppBar": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "textAppBarSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "customTabsBackground": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "tagTextPromo": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "tagTextActive": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "tagTextInactive": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "tagTextSuccess": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "tagTextWarning": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "tagTextError": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "tagBackgroundPromo": { - "value": "{palette.purple10}", - "type": "color", - "description": "purple10" - }, - "tagBackgroundActive": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "tagBackgroundInactive": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "tagBackgroundSuccess": { - "value": "{palette.movistarGreen10}", - "type": "color", - "description": "movistarGreen10" - }, - "tagBackgroundWarning": { - "value": "{palette.egg10}", - "type": "color", - "description": "egg10" - }, - "tagBackgroundError": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - } - }, - "dark": { - "background": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundAlternative": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundBrand": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundBrandSecondary": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundContainer": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "backgroundContainerHover": { - "value": "rgba({palette.white}, 0.03)", - "type": "color", - "description": "white" - }, - "backgroundContainerPressed": { - "value": "rgba({palette.white}, 0.05)", - "type": "color", - "description": "white" - }, - "backgroundContainerBrand": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "backgroundContainerBrandHover": { - "value": "rgba({palette.white}, 0.03)", - "type": "color", - "description": "white" - }, - "backgroundContainerBrandPressed": { - "value": "rgba({palette.white}, 0.05)", - "type": "color", - "description": "white" - }, - "backgroundContainerBrandOverInverse": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "backgroundContainerAlternative": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "backgroundOverlay": { - "value": "rgba({palette.darkModeGrey}, 0.8)", - "type": "color", - "description": "darkModeGrey" - }, - "backgroundSkeleton": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "backgroundSkeletonInverse": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "backgroundBrandTop": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "backgroundBrandBottom": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "appBarBackground": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "navigationBarBackground": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "skeletonWave": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "borderLow": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "border": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "borderHigh": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "borderSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "coverBackgroundHover": { - "value": "rgba({palette.darkModeBlack}, 0.25)", - "type": "color", - "description": "darkModeBlack" - }, - "coverBackgroundPressed": { - "value": "rgba({palette.darkModeBlack}, 0.35)", - "type": "color", - "description": "darkModeBlack" - }, - "buttonDangerBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "buttonDangerBackgroundSelected": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonDangerBackgroundHover": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonLinkDangerBackgroundSelected": { - "value": "rgba({palette.white}, 0.08)", - "type": "color", - "description": "white" - }, - "buttonLinkDangerBackgroundInverse": { - "value": "rgba({palette.white}, 0.01)", - "type": "color", - "description": "white" - }, - "buttonLinkDangerBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.08)", - "type": "color", - "description": "white" - }, - "buttonLinkBackgroundSelected": { - "value": "rgba({palette.white}, 0.08)", - "type": "color", - "description": "white" - }, - "buttonLinkBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.08)", - "type": "color", - "description": "white" - }, - "buttonPrimaryBackground": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonPrimaryBackgroundInverse": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonPrimaryBackgroundSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundHover": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundInverseSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonSecondaryBackgroundHover": { - "value": "rgba({palette.white}, 0.15)", - "type": "color", - "description": "white" - }, - "buttonSecondaryBackgroundSelected": { - "value": "rgba({palette.white}, 0.15)", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorder": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorderSelected": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorderInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorderInverseSelected": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBackgroundInverseHover": { - "value": "rgba({palette.white}, 0.15)", - "type": "color", - "description": "white" - }, - "buttonSecondaryBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.15)", - "type": "color", - "description": "white" - }, - "textButtonPrimary": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonPrimaryInverse": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonPrimaryInverseSelected": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonSecondary": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonSecondarySelected": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonSecondaryInverse": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textButtonSecondaryInverseSelected": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textLink": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textLinkInverse": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textLinkDanger": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "textLinkSnackbar": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "control": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "controlActivated": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "controlInverse": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "controlActivatedInverse": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "controlError": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "barTrack": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "loadingBar": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "loadingBarBackground": { - "value": "{palette.darkModeGrey}", - "type": "color", - "description": "darkModeGrey" - }, - "toggleAndroidInactive": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "toggleAndroidBackgroundActive": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "iosControlKnob": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "divider": { - "value": "rgba({palette.white}, 0.05)", - "type": "color", - "description": "white" - }, - "dividerInverse": { - "value": "rgba({palette.white}, 0.05)", - "type": "color", - "description": "white" - }, - "navigationBarDivider": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "badge": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "feedbackErrorBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "feedbackInfoBackground": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "brand": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "brandHigh": { - "value": "rgba({palette.white}, 0.05)", - "type": "color", - "description": "white" - }, - "inverse": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "neutralHigh": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "neutralMedium": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralMediumInverse": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "neutralLowAlternative": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "textPrimary": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textPrimaryInverse": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textSecondary": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "textSecondaryInverse": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "success": { - "value": "{palette.movistarGreen}", - "type": "color", - "description": "movistarGreen" - }, - "warning": { - "value": "{palette.egg}", - "type": "color", - "description": "egg" - }, - "error": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "promo": { - "value": "{palette.purple}", - "type": "color", - "description": "purple" - }, - "highlight": { - "value": "{palette.pink}", - "type": "color", - "description": "pink" - }, - "successLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "warningLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "errorLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "promoLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "brandLow": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "successHigh": { - "value": "{palette.movistarGreen40}", - "type": "color", - "description": "movistarGreen40" - }, - "warningHigh": { - "value": "{palette.egg40}", - "type": "color", - "description": "egg40" - }, - "errorHigh": { - "value": "{palette.pepper40}", - "type": "color", - "description": "pepper40" - }, - "promoHigh": { - "value": "{palette.purple40}", - "type": "color", - "description": "purple40" - }, - "successHighInverse": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "warningHighInverse": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "errorHighInverse": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "promoHighInverse": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "textNavigationBarPrimary": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textNavigationBarSecondary": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "textNavigationSearchBarHint": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "textNavigationSearchBarText": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textAppBar": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "textAppBarSelected": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "customTabsBackground": { - "value": "{palette.darkModeBlack}", - "type": "color", - "description": "darkModeBlack" - }, - "tagTextPromo": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "tagTextActive": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "tagTextInactive": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "tagTextSuccess": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "tagTextWarning": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "tagTextError": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "tagBackgroundPromo": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundActive": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundInactive": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundSuccess": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundWarning": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundError": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - } - }, - "prominent": { - "background": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "backgroundAlternative": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "backgroundBrand": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "backgroundContainer": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "backgroundOverlay": { - "value": "rgba({palette.grey6}, 0.6)", - "type": "color", - "description": "grey6" - }, - "backgroundSkeleton": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "backgroundSkeletonInverse": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "backgroundBrandTop": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "backgroundBrandBottom": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "appBarBackground": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "navigationBarBackground": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "skeletonWave": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "borderLow": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "border": { - "value": "{palette.grey3}", - "type": "color", - "description": "grey3" - }, - "borderHigh": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "borderSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonDangerBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "buttonDangerBackgroundSelected": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonDangerBackgroundHover": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "buttonLinkBackgroundSelected": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "buttonLinkBackgroundInverseSelected": { - "value": "rgba({palette.white}, 0.2)", - "type": "color", - "description": "white" - }, - "buttonPrimaryBackground": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "buttonPrimaryBackgroundInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonPrimaryBackgroundSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundHover": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonPrimaryBackgroundInverseSelected": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "buttonSecondaryBackgroundHover": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "buttonSecondaryBackgroundSelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "buttonSecondaryBorderInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "buttonSecondaryBorderInverseSelected": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "textButtonPrimary": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textButtonPrimaryInverse": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonPrimaryInverseSelected": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonSecondary": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textButtonSecondarySelected": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "textButtonSecondaryInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textButtonSecondaryInverseSelected": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textLink": { - "value": "{palette.movistarBlue}", - "type": "color", - "description": "movistarBlue" - }, - "textLinkInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textLinkDanger": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "textLinkSnackbar": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "control": { - "value": "{palette.grey3}", - "type": "color", - "description": "grey3" - }, - "controlActivated": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "controlInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "controlActivatedInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "controlError": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "loadingBar": { - "value": "{palette.movistarBlue30}", - "type": "color", - "description": "movistarBlue30" - }, - "loadingBarBackground": { - "value": "{palette.movistarBlue55}", - "type": "color", - "description": "movistarBlue55" - }, - "toggleAndroidInactive": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "toggleAndroidBackgroundActive": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "iosControlKnob": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "divider": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "dividerInverse": { - "value": "{palette.movistarProminentBlueDark}", - "type": "color", - "description": "movistarProminentBlueDark" - }, - "navigationBarDivider": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "badge": { - "value": "{palette.pepper55}", - "type": "color", - "description": "pepper55" - }, - "feedbackErrorBackground": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "feedbackInfoBackground": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "brand": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "brandHigh": { - "value": "{palette.movistarProminentBlueDark}", - "type": "color", - "description": "movistarProminentBlueDark" - }, - "inverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "neutralHigh": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "neutralMedium": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralMediumInverse": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "neutralLow": { - "value": "{palette.grey1}", - "type": "color", - "description": "grey1" - }, - "neutralLowAlternative": { - "value": "{palette.grey2}", - "type": "color", - "description": "grey2" - }, - "textPrimary": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "textPrimaryInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textSecondary": { - "value": "{palette.grey5}", - "type": "color", - "description": "grey5" - }, - "textSecondaryInverse": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "success": { - "value": "{palette.movistarGreen}", - "type": "color", - "description": "movistarGreen" - }, - "warning": { - "value": "{palette.egg}", - "type": "color", - "description": "egg" - }, - "error": { - "value": "{palette.pepper}", - "type": "color", - "description": "pepper" - }, - "promo": { - "value": "{palette.purple}", - "type": "color", - "description": "purple" - }, - "highlight": { - "value": "{palette.pink}", - "type": "color", - "description": "pink" - }, - "successLow": { - "value": "{palette.movistarGreen10}", - "type": "color", - "description": "movistarGreen10" - }, - "warningLow": { - "value": "{palette.egg10}", - "type": "color", - "description": "egg10" - }, - "errorLow": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - }, - "promoLow": { - "value": "{palette.purple10}", - "type": "color", - "description": "purple10" - }, - "brandLow": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "successHigh": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "warningHigh": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "errorHigh": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "promoHigh": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "successHighInverse": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "warningHighInverse": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "errorHighInverse": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "promoHighInverse": { - "value": "{palette.purple70}", - "type": "color", - "description": "purple70" - }, - "textNavigationBarPrimary": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textNavigationBarSecondary": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "textNavigationSearchBarHint": { - "value": "{palette.movistarBlue20}", - "type": "color", - "description": "movistarBlue20" - }, - "textNavigationSearchBarText": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "textAppBar": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "textAppBarSelected": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "customTabsBackground": { - "value": "{palette.white}", - "type": "color", - "description": "white" - }, - "tagTextPromo": { - "value": "{palette.purple}", - "type": "color", - "description": "purple" - }, - "tagTextActive": { - "value": "{palette.movistarProminentBlue}", - "type": "color", - "description": "movistarProminentBlue" - }, - "tagTextInactive": { - "value": "{palette.grey4}", - "type": "color", - "description": "grey4" - }, - "tagTextSuccess": { - "value": "{palette.movistarGreen70}", - "type": "color", - "description": "movistarGreen70" - }, - "tagTextWarning": { - "value": "{palette.egg80}", - "type": "color", - "description": "egg80" - }, - "tagTextError": { - "value": "{palette.pepper70}", - "type": "color", - "description": "pepper70" - }, - "tagBackgroundPromo": { - "value": "{palette.purple10}", - "type": "color", - "description": "purple10" - }, - "tagBackgroundActive": { - "value": "{palette.movistarBlue10}", - "type": "color", - "description": "movistarBlue10" - }, - "tagBackgroundInactive": { - "value": "{palette.grey6}", - "type": "color", - "description": "grey6" - }, - "tagBackgroundSuccess": { - "value": "{palette.movistarGreen10}", - "type": "color", - "description": "movistarGreen10" - }, - "tagBackgroundWarning": { - "value": "{palette.egg10}", - "type": "color", - "description": "egg10" - }, - "tagBackgroundError": { - "value": "{palette.pepper10}", - "type": "color", - "description": "pepper10" - } - }, - "radius": { - "avatar": { - "value": "circle", - "type": "borderRadius" - }, - "bar": { - "value": "999", - "type": "borderRadius" - }, - "button": { - "value": "4", - "type": "borderRadius" - }, - "checkbox": { - "value": "2", - "type": "borderRadius" - }, - "container": { - "value": "8", - "type": "borderRadius" - }, - "indicator": { - "value": "999", - "type": "borderRadius" - }, - "input": { - "value": "8", - "type": "borderRadius" - }, - "legacyDisplay": { - "value": "16", - "type": "borderRadius" - }, - "popup": { - "value": "8", - "type": "borderRadius" - }, - "sheet": { - "value": "8", - "type": "borderRadius" - }, - "mediaSmall": { - "value": "8", - "type": "borderRadius" - } - }, - "text": { - "weight": { - "cardTitle": { - "value": "bold", - "type": "typography" - }, - "button": { - "value": "medium", - "type": "typography" - }, - "tabsLabel": { - "value": "medium", - "type": "typography" - }, - "link": { - "value": "medium", - "type": "typography" - }, - "title1": { - "value": "medium", - "type": "typography" - }, - "title2": { - "value": "bold", - "type": "typography" - }, - "indicator": { - "value": "medium", - "type": "typography" - }, - "navigationBar": { - "value": "medium", - "type": "typography" - }, - "text5": { - "value": "bold", - "type": "typography" - }, - "text6": { - "value": "bold", - "type": "typography" - }, - "text7": { - "value": "bold", - "type": "typography" - }, - "text8": { - "value": "bold", - "type": "typography" - }, - "text9": { - "value": "bold", - "type": "typography" - }, - "text10": { - "value": "bold", - "type": "typography" - } - }, - "size": { - "tabsLabel": { - "value": { - "mobile": 16, - "desktop": 18 - }, - "type": "typography" - }, - "title2": { - "value": { - "mobile": 20, - "desktop": 28 - }, - "type": "typography" - } - }, - "lineHeight": { - "tabsLabel": { - "value": { - "mobile": 24, - "desktop": 24 - }, - "type": "typography" - }, - "title2": { - "value": { - "mobile": 24, - "desktop": 32 - }, - "type": "typography" - } - } - }, - "global": { - "palette": { - "movistarBlue": { - "value": "#019DF4", - "type": "color" - }, - "movistarBlue10": { - "value": "#E6F5FD", - "type": "color" - }, - "movistarBlue20": { - "value": "#B3E1FB", - "type": "color" - }, - "movistarBlue30": { - "value": "#80CEF9", - "type": "color" - }, - "movistarBlue40": { - "value": "#4DBAF7", - "type": "color" - }, - "movistarBlue55": { - "value": "#008EDD", - "type": "color" - }, - "movistarGreen": { - "value": "#5CB615", - "type": "color" - }, - "movistarGreen10": { - "value": "#EFF8E8", - "type": "color" - }, - "movistarGreen30": { - "value": "#ADDA8A", - "type": "color" - }, - "movistarGreen40": { - "value": "#8DCC5B", - "type": "color" - }, - "movistarGreen60": { - "value": "#499110", - "type": "color" - }, - "movistarGreen70": { - "value": "#407F0F", - "type": "color" - }, - "pepper": { - "value": "#FF374A", - "type": "color" - }, - "pepper10": { - "value": "#FFEBED", - "type": "color" - }, - "pepper40": { - "value": "#FF7380", - "type": "color" - }, - "pepper55": { - "value": "#D73241", - "type": "color" - }, - "pepper70": { - "value": "#B22634", - "type": "color" - }, - "egg": { - "value": "#F28D15", - "type": "color" - }, - "egg10": { - "value": "#FEF4E8", - "type": "color" - }, - "egg40": { - "value": "#F6AF5B", - "type": "color" - }, - "egg80": { - "value": "#6D3F09", - "type": "color" - }, - "pink": { - "value": "#E63780", - "type": "color" - }, - "purple": { - "value": "#A13EA1", - "type": "color" - }, - "purple10": { - "value": "#F6ECF6", - "type": "color" - }, - "purple40": { - "value": "#BD78BD", - "type": "color" - }, - "purple70": { - "value": "#712B71", - "type": "color" - }, - "grey1": { - "value": "#F6F6F6", - "type": "color" - }, - "grey2": { - "value": "#EEEEEE", - "type": "color" - }, - "grey3": { - "value": "#DDDDDD", - "type": "color" - }, - "grey4": { - "value": "#999999", - "type": "color" - }, - "grey5": { - "value": "#86888C", - "type": "color" - }, - "grey6": { - "value": "#313235", - "type": "color" - }, - "white": { - "value": "#FFFFFF", - "type": "color" - }, - "movistarProminentBlue": { - "value": "#0B2739", - "type": "color" - }, - "movistarProminentBlueDark": { - "value": "#081F2D", - "type": "color" - }, - "movistarProminentBlueLight20": { - "value": "#CED3D7", - "type": "color" - }, - "movistarProminentBlueLight50": { - "value": "#85939C", - "type": "color" - }, - "movistarProminentBlueLight70": { - "value": "#546874", - "type": "color" - }, - "darkModeBlack": { - "value": "#191919", - "type": "color" - }, - "darkModeGrey": { - "value": "#242424", - "type": "color" - } - } - } -}