diff --git a/.github/actions/audit-accessibility/main.js b/.github/actions/audit-accessibility/main.js index c47cb57a77..30016ee31a 100644 --- a/.github/actions/audit-accessibility/main.js +++ b/.github/actions/audit-accessibility/main.js @@ -250,7 +250,7 @@ const main = async () => { } const stories = getStories().filter((story) => !STORIES_BLACKLIST.has(story)); - const skins = ['Movistar-new', 'O2', 'Vivo', 'Vivo-evolution', 'Blau']; + const skins = ['Movistar', 'O2', 'Vivo', 'Vivo-evolution', 'Blau']; /** * @type Array<[story: string, skin: string]> diff --git a/.storybook/colors.ts b/.storybook/colors.ts index 8f4c547861..5a460c206e 100644 --- a/.storybook/colors.ts +++ b/.storybook/colors.ts @@ -1,7 +1,6 @@ import {palette as cyberPalette} from '../src/community/skins/cyber-skin'; export const AVAILABLE_SKINS = [ - 'Movistar-new', 'Movistar', 'O2', 'Vivo', @@ -22,13 +21,6 @@ type SkinTheme = {primary: string; textPrimary: string; textPrimaryInverse: stri export const getColors = (skin: Skin): SkinTheme => { switch (skin) { case 'Movistar': - return { - primary: '#019DF4', - textPrimary: '#0B2739', - textPrimaryInverse: '#FFFFFF', - textSecondary: '#6B6C6F', - }; - case 'Movistar-new': return { primary: '#0066FF', textPrimary: '#262423', diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 9c7ee862d8..ee562b820e 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -9,7 +9,6 @@ import * as React from 'react'; import { ThemeContextProvider, MOVISTAR_SKIN, - MOVISTAR_NEW_SKIN, VIVO_SKIN, VIVO_EVOLUTION_SKIN, O2_SKIN, @@ -33,7 +32,6 @@ const getSkin = (searchParams: URLSearchParams) => { const qsSkin = searchParams.get('skin'); return [ MOVISTAR_SKIN, - MOVISTAR_NEW_SKIN, O2_SKIN, VIVO_SKIN, VIVO_EVOLUTION_SKIN, @@ -133,10 +131,10 @@ const MisticaThemeProvider = ({ )} {skin === TELEFONICA_SKIN && } - {(skin === MOVISTAR_SKIN || skin === O2_SKIN || skin === ESIMFLAG_SKIN) && ( + {(skin === O2_SKIN || skin === ESIMFLAG_SKIN) && ( )} - {skin === MOVISTAR_NEW_SKIN && } + {skin === MOVISTAR_SKIN && } diff --git a/.storybook/theme-selector-addon/manager.tsx b/.storybook/theme-selector-addon/manager.tsx index 6eb9b58923..7447093f93 100644 --- a/.storybook/theme-selector-addon/manager.tsx +++ b/.storybook/theme-selector-addon/manager.tsx @@ -23,7 +23,7 @@ const renderPrimaryColorDot = (skinName: Skin) => ( const ThemeSelectorAddon = ({api}: {api: API}) => { const [currentSkin, setCurrentSkin] = React.useState( - () => (api.getQueryParam('skin') as Skin) || 'Movistar-new' + () => (api.getQueryParam('skin') as Skin) || 'Movistar' ); React.useEffect(() => { diff --git a/.storybook/themes.tsx b/.storybook/themes.tsx index 356b3716fe..6c4137d503 100644 --- a/.storybook/themes.tsx +++ b/.storybook/themes.tsx @@ -1,6 +1,5 @@ import { getMovistarSkin, - getMovistarNewSkin, getO2Skin, getVivoSkin, getVivoEvolutionSkin, @@ -15,11 +14,6 @@ export const Movistar = { skin: getMovistarSkin(), } as const; -export const Movistar_New = { - i18n: {locale: 'es-ES', phoneNumberFormattingRegionCode: 'ES'}, - skin: getMovistarNewSkin(), -} as const; - export const O2 = { i18n: {locale: 'en-GB', phoneNumberFormattingRegionCode: 'GB'}, skin: getO2Skin(), @@ -55,14 +49,4 @@ export const Cyber = { skin: getCyberSkin(), } as const; -export const AVAILABLE_THEMES = [ - Movistar, - Movistar_New, - O2, - Vivo, - Vivo_Evolution, - Telefonica, - Blau, - Esimflag, - Cyber, -]; +export const AVAILABLE_THEMES = [Movistar, O2, Vivo, Vivo_Evolution, Telefonica, Blau, Esimflag, Cyber]; diff --git a/css/movistar-new.css b/css/movistar-new.css deleted file mode 100644 index db316173ab..0000000000 --- a/css/movistar-new.css +++ /dev/null @@ -1,1474 +0,0 @@ -[data-mistica-skin='movistar-new'] { - /* Palette colors */ - --mistica-movistar-new-white: #ffffff; - --mistica-movistar-new-movistarWhite: #fefaf5; - --mistica-movistar-new-movistarBlue: #0066ff; - --mistica-movistar-new-movistarBlack: #262423; - --mistica-movistar-new-salmon100: #feeee6; - --mistica-movistar-new-blue800: #0149b3; - --mistica-movistar-new-grey100: #faf7f5; - --mistica-movistar-new-grey200: #f3eeea; - --mistica-movistar-new-grey300: #dfdbd6; - --mistica-movistar-new-grey600: #605e5c; - --mistica-movistar-new-red: #c10000; - --mistica-movistar-new-redHigh: #ad0000; - --mistica-movistar-new-blue200: #e8f4fa; - --mistica-movistar-new-blueHigh: #005eeb; - --mistica-movistar-new-blue100: #f4f7f8; - --mistica-movistar-new-blue300: #80b3ff; - --mistica-movistar-new-grey500: #807d7b; - --mistica-movistar-new-blueLight: #d3eeff; - --mistica-movistar-new-blueDark: #022d67; - --mistica-movistar-new-emerald: #048239; - --mistica-movistar-new-yellow600: #bfa960; - --mistica-movistar-new-pink55: #c42f6d; - --mistica-movistar-new-green200: #ebf9df; - --mistica-movistar-new-yellow200: #fff3d1; - --mistica-movistar-new-green700: #407f0f; - --mistica-movistar-new-yellowHigh: #5e4a09; - --mistica-movistar-new-emeraldHigh: #036d30; - --mistica-movistar-new-yellowLight: #fff0c0; - --mistica-movistar-new-salmon200: #fde5d7; - --mistica-movistar-new-darkModeBlack: #070706; - --mistica-movistar-new-darkModeGrey: #151414; - --mistica-movistar-new-darkModeMovistarBlue: #227aff; - --mistica-movistar-new-red350: #ff8a8a; - --mistica-movistar-new-grey400: #9f9c99; - --mistica-movistar-new-red600: #cf381f; - --mistica-movistar-new-grey700: #403f3d; - --mistica-movistar-new-yellow: #edb800; - --mistica-movistar-new-pink45: #eb5f99; - --mistica-movistar-new-yellow400: #ffcb11; - --mistica-movistar-new-green400: #8dcc5b; - - /* Raw palette colors, for use with rgba() */ - --mistica-movistar-new-raw-movistarBlack: 38, 36, 35; - --mistica-movistar-new-raw-black: 0, 0, 0; - --mistica-movistar-new-raw-movistarBlue: 0, 102, 255; - --mistica-movistar-new-raw-white: 255, 255, 255; - --mistica-movistar-new-raw-darkModeGrey: 21, 20, 20; - --mistica-movistar-new-raw-darkModeBlack: 7, 7, 6; - --mistica-movistar-new-raw-movistarWhite: 254, 250, 245; - - /* Colors */ - --mistica-color-background: var(--mistica-movistar-new-white); - --mistica-color-backgroundAlternative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-backgroundBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundNegative: var(--mistica-movistar-new-movistarBlack); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-new-movistarBlack); - --mistica-color-backgroundContainer: var(--mistica-movistar-new-white); - --mistica-color-backgroundContainerError: var(--mistica-movistar-new-salmon100); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.08); - --mistica-color-backgroundContainerBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.2); - --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.4); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.2); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-new-grey100); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.6); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-new-grey200); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundSkeletonNegative: rgba(var(--mistica-movistar-new-raw-black), 0.2); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundBrandTop: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundBrandBottom: var(--mistica-movistar-new-movistarBlue); - --mistica-color-appBarBackground: var(--mistica-movistar-new-white); - --mistica-color-navigationBarBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-new-raw-movistarBlue), 0.05); - --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-new-raw-movistarBlue), 0.08); - --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.08); - --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.1); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.1); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-new-raw-white), 0.17); - --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.2); - --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.4); - --mistica-color-skeletonWave: var(--mistica-movistar-new-grey200); - --mistica-color-borderLow: var(--mistica-movistar-new-grey100); - --mistica-color-border: var(--mistica-movistar-new-grey300); - --mistica-color-borderHigh: var(--mistica-movistar-new-grey600); - --mistica-color-borderSelected: var(--mistica-movistar-new-blue800); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-new-red); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonLinkDangerBackgroundInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundInversePressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-textButtonPrimary: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-textButtonSecondary: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-textLink: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-new-white); - --mistica-color-textLinkNegative: var(--mistica-movistar-new-white); - --mistica-color-textLinkBrand: var(--mistica-movistar-new-white); - --mistica-color-textLinkMedia: var(--mistica-movistar-new-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-new-red); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-new-red); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-new-blue300); - --mistica-color-textActivated: var(--mistica-movistar-new-blueHigh); - --mistica-color-textBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-inputBorder: var(--mistica-movistar-new-grey500); - --mistica-color-inputBorderInverse: var(--mistica-movistar-new-white); - --mistica-color-inputBorderNegative: var(--mistica-movistar-new-white); - --mistica-color-inputBorderBrand: var(--mistica-movistar-new-white); - --mistica-color-completedStep: var(--mistica-movistar-new-movistarBlue); - --mistica-color-completedStepInverse: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepNegative: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepBrand: var(--mistica-movistar-new-blue100); - --mistica-color-control: var(--mistica-movistar-new-grey500); - --mistica-color-controlActivated: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-new-blueLight); - --mistica-color-controlNegative: var(--mistica-movistar-new-blueLight); - --mistica-color-controlBrand: var(--mistica-movistar-new-blueLight); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-new-white); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-new-white); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-new-white); - --mistica-color-controlError: var(--mistica-movistar-new-red); - --mistica-color-chevronIndicator: var(--mistica-movistar-new-movistarBlue); - --mistica-color-barTrack: var(--mistica-movistar-new-grey300); - --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-loadingBar: var(--mistica-movistar-new-blueLight); - --mistica-color-loadingBarBackground: var(--mistica-movistar-new-blueHigh); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-new-white); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-new-blueLight); - --mistica-color-iosControlKnob: var(--mistica-movistar-new-white); - --mistica-color-controlKnobInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlKnobNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlKnobBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-divider: var(--mistica-movistar-new-grey200); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-navigationBarDivider: var(--mistica-movistar-new-movistarBlue); - --mistica-color-badge: var(--mistica-movistar-new-red); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-new-red); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-new-blueDark); - --mistica-color-brand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-new-blueHigh); - --mistica-color-inverse: var(--mistica-movistar-new-white); - --mistica-color-negative: var(--mistica-movistar-new-white); - --mistica-color-neutralHigh: var(--mistica-movistar-new-movistarBlack); - --mistica-color-neutralHighNegative: var(--mistica-movistar-new-white); - --mistica-color-neutralHighBrand: var(--mistica-movistar-new-white); - --mistica-color-neutralMedium: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-new-grey600); - --mistica-color-neutralLow: var(--mistica-movistar-new-grey100); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-new-grey200); - --mistica-color-textPrimary: var(--mistica-movistar-new-movistarBlack); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textSecondary: var(--mistica-movistar-new-grey600); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-new-movistarWhite); - --mistica-color-success: var(--mistica-movistar-new-emerald); - --mistica-color-warning: var(--mistica-movistar-new-yellow600); - --mistica-color-error: var(--mistica-movistar-new-red); - --mistica-color-textError: var(--mistica-movistar-new-red); - --mistica-color-textErrorInverse: var(--mistica-movistar-new-white); - --mistica-color-textErrorNegative: var(--mistica-movistar-new-white); - --mistica-color-textErrorBrand: var(--mistica-movistar-new-white); - --mistica-color-promo: var(--mistica-movistar-new-redHigh); - --mistica-color-highlight: var(--mistica-movistar-new-pink55); - --mistica-color-successLow: var(--mistica-movistar-new-green200); - --mistica-color-warningLow: var(--mistica-movistar-new-yellow200); - --mistica-color-errorLow: var(--mistica-movistar-new-salmon100); - --mistica-color-promoLow: var(--mistica-movistar-new-salmon100); - --mistica-color-brandLow: var(--mistica-movistar-new-blueLight); - --mistica-color-successHigh: var(--mistica-movistar-new-green700); - --mistica-color-warningHigh: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHigh: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHigh: var(--mistica-movistar-new-redHigh); - --mistica-color-successHighInverse: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-successHighNegative: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-successHighBrand: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-warningHighInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHighInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-errorHighNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-errorHighBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-new-white); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-new-blue300); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-new-blue300); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-new-white); - --mistica-color-textAppBar: var(--mistica-movistar-new-grey600); - --mistica-color-textAppBarSelected: var(--mistica-movistar-new-blue800); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-new-movistarBlack); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-new-blue800); - --mistica-color-customTabsBackground: var(--mistica-movistar-new-white); - --mistica-color-tagTextPromo: var(--mistica-movistar-new-white); - --mistica-color-tagTextActive: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInactive: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInfo: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextSuccess: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-tagTextWarning: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextError: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-new-blue200); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-new-grey200); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-new-blue200); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-new-green200); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-new-yellowLight); - --mistica-color-tagBackgroundError: var(--mistica-movistar-new-salmon200); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-new-green700); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-new-green700); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-new-green700); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-new-white); - --mistica-color-cardContentOverlay: linear-gradient( - 180deg, - rgba(var(--mistica-movistar-new-raw-black), 0) 0%, - rgba(var(--mistica-movistar-new-raw-black), 0.4) 30%, - rgba(var(--mistica-movistar-new-raw-black), 0.7) 100% - ); - --mistica-color-cardFooterOverlay: rgba(var(--mistica-movistar-new-raw-black), 0.7); - - /* Border radius */ - --mistica-border-radius-avatar: 50%; - --mistica-border-radius-bar: 999px; - --mistica-border-radius-button: 4px; - --mistica-border-radius-checkbox: 4px; - --mistica-border-radius-container: 16px; - --mistica-border-radius-indicator: 24px; - --mistica-border-radius-chip: 24px; - --mistica-border-radius-tag: 0px; - --mistica-border-radius-input: 12px; - --mistica-border-radius-legacyDisplay: 16px; - --mistica-border-radius-popup: 8px; - --mistica-border-radius-sheet: 16px; - --mistica-border-radius-mediaSmall: 8px; - - /* Text */ - --mistica-font-size-1: 0.75rem; - --mistica-line-height-1: 1rem; - --mistica-font-size-2: 0.875rem; - --mistica-line-height-2: 1.25rem; - --mistica-font-size-3: 1rem; - --mistica-line-height-3: 1.375rem; - --mistica-font-size-4: 1.125rem; - --mistica-line-height-4: 1.5rem; - --mistica-font-size-5: 1.25rem; - --mistica-line-height-5: 1.625rem; - --mistica-font-weight-5: 700; - --mistica-font-size-6: 1.5rem; - --mistica-line-height-6: 1.75rem; - --mistica-font-weight-6: 700; - --mistica-font-size-7: 1.75rem; - --mistica-line-height-7: 2rem; - --mistica-font-weight-7: 700; - --mistica-font-size-8: 2rem; - --mistica-line-height-8: 2.375rem; - --mistica-font-weight-8: 700; - --mistica-font-size-9: 2.5rem; - --mistica-line-height-9: 3rem; - --mistica-font-weight-9: 700; - --mistica-font-size-10: 3rem; - --mistica-line-height-10: 3.5rem; - --mistica-font-weight-10: 700; - --mistica-font-size-cardTitle: 1.25rem; - --mistica-line-height-cardTitle: 1.5rem; - --mistica-font-weight-cardTitle: 700; - --mistica-font-size-drawerTitle: 1.25rem; - --mistica-line-height-drawerTitle: 1.625rem; - --mistica-font-weight-drawerTitle: 700; - --mistica-font-weight-rowTitle: 500; - --mistica-font-weight-button: 500; - --mistica-font-size-tabsLabel: 1rem; - --mistica-line-height-tabsLabel: 1.5rem; - --mistica-font-weight-tabsLabel: 500; - --mistica-font-weight-link: 500; - --mistica-font-size-title1: 0.875rem; - --mistica-line-height-title1: 1.25rem; - --mistica-font-weight-title1: 500; - --mistica-font-size-title2: 1rem; - --mistica-line-height-title2: 1.375rem; - --mistica-font-weight-title2: 700; - --mistica-font-size-title3: 1.125rem; - --mistica-line-height-title3: 1.5rem; - --mistica-font-weight-title3: 700; - --mistica-font-size-title4: 1.25rem; - --mistica-line-height-title4: 1.625rem; - --mistica-font-weight-title4: 700; - --mistica-font-weight-indicator: 500; - --mistica-font-weight-navigationBar: 500; - --mistica-font-size-chipLabel: 0.875rem; - --mistica-line-height-chipLabel: 1.25rem; - --mistica-font-weight-chipLabel: 500; - --mistica-font-size-cardPretitleSnap: 0.875rem; - --mistica-line-height-cardPretitleSnap: 1.25rem; - --mistica-font-size-cardTitleSnap: 0.875rem; - --mistica-line-height-cardTitleSnap: 1.25rem; - --mistica-font-size-cardSubtitleSnap: 0.875rem; - --mistica-line-height-cardSubtitleSnap: 1.25rem; - --mistica-font-size-cardDescriptionSnap: 0.875rem; - --mistica-line-height-cardDescriptionSnap: 1.25rem; - --mistica-font-size-cardPretitleDefault: 0.875rem; - --mistica-line-height-cardPretitleDefault: 1.25rem; - --mistica-font-size-cardTitleDefault: 1rem; - --mistica-line-height-cardTitleDefault: 1.375rem; - --mistica-font-size-cardSubtitleDefault: 0.875rem; - --mistica-line-height-cardSubtitleDefault: 1.25rem; - --mistica-font-size-cardDescriptionDefault: 0.875rem; - --mistica-line-height-cardDescriptionDefault: 1.25rem; - --mistica-font-size-inputLabel: 0.75rem; - --mistica-line-height-inputLabel: 1rem; - --mistica-font-size-inputValue: 1rem; - --mistica-line-height-inputValue: 1.375rem; - --mistica-font-size-inputHelperText: 0.875rem; - --mistica-line-height-inputHelperText: 1.25rem; - --mistica-font-size-stepperStepLabel: 0.75rem; - --mistica-line-height-stepperStepLabel: 1rem; - --mistica-font-size-loadingScreenTitle: 1.5rem; - --mistica-line-height-loadingScreenTitle: 1.75rem; -} - -[data-mistica-skin='movistar-new'][data-mistica-color-scheme='dark'] { - --mistica-color-background: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundAlternative: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrand: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundNegative: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundContainer: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerError: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-backgroundContainerBrand: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerNegative: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-new-raw-darkModeGrey), 0.8); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundBrandTop: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrandBottom: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-appBarBackground: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-navigationBarBackground: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-skeletonWave: var(--mistica-movistar-new-grey600); - --mistica-color-borderLow: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-border: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-borderHigh: var(--mistica-movistar-new-grey500); - --mistica-color-borderSelected: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-new-raw-darkModeBlack), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-new-raw-darkModeBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-new-red); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonLinkDangerBackgroundInverse: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundNegative: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkDangerBackgroundInversePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBackgroundHover: rgba(var(--mistica-movistar-new-raw-white), 0.15); - --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-new-raw-white), 0.15); - --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.15); - --mistica-color-buttonSecondaryBackgroundBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.15); - --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.25); - --mistica-color-buttonSecondaryBackgroundInversePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.25 - ); - --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.25 - ); - --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.25); - --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-textButtonPrimary: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-textButtonSecondary: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-textLink: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkNegative: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkMedia: var(--mistica-movistar-new-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-new-red350); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-new-red); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textActivated: var(--mistica-movistar-new-blue300); - --mistica-color-textBrand: var(--mistica-movistar-new-blue300); - --mistica-color-inputBorder: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderInverse: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderNegative: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderBrand: var(--mistica-movistar-new-grey400); - --mistica-color-completedStep: var(--mistica-movistar-new-blue800); - --mistica-color-completedStepInverse: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepNegative: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepBrand: var(--mistica-movistar-new-blue100); - --mistica-color-control: var(--mistica-movistar-new-grey400); - --mistica-color-controlActivated: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-new-grey400); - --mistica-color-controlNegative: var(--mistica-movistar-new-grey400); - --mistica-color-controlBrand: var(--mistica-movistar-new-grey400); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlError: var(--mistica-movistar-new-red); - --mistica-color-chevronIndicator: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-barTrack: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackInverse: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackNegative: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackBrand: var(--mistica-movistar-new-grey600); - --mistica-color-loadingBar: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-new-grey600); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-new-grey400); - --mistica-color-iosControlKnob: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobInverse: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobNegative: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobBrand: var(--mistica-movistar-new-grey200); - --mistica-color-divider: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-navigationBarDivider: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-badge: var(--mistica-movistar-new-red600); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-new-red); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-new-blueDark); - --mistica-color-brand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-new-blueHigh); - --mistica-color-inverse: var(--mistica-movistar-new-grey200); - --mistica-color-negative: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHigh: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHighBrand: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHighNegative: var(--mistica-movistar-new-grey200); - --mistica-color-neutralMedium: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-new-grey500); - --mistica-color-neutralLow: var(--mistica-movistar-new-grey700); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-new-grey700); - --mistica-color-textPrimary: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textSecondary: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-success: var(--mistica-movistar-new-emerald); - --mistica-color-warning: var(--mistica-movistar-new-yellow); - --mistica-color-error: var(--mistica-movistar-new-red350); - --mistica-color-textError: var(--mistica-movistar-new-red350); - --mistica-color-textErrorInverse: var(--mistica-movistar-new-red350); - --mistica-color-textErrorNegative: var(--mistica-movistar-new-red350); - --mistica-color-textErrorBrand: var(--mistica-movistar-new-red350); - --mistica-color-promo: var(--mistica-movistar-new-red350); - --mistica-color-highlight: var(--mistica-movistar-new-pink45); - --mistica-color-successLow: var(--mistica-movistar-new-grey700); - --mistica-color-warningLow: var(--mistica-movistar-new-grey700); - --mistica-color-errorLow: var(--mistica-movistar-new-grey700); - --mistica-color-promoLow: var(--mistica-movistar-new-grey700); - --mistica-color-brandLow: var(--mistica-movistar-new-blueDark); - --mistica-color-successHigh: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-warningHigh: var(--mistica-movistar-new-yellow400); - --mistica-color-errorHigh: var(--mistica-movistar-new-red); - --mistica-color-promoHigh: var(--mistica-movistar-new-red); - --mistica-color-successHighInverse: var(--mistica-movistar-new-green700); - --mistica-color-successHighNegative: var(--mistica-movistar-new-green700); - --mistica-color-successHighBrand: var(--mistica-movistar-new-green700); - --mistica-color-warningHighInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHighInverse: var(--mistica-movistar-new-red); - --mistica-color-errorHighNegative: var(--mistica-movistar-new-red); - --mistica-color-errorHighBrand: var(--mistica-movistar-new-red); - --mistica-color-promoHighInverse: var(--mistica-movistar-new-red); - --mistica-color-promoHighNegative: var(--mistica-movistar-new-red); - --mistica-color-promoHighBrand: var(--mistica-movistar-new-red); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-new-grey200); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-new-grey400); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-new-grey400); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-new-grey200); - --mistica-color-textAppBar: var(--mistica-movistar-new-grey400); - --mistica-color-textAppBarSelected: var(--mistica-movistar-new-movistarBlue); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-new-white); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-new-blue200); - --mistica-color-customTabsBackground: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-tagTextPromo: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextActive: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInactive: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInfo: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextSuccess: var(--mistica-movistar-new-green400); - --mistica-color-tagTextWarning: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextError: var(--mistica-movistar-new-red350); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundError: var(--mistica-movistar-new-grey700); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-new-green400); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-new-green400); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-new-green400); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-new-red350); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-new-red350); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-new-red350); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-new-grey700); - --mistica-color-cardContentOverlay: linear-gradient( - 180deg, - rgba(var(--mistica-movistar-new-raw-black), 0) 0%, - rgba(var(--mistica-movistar-new-raw-black), 0.4) 30%, - rgba(var(--mistica-movistar-new-raw-black), 0.7) 100% - ); - --mistica-color-cardFooterOverlay: rgba(var(--mistica-movistar-new-raw-black), 0.7); -} - -@media (prefers-color-scheme: dark) { - [data-mistica-skin='movistar-new'] { - --mistica-color-background: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundAlternative: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrand: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundNegative: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundContainer: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerError: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-backgroundContainerBrand: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerNegative: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-new-raw-darkModeGrey), 0.8); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-new-grey600); - --mistica-color-backgroundBrandTop: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundBrandBottom: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-appBarBackground: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-navigationBarBackground: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.03); - --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-new-raw-white), 0.05); - --mistica-color-skeletonWave: var(--mistica-movistar-new-grey600); - --mistica-color-borderLow: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-border: var(--mistica-movistar-new-darkModeGrey); - --mistica-color-borderHigh: var(--mistica-movistar-new-grey500); - --mistica-color-borderSelected: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-new-raw-darkModeBlack), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-new-raw-darkModeBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-new-red); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonLinkDangerBackgroundInverse: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundNegative: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkDangerBackgroundInversePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.08 - ); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.08); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-new-grey200); - --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBackgroundHover: rgba(var(--mistica-movistar-new-raw-white), 0.15); - --mistica-color-buttonSecondaryBackgroundInverseHover: rgba( - var(--mistica-movistar-new-raw-white), - 0.15 - ); - --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba( - var(--mistica-movistar-new-raw-white), - 0.15 - ); - --mistica-color-buttonSecondaryBackgroundBrandHover: rgba( - var(--mistica-movistar-new-raw-white), - 0.15 - ); - --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: rgba(var(--mistica-movistar-new-raw-white), 0.25); - --mistica-color-buttonSecondaryBackgroundInversePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.25 - ); - --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.25 - ); - --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.25 - ); - --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-textButtonPrimary: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-new-blueLight); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-textButtonSecondary: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-new-grey200); - --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-textLink: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkNegative: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textLinkMedia: var(--mistica-movistar-new-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-new-red350); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-new-red); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-textActivated: var(--mistica-movistar-new-blue300); - --mistica-color-textBrand: var(--mistica-movistar-new-blue300); - --mistica-color-inputBorder: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderInverse: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderNegative: var(--mistica-movistar-new-grey400); - --mistica-color-inputBorderBrand: var(--mistica-movistar-new-grey400); - --mistica-color-completedStep: var(--mistica-movistar-new-blue800); - --mistica-color-completedStepInverse: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepNegative: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepBrand: var(--mistica-movistar-new-blue100); - --mistica-color-control: var(--mistica-movistar-new-grey400); - --mistica-color-controlActivated: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-new-grey400); - --mistica-color-controlNegative: var(--mistica-movistar-new-grey400); - --mistica-color-controlBrand: var(--mistica-movistar-new-grey400); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-controlError: var(--mistica-movistar-new-red); - --mistica-color-chevronIndicator: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-barTrack: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackInverse: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackNegative: var(--mistica-movistar-new-grey600); - --mistica-color-barTrackBrand: var(--mistica-movistar-new-grey600); - --mistica-color-loadingBar: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-new-grey600); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-new-grey400); - --mistica-color-iosControlKnob: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobInverse: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobNegative: var(--mistica-movistar-new-grey200); - --mistica-color-controlKnobBrand: var(--mistica-movistar-new-grey200); - --mistica-color-divider: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-new-raw-movistarWhite), 0.1); - --mistica-color-navigationBarDivider: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-badge: var(--mistica-movistar-new-red600); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-new-red); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-new-blueDark); - --mistica-color-brand: var(--mistica-movistar-new-darkModeMovistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-new-blueHigh); - --mistica-color-inverse: var(--mistica-movistar-new-grey200); - --mistica-color-negative: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHigh: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHighBrand: var(--mistica-movistar-new-grey200); - --mistica-color-neutralHighNegative: var(--mistica-movistar-new-grey200); - --mistica-color-neutralMedium: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-new-grey500); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-new-grey500); - --mistica-color-neutralLow: var(--mistica-movistar-new-grey700); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-new-grey700); - --mistica-color-textPrimary: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textPrimaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textSecondary: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-new-grey400); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-success: var(--mistica-movistar-new-emerald); - --mistica-color-warning: var(--mistica-movistar-new-yellow); - --mistica-color-error: var(--mistica-movistar-new-red350); - --mistica-color-textError: var(--mistica-movistar-new-red350); - --mistica-color-textErrorInverse: var(--mistica-movistar-new-red350); - --mistica-color-textErrorNegative: var(--mistica-movistar-new-red350); - --mistica-color-textErrorBrand: var(--mistica-movistar-new-red350); - --mistica-color-promo: var(--mistica-movistar-new-red350); - --mistica-color-highlight: var(--mistica-movistar-new-pink45); - --mistica-color-successLow: var(--mistica-movistar-new-grey700); - --mistica-color-warningLow: var(--mistica-movistar-new-grey700); - --mistica-color-errorLow: var(--mistica-movistar-new-grey700); - --mistica-color-promoLow: var(--mistica-movistar-new-grey700); - --mistica-color-brandLow: var(--mistica-movistar-new-blueDark); - --mistica-color-successHigh: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-warningHigh: var(--mistica-movistar-new-yellow400); - --mistica-color-errorHigh: var(--mistica-movistar-new-red); - --mistica-color-promoHigh: var(--mistica-movistar-new-red); - --mistica-color-successHighInverse: var(--mistica-movistar-new-green700); - --mistica-color-successHighNegative: var(--mistica-movistar-new-green700); - --mistica-color-successHighBrand: var(--mistica-movistar-new-green700); - --mistica-color-warningHighInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHighInverse: var(--mistica-movistar-new-red); - --mistica-color-errorHighNegative: var(--mistica-movistar-new-red); - --mistica-color-errorHighBrand: var(--mistica-movistar-new-red); - --mistica-color-promoHighInverse: var(--mistica-movistar-new-red); - --mistica-color-promoHighNegative: var(--mistica-movistar-new-red); - --mistica-color-promoHighBrand: var(--mistica-movistar-new-red); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-new-grey200); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-new-grey400); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-new-grey400); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-new-grey200); - --mistica-color-textAppBar: var(--mistica-movistar-new-grey400); - --mistica-color-textAppBarSelected: var(--mistica-movistar-new-movistarBlue); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-new-white); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-new-blue200); - --mistica-color-customTabsBackground: var(--mistica-movistar-new-darkModeBlack); - --mistica-color-tagTextPromo: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextActive: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInactive: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInfo: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextSuccess: var(--mistica-movistar-new-green400); - --mistica-color-tagTextWarning: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextError: var(--mistica-movistar-new-red350); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundError: var(--mistica-movistar-new-grey700); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-new-grey300); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-new-blue300); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-new-green400); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-new-green400); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-new-green400); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-new-yellow400); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-new-red350); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-new-red350); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-new-red350); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-new-grey700); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-new-grey700); - --mistica-color-cardContentOverlay: linear-gradient( - 180deg, - rgba(var(--mistica-movistar-new-raw-black), 0) 0%, - rgba(var(--mistica-movistar-new-raw-black), 0.4) 30%, - rgba(var(--mistica-movistar-new-raw-black), 0.7) 100% - ); - --mistica-color-cardFooterOverlay: rgba(var(--mistica-movistar-new-raw-black), 0.7); - } - - [data-mistica-skin='movistar-new'][data-mistica-color-scheme='light'] { - --mistica-color-background: var(--mistica-movistar-new-white); - --mistica-color-backgroundAlternative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-backgroundBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundNegative: var(--mistica-movistar-new-movistarBlack); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-new-movistarBlack); - --mistica-color-backgroundContainer: var(--mistica-movistar-new-white); - --mistica-color-backgroundContainerError: var(--mistica-movistar-new-salmon100); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.08); - --mistica-color-backgroundContainerBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundContainerBrandHover: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.2 - ); - --mistica-color-backgroundContainerBrandPressed: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.4 - ); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.2); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-new-grey100); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.6); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-new-grey200); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundSkeletonNegative: rgba(var(--mistica-movistar-new-raw-black), 0.2); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-new-blue800); - --mistica-color-backgroundBrandTop: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundBrandBottom: var(--mistica-movistar-new-movistarBlue); - --mistica-color-appBarBackground: var(--mistica-movistar-new-white); - --mistica-color-navigationBarBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-new-raw-movistarBlue), 0.05); - --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-new-raw-movistarBlue), 0.08); - --mistica-color-backgroundDropZoneBrandHover: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.08 - ); - --mistica-color-backgroundDropZoneBrandDragover: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.1 - ); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-new-raw-white), 0.1); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-new-raw-white), 0.17); - --mistica-color-backgroundDropZoneMediaHover: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.2 - ); - --mistica-color-backgroundDropZoneMediaDragover: rgba( - var(--mistica-movistar-new-raw-movistarBlack), - 0.4 - ); - --mistica-color-skeletonWave: var(--mistica-movistar-new-grey200); - --mistica-color-borderLow: var(--mistica-movistar-new-grey100); - --mistica-color-border: var(--mistica-movistar-new-grey300); - --mistica-color-borderHigh: var(--mistica-movistar-new-grey600); - --mistica-color-borderSelected: var(--mistica-movistar-new-blue800); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-new-red); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-new-redHigh); - --mistica-color-buttonLinkDangerBackgroundInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-new-salmon100); - --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-new-raw-white), 0.3); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-new-blue100); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-new-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-new-movistarBlue); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-new-blue800); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundInverseHover: rgba( - var(--mistica-movistar-new-raw-white), - 0.2 - ); - --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba( - var(--mistica-movistar-new-raw-white), - 0.2 - ); - --mistica-color-buttonSecondaryBackgroundBrandHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-new-blue200); - --mistica-color-buttonSecondaryBackgroundInversePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba( - var(--mistica-movistar-new-raw-white), - 0.3 - ); - --mistica-color-textButtonPrimary: var(--mistica-movistar-new-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-new-blueHigh); - --mistica-color-textButtonSecondary: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-new-blue800); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-new-white); - --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-new-white); - --mistica-color-textLink: var(--mistica-movistar-new-movistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-new-white); - --mistica-color-textLinkNegative: var(--mistica-movistar-new-white); - --mistica-color-textLinkBrand: var(--mistica-movistar-new-white); - --mistica-color-textLinkMedia: var(--mistica-movistar-new-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-new-red); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-new-red); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-new-blue300); - --mistica-color-textActivated: var(--mistica-movistar-new-blueHigh); - --mistica-color-textBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-inputBorder: var(--mistica-movistar-new-grey500); - --mistica-color-inputBorderInverse: var(--mistica-movistar-new-white); - --mistica-color-inputBorderNegative: var(--mistica-movistar-new-white); - --mistica-color-inputBorderBrand: var(--mistica-movistar-new-white); - --mistica-color-completedStep: var(--mistica-movistar-new-movistarBlue); - --mistica-color-completedStepInverse: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepNegative: var(--mistica-movistar-new-blue100); - --mistica-color-completedStepBrand: var(--mistica-movistar-new-blue100); - --mistica-color-control: var(--mistica-movistar-new-grey500); - --mistica-color-controlActivated: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-new-blueLight); - --mistica-color-controlNegative: var(--mistica-movistar-new-blueLight); - --mistica-color-controlBrand: var(--mistica-movistar-new-blueLight); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-new-white); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-new-white); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-new-white); - --mistica-color-controlError: var(--mistica-movistar-new-red); - --mistica-color-chevronIndicator: var(--mistica-movistar-new-movistarBlue); - --mistica-color-barTrack: var(--mistica-movistar-new-grey300); - --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-new-raw-movistarBlack), 0.14); - --mistica-color-loadingBar: var(--mistica-movistar-new-blueLight); - --mistica-color-loadingBarBackground: var(--mistica-movistar-new-blueHigh); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-new-white); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-new-grey200); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-new-blue300); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-new-blueLight); - --mistica-color-iosControlKnob: var(--mistica-movistar-new-white); - --mistica-color-controlKnobInverse: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlKnobNegative: var(--mistica-movistar-new-movistarBlue); - --mistica-color-controlKnobBrand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-divider: var(--mistica-movistar-new-grey200); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-new-raw-white), 0.2); - --mistica-color-navigationBarDivider: var(--mistica-movistar-new-movistarBlue); - --mistica-color-badge: var(--mistica-movistar-new-red); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-new-red); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-new-blueDark); - --mistica-color-brand: var(--mistica-movistar-new-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-new-blueHigh); - --mistica-color-inverse: var(--mistica-movistar-new-white); - --mistica-color-negative: var(--mistica-movistar-new-white); - --mistica-color-neutralHigh: var(--mistica-movistar-new-movistarBlack); - --mistica-color-neutralHighBrand: var(--mistica-movistar-new-white); - --mistica-color-neutralHighNegative: var(--mistica-movistar-new-white); - --mistica-color-neutralMedium: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-new-grey600); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-new-grey600); - --mistica-color-neutralLow: var(--mistica-movistar-new-grey100); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-new-grey200); - --mistica-color-textPrimary: var(--mistica-movistar-new-movistarBlack); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-new-white); - --mistica-color-textPrimaryMedia: var(--mistica-movistar-new-white); - --mistica-color-textSecondary: var(--mistica-movistar-new-grey600); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-new-movistarWhite); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-new-movistarWhite); - --mistica-color-success: var(--mistica-movistar-new-emerald); - --mistica-color-warning: var(--mistica-movistar-new-yellow600); - --mistica-color-error: var(--mistica-movistar-new-red); - --mistica-color-textError: var(--mistica-movistar-new-red); - --mistica-color-textErrorInverse: var(--mistica-movistar-new-white); - --mistica-color-textErrorNegative: var(--mistica-movistar-new-white); - --mistica-color-textErrorBrand: var(--mistica-movistar-new-white); - --mistica-color-promo: var(--mistica-movistar-new-redHigh); - --mistica-color-highlight: var(--mistica-movistar-new-pink55); - --mistica-color-successLow: var(--mistica-movistar-new-green200); - --mistica-color-warningLow: var(--mistica-movistar-new-yellow200); - --mistica-color-errorLow: var(--mistica-movistar-new-salmon100); - --mistica-color-promoLow: var(--mistica-movistar-new-salmon100); - --mistica-color-brandLow: var(--mistica-movistar-new-blueLight); - --mistica-color-successHigh: var(--mistica-movistar-new-green700); - --mistica-color-warningHigh: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHigh: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHigh: var(--mistica-movistar-new-redHigh); - --mistica-color-successHighInverse: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-successHighNegative: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-successHighBrand: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-warningHighInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-warningHighBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-errorHighInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-errorHighNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-errorHighBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-promoHighBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-new-white); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-new-blue300); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-new-blue300); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-new-white); - --mistica-color-textAppBar: var(--mistica-movistar-new-grey600); - --mistica-color-textAppBarSelected: var(--mistica-movistar-new-blue800); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-new-movistarBlack); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-new-blue800); - --mistica-color-customTabsBackground: var(--mistica-movistar-new-white); - --mistica-color-tagTextPromo: var(--mistica-movistar-new-white); - --mistica-color-tagTextActive: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInactive: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInfo: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextSuccess: var(--mistica-movistar-new-emeraldHigh); - --mistica-color-tagTextWarning: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextError: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-new-blue200); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-new-grey200); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-new-blue200); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-new-green200); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-new-yellowLight); - --mistica-color-tagBackgroundError: var(--mistica-movistar-new-salmon200); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-new-grey600); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-new-blueHigh); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-new-green700); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-new-green700); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-new-green700); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-new-yellowHigh); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-new-redHigh); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-new-redHigh); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-new-white); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-new-white); - --mistica-color-cardContentOverlay: linear-gradient( - 180deg, - rgba(var(--mistica-movistar-new-raw-black), 0) 0%, - rgba(var(--mistica-movistar-new-raw-black), 0.4) 30%, - rgba(var(--mistica-movistar-new-raw-black), 0.7) 100% - ); - --mistica-color-cardFooterOverlay: rgba(var(--mistica-movistar-new-raw-black), 0.7); - } -} - -@media (min-width: 1024px) { - [data-mistica-skin='movistar-new'] { - /* Text */ - --mistica-font-size-1: 0.875rem; - --mistica-line-height-1: 1.25rem; - --mistica-font-size-2: 1rem; - --mistica-line-height-2: 1.375rem; - --mistica-font-size-3: 1.125rem; - --mistica-line-height-3: 1.5rem; - --mistica-font-size-4: 1.25rem; - --mistica-line-height-4: 1.625rem; - --mistica-font-size-5: 1.5rem; - --mistica-line-height-5: 1.75rem; - --mistica-font-size-6: 1.75rem; - --mistica-line-height-6: 2rem; - --mistica-font-size-7: 2rem; - --mistica-line-height-7: 2.375rem; - --mistica-font-size-8: 2.5rem; - --mistica-line-height-8: 3rem; - --mistica-font-size-9: 3rem; - --mistica-line-height-9: 3.5rem; - --mistica-font-size-10: 3.5rem; - --mistica-line-height-10: 4rem; - --mistica-font-size-cardTitle: 1.5rem; - --mistica-line-height-cardTitle: 1.75rem; - --mistica-font-size-drawerTitle: 1.25rem; - --mistica-line-height-drawerTitle: 1.625rem; - - --mistica-font-size-tabsLabel: 1.125rem; - --mistica-line-height-tabsLabel: 1.5rem; - - --mistica-font-size-title1: 1rem; - --mistica-line-height-title1: 1.375rem; - --mistica-font-size-title2: 1.125rem; - --mistica-line-height-title2: 1.5rem; - --mistica-font-size-title3: 1.25rem; - --mistica-line-height-title3: 1.625rem; - --mistica-font-size-title4: 1.5rem; - --mistica-line-height-title4: 1.75rem; - - --mistica-font-size-chipLabel: 1.125rem; - --mistica-line-height-chipLabel: 1.5rem; - --mistica-font-size-cardPretitleSnap: 0.875rem; - --mistica-line-height-cardPretitleSnap: 1.25rem; - --mistica-font-size-cardTitleSnap: 0.875rem; - --mistica-line-height-cardTitleSnap: 1.25rem; - --mistica-font-size-cardSubtitleSnap: 0.875rem; - --mistica-line-height-cardSubtitleSnap: 1.25rem; - --mistica-font-size-cardDescriptionSnap: 0.875rem; - --mistica-line-height-cardDescriptionSnap: 1.25rem; - --mistica-font-size-cardPretitleDefault: 0.875rem; - --mistica-line-height-cardPretitleDefault: 1.25rem; - --mistica-font-size-cardTitleDefault: 1.125rem; - --mistica-line-height-cardTitleDefault: 1.5rem; - --mistica-font-size-cardSubtitleDefault: 0.875rem; - --mistica-line-height-cardSubtitleDefault: 1.25rem; - --mistica-font-size-cardDescriptionDefault: 0.875rem; - --mistica-line-height-cardDescriptionDefault: 1.25rem; - --mistica-font-size-inputLabel: 0.875rem; - --mistica-line-height-inputLabel: 1.25rem; - --mistica-font-size-inputValue: 1rem; - --mistica-line-height-inputValue: 1.375rem; - --mistica-font-size-inputHelperText: 0.875rem; - --mistica-line-height-inputHelperText: 1.25rem; - --mistica-font-size-stepperStepLabel: 0.875rem; - --mistica-line-height-stepperStepLabel: 1.25rem; - --mistica-font-size-loadingScreenTitle: 1.75rem; - --mistica-line-height-loadingScreenTitle: 2rem; - } -} diff --git a/css/movistar.css b/css/movistar.css index 92c8330294..066415cbfb 100644 --- a/css/movistar.css +++ b/css/movistar.css @@ -1,318 +1,317 @@ [data-mistica-skin='movistar'] { /* Palette colors */ --mistica-movistar-white: #ffffff; - --mistica-movistar-grey1: #f6f6f6; - --mistica-movistar-movistarBlue: #0b9cea; - --mistica-movistar-movistarBlueDark: #0b2739; - --mistica-movistar-pepper10: #ffebed; - --mistica-movistar-movistarBlue55: #008edd; - --mistica-movistar-grey2: #eeeeee; - --mistica-movistar-movistarBlue10: #e6f5fd; - --mistica-movistar-movistarBlue15: #ceebfb; - --mistica-movistar-grey3: #dddddd; - --mistica-movistar-grey5: #6b6c6f; - --mistica-movistar-pepper55: #d73241; - --mistica-movistar-pepper70: #b22634; - --mistica-movistar-pepper65: #bf2937; - --mistica-movistar-movistarBlueHC: #066fcb; - --mistica-movistar-movistarBlueHC55: #055eac; - --mistica-movistar-movistarBlueHC65: #055398; - --mistica-movistar-pepper60: #cc2c3b; - --mistica-movistar-movistarBlue30: #80cef9; - --mistica-movistar-grey4: #949494; - --mistica-movistar-movistarBlue20: #b3e1fb; - --mistica-movistar-movistarGreen55: #52a413; - --mistica-movistar-egg55: #d97d0d; + --mistica-movistar-movistarWhite: #fefaf5; + --mistica-movistar-movistarBlue: #0066ff; + --mistica-movistar-movistarBlack: #262423; + --mistica-movistar-salmon100: #feeee6; + --mistica-movistar-blue800: #0149b3; + --mistica-movistar-grey100: #faf7f5; + --mistica-movistar-grey200: #f3eeea; + --mistica-movistar-grey300: #dfdbd6; + --mistica-movistar-grey600: #605e5c; + --mistica-movistar-red: #c10000; + --mistica-movistar-redHigh: #ad0000; + --mistica-movistar-blue200: #e8f4fa; + --mistica-movistar-blueHigh: #005eeb; + --mistica-movistar-blue100: #f4f7f8; + --mistica-movistar-blue300: #80b3ff; + --mistica-movistar-grey500: #807d7b; + --mistica-movistar-blueLight: #d3eeff; + --mistica-movistar-blueDark: #022d67; + --mistica-movistar-emerald: #048239; + --mistica-movistar-yellow600: #bfa960; --mistica-movistar-pink55: #c42f6d; - --mistica-movistar-movistarGreen10: #eff8e8; - --mistica-movistar-egg10: #fef4e8; - --mistica-movistar-movistarGreen70: #407f0f; - --mistica-movistar-egg80: #6d3f09; - --mistica-movistar-darkModeBlack: #061824; - --mistica-movistar-darkModeGrey: #081f2e; - --mistica-movistar-darkModeGrey6: #3c5261; - --mistica-movistar-darkModeGrey5: #6d7d88; - --mistica-movistar-darkModeGrey2: #eaebee; - --mistica-movistar-pepper45: #ff5f6e; - --mistica-movistar-darkModeGrey4: #89969f; - --mistica-movistar-movistarBlue40: #4dbaf7; - --mistica-movistar-darkModeGrey7: #032f46; - --mistica-movistar-movistarGreen: #5cb615; - --mistica-movistar-egg: #f28d15; + --mistica-movistar-green200: #ebf9df; + --mistica-movistar-yellow200: #fff3d1; + --mistica-movistar-green700: #407f0f; + --mistica-movistar-yellowHigh: #5e4a09; + --mistica-movistar-emeraldHigh: #036d30; + --mistica-movistar-yellowLight: #fff0c0; + --mistica-movistar-salmon200: #fde5d7; + --mistica-movistar-darkModeBlack: #070706; + --mistica-movistar-darkModeGrey: #151414; + --mistica-movistar-darkModeMovistarBlue: #227aff; + --mistica-movistar-red350: #ff8a8a; + --mistica-movistar-grey400: #9f9c99; + --mistica-movistar-red600: #cf381f; + --mistica-movistar-grey700: #403f3d; + --mistica-movistar-yellow: #edb800; --mistica-movistar-pink45: #eb5f99; - --mistica-movistar-movistarGreen40: #8dcc5b; - --mistica-movistar-egg40: #f6af5b; - --mistica-movistar-darkModeGrey3: #ced4d7; + --mistica-movistar-yellow400: #ffcb11; + --mistica-movistar-green400: #8dcc5b; /* Raw palette colors, for use with rgba() */ + --mistica-movistar-raw-movistarBlack: 38, 36, 35; --mistica-movistar-raw-black: 0, 0, 0; - --mistica-movistar-raw-movistarBlueDark: 11, 39, 57; + --mistica-movistar-raw-movistarBlue: 0, 102, 255; --mistica-movistar-raw-white: 255, 255, 255; - --mistica-movistar-raw-darkModeGrey: 8, 31, 46; - --mistica-movistar-raw-darkModeBlack: 6, 24, 36; + --mistica-movistar-raw-darkModeGrey: 21, 20, 20; + --mistica-movistar-raw-darkModeBlack: 7, 7, 6; + --mistica-movistar-raw-movistarWhite: 254, 250, 245; /* Colors */ --mistica-color-background: var(--mistica-movistar-white); - --mistica-color-backgroundAlternative: var(--mistica-movistar-grey1); + --mistica-color-backgroundAlternative: var(--mistica-movistar-movistarWhite); --mistica-color-backgroundBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundNegative: var(--mistica-movistar-movistarBlueDark); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-movistarBlueDark); + --mistica-color-backgroundNegative: var(--mistica-movistar-movistarBlack); + --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-movistarBlack); --mistica-color-backgroundContainer: var(--mistica-movistar-white); - --mistica-color-backgroundContainerError: var(--mistica-movistar-pepper10); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-raw-black), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-raw-black), 0.08); + --mistica-color-backgroundContainerError: var(--mistica-movistar-salmon100); + --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.05); + --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.08); --mistica-color-backgroundContainerBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-movistarBlue55); - --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-movistarBlue55); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-grey1); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-movistarBlueDark), 0.6); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey2); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-movistarBlue55); + --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.4); + --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-blue800); + --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-blue800); + --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-grey100); + --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-movistarBlack), 0.6); + --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey200); + --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-blue800); --mistica-color-backgroundSkeletonNegative: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-movistarBlue55); + --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-blue800); --mistica-color-backgroundBrandTop: var(--mistica-movistar-movistarBlue); --mistica-color-backgroundBrandBottom: var(--mistica-movistar-movistarBlue); --mistica-color-appBarBackground: var(--mistica-movistar-white); --mistica-color-navigationBarBackground: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundDropZoneHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-backgroundDropZoneDragover: var(--mistica-movistar-movistarBlue15); - --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-black), 0.2); + --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-raw-movistarBlue), 0.05); + --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-raw-movistarBlue), 0.08); + --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.08); + --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.1); --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.1); --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.17); - --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-skeletonWave: var(--mistica-movistar-grey2); - --mistica-color-borderLow: var(--mistica-movistar-grey1); - --mistica-color-border: var(--mistica-movistar-grey3); - --mistica-color-borderHigh: var(--mistica-movistar-grey5); - --mistica-color-borderSelected: var(--mistica-movistar-movistarBlue); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-black), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-black), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-pepper55); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-pepper70); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-pepper65); + --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.4); + --mistica-color-skeletonWave: var(--mistica-movistar-grey200); + --mistica-color-borderLow: var(--mistica-movistar-grey100); + --mistica-color-border: var(--mistica-movistar-grey300); + --mistica-color-borderHigh: var(--mistica-movistar-grey600); + --mistica-color-borderSelected: var(--mistica-movistar-blue800); + --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.25); + --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.35); + --mistica-color-buttonDangerBackground: var(--mistica-movistar-red); + --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-redHigh); + --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-redHigh); --mistica-color-buttonLinkDangerBackgroundInverse: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundNegative: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundBrand: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-blue200); + --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlue); --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-movistarBlueHC55); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-movistarBlue); --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-movistarBlueHC65); + --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-blue800); --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundBrandHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-movistarBlue15); + --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-textButtonPrimary: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonSecondary: var(--mistica-movistar-movistarBlueHC); + --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-blueHigh); + --mistica-color-textButtonSecondary: var(--mistica-movistar-movistarBlue); --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-movistarBlueHC55); + --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-blue800); --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-white); - --mistica-color-textLink: var(--mistica-movistar-movistarBlueHC); + --mistica-color-textLink: var(--mistica-movistar-movistarBlue); --mistica-color-textLinkInverse: var(--mistica-movistar-white); --mistica-color-textLinkNegative: var(--mistica-movistar-white); --mistica-color-textLinkBrand: var(--mistica-movistar-white); --mistica-color-textLinkMedia: var(--mistica-movistar-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-pepper60); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-pepper60); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-movistarBlue30); - --mistica-color-textActivated: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-inputBorder: var(--mistica-movistar-grey4); + --mistica-color-textLinkDanger: var(--mistica-movistar-red); + --mistica-color-textLinkDangerMedia: var(--mistica-movistar-red); + --mistica-color-textLinkSnackbar: var(--mistica-movistar-blue300); + --mistica-color-textActivated: var(--mistica-movistar-blueHigh); + --mistica-color-textBrand: var(--mistica-movistar-blueHigh); + --mistica-color-inputBorder: var(--mistica-movistar-grey500); --mistica-color-inputBorderInverse: var(--mistica-movistar-white); --mistica-color-inputBorderNegative: var(--mistica-movistar-white); --mistica-color-inputBorderBrand: var(--mistica-movistar-white); - --mistica-color-completedStep: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepInverse: var(--mistica-movistar-movistarBlue55); - --mistica-color-completedStepNegative: var(--mistica-movistar-movistarBlue55); - --mistica-color-completedStepBrand: var(--mistica-movistar-movistarBlue55); - --mistica-color-control: var(--mistica-movistar-grey4); + --mistica-color-completedStep: var(--mistica-movistar-movistarBlue); + --mistica-color-completedStepInverse: var(--mistica-movistar-blue100); + --mistica-color-completedStepNegative: var(--mistica-movistar-blue100); + --mistica-color-completedStepBrand: var(--mistica-movistar-blue100); + --mistica-color-control: var(--mistica-movistar-grey500); --mistica-color-controlActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-movistarBlue20); - --mistica-color-controlNegative: var(--mistica-movistar-movistarBlue20); - --mistica-color-controlBrand: var(--mistica-movistar-movistarBlue20); + --mistica-color-controlInverse: var(--mistica-movistar-blueLight); + --mistica-color-controlNegative: var(--mistica-movistar-blueLight); + --mistica-color-controlBrand: var(--mistica-movistar-blueLight); --mistica-color-controlActivatedInverse: var(--mistica-movistar-white); --mistica-color-controlActivatedNegative: var(--mistica-movistar-white); --mistica-color-controlActivatedBrand: var(--mistica-movistar-white); - --mistica-color-controlError: var(--mistica-movistar-pepper55); - --mistica-color-chevronIndicator: var(--mistica-movistar-grey5); - --mistica-color-barTrack: var(--mistica-movistar-grey3); - --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-loadingBar: var(--mistica-movistar-movistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-movistarBlue20); + --mistica-color-controlError: var(--mistica-movistar-red); + --mistica-color-chevronIndicator: var(--mistica-movistar-movistarBlue); + --mistica-color-barTrack: var(--mistica-movistar-grey300); + --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-loadingBar: var(--mistica-movistar-blueLight); + --mistica-color-loadingBarBackground: var(--mistica-movistar-blueHigh); + --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-blue300); --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-white); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-movistarBlue20); + --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-blueLight); --mistica-color-iosControlKnob: var(--mistica-movistar-white); --mistica-color-controlKnobInverse: var(--mistica-movistar-movistarBlue); --mistica-color-controlKnobNegative: var(--mistica-movistar-movistarBlue); --mistica-color-controlKnobBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-divider: var(--mistica-movistar-grey3); + --mistica-color-divider: var(--mistica-movistar-grey200); --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-navigationBarDivider: var(--mistica-movistar-movistarBlue); - --mistica-color-badge: var(--mistica-movistar-pepper55); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-pepper55); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-movistarBlueDark); + --mistica-color-badge: var(--mistica-movistar-red); + --mistica-color-feedbackErrorBackground: var(--mistica-movistar-red); + --mistica-color-feedbackInfoBackground: var(--mistica-movistar-blueDark); --mistica-color-brand: var(--mistica-movistar-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-movistarBlue55); + --mistica-color-brandHigh: var(--mistica-movistar-blueHigh); --mistica-color-inverse: var(--mistica-movistar-white); --mistica-color-negative: var(--mistica-movistar-white); - --mistica-color-neutralHigh: var(--mistica-movistar-movistarBlueDark); + --mistica-color-neutralHigh: var(--mistica-movistar-movistarBlack); --mistica-color-neutralHighNegative: var(--mistica-movistar-white); --mistica-color-neutralHighBrand: var(--mistica-movistar-white); - --mistica-color-neutralMedium: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey5); - --mistica-color-neutralLow: var(--mistica-movistar-grey1); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey2); - --mistica-color-textPrimary: var(--mistica-movistar-movistarBlueDark); + --mistica-color-neutralMedium: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey600); + --mistica-color-neutralLow: var(--mistica-movistar-grey100); + --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey200); + --mistica-color-textPrimary: var(--mistica-movistar-movistarBlack); --mistica-color-textPrimaryInverse: var(--mistica-movistar-white); --mistica-color-textPrimaryNegative: var(--mistica-movistar-white); --mistica-color-textPrimaryBrand: var(--mistica-movistar-white); --mistica-color-textPrimaryMedia: var(--mistica-movistar-white); - --mistica-color-textSecondary: var(--mistica-movistar-grey5); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-success: var(--mistica-movistar-movistarGreen55); - --mistica-color-warning: var(--mistica-movistar-egg55); - --mistica-color-error: var(--mistica-movistar-pepper55); - --mistica-color-textError: var(--mistica-movistar-pepper55); + --mistica-color-textSecondary: var(--mistica-movistar-grey600); + --mistica-color-textSecondaryInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryBrand: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryMedia: var(--mistica-movistar-movistarWhite); + --mistica-color-success: var(--mistica-movistar-emerald); + --mistica-color-warning: var(--mistica-movistar-yellow600); + --mistica-color-error: var(--mistica-movistar-red); + --mistica-color-textError: var(--mistica-movistar-red); --mistica-color-textErrorInverse: var(--mistica-movistar-white); --mistica-color-textErrorNegative: var(--mistica-movistar-white); --mistica-color-textErrorBrand: var(--mistica-movistar-white); - --mistica-color-promo: var(--mistica-movistar-pepper70); + --mistica-color-promo: var(--mistica-movistar-redHigh); --mistica-color-highlight: var(--mistica-movistar-pink55); - --mistica-color-successLow: var(--mistica-movistar-movistarGreen10); - --mistica-color-warningLow: var(--mistica-movistar-egg10); - --mistica-color-errorLow: var(--mistica-movistar-pepper10); - --mistica-color-promoLow: var(--mistica-movistar-pepper10); - --mistica-color-brandLow: var(--mistica-movistar-movistarBlue10); - --mistica-color-successHigh: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHigh: var(--mistica-movistar-egg80); - --mistica-color-errorHigh: var(--mistica-movistar-pepper70); - --mistica-color-promoHigh: var(--mistica-movistar-pepper70); - --mistica-color-successHighInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHighInverse: var(--mistica-movistar-egg80); - --mistica-color-warningHighNegative: var(--mistica-movistar-egg80); - --mistica-color-warningHighBrand: var(--mistica-movistar-egg80); - --mistica-color-errorHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-errorHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-errorHighBrand: var(--mistica-movistar-pepper70); - --mistica-color-promoHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-promoHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-promoHighBrand: var(--mistica-movistar-pepper70); + --mistica-color-successLow: var(--mistica-movistar-green200); + --mistica-color-warningLow: var(--mistica-movistar-yellow200); + --mistica-color-errorLow: var(--mistica-movistar-salmon100); + --mistica-color-promoLow: var(--mistica-movistar-salmon100); + --mistica-color-brandLow: var(--mistica-movistar-blueLight); + --mistica-color-successHigh: var(--mistica-movistar-green700); + --mistica-color-warningHigh: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHigh: var(--mistica-movistar-redHigh); + --mistica-color-promoHigh: var(--mistica-movistar-redHigh); + --mistica-color-successHighInverse: var(--mistica-movistar-emeraldHigh); + --mistica-color-successHighNegative: var(--mistica-movistar-emeraldHigh); + --mistica-color-successHighBrand: var(--mistica-movistar-emeraldHigh); + --mistica-color-warningHighInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHighInverse: var(--mistica-movistar-redHigh); + --mistica-color-errorHighNegative: var(--mistica-movistar-redHigh); + --mistica-color-errorHighBrand: var(--mistica-movistar-redHigh); + --mistica-color-promoHighInverse: var(--mistica-movistar-redHigh); + --mistica-color-promoHighNegative: var(--mistica-movistar-redHigh); + --mistica-color-promoHighBrand: var(--mistica-movistar-redHigh); --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-white); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-movistarBlue20); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-movistarBlue20); + --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-blue300); + --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-blue300); --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-white); - --mistica-color-textAppBar: var(--mistica-movistar-grey5); - --mistica-color-textAppBarSelected: var(--mistica-movistar-movistarBlueHC); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-movistarBlueDark); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-movistarBlueHC55); + --mistica-color-textAppBar: var(--mistica-movistar-grey600); + --mistica-color-textAppBarSelected: var(--mistica-movistar-blue800); + --mistica-color-iosGlassAppBar: var(--mistica-movistar-movistarBlack); + --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-blue800); --mistica-color-customTabsBackground: var(--mistica-movistar-white); --mistica-color-tagTextPromo: var(--mistica-movistar-white); - --mistica-color-tagTextActive: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextInactive: var(--mistica-movistar-grey5); - --mistica-color-tagTextInfo: var(--mistica-movistar-white); - --mistica-color-tagTextSuccess: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextWarning: var(--mistica-movistar-egg80); - --mistica-color-tagTextError: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-movistarBlue10); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey1); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-movistarGreen10); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-egg10); - --mistica-color-tagBackgroundError: var(--mistica-movistar-pepper10); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-pepper70); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey5); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey5); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey5); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-egg80); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-egg80); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-egg80); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-pepper70); + --mistica-color-tagTextActive: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInactive: var(--mistica-movistar-grey600); + --mistica-color-tagTextInfo: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextSuccess: var(--mistica-movistar-emeraldHigh); + --mistica-color-tagTextWarning: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextError: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromo: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActive: var(--mistica-movistar-blue200); + --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey200); + --mistica-color-tagBackgroundInfo: var(--mistica-movistar-blue200); + --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-green200); + --mistica-color-tagBackgroundWarning: var(--mistica-movistar-yellowLight); + --mistica-color-tagBackgroundError: var(--mistica-movistar-salmon200); + --mistica-color-tagTextPromoInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagTextPromoNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagTextPromoBrand: var(--mistica-movistar-redHigh); + --mistica-color-tagTextActiveInverse: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextActiveNegative: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextActiveBrand: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey600); + --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey600); + --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey600); + --mistica-color-tagTextInfoInverse: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInfoNegative: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInfoBrand: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-green700); + --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-green700); + --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-green700); + --mistica-color-tagTextWarningInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextWarningNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextWarningBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextErrorInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagTextErrorNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagTextErrorBrand: var(--mistica-movistar-redHigh); --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-white); --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-white); --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-white); @@ -350,7 +349,7 @@ --mistica-border-radius-container: 16px; --mistica-border-radius-indicator: 24px; --mistica-border-radius-chip: 24px; - --mistica-border-radius-tag: 24px; + --mistica-border-radius-tag: 0px; --mistica-border-radius-input: 12px; --mistica-border-radius-legacyDisplay: 16px; --mistica-border-radius-popup: 8px; @@ -363,20 +362,20 @@ --mistica-font-size-2: 0.875rem; --mistica-line-height-2: 1.25rem; --mistica-font-size-3: 1rem; - --mistica-line-height-3: 1.5rem; + --mistica-line-height-3: 1.375rem; --mistica-font-size-4: 1.125rem; --mistica-line-height-4: 1.5rem; --mistica-font-size-5: 1.25rem; - --mistica-line-height-5: 1.5rem; + --mistica-line-height-5: 1.625rem; --mistica-font-weight-5: 700; --mistica-font-size-6: 1.5rem; - --mistica-line-height-6: 2rem; + --mistica-line-height-6: 1.75rem; --mistica-font-weight-6: 700; --mistica-font-size-7: 1.75rem; --mistica-line-height-7: 2rem; --mistica-font-weight-7: 700; --mistica-font-size-8: 2rem; - --mistica-line-height-8: 2.5rem; + --mistica-line-height-8: 2.375rem; --mistica-font-weight-8: 700; --mistica-font-size-9: 2.5rem; --mistica-line-height-9: 3rem; @@ -388,25 +387,25 @@ --mistica-line-height-cardTitle: 1.5rem; --mistica-font-weight-cardTitle: 700; --mistica-font-size-drawerTitle: 1.25rem; - --mistica-line-height-drawerTitle: 1.5rem; + --mistica-line-height-drawerTitle: 1.625rem; --mistica-font-weight-drawerTitle: 700; - --mistica-font-weight-rowTitle: 400; + --mistica-font-weight-rowTitle: 500; --mistica-font-weight-button: 500; --mistica-font-size-tabsLabel: 1rem; --mistica-line-height-tabsLabel: 1.5rem; --mistica-font-weight-tabsLabel: 500; --mistica-font-weight-link: 500; - --mistica-font-size-title1: 0.75rem; - --mistica-line-height-title1: 1rem; + --mistica-font-size-title1: 0.875rem; + --mistica-line-height-title1: 1.25rem; --mistica-font-weight-title1: 500; --mistica-font-size-title2: 1rem; - --mistica-line-height-title2: 1.5rem; + --mistica-line-height-title2: 1.375rem; --mistica-font-weight-title2: 700; - --mistica-font-size-title3: 1.25rem; + --mistica-font-size-title3: 1.125rem; --mistica-line-height-title3: 1.5rem; --mistica-font-weight-title3: 700; - --mistica-font-size-title4: 1.5rem; - --mistica-line-height-title4: 2rem; + --mistica-font-size-title4: 1.25rem; + --mistica-line-height-title4: 1.625rem; --mistica-font-weight-title4: 700; --mistica-font-weight-indicator: 500; --mistica-font-weight-navigationBar: 500; @@ -423,8 +422,8 @@ --mistica-line-height-cardDescriptionSnap: 1.25rem; --mistica-font-size-cardPretitleDefault: 0.875rem; --mistica-line-height-cardPretitleDefault: 1.25rem; - --mistica-font-size-cardTitleDefault: 1.125rem; - --mistica-line-height-cardTitleDefault: 1.5rem; + --mistica-font-size-cardTitleDefault: 1rem; + --mistica-line-height-cardTitleDefault: 1.375rem; --mistica-font-size-cardSubtitleDefault: 0.875rem; --mistica-line-height-cardSubtitleDefault: 1.25rem; --mistica-font-size-cardDescriptionDefault: 0.875rem; @@ -432,13 +431,13 @@ --mistica-font-size-inputLabel: 0.75rem; --mistica-line-height-inputLabel: 1rem; --mistica-font-size-inputValue: 1rem; - --mistica-line-height-inputValue: 1.5rem; - --mistica-font-size-inputHelperText: 0.75rem; - --mistica-line-height-inputHelperText: 1rem; - --mistica-font-size-stepperStepLabel: 0.875rem; - --mistica-line-height-stepperStepLabel: 1.25rem; - --mistica-font-size-loadingScreenTitle: 1.125rem; - --mistica-line-height-loadingScreenTitle: 1.5rem; + --mistica-line-height-inputValue: 1.375rem; + --mistica-font-size-inputHelperText: 0.875rem; + --mistica-line-height-inputHelperText: 1.25rem; + --mistica-font-size-stepperStepLabel: 0.75rem; + --mistica-line-height-stepperStepLabel: 1rem; + --mistica-font-size-loadingScreenTitle: 1.5rem; + --mistica-line-height-loadingScreenTitle: 1.75rem; } [data-mistica-skin='movistar'][data-mistica-color-scheme='dark'] { @@ -459,10 +458,10 @@ --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-darkModeGrey); --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-darkModeGrey); --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-darkModeGrey), 0.8); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-darkModeGrey6); + --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-grey600); --mistica-color-backgroundBrandTop: var(--mistica-movistar-darkModeBlack); --mistica-color-backgroundBrandBottom: var(--mistica-movistar-darkModeBlack); --mistica-color-appBarBackground: var(--mistica-movistar-darkModeGrey); @@ -471,20 +470,20 @@ --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-white), 0.03); --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-white), 0.05); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.15); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.25); + --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.03); + --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.05); --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-white), 0.03); --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-white), 0.05); - --mistica-color-skeletonWave: var(--mistica-movistar-darkModeGrey6); + --mistica-color-skeletonWave: var(--mistica-movistar-grey600); --mistica-color-borderLow: var(--mistica-movistar-darkModeBlack); --mistica-color-border: var(--mistica-movistar-darkModeGrey); - --mistica-color-borderHigh: var(--mistica-movistar-darkModeGrey5); - --mistica-color-borderSelected: var(--mistica-movistar-movistarBlue); + --mistica-color-borderHigh: var(--mistica-movistar-grey500); + --mistica-color-borderSelected: var(--mistica-movistar-darkModeMovistarBlue); --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-darkModeBlack), 0.25); --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-darkModeBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-pepper55); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-pepper70); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-pepper65); + --mistica-color-buttonDangerBackground: var(--mistica-movistar-red); + --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-redHigh); + --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-redHigh); --mistica-color-buttonLinkDangerBackgroundInverse: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonLinkDangerBackgroundNegative: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonLinkDangerBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); @@ -493,37 +492,37 @@ --mistica-color-buttonLinkDangerBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkDangerBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkDangerBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.08); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-pepper10); + --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-salmon100); --mistica-color-buttonLinkBackgroundPressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-movistarBlue); --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-movistarBlueHC55); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-grey200); --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-darkModeGrey2); + --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-grey200); --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBackgroundHover: rgba(var(--mistica-movistar-raw-white), 0.15); --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-raw-white), 0.15); @@ -539,191 +538,191 @@ --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-white); --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-white); --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonSecondary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-blueHigh); + --mistica-color-textButtonSecondary: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-grey200); --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-darkModeGrey2); + --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-grey200); --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-white); - --mistica-color-textLink: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkBrand: var(--mistica-movistar-movistarBlue); + --mistica-color-textLink: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkInverse: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkNegative: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkBrand: var(--mistica-movistar-darkModeMovistarBlue); --mistica-color-textLinkMedia: var(--mistica-movistar-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-pepper45); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-pepper60); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-movistarBlue); - --mistica-color-textActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-textBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-inputBorder: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-completedStep: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-control: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-controlError: var(--mistica-movistar-pepper45); - --mistica-color-chevronIndicator: var(--mistica-movistar-darkModeGrey5); - --mistica-color-barTrack: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackInverse: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackNegative: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackBrand: var(--mistica-movistar-darkModeGrey6); - --mistica-color-loadingBar: var(--mistica-movistar-movistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-darkModeGrey6); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-darkModeGrey2); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-iosControlKnob: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-divider: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-white), 0.1); + --mistica-color-textLinkDanger: var(--mistica-movistar-red350); + --mistica-color-textLinkDangerMedia: var(--mistica-movistar-red); + --mistica-color-textLinkSnackbar: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textActivated: var(--mistica-movistar-blue300); + --mistica-color-textBrand: var(--mistica-movistar-blue300); + --mistica-color-inputBorder: var(--mistica-movistar-grey400); + --mistica-color-inputBorderInverse: var(--mistica-movistar-grey400); + --mistica-color-inputBorderNegative: var(--mistica-movistar-grey400); + --mistica-color-inputBorderBrand: var(--mistica-movistar-grey400); + --mistica-color-completedStep: var(--mistica-movistar-blue800); + --mistica-color-completedStepInverse: var(--mistica-movistar-blue100); + --mistica-color-completedStepNegative: var(--mistica-movistar-blue100); + --mistica-color-completedStepBrand: var(--mistica-movistar-blue100); + --mistica-color-control: var(--mistica-movistar-grey400); + --mistica-color-controlActivated: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlInverse: var(--mistica-movistar-grey400); + --mistica-color-controlNegative: var(--mistica-movistar-grey400); + --mistica-color-controlBrand: var(--mistica-movistar-grey400); + --mistica-color-controlActivatedInverse: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlActivatedNegative: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlActivatedBrand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlError: var(--mistica-movistar-red); + --mistica-color-chevronIndicator: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-barTrack: var(--mistica-movistar-grey600); + --mistica-color-barTrackInverse: var(--mistica-movistar-grey600); + --mistica-color-barTrackNegative: var(--mistica-movistar-grey600); + --mistica-color-barTrackBrand: var(--mistica-movistar-grey600); + --mistica-color-loadingBar: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-loadingBarBackground: var(--mistica-movistar-grey600); + --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-grey400); + --mistica-color-iosControlKnob: var(--mistica-movistar-grey200); + --mistica-color-controlKnobInverse: var(--mistica-movistar-grey200); + --mistica-color-controlKnobNegative: var(--mistica-movistar-grey200); + --mistica-color-controlKnobBrand: var(--mistica-movistar-grey200); + --mistica-color-divider: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); --mistica-color-navigationBarDivider: var(--mistica-movistar-darkModeBlack); - --mistica-color-badge: var(--mistica-movistar-pepper55); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-pepper55); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-movistarBlueDark); - --mistica-color-brand: var(--mistica-movistar-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-movistarBlue40); - --mistica-color-inverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-negative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHigh: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHighBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHighNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralMedium: var(--mistica-movistar-darkModeGrey5); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey5); - --mistica-color-neutralLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-textPrimary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-badge: var(--mistica-movistar-red600); + --mistica-color-feedbackErrorBackground: var(--mistica-movistar-red); + --mistica-color-feedbackInfoBackground: var(--mistica-movistar-blueDark); + --mistica-color-brand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-brandHigh: var(--mistica-movistar-blueHigh); + --mistica-color-inverse: var(--mistica-movistar-grey200); + --mistica-color-negative: var(--mistica-movistar-grey200); + --mistica-color-neutralHigh: var(--mistica-movistar-grey200); + --mistica-color-neutralHighBrand: var(--mistica-movistar-grey200); + --mistica-color-neutralHighNegative: var(--mistica-movistar-grey200); + --mistica-color-neutralMedium: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey500); + --mistica-color-neutralLow: var(--mistica-movistar-grey700); + --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey700); + --mistica-color-textPrimary: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryBrand: var(--mistica-movistar-movistarWhite); --mistica-color-textPrimaryMedia: var(--mistica-movistar-white); - --mistica-color-textSecondary: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-darkModeGrey4); + --mistica-color-textSecondary: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryInverse: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryNegative: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryBrand: var(--mistica-movistar-grey400); --mistica-color-textSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-success: var(--mistica-movistar-movistarGreen); - --mistica-color-warning: var(--mistica-movistar-egg); - --mistica-color-error: var(--mistica-movistar-pepper45); - --mistica-color-textError: var(--mistica-movistar-pepper45); - --mistica-color-textErrorInverse: var(--mistica-movistar-pepper45); - --mistica-color-textErrorNegative: var(--mistica-movistar-pepper45); - --mistica-color-textErrorBrand: var(--mistica-movistar-pepper45); - --mistica-color-promo: var(--mistica-movistar-pepper45); + --mistica-color-success: var(--mistica-movistar-emerald); + --mistica-color-warning: var(--mistica-movistar-yellow); + --mistica-color-error: var(--mistica-movistar-red350); + --mistica-color-textError: var(--mistica-movistar-red350); + --mistica-color-textErrorInverse: var(--mistica-movistar-red350); + --mistica-color-textErrorNegative: var(--mistica-movistar-red350); + --mistica-color-textErrorBrand: var(--mistica-movistar-red350); + --mistica-color-promo: var(--mistica-movistar-red350); --mistica-color-highlight: var(--mistica-movistar-pink45); - --mistica-color-successLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-warningLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-errorLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-promoLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-brandLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-successHigh: var(--mistica-movistar-movistarGreen40); - --mistica-color-warningHigh: var(--mistica-movistar-egg40); - --mistica-color-errorHigh: var(--mistica-movistar-pepper45); - --mistica-color-promoHigh: var(--mistica-movistar-pepper45); - --mistica-color-successHighInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHighInverse: var(--mistica-movistar-egg80); - --mistica-color-warningHighNegative: var(--mistica-movistar-egg80); - --mistica-color-warningHighBrand: var(--mistica-movistar-egg80); - --mistica-color-errorHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-errorHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-errorHighBrand: var(--mistica-movistar-pepper70); - --mistica-color-promoHighInverse: var(--mistica-movistar-pepper45); - --mistica-color-promoHighNegative: var(--mistica-movistar-pepper45); - --mistica-color-promoHighBrand: var(--mistica-movistar-pepper45); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textAppBar: var(--mistica-movistar-darkModeGrey4); + --mistica-color-successLow: var(--mistica-movistar-grey700); + --mistica-color-warningLow: var(--mistica-movistar-grey700); + --mistica-color-errorLow: var(--mistica-movistar-grey700); + --mistica-color-promoLow: var(--mistica-movistar-grey700); + --mistica-color-brandLow: var(--mistica-movistar-blueDark); + --mistica-color-successHigh: var(--mistica-movistar-emeraldHigh); + --mistica-color-warningHigh: var(--mistica-movistar-yellow400); + --mistica-color-errorHigh: var(--mistica-movistar-red); + --mistica-color-promoHigh: var(--mistica-movistar-red); + --mistica-color-successHighInverse: var(--mistica-movistar-green700); + --mistica-color-successHighNegative: var(--mistica-movistar-green700); + --mistica-color-successHighBrand: var(--mistica-movistar-green700); + --mistica-color-warningHighInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHighInverse: var(--mistica-movistar-red); + --mistica-color-errorHighNegative: var(--mistica-movistar-red); + --mistica-color-errorHighBrand: var(--mistica-movistar-red); + --mistica-color-promoHighInverse: var(--mistica-movistar-red); + --mistica-color-promoHighNegative: var(--mistica-movistar-red); + --mistica-color-promoHighBrand: var(--mistica-movistar-red); + --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-grey200); + --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-grey400); + --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-grey400); + --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-grey200); + --mistica-color-textAppBar: var(--mistica-movistar-grey400); --mistica-color-textAppBarSelected: var(--mistica-movistar-movistarBlue); --mistica-color-iosGlassAppBar: var(--mistica-movistar-white); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-white); + --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-blue200); --mistica-color-customTabsBackground: var(--mistica-movistar-darkModeBlack); - --mistica-color-tagTextPromo: var(--mistica-movistar-white); - --mistica-color-tagTextActive: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextInactive: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInfo: var(--mistica-movistar-white); - --mistica-color-tagTextSuccess: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextWarning: var(--mistica-movistar-egg40); - --mistica-color-tagTextError: var(--mistica-movistar-pepper45); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundError: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-white); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-white); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-white); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-white); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-white); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-white); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-egg40); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-egg40); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-egg40); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-pepper45); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-pepper45); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-pepper45); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-darkModeGrey7); + --mistica-color-tagTextPromo: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextActive: var(--mistica-movistar-blue300); + --mistica-color-tagTextInactive: var(--mistica-movistar-grey300); + --mistica-color-tagTextInfo: var(--mistica-movistar-blue300); + --mistica-color-tagTextSuccess: var(--mistica-movistar-green400); + --mistica-color-tagTextWarning: var(--mistica-movistar-yellow400); + --mistica-color-tagTextError: var(--mistica-movistar-red350); + --mistica-color-tagBackgroundPromo: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActive: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfo: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarning: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundError: var(--mistica-movistar-grey700); + --mistica-color-tagTextPromoInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextPromoNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextPromoBrand: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextActiveInverse: var(--mistica-movistar-blue300); + --mistica-color-tagTextActiveNegative: var(--mistica-movistar-blue300); + --mistica-color-tagTextActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey300); + --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey300); + --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey300); + --mistica-color-tagTextInfoInverse: var(--mistica-movistar-blue300); + --mistica-color-tagTextInfoNegative: var(--mistica-movistar-blue300); + --mistica-color-tagTextInfoBrand: var(--mistica-movistar-blue300); + --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-green400); + --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-green400); + --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-green400); + --mistica-color-tagTextWarningInverse: var(--mistica-movistar-yellow400); + --mistica-color-tagTextWarningNegative: var(--mistica-movistar-yellow400); + --mistica-color-tagTextWarningBrand: var(--mistica-movistar-yellow400); + --mistica-color-tagTextErrorInverse: var(--mistica-movistar-red350); + --mistica-color-tagTextErrorNegative: var(--mistica-movistar-red350); + --mistica-color-tagTextErrorBrand: var(--mistica-movistar-red350); + --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-grey700); --mistica-color-cardContentOverlay: linear-gradient( 180deg, rgba(var(--mistica-movistar-raw-black), 0) 0%, @@ -752,10 +751,10 @@ --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-darkModeGrey); --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-darkModeGrey); --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-darkModeGrey), 0.8); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-darkModeGrey6); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-darkModeGrey6); + --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonNegative: var(--mistica-movistar-grey600); + --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-grey600); --mistica-color-backgroundBrandTop: var(--mistica-movistar-darkModeBlack); --mistica-color-backgroundBrandBottom: var(--mistica-movistar-darkModeBlack); --mistica-color-appBarBackground: var(--mistica-movistar-darkModeGrey); @@ -764,20 +763,20 @@ --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-white), 0.03); --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-white), 0.05); - --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.15); - --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.25); + --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.03); + --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.05); --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-white), 0.03); --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-white), 0.05); - --mistica-color-skeletonWave: var(--mistica-movistar-darkModeGrey6); + --mistica-color-skeletonWave: var(--mistica-movistar-grey600); --mistica-color-borderLow: var(--mistica-movistar-darkModeBlack); --mistica-color-border: var(--mistica-movistar-darkModeGrey); - --mistica-color-borderHigh: var(--mistica-movistar-darkModeGrey5); - --mistica-color-borderSelected: var(--mistica-movistar-movistarBlue); + --mistica-color-borderHigh: var(--mistica-movistar-grey500); + --mistica-color-borderSelected: var(--mistica-movistar-darkModeMovistarBlue); --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-darkModeBlack), 0.25); --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-darkModeBlack), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-pepper55); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-pepper70); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-pepper65); + --mistica-color-buttonDangerBackground: var(--mistica-movistar-red); + --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-redHigh); + --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-redHigh); --mistica-color-buttonLinkDangerBackgroundInverse: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonLinkDangerBackgroundNegative: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonLinkDangerBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); @@ -792,37 +791,37 @@ 0.08 ); --mistica-color-buttonLinkDangerBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.08); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-pepper10); + --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-salmon100); --mistica-color-buttonLinkBackgroundPressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.08); --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-movistarBlue); + --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-movistarBlue); --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-movistarBlueHC55); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-blue800); + --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-grey200); --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-darkModeGrey2); + --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-grey200); + --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-grey200); --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBackgroundHover: rgba(var(--mistica-movistar-raw-white), 0.15); --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-raw-white), 0.15); @@ -844,191 +843,191 @@ --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-white); --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-white); --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonSecondary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-blueLight); + --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-blueHigh); + --mistica-color-textButtonSecondary: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-grey200); --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-darkModeGrey2); + --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-grey200); + --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-grey200); --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-white); - --mistica-color-textLink: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-textLinkBrand: var(--mistica-movistar-movistarBlue); + --mistica-color-textLink: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkInverse: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkNegative: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textLinkBrand: var(--mistica-movistar-darkModeMovistarBlue); --mistica-color-textLinkMedia: var(--mistica-movistar-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-pepper45); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-pepper60); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-movistarBlue); - --mistica-color-textActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-textBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-inputBorder: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-inputBorderBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-completedStep: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-control: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-controlActivatedInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-controlActivatedNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-controlActivatedBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-controlError: var(--mistica-movistar-pepper45); - --mistica-color-chevronIndicator: var(--mistica-movistar-darkModeGrey5); - --mistica-color-barTrack: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackInverse: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackNegative: var(--mistica-movistar-darkModeGrey6); - --mistica-color-barTrackBrand: var(--mistica-movistar-darkModeGrey6); - --mistica-color-loadingBar: var(--mistica-movistar-movistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-darkModeGrey6); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-darkModeGrey2); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-darkModeGrey4); - --mistica-color-iosControlKnob: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-controlKnobBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-divider: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-white), 0.1); - --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-white), 0.1); + --mistica-color-textLinkDanger: var(--mistica-movistar-red350); + --mistica-color-textLinkDangerMedia: var(--mistica-movistar-red); + --mistica-color-textLinkSnackbar: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-textActivated: var(--mistica-movistar-blue300); + --mistica-color-textBrand: var(--mistica-movistar-blue300); + --mistica-color-inputBorder: var(--mistica-movistar-grey400); + --mistica-color-inputBorderInverse: var(--mistica-movistar-grey400); + --mistica-color-inputBorderNegative: var(--mistica-movistar-grey400); + --mistica-color-inputBorderBrand: var(--mistica-movistar-grey400); + --mistica-color-completedStep: var(--mistica-movistar-blue800); + --mistica-color-completedStepInverse: var(--mistica-movistar-blue100); + --mistica-color-completedStepNegative: var(--mistica-movistar-blue100); + --mistica-color-completedStepBrand: var(--mistica-movistar-blue100); + --mistica-color-control: var(--mistica-movistar-grey400); + --mistica-color-controlActivated: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlInverse: var(--mistica-movistar-grey400); + --mistica-color-controlNegative: var(--mistica-movistar-grey400); + --mistica-color-controlBrand: var(--mistica-movistar-grey400); + --mistica-color-controlActivatedInverse: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlActivatedNegative: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlActivatedBrand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-controlError: var(--mistica-movistar-red); + --mistica-color-chevronIndicator: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-barTrack: var(--mistica-movistar-grey600); + --mistica-color-barTrackInverse: var(--mistica-movistar-grey600); + --mistica-color-barTrackNegative: var(--mistica-movistar-grey600); + --mistica-color-barTrackBrand: var(--mistica-movistar-grey600); + --mistica-color-loadingBar: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-loadingBarBackground: var(--mistica-movistar-grey600); + --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-grey400); + --mistica-color-iosControlKnob: var(--mistica-movistar-grey200); + --mistica-color-controlKnobInverse: var(--mistica-movistar-grey200); + --mistica-color-controlKnobNegative: var(--mistica-movistar-grey200); + --mistica-color-controlKnobBrand: var(--mistica-movistar-grey200); + --mistica-color-divider: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); + --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-movistarWhite), 0.1); --mistica-color-navigationBarDivider: var(--mistica-movistar-darkModeBlack); - --mistica-color-badge: var(--mistica-movistar-pepper55); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-pepper55); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-movistarBlueDark); - --mistica-color-brand: var(--mistica-movistar-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-movistarBlue40); - --mistica-color-inverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-negative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHigh: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHighBrand: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralHighNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-neutralMedium: var(--mistica-movistar-darkModeGrey5); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey5); - --mistica-color-neutralLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-textPrimary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryInverse: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryNegative: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textPrimaryBrand: var(--mistica-movistar-darkModeGrey2); + --mistica-color-badge: var(--mistica-movistar-red600); + --mistica-color-feedbackErrorBackground: var(--mistica-movistar-red); + --mistica-color-feedbackInfoBackground: var(--mistica-movistar-blueDark); + --mistica-color-brand: var(--mistica-movistar-darkModeMovistarBlue); + --mistica-color-brandHigh: var(--mistica-movistar-blueHigh); + --mistica-color-inverse: var(--mistica-movistar-grey200); + --mistica-color-negative: var(--mistica-movistar-grey200); + --mistica-color-neutralHigh: var(--mistica-movistar-grey200); + --mistica-color-neutralHighBrand: var(--mistica-movistar-grey200); + --mistica-color-neutralHighNegative: var(--mistica-movistar-grey200); + --mistica-color-neutralMedium: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey500); + --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey500); + --mistica-color-neutralLow: var(--mistica-movistar-grey700); + --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey700); + --mistica-color-textPrimary: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-textPrimaryBrand: var(--mistica-movistar-movistarWhite); --mistica-color-textPrimaryMedia: var(--mistica-movistar-white); - --mistica-color-textSecondary: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-darkModeGrey4); + --mistica-color-textSecondary: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryInverse: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryNegative: var(--mistica-movistar-grey400); + --mistica-color-textSecondaryBrand: var(--mistica-movistar-grey400); --mistica-color-textSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-success: var(--mistica-movistar-movistarGreen); - --mistica-color-warning: var(--mistica-movistar-egg); - --mistica-color-error: var(--mistica-movistar-pepper45); - --mistica-color-textError: var(--mistica-movistar-pepper45); - --mistica-color-textErrorInverse: var(--mistica-movistar-pepper45); - --mistica-color-textErrorNegative: var(--mistica-movistar-pepper45); - --mistica-color-textErrorBrand: var(--mistica-movistar-pepper45); - --mistica-color-promo: var(--mistica-movistar-pepper45); + --mistica-color-success: var(--mistica-movistar-emerald); + --mistica-color-warning: var(--mistica-movistar-yellow); + --mistica-color-error: var(--mistica-movistar-red350); + --mistica-color-textError: var(--mistica-movistar-red350); + --mistica-color-textErrorInverse: var(--mistica-movistar-red350); + --mistica-color-textErrorNegative: var(--mistica-movistar-red350); + --mistica-color-textErrorBrand: var(--mistica-movistar-red350); + --mistica-color-promo: var(--mistica-movistar-red350); --mistica-color-highlight: var(--mistica-movistar-pink45); - --mistica-color-successLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-warningLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-errorLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-promoLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-brandLow: var(--mistica-movistar-darkModeGrey7); - --mistica-color-successHigh: var(--mistica-movistar-movistarGreen40); - --mistica-color-warningHigh: var(--mistica-movistar-egg40); - --mistica-color-errorHigh: var(--mistica-movistar-pepper45); - --mistica-color-promoHigh: var(--mistica-movistar-pepper45); - --mistica-color-successHighInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHighInverse: var(--mistica-movistar-egg80); - --mistica-color-warningHighNegative: var(--mistica-movistar-egg80); - --mistica-color-warningHighBrand: var(--mistica-movistar-egg80); - --mistica-color-errorHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-errorHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-errorHighBrand: var(--mistica-movistar-pepper70); - --mistica-color-promoHighInverse: var(--mistica-movistar-pepper45); - --mistica-color-promoHighNegative: var(--mistica-movistar-pepper45); - --mistica-color-promoHighBrand: var(--mistica-movistar-pepper45); - --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-darkModeGrey4); - --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-darkModeGrey2); - --mistica-color-textAppBar: var(--mistica-movistar-darkModeGrey4); + --mistica-color-successLow: var(--mistica-movistar-grey700); + --mistica-color-warningLow: var(--mistica-movistar-grey700); + --mistica-color-errorLow: var(--mistica-movistar-grey700); + --mistica-color-promoLow: var(--mistica-movistar-grey700); + --mistica-color-brandLow: var(--mistica-movistar-blueDark); + --mistica-color-successHigh: var(--mistica-movistar-emeraldHigh); + --mistica-color-warningHigh: var(--mistica-movistar-yellow400); + --mistica-color-errorHigh: var(--mistica-movistar-red); + --mistica-color-promoHigh: var(--mistica-movistar-red); + --mistica-color-successHighInverse: var(--mistica-movistar-green700); + --mistica-color-successHighNegative: var(--mistica-movistar-green700); + --mistica-color-successHighBrand: var(--mistica-movistar-green700); + --mistica-color-warningHighInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHighInverse: var(--mistica-movistar-red); + --mistica-color-errorHighNegative: var(--mistica-movistar-red); + --mistica-color-errorHighBrand: var(--mistica-movistar-red); + --mistica-color-promoHighInverse: var(--mistica-movistar-red); + --mistica-color-promoHighNegative: var(--mistica-movistar-red); + --mistica-color-promoHighBrand: var(--mistica-movistar-red); + --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-grey200); + --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-grey400); + --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-grey400); + --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-grey200); + --mistica-color-textAppBar: var(--mistica-movistar-grey400); --mistica-color-textAppBarSelected: var(--mistica-movistar-movistarBlue); --mistica-color-iosGlassAppBar: var(--mistica-movistar-white); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-white); + --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-blue200); --mistica-color-customTabsBackground: var(--mistica-movistar-darkModeBlack); - --mistica-color-tagTextPromo: var(--mistica-movistar-white); - --mistica-color-tagTextActive: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextInactive: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInfo: var(--mistica-movistar-white); - --mistica-color-tagTextSuccess: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextWarning: var(--mistica-movistar-egg40); - --mistica-color-tagTextError: var(--mistica-movistar-pepper45); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundError: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-white); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-white); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-white); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-darkModeGrey3); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-white); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-white); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-white); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-movistarGreen40); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-egg40); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-egg40); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-egg40); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-pepper45); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-pepper45); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-pepper45); - --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-darkModeGrey7); - --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-darkModeGrey7); + --mistica-color-tagTextPromo: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextActive: var(--mistica-movistar-blue300); + --mistica-color-tagTextInactive: var(--mistica-movistar-grey300); + --mistica-color-tagTextInfo: var(--mistica-movistar-blue300); + --mistica-color-tagTextSuccess: var(--mistica-movistar-green400); + --mistica-color-tagTextWarning: var(--mistica-movistar-yellow400); + --mistica-color-tagTextError: var(--mistica-movistar-red350); + --mistica-color-tagBackgroundPromo: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActive: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfo: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarning: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundError: var(--mistica-movistar-grey700); + --mistica-color-tagTextPromoInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextPromoNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextPromoBrand: var(--mistica-movistar-movistarWhite); + --mistica-color-tagTextActiveInverse: var(--mistica-movistar-blue300); + --mistica-color-tagTextActiveNegative: var(--mistica-movistar-blue300); + --mistica-color-tagTextActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey300); + --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey300); + --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey300); + --mistica-color-tagTextInfoInverse: var(--mistica-movistar-blue300); + --mistica-color-tagTextInfoNegative: var(--mistica-movistar-blue300); + --mistica-color-tagTextInfoBrand: var(--mistica-movistar-blue300); + --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-green400); + --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-green400); + --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-green400); + --mistica-color-tagTextWarningInverse: var(--mistica-movistar-yellow400); + --mistica-color-tagTextWarningNegative: var(--mistica-movistar-yellow400); + --mistica-color-tagTextWarningBrand: var(--mistica-movistar-yellow400); + --mistica-color-tagTextErrorInverse: var(--mistica-movistar-red350); + --mistica-color-tagTextErrorNegative: var(--mistica-movistar-red350); + --mistica-color-tagTextErrorBrand: var(--mistica-movistar-red350); + --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActiveInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundActiveNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundActiveBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInactiveBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundInfoBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundSuccessBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundWarningBrand: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorInverse: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorNegative: var(--mistica-movistar-grey700); + --mistica-color-tagBackgroundErrorBrand: var(--mistica-movistar-grey700); --mistica-color-cardContentOverlay: linear-gradient( 180deg, rgba(var(--mistica-movistar-raw-black), 0) 0%, @@ -1040,94 +1039,94 @@ [data-mistica-skin='movistar'][data-mistica-color-scheme='light'] { --mistica-color-background: var(--mistica-movistar-white); - --mistica-color-backgroundAlternative: var(--mistica-movistar-grey1); + --mistica-color-backgroundAlternative: var(--mistica-movistar-movistarWhite); --mistica-color-backgroundBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundNegative: var(--mistica-movistar-movistarBlueDark); - --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-movistarBlueDark); + --mistica-color-backgroundNegative: var(--mistica-movistar-movistarBlack); + --mistica-color-backgroundBrandSecondary: var(--mistica-movistar-movistarBlack); --mistica-color-backgroundContainer: var(--mistica-movistar-white); - --mistica-color-backgroundContainerError: var(--mistica-movistar-pepper10); - --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-raw-black), 0.05); - --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-raw-black), 0.08); + --mistica-color-backgroundContainerError: var(--mistica-movistar-salmon100); + --mistica-color-backgroundContainerHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.05); + --mistica-color-backgroundContainerPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.08); --mistica-color-backgroundContainerBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-movistarBlue55); - --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-movistarBlue55); - --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-grey1); - --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-movistarBlueDark), 0.6); - --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey2); - --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-movistarBlue55); + --mistica-color-backgroundContainerBrandHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundContainerBrandPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.4); + --mistica-color-backgroundContainerBrandOverInverse: var(--mistica-movistar-blue800); + --mistica-color-backgroundContainerNegative: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundContainerBrandOverBrand: var(--mistica-movistar-blue800); + --mistica-color-backgroundContainerAlternative: var(--mistica-movistar-grey100); + --mistica-color-backgroundOverlay: rgba(var(--mistica-movistar-raw-movistarBlack), 0.6); + --mistica-color-backgroundSkeleton: var(--mistica-movistar-grey200); + --mistica-color-backgroundSkeletonInverse: var(--mistica-movistar-blue800); --mistica-color-backgroundSkeletonNegative: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-movistarBlue55); + --mistica-color-backgroundSkeletonBrand: var(--mistica-movistar-blue800); --mistica-color-backgroundBrandTop: var(--mistica-movistar-movistarBlue); --mistica-color-backgroundBrandBottom: var(--mistica-movistar-movistarBlue); --mistica-color-appBarBackground: var(--mistica-movistar-white); --mistica-color-navigationBarBackground: var(--mistica-movistar-movistarBlue); - --mistica-color-backgroundDropZoneHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-backgroundDropZoneDragover: var(--mistica-movistar-movistarBlue15); - --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-black), 0.2); + --mistica-color-backgroundDropZoneHover: rgba(var(--mistica-movistar-raw-movistarBlue), 0.05); + --mistica-color-backgroundDropZoneDragover: rgba(var(--mistica-movistar-raw-movistarBlue), 0.08); + --mistica-color-backgroundDropZoneBrandHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.08); + --mistica-color-backgroundDropZoneBrandDragover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.1); --mistica-color-backgroundDropZoneNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.1); --mistica-color-backgroundDropZoneNegativeDragover: rgba(var(--mistica-movistar-raw-white), 0.17); - --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-black), 0.1); - --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-black), 0.2); - --mistica-color-skeletonWave: var(--mistica-movistar-grey2); - --mistica-color-borderLow: var(--mistica-movistar-grey1); - --mistica-color-border: var(--mistica-movistar-grey3); - --mistica-color-borderHigh: var(--mistica-movistar-grey5); - --mistica-color-borderSelected: var(--mistica-movistar-movistarBlue); - --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-black), 0.25); - --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-black), 0.35); - --mistica-color-buttonDangerBackground: var(--mistica-movistar-pepper55); - --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-pepper70); - --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-pepper65); + --mistica-color-backgroundDropZoneMediaHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.2); + --mistica-color-backgroundDropZoneMediaDragover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.4); + --mistica-color-skeletonWave: var(--mistica-movistar-grey200); + --mistica-color-borderLow: var(--mistica-movistar-grey100); + --mistica-color-border: var(--mistica-movistar-grey300); + --mistica-color-borderHigh: var(--mistica-movistar-grey600); + --mistica-color-borderSelected: var(--mistica-movistar-blue800); + --mistica-color-coverBackgroundHover: rgba(var(--mistica-movistar-raw-movistarBlack), 0.25); + --mistica-color-coverBackgroundPressed: rgba(var(--mistica-movistar-raw-movistarBlack), 0.35); + --mistica-color-buttonDangerBackground: var(--mistica-movistar-red); + --mistica-color-buttonDangerBackgroundPressed: var(--mistica-movistar-redHigh); + --mistica-color-buttonDangerBackgroundHover: var(--mistica-movistar-redHigh); --mistica-color-buttonLinkDangerBackgroundInverse: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundNegative: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundBrand: var(--mistica-movistar-white); --mistica-color-buttonLinkDangerBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-pepper10); - --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonLinkDangerBackgroundPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundInversePressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundNegativePressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundBrandPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkDangerBackgroundMediaPressed: var(--mistica-movistar-salmon100); + --mistica-color-buttonLinkBackgroundPressed: var(--mistica-movistar-blue200); + --mistica-color-buttonLinkBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundNegativePressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonLinkBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.3); + --mistica-color-buttonPrimaryBackground: var(--mistica-movistar-movistarBlue); --mistica-color-buttonPrimaryBackgroundInverse: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundNegative: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundBrand: var(--mistica-movistar-white); --mistica-color-buttonPrimaryBackgroundMedia: var(--mistica-movistar-white); - --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-movistarBlueHC55); - --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-movistarBlueHC65); - --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-movistarBlue10); - --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonPrimaryBackgroundHover: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInverseHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundNegativeHover: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundBrandHover: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundMediaHover: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundPressed: var(--mistica-movistar-blueHigh); + --mistica-color-buttonPrimaryBackgroundInversePressed: var(--mistica-movistar-blue200); + --mistica-color-buttonPrimaryBackgroundNegativePressed: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundBrandPressed: var(--mistica-movistar-blue100); + --mistica-color-buttonPrimaryBackgroundMediaPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundBrand: rgba(var(--mistica-movistar-raw-white), 0); - --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-movistarBlueHC); + --mistica-color-buttonSecondaryBorder: var(--mistica-movistar-movistarBlue); --mistica-color-buttonSecondaryBorderInverse: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderNegative: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderBrand: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderMedia: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-movistarBlueHC65); + --mistica-color-buttonSecondaryBorderPressed: var(--mistica-movistar-blue800); --mistica-color-buttonSecondaryBorderInversePressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderNegativePressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderBrandPressed: var(--mistica-movistar-white); --mistica-color-buttonSecondaryBorderMediaPressed: var(--mistica-movistar-white); - --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-movistarBlue10); + --mistica-color-buttonSecondaryBackgroundHover: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundInverseHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundNegativeHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundBrandHover: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-buttonSecondaryBackgroundMediaHover: rgba(var(--mistica-movistar-raw-white), 0.2); - --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-movistarBlue15); + --mistica-color-buttonSecondaryBackgroundPressed: var(--mistica-movistar-blue200); --mistica-color-buttonSecondaryBackgroundInversePressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-buttonSecondaryBackgroundNegativePressed: rgba( var(--mistica-movistar-raw-white), @@ -1136,173 +1135,173 @@ --mistica-color-buttonSecondaryBackgroundBrandPressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-buttonSecondaryBackgroundMediaPressed: rgba(var(--mistica-movistar-raw-white), 0.3); --mistica-color-textButtonPrimary: var(--mistica-movistar-white); - --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textButtonSecondary: var(--mistica-movistar-movistarBlueHC); + --mistica-color-textButtonPrimaryInverse: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryNegative: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryBrand: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryMedia: var(--mistica-movistar-movistarBlue); + --mistica-color-textButtonPrimaryInversePressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryNegativePressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryBrandPressed: var(--mistica-movistar-blue800); + --mistica-color-textButtonPrimaryMediaPressed: var(--mistica-movistar-blueHigh); + --mistica-color-textButtonSecondary: var(--mistica-movistar-movistarBlue); --mistica-color-textButtonSecondaryInverse: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryNegative: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryBrand: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-movistarBlueHC55); + --mistica-color-textButtonSecondaryPressed: var(--mistica-movistar-blue800); --mistica-color-textButtonSecondaryInversePressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryNegativePressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryBrandPressed: var(--mistica-movistar-white); --mistica-color-textButtonSecondaryMediaPressed: var(--mistica-movistar-white); - --mistica-color-textLink: var(--mistica-movistar-movistarBlueHC); + --mistica-color-textLink: var(--mistica-movistar-movistarBlue); --mistica-color-textLinkInverse: var(--mistica-movistar-white); --mistica-color-textLinkNegative: var(--mistica-movistar-white); --mistica-color-textLinkBrand: var(--mistica-movistar-white); --mistica-color-textLinkMedia: var(--mistica-movistar-white); - --mistica-color-textLinkDanger: var(--mistica-movistar-pepper60); - --mistica-color-textLinkDangerMedia: var(--mistica-movistar-pepper60); - --mistica-color-textLinkSnackbar: var(--mistica-movistar-movistarBlue30); - --mistica-color-textActivated: var(--mistica-movistar-movistarBlueHC); - --mistica-color-textBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-inputBorder: var(--mistica-movistar-grey4); + --mistica-color-textLinkDanger: var(--mistica-movistar-red); + --mistica-color-textLinkDangerMedia: var(--mistica-movistar-red); + --mistica-color-textLinkSnackbar: var(--mistica-movistar-blue300); + --mistica-color-textActivated: var(--mistica-movistar-blueHigh); + --mistica-color-textBrand: var(--mistica-movistar-blueHigh); + --mistica-color-inputBorder: var(--mistica-movistar-grey500); --mistica-color-inputBorderInverse: var(--mistica-movistar-white); --mistica-color-inputBorderNegative: var(--mistica-movistar-white); --mistica-color-inputBorderBrand: var(--mistica-movistar-white); - --mistica-color-completedStep: var(--mistica-movistar-movistarBlueHC); - --mistica-color-completedStepInverse: var(--mistica-movistar-movistarBlue55); - --mistica-color-completedStepNegative: var(--mistica-movistar-movistarBlue55); - --mistica-color-completedStepBrand: var(--mistica-movistar-movistarBlue55); - --mistica-color-control: var(--mistica-movistar-grey4); + --mistica-color-completedStep: var(--mistica-movistar-movistarBlue); + --mistica-color-completedStepInverse: var(--mistica-movistar-blue100); + --mistica-color-completedStepNegative: var(--mistica-movistar-blue100); + --mistica-color-completedStepBrand: var(--mistica-movistar-blue100); + --mistica-color-control: var(--mistica-movistar-grey500); --mistica-color-controlActivated: var(--mistica-movistar-movistarBlue); - --mistica-color-controlInverse: var(--mistica-movistar-movistarBlue20); - --mistica-color-controlNegative: var(--mistica-movistar-movistarBlue20); - --mistica-color-controlBrand: var(--mistica-movistar-movistarBlue20); + --mistica-color-controlInverse: var(--mistica-movistar-blueLight); + --mistica-color-controlNegative: var(--mistica-movistar-blueLight); + --mistica-color-controlBrand: var(--mistica-movistar-blueLight); --mistica-color-controlActivatedInverse: var(--mistica-movistar-white); --mistica-color-controlActivatedNegative: var(--mistica-movistar-white); --mistica-color-controlActivatedBrand: var(--mistica-movistar-white); - --mistica-color-controlError: var(--mistica-movistar-pepper55); - --mistica-color-chevronIndicator: var(--mistica-movistar-grey5); - --mistica-color-barTrack: var(--mistica-movistar-grey3); - --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-raw-black), 0.14); - --mistica-color-loadingBar: var(--mistica-movistar-movistarBlue); - --mistica-color-loadingBarBackground: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-movistarBlue20); + --mistica-color-controlError: var(--mistica-movistar-red); + --mistica-color-chevronIndicator: var(--mistica-movistar-movistarBlue); + --mistica-color-barTrack: var(--mistica-movistar-grey300); + --mistica-color-barTrackInverse: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-barTrackNegative: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-barTrackBrand: rgba(var(--mistica-movistar-raw-movistarBlack), 0.14); + --mistica-color-loadingBar: var(--mistica-movistar-blueLight); + --mistica-color-loadingBarBackground: var(--mistica-movistar-blueHigh); + --mistica-color-toggleAndroidInactive: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActive: var(--mistica-movistar-blue300); --mistica-color-toggleAndroidActiveBrand: var(--mistica-movistar-white); - --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey2); - --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-movistarBlue20); - --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-movistarBlue20); + --mistica-color-toggleAndroidInactiveBrand: var(--mistica-movistar-grey200); + --mistica-color-toggleAndroidBackgroundActiveBrand: var(--mistica-movistar-blue300); + --mistica-color-toggleAndroidBackgroundInactiveBrand: var(--mistica-movistar-blueLight); --mistica-color-iosControlKnob: var(--mistica-movistar-white); --mistica-color-controlKnobInverse: var(--mistica-movistar-movistarBlue); --mistica-color-controlKnobNegative: var(--mistica-movistar-movistarBlue); --mistica-color-controlKnobBrand: var(--mistica-movistar-movistarBlue); - --mistica-color-divider: var(--mistica-movistar-grey3); + --mistica-color-divider: var(--mistica-movistar-grey200); --mistica-color-dividerInverse: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-dividerNegative: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-dividerBrand: rgba(var(--mistica-movistar-raw-white), 0.2); --mistica-color-navigationBarDivider: var(--mistica-movistar-movistarBlue); - --mistica-color-badge: var(--mistica-movistar-pepper55); - --mistica-color-feedbackErrorBackground: var(--mistica-movistar-pepper55); - --mistica-color-feedbackInfoBackground: var(--mistica-movistar-movistarBlueDark); + --mistica-color-badge: var(--mistica-movistar-red); + --mistica-color-feedbackErrorBackground: var(--mistica-movistar-red); + --mistica-color-feedbackInfoBackground: var(--mistica-movistar-blueDark); --mistica-color-brand: var(--mistica-movistar-movistarBlue); - --mistica-color-brandHigh: var(--mistica-movistar-movistarBlue55); + --mistica-color-brandHigh: var(--mistica-movistar-blueHigh); --mistica-color-inverse: var(--mistica-movistar-white); --mistica-color-negative: var(--mistica-movistar-white); - --mistica-color-neutralHigh: var(--mistica-movistar-movistarBlueDark); + --mistica-color-neutralHigh: var(--mistica-movistar-movistarBlack); --mistica-color-neutralHighBrand: var(--mistica-movistar-white); --mistica-color-neutralHighNegative: var(--mistica-movistar-white); - --mistica-color-neutralMedium: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey5); - --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey5); - --mistica-color-neutralLow: var(--mistica-movistar-grey1); - --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey2); - --mistica-color-textPrimary: var(--mistica-movistar-movistarBlueDark); + --mistica-color-neutralMedium: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumInverse: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumNegative: var(--mistica-movistar-grey600); + --mistica-color-neutralMediumBrand: var(--mistica-movistar-grey600); + --mistica-color-neutralLow: var(--mistica-movistar-grey100); + --mistica-color-neutralLowAlternative: var(--mistica-movistar-grey200); + --mistica-color-textPrimary: var(--mistica-movistar-movistarBlack); --mistica-color-textPrimaryInverse: var(--mistica-movistar-white); --mistica-color-textPrimaryNegative: var(--mistica-movistar-white); --mistica-color-textPrimaryBrand: var(--mistica-movistar-white); --mistica-color-textPrimaryMedia: var(--mistica-movistar-white); - --mistica-color-textSecondary: var(--mistica-movistar-grey5); - --mistica-color-textSecondaryInverse: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryNegative: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryBrand: var(--mistica-movistar-movistarBlue10); - --mistica-color-textSecondaryMedia: var(--mistica-movistar-white); - --mistica-color-success: var(--mistica-movistar-movistarGreen55); - --mistica-color-warning: var(--mistica-movistar-egg55); - --mistica-color-error: var(--mistica-movistar-pepper55); - --mistica-color-textError: var(--mistica-movistar-pepper55); + --mistica-color-textSecondary: var(--mistica-movistar-grey600); + --mistica-color-textSecondaryInverse: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryNegative: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryBrand: var(--mistica-movistar-movistarWhite); + --mistica-color-textSecondaryMedia: var(--mistica-movistar-movistarWhite); + --mistica-color-success: var(--mistica-movistar-emerald); + --mistica-color-warning: var(--mistica-movistar-yellow600); + --mistica-color-error: var(--mistica-movistar-red); + --mistica-color-textError: var(--mistica-movistar-red); --mistica-color-textErrorInverse: var(--mistica-movistar-white); --mistica-color-textErrorNegative: var(--mistica-movistar-white); --mistica-color-textErrorBrand: var(--mistica-movistar-white); - --mistica-color-promo: var(--mistica-movistar-pepper70); + --mistica-color-promo: var(--mistica-movistar-redHigh); --mistica-color-highlight: var(--mistica-movistar-pink55); - --mistica-color-successLow: var(--mistica-movistar-movistarGreen10); - --mistica-color-warningLow: var(--mistica-movistar-egg10); - --mistica-color-errorLow: var(--mistica-movistar-pepper10); - --mistica-color-promoLow: var(--mistica-movistar-pepper10); - --mistica-color-brandLow: var(--mistica-movistar-movistarBlue10); - --mistica-color-successHigh: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHigh: var(--mistica-movistar-egg80); - --mistica-color-errorHigh: var(--mistica-movistar-pepper70); - --mistica-color-promoHigh: var(--mistica-movistar-pepper70); - --mistica-color-successHighInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-successHighBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-warningHighInverse: var(--mistica-movistar-egg80); - --mistica-color-warningHighNegative: var(--mistica-movistar-egg80); - --mistica-color-warningHighBrand: var(--mistica-movistar-egg80); - --mistica-color-errorHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-errorHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-errorHighBrand: var(--mistica-movistar-pepper70); - --mistica-color-promoHighInverse: var(--mistica-movistar-pepper70); - --mistica-color-promoHighNegative: var(--mistica-movistar-pepper70); - --mistica-color-promoHighBrand: var(--mistica-movistar-pepper70); + --mistica-color-successLow: var(--mistica-movistar-green200); + --mistica-color-warningLow: var(--mistica-movistar-yellow200); + --mistica-color-errorLow: var(--mistica-movistar-salmon100); + --mistica-color-promoLow: var(--mistica-movistar-salmon100); + --mistica-color-brandLow: var(--mistica-movistar-blueLight); + --mistica-color-successHigh: var(--mistica-movistar-green700); + --mistica-color-warningHigh: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHigh: var(--mistica-movistar-redHigh); + --mistica-color-promoHigh: var(--mistica-movistar-redHigh); + --mistica-color-successHighInverse: var(--mistica-movistar-emeraldHigh); + --mistica-color-successHighNegative: var(--mistica-movistar-emeraldHigh); + --mistica-color-successHighBrand: var(--mistica-movistar-emeraldHigh); + --mistica-color-warningHighInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-warningHighBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-errorHighInverse: var(--mistica-movistar-redHigh); + --mistica-color-errorHighNegative: var(--mistica-movistar-redHigh); + --mistica-color-errorHighBrand: var(--mistica-movistar-redHigh); + --mistica-color-promoHighInverse: var(--mistica-movistar-redHigh); + --mistica-color-promoHighNegative: var(--mistica-movistar-redHigh); + --mistica-color-promoHighBrand: var(--mistica-movistar-redHigh); --mistica-color-textNavigationBarPrimary: var(--mistica-movistar-white); - --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-movistarBlue20); - --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-movistarBlue20); + --mistica-color-textNavigationBarSecondary: var(--mistica-movistar-blue300); + --mistica-color-textNavigationSearchBarHint: var(--mistica-movistar-blue300); --mistica-color-textNavigationSearchBarText: var(--mistica-movistar-white); - --mistica-color-textAppBar: var(--mistica-movistar-grey5); - --mistica-color-textAppBarSelected: var(--mistica-movistar-movistarBlueHC); - --mistica-color-iosGlassAppBar: var(--mistica-movistar-movistarBlueDark); - --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-movistarBlueHC55); + --mistica-color-textAppBar: var(--mistica-movistar-grey600); + --mistica-color-textAppBarSelected: var(--mistica-movistar-blue800); + --mistica-color-iosGlassAppBar: var(--mistica-movistar-movistarBlack); + --mistica-color-iosGlassAppBarSelected: var(--mistica-movistar-blue800); --mistica-color-customTabsBackground: var(--mistica-movistar-white); --mistica-color-tagTextPromo: var(--mistica-movistar-white); - --mistica-color-tagTextActive: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextInactive: var(--mistica-movistar-grey5); - --mistica-color-tagTextInfo: var(--mistica-movistar-white); - --mistica-color-tagTextSuccess: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextWarning: var(--mistica-movistar-egg80); - --mistica-color-tagTextError: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundPromo: var(--mistica-movistar-pepper70); - --mistica-color-tagBackgroundActive: var(--mistica-movistar-movistarBlue10); - --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey1); - --mistica-color-tagBackgroundInfo: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-movistarGreen10); - --mistica-color-tagBackgroundWarning: var(--mistica-movistar-egg10); - --mistica-color-tagBackgroundError: var(--mistica-movistar-pepper10); - --mistica-color-tagTextPromoInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagTextPromoNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagTextPromoBrand: var(--mistica-movistar-pepper70); - --mistica-color-tagTextActiveInverse: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextActiveNegative: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextActiveBrand: var(--mistica-movistar-movistarBlueHC); - --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey5); - --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey5); - --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey5); - --mistica-color-tagTextInfoInverse: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextInfoNegative: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextInfoBrand: var(--mistica-movistar-movistarBlueDark); - --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-movistarGreen70); - --mistica-color-tagTextWarningInverse: var(--mistica-movistar-egg80); - --mistica-color-tagTextWarningNegative: var(--mistica-movistar-egg80); - --mistica-color-tagTextWarningBrand: var(--mistica-movistar-egg80); - --mistica-color-tagTextErrorInverse: var(--mistica-movistar-pepper70); - --mistica-color-tagTextErrorNegative: var(--mistica-movistar-pepper70); - --mistica-color-tagTextErrorBrand: var(--mistica-movistar-pepper70); + --mistica-color-tagTextActive: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInactive: var(--mistica-movistar-grey600); + --mistica-color-tagTextInfo: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextSuccess: var(--mistica-movistar-emeraldHigh); + --mistica-color-tagTextWarning: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextError: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundPromo: var(--mistica-movistar-redHigh); + --mistica-color-tagBackgroundActive: var(--mistica-movistar-blue200); + --mistica-color-tagBackgroundInactive: var(--mistica-movistar-grey200); + --mistica-color-tagBackgroundInfo: var(--mistica-movistar-blue200); + --mistica-color-tagBackgroundSuccess: var(--mistica-movistar-green200); + --mistica-color-tagBackgroundWarning: var(--mistica-movistar-yellowLight); + --mistica-color-tagBackgroundError: var(--mistica-movistar-salmon200); + --mistica-color-tagTextPromoInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagTextPromoNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagTextPromoBrand: var(--mistica-movistar-redHigh); + --mistica-color-tagTextActiveInverse: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextActiveNegative: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextActiveBrand: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInactiveInverse: var(--mistica-movistar-grey600); + --mistica-color-tagTextInactiveNegative: var(--mistica-movistar-grey600); + --mistica-color-tagTextInactiveBrand: var(--mistica-movistar-grey600); + --mistica-color-tagTextInfoInverse: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInfoNegative: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextInfoBrand: var(--mistica-movistar-blueHigh); + --mistica-color-tagTextSuccessInverse: var(--mistica-movistar-green700); + --mistica-color-tagTextSuccessNegative: var(--mistica-movistar-green700); + --mistica-color-tagTextSuccessBrand: var(--mistica-movistar-green700); + --mistica-color-tagTextWarningInverse: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextWarningNegative: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextWarningBrand: var(--mistica-movistar-yellowHigh); + --mistica-color-tagTextErrorInverse: var(--mistica-movistar-redHigh); + --mistica-color-tagTextErrorNegative: var(--mistica-movistar-redHigh); + --mistica-color-tagTextErrorBrand: var(--mistica-movistar-redHigh); --mistica-color-tagBackgroundPromoInverse: var(--mistica-movistar-white); --mistica-color-tagBackgroundPromoNegative: var(--mistica-movistar-white); --mistica-color-tagBackgroundPromoBrand: var(--mistica-movistar-white); @@ -1340,67 +1339,67 @@ --mistica-font-size-1: 0.875rem; --mistica-line-height-1: 1.25rem; --mistica-font-size-2: 1rem; - --mistica-line-height-2: 1.5rem; + --mistica-line-height-2: 1.375rem; --mistica-font-size-3: 1.125rem; --mistica-line-height-3: 1.5rem; --mistica-font-size-4: 1.25rem; - --mistica-line-height-4: 1.75rem; - --mistica-font-size-5: 1.75rem; - --mistica-line-height-5: 2rem; - --mistica-font-size-6: 2rem; - --mistica-line-height-6: 2.5rem; - --mistica-font-size-7: 2.5rem; - --mistica-line-height-7: 3rem; - --mistica-font-size-8: 3rem; - --mistica-line-height-8: 3.5rem; - --mistica-font-size-9: 3.5rem; - --mistica-line-height-9: 4rem; - --mistica-font-size-10: 4rem; - --mistica-line-height-10: 4.5rem; + --mistica-line-height-4: 1.625rem; + --mistica-font-size-5: 1.5rem; + --mistica-line-height-5: 1.75rem; + --mistica-font-size-6: 1.75rem; + --mistica-line-height-6: 2rem; + --mistica-font-size-7: 2rem; + --mistica-line-height-7: 2.375rem; + --mistica-font-size-8: 2.5rem; + --mistica-line-height-8: 3rem; + --mistica-font-size-9: 3rem; + --mistica-line-height-9: 3.5rem; + --mistica-font-size-10: 3.5rem; + --mistica-line-height-10: 4rem; --mistica-font-size-cardTitle: 1.5rem; --mistica-line-height-cardTitle: 1.75rem; - --mistica-font-size-drawerTitle: 1.75rem; - --mistica-line-height-drawerTitle: 2rem; + --mistica-font-size-drawerTitle: 1.25rem; + --mistica-line-height-drawerTitle: 1.625rem; --mistica-font-size-tabsLabel: 1.125rem; --mistica-line-height-tabsLabel: 1.5rem; - --mistica-font-size-title1: 0.875rem; - --mistica-line-height-title1: 1.25rem; + --mistica-font-size-title1: 1rem; + --mistica-line-height-title1: 1.375rem; --mistica-font-size-title2: 1.125rem; --mistica-line-height-title2: 1.5rem; - --mistica-font-size-title3: 1.75rem; - --mistica-line-height-title3: 2rem; - --mistica-font-size-title4: 2rem; - --mistica-line-height-title4: 2.5rem; + --mistica-font-size-title3: 1.25rem; + --mistica-line-height-title3: 1.625rem; + --mistica-font-size-title4: 1.5rem; + --mistica-line-height-title4: 1.75rem; - --mistica-font-size-chipLabel: 1rem; + --mistica-font-size-chipLabel: 1.125rem; --mistica-line-height-chipLabel: 1.5rem; - --mistica-font-size-cardPretitleSnap: 1rem; - --mistica-line-height-cardPretitleSnap: 1.5rem; - --mistica-font-size-cardTitleSnap: 1rem; - --mistica-line-height-cardTitleSnap: 1.5rem; - --mistica-font-size-cardSubtitleSnap: 1rem; - --mistica-line-height-cardSubtitleSnap: 1.5rem; - --mistica-font-size-cardDescriptionSnap: 1rem; - --mistica-line-height-cardDescriptionSnap: 1.5rem; - --mistica-font-size-cardPretitleDefault: 1rem; - --mistica-line-height-cardPretitleDefault: 1.5rem; - --mistica-font-size-cardTitleDefault: 1.25rem; - --mistica-line-height-cardTitleDefault: 1.75rem; - --mistica-font-size-cardSubtitleDefault: 1rem; - --mistica-line-height-cardSubtitleDefault: 1.5rem; - --mistica-font-size-cardDescriptionDefault: 1rem; - --mistica-line-height-cardDescriptionDefault: 1.5rem; + --mistica-font-size-cardPretitleSnap: 0.875rem; + --mistica-line-height-cardPretitleSnap: 1.25rem; + --mistica-font-size-cardTitleSnap: 0.875rem; + --mistica-line-height-cardTitleSnap: 1.25rem; + --mistica-font-size-cardSubtitleSnap: 0.875rem; + --mistica-line-height-cardSubtitleSnap: 1.25rem; + --mistica-font-size-cardDescriptionSnap: 0.875rem; + --mistica-line-height-cardDescriptionSnap: 1.25rem; + --mistica-font-size-cardPretitleDefault: 0.875rem; + --mistica-line-height-cardPretitleDefault: 1.25rem; + --mistica-font-size-cardTitleDefault: 1.125rem; + --mistica-line-height-cardTitleDefault: 1.5rem; + --mistica-font-size-cardSubtitleDefault: 0.875rem; + --mistica-line-height-cardSubtitleDefault: 1.25rem; + --mistica-font-size-cardDescriptionDefault: 0.875rem; + --mistica-line-height-cardDescriptionDefault: 1.25rem; --mistica-font-size-inputLabel: 0.875rem; --mistica-line-height-inputLabel: 1.25rem; - --mistica-font-size-inputValue: 1.125rem; - --mistica-line-height-inputValue: 1.5rem; + --mistica-font-size-inputValue: 1rem; + --mistica-line-height-inputValue: 1.375rem; --mistica-font-size-inputHelperText: 0.875rem; --mistica-line-height-inputHelperText: 1.25rem; - --mistica-font-size-stepperStepLabel: 1rem; - --mistica-line-height-stepperStepLabel: 1.5rem; - --mistica-font-size-loadingScreenTitle: 1.25rem; - --mistica-line-height-loadingScreenTitle: 1.75rem; + --mistica-font-size-stepperStepLabel: 0.875rem; + --mistica-line-height-stepperStepLabel: 1.25rem; + --mistica-font-size-loadingScreenTitle: 1.75rem; + --mistica-line-height-loadingScreenTitle: 2rem; } } diff --git a/doc/fonts.md b/doc/fonts.md index a2bb32235e..784e019e32 100644 --- a/doc/fonts.md +++ b/doc/fonts.md @@ -8,16 +8,15 @@ default serif font (Times New Roman on desktop). You must declare `@font-face` r Each skin has a designated font family. Use the correct one for the skin your app is using: -| Skin | Getter function | Font family | -| ---------------------------- | ------------------------ | ------------------- | -| `movistar-new` _(preferred)_ | `getMovistarNewSkin()` | `'Movistar Sans'` | -| `movistar` _(legacy)_ | `getMovistarSkin()` | `'On Air'` | -| `o2` | `getO2Skin()` | `'On Air'` | -| `vivo` | `getVivoSkin()` | `'Vivo Type'` | -| `vivo-evolution` | `getVivoEvolutionSkin()` | `'Vivo Type'` | -| `telefonica` | `getTelefonicaSkin()` | `'Telefonica Sans'` | -| `blau` | `getBlauSkin()` | `'Roboto'` | -| `esimflag` | `getEsimflagSkin()` | `'On Air'` | +| Skin | Getter function | Font family | +| --------------------- | ------------------------ | ------------------- | +| `movistar` _(legacy)_ | `getMovistarSkin()` | `'On Air'` | +| `o2` | `getO2Skin()` | `'On Air'` | +| `vivo` | `getVivoSkin()` | `'Vivo Type'` | +| `vivo-evolution` | `getVivoEvolutionSkin()` | `'Vivo Type'` | +| `telefonica` | `getTelefonicaSkin()` | `'Telefonica Sans'` | +| `blau` | `getBlauSkin()` | `'Roboto'` | +| `esimflag` | `getEsimflagSkin()` | `'On Air'` | ## Setting font-family @@ -44,7 +43,7 @@ Render `` as a direct child of `ThemeContextProvider`, before th Declare the font weights your app needs. Mistica uses **300 (light), 400 (regular), 500 (medium) and 700 (bold)**. Serve the `.woff2` files from your own static hosting. -### On Air (Movistar, O2, O2 New, Esimflag) +### On Air (O2, Esimflag) ```css @font-face { @@ -77,7 +76,7 @@ body { } ``` -### Movistar Sans (Movistar New) +### Movistar Sans (Movistar) ```css @font-face { diff --git a/doc/llms/llms.md b/doc/llms/llms.md index d9e3e2a547..e84daae09f 100644 --- a/doc/llms/llms.md +++ b/doc/llms/llms.md @@ -30,8 +30,8 @@ a documented composite component would be simpler. 1. **NEVER hardcode colors in app/component UI code.** Always use `skinVars.colors.*` design tokens from `@telefonica/mistica`. The exception is skin authoring: when creating or extending a `Skin`, you may use - built-in palette exports (for example `movistarNewPalette`) or your own custom palette/colors inside the - skin definition. + built-in palette exports (for example `movistarPalette`) or your own custom palette/colors inside the skin + definition. 2. **Try not to use raw `
` for layout.** Use Mistica layout components: `Box`, `Stack`, `Inline`, `Align`, `ResponsiveLayout`, `GridLayout`, `Grid`. 3. **NEVER set font sizes manually.** Use text components: `Text1`-`Text10`, `Title1`-`Title4`. If those don't @@ -88,7 +88,7 @@ npm install @telefonica/mistica import '@telefonica/mistica/css/mistica.css'; import { ThemeContextProvider, - getMovistarNewSkin, + getMovistarSkin, skinVars, ResponsiveLayout, Box, @@ -99,7 +99,7 @@ import { } from '@telefonica/mistica'; const misticaTheme = { - skin: getMovistarNewSkin(), + skin: getMovistarSkin(), i18n: {locale: 'es-ES', phoneNumberFormattingRegionCode: 'ES'}, }; @@ -107,7 +107,7 @@ const misticaTheme = { const GlobalStyles = () => ( @@ -152,13 +152,13 @@ type ThemeConfig = { }; ``` -Available skins: `getMovistarNewSkin()`, `getVivoSkin()`, `getVivoEvolutionSkin()`, `getO2Skin()`, -`getTelefonicaSkin()`, `getBlauSkin()`, and others via `getSkinByName()`. The legacy Movistar variant without -the `New` suffix also exists (`getMovistarSkin()`); prefer the `New` version for new projects. You can also -create a custom skin. If you need to customize default component colors, radii, or other visual tokens beyond -the props exposed by a component, prefer extending a skin over overriding component styles. Built-in palette -exports such as `movistarNewPalette`, `o2Palette`, `vivoPalette`, etc. are available for skin authoring, and -custom skins may also define their own palette colors from scratch. +Available skins: `getMovistarSkin()`, `getVivoSkin()`, `getVivoEvolutionSkin()`, `getO2Skin()`, +`getTelefonicaSkin()`, `getBlauSkin()`, and others via `getSkinByName()`. You can also create a custom skin. + +If you need to customize default component colors, radii, or other visual tokens beyond the props exposed by a +component, prefer extending a skin over overriding component styles. Built-in palette exports such as +`movistarPalette`, `o2Palette`, `vivoPalette`, etc. are available for skin authoring, and custom skins may +also define their own palette colors from scratch. Built-in Link integrations: `Next12`, `Next13`, `Next14`, `ReactRouter5`, `ReactRouter6`. @@ -288,7 +288,7 @@ All tokens via `skinVars` from `@telefonica/mistica`: - **Colors**: `skinVars.colors.*` (286 tokens for backgrounds, text, borders, controls, status, tags) - **Raw colors**: `skinVars.rawColors.*` (same tokens as RGB values, for use with `applyAlpha`) -- **Palettes for skin authoring**: built-in palette exports such as `movistarNewPalette`, `o2Palette`, +- **Palettes for skin authoring**: built-in palette exports such as `movistarPalette`, `o2Palette`, `vivoPalette`, etc. Use these only when creating/extending a `Skin`, not for styling app components directly. - **Border radii**: `skinVars.borderRadii.*` (container, button, input, popup, chip, sheet, avatar, tag, etc.) diff --git a/doc/patterns.md b/doc/patterns.md index 1418ecf4e7..da0cada70e 100644 --- a/doc/patterns.md +++ b/doc/patterns.md @@ -554,7 +554,7 @@ return ( import Link from 'next/link'; const theme = { - skin: getMovistarNewSkin(), + skin: getMovistarSkin(), i18n: {locale: 'es-ES', phoneNumberFormattingRegionCode: 'ES'}, Link: {type: 'Next14', Component: Link}, }; @@ -566,7 +566,7 @@ const theme = { import {Link} from 'react-router-dom'; const theme = { - skin: getMovistarNewSkin(), + skin: getMovistarSkin(), i18n: {locale: 'es-ES', phoneNumberFormattingRegionCode: 'ES'}, Link: {type: 'ReactRouter6', Component: Link}, }; diff --git a/doc/theme-config.md b/doc/theme-config.md index f7935d7657..32e24ee6d7 100644 --- a/doc/theme-config.md +++ b/doc/theme-config.md @@ -98,8 +98,8 @@ implements the `Skin` interface (you need to define all the required color const If you need to customize default component colors, border radii, or similar visual tokens and there is no component prop for that, prefer a custom skin over ad hoc CSS/style overrides. You can: -- start from a built-in skin like `getMovistarNewSkin()` and override the tokens you need -- start from a built-in palette export like `movistarNewPalette` +- start from a built-in skin like `getMovistarSkin()` and override the tokens you need +- start from a built-in palette export like `movistarPalette` - define your own palette/colors from scratch ```ts @@ -131,11 +131,11 @@ const skin: Skin = { You can also extend an existing skin instead of defining everything from scratch: ```ts -import {getMovistarNewSkin, movistarNewPalette, type Skin} from '@telefonica/mistica'; +import {getMovistarSkin, movistarPalette, type Skin} from '@telefonica/mistica'; -const baseSkin = getMovistarNewSkin(); +const baseSkin = getMovistarSkin(); const palette = { - ...movistarNewPalette, + ...movistarPalette, brandPrimary: '#0050D8', }; diff --git a/packages/generate-design-tokens/index.js b/packages/generate-design-tokens/index.js index 42d60d4e36..708de23e86 100644 --- a/packages/generate-design-tokens/index.js +++ b/packages/generate-design-tokens/index.js @@ -25,16 +25,7 @@ console.log('Using design tokens from:', DESIGN_TOKENS_FOLDER); const SKINS_FOLDER = path.join(import.meta.dirname, '..', '..', 'src', 'skins'); const CSS_FOLDER = path.join(import.meta.dirname, '..', '..', 'css'); -const KNOWN_SKINS = [ - 'blau', - 'movistar', - 'movistar-new', - 'o2', - 'telefonica', - 'vivo', - 'vivo-evolution', - 'esimflag', -]; +const KNOWN_SKINS = ['blau', 'movistar', 'o2', 'o2-new', 'telefonica', 'vivo', 'vivo-new', 'tu', 'esimflag']; const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1); const toCamelCase = (str) => str.replace(/-([a-z])/g, (g) => g[1].toUpperCase()); diff --git a/playroom/components/index.tsx b/playroom/components/index.tsx index eaedc76a22..56929e5535 100644 --- a/playroom/components/index.tsx +++ b/playroom/components/index.tsx @@ -8,7 +8,7 @@ import { Tabs, ThemeContextProvider, skinVars, - MovistarNewLogo, + MovistarLogo, VivoLogo, TelefonicaLogo, BlauLogo, @@ -21,7 +21,7 @@ import { O2Logo, EsimflagLogo, } from '../../src'; -import {Movistar_New, Telefonica, Blau, Vivo, Vivo_Evolution, O2, Esimflag} from '../themes'; +import {Movistar, Telefonica, Blau, Vivo, Vivo_Evolution, O2, Esimflag} from '../themes'; import {useOverrideTheme} from '../frame-component'; import IconSun from '../icons/icon-sun'; import IconMoon from '../icons/icon-moon'; @@ -39,7 +39,7 @@ export * from '../../src/community'; export {default as Loader} from './loader'; export {default as Animation} from './animation'; -type ValidSkinName = Exclude; +type ValidSkinName = KnownSkinName; const BrandIcon = ({Logo}: {Logo: React.ComponentType<{size: number; color?: string}>}) => { const {isDarkMode} = useTheme(); @@ -53,10 +53,10 @@ const themesMap: { Icon: (props: IconProps) => JSX.Element; }; } = { - 'Movistar-new': { + Movistar: { text: 'Movistar', - themeConfig: Movistar_New, - Icon: () => , + themeConfig: Movistar, + Icon: () => , }, Vivo: { text: 'Vivo', @@ -321,7 +321,7 @@ const PreviewToolsComponent = ({ return { ...themesMap[skinName].themeConfig, platformOverrides: {platform: os}, - // Dont override mediaqueries for PreviewToolsControls, to avoid using Select instead of Tabs in desktop + // Don't override media queries for PreviewToolsControls, to avoid using Select instead of Tabs in desktop enableTabFocus: false, colorScheme, dimensions: { diff --git a/playroom/frame-component.tsx b/playroom/frame-component.tsx index f0d8bafc6e..a037e0cecd 100644 --- a/playroom/frame-component.tsx +++ b/playroom/frame-component.tsx @@ -15,12 +15,11 @@ import { TELEFONICA_SKIN, O2_SKIN, MOVISTAR_SKIN, - MOVISTAR_NEW_SKIN, ESIMFLAG_SKIN, VIVO_SKIN, BLAU_SKIN, } from '../src'; -import {Movistar_New as defaultThemeConfig} from './themes'; +import {Movistar as defaultThemeConfig} from './themes'; import {CYBER_SKIN} from '../src/community'; import type {ThemeConfig} from '../src'; @@ -56,7 +55,6 @@ const skinToLang: Record = { [BLAU_SKIN]: 'de-DE', [TELEFONICA_SKIN]: 'es-ES', [MOVISTAR_SKIN]: 'es-ES', - [MOVISTAR_NEW_SKIN]: 'es-ES', [O2_SKIN]: 'en-GB', [ESIMFLAG_SKIN]: 'es-ES', [CYBER_SKIN]: 'es-ES', @@ -89,12 +87,8 @@ const App = ({children, skinName}: {children: React.ReactNode; skinName: string} ${skinName === VIVO_SKIN || skinName === VIVO_EVOLUTION_SKIN ? 'body {font-family: "Vivo Type"}' : ''} ${skinName === TELEFONICA_SKIN ? 'body {font-family: "Telefonica Sans"}' : ''} - ${ - skinName === MOVISTAR_SKIN || skinName === O2_SKIN || skinName === ESIMFLAG_SKIN - ? 'body {font-family: "On Air"}' - : '' - } - ${skinName === MOVISTAR_NEW_SKIN ? 'body {font-family: "Movistar Sans"}' : ''} + ${skinName === O2_SKIN || skinName === ESIMFLAG_SKIN ? 'body {font-family: "On Air"}' : ''} + ${skinName === MOVISTAR_SKIN ? 'body {font-family: "Movistar Sans"}' : ''} `; return ( diff --git a/playroom/themes.tsx b/playroom/themes.tsx index 763b1b0cbd..5e161d37bf 100644 --- a/playroom/themes.tsx +++ b/playroom/themes.tsx @@ -10,7 +10,7 @@ const common: Partial = { }, } as const; -export const Movistar_New: ThemeConfig = {...themes.Movistar_New, ...common}; +export const Movistar: ThemeConfig = {...themes.Movistar, ...common}; export const Vivo: ThemeConfig = {...themes.Vivo, ...common}; export const Vivo_Evolution: ThemeConfig = {...themes.Vivo_Evolution, ...common}; export const O2: ThemeConfig = {...themes.O2, ...common}; @@ -19,7 +19,7 @@ export const Blau: ThemeConfig = {...themes.Blau, ...common}; export const Esimflag: ThemeConfig = {...themes.Esimflag, ...common}; export const Community_Cyber: ThemeConfig = {...themes.Cyber, ...common}; -export const Movistar_New_iOS: ThemeConfig = {...Movistar_New, platformOverrides: {platform: 'ios'}}; +export const Movistar_iOS: ThemeConfig = {...Movistar, platformOverrides: {platform: 'ios'}}; export const Vivo_iOS: ThemeConfig = {...Vivo, platformOverrides: {platform: 'ios'}}; export const Vivo_Evolution_iOS: ThemeConfig = {...Vivo_Evolution, platformOverrides: {platform: 'ios'}}; export const O2_iOS: ThemeConfig = {...O2, platformOverrides: {platform: 'ios'}}; diff --git a/src/__screenshot_tests__/__image_snapshots__/card-screenshot-test-tsx-card-cover-footer-with-image-background-movistar-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/card-screenshot-test-tsx-card-cover-footer-with-image-background-movistar-1-snap.png index 2384fab1da..6fcb0604a1 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/card-screenshot-test-tsx-card-cover-footer-with-image-background-movistar-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/card-screenshot-test-tsx-card-cover-footer-with-image-background-movistar-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/counter-screenshot-test-tsx-counter-default-skin-movistar-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/counter-screenshot-test-tsx-counter-default-skin-movistar-1-snap.png index cecbd5952c..a88a05398d 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/counter-screenshot-test-tsx-counter-default-skin-movistar-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/counter-screenshot-test-tsx-counter-default-skin-movistar-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-desktop-1-snap.png index edc5568df4..526e96305a 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png index 5380f8aac6..908a4fbdc9 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-errorfeedbackscreen-error-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-desktop-1-snap.png index aca91016cf..61f21c00c2 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png index 0239bc5a4b..f87f93d115 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-infofeedbackscreen-info-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-screen-with-large-font-size-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-screen-with-large-font-size-1-snap.png index e7c9c2168c..fe7046d4e4 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-screen-with-large-font-size-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-screen-with-large-font-size-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-desktop-1-snap.png index 831907029e..7ad0f59bac 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png index 88fd36c24b..b6d0e41266 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-feedback-successfeedbackscreen-success-screen-appears-properly-on-movistar-and-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-info-feedback-screen-with-custom-icon-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-info-feedback-screen-with-custom-icon-1-snap.png index 63fe0a3cb5..f975dd2cac 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-info-feedback-screen-with-custom-icon-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/feedback-screenshot-test-tsx-info-feedback-screen-with-custom-icon-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png index 67dc1b9ed5..7e71f9e0a6 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png index 9323e8144b..838b6303cb 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png index f50cd056ab..1ee18c5aa2 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-654834455-in-movistar-skin-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-654834455-in-movistar-skin-1-snap.png index b8b78a0d05..a2c83b22fe 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-654834455-in-movistar-skin-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-654834455-in-movistar-skin-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-lite-654834455-in-movistar-skin-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-lite-654834455-in-movistar-skin-1-snap.png index af68e9570f..5d30cf9d3a 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-lite-654834455-in-movistar-skin-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/input-fields-screenshot-test-tsx-phone-number-field-lite-654834455-in-movistar-skin-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png deleted file mode 100644 index a8dd48571d..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png deleted file mode 100644 index c15af8a747..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png deleted file mode 100644 index 197eace7c4..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png deleted file mode 100644 index c15af8a747..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png deleted file mode 100644 index e7ca8af490..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png deleted file mode 100644 index c96b0407f4..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-false-1-snap.png deleted file mode 100644 index 634e8cc6d8..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png deleted file mode 100644 index c96b0407f4..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png deleted file mode 100644 index c23e63d186..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png deleted file mode 100644 index a8fbf31e28..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png deleted file mode 100644 index de5d15c7b4..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png deleted file mode 100644 index a8fbf31e28..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-new-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png index b15577ca2f..a8dd48571d 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-false-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png index 972fcba1a6..c15af8a747 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-false-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png index 8f5066a6a3..197eace7c4 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-false-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png index 972fcba1a6..c15af8a747 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-imagotype-is-inverse-true-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png index c9fb9fc287..e7ca8af490 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-false-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png index 8fb73b1866..c96b0407f4 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-false-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png index 8fb73b1866..c96b0407f4 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-isotype-is-inverse-true-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png index a31b263763..c23e63d186 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-false-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png index 30ff3fa527..a8fbf31e28 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-false-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png index 568b8585bc..de5d15c7b4 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-false-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png index 30ff3fa527..a8fbf31e28 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-brand-movistar-type-vertical-is-inverse-true-is-dark-mode-true-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-1-snap.png index 68256b8ba4..e7ca8af490 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-new-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-new-1-snap.png deleted file mode 100644 index e7ca8af490..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-default-brand-with-skin-movistar-new-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-1-snap.png index 712cb104d2..cd709e70aa 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-new-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-new-1-snap.png deleted file mode 100644 index cd709e70aa..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/logo-screenshot-test-tsx-logo-with-color-override-skin-movistar-new-1-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-appears-properly-on-mobile-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-appears-properly-on-mobile-1-snap.png index 651038030d..31bd7d1107 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-appears-properly-on-mobile-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-appears-properly-on-mobile-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-inverse-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-inverse-1-snap.png index 857855b179..af6f80265c 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-inverse-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/popover-screenshot-test-tsx-popover-inverse-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-1-snap.png index e0bddb47ca..0c98b10fbc 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-2-snap.png index c9a21c26ab..992c8404d9 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-2-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-2-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-3-snap.png index fed5f66207..f52320a4e6 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-3-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-3-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-4-snap.png index d8c1c02970..b441661a50 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-4-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-4-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-1-snap.png index b5a10aa2f5..1c45eb5e0c 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-2-snap.png index 7e2a2bbd18..80ddd4cd29 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-2-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-2-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-3-snap.png index 8bb8a0abbc..0a502d97d2 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-3-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-3-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-4-snap.png index 256ac34b64..41871b3c1c 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-4-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-alternative-4-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-1-snap.png index 6892c8ba30..1f9de36bad 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-2-snap.png index a293c5f674..bc071056b6 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-2-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-2-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-3-snap.png index 8eb13bef66..db6f710d1c 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-3-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-3-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-4-snap.png index 1394692df0..a445f2ecc3 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-4-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-dark-mode-4-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-1-snap.png index 970d2bbc78..67b8a11e9f 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-2-snap.png index 9e26d50a89..9702e6d387 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-2-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-2-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-3-snap.png index 14540f49c2..7b860075a5 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-3-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-3-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-4-snap.png index 4b8763efe9..ecd51f7eea 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-4-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-4-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-1-snap.png index 5d592343e8..4ccbe22dc8 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-2-snap.png index 1c6cb26215..c47936426c 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-2-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-2-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-3-snap.png index 0036e23308..0dd866537f 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-3-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-3-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-4-snap.png index 92538725ff..cffe72477f 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-4-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-movistar-inverse-and-dark-mode-4-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-2-snap.png deleted file mode 100644 index 23971e1a43..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-3-snap.png deleted file mode 100644 index 72159a151a..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-4-snap.png deleted file mode 100644 index 5e1a17f8d9..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-4-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-2-snap.png deleted file mode 100644 index b521e60bd4..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-3-snap.png deleted file mode 100644 index 5eb3c6e7c9..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-4-snap.png deleted file mode 100644 index 44c5c83303..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-alternative-4-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-2-snap.png deleted file mode 100644 index 10e0ad5524..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-3-snap.png deleted file mode 100644 index c1e10c5f15..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-dark-mode-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-2-snap.png deleted file mode 100644 index ab33921440..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-3-snap.png deleted file mode 100644 index 72095d482a..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-4-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-4-snap.png deleted file mode 100644 index 5716a27362..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-4-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-2-snap.png deleted file mode 100644 index 792ade5d48..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-3-snap.png deleted file mode 100644 index 9b98a35421..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-o-2-new-inverse-and-dark-mode-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-2-snap.png deleted file mode 100644 index 221ba289f9..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-3-snap.png deleted file mode 100644 index 0b98593dbe..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-2-snap.png deleted file mode 100644 index da80cc2152..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-3-snap.png deleted file mode 100644 index 5ef89a272d..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-alternative-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-2-snap.png deleted file mode 100644 index 712d7af145..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-3-snap.png deleted file mode 100644 index 781be59098..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-dark-mode-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-2-snap.png deleted file mode 100644 index c39bff9f6a..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-3-snap.png deleted file mode 100644 index ea16863a39..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-2-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-2-snap.png deleted file mode 100644 index a516e68a33..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-2-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-3-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-3-snap.png deleted file mode 100644 index 3e0e0b3015..0000000000 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-skin-components-screenshot-test-tsx-components-in-tu-inverse-and-dark-mode-3-snap.png and /dev/null differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-desktop-1-snap.png index aed34a7241..9ad8ed6dd8 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-mobile-ios-1-snap.png index f53a83f8c2..621ae2ad4f 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/private-text-preset-vars-screenshot-test-tsx-text-presets-as-css-vars-in-movistar-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-desktop-1-snap.png index 23c75ce861..95cbf49e70 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-mobile-ios-1-snap.png index 30f3094d84..dd166566fa 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screen-with-navbar-screenshot-test-tsx-success-feedback-screen-with-navigation-bar-movistar-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-desktop-1-snap.png index 112295af1f..bbfbb38e51 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-mobile-ios-1-snap.png index 69dce221a2..a6631c55d2 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-as-a-success-header-on-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-desktop-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-desktop-1-snap.png index 1f8ecbfa2e..dcf62b467e 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-desktop-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-desktop-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-mobile-ios-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-mobile-ios-1-snap.png index 71b84b2739..84ea2c496e 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-mobile-ios-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/success-feedback-screenshot-test-tsx-success-feedback-component-appears-properly-on-movistar-and-mobile-ios-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-desktop-with-movistar-skin-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-desktop-with-movistar-skin-1-snap.png index 1571870d53..85f1a8e0be 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-desktop-with-movistar-skin-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-desktop-with-movistar-skin-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-mobile-ios-with-movistar-skin-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-mobile-ios-with-movistar-skin-1-snap.png index 19c7f47756..2356635917 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-mobile-ios-with-movistar-skin-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/text-screenshot-test-tsx-text-in-mobile-ios-with-movistar-skin-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-appears-properly-on-mobile-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-appears-properly-on-mobile-1-snap.png index 66b196c0cf..f0347347a2 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-appears-properly-on-mobile-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-appears-properly-on-mobile-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-inverse-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-inverse-1-snap.png index 22a18fe375..e0d54a5a68 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-inverse-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/tooltip-screenshot-test-tsx-tooltip-inverse-1-snap.png differ diff --git a/src/__screenshot_tests__/logo-screenshot-test.tsx b/src/__screenshot_tests__/logo-screenshot-test.tsx index 12f1d94fda..a4d323695f 100644 --- a/src/__screenshot_tests__/logo-screenshot-test.tsx +++ b/src/__screenshot_tests__/logo-screenshot-test.tsx @@ -4,7 +4,6 @@ import type {KnownSkinName} from '../skins/types'; const SKINS: Array = [ 'Movistar', - 'Movistar-new', 'O2', 'Vivo', 'Vivo-evolution', diff --git a/src/__screenshot_tests__/popover-screenshot-test.tsx b/src/__screenshot_tests__/popover-screenshot-test.tsx index 14602cbcbe..a838b34386 100644 --- a/src/__screenshot_tests__/popover-screenshot-test.tsx +++ b/src/__screenshot_tests__/popover-screenshot-test.tsx @@ -19,7 +19,8 @@ test('Popover - appears properly on mobile', async () => { const page = await openStoryPage({ id: 'components-popover--default', device: 'MOBILE_IOS', - skin: 'Movistar', // TODO: investigate why the test is instable with Movistar-new skin + // todo https://github.com/Telefonica/mistica-web/issues/1621 Popover unstable on Movistar skin + skin: 'O2', }); await page.click(await screen.findByTestId('target')); @@ -32,7 +33,8 @@ test('Popover - inverse', async () => { const page = await openStoryPage({ id: 'components-popover--default', device: 'MOBILE_IOS', - skin: 'Movistar', // TODO: investigate why the test is instable with Movistar-new skin + // todo https://github.com/Telefonica/mistica-web/issues/1621 Popover unstable on Movistar skin + skin: 'O2', args: {variantOutside: 'brand'}, }); diff --git a/src/__screenshot_tests__/tooltip-screenshot-test.tsx b/src/__screenshot_tests__/tooltip-screenshot-test.tsx index 9b96389e7f..2268913ccf 100644 --- a/src/__screenshot_tests__/tooltip-screenshot-test.tsx +++ b/src/__screenshot_tests__/tooltip-screenshot-test.tsx @@ -38,7 +38,8 @@ test('Tooltip - appears properly on mobile', async () => { const page = await openStoryPage({ id: 'components-tooltip--default', device: 'MOBILE_IOS', - skin: 'Movistar', // TODO: investigate why the test is instable with Movistar-new skin + // todo https://github.com/Telefonica/mistica-web/issues/1621 Tooltip unstable on Movistar skin + skin: 'O2', }); await page.click(await screen.findByTestId('target')); @@ -51,7 +52,8 @@ test('Tooltip - inverse', async () => { const page = await openStoryPage({ id: 'components-tooltip--default', device: 'MOBILE_IOS', - skin: 'Movistar', // TODO: investigate why the test is instable with Movistar-new skin + // todo https://github.com/Telefonica/mistica-web/issues/1621 Tooltip unstable on Movistar skin + skin: 'O2', args: {variantOutside: 'brand'}, }); diff --git a/src/__stories__/logo-story.tsx b/src/__stories__/logo-story.tsx index 9659eb894c..716128b18b 100644 --- a/src/__stories__/logo-story.tsx +++ b/src/__stories__/logo-story.tsx @@ -1,14 +1,5 @@ import * as React from 'react'; -import { - BlauLogo, - Logo, - MovistarLogo, - MovistarNewLogo, - O2Logo, - TelefonicaLogo, - VivoLogo, - EsimflagLogo, -} from '../logo'; +import {BlauLogo, Logo, MovistarLogo, O2Logo, TelefonicaLogo, VivoLogo, EsimflagLogo} from '../logo'; import {Box, ResponsiveLayout, useTheme} from '../index'; import type {Variant} from '../theme-variant-context'; @@ -35,7 +26,7 @@ type Args = { variantOutside: Variant; action: 'none' | 'onPress' | 'href' | 'to'; forceBrandLogo: boolean; - brand: 'Movistar' | 'Movistar-new' | 'O2' | 'Vivo' | 'Telefonica' | 'Blau' | 'Esimflag'; + brand: 'Movistar' | 'O2' | 'Vivo' | 'Telefonica' | 'Blau' | 'Esimflag'; color: (typeof COLOR_OPTIONS)[number]; }; @@ -82,7 +73,6 @@ export const Default: StoryComponent = ({ const CurrentLogo = { default: Logo, Movistar: MovistarLogo, - 'Movistar-new': MovistarNewLogo, Vivo: VivoLogo, O2: O2Logo, Telefonica: TelefonicaLogo, @@ -113,7 +103,7 @@ Default.args = { Default.argTypes = { brand: { - options: ['Movistar', 'Movistar-new', 'O2', 'Vivo', 'Telefonica', 'Blau', 'Esimflag'], + options: ['Movistar', 'O2', 'Vivo', 'Telefonica', 'Blau', 'Esimflag'], control: {type: 'select'}, if: {arg: 'forceBrandLogo'}, }, diff --git a/src/index.tsx b/src/index.tsx index d2ce74ca2e..44bdeab7b1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -113,16 +113,7 @@ export { NavigationBarActionGroup, NavigationBarAction, } from './navigation-bar'; -export { - Logo, - MovistarLogo, - MovistarNewLogo, - VivoLogo, - O2Logo, - TelefonicaLogo, - BlauLogo, - EsimflagLogo, -} from './logo'; +export {Logo, MovistarLogo, VivoLogo, O2Logo, TelefonicaLogo, BlauLogo, EsimflagLogo} from './logo'; export {default as Image} from './image'; export {default as Chip} from './chip'; export {default as Video} from './video'; @@ -230,7 +221,6 @@ export { VIVO_EVOLUTION_SKIN, O2_SKIN, MOVISTAR_SKIN, - MOVISTAR_NEW_SKIN, TELEFONICA_SKIN, BLAU_SKIN, ESIMFLAG_SKIN, @@ -239,7 +229,6 @@ export {getSkinByName} from './skins/utils'; export {getVivoSkin} from './skins/vivo'; export {getVivoEvolutionSkin} from './skins/vivo-evolution'; export {getMovistarSkin} from './skins/movistar'; -export {getMovistarNewSkin} from './skins/movistar-new'; export {getO2Skin} from './skins/o2'; export {getTelefonicaSkin} from './skins/telefonica'; export {getBlauSkin} from './skins/blau'; @@ -247,7 +236,6 @@ export {getEsimflagSkin} from './skins/esimflag'; export {palette as vivoPalette} from './skins/vivo'; export {palette as vivoEvolutionPalette} from './skins/vivo-evolution'; export {palette as movistarPalette} from './skins/movistar'; -export {palette as movistarNewPalette} from './skins/movistar-new'; export {palette as o2Palette} from './skins/o2'; export {palette as telefonicaPalette} from './skins/telefonica'; export {palette as blauPalette} from './skins/blau'; diff --git a/src/logo-movistar-new-shell.tsx b/src/logo-movistar-new-shell.tsx deleted file mode 100644 index a097e850fa..0000000000 --- a/src/logo-movistar-new-shell.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import * as React from 'react'; -import * as styles from './logo.css'; -import {calcInlineVars} from './logo-common'; -import {applyCssVars} from './utils/css'; - -import type {LogoType} from './logo-common'; -import type {ByBreakpoint} from './utils/types'; - -type Props = { - size: ByBreakpoint; - type: LogoType; - children: React.ReactNode; -}; - -const MovistarNewLogoShell = ({size, type, children}: Props): JSX.Element => { - const viewBox = type === 'imagotype' ? '0 0 203 72' : '0 0 72 72'; - - return ( - - {children} - - ); -}; - -export default MovistarNewLogoShell; diff --git a/src/logo-movistar-new.tsx b/src/logo-movistar-new.tsx deleted file mode 100644 index c69a3c08ec..0000000000 --- a/src/logo-movistar-new.tsx +++ /dev/null @@ -1,85 +0,0 @@ -import * as React from 'react'; -import {getMovistarNewSkin} from './skins/movistar-new'; - -import type {LogoImageProps} from './logo-common'; - -const MovistarNewLogoImage = ({ - type, - isDarkMode, - themeVariant, - color: colorProp, -}: LogoImageProps): JSX.Element => { - const {colors, darkModeColors} = getMovistarNewSkin(); - const color = - colorProp || - (isDarkMode - ? colors.brand - : { - default: colors.brand, - alternative: colors.brand, - brand: colors.neutralHighBrand, - media: colors.neutralHighBrand, - negative: colors.neutralHighNegative, - }[themeVariant]); - const wordmarkColor = - colorProp || - (isDarkMode - ? darkModeColors?.neutralHigh - : { - default: colors.neutralHigh, - alternative: colors.neutralHigh, - brand: colors.neutralHighBrand, - media: colors.neutralHighBrand, - negative: colors.neutralHighNegative, - }[themeVariant]); - - if (type === 'vertical') { - return ( - <> - - - - - - - - - - - - - - - - ); - } - - if (type === 'imagotype') { - return ( - <> - - - - - - - - - - - - - - - - ); - } - - return ( - - - - ); -}; - -export default MovistarNewLogoImage; diff --git a/src/logo-movistar-shell.tsx b/src/logo-movistar-shell.tsx index 630219621b..59d6d5ec64 100644 --- a/src/logo-movistar-shell.tsx +++ b/src/logo-movistar-shell.tsx @@ -13,7 +13,7 @@ type Props = { }; const MovistarLogoShell = ({size, type, children}: Props): JSX.Element => { - const viewBox = type === 'imagotype' ? '0 0 195 72' : '0 0 72 72'; + const viewBox = type === 'imagotype' ? '0 0 203 72' : '0 0 72 72'; return ( { - const {colors} = getMovistarSkin(); + const {colors, darkModeColors} = getMovistarSkin(); const color = colorProp || (isDarkMode @@ -21,35 +21,57 @@ const MovistarLogoImage = ({ media: colors.neutralHighBrand, negative: colors.neutralHighNegative, }[themeVariant]); + const wordmarkColor = + colorProp || + (isDarkMode + ? darkModeColors?.neutralHigh + : { + default: colors.neutralHigh, + alternative: colors.neutralHigh, + brand: colors.neutralHighBrand, + media: colors.neutralHighBrand, + negative: colors.neutralHighNegative, + }[themeVariant]); + if (type === 'vertical') { return ( - - - - - - - - - - - + <> + + + + + + + + + + + + + + + ); } if (type === 'imagotype') { return ( - - - - - - - - - - - + <> + + + + + + + + + + + + + + + ); } diff --git a/src/logo.tsx b/src/logo.tsx index 2f7cb91c58..c0e8b50e14 100644 --- a/src/logo.tsx +++ b/src/logo.tsx @@ -6,7 +6,6 @@ import Touchable from './touchable'; import {getPrefixedDataAttributes} from './utils/dom'; import * as styles from './logo.css'; import MovistarLogoShell from './logo-movistar-shell'; -import MovistarNewLogoShell from './logo-movistar-new-shell'; import VivoLogoShell from './logo-vivo-shell'; import O2LogoShell from './logo-o2-shell'; import TelefonicaLogoShell from './logo-telefonica-shell'; @@ -28,14 +27,6 @@ const MovistarLogoImage = React.lazy( ) ); -const MovistarNewLogoImage = React.lazy( - () => - import( - /* webpackChunkName: "logo-movistar-new" */ - './logo-movistar-new' - ) -); - const VivoLogoImage = React.lazy( () => import( @@ -100,19 +91,6 @@ const LogoBase = ({size, skinName, type = 'isotype', color}: LogoBaseProps): JSX ); - case 'Movistar-new': - return ( - - - - - - ); case 'Vivo': case 'Vivo-evolution': return ( @@ -236,10 +214,6 @@ export const MovistarLogo = ({size, type, color, ...props}: LogoProps): JSX.Elem ); -export const MovistarNewLogo = ({size, type, color, ...props}: LogoProps): JSX.Element => ( - -); - export const VivoLogo = ({size, type, color, ...props}: LogoProps): JSX.Element => ( ); diff --git a/src/skins/constants.tsx b/src/skins/constants.tsx index 006242c3f9..4679d55165 100644 --- a/src/skins/constants.tsx +++ b/src/skins/constants.tsx @@ -1,5 +1,4 @@ export const MOVISTAR_SKIN = 'Movistar'; -export const MOVISTAR_NEW_SKIN = 'Movistar-new'; export const O2_SKIN = 'O2'; export const VIVO_SKIN = 'Vivo'; export const VIVO_EVOLUTION_SKIN = 'Vivo-evolution'; diff --git a/src/skins/movistar-new.tsx b/src/skins/movistar-new.tsx deleted file mode 100644 index 74c944d303..0000000000 --- a/src/skins/movistar-new.tsx +++ /dev/null @@ -1,735 +0,0 @@ -import {MOVISTAR_NEW_SKIN} from './constants'; -import {applyAlpha} from '../utils/color'; - -import type {GetKnownSkin, KnownSkin} from './types'; - -export const palette = { - movistarBlue: '#0066FF', - movistarWhite: '#FEFAF5', - movistarBlack: '#262423', - blue100: '#F4F7F8', - blue200: '#E8F4FA', - blue300: '#80B3FF', - blue600: '#2F7DFF', - blue800: '#0149B3', - blueLight: '#D3EEFF', - blueHigh: '#005EEB', - blueDark: '#022D67', - red: '#C10000', - red350: '#FF8A8A', - red600: '#CF381F', - redHigh: '#AD0000', - salmon100: '#FEEEE6', - salmon200: '#FDE5D7', - salmonLight: '#FFDAC7', - salmonDark: '#62301A', - yellow: '#EDB800', - yellow200: '#FFF3D1', - yellow400: '#FFCB11', - yellow500: '#C59A00', - yellow600: '#BFA960', - yellowLight: '#FFF0C0', - yellowHigh: '#5E4A09', - yellowDark: '#5E4A09', - emerald: '#048239', - emeraldHigh: '#036D30', - green200: '#EBF9DF', - green400: '#8DCC5B', - green700: '#407F0F', - greenLight: '#E2F8D5', - greenHigh: '#CEF7BF', - greenDark: '#38552B', - pink45: '#EB5F99', - pink55: '#C42F6D', - grey100: '#FAF7F5', - grey200: '#F3EEEA', - grey300: '#DFDBD6', - grey400: '#9F9C99', - grey500: '#807D7B', - grey600: '#605E5C', - grey700: '#403F3D', - white: '#FFFFFF', - white100: '#FFFAF5', - black: '#000000', - darkModeBlack: '#070706', - darkModeGrey: '#151414', - darkModeMovistarBlue: '#227AFF', -}; - -export const getMovistarNewSkin: GetKnownSkin = () => { - const skin: KnownSkin = { - name: MOVISTAR_NEW_SKIN, - colors: { - background: palette.white, - backgroundAlternative: palette.movistarWhite, - backgroundBrand: palette.movistarBlue, - backgroundNegative: palette.movistarBlack, - backgroundBrandSecondary: palette.movistarBlack, - backgroundContainer: palette.white, - backgroundContainerError: palette.salmon100, - backgroundContainerHover: applyAlpha(palette.movistarBlack, 0.05), - backgroundContainerPressed: applyAlpha(palette.movistarBlack, 0.08), - backgroundContainerBrand: palette.movistarBlue, - backgroundContainerBrandHover: applyAlpha(palette.movistarBlack, 0.2), - backgroundContainerBrandPressed: applyAlpha(palette.movistarBlack, 0.4), - backgroundContainerBrandOverInverse: palette.blue800, - backgroundContainerNegative: applyAlpha(palette.movistarBlack, 0.2), - backgroundContainerBrandOverBrand: palette.blue800, - backgroundContainerAlternative: palette.grey100, - backgroundOverlay: applyAlpha(palette.movistarBlack, 0.6), - backgroundSkeleton: palette.grey200, - backgroundSkeletonInverse: palette.blue800, - backgroundSkeletonNegative: applyAlpha(palette.black, 0.2), - backgroundSkeletonBrand: palette.blue800, - backgroundBrandTop: palette.movistarBlue, - backgroundBrandBottom: palette.movistarBlue, - appBarBackground: palette.white, - navigationBarBackground: palette.movistarBlue, - backgroundDropZoneHover: applyAlpha(palette.movistarBlue, 0.05), - backgroundDropZoneDragover: applyAlpha(palette.movistarBlue, 0.08), - backgroundDropZoneBrandHover: applyAlpha(palette.movistarBlack, 0.08), - backgroundDropZoneBrandDragover: applyAlpha(palette.movistarBlack, 0.1), - backgroundDropZoneNegativeHover: applyAlpha(palette.white, 0.1), - backgroundDropZoneNegativeDragover: applyAlpha(palette.white, 0.17), - backgroundDropZoneMediaHover: applyAlpha(palette.movistarBlack, 0.2), - backgroundDropZoneMediaDragover: applyAlpha(palette.movistarBlack, 0.4), - skeletonWave: palette.grey200, - borderLow: palette.grey100, - border: palette.grey300, - borderHigh: palette.grey600, - borderSelected: palette.blue800, - coverBackgroundHover: applyAlpha(palette.movistarBlack, 0.25), - coverBackgroundPressed: applyAlpha(palette.movistarBlack, 0.35), - buttonDangerBackground: palette.red, - buttonDangerBackgroundPressed: palette.redHigh, - buttonDangerBackgroundHover: palette.redHigh, - buttonLinkDangerBackgroundInverse: palette.white, - buttonLinkDangerBackgroundNegative: palette.white, - buttonLinkDangerBackgroundBrand: palette.white, - buttonLinkDangerBackgroundMedia: palette.white, - buttonLinkDangerBackgroundPressed: palette.salmon100, - buttonLinkDangerBackgroundInversePressed: palette.salmon100, - buttonLinkDangerBackgroundNegativePressed: palette.salmon100, - buttonLinkDangerBackgroundBrandPressed: palette.salmon100, - buttonLinkDangerBackgroundMediaPressed: palette.salmon100, - buttonLinkBackgroundPressed: palette.blue200, - buttonLinkBackgroundInversePressed: applyAlpha(palette.white, 0.3), - buttonLinkBackgroundNegativePressed: applyAlpha(palette.white, 0.3), - buttonLinkBackgroundBrandPressed: applyAlpha(palette.white, 0.3), - buttonLinkBackgroundMediaPressed: applyAlpha(palette.white, 0.3), - buttonPrimaryBackground: palette.movistarBlue, - buttonPrimaryBackgroundInverse: palette.white, - buttonPrimaryBackgroundNegative: palette.white, - buttonPrimaryBackgroundBrand: palette.white, - buttonPrimaryBackgroundMedia: palette.white, - buttonPrimaryBackgroundHover: palette.blueHigh, - buttonPrimaryBackgroundInverseHover: palette.blue200, - buttonPrimaryBackgroundNegativeHover: palette.blue100, - buttonPrimaryBackgroundBrandHover: palette.blue100, - buttonPrimaryBackgroundMediaHover: palette.blue200, - buttonPrimaryBackgroundPressed: palette.blueHigh, - buttonPrimaryBackgroundInversePressed: palette.blue200, - buttonPrimaryBackgroundNegativePressed: palette.blue100, - buttonPrimaryBackgroundBrandPressed: palette.blue100, - buttonPrimaryBackgroundMediaPressed: palette.blue200, - buttonSecondaryBackgroundBrand: applyAlpha(palette.white, 0), - buttonSecondaryBorder: palette.movistarBlue, - buttonSecondaryBorderInverse: palette.white, - buttonSecondaryBorderNegative: palette.white, - buttonSecondaryBorderBrand: palette.white, - buttonSecondaryBorderMedia: palette.white, - buttonSecondaryBorderPressed: palette.blue800, - buttonSecondaryBorderInversePressed: palette.white, - buttonSecondaryBorderNegativePressed: palette.white, - buttonSecondaryBorderBrandPressed: palette.white, - buttonSecondaryBorderMediaPressed: palette.white, - buttonSecondaryBackgroundHover: palette.blue200, - buttonSecondaryBackgroundInverseHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundNegativeHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundBrandHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundMediaHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundPressed: palette.blue200, - buttonSecondaryBackgroundInversePressed: applyAlpha(palette.white, 0.3), - buttonSecondaryBackgroundNegativePressed: applyAlpha(palette.white, 0.3), - buttonSecondaryBackgroundBrandPressed: applyAlpha(palette.white, 0.3), - buttonSecondaryBackgroundMediaPressed: applyAlpha(palette.white, 0.3), - textButtonPrimary: palette.white, - textButtonPrimaryInverse: palette.movistarBlue, - textButtonPrimaryNegative: palette.movistarBlue, - textButtonPrimaryBrand: palette.movistarBlue, - textButtonPrimaryMedia: palette.movistarBlue, - textButtonPrimaryInversePressed: palette.blue800, - textButtonPrimaryNegativePressed: palette.blue800, - textButtonPrimaryBrandPressed: palette.blue800, - textButtonPrimaryMediaPressed: palette.blueHigh, - textButtonSecondary: palette.movistarBlue, - textButtonSecondaryInverse: palette.white, - textButtonSecondaryNegative: palette.white, - textButtonSecondaryBrand: palette.white, - textButtonSecondaryMedia: palette.white, - textButtonSecondaryPressed: palette.blue800, - textButtonSecondaryInversePressed: palette.white, - textButtonSecondaryNegativePressed: palette.white, - textButtonSecondaryBrandPressed: palette.white, - textButtonSecondaryMediaPressed: palette.white, - textLink: palette.movistarBlue, - textLinkInverse: palette.white, - textLinkNegative: palette.white, - textLinkBrand: palette.white, - textLinkMedia: palette.white, - textLinkDanger: palette.red, - textLinkDangerMedia: palette.red, - textLinkSnackbar: palette.blue300, - textActivated: palette.blueHigh, - textBrand: palette.blueHigh, - inputBorder: palette.grey500, - inputBorderInverse: palette.white, - inputBorderNegative: palette.white, - inputBorderBrand: palette.white, - completedStep: palette.movistarBlue, - completedStepInverse: palette.blue100, - completedStepNegative: palette.blue100, - completedStepBrand: palette.blue100, - control: palette.grey500, - controlActivated: palette.movistarBlue, - controlInverse: palette.blueLight, - controlNegative: palette.blueLight, - controlBrand: palette.blueLight, - controlActivatedInverse: palette.white, - controlActivatedNegative: palette.white, - controlActivatedBrand: palette.white, - controlError: palette.red, - chevronIndicator: palette.movistarBlue, - barTrack: palette.grey300, - barTrackInverse: applyAlpha(palette.movistarBlack, 0.14), - barTrackNegative: applyAlpha(palette.movistarBlack, 0.14), - barTrackBrand: applyAlpha(palette.movistarBlack, 0.14), - loadingBar: palette.blueLight, - loadingBarBackground: palette.blueHigh, - toggleAndroidInactive: palette.grey200, - toggleAndroidBackgroundActive: palette.blue300, - toggleAndroidActiveBrand: palette.white, - toggleAndroidInactiveBrand: palette.grey200, - toggleAndroidBackgroundActiveBrand: palette.blue300, - toggleAndroidBackgroundInactiveBrand: palette.blueLight, - iosControlKnob: palette.white, - controlKnobInverse: palette.movistarBlue, - controlKnobNegative: palette.movistarBlue, - controlKnobBrand: palette.movistarBlue, - divider: palette.grey200, - dividerInverse: applyAlpha(palette.white, 0.2), - dividerNegative: applyAlpha(palette.white, 0.2), - dividerBrand: applyAlpha(palette.white, 0.2), - navigationBarDivider: palette.movistarBlue, - badge: palette.red, - feedbackErrorBackground: palette.red, - feedbackInfoBackground: palette.blueDark, - brand: palette.movistarBlue, - brandHigh: palette.blueHigh, - inverse: palette.white, - negative: palette.white, - neutralHigh: palette.movistarBlack, - neutralHighNegative: palette.white, - neutralHighBrand: palette.white, - neutralMedium: palette.grey600, - neutralMediumInverse: palette.grey600, - neutralMediumNegative: palette.grey600, - neutralMediumBrand: palette.grey600, - neutralLow: palette.grey100, - neutralLowAlternative: palette.grey200, - textPrimary: palette.movistarBlack, - textPrimaryInverse: palette.white, - textPrimaryNegative: palette.white, - textPrimaryBrand: palette.white, - textPrimaryMedia: palette.white, - textSecondary: palette.grey600, - textSecondaryInverse: palette.movistarWhite, - textSecondaryNegative: palette.movistarWhite, - textSecondaryBrand: palette.movistarWhite, - textSecondaryMedia: palette.movistarWhite, - success: palette.emerald, - warning: palette.yellow600, - error: palette.red, - textError: palette.red, - textErrorInverse: palette.white, - textErrorNegative: palette.white, - textErrorBrand: palette.white, - promo: palette.redHigh, - highlight: palette.pink55, - successLow: palette.green200, - warningLow: palette.yellow200, - errorLow: palette.salmon100, - promoLow: palette.salmon100, - brandLow: palette.blueLight, - successHigh: palette.green700, - warningHigh: palette.yellowHigh, - errorHigh: palette.redHigh, - promoHigh: palette.redHigh, - successHighInverse: palette.emeraldHigh, - successHighNegative: palette.emeraldHigh, - successHighBrand: palette.emeraldHigh, - warningHighInverse: palette.yellowHigh, - warningHighNegative: palette.yellowHigh, - warningHighBrand: palette.yellowHigh, - errorHighInverse: palette.redHigh, - errorHighNegative: palette.redHigh, - errorHighBrand: palette.redHigh, - promoHighInverse: palette.redHigh, - promoHighNegative: palette.redHigh, - promoHighBrand: palette.redHigh, - textNavigationBarPrimary: palette.white, - textNavigationBarSecondary: palette.blue300, - textNavigationSearchBarHint: palette.blue300, - textNavigationSearchBarText: palette.white, - textAppBar: palette.grey600, - textAppBarSelected: palette.blue800, - iosGlassAppBar: palette.movistarBlack, - iosGlassAppBarSelected: palette.blue800, - customTabsBackground: palette.white, - tagTextPromo: palette.white, - tagTextActive: palette.blueHigh, - tagTextInactive: palette.grey600, - tagTextInfo: palette.blueHigh, - tagTextSuccess: palette.emeraldHigh, - tagTextWarning: palette.yellowHigh, - tagTextError: palette.redHigh, - tagBackgroundPromo: palette.redHigh, - tagBackgroundActive: palette.blue200, - tagBackgroundInactive: palette.grey200, - tagBackgroundInfo: palette.blue200, - tagBackgroundSuccess: palette.green200, - tagBackgroundWarning: palette.yellowLight, - tagBackgroundError: palette.salmon200, - tagTextPromoInverse: palette.redHigh, - tagTextPromoNegative: palette.redHigh, - tagTextPromoBrand: palette.redHigh, - tagTextActiveInverse: palette.blueHigh, - tagTextActiveNegative: palette.blueHigh, - tagTextActiveBrand: palette.blueHigh, - tagTextInactiveInverse: palette.grey600, - tagTextInactiveNegative: palette.grey600, - tagTextInactiveBrand: palette.grey600, - tagTextInfoInverse: palette.blueHigh, - tagTextInfoNegative: palette.blueHigh, - tagTextInfoBrand: palette.blueHigh, - tagTextSuccessInverse: palette.green700, - tagTextSuccessNegative: palette.green700, - tagTextSuccessBrand: palette.green700, - tagTextWarningInverse: palette.yellowHigh, - tagTextWarningNegative: palette.yellowHigh, - tagTextWarningBrand: palette.yellowHigh, - tagTextErrorInverse: palette.redHigh, - tagTextErrorNegative: palette.redHigh, - tagTextErrorBrand: palette.redHigh, - tagBackgroundPromoInverse: palette.white, - tagBackgroundPromoNegative: palette.white, - tagBackgroundPromoBrand: palette.white, - tagBackgroundActiveInverse: palette.white, - tagBackgroundActiveNegative: palette.white, - tagBackgroundActiveBrand: palette.white, - tagBackgroundInactiveInverse: palette.white, - tagBackgroundInactiveNegative: palette.white, - tagBackgroundInactiveBrand: palette.white, - tagBackgroundInfoInverse: palette.white, - tagBackgroundInfoNegative: palette.white, - tagBackgroundInfoBrand: palette.white, - tagBackgroundSuccessInverse: palette.white, - tagBackgroundSuccessNegative: palette.white, - tagBackgroundSuccessBrand: palette.white, - tagBackgroundWarningInverse: palette.white, - tagBackgroundWarningNegative: palette.white, - tagBackgroundWarningBrand: palette.white, - tagBackgroundErrorInverse: palette.white, - tagBackgroundErrorNegative: palette.white, - tagBackgroundErrorBrand: palette.white, - cardContentOverlay: `linear-gradient(180deg, ${applyAlpha(palette.black, 0)} 0%, ${applyAlpha(palette.black, 0.4)} 30%, ${applyAlpha(palette.black, 0.7)} 100%)`, - cardFooterOverlay: applyAlpha(palette.black, 0.7), - }, - darkModeColors: { - background: palette.darkModeBlack, - backgroundAlternative: palette.darkModeBlack, - backgroundBrand: palette.darkModeBlack, - backgroundNegative: palette.darkModeBlack, - backgroundBrandSecondary: palette.darkModeBlack, - backgroundContainer: palette.darkModeGrey, - backgroundContainerError: palette.darkModeGrey, - backgroundContainerHover: applyAlpha(palette.white, 0.05), - backgroundContainerPressed: applyAlpha(palette.white, 0.08), - backgroundContainerBrand: palette.darkModeGrey, - backgroundContainerBrandHover: applyAlpha(palette.white, 0.03), - backgroundContainerBrandPressed: applyAlpha(palette.white, 0.05), - backgroundContainerBrandOverInverse: palette.darkModeGrey, - backgroundContainerNegative: palette.darkModeGrey, - backgroundContainerBrandOverBrand: palette.darkModeGrey, - backgroundContainerAlternative: palette.darkModeGrey, - backgroundOverlay: applyAlpha(palette.darkModeGrey, 0.8), - backgroundSkeleton: palette.grey600, - backgroundSkeletonInverse: palette.grey600, - backgroundSkeletonNegative: palette.grey600, - backgroundSkeletonBrand: palette.grey600, - backgroundBrandTop: palette.darkModeBlack, - backgroundBrandBottom: palette.darkModeBlack, - appBarBackground: palette.darkModeGrey, - navigationBarBackground: palette.darkModeBlack, - backgroundDropZoneHover: applyAlpha(palette.white, 0.05), - backgroundDropZoneDragover: applyAlpha(palette.white, 0.08), - backgroundDropZoneBrandHover: applyAlpha(palette.white, 0.03), - backgroundDropZoneBrandDragover: applyAlpha(palette.white, 0.05), - backgroundDropZoneNegativeHover: applyAlpha(palette.white, 0.03), - backgroundDropZoneNegativeDragover: applyAlpha(palette.white, 0.05), - backgroundDropZoneMediaHover: applyAlpha(palette.white, 0.03), - backgroundDropZoneMediaDragover: applyAlpha(palette.white, 0.05), - skeletonWave: palette.grey600, - borderLow: palette.darkModeBlack, - border: palette.darkModeGrey, - borderHigh: palette.grey500, - borderSelected: palette.darkModeMovistarBlue, - coverBackgroundHover: applyAlpha(palette.darkModeBlack, 0.25), - coverBackgroundPressed: applyAlpha(palette.darkModeBlack, 0.35), - buttonDangerBackground: palette.red, - buttonDangerBackgroundPressed: palette.redHigh, - buttonDangerBackgroundHover: palette.redHigh, - buttonLinkDangerBackgroundInverse: applyAlpha(palette.white, 0), - buttonLinkDangerBackgroundNegative: applyAlpha(palette.white, 0), - buttonLinkDangerBackgroundBrand: applyAlpha(palette.white, 0), - buttonLinkDangerBackgroundMedia: palette.white, - buttonLinkDangerBackgroundPressed: applyAlpha(palette.white, 0.08), - buttonLinkDangerBackgroundInversePressed: applyAlpha(palette.white, 0.08), - buttonLinkDangerBackgroundNegativePressed: applyAlpha(palette.white, 0.08), - buttonLinkDangerBackgroundBrandPressed: applyAlpha(palette.white, 0.08), - buttonLinkDangerBackgroundMediaPressed: palette.salmon100, - buttonLinkBackgroundPressed: applyAlpha(palette.white, 0.08), - buttonLinkBackgroundInversePressed: applyAlpha(palette.white, 0.08), - buttonLinkBackgroundNegativePressed: applyAlpha(palette.white, 0.08), - buttonLinkBackgroundBrandPressed: applyAlpha(palette.white, 0.08), - buttonLinkBackgroundMediaPressed: applyAlpha(palette.white, 0.2), - buttonPrimaryBackground: palette.movistarBlue, - buttonPrimaryBackgroundInverse: palette.movistarBlue, - buttonPrimaryBackgroundNegative: palette.movistarBlue, - buttonPrimaryBackgroundBrand: palette.movistarBlue, - buttonPrimaryBackgroundMedia: palette.white, - buttonPrimaryBackgroundHover: palette.blueHigh, - buttonPrimaryBackgroundInverseHover: palette.blue800, - buttonPrimaryBackgroundNegativeHover: palette.blue800, - buttonPrimaryBackgroundBrandHover: palette.blue800, - buttonPrimaryBackgroundMediaHover: palette.blue200, - buttonPrimaryBackgroundPressed: palette.blue800, - buttonPrimaryBackgroundInversePressed: palette.blue800, - buttonPrimaryBackgroundNegativePressed: palette.blue800, - buttonPrimaryBackgroundBrandPressed: palette.blue800, - buttonPrimaryBackgroundMediaPressed: palette.blue200, - buttonSecondaryBackgroundBrand: applyAlpha(palette.white, 0), - buttonSecondaryBorder: palette.white, - buttonSecondaryBorderInverse: palette.grey200, - buttonSecondaryBorderNegative: palette.grey200, - buttonSecondaryBorderBrand: palette.grey200, - buttonSecondaryBorderMedia: palette.white, - buttonSecondaryBorderPressed: palette.white, - buttonSecondaryBorderInversePressed: palette.grey200, - buttonSecondaryBorderNegativePressed: palette.grey200, - buttonSecondaryBorderBrandPressed: palette.grey200, - buttonSecondaryBorderMediaPressed: palette.white, - buttonSecondaryBackgroundHover: applyAlpha(palette.white, 0.15), - buttonSecondaryBackgroundInverseHover: applyAlpha(palette.white, 0.15), - buttonSecondaryBackgroundNegativeHover: applyAlpha(palette.white, 0.15), - buttonSecondaryBackgroundBrandHover: applyAlpha(palette.white, 0.15), - buttonSecondaryBackgroundMediaHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundPressed: applyAlpha(palette.white, 0.25), - buttonSecondaryBackgroundInversePressed: applyAlpha(palette.white, 0.25), - buttonSecondaryBackgroundNegativePressed: applyAlpha(palette.white, 0.25), - buttonSecondaryBackgroundBrandPressed: applyAlpha(palette.white, 0.25), - buttonSecondaryBackgroundMediaPressed: applyAlpha(palette.white, 0.3), - textButtonPrimary: palette.white, - textButtonPrimaryInverse: palette.white, - textButtonPrimaryNegative: palette.white, - textButtonPrimaryBrand: palette.white, - textButtonPrimaryMedia: palette.movistarBlue, - textButtonPrimaryInversePressed: palette.blueLight, - textButtonPrimaryNegativePressed: palette.blueLight, - textButtonPrimaryBrandPressed: palette.blueLight, - textButtonPrimaryMediaPressed: palette.blueHigh, - textButtonSecondary: palette.grey200, - textButtonSecondaryInverse: palette.grey200, - textButtonSecondaryNegative: palette.grey200, - textButtonSecondaryBrand: palette.grey200, - textButtonSecondaryMedia: palette.white, - textButtonSecondaryPressed: palette.grey200, - textButtonSecondaryInversePressed: palette.grey200, - textButtonSecondaryNegativePressed: palette.grey200, - textButtonSecondaryBrandPressed: palette.grey200, - textButtonSecondaryMediaPressed: palette.white, - textLink: palette.darkModeMovistarBlue, - textLinkInverse: palette.darkModeMovistarBlue, - textLinkNegative: palette.darkModeMovistarBlue, - textLinkBrand: palette.darkModeMovistarBlue, - textLinkMedia: palette.white, - textLinkDanger: palette.red350, - textLinkDangerMedia: palette.red, - textLinkSnackbar: palette.darkModeMovistarBlue, - textActivated: palette.blue300, - textBrand: palette.blue300, - inputBorder: palette.grey400, - inputBorderInverse: palette.grey400, - inputBorderNegative: palette.grey400, - inputBorderBrand: palette.grey400, - completedStep: palette.blue800, - completedStepInverse: palette.blue100, - completedStepNegative: palette.blue100, - completedStepBrand: palette.blue100, - control: palette.grey400, - controlActivated: palette.darkModeMovistarBlue, - controlInverse: palette.grey400, - controlNegative: palette.grey400, - controlBrand: palette.grey400, - controlActivatedInverse: palette.darkModeMovistarBlue, - controlActivatedNegative: palette.darkModeMovistarBlue, - controlActivatedBrand: palette.darkModeMovistarBlue, - controlError: palette.red, - chevronIndicator: palette.darkModeMovistarBlue, - barTrack: palette.grey600, - barTrackInverse: palette.grey600, - barTrackNegative: palette.grey600, - barTrackBrand: palette.grey600, - loadingBar: palette.darkModeMovistarBlue, - loadingBarBackground: palette.grey600, - toggleAndroidInactive: palette.grey200, - toggleAndroidBackgroundActive: palette.blue300, - toggleAndroidActiveBrand: palette.darkModeMovistarBlue, - toggleAndroidInactiveBrand: palette.grey200, - toggleAndroidBackgroundActiveBrand: palette.blue300, - toggleAndroidBackgroundInactiveBrand: palette.grey400, - iosControlKnob: palette.grey200, - controlKnobInverse: palette.grey200, - controlKnobNegative: palette.grey200, - controlKnobBrand: palette.grey200, - divider: applyAlpha(palette.movistarWhite, 0.1), - dividerInverse: applyAlpha(palette.movistarWhite, 0.1), - dividerNegative: applyAlpha(palette.movistarWhite, 0.1), - dividerBrand: applyAlpha(palette.movistarWhite, 0.1), - navigationBarDivider: palette.darkModeBlack, - badge: palette.red600, - feedbackErrorBackground: palette.red, - feedbackInfoBackground: palette.blueDark, - brand: palette.darkModeMovistarBlue, - brandHigh: palette.blueHigh, - inverse: palette.grey200, - negative: palette.grey200, - neutralHigh: palette.grey200, - neutralHighBrand: palette.grey200, - neutralHighNegative: palette.grey200, - neutralMedium: palette.grey500, - neutralMediumInverse: palette.grey500, - neutralMediumNegative: palette.grey500, - neutralMediumBrand: palette.grey500, - neutralLow: palette.grey700, - neutralLowAlternative: palette.grey700, - textPrimary: palette.movistarWhite, - textPrimaryInverse: palette.movistarWhite, - textPrimaryNegative: palette.movistarWhite, - textPrimaryBrand: palette.movistarWhite, - textPrimaryMedia: palette.white, - textSecondary: palette.grey400, - textSecondaryInverse: palette.grey400, - textSecondaryNegative: palette.grey400, - textSecondaryBrand: palette.grey400, - textSecondaryMedia: palette.white, - success: palette.emerald, - warning: palette.yellow, - error: palette.red350, - textError: palette.red350, - textErrorInverse: palette.red350, - textErrorNegative: palette.red350, - textErrorBrand: palette.red350, - promo: palette.red350, - highlight: palette.pink45, - successLow: palette.grey700, - warningLow: palette.grey700, - errorLow: palette.grey700, - promoLow: palette.grey700, - brandLow: palette.blueDark, - successHigh: palette.emeraldHigh, - warningHigh: palette.yellow400, - errorHigh: palette.red, - promoHigh: palette.red, - successHighInverse: palette.green700, - successHighNegative: palette.green700, - successHighBrand: palette.green700, - warningHighInverse: palette.yellowHigh, - warningHighNegative: palette.yellowHigh, - warningHighBrand: palette.yellowHigh, - errorHighInverse: palette.red, - errorHighNegative: palette.red, - errorHighBrand: palette.red, - promoHighInverse: palette.red, - promoHighNegative: palette.red, - promoHighBrand: palette.red, - textNavigationBarPrimary: palette.grey200, - textNavigationBarSecondary: palette.grey400, - textNavigationSearchBarHint: palette.grey400, - textNavigationSearchBarText: palette.grey200, - textAppBar: palette.grey400, - textAppBarSelected: palette.movistarBlue, - iosGlassAppBar: palette.white, - iosGlassAppBarSelected: palette.blue200, - customTabsBackground: palette.darkModeBlack, - tagTextPromo: palette.movistarWhite, - tagTextActive: palette.blue300, - tagTextInactive: palette.grey300, - tagTextInfo: palette.blue300, - tagTextSuccess: palette.green400, - tagTextWarning: palette.yellow400, - tagTextError: palette.red350, - tagBackgroundPromo: palette.redHigh, - tagBackgroundActive: palette.grey700, - tagBackgroundInactive: palette.grey700, - tagBackgroundInfo: palette.grey700, - tagBackgroundSuccess: palette.grey700, - tagBackgroundWarning: palette.grey700, - tagBackgroundError: palette.grey700, - tagTextPromoInverse: palette.movistarWhite, - tagTextPromoNegative: palette.movistarWhite, - tagTextPromoBrand: palette.movistarWhite, - tagTextActiveInverse: palette.blue300, - tagTextActiveNegative: palette.blue300, - tagTextActiveBrand: palette.blue300, - tagTextInactiveInverse: palette.grey300, - tagTextInactiveNegative: palette.grey300, - tagTextInactiveBrand: palette.grey300, - tagTextInfoInverse: palette.blue300, - tagTextInfoNegative: palette.blue300, - tagTextInfoBrand: palette.blue300, - tagTextSuccessInverse: palette.green400, - tagTextSuccessNegative: palette.green400, - tagTextSuccessBrand: palette.green400, - tagTextWarningInverse: palette.yellow400, - tagTextWarningNegative: palette.yellow400, - tagTextWarningBrand: palette.yellow400, - tagTextErrorInverse: palette.red350, - tagTextErrorNegative: palette.red350, - tagTextErrorBrand: palette.red350, - tagBackgroundPromoInverse: palette.redHigh, - tagBackgroundPromoNegative: palette.redHigh, - tagBackgroundPromoBrand: palette.redHigh, - tagBackgroundActiveInverse: palette.grey700, - tagBackgroundActiveNegative: palette.grey700, - tagBackgroundActiveBrand: palette.grey700, - tagBackgroundInactiveInverse: palette.grey700, - tagBackgroundInactiveNegative: palette.grey700, - tagBackgroundInactiveBrand: palette.grey700, - tagBackgroundInfoInverse: palette.grey700, - tagBackgroundInfoNegative: palette.grey700, - tagBackgroundInfoBrand: palette.grey700, - tagBackgroundSuccessInverse: palette.grey700, - tagBackgroundSuccessNegative: palette.grey700, - tagBackgroundSuccessBrand: palette.grey700, - tagBackgroundWarningInverse: palette.grey700, - tagBackgroundWarningNegative: palette.grey700, - tagBackgroundWarningBrand: palette.grey700, - tagBackgroundErrorInverse: palette.grey700, - tagBackgroundErrorNegative: palette.grey700, - tagBackgroundErrorBrand: palette.grey700, - cardContentOverlay: `linear-gradient(180deg, ${applyAlpha(palette.black, 0)} 0%, ${applyAlpha(palette.black, 0.4)} 30%, ${applyAlpha(palette.black, 0.7)} 100%)`, - cardFooterOverlay: applyAlpha(palette.black, 0.7), - }, - borderRadii: { - avatar: '50%', - bar: '999px', - button: '4px', - checkbox: '4px', - container: '16px', - indicator: '24px', - chip: '24px', - tag: '0px', - input: '12px', - legacyDisplay: '16px', - popup: '8px', - sheet: '16px', - mediaSmall: '8px', - }, - textPresets: { - button: {weight: 'medium'}, - cardDescriptionDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardDescriptionSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardPretitleDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardPretitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardSubtitleDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardSubtitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - cardTitle: {weight: 'bold'}, - cardTitleDefault: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}}, - cardTitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - chipLabel: { - lineHeight: {desktop: 24, mobile: 20}, - size: {desktop: 18, mobile: 14}, - weight: 'medium', - }, - drawerTitle: { - lineHeight: {desktop: 26, mobile: 26}, - size: {desktop: 20, mobile: 20}, - weight: 'bold', - }, - indicator: {weight: 'medium'}, - inputHelperText: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, - inputLabel: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, - inputValue: {lineHeight: {desktop: 22, mobile: 22}, size: {desktop: 16, mobile: 16}}, - link: {weight: 'medium'}, - loadingScreenTitle: {lineHeight: {desktop: 32, mobile: 28}, size: {desktop: 28, mobile: 24}}, - navigationBar: {weight: 'medium'}, - rowTitle: {weight: 'medium'}, - stepperStepLabel: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, - tabsLabel: { - lineHeight: {desktop: 24, mobile: 24}, - size: {desktop: 18, mobile: 16}, - weight: 'medium', - }, - text1: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, - text2: {lineHeight: {desktop: 22, mobile: 20}, size: {desktop: 16, mobile: 14}}, - text3: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}}, - text4: {lineHeight: {desktop: 26, mobile: 24}, size: {desktop: 20, mobile: 18}}, - text5: {lineHeight: {desktop: 28, mobile: 26}, size: {desktop: 24, mobile: 20}, weight: 'bold'}, - text6: {lineHeight: {desktop: 32, mobile: 28}, size: {desktop: 28, mobile: 24}, weight: 'bold'}, - text7: {lineHeight: {desktop: 38, mobile: 32}, size: {desktop: 32, mobile: 28}, weight: 'bold'}, - text8: {lineHeight: {desktop: 48, mobile: 38}, size: {desktop: 40, mobile: 32}, weight: 'bold'}, - text9: {lineHeight: {desktop: 56, mobile: 48}, size: {desktop: 48, mobile: 40}, weight: 'bold'}, - text10: {lineHeight: {desktop: 64, mobile: 56}, size: {desktop: 56, mobile: 48}, weight: 'bold'}, - title1: { - lineHeight: {desktop: 22, mobile: 20}, - size: {desktop: 16, mobile: 14}, - weight: 'medium', - }, - title2: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}, weight: 'bold'}, - title3: {lineHeight: {desktop: 26, mobile: 24}, size: {desktop: 20, mobile: 18}, weight: 'bold'}, - title4: {lineHeight: {desktop: 28, mobile: 26}, size: {desktop: 24, mobile: 20}, weight: 'bold'}, - }, - themeVariants: { - successFeedback: 'inverse', - brandLoadingScreen: 'default', - }, - spacing: { - buttonDefaultPadding: {left: {mobile: 16, desktop: 16}, right: {mobile: 16, desktop: 16}}, - buttonSmallPadding: {left: {mobile: 8, desktop: 12}, right: {mobile: 8, desktop: 12}}, - cardDefaultPadding: { - top: {mobile: 16, desktop: 16}, - bottom: {mobile: 16, desktop: 16}, - left: {mobile: 16, desktop: 16}, - right: {mobile: 16, desktop: 16}, - }, - inputPadding: {top: {mobile: 9, desktop: 3}, bottom: {mobile: 9, desktop: 3}}, - tagPadding: {top: {mobile: 2, desktop: 2}, bottom: {mobile: 2, desktop: 2}}, - feedbackScreenPadding: { - top: {mobile: 64, desktop: 40}, - bottom: {mobile: 16, desktop: 40}, - left: {mobile: 16, desktop: 40}, - right: {mobile: 16, desktop: 40}, - }, - heroPadding: {top: {mobile: 16, desktop: 56}, bottom: {mobile: 16, desktop: 56}}, - headerPadding: {top: {mobile: 16, desktop: 48}, bottom: {mobile: 16, desktop: 48}}, - drawerPadding: { - top: {mobile: 32, desktop: 32}, - bottom: {mobile: 16, desktop: 32}, - left: {mobile: 16, desktop: 24}, - right: {mobile: 16, desktop: 24}, - }, - }, - }; - return skin; -}; diff --git a/src/skins/movistar.tsx b/src/skins/movistar.tsx index 50a626f84c..52fbf372b0 100644 --- a/src/skins/movistar.tsx +++ b/src/skins/movistar.tsx @@ -4,61 +4,56 @@ import {applyAlpha} from '../utils/color'; import type {GetKnownSkin, KnownSkin} from './types'; export const palette = { - movistarBlue: '#0B9CEA', - movistarBlue10: '#E6F5FD', - movistarBlue15: '#CEEBFB', - movistarBlue20: '#B3E1FB', - movistarBlue30: '#80CEF9', - movistarBlue40: '#4DBAF7', - movistarBlue55: '#008EDD', - movistarBlueHC: '#066FCB', - movistarBlueHC55: '#055EAC', - movistarBlueHC65: '#055398', - movistarGreen: '#5CB615', - movistarGreen10: '#EFF8E8', - movistarGreen30: '#ADDA8A', - movistarGreen40: '#8DCC5B', - movistarGreen55: '#52A413', - movistarGreen60: '#499110', - movistarGreen70: '#407F0F', - pepper: '#FF374A', - pepper10: '#FFEBED', - pepper40: '#FF7380', - pepper45: '#FF5F6E', - pepper55: '#D73241', - pepper60: '#CC2C3B', - pepper65: '#BF2937', - pepper70: '#B22634', - egg: '#F28D15', - egg10: '#FEF4E8', - egg40: '#F6AF5B', - egg55: '#D97D0D', - egg80: '#6D3F09', - pink: '#E63780', + movistarBlue: '#0066FF', + movistarWhite: '#FEFAF5', + movistarBlack: '#262423', + blue100: '#F4F7F8', + blue200: '#E8F4FA', + blue300: '#80B3FF', + blue600: '#2F7DFF', + blue800: '#0149B3', + blueLight: '#D3EEFF', + blueHigh: '#005EEB', + blueDark: '#022D67', + red: '#C10000', + red350: '#FF8A8A', + red600: '#CF381F', + redHigh: '#AD0000', + salmon100: '#FEEEE6', + salmon200: '#FDE5D7', + salmonLight: '#FFDAC7', + salmonDark: '#62301A', + yellow: '#EDB800', + yellow200: '#FFF3D1', + yellow400: '#FFCB11', + yellow500: '#C59A00', + yellow600: '#BFA960', + yellowLight: '#FFF0C0', + yellowHigh: '#5E4A09', + yellowDark: '#5E4A09', + emerald: '#048239', + emeraldHigh: '#036D30', + green200: '#EBF9DF', + green400: '#8DCC5B', + green700: '#407F0F', + greenLight: '#E2F8D5', + greenHigh: '#CEF7BF', + greenDark: '#38552B', pink45: '#EB5F99', pink55: '#C42F6D', - purple: '#A13EA1', - purple10: '#F6ECF6', - purple35: '#C78BC7', - purple40: '#BD78BD', - purple70: '#712B71', - grey1: '#F6F6F6', - grey2: '#EEEEEE', - grey3: '#DDDDDD', - grey4: '#949494', - grey5: '#6B6C6F', - grey6: '#313235', + grey100: '#FAF7F5', + grey200: '#F3EEEA', + grey300: '#DFDBD6', + grey400: '#9F9C99', + grey500: '#807D7B', + grey600: '#605E5C', + grey700: '#403F3D', white: '#FFFFFF', + white100: '#FFFAF5', black: '#000000', - movistarBlueDark: '#0B2739', - darkModeBlack: '#061824', - darkModeGrey: '#081F2E', - darkModeGrey2: '#EAEBEE', - darkModeGrey3: '#CED4D7', - darkModeGrey4: '#89969F', - darkModeGrey5: '#6D7D88', - darkModeGrey6: '#3C5261', - darkModeGrey7: '#032F46', + darkModeBlack: '#070706', + darkModeGrey: '#151414', + darkModeMovistarBlue: '#227AFF', }; export const getMovistarSkin: GetKnownSkin = () => { @@ -66,266 +61,266 @@ export const getMovistarSkin: GetKnownSkin = () => { name: MOVISTAR_SKIN, colors: { background: palette.white, - backgroundAlternative: palette.grey1, + backgroundAlternative: palette.movistarWhite, backgroundBrand: palette.movistarBlue, - backgroundNegative: palette.movistarBlueDark, - backgroundBrandSecondary: palette.movistarBlueDark, + backgroundNegative: palette.movistarBlack, + backgroundBrandSecondary: palette.movistarBlack, backgroundContainer: palette.white, - backgroundContainerError: palette.pepper10, - backgroundContainerHover: applyAlpha(palette.black, 0.05), - backgroundContainerPressed: applyAlpha(palette.black, 0.08), + backgroundContainerError: palette.salmon100, + backgroundContainerHover: applyAlpha(palette.movistarBlack, 0.05), + backgroundContainerPressed: applyAlpha(palette.movistarBlack, 0.08), backgroundContainerBrand: palette.movistarBlue, - backgroundContainerBrandHover: applyAlpha(palette.black, 0.1), - backgroundContainerBrandPressed: applyAlpha(palette.black, 0.2), - backgroundContainerBrandOverInverse: palette.movistarBlue55, - backgroundContainerNegative: applyAlpha(palette.black, 0.2), - backgroundContainerBrandOverBrand: palette.movistarBlue55, - backgroundContainerAlternative: palette.grey1, - backgroundOverlay: applyAlpha(palette.movistarBlueDark, 0.6), - backgroundSkeleton: palette.grey2, - backgroundSkeletonInverse: palette.movistarBlue55, + backgroundContainerBrandHover: applyAlpha(palette.movistarBlack, 0.2), + backgroundContainerBrandPressed: applyAlpha(palette.movistarBlack, 0.4), + backgroundContainerBrandOverInverse: palette.blue800, + backgroundContainerNegative: applyAlpha(palette.movistarBlack, 0.2), + backgroundContainerBrandOverBrand: palette.blue800, + backgroundContainerAlternative: palette.grey100, + backgroundOverlay: applyAlpha(palette.movistarBlack, 0.6), + backgroundSkeleton: palette.grey200, + backgroundSkeletonInverse: palette.blue800, backgroundSkeletonNegative: applyAlpha(palette.black, 0.2), - backgroundSkeletonBrand: palette.movistarBlue55, + backgroundSkeletonBrand: palette.blue800, backgroundBrandTop: palette.movistarBlue, backgroundBrandBottom: palette.movistarBlue, appBarBackground: palette.white, navigationBarBackground: palette.movistarBlue, - backgroundDropZoneHover: palette.movistarBlue10, - backgroundDropZoneDragover: palette.movistarBlue15, - backgroundDropZoneBrandHover: applyAlpha(palette.black, 0.1), - backgroundDropZoneBrandDragover: applyAlpha(palette.black, 0.2), + backgroundDropZoneHover: applyAlpha(palette.movistarBlue, 0.05), + backgroundDropZoneDragover: applyAlpha(palette.movistarBlue, 0.08), + backgroundDropZoneBrandHover: applyAlpha(palette.movistarBlack, 0.08), + backgroundDropZoneBrandDragover: applyAlpha(palette.movistarBlack, 0.1), backgroundDropZoneNegativeHover: applyAlpha(palette.white, 0.1), backgroundDropZoneNegativeDragover: applyAlpha(palette.white, 0.17), - backgroundDropZoneMediaHover: applyAlpha(palette.black, 0.1), - backgroundDropZoneMediaDragover: applyAlpha(palette.black, 0.2), - skeletonWave: palette.grey2, - borderLow: palette.grey1, - border: palette.grey3, - borderHigh: palette.grey5, - borderSelected: palette.movistarBlue, - coverBackgroundHover: applyAlpha(palette.black, 0.25), - coverBackgroundPressed: applyAlpha(palette.black, 0.35), - buttonDangerBackground: palette.pepper55, - buttonDangerBackgroundPressed: palette.pepper70, - buttonDangerBackgroundHover: palette.pepper65, + backgroundDropZoneMediaHover: applyAlpha(palette.movistarBlack, 0.2), + backgroundDropZoneMediaDragover: applyAlpha(palette.movistarBlack, 0.4), + skeletonWave: palette.grey200, + borderLow: palette.grey100, + border: palette.grey300, + borderHigh: palette.grey600, + borderSelected: palette.blue800, + coverBackgroundHover: applyAlpha(palette.movistarBlack, 0.25), + coverBackgroundPressed: applyAlpha(palette.movistarBlack, 0.35), + buttonDangerBackground: palette.red, + buttonDangerBackgroundPressed: palette.redHigh, + buttonDangerBackgroundHover: palette.redHigh, buttonLinkDangerBackgroundInverse: palette.white, buttonLinkDangerBackgroundNegative: palette.white, buttonLinkDangerBackgroundBrand: palette.white, buttonLinkDangerBackgroundMedia: palette.white, - buttonLinkDangerBackgroundPressed: palette.pepper10, - buttonLinkDangerBackgroundInversePressed: palette.pepper10, - buttonLinkDangerBackgroundNegativePressed: palette.pepper10, - buttonLinkDangerBackgroundBrandPressed: palette.pepper10, - buttonLinkDangerBackgroundMediaPressed: palette.pepper10, - buttonLinkBackgroundPressed: palette.movistarBlue10, - buttonLinkBackgroundInversePressed: applyAlpha(palette.white, 0.2), - buttonLinkBackgroundNegativePressed: applyAlpha(palette.white, 0.2), - buttonLinkBackgroundBrandPressed: applyAlpha(palette.white, 0.2), - buttonLinkBackgroundMediaPressed: applyAlpha(palette.white, 0.2), - buttonPrimaryBackground: palette.movistarBlueHC, + buttonLinkDangerBackgroundPressed: palette.salmon100, + buttonLinkDangerBackgroundInversePressed: palette.salmon100, + buttonLinkDangerBackgroundNegativePressed: palette.salmon100, + buttonLinkDangerBackgroundBrandPressed: palette.salmon100, + buttonLinkDangerBackgroundMediaPressed: palette.salmon100, + buttonLinkBackgroundPressed: palette.blue200, + buttonLinkBackgroundInversePressed: applyAlpha(palette.white, 0.3), + buttonLinkBackgroundNegativePressed: applyAlpha(palette.white, 0.3), + buttonLinkBackgroundBrandPressed: applyAlpha(palette.white, 0.3), + buttonLinkBackgroundMediaPressed: applyAlpha(palette.white, 0.3), + buttonPrimaryBackground: palette.movistarBlue, buttonPrimaryBackgroundInverse: palette.white, buttonPrimaryBackgroundNegative: palette.white, buttonPrimaryBackgroundBrand: palette.white, buttonPrimaryBackgroundMedia: palette.white, - buttonPrimaryBackgroundHover: palette.movistarBlueHC55, - buttonPrimaryBackgroundInverseHover: palette.movistarBlue10, - buttonPrimaryBackgroundNegativeHover: palette.movistarBlue10, - buttonPrimaryBackgroundBrandHover: palette.movistarBlue10, - buttonPrimaryBackgroundMediaHover: palette.movistarBlue10, - buttonPrimaryBackgroundPressed: palette.movistarBlueHC65, - buttonPrimaryBackgroundInversePressed: palette.movistarBlue10, - buttonPrimaryBackgroundNegativePressed: palette.movistarBlue10, - buttonPrimaryBackgroundBrandPressed: palette.movistarBlue10, - buttonPrimaryBackgroundMediaPressed: palette.movistarBlue10, + buttonPrimaryBackgroundHover: palette.blueHigh, + buttonPrimaryBackgroundInverseHover: palette.blue200, + buttonPrimaryBackgroundNegativeHover: palette.blue100, + buttonPrimaryBackgroundBrandHover: palette.blue100, + buttonPrimaryBackgroundMediaHover: palette.blue200, + buttonPrimaryBackgroundPressed: palette.blueHigh, + buttonPrimaryBackgroundInversePressed: palette.blue200, + buttonPrimaryBackgroundNegativePressed: palette.blue100, + buttonPrimaryBackgroundBrandPressed: palette.blue100, + buttonPrimaryBackgroundMediaPressed: palette.blue200, buttonSecondaryBackgroundBrand: applyAlpha(palette.white, 0), - buttonSecondaryBorder: palette.movistarBlueHC, + buttonSecondaryBorder: palette.movistarBlue, buttonSecondaryBorderInverse: palette.white, buttonSecondaryBorderNegative: palette.white, buttonSecondaryBorderBrand: palette.white, buttonSecondaryBorderMedia: palette.white, - buttonSecondaryBorderPressed: palette.movistarBlueHC65, + buttonSecondaryBorderPressed: palette.blue800, buttonSecondaryBorderInversePressed: palette.white, buttonSecondaryBorderNegativePressed: palette.white, buttonSecondaryBorderBrandPressed: palette.white, buttonSecondaryBorderMediaPressed: palette.white, - buttonSecondaryBackgroundHover: palette.movistarBlue10, + buttonSecondaryBackgroundHover: palette.blue200, buttonSecondaryBackgroundInverseHover: applyAlpha(palette.white, 0.2), buttonSecondaryBackgroundNegativeHover: applyAlpha(palette.white, 0.2), buttonSecondaryBackgroundBrandHover: applyAlpha(palette.white, 0.2), buttonSecondaryBackgroundMediaHover: applyAlpha(palette.white, 0.2), - buttonSecondaryBackgroundPressed: palette.movistarBlue15, + buttonSecondaryBackgroundPressed: palette.blue200, buttonSecondaryBackgroundInversePressed: applyAlpha(palette.white, 0.3), buttonSecondaryBackgroundNegativePressed: applyAlpha(palette.white, 0.3), buttonSecondaryBackgroundBrandPressed: applyAlpha(palette.white, 0.3), buttonSecondaryBackgroundMediaPressed: applyAlpha(palette.white, 0.3), textButtonPrimary: palette.white, - textButtonPrimaryInverse: palette.movistarBlueHC, - textButtonPrimaryNegative: palette.movistarBlueHC, - textButtonPrimaryBrand: palette.movistarBlueHC, - textButtonPrimaryMedia: palette.movistarBlueHC, - textButtonPrimaryInversePressed: palette.movistarBlueHC, - textButtonPrimaryNegativePressed: palette.movistarBlueHC, - textButtonPrimaryBrandPressed: palette.movistarBlueHC, - textButtonPrimaryMediaPressed: palette.movistarBlueHC, - textButtonSecondary: palette.movistarBlueHC, + textButtonPrimaryInverse: palette.movistarBlue, + textButtonPrimaryNegative: palette.movistarBlue, + textButtonPrimaryBrand: palette.movistarBlue, + textButtonPrimaryMedia: palette.movistarBlue, + textButtonPrimaryInversePressed: palette.blue800, + textButtonPrimaryNegativePressed: palette.blue800, + textButtonPrimaryBrandPressed: palette.blue800, + textButtonPrimaryMediaPressed: palette.blueHigh, + textButtonSecondary: palette.movistarBlue, textButtonSecondaryInverse: palette.white, textButtonSecondaryNegative: palette.white, textButtonSecondaryBrand: palette.white, textButtonSecondaryMedia: palette.white, - textButtonSecondaryPressed: palette.movistarBlueHC55, + textButtonSecondaryPressed: palette.blue800, textButtonSecondaryInversePressed: palette.white, textButtonSecondaryNegativePressed: palette.white, textButtonSecondaryBrandPressed: palette.white, textButtonSecondaryMediaPressed: palette.white, - textLink: palette.movistarBlueHC, + textLink: palette.movistarBlue, textLinkInverse: palette.white, textLinkNegative: palette.white, textLinkBrand: palette.white, textLinkMedia: palette.white, - textLinkDanger: palette.pepper60, - textLinkDangerMedia: palette.pepper60, - textLinkSnackbar: palette.movistarBlue30, - textActivated: palette.movistarBlueHC, - textBrand: palette.movistarBlueHC, - inputBorder: palette.grey4, + textLinkDanger: palette.red, + textLinkDangerMedia: palette.red, + textLinkSnackbar: palette.blue300, + textActivated: palette.blueHigh, + textBrand: palette.blueHigh, + inputBorder: palette.grey500, inputBorderInverse: palette.white, inputBorderNegative: palette.white, inputBorderBrand: palette.white, - completedStep: palette.movistarBlueHC, - completedStepInverse: palette.movistarBlue55, - completedStepNegative: palette.movistarBlue55, - completedStepBrand: palette.movistarBlue55, - control: palette.grey4, + completedStep: palette.movistarBlue, + completedStepInverse: palette.blue100, + completedStepNegative: palette.blue100, + completedStepBrand: palette.blue100, + control: palette.grey500, controlActivated: palette.movistarBlue, - controlInverse: palette.movistarBlue20, - controlNegative: palette.movistarBlue20, - controlBrand: palette.movistarBlue20, + controlInverse: palette.blueLight, + controlNegative: palette.blueLight, + controlBrand: palette.blueLight, controlActivatedInverse: palette.white, controlActivatedNegative: palette.white, controlActivatedBrand: palette.white, - controlError: palette.pepper55, - chevronIndicator: palette.grey5, - barTrack: palette.grey3, - barTrackInverse: applyAlpha(palette.black, 0.14), - barTrackNegative: applyAlpha(palette.black, 0.14), - barTrackBrand: applyAlpha(palette.black, 0.14), - loadingBar: palette.movistarBlue, - loadingBarBackground: palette.grey2, - toggleAndroidInactive: palette.grey2, - toggleAndroidBackgroundActive: palette.movistarBlue20, + controlError: palette.red, + chevronIndicator: palette.movistarBlue, + barTrack: palette.grey300, + barTrackInverse: applyAlpha(palette.movistarBlack, 0.14), + barTrackNegative: applyAlpha(palette.movistarBlack, 0.14), + barTrackBrand: applyAlpha(palette.movistarBlack, 0.14), + loadingBar: palette.blueLight, + loadingBarBackground: palette.blueHigh, + toggleAndroidInactive: palette.grey200, + toggleAndroidBackgroundActive: palette.blue300, toggleAndroidActiveBrand: palette.white, - toggleAndroidInactiveBrand: palette.grey2, - toggleAndroidBackgroundActiveBrand: palette.movistarBlue20, - toggleAndroidBackgroundInactiveBrand: palette.movistarBlue20, + toggleAndroidInactiveBrand: palette.grey200, + toggleAndroidBackgroundActiveBrand: palette.blue300, + toggleAndroidBackgroundInactiveBrand: palette.blueLight, iosControlKnob: palette.white, controlKnobInverse: palette.movistarBlue, controlKnobNegative: palette.movistarBlue, controlKnobBrand: palette.movistarBlue, - divider: palette.grey3, + divider: palette.grey200, dividerInverse: applyAlpha(palette.white, 0.2), dividerNegative: applyAlpha(palette.white, 0.2), dividerBrand: applyAlpha(palette.white, 0.2), navigationBarDivider: palette.movistarBlue, - badge: palette.pepper55, - feedbackErrorBackground: palette.pepper55, - feedbackInfoBackground: palette.movistarBlueDark, + badge: palette.red, + feedbackErrorBackground: palette.red, + feedbackInfoBackground: palette.blueDark, brand: palette.movistarBlue, - brandHigh: palette.movistarBlue55, + brandHigh: palette.blueHigh, inverse: palette.white, negative: palette.white, - neutralHigh: palette.movistarBlueDark, + neutralHigh: palette.movistarBlack, neutralHighNegative: palette.white, neutralHighBrand: palette.white, - neutralMedium: palette.grey5, - neutralMediumInverse: palette.grey5, - neutralMediumNegative: palette.grey5, - neutralMediumBrand: palette.grey5, - neutralLow: palette.grey1, - neutralLowAlternative: palette.grey2, - textPrimary: palette.movistarBlueDark, + neutralMedium: palette.grey600, + neutralMediumInverse: palette.grey600, + neutralMediumNegative: palette.grey600, + neutralMediumBrand: palette.grey600, + neutralLow: palette.grey100, + neutralLowAlternative: palette.grey200, + textPrimary: palette.movistarBlack, textPrimaryInverse: palette.white, textPrimaryNegative: palette.white, textPrimaryBrand: palette.white, textPrimaryMedia: palette.white, - textSecondary: palette.grey5, - textSecondaryInverse: palette.movistarBlue10, - textSecondaryNegative: palette.movistarBlue10, - textSecondaryBrand: palette.movistarBlue10, - textSecondaryMedia: palette.white, - success: palette.movistarGreen55, - warning: palette.egg55, - error: palette.pepper55, - textError: palette.pepper55, + textSecondary: palette.grey600, + textSecondaryInverse: palette.movistarWhite, + textSecondaryNegative: palette.movistarWhite, + textSecondaryBrand: palette.movistarWhite, + textSecondaryMedia: palette.movistarWhite, + success: palette.emerald, + warning: palette.yellow600, + error: palette.red, + textError: palette.red, textErrorInverse: palette.white, textErrorNegative: palette.white, textErrorBrand: palette.white, - promo: palette.pepper70, + promo: palette.redHigh, highlight: palette.pink55, - successLow: palette.movistarGreen10, - warningLow: palette.egg10, - errorLow: palette.pepper10, - promoLow: palette.pepper10, - brandLow: palette.movistarBlue10, - successHigh: palette.movistarGreen70, - warningHigh: palette.egg80, - errorHigh: palette.pepper70, - promoHigh: palette.pepper70, - successHighInverse: palette.movistarGreen70, - successHighNegative: palette.movistarGreen70, - successHighBrand: palette.movistarGreen70, - warningHighInverse: palette.egg80, - warningHighNegative: palette.egg80, - warningHighBrand: palette.egg80, - errorHighInverse: palette.pepper70, - errorHighNegative: palette.pepper70, - errorHighBrand: palette.pepper70, - promoHighInverse: palette.pepper70, - promoHighNegative: palette.pepper70, - promoHighBrand: palette.pepper70, + successLow: palette.green200, + warningLow: palette.yellow200, + errorLow: palette.salmon100, + promoLow: palette.salmon100, + brandLow: palette.blueLight, + successHigh: palette.green700, + warningHigh: palette.yellowHigh, + errorHigh: palette.redHigh, + promoHigh: palette.redHigh, + successHighInverse: palette.emeraldHigh, + successHighNegative: palette.emeraldHigh, + successHighBrand: palette.emeraldHigh, + warningHighInverse: palette.yellowHigh, + warningHighNegative: palette.yellowHigh, + warningHighBrand: palette.yellowHigh, + errorHighInverse: palette.redHigh, + errorHighNegative: palette.redHigh, + errorHighBrand: palette.redHigh, + promoHighInverse: palette.redHigh, + promoHighNegative: palette.redHigh, + promoHighBrand: palette.redHigh, textNavigationBarPrimary: palette.white, - textNavigationBarSecondary: palette.movistarBlue20, - textNavigationSearchBarHint: palette.movistarBlue20, + textNavigationBarSecondary: palette.blue300, + textNavigationSearchBarHint: palette.blue300, textNavigationSearchBarText: palette.white, - textAppBar: palette.grey5, - textAppBarSelected: palette.movistarBlueHC, - iosGlassAppBar: palette.movistarBlueDark, - iosGlassAppBarSelected: palette.movistarBlueHC55, + textAppBar: palette.grey600, + textAppBarSelected: palette.blue800, + iosGlassAppBar: palette.movistarBlack, + iosGlassAppBarSelected: palette.blue800, customTabsBackground: palette.white, tagTextPromo: palette.white, - tagTextActive: palette.movistarBlueHC, - tagTextInactive: palette.grey5, - tagTextInfo: palette.white, - tagTextSuccess: palette.movistarGreen70, - tagTextWarning: palette.egg80, - tagTextError: palette.pepper70, - tagBackgroundPromo: palette.pepper70, - tagBackgroundActive: palette.movistarBlue10, - tagBackgroundInactive: palette.grey1, - tagBackgroundInfo: palette.movistarBlueDark, - tagBackgroundSuccess: palette.movistarGreen10, - tagBackgroundWarning: palette.egg10, - tagBackgroundError: palette.pepper10, - tagTextPromoInverse: palette.pepper70, - tagTextPromoNegative: palette.pepper70, - tagTextPromoBrand: palette.pepper70, - tagTextActiveInverse: palette.movistarBlueHC, - tagTextActiveNegative: palette.movistarBlueHC, - tagTextActiveBrand: palette.movistarBlueHC, - tagTextInactiveInverse: palette.grey5, - tagTextInactiveNegative: palette.grey5, - tagTextInactiveBrand: palette.grey5, - tagTextInfoInverse: palette.movistarBlueDark, - tagTextInfoNegative: palette.movistarBlueDark, - tagTextInfoBrand: palette.movistarBlueDark, - tagTextSuccessInverse: palette.movistarGreen70, - tagTextSuccessNegative: palette.movistarGreen70, - tagTextSuccessBrand: palette.movistarGreen70, - tagTextWarningInverse: palette.egg80, - tagTextWarningNegative: palette.egg80, - tagTextWarningBrand: palette.egg80, - tagTextErrorInverse: palette.pepper70, - tagTextErrorNegative: palette.pepper70, - tagTextErrorBrand: palette.pepper70, + tagTextActive: palette.blueHigh, + tagTextInactive: palette.grey600, + tagTextInfo: palette.blueHigh, + tagTextSuccess: palette.emeraldHigh, + tagTextWarning: palette.yellowHigh, + tagTextError: palette.redHigh, + tagBackgroundPromo: palette.redHigh, + tagBackgroundActive: palette.blue200, + tagBackgroundInactive: palette.grey200, + tagBackgroundInfo: palette.blue200, + tagBackgroundSuccess: palette.green200, + tagBackgroundWarning: palette.yellowLight, + tagBackgroundError: palette.salmon200, + tagTextPromoInverse: palette.redHigh, + tagTextPromoNegative: palette.redHigh, + tagTextPromoBrand: palette.redHigh, + tagTextActiveInverse: palette.blueHigh, + tagTextActiveNegative: palette.blueHigh, + tagTextActiveBrand: palette.blueHigh, + tagTextInactiveInverse: palette.grey600, + tagTextInactiveNegative: palette.grey600, + tagTextInactiveBrand: palette.grey600, + tagTextInfoInverse: palette.blueHigh, + tagTextInfoNegative: palette.blueHigh, + tagTextInfoBrand: palette.blueHigh, + tagTextSuccessInverse: palette.green700, + tagTextSuccessNegative: palette.green700, + tagTextSuccessBrand: palette.green700, + tagTextWarningInverse: palette.yellowHigh, + tagTextWarningNegative: palette.yellowHigh, + tagTextWarningBrand: palette.yellowHigh, + tagTextErrorInverse: palette.redHigh, + tagTextErrorNegative: palette.redHigh, + tagTextErrorBrand: palette.redHigh, tagBackgroundPromoInverse: palette.white, tagBackgroundPromoNegative: palette.white, tagBackgroundPromoBrand: palette.white, @@ -368,10 +363,10 @@ export const getMovistarSkin: GetKnownSkin = () => { backgroundContainerBrandOverBrand: palette.darkModeGrey, backgroundContainerAlternative: palette.darkModeGrey, backgroundOverlay: applyAlpha(palette.darkModeGrey, 0.8), - backgroundSkeleton: palette.darkModeGrey6, - backgroundSkeletonInverse: palette.darkModeGrey6, - backgroundSkeletonNegative: palette.darkModeGrey6, - backgroundSkeletonBrand: palette.darkModeGrey6, + backgroundSkeleton: palette.grey600, + backgroundSkeletonInverse: palette.grey600, + backgroundSkeletonNegative: palette.grey600, + backgroundSkeletonBrand: palette.grey600, backgroundBrandTop: palette.darkModeBlack, backgroundBrandBottom: palette.darkModeBlack, appBarBackground: palette.darkModeGrey, @@ -380,20 +375,20 @@ export const getMovistarSkin: GetKnownSkin = () => { backgroundDropZoneDragover: applyAlpha(palette.white, 0.08), backgroundDropZoneBrandHover: applyAlpha(palette.white, 0.03), backgroundDropZoneBrandDragover: applyAlpha(palette.white, 0.05), - backgroundDropZoneNegativeHover: applyAlpha(palette.white, 0.15), - backgroundDropZoneNegativeDragover: applyAlpha(palette.white, 0.25), + backgroundDropZoneNegativeHover: applyAlpha(palette.white, 0.03), + backgroundDropZoneNegativeDragover: applyAlpha(palette.white, 0.05), backgroundDropZoneMediaHover: applyAlpha(palette.white, 0.03), backgroundDropZoneMediaDragover: applyAlpha(palette.white, 0.05), - skeletonWave: palette.darkModeGrey6, + skeletonWave: palette.grey600, borderLow: palette.darkModeBlack, border: palette.darkModeGrey, - borderHigh: palette.darkModeGrey5, - borderSelected: palette.movistarBlue, + borderHigh: palette.grey500, + borderSelected: palette.darkModeMovistarBlue, coverBackgroundHover: applyAlpha(palette.darkModeBlack, 0.25), coverBackgroundPressed: applyAlpha(palette.darkModeBlack, 0.35), - buttonDangerBackground: palette.pepper55, - buttonDangerBackgroundPressed: palette.pepper70, - buttonDangerBackgroundHover: palette.pepper65, + buttonDangerBackground: palette.red, + buttonDangerBackgroundPressed: palette.redHigh, + buttonDangerBackgroundHover: palette.redHigh, buttonLinkDangerBackgroundInverse: applyAlpha(palette.white, 0), buttonLinkDangerBackgroundNegative: applyAlpha(palette.white, 0), buttonLinkDangerBackgroundBrand: applyAlpha(palette.white, 0), @@ -402,37 +397,37 @@ export const getMovistarSkin: GetKnownSkin = () => { buttonLinkDangerBackgroundInversePressed: applyAlpha(palette.white, 0.08), buttonLinkDangerBackgroundNegativePressed: applyAlpha(palette.white, 0.08), buttonLinkDangerBackgroundBrandPressed: applyAlpha(palette.white, 0.08), - buttonLinkDangerBackgroundMediaPressed: palette.pepper10, + buttonLinkDangerBackgroundMediaPressed: palette.salmon100, buttonLinkBackgroundPressed: applyAlpha(palette.white, 0.08), buttonLinkBackgroundInversePressed: applyAlpha(palette.white, 0.08), buttonLinkBackgroundNegativePressed: applyAlpha(palette.white, 0.08), buttonLinkBackgroundBrandPressed: applyAlpha(palette.white, 0.08), buttonLinkBackgroundMediaPressed: applyAlpha(palette.white, 0.2), - buttonPrimaryBackground: palette.movistarBlueHC, - buttonPrimaryBackgroundInverse: palette.movistarBlueHC, - buttonPrimaryBackgroundNegative: palette.movistarBlueHC, - buttonPrimaryBackgroundBrand: palette.movistarBlueHC, + buttonPrimaryBackground: palette.movistarBlue, + buttonPrimaryBackgroundInverse: palette.movistarBlue, + buttonPrimaryBackgroundNegative: palette.movistarBlue, + buttonPrimaryBackgroundBrand: palette.movistarBlue, buttonPrimaryBackgroundMedia: palette.white, - buttonPrimaryBackgroundHover: palette.movistarBlueHC55, - buttonPrimaryBackgroundInverseHover: palette.movistarBlueHC65, - buttonPrimaryBackgroundNegativeHover: palette.movistarBlueHC65, - buttonPrimaryBackgroundBrandHover: palette.movistarBlueHC65, - buttonPrimaryBackgroundMediaHover: palette.movistarBlue10, - buttonPrimaryBackgroundPressed: palette.movistarBlueHC65, - buttonPrimaryBackgroundInversePressed: palette.movistarBlueHC65, - buttonPrimaryBackgroundNegativePressed: palette.movistarBlueHC65, - buttonPrimaryBackgroundBrandPressed: palette.movistarBlueHC65, - buttonPrimaryBackgroundMediaPressed: palette.movistarBlue10, + buttonPrimaryBackgroundHover: palette.blueHigh, + buttonPrimaryBackgroundInverseHover: palette.blue800, + buttonPrimaryBackgroundNegativeHover: palette.blue800, + buttonPrimaryBackgroundBrandHover: palette.blue800, + buttonPrimaryBackgroundMediaHover: palette.blue200, + buttonPrimaryBackgroundPressed: palette.blue800, + buttonPrimaryBackgroundInversePressed: palette.blue800, + buttonPrimaryBackgroundNegativePressed: palette.blue800, + buttonPrimaryBackgroundBrandPressed: palette.blue800, + buttonPrimaryBackgroundMediaPressed: palette.blue200, buttonSecondaryBackgroundBrand: applyAlpha(palette.white, 0), buttonSecondaryBorder: palette.white, - buttonSecondaryBorderInverse: palette.darkModeGrey2, - buttonSecondaryBorderNegative: palette.darkModeGrey2, - buttonSecondaryBorderBrand: palette.darkModeGrey2, + buttonSecondaryBorderInverse: palette.grey200, + buttonSecondaryBorderNegative: palette.grey200, + buttonSecondaryBorderBrand: palette.grey200, buttonSecondaryBorderMedia: palette.white, buttonSecondaryBorderPressed: palette.white, - buttonSecondaryBorderInversePressed: palette.darkModeGrey2, - buttonSecondaryBorderNegativePressed: palette.darkModeGrey2, - buttonSecondaryBorderBrandPressed: palette.darkModeGrey2, + buttonSecondaryBorderInversePressed: palette.grey200, + buttonSecondaryBorderNegativePressed: palette.grey200, + buttonSecondaryBorderBrandPressed: palette.grey200, buttonSecondaryBorderMediaPressed: palette.white, buttonSecondaryBackgroundHover: applyAlpha(palette.white, 0.15), buttonSecondaryBackgroundInverseHover: applyAlpha(palette.white, 0.15), @@ -448,191 +443,191 @@ export const getMovistarSkin: GetKnownSkin = () => { textButtonPrimaryInverse: palette.white, textButtonPrimaryNegative: palette.white, textButtonPrimaryBrand: palette.white, - textButtonPrimaryMedia: palette.movistarBlueHC, - textButtonPrimaryInversePressed: palette.white, - textButtonPrimaryNegativePressed: palette.white, - textButtonPrimaryBrandPressed: palette.white, - textButtonPrimaryMediaPressed: palette.movistarBlueHC, - textButtonSecondary: palette.darkModeGrey2, - textButtonSecondaryInverse: palette.darkModeGrey2, - textButtonSecondaryNegative: palette.darkModeGrey2, - textButtonSecondaryBrand: palette.darkModeGrey2, + textButtonPrimaryMedia: palette.movistarBlue, + textButtonPrimaryInversePressed: palette.blueLight, + textButtonPrimaryNegativePressed: palette.blueLight, + textButtonPrimaryBrandPressed: palette.blueLight, + textButtonPrimaryMediaPressed: palette.blueHigh, + textButtonSecondary: palette.grey200, + textButtonSecondaryInverse: palette.grey200, + textButtonSecondaryNegative: palette.grey200, + textButtonSecondaryBrand: palette.grey200, textButtonSecondaryMedia: palette.white, - textButtonSecondaryPressed: palette.darkModeGrey2, - textButtonSecondaryInversePressed: palette.darkModeGrey2, - textButtonSecondaryNegativePressed: palette.darkModeGrey2, - textButtonSecondaryBrandPressed: palette.darkModeGrey2, + textButtonSecondaryPressed: palette.grey200, + textButtonSecondaryInversePressed: palette.grey200, + textButtonSecondaryNegativePressed: palette.grey200, + textButtonSecondaryBrandPressed: palette.grey200, textButtonSecondaryMediaPressed: palette.white, - textLink: palette.movistarBlue, - textLinkInverse: palette.movistarBlue, - textLinkNegative: palette.movistarBlue, - textLinkBrand: palette.movistarBlue, + textLink: palette.darkModeMovistarBlue, + textLinkInverse: palette.darkModeMovistarBlue, + textLinkNegative: palette.darkModeMovistarBlue, + textLinkBrand: palette.darkModeMovistarBlue, textLinkMedia: palette.white, - textLinkDanger: palette.pepper45, - textLinkDangerMedia: palette.pepper60, - textLinkSnackbar: palette.movistarBlue, - textActivated: palette.movistarBlue, - textBrand: palette.movistarBlue, - inputBorder: palette.darkModeGrey4, - inputBorderInverse: palette.darkModeGrey4, - inputBorderNegative: palette.darkModeGrey4, - inputBorderBrand: palette.darkModeGrey4, - completedStep: palette.movistarBlueHC, - completedStepInverse: palette.movistarBlueHC, - completedStepNegative: palette.movistarBlueHC, - completedStepBrand: palette.movistarBlueHC, - control: palette.darkModeGrey4, - controlActivated: palette.movistarBlue, - controlInverse: palette.darkModeGrey4, - controlNegative: palette.darkModeGrey4, - controlBrand: palette.darkModeGrey4, - controlActivatedInverse: palette.movistarBlue, - controlActivatedNegative: palette.movistarBlue, - controlActivatedBrand: palette.movistarBlue, - controlError: palette.pepper45, - chevronIndicator: palette.darkModeGrey5, - barTrack: palette.darkModeGrey6, - barTrackInverse: palette.darkModeGrey6, - barTrackNegative: palette.darkModeGrey6, - barTrackBrand: palette.darkModeGrey6, - loadingBar: palette.movistarBlue, - loadingBarBackground: palette.darkModeGrey6, - toggleAndroidInactive: palette.darkModeGrey2, - toggleAndroidBackgroundActive: palette.movistarBlue20, - toggleAndroidActiveBrand: palette.movistarBlue, - toggleAndroidInactiveBrand: palette.darkModeGrey2, - toggleAndroidBackgroundActiveBrand: palette.movistarBlue20, - toggleAndroidBackgroundInactiveBrand: palette.darkModeGrey4, - iosControlKnob: palette.darkModeGrey2, - controlKnobInverse: palette.darkModeGrey2, - controlKnobNegative: palette.darkModeGrey2, - controlKnobBrand: palette.darkModeGrey2, - divider: applyAlpha(palette.white, 0.1), - dividerInverse: applyAlpha(palette.white, 0.1), - dividerNegative: applyAlpha(palette.white, 0.1), - dividerBrand: applyAlpha(palette.white, 0.1), + textLinkDanger: palette.red350, + textLinkDangerMedia: palette.red, + textLinkSnackbar: palette.darkModeMovistarBlue, + textActivated: palette.blue300, + textBrand: palette.blue300, + inputBorder: palette.grey400, + inputBorderInverse: palette.grey400, + inputBorderNegative: palette.grey400, + inputBorderBrand: palette.grey400, + completedStep: palette.blue800, + completedStepInverse: palette.blue100, + completedStepNegative: palette.blue100, + completedStepBrand: palette.blue100, + control: palette.grey400, + controlActivated: palette.darkModeMovistarBlue, + controlInverse: palette.grey400, + controlNegative: palette.grey400, + controlBrand: palette.grey400, + controlActivatedInverse: palette.darkModeMovistarBlue, + controlActivatedNegative: palette.darkModeMovistarBlue, + controlActivatedBrand: palette.darkModeMovistarBlue, + controlError: palette.red, + chevronIndicator: palette.darkModeMovistarBlue, + barTrack: palette.grey600, + barTrackInverse: palette.grey600, + barTrackNegative: palette.grey600, + barTrackBrand: palette.grey600, + loadingBar: palette.darkModeMovistarBlue, + loadingBarBackground: palette.grey600, + toggleAndroidInactive: palette.grey200, + toggleAndroidBackgroundActive: palette.blue300, + toggleAndroidActiveBrand: palette.darkModeMovistarBlue, + toggleAndroidInactiveBrand: palette.grey200, + toggleAndroidBackgroundActiveBrand: palette.blue300, + toggleAndroidBackgroundInactiveBrand: palette.grey400, + iosControlKnob: palette.grey200, + controlKnobInverse: palette.grey200, + controlKnobNegative: palette.grey200, + controlKnobBrand: palette.grey200, + divider: applyAlpha(palette.movistarWhite, 0.1), + dividerInverse: applyAlpha(palette.movistarWhite, 0.1), + dividerNegative: applyAlpha(palette.movistarWhite, 0.1), + dividerBrand: applyAlpha(palette.movistarWhite, 0.1), navigationBarDivider: palette.darkModeBlack, - badge: palette.pepper55, - feedbackErrorBackground: palette.pepper55, - feedbackInfoBackground: palette.movistarBlueDark, - brand: palette.movistarBlue, - brandHigh: palette.movistarBlue40, - inverse: palette.darkModeGrey2, - negative: palette.darkModeGrey2, - neutralHigh: palette.darkModeGrey2, - neutralHighBrand: palette.darkModeGrey2, - neutralHighNegative: palette.darkModeGrey2, - neutralMedium: palette.darkModeGrey5, - neutralMediumInverse: palette.grey5, - neutralMediumNegative: palette.grey5, - neutralMediumBrand: palette.grey5, - neutralLow: palette.darkModeGrey7, - neutralLowAlternative: palette.darkModeGrey7, - textPrimary: palette.darkModeGrey2, - textPrimaryInverse: palette.darkModeGrey2, - textPrimaryNegative: palette.darkModeGrey2, - textPrimaryBrand: palette.darkModeGrey2, + badge: palette.red600, + feedbackErrorBackground: palette.red, + feedbackInfoBackground: palette.blueDark, + brand: palette.darkModeMovistarBlue, + brandHigh: palette.blueHigh, + inverse: palette.grey200, + negative: palette.grey200, + neutralHigh: palette.grey200, + neutralHighBrand: palette.grey200, + neutralHighNegative: palette.grey200, + neutralMedium: palette.grey500, + neutralMediumInverse: palette.grey500, + neutralMediumNegative: palette.grey500, + neutralMediumBrand: palette.grey500, + neutralLow: palette.grey700, + neutralLowAlternative: palette.grey700, + textPrimary: palette.movistarWhite, + textPrimaryInverse: palette.movistarWhite, + textPrimaryNegative: palette.movistarWhite, + textPrimaryBrand: palette.movistarWhite, textPrimaryMedia: palette.white, - textSecondary: palette.darkModeGrey4, - textSecondaryInverse: palette.darkModeGrey4, - textSecondaryNegative: palette.darkModeGrey4, - textSecondaryBrand: palette.darkModeGrey4, + textSecondary: palette.grey400, + textSecondaryInverse: palette.grey400, + textSecondaryNegative: palette.grey400, + textSecondaryBrand: palette.grey400, textSecondaryMedia: palette.white, - success: palette.movistarGreen, - warning: palette.egg, - error: palette.pepper45, - textError: palette.pepper45, - textErrorInverse: palette.pepper45, - textErrorNegative: palette.pepper45, - textErrorBrand: palette.pepper45, - promo: palette.pepper45, + success: palette.emerald, + warning: palette.yellow, + error: palette.red350, + textError: palette.red350, + textErrorInverse: palette.red350, + textErrorNegative: palette.red350, + textErrorBrand: palette.red350, + promo: palette.red350, highlight: palette.pink45, - successLow: palette.darkModeGrey7, - warningLow: palette.darkModeGrey7, - errorLow: palette.darkModeGrey7, - promoLow: palette.darkModeGrey7, - brandLow: palette.darkModeGrey7, - successHigh: palette.movistarGreen40, - warningHigh: palette.egg40, - errorHigh: palette.pepper45, - promoHigh: palette.pepper45, - successHighInverse: palette.movistarGreen70, - successHighNegative: palette.movistarGreen70, - successHighBrand: palette.movistarGreen70, - warningHighInverse: palette.egg80, - warningHighNegative: palette.egg80, - warningHighBrand: palette.egg80, - errorHighInverse: palette.pepper70, - errorHighNegative: palette.pepper70, - errorHighBrand: palette.pepper70, - promoHighInverse: palette.pepper45, - promoHighNegative: palette.pepper45, - promoHighBrand: palette.pepper45, - textNavigationBarPrimary: palette.darkModeGrey2, - textNavigationBarSecondary: palette.darkModeGrey4, - textNavigationSearchBarHint: palette.darkModeGrey4, - textNavigationSearchBarText: palette.darkModeGrey2, - textAppBar: palette.darkModeGrey4, + successLow: palette.grey700, + warningLow: palette.grey700, + errorLow: palette.grey700, + promoLow: palette.grey700, + brandLow: palette.blueDark, + successHigh: palette.emeraldHigh, + warningHigh: palette.yellow400, + errorHigh: palette.red, + promoHigh: palette.red, + successHighInverse: palette.green700, + successHighNegative: palette.green700, + successHighBrand: palette.green700, + warningHighInverse: palette.yellowHigh, + warningHighNegative: palette.yellowHigh, + warningHighBrand: palette.yellowHigh, + errorHighInverse: palette.red, + errorHighNegative: palette.red, + errorHighBrand: palette.red, + promoHighInverse: palette.red, + promoHighNegative: palette.red, + promoHighBrand: palette.red, + textNavigationBarPrimary: palette.grey200, + textNavigationBarSecondary: palette.grey400, + textNavigationSearchBarHint: palette.grey400, + textNavigationSearchBarText: palette.grey200, + textAppBar: palette.grey400, textAppBarSelected: palette.movistarBlue, iosGlassAppBar: palette.white, - iosGlassAppBarSelected: palette.white, + iosGlassAppBarSelected: palette.blue200, customTabsBackground: palette.darkModeBlack, - tagTextPromo: palette.white, - tagTextActive: palette.movistarBlue, - tagTextInactive: palette.darkModeGrey3, - tagTextInfo: palette.white, - tagTextSuccess: palette.movistarGreen40, - tagTextWarning: palette.egg40, - tagTextError: palette.pepper45, - tagBackgroundPromo: palette.pepper70, - tagBackgroundActive: palette.darkModeGrey7, - tagBackgroundInactive: palette.darkModeGrey7, - tagBackgroundInfo: palette.darkModeGrey7, - tagBackgroundSuccess: palette.darkModeGrey7, - tagBackgroundWarning: palette.darkModeGrey7, - tagBackgroundError: palette.darkModeGrey7, - tagTextPromoInverse: palette.white, - tagTextPromoNegative: palette.white, - tagTextPromoBrand: palette.white, - tagTextActiveInverse: palette.movistarBlue, - tagTextActiveNegative: palette.movistarBlue, - tagTextActiveBrand: palette.movistarBlue, - tagTextInactiveInverse: palette.darkModeGrey3, - tagTextInactiveNegative: palette.darkModeGrey3, - tagTextInactiveBrand: palette.darkModeGrey3, - tagTextInfoInverse: palette.white, - tagTextInfoNegative: palette.white, - tagTextInfoBrand: palette.white, - tagTextSuccessInverse: palette.movistarGreen40, - tagTextSuccessNegative: palette.movistarGreen40, - tagTextSuccessBrand: palette.movistarGreen40, - tagTextWarningInverse: palette.egg40, - tagTextWarningNegative: palette.egg40, - tagTextWarningBrand: palette.egg40, - tagTextErrorInverse: palette.pepper45, - tagTextErrorNegative: palette.pepper45, - tagTextErrorBrand: palette.pepper45, - tagBackgroundPromoInverse: palette.pepper70, - tagBackgroundPromoNegative: palette.pepper70, - tagBackgroundPromoBrand: palette.pepper70, - tagBackgroundActiveInverse: palette.darkModeGrey7, - tagBackgroundActiveNegative: palette.darkModeGrey7, - tagBackgroundActiveBrand: palette.darkModeGrey7, - tagBackgroundInactiveInverse: palette.darkModeGrey7, - tagBackgroundInactiveNegative: palette.darkModeGrey7, - tagBackgroundInactiveBrand: palette.darkModeGrey7, - tagBackgroundInfoInverse: palette.darkModeGrey7, - tagBackgroundInfoNegative: palette.darkModeGrey7, - tagBackgroundInfoBrand: palette.darkModeGrey7, - tagBackgroundSuccessInverse: palette.darkModeGrey7, - tagBackgroundSuccessNegative: palette.darkModeGrey7, - tagBackgroundSuccessBrand: palette.darkModeGrey7, - tagBackgroundWarningInverse: palette.darkModeGrey7, - tagBackgroundWarningNegative: palette.darkModeGrey7, - tagBackgroundWarningBrand: palette.darkModeGrey7, - tagBackgroundErrorInverse: palette.darkModeGrey7, - tagBackgroundErrorNegative: palette.darkModeGrey7, - tagBackgroundErrorBrand: palette.darkModeGrey7, + tagTextPromo: palette.movistarWhite, + tagTextActive: palette.blue300, + tagTextInactive: palette.grey300, + tagTextInfo: palette.blue300, + tagTextSuccess: palette.green400, + tagTextWarning: palette.yellow400, + tagTextError: palette.red350, + tagBackgroundPromo: palette.redHigh, + tagBackgroundActive: palette.grey700, + tagBackgroundInactive: palette.grey700, + tagBackgroundInfo: palette.grey700, + tagBackgroundSuccess: palette.grey700, + tagBackgroundWarning: palette.grey700, + tagBackgroundError: palette.grey700, + tagTextPromoInverse: palette.movistarWhite, + tagTextPromoNegative: palette.movistarWhite, + tagTextPromoBrand: palette.movistarWhite, + tagTextActiveInverse: palette.blue300, + tagTextActiveNegative: palette.blue300, + tagTextActiveBrand: palette.blue300, + tagTextInactiveInverse: palette.grey300, + tagTextInactiveNegative: palette.grey300, + tagTextInactiveBrand: palette.grey300, + tagTextInfoInverse: palette.blue300, + tagTextInfoNegative: palette.blue300, + tagTextInfoBrand: palette.blue300, + tagTextSuccessInverse: palette.green400, + tagTextSuccessNegative: palette.green400, + tagTextSuccessBrand: palette.green400, + tagTextWarningInverse: palette.yellow400, + tagTextWarningNegative: palette.yellow400, + tagTextWarningBrand: palette.yellow400, + tagTextErrorInverse: palette.red350, + tagTextErrorNegative: palette.red350, + tagTextErrorBrand: palette.red350, + tagBackgroundPromoInverse: palette.redHigh, + tagBackgroundPromoNegative: palette.redHigh, + tagBackgroundPromoBrand: palette.redHigh, + tagBackgroundActiveInverse: palette.grey700, + tagBackgroundActiveNegative: palette.grey700, + tagBackgroundActiveBrand: palette.grey700, + tagBackgroundInactiveInverse: palette.grey700, + tagBackgroundInactiveNegative: palette.grey700, + tagBackgroundInactiveBrand: palette.grey700, + tagBackgroundInfoInverse: palette.grey700, + tagBackgroundInfoNegative: palette.grey700, + tagBackgroundInfoBrand: palette.grey700, + tagBackgroundSuccessInverse: palette.grey700, + tagBackgroundSuccessNegative: palette.grey700, + tagBackgroundSuccessBrand: palette.grey700, + tagBackgroundWarningInverse: palette.grey700, + tagBackgroundWarningNegative: palette.grey700, + tagBackgroundWarningBrand: palette.grey700, + tagBackgroundErrorInverse: palette.grey700, + tagBackgroundErrorNegative: palette.grey700, + tagBackgroundErrorBrand: palette.grey700, cardContentOverlay: `linear-gradient(180deg, ${applyAlpha(palette.black, 0)} 0%, ${applyAlpha(palette.black, 0.4)} 30%, ${applyAlpha(palette.black, 0.7)} 100%)`, cardFooterOverlay: applyAlpha(palette.black, 0.7), }, @@ -644,7 +639,7 @@ export const getMovistarSkin: GetKnownSkin = () => { container: '16px', indicator: '24px', chip: '24px', - tag: '24px', + tag: '0px', input: '12px', legacyDisplay: '16px', popup: '8px', @@ -653,87 +648,87 @@ export const getMovistarSkin: GetKnownSkin = () => { }, textPresets: { button: {weight: 'medium'}, - cardDescriptionDefault: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - cardDescriptionSnap: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - cardPretitleDefault: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - cardPretitleSnap: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - cardSubtitleDefault: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - cardSubtitleSnap: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, + cardDescriptionDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, + cardDescriptionSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, + cardPretitleDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, + cardPretitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, + cardSubtitleDefault: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, + cardSubtitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, cardTitle: {weight: 'bold'}, - cardTitleDefault: {lineHeight: {desktop: 28, mobile: 24}, size: {desktop: 20, mobile: 18}}, - cardTitleSnap: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, + cardTitleDefault: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}}, + cardTitleSnap: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, chipLabel: { lineHeight: {desktop: 24, mobile: 20}, - size: {desktop: 16, mobile: 14}, + size: {desktop: 18, mobile: 14}, weight: 'medium', }, drawerTitle: { - lineHeight: {desktop: 32, mobile: 24}, - size: {desktop: 28, mobile: 20}, + lineHeight: {desktop: 26, mobile: 26}, + size: {desktop: 20, mobile: 20}, weight: 'bold', }, indicator: {weight: 'medium'}, - inputHelperText: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, + inputHelperText: {lineHeight: {desktop: 20, mobile: 20}, size: {desktop: 14, mobile: 14}}, inputLabel: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, - inputValue: {lineHeight: {desktop: 24, mobile: 24}, size: {desktop: 18, mobile: 16}}, + inputValue: {lineHeight: {desktop: 22, mobile: 22}, size: {desktop: 16, mobile: 16}}, link: {weight: 'medium'}, - loadingScreenTitle: {lineHeight: {desktop: 28, mobile: 24}, size: {desktop: 20, mobile: 18}}, + loadingScreenTitle: {lineHeight: {desktop: 32, mobile: 28}, size: {desktop: 28, mobile: 24}}, navigationBar: {weight: 'medium'}, - rowTitle: {weight: 'regular'}, - stepperStepLabel: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, + rowTitle: {weight: 'medium'}, + stepperStepLabel: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, tabsLabel: { lineHeight: {desktop: 24, mobile: 24}, size: {desktop: 18, mobile: 16}, weight: 'medium', }, text1: {lineHeight: {desktop: 20, mobile: 16}, size: {desktop: 14, mobile: 12}}, - text2: {lineHeight: {desktop: 24, mobile: 20}, size: {desktop: 16, mobile: 14}}, - text3: {lineHeight: {desktop: 24, mobile: 24}, size: {desktop: 18, mobile: 16}}, - text4: {lineHeight: {desktop: 28, mobile: 24}, size: {desktop: 20, mobile: 18}}, - text5: {lineHeight: {desktop: 32, mobile: 24}, size: {desktop: 28, mobile: 20}, weight: 'bold'}, - text6: {lineHeight: {desktop: 40, mobile: 32}, size: {desktop: 32, mobile: 24}, weight: 'bold'}, - text7: {lineHeight: {desktop: 48, mobile: 32}, size: {desktop: 40, mobile: 28}, weight: 'bold'}, - text8: {lineHeight: {desktop: 56, mobile: 40}, size: {desktop: 48, mobile: 32}, weight: 'bold'}, - text9: {lineHeight: {desktop: 64, mobile: 48}, size: {desktop: 56, mobile: 40}, weight: 'bold'}, - text10: {lineHeight: {desktop: 72, mobile: 56}, size: {desktop: 64, mobile: 48}, weight: 'bold'}, + text2: {lineHeight: {desktop: 22, mobile: 20}, size: {desktop: 16, mobile: 14}}, + text3: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}}, + text4: {lineHeight: {desktop: 26, mobile: 24}, size: {desktop: 20, mobile: 18}}, + text5: {lineHeight: {desktop: 28, mobile: 26}, size: {desktop: 24, mobile: 20}, weight: 'bold'}, + text6: {lineHeight: {desktop: 32, mobile: 28}, size: {desktop: 28, mobile: 24}, weight: 'bold'}, + text7: {lineHeight: {desktop: 38, mobile: 32}, size: {desktop: 32, mobile: 28}, weight: 'bold'}, + text8: {lineHeight: {desktop: 48, mobile: 38}, size: {desktop: 40, mobile: 32}, weight: 'bold'}, + text9: {lineHeight: {desktop: 56, mobile: 48}, size: {desktop: 48, mobile: 40}, weight: 'bold'}, + text10: {lineHeight: {desktop: 64, mobile: 56}, size: {desktop: 56, mobile: 48}, weight: 'bold'}, title1: { - lineHeight: {desktop: 20, mobile: 16}, - size: {desktop: 14, mobile: 12}, + lineHeight: {desktop: 22, mobile: 20}, + size: {desktop: 16, mobile: 14}, weight: 'medium', }, - title2: {lineHeight: {desktop: 24, mobile: 24}, size: {desktop: 18, mobile: 16}, weight: 'bold'}, - title3: {lineHeight: {desktop: 32, mobile: 24}, size: {desktop: 28, mobile: 20}, weight: 'bold'}, - title4: {lineHeight: {desktop: 40, mobile: 32}, size: {desktop: 32, mobile: 24}, weight: 'bold'}, + title2: {lineHeight: {desktop: 24, mobile: 22}, size: {desktop: 18, mobile: 16}, weight: 'bold'}, + title3: {lineHeight: {desktop: 26, mobile: 24}, size: {desktop: 20, mobile: 18}, weight: 'bold'}, + title4: {lineHeight: {desktop: 28, mobile: 26}, size: {desktop: 24, mobile: 20}, weight: 'bold'}, }, themeVariants: { - successFeedback: 'default', + successFeedback: 'inverse', brandLoadingScreen: 'default', }, spacing: { buttonDefaultPadding: {left: {mobile: 16, desktop: 16}, right: {mobile: 16, desktop: 16}}, - buttonSmallPadding: {left: {mobile: 12, desktop: 12}, right: {mobile: 12, desktop: 12}}, + buttonSmallPadding: {left: {mobile: 8, desktop: 12}, right: {mobile: 8, desktop: 12}}, cardDefaultPadding: { - top: {mobile: 16, desktop: 24}, - bottom: {mobile: 16, desktop: 24}, - left: {mobile: 16, desktop: 24}, - right: {mobile: 16, desktop: 24}, + top: {mobile: 16, desktop: 16}, + bottom: {mobile: 16, desktop: 16}, + left: {mobile: 16, desktop: 16}, + right: {mobile: 16, desktop: 16}, }, - inputPadding: {top: {mobile: 8, desktop: 8}, bottom: {mobile: 8, desktop: 8}}, - tagPadding: {top: {mobile: 4, desktop: 4}, bottom: {mobile: 4, desktop: 4}}, + inputPadding: {top: {mobile: 9, desktop: 3}, bottom: {mobile: 9, desktop: 3}}, + tagPadding: {top: {mobile: 2, desktop: 2}, bottom: {mobile: 2, desktop: 2}}, feedbackScreenPadding: { - top: {mobile: 64, desktop: 64}, - bottom: {mobile: 16, desktop: 64}, - left: {mobile: 16, desktop: 64}, - right: {mobile: 16, desktop: 64}, - }, - heroPadding: {top: {mobile: 24, desktop: 56}, bottom: {mobile: 24, desktop: 56}}, - headerPadding: {top: {mobile: 24, desktop: 48}, bottom: {mobile: 24, desktop: 48}}, - drawerPadding: { - top: {mobile: 32, desktop: 40}, - bottom: {mobile: 16, desktop: 24}, + top: {mobile: 64, desktop: 40}, + bottom: {mobile: 16, desktop: 40}, left: {mobile: 16, desktop: 40}, right: {mobile: 16, desktop: 40}, }, + heroPadding: {top: {mobile: 16, desktop: 56}, bottom: {mobile: 16, desktop: 56}}, + headerPadding: {top: {mobile: 16, desktop: 48}, bottom: {mobile: 16, desktop: 48}}, + drawerPadding: { + top: {mobile: 32, desktop: 32}, + bottom: {mobile: 16, desktop: 32}, + left: {mobile: 16, desktop: 24}, + right: {mobile: 16, desktop: 24}, + }, }, }; return skin; diff --git a/src/skins/types/index.tsx b/src/skins/types/index.tsx index 5a04a30f51..8f2272e8e9 100644 --- a/src/skins/types/index.tsx +++ b/src/skins/types/index.tsx @@ -7,7 +7,6 @@ export type SkinVariant = 'prominent'; export type KnownSkinName = | 'Movistar' - | 'Movistar-new' | 'O2' | 'Vivo' | 'Vivo-evolution' diff --git a/src/skins/utils.tsx b/src/skins/utils.tsx index 9e3114b593..d63ebe8efb 100644 --- a/src/skins/utils.tsx +++ b/src/skins/utils.tsx @@ -5,7 +5,6 @@ import { VIVO_SKIN, O2_SKIN, MOVISTAR_SKIN, - MOVISTAR_NEW_SKIN, VIVO_EVOLUTION_SKIN, ESIMFLAG_SKIN, } from './constants'; @@ -15,7 +14,6 @@ import {getVivoSkin} from './vivo'; import {getVivoEvolutionSkin} from './vivo-evolution'; import {getO2Skin} from './o2'; import {getMovistarSkin} from './movistar'; -import {getMovistarNewSkin} from './movistar-new'; import {getEsimflagSkin} from './esimflag'; import type {SkinVariant, KnownSkin, KnownSkinName} from './types'; @@ -34,8 +32,6 @@ export const getSkinByName = (name: KnownSkinName, variant?: SkinVariant): Known return getO2Skin(variant); case MOVISTAR_SKIN: return getMovistarSkin(variant); - case MOVISTAR_NEW_SKIN: - return getMovistarNewSkin(variant); case ESIMFLAG_SKIN: return getEsimflagSkin(variant); default: { diff --git a/src/test-utils/index.tsx b/src/test-utils/index.tsx index 5a733436e0..03b8bcbbb9 100644 --- a/src/test-utils/index.tsx +++ b/src/test-utils/index.tsx @@ -2,7 +2,7 @@ import path from 'path'; import fs from 'fs'; import os from 'os'; import {openPage, serverHostName, screen, getGlobalPage, PageApi} from '@telefonica/acceptance-testing'; -import {MOVISTAR_NEW_SKIN} from '../skins/constants'; +import {MOVISTAR_SKIN} from '../skins/constants'; import {kebabCase} from 'lodash'; import type {TestViewport} from '@telefonica/acceptance-testing'; @@ -178,23 +178,14 @@ export const openStoryPage = ({ id, device = TABLET_DEVICE, viewport, - skin = 'Movistar-new', + skin = 'Movistar', args, isDarkMode, }: { id: string; device?: Device; viewport?: TestViewport; - skin?: - | 'Movistar' - | 'Movistar-new' - | 'Vivo' - | 'Vivo-evolution' - | 'O2' - | 'Telefonica' - | 'Blau' - | 'Esimflag' - | 'Cyber'; + skin?: 'Movistar' | 'Vivo' | 'Vivo-evolution' | 'O2' | 'Telefonica' | 'Blau' | 'Esimflag' | 'Cyber'; args?: StoryArgs; isDarkMode?: boolean; }): Promise => @@ -250,7 +241,7 @@ const checkHydrationMismatch = async (page: PageApi): Promise => { export const openSSRPage = async ({ name, device = TABLET_DEVICE, - skin = MOVISTAR_NEW_SKIN, + skin = MOVISTAR_SKIN, checkHidrationVisualMismatch = true, prefersColorScheme, waitUntil,