@justifi/webcomponents 4.7.3 → 4.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/cjs/{Api-548eaa62.js → Api-a06b996e.js} +35 -35
- package/dist/cjs/{Pagination-cae1dcbd.js → Pagination-0da8f095.js} +5 -5
- package/dist/cjs/Payout-7821eb61.js +183 -0
- package/dist/cjs/SubAccount-b9487cbb.js +107 -0
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +50 -50
- package/dist/cjs/business-form-schema-a2b87e77.js +148 -0
- package/dist/cjs/config-ff2dda66.js +15 -0
- package/dist/cjs/exported-parts-b18c68c2.js +9 -0
- package/dist/cjs/{form-1e732a9d.js → form-2ad3d374.js} +84 -84
- package/dist/cjs/form-control-datepart_2.cjs.entry.js +108 -108
- package/dist/cjs/form-control-monetary.cjs.entry.js +50 -50
- package/dist/cjs/form-control-number_3.cjs.entry.js +108 -108
- package/dist/cjs/helpers-b254d050.js +26 -0
- package/dist/cjs/{index-c5ace247.js → index-4286ac32.js} +189 -51
- package/dist/cjs/{index-5a880722.js → index-fc5339a5.js} +406 -195
- package/dist/cjs/{index.esm-91ec051e.js → index.esm-c08c2adc.js} +61 -30
- package/dist/cjs/justifi-additional-questions_6.cjs.entry.js +372 -372
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +56 -56
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +79 -79
- package/dist/cjs/justifi-business-details.cjs.entry.js +61 -61
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +110 -110
- package/dist/cjs/justifi-business-form.cjs.entry.js +71 -71
- package/dist/cjs/justifi-business-list.cjs.entry.js +128 -128
- package/dist/cjs/justifi-card-form.cjs.entry.js +57 -57
- package/dist/cjs/justifi-details.cjs.entry.js +13 -13
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +125 -125
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +72 -72
- package/dist/cjs/justifi-payment-details.cjs.entry.js +53 -53
- package/dist/cjs/justifi-payment-form.cjs.entry.js +89 -89
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +171 -188
- package/dist/cjs/justifi-payments-list.cjs.entry.js +97 -97
- package/dist/cjs/justifi-payout-details.cjs.entry.js +54 -54
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +120 -119
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +135 -135
- package/dist/cjs/justifi-refund-form.cjs.entry.js +85 -85
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +62 -62
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +84 -84
- package/dist/cjs/justifi-table_2.cjs.entry.js +62 -61
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/select-input_2.cjs.entry.js +38 -38
- package/dist/cjs/state-options-96d05a98.js +246 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +41 -41
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +11 -11
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +11 -11
- package/dist/cjs/{utils-13d069be.js → utils-36bf8b3e.js} +108 -108
- package/dist/cjs/utils-a2ee48ca.js +35 -0
- package/dist/cjs/webcomponents.cjs.js +3 -3
- package/dist/collection/api/Api.js +34 -34
- package/dist/collection/api/Business.js +39 -39
- package/dist/collection/api/Pagination.js +5 -5
- package/dist/collection/api/Payment.js +108 -108
- package/dist/collection/api/Payout.js +33 -33
- package/dist/collection/api/Proceed.js +33 -33
- package/dist/collection/api/SubAccount.js +78 -78
- package/dist/collection/api/mockData/MockOnboardingData.js +108 -108
- package/dist/collection/api/mockData/MockPayments.js +207 -207
- package/dist/collection/api/mockData/MockSubAccount.js +96 -96
- package/dist/collection/api/mockData/mockGrossVolumeReport.js +123 -123
- package/dist/collection/collection-manifest.json +4 -4
- package/dist/collection/components/bank-account-form/bank-account-form.js +260 -259
- package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js +10 -10
- package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js +38 -38
- package/dist/collection/components/billing-form/billing-form-schema.js +6 -6
- package/dist/collection/components/billing-form/billing-form.css +16 -12
- package/dist/collection/components/billing-form/billing-form.js +177 -179
- package/dist/collection/components/billing-form/state-options.js +240 -240
- package/dist/collection/components/billing-form/test/billing-form.spec.js +50 -50
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.css +23 -16
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +43 -43
- package/dist/collection/components/business-details/business-details.css +11 -4
- package/dist/collection/components/business-details/business-details.js +107 -107
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.css +23 -16
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +43 -43
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.css +23 -16
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +43 -43
- package/dist/collection/components/business-details/owner-details/owner-details.css +23 -16
- package/dist/collection/components/business-details/owner-details/owner-details.js +45 -45
- package/dist/collection/components/business-details/representative-details/representative-details.css +23 -16
- package/dist/collection/components/business-details/representative-details/representative-details.js +43 -43
- package/dist/collection/components/business-form/additional-questions/additional-questions.js +49 -49
- package/dist/collection/components/business-form/business-address/business-address-form-schema.js +8 -8
- package/dist/collection/components/business-form/business-address/business-address-form.css +16 -12
- package/dist/collection/components/business-form/business-address/business-address-form.js +93 -93
- package/dist/collection/components/business-form/business-address/test/business-address.e2e.js +6 -6
- package/dist/collection/components/business-form/business-address/test/business-address.spec.js +21 -21
- package/dist/collection/components/business-form/business-form-schema.js +137 -137
- package/dist/collection/components/business-form/business-form-stepped.css +23 -16
- package/dist/collection/components/business-form/business-form-stepped.js +203 -203
- package/dist/collection/components/business-form/business-form.css +23 -16
- package/dist/collection/components/business-form/business-form.js +111 -111
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.css +16 -12
- package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +57 -57
- package/dist/collection/components/business-form/business-owners/business-owners.css +23 -16
- package/dist/collection/components/business-form/business-owners/business-owners.js +117 -117
- package/dist/collection/components/business-form/business-representative/business-representative.css +16 -12
- package/dist/collection/components/business-form/business-representative/business-representative.js +65 -65
- package/dist/collection/components/business-form/helpers.js +19 -19
- package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +6 -6
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.css +16 -12
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js +61 -61
- package/dist/collection/components/business-form/test/business-form.spec.js +35 -35
- package/dist/collection/components/business-list/business-list.css +3 -0
- package/dist/collection/components/business-list/business-list.js +160 -160
- package/dist/collection/components/business-list/business-list.stories.js +10 -10
- package/dist/collection/components/card-form/card-form.js +278 -277
- package/dist/collection/components/card-form/test/card-form.e2e.js +10 -10
- package/dist/collection/components/card-form/test/card-form.spec.js +45 -45
- package/dist/collection/components/details/details.css +38 -31
- package/dist/collection/components/details/details.js +42 -42
- package/dist/collection/components/form/form-control-datepart.js +224 -224
- package/dist/collection/components/form/form-control-monetary.js +177 -177
- package/dist/collection/components/form/form-control-number-masked.js +208 -208
- package/dist/collection/components/form/form-control-number.css +7 -2
- package/dist/collection/components/form/form-control-number.js +188 -188
- package/dist/collection/components/form/form-control-select.css +7 -2
- package/dist/collection/components/form/form-control-select.js +196 -196
- package/dist/collection/components/form/form-control-text.css +7 -2
- package/dist/collection/components/form/form-control-text.js +188 -188
- package/dist/collection/components/form/form.js +80 -80
- package/dist/collection/components/gross-payment-chart/chart-utils.js +52 -52
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +3 -0
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +125 -125
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +7 -7
- package/dist/collection/components/pagination-menu/pagination-menu.js +72 -72
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +144 -144
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.stories.js +10 -10
- package/dist/collection/components/payment-details/payment-details.css +38 -31
- package/dist/collection/components/payment-details/payment-details.js +106 -106
- package/dist/collection/components/payment-form/payment-form.css +16 -12
- package/dist/collection/components/payment-form/payment-form.js +319 -318
- package/dist/collection/components/payment-form/payment-method-selector.css +6 -2
- package/dist/collection/components/payment-form/payment-method-selector.js +90 -90
- package/dist/collection/components/payment-form/test/payment-form.e2e.js +9 -9
- package/dist/collection/components/payment-form/test/payment-form.spec.js +157 -157
- package/dist/collection/components/payment-method-form/get-computed-theme.js +47 -47
- package/dist/collection/components/payment-method-form/message-event-types.js +14 -14
- package/dist/collection/components/payment-method-form/payment-method-form.js +288 -262
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +16 -16
- package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +43 -43
- package/dist/collection/components/payments-list/payments-list.css +3 -0
- package/dist/collection/components/payments-list/payments-list.js +177 -177
- package/dist/collection/components/payments-list/test/payments-list.spec.js +21 -21
- package/dist/collection/components/payout-details/payout-details.css +38 -31
- package/dist/collection/components/payout-details/payout-details.js +107 -107
- package/dist/collection/components/payouts-list/payouts-list.css +3 -0
- package/dist/collection/components/payouts-list/payouts-list.js +200 -199
- package/dist/collection/components/proceeds-list/proceeds-list.css +3 -0
- package/dist/collection/components/proceeds-list/proceeds-list.js +182 -182
- package/dist/collection/components/proceeds-list/proceeds-list.stories.js +12 -12
- package/dist/collection/components/refund-form/refund-form-schema.js +9 -9
- package/dist/collection/components/refund-form/refund-form.css +23 -16
- package/dist/collection/components/refund-form/refund-form.js +216 -216
- package/dist/collection/components/refund-form/refund-form.stories.js +27 -27
- package/dist/collection/components/select-input/select-input.css +7 -2
- package/dist/collection/components/select-input/select-input.js +139 -139
- package/dist/collection/components/select-input/test/select-input.spec.js +38 -38
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +65 -65
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +43 -43
- package/dist/collection/components/subaccount-details/subaccount-details.css +38 -31
- package/dist/collection/components/subaccount-details/subaccount-details.js +132 -132
- package/dist/collection/components/subaccount-details/subaccount-details.stories.js +9 -9
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +43 -44
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +44 -43
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +43 -43
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +23 -16
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +43 -43
- package/dist/collection/components/subaccount-details/test/subaccount-details.spec.js +7 -7
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +164 -164
- package/dist/collection/components/subaccounts-list/subaccounts-list.stories.js +12 -12
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.e2e.js +6 -6
- package/dist/collection/components/subaccounts-list/test/subaccounts-list.spec.js +21 -21
- package/dist/collection/components/table/exported-parts.js +5 -0
- package/dist/collection/components/table/table.css +38 -31
- package/dist/collection/components/table/table.js +225 -224
- package/dist/collection/components/table/test/table.spec.js +48 -48
- package/dist/collection/components/text-input/test/text-input.spec.js +31 -31
- package/dist/collection/components/text-input/text-input.css +7 -2
- package/dist/collection/components/text-input/text-input.js +122 -122
- package/dist/collection/utils/country-options.js +198 -198
- package/dist/collection/utils/phone-masks.js +1 -1
- package/dist/collection/utils/utils.js +107 -107
- package/dist/config.js +9 -9
- package/dist/docs.d.ts +401 -0
- package/dist/docs.json +6506 -0
- package/dist/esm/{Api-c65d3ed8.js → Api-0e88671c.js} +35 -35
- package/dist/esm/{Pagination-31f770d6.js → Pagination-afc8f96d.js} +5 -5
- package/dist/esm/Payout-c42e3877.js +179 -0
- package/dist/esm/SubAccount-b3ce8720.js +105 -0
- package/dist/esm/additional-questions-details_5.entry.js +50 -50
- package/dist/esm/business-form-schema-997c585c.js +144 -0
- package/dist/esm/config-476c7241.js +13 -0
- package/dist/esm/exported-parts-abd4c027.js +7 -0
- package/dist/esm/{form-32cf3d1e.js → form-5279c05a.js} +84 -84
- package/dist/esm/form-control-datepart_2.entry.js +108 -108
- package/dist/esm/form-control-monetary.entry.js +50 -50
- package/dist/esm/form-control-number_3.entry.js +108 -108
- package/dist/esm/helpers-d8a6a0f1.js +24 -0
- package/dist/esm/{index-5ed53c20.js → index-5eb05747.js} +406 -195
- package/dist/esm/{index-7471ed60.js → index-ff8194f9.js} +189 -51
- package/dist/esm/{index.esm-9397ffa0.js → index.esm-8ae36d07.js} +61 -30
- package/dist/esm/justifi-additional-questions_6.entry.js +372 -372
- package/dist/esm/justifi-bank-account-form.entry.js +56 -56
- package/dist/esm/justifi-billing-form_2.entry.js +79 -79
- package/dist/esm/justifi-business-details.entry.js +61 -61
- package/dist/esm/justifi-business-form-stepped.entry.js +110 -110
- package/dist/esm/justifi-business-form.entry.js +71 -71
- package/dist/esm/justifi-business-list.entry.js +128 -128
- package/dist/esm/justifi-card-form.entry.js +57 -57
- package/dist/esm/justifi-details.entry.js +13 -13
- package/dist/esm/justifi-gross-payment-chart.entry.js +125 -125
- package/dist/esm/justifi-payment-balance-transactions.entry.js +72 -72
- package/dist/esm/justifi-payment-details.entry.js +53 -53
- package/dist/esm/justifi-payment-form.entry.js +89 -89
- package/dist/esm/justifi-payment-method-form.entry.js +171 -188
- package/dist/esm/justifi-payments-list.entry.js +97 -97
- package/dist/esm/justifi-payout-details.entry.js +54 -54
- package/dist/esm/justifi-payouts-list.entry.js +120 -119
- package/dist/esm/justifi-proceeds-list.entry.js +135 -135
- package/dist/esm/justifi-refund-form.entry.js +85 -85
- package/dist/esm/justifi-subaccount-details.entry.js +62 -62
- package/dist/esm/justifi-subaccounts-list.entry.js +84 -84
- package/dist/esm/justifi-table_2.entry.js +62 -61
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/select-input_2.entry.js +38 -38
- package/dist/esm/state-options-fc1daf67.js +244 -0
- package/dist/esm/subaccount-account-details_4.entry.js +41 -41
- package/dist/esm/subaccount-bank-details.entry.js +11 -11
- package/dist/esm/subaccount-terms-details.entry.js +11 -11
- package/dist/esm/{utils-40b7002c.js → utils-26c7dd12.js} +108 -108
- package/dist/esm/utils-7c6bd149.js +27 -0
- package/dist/esm/webcomponents.js +4 -4
- package/{loader → dist/loader}/cdn.js +1 -1
- package/{loader → dist/loader}/index.cjs.js +1 -1
- package/{loader → dist/loader}/index.d.ts +1 -1
- package/dist/loader/index.es2017.js +3 -0
- package/{loader → dist/loader}/index.js +2 -2
- package/dist/{components → module}/Api.js +35 -35
- package/dist/{components → module}/Pagination.js +5 -5
- package/dist/module/Payout.js +179 -0
- package/dist/module/SubAccount.js +105 -0
- package/dist/{components → module}/additional-questions-details.d.ts +2 -2
- package/dist/module/additional-questions-details2.js +36 -0
- package/dist/module/additional-questions.js +50 -0
- package/dist/module/billing-form.js +113 -0
- package/dist/module/business-address-form.js +72 -0
- package/dist/module/business-generic-info.js +212 -0
- package/dist/module/business-owners.js +116 -0
- package/dist/module/business-representative.js +90 -0
- package/dist/module/config.js +13 -0
- package/dist/module/details.js +38 -0
- package/dist/{components → module}/form-control-datepart.d.ts +2 -2
- package/dist/module/form-control-datepart2.js +98 -0
- package/dist/{components → module}/form-control-monetary.d.ts +2 -2
- package/dist/module/form-control-monetary2.js +83 -0
- package/dist/{components → module}/form-control-number-masked.d.ts +2 -2
- package/dist/module/form-control-number-masked2.js +82 -0
- package/dist/{components → module}/form-control-number.d.ts +2 -2
- package/dist/module/form-control-number2.js +71 -0
- package/dist/{components → module}/form-control-select.d.ts +2 -2
- package/dist/module/form-control-select2.js +67 -0
- package/dist/{components → module}/form-control-text.d.ts +2 -2
- package/dist/module/form-control-text2.js +71 -0
- package/dist/{components → module}/form.js +84 -84
- package/dist/{components → module}/generic-info-details.d.ts +2 -2
- package/dist/module/generic-info-details2.js +37 -0
- package/dist/module/helpers.js +24 -0
- package/dist/{components → module}/index.esm.js +61 -30
- package/dist/{components → module}/index2.js +406 -195
- package/dist/{components → module}/justifi-additional-questions.d.ts +2 -2
- package/dist/{components → module}/justifi-bank-account-form.d.ts +2 -2
- package/dist/module/justifi-bank-account-form.js +96 -0
- package/dist/{components → module}/justifi-billing-form.d.ts +2 -2
- package/dist/{components → module}/justifi-business-address-form.d.ts +2 -2
- package/dist/{components → module}/justifi-business-details.d.ts +2 -2
- package/dist/module/justifi-business-details.js +130 -0
- package/dist/{components → module}/justifi-business-form-stepped.d.ts +2 -2
- package/dist/module/justifi-business-form-stepped.js +228 -0
- package/dist/{components → module}/justifi-business-form.d.ts +2 -2
- package/dist/{components/justifi-payment-details.js → module/justifi-business-form.js} +161 -79
- package/dist/{components → module}/justifi-business-generic-info.d.ts +2 -2
- package/dist/{components → module}/justifi-business-list.d.ts +2 -2
- package/dist/module/justifi-business-list.js +197 -0
- package/dist/{components → module}/justifi-business-owners.d.ts +2 -2
- package/dist/{components → module}/justifi-business-representative.d.ts +2 -2
- package/dist/{components → module}/justifi-card-form.d.ts +2 -2
- package/dist/module/justifi-card-form.js +98 -0
- package/dist/{components → module}/justifi-details.d.ts +2 -2
- package/dist/{components → module}/justifi-gross-payment-chart.d.ts +2 -2
- package/dist/{components → module}/justifi-gross-payment-chart.js +146 -142
- package/dist/{components → module}/justifi-legal-address-form.d.ts +2 -2
- package/dist/{components → module}/justifi-payment-balance-transactions.d.ts +2 -2
- package/dist/module/justifi-payment-balance-transactions.js +125 -0
- package/dist/{components → module}/justifi-payment-details.d.ts +2 -2
- package/dist/module/justifi-payment-details.js +98 -0
- package/dist/{components → module}/justifi-payment-form.d.ts +2 -2
- package/dist/module/justifi-payment-form.js +169 -0
- package/dist/{components → module}/justifi-payment-method-form.d.ts +2 -2
- package/dist/{components → module}/justifi-payment-method-selector.d.ts +2 -2
- package/dist/{components → module}/justifi-payments-list.d.ts +2 -2
- package/dist/module/justifi-payments-list.js +154 -0
- package/dist/{components → module}/justifi-payout-details.d.ts +2 -2
- package/dist/module/justifi-payout-details.js +99 -0
- package/dist/{components → module}/justifi-payouts-list.d.ts +2 -2
- package/dist/module/justifi-payouts-list.js +176 -0
- package/dist/{components → module}/justifi-proceeds-list.d.ts +2 -2
- package/dist/module/justifi-proceeds-list.js +199 -0
- package/dist/{components → module}/justifi-refund-form.d.ts +2 -2
- package/dist/module/justifi-refund-form.js +139 -0
- package/dist/{components → module}/justifi-subaccount-details.d.ts +2 -2
- package/dist/module/justifi-subaccount-details.js +134 -0
- package/dist/{components → module}/justifi-subaccounts-list.d.ts +2 -2
- package/dist/module/justifi-subaccounts-list.js +142 -0
- package/dist/{components → module}/justifi-table.d.ts +2 -2
- package/dist/{components → module}/legal-address-details.d.ts +2 -2
- package/dist/module/legal-address-details2.js +36 -0
- package/dist/module/legal-address-form.js +268 -0
- package/dist/{components → module}/owner-details.d.ts +2 -2
- package/dist/module/owner-details2.js +39 -0
- package/dist/{components → module}/pagination-menu.d.ts +2 -2
- package/dist/module/pagination-menu2.js +43 -0
- package/dist/{components → module}/payment-method-form.js +191 -207
- package/dist/module/payment-method-selector.js +44 -0
- package/dist/{components → module}/phone-masks.js +1 -1
- package/dist/{components → module}/representative-details.d.ts +2 -2
- package/dist/module/representative-details2.js +37 -0
- package/dist/{components → module}/select-input.d.ts +2 -2
- package/dist/module/select-input2.js +50 -0
- package/dist/module/state-options.js +244 -0
- package/dist/{components → module}/subaccount-account-details.d.ts +2 -2
- package/dist/module/subaccount-account-details2.js +38 -0
- package/dist/{components → module}/subaccount-bank-details.d.ts +2 -2
- package/dist/module/subaccount-bank-details.js +39 -0
- package/dist/{components → module}/subaccount-merchant-details.d.ts +2 -2
- package/dist/module/subaccount-merchant-details2.js +37 -0
- package/dist/{components → module}/subaccount-owners-details.d.ts +2 -2
- package/dist/module/subaccount-owners-details2.js +37 -0
- package/dist/{components → module}/subaccount-representative-details.d.ts +2 -2
- package/dist/module/subaccount-representative-details2.js +37 -0
- package/dist/{components → module}/subaccount-terms-details.d.ts +2 -2
- package/dist/{webcomponents/p-98e4eae3.entry.js → module/subaccount-terms-details.js} +39 -1
- package/dist/module/table.js +90 -0
- package/dist/{components → module}/text-input.d.ts +2 -2
- package/dist/module/text-input2.js +48 -0
- package/dist/module/utils.js +27 -0
- package/dist/{components → module}/utils2.js +108 -108
- package/dist/types/api/Api.d.ts +14 -14
- package/dist/types/api/Business.d.ts +120 -120
- package/dist/types/api/GrossVolume.d.ts +4 -4
- package/dist/types/api/Pagination.d.ts +12 -12
- package/dist/types/api/Payment.d.ts +134 -134
- package/dist/types/api/Payout.d.ts +51 -51
- package/dist/types/api/Proceed.d.ts +51 -51
- package/dist/types/api/SubAccount.d.ts +130 -130
- package/dist/types/api/mockData/MockOnboardingData.d.ts +5 -5
- package/dist/types/api/mockData/mockGrossVolumeReport.d.ts +5 -5
- package/dist/types/api/shared.d.ts +9 -9
- package/dist/types/components/bank-account-form/bank-account-form.d.ts +58 -0
- package/dist/types/components/billing-form/billing-form-schema.d.ts +18 -18
- package/dist/types/components/billing-form/billing-form.d.ts +25 -25
- package/dist/types/components/billing-form/state-options.d.ts +2 -2
- package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +2 -2
- package/dist/types/components/business-details/business-details.d.ts +13 -13
- package/dist/types/components/business-details/generic-info-details/generic-info-details.d.ts +2 -2
- package/dist/types/components/business-details/legal-address-details/legal-address-details.d.ts +2 -2
- package/dist/types/components/business-details/owner-details/owner-details.d.ts +2 -2
- package/dist/types/components/business-details/representative-details/representative-details.d.ts +2 -2
- package/dist/types/components/business-form/additional-questions/additional-questions.d.ts +7 -7
- package/dist/types/components/business-form/business-address/business-address-form-schema.d.ts +16 -16
- package/dist/types/components/business-form/business-address/business-address-form.d.ts +7 -7
- package/dist/types/components/business-form/business-form-schema.d.ts +102 -102
- package/dist/types/components/business-form/business-form-stepped.d.ts +23 -23
- package/dist/types/components/business-form/business-form.d.ts +11 -11
- package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +6 -6
- package/dist/types/components/business-form/business-owners/business-owners.d.ts +22 -22
- package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +13 -13
- package/dist/types/components/business-form/business-representative/business-representative.d.ts +8 -8
- package/dist/types/components/business-form/legal-address-form/legal-address-form-schema.d.ts +12 -12
- package/dist/types/components/business-form/legal-address-form/legal-address-form.d.ts +7 -7
- package/dist/types/components/business-list/business-list.d.ts +27 -27
- package/dist/types/components/business-list/business-list.stories.d.ts +3 -3
- package/dist/types/components/card-form/card-form.d.ts +68 -0
- package/dist/types/components/details/details.d.ts +2 -2
- package/dist/types/components/details/utils.d.ts +10 -10
- package/dist/types/components/form/form-control-datepart.d.ts +16 -16
- package/dist/types/components/form/form-control-monetary.d.ts +14 -14
- package/dist/types/components/form/form-control-number-masked.d.ts +16 -16
- package/dist/types/components/form/form-control-number.d.ts +15 -15
- package/dist/types/components/form/form-control-select.d.ts +17 -17
- package/dist/types/components/form/form-control-text.d.ts +15 -15
- package/dist/types/components/form/form.d.ts +18 -18
- package/dist/types/components/gross-payment-chart/chart-utils.d.ts +39 -39
- package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +16 -16
- package/dist/types/components/pagination-menu/pagination-menu.d.ts +5 -5
- package/dist/types/components/payment-balance-transactions/payment-balance-transactions.d.ts +14 -14
- package/dist/types/components/payment-balance-transactions/payment-balance-transactions.stories.d.ts +3 -3
- package/dist/types/components/payment-details/payment-details.d.ts +9 -9
- package/dist/types/components/payment-form/payment-form.d.ts +22 -22
- package/dist/types/components/payment-form/payment-method-selector.d.ts +6 -6
- package/dist/types/components/payment-form/tokenize.d.ts +3 -3
- package/dist/types/components/payment-method-form/message-event-types.d.ts +14 -14
- package/dist/types/components/payment-method-form/payment-method-form.d.ts +21 -22
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +40 -40
- package/dist/types/components/payment-method-form/theme.d.ts +45 -45
- package/dist/types/components/payments-list/payments-list.d.ts +14 -14
- package/dist/types/components/payout-details/payout-details.d.ts +9 -9
- package/dist/types/components/payouts-list/payouts-list.d.ts +15 -15
- package/dist/types/components/proceeds-list/proceeds-list.d.ts +15 -15
- package/dist/types/components/proceeds-list/proceeds-list.stories.d.ts +4 -4
- package/dist/types/components/refund-form/refund-form-schema.d.ts +4 -4
- package/dist/types/components/refund-form/refund-form.d.ts +54 -54
- package/dist/types/components/refund-form/refund-form.stories.d.ts +21 -21
- package/dist/types/components/select-input/select-input.d.ts +14 -14
- package/dist/types/components/subaccount-details/subaccount-account-details/subaccount-account-details.d.ts +3 -3
- package/dist/types/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.d.ts +2 -2
- package/dist/types/components/subaccount-details/subaccount-details.d.ts +13 -13
- package/dist/types/components/subaccount-details/subaccount-details.stories.d.ts +3 -3
- package/dist/types/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.d.ts +2 -2
- package/dist/types/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.d.ts +2 -2
- package/dist/types/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.d.ts +2 -2
- package/dist/types/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.d.ts +2 -2
- package/dist/types/components/subaccounts-list/subaccounts-list.d.ts +14 -14
- package/dist/types/components/subaccounts-list/subaccounts-list.stories.d.ts +4 -4
- package/dist/types/components/table/exported-parts.d.ts +1 -0
- package/dist/types/components/table/table.d.ts +19 -19
- package/dist/types/components/text-input/text-input.d.ts +10 -10
- package/dist/types/components.d.ts +228 -15
- package/dist/types/home/runner/work/web-component-library/web-component-library/packages/webcomponents/.stencil/config.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +32 -3
- package/dist/types/utils/country-options.d.ts +2 -2
- package/dist/types/utils/phone-masks.d.ts +1 -1
- package/dist/webcomponents/p-04817850.entry.js +1 -0
- package/dist/webcomponents/{p-b157f6ae.js → p-04c7f8f8.js} +1 -1
- package/dist/webcomponents/p-0a351e24.entry.js +1 -0
- package/dist/webcomponents/{p-ed8c9b88.entry.js → p-0ad353cc.entry.js} +1 -1
- package/dist/webcomponents/{p-f0051cff.entry.js → p-0f5206f0.entry.js} +1 -1
- package/dist/{components/subaccount-terms-details.js → webcomponents/p-173fb8ef.entry.js} +1 -38
- package/dist/webcomponents/p-1e2a98bf.js +1 -0
- package/dist/webcomponents/{p-86c23e1e.js → p-210677e3.js} +1 -1
- package/dist/webcomponents/p-22c2a11e.entry.js +1 -0
- package/dist/webcomponents/p-2b6c9c4f.js +1 -0
- package/dist/webcomponents/p-2cab231e.entry.js +1 -0
- package/dist/webcomponents/p-2ea68b03.entry.js +1 -0
- package/dist/{components/additional-questions-details2.js → webcomponents/p-33e74da7.entry.js} +1 -35
- package/dist/webcomponents/p-34430db2.entry.js +1 -0
- package/dist/webcomponents/p-377303af.entry.js +1 -0
- package/dist/webcomponents/{p-988191bf.js → p-3bef762a.js} +1 -1
- package/dist/webcomponents/p-42bc8e53.entry.js +1 -0
- package/dist/webcomponents/p-439a79c7.entry.js +1 -0
- package/dist/webcomponents/p-57efe345.entry.js +1 -0
- package/dist/webcomponents/p-59ecc2d7.entry.js +1 -0
- package/dist/webcomponents/p-650eb614.entry.js +1 -0
- package/dist/webcomponents/p-68427454.entry.js +1 -0
- package/dist/webcomponents/{p-59860ac8.js → p-78baff54.js} +1 -1
- package/dist/webcomponents/p-7d922421.entry.js +1 -0
- package/dist/webcomponents/{p-311250e2.entry.js → p-8302a5e2.entry.js} +1 -1
- package/dist/webcomponents/p-862f38cc.entry.js +1 -0
- package/dist/webcomponents/p-93579716.js +1 -0
- package/dist/webcomponents/p-b2dc938f.entry.js +1 -0
- package/dist/webcomponents/p-c8099443.entry.js +1 -0
- package/dist/webcomponents/p-c8916484.entry.js +1 -0
- package/dist/webcomponents/{p-c0f9f6a8.entry.js → p-cb5352a3.entry.js} +2 -2
- package/dist/webcomponents/p-cf656598.entry.js +1 -0
- package/dist/webcomponents/p-d84cd3a5.entry.js +1 -0
- package/dist/webcomponents/p-da00d9bf.js +2 -0
- package/dist/webcomponents/p-dd4e8fa1.entry.js +1 -0
- package/dist/webcomponents/p-df8f6a0f.entry.js +1 -0
- package/dist/webcomponents/p-e8f41c84.entry.js +1 -0
- package/dist/webcomponents/p-e9589e45.entry.js +1 -0
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +18 -41
- package/dist/cjs/Payout-f8240e9c.js +0 -183
- package/dist/cjs/SubAccount-f47c8522.js +0 -107
- package/dist/cjs/business-form-schema-fe831c30.js +0 -148
- package/dist/cjs/config-a156df17.js +0 -15
- package/dist/cjs/helpers-c505d861.js +0 -26
- package/dist/cjs/state-options-83b52cd1.js +0 -246
- package/dist/cjs/utils-a47b2e73.js +0 -35
- package/dist/collection/components/bank-account-form/bank-account-form.stories.js +0 -132
- package/dist/collection/components/bank-account-form/example.js +0 -54
- package/dist/collection/components/billing-form/billing-form.stories.js +0 -61
- package/dist/collection/components/billing-form/example.js +0 -26
- package/dist/collection/components/business-details/business-details.stories.js +0 -23
- package/dist/collection/components/business-form/business-form-example.js +0 -12
- package/dist/collection/components/business-form/business-form-stepped-example.js +0 -12
- package/dist/collection/components/business-form/business-form-stepped.stories.js +0 -132
- package/dist/collection/components/business-form/business-form.stories.js +0 -127
- package/dist/collection/components/card-form/card-form.stories.js +0 -137
- package/dist/collection/components/card-form/example.js +0 -59
- package/dist/collection/components/gross-payment-chart/example.js +0 -12
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.stories.js +0 -22
- package/dist/collection/components/payment-details/example.js +0 -12
- package/dist/collection/components/payment-details/payment-details.stories.js +0 -47
- package/dist/collection/components/payment-form/example.js +0 -23
- package/dist/collection/components/payment-form/payment-form.stories.js +0 -129
- package/dist/collection/components/payments-list/example.js +0 -12
- package/dist/collection/components/payments-list/payments-list.stories.js +0 -78
- package/dist/collection/components/payout-details/example.js +0 -12
- package/dist/collection/components/payout-details/payout-details.stories.js +0 -47
- package/dist/collection/components/payouts-list/example.js +0 -12
- package/dist/collection/components/payouts-list/payouts-list.stories.js +0 -69
- package/dist/components/Payout.js +0 -179
- package/dist/components/SubAccount.js +0 -105
- package/dist/components/additional-questions.js +0 -49
- package/dist/components/billing-form.js +0 -112
- package/dist/components/business-address-form.js +0 -69
- package/dist/components/business-generic-info.js +0 -211
- package/dist/components/business-owners.js +0 -115
- package/dist/components/business-representative.js +0 -89
- package/dist/components/config.js +0 -13
- package/dist/components/details.js +0 -37
- package/dist/components/form-control-datepart2.js +0 -95
- package/dist/components/form-control-monetary2.js +0 -80
- package/dist/components/form-control-number-masked2.js +0 -79
- package/dist/components/form-control-number2.js +0 -68
- package/dist/components/form-control-select2.js +0 -64
- package/dist/components/form-control-text2.js +0 -68
- package/dist/components/generic-info-details2.js +0 -36
- package/dist/components/helpers.js +0 -24
- package/dist/components/justifi-bank-account-form.js +0 -95
- package/dist/components/justifi-business-details.js +0 -129
- package/dist/components/justifi-business-form-stepped.js +0 -227
- package/dist/components/justifi-business-form.js +0 -175
- package/dist/components/justifi-business-list.js +0 -192
- package/dist/components/justifi-card-form.js +0 -97
- package/dist/components/justifi-payment-balance-transactions.js +0 -122
- package/dist/components/justifi-payment-form.js +0 -168
- package/dist/components/justifi-payments-list.js +0 -149
- package/dist/components/justifi-payout-details.js +0 -95
- package/dist/components/justifi-payouts-list.js +0 -171
- package/dist/components/justifi-proceeds-list.js +0 -194
- package/dist/components/justifi-refund-form.js +0 -138
- package/dist/components/justifi-subaccount-details.js +0 -130
- package/dist/components/justifi-subaccounts-list.js +0 -137
- package/dist/components/legal-address-details2.js +0 -35
- package/dist/components/legal-address-form.js +0 -267
- package/dist/components/owner-details2.js +0 -38
- package/dist/components/pagination-menu2.js +0 -42
- package/dist/components/payment-method-selector.js +0 -43
- package/dist/components/representative-details2.js +0 -36
- package/dist/components/select-input2.js +0 -49
- package/dist/components/state-options.js +0 -244
- package/dist/components/subaccount-account-details2.js +0 -37
- package/dist/components/subaccount-bank-details.js +0 -38
- package/dist/components/subaccount-merchant-details2.js +0 -36
- package/dist/components/subaccount-owners-details2.js +0 -36
- package/dist/components/subaccount-representative-details2.js +0 -36
- package/dist/components/table.js +0 -83
- package/dist/components/text-input2.js +0 -47
- package/dist/components/utils.js +0 -27
- package/dist/esm/Payout-586f06a3.js +0 -179
- package/dist/esm/SubAccount-128190e9.js +0 -105
- package/dist/esm/business-form-schema-30a3eadd.js +0 -144
- package/dist/esm/config-ceb0f902.js +0 -13
- package/dist/esm/helpers-1d5ecdc8.js +0 -24
- package/dist/esm/state-options-ece00aa2.js +0 -244
- package/dist/esm/utils-d19c2778.js +0 -27
- package/dist/types/components/bank-account-form/bank-account-form.stories.d.ts +0 -23
- package/dist/types/components/billing-form/billing-form.stories.d.ts +0 -8
- package/dist/types/components/business-details/business-details.stories.d.ts +0 -7
- package/dist/types/components/business-form/business-form-stepped.stories.d.ts +0 -27
- package/dist/types/components/business-form/business-form.stories.d.ts +0 -27
- package/dist/types/components/card-form/card-form.stories.d.ts +0 -17
- package/dist/types/components/gross-payment-chart/gross-payment-chart.stories.d.ts +0 -7
- package/dist/types/components/payment-details/payment-details.stories.d.ts +0 -8
- package/dist/types/components/payment-form/payment-form.stories.d.ts +0 -8
- package/dist/types/components/payments-list/payments-list.stories.d.ts +0 -10
- package/dist/types/components/payout-details/payout-details.stories.d.ts +0 -8
- package/dist/types/components/payouts-list/payouts-list.stories.d.ts +0 -9
- package/dist/types/home/runner/work/web-component-library/web-component-library/stencil-library/.stencil/config.d.ts +0 -11
- package/dist/webcomponents/p-14f7229e.entry.js +0 -1
- package/dist/webcomponents/p-2c2cde2d.js +0 -1
- package/dist/webcomponents/p-3501b0e8.entry.js +0 -1
- package/dist/webcomponents/p-3ee831ac.entry.js +0 -1
- package/dist/webcomponents/p-4214dbb8.entry.js +0 -1
- package/dist/webcomponents/p-46d5f717.entry.js +0 -1
- package/dist/webcomponents/p-4852ce94.entry.js +0 -1
- package/dist/webcomponents/p-4ec00b55.entry.js +0 -1
- package/dist/webcomponents/p-4fb653a8.entry.js +0 -1
- package/dist/webcomponents/p-586c8a4f.entry.js +0 -1
- package/dist/webcomponents/p-5e6726a8.entry.js +0 -1
- package/dist/webcomponents/p-77a8bcea.entry.js +0 -1
- package/dist/webcomponents/p-8f37e3ee.js +0 -1
- package/dist/webcomponents/p-91757d9f.entry.js +0 -1
- package/dist/webcomponents/p-9e012e33.entry.js +0 -1
- package/dist/webcomponents/p-a1ef6b4c.entry.js +0 -1
- package/dist/webcomponents/p-ac8ee442.entry.js +0 -1
- package/dist/webcomponents/p-af771964.entry.js +0 -1
- package/dist/webcomponents/p-b60a58f4.entry.js +0 -1
- package/dist/webcomponents/p-b86f7c95.entry.js +0 -1
- package/dist/webcomponents/p-bb70152e.entry.js +0 -1
- package/dist/webcomponents/p-bc91044c.entry.js +0 -1
- package/dist/webcomponents/p-c29c587f.entry.js +0 -1
- package/dist/webcomponents/p-cbb60191.js +0 -2
- package/dist/webcomponents/p-d0e4eca5.entry.js +0 -1
- package/dist/webcomponents/p-d4b66d74.entry.js +0 -1
- package/dist/webcomponents/p-e7ef2455.entry.js +0 -1
- package/dist/webcomponents/p-f2f0aa6e.entry.js +0 -1
- package/loader/index.es2017.js +0 -3
- /package/{loader → dist/loader}/package.json +0 -0
- /package/dist/{components → module}/additional-questions-details.js +0 -0
- /package/dist/{components → module}/form-control-datepart.js +0 -0
- /package/dist/{components → module}/form-control-monetary.js +0 -0
- /package/dist/{components → module}/form-control-number-masked.js +0 -0
- /package/dist/{components → module}/form-control-number.js +0 -0
- /package/dist/{components → module}/form-control-select.js +0 -0
- /package/dist/{components → module}/form-control-text.js +0 -0
- /package/dist/{components → module}/generic-info-details.js +0 -0
- /package/dist/{components → module}/index.d.ts +0 -0
- /package/dist/{components → module}/index.js +0 -0
- /package/dist/{components → module}/justifi-additional-questions.js +0 -0
- /package/dist/{components → module}/justifi-billing-form.js +0 -0
- /package/dist/{components → module}/justifi-business-address-form.js +0 -0
- /package/dist/{components → module}/justifi-business-generic-info.js +0 -0
- /package/dist/{components → module}/justifi-business-owners.js +0 -0
- /package/dist/{components → module}/justifi-business-representative.js +0 -0
- /package/dist/{components → module}/justifi-details.js +0 -0
- /package/dist/{components → module}/justifi-legal-address-form.js +0 -0
- /package/dist/{components → module}/justifi-payment-method-form.js +0 -0
- /package/dist/{components → module}/justifi-payment-method-selector.js +0 -0
- /package/dist/{components → module}/justifi-table.js +0 -0
- /package/dist/{components → module}/legal-address-details.js +0 -0
- /package/dist/{components → module}/owner-details.js +0 -0
- /package/dist/{components → module}/pagination-menu.js +0 -0
- /package/dist/{components → module}/representative-details.js +0 -0
- /package/dist/{components → module}/select-input.js +0 -0
- /package/dist/{components → module}/subaccount-account-details.js +0 -0
- /package/dist/{components → module}/subaccount-merchant-details.js +0 -0
- /package/dist/{components → module}/subaccount-owners-details.js +0 -0
- /package/dist/{components → module}/subaccount-representative-details.js +0 -0
- /package/dist/{components → module}/text-input.js +0 -0
- /package/dist/webcomponents/{p-0d5d02d7.js → p-56f6ce4c.js} +0 -0
- /package/dist/webcomponents/{p-e12ab547.js → p-71679a41.js} +0 -0
- /package/dist/webcomponents/{p-47bc59b5.js → p-8e2a88a8.js} +0 -0
- /package/dist/webcomponents/{p-d6b5793d.js → p-9a6e4749.js} +0 -0
- /package/dist/webcomponents/{p-526cb161.js → p-9b4b91ba.js} +0 -0
- /package/dist/webcomponents/{p-9b6dcac5.js → p-ae263544.js} +0 -0
- /package/dist/webcomponents/{p-7d58db66.js → p-bedada09.js} +0 -0
|
@@ -1,70 +1,70 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
2
|
import { DetailItem, DetailSection } from "../../details/utils";
|
|
3
3
|
export class SubaccountAccountDetails {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
4
|
+
constructor() {
|
|
5
|
+
this.subaccount = undefined;
|
|
6
|
+
this.onboardingData = undefined;
|
|
7
|
+
}
|
|
8
|
+
render() {
|
|
9
|
+
var _a, _b, _c;
|
|
10
|
+
return (h(Host, null, h("div", { class: 'p-2' }, h(DetailSection, { sectionTitle: 'Account Details' }, h("div", { class: "row gy-3" }, h("div", { class: "col-12 col-md-6" }, h(DetailItem, { title: 'Name', value: (_a = this.subaccount) === null || _a === void 0 ? void 0 : _a.name }), h(DetailItem, { 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, { title: 'Business Entity', value: 'something here' })))))));
|
|
11
|
+
}
|
|
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
|
+
static get properties() {
|
|
25
|
+
return {
|
|
26
|
+
"subaccount": {
|
|
27
|
+
"type": "unknown",
|
|
28
|
+
"mutable": false,
|
|
29
|
+
"complexType": {
|
|
30
|
+
"original": "SubAccount",
|
|
31
|
+
"resolved": "SubAccount",
|
|
32
|
+
"references": {
|
|
33
|
+
"SubAccount": {
|
|
34
|
+
"location": "import",
|
|
35
|
+
"path": "../../../api/SubAccount",
|
|
36
|
+
"id": "src/api/SubAccount.ts::SubAccount"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": false,
|
|
41
|
+
"optional": false,
|
|
42
|
+
"docs": {
|
|
43
|
+
"tags": [],
|
|
44
|
+
"text": ""
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"onboardingData": {
|
|
48
|
+
"type": "unknown",
|
|
49
|
+
"mutable": false,
|
|
50
|
+
"complexType": {
|
|
51
|
+
"original": "IOnboardingData",
|
|
52
|
+
"resolved": "IOnboardingData",
|
|
53
|
+
"references": {
|
|
54
|
+
"IOnboardingData": {
|
|
55
|
+
"location": "import",
|
|
56
|
+
"path": "../../../api/SubAccount",
|
|
57
|
+
"id": "src/api/SubAccount.ts::IOnboardingData"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": false,
|
|
62
|
+
"optional": false,
|
|
63
|
+
"docs": {
|
|
64
|
+
"tags": [],
|
|
65
|
+
"text": ""
|
|
66
|
+
}
|
|
37
67
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"required": false,
|
|
41
|
-
"optional": false,
|
|
42
|
-
"docs": {
|
|
43
|
-
"tags": [],
|
|
44
|
-
"text": ""
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"onboardingData": {
|
|
48
|
-
"type": "unknown",
|
|
49
|
-
"mutable": false,
|
|
50
|
-
"complexType": {
|
|
51
|
-
"original": "IOnboardingData",
|
|
52
|
-
"resolved": "IOnboardingData",
|
|
53
|
-
"references": {
|
|
54
|
-
"IOnboardingData": {
|
|
55
|
-
"location": "import",
|
|
56
|
-
"path": "../../../api/SubAccount",
|
|
57
|
-
"id": "src/api/SubAccount.ts::IOnboardingData"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"required": false,
|
|
62
|
-
"optional": false,
|
|
63
|
-
"docs": {
|
|
64
|
-
"tags": [],
|
|
65
|
-
"text": ""
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
}
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
70
|
}
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--bs-link-hover-color: #0a58ca;
|
|
94
94
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
95
95
|
--bs-code-color: #d63384;
|
|
96
|
+
--bs-highlight-color: #212529;
|
|
96
97
|
--bs-highlight-bg: #fff3cd;
|
|
97
98
|
--bs-border-width: 1px;
|
|
98
99
|
--bs-border-style: solid;
|
|
@@ -164,6 +165,8 @@
|
|
|
164
165
|
--bs-link-color-rgb: 110, 168, 254;
|
|
165
166
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
166
167
|
--bs-code-color: #e685b5;
|
|
168
|
+
--bs-highlight-color: #dee2e6;
|
|
169
|
+
--bs-highlight-bg: #664d03;
|
|
167
170
|
--bs-border-color: #495057;
|
|
168
171
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
169
172
|
--bs-form-valid-color: #75b798;
|
|
@@ -712,6 +715,7 @@ small {
|
|
|
712
715
|
|
|
713
716
|
mark {
|
|
714
717
|
padding: 0.1875em;
|
|
718
|
+
color: var(--bs-highlight-color);
|
|
715
719
|
background-color: var(--bs-highlight-bg);
|
|
716
720
|
}
|
|
717
721
|
|
|
@@ -974,7 +978,7 @@ progress {
|
|
|
974
978
|
}
|
|
975
979
|
|
|
976
980
|
/*!
|
|
977
|
-
* Bootstrap Utilities v5.3.
|
|
981
|
+
* Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
|
|
978
982
|
* Copyright 2011-2023 The Bootstrap Authors
|
|
979
983
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
980
984
|
*/
|
|
@@ -1073,6 +1077,7 @@ progress {
|
|
|
1073
1077
|
--bs-link-hover-color: #0a58ca;
|
|
1074
1078
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
1075
1079
|
--bs-code-color: #d63384;
|
|
1080
|
+
--bs-highlight-color: #212529;
|
|
1076
1081
|
--bs-highlight-bg: #fff3cd;
|
|
1077
1082
|
--bs-border-width: 1px;
|
|
1078
1083
|
--bs-border-style: solid;
|
|
@@ -1144,6 +1149,8 @@ progress {
|
|
|
1144
1149
|
--bs-link-color-rgb: 110, 168, 254;
|
|
1145
1150
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
1146
1151
|
--bs-code-color: #e685b5;
|
|
1152
|
+
--bs-highlight-color: #dee2e6;
|
|
1153
|
+
--bs-highlight-bg: #664d03;
|
|
1147
1154
|
--bs-border-color: #495057;
|
|
1148
1155
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
1149
1156
|
--bs-form-valid-color: #75b798;
|
|
@@ -1654,15 +1661,15 @@ progress {
|
|
|
1654
1661
|
}
|
|
1655
1662
|
|
|
1656
1663
|
.shadow {
|
|
1657
|
-
box-shadow:
|
|
1664
|
+
box-shadow: var(--bs-box-shadow) !important;
|
|
1658
1665
|
}
|
|
1659
1666
|
|
|
1660
1667
|
.shadow-sm {
|
|
1661
|
-
box-shadow:
|
|
1668
|
+
box-shadow: var(--bs-box-shadow-sm) !important;
|
|
1662
1669
|
}
|
|
1663
1670
|
|
|
1664
1671
|
.shadow-lg {
|
|
1665
|
-
box-shadow:
|
|
1672
|
+
box-shadow: var(--bs-box-shadow-lg) !important;
|
|
1666
1673
|
}
|
|
1667
1674
|
|
|
1668
1675
|
.shadow-none {
|
|
@@ -6304,7 +6311,7 @@ progress {
|
|
|
6304
6311
|
|
|
6305
6312
|
.row-cols-3 > * {
|
|
6306
6313
|
flex: 0 0 auto;
|
|
6307
|
-
width: 33.
|
|
6314
|
+
width: 33.33333333%;
|
|
6308
6315
|
}
|
|
6309
6316
|
|
|
6310
6317
|
.row-cols-4 > * {
|
|
@@ -6319,7 +6326,7 @@ progress {
|
|
|
6319
6326
|
|
|
6320
6327
|
.row-cols-6 > * {
|
|
6321
6328
|
flex: 0 0 auto;
|
|
6322
|
-
width: 16.
|
|
6329
|
+
width: 16.66666667%;
|
|
6323
6330
|
}
|
|
6324
6331
|
|
|
6325
6332
|
.col-auto {
|
|
@@ -6509,7 +6516,7 @@ progress {
|
|
|
6509
6516
|
}
|
|
6510
6517
|
.row-cols-sm-3 > * {
|
|
6511
6518
|
flex: 0 0 auto;
|
|
6512
|
-
width: 33.
|
|
6519
|
+
width: 33.33333333%;
|
|
6513
6520
|
}
|
|
6514
6521
|
.row-cols-sm-4 > * {
|
|
6515
6522
|
flex: 0 0 auto;
|
|
@@ -6521,7 +6528,7 @@ progress {
|
|
|
6521
6528
|
}
|
|
6522
6529
|
.row-cols-sm-6 > * {
|
|
6523
6530
|
flex: 0 0 auto;
|
|
6524
|
-
width: 16.
|
|
6531
|
+
width: 16.66666667%;
|
|
6525
6532
|
}
|
|
6526
6533
|
.col-sm-auto {
|
|
6527
6534
|
flex: 0 0 auto;
|
|
@@ -6678,7 +6685,7 @@ progress {
|
|
|
6678
6685
|
}
|
|
6679
6686
|
.row-cols-md-3 > * {
|
|
6680
6687
|
flex: 0 0 auto;
|
|
6681
|
-
width: 33.
|
|
6688
|
+
width: 33.33333333%;
|
|
6682
6689
|
}
|
|
6683
6690
|
.row-cols-md-4 > * {
|
|
6684
6691
|
flex: 0 0 auto;
|
|
@@ -6690,7 +6697,7 @@ progress {
|
|
|
6690
6697
|
}
|
|
6691
6698
|
.row-cols-md-6 > * {
|
|
6692
6699
|
flex: 0 0 auto;
|
|
6693
|
-
width: 16.
|
|
6700
|
+
width: 16.66666667%;
|
|
6694
6701
|
}
|
|
6695
6702
|
.col-md-auto {
|
|
6696
6703
|
flex: 0 0 auto;
|
|
@@ -6847,7 +6854,7 @@ progress {
|
|
|
6847
6854
|
}
|
|
6848
6855
|
.row-cols-lg-3 > * {
|
|
6849
6856
|
flex: 0 0 auto;
|
|
6850
|
-
width: 33.
|
|
6857
|
+
width: 33.33333333%;
|
|
6851
6858
|
}
|
|
6852
6859
|
.row-cols-lg-4 > * {
|
|
6853
6860
|
flex: 0 0 auto;
|
|
@@ -6859,7 +6866,7 @@ progress {
|
|
|
6859
6866
|
}
|
|
6860
6867
|
.row-cols-lg-6 > * {
|
|
6861
6868
|
flex: 0 0 auto;
|
|
6862
|
-
width: 16.
|
|
6869
|
+
width: 16.66666667%;
|
|
6863
6870
|
}
|
|
6864
6871
|
.col-lg-auto {
|
|
6865
6872
|
flex: 0 0 auto;
|
|
@@ -7016,7 +7023,7 @@ progress {
|
|
|
7016
7023
|
}
|
|
7017
7024
|
.row-cols-xl-3 > * {
|
|
7018
7025
|
flex: 0 0 auto;
|
|
7019
|
-
width: 33.
|
|
7026
|
+
width: 33.33333333%;
|
|
7020
7027
|
}
|
|
7021
7028
|
.row-cols-xl-4 > * {
|
|
7022
7029
|
flex: 0 0 auto;
|
|
@@ -7028,7 +7035,7 @@ progress {
|
|
|
7028
7035
|
}
|
|
7029
7036
|
.row-cols-xl-6 > * {
|
|
7030
7037
|
flex: 0 0 auto;
|
|
7031
|
-
width: 16.
|
|
7038
|
+
width: 16.66666667%;
|
|
7032
7039
|
}
|
|
7033
7040
|
.col-xl-auto {
|
|
7034
7041
|
flex: 0 0 auto;
|
|
@@ -7185,7 +7192,7 @@ progress {
|
|
|
7185
7192
|
}
|
|
7186
7193
|
.row-cols-xxl-3 > * {
|
|
7187
7194
|
flex: 0 0 auto;
|
|
7188
|
-
width: 33.
|
|
7195
|
+
width: 33.33333333%;
|
|
7189
7196
|
}
|
|
7190
7197
|
.row-cols-xxl-4 > * {
|
|
7191
7198
|
flex: 0 0 auto;
|
|
@@ -7197,7 +7204,7 @@ progress {
|
|
|
7197
7204
|
}
|
|
7198
7205
|
.row-cols-xxl-6 > * {
|
|
7199
7206
|
flex: 0 0 auto;
|
|
7200
|
-
width: 16.
|
|
7207
|
+
width: 16.66666667%;
|
|
7201
7208
|
}
|
|
7202
7209
|
.col-xxl-auto {
|
|
7203
7210
|
flex: 0 0 auto;
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
2
|
import { DetailItem, DetailSection } from "../../details/utils";
|
|
3
3
|
export class SubaccountBankDetails {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
4
|
+
constructor() {
|
|
5
|
+
this.data = undefined;
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
var _a, _b, _c, _d, _e;
|
|
9
|
+
return (h(Host, null, h(DetailSection, { sectionTitle: 'Bank Account Details' }, h("div", { class: "row gy-3" }, h("div", { class: "col-12 col-md-6" }, h(DetailItem, { title: "Bank Name", value: (_a = this.data) === null || _a === void 0 ? void 0 : _a.bank_name }), h(DetailItem, { title: "Account Type", value: (_b = this.data) === null || _b === void 0 ? void 0 : _b.account_type }), h(DetailItem, { title: "Account Number", value: (_c = this.data) === null || _c === void 0 ? void 0 : _c.account_number }), h(DetailItem, { title: "Routing Number", value: (_d = this.data) === null || _d === void 0 ? void 0 : _d.routing_number }), h(DetailItem, { title: "Account Nickname", value: (_e = this.data) === null || _e === void 0 ? void 0 : _e.account_nickname }))))));
|
|
10
|
+
}
|
|
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
|
+
static get properties() {
|
|
24
|
+
return {
|
|
25
|
+
"data": {
|
|
26
|
+
"type": "unknown",
|
|
27
|
+
"mutable": false,
|
|
28
|
+
"complexType": {
|
|
29
|
+
"original": "SubaccountBankAccount",
|
|
30
|
+
"resolved": "SubaccountBankAccount",
|
|
31
|
+
"references": {
|
|
32
|
+
"SubaccountBankAccount": {
|
|
33
|
+
"location": "import",
|
|
34
|
+
"path": "../../../api/SubAccount",
|
|
35
|
+
"id": "src/api/SubAccount.ts::SubaccountBankAccount"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": false,
|
|
40
|
+
"optional": false,
|
|
41
|
+
"docs": {
|
|
42
|
+
"tags": [],
|
|
43
|
+
"text": ""
|
|
44
|
+
}
|
|
36
45
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"required": false,
|
|
40
|
-
"optional": false,
|
|
41
|
-
"docs": {
|
|
42
|
-
"tags": [],
|
|
43
|
-
"text": ""
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
}
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
48
|
}
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--bs-link-hover-color: #0a58ca;
|
|
94
94
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
95
95
|
--bs-code-color: #d63384;
|
|
96
|
+
--bs-highlight-color: #212529;
|
|
96
97
|
--bs-highlight-bg: #fff3cd;
|
|
97
98
|
--bs-border-width: 1px;
|
|
98
99
|
--bs-border-style: solid;
|
|
@@ -164,6 +165,8 @@
|
|
|
164
165
|
--bs-link-color-rgb: 110, 168, 254;
|
|
165
166
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
166
167
|
--bs-code-color: #e685b5;
|
|
168
|
+
--bs-highlight-color: #dee2e6;
|
|
169
|
+
--bs-highlight-bg: #664d03;
|
|
167
170
|
--bs-border-color: #495057;
|
|
168
171
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
169
172
|
--bs-form-valid-color: #75b798;
|
|
@@ -712,6 +715,7 @@ small {
|
|
|
712
715
|
|
|
713
716
|
mark {
|
|
714
717
|
padding: 0.1875em;
|
|
718
|
+
color: var(--bs-highlight-color);
|
|
715
719
|
background-color: var(--bs-highlight-bg);
|
|
716
720
|
}
|
|
717
721
|
|
|
@@ -978,16 +982,16 @@ progress {
|
|
|
978
982
|
--bs-table-bg-type: initial;
|
|
979
983
|
--bs-table-color-state: initial;
|
|
980
984
|
--bs-table-bg-state: initial;
|
|
981
|
-
--bs-table-color: var(--bs-
|
|
985
|
+
--bs-table-color: var(--bs-emphasis-color);
|
|
982
986
|
--bs-table-bg: var(--bs-body-bg);
|
|
983
987
|
--bs-table-border-color: var(--bs-border-color);
|
|
984
988
|
--bs-table-accent-bg: transparent;
|
|
985
|
-
--bs-table-striped-color: var(--bs-
|
|
986
|
-
--bs-table-striped-bg: rgba(
|
|
987
|
-
--bs-table-active-color: var(--bs-
|
|
988
|
-
--bs-table-active-bg: rgba(
|
|
989
|
-
--bs-table-hover-color: var(--bs-
|
|
990
|
-
--bs-table-hover-bg: rgba(
|
|
989
|
+
--bs-table-striped-color: var(--bs-emphasis-color);
|
|
990
|
+
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
|
991
|
+
--bs-table-active-color: var(--bs-emphasis-color);
|
|
992
|
+
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
|
993
|
+
--bs-table-hover-color: var(--bs-emphasis-color);
|
|
994
|
+
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
|
|
991
995
|
width: 100%;
|
|
992
996
|
margin-bottom: 1rem;
|
|
993
997
|
vertical-align: top;
|
|
@@ -1056,7 +1060,7 @@ progress {
|
|
|
1056
1060
|
.table-primary {
|
|
1057
1061
|
--bs-table-color: #000;
|
|
1058
1062
|
--bs-table-bg: #cfe2ff;
|
|
1059
|
-
--bs-table-border-color: #
|
|
1063
|
+
--bs-table-border-color: #a6b5cc;
|
|
1060
1064
|
--bs-table-striped-bg: #c5d7f2;
|
|
1061
1065
|
--bs-table-striped-color: #000;
|
|
1062
1066
|
--bs-table-active-bg: #bacbe6;
|
|
@@ -1070,7 +1074,7 @@ progress {
|
|
|
1070
1074
|
.table-secondary {
|
|
1071
1075
|
--bs-table-color: #000;
|
|
1072
1076
|
--bs-table-bg: #e2e3e5;
|
|
1073
|
-
--bs-table-border-color: #
|
|
1077
|
+
--bs-table-border-color: #b5b6b7;
|
|
1074
1078
|
--bs-table-striped-bg: #d7d8da;
|
|
1075
1079
|
--bs-table-striped-color: #000;
|
|
1076
1080
|
--bs-table-active-bg: #cbccce;
|
|
@@ -1084,7 +1088,7 @@ progress {
|
|
|
1084
1088
|
.table-success {
|
|
1085
1089
|
--bs-table-color: #000;
|
|
1086
1090
|
--bs-table-bg: #d1e7dd;
|
|
1087
|
-
--bs-table-border-color: #
|
|
1091
|
+
--bs-table-border-color: #a7b9b1;
|
|
1088
1092
|
--bs-table-striped-bg: #c7dbd2;
|
|
1089
1093
|
--bs-table-striped-color: #000;
|
|
1090
1094
|
--bs-table-active-bg: #bcd0c7;
|
|
@@ -1098,7 +1102,7 @@ progress {
|
|
|
1098
1102
|
.table-info {
|
|
1099
1103
|
--bs-table-color: #000;
|
|
1100
1104
|
--bs-table-bg: #cff4fc;
|
|
1101
|
-
--bs-table-border-color: #
|
|
1105
|
+
--bs-table-border-color: #a6c3ca;
|
|
1102
1106
|
--bs-table-striped-bg: #c5e8ef;
|
|
1103
1107
|
--bs-table-striped-color: #000;
|
|
1104
1108
|
--bs-table-active-bg: #badce3;
|
|
@@ -1112,7 +1116,7 @@ progress {
|
|
|
1112
1116
|
.table-warning {
|
|
1113
1117
|
--bs-table-color: #000;
|
|
1114
1118
|
--bs-table-bg: #fff3cd;
|
|
1115
|
-
--bs-table-border-color: #
|
|
1119
|
+
--bs-table-border-color: #ccc2a4;
|
|
1116
1120
|
--bs-table-striped-bg: #f2e7c3;
|
|
1117
1121
|
--bs-table-striped-color: #000;
|
|
1118
1122
|
--bs-table-active-bg: #e6dbb9;
|
|
@@ -1126,7 +1130,7 @@ progress {
|
|
|
1126
1130
|
.table-danger {
|
|
1127
1131
|
--bs-table-color: #000;
|
|
1128
1132
|
--bs-table-bg: #f8d7da;
|
|
1129
|
-
--bs-table-border-color: #
|
|
1133
|
+
--bs-table-border-color: #c6acae;
|
|
1130
1134
|
--bs-table-striped-bg: #eccccf;
|
|
1131
1135
|
--bs-table-striped-color: #000;
|
|
1132
1136
|
--bs-table-active-bg: #dfc2c4;
|
|
@@ -1140,7 +1144,7 @@ progress {
|
|
|
1140
1144
|
.table-light {
|
|
1141
1145
|
--bs-table-color: #000;
|
|
1142
1146
|
--bs-table-bg: #f8f9fa;
|
|
1143
|
-
--bs-table-border-color: #
|
|
1147
|
+
--bs-table-border-color: #c6c7c8;
|
|
1144
1148
|
--bs-table-striped-bg: #ecedee;
|
|
1145
1149
|
--bs-table-striped-color: #000;
|
|
1146
1150
|
--bs-table-active-bg: #dfe0e1;
|
|
@@ -1154,7 +1158,7 @@ progress {
|
|
|
1154
1158
|
.table-dark {
|
|
1155
1159
|
--bs-table-color: #fff;
|
|
1156
1160
|
--bs-table-bg: #212529;
|
|
1157
|
-
--bs-table-border-color: #
|
|
1161
|
+
--bs-table-border-color: #4d5154;
|
|
1158
1162
|
--bs-table-striped-bg: #2c3034;
|
|
1159
1163
|
--bs-table-striped-color: #fff;
|
|
1160
1164
|
--bs-table-active-bg: #373b3e;
|
|
@@ -1659,7 +1663,7 @@ progress {
|
|
|
1659
1663
|
|
|
1660
1664
|
.row-cols-3 > * {
|
|
1661
1665
|
flex: 0 0 auto;
|
|
1662
|
-
width: 33.
|
|
1666
|
+
width: 33.33333333%;
|
|
1663
1667
|
}
|
|
1664
1668
|
|
|
1665
1669
|
.row-cols-4 > * {
|
|
@@ -1674,7 +1678,7 @@ progress {
|
|
|
1674
1678
|
|
|
1675
1679
|
.row-cols-6 > * {
|
|
1676
1680
|
flex: 0 0 auto;
|
|
1677
|
-
width: 16.
|
|
1681
|
+
width: 16.66666667%;
|
|
1678
1682
|
}
|
|
1679
1683
|
|
|
1680
1684
|
.col-auto {
|
|
@@ -1864,7 +1868,7 @@ progress {
|
|
|
1864
1868
|
}
|
|
1865
1869
|
.row-cols-sm-3 > * {
|
|
1866
1870
|
flex: 0 0 auto;
|
|
1867
|
-
width: 33.
|
|
1871
|
+
width: 33.33333333%;
|
|
1868
1872
|
}
|
|
1869
1873
|
.row-cols-sm-4 > * {
|
|
1870
1874
|
flex: 0 0 auto;
|
|
@@ -1876,7 +1880,7 @@ progress {
|
|
|
1876
1880
|
}
|
|
1877
1881
|
.row-cols-sm-6 > * {
|
|
1878
1882
|
flex: 0 0 auto;
|
|
1879
|
-
width: 16.
|
|
1883
|
+
width: 16.66666667%;
|
|
1880
1884
|
}
|
|
1881
1885
|
.col-sm-auto {
|
|
1882
1886
|
flex: 0 0 auto;
|
|
@@ -2033,7 +2037,7 @@ progress {
|
|
|
2033
2037
|
}
|
|
2034
2038
|
.row-cols-md-3 > * {
|
|
2035
2039
|
flex: 0 0 auto;
|
|
2036
|
-
width: 33.
|
|
2040
|
+
width: 33.33333333%;
|
|
2037
2041
|
}
|
|
2038
2042
|
.row-cols-md-4 > * {
|
|
2039
2043
|
flex: 0 0 auto;
|
|
@@ -2045,7 +2049,7 @@ progress {
|
|
|
2045
2049
|
}
|
|
2046
2050
|
.row-cols-md-6 > * {
|
|
2047
2051
|
flex: 0 0 auto;
|
|
2048
|
-
width: 16.
|
|
2052
|
+
width: 16.66666667%;
|
|
2049
2053
|
}
|
|
2050
2054
|
.col-md-auto {
|
|
2051
2055
|
flex: 0 0 auto;
|
|
@@ -2202,7 +2206,7 @@ progress {
|
|
|
2202
2206
|
}
|
|
2203
2207
|
.row-cols-lg-3 > * {
|
|
2204
2208
|
flex: 0 0 auto;
|
|
2205
|
-
width: 33.
|
|
2209
|
+
width: 33.33333333%;
|
|
2206
2210
|
}
|
|
2207
2211
|
.row-cols-lg-4 > * {
|
|
2208
2212
|
flex: 0 0 auto;
|
|
@@ -2214,7 +2218,7 @@ progress {
|
|
|
2214
2218
|
}
|
|
2215
2219
|
.row-cols-lg-6 > * {
|
|
2216
2220
|
flex: 0 0 auto;
|
|
2217
|
-
width: 16.
|
|
2221
|
+
width: 16.66666667%;
|
|
2218
2222
|
}
|
|
2219
2223
|
.col-lg-auto {
|
|
2220
2224
|
flex: 0 0 auto;
|
|
@@ -2371,7 +2375,7 @@ progress {
|
|
|
2371
2375
|
}
|
|
2372
2376
|
.row-cols-xl-3 > * {
|
|
2373
2377
|
flex: 0 0 auto;
|
|
2374
|
-
width: 33.
|
|
2378
|
+
width: 33.33333333%;
|
|
2375
2379
|
}
|
|
2376
2380
|
.row-cols-xl-4 > * {
|
|
2377
2381
|
flex: 0 0 auto;
|
|
@@ -2383,7 +2387,7 @@ progress {
|
|
|
2383
2387
|
}
|
|
2384
2388
|
.row-cols-xl-6 > * {
|
|
2385
2389
|
flex: 0 0 auto;
|
|
2386
|
-
width: 16.
|
|
2390
|
+
width: 16.66666667%;
|
|
2387
2391
|
}
|
|
2388
2392
|
.col-xl-auto {
|
|
2389
2393
|
flex: 0 0 auto;
|
|
@@ -2540,7 +2544,7 @@ progress {
|
|
|
2540
2544
|
}
|
|
2541
2545
|
.row-cols-xxl-3 > * {
|
|
2542
2546
|
flex: 0 0 auto;
|
|
2543
|
-
width: 33.
|
|
2547
|
+
width: 33.33333333%;
|
|
2544
2548
|
}
|
|
2545
2549
|
.row-cols-xxl-4 > * {
|
|
2546
2550
|
flex: 0 0 auto;
|
|
@@ -2552,7 +2556,7 @@ progress {
|
|
|
2552
2556
|
}
|
|
2553
2557
|
.row-cols-xxl-6 > * {
|
|
2554
2558
|
flex: 0 0 auto;
|
|
2555
|
-
width: 16.
|
|
2559
|
+
width: 16.66666667%;
|
|
2556
2560
|
}
|
|
2557
2561
|
.col-xxl-auto {
|
|
2558
2562
|
flex: 0 0 auto;
|
|
@@ -2692,7 +2696,7 @@ progress {
|
|
|
2692
2696
|
}
|
|
2693
2697
|
}
|
|
2694
2698
|
/*!
|
|
2695
|
-
* Bootstrap Utilities v5.3.
|
|
2699
|
+
* Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
|
|
2696
2700
|
* Copyright 2011-2023 The Bootstrap Authors
|
|
2697
2701
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
2698
2702
|
*/
|
|
@@ -2791,6 +2795,7 @@ progress {
|
|
|
2791
2795
|
--bs-link-hover-color: #0a58ca;
|
|
2792
2796
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
2793
2797
|
--bs-code-color: #d63384;
|
|
2798
|
+
--bs-highlight-color: #212529;
|
|
2794
2799
|
--bs-highlight-bg: #fff3cd;
|
|
2795
2800
|
--bs-border-width: 1px;
|
|
2796
2801
|
--bs-border-style: solid;
|
|
@@ -2862,6 +2867,8 @@ progress {
|
|
|
2862
2867
|
--bs-link-color-rgb: 110, 168, 254;
|
|
2863
2868
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
|
2864
2869
|
--bs-code-color: #e685b5;
|
|
2870
|
+
--bs-highlight-color: #dee2e6;
|
|
2871
|
+
--bs-highlight-bg: #664d03;
|
|
2865
2872
|
--bs-border-color: #495057;
|
|
2866
2873
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
2867
2874
|
--bs-form-valid-color: #75b798;
|
|
@@ -3372,15 +3379,15 @@ progress {
|
|
|
3372
3379
|
}
|
|
3373
3380
|
|
|
3374
3381
|
.shadow {
|
|
3375
|
-
box-shadow:
|
|
3382
|
+
box-shadow: var(--bs-box-shadow) !important;
|
|
3376
3383
|
}
|
|
3377
3384
|
|
|
3378
3385
|
.shadow-sm {
|
|
3379
|
-
box-shadow:
|
|
3386
|
+
box-shadow: var(--bs-box-shadow-sm) !important;
|
|
3380
3387
|
}
|
|
3381
3388
|
|
|
3382
3389
|
.shadow-lg {
|
|
3383
|
-
box-shadow:
|
|
3390
|
+
box-shadow: var(--bs-box-shadow-lg) !important;
|
|
3384
3391
|
}
|
|
3385
3392
|
|
|
3386
3393
|
.shadow-none {
|