@tap-payments/click-to-pay-button-web 0.0.1-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +62 -0
- package/build/@types/authenticate.d.ts +138 -0
- package/build/@types/authenticate.js +1 -0
- package/build/@types/cardButtonProps.d.ts +11 -0
- package/build/@types/cardButtonProps.js +1 -0
- package/build/@types/cardWeb.d.ts +161 -0
- package/build/@types/cardWeb.js +1 -0
- package/build/@types/click2pay.d.ts +11 -0
- package/build/@types/click2pay.js +11 -0
- package/build/@types/clickToPay/checkoutResponseData.d.ts +14 -0
- package/build/@types/clickToPay/checkoutResponseData.js +1 -0
- package/build/@types/clickToPay/click2PayCard.d.ts +56 -0
- package/build/@types/clickToPay/click2PayCard.js +1 -0
- package/build/@types/clickToPay/complianceSettings.d.ts +12 -0
- package/build/@types/clickToPay/complianceSettings.js +1 -0
- package/build/@types/clickToPay/consumer.d.ts +9 -0
- package/build/@types/clickToPay/consumer.js +1 -0
- package/build/@types/clickToPay/dpaData.d.ts +7 -0
- package/build/@types/clickToPay/dpaData.js +1 -0
- package/build/@types/clickToPay/dpaTransactionOptions.d.ts +31 -0
- package/build/@types/clickToPay/dpaTransactionOptions.js +1 -0
- package/build/@types/clickToPay/events/checkoutWithCard.d.ts +24 -0
- package/build/@types/clickToPay/events/checkoutWithCard.js +1 -0
- package/build/@types/clickToPay/events/checkoutWithNewCard.d.ts +26 -0
- package/build/@types/clickToPay/events/checkoutWithNewCard.js +1 -0
- package/build/@types/clickToPay/events/encryptCard.d.ts +26 -0
- package/build/@types/clickToPay/events/encryptCard.js +1 -0
- package/build/@types/clickToPay/events/errors.d.ts +15 -0
- package/build/@types/clickToPay/events/errors.js +12 -0
- package/build/@types/clickToPay/events/getCards.d.ts +4 -0
- package/build/@types/clickToPay/events/getCards.js +1 -0
- package/build/@types/clickToPay/events/idLookup.d.ts +16 -0
- package/build/@types/clickToPay/events/idLookup.js +1 -0
- package/build/@types/clickToPay/events/index.d.ts +23 -0
- package/build/@types/clickToPay/events/index.js +1 -0
- package/build/@types/clickToPay/events/init.d.ts +20 -0
- package/build/@types/clickToPay/events/init.js +1 -0
- package/build/@types/clickToPay/events/initiateValidation.d.ts +19 -0
- package/build/@types/clickToPay/events/initiateValidation.js +1 -0
- package/build/@types/clickToPay/events/signOut.d.ts +8 -0
- package/build/@types/clickToPay/events/signOut.js +1 -0
- package/build/@types/clickToPay/events/validate.d.ts +8 -0
- package/build/@types/clickToPay/events/validate.js +1 -0
- package/build/@types/clickToPay/maskedCard.d.ts +16 -0
- package/build/@types/clickToPay/maskedCard.js +1 -0
- package/build/@types/clickToPay/maskedConsumer.d.ts +21 -0
- package/build/@types/clickToPay/maskedConsumer.js +1 -0
- package/build/@types/clickToPay/mastercardCheckoutServicesObject.d.ts +61 -0
- package/build/@types/clickToPay/mastercardCheckoutServicesObject.js +1 -0
- package/build/@types/enum.d.ts +19 -0
- package/build/@types/enum.js +23 -0
- package/build/@types/error.d.ts +14 -0
- package/build/@types/error.js +1 -0
- package/build/@types/index.d.ts +6 -0
- package/build/@types/index.js +6 -0
- package/build/@types/tapCountry.d.ts +30 -0
- package/build/@types/tapCountry.js +1 -0
- package/build/@types/tapLocalisation.d.ts +193 -0
- package/build/@types/tapLocalisation.js +1 -0
- package/build/@types/tapTheme.d.ts +842 -0
- package/build/@types/tapTheme.js +1 -0
- package/build/@types/utils.d.ts +6 -0
- package/build/@types/utils.js +1 -0
- package/build/api.d.ts +3 -0
- package/build/api.js +30 -0
- package/build/assets/gif/error-black.gif +0 -0
- package/build/assets/gif/error-white.gif +0 -0
- package/build/assets/gif/success-black.gif +0 -0
- package/build/assets/gif/success-white.gif +0 -0
- package/build/assets/locales/locale.json +517 -0
- package/build/components/ActionButton/ActionButton.d.ts +20 -0
- package/build/components/ActionButton/ActionButton.js +35 -0
- package/build/components/ActionButton/index.d.ts +2 -0
- package/build/components/ActionButton/index.js +2 -0
- package/build/components/Banner/BannerError.d.ts +6 -0
- package/build/components/Banner/BannerError.js +36 -0
- package/build/components/Banner/index.d.ts +1 -0
- package/build/components/Banner/index.js +1 -0
- package/build/components/Button/Button.d.ts +5 -0
- package/build/components/Button/Button.js +23 -0
- package/build/components/Button/index.d.ts +2 -0
- package/build/components/Button/index.js +2 -0
- package/build/components/ChipButton/ChipButton.d.ts +15 -0
- package/build/components/ChipButton/ChipButton.js +49 -0
- package/build/components/ChipButton/index.d.ts +2 -0
- package/build/components/ChipButton/index.js +2 -0
- package/build/components/CountrySelect/CountrySelect.d.ts +8 -0
- package/build/components/CountrySelect/CountrySelect.js +27 -0
- package/build/components/CountrySelect/index.d.ts +2 -0
- package/build/components/CountrySelect/index.js +2 -0
- package/build/components/DragScrollableImageList/DragScrollableImageList.d.ts +6 -0
- package/build/components/DragScrollableImageList/DragScrollableImageList.js +27 -0
- package/build/components/DragScrollableImageList/index.d.ts +2 -0
- package/build/components/DragScrollableImageList/index.js +2 -0
- package/build/components/Icons/AnimatedCheckIcon.d.ts +8 -0
- package/build/components/Icons/AnimatedCheckIcon.js +33 -0
- package/build/components/Icons/CheckboxCheckedIcon.d.ts +7 -0
- package/build/components/Icons/CheckboxCheckedIcon.js +19 -0
- package/build/components/Icons/CheckboxIcon.d.ts +7 -0
- package/build/components/Icons/CheckboxIcon.js +19 -0
- package/build/components/Icons/ExclamationIcon.d.ts +8 -0
- package/build/components/Icons/ExclamationIcon.js +19 -0
- package/build/components/Icons/InfoIcon.d.ts +7 -0
- package/build/components/Icons/InfoIcon.js +10 -0
- package/build/components/Icons/MemoIcon.d.ts +8 -0
- package/build/components/Icons/MemoIcon.js +23 -0
- package/build/components/Icons/index.d.ts +6 -0
- package/build/components/Icons/index.js +6 -0
- package/build/components/Loader/Loader.d.ts +13 -0
- package/build/components/Loader/Loader.js +24 -0
- package/build/components/Loader/index.d.ts +2 -0
- package/build/components/Loader/index.js +2 -0
- package/build/components/OTPInput/OTPInput.d.ts +13 -0
- package/build/components/OTPInput/OTPInput.js +97 -0
- package/build/components/OTPInput/index.d.ts +2 -0
- package/build/components/OTPInput/index.js +2 -0
- package/build/components/OTPInputAdapter/OTPInputAdapter.d.ts +14 -0
- package/build/components/OTPInputAdapter/OTPInputAdapter.js +146 -0
- package/build/components/OTPInputAdapter/index.d.ts +3 -0
- package/build/components/OTPInputAdapter/index.js +3 -0
- package/build/components/OTPTimer/OTPTimer.d.ts +11 -0
- package/build/components/OTPTimer/OTPTimer.js +58 -0
- package/build/components/OTPTimer/hooks/useTimer.d.ts +8 -0
- package/build/components/OTPTimer/hooks/useTimer.js +28 -0
- package/build/components/OTPTimer/index.d.ts +1 -0
- package/build/components/OTPTimer/index.js +1 -0
- package/build/components/PhoneInput/PhoneInput.d.ts +8 -0
- package/build/components/PhoneInput/PhoneInput.js +71 -0
- package/build/components/PhoneInput/index.d.ts +2 -0
- package/build/components/PhoneInput/index.js +2 -0
- package/build/components/SkeletonLoader/SkeletonLoader.d.ts +4 -0
- package/build/components/SkeletonLoader/SkeletonLoader.js +50 -0
- package/build/components/SkeletonLoader/index.d.ts +2 -0
- package/build/components/SkeletonLoader/index.js +2 -0
- package/build/components/Text/Text.d.ts +5 -0
- package/build/components/Text/Text.js +17 -0
- package/build/components/Text/index.d.ts +2 -0
- package/build/components/Text/index.js +2 -0
- package/build/components/TooltipAdapter/TooltipAdapter.d.ts +7 -0
- package/build/components/TooltipAdapter/TooltipAdapter.js +63 -0
- package/build/components/TooltipAdapter/index.d.ts +2 -0
- package/build/components/TooltipAdapter/index.js +2 -0
- package/build/configs/dark.d.ts +958 -0
- package/build/configs/dark.js +958 -0
- package/build/configs/light.d.ts +960 -0
- package/build/configs/light.js +960 -0
- package/build/configs/locale.d.ts +517 -0
- package/build/configs/locale.js +517 -0
- package/build/constants/baseConfigs.d.ts +2 -0
- package/build/constants/baseConfigs.js +4 -0
- package/build/constants/click2pay.d.ts +16 -0
- package/build/constants/click2pay.js +16 -0
- package/build/constants/countries.d.ts +366 -0
- package/build/constants/countries.js +374 -0
- package/build/constants/index.d.ts +3 -0
- package/build/constants/index.js +3 -0
- package/build/context/Click2PayContext.d.ts +196 -0
- package/build/context/Click2PayContext.js +274 -0
- package/build/context/utils/chargeCall.d.ts +11 -0
- package/build/context/utils/chargeCall.js +82 -0
- package/build/features/CheckoutShell/CheckoutShell.css +76 -0
- package/build/features/CheckoutShell/CheckoutShell.d.ts +6 -0
- package/build/features/CheckoutShell/CheckoutShell.js +73 -0
- package/build/features/CheckoutShell/index.d.ts +1 -0
- package/build/features/CheckoutShell/index.js +1 -0
- package/build/features/Click2Pay/CardWeb/CardWeb.d.ts +7 -0
- package/build/features/Click2Pay/CardWeb/CardWeb.js +47 -0
- package/build/features/Click2Pay/CardWeb/index.d.ts +2 -0
- package/build/features/Click2Pay/CardWeb/index.js +2 -0
- package/build/features/Click2Pay/Click2PayBackButton/Click2PayBackButton.d.ts +8 -0
- package/build/features/Click2Pay/Click2PayBackButton/Click2PayBackButton.js +42 -0
- package/build/features/Click2Pay/Click2PayBackButton/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PayBackButton/index.js +1 -0
- package/build/features/Click2Pay/Click2PayCardAuthentication/hooks/useCheckoutWithCard.d.ts +7 -0
- package/build/features/Click2Pay/Click2PayCardAuthentication/hooks/useCheckoutWithCard.js +351 -0
- package/build/features/Click2Pay/Click2PayCardAuthentication/utils/index.d.ts +4 -0
- package/build/features/Click2Pay/Click2PayCardAuthentication/utils/index.js +18 -0
- package/build/features/Click2Pay/Click2PayCardButton/Click2PayCardButton.d.ts +13 -0
- package/build/features/Click2Pay/Click2PayCardButton/Click2PayCardButton.js +43 -0
- package/build/features/Click2Pay/Click2PayCardButton/index.d.ts +2 -0
- package/build/features/Click2Pay/Click2PayCardButton/index.js +2 -0
- package/build/features/Click2Pay/Click2PayChips/BackIcon.d.ts +2 -0
- package/build/features/Click2Pay/Click2PayChips/BackIcon.js +11 -0
- package/build/features/Click2Pay/Click2PayChips/Click2PayChips.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayChips/Click2PayChips.js +88 -0
- package/build/features/Click2Pay/Click2PayChips/index.d.ts +2 -0
- package/build/features/Click2Pay/Click2PayChips/index.js +2 -0
- package/build/features/Click2Pay/Click2PayChipsContainer/Click2PayChipsContainer.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayChipsContainer/Click2PayChipsContainer.js +16 -0
- package/build/features/Click2Pay/Click2PayChipsContainer/index.d.ts +2 -0
- package/build/features/Click2Pay/Click2PayChipsContainer/index.js +2 -0
- package/build/features/Click2Pay/Click2PaySignOutButton/Click2PaySignOutButton.d.ts +3 -0
- package/build/features/Click2Pay/Click2PaySignOutButton/Click2PaySignOutButton.js +24 -0
- package/build/features/Click2Pay/Click2PaySignOutButton/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PaySignOutButton/index.js +1 -0
- package/build/features/Click2Pay/Click2PaySupportedCardsList/Click2PaySupportedCardsList.d.ts +7 -0
- package/build/features/Click2Pay/Click2PaySupportedCardsList/Click2PaySupportedCardsList.js +53 -0
- package/build/features/Click2Pay/Click2PaySupportedCardsList/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PaySupportedCardsList/index.js +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltip.d.ts +9 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltip.js +23 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/Click2PayTooltipButton.d.ts +9 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/Click2PayTooltipButton.js +39 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/Click2PayTooltipButtonExclamation.d.ts +6 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/Click2PayTooltipButtonExclamation.js +24 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/index.d.ts +2 -0
- package/build/features/Click2Pay/Click2PayTooltip/Click2PayTooltipButtons/index.js +2 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/InformationUsageContent.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/InformationUsageContent.js +43 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/InformationUsageTooltip.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/InformationUsageTooltip.js +12 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/InformationUsageTooltip/index.js +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/LearnMoreContent.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/LearnMoreContent.js +68 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/LearnMoreTooltip.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/LearnMoreTooltip.js +12 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/LearnMoreTooltip/index.js +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/RememberMeContent.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/RememberMeContent.js +42 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/RememberMeTooltip.d.ts +3 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/RememberMeTooltip.js +13 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/index.d.ts +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/RememberMeTooltip/index.js +1 -0
- package/build/features/Click2Pay/Click2PayTooltip/index.d.ts +5 -0
- package/build/features/Click2Pay/Click2PayTooltip/index.js +5 -0
- package/build/features/Click2Pay/DefaultPayButton/DefaultPayButton.d.ts +16 -0
- package/build/features/Click2Pay/DefaultPayButton/DefaultPayButton.js +67 -0
- package/build/features/Click2Pay/DefaultPayButton/index.d.ts +3 -0
- package/build/features/Click2Pay/DefaultPayButton/index.js +2 -0
- package/build/features/Click2Pay/LockedView/LockedView.d.ts +3 -0
- package/build/features/Click2Pay/LockedView/LockedView.js +22 -0
- package/build/features/Click2Pay/LockedView/index.d.ts +1 -0
- package/build/features/Click2Pay/LockedView/index.js +1 -0
- package/build/features/Click2Pay/LoginForm/LoginForm.d.ts +7 -0
- package/build/features/Click2Pay/LoginForm/LoginForm.js +39 -0
- package/build/features/Click2Pay/LoginForm/components/Email.d.ts +6 -0
- package/build/features/Click2Pay/LoginForm/components/Email.js +91 -0
- package/build/features/Click2Pay/LoginForm/components/LoginFormFooter.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/components/LoginFormFooter.js +25 -0
- package/build/features/Click2Pay/LoginForm/components/MobileNumber.d.ts +6 -0
- package/build/features/Click2Pay/LoginForm/components/MobileNumber.js +103 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/ChangePaymentMethodButton/ChangePaymentMethodButton.d.ts +9 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/ChangePaymentMethodButton/ChangePaymentMethodButton.js +29 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/ChangePaymentMethodButton/index.d.ts +2 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/ChangePaymentMethodButton/index.js +2 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/HeaderMessage.d.ts +7 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/HeaderMessage.js +29 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/LoginFormOTP.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/LoginFormOTP.js +190 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/OTPActionButton/OTPActionButton.d.ts +10 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/OTPActionButton/OTPActionButton.js +24 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/OTPButton/OTPButton.d.ts +6 -0
- package/build/features/Click2Pay/LoginForm/components/OTP/OTPButton/OTPButton.js +23 -0
- package/build/features/Click2Pay/LoginForm/index.d.ts +2 -0
- package/build/features/Click2Pay/LoginForm/index.js +2 -0
- package/build/features/Click2Pay/LoginForm/useClick2PayLoginForm.d.ts +10 -0
- package/build/features/Click2Pay/LoginForm/useClick2PayLoginForm.js +233 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/getCards.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/getCards.js +8 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/idLookup.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/idLookup.js +8 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/init.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/init.js +8 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/initialValidationResponse.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/initialValidationResponse.js +8 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/validateOTP.d.ts +3 -0
- package/build/features/Click2Pay/LoginForm/utils/assert/validateOTP.js +9 -0
- package/build/features/Click2Pay/LoginForm/utils/index.d.ts +5 -0
- package/build/features/Click2Pay/LoginForm/utils/index.js +5 -0
- package/build/features/Click2Pay/PaymentButton/CardList/CardList.d.ts +7 -0
- package/build/features/Click2Pay/PaymentButton/CardList/CardList.js +55 -0
- package/build/features/Click2Pay/PaymentButton/CardList/CardList.module.css +13 -0
- package/build/features/Click2Pay/PaymentButton/Click2PayPaymentButton.d.ts +16 -0
- package/build/features/Click2Pay/PaymentButton/Click2PayPaymentButton.js +22 -0
- package/build/features/Click2Pay/PaymentButton/animation/animationFeatures.d.ts +2 -0
- package/build/features/Click2Pay/PaymentButton/animation/animationFeatures.js +2 -0
- package/build/features/Click2Pay/PaymentButton/useClick2PayPaymentButton.d.ts +15 -0
- package/build/features/Click2Pay/PaymentButton/useClick2PayPaymentButton.js +30 -0
- package/build/features/Click2Pay/WidgetHints/ExclamationMarkIcon.d.ts +2 -0
- package/build/features/Click2Pay/WidgetHints/ExclamationMarkIcon.js +5 -0
- package/build/features/Click2Pay/WidgetHints/PopupNotEnabledHint.d.ts +2 -0
- package/build/features/Click2Pay/WidgetHints/PopupNotEnabledHint.js +51 -0
- package/build/features/Click2Pay/WidgetHints/SeeHowArrow.d.ts +3 -0
- package/build/features/Click2Pay/WidgetHints/SeeHowArrow.js +6 -0
- package/build/features/Click2Pay/WidgetHints/WidgetHints.d.ts +5 -0
- package/build/features/Click2Pay/WidgetHints/WidgetHints.js +44 -0
- package/build/features/Click2Pay/WidgetHints/index.d.ts +1 -0
- package/build/features/Click2Pay/WidgetHints/index.js +1 -0
- package/build/features/Click2Pay/index.d.ts +1 -0
- package/build/features/Click2Pay/index.js +1 -0
- package/build/hooks/index.d.ts +6 -0
- package/build/hooks/index.js +6 -0
- package/build/hooks/useAppTheme.d.ts +12 -0
- package/build/hooks/useAppTheme.js +27 -0
- package/build/hooks/useCard.d.ts +23 -0
- package/build/hooks/useCard.js +136 -0
- package/build/hooks/useCardWeb.d.ts +12 -0
- package/build/hooks/useCardWeb.js +143 -0
- package/build/hooks/useClick2Pay.d.ts +42 -0
- package/build/hooks/useClick2Pay.js +244 -0
- package/build/hooks/useClickToPayStatus.d.ts +4 -0
- package/build/hooks/useClickToPayStatus.js +13 -0
- package/build/hooks/useGetEvents.d.ts +5 -0
- package/build/hooks/useGetEvents.js +16 -0
- package/build/hooks/usePreLoadScripts.d.ts +6 -0
- package/build/hooks/usePreLoadScripts.js +23 -0
- package/build/hooks/useResizeObserver.d.ts +3 -0
- package/build/hooks/useResizeObserver.js +19 -0
- package/build/hooks/useScript.d.ts +4 -0
- package/build/hooks/useScript.js +39 -0
- package/build/hooks/useTranslation.d.ts +7 -0
- package/build/hooks/useTranslation.js +5 -0
- package/build/hooks/utils/initialCall.d.ts +13 -0
- package/build/hooks/utils/initialCall.js +83 -0
- package/build/i18n.d.ts +11 -0
- package/build/i18n.js +26 -0
- package/build/index.d.ts +4 -0
- package/build/index.js +11 -0
- package/build/theme/index.d.ts +1 -0
- package/build/theme/index.js +1 -0
- package/build/theme/palette.d.ts +3 -0
- package/build/theme/palette.js +75 -0
- package/build/theme/shadows.d.ts +2 -0
- package/build/theme/shadows.js +27 -0
- package/build/theme/theme.d.ts +3 -0
- package/build/theme/theme.js +45 -0
- package/build/theme/typography.d.ts +3 -0
- package/build/theme/typography.js +40 -0
- package/build/utils/baseConfigs.d.ts +11 -0
- package/build/utils/baseConfigs.js +64 -0
- package/build/utils/charge.d.ts +14 -0
- package/build/utils/charge.js +19 -0
- package/build/utils/click2Pay.d.ts +1 -0
- package/build/utils/click2Pay.js +7 -0
- package/build/utils/font.d.ts +1 -0
- package/build/utils/font.js +1 -0
- package/build/utils/form/email.d.ts +3 -0
- package/build/utils/form/email.js +4 -0
- package/build/utils/form/phone.d.ts +4 -0
- package/build/utils/form/phone.js +3 -0
- package/build/utils/index.d.ts +8 -0
- package/build/utils/index.js +8 -0
- package/build/utils/object.d.ts +1 -0
- package/build/utils/object.js +7 -0
- package/build/utils/paymentMethod.d.ts +2 -0
- package/build/utils/paymentMethod.js +3 -0
- package/build/utils/strings.d.ts +13 -0
- package/build/utils/strings.js +52 -0
- package/build/utils/window.d.ts +10 -0
- package/build/utils/window.js +36 -0
- package/package.json +121 -0
|
@@ -0,0 +1,960 @@
|
|
|
1
|
+
export declare const LightTheme: {
|
|
2
|
+
readonly Click2Pay: {
|
|
3
|
+
readonly countryList: {
|
|
4
|
+
readonly backgroundColor: "#FFFFFF";
|
|
5
|
+
readonly entryColor: "#7E7E7E";
|
|
6
|
+
readonly entryFont: "Roboto-Regular,9";
|
|
7
|
+
readonly entryTitleColor: "#7E7E7E";
|
|
8
|
+
readonly entryTitleFont: "Roboto-Regular,14";
|
|
9
|
+
readonly radius: 8;
|
|
10
|
+
readonly searchBackgroundColor: "#F8F8F8";
|
|
11
|
+
readonly shadowColor: "#00000051";
|
|
12
|
+
};
|
|
13
|
+
readonly loginForm: {
|
|
14
|
+
readonly footer: {
|
|
15
|
+
readonly button: {
|
|
16
|
+
readonly background: {
|
|
17
|
+
readonly color: "#E8E8E8";
|
|
18
|
+
readonly radius: "52";
|
|
19
|
+
};
|
|
20
|
+
readonly color: "#E8E8E8";
|
|
21
|
+
readonly font: "Roboto-Regular,9";
|
|
22
|
+
};
|
|
23
|
+
readonly label: {
|
|
24
|
+
readonly color: "#626262";
|
|
25
|
+
readonly font: "Roboto-Regular,12";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
readonly popupPermission: {
|
|
30
|
+
readonly actionColor: "#1F88D0";
|
|
31
|
+
readonly actionFont: "Roboto-Regular,12";
|
|
32
|
+
readonly backgroundColor: "#FFFFFF";
|
|
33
|
+
readonly iconColor: "#EA611C";
|
|
34
|
+
readonly subtitleColor: "#7E7E7E";
|
|
35
|
+
readonly subtitleFont: "Roboto-Regular,12";
|
|
36
|
+
readonly titleColor: "#000000";
|
|
37
|
+
readonly titleFont: "Roboto-Regular,12";
|
|
38
|
+
};
|
|
39
|
+
readonly saveCard: {
|
|
40
|
+
readonly checkBoxBorder: "#7E7E7E";
|
|
41
|
+
readonly checkBoxCheckmarkColor: "#FFFFFF";
|
|
42
|
+
readonly checkBoxFillColor: "#009AFF";
|
|
43
|
+
readonly checkBoxHeight: 10.7;
|
|
44
|
+
readonly checkBoxRadius: 2.7;
|
|
45
|
+
readonly labelColor: "#7E7E7E";
|
|
46
|
+
readonly labelFont: "Roboto-Regular,12";
|
|
47
|
+
readonly subLabelFont: "Roboto-Regular,10";
|
|
48
|
+
};
|
|
49
|
+
readonly separator: {
|
|
50
|
+
readonly backgroundColor: " #141413";
|
|
51
|
+
};
|
|
52
|
+
readonly toolTip: {
|
|
53
|
+
readonly background: "#FFFFFF";
|
|
54
|
+
readonly borderColor: "#3C37371F";
|
|
55
|
+
readonly chip: "";
|
|
56
|
+
readonly cornerRadius: 8;
|
|
57
|
+
readonly maxWidth: 330;
|
|
58
|
+
readonly message: {
|
|
59
|
+
readonly color: "#4B4847ED";
|
|
60
|
+
readonly font: "Roboto-Regular,13";
|
|
61
|
+
};
|
|
62
|
+
readonly subTitle: {
|
|
63
|
+
readonly color: "#4B4847ED";
|
|
64
|
+
readonly font: "Roboto-Bold,13";
|
|
65
|
+
};
|
|
66
|
+
readonly title: {
|
|
67
|
+
readonly color: "#4B4847ED";
|
|
68
|
+
readonly font: "Roboto-Bold,13";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
readonly CurrencyChip: {
|
|
73
|
+
readonly backgroundColorDark: "whiteTwo";
|
|
74
|
+
readonly backgroundColorLight: "#E1E1E1";
|
|
75
|
+
};
|
|
76
|
+
readonly CurrencyWidget: {
|
|
77
|
+
readonly amountLabel: {
|
|
78
|
+
readonly color: "#20232B80";
|
|
79
|
+
readonly font: "Roboto-Regular,13";
|
|
80
|
+
};
|
|
81
|
+
readonly background: {
|
|
82
|
+
readonly color: "#FFFFFF";
|
|
83
|
+
readonly cornerRadius: 8;
|
|
84
|
+
readonly shadow: {
|
|
85
|
+
readonly blurRadius: 8;
|
|
86
|
+
readonly color: "#00000026";
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
readonly confirmButton: {
|
|
90
|
+
readonly backgroundColor: "#1F88D0";
|
|
91
|
+
readonly cornerRadius: 24;
|
|
92
|
+
readonly titleFont: "Roboto-Regular,12";
|
|
93
|
+
readonly titleFontColor: "#FFFFFF";
|
|
94
|
+
};
|
|
95
|
+
readonly currencyDropDown: {
|
|
96
|
+
readonly backgroundColor: "#FFFFFFBA";
|
|
97
|
+
readonly borderColor: "#3C37371F";
|
|
98
|
+
readonly cornerRadius: 8;
|
|
99
|
+
readonly labelColor: "#626262";
|
|
100
|
+
readonly labelFont: "Roboto-Regular,13";
|
|
101
|
+
readonly onHoverColor: "#F4F4F4";
|
|
102
|
+
readonly onHoverCornerMargin: 8;
|
|
103
|
+
readonly onHoverCornerRadius: 8;
|
|
104
|
+
readonly shadowBlur: 64;
|
|
105
|
+
readonly shadowColor: "#4B484780";
|
|
106
|
+
};
|
|
107
|
+
readonly messageLabel: {
|
|
108
|
+
readonly color: "#20232B";
|
|
109
|
+
readonly font: "Roboto-Regular,13";
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
readonly GlobalValues: {
|
|
113
|
+
readonly Colors: {
|
|
114
|
+
readonly apricot30: "#ffbe604C";
|
|
115
|
+
readonly azure: "#009aff";
|
|
116
|
+
readonly black: "#000000";
|
|
117
|
+
readonly black15: "#00000026";
|
|
118
|
+
readonly black50: "#00000080";
|
|
119
|
+
readonly brownGrey: "#a8a8a8";
|
|
120
|
+
readonly brownGreyFive: "#aeaeae";
|
|
121
|
+
readonly brownGreyFour: "#a6a6a6";
|
|
122
|
+
readonly brownGreySeven: "#7e7e7e";
|
|
123
|
+
readonly brownGreySix: "#a7a7a7";
|
|
124
|
+
readonly brownGreyThree: "#ababab";
|
|
125
|
+
readonly brownGreyTwo: "#b2b2b2";
|
|
126
|
+
readonly cancelBorder: "#DEDEDE";
|
|
127
|
+
readonly cherryRed: "#e12131";
|
|
128
|
+
readonly cherryRed10: "#e1213119";
|
|
129
|
+
readonly cherryRed20: "#e12132";
|
|
130
|
+
readonly clear: "#00000000";
|
|
131
|
+
readonly deepSkyBlue: "#007aff";
|
|
132
|
+
readonly deepSkyBlue15: "#007aff26";
|
|
133
|
+
readonly greyishBrown: "#4b4847";
|
|
134
|
+
readonly lightGrey: "#626262";
|
|
135
|
+
readonly lightPeach: "#b6b6b6";
|
|
136
|
+
readonly lightPeriwinkle: "#d9d9da";
|
|
137
|
+
readonly orange: "#ea611c";
|
|
138
|
+
readonly paleLilac: "#e4e4e5";
|
|
139
|
+
readonly reddishOrange20: "#ea672433";
|
|
140
|
+
readonly veryLightPinkThree: "#d7d7d7";
|
|
141
|
+
readonly veryLightPinkTwo: "#dfdfdf";
|
|
142
|
+
readonly vibrantGreen: "#2ace00";
|
|
143
|
+
readonly vibrantGreenTwo: "#00d300";
|
|
144
|
+
readonly white: "#FFFFFF";
|
|
145
|
+
readonly white30: "#ffffff4D";
|
|
146
|
+
readonly white78: "#f9f9f9C6";
|
|
147
|
+
readonly white80: "#ffffffcc";
|
|
148
|
+
readonly whiteTwo: "#f4f4f4";
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
readonly Hints: {
|
|
152
|
+
readonly Default: {
|
|
153
|
+
readonly actionButtonTextColor: "clear";
|
|
154
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
155
|
+
readonly backgroundColor: "whiteTwo";
|
|
156
|
+
readonly borderColor: "clear";
|
|
157
|
+
readonly textColor: "greyishBrown";
|
|
158
|
+
readonly textFont: "Roboto-Light,14";
|
|
159
|
+
};
|
|
160
|
+
readonly Error: {
|
|
161
|
+
readonly actionButtonTextColor: "clear";
|
|
162
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
163
|
+
readonly backgroundColor: "#EA611C33";
|
|
164
|
+
readonly borderColor: "clear";
|
|
165
|
+
readonly textColor: "#EA611C";
|
|
166
|
+
readonly textFont: "Roboto-Light,12";
|
|
167
|
+
};
|
|
168
|
+
readonly GoPayLogin: {
|
|
169
|
+
readonly actionButtonTextColor: "deepSkyBlue";
|
|
170
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
171
|
+
readonly backgroundColor: "whiteTwo";
|
|
172
|
+
readonly borderColor: "clear";
|
|
173
|
+
readonly textColor: "greyishBrown";
|
|
174
|
+
readonly textFont: "Roboto-Light,14";
|
|
175
|
+
};
|
|
176
|
+
readonly Scanned: {
|
|
177
|
+
readonly actionButtonTextColor: "clear";
|
|
178
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
179
|
+
readonly backgroundColor: "deepSkyBlue15";
|
|
180
|
+
readonly borderColor: "clear";
|
|
181
|
+
readonly textColor: "deepSkyBlue";
|
|
182
|
+
readonly textFont: "Roboto-Light,12";
|
|
183
|
+
};
|
|
184
|
+
readonly StcPayIncompletePhone: {
|
|
185
|
+
readonly actionButtonTextColor: "clear";
|
|
186
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
187
|
+
readonly backgroundColor: "#1F88D033";
|
|
188
|
+
readonly borderColor: "clear";
|
|
189
|
+
readonly textColor: "#1F88D0";
|
|
190
|
+
readonly textFont: "Roboto-Light,14";
|
|
191
|
+
};
|
|
192
|
+
readonly StcPayInvalidPhone: {
|
|
193
|
+
readonly backgroundColor: "#EA611C24";
|
|
194
|
+
readonly borderColor: "#EA611C33";
|
|
195
|
+
readonly color: "#EA611C";
|
|
196
|
+
readonly font: "Roboto-Light,14";
|
|
197
|
+
};
|
|
198
|
+
readonly Warning: {
|
|
199
|
+
readonly actionButtonTextColor: "clear";
|
|
200
|
+
readonly actionButtonTextFont: "Roboto-Regular,12";
|
|
201
|
+
readonly backgroundColor: "apricot30";
|
|
202
|
+
readonly borderColor: "reddishOrange20";
|
|
203
|
+
readonly textColor: "orange";
|
|
204
|
+
readonly textFont: "Roboto-Light,12";
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
readonly PayButton: {
|
|
208
|
+
readonly Locked: {
|
|
209
|
+
readonly backgroundColor: "#1F88D0";
|
|
210
|
+
readonly color: "#ffffff";
|
|
211
|
+
readonly font: "Roboto-Bold,14";
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
readonly TapOtpView: {
|
|
215
|
+
readonly Expired: {
|
|
216
|
+
readonly Message: {
|
|
217
|
+
readonly subtitle: "deepSkyBlue";
|
|
218
|
+
readonly textFont: "Roboto-Light,12";
|
|
219
|
+
readonly title: "greyishBrown";
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
readonly Invalid: {
|
|
223
|
+
readonly Message: {
|
|
224
|
+
readonly textColor: "#EA611C";
|
|
225
|
+
readonly textFont: "Roboto-Light,12";
|
|
226
|
+
readonly title: "#EA611C";
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
readonly Message: {
|
|
230
|
+
readonly color: "#3F424D";
|
|
231
|
+
readonly font: "Roboto-Regular,15";
|
|
232
|
+
};
|
|
233
|
+
readonly OtpController: {
|
|
234
|
+
readonly activeBorderColor: "#1F88D0";
|
|
235
|
+
readonly activeBottomColor: "deepSkyBlue";
|
|
236
|
+
readonly backgroundColor: "#FFFFFF";
|
|
237
|
+
readonly borderColor: "#9F9F9F4D";
|
|
238
|
+
readonly bottomLineColor: "brownGreyFour";
|
|
239
|
+
readonly disabledBackgroundColor: "linear-gradient(0deg, rgba(234, 97, 28, 0.04) 0%, rgba(234, 97, 28, 0.04) 100%), #fff";
|
|
240
|
+
readonly invalidBackgroundColor: "transparent";
|
|
241
|
+
readonly 'invalidBorderColor ': "#EA611C0A";
|
|
242
|
+
readonly textColor: "greyishBrown";
|
|
243
|
+
readonly textFont: "Roboto-Regular,20";
|
|
244
|
+
};
|
|
245
|
+
readonly Ready: {
|
|
246
|
+
readonly Message: {
|
|
247
|
+
readonly subtitle: "deepSkyBlue";
|
|
248
|
+
readonly textFont: "Roboto-Light,12";
|
|
249
|
+
readonly title: "greyishBrown";
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
readonly Resend: {
|
|
253
|
+
readonly backgroundColor: "#1F88D01A";
|
|
254
|
+
readonly color: "#1F88D0";
|
|
255
|
+
readonly font: "Roboto-Regular,15";
|
|
256
|
+
readonly labelColor: "#3F424D";
|
|
257
|
+
};
|
|
258
|
+
readonly Timer: {
|
|
259
|
+
readonly backgroundColor: "#9F9F9F1A";
|
|
260
|
+
readonly textColor: "#9F9F9F";
|
|
261
|
+
readonly textFont: "Roboto-Regular,12";
|
|
262
|
+
};
|
|
263
|
+
readonly backgroundColor: "#f4f4f4";
|
|
264
|
+
};
|
|
265
|
+
readonly TapSwitchView: {
|
|
266
|
+
readonly CurvedSeparator: {
|
|
267
|
+
readonly BackgroundColor: "whiteTwo";
|
|
268
|
+
};
|
|
269
|
+
readonly backgroundColor: "clear";
|
|
270
|
+
readonly goPay: {
|
|
271
|
+
readonly SwitchOnColor: "azure";
|
|
272
|
+
readonly backgroundColor: "clear";
|
|
273
|
+
readonly notes: {
|
|
274
|
+
readonly textColor: "greyishBrown";
|
|
275
|
+
readonly textFont: "Roboto-Light,12";
|
|
276
|
+
};
|
|
277
|
+
readonly subtitle: {
|
|
278
|
+
readonly textColor: "brownGreySeven";
|
|
279
|
+
readonly textFont: "Roboto-Light,10";
|
|
280
|
+
};
|
|
281
|
+
readonly title: {
|
|
282
|
+
readonly textColor: "greyishBrown";
|
|
283
|
+
readonly textFont: "Roboto-Light,14";
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
readonly main: {
|
|
287
|
+
readonly backgroundColor: "whiteTwo";
|
|
288
|
+
readonly subtitle: {
|
|
289
|
+
readonly textColor: "brownGreySix";
|
|
290
|
+
readonly textFont: "Roboto-Light,10";
|
|
291
|
+
};
|
|
292
|
+
readonly title: {
|
|
293
|
+
readonly textColor: "brownGreySix";
|
|
294
|
+
readonly textFont: "Roboto-Light,12";
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
readonly merchant: {
|
|
298
|
+
readonly SwitchOnColor: "azure";
|
|
299
|
+
readonly backgroundColor: "clear";
|
|
300
|
+
readonly notes: {
|
|
301
|
+
readonly textColor: "greyishBrown";
|
|
302
|
+
readonly textFont: "Roboto-Light,12";
|
|
303
|
+
};
|
|
304
|
+
readonly subtitle: {
|
|
305
|
+
readonly textColor: "greyishBrown";
|
|
306
|
+
readonly textFont: "Roboto-Light,10";
|
|
307
|
+
};
|
|
308
|
+
readonly title: {
|
|
309
|
+
readonly textColor: "greyishBrown";
|
|
310
|
+
readonly textFont: "Roboto-Light,14";
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
readonly TapVerticalView: {
|
|
315
|
+
readonly blurBackgroundColor: "#f9f9f97F";
|
|
316
|
+
readonly defaultBackgroundColor: "whiteTwo";
|
|
317
|
+
};
|
|
318
|
+
readonly actionButton: {
|
|
319
|
+
readonly BackgroundColor: {
|
|
320
|
+
readonly Otp: "clear";
|
|
321
|
+
readonly default: "whiteTwo";
|
|
322
|
+
};
|
|
323
|
+
readonly Cancel: {
|
|
324
|
+
readonly backgroundColor: "white";
|
|
325
|
+
readonly borderColor: "cancelBorder";
|
|
326
|
+
readonly goLoginBackgroundColor: "clear";
|
|
327
|
+
readonly titleLabelColor: "greyishBrown";
|
|
328
|
+
};
|
|
329
|
+
readonly Common: {
|
|
330
|
+
readonly assets: {
|
|
331
|
+
readonly error: "white-error-mob.gif";
|
|
332
|
+
readonly faceID: "faceID";
|
|
333
|
+
readonly loading: "3sec-white-loader-2.gif";
|
|
334
|
+
readonly success: "white-success-mob.gif";
|
|
335
|
+
readonly touchID: "touchID";
|
|
336
|
+
};
|
|
337
|
+
readonly borderColor: "clear";
|
|
338
|
+
readonly titleLabelFont: "Roboto-Regular,16";
|
|
339
|
+
};
|
|
340
|
+
readonly Invalid: {
|
|
341
|
+
readonly backgroundColor: "veryLightPinkThree";
|
|
342
|
+
readonly goLoginBackgroundColor: "veryLightPinkThree";
|
|
343
|
+
readonly titleLabelColor: "white";
|
|
344
|
+
};
|
|
345
|
+
readonly Valid: {
|
|
346
|
+
readonly goLoginBackgroundColor: "deepSkyBlue";
|
|
347
|
+
readonly paymentBackgroundColor: "vibrantGreen";
|
|
348
|
+
readonly titleLabelColor: "white";
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
readonly amountSectionView: {
|
|
352
|
+
readonly backgroundColor: "white";
|
|
353
|
+
readonly convertedAmountLabelColor: "brownGrey";
|
|
354
|
+
readonly convertedAmountLabelFont: "Roboto-Light,14";
|
|
355
|
+
readonly itemsButtonArrowIcon: "arrowItemsIcon";
|
|
356
|
+
readonly itemsLabelColor: "lightGrey";
|
|
357
|
+
readonly itemsLabelFont: "Roboto-Regular,10";
|
|
358
|
+
readonly itemsNumberButtonBackgroundColor: "whiteTwo";
|
|
359
|
+
readonly itemsNumberButtonBorder: {
|
|
360
|
+
readonly color: "veryLightPinkTwo";
|
|
361
|
+
readonly width: 0;
|
|
362
|
+
};
|
|
363
|
+
readonly itemsNumberButtonCorner: 10;
|
|
364
|
+
readonly originalAmountLabelColor: "greyishBrown";
|
|
365
|
+
readonly originalAmountLabelFont: "Roboto-Regular,20";
|
|
366
|
+
};
|
|
367
|
+
readonly asyncView: {
|
|
368
|
+
readonly codeLabelColor: "greyishBrown";
|
|
369
|
+
readonly codeLabelFont: "Roboto-Regular,30";
|
|
370
|
+
readonly labelsColor: "greyishBrown";
|
|
371
|
+
readonly labelsFont: "Roboto-Regular,20";
|
|
372
|
+
};
|
|
373
|
+
readonly cardPhoneList: {
|
|
374
|
+
readonly backgroundColor: "whiteTwo";
|
|
375
|
+
readonly icon: {
|
|
376
|
+
readonly otherSegmentSelected: {
|
|
377
|
+
readonly alpha: 0.5;
|
|
378
|
+
readonly backgroundColor: "clear";
|
|
379
|
+
};
|
|
380
|
+
readonly selected: {
|
|
381
|
+
readonly alpha: 1;
|
|
382
|
+
readonly backgroundColor: "clear";
|
|
383
|
+
};
|
|
384
|
+
readonly unselected: {
|
|
385
|
+
readonly alpha: 1;
|
|
386
|
+
readonly backgroundColor: "clear";
|
|
387
|
+
};
|
|
388
|
+
};
|
|
389
|
+
readonly insets: 0;
|
|
390
|
+
readonly maxWidth: 60;
|
|
391
|
+
readonly underline: {
|
|
392
|
+
readonly selected: {
|
|
393
|
+
readonly backgroundColor: "vibrantGreen";
|
|
394
|
+
};
|
|
395
|
+
readonly unselected: {
|
|
396
|
+
readonly backgroundColor: "brownGrey";
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
readonly weAcceptLabel: {
|
|
400
|
+
readonly textColor: "#9F9F9F";
|
|
401
|
+
readonly textFont: "Roboto,10";
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
readonly customerDataCollection: {
|
|
405
|
+
readonly backgroundColor: "white";
|
|
406
|
+
readonly cornerRadius: 8;
|
|
407
|
+
readonly countryPicker: {
|
|
408
|
+
readonly countryCell: {
|
|
409
|
+
readonly backgroundColor: "clear";
|
|
410
|
+
readonly titleLabelColor: "greyishBrown";
|
|
411
|
+
readonly titleLabelFont: "Roboto,14";
|
|
412
|
+
};
|
|
413
|
+
readonly countryTable: {
|
|
414
|
+
readonly backgroundColor: "white";
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
readonly shadow: {
|
|
418
|
+
readonly color: "#00000026";
|
|
419
|
+
readonly offsetHeight: 0;
|
|
420
|
+
readonly offsetWidth: 0;
|
|
421
|
+
readonly opacity: 1;
|
|
422
|
+
readonly radius: 8;
|
|
423
|
+
};
|
|
424
|
+
readonly textfields: {
|
|
425
|
+
readonly color: "greyishBrown";
|
|
426
|
+
readonly countryCodeLabelFont: "Roboto,16";
|
|
427
|
+
readonly font: "Roboto-Light,14";
|
|
428
|
+
readonly placeHolderColor: "#9F9F9F";
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
readonly emailCard: {
|
|
432
|
+
readonly clearImage: {
|
|
433
|
+
readonly image: "clearFormIcon";
|
|
434
|
+
readonly width: 32;
|
|
435
|
+
};
|
|
436
|
+
readonly commonAttributes: {
|
|
437
|
+
readonly backgroundColor: "white";
|
|
438
|
+
readonly borderColor: "clear";
|
|
439
|
+
readonly borderWidth: 0;
|
|
440
|
+
readonly cornerRadius: 0;
|
|
441
|
+
readonly itemSpacing: 5;
|
|
442
|
+
readonly shadow: {
|
|
443
|
+
readonly color: "clear";
|
|
444
|
+
readonly offsetHeight: 0;
|
|
445
|
+
readonly offsetWidth: 0;
|
|
446
|
+
readonly opacity: 0;
|
|
447
|
+
readonly radius: 0;
|
|
448
|
+
};
|
|
449
|
+
readonly widthMargin: 7;
|
|
450
|
+
};
|
|
451
|
+
readonly iconImage: {
|
|
452
|
+
readonly image: "mailFormIcon";
|
|
453
|
+
readonly width: 32;
|
|
454
|
+
};
|
|
455
|
+
readonly textFields: {
|
|
456
|
+
readonly errorTextColor: "#FF0000";
|
|
457
|
+
readonly font: "Roboto-Light,17";
|
|
458
|
+
readonly placeHolderColor: "brownGreyThree";
|
|
459
|
+
readonly textColor: "greyishBrown";
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
readonly fullCard: {
|
|
463
|
+
readonly commonAttributes: {
|
|
464
|
+
readonly backgroundColor: "white";
|
|
465
|
+
readonly borderColor: "#00000000";
|
|
466
|
+
readonly borderWidth: 0;
|
|
467
|
+
readonly cornerRadius: 0;
|
|
468
|
+
readonly cvvPlaceHolder: "light-cvv";
|
|
469
|
+
readonly itemSpacing: 0;
|
|
470
|
+
readonly separatorColor: "#0000001E";
|
|
471
|
+
readonly shadow: {
|
|
472
|
+
readonly color: "#2ACE00";
|
|
473
|
+
readonly offsetHeight: 0;
|
|
474
|
+
readonly offsetWidth: 0;
|
|
475
|
+
readonly opacity: 1;
|
|
476
|
+
readonly radius: 3;
|
|
477
|
+
};
|
|
478
|
+
readonly widthMargin: 15;
|
|
479
|
+
};
|
|
480
|
+
readonly iconImage: {
|
|
481
|
+
readonly image: "bank";
|
|
482
|
+
readonly width: 32;
|
|
483
|
+
};
|
|
484
|
+
readonly saveCardOption: {
|
|
485
|
+
readonly labelTextColor: "black";
|
|
486
|
+
readonly labelTextFont: "15";
|
|
487
|
+
readonly switchOnThumbColor: "#2ACE00";
|
|
488
|
+
readonly switchThumbColor: "white";
|
|
489
|
+
readonly switchTintColor: "white";
|
|
490
|
+
};
|
|
491
|
+
readonly scanImage: {
|
|
492
|
+
readonly image: "scanIcon";
|
|
493
|
+
readonly width: 32;
|
|
494
|
+
};
|
|
495
|
+
readonly textFields: {
|
|
496
|
+
readonly errorTextColor: "#FF0000";
|
|
497
|
+
readonly font: "15";
|
|
498
|
+
readonly placeHolderColor: "#00000055";
|
|
499
|
+
readonly textColor: "black";
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
readonly goPay: {
|
|
503
|
+
readonly loginBar: {
|
|
504
|
+
readonly backgroundColor: "whiteTwo";
|
|
505
|
+
readonly hintLabel: {
|
|
506
|
+
readonly textColor: "brownGreyThree";
|
|
507
|
+
readonly textFont: "Roboto-Light,10";
|
|
508
|
+
};
|
|
509
|
+
readonly title: {
|
|
510
|
+
readonly otherSegmentSelected: {
|
|
511
|
+
readonly textColor: "brownGreyFive";
|
|
512
|
+
readonly textFont: "Roboto-Regular,12";
|
|
513
|
+
};
|
|
514
|
+
readonly selected: {
|
|
515
|
+
readonly textColor: "greyishBrown";
|
|
516
|
+
readonly textFont: "Roboto-Regular,12";
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
readonly underline: {
|
|
520
|
+
readonly selected: {
|
|
521
|
+
readonly backgroundColor: "deepSkyBlue";
|
|
522
|
+
};
|
|
523
|
+
readonly unselected: {
|
|
524
|
+
readonly backgroundColor: "brownGrey";
|
|
525
|
+
};
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
readonly passwordField: {
|
|
529
|
+
readonly backgroundColor: "clear";
|
|
530
|
+
readonly hidePasswordIcon: "passwordEye";
|
|
531
|
+
readonly placeHolderColor: "brownGreyThree";
|
|
532
|
+
readonly showPasswordIcon: "passwordEye";
|
|
533
|
+
readonly textColor: "greyishBrown";
|
|
534
|
+
readonly textFont: "Roboto-Light,17";
|
|
535
|
+
readonly underline: {
|
|
536
|
+
readonly empty: {
|
|
537
|
+
readonly backgroundColor: "brownGrey";
|
|
538
|
+
};
|
|
539
|
+
readonly filled: {
|
|
540
|
+
readonly backgroundColor: "deepSkyBlue";
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
readonly passwordView: {
|
|
545
|
+
readonly backgroundColor: "clear";
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
readonly horizontalList: {
|
|
549
|
+
readonly backgroundColor: "whiteTwo";
|
|
550
|
+
readonly chips: {
|
|
551
|
+
readonly applePayChip: {
|
|
552
|
+
readonly appleLogoTitleColor: "white";
|
|
553
|
+
readonly appleLogoTitleFont: "Roboto-Regular,16";
|
|
554
|
+
readonly applePayTitleColor: "white";
|
|
555
|
+
readonly applePayTitleFont: "Roboto-Regular,14";
|
|
556
|
+
readonly backgroundColor: "black";
|
|
557
|
+
readonly selected: {
|
|
558
|
+
readonly shadow: {
|
|
559
|
+
readonly borderColor: "clear";
|
|
560
|
+
readonly borderWidth: 0;
|
|
561
|
+
readonly color: "vibrantGreenTwo";
|
|
562
|
+
readonly offsetHeight: 0;
|
|
563
|
+
readonly offsetWidth: 0;
|
|
564
|
+
readonly opacity: 1;
|
|
565
|
+
readonly radius: 4;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
readonly unSelected: {
|
|
569
|
+
readonly shadow: {
|
|
570
|
+
readonly borderColor: "clear";
|
|
571
|
+
readonly borderWidth: 0;
|
|
572
|
+
readonly color: "lightPeriwinkle";
|
|
573
|
+
readonly offsetHeight: 0;
|
|
574
|
+
readonly offsetWidth: 0;
|
|
575
|
+
readonly opacity: 1;
|
|
576
|
+
readonly radius: 4;
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
readonly currencyChip: {
|
|
581
|
+
readonly backgroundColor: "white";
|
|
582
|
+
readonly labelTextColor: "greyishBrown";
|
|
583
|
+
readonly labelTextFont: "Roboto-Regular,12";
|
|
584
|
+
readonly selected: {
|
|
585
|
+
readonly shadow: {
|
|
586
|
+
readonly borderColor: "vibrantGreenTwo";
|
|
587
|
+
readonly borderWidth: 1;
|
|
588
|
+
readonly color: "black15";
|
|
589
|
+
readonly offsetHeight: 0;
|
|
590
|
+
readonly offsetWidth: 0;
|
|
591
|
+
readonly opacity: 1;
|
|
592
|
+
readonly radius: 4;
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
readonly unSelected: {
|
|
596
|
+
readonly shadow: {
|
|
597
|
+
readonly borderColor: "clear";
|
|
598
|
+
readonly borderWidth: 0;
|
|
599
|
+
readonly color: "black15";
|
|
600
|
+
readonly offsetHeight: 0;
|
|
601
|
+
readonly offsetWidth: 0;
|
|
602
|
+
readonly opacity: 1;
|
|
603
|
+
readonly radius: 4;
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
};
|
|
607
|
+
readonly gatewayChip: {
|
|
608
|
+
readonly backgroundColor: "white";
|
|
609
|
+
readonly disabledBackGroundColor: "#F1F1F1";
|
|
610
|
+
readonly logoutIcon: "logoutIcon";
|
|
611
|
+
readonly selected: {
|
|
612
|
+
readonly shadow: {
|
|
613
|
+
readonly borderColor: "vibrantGreenTwo";
|
|
614
|
+
readonly borderWidth: 1;
|
|
615
|
+
readonly color: "black15";
|
|
616
|
+
readonly offsetHeight: 0;
|
|
617
|
+
readonly offsetWidth: 0;
|
|
618
|
+
readonly opacity: 1;
|
|
619
|
+
readonly radius: 4;
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
readonly unSelected: {
|
|
623
|
+
readonly shadow: {
|
|
624
|
+
readonly borderColor: "clear";
|
|
625
|
+
readonly borderWidth: 0;
|
|
626
|
+
readonly color: "black15";
|
|
627
|
+
readonly offsetHeight: 0;
|
|
628
|
+
readonly offsetWidth: 0;
|
|
629
|
+
readonly opacity: 1;
|
|
630
|
+
readonly radius: 4;
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
readonly goPayChip: {
|
|
635
|
+
readonly backgroundColor: "vibrantGreen";
|
|
636
|
+
readonly labelTextColor: "white";
|
|
637
|
+
readonly labelTextFont: "Roboto-Regular,12";
|
|
638
|
+
readonly selected: {
|
|
639
|
+
readonly shadow: {
|
|
640
|
+
readonly borderColor: "vibrantGreenTwo";
|
|
641
|
+
readonly borderWidth: 1;
|
|
642
|
+
readonly color: "black15";
|
|
643
|
+
readonly offsetHeight: 0;
|
|
644
|
+
readonly offsetWidth: 0;
|
|
645
|
+
readonly opacity: 1;
|
|
646
|
+
readonly radius: 4;
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
readonly unSelected: {
|
|
650
|
+
readonly shadow: {
|
|
651
|
+
readonly borderColor: "clear";
|
|
652
|
+
readonly borderWidth: 0;
|
|
653
|
+
readonly color: "black15";
|
|
654
|
+
readonly offsetHeight: 0;
|
|
655
|
+
readonly offsetWidth: 0;
|
|
656
|
+
readonly opacity: 1;
|
|
657
|
+
readonly radius: 4;
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
readonly radius: 8;
|
|
662
|
+
readonly savedCardChip: {
|
|
663
|
+
readonly backgroundColor: "white";
|
|
664
|
+
readonly editMode: {
|
|
665
|
+
readonly alpha: 0.8;
|
|
666
|
+
readonly deleteIcon: "deleteCardIconLight";
|
|
667
|
+
};
|
|
668
|
+
readonly labelTextColor: "greyishBrown";
|
|
669
|
+
readonly labelTextFont: "Roboto-Regular,12";
|
|
670
|
+
readonly selected: {
|
|
671
|
+
readonly shadow: {
|
|
672
|
+
readonly borderColor: "vibrantGreenTwo";
|
|
673
|
+
readonly borderWidth: 1;
|
|
674
|
+
readonly color: "black15";
|
|
675
|
+
readonly offsetHeight: 0;
|
|
676
|
+
readonly offsetWidth: 0;
|
|
677
|
+
readonly opacity: 1;
|
|
678
|
+
readonly radius: 4;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
readonly unSelected: {
|
|
682
|
+
readonly shadow: {
|
|
683
|
+
readonly borderColor: "clear";
|
|
684
|
+
readonly borderWidth: 0;
|
|
685
|
+
readonly color: "black15";
|
|
686
|
+
readonly offsetHeight: 0;
|
|
687
|
+
readonly offsetWidth: 0;
|
|
688
|
+
readonly opacity: 1;
|
|
689
|
+
readonly radius: 4;
|
|
690
|
+
};
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
readonly headers: {
|
|
695
|
+
readonly gatewayHeader: {
|
|
696
|
+
readonly backgroundColor: "whiteTwo";
|
|
697
|
+
readonly leftButton: {
|
|
698
|
+
readonly labelTextColor: "#9F9F9F";
|
|
699
|
+
readonly labelTextFont: "Roboto-Regular,10";
|
|
700
|
+
};
|
|
701
|
+
readonly rightButton: {
|
|
702
|
+
readonly labelTextColor: "#9F9F9F";
|
|
703
|
+
readonly labelTextFont: "Roboto-Regular,10";
|
|
704
|
+
};
|
|
705
|
+
};
|
|
706
|
+
};
|
|
707
|
+
readonly itemSpacing: 10;
|
|
708
|
+
readonly margin: 18;
|
|
709
|
+
};
|
|
710
|
+
readonly inlineCard: {
|
|
711
|
+
readonly clearImage: {
|
|
712
|
+
readonly image: "clearFormIcon";
|
|
713
|
+
readonly tint: "lightGrey";
|
|
714
|
+
readonly width: 32;
|
|
715
|
+
};
|
|
716
|
+
readonly closeSavedCardIcon: "closeSavedCardInputIcon";
|
|
717
|
+
readonly commonAttributes: {
|
|
718
|
+
readonly backgroundColor: "white";
|
|
719
|
+
readonly borderColor: "clear";
|
|
720
|
+
readonly borderWidth: 0;
|
|
721
|
+
readonly cornerRadius: 8;
|
|
722
|
+
readonly cvvPlaceHolder: "light-cvv";
|
|
723
|
+
readonly itemSpacing: 5;
|
|
724
|
+
readonly shadow: {
|
|
725
|
+
readonly color: "#00000026";
|
|
726
|
+
readonly offsetHeight: 0;
|
|
727
|
+
readonly offsetWidth: 0;
|
|
728
|
+
readonly opacity: 1;
|
|
729
|
+
readonly radius: 4;
|
|
730
|
+
};
|
|
731
|
+
readonly widthMargin: 7;
|
|
732
|
+
};
|
|
733
|
+
readonly iconImage: {
|
|
734
|
+
readonly image: "card";
|
|
735
|
+
readonly tint: "lightGrey";
|
|
736
|
+
readonly width: 32;
|
|
737
|
+
};
|
|
738
|
+
readonly saveCardForTapOption: {
|
|
739
|
+
readonly infoButtonTintColor: "lightGrey";
|
|
740
|
+
readonly labelTextColor: "#7E7E7E";
|
|
741
|
+
readonly labelTextFont: "Roboto-Light,12";
|
|
742
|
+
readonly saveButtonActivatedTintColor: "azure";
|
|
743
|
+
readonly saveButtonDeactivatedTintColor: "lightGrey";
|
|
744
|
+
};
|
|
745
|
+
readonly saveCardOption: {
|
|
746
|
+
readonly labelTextColor: "greyishBrown";
|
|
747
|
+
readonly labelTextFont: "Roboto-Light,14";
|
|
748
|
+
readonly switchOnThumbColor: "#2ACE00";
|
|
749
|
+
readonly switchThumbColor: "white";
|
|
750
|
+
readonly switchTintColor: "white";
|
|
751
|
+
};
|
|
752
|
+
readonly scanImage: {
|
|
753
|
+
readonly image: "scanIcon";
|
|
754
|
+
readonly selected: "selectedScan";
|
|
755
|
+
readonly tint: "lightGrey";
|
|
756
|
+
readonly width: 32;
|
|
757
|
+
};
|
|
758
|
+
readonly textFields: {
|
|
759
|
+
readonly errorTextColor: "greyishBrown";
|
|
760
|
+
readonly font: "Roboto-Light,14";
|
|
761
|
+
readonly placeHolderColor: "brownGreyTwo";
|
|
762
|
+
readonly saveCardFontDots: "Roboto-Bold,24";
|
|
763
|
+
readonly textColor: "greyishBrown";
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
readonly itemsList: {
|
|
767
|
+
readonly backgroundColor: "white";
|
|
768
|
+
readonly item: {
|
|
769
|
+
readonly backgroundColor: "white";
|
|
770
|
+
readonly calculatedPriceLabelColor: "brownGrey";
|
|
771
|
+
readonly calculatedPriceLabelFont: "Roboto-Light,12";
|
|
772
|
+
readonly count: {
|
|
773
|
+
readonly backgroundColor: "paleLilac";
|
|
774
|
+
readonly countLabelColor: "greyishBrown";
|
|
775
|
+
readonly countLabelFont: "Roboto-Regular,9";
|
|
776
|
+
};
|
|
777
|
+
readonly descLabelColor: "brownGrey";
|
|
778
|
+
readonly descLabelFont: "Roboto-Light,12";
|
|
779
|
+
readonly descriptionBackgroundColor: "white";
|
|
780
|
+
readonly priceLabelColor: "greyishBrown";
|
|
781
|
+
readonly priceLabelFont: "Roboto-Regular,14";
|
|
782
|
+
readonly titleLabelColor: "greyishBrown";
|
|
783
|
+
readonly titleLabelFont: "Roboto-Regular,14";
|
|
784
|
+
};
|
|
785
|
+
readonly separatorColor: "veryLightPinkTwo";
|
|
786
|
+
};
|
|
787
|
+
readonly loyaltyView: {
|
|
788
|
+
readonly amountView: {
|
|
789
|
+
readonly amountFont: "Roboto-Regular,16";
|
|
790
|
+
readonly amountTextColor: "greyishBrown";
|
|
791
|
+
readonly currencyFont: "Roboto-Regular,16";
|
|
792
|
+
readonly currencyTextColor: "greyishBrown";
|
|
793
|
+
readonly pointsFont: "Roboto-Regular,12";
|
|
794
|
+
readonly pointsTextColor: "greyishBrown";
|
|
795
|
+
readonly titleFont: "Roboto-Regular,11";
|
|
796
|
+
readonly titleTextColor: "#9F9F9F";
|
|
797
|
+
};
|
|
798
|
+
readonly cardView: {
|
|
799
|
+
readonly backgroundColor: "white";
|
|
800
|
+
readonly radius: 8;
|
|
801
|
+
readonly shadowColor: "#00000027";
|
|
802
|
+
readonly shadowOpacity: 1;
|
|
803
|
+
readonly shadowRadius: 26;
|
|
804
|
+
};
|
|
805
|
+
readonly footerView: {
|
|
806
|
+
readonly amountFont: "Roboto-Regular,11";
|
|
807
|
+
readonly amountTextColor: "greyishBrown";
|
|
808
|
+
readonly pointsFont: "Roboto-Regular,11";
|
|
809
|
+
readonly pointsTextColor: "#7E7E7E";
|
|
810
|
+
};
|
|
811
|
+
readonly headerView: {
|
|
812
|
+
readonly backgroundColor: "clear";
|
|
813
|
+
readonly subTitleFont: "Roboto-Regular,11";
|
|
814
|
+
readonly subTitleTextColor: "brownGreySeven";
|
|
815
|
+
readonly switchOnTintColor: "deepSkyBlue";
|
|
816
|
+
readonly titleFont: "Roboto-Regular,12";
|
|
817
|
+
readonly titleTextColor: "greyishBrown";
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
readonly merchantHeaderView: {
|
|
821
|
+
readonly backgroundColor: "white";
|
|
822
|
+
readonly cancelButton: {
|
|
823
|
+
readonly backgroundColor: "whiteTwo";
|
|
824
|
+
readonly titleLabelColor: "greyishBrown";
|
|
825
|
+
readonly titleLabelFont: "Roboto-Light,13";
|
|
826
|
+
};
|
|
827
|
+
readonly closeCheckoutIcon: "closeCheckoutIcon";
|
|
828
|
+
readonly merchantLogoCorner: 8;
|
|
829
|
+
readonly merchantLogoPlaceHolderColor: "black";
|
|
830
|
+
readonly merchantLogoPlaceHolderFont: "Roboto-Regular,16";
|
|
831
|
+
readonly merchantLogoPlaceHolderLabelColor: "white";
|
|
832
|
+
readonly merchantLogoShadowColor: "rgba(0,0, 0, 0.25)";
|
|
833
|
+
readonly merchantLogoShadowRadius: 4;
|
|
834
|
+
readonly subTitleLabelColor: "greyishBrown";
|
|
835
|
+
readonly subTitleLabelFont: "Roboto-Regular,16";
|
|
836
|
+
readonly titleLabelColor: "#9F9F9F";
|
|
837
|
+
readonly titleLabelFont: "Roboto-Regular,12";
|
|
838
|
+
};
|
|
839
|
+
readonly phoneCard: {
|
|
840
|
+
readonly clearImage: {
|
|
841
|
+
readonly image: "clearFormIcon";
|
|
842
|
+
readonly width: 32;
|
|
843
|
+
};
|
|
844
|
+
readonly commonAttributes: {
|
|
845
|
+
readonly backgroundColor: "white";
|
|
846
|
+
readonly borderColor: "clear";
|
|
847
|
+
readonly borderWidth: 0;
|
|
848
|
+
readonly cornerRadius: 0;
|
|
849
|
+
readonly itemSpacing: 5;
|
|
850
|
+
readonly shadow: {
|
|
851
|
+
readonly color: "clear";
|
|
852
|
+
readonly offsetHeight: 0;
|
|
853
|
+
readonly offsetWidth: 0;
|
|
854
|
+
readonly opacity: 0;
|
|
855
|
+
readonly radius: 0;
|
|
856
|
+
};
|
|
857
|
+
readonly widthMargin: 7;
|
|
858
|
+
};
|
|
859
|
+
readonly iconImage: {
|
|
860
|
+
readonly image: "mobileFormIcon";
|
|
861
|
+
readonly width: 32;
|
|
862
|
+
};
|
|
863
|
+
readonly textFields: {
|
|
864
|
+
readonly errorTextColor: "#FF0000";
|
|
865
|
+
readonly font: "Roboto-Light,17";
|
|
866
|
+
readonly placeHolderColor: "brownGreyThree";
|
|
867
|
+
readonly textColor: "greyishBrown";
|
|
868
|
+
};
|
|
869
|
+
};
|
|
870
|
+
readonly poweredByTap: {
|
|
871
|
+
readonly powerLabel: {
|
|
872
|
+
readonly font: "Roboto-Regular,12";
|
|
873
|
+
readonly textColor: "lightGrey";
|
|
874
|
+
};
|
|
875
|
+
readonly tapLogo: "poweredByTapLogo";
|
|
876
|
+
};
|
|
877
|
+
readonly recentCards: {
|
|
878
|
+
readonly backGroundColor: "#e9e9e9";
|
|
879
|
+
readonly chipUI: {
|
|
880
|
+
readonly commonAttributes: {
|
|
881
|
+
readonly backgroundColor: "white4C";
|
|
882
|
+
readonly borderColor: "#0066FF";
|
|
883
|
+
readonly borderWidth: 0;
|
|
884
|
+
readonly chipHeight: 40;
|
|
885
|
+
readonly cornerRadius: 8;
|
|
886
|
+
readonly glowingBackgroundColor: "white";
|
|
887
|
+
readonly glowingShadow: {
|
|
888
|
+
readonly borderColor: "vibrantGreen";
|
|
889
|
+
readonly borderWidth: 1;
|
|
890
|
+
readonly color: "vibrantGreen";
|
|
891
|
+
readonly offsetHeight: 0;
|
|
892
|
+
readonly offsetWidth: 0;
|
|
893
|
+
readonly opacity: 1;
|
|
894
|
+
readonly radius: 3;
|
|
895
|
+
};
|
|
896
|
+
readonly itemSpacing: 5;
|
|
897
|
+
readonly shadow: {
|
|
898
|
+
readonly color: "#00000014";
|
|
899
|
+
readonly offsetHeight: 0;
|
|
900
|
+
readonly offsetWidth: 0;
|
|
901
|
+
readonly opacity: 1;
|
|
902
|
+
readonly radius: 3;
|
|
903
|
+
};
|
|
904
|
+
readonly widthMargin: 7;
|
|
905
|
+
};
|
|
906
|
+
readonly contentLabel: {
|
|
907
|
+
readonly textColor: "black";
|
|
908
|
+
readonly textFont: "15";
|
|
909
|
+
};
|
|
910
|
+
readonly leftAccessory: {
|
|
911
|
+
readonly width: 32;
|
|
912
|
+
};
|
|
913
|
+
readonly rightAccessory: {
|
|
914
|
+
readonly width: 32;
|
|
915
|
+
};
|
|
916
|
+
};
|
|
917
|
+
readonly collectionView: {
|
|
918
|
+
readonly backgroundColor: "white00";
|
|
919
|
+
readonly borderColor: "#0066FF";
|
|
920
|
+
readonly borderWidth: 0;
|
|
921
|
+
readonly cornerRadius: 8;
|
|
922
|
+
readonly height: 90;
|
|
923
|
+
readonly spaceBetweenCells: 7;
|
|
924
|
+
};
|
|
925
|
+
readonly headerView: {
|
|
926
|
+
readonly backGroundColor: "#00000000";
|
|
927
|
+
readonly buttons: {
|
|
928
|
+
readonly backGroundColor: "#00000000";
|
|
929
|
+
readonly font: "15";
|
|
930
|
+
readonly textColor: "#535353";
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
readonly redirectWidget: {
|
|
935
|
+
readonly backgroundColor: "rgba(255, 255, 255, 1)";
|
|
936
|
+
readonly borderRadius: "12px";
|
|
937
|
+
readonly buttonColor: "rgba(23, 155, 215, 1)";
|
|
938
|
+
readonly buttonTextColor: "rgba(255, 255, 255, 1)";
|
|
939
|
+
readonly buttonTextFont: "Roboto-Bold,16";
|
|
940
|
+
readonly dropShadow: "0px 0px 32px 0px rgba(0, 0, 0, 0.11)";
|
|
941
|
+
readonly iconColor: "#20232b";
|
|
942
|
+
readonly textColor: "rgba(0, 0, 0, 1)";
|
|
943
|
+
readonly textFont: "Roboto-Regular,18";
|
|
944
|
+
};
|
|
945
|
+
readonly tapBottomSheet: {
|
|
946
|
+
readonly dimmedColor: "black50";
|
|
947
|
+
};
|
|
948
|
+
readonly tapDragHandler: {
|
|
949
|
+
readonly backgroundColor: "white";
|
|
950
|
+
readonly corner: 2;
|
|
951
|
+
readonly height: 4;
|
|
952
|
+
readonly image: "tapHandlerImage";
|
|
953
|
+
readonly width: 75;
|
|
954
|
+
};
|
|
955
|
+
readonly tapSeparationLine: {
|
|
956
|
+
readonly backgroundColor: "veryLightPinkTwo";
|
|
957
|
+
readonly height: 1;
|
|
958
|
+
readonly initialTrailingConstraint: 0;
|
|
959
|
+
};
|
|
960
|
+
};
|