@justifi/webcomponents 4.16.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-423b2bb5.js → Analytics-d4aa8c07.js} +1 -1
- package/dist/cjs/{SubAccount-4f4fac22.js → SubAccount-135ff8c8.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +13 -13
- package/dist/cjs/{business-additional-questions-schema-606d1292.js → business-additional-questions-schema-cf545610.js} +2 -2
- package/dist/cjs/business-details-core.cjs.entry.js +6 -9
- package/dist/cjs/form-alert_5.cjs.entry.js +3 -3
- package/dist/cjs/form-control-checkbox_5.cjs.entry.js +10 -13
- 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 +2 -2
- 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} +3 -40
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-error-text_4.cjs.entry.js → form-control-select_2.cjs.entry.js} +3 -33
- package/dist/cjs/get-payout-csv-e4e4771a.js +48 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +5 -5
- 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 +9 -12
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +16 -1680
- package/dist/cjs/justifi-business-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +9 -8
- package/dist/cjs/justifi-business-list.cjs.entry.js +4 -7
- package/dist/cjs/justifi-card-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +21 -9
- package/dist/cjs/justifi-checkout.cjs.entry.js +12 -4
- 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 +73 -28
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +4 -7
- package/dist/cjs/justifi-payment-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +9 -8
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1688 -0
- 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 +4 -7
- package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -3
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +14 -9
- 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 +6 -9
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-table_2.cjs.entry.js +8 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-b40227dd.js → package-5fee1ffb.js} +1 -1
- package/dist/cjs/{payload-parsers-6e4cf5d7.js → payload-parsers-1cbc3b57.js} +3 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +11 -14
- package/dist/cjs/payments-list-core.cjs.entry.js +7 -7
- package/dist/cjs/payout-details-core.cjs.entry.js +19 -8
- package/dist/cjs/payouts-list-core.cjs.entry.js +29 -8
- package/dist/cjs/{schema-validations-9668fd79.js → schema-validations-2733de42.js} +3 -4
- package/dist/cjs/styled-host-b8bed12a.js +14 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +7 -23
- 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-17869710.js → utils-80191fbe.js} +6 -0
- package/dist/cjs/{utils-fd644316.js → utils-8c3bf659.js} +13 -4
- package/dist/cjs/{utils-0c3168ef.js → utils-c1d2e426.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Checkout.js +0 -1
- package/dist/collection/api/services/payout.service.js +5 -0
- package/dist/collection/assets/download-icon.js +2 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/billing-form/billing-form.css +2 -8162
- package/dist/collection/components/billing-form/billing-form.js +5 -4
- 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/additional-questions/additional-questions.js +1 -1
- 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 -5
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +3 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -4
- 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/schemas/business-core-info-schema.js +1 -1
- package/dist/collection/components/business-forms/schemas/schema-helpers.js +0 -1
- package/dist/collection/components/business-forms/schemas/schema-validations.js +4 -4
- 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 +68 -8
- package/dist/collection/components/checkout/checkout.js +59 -1
- 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 +95 -15
- package/dist/collection/components/checkout/payment-method-option-utils.js +2 -0
- package/dist/collection/components/checkout/payment-method-options.css +1 -7080
- package/dist/collection/components/checkout/payment-method-options.js +101 -17
- package/dist/collection/components/checkout/save-new-payment-method.js +38 -0
- package/dist/collection/components/checkout/saved-payment-method.js +12 -5
- package/dist/collection/components/checkout/sezzle-payment-method.js +12 -5
- package/dist/collection/components/details/details.js +3 -12
- package/dist/collection/components/form/form-control-checkbox.js +1 -1
- package/dist/collection/components/form/form-control-date.js +1 -1
- package/dist/collection/components/form/form-control-file.js +1 -1
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/form/form-control-number-masked.js +1 -1
- package/dist/collection/components/form/form-control-number.js +1 -1
- package/dist/collection/components/form/form-control-select.js +1 -1
- package/dist/collection/components/form/form-control-text.js +1 -1
- package/dist/collection/components/form/utils.js +12 -3
- 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/collection/utils/utils.js +5 -0
- package/dist/docs.json +546 -64
- package/dist/esm/{Analytics-17c33e9e.js → Analytics-29fac206.js} +1 -1
- package/dist/esm/{SubAccount-8bf9cb0c.js → SubAccount-7fcb1450.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +13 -13
- package/dist/esm/{business-additional-questions-schema-b00a73ba.js → business-additional-questions-schema-956e3caf.js} +2 -2
- package/dist/esm/business-details-core.entry.js +6 -9
- package/dist/esm/form-alert_5.entry.js +3 -3
- package/dist/esm/form-control-checkbox_5.entry.js +10 -13
- 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 +2 -2
- 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} +4 -40
- package/dist/esm/form-control-number.entry.js +2 -2
- package/dist/esm/{form-control-error-text_4.entry.js → form-control-select_2.entry.js} +4 -32
- package/dist/esm/get-payout-csv-9b4aaada.js +45 -0
- package/dist/esm/gross-payment-chart-core.entry.js +5 -5
- 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 +10 -13
- package/dist/esm/justifi-bank-account-form.entry.js +3 -3
- package/dist/esm/justifi-billing-form_2.entry.js +16 -1680
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +9 -8
- package/dist/esm/justifi-business-list.entry.js +4 -7
- package/dist/esm/justifi-card-form.entry.js +3 -3
- package/dist/esm/justifi-checkout-core.entry.js +21 -9
- package/dist/esm/justifi-checkout.entry.js +12 -4
- 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 +73 -28
- package/dist/esm/justifi-payment-balance-transactions.entry.js +4 -7
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-form.entry.js +9 -8
- package/dist/esm/justifi-payment-method-form.entry.js +1684 -0
- 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 +4 -7
- package/dist/esm/justifi-refund-form.entry.js +4 -3
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +14 -9
- 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 +6 -9
- package/dist/esm/justifi-subaccounts-list.entry.js +4 -4
- package/dist/esm/justifi-table_2.entry.js +8 -12
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-02a6e473.js → package-1123f528.js} +1 -1
- package/dist/esm/{payload-parsers-a9e8f8cc.js → payload-parsers-acb719d1.js} +3 -1
- package/dist/esm/payment-details-core.entry.js +11 -14
- package/dist/esm/payments-list-core.entry.js +7 -7
- package/dist/esm/payout-details-core.entry.js +19 -8
- package/dist/esm/payouts-list-core.entry.js +29 -8
- package/dist/esm/{schema-validations-770bdf3e.js → schema-validations-a83ff220.js} +3 -4
- package/dist/esm/styled-host-57aae7fa.js +12 -0
- package/dist/esm/subaccount-account-details_4.entry.js +7 -23
- 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-61a21dea.js → utils-5f4c4faa.js} +6 -1
- package/dist/esm/{utils-8de964da.js → utils-f4c4ba7d.js} +13 -4
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/additional-questions-details2.js +3 -4
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/billing-form.js +5 -4
- package/dist/module/business-additional-questions-form-step.js +1 -1
- package/dist/module/business-core-info-form-step.js +3 -2
- package/dist/module/business-core-info-schema.js +1 -1
- package/dist/module/business-details-core2.js +5 -8
- package/dist/module/business-representative-form-step.js +1 -4
- package/dist/module/business-terms-conditions-text.js +2 -2
- package/dist/module/checkout-core.js +44 -24
- package/dist/module/details.js +3 -6
- package/dist/module/form-control-checkbox2.js +1 -1
- package/dist/module/form-control-date2.js +1 -1
- package/dist/module/form-control-file2.js +1 -1
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/form-control-number-masked2.js +1 -1
- package/dist/module/form-control-number.js +1 -1
- package/dist/module/form-control-select2.js +1 -1
- package/dist/module/form-control-text2.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-checkout.js +35 -20
- package/dist/module/justifi-payment-balance-transactions.js +5 -9
- 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-save-new-payment-method.d.ts +11 -0
- package/dist/module/justifi-save-new-payment-method.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +1 -2
- package/dist/module/justifi-subaccount-details.js +4 -7
- package/dist/module/justifi-subaccounts-list.js +2 -2
- package/dist/module/legal-address-details2.js +3 -4
- package/dist/module/new-payment-method.js +52 -24
- package/dist/module/owner-details2.js +3 -4
- package/dist/module/owner-form.js +2 -5
- 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 +10 -13
- package/dist/module/payment-method-options.js +56 -28
- 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 +26 -8
- package/dist/module/payout-details-core2.js +19 -7
- package/dist/module/payouts-list-core2.js +49 -9
- package/dist/module/representative-details2.js +3 -4
- package/dist/module/save-new-payment-method.js +36 -0
- package/dist/module/saved-payment-method.js +7 -2
- package/dist/module/schema-validations.js +3 -4
- package/dist/module/season-interruption-insurance-core.js +12 -7
- package/dist/module/sezzle-payment-method.js +5 -2
- 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 +3 -8
- 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/module/utils2.js +6 -1
- package/dist/module/utils3.js +12 -3
- package/dist/types/api/Checkout.d.ts +6 -0
- 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/business-forms/owner-form/owner-form.d.ts +0 -1
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +0 -1
- package/dist/types/components/business-forms/schemas/schema-helpers.d.ts +0 -1
- package/dist/types/components/checkout/checkout-core.d.ts +5 -1
- package/dist/types/components/checkout/checkout.d.ts +5 -0
- package/dist/types/components/checkout/new-payment-method.d.ts +8 -2
- package/dist/types/components/checkout/payment-method-option-utils.d.ts +1 -0
- package/dist/types/components/checkout/payment-method-options.d.ts +6 -2
- package/dist/types/components/checkout/payment-method-payload.d.ts +1 -0
- package/dist/types/components/checkout/save-new-payment-method.d.ts +7 -0
- package/dist/types/components/checkout/saved-payment-method.d.ts +1 -1
- package/dist/types/components/checkout/sezzle-payment-method.d.ts +1 -1
- package/dist/types/components/form/utils.d.ts +1 -1
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +6 -4
- 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 +83 -12
- package/dist/types/utils/styled-host/styled-host.d.ts +3 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/webcomponents/{p-851e57f4.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-7c28a80d.entry.js → p-0dca0770.entry.js} +1 -1
- package/dist/webcomponents/p-0e4a54c8.entry.js +1 -0
- 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-ebce7b2f.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-2af3672b.entry.js +1 -0
- 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-3fd13ca3.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-808c8988.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-66758365.entry.js +1 -0
- package/dist/webcomponents/{p-3394ff6c.js → p-667a5aa8.js} +1 -1
- package/dist/webcomponents/p-67e497aa.entry.js +1 -0
- package/dist/webcomponents/p-68fd8283.js +1 -0
- 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-3a7e0753.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-89887332.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-3f06ce2f.entry.js → p-9631b768.entry.js} +1 -1
- package/dist/webcomponents/p-9e7c3231.entry.js +1 -0
- package/dist/webcomponents/{p-9601cf9d.entry.js → p-bb32b91c.entry.js} +1 -1
- package/dist/webcomponents/p-bbc18b9f.entry.js +1 -0
- package/dist/webcomponents/{p-4b4fc43d.js → p-c4264aaf.js} +1 -1
- package/dist/webcomponents/p-cb9ee476.entry.js +1 -0
- package/dist/webcomponents/p-d083a342.entry.js +1 -0
- package/dist/webcomponents/{p-288c95b3.entry.js → p-d5612f35.entry.js} +1 -1
- package/dist/webcomponents/p-debeefbb.entry.js +1 -0
- package/dist/webcomponents/{p-e3a31451.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-fee616cf.entry.js → p-e85ef4af.entry.js} +1 -1
- package/dist/webcomponents/{p-fb53112b.js → p-e8c651b8.js} +1 -1
- package/dist/webcomponents/p-ea7c77a3.entry.js +1 -0
- package/dist/webcomponents/{p-2451611d.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-023fe908.entry.js +0 -1
- package/dist/webcomponents/p-038fb958.entry.js +0 -1
- package/dist/webcomponents/p-06baf263.entry.js +0 -1
- package/dist/webcomponents/p-0f10316f.entry.js +0 -1
- package/dist/webcomponents/p-144e4bda.js +0 -1
- package/dist/webcomponents/p-1e53021d.entry.js +0 -1
- package/dist/webcomponents/p-1feebf9c.entry.js +0 -1
- package/dist/webcomponents/p-26779944.entry.js +0 -1
- package/dist/webcomponents/p-306aea52.entry.js +0 -1
- package/dist/webcomponents/p-31031d15.entry.js +0 -1
- package/dist/webcomponents/p-4791c1f2.entry.js +0 -1
- package/dist/webcomponents/p-4b260a52.entry.js +0 -1
- package/dist/webcomponents/p-56275f64.entry.js +0 -1
- package/dist/webcomponents/p-64d1aeb8.entry.js +0 -1
- package/dist/webcomponents/p-65969627.entry.js +0 -19
- package/dist/webcomponents/p-68f3a7b0.entry.js +0 -1
- package/dist/webcomponents/p-6b05f357.entry.js +0 -1
- package/dist/webcomponents/p-6ce586e0.entry.js +0 -1
- package/dist/webcomponents/p-71800e4c.js +0 -1
- package/dist/webcomponents/p-7ae2d26f.entry.js +0 -1
- package/dist/webcomponents/p-88d68804.entry.js +0 -1
- package/dist/webcomponents/p-8a6049ed.js +0 -1
- package/dist/webcomponents/p-8e8f5033.entry.js +0 -1
- package/dist/webcomponents/p-9228912b.entry.js +0 -1
- package/dist/webcomponents/p-923c37a2.entry.js +0 -1
- package/dist/webcomponents/p-9b1e7f5e.entry.js +0 -1
- package/dist/webcomponents/p-9c00adf1.entry.js +0 -1
- package/dist/webcomponents/p-9e5d765c.js +0 -1
- package/dist/webcomponents/p-a33c3e1c.entry.js +0 -1
- package/dist/webcomponents/p-a63a6fb9.js +0 -2
- package/dist/webcomponents/p-b01c0120.entry.js +0 -1
- package/dist/webcomponents/p-b94bf537.entry.js +0 -1
- package/dist/webcomponents/p-bacd9d6e.entry.js +0 -1
- package/dist/webcomponents/p-c85fb952.entry.js +0 -1
- package/dist/webcomponents/p-ca39c89f.js +0 -1
- package/dist/webcomponents/p-d42e284d.entry.js +0 -1
- package/dist/webcomponents/p-e673e681.entry.js +0 -1
- package/dist/webcomponents/p-eefe2f29.entry.js +0 -1
- package/dist/webcomponents/p-f14db665.entry.js +0 -1
- package/dist/webcomponents/p-f18e63c3.entry.js +0 -1
- package/dist/webcomponents/p-f3ae3cb6.entry.js +0 -1
- package/dist/webcomponents/p-fa9773c0.entry.js +0 -1
|
@@ -1,579 +0,0 @@
|
|
|
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
|
-
:host {
|
|
574
|
-
font-family: 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";
|
|
575
|
-
font-size: 1rem;
|
|
576
|
-
font-weight: 400;
|
|
577
|
-
line-height: 1.5;
|
|
578
|
-
color: #212529;
|
|
579
|
-
}
|