@justifi/webcomponents 6.0.6-rc.1 → 6.0.6-rc.2
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/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
- package/dist/cjs/bank-account-form.cjs.entry.js +2 -2
- package/dist/cjs/card-form.cjs.entry.js +2 -2
- package/dist/cjs/{check-pkg-version-BqQyunnf.js → check-pkg-version-BXAxVT0S.js} +1 -1
- package/dist/cjs/{checkout.store-Bswr7kNY.js → checkout.store-CS7dpzYF.js} +0 -4
- package/dist/cjs/checkouts-list-core.cjs.entry.js +1 -1
- package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
- package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-control-date.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
- package/dist/cjs/form-control-select_2.cjs.entry.js +4 -4
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +1 -1
- package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
- package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +879 -0
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +11 -11
- package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
- package/dist/cjs/{justifi-apple-pay_8.cjs.entry.js → justifi-checkout-summary_7.cjs.entry.js} +15 -883
- package/dist/cjs/justifi-checkout.cjs.entry.js +4 -4
- package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +3 -3
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +5 -5
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
- package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +1 -1
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-CeJ5geYu.js → package-D8-S3yHl.js} +1 -1
- package/dist/cjs/pagination-menu.cjs.entry.js +3 -3
- package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
- package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
- package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
- package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/services/apple-pay.service.js +3 -0
- package/dist/collection/components/checkout/bank-account-form/bank-account-form.js +2 -2
- package/dist/collection/components/checkout/card-form/card-form.js +2 -2
- package/dist/collection/components/checkout/checkout.js +1 -1
- package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
- package/dist/collection/components/checkout/saved-payment-method.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management.js +1 -1
- package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
- package/dist/collection/components/filters/table-filters-menu.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
- package/dist/collection/components/modular-checkout/modular-checkout.js +6 -7
- package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +2 -7
- package/dist/collection/components/modular-checkout/sub-components/bank-account-billing-form-simple.js +1 -1
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/card-billing-form-simple.js +1 -1
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
- package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
- package/dist/collection/components/order-terminals/order-terminals.js +1 -1
- package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +8 -8
- package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
- package/dist/collection/components/payments-list/payments-list.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +3 -3
- package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
- package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list.js +1 -1
- package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +1 -1
- package/dist/collection/store/checkout.store.js +0 -4
- package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
- package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
- package/dist/collection/ui-components/form/form-control-date.js +2 -2
- package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
- package/dist/collection/ui-components/form/form-control-file.js +2 -2
- package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
- package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
- package/dist/collection/ui-components/form/form-control-number.js +2 -2
- package/dist/collection/ui-components/form/form-control-radio.js +2 -2
- package/dist/collection/ui-components/form/form-control-select.js +2 -2
- package/dist/collection/ui-components/form/form-control-text.js +2 -2
- package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
- package/dist/collection/ui-components/form/hidden-input.js +1 -1
- package/dist/collection/ui-components/form/iframe-input.js +3 -3
- package/dist/collection/ui-components/pagination-menu/pagination-menu.js +3 -3
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
- package/dist/docs.json +3 -11
- package/dist/esm/additional-questions-details_5.entry.js +2 -2
- package/dist/esm/{badge-CtdO-tEY.js → badge-BYEj23zk.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
- package/dist/esm/bank-account-form.entry.js +4 -4
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{button-DtTaQHMK.js → button-BQetT-FB.js} +1 -1
- package/dist/esm/card-form.entry.js +4 -4
- package/dist/esm/{check-pkg-version-DW45blqY.js → check-pkg-version-DdZIl21c.js} +1 -1
- package/dist/esm/{checkout.store-4nUf2OuT.js → checkout.store-CWAkbFJL.js} +0 -4
- package/dist/esm/checkouts-list-core.entry.js +6 -6
- package/dist/esm/{checkouts-table-B6gGDtOr.js → checkouts-table-D7-slfUE.js} +2 -2
- package/dist/esm/custom-popper_2.entry.js +3 -3
- package/dist/esm/form-alert_5.entry.js +1 -1
- package/dist/esm/form-control-checkbox.entry.js +5 -5
- package/dist/esm/form-control-date.entry.js +4 -4
- package/dist/esm/{form-control-error-text-bprS-t9d.js → form-control-error-text-DU4UNQlE.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-Bvnp-IAG.js → form-control-help-text-DDLwbCDl.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
- package/dist/esm/form-control-monetary.entry.js +5 -5
- package/dist/esm/form-control-number-masked_2.entry.js +4 -4
- package/dist/esm/form-control-number.entry.js +5 -5
- package/dist/esm/form-control-radio.entry.js +3 -3
- package/dist/esm/form-control-select_2.entry.js +6 -6
- package/dist/esm/gross-payment-chart-core.entry.js +4 -4
- package/dist/esm/{header-1-C1Hnxki8.js → header-1-CIfsspQD.js} +1 -1
- package/dist/esm/{header-3-Bq8fpjm-.js → header-3-0vgSYspf.js} +1 -1
- package/dist/esm/hidden-input_2.entry.js +7 -7
- package/dist/esm/{insurance-state-CVme82j7.js → insurance-state-QGyiPZ_-.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
- package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
- package/dist/{module/apple-pay.js → esm/justifi-apple-pay.entry.js} +26 -60
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +15 -15
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +6 -6
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
- package/dist/esm/{justifi-apple-pay_8.entry.js → justifi-checkout-summary_7.entry.js} +20 -887
- package/dist/esm/justifi-checkout.entry.js +5 -5
- package/dist/esm/justifi-checkouts-list-filters.entry.js +2 -2
- package/dist/esm/justifi-checkouts-list.entry.js +6 -6
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management-core.entry.js +1 -1
- package/dist/esm/justifi-dispute-management.entry.js +3 -3
- package/dist/esm/justifi-dispute-notification_3.entry.js +8 -8
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-order-terminals.entry.js +5 -5
- package/dist/esm/justifi-owner-form_3.entry.js +2 -2
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
- package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payments-list.entry.js +7 -7
- package/dist/esm/justifi-payout-details.entry.js +4 -4
- package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
- package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
- package/dist/esm/justifi-payouts-list.entry.js +7 -7
- package/dist/esm/justifi-refund-payment.entry.js +5 -5
- package/dist/esm/justifi-saved-payment-method.entry.js +2 -2
- package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
- package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
- package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
- package/dist/esm/justifi-terminals-list.entry.js +6 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-BXUY63ga.js → package-DlT1rYmL.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +4 -4
- package/dist/esm/{parts-xDbRW9xn.js → parts-DS3KdLWS.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +13 -13
- package/dist/esm/payment-method-option.entry.js +2 -2
- package/dist/esm/payments-list-core.entry.js +7 -7
- package/dist/esm/{payments-status-cvtVmtY5.js → payments-status-DpKZIq0D.js} +1 -1
- package/dist/esm/{payments-table-D_BlyU1F.js → payments-table-BhUsDP9C.js} +2 -2
- package/dist/esm/payout-details-core.entry.js +9 -9
- package/dist/esm/payouts-list-core.entry.js +7 -7
- package/dist/esm/{payouts-status-D-vjrqBb.js → payouts-status-CZxWiR6g.js} +1 -1
- package/dist/esm/{payouts-table-Clj8YGLV.js → payouts-table-C6bACVT_.js} +2 -2
- package/dist/esm/{skeleton-B8EUwt4b.js → skeleton-CtxvPKqv.js} +1 -1
- package/dist/esm/{spinner-CYXkn1fh.js → spinner-DSSWDOaz.js} +1 -1
- package/dist/esm/{table-Bj20uWfu.js → table-C7Sw1Lk-.js} +2 -2
- package/dist/esm/table-filters-menu.entry.js +3 -3
- package/dist/esm/terminal-orders-list-core.entry.js +6 -6
- package/dist/esm/{terminal-orders-table-DzBpIW8i.js → terminal-orders-table-Cdv_O1iI.js} +2 -2
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/terminals-list-core.entry.js +6 -6
- package/dist/esm/{terminals-table-BMS5tazC.js → terminals-table-BBUVz5oU.js} +2 -2
- package/dist/esm/{utils-DRwofES0.js → utils-DkhVjdbQ.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/additional-statement.js +1 -1
- package/dist/module/bank-account-billing-form-simple.js +1 -1
- package/dist/module/bank-account-form.js +2 -2
- package/dist/module/bank-account.js +2 -2
- package/dist/module/cancellation-policy.js +1 -1
- package/dist/module/card-billing-form-simple.js +1 -1
- package/dist/module/card-form.js +2 -2
- package/dist/module/card-form2.js +2 -2
- package/dist/module/checkout.store.js +0 -4
- package/dist/module/checkouts-list-core2.js +1 -1
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/customer-details.js +1 -1
- package/dist/module/dispute-management-core.js +1 -1
- package/dist/module/dispute-notification.js +1 -1
- package/dist/module/dispute-response-core.js +1 -1
- package/dist/module/dispute-response.js +1 -1
- package/dist/module/duplicate-charge.js +1 -1
- package/dist/module/electronic-evidence.js +1 -1
- package/dist/module/form-control-checkbox2.js +2 -2
- package/dist/module/form-control-date2.js +2 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +2 -2
- package/dist/module/form-control-monetary2.js +2 -2
- package/dist/module/form-control-number-masked2.js +2 -2
- package/dist/module/form-control-number.js +2 -2
- package/dist/module/form-control-radio2.js +2 -2
- package/dist/module/form-control-select2.js +2 -2
- package/dist/module/form-control-text2.js +2 -2
- package/dist/module/form-control-textarea2.js +2 -2
- package/dist/module/gross-payment-chart-core2.js +1 -1
- package/dist/module/hidden-input2.js +1 -1
- package/dist/module/iframe-input2.js +3 -3
- package/dist/module/justifi-apple-pay.js +907 -1
- package/dist/module/justifi-button2.js +1 -1
- package/dist/module/justifi-checkout.js +19 -25
- package/dist/module/justifi-checkouts-list-filters.js +1 -1
- package/dist/module/justifi-checkouts-list.js +1 -1
- package/dist/module/justifi-dispute-management.js +1 -1
- package/dist/module/justifi-header2.js +1 -1
- package/dist/module/justifi-order-terminals.js +1 -1
- package/dist/module/justifi-payment-transactions-list.js +1 -1
- package/dist/module/justifi-payments-list-filters.js +2 -2
- package/dist/module/justifi-payments-list.js +1 -1
- package/dist/module/justifi-payout-transactions-list.js +1 -1
- package/dist/module/justifi-payouts-list-filters.js +2 -2
- package/dist/module/justifi-payouts-list.js +1 -1
- package/dist/module/justifi-saved-payment-method.js +1 -1
- package/dist/module/justifi-skeleton.js +1 -1
- package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
- package/dist/module/justifi-terminal-orders-list.js +1 -1
- package/dist/module/justifi-terminals-list-filters.js +1 -1
- package/dist/module/justifi-terminals-list.js +1 -1
- package/dist/module/modular-checkout.js +6 -7
- package/dist/module/package.js +1 -1
- package/dist/module/pagination-menu2.js +3 -3
- package/dist/module/payment-details-core2.js +8 -8
- package/dist/module/payment-method-option.js +1 -1
- package/dist/module/payments-list-core2.js +1 -1
- package/dist/module/payout-details-core2.js +3 -3
- package/dist/module/payouts-list-core2.js +1 -1
- package/dist/module/product-or-service.js +1 -1
- package/dist/module/refund-policy.js +1 -1
- package/dist/module/save-new-payment-method.js +1 -1
- package/dist/module/shipping-details.js +1 -1
- package/dist/module/summary.js +1 -1
- package/dist/module/table-filters-menu2.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +1 -1
- package/dist/module/terminal-quantity-selector2.js +1 -1
- package/dist/module/terminals-list-core2.js +1 -1
- package/dist/module/tokenize-payment-method.js +1 -1
- package/dist/types/api/Checkout.d.ts +0 -2
- package/dist/types/store/checkout.store.d.ts +0 -1
- package/dist/webcomponents/{p-ea2cbf37.entry.js → p-064578b9.entry.js} +1 -1
- package/dist/webcomponents/p-065999a7.entry.js +1 -0
- package/dist/webcomponents/{p-9ed7b13f.entry.js → p-1162b2fc.entry.js} +1 -1
- package/dist/webcomponents/p-145a2370.entry.js +1 -0
- package/dist/webcomponents/p-185550b1.entry.js +1 -0
- package/dist/webcomponents/{p-447b55c0.entry.js → p-188f921f.entry.js} +1 -1
- package/dist/webcomponents/p-20c42901.entry.js +1 -0
- package/dist/webcomponents/{p-dfb2e55b.entry.js → p-22b3b0c2.entry.js} +1 -1
- package/dist/webcomponents/{p-63ad8ebd.entry.js → p-25dffee2.entry.js} +1 -1
- package/dist/webcomponents/{p-d0a2035f.entry.js → p-263ee88e.entry.js} +1 -1
- package/dist/webcomponents/{p-37a93597.entry.js → p-2b1b815a.entry.js} +1 -1
- package/dist/webcomponents/{p-a09695c4.entry.js → p-2bb49747.entry.js} +1 -1
- package/dist/webcomponents/{p-9d611395.entry.js → p-32b0593d.entry.js} +1 -1
- package/dist/webcomponents/{p-58f7c4bd.entry.js → p-341eb162.entry.js} +1 -1
- package/dist/webcomponents/{p-0cf71cbd.entry.js → p-368aad3e.entry.js} +1 -1
- package/dist/webcomponents/p-38f4b133.entry.js +1 -0
- package/dist/webcomponents/p-3cd7efc1.entry.js +1 -0
- package/dist/webcomponents/{p-9c8fb92f.entry.js → p-4633e577.entry.js} +1 -1
- package/dist/webcomponents/{p-5cb22cfb.entry.js → p-4941bcaf.entry.js} +1 -1
- package/dist/webcomponents/p-49998d80.entry.js +1 -0
- package/dist/webcomponents/{p-d4476052.entry.js → p-4b1a3cf6.entry.js} +1 -1
- package/dist/webcomponents/{p-78cb62a8.entry.js → p-4c7b6e72.entry.js} +1 -1
- package/dist/webcomponents/p-507ab3f1.entry.js +1 -0
- package/dist/webcomponents/{p-CmBCj61h.js → p-53MvfN19.js} +1 -1
- package/dist/webcomponents/{p-c44fcff6.entry.js → p-59b4454a.entry.js} +1 -1
- package/dist/webcomponents/{p-569c7dcc.entry.js → p-5ca7a03f.entry.js} +1 -1
- package/dist/webcomponents/p-6217eb14.entry.js +1 -0
- package/dist/webcomponents/{p-de95bf57.entry.js → p-62fab960.entry.js} +1 -1
- package/dist/webcomponents/{p-9773e1e9.entry.js → p-6de344f8.entry.js} +1 -1
- package/dist/webcomponents/{p-32978110.entry.js → p-72e0698c.entry.js} +1 -1
- package/dist/webcomponents/{p-CCmDcLao.js → p-7663hWTF.js} +1 -1
- package/dist/webcomponents/{p-e9b2591b.entry.js → p-789e86ef.entry.js} +1 -1
- package/dist/webcomponents/{p-b608add9.entry.js → p-79a55ed5.entry.js} +1 -1
- package/dist/webcomponents/p-7bdaf07c.entry.js +1 -0
- package/dist/webcomponents/p-7c4a3118.entry.js +1 -0
- package/dist/webcomponents/{p-fbc5fc6d.entry.js → p-7c7666ad.entry.js} +1 -1
- package/dist/webcomponents/p-7fc37722.entry.js +1 -0
- package/dist/webcomponents/{p-0217783c.entry.js → p-8696cf1e.entry.js} +3 -3
- package/dist/webcomponents/p-8948b298.entry.js +1 -0
- package/dist/webcomponents/{p-0eb69f41.entry.js → p-8e6ae277.entry.js} +1 -1
- package/dist/webcomponents/{p-80b2cdec.entry.js → p-924a25d4.entry.js} +1 -1
- package/dist/webcomponents/{p-d403bdc0.entry.js → p-96cc471a.entry.js} +1 -1
- package/dist/webcomponents/p-97ea8a2a.entry.js +1 -0
- package/dist/webcomponents/{p-80a4fba7.entry.js → p-98ae711c.entry.js} +1 -1
- package/dist/webcomponents/{p-c644a9f1.entry.js → p-9b14089f.entry.js} +1 -1
- package/dist/webcomponents/{p-50701f16.entry.js → p-9f35781b.entry.js} +1 -1
- package/dist/webcomponents/{p-B6IWa9Ph.js → p-B7TpAe2k.js} +1 -1
- package/dist/webcomponents/p-BBzXThAT.js +1 -0
- package/dist/webcomponents/p-BCE-dTDp.js +1 -0
- package/dist/webcomponents/{p-BBx_EQqR.js → p-BIKX2tSN.js} +1 -1
- package/dist/webcomponents/p-Baf5crBG.js +1 -0
- package/dist/webcomponents/{p-ClvhB3WW.js → p-BbbgFMaz.js} +1 -1
- package/dist/webcomponents/p-C4AUlhx6.js +1 -0
- package/dist/webcomponents/{p-CH8Y3GSr.js → p-CqFjmIng.js} +1 -1
- package/dist/webcomponents/{p-CoBppUkq.js → p-Cqe5a-d3.js} +1 -1
- package/dist/webcomponents/p-D5KZeFMv.js +1 -0
- package/dist/webcomponents/p-DFEINx3E.js +1 -0
- package/dist/webcomponents/{p-xDbRW9xn.js → p-DS3KdLWS.js} +1 -1
- package/dist/webcomponents/p-DlT1rYmL.js +1 -0
- package/dist/webcomponents/p-DrrHSa75.js +1 -0
- package/dist/webcomponents/p-DszoS3BO.js +1 -0
- package/dist/webcomponents/p-SPYUZxQ9.js +1 -0
- package/dist/webcomponents/{p-C0wTyoTh.js → p-SWI5-Jo-.js} +1 -1
- package/dist/webcomponents/{p-C9EQ459H.js → p-YXBIe5uT.js} +1 -1
- package/dist/webcomponents/p-a3a2f508.entry.js +1 -0
- package/dist/webcomponents/p-a44c1cae.entry.js +1 -0
- package/dist/webcomponents/{p-f705fc49.entry.js → p-a4a57240.entry.js} +1 -1
- package/dist/webcomponents/p-a6008498.entry.js +1 -0
- package/dist/webcomponents/{p-268a6e14.entry.js → p-a871b38b.entry.js} +1 -1
- package/dist/webcomponents/p-a9e7b25b.entry.js +1 -0
- package/dist/webcomponents/p-b2816bb2.entry.js +1 -0
- package/dist/webcomponents/{p-0cac8468.entry.js → p-b3517f18.entry.js} +1 -1
- package/dist/webcomponents/p-b57ba0c7.entry.js +1 -0
- package/dist/webcomponents/p-b701fcf0.entry.js +1 -0
- package/dist/webcomponents/{p-aeb22aa2.entry.js → p-b82b685d.entry.js} +1 -1
- package/dist/webcomponents/p-bcc22295.entry.js +1 -0
- package/dist/webcomponents/{p-ee90bbd1.entry.js → p-bcc7ebb5.entry.js} +1 -1
- package/dist/webcomponents/p-cf37b3bb.entry.js +1 -0
- package/dist/webcomponents/p-d55e5756.entry.js +1 -0
- package/dist/webcomponents/p-db03d37a.entry.js +1 -0
- package/dist/webcomponents/p-dce78317.entry.js +1 -0
- package/dist/webcomponents/p-e1e13e85.entry.js +1 -0
- package/dist/webcomponents/{p-ae8ae5bb.entry.js → p-f1915a72.entry.js} +1 -1
- package/dist/webcomponents/p-f605af1c.entry.js +1 -0
- package/dist/webcomponents/{p-hbWSMN3O.js → p-f6_r41aD.js} +1 -1
- package/dist/webcomponents/{p-55903cde.entry.js → p-f7977891.entry.js} +1 -1
- package/dist/webcomponents/{p-4b57765c.entry.js → p-fc5eeb40.entry.js} +1 -1
- package/dist/webcomponents/p-iT-AQTXJ.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/webcomponents/p-02fdd7f5.entry.js +0 -1
- package/dist/webcomponents/p-0af5269e.entry.js +0 -1
- package/dist/webcomponents/p-0d3904cb.entry.js +0 -1
- package/dist/webcomponents/p-1f82f0cc.entry.js +0 -1
- package/dist/webcomponents/p-220d8503.entry.js +0 -1
- package/dist/webcomponents/p-28625e07.entry.js +0 -1
- package/dist/webcomponents/p-2d300faa.entry.js +0 -1
- package/dist/webcomponents/p-328117e4.entry.js +0 -1
- package/dist/webcomponents/p-47997bc2.entry.js +0 -1
- package/dist/webcomponents/p-526b7442.entry.js +0 -1
- package/dist/webcomponents/p-5aae36f3.entry.js +0 -1
- package/dist/webcomponents/p-5bd3d86e.entry.js +0 -1
- package/dist/webcomponents/p-6472b6db.entry.js +0 -1
- package/dist/webcomponents/p-67788df5.entry.js +0 -1
- package/dist/webcomponents/p-705dba52.entry.js +0 -1
- package/dist/webcomponents/p-8ca21fab.entry.js +0 -1
- package/dist/webcomponents/p-9ad7d724.entry.js +0 -1
- package/dist/webcomponents/p-BXUY63ga.js +0 -1
- package/dist/webcomponents/p-BoQ6_4Ks.js +0 -1
- package/dist/webcomponents/p-D0Peuz-m.js +0 -1
- package/dist/webcomponents/p-D6BImiVi.js +0 -1
- package/dist/webcomponents/p-DGsXKF67.js +0 -1
- package/dist/webcomponents/p-NAjz1Xfo.js +0 -1
- package/dist/webcomponents/p-RQzxYnz_.js +0 -1
- package/dist/webcomponents/p-T2yENPvU.js +0 -1
- package/dist/webcomponents/p-a8446044.entry.js +0 -1
- package/dist/webcomponents/p-au49QgoI.js +0 -1
- package/dist/webcomponents/p-bb53e2e9.entry.js +0 -1
- package/dist/webcomponents/p-bc099dd0.entry.js +0 -1
- package/dist/webcomponents/p-c12d0453.entry.js +0 -1
- package/dist/webcomponents/p-d1bceac6.entry.js +0 -1
- package/dist/webcomponents/p-e6be4e19.entry.js +0 -1
- package/dist/webcomponents/p-e9865d1d.entry.js +0 -1
- package/dist/webcomponents/p-ec9514f8.entry.js +0 -1
- package/dist/webcomponents/p-edfeb034.entry.js +0 -1
- package/dist/webcomponents/p-ffefa09c.entry.js +0 -1
- package/dist/webcomponents/p-h5pyZngT.js +0 -1
- package/dist/webcomponents/p-wQgEEOq_.js +0 -1
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { h,
|
|
2
|
-
import { A as Api } from './Api.js';
|
|
3
|
-
import { S as StyledHost } from './styled-host.js';
|
|
4
|
-
import './
|
|
5
|
-
import './
|
|
6
|
-
import './
|
|
7
|
-
import
|
|
8
|
-
import
|
|
1
|
+
import { h, r as registerInstance, c as createEvent } from './index-DOjVAAtq.js';
|
|
2
|
+
import { A as Api } from './Api-DhiA2e_P.js';
|
|
3
|
+
import { S as StyledHost } from './styled-host-OalOsPBp.js';
|
|
4
|
+
import './event-types-CZfYo5-1.js';
|
|
5
|
+
import { S as Skeleton } from './skeleton-CtxvPKqv.js';
|
|
6
|
+
import { c as checkoutStore } from './checkout.store-CWAkbFJL.js';
|
|
7
|
+
import './config-state-DiHV-4QK.js';
|
|
8
|
+
import './index-DJ9G-4S-.js';
|
|
9
|
+
import './utils-BOijEGPV.js';
|
|
10
|
+
import './dinero-HXpYMWUU.js';
|
|
11
|
+
import './parts-DS3KdLWS.js';
|
|
12
|
+
import './index-DCIW8z1f.js';
|
|
9
13
|
|
|
10
14
|
var ApplePaySessionStatus;
|
|
11
15
|
(function (ApplePaySessionStatus) {
|
|
@@ -161,6 +165,9 @@ class ApplePayService {
|
|
|
161
165
|
headers: {
|
|
162
166
|
'Sub-Account': accountId,
|
|
163
167
|
},
|
|
168
|
+
body: {
|
|
169
|
+
domain: window.location.host
|
|
170
|
+
}
|
|
164
171
|
});
|
|
165
172
|
return response;
|
|
166
173
|
}
|
|
@@ -659,17 +666,13 @@ const ApplePayButton = (props) => {
|
|
|
659
666
|
`)));
|
|
660
667
|
};
|
|
661
668
|
|
|
662
|
-
const ApplePay =
|
|
663
|
-
constructor(
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
this.
|
|
669
|
-
this.applePayStarted = createEvent(this, "applePayStarted", 7);
|
|
670
|
-
this.applePayCompleted = createEvent(this, "applePayCompleted", 7);
|
|
671
|
-
this.applePayCancelled = createEvent(this, "applePayCancelled", 7);
|
|
672
|
-
this.applePayError = createEvent(this, "applePayError", 7);
|
|
669
|
+
const ApplePay = class {
|
|
670
|
+
constructor(hostRef) {
|
|
671
|
+
registerInstance(this, hostRef);
|
|
672
|
+
this.applePayStarted = createEvent(this, "applePayStarted");
|
|
673
|
+
this.applePayCompleted = createEvent(this, "applePayCompleted");
|
|
674
|
+
this.applePayCancelled = createEvent(this, "applePayCancelled");
|
|
675
|
+
this.applePayError = createEvent(this, "applePayError");
|
|
673
676
|
this.countryCode = "US";
|
|
674
677
|
this.merchantIdentifier = "merchant.com.staging-justifi.checkout-dev";
|
|
675
678
|
this.merchantDisplayName = "JustiFi Checkout";
|
|
@@ -848,43 +851,20 @@ const ApplePay = /*@__PURE__*/ proxyCustomElement(class ApplePay extends HTMLEle
|
|
|
848
851
|
this.applePayCancelled.emit();
|
|
849
852
|
}
|
|
850
853
|
render() {
|
|
851
|
-
if (!checkoutStore.applePayEnabled) {
|
|
852
|
-
// Render nothing when Apple Pay is disabled at the checkout settings level
|
|
853
|
-
console.log('[ApplePay Component] Apple Pay disabled in checkout settings; not rendering');
|
|
854
|
-
return null;
|
|
855
|
-
}
|
|
856
854
|
const isReady = !this.isLoading &&
|
|
857
855
|
this.isAvailable &&
|
|
858
856
|
this.canMakePayments &&
|
|
859
857
|
this.isConfigValid;
|
|
860
|
-
return (h(StyledHost,
|
|
858
|
+
return (h(StyledHost, { key: '6ffd1642666316916be6c263d6e79c44fb2d26cf' }, checkoutStore.checkoutLoaded && (h("script", { key: 'd3cea0c2fea2b9e51fd926f581dce118a7b0cc00', async: true, src: 'https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js', onLoad: () => {
|
|
861
859
|
console.log('[ApplePay Component] Apple Pay SDK script loaded');
|
|
862
860
|
this.initializeApplePay();
|
|
863
|
-
} })), h("div", { class: 'apple-pay-container' }, h(ApplePaySkeleton, { isLoading: this.isLoading }), isReady && (h(ApplePayButton, { buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), h("style",
|
|
861
|
+
} })), h("div", { key: '4a2ee3cb9a98746be1a10c3836833bb408d0896b', class: 'apple-pay-container' }, h(ApplePaySkeleton, { key: 'e804a3d42e4632d224a780c2313da4fd40a35281', isLoading: this.isLoading }), isReady && (h(ApplePayButton, { key: '82c8caa32e8857797dc3071a7404d9418fcd2274', buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), h("style", { key: '022d4942b34097987ca8fe956bb6e02174a488b9' }, `
|
|
864
862
|
.apple-pay-container {
|
|
865
863
|
width: 100%;
|
|
866
864
|
}
|
|
867
865
|
`)));
|
|
868
866
|
}
|
|
869
|
-
}
|
|
870
|
-
"countryCode": [1, "country-code"],
|
|
871
|
-
"merchantIdentifier": [1, "merchant-identifier"],
|
|
872
|
-
"merchantDisplayName": [1, "merchant-display-name"],
|
|
873
|
-
"initiativeContext": [1, "initiative-context"],
|
|
874
|
-
"buttonType": [1, "button-type"],
|
|
875
|
-
"buttonStyle": [1, "button-style"],
|
|
876
|
-
"disabled": [4],
|
|
877
|
-
"showSkeleton": [4, "show-skeleton"],
|
|
878
|
-
"isLoading": [32],
|
|
879
|
-
"isProcessing": [32],
|
|
880
|
-
"isAvailable": [32],
|
|
881
|
-
"canMakePayments": [32],
|
|
882
|
-
"isConfigValid": [32],
|
|
883
|
-
"error": [32],
|
|
884
|
-
"isSupported": [64],
|
|
885
|
-
"getPaymentMethods": [64],
|
|
886
|
-
"abort": [64]
|
|
887
|
-
}]);
|
|
867
|
+
};
|
|
888
868
|
// Centralized error codes for the Apple Pay component layer
|
|
889
869
|
ApplePay.ErrorCode = {
|
|
890
870
|
CONFIG_ERROR: 'CONFIG_ERROR',
|
|
@@ -893,19 +873,5 @@ ApplePay.ErrorCode = {
|
|
|
893
873
|
INITIALIZATION_ERROR: 'INITIALIZATION_ERROR',
|
|
894
874
|
PAYMENT_FAILED: 'PAYMENT_FAILED',
|
|
895
875
|
};
|
|
896
|
-
function defineCustomElement() {
|
|
897
|
-
if (typeof customElements === "undefined") {
|
|
898
|
-
return;
|
|
899
|
-
}
|
|
900
|
-
const components = ["justifi-apple-pay"];
|
|
901
|
-
components.forEach(tagName => { switch (tagName) {
|
|
902
|
-
case "justifi-apple-pay":
|
|
903
|
-
if (!customElements.get(tagName)) {
|
|
904
|
-
customElements.define(tagName, ApplePay);
|
|
905
|
-
}
|
|
906
|
-
break;
|
|
907
|
-
} });
|
|
908
|
-
}
|
|
909
|
-
defineCustomElement();
|
|
910
876
|
|
|
911
|
-
export { ApplePay as
|
|
877
|
+
export { ApplePay as justifi_apple_pay };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-DOjVAAtq.js';
|
|
2
2
|
import { c as create$3, F as FormController } from './index.esm-IWS0494Y.js';
|
|
3
3
|
import { k as postalValidation, l as stateValidation, m as cityValidation, n as lineTwoValidation, q as lineOneValidation, y as identityNameValidation } from './schema-validations-B9dmY7ME.js';
|
|
4
|
-
import { r as radioListItem, aw as billingForm } from './parts-
|
|
4
|
+
import { r as radioListItem, aw as billingForm } from './parts-DS3KdLWS.js';
|
|
5
5
|
import { S as StyledHost } from './styled-host-OalOsPBp.js';
|
|
6
6
|
import './event-types-CZfYo5-1.js';
|
|
7
|
-
import { S as Skeleton } from './skeleton-
|
|
8
|
-
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-
|
|
7
|
+
import { S as Skeleton } from './skeleton-CtxvPKqv.js';
|
|
8
|
+
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-DdZIl21c.js';
|
|
9
9
|
import { w as waitForConfig, c as configState } from './config-state-DiHV-4QK.js';
|
|
10
10
|
import { P as PAYMENT_METHODS } from './index-DCIW8z1f.js';
|
|
11
|
-
import { H as Header3 } from './header-3-
|
|
11
|
+
import { H as Header3 } from './header-3-0vgSYspf.js';
|
|
12
12
|
import { n as numberOnlyHandler } from './utils-BnjCmwMr.js';
|
|
13
13
|
import { S as StateOptions } from './state-options-BX8GieXu.js';
|
|
14
|
-
import { B as Button } from './button-
|
|
15
|
-
import { c as checkoutStore } from './checkout.store-
|
|
14
|
+
import { B as Button } from './button-BQetT-FB.js';
|
|
15
|
+
import { c as checkoutStore } from './checkout.store-CWAkbFJL.js';
|
|
16
16
|
import './_commonjsHelpers-BFTU3MAI.js';
|
|
17
17
|
import './business-form-options-CgssATyg.js';
|
|
18
18
|
import './Business-BCoP0TAV.js';
|
|
19
19
|
import './helpers-Mu7LQT-w.js';
|
|
20
|
-
import './package-
|
|
20
|
+
import './package-DlT1rYmL.js';
|
|
21
21
|
import './Api-DhiA2e_P.js';
|
|
22
22
|
import './utils-BOijEGPV.js';
|
|
23
23
|
import './dinero-HXpYMWUU.js';
|
|
@@ -97,7 +97,7 @@ const BankAccountBillingFormSimple = class {
|
|
|
97
97
|
}
|
|
98
98
|
render() {
|
|
99
99
|
const billingFormDefaultValue = this.formController.getInitialValues();
|
|
100
|
-
return (h(StyledHost, { key: '
|
|
100
|
+
return (h(StyledHost, { key: '53205714e0fee906cb28b444eadf954b25a11dea' }, h("div", { key: '1208a0bd457a727f73612aa76600ae1362493d1a', part: billingForm, class: "mt-4" }, h("form", { key: 'bd6de1875ed9a9ff95206b38842711d00eaa5258' }, h("fieldset", { key: '9169cc821a58774fd8b0135d1f506f98c96f4339' }, this.legend && (h("legend", { key: '0dac5fca347fa7a6dadeb00cd8a252cc9bc64920' }, this.legend)), h("div", { key: '3a3fc5259f3bc28664e0e2e8ced2e56f39dc3820', class: "row gy-3" }, h("div", { key: '7b61ca324077c9bcfc1d92a078ac9b94eafebe54', class: "col-12" }, h("form-control-text", { key: '49782afc8cd941f921ea80852a5201de6c6cef5e', name: 'name', label: 'Full Name', defaultValue: billingFormDefaultValue.name, errorText: this.errors.name, inputHandler: this.inputHandler }))))))));
|
|
101
101
|
}
|
|
102
102
|
};
|
|
103
103
|
|
|
@@ -146,10 +146,10 @@ const BankAccountForm = class {
|
|
|
146
146
|
return this.accountNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
|
|
147
147
|
}
|
|
148
148
|
render() {
|
|
149
|
-
return (h(StyledHost, { key: '
|
|
149
|
+
return (h(StyledHost, { key: '99ccb5aa2afbf79e5bf40d59ca15eb217180349a' }, h(BankAccountFormSkeleton, { key: 'a26a6f4391a5e5b7923f36b05bdfe57491b31d8a', isReady: this.isReady }), h("hidden-input", { key: '7555fe1bbf38a1525e7c11fe7182e264752435c9' }), h("div", { key: 'd1d7141ee75a644d4ae67d23b353dc6293306371', class: "container-fluid p-0", style: {
|
|
150
150
|
opacity: this.isReady ? '1' : '0',
|
|
151
151
|
height: this.isReady ? 'auto' : '0',
|
|
152
|
-
} }, h("div", { key: '
|
|
152
|
+
} }, h("div", { key: 'db0d578ccb3647e049b5ef958bef0273a8945448', class: "row mb-3" }, h("iframe-input", { key: '58311d94a8f5f023f05de260afbaf6bc707a0d57', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), h("div", { key: '92e4b77f012a414ac88b8faf721b5a10f2c5a3a4', class: "row" }, h("iframe-input", { key: '5163f7e8cff8fb82bb009f615ef7ab2e231deb52', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
|
|
@@ -230,7 +230,7 @@ const JustifiButton = class {
|
|
|
230
230
|
this.type = 'button';
|
|
231
231
|
}
|
|
232
232
|
render() {
|
|
233
|
-
return (h(StyledHost, { key: '
|
|
233
|
+
return (h(StyledHost, { key: '48098276e0808052803f0d16df68ba23d529c4ab' }, h(Button, { key: 'c62e8d2d9208dc180180b4283edea991c5a93c57', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
|
|
234
234
|
}
|
|
235
235
|
};
|
|
236
236
|
|
|
@@ -264,7 +264,7 @@ const CardBillingFormSimple = class {
|
|
|
264
264
|
}
|
|
265
265
|
render() {
|
|
266
266
|
const billingFormDefaultValue = this.formController.getInitialValues();
|
|
267
|
-
return (h(StyledHost, { key: '
|
|
267
|
+
return (h(StyledHost, { key: '648204826c1e3979b8556ce9049f5e025a52b282' }, h("div", { key: 'dba0067b4662662653e424ff2c81c6edc831ed46', part: billingForm }, h("form", { key: '651812a32f1ee195f89238d1125573b6f9a62fa7' }, h("fieldset", { key: '15e9d4713fba88bb6de715c48b41b1c3ebfab9df' }, this.legend && (h("legend", { key: '783b34c1a9c2f4d407587b1a356ccf1e0e119993' }, this.legend)), h("div", { key: 'f322d2a29f50bff82167e9c5633a9f1d8b3f3cef', class: "row gy-3" }, h("div", { key: 'a02f6b275a02b32c37fd8c15921a582fa6a235a7', class: "col-12" }, h("form-control-text", { key: '3efd6677727b377bbf4432dc13c34500930ec801', name: 'address_postal_code', label: "ZIP", defaultValue: billingFormDefaultValue.address_postal_code, errorText: this.errors.address_postal_code, inputHandler: this.inputHandler, maxLength: 5, keyDownHandler: numberOnlyHandler }))))))));
|
|
268
268
|
}
|
|
269
269
|
};
|
|
270
270
|
|
|
@@ -317,10 +317,10 @@ const JustifiCardForm = class {
|
|
|
317
317
|
return this.cardNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
|
|
318
318
|
}
|
|
319
319
|
render() {
|
|
320
|
-
return (h(StyledHost, { key: '
|
|
320
|
+
return (h(StyledHost, { key: '46991f66161e4118fdf135bf18eb757435e26457' }, h(CardFormSkeleton, { key: 'aacb7f467a10debc809997a67172fe4f23a2ca76', isReady: this.isReady }), h("hidden-input", { key: '3e9bd9b7ff0aba356d9f8fd07428cbaedcb223b1' }), h("div", { key: '8fcf6d92703491fe6a0be076a5965c09c800f262', class: "container-fluid p-0", style: {
|
|
321
321
|
opacity: this.isReady ? '1' : '0',
|
|
322
322
|
height: this.isReady ? 'auto' : '0',
|
|
323
|
-
} }, h("div", { key: '
|
|
323
|
+
} }, h("div", { key: '8dea63dc69d7c7cfbcded0a07bfbcf9c7d7a41fa', class: "mb-3" }, h("iframe-input", { key: 'ffd4de932414b206ea5936c21349c522b762f8a4', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), h("div", { key: '3e56350822761119dbb7ff49e3cc56bec7f361ca', class: "row" }, h("div", { key: 'ab13b6b20573fbec961164a415ccaf21b663eb4b', class: "col-4 align-content-end" }, h("iframe-input", { key: 'e12d56f2c1dd12ae5eff7619204d9f746e1b6a43', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), h("div", { key: '62e4808ee208aec7cf3e1d7a99fd65f3d9a5e615', class: "col-4 align-content-end" }, h("iframe-input", { key: 'c8e3945b466e61e8b21fbb13f71c0631740ca1a3', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), h("div", { key: '979929e29abb54f8837f71b1cdb7261df97a58df', class: "col-4 align-content-end" }, h("iframe-input", { key: '2c25868c5fd7e6c2d34722b39f22c2062248cdf6', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
|
|
324
324
|
}
|
|
325
325
|
};
|
|
326
326
|
|
|
@@ -337,7 +337,7 @@ const SaveNewPaymentMethod = class {
|
|
|
337
337
|
};
|
|
338
338
|
}
|
|
339
339
|
render() {
|
|
340
|
-
return (h(StyledHost, { key: '
|
|
340
|
+
return (h(StyledHost, { key: '0ac7e7b80c9a00737eed4f9345020994eb5d92bf' }, h("form-control-checkbox", { key: '3396c0a413c3d498d7cdccc12ad97739d97f74c8', label: this.label || 'Save New Payment Method', name: "saveNewPaymentMethod", checked: this.isChecked, inputHandler: this.handleCheckboxChange })));
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-DOjVAAtq.js';
|
|
2
|
-
import { E as ErrorState } from './utils-
|
|
2
|
+
import { E as ErrorState } from './utils-DkhVjdbQ.js';
|
|
3
3
|
import { B as BusinessService } from './business.service-D55OVyco.js';
|
|
4
4
|
import { m as makeGetBusiness } from './get-business-Crb6P-iI.js';
|
|
5
5
|
import { C as ComponentErrorSeverity, a as ComponentErrorCodes } from './ComponentError-Cjcsf8ku.js';
|
|
6
|
-
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-
|
|
7
|
-
import './parts-
|
|
6
|
+
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-DdZIl21c.js';
|
|
7
|
+
import './parts-DS3KdLWS.js';
|
|
8
8
|
import './Api-DhiA2e_P.js';
|
|
9
9
|
import './config-state-DiHV-4QK.js';
|
|
10
10
|
import './index-DJ9G-4S-.js';
|
|
@@ -17,7 +17,7 @@ import './Business-BCoP0TAV.js';
|
|
|
17
17
|
import './helpers-Mu7LQT-w.js';
|
|
18
18
|
import './state-options-BX8GieXu.js';
|
|
19
19
|
import './utils-BeQLScSm.js';
|
|
20
|
-
import './package-
|
|
20
|
+
import './package-DlT1rYmL.js';
|
|
21
21
|
|
|
22
22
|
const BusinessDetails = class {
|
|
23
23
|
constructor(hostRef) {
|
|
@@ -9,12 +9,12 @@ import './Refund-B-iOTRxz.js';
|
|
|
9
9
|
import './Pagination-CLHwhyvu.js';
|
|
10
10
|
import { B as Business, b as BusinessFormServerErrors } from './Business-BCoP0TAV.js';
|
|
11
11
|
import './Dispute-BH0Xfn-F.js';
|
|
12
|
-
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-
|
|
13
|
-
import { B as Button } from './button-
|
|
12
|
+
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version-DdZIl21c.js';
|
|
13
|
+
import { B as Button } from './button-BQetT-FB.js';
|
|
14
14
|
import { S as StyledHost } from './styled-host-OalOsPBp.js';
|
|
15
|
-
import { H as Header1 } from './header-1-
|
|
15
|
+
import { H as Header1 } from './header-1-CIfsspQD.js';
|
|
16
16
|
import './event-types-CZfYo5-1.js';
|
|
17
|
-
import { S as Skeleton } from './skeleton-
|
|
17
|
+
import { S as Skeleton } from './skeleton-CtxvPKqv.js';
|
|
18
18
|
import { B as BusinessFormClickActions } from './event-types-XYgDHrVL.js';
|
|
19
19
|
import { m as makeGetBusiness, b as makePatchBusiness } from './payment-provisioning-actions-ONP8lDnV.js';
|
|
20
20
|
import { B as BusinessService } from './business.service-D55OVyco.js';
|
|
@@ -25,9 +25,9 @@ import './business-form-options-CgssATyg.js';
|
|
|
25
25
|
import './index-DJ9G-4S-.js';
|
|
26
26
|
import './utils-BOijEGPV.js';
|
|
27
27
|
import './helpers-Mu7LQT-w.js';
|
|
28
|
-
import './package-
|
|
28
|
+
import './package-DlT1rYmL.js';
|
|
29
29
|
import './Api-DhiA2e_P.js';
|
|
30
|
-
import './parts-
|
|
30
|
+
import './parts-DS3KdLWS.js';
|
|
31
31
|
import './utils-BeQLScSm.js';
|
|
32
32
|
|
|
33
33
|
const businessFormSchema = create$3(Object.assign(Object.assign({}, businessCoreInfoSchema().fields), { legal_address: addressSchema(), additional_questions: additionalQuestionsSchema(), representative: identitySchema('representative') }));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-DOjVAAtq.js';
|
|
2
2
|
import { u as updateFormValues, a as updateAddressFormValues, b as updateDateOfBirthFormValues } from './input-handlers-CX6mSvOM.js';
|
|
3
3
|
import { P as PHONE_MASKS, S as SSN_MASK } from './form-input-masks-B-iV5cYd.js';
|
|
4
|
-
import {
|
|
4
|
+
import { C as heading2 } from './parts-DS3KdLWS.js';
|
|
5
5
|
import './helpers-Mu7LQT-w.js';
|
|
6
6
|
import './state-options-BX8GieXu.js';
|
|
7
7
|
|