@paydock/client-sdk 1.128.2 → 1.131.0
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/README.md +529 -0
- package/bundles/index.cjs +2661 -401
- package/bundles/index.cjs.d.ts +395 -194
- package/bundles/index.mjs +2660 -401
- package/bundles/index.mjs.d.ts +395 -194
- package/bundles/types/api/api-internal.d.ts +3 -1
- package/bundles/types/api/api-internal.d.ts.map +1 -1
- package/bundles/types/api/api-payment-source-internal.d.ts +8 -0
- package/bundles/types/api/api-payment-source-internal.d.ts.map +1 -0
- package/bundles/types/checkout/checkout.d.ts +8 -14
- package/bundles/types/checkout/checkout.d.ts.map +1 -1
- package/bundles/types/checkout/helpers/instruction-debugger.d.ts +4 -0
- package/bundles/types/checkout/helpers/instruction-debugger.d.ts.map +1 -0
- package/bundles/types/checkout/helpers/instruction-handler.d.ts +4 -4
- package/bundles/types/checkout/helpers/instruction-handler.d.ts.map +1 -1
- package/bundles/types/checkout/images/card-icons.d.ts +10 -0
- package/bundles/types/checkout/images/card-icons.d.ts.map +1 -0
- package/bundles/types/checkout/index.d.ts +2 -1
- package/bundles/types/checkout/index.d.ts.map +1 -1
- package/bundles/types/checkout/models/checkout.models.d.ts +14 -0
- package/bundles/types/checkout/models/checkout.models.d.ts.map +1 -0
- package/bundles/types/checkout/utils/checkout-styles.util.d.ts +2 -0
- package/bundles/types/checkout/utils/checkout-styles.util.d.ts.map +1 -0
- package/bundles/types/checkout/utils/checkout-version-handler.util.d.ts +3 -0
- package/bundles/types/checkout/utils/checkout-version-handler.util.d.ts.map +1 -0
- package/bundles/types/checkout/v1/helpers/widget-structure-handler.d.ts +10 -0
- package/bundles/types/checkout/v1/helpers/widget-structure-handler.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/index.d.ts.map +1 -1
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.afterpay_checkout_form.show.d.ts +2 -2
- package/bundles/types/checkout/v1/instructions/instruction.afterpay_checkout_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.afterpay_wallet_form.show.d.ts +3 -2
- package/bundles/types/checkout/v1/instructions/instruction.afterpay_wallet_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.apple_pay_form.show.d.ts +3 -2
- package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.bank_account_form.show.d.ts +2 -2
- package/bundles/types/checkout/v1/instructions/instruction.bank_account_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.canvas_3ds.show.d.ts.map +1 -1
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.card_form.show.d.ts +1 -1
- package/bundles/types/checkout/v1/instructions/instruction.card_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.disable_payment_method_event.emit.d.ts +2 -2
- package/bundles/types/checkout/v1/instructions/instruction.disable_payment_method_event.emit.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.fraud_service.show.d.ts.map +1 -1
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.generic.show_message.d.ts +1 -1
- package/bundles/types/checkout/v1/instructions/instruction.generic.show_message.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.google_pay_form.show.d.ts +3 -2
- package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.merchant_event.emit.d.ts +2 -2
- package/bundles/types/checkout/v1/instructions/instruction.merchant_event.emit.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.payment_methods.show.d.ts.map +1 -1
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.paypal_form.show.d.ts +2 -2
- package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.zip_checkout_form.show.d.ts +3 -2
- package/bundles/types/checkout/v1/instructions/instruction.zip_checkout_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v1/layout-widgets/additionals.d.ts +3 -0
- package/bundles/types/checkout/v1/layout-widgets/additionals.d.ts.map +1 -0
- package/bundles/types/checkout/v1/layout-widgets/default-variables.enum.d.ts.map +1 -0
- package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/message.d.ts +6 -6
- package/bundles/types/checkout/v1/layout-widgets/message.d.ts.map +1 -0
- package/bundles/types/checkout/v1/layout-widgets/payment-methods-template.d.ts.map +1 -0
- package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-methods.d.ts +5 -5
- package/bundles/types/checkout/v1/layout-widgets/payment-methods.d.ts.map +1 -0
- package/bundles/types/checkout/v1/layout-widgets/payment-template.d.ts.map +1 -0
- package/bundles/types/checkout/v1/models/checkout.models.d.ts +5 -0
- package/bundles/types/checkout/v1/models/checkout.models.d.ts.map +1 -0
- package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +4 -0
- package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -0
- package/bundles/types/checkout/v3/components/list-items-wrapper/list-items-wrapper.d.ts +8 -0
- package/bundles/types/checkout/v3/components/list-items-wrapper/list-items-wrapper.d.ts.map +1 -0
- package/bundles/types/checkout/v3/components/payment-methods-list/payment-methods-list.d.ts +3 -0
- package/bundles/types/checkout/v3/components/payment-methods-list/payment-methods-list.d.ts.map +1 -0
- package/bundles/types/checkout/v3/components/payments-wrapper/payments-wrapper.d.ts +9 -0
- package/bundles/types/checkout/v3/components/payments-wrapper/payments-wrapper.d.ts.map +1 -0
- package/bundles/types/checkout/v3/helpers/widget-structure-handler.d.ts +10 -0
- package/bundles/types/checkout/v3/helpers/widget-structure-handler.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/index.d.ts +4 -0
- package/bundles/types/checkout/v3/instructions/index.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.afterpay_checkout_form.show.d.ts +20 -0
- package/bundles/types/checkout/v3/instructions/instruction.afterpay_checkout_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.afterpay_wallet_form.show.d.ts +17 -0
- package/bundles/types/checkout/v3/instructions/instruction.afterpay_wallet_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts +17 -0
- package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.bank_account_form.show.d.ts +14 -0
- package/bundles/types/checkout/v3/instructions/instruction.bank_account_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.canvas_3ds.show.d.ts +12 -0
- package/bundles/types/checkout/v3/instructions/instruction.canvas_3ds.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts +24 -0
- package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.disable_payment_method_event.emit.d.ts +21 -0
- package/bundles/types/checkout/v3/instructions/instruction.disable_payment_method_event.emit.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.fraud_service.show.d.ts +21 -0
- package/bundles/types/checkout/v3/instructions/instruction.fraud_service.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.generic.show_message.d.ts +27 -0
- package/bundles/types/checkout/v3/instructions/instruction.generic.show_message.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts +17 -0
- package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.merchant_event.emit.d.ts +18 -0
- package/bundles/types/checkout/v3/instructions/instruction.merchant_event.emit.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.payment_methods.show.d.ts +23 -0
- package/bundles/types/checkout/v3/instructions/instruction.payment_methods.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts +19 -0
- package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +22 -0
- package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/instructions/instruction.zip_checkout_form.show.d.ts +19 -0
- package/bundles/types/checkout/v3/instructions/instruction.zip_checkout_form.show.d.ts.map +1 -0
- package/bundles/types/checkout/v3/models/card.model.d.ts +20 -0
- package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -0
- package/bundles/types/checkout/v3/models/checkout-styles.model.d.ts +9 -0
- package/bundles/types/checkout/v3/models/checkout-styles.model.d.ts.map +1 -0
- package/bundles/types/checkout/v3/models/checkout.models.d.ts +4 -0
- package/bundles/types/checkout/v3/models/checkout.models.d.ts.map +1 -0
- package/bundles/types/checkout/v3/models/payment-methods.model.d.ts +13 -0
- package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -0
- package/bundles/types/checkout/v3/styles/additionals.d.ts +3 -0
- package/bundles/types/checkout/v3/styles/additionals.d.ts.map +1 -0
- package/bundles/types/checkout/v3/utils/checkout-customisation-styles.util.d.ts +3 -0
- package/bundles/types/checkout/v3/utils/checkout-customisation-styles.util.d.ts.map +1 -0
- package/bundles/types/components/param.d.ts +5 -0
- package/bundles/types/components/param.d.ts.map +1 -1
- package/bundles/types/configs/env/environment.uba.d.ts +28 -0
- package/bundles/types/configs/env/environment.uba.d.ts.map +1 -0
- package/bundles/types/constants/validators.d.ts +2 -2
- package/bundles/types/constants/validators.d.ts.map +1 -1
- package/bundles/types/fraud-prevention/providers/forter/templates/{forter-snippet-2025-02-06t14:19:34z.template.d.ts → forter-snippet-20250206141934.template.d.ts} +1 -1
- package/bundles/types/fraud-prevention/providers/forter/templates/forter-snippet-20250206141934.template.d.ts.map +1 -0
- package/bundles/types/helper/card-scheme.d.ts +76 -0
- package/bundles/types/helper/card-scheme.d.ts.map +1 -0
- package/bundles/types/index.d.ts +1 -0
- package/bundles/types/index.d.ts.map +1 -1
- package/bundles/types/open-wallets/base/base-open-wallet.d.ts +33 -0
- package/bundles/types/open-wallets/base/base-open-wallet.d.ts.map +1 -0
- package/bundles/types/open-wallets/enum/event.enum.d.ts +8 -0
- package/bundles/types/open-wallets/enum/event.enum.d.ts.map +1 -0
- package/bundles/types/open-wallets/index.d.ts +6 -0
- package/bundles/types/open-wallets/index.d.ts.map +1 -0
- package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts +30 -0
- package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts.map +1 -0
- package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts +5 -0
- package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts.map +1 -0
- package/bundles/types/open-wallets/interfaces/events.interface.d.ts +34 -0
- package/bundles/types/open-wallets/interfaces/events.interface.d.ts.map +1 -0
- package/bundles/types/open-wallets/interfaces/index.d.ts +8 -0
- package/bundles/types/open-wallets/interfaces/index.d.ts.map +1 -0
- package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts +5 -0
- package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts.map +1 -0
- package/bundles/types/open-wallets/services/index.d.ts +9 -0
- package/bundles/types/open-wallets/services/index.d.ts.map +1 -0
- package/bundles/types/open-wallets/types/index.d.ts +5 -0
- package/bundles/types/open-wallets/types/index.d.ts.map +1 -0
- package/bundles/types/open-wallets/types/ott-backend.type.d.ts +26 -0
- package/bundles/types/open-wallets/types/ott-backend.type.d.ts.map +1 -0
- package/bundles/types/open-wallets/types/ott-response.type.d.ts +8 -0
- package/bundles/types/open-wallets/types/ott-response.type.d.ts.map +1 -0
- package/bundles/types/open-wallets/types/wallet-type.type.d.ts +6 -0
- package/bundles/types/open-wallets/types/wallet-type.type.d.ts.map +1 -0
- package/bundles/types/shared/services/configuration-validation/configuration-validation.d.ts.map +1 -1
- package/bundles/types/shared-ui/components/button.d.ts +23 -0
- package/bundles/types/shared-ui/components/button.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/item-info-blocks.d.ts +20 -0
- package/bundles/types/shared-ui/components/item-info-blocks.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/list-item.d.ts +13 -0
- package/bundles/types/shared-ui/components/list-item.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/loading-spinner.d.ts +12 -0
- package/bundles/types/shared-ui/components/loading-spinner.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/message-card.d.ts +19 -0
- package/bundles/types/shared-ui/components/message-card.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/svg-container.d.ts +2 -0
- package/bundles/types/shared-ui/components/svg-container.d.ts.map +1 -0
- package/bundles/types/shared-ui/components/widget-wrapper.d.ts +2 -0
- package/bundles/types/shared-ui/components/widget-wrapper.d.ts.map +1 -0
- package/bundles/types/shared-ui/models/widget-root.model.d.ts +12 -0
- package/bundles/types/shared-ui/models/widget-root.model.d.ts.map +1 -0
- package/bundles/types/shared-ui/styles/widget-root-styles.d.ts +3 -0
- package/bundles/types/shared-ui/styles/widget-root-styles.d.ts.map +1 -0
- package/bundles/types/shared-ui/utils/loading-spinner.util.d.ts +8 -0
- package/bundles/types/shared-ui/utils/loading-spinner.util.d.ts.map +1 -0
- package/bundles/types/wallet-buttons/enums.d.ts +2 -1
- package/bundles/types/wallet-buttons/enums.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-buttons.d.ts +12 -6
- package/bundles/types/wallet-buttons/wallet-buttons.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/afterpay.wallet-service.d.ts +2 -2
- package/bundles/types/wallet-buttons/wallet-services/afterpay.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts +3 -3
- package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/flypay-v2.wallet-service.d.ts +2 -2
- package/bundles/types/wallet-buttons/wallet-services/flypay-v2.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/flypay.wallet-service.d.ts +7 -7
- package/bundles/types/wallet-buttons/wallet-services/flypay.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/google.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts +2 -2
- package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/stripe.wallet-service.d.ts +3 -3
- package/bundles/types/wallet-buttons/wallet-services/stripe.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/wallet-service.d.ts +6 -6
- package/bundles/types/wallet-buttons/wallet-services/wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons-express/interfaces/charge-wallet-token-meta.interface.d.ts +1 -0
- package/bundles/types/wallet-buttons-express/interfaces/charge-wallet-token-meta.interface.d.ts.map +1 -1
- package/bundles/types/wallet-buttons-express/interfaces/wallet-capture-request.interface.d.ts +20 -0
- package/bundles/types/wallet-buttons-express/interfaces/wallet-capture-request.interface.d.ts.map +1 -1
- package/bundles/types/wallet-buttons-express/services/apple-pay/apple-pay.wallet-button-express.d.ts.map +1 -1
- package/bundles/types/wallet-buttons-express/services/apple-pay/types/apple-pay-shipping-data.d.ts +3 -0
- package/bundles/types/wallet-buttons-express/services/apple-pay/types/apple-pay-shipping-data.d.ts.map +1 -1
- package/bundles/types/widget/configuration.d.ts +2 -0
- package/bundles/types/widget/configuration.d.ts.map +1 -1
- package/bundles/types/widget/html-multi-widget.d.ts +7 -5
- package/bundles/types/widget/html-multi-widget.d.ts.map +1 -1
- package/bundles/types/widget/html-widget.d.ts +1 -0
- package/bundles/types/widget/html-widget.d.ts.map +1 -1
- package/bundles/types/widget/multi-widget.d.ts +8 -0
- package/bundles/types/widget/multi-widget.d.ts.map +1 -1
- package/bundles/widget.umd.js +2661 -401
- package/bundles/widget.umd.js.d.ts +395 -194
- package/bundles/widget.umd.js.min.d.ts +395 -194
- package/bundles/widget.umd.min.js +1 -1
- package/docs/wallet-buttons-express-examples.md +528 -0
- package/docs/wallet-buttons.md +1 -0
- package/package.json +3 -2
- package/bundles/types/checkout/instructions/index.d.ts +0 -3
- package/bundles/types/checkout/instructions/index.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.afterpay_checkout_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.afterpay_wallet_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.apple_pay_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.bank_account_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.card_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.disable_payment_method_event.emit.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.generic.show_message.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.google_pay_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.merchant_event.emit.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.paypal_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/instructions/v1/instruction.zip_checkout_form.show.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/additionals.d.ts +0 -3
- package/bundles/types/checkout/layout-widgets/additionals.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/default-variables.enum.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/message.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/payment-methods-template.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/payment-methods.d.ts.map +0 -1
- package/bundles/types/checkout/layout-widgets/payment-template.d.ts.map +0 -1
- package/bundles/types/fraud-prevention/providers/forter/templates/forter-snippet-2025-02-06t14:19:34z.template.d.ts.map +0 -1
- /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/index.d.ts +0 -0
- /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.canvas_3ds.show.d.ts +0 -0
- /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.fraud_service.show.d.ts +0 -0
- /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.payment_methods.show.d.ts +0 -0
- /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/default-variables.enum.d.ts +0 -0
- /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-methods-template.d.ts +0 -0
- /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-template.d.ts +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { ApiBase } from './api-base';
|
|
2
2
|
import { ApiChargeInternal } from './api-charge-internal';
|
|
3
|
+
import { ApiCheckoutInternal } from './api-checkout-internal';
|
|
3
4
|
import { ApiGatewayInternal } from './api-gateway-internal';
|
|
5
|
+
import { ApiPaymentSourceInternal } from './api-payment-source-internal';
|
|
4
6
|
import { ApiServiceInternal } from './api-service-internal';
|
|
5
|
-
import { ApiCheckoutInternal } from "./api-checkout-internal";
|
|
6
7
|
export { API_AUTH_TYPE } from './api-base';
|
|
7
8
|
export declare class ApiInternal extends ApiBase {
|
|
8
9
|
charge(): ApiChargeInternal;
|
|
9
10
|
service(): ApiServiceInternal;
|
|
10
11
|
checkout(): ApiCheckoutInternal;
|
|
11
12
|
gateway(): ApiGatewayInternal;
|
|
13
|
+
paymentSource(): ApiPaymentSourceInternal;
|
|
12
14
|
}
|
|
13
15
|
//# sourceMappingURL=api-internal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-internal.d.ts","sourceRoot":"","sources":["../../src/api/api-internal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"api-internal.d.ts","sourceRoot":"","sources":["../../src/api/api-internal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,qBAAa,WAAY,SAAQ,OAAO;IACtC,MAAM;IAIN,OAAO;IAIP,QAAQ;IAIR,OAAO;IAIP,aAAa;CAGd"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CreateOTTRequest, CreateOTTResponse } from '../open-wallets/types/ott-backend.type';
|
|
2
|
+
import type { ApiInternal } from './api-internal';
|
|
3
|
+
export declare class ApiPaymentSourceInternal {
|
|
4
|
+
protected api: ApiInternal;
|
|
5
|
+
constructor(api: ApiInternal);
|
|
6
|
+
createOTT(payload: CreateOTTRequest): Promise<CreateOTTResponse>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=api-payment-source-internal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-payment-source-internal.d.ts","sourceRoot":"","sources":["../../src/api/api-payment-source-internal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,wCAAwC,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIlD,qBAAa,wBAAwB;IACvB,SAAS,CAAC,GAAG,EAAE,WAAW;gBAAhB,GAAG,EAAE,WAAW;IAEtC,SAAS,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAKjE"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ApiCheckoutInternal } from '../api/api-checkout-internal';
|
|
2
2
|
import { ApiInternal } from '../api/api-internal';
|
|
3
|
-
import { Container } from '../components/container';
|
|
4
|
-
import { IEventData } from '../components/iframe-event';
|
|
3
|
+
import type { Container } from '../components/container';
|
|
4
|
+
import type { IEventData } from '../components/iframe-event';
|
|
5
5
|
import { EventEmitter } from '../helper/event-emitter';
|
|
6
|
-
import { InstructionDestroyable, InstructionHandleable } from './helpers/instruction-handler';
|
|
7
|
-
import { InstructionModule } from './helpers/instruction-module';
|
|
6
|
+
import type { InstructionDestroyable, InstructionHandleable } from './helpers/instruction-handler';
|
|
7
|
+
import type { InstructionModule } from './helpers/instruction-module';
|
|
8
8
|
export declare const EVENT: {
|
|
9
9
|
PAYMENT_SUCCESSFUL: string;
|
|
10
10
|
PAYMENT_FAILURE: string;
|
|
@@ -17,10 +17,6 @@ interface IntentTokenPayload {
|
|
|
17
17
|
env_alias: string;
|
|
18
18
|
whitelist_domains: string[];
|
|
19
19
|
}
|
|
20
|
-
export declare const SELECTORS: {
|
|
21
|
-
LIST: string;
|
|
22
|
-
WIDGETS: string;
|
|
23
|
-
};
|
|
24
20
|
export interface InstructionResponse {
|
|
25
21
|
event?: string;
|
|
26
22
|
instruction_token?: string;
|
|
@@ -38,7 +34,7 @@ export interface InstructionResponse {
|
|
|
38
34
|
* var widget = new Checkout('#widget', 'intent_token');
|
|
39
35
|
**/
|
|
40
36
|
export declare class Checkout {
|
|
41
|
-
protected
|
|
37
|
+
protected selector: string;
|
|
42
38
|
protected intentToken: string;
|
|
43
39
|
protected debug: boolean;
|
|
44
40
|
protected window: Window;
|
|
@@ -49,11 +45,12 @@ export declare class Checkout {
|
|
|
49
45
|
protected checkoutApi: ApiCheckoutInternal;
|
|
50
46
|
protected instructions: InstructionModule;
|
|
51
47
|
protected currentInstruction: InstructionDestroyable & InstructionHandleable;
|
|
48
|
+
private checkoutVersionHandler;
|
|
52
49
|
private timeoutTimer;
|
|
53
50
|
private requestInFlight;
|
|
54
51
|
private inTimeoutRange;
|
|
55
52
|
private checkoutFinished;
|
|
56
|
-
constructor(
|
|
53
|
+
constructor(selector: string, intentToken: string, debug?: boolean);
|
|
57
54
|
fetchInstruction(): void;
|
|
58
55
|
finaliseCheckout(): void;
|
|
59
56
|
private setupTimeoutTimer;
|
|
@@ -98,10 +95,7 @@ export declare class Checkout {
|
|
|
98
95
|
*/
|
|
99
96
|
onPaymentExpired(handler: (data: IEventData) => void): () => void;
|
|
100
97
|
createWidgetStructure(): void;
|
|
101
|
-
private
|
|
102
|
-
}
|
|
103
|
-
export declare class InstructionDebugger {
|
|
104
|
-
constructor(selector: string, formSelector: string, version: number, instructionName: string, context: object, token?: string);
|
|
98
|
+
private changeLoadingSpinnerVisibility;
|
|
105
99
|
}
|
|
106
100
|
export {};
|
|
107
101
|
//# sourceMappingURL=checkout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../src/checkout/checkout.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../src/checkout/checkout.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAE7D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,EACV,sBAAsB,EACtB,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAItE,eAAO,MAAM,KAAK;;;;CAIjB,CAAC;AAEF,UAAU,kBAAkB;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED;;;;;;;;;IASI;AACJ,qBAAa,QAAQ;IAgBjB,SAAS,CAAC,QAAQ,EAAE,MAAM;IAC1B,SAAS,CAAC,WAAW,EAAE,MAAM;IAC7B,SAAS,CAAC,KAAK;IAjBjB,SAAS,CAAC,MAAM,EAAE,MAAM,CAAU;IAClC,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC;IACrC,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC;IAC/B,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IACjD,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;IAC3C,SAAS,CAAC,YAAY,EAAE,iBAAiB,CAAC;IAC1C,SAAS,CAAC,kBAAkB,EAAE,sBAAsB,GAAG,qBAAqB,CAAC;IAC7E,OAAO,CAAC,sBAAsB,CAAyB;IACvD,OAAO,CAAC,YAAY,CAAiB;IACrC,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,gBAAgB,CAAS;gBAGrB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,KAAK,UAAQ;IA8BlB,gBAAgB;IA4BhB,gBAAgB;IAOvB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,yBAAyB;IA6B1B,6BAA6B,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,OAAO;IAQ1E,OAAO,CAAC,KAAK;IAwBb,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,iBAAiB;IASzB,OAAO,CAAC,yBAAyB;IASjC,OAAO,CAAC,0BAA0B;IAiBlC,OAAO,CAAC,qCAAqC;IAQ7C,OAAO,CAAC,MAAM;IAId;;;;;;;;OAQG;IACI,mBAAmB,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI;IAI9D;;;;;;;;OAQG;IACI,gBAAgB,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI;IAI3D;;;;;;;;OAQG;IACI,gBAAgB,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI;IAIpD,qBAAqB;IAI5B,OAAO,CAAC,8BAA8B;CAGvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction-debugger.d.ts","sourceRoot":"","sources":["../../../src/checkout/helpers/instruction-debugger.ts"],"names":[],"mappings":"AAIA,qBAAa,mBAAmB;gBAE5B,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EACf,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,KAAK,SAAS;CAgBjB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ApiInternal } from '../../api/api-internal';
|
|
2
2
|
import type { EventEmitter } from '../../helper/event-emitter';
|
|
3
3
|
import type { Checkout } from '../checkout';
|
|
4
|
-
export type Instruction = new (selector: string,
|
|
4
|
+
export type Instruction = new (selector: string, api: ApiInternal, checkoutWidget: Checkout, formSelector?: string) => InstructionHandler & InstructionDestroyable & InstructionDecorated;
|
|
5
5
|
export interface InstructionHandleable {
|
|
6
6
|
handle(payload: object, eventEmitter: EventEmitter): void;
|
|
7
7
|
}
|
|
@@ -13,13 +13,13 @@ export interface InstructionDestroyable {
|
|
|
13
13
|
}
|
|
14
14
|
export declare abstract class InstructionHandler implements InstructionHandleable, InstructionDestroyable, InstructionDecorated {
|
|
15
15
|
selector: string;
|
|
16
|
-
formSelector: string;
|
|
17
16
|
api: ApiInternal;
|
|
18
17
|
protected checkoutWidget?: Checkout;
|
|
19
|
-
|
|
18
|
+
formSelector?: string;
|
|
19
|
+
constructor(selector: string, api: ApiInternal, checkoutWidget?: Checkout, formSelector?: string);
|
|
20
20
|
instruction: string;
|
|
21
21
|
abstract handle(context: object, eventEmitter?: any): void;
|
|
22
|
-
|
|
22
|
+
destroy(): void;
|
|
23
23
|
getEnv(instruction_token: string): string;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=instruction-handler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instruction-handler.d.ts","sourceRoot":"","sources":["../../../src/checkout/helpers/instruction-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"instruction-handler.d.ts","sourceRoot":"","sources":["../../../src/checkout/helpers/instruction-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,MAAM,WAAW,GAAG,KACxB,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,WAAW,EAChB,cAAc,EAAE,QAAQ,EACxB,YAAY,CAAC,EAAE,MAAM,KAClB,kBAAkB,GAAG,sBAAsB,GAAG,oBAAoB,CAAC;AAExE,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;CAC3D;AAED,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,IAAI,IAAI,CAAC;CACjB;AAED,8BAAsB,kBACpB,YAAW,qBAAqB,EAAE,sBAAsB,EAAE,oBAAoB;IAGrE,QAAQ,EAAE,MAAM;IAChB,GAAG,EAAE,WAAW;IACvB,SAAS,CAAC,cAAc,CAAC,EAAE,QAAQ;IAC5B,YAAY,CAAC,EAAE,MAAM;gBAHrB,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,WAAW,EACb,cAAc,CAAC,EAAE,QAAQ,EAC5B,YAAY,CAAC,EAAE,MAAM;IAG9B,WAAW,EAAE,MAAM,CAAC;aAEJ,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,CAAC,KAAA,GAAG,IAAI;IAErD,OAAO;IAIP,MAAM,CAAC,iBAAiB,EAAE,MAAM,GAAG,MAAM;CASjD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const VisaSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 30 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.829037\" y=\"0.532895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path d=\"M17.6782 8C16.1871 8 14.8546 8.77294 14.8546 10.2007C14.8546 11.8382 17.2178 11.9513 17.2178 12.7741C17.2178 13.1205 16.8209 13.4306 16.1428 13.4306C15.1807 13.4306 14.4615 12.9973 14.4615 12.9973L14.1538 14.4383C14.1538 14.4383 14.9822 14.8043 16.082 14.8043C17.7122 14.8043 18.9951 13.9935 18.9951 12.5412C18.9951 10.8107 16.6221 10.701 16.6221 9.93751C16.6221 9.66613 16.9479 9.36889 17.6239 9.36889C18.3868 9.36889 19.009 9.68399 19.009 9.68399L19.3102 8.2924C19.3102 8.2924 18.6329 8 17.678 8H17.6782ZM4.03616 8.10511L4 8.31511C4 8.31511 4.62727 8.42988 5.19231 8.65901C5.91985 8.92156 5.97156 9.07459 6.09411 9.54925L7.42916 14.6958H9.21889L11.976 8.10511H10.1905L8.41883 12.5862L7.69592 8.78766C7.6297 8.35294 7.29378 8.10489 6.88282 8.10489H4.03637L4.03616 8.10511ZM12.6941 8.10511L11.2935 14.6958H12.9962L14.3917 8.10511H12.6941ZM22.1905 8.10511C21.78 8.10511 21.5624 8.32498 21.4029 8.70904L18.9083 14.6958H20.6938L21.0392 13.698H23.2145L23.4245 14.6958H25L23.6256 8.10511H22.1905ZM22.4228 9.8858L22.9521 12.3589H21.5343L22.423 9.8858H22.4228Z\" fill=\"#1434CB\"/>\n</svg>\n";
|
|
2
|
+
export declare const AmexSvg = "<svg width=\"49\" height=\"37\"\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path d=\"M8.06641 14.5984V11.3096H11.5486L11.9222 11.7966L12.3082 11.3096H24.9478V14.3716C24.9478 14.3716 24.6173 14.5951 24.235 14.5984H17.2362L16.8149 14.0799V14.5984H15.4346V13.7134C15.4346 13.7134 15.2461 13.8369 14.8384 13.8369H14.3686V14.5984H12.2787L11.9056 14.1009L11.5268 14.5984H8.06641Z\" fill=\"white\"/>\n<path d=\"M4 8.83071L4.78526 7H6.14327L6.58892 8.02549V7H8.27706L8.54235 7.74119L8.79954 7H16.3775V7.37262C16.3775 7.37262 16.7759 7 17.4306 7L19.8894 7.00859L20.3273 8.02066V7H21.7401L22.1289 7.58135V7H23.5546V10.2888H22.1289L21.7563 9.70556V10.2888H19.6807L19.4719 9.77036H18.9139L18.7086 10.2888H17.301C16.7377 10.2888 16.3775 9.92378 16.3775 9.92378V10.2888H14.2552L13.834 9.77036V10.2888H5.94209L5.7335 9.77036H5.17729L4.97018 10.2888H4V8.83071Z\" fill=\"white\"/>\n<path d=\"M5.06329 7.40552L4.00415 9.86807H4.6937L4.88913 9.37495H6.02522L6.21963 9.86807H6.92438L5.86625 7.40552H5.06329ZM5.45515 7.97863L5.80145 8.84032H5.10784L5.45515 7.97863Z\" fill=\"#016FD0\"/>\n<path d=\"M6.99707 9.86758V7.40503L7.97696 7.40867L8.5469 8.99636L9.1032 7.40503H10.0753V9.86758H9.45962V8.05307L8.80703 9.86758H8.26711L7.61271 8.05307V9.86758H6.99707Z\" fill=\"#016FD0\"/>\n<path d=\"M10.4966 9.86758V7.40503H12.5055V7.95586H11.1187V8.37709H12.4731V8.89552H11.1187V9.33295H12.5055V9.86758H10.4966Z\" fill=\"#016FD0\"/>\n<path d=\"M12.8618 7.40552V9.86807H13.4775V8.99321H13.7367L14.4748 9.86807H15.2272L14.4171 8.96081C14.7496 8.93276 15.0925 8.64742 15.0925 8.20443C15.0925 7.68622 14.6858 7.40552 14.2318 7.40552H12.8618ZM13.4775 7.95635H14.1812C14.35 7.95635 14.4728 8.0884 14.4728 8.21557C14.4728 8.37917 14.3137 8.47478 14.1903 8.47478H13.4775V7.95635Z\" fill=\"#016FD0\"/>\n<path d=\"M15.9726 9.86758H15.344V7.40503H15.9726V9.86758Z\" fill=\"#016FD0\"/>\n<path d=\"M17.463 9.86758H17.3273C16.6708 9.86758 16.2722 9.35036 16.2722 8.64643C16.2722 7.9251 16.6663 7.40503 17.4954 7.40503H18.1758V7.98826H17.4705C17.134 7.98826 16.896 8.2509 16.896 8.6525C16.896 9.12941 17.1681 9.32971 17.5602 9.32971H17.7222L17.463 9.86758Z\" fill=\"#016FD0\"/>\n<path d=\"M18.8025 7.40552L17.7434 9.86807H18.433L18.6284 9.37495H19.7645L19.9589 9.86807H20.6636L19.6055 7.40552H18.8025ZM19.1944 7.97863L19.5407 8.84032H18.8471L19.1944 7.97863Z\" fill=\"#016FD0\"/>\n<path d=\"M20.7356 9.86758V7.40503H21.5183L22.5177 8.95222V7.40503H23.1333V9.86758H22.3759L21.3512 8.27988V9.86758H20.7356Z\" fill=\"#016FD0\"/>\n<path d=\"M8.48755 14.1769V11.7144H10.4965V12.2652H9.10967V12.6864H10.4641V13.2048H9.10967V13.6423H10.4965V14.1769H8.48755Z\" fill=\"#016FD0\"/>\n<path d=\"M18.3313 14.1769V11.7144H20.3402V12.2652H18.9534V12.6864H20.3013V13.2048H18.9534V13.6423H20.3402V14.1769H18.3313Z\" fill=\"#016FD0\"/>\n<path d=\"M10.5746 14.1769L11.5527 12.9608L10.5513 11.7144H11.3269L11.9233 12.4849L12.5217 11.7144H13.267L12.2787 12.9456L13.2586 14.1769H12.4831L11.9041 13.4185L11.339 14.1769H10.5746Z\" fill=\"#016FD0\"/>\n<path d=\"M13.3318 11.7148V14.1774H13.9636V13.3997H14.6117C15.16 13.3997 15.5756 13.1088 15.5756 12.5431C15.5756 12.0745 15.2496 11.7148 14.6917 11.7148H13.3318ZM13.9636 12.2718H14.6461C14.8232 12.2718 14.9499 12.3803 14.9499 12.5553C14.9499 12.7196 14.8239 12.8388 14.6441 12.8388H13.9636V12.2718Z\" fill=\"#016FD0\"/>\n<path d=\"M15.843 11.7144V14.1769H16.4587V13.302H16.7179L17.456 14.1769H18.2084L17.3983 13.2697C17.7308 13.2416 18.0737 12.9563 18.0737 12.5133C18.0737 11.9951 17.667 11.7144 17.213 11.7144H15.843ZM16.4587 12.2652H17.1624C17.3312 12.2652 17.454 12.3972 17.454 12.5244C17.454 12.688 17.2949 12.7836 17.1715 12.7836H16.4587V12.2652Z\" fill=\"#016FD0\"/>\n<path d=\"M20.6255 14.1769V13.6423H21.8576C22.0399 13.6423 22.1189 13.5438 22.1189 13.4357C22.1189 13.3322 22.0402 13.2275 21.8576 13.2275H21.3009C20.8169 13.2275 20.5474 12.9327 20.5474 12.49C20.5474 12.0951 20.7942 11.7144 21.5133 11.7144H22.7122L22.453 12.2684H21.4161C21.2179 12.2684 21.1569 12.3724 21.1569 12.4718C21.1569 12.5738 21.2323 12.6864 21.3837 12.6864H21.967C22.5065 12.6864 22.7406 12.9924 22.7406 13.3932C22.7406 13.824 22.4797 14.1769 21.9376 14.1769H20.6255Z\" fill=\"#016FD0\"/>\n<path d=\"M22.8851 14.1769V13.6423H24.1171C24.2994 13.6423 24.3784 13.5438 24.3784 13.4357C24.3784 13.3322 24.2997 13.2275 24.1171 13.2275H23.5604C23.0764 13.2275 22.8069 12.9327 22.8069 12.49C22.8069 12.0951 23.0537 11.7144 23.7729 11.7144H24.9717L24.7125 12.2684H23.6757C23.4775 12.2684 23.4164 12.3724 23.4164 12.4718C23.4164 12.5738 23.4918 12.6864 23.6433 12.6864H24.2265C24.766 12.6864 25.0001 12.9924 25.0001 13.3932C25.0001 13.824 24.7392 14.1769 24.1971 14.1769H22.8851Z\" fill=\"#016FD0\"/>\n</svg>\n";
|
|
3
|
+
export declare const DinersSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.3169 10.4886C17.3144 8.88149 16.3124 7.51086 14.9007 6.96806V14.0088C16.3124 13.4653 17.3144 12.096 17.3169 10.4886ZM12.2075 14.0078V6.9691C10.7968 7.51359 9.79645 8.88225 9.79279 10.4889C9.79645 12.0952 10.7968 13.4637 12.2075 14.0078ZM13.5542 4.53784C10.2762 4.5391 7.62047 7.20237 7.61986 10.489C7.62047 13.7751 10.2762 16.438 13.5542 16.4385C16.8322 16.438 19.4884 13.7751 19.4893 10.489C19.4884 7.20237 16.8322 4.5391 13.5542 4.53784ZM13.5394 16.9999C9.95233 17.0171 7 14.1034 7 10.5566C7 6.68038 9.95233 3.9993 13.5394 4H15.2204C18.765 3.9993 22 6.67912 22 10.5566C22 14.1021 18.765 16.9999 15.2204 16.9999H13.5394Z\" fill=\"#184977\"/>\n</svg>\n";
|
|
4
|
+
export declare const DiscoverSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<rect x=\"0.407895\" y=\"0.532895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<g clip-path=\"url(#clip0_5115_8473)\">\n<mask id=\"mask0_5115_8473\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"4\" y=\"9\" width=\"21\" height=\"7\">\n<path d=\"M4.07349 15.0137H24.9412V9.16883H4.07349V15.0137Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_5115_8473)\">\n<path d=\"M5.79216 11.8255C5.59002 12.014 5.32742 12.0963 4.91172 12.0963H4.73905V9.84324H4.91172C5.32742 9.84324 5.57968 9.92008 5.79216 10.1188C6.01467 10.3235 6.14853 10.6406 6.14853 10.967C6.14853 11.2941 6.01467 11.6209 5.79216 11.8255ZM5.0406 9.26597H4.09619V12.6731H5.03561C5.53516 12.6731 5.89586 12.5514 6.21249 12.2798C6.58873 11.9581 6.81123 11.4733 6.81123 10.9719C6.81123 9.96641 6.08398 9.26597 5.0406 9.26597Z\" fill=\"#201D1C\"/>\n<path d=\"M7.1106 12.6731H7.75397V9.26597H7.1106V12.6731Z\" fill=\"#201D1C\"/>\n<path d=\"M9.32255 10.5732C8.93648 10.4256 8.8231 10.3283 8.8231 10.1442C8.8231 9.92965 9.02508 9.76658 9.30239 9.76658C9.49517 9.76658 9.65359 9.84837 9.82122 10.0425L10.1578 9.58717C9.8812 9.33722 9.55023 9.20943 9.1886 9.20943C8.60503 9.20943 8.15989 9.62808 8.15989 10.1857C8.15989 10.6551 8.36716 10.8954 8.97141 11.1201C9.22326 11.2118 9.35143 11.273 9.41613 11.3141C9.54469 11.4008 9.60905 11.5236 9.60905 11.6666C9.60905 11.9427 9.39657 12.1473 9.10951 12.1473C8.80266 12.1473 8.55548 11.9887 8.40736 11.6928L7.9917 12.1062C8.28812 12.5557 8.64412 12.7549 9.13364 12.7549C9.80226 12.7549 10.2713 12.2957 10.2713 11.6361C10.2713 11.0948 10.0544 10.8497 9.32255 10.5732Z\" fill=\"#201D1C\"/>\n<path d=\"M10.4778 10.972C10.4778 11.9734 11.2391 12.75 12.2188 12.75C12.4957 12.75 12.7329 12.6937 13.0254 12.5514V11.7691C12.7682 12.035 12.5404 12.1423 12.2487 12.1423C11.6007 12.1423 11.1408 11.657 11.1408 10.9671C11.1408 10.3129 11.6153 9.79688 12.2188 9.79688C12.5256 9.79688 12.7579 9.90999 13.0254 10.1802V9.39831C12.743 9.25031 12.5107 9.18902 12.2339 9.18902C11.2592 9.18902 10.4778 9.98129 10.4778 10.972Z\" fill=\"#201D1C\"/>\n<path d=\"M18.1234 11.5545L17.2439 9.26595H16.541L17.9407 12.7605H18.2869L19.7119 9.26595H19.0145L18.1234 11.5545Z\" fill=\"#201D1C\"/>\n<path d=\"M20.0085 12.6731H21.8331V12.0963H20.6514V11.1766H21.7895V10.5995H20.6514V9.84324H21.8331V9.26597H20.0085V12.6731Z\" fill=\"#201D1C\"/>\n<path d=\"M23.0837 10.8346H22.8958V9.80263H23.0939C23.4946 9.80263 23.7124 9.97604 23.7124 10.3076C23.7124 10.6502 23.4946 10.8346 23.0837 10.8346ZM24.3745 10.2718C24.3745 9.63399 23.9491 9.26597 23.2072 9.26597H22.2532V12.6731H22.8958V11.3044H22.9796L23.8702 12.6731H24.6614L23.6231 11.2377C24.1076 11.136 24.3745 10.7935 24.3745 10.2718Z\" fill=\"#201D1C\"/>\n<path d=\"M24.6695 9.43506H24.6578V9.3568H24.6702C24.7045 9.3568 24.7222 9.36953 24.7222 9.39531C24.7222 9.42181 24.7043 9.43506 24.6695 9.43506ZM24.7914 9.39421C24.7914 9.33449 24.7516 9.30184 24.6817 9.30184H24.5886V9.60132H24.6578V9.48517L24.739 9.60132H24.8235L24.7281 9.47782C24.7689 9.46647 24.7914 9.43578 24.7914 9.39421Z\" fill=\"#201D1C\"/>\n<path d=\"M24.6959 9.66501C24.5851 9.66501 24.4945 9.56977 24.4945 9.45095C24.4945 9.33169 24.584 9.2365 24.6959 9.2365C24.8062 9.2365 24.8961 9.33388 24.8961 9.45095C24.8961 9.56877 24.8062 9.66501 24.6959 9.66501ZM24.6969 9.1895C24.5561 9.1895 24.4443 9.30557 24.4443 9.45057C24.4443 9.59547 24.5574 9.71167 24.6969 9.71167C24.834 9.71167 24.9464 9.59422 24.9464 9.45057C24.9464 9.30762 24.834 9.1895 24.6969 9.1895Z\" fill=\"#201D1C\"/>\n</g>\n<mask id=\"mask1_5115_8473\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"4\" y=\"9\" width=\"21\" height=\"7\">\n<path d=\"M4.07349 15.0137V9.16883H24.9463V15.0137H4.07349Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask1_5115_8473)\">\n<mask id=\"mask2_5115_8473\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"13\" y=\"9\" width=\"4\" height=\"4\">\n<path d=\"M13.2329 10.9819C13.2329 10.9819 13.2329 10.9819 13.2329 10.9808C13.2329 9.98039 14.0185 9.1688 14.9871 9.1688C15.9566 9.1688 16.7423 9.98039 16.7423 10.9808C16.7423 10.9819 16.7423 10.9819 16.7423 10.9819C16.7423 11.9824 15.9566 12.7939 14.9871 12.7939C14.0185 12.7939 13.2329 11.9824 13.2329 10.9819Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_5115_8473)\">\n<rect x=\"13.1931\" y=\"9.1311\" width=\"3.59338\" height=\"3.6997\" fill=\"url(#pattern0_5115_8473)\"/>\n</g>\n</g>\n</g>\n<defs>\n<pattern id=\"pattern0_5115_8473\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\">\n<use xlink:href=\"#image0_5115_8473\" transform=\"scale(0.00793651)\"/>\n</pattern>\n<clipPath id=\"clip0_5115_8473\">\n<rect width=\"20.8437\" height=\"3.625\" fill=\"white\" transform=\"translate(4.08008 9.18726)\"/>\n</clipPath>\n<image id=\"image0_5115_8473\" width=\"126\" height=\"126\" preserveAspectRatio=\"none\" xlink:href=\"data:image/png;base64,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\"/>\n</defs>\n</svg>\n";
|
|
5
|
+
export declare const MastercardSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<rect x=\"12.2959\" y=\"6.2063\" width=\"5.33187\" height=\"8.86977\" fill=\"#FF5F00\"/>\n<path d=\"M12.8448 10.6428C12.8434 8.91224 13.6234 7.27716 14.96 6.20869C12.6894 4.39118 9.42868 4.65592 7.46943 6.81684C5.51019 8.97777 5.51019 12.3094 7.46943 14.4703C9.42868 16.6312 12.6894 16.896 14.96 15.0785C13.623 14.0096 12.843 12.3739 12.8448 10.6428Z\" fill=\"#EB001B\"/>\n<path d=\"M23.2909 14.1999V14.0102H23.3671V13.9786H23.1841V14.0102H23.2604V14.1999H23.2909Z\" fill=\"#F79E1B\"/>\n<path d=\"M23.6398 13.9786H23.5788L23.5178 14.1367L23.4568 13.9786H23.3958V14.1999H23.4415V14.026L23.4923 14.1683H23.5483L23.5974 14.026V14.1999H23.6398V13.9786Z\" fill=\"#F79E1B\"/>\n<path d=\"M23.9208 10.642C23.9208 12.8016 22.71 14.7716 20.8028 15.7154C18.8956 16.6591 16.6268 16.4109 14.96 15.0761C16.2959 14.0068 17.076 12.3719 17.076 10.6413C17.076 8.91061 16.2959 7.27575 14.96 6.20637C16.6268 4.87161 18.8956 4.62339 20.8028 5.56712C22.71 6.51086 23.9208 8.48086 23.9208 10.6405V10.642Z\" fill=\"#F79E1B\"/>\n</svg>\n";
|
|
6
|
+
export declare const JapbcSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path d=\"M23.4116 15.1778C23.4116 16.7333 22.1286 18 20.553 18H5V6.82222C5 5.26667 6.28296 4 7.85852 4H23.4116V15.1778Z\" fill=\"white\"/>\n<path d=\"M18.3472 12.3111H19.5288C19.5626 12.3111 19.6414 12.2999 19.6751 12.2999C19.9002 12.2555 20.0915 12.0555 20.0915 11.7777C20.0915 11.5111 19.9002 11.3111 19.6751 11.2555C19.6414 11.2444 19.5739 11.2444 19.5288 11.2444H18.3472V12.3111Z\" fill=\"url(#paint0_linear_5115_8763)\"/>\n<path d=\"M19.3937 4.94434C18.2683 4.94434 17.3455 5.84434 17.3455 6.96656V9.06656H20.2378C20.3053 9.06656 20.3841 9.06656 20.4403 9.07767C21.0931 9.111 21.577 9.44434 21.577 10.0221C21.577 10.4777 21.2506 10.8666 20.6429 10.9443V10.9666C21.3069 11.011 21.8133 11.3777 21.8133 11.9443C21.8133 12.5554 21.2506 12.9554 20.5079 12.9554H17.3342V17.0666H20.339C21.4644 17.0666 22.3873 16.1666 22.3873 15.0443V4.94434H19.3937Z\" fill=\"url(#paint1_linear_5115_8763)\"/>\n<path d=\"M19.9452 10.1556C19.9452 9.88897 19.7539 9.71119 19.5288 9.67786C19.5063 9.67786 19.4501 9.66675 19.4163 9.66675H18.3472V10.6445H19.4163C19.4501 10.6445 19.5176 10.6445 19.5288 10.6334C19.7539 10.6001 19.9452 10.4223 19.9452 10.1556Z\" fill=\"url(#paint2_linear_5115_8763)\"/>\n<path d=\"M8.07242 4.94434C6.94702 4.94434 6.02419 5.84434 6.02419 6.96656V11.9554C6.59815 12.2332 7.19461 12.411 7.79107 12.411C8.50008 12.411 8.88271 11.9888 8.88271 11.411V9.05545H10.6383V11.3999C10.6383 12.311 10.0644 13.0554 8.11744 13.0554C6.93577 13.0554 6.01294 12.7999 6.01294 12.7999V17.0554H9.01776C10.1432 17.0554 11.066 16.1554 11.066 15.0332V4.94434H8.07242Z\" fill=\"url(#paint3_linear_5115_8763)\"/>\n<path d=\"M13.7333 4.94434C12.6079 4.94434 11.6851 5.84434 11.6851 6.96656V9.611C12.2027 9.17767 13.1031 8.89989 14.5548 8.96656C15.3314 8.99989 16.1642 9.211 16.1642 9.211V10.0666C15.7478 9.85545 15.2526 9.66656 14.6111 9.62211C13.5082 9.54434 12.8442 10.0777 12.8442 11.011C12.8442 11.9554 13.5082 12.4888 14.6111 12.3999C15.2526 12.3554 15.7478 12.1554 16.1642 11.9554V12.811C16.1642 12.811 15.3426 13.0221 14.5548 13.0554C13.1031 13.1221 12.2027 12.8443 11.6851 12.411V17.0777H14.6899C15.8153 17.0777 16.7381 16.1777 16.7381 15.0554V4.94434H13.7333Z\" fill=\"url(#paint4_linear_5115_8763)\"/>\n<defs>\n<linearGradient id=\"paint0_linear_5115_8763\" x1=\"17.3437\" y1=\"11.779\" x2=\"22.4009\" y2=\"11.779\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#007940\"/>\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_5115_8763\" x1=\"17.3435\" y1=\"11.0006\" x2=\"22.4011\" y2=\"11.0006\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#007940\"/>\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_5115_8763\" x1=\"17.3436\" y1=\"10.1542\" x2=\"22.401\" y2=\"10.1542\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#007940\"/>\n<stop offset=\"0.2285\" stop-color=\"#00873F\"/>\n<stop offset=\"0.7433\" stop-color=\"#40A737\"/>\n<stop offset=\"1\" stop-color=\"#5CB531\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_5115_8763\" x1=\"6.02181\" y1=\"11.0006\" x2=\"11.1574\" y2=\"11.0006\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1F286F\"/>\n<stop offset=\"0.4751\" stop-color=\"#004E94\"/>\n<stop offset=\"0.8261\" stop-color=\"#0066B1\"/>\n<stop offset=\"1\" stop-color=\"#006FBC\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_5115_8763\" x1=\"11.656\" y1=\"11.0006\" x2=\"16.6438\" y2=\"11.0006\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#6C2C2F\"/>\n<stop offset=\"0.1735\" stop-color=\"#882730\"/>\n<stop offset=\"0.5731\" stop-color=\"#BE1833\"/>\n<stop offset=\"0.8585\" stop-color=\"#DC0436\"/>\n<stop offset=\"1\" stop-color=\"#E60039\"/>\n</linearGradient>\n</defs>\n</svg>\n";
|
|
7
|
+
export declare const SoloSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"#C93192\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5664 9.33765C17.7581 11.1657 17.2425 13.6093 15.4138 14.8013C13.5864 15.9932 11.1326 15.4767 9.95044 13.6494L11.0829 12.8846C11.8581 14.0663 13.4465 14.4043 14.6289 13.6292C15.8114 12.8642 16.1495 11.2751 15.3743 10.0832L16.5664 9.33765Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2088 7.65914C18.0162 5.83121 15.5629 5.3249 13.7349 6.51675C11.9171 7.70871 11.4007 10.1523 12.5925 11.9804L13.7451 11.2452C12.9699 10.0634 13.3081 8.47368 14.4904 7.69869C15.6824 6.92413 17.2716 7.26145 18.0459 8.44394L19.2088 7.65914Z\" fill=\"#010101\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10.5C7 6.35798 10.3577 3 14.4999 3C18.642 3 22 6.35798 22 10.5C22 14.6426 18.642 18 14.4999 18C10.3577 18 7 14.6427 7 10.5ZM14.4999 17.4739C18.3448 17.4739 21.474 14.3548 21.474 10.5C21.474 6.64584 18.3449 3.5268 14.4999 3.5268C10.6458 3.5268 7.51655 6.64584 7.51655 10.5C7.51655 14.3547 10.6458 17.4739 14.4999 17.4739Z\" fill=\"white\"/>\n</svg>\n";
|
|
8
|
+
export declare const EftposSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 29 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.407895\" y=\"0.407895\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"white\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path d=\"M15.6098 6.91705C13.9645 7.67291 12.8541 9.11983 12.8541 10.7827C12.8541 12.8799 14.7728 14.5788 17.1399 14.5788C18.2264 14.5788 18.989 14.3268 19.8836 13.7845C19.9795 13.7269 20.0851 13.6837 20.1546 13.7749C20.1954 13.8253 20.1786 13.8877 20.1474 13.9453C19.1713 15.7473 17.1879 16.9999 14.9598 16.9999C11.6693 16.9975 9 14.3124 9 10.9987C9 9.10783 9.87059 7.41856 11.228 6.31957C12.2497 5.49413 14.8087 5.37895 15.6098 6.91465V6.91705Z\" fill=\"url(#paint0_linear_6184_730)\"/>\n<path d=\"M20.0781 9.23998C20.0781 11.2316 18.1882 12.8489 15.8546 12.8489C15.5141 12.8489 14.5955 12.8009 13.9384 12.4937C13.7513 12.4074 13.7705 12.297 13.9 12.2418C14.1998 12.117 16.543 11.6659 16.543 9.23998C16.543 6.81405 14.0559 5.04079 11.2283 6.31974C12.25 5.4943 13.5475 5 14.9601 5C17.7277 5 20.0781 6.89803 20.0781 9.23998Z\" fill=\"#E50056\"/>\n<defs>\n<linearGradient id=\"paint0_linear_6184_730\" x1=\"14.6944\" y1=\"12.6159\" x2=\"12.4212\" y2=\"0.896741\" gradientUnits=\"userSpaceOnUse\">\n<stop offset=\"0.14\" stop-color=\"#E50056\"/>\n<stop offset=\"0.75\" stop-color=\"#1F0038\"/>\n</linearGradient>\n</defs>\n</svg>\n";
|
|
9
|
+
export declare const GenericCardSvg = "<svg width=\"49\" height=\"37\" viewBox=\"0 0 30 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"0.934262\" y=\"1.28289\" width=\"28.1842\" height=\"20.9342\" rx=\"2.03947\" fill=\"#2D5B99\" stroke=\"#B7BBC9\" stroke-width=\"0.81579\"/>\n<path d=\"M12.3154 18.0338H4.48176C4.37293 18.0338 4.28369 17.9699 4.28369 17.8919C4.28369 17.8139 4.37293 17.75 4.48176 17.75H12.3154C12.4242 17.75 12.5134 17.8139 12.5134 17.8919C12.5134 17.9699 12.4242 18.0338 12.3154 18.0338Z\" fill=\"#FDFDFC\"/>\n<path d=\"M7.7817 19.4527H4.47488C4.36983 19.4527 4.28369 19.3888 4.28369 19.3108C4.28369 19.2329 4.36983 19.1689 4.47488 19.1689H7.7817C7.88674 19.1689 7.97288 19.2329 7.97288 19.3108C7.97288 19.3888 7.88884 19.4527 7.7817 19.4527Z\" fill=\"#FDFDFC\"/>\n<path d=\"M7.94417 13.1554H4.59411C4.26656 13.1554 4 12.9009 4 12.5882V10.3172C4 10.0045 4.26656 9.75 4.59411 9.75H7.94643C8.27398 9.75 8.54054 10.0045 8.54054 10.3172V12.5882C8.53828 12.9009 8.27172 13.1554 7.94417 13.1554Z\" fill=\"#FDFDFC\"/>\n<path d=\"M8.53828 10.9196V10.7581H6.97733V10.7473C6.97733 10.4026 6.70399 10.1162 6.35159 10.0752V9.75H6.18217V10.0774C5.82977 10.1183 5.55643 10.4026 5.55643 10.7494V10.7602H4V10.9218H5.55869V11.9837H4V12.1452H5.55869V12.156C5.55869 12.5006 5.83203 12.7871 6.18443 12.828V13.1554H6.35385V12.828C6.70625 12.7871 6.97959 12.5028 6.97959 12.156V12.1409H8.54054V11.9793H6.97959V10.9174H8.53828V10.9196ZM6.81017 12.1538C6.81017 12.4381 6.56845 12.6686 6.27027 12.6686C5.97209 12.6686 5.73037 12.4381 5.73037 12.1538V10.7494C5.73037 10.4651 5.97209 10.2346 6.27027 10.2346C6.56845 10.2346 6.81017 10.4651 6.81017 10.7494V12.1538Z\" fill=\"#9C9C9C\"/>\n<path d=\"M5.09923 16.2406C5.05079 16.2893 4.97287 16.2893 4.92232 16.2406L4.70962 16.027L4.49692 16.2406C4.44848 16.2893 4.37056 16.2893 4.32002 16.2406C4.27158 16.192 4.27158 16.1137 4.32002 16.0651L4.53272 15.8515L4.32002 15.6378C4.27158 15.5892 4.27158 15.5109 4.32002 15.4623C4.36846 15.4136 4.44638 15.4136 4.49481 15.4623L4.70752 15.6759L4.92022 15.4623C4.96866 15.4136 5.04658 15.4136 5.09501 15.4623C5.14345 15.5109 5.14345 15.5892 5.09501 15.6378L4.88231 15.8515L5.09501 16.0651C5.14766 16.1116 5.14766 16.192 5.09923 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M6.23448 16.2406C6.18604 16.2893 6.10812 16.2893 6.05758 16.2406L5.84488 16.027L5.63217 16.2406C5.58374 16.2893 5.50582 16.2893 5.45527 16.2406C5.40684 16.192 5.40684 16.1137 5.45527 16.0651L5.66797 15.8515L5.45527 15.6378C5.40684 15.5892 5.40684 15.5109 5.45527 15.4623C5.50371 15.4136 5.58163 15.4136 5.63007 15.4623L5.84277 15.6759L6.05547 15.4623C6.10391 15.4136 6.18183 15.4136 6.23027 15.4623C6.2787 15.5109 6.2787 15.5892 6.23027 15.6378L6.01757 15.8515L6.23027 16.0651C6.28292 16.1116 6.28292 16.192 6.23448 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M7.36949 16.2406C7.32105 16.2893 7.24313 16.2893 7.19259 16.2406L6.97989 16.027L6.76718 16.2406C6.71875 16.2893 6.64083 16.2893 6.59028 16.2406C6.54185 16.192 6.54185 16.1137 6.59028 16.0651L6.80299 15.8515L6.59028 15.6378C6.54185 15.5892 6.54185 15.5109 6.59028 15.4623C6.63872 15.4136 6.71664 15.4136 6.76508 15.4623L6.97778 15.6759L7.19048 15.4623C7.23892 15.4136 7.31684 15.4136 7.36528 15.4623C7.41371 15.5109 7.41371 15.5892 7.36528 15.6378L7.15257 15.8515L7.36528 16.0651C7.41793 16.1116 7.41793 16.192 7.36949 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M8.50474 16.2406C8.4563 16.2893 8.37839 16.2893 8.32784 16.2406L8.11514 16.027L7.90244 16.2406C7.854 16.2893 7.77608 16.2893 7.72554 16.2406C7.6771 16.192 7.6771 16.1137 7.72554 16.0651L7.93824 15.8515L7.72554 15.6378C7.6771 15.5892 7.6771 15.5109 7.72554 15.4623C7.77397 15.4136 7.8519 15.4136 7.90033 15.4623L8.11303 15.6759L8.32574 15.4623C8.37417 15.4136 8.45209 15.4136 8.50053 15.4623C8.54897 15.5109 8.54897 15.5892 8.50053 15.6378L8.28783 15.8515L8.50053 16.0651C8.55318 16.1116 8.55318 16.192 8.50474 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M10.4913 16.2406C10.4429 16.2893 10.365 16.2893 10.3144 16.2406L10.1017 16.027L9.88901 16.2406C9.84057 16.2893 9.76265 16.2893 9.71211 16.2406C9.66367 16.192 9.66367 16.1137 9.71211 16.0651L9.92481 15.8515L9.71211 15.6378C9.66367 15.5892 9.66367 15.5109 9.71211 15.4623C9.76055 15.4136 9.83847 15.4136 9.8869 15.4623L10.0996 15.6759L10.3123 15.4623C10.3607 15.4136 10.4387 15.4136 10.4871 15.4623C10.5355 15.5109 10.5355 15.5892 10.4871 15.6378L10.2744 15.8515L10.4871 16.0651C10.5398 16.1116 10.5398 16.192 10.4913 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M15.8155 16.2406C15.7671 16.2893 15.6892 16.2893 15.6386 16.2406L15.4259 16.027L15.2132 16.2406C15.1648 16.2893 15.0869 16.2893 15.0363 16.2406C14.9879 16.192 14.9879 16.1137 15.0363 16.0651L15.249 15.8515L15.0363 15.6378C14.9879 15.5892 14.9879 15.5109 15.0363 15.4623C15.0848 15.4136 15.1627 15.4136 15.2111 15.4623L15.4238 15.6759L15.6365 15.4623C15.685 15.4136 15.7629 15.4136 15.8113 15.4623C15.8598 15.5109 15.8598 15.5892 15.8113 15.6378L15.5986 15.8515L15.8113 16.0651C15.864 16.1116 15.864 16.192 15.8155 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M11.6263 16.2406C11.5779 16.2893 11.5 16.2893 11.4494 16.2406L11.2367 16.027L11.024 16.2406C10.9756 16.2893 10.8977 16.2893 10.8471 16.2406C10.7987 16.192 10.7987 16.1137 10.8471 16.0651L11.0598 15.8515L10.8471 15.6378C10.7987 15.5892 10.7987 15.5109 10.8471 15.4623C10.8956 15.4136 10.9735 15.4136 11.0219 15.4623L11.2346 15.6759L11.4473 15.4623C11.4958 15.4136 11.5737 15.4136 11.6221 15.4623C11.6706 15.5109 11.6706 15.5892 11.6221 15.6378L11.4094 15.8515L11.6221 16.0651C11.6748 16.1116 11.6748 16.192 11.6263 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M16.9505 16.2406C16.9021 16.2893 16.8242 16.2893 16.7736 16.2406L16.5609 16.027L16.3482 16.2406C16.2998 16.2893 16.2219 16.2893 16.1713 16.2406C16.1229 16.192 16.1229 16.1137 16.1713 16.0651L16.384 15.8515L16.1713 15.6378C16.1229 15.5892 16.1229 15.5109 16.1713 15.4623C16.2198 15.4136 16.2977 15.4136 16.3461 15.4623L16.5588 15.6759L16.7715 15.4623C16.82 15.4136 16.8979 15.4136 16.9463 15.4623C16.9948 15.5109 16.9948 15.5892 16.9463 15.6378L16.7336 15.8515L16.9463 16.0651C16.999 16.1116 16.999 16.192 16.9505 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M21.5584 16.2406C21.5098 16.2893 21.4317 16.2893 21.3811 16.2406L21.1679 16.027L20.9569 16.2406C20.9083 16.2893 20.8302 16.2893 20.7796 16.2406C20.731 16.192 20.731 16.1137 20.7796 16.0651L20.9927 15.8515L20.7796 15.6378C20.731 15.5892 20.731 15.5109 20.7796 15.4623C20.8281 15.4136 20.9062 15.4136 20.9547 15.4623L21.1679 15.6759L21.3811 15.4623C21.4296 15.4136 21.5077 15.4136 21.5563 15.4623C21.6048 15.5109 21.6048 15.5892 21.5563 15.6378L21.3431 15.8515L21.5563 16.0651C21.6069 16.1116 21.6069 16.192 21.5584 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M22.694 16.2406C22.6455 16.2893 22.5676 16.2893 22.517 16.2406L22.3043 16.027L22.0916 16.2406C22.0432 16.2893 21.9653 16.2893 21.9147 16.2406C21.8663 16.192 21.8663 16.1137 21.9147 16.0651L22.1274 15.8515L21.9147 15.6378C21.8663 15.5892 21.8663 15.5109 21.9147 15.4623C21.9632 15.4136 22.0411 15.4136 22.0895 15.4623L22.3022 15.6759L22.5149 15.4623C22.5634 15.4136 22.6413 15.4136 22.6897 15.4623C22.7382 15.5109 22.7382 15.5892 22.6897 15.6378L22.477 15.8515L22.6897 16.0651C22.7424 16.1116 22.7424 16.192 22.694 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M12.7616 16.2406C12.7131 16.2893 12.6352 16.2893 12.5847 16.2406L12.372 16.027L12.1593 16.2406C12.1108 16.2893 12.0329 16.2893 11.9824 16.2406C11.9339 16.192 11.9339 16.1137 11.9824 16.0651L12.1951 15.8515L11.9824 15.6378C11.9339 15.5892 11.9339 15.5109 11.9824 15.4623C12.0308 15.4136 12.1087 15.4136 12.1572 15.4623L12.3699 15.6759L12.5826 15.4623C12.631 15.4136 12.7089 15.4136 12.7574 15.4623C12.8058 15.5109 12.8058 15.5892 12.7574 15.6378L12.5447 15.8515L12.7574 16.0651C12.81 16.1116 12.81 16.192 12.7616 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M18.0858 16.2406C18.0374 16.2893 17.9594 16.2893 17.9089 16.2406L17.6962 16.027L17.4835 16.2406C17.4351 16.2893 17.3571 16.2893 17.3066 16.2406C17.2582 16.192 17.2582 16.1137 17.3066 16.0651L17.5193 15.8515L17.3066 15.6378C17.2582 15.5892 17.2582 15.5109 17.3066 15.4623C17.355 15.4136 17.433 15.4136 17.4814 15.4623L17.6941 15.6759L17.9068 15.4623C17.9552 15.4136 18.0331 15.4136 18.0816 15.4623C18.13 15.5109 18.13 15.5892 18.0816 15.6378L17.8689 15.8515L18.0816 16.0651C18.1342 16.1116 18.1342 16.192 18.0858 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M24.9642 16.2406C24.9158 16.2893 24.8379 16.2893 24.7873 16.2406L24.5746 16.027L24.3619 16.2406C24.3135 16.2893 24.2356 16.2893 24.185 16.2406C24.1366 16.192 24.1366 16.1137 24.185 16.0651L24.3977 15.8515L24.185 15.6378C24.1366 15.5892 24.1366 15.5109 24.185 15.4623C24.2334 15.4136 24.3114 15.4136 24.3598 15.4623L24.5725 15.6759L24.7852 15.4623C24.8336 15.4136 24.9116 15.4136 24.96 15.4623C25.0084 15.5109 25.0084 15.5892 24.96 15.6378L24.7473 15.8515L24.96 16.0651C25.0127 16.1116 25.0127 16.192 24.9642 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M13.8966 16.2406C13.8482 16.2893 13.7702 16.2893 13.7197 16.2406L13.507 16.027L13.2943 16.2406C13.2458 16.2893 13.1679 16.2893 13.1174 16.2406C13.0689 16.192 13.0689 16.1137 13.1174 16.0651L13.3301 15.8515L13.1174 15.6378C13.0689 15.5892 13.0689 15.5109 13.1174 15.4623C13.1658 15.4136 13.2437 15.4136 13.2922 15.4623L13.5049 15.6759L13.7176 15.4623C13.766 15.4136 13.8439 15.4136 13.8924 15.4623C13.9408 15.5109 13.9408 15.5892 13.8924 15.6378L13.6797 15.8515L13.8924 16.0651C13.945 16.1116 13.945 16.192 13.8966 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M19.2208 16.2406C19.1724 16.2893 19.0945 16.2893 19.0439 16.2406L18.8312 16.027L18.6185 16.2406C18.5701 16.2893 18.4921 16.2893 18.4416 16.2406C18.3932 16.192 18.3932 16.1137 18.4416 16.0651L18.6543 15.8515L18.4416 15.6378C18.3932 15.5892 18.3932 15.5109 18.4416 15.4623C18.49 15.4136 18.568 15.4136 18.6164 15.4623L18.8291 15.6759L19.0418 15.4623C19.0902 15.4136 19.1682 15.4136 19.2166 15.4623C19.265 15.5109 19.265 15.5892 19.2166 15.6378L19.0039 15.8515L19.2166 16.0651C19.2692 16.1116 19.2692 16.192 19.2208 16.2406Z\" fill=\"#FDFDFC\"/>\n<path d=\"M23.829 16.2406C23.7805 16.2893 23.7026 16.2893 23.6521 16.2406L23.4394 16.027L23.2267 16.2406C23.1782 16.2893 23.1003 16.2893 23.0498 16.2406C23.0013 16.192 23.0013 16.1137 23.0498 16.0651L23.2625 15.8515L23.0498 15.6378C23.0013 15.5892 23.0013 15.5109 23.0498 15.4623C23.0982 15.4136 23.1761 15.4136 23.2246 15.4623L23.4373 15.6759L23.65 15.4623C23.6984 15.4136 23.7763 15.4136 23.8247 15.4623C23.8732 15.5109 23.8732 15.5892 23.8247 15.6378L23.612 15.8515L23.8247 16.0651C23.8774 16.1116 23.8774 16.192 23.829 16.2406Z\" fill=\"#FDFDFC\"/>\n</svg>\n";
|
|
10
|
+
//# sourceMappingURL=card-icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-icons.d.ts","sourceRoot":"","sources":["../../../src/checkout/images/card-icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,40CAInB,CAAC;AACF,eAAO,MAAM,OAAO,yvJAoBnB,CAAC;AACF,eAAO,MAAM,SAAS,48BAIrB,CAAC;AACF,eAAO,MAAM,WAAW,6rhBAuCvB,CAAC;AAEF,eAAO,MAAM,aAAa,0vCAQzB,CAAC;AAEF,eAAO,MAAM,QAAQ,4nIA0CpB,CAAC;AAEF,eAAO,MAAM,OAAO,uxCAMnB,CAAC;AAEF,eAAO,MAAM,SAAS,g3CAWrB,CAAC;AAEF,eAAO,MAAM,cAAc,ozUAuB1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/checkout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/checkout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ApiInternal } from '../../api/api-internal';
|
|
2
|
+
import type { Checkout } from '../checkout';
|
|
3
|
+
import type { Instruction, InstructionDecorated, InstructionDestroyable, InstructionHandler } from '../helpers/instruction-handler';
|
|
4
|
+
import type { InstructionModule } from '../helpers/instruction-module';
|
|
5
|
+
export interface CheckoutVersionHandler {
|
|
6
|
+
instruction: InstructionModule;
|
|
7
|
+
widget: WidgetVersionHandler;
|
|
8
|
+
}
|
|
9
|
+
export interface WidgetVersionHandler {
|
|
10
|
+
createWidgetStructure(selector: string): void;
|
|
11
|
+
changeLoadingSpinnerVisibility(show: boolean): void;
|
|
12
|
+
getInstructionClass(instructionClass: Instruction, api: ApiInternal, checkout: Checkout): InstructionHandler & InstructionDestroyable & InstructionDecorated;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=checkout.models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkout.models.d.ts","sourceRoot":"","sources":["../../../src/checkout/models/checkout.models.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EACV,WAAW,EACX,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,MAAM,EAAE,oBAAoB,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAoB;IACnC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,8BAA8B,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACpD,mBAAmB,CACjB,gBAAgB,EAAE,WAAW,EAC7B,GAAG,EAAE,WAAW,EAChB,QAAQ,EAAE,QAAQ,GACjB,kBAAkB,GAAG,sBAAsB,GAAG,oBAAoB,CAAC;CACvE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkout-styles.util.d.ts","sourceRoot":"","sources":["../../../src/checkout/utils/checkout-styles.util.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,QAM7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkout-version-handler.util.d.ts","sourceRoot":"","sources":["../../../src/checkout/utils/checkout-version-handler.util.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAMxE,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB,CAiBjF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ApiInternal } from '../../../api/api-internal';
|
|
2
|
+
import type { Checkout } from '../../../checkout';
|
|
3
|
+
import type { Instruction, InstructionDecorated, InstructionDestroyable, InstructionHandler } from '../../helpers/instruction-handler';
|
|
4
|
+
import type { WidgetVersionHandler } from '../../models/checkout.models';
|
|
5
|
+
export declare class WidgetStructureHandlerV1 implements WidgetVersionHandler {
|
|
6
|
+
createWidgetStructure(selector: string): void;
|
|
7
|
+
changeLoadingSpinnerVisibility(show?: boolean): void;
|
|
8
|
+
getInstructionClass(instructionClass: Instruction, api: ApiInternal, checkout: Checkout): InstructionHandler & InstructionDestroyable & InstructionDecorated;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=widget-structure-handler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-structure-handler.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/helpers/widget-structure-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,EACV,WAAW,EACX,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAkBzE,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,qBAAqB,CAAC,QAAQ,EAAE,MAAM;IAqBtC,8BAA8B,CAAC,IAAI,UAAO;IAI1C,mBAAmB,CACjB,gBAAgB,EAAE,WAAW,EAC7B,GAAG,EAAE,WAAW,EAChB,QAAQ,EAAE,QAAQ,GACjB,kBAAkB,GAAG,sBAAsB,GAAG,oBAAoB;CAGtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/checkout/instructions/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,IAAI,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAiB/E,qBAiBa,mBAAoB,SAAQ,MAAM;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
1
|
import { AfterpayCheckoutButton } from '../../../checkout-button/afterpay/afterpay-checkout-button';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
export declare class InstructionAfterpayCheckoutFormShow extends InstructionHandler {
|
|
4
4
|
protected widget: AfterpayCheckoutButton;
|
|
5
5
|
handle(context: {
|
|
@@ -7,7 +7,7 @@ export declare class InstructionAfterpayCheckoutFormShow extends InstructionHand
|
|
|
7
7
|
gateway_id: string;
|
|
8
8
|
payload: {
|
|
9
9
|
gateway_id: string;
|
|
10
|
-
meta:
|
|
10
|
+
meta: unknown;
|
|
11
11
|
};
|
|
12
12
|
instruction_token: string;
|
|
13
13
|
customisation?: {
|
package/bundles/types/checkout/v1/instructions/instruction.afterpay_checkout_form.show.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.afterpay_checkout_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.afterpay_checkout_form.show.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4DAA4D,CAAC;AAIpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAgBvE,qBACa,mCAAoC,SAAQ,kBAAkB;IACzE,SAAS,CAAC,MAAM,EAAE,sBAAsB,CAAC;IAElC,MAAM,CAAC,OAAO,EAAE;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,OAAO,CAAA;SAAE,CAAC;QAC/C,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC,GAAG,IAAI;IA8DD,OAAO;IAId,OAAO,CAAC,qBAAqB;CA6B9B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { WalletButtons } from '../../../wallet-buttons/wallet-buttons';
|
|
1
2
|
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
3
|
export declare class InstructionAfterpayWalletFormShow extends InstructionHandler {
|
|
3
|
-
protected widget:
|
|
4
|
+
protected widget: WalletButtons;
|
|
4
5
|
handle(context: {
|
|
5
6
|
payload: {
|
|
6
7
|
charge_token: string;
|
|
7
|
-
meta?:
|
|
8
|
+
meta?: unknown;
|
|
8
9
|
};
|
|
9
10
|
instruction_token: string;
|
|
10
11
|
}): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.afterpay_wallet_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.afterpay_wallet_form.show.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAOvE,qBACa,iCAAkC,SAAQ,kBAAkB;IACvE,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEzB,MAAM,CAAC,OAAO,EAAE;QACrB,OAAO,EAAE;YAAE,YAAY,EAAE,MAAM,CAAC;YAAC,IAAI,CAAC,EAAE,OAAO,CAAA;SAAE,CAAC;QAClD,iBAAiB,EAAE,MAAM,CAAC;KAC3B,GAAG,IAAI;IAYD,OAAO;IAId,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { WalletButtons } from '../../../wallet-buttons/wallet-buttons';
|
|
1
2
|
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
3
|
export declare class InstructionApplePayFormShow extends InstructionHandler {
|
|
3
|
-
protected widget:
|
|
4
|
+
protected widget: WalletButtons;
|
|
4
5
|
handle(context: {
|
|
5
6
|
payload: {
|
|
6
7
|
gateway_id: string;
|
|
7
|
-
meta:
|
|
8
|
+
meta: unknown;
|
|
8
9
|
charge_token: string;
|
|
9
10
|
};
|
|
10
11
|
instruction_token: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.apple_pay_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.apple_pay_form.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,qBACa,2BAA4B,SAAQ,kBAAkB;IACjE,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEzB,MAAM,CAAC,OAAO,EAAE;QACrB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,OAAO,CAAC;YAAC,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;QACrE,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC,GAAG,IAAI;IAmED,OAAO;IAId,OAAO,CAAC,SAAS;CAMlB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { HtmlWidget } from '../../../widget';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
export declare class InstructionBankAccountFormShow extends InstructionHandler {
|
|
4
4
|
protected widget: HtmlWidget;
|
|
5
5
|
handle(context: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.bank_account_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.bank_account_form.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,qBACa,8BAA+B,SAAQ,kBAAkB;IACpE,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC;IAEtB,MAAM,CAAC,OAAO,EAAE;QACrB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,OAAO,EAAE;YAAE,aAAa,CAAC,EAAE;gBAAE,IAAI,CAAC,EAAE,MAAM,CAAA;aAAE,CAAA;SAAE,CAAC;KAChD,GAAG,IAAI;IA+CD,OAAO;CAGf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instruction.canvas_3ds.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/instructions/
|
|
1
|
+
{"version":3,"file":"instruction.canvas_3ds.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.canvas_3ds.show.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AASvE,qBACa,wBAAyB,SAAQ,kBAAkB;IACvD,MAAM,CAAC,OAAO,EAAE;QACrB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,OAAO,EAAE;YACP,UAAU,EAAE,MAAM,CAAC;SACpB,CAAC;KACH,GAAG,IAAI;IA4FD,OAAO;IAId,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,sBAAsB;CA6B/B"}
|
package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.card_form.show.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
1
|
import { HtmlWidget } from '../../../widget';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
export declare class InstructionCardFormShow extends InstructionHandler {
|
|
4
4
|
protected widget: HtmlWidget;
|
|
5
5
|
private timeoutId;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.card_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.card_form.show.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAW,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAIvE,qBACa,uBAAwB,SAAQ,kBAAkB;IAC7D,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC;IAC7B,OAAO,CAAC,SAAS,CAAiB;IAE3B,MAAM,CAAC,OAAO,EAAE;QACrB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,OAAO,EAAE;YACP,aAAa,CAAC,EAAE;gBAAE,IAAI,CAAC,EAAE,MAAM,CAAA;aAAE,CAAC;YAClC,WAAW,EAAE;gBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAA;aAAE,CAAC;SACnE,CAAC;KACH,GAAG,IAAI;IA4FD,OAAO;CAIf"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { InstructionHandler } from
|
|
1
|
+
import type { EventEmitter } from '../../../helper/event-emitter';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
interface InterfaceContext {
|
|
4
4
|
instruction_token: string;
|
|
5
5
|
payload: IntentPayload;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.disable_payment_method_event.emit.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.disable_payment_method_event.emit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAIvE,UAAU,gBAAgB;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,aAAa,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,+BAAgC,SAAQ,kBAAkB;IACrE,MAAM,CAAC,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,GAAG,IAAI;IAsB5D,OAAO;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instruction.fraud_service.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/instructions/
|
|
1
|
+
{"version":3,"file":"instruction.fraud_service.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.fraud_service.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,oDAAoD,CAAC;AAE5F,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,qBACa,2BAA4B,SAAQ,kBAAkB;IACjE,SAAS,CAAC,GAAG,EAAE,sBAAsB,CAAC;IAE/B,MAAM,CAAC,OAAO,EAAE;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;YAAC,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;QACpE,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAClC,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,GAAG,IAAI;IA6DD,OAAO;CAGf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.generic.show_message.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.generic.show_message.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAKvE,UAAU,gBAAgB;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,aAAa,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACxC,aAAa,CAAC,EAAE;QACd,IAAI,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,SAAS,EAAE,MAAM,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,CAAC;KACtE,CAAC;CACH;AAED,qBACa,6BAA8B,SAAQ,kBAAkB;IACnE,MAAM,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IA+BhC,OAAO;CAKf"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { WalletButtons } from '../../../wallet-buttons/wallet-buttons';
|
|
1
2
|
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
3
|
export declare class InstructionGooglePayFormShow extends InstructionHandler {
|
|
3
|
-
protected widget:
|
|
4
|
+
protected widget: WalletButtons;
|
|
4
5
|
handle(context: {
|
|
5
6
|
payload: {
|
|
6
7
|
gateway_id: string;
|
|
7
|
-
meta:
|
|
8
|
+
meta: unknown;
|
|
8
9
|
charge_token: string;
|
|
9
10
|
};
|
|
10
11
|
instruction_token: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.google_pay_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.google_pay_form.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,qBACa,4BAA6B,SAAQ,kBAAkB;IAClE,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEzB,MAAM,CAAC,OAAO,EAAE;QACrB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,OAAO,CAAC;YAAC,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;QACrE,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC,GAAG,IAAI;IAmED,OAAO;IAId,OAAO,CAAC,SAAS;CAMlB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { InstructionHandler } from
|
|
1
|
+
import type { EventEmitter } from '../../../helper/event-emitter';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
interface InterfaceContext {
|
|
4
4
|
payload: IntentPayload;
|
|
5
5
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.merchant_event.emit.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.merchant_event.emit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,UAAU,gBAAgB;IACxB,OAAO,EAAE,aAAa,CAAC;CACxB;AAED,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,4BAA6B,SAAQ,kBAAkB;IAClE,MAAM,CAAC,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,GAAG,IAAI;IAsB5D,OAAO;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instruction.payment_methods.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/instructions/
|
|
1
|
+
{"version":3,"file":"instruction.payment_methods.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.payment_methods.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAIvE,qBACa,4BAA6B,SAAQ,kBAAkB;IAClE,MAAM,CAAC,OAAO,EAAE;QACd,iBAAiB,EAAE,MAAM,CAAC;QAC1B,OAAO,EAAE;YACP,4BAA4B,EAAE,MAAM,EAAE,CAAC;YACvC,aAAa,CAAC,EAAE;gBACd,IAAI,CAAC,EAAE;oBACL,YAAY,CAAC,EAAE,MAAM,CAAC;oBACtB,YAAY,CAAC,EAAE,MAAM,CAAC;oBACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;iBAC3B,CAAC;aACH,CAAC;SACH,CAAC;KACH,GAAG,IAAI;IA0BD,OAAO;CACf"}
|
package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.paypal_form.show.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
1
|
import { WalletButtons } from '../../../wallet-buttons/wallet-buttons';
|
|
2
|
+
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
3
3
|
export declare class InstructionPaypalFormShow extends InstructionHandler {
|
|
4
4
|
protected widget: WalletButtons;
|
|
5
5
|
handle(context: {
|
|
@@ -7,7 +7,7 @@ export declare class InstructionPaypalFormShow extends InstructionHandler {
|
|
|
7
7
|
gateway_id: string;
|
|
8
8
|
payload: {
|
|
9
9
|
gateway_id: string;
|
|
10
|
-
meta:
|
|
10
|
+
meta: unknown;
|
|
11
11
|
charge_token: string;
|
|
12
12
|
};
|
|
13
13
|
instruction_token: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.paypal_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.paypal_form.show.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAGvE,qBACa,yBAA0B,SAAQ,kBAAkB;IAC/D,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEzB,MAAM,CAAC,OAAO,EAAE;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,OAAO,CAAC;YAAC,YAAY,EAAE,MAAM,CAAA;SAAE,CAAC;QACrE,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC,GAAG,IAAI;IAmER,OAAO,CAAC,SAAS;IAOV,OAAO;CAGf"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { ZipmoneyCheckoutButton } from '../../../checkout-button/zipmoney/zipmoney-checkout-button';
|
|
1
2
|
import { InstructionHandler } from '../../helpers/instruction-handler';
|
|
2
3
|
export declare class InstructionZipCheckoutFormShow extends InstructionHandler {
|
|
3
|
-
protected widget:
|
|
4
|
+
protected widget: ZipmoneyCheckoutButton;
|
|
4
5
|
handle(context: {
|
|
5
6
|
public_key: string;
|
|
6
7
|
gateway_id: string;
|
|
7
8
|
payload: {
|
|
8
9
|
gateway_id: string;
|
|
9
|
-
meta:
|
|
10
|
+
meta: unknown;
|
|
10
11
|
};
|
|
11
12
|
instruction_token: string;
|
|
12
13
|
customisation?: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instruction.zip_checkout_form.show.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/instructions/instruction.zip_checkout_form.show.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4DAA4D,CAAC;AAIpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAevE,qBACa,8BAA+B,SAAQ,kBAAkB;IACpE,SAAS,CAAC,MAAM,EAAE,sBAAsB,CAAC;IAElC,MAAM,CAAC,OAAO,EAAE;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,OAAO,CAAA;SAAE,CAAC;QAC/C,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC,GAAG,IAAI;IA2DD,OAAO;IAId,OAAO,CAAC,qBAAqB;CA+B9B"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\n<style>\n #standaloneWidget iframe[title=\"3d secure authentication\"],\n #standaloneWidget .threeDSecure-iframe {\n height: 420px;\n }\n #standaloneWidget iframe, #list iframe {\n display: block;\n max-width: 640px;\n min-width: 200px;\n width: 100%;\n border-width: 0;\n }\n .spinner-wrapper {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: 999;\n }\n \n .spinner-wrapper svg {\n position: absolute;\n\n height: 50px;\n width: 50px;\n z-index: 1000;\n }\n \n .spinner-wrapper .background {\n margin: 0 !important;\n background: #f9f9f9;\n color: #f9f9f9;\n word-break: break-all;\n white-space: pre-wrap;\n width: 100%;\n height: 100%;\n }\n \n .spinner-wrapper--hidden {\n display: none;\n }\n @media screen and (max-width: 450px) {\n #standaloneWidget button {\n width: 100% !important;\n }\n }\n @media screen and (max-width: 450px) {\n #standaloneWidget .paypal-buttons {\n margin: 0 10px 10px 10px;\n }\n }\n @media screen and (min-width: 451px) {\n #standaloneWidget .paypal-buttons {\n padding-bottom: 12px;\n right: 10px;\n max-width: 320px;\n }\n }\n @media screen and (min-width: 451px) {\n #standaloneWidget #gpay-button-online-api-id {\n max-width: 311px;\n margin-bottom: 11px;\n right: 11px;\n }\n }\n @media screen and (max-width: 450px) {\n #standaloneWidget .gpay-card-info-container-fill {\n margin: 0 10px 5px 10px;\n }\n }\n \n apple-pay-button {\n padding: 0 10px 20px;\n max-width: 320px;\n }\n \n @media screen and (max-width: 450px) {\n apple-pay-button {\n max-width: 100%;\n }\n }\n</style>\n<div id=\"spinner\" class=\"spinner-wrapper spinner-wrapper--hidden\">\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><radialGradient id='a5' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'><stop offset='0' stop-color='#191919'></stop><stop offset='.3' stop-color='#191919' stop-opacity='.9'></stop><stop offset='.6' stop-color='#191919' stop-opacity='.6'></stop><stop offset='.8' stop-color='#191919' stop-opacity='.3'></stop><stop offset='1' stop-color='#191919' stop-opacity='0'></stop></radialGradient><circle transform-origin='center' fill='none' stroke='url(#a5)' stroke-width='30' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'><animateTransform type='rotate' attributeName='transform' calcMode='spline' dur='1' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'></animateTransform></circle><circle transform-origin='center' fill='none' opacity='.2' stroke='#191919' stroke-width='30' stroke-linecap='round' cx='100' cy='100' r='70'></circle></svg>\n <pre class=\"background\"></pre>\n</div>\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=additionals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"additionals.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/layout-widgets/additionals.ts"],"names":[],"mappings":";AAAA,wBA2FE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-variables.enum.d.ts","sourceRoot":"","sources":["../../../../src/checkout/v1/layout-widgets/default-variables.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,SAAS,YAAY;IACrB,YAAY,YAAY;IACxB,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,WAAW,eAAe;IAC1B,SAAS,SAAS;CACnB"}
|