@justifi/webcomponents 4.17.0 → 4.18.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/dist/cjs/{Analytics-80336968.js → Analytics-d4aa8c07.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +12 -12
- package/dist/cjs/business-details-core.cjs.entry.js +6 -9
- package/dist/cjs/form-alert_5.cjs.entry.js +2 -2
- package/dist/cjs/form-control-checkbox_5.cjs.entry.js +7 -7
- package/dist/cjs/form-control-date.cjs.entry.js +43 -0
- package/dist/cjs/form-control-error-text_2.cjs.entry.js +36 -0
- package/dist/cjs/form-control-file.cjs.entry.js +1 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-date_3.cjs.entry.js → form-control-number-masked_2.cjs.entry.js} +2 -39
- package/dist/cjs/form-control-number.cjs.entry.js +1 -1
- package/dist/cjs/{form-control-error-text_4.cjs.entry.js → form-control-select_2.cjs.entry.js} +1 -31
- package/dist/cjs/get-payout-csv-e4e4771a.js +48 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +4 -4
- package/dist/cjs/{index-b4498996.js → index-fb499e95.js} +15 -3
- package/dist/cjs/{insurance-state-3f044af7.js → insurance-state-80e24caf.js} +1 -1
- package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +3 -3
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +6 -5
- package/dist/cjs/justifi-business-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +7 -6
- package/dist/cjs/justifi-business-list.cjs.entry.js +3 -6
- package/dist/cjs/justifi-card-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +9 -5
- package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
- package/dist/cjs/justifi-details.cjs.entry.js +4 -7
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +4 -4
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +10 -7
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +3 -6
- package/dist/cjs/justifi-payment-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +8 -7
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +7 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +4 -8
- package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payout-details.cjs.entry.js +15 -10
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +15 -12
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +3 -6
- package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -3
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +13 -8
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +2 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +3 -3
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +4 -7
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-table_2.cjs.entry.js +8 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-7b63c02b.js → package-5fee1ffb.js} +1 -1
- package/dist/cjs/{payload-parsers-78445405.js → payload-parsers-1cbc3b57.js} +2 -0
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -13
- package/dist/cjs/payments-list-core.cjs.entry.js +6 -6
- package/dist/cjs/payout-details-core.cjs.entry.js +18 -7
- package/dist/cjs/payouts-list-core.cjs.entry.js +28 -7
- package/dist/cjs/styled-host-b8bed12a.js +14 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +6 -22
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -7
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -7
- package/dist/cjs/{utils-742da2e3.js → utils-8c3bf659.js} +1 -1
- package/dist/cjs/{utils-0c3168ef.js → utils-c1d2e426.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/services/payout.service.js +5 -0
- package/dist/collection/assets/download-icon.js +2 -0
- package/dist/collection/components/billing-form/billing-form.css +2 -8162
- package/dist/collection/components/billing-form/billing-form.js +4 -3
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +2 -3
- package/dist/collection/components/business-details/business-details-core.js +5 -14
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -3
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +2 -3
- package/dist/collection/components/business-details/owner-details/owner-details.js +2 -3
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -3
- package/dist/collection/components/business-details/shared-business-details.css +3 -0
- package/dist/collection/components/business-forms/business-form/business-form.css +5 -8768
- package/dist/collection/components/business-forms/business-form/business-form.js +4 -3
- package/dist/collection/components/business-forms/owner-form/owner-form.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +14 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.css +4 -9155
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -12
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.css +5 -763
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +2 -2
- package/dist/collection/components/business-forms/utils/payload-parsers.js +2 -0
- package/dist/collection/components/business-list/business-list.js +3 -12
- package/dist/collection/components/checkout/checkout-core.css +3 -8147
- package/dist/collection/components/checkout/checkout-core.js +5 -4
- package/dist/collection/components/checkout/form-check-input.css +20 -0
- package/dist/collection/components/checkout/header.css +4 -0
- package/dist/collection/components/checkout/new-payment-method.js +2 -2
- package/dist/collection/components/checkout/payment-method-options.css +1 -7088
- package/dist/collection/components/checkout/payment-method-options.js +4 -4
- package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
- package/dist/collection/components/checkout/saved-payment-method.js +2 -2
- package/dist/collection/components/checkout/sezzle-payment-method.js +2 -2
- package/dist/collection/components/details/details.js +3 -12
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +2 -2
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +1 -573
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.css +6 -8183
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +6 -7
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +1 -2
- package/dist/collection/components/pagination-menu/pagination-menu.js +3 -14
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +3 -13
- package/dist/collection/components/payment-details/payment-details-core.js +9 -18
- package/dist/collection/components/payment-form/payment-form.css +3 -2513
- package/dist/collection/components/payment-form/payment-form.js +6 -5
- package/dist/collection/components/payment-form/payment-method-selector.css +5 -1881
- package/dist/collection/components/payment-form/payment-method-selector.js +2 -3
- package/dist/collection/components/payments-list/payments-list-core.js +6 -12
- package/dist/collection/components/payments-list/payments-list.js +3 -0
- package/dist/collection/components/payout-details/get-payout-csv.js +19 -0
- package/dist/collection/components/payout-details/payout-details-core.js +37 -12
- package/dist/collection/components/payout-details/payout-details.js +11 -4
- package/dist/collection/components/payouts-list/payouts-list-core.js +45 -14
- package/dist/collection/components/payouts-list/payouts-list.js +14 -6
- package/dist/collection/components/proceeds-list/proceeds-list.js +3 -12
- package/dist/collection/components/refund-form/refund-form.css +1 -7737
- package/dist/collection/components/refund-form/refund-form.js +4 -3
- package/dist/collection/components/skeleton/skeleton.css +1 -573
- package/dist/collection/components/skeleton/skeleton.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-details.js +3 -12
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +1 -12
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +1 -1
- package/dist/collection/components/table/table.css +0 -8085
- package/dist/collection/components/table/table.js +3 -4
- package/dist/collection/utils/styled-host/styled-host.js +6 -0
- package/dist/docs.json +132 -24
- package/dist/esm/{Analytics-c52faca6.js → Analytics-29fac206.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +12 -12
- package/dist/esm/business-details-core.entry.js +6 -9
- package/dist/esm/form-alert_5.entry.js +2 -2
- package/dist/esm/form-control-checkbox_5.entry.js +7 -7
- package/dist/esm/form-control-date.entry.js +39 -0
- package/dist/esm/form-control-error-text_2.entry.js +31 -0
- package/dist/esm/form-control-file.entry.js +1 -1
- package/dist/esm/form-control-monetary.entry.js +2 -2
- package/dist/esm/{form-control-date_3.entry.js → form-control-number-masked_2.entry.js} +3 -39
- package/dist/esm/form-control-number.entry.js +1 -1
- package/dist/esm/{form-control-error-text_4.entry.js → form-control-select_2.entry.js} +2 -30
- package/dist/esm/get-payout-csv-9b4aaada.js +45 -0
- package/dist/esm/gross-payment-chart-core.entry.js +4 -4
- package/dist/esm/{index-4bd1eae9.js → index-57431c24.js} +15 -3
- package/dist/esm/{insurance-state-09754ab9.js → insurance-state-8ce01e59.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +3 -3
- package/dist/esm/justifi-bank-account-form.entry.js +3 -3
- package/dist/esm/justifi-billing-form_2.entry.js +6 -5
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +7 -6
- package/dist/esm/justifi-business-list.entry.js +3 -6
- package/dist/esm/justifi-card-form.entry.js +3 -3
- package/dist/esm/justifi-checkout-core.entry.js +9 -5
- package/dist/esm/justifi-checkout.entry.js +3 -3
- package/dist/esm/justifi-details.entry.js +4 -7
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-new-payment-method_4.entry.js +10 -7
- package/dist/esm/justifi-payment-balance-transactions.entry.js +3 -6
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-form.entry.js +8 -7
- package/dist/esm/justifi-payment-method-form.entry.js +2 -2
- package/dist/esm/justifi-payment-method-selector.entry.js +3 -3
- package/dist/esm/justifi-payment-provisioning-core.entry.js +7 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +4 -8
- package/dist/esm/justifi-payments-list.entry.js +4 -4
- package/dist/esm/justifi-payout-details.entry.js +14 -9
- package/dist/esm/justifi-payouts-list.entry.js +14 -11
- package/dist/esm/justifi-proceeds-list.entry.js +3 -6
- package/dist/esm/justifi-refund-form.entry.js +4 -3
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +13 -8
- package/dist/esm/justifi-season-interruption-insurance.entry.js +2 -3
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-subaccount-details.entry.js +4 -7
- package/dist/esm/justifi-subaccounts-list.entry.js +2 -2
- package/dist/esm/justifi-table_2.entry.js +8 -12
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-8ab448a3.js → package-1123f528.js} +1 -1
- package/dist/esm/{payload-parsers-57289fc4.js → payload-parsers-acb719d1.js} +2 -0
- package/dist/esm/payment-details-core.entry.js +10 -13
- package/dist/esm/payments-list-core.entry.js +6 -6
- package/dist/esm/payout-details-core.entry.js +18 -7
- package/dist/esm/payouts-list-core.entry.js +28 -7
- package/dist/esm/styled-host-57aae7fa.js +12 -0
- package/dist/esm/subaccount-account-details_4.entry.js +6 -22
- package/dist/esm/subaccount-bank-details.entry.js +3 -7
- package/dist/esm/subaccount-terms-details.entry.js +3 -7
- package/dist/esm/{utils-1e583166.js → utils-56719d07.js} +1 -1
- package/dist/esm/{utils-c7b3f21a.js → utils-f4c4ba7d.js} +1 -1
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/additional-questions-details2.js +3 -4
- package/dist/module/billing-form.js +4 -3
- package/dist/module/business-details-core2.js +5 -8
- package/dist/module/business-terms-conditions-text.js +2 -2
- package/dist/module/checkout-core.js +8 -4
- package/dist/module/details.js +3 -6
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/generic-info-details2.js +3 -4
- package/dist/module/get-payout-csv.js +45 -0
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/justifi-business-form.js +4 -3
- package/dist/module/justifi-business-list.js +3 -6
- package/dist/module/justifi-payment-balance-transactions.js +4 -8
- package/dist/module/justifi-payment-form.js +6 -5
- package/dist/module/justifi-payment-provisioning.js +2 -7
- package/dist/module/justifi-payments-list.js +19 -1
- package/dist/module/justifi-payout-details.js +11 -5
- package/dist/module/justifi-payouts-list.js +30 -8
- package/dist/module/justifi-proceeds-list.js +3 -6
- package/dist/module/justifi-refund-form.js +4 -3
- package/dist/module/justifi-season-interruption-insurance.js +1 -2
- package/dist/module/justifi-subaccount-details.js +3 -6
- package/dist/module/justifi-subaccounts-list.js +1 -1
- package/dist/module/legal-address-details2.js +3 -4
- package/dist/module/new-payment-method.js +1 -1
- package/dist/module/owner-details2.js +3 -4
- package/dist/module/owner-form.js +2 -2
- package/dist/module/package.js +1 -1
- package/dist/module/pagination-menu2.js +4 -9
- package/dist/module/payload-parsers.js +2 -0
- package/dist/module/payment-details-core2.js +9 -12
- package/dist/module/payment-method-options.js +7 -4
- package/dist/module/payment-method-selector.js +3 -4
- package/dist/module/payment-provisioning-core.js +9 -3
- package/dist/module/payments-list-core2.js +25 -7
- package/dist/module/payout-details-core2.js +18 -6
- package/dist/module/payouts-list-core2.js +48 -8
- package/dist/module/representative-details2.js +3 -4
- package/dist/module/save-new-payment-method.js +1 -1
- package/dist/module/saved-payment-method.js +1 -1
- package/dist/module/season-interruption-insurance-core.js +12 -7
- package/dist/module/sezzle-payment-method.js +1 -1
- package/dist/module/skeleton.js +2 -2
- package/dist/module/styled-host.js +12 -0
- package/dist/module/subaccount-account-details2.js +2 -7
- package/dist/module/subaccount-bank-details.js +2 -7
- package/dist/module/subaccount-merchant-details2.js +2 -7
- package/dist/module/subaccount-owners-details2.js +2 -7
- package/dist/module/subaccount-representative-details2.js +2 -7
- package/dist/module/subaccount-terms-details.js +2 -7
- package/dist/module/table.js +4 -5
- package/dist/types/api/services/payout.service.d.ts +2 -0
- package/dist/types/assets/download-icon.d.ts +1 -0
- package/dist/types/components/payments-list/payments-list-core.d.ts +1 -0
- package/dist/types/components/payments-list/payments-list.d.ts +3 -0
- package/dist/types/components/payout-details/get-payout-csv.d.ts +7 -0
- package/dist/types/components/payout-details/payout-details-core.d.ts +2 -0
- package/dist/types/components/payout-details/payout-details.d.ts +2 -1
- package/dist/types/components/payouts-list/payouts-list-core.d.ts +3 -0
- package/dist/types/components/payouts-list/payouts-list.d.ts +5 -1
- package/dist/types/components.d.ts +28 -0
- package/dist/types/utils/styled-host/styled-host.d.ts +3 -0
- package/dist/webcomponents/{p-edb605b3.js → p-092e080c.js} +1 -1
- package/dist/webcomponents/p-09affce4.entry.js +1 -0
- package/dist/webcomponents/p-0a4a9ccd.entry.js +1 -0
- package/dist/webcomponents/{p-5309e887.entry.js → p-0dca0770.entry.js} +1 -1
- package/dist/webcomponents/{p-95c18035.entry.js → p-0e4a54c8.entry.js} +1 -1
- package/dist/webcomponents/p-0ed3c1d2.entry.js +1 -0
- package/dist/webcomponents/p-10b57ac6.entry.js +1 -0
- package/dist/webcomponents/p-1737f6bf.entry.js +1 -0
- package/dist/webcomponents/{p-84b3cead.entry.js → p-2244e679.entry.js} +1 -1
- package/dist/webcomponents/p-2306d44d.entry.js +1 -0
- package/dist/webcomponents/{p-f7b6dcc4.js → p-2338affa.js} +1 -1
- package/dist/webcomponents/{p-0a09edbb.entry.js → p-2af3672b.entry.js} +1 -1
- package/dist/webcomponents/p-3294856b.entry.js +1 -0
- package/dist/webcomponents/p-3514b616.entry.js +1 -0
- package/dist/webcomponents/p-390157c9.entry.js +1 -0
- package/dist/webcomponents/p-412c7a22.entry.js +1 -0
- package/dist/webcomponents/p-464e4dfe.entry.js +1 -0
- package/dist/webcomponents/p-49b8e112.js +1 -0
- package/dist/webcomponents/{p-c69713c2.entry.js → p-4b9587ec.entry.js} +1 -1
- package/dist/webcomponents/p-531d873a.entry.js +1 -0
- package/dist/webcomponents/p-54287db6.entry.js +1 -0
- package/dist/webcomponents/p-547a2cd0.entry.js +1 -0
- package/dist/webcomponents/p-571d7f1a.entry.js +1 -0
- package/dist/webcomponents/p-5963bcdc.entry.js +1 -0
- package/dist/webcomponents/p-5b1451e7.entry.js +1 -0
- package/dist/webcomponents/{p-e7915927.entry.js → p-66758365.entry.js} +1 -1
- package/dist/webcomponents/{p-b7d9d9fa.js → p-667a5aa8.js} +1 -1
- package/dist/webcomponents/p-67e497aa.entry.js +1 -0
- package/dist/webcomponents/{p-0575daac.js → p-68fd8283.js} +1 -1
- package/dist/webcomponents/p-6bcf621a.entry.js +1 -0
- package/dist/webcomponents/p-6bd5d569.entry.js +1 -0
- package/dist/webcomponents/p-76180bb4.entry.js +1 -0
- package/dist/webcomponents/p-77dc159c.entry.js +1 -0
- package/dist/webcomponents/{p-a34c28af.entry.js → p-7a346c0b.entry.js} +1 -1
- package/dist/webcomponents/p-7d6aba64.entry.js +1 -0
- package/dist/webcomponents/p-81d3eda6.entry.js +1 -0
- package/dist/webcomponents/p-85fc69e5.js +1 -0
- package/dist/webcomponents/p-87932e16.js +1 -0
- package/dist/webcomponents/p-88c7ef46.entry.js +1 -0
- package/dist/webcomponents/p-8cc7a418.entry.js +1 -0
- package/dist/webcomponents/p-8dd22c8d.entry.js +1 -0
- package/dist/webcomponents/p-959b478a.entry.js +19 -0
- package/dist/webcomponents/{p-fcf42299.entry.js → p-9631b768.entry.js} +1 -1
- package/dist/webcomponents/p-9e7c3231.entry.js +1 -0
- package/dist/webcomponents/{p-c2d6a5e2.entry.js → p-bb32b91c.entry.js} +1 -1
- package/dist/webcomponents/p-bbc18b9f.entry.js +1 -0
- package/dist/webcomponents/p-cb9ee476.entry.js +1 -0
- package/dist/webcomponents/p-d083a342.entry.js +1 -0
- package/dist/webcomponents/{p-1c60004a.entry.js → p-d5612f35.entry.js} +1 -1
- package/dist/webcomponents/p-debeefbb.entry.js +1 -0
- package/dist/webcomponents/{p-9936c393.entry.js → p-df38dd21.entry.js} +1 -1
- package/dist/webcomponents/p-e0bcfdb5.entry.js +1 -0
- package/dist/webcomponents/{p-cb68e8fa.js → p-e1651130.js} +1 -1
- package/dist/webcomponents/p-e46929a1.entry.js +1 -0
- package/dist/webcomponents/{p-6006e085.entry.js → p-e85ef4af.entry.js} +1 -1
- package/dist/webcomponents/p-ea7c77a3.entry.js +1 -0
- package/dist/webcomponents/{p-a90a6703.entry.js → p-f3555f0b.entry.js} +1 -1
- package/dist/webcomponents/p-fad19d75.js +2 -0
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/payout.service-eec372aa.js +0 -22
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.css +0 -7348
- package/dist/collection/components/business-details/business-details.css +0 -6446
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.css +0 -7348
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.css +0 -7348
- package/dist/collection/components/business-details/owner-details/owner-details.css +0 -7348
- package/dist/collection/components/business-details/representative-details/representative-details.css +0 -7348
- package/dist/collection/components/business-list/business-list.css +0 -579
- package/dist/collection/components/details/details.css +0 -7993
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.css +0 -0
- package/dist/collection/components/payment-details/payment-details.css +0 -7993
- package/dist/collection/components/payments-list/payments-list.css +0 -579
- package/dist/collection/components/payout-details/payout-details.css +0 -7993
- package/dist/collection/components/payouts-list/payouts-list.css +0 -579
- package/dist/collection/components/proceeds-list/proceeds-list.css +0 -579
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-details.css +0 -7993
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +0 -7352
- package/dist/esm/payout.service-28b9594f.js +0 -20
- package/dist/module/payout.service.js +0 -20
- package/dist/webcomponents/p-00de4ae0.entry.js +0 -1
- package/dist/webcomponents/p-015ba24e.entry.js +0 -1
- package/dist/webcomponents/p-023fe908.entry.js +0 -1
- package/dist/webcomponents/p-0fc18c89.entry.js +0 -1
- package/dist/webcomponents/p-100cb35c.entry.js +0 -1
- package/dist/webcomponents/p-189dee9f.entry.js +0 -1
- package/dist/webcomponents/p-30a7bebc.entry.js +0 -19
- package/dist/webcomponents/p-378bb067.entry.js +0 -1
- package/dist/webcomponents/p-404d7c56.entry.js +0 -1
- package/dist/webcomponents/p-43326623.entry.js +0 -1
- package/dist/webcomponents/p-4c5f9260.entry.js +0 -1
- package/dist/webcomponents/p-61e486ad.entry.js +0 -1
- package/dist/webcomponents/p-64d1aeb8.entry.js +0 -1
- package/dist/webcomponents/p-68f3a7b0.entry.js +0 -1
- package/dist/webcomponents/p-738049aa.entry.js +0 -1
- package/dist/webcomponents/p-739f1e09.entry.js +0 -1
- package/dist/webcomponents/p-7f77d91f.entry.js +0 -1
- package/dist/webcomponents/p-8805d083.entry.js +0 -1
- package/dist/webcomponents/p-95c8c313.entry.js +0 -1
- package/dist/webcomponents/p-97220d5b.entry.js +0 -1
- package/dist/webcomponents/p-98985c7d.entry.js +0 -1
- package/dist/webcomponents/p-9d03464e.entry.js +0 -1
- package/dist/webcomponents/p-a63a6fb9.js +0 -2
- package/dist/webcomponents/p-a6477232.entry.js +0 -1
- package/dist/webcomponents/p-b1a24d24.entry.js +0 -1
- package/dist/webcomponents/p-b27d2ce1.entry.js +0 -1
- package/dist/webcomponents/p-be049573.entry.js +0 -1
- package/dist/webcomponents/p-bfe69314.entry.js +0 -1
- package/dist/webcomponents/p-c8c08fe3.js +0 -1
- package/dist/webcomponents/p-ca39c89f.js +0 -1
- package/dist/webcomponents/p-d779f2f2.entry.js +0 -1
- package/dist/webcomponents/p-da313a7e.entry.js +0 -1
- package/dist/webcomponents/p-e04f7070.entry.js +0 -1
- package/dist/webcomponents/p-eb142b8a.entry.js +0 -1
- package/dist/webcomponents/p-efe744ce.entry.js +0 -1
- package/dist/webcomponents/p-f6858597.entry.js +0 -1
- package/dist/webcomponents/p-f68cf935.entry.js +0 -1
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h, } from "@stencil/core";
|
|
2
2
|
import RefundFormSchema from "./refund-form-schema";
|
|
3
3
|
import { Api } from "../../api";
|
|
4
4
|
import { FormController } from "../form/form";
|
|
5
5
|
import { config } from "../../../config";
|
|
6
6
|
import { CURRENCY_MASK } from "../../utils/form-input-masks";
|
|
7
|
+
import StyledHost from "../../utils/styled-host/styled-host";
|
|
7
8
|
export class RefundForm {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.authToken = undefined;
|
|
@@ -74,13 +75,13 @@ export class RefundForm {
|
|
|
74
75
|
}
|
|
75
76
|
render() {
|
|
76
77
|
var _a;
|
|
77
|
-
return (h(
|
|
78
|
+
return (h(StyledHost, { key: '33fe820ac401dce5903071de975343fb4577e8bc' }, h("h1", { key: 'f249b4ab8c6817d995566434055c64dc11e6f1aa' }, "Refund"), this.refundInfoText && (h("div", { key: 'e152d19001ab00d1b7d213f44f8f384a4bdd3dcf', class: "d-flex align-items-center flex-row gap-4 border-top border-bottom my-4 p-3", role: "alert" }, h("img", { key: '177e584498bd6e23b152f8daf5c51989bbf6509e', src: "/info-icon.svg", alt: "Information", height: "30", width: "30" }), h("p", { key: '4b094ae72aea352c4cf4bc85610e8ede298549e0', class: "m-0", innerHTML: this.refundInfoText }))), h("form", { key: '04501cd8aa10b65e9d2cd2940bdffb89688ff30c', onSubmit: e => this.handleSubmit(e), class: "d-grid gap-4" }, h("div", { key: '44811330173bc418413a2e9cab0249f541ffe517', class: "form-group" }, h("form-control-monetary", { key: '384e732335cf8e8782af48da6709f06028181c19', name: "amount", label: "Refund Amount", defaultValue: ((_a = this.amount) === null || _a === void 0 ? void 0 : _a.toString()) || '', maskOptions: CURRENCY_MASK.DECIMAL, inputHandler: (name, value) => this.handleInput(name, value), errorText: this.errors.amount })), h("div", { key: '137a007a7e795b7d1a8b86ddd05982a7e79bd66a', class: "form-group" }, h("form-control-text", { key: '2a2fc63cb0131614044f15132ed56a845cae0646', name: "notes", label: "Additional Notes", inputHandler: (name, value) => this.handleInput(name, value), errorText: this.errors.notes })), this.withButton && (h("div", { key: '4e3229087cca4cf5c4a133b49cc04a527bd3a716', class: "form-group d-flex flex-row-reverse" }, h("button", { key: '2f44170e8b632ba3b2db98ada5c54944495ce4d6', type: "submit", disabled: !!this.isSubmitting, class: "btn btn-primary ml-auto" }, this.submitButtonText))))));
|
|
78
79
|
}
|
|
79
80
|
static get is() { return "justifi-refund-form"; }
|
|
80
81
|
static get encapsulation() { return "shadow"; }
|
|
81
82
|
static get originalStyleUrls() {
|
|
82
83
|
return {
|
|
83
|
-
"$": ["refund-form.
|
|
84
|
+
"$": ["refund-form.css"]
|
|
84
85
|
};
|
|
85
86
|
}
|
|
86
87
|
static get styleUrls() {
|
|
@@ -1,575 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
[data-bs-theme=light] {
|
|
3
|
-
--bs-blue: #0d6efd;
|
|
4
|
-
--bs-indigo: #6610f2;
|
|
5
|
-
--bs-purple: #6f42c1;
|
|
6
|
-
--bs-pink: #d63384;
|
|
7
|
-
--bs-red: #dc3545;
|
|
8
|
-
--bs-orange: #fd7e14;
|
|
9
|
-
--bs-yellow: #ffc107;
|
|
10
|
-
--bs-green: #198754;
|
|
11
|
-
--bs-teal: #20c997;
|
|
12
|
-
--bs-cyan: #0dcaf0;
|
|
13
|
-
--bs-black: #000;
|
|
14
|
-
--bs-white: #fff;
|
|
15
|
-
--bs-gray: #6c757d;
|
|
16
|
-
--bs-gray-dark: #343a40;
|
|
17
|
-
--bs-gray-100: #f8f9fa;
|
|
18
|
-
--bs-gray-200: #e9ecef;
|
|
19
|
-
--bs-gray-300: #dee2e6;
|
|
20
|
-
--bs-gray-400: #ced4da;
|
|
21
|
-
--bs-gray-500: #adb5bd;
|
|
22
|
-
--bs-gray-600: #6c757d;
|
|
23
|
-
--bs-gray-700: #495057;
|
|
24
|
-
--bs-gray-800: #343a40;
|
|
25
|
-
--bs-gray-900: #212529;
|
|
26
|
-
--bs-primary: #0d6efd;
|
|
27
|
-
--bs-secondary: #6c757d;
|
|
28
|
-
--bs-success: #198754;
|
|
29
|
-
--bs-info: #0dcaf0;
|
|
30
|
-
--bs-warning: #ffc107;
|
|
31
|
-
--bs-danger: #dc3545;
|
|
32
|
-
--bs-light: #f8f9fa;
|
|
33
|
-
--bs-dark: #212529;
|
|
34
|
-
--bs-primary-rgb: 13, 110, 253;
|
|
35
|
-
--bs-secondary-rgb: 108, 117, 125;
|
|
36
|
-
--bs-success-rgb: 25, 135, 84;
|
|
37
|
-
--bs-info-rgb: 13, 202, 240;
|
|
38
|
-
--bs-warning-rgb: 255, 193, 7;
|
|
39
|
-
--bs-danger-rgb: 220, 53, 69;
|
|
40
|
-
--bs-light-rgb: 248, 249, 250;
|
|
41
|
-
--bs-dark-rgb: 33, 37, 41;
|
|
42
|
-
--bs-primary-text-emphasis: #052c65;
|
|
43
|
-
--bs-secondary-text-emphasis: #2b2f32;
|
|
44
|
-
--bs-success-text-emphasis: #0a3622;
|
|
45
|
-
--bs-info-text-emphasis: #055160;
|
|
46
|
-
--bs-warning-text-emphasis: #664d03;
|
|
47
|
-
--bs-danger-text-emphasis: #58151c;
|
|
48
|
-
--bs-light-text-emphasis: #495057;
|
|
49
|
-
--bs-dark-text-emphasis: #495057;
|
|
50
|
-
--bs-primary-bg-subtle: #cfe2ff;
|
|
51
|
-
--bs-secondary-bg-subtle: #e2e3e5;
|
|
52
|
-
--bs-success-bg-subtle: #d1e7dd;
|
|
53
|
-
--bs-info-bg-subtle: #cff4fc;
|
|
54
|
-
--bs-warning-bg-subtle: #fff3cd;
|
|
55
|
-
--bs-danger-bg-subtle: #f8d7da;
|
|
56
|
-
--bs-light-bg-subtle: #fcfcfd;
|
|
57
|
-
--bs-dark-bg-subtle: #ced4da;
|
|
58
|
-
--bs-primary-border-subtle: #9ec5fe;
|
|
59
|
-
--bs-secondary-border-subtle: #c4c8cb;
|
|
60
|
-
--bs-success-border-subtle: #a3cfbb;
|
|
61
|
-
--bs-info-border-subtle: #9eeaf9;
|
|
62
|
-
--bs-warning-border-subtle: #ffe69c;
|
|
63
|
-
--bs-danger-border-subtle: #f1aeb5;
|
|
64
|
-
--bs-light-border-subtle: #e9ecef;
|
|
65
|
-
--bs-dark-border-subtle: #adb5bd;
|
|
66
|
-
--bs-white-rgb: 255, 255, 255;
|
|
67
|
-
--bs-black-rgb: 0, 0, 0;
|
|
68
|
-
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
69
|
-
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
70
|
-
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
71
|
-
--bs-body-font-family: var(--bs-font-sans-serif);
|
|
72
|
-
--bs-body-font-size: 1rem;
|
|
73
|
-
--bs-body-font-weight: 400;
|
|
74
|
-
--bs-body-line-height: 1.5;
|
|
75
|
-
--bs-body-color: #212529;
|
|
76
|
-
--bs-body-color-rgb: 33, 37, 41;
|
|
77
|
-
--bs-body-bg: #fff;
|
|
78
|
-
--bs-body-bg-rgb: 255, 255, 255;
|
|
79
|
-
--bs-emphasis-color: #000;
|
|
80
|
-
--bs-emphasis-color-rgb: 0, 0, 0;
|
|
81
|
-
--bs-secondary-color: rgba(33, 37, 41, 0.75);
|
|
82
|
-
--bs-secondary-color-rgb: 33, 37, 41;
|
|
83
|
-
--bs-secondary-bg: #e9ecef;
|
|
84
|
-
--bs-secondary-bg-rgb: 233, 236, 239;
|
|
85
|
-
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
|
|
86
|
-
--bs-tertiary-color-rgb: 33, 37, 41;
|
|
87
|
-
--bs-tertiary-bg: #f8f9fa;
|
|
88
|
-
--bs-tertiary-bg-rgb: 248, 249, 250;
|
|
89
|
-
--bs-heading-color: inherit;
|
|
90
|
-
--bs-link-color: #0d6efd;
|
|
91
|
-
--bs-link-color-rgb: 13, 110, 253;
|
|
92
|
-
--bs-link-decoration: underline;
|
|
93
|
-
--bs-link-hover-color: #0a58ca;
|
|
94
|
-
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
95
|
-
--bs-code-color: #d63384;
|
|
96
|
-
--bs-highlight-color: #212529;
|
|
97
|
-
--bs-highlight-bg: #fff3cd;
|
|
98
|
-
--bs-border-width: 1px;
|
|
99
|
-
--bs-border-style: solid;
|
|
100
|
-
--bs-border-color: #dee2e6;
|
|
101
|
-
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
102
|
-
--bs-border-radius: 0.375rem;
|
|
103
|
-
--bs-border-radius-sm: 0.25rem;
|
|
104
|
-
--bs-border-radius-lg: 0.5rem;
|
|
105
|
-
--bs-border-radius-xl: 1rem;
|
|
106
|
-
--bs-border-radius-xxl: 2rem;
|
|
107
|
-
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
108
|
-
--bs-border-radius-pill: 50rem;
|
|
109
|
-
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
110
|
-
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
111
|
-
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
|
|
112
|
-
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
113
|
-
--bs-focus-ring-width: 0.25rem;
|
|
114
|
-
--bs-focus-ring-opacity: 0.25;
|
|
115
|
-
--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
|
|
116
|
-
--bs-form-valid-color: #198754;
|
|
117
|
-
--bs-form-valid-border-color: #198754;
|
|
118
|
-
--bs-form-invalid-color: #dc3545;
|
|
119
|
-
--bs-form-invalid-border-color: #dc3545;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
[data-bs-theme=dark] {
|
|
123
|
-
color-scheme: dark;
|
|
124
|
-
--bs-body-color: #dee2e6;
|
|
125
|
-
--bs-body-color-rgb: 222, 226, 230;
|
|
126
|
-
--bs-body-bg: #212529;
|
|
127
|
-
--bs-body-bg-rgb: 33, 37, 41;
|
|
128
|
-
--bs-emphasis-color: #fff;
|
|
129
|
-
--bs-emphasis-color-rgb: 255, 255, 255;
|
|
130
|
-
--bs-secondary-color: rgba(222, 226, 230, 0.75);
|
|
131
|
-
--bs-secondary-color-rgb: 222, 226, 230;
|
|
132
|
-
--bs-secondary-bg: #343a40;
|
|
133
|
-
--bs-secondary-bg-rgb: 52, 58, 64;
|
|
134
|
-
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
135
|
-
--bs-tertiary-color-rgb: 222, 226, 230;
|
|
136
|
-
--bs-tertiary-bg: #2b3035;
|
|
137
|
-
--bs-tertiary-bg-rgb: 43, 48, 53;
|
|
138
|
-
--bs-primary-text-emphasis: #6ea8fe;
|
|
139
|
-
--bs-secondary-text-emphasis: #a7acb1;
|
|
140
|
-
--bs-success-text-emphasis: #75b798;
|
|
141
|
-
--bs-info-text-emphasis: #6edff6;
|
|
142
|
-
--bs-warning-text-emphasis: #ffda6a;
|
|
143
|
-
--bs-danger-text-emphasis: #ea868f;
|
|
144
|
-
--bs-light-text-emphasis: #f8f9fa;
|
|
145
|
-
--bs-dark-text-emphasis: #dee2e6;
|
|
146
|
-
--bs-primary-bg-subtle: #031633;
|
|
147
|
-
--bs-secondary-bg-subtle: #161719;
|
|
148
|
-
--bs-success-bg-subtle: #051b11;
|
|
149
|
-
--bs-info-bg-subtle: #032830;
|
|
150
|
-
--bs-warning-bg-subtle: #332701;
|
|
151
|
-
--bs-danger-bg-subtle: #2c0b0e;
|
|
152
|
-
--bs-light-bg-subtle: #343a40;
|
|
153
|
-
--bs-dark-bg-subtle: #1a1d20;
|
|
154
|
-
--bs-primary-border-subtle: #084298;
|
|
155
|
-
--bs-secondary-border-subtle: #41464b;
|
|
156
|
-
--bs-success-border-subtle: #0f5132;
|
|
157
|
-
--bs-info-border-subtle: #087990;
|
|
158
|
-
--bs-warning-border-subtle: #997404;
|
|
159
|
-
--bs-danger-border-subtle: #842029;
|
|
160
|
-
--bs-light-border-subtle: #495057;
|
|
161
|
-
--bs-dark-border-subtle: #343a40;
|
|
162
|
-
--bs-heading-color: inherit;
|
|
163
|
-
--bs-link-color: #6ea8fe;
|
|
164
|
-
--bs-link-hover-color: #8bb9fe;
|
|
165
|
-
--bs-link-color-rgb: 110, 168, 254;
|
|
166
|
-
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
167
|
-
--bs-code-color: #e685b5;
|
|
168
|
-
--bs-highlight-color: #dee2e6;
|
|
169
|
-
--bs-highlight-bg: #664d03;
|
|
170
|
-
--bs-border-color: #495057;
|
|
171
|
-
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
172
|
-
--bs-form-valid-color: #75b798;
|
|
173
|
-
--bs-form-valid-border-color: #75b798;
|
|
174
|
-
--bs-form-invalid-color: #ea868f;
|
|
175
|
-
--bs-form-invalid-border-color: #ea868f;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.spinner-grow,
|
|
179
|
-
.spinner-border {
|
|
180
|
-
display: inline-block;
|
|
181
|
-
width: var(--bs-spinner-width);
|
|
182
|
-
height: var(--bs-spinner-height);
|
|
183
|
-
vertical-align: var(--bs-spinner-vertical-align);
|
|
184
|
-
border-radius: 50%;
|
|
185
|
-
animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
@keyframes spinner-border {
|
|
189
|
-
to {
|
|
190
|
-
transform: rotate(360deg) /* rtl:ignore */;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
.spinner-border {
|
|
194
|
-
--bs-spinner-width: 2rem;
|
|
195
|
-
--bs-spinner-height: 2rem;
|
|
196
|
-
--bs-spinner-vertical-align: -0.125em;
|
|
197
|
-
--bs-spinner-border-width: 0.25em;
|
|
198
|
-
--bs-spinner-animation-speed: 0.75s;
|
|
199
|
-
--bs-spinner-animation-name: spinner-border;
|
|
200
|
-
border: var(--bs-spinner-border-width) solid currentcolor;
|
|
201
|
-
border-right-color: transparent;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.spinner-border-sm {
|
|
205
|
-
--bs-spinner-width: 1rem;
|
|
206
|
-
--bs-spinner-height: 1rem;
|
|
207
|
-
--bs-spinner-border-width: 0.2em;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
@keyframes spinner-grow {
|
|
211
|
-
0% {
|
|
212
|
-
transform: scale(0);
|
|
213
|
-
}
|
|
214
|
-
50% {
|
|
215
|
-
opacity: 1;
|
|
216
|
-
transform: none;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
.spinner-grow {
|
|
220
|
-
--bs-spinner-width: 2rem;
|
|
221
|
-
--bs-spinner-height: 2rem;
|
|
222
|
-
--bs-spinner-vertical-align: -0.125em;
|
|
223
|
-
--bs-spinner-animation-speed: 0.75s;
|
|
224
|
-
--bs-spinner-animation-name: spinner-grow;
|
|
225
|
-
background-color: currentcolor;
|
|
226
|
-
opacity: 0;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.spinner-grow-sm {
|
|
230
|
-
--bs-spinner-width: 1rem;
|
|
231
|
-
--bs-spinner-height: 1rem;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
@media (prefers-reduced-motion: reduce) {
|
|
235
|
-
.spinner-border,
|
|
236
|
-
.spinner-grow {
|
|
237
|
-
--bs-spinner-animation-speed: 1.5s;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
.clearfix::after {
|
|
241
|
-
display: block;
|
|
242
|
-
clear: both;
|
|
243
|
-
content: "";
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.text-bg-primary {
|
|
247
|
-
color: #fff !important;
|
|
248
|
-
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.text-bg-secondary {
|
|
252
|
-
color: #fff !important;
|
|
253
|
-
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.text-bg-success {
|
|
257
|
-
color: #fff !important;
|
|
258
|
-
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.text-bg-info {
|
|
262
|
-
color: #000 !important;
|
|
263
|
-
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.text-bg-warning {
|
|
267
|
-
color: #000 !important;
|
|
268
|
-
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.text-bg-danger {
|
|
272
|
-
color: #fff !important;
|
|
273
|
-
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.text-bg-light {
|
|
277
|
-
color: #000 !important;
|
|
278
|
-
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.text-bg-dark {
|
|
282
|
-
color: #fff !important;
|
|
283
|
-
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.link-primary {
|
|
287
|
-
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
288
|
-
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
289
|
-
}
|
|
290
|
-
.link-primary:hover, .link-primary:focus {
|
|
291
|
-
color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
|
|
292
|
-
text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.link-secondary {
|
|
296
|
-
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
|
|
297
|
-
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
298
|
-
}
|
|
299
|
-
.link-secondary:hover, .link-secondary:focus {
|
|
300
|
-
color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
|
|
301
|
-
text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.link-success {
|
|
305
|
-
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
|
|
306
|
-
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
307
|
-
}
|
|
308
|
-
.link-success:hover, .link-success:focus {
|
|
309
|
-
color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
|
|
310
|
-
text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.link-info {
|
|
314
|
-
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
|
|
315
|
-
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
316
|
-
}
|
|
317
|
-
.link-info:hover, .link-info:focus {
|
|
318
|
-
color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
|
|
319
|
-
text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.link-warning {
|
|
323
|
-
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
|
|
324
|
-
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
325
|
-
}
|
|
326
|
-
.link-warning:hover, .link-warning:focus {
|
|
327
|
-
color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
|
|
328
|
-
text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.link-danger {
|
|
332
|
-
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
|
|
333
|
-
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
334
|
-
}
|
|
335
|
-
.link-danger:hover, .link-danger:focus {
|
|
336
|
-
color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
|
|
337
|
-
text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.link-light {
|
|
341
|
-
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
|
|
342
|
-
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
343
|
-
}
|
|
344
|
-
.link-light:hover, .link-light:focus {
|
|
345
|
-
color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
|
|
346
|
-
text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.link-dark {
|
|
350
|
-
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
|
|
351
|
-
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
352
|
-
}
|
|
353
|
-
.link-dark:hover, .link-dark:focus {
|
|
354
|
-
color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
|
|
355
|
-
text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.link-body-emphasis {
|
|
359
|
-
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
|
|
360
|
-
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
361
|
-
}
|
|
362
|
-
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
363
|
-
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
|
|
364
|
-
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.focus-ring:focus {
|
|
368
|
-
outline: 0;
|
|
369
|
-
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.icon-link {
|
|
373
|
-
display: inline-flex;
|
|
374
|
-
gap: 0.375rem;
|
|
375
|
-
align-items: center;
|
|
376
|
-
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
|
|
377
|
-
text-underline-offset: 0.25em;
|
|
378
|
-
backface-visibility: hidden;
|
|
379
|
-
}
|
|
380
|
-
.icon-link > .bi {
|
|
381
|
-
flex-shrink: 0;
|
|
382
|
-
width: 1em;
|
|
383
|
-
height: 1em;
|
|
384
|
-
fill: currentcolor;
|
|
385
|
-
transition: 0.2s ease-in-out transform;
|
|
386
|
-
}
|
|
387
|
-
@media (prefers-reduced-motion: reduce) {
|
|
388
|
-
.icon-link > .bi {
|
|
389
|
-
transition: none;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
|
|
394
|
-
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.ratio {
|
|
398
|
-
position: relative;
|
|
399
|
-
width: 100%;
|
|
400
|
-
}
|
|
401
|
-
.ratio::before {
|
|
402
|
-
display: block;
|
|
403
|
-
padding-top: var(--bs-aspect-ratio);
|
|
404
|
-
content: "";
|
|
405
|
-
}
|
|
406
|
-
.ratio > * {
|
|
407
|
-
position: absolute;
|
|
408
|
-
top: 0;
|
|
409
|
-
left: 0;
|
|
410
|
-
width: 100%;
|
|
411
|
-
height: 100%;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.ratio-1x1 {
|
|
415
|
-
--bs-aspect-ratio: 100%;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.ratio-4x3 {
|
|
419
|
-
--bs-aspect-ratio: 75%;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.ratio-16x9 {
|
|
423
|
-
--bs-aspect-ratio: 56.25%;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.ratio-21x9 {
|
|
427
|
-
--bs-aspect-ratio: 42.8571428571%;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.fixed-top {
|
|
431
|
-
position: fixed;
|
|
432
|
-
top: 0;
|
|
433
|
-
right: 0;
|
|
434
|
-
left: 0;
|
|
435
|
-
z-index: 1030;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.fixed-bottom {
|
|
439
|
-
position: fixed;
|
|
440
|
-
right: 0;
|
|
441
|
-
bottom: 0;
|
|
442
|
-
left: 0;
|
|
443
|
-
z-index: 1030;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.sticky-top {
|
|
447
|
-
position: sticky;
|
|
448
|
-
top: 0;
|
|
449
|
-
z-index: 1020;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.sticky-bottom {
|
|
453
|
-
position: sticky;
|
|
454
|
-
bottom: 0;
|
|
455
|
-
z-index: 1020;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
@media (min-width: 576px) {
|
|
459
|
-
.sticky-sm-top {
|
|
460
|
-
position: sticky;
|
|
461
|
-
top: 0;
|
|
462
|
-
z-index: 1020;
|
|
463
|
-
}
|
|
464
|
-
.sticky-sm-bottom {
|
|
465
|
-
position: sticky;
|
|
466
|
-
bottom: 0;
|
|
467
|
-
z-index: 1020;
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
@media (min-width: 768px) {
|
|
471
|
-
.sticky-md-top {
|
|
472
|
-
position: sticky;
|
|
473
|
-
top: 0;
|
|
474
|
-
z-index: 1020;
|
|
475
|
-
}
|
|
476
|
-
.sticky-md-bottom {
|
|
477
|
-
position: sticky;
|
|
478
|
-
bottom: 0;
|
|
479
|
-
z-index: 1020;
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
@media (min-width: 992px) {
|
|
483
|
-
.sticky-lg-top {
|
|
484
|
-
position: sticky;
|
|
485
|
-
top: 0;
|
|
486
|
-
z-index: 1020;
|
|
487
|
-
}
|
|
488
|
-
.sticky-lg-bottom {
|
|
489
|
-
position: sticky;
|
|
490
|
-
bottom: 0;
|
|
491
|
-
z-index: 1020;
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
@media (min-width: 1200px) {
|
|
495
|
-
.sticky-xl-top {
|
|
496
|
-
position: sticky;
|
|
497
|
-
top: 0;
|
|
498
|
-
z-index: 1020;
|
|
499
|
-
}
|
|
500
|
-
.sticky-xl-bottom {
|
|
501
|
-
position: sticky;
|
|
502
|
-
bottom: 0;
|
|
503
|
-
z-index: 1020;
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
@media (min-width: 1400px) {
|
|
507
|
-
.sticky-xxl-top {
|
|
508
|
-
position: sticky;
|
|
509
|
-
top: 0;
|
|
510
|
-
z-index: 1020;
|
|
511
|
-
}
|
|
512
|
-
.sticky-xxl-bottom {
|
|
513
|
-
position: sticky;
|
|
514
|
-
bottom: 0;
|
|
515
|
-
z-index: 1020;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
.hstack {
|
|
519
|
-
display: flex;
|
|
520
|
-
flex-direction: row;
|
|
521
|
-
align-items: center;
|
|
522
|
-
align-self: stretch;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.vstack {
|
|
526
|
-
display: flex;
|
|
527
|
-
flex: 1 1 auto;
|
|
528
|
-
flex-direction: column;
|
|
529
|
-
align-self: stretch;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.visually-hidden,
|
|
533
|
-
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
534
|
-
width: 1px !important;
|
|
535
|
-
height: 1px !important;
|
|
536
|
-
padding: 0 !important;
|
|
537
|
-
margin: -1px !important;
|
|
538
|
-
overflow: hidden !important;
|
|
539
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
540
|
-
white-space: nowrap !important;
|
|
541
|
-
border: 0 !important;
|
|
542
|
-
}
|
|
543
|
-
.visually-hidden:not(caption),
|
|
544
|
-
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
545
|
-
position: absolute !important;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.stretched-link::after {
|
|
549
|
-
position: absolute;
|
|
550
|
-
top: 0;
|
|
551
|
-
right: 0;
|
|
552
|
-
bottom: 0;
|
|
553
|
-
left: 0;
|
|
554
|
-
z-index: 1;
|
|
555
|
-
content: "";
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.text-truncate {
|
|
559
|
-
overflow: hidden;
|
|
560
|
-
text-overflow: ellipsis;
|
|
561
|
-
white-space: nowrap;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.vr {
|
|
565
|
-
display: inline-block;
|
|
566
|
-
align-self: stretch;
|
|
567
|
-
width: var(--bs-border-width);
|
|
568
|
-
min-height: 1em;
|
|
569
|
-
background-color: currentcolor;
|
|
570
|
-
opacity: 0.25;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
1
|
@keyframes pulseAnimation {
|
|
574
2
|
0% {
|
|
575
3
|
opacity: 0.6;
|
|
@@ -580,4 +8,4 @@
|
|
|
580
8
|
100% {
|
|
581
9
|
opacity: 0.6;
|
|
582
10
|
}
|
|
583
|
-
}
|
|
11
|
+
}
|
|
@@ -37,13 +37,13 @@ export class Skeleton {
|
|
|
37
37
|
render() {
|
|
38
38
|
const TagType = this.component;
|
|
39
39
|
const combinedStyle = Object.assign(Object.assign(Object.assign({}, this.styles), this.getVariantStyle()), { animation: `pulseAnimation 2s ease-in-out 0.5s infinite`, width: this.width, height: this.height, backgroundColor: 'var(--jfi-skeleton-waveAnimation-bg, #f5f5f5)' });
|
|
40
|
-
return (h(Host, { key: '
|
|
40
|
+
return (h(Host, { key: '26efc1854b82225ebde973c9753c856b5021730c' }, h(TagType, { key: '81a6b8097f3b712eadc111a8d402632d058efe69', class: this.componentClassName, style: combinedStyle })));
|
|
41
41
|
}
|
|
42
42
|
static get is() { return "justifi-skeleton"; }
|
|
43
43
|
static get encapsulation() { return "shadow"; }
|
|
44
44
|
static get originalStyleUrls() {
|
|
45
45
|
return {
|
|
46
|
-
"$": ["skeleton.
|
|
46
|
+
"$": ["skeleton.css"]
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
static get styleUrls() {
|
|
@@ -7,20 +7,9 @@ export class SubaccountAccountDetails {
|
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
9
|
var _a, _b, _c;
|
|
10
|
-
return (h(Host, { key: '
|
|
10
|
+
return (h(Host, { key: 'e1fb5d12ceaebcdf9645bb87d737140cf91284ef' }, h("div", { key: '8af4015b074993367606a1e2ac529c8550bbc417', class: 'p-2' }, h(DetailSectionTitle, { key: 'ef64ecc4fa8950199f79a278825ba8e637d0ae2f', sectionTitle: 'Account Details' }), h("div", { key: '75135c47d475634b1531813cf001996ca049827f', class: "d-table gap-2 w-100" }, h("div", { key: '244e128a9faf2efe03137491683fcec13b19b11c', class: "row gy-3" }, h("div", { key: '6e2cc578f6c88482612d10ecb237d50c95a5f8b2', class: "col-12 col-md-6" }, h(DetailItem, { key: '91e1203a0f54c0f6a031973639cc0b7ee067b616', title: 'Name', value: (_a = this.subaccount) === null || _a === void 0 ? void 0 : _a.name }), h(DetailItem, { key: '97294360161d70802588bf6b4ce551b9e9a38fda', title: 'Terms of Service Accepted', value: (_c = (_b = this.onboardingData) === null || _b === void 0 ? void 0 : _b.payload) === null || _c === void 0 ? void 0 : _c.terms_and_conditions.accepted.toString() }), h(DetailItem, { key: '0e81cf82f9e8c4bf12f816866775199a3b3f9ebd', title: 'Business Entity', value: 'something here' })))))));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "subaccount-account-details"; }
|
|
13
|
-
static get encapsulation() { return "shadow"; }
|
|
14
|
-
static get originalStyleUrls() {
|
|
15
|
-
return {
|
|
16
|
-
"$": ["subaccount-account-details.scss"]
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
static get styleUrls() {
|
|
20
|
-
return {
|
|
21
|
-
"$": ["subaccount-account-details.css"]
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
13
|
static get properties() {
|
|
25
14
|
return {
|
|
26
15
|
"subaccount": {
|
|
@@ -6,20 +6,9 @@ export class SubaccountBankDetails {
|
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
8
|
var _a, _b, _c, _d, _e;
|
|
9
|
-
return (h(Host, { key: '
|
|
9
|
+
return (h(Host, { key: 'acff32b2be7082d822aa91b10866bf8dec0b2c0b' }, h(DetailSectionTitle, { key: 'a292e06e625d2c4feb816b16ef59b7d35d619499', sectionTitle: 'Bank Account Details' }), h("div", { key: '58849047be2730d62dbfa66f00d7a941a54bcae2', class: "d-table gap-2 w-100" }, h("div", { key: '8ffc6377b1853f1502af07bfe0000d1431712fed', class: "row gy-3" }, h("div", { key: 'ac6c67db8beeefe14ae0f40e07b9bf01cb27228a', class: "col-12 col-md-6" }, h(DetailItem, { key: 'c2f63fa39c723ad3843b9cd49988f917a43f8420', title: "Bank Name", value: (_a = this.data) === null || _a === void 0 ? void 0 : _a.bank_name }), h(DetailItem, { key: 'ff0a37c2439f78a7c582ed885f7f17df0ac22a9e', title: "Account Type", value: (_b = this.data) === null || _b === void 0 ? void 0 : _b.account_type }), h(DetailItem, { key: '18ce387aa03aa4b41e9676a4829ebb6f13adc024', title: "Account Number", value: (_c = this.data) === null || _c === void 0 ? void 0 : _c.account_number }), h(DetailItem, { key: 'ae8d33a05902d2f3a0ab0d711efe6832959897a4', title: "Routing Number", value: (_d = this.data) === null || _d === void 0 ? void 0 : _d.routing_number }), h(DetailItem, { key: '2829eece60a0956d8cba442e717b5f3cc3cfd5be', title: "Account Nickname", value: (_e = this.data) === null || _e === void 0 ? void 0 : _e.account_nickname }))))));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "subaccount-bank-details"; }
|
|
12
|
-
static get encapsulation() { return "shadow"; }
|
|
13
|
-
static get originalStyleUrls() {
|
|
14
|
-
return {
|
|
15
|
-
"$": ["subaccount-bank-details.scss"]
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
static get styleUrls() {
|
|
19
|
-
return {
|
|
20
|
-
"$": ["subaccount-bank-details.css"]
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
12
|
static get properties() {
|
|
24
13
|
return {
|
|
25
14
|
"data": {
|