in dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBannerV2.tsx [298:322]
filledProgressColour: hexColourToString(ticker.filledProgress),
progressBarBackgroundColour: hexColourToString(
ticker.progressBarBackground,
),
headlineColour: hexColourToString(ticker.headlineColour),
totalColour: hexColourToString(ticker.totalColour),
goalColour: hexColourToString(ticker.goalColour),
},
};
const mainOrMobileContent = isTabletOrAbove
? content.mainContent
: content.mobileContent;
const isVatCompliantCountry =
choiceCardAmounts?.testName !== 'VAT_COMPLIANCE';
const showChoiceCards = !!(
templateSettings.choiceCardSettings &&
choiceCardAmounts?.amountsCardData &&
isVatCompliantCountry
);
const getHeaderContainerCss = () => {
if (templateSettings.headerSettings?.headerImage) {