@justifi/webcomponents 4.19.1-rc → 4.19.1-rc-3
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-0b3db49d.js → Analytics-1ca4e47e.js} +2 -3
- package/dist/cjs/{business.service-c384784d.js → business.service-6bb7ac82.js} +5 -6
- package/dist/cjs/{get-payout-csv-51a02be7.js → get-payout-csv-1391ff3e.js} +3 -4
- package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +7 -8
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +4 -5
- package/dist/cjs/justifi-business-details.cjs.entry.js +3 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +4 -5
- package/dist/cjs/justifi-card-form.cjs.entry.js +4 -5
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkout.cjs.entry.js +4 -5
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +3 -4
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +11 -9
- package/dist/cjs/justifi-owner-form_3.cjs.entry.js +1 -2
- package/dist/cjs/justifi-payment-details.cjs.entry.js +3 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +5 -6
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +5 -6
- package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -4
- package/dist/cjs/justifi-payout-details.cjs.entry.js +3 -4
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -4
- package/dist/cjs/justifi-refund-form.cjs.entry.js +2 -3
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +4 -5
- package/dist/cjs/{package-39dc73ed.js → package-bc2632e4.js} +2 -4
- package/dist/cjs/{payment.service-2dbfb83d.js → payment.service-dfcfa19b.js} +2 -3
- package/dist/collection/api/services/analytics.service.js +1 -2
- package/dist/collection/api/services/business.service.js +5 -6
- package/dist/collection/api/services/checkout.service.js +2 -3
- package/dist/collection/api/services/insurance.service.js +2 -3
- package/dist/collection/api/services/payment.service.js +2 -3
- package/dist/collection/api/services/payout.service.js +3 -4
- package/dist/collection/api/services/provision.service.js +2 -4
- package/dist/collection/api/services/reports.service.js +1 -2
- package/dist/collection/components/bank-account-form/bank-account-form.js +3 -4
- package/dist/collection/components/business-forms/business-form/business-form.js +2 -3
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +2 -3
- package/dist/collection/components/business-forms/payment-provisioning/document-uploads/business-document-upload-form-step.js +2 -3
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +2 -3
- package/dist/collection/components/card-form/card-form.js +3 -4
- package/dist/collection/components/checkout/checkout-core.js +4 -4
- package/dist/collection/components/checkout/new-payment-method.js +6 -4
- package/dist/collection/components/checkout/payment-method-options.js +3 -4
- package/dist/collection/components/checkout/saved-payment-method.js +3 -4
- package/dist/collection/components/checkout/sezzle-payment-method.js +3 -4
- package/dist/collection/components/payment-form/payment-form.js +3 -4
- package/dist/collection/components/refund-form/refund-form.js +2 -3
- package/dist/docs.json +8 -8
- package/dist/esm/{Analytics-37556050.js → Analytics-c51439be.js} +2 -3
- package/dist/esm/{business.service-eee46ab1.js → business.service-f45decfc.js} +5 -6
- package/dist/esm/{get-payout-csv-4d6b29d8.js → get-payout-csv-e784a2ab.js} +3 -4
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +7 -8
- package/dist/esm/justifi-bank-account-form.entry.js +4 -5
- package/dist/esm/justifi-business-details.entry.js +3 -4
- package/dist/esm/justifi-business-form.entry.js +4 -5
- package/dist/esm/justifi-card-form.entry.js +4 -5
- package/dist/esm/justifi-checkout-core.entry.js +3 -3
- package/dist/esm/justifi-checkout.entry.js +4 -5
- package/dist/esm/justifi-gross-payment-chart.entry.js +3 -4
- package/dist/esm/justifi-new-payment-method_4.entry.js +11 -9
- package/dist/esm/justifi-owner-form_3.entry.js +1 -2
- package/dist/esm/justifi-payment-details.entry.js +3 -4
- package/dist/esm/justifi-payment-form.entry.js +5 -6
- package/dist/esm/justifi-payment-method-form.entry.js +1 -1
- package/dist/esm/justifi-payment-provisioning.entry.js +5 -6
- package/dist/esm/justifi-payments-list.entry.js +3 -4
- package/dist/esm/justifi-payout-details.entry.js +3 -4
- package/dist/esm/justifi-payouts-list.entry.js +3 -4
- package/dist/esm/justifi-refund-form.entry.js +2 -3
- package/dist/esm/justifi-season-interruption-insurance.entry.js +4 -5
- package/dist/esm/{package-e2a7aa3f.js → package-09a354e0.js} +2 -4
- package/dist/esm/{payment.service-9005a501.js → payment.service-dad5153b.js} +2 -3
- package/dist/globals.d.ts +2 -0
- package/dist/module/Analytics.js +1 -2
- package/dist/module/business-bank-account-form-step.js +2 -3
- package/dist/module/business-document-upload-form-step.js +2 -3
- package/dist/module/business-terms-conditions-form-step.js +2 -3
- package/dist/module/business.service.js +5 -6
- package/dist/module/checkout-core.js +3 -3
- package/dist/module/get-payout-csv.js +3 -4
- package/dist/module/justifi-bank-account-form.js +2 -3
- package/dist/module/justifi-business-form.js +2 -3
- package/dist/module/justifi-card-form.js +2 -3
- package/dist/module/justifi-checkout.js +2 -3
- package/dist/module/justifi-gross-payment-chart.js +1 -2
- package/dist/module/justifi-payment-form.js +3 -4
- package/dist/module/justifi-payment-provisioning.js +2 -3
- package/dist/module/justifi-refund-form.js +2 -3
- package/dist/module/justifi-season-interruption-insurance.js +2 -3
- package/dist/module/new-payment-method.js +5 -3
- package/dist/module/package.js +2 -4
- package/dist/module/payment-method-options.js +2 -3
- package/dist/module/payment.service.js +2 -3
- package/dist/module/saved-payment-method.js +2 -3
- package/dist/module/sezzle-payment-method.js +2 -3
- package/dist/types/components/checkout/new-payment-method.d.ts +1 -0
- package/dist/webcomponents/index.esm.js +1 -0
- package/dist/webcomponents/p-01a404ca.entry.js +44 -0
- package/dist/webcomponents/p-03d35880.entry.js +130 -0
- package/dist/webcomponents/p-06ff0429.entry.js +65 -0
- package/dist/webcomponents/p-08b0fb31.js +41 -1
- package/dist/webcomponents/p-14c91ffd.js +20 -1
- package/dist/webcomponents/p-1a17ea7d.entry.js +1684 -0
- package/dist/webcomponents/p-1ad5995e.js +3599 -1
- package/dist/webcomponents/p-1ff8810b.js +29 -1
- package/dist/webcomponents/p-21aeb013.entry.js +80 -0
- package/dist/webcomponents/p-2338affa.js +213 -1
- package/dist/webcomponents/p-258b1ee2.entry.js +149 -0
- package/dist/webcomponents/p-25d8cd65.entry.js +102 -0
- package/dist/webcomponents/p-29c0b182.js +114 -1
- package/dist/webcomponents/p-2b6c9c4f.js +7 -1
- package/dist/webcomponents/p-2dabeb5a.js +79 -0
- package/dist/webcomponents/p-2eab3c90.js +3052 -1
- package/dist/webcomponents/p-33272d05.entry.js +94 -0
- package/dist/webcomponents/p-3642ad71.entry.js +145 -0
- package/dist/webcomponents/p-387450f6.js +77 -0
- package/dist/webcomponents/p-3e9ef4a8.js +28 -0
- package/dist/webcomponents/p-3fd13ca3.js +52 -1
- package/dist/webcomponents/p-41bc7c5c.entry.js +97 -0
- package/dist/webcomponents/p-4d8b45c6.entry.js +98 -0
- package/dist/webcomponents/p-525db3e8.js +22 -1
- package/dist/webcomponents/p-5482d030.entry.js +21 -0
- package/dist/webcomponents/p-56f6ce4c.js +10 -1
- package/dist/webcomponents/p-576826b1.entry.js +43 -0
- package/dist/webcomponents/p-5968ff8a.js +178 -1
- package/dist/webcomponents/p-5bd7b204.entry.js +75 -0
- package/dist/webcomponents/p-5cb3f0b2.entry.js +261 -0
- package/dist/webcomponents/p-5e70442b.entry.js +74 -0
- package/dist/webcomponents/p-5f835b89.entry.js +606 -0
- package/dist/webcomponents/p-6078a370.js +244 -1
- package/dist/webcomponents/p-68843186.entry.js +73 -0
- package/dist/webcomponents/p-70a2aa74.entry.js +76 -0
- package/dist/webcomponents/p-7582b554.entry.js +18 -0
- package/dist/webcomponents/p-79646550.entry.js +61 -0
- package/dist/webcomponents/p-7c76e67c.entry.js +117 -0
- package/dist/webcomponents/p-7d85af5c.js +16 -1
- package/dist/webcomponents/p-800d31fe.entry.js +162 -0
- package/dist/webcomponents/p-8115b2f4.js +28 -1
- package/dist/webcomponents/p-83125497.js +4027 -1
- package/dist/webcomponents/p-85fc69e5.js +90 -1
- package/dist/webcomponents/p-890088fc.entry.js +298 -0
- package/dist/webcomponents/p-89887332.js +301 -1
- package/dist/webcomponents/p-8df7bde8.js +27 -1
- package/dist/webcomponents/p-8eb774df.entry.js +54 -0
- package/dist/webcomponents/p-9c9c7dac.js +24 -1
- package/dist/webcomponents/p-9f94bbb6.entry.js +118 -0
- package/dist/webcomponents/p-a5a225d9.entry.js +125 -0
- package/dist/webcomponents/p-a5c5821e.entry.js +101 -0
- package/dist/webcomponents/p-a5fb51dc.entry.js +131 -0
- package/dist/webcomponents/p-a6d04afc.js +44 -0
- package/dist/webcomponents/p-ac086069.entry.js +58 -0
- package/dist/webcomponents/p-af244664.js +126 -1
- package/dist/webcomponents/p-b82c146f.entry.js +111 -0
- package/dist/webcomponents/p-b8a03a4b.entry.js +131 -0
- package/dist/webcomponents/p-ba4bae6f.js +12 -1
- package/dist/webcomponents/p-ba5fae28.js +90 -1
- package/dist/webcomponents/p-c636f563.entry.js +791 -0
- package/dist/webcomponents/p-c86c24d2.entry.js +94 -0
- package/dist/webcomponents/p-cb26f708.js +18 -0
- package/dist/webcomponents/p-ce733539.entry.js +99 -0
- package/dist/webcomponents/p-d17aee2b.entry.js +26 -0
- package/dist/webcomponents/p-d5095f6c.entry.js +133 -0
- package/dist/webcomponents/p-d89bad72.js +39 -1
- package/dist/webcomponents/p-dce846bf.js +27 -1
- package/dist/webcomponents/p-df21aaad.js +120 -1
- package/dist/webcomponents/p-e1255160.js +3 -1
- package/dist/webcomponents/p-e333620e.js +34 -1
- package/dist/webcomponents/p-e356f280.entry.js +29 -0
- package/dist/webcomponents/p-e3fab0e2.js +43 -1
- package/dist/webcomponents/p-ec854a3e.entry.js +11053 -0
- package/dist/webcomponents/p-f02b75dc.entry.js +96 -0
- package/dist/webcomponents/p-fad19d75.js +1638 -2
- package/dist/webcomponents/webcomponents.css +362 -4
- package/dist/webcomponents/webcomponents.esm.js +20 -1
- package/package.json +2 -4
- package/dist/cjs/config-037e67d0.js +0 -15
- package/dist/config.js +0 -11
- package/dist/esm/config-58e393e2.js +0 -13
- package/dist/module/config.js +0 -13
- package/dist/types/home/runner/work/web-component-library/web-component-library/packages/webcomponents/.stencil/packages/webcomponents/config.d.ts +0 -11
- package/dist/webcomponents/p-023779ee.entry.js +0 -1
- package/dist/webcomponents/p-037763f4.entry.js +0 -1
- package/dist/webcomponents/p-07109641.entry.js +0 -1
- package/dist/webcomponents/p-0f7b9555.entry.js +0 -1
- package/dist/webcomponents/p-17e4246f.entry.js +0 -1
- package/dist/webcomponents/p-1a43e355.entry.js +0 -19
- package/dist/webcomponents/p-1f6afff9.entry.js +0 -1
- package/dist/webcomponents/p-246a6c6a.entry.js +0 -1
- package/dist/webcomponents/p-2d3b1692.entry.js +0 -1
- package/dist/webcomponents/p-30a493cd.entry.js +0 -1
- package/dist/webcomponents/p-32286934.js +0 -1
- package/dist/webcomponents/p-3f5e7e86.js +0 -1
- package/dist/webcomponents/p-462dc522.entry.js +0 -1
- package/dist/webcomponents/p-487b72a8.entry.js +0 -1
- package/dist/webcomponents/p-4abc17f0.entry.js +0 -1
- package/dist/webcomponents/p-52021fa1.entry.js +0 -1
- package/dist/webcomponents/p-53e64f15.entry.js +0 -1
- package/dist/webcomponents/p-57e1f2fd.js +0 -1
- package/dist/webcomponents/p-5f095525.entry.js +0 -1
- package/dist/webcomponents/p-62b32c4c.entry.js +0 -1
- package/dist/webcomponents/p-69faef3f.entry.js +0 -1
- package/dist/webcomponents/p-6c078cd1.js +0 -1
- package/dist/webcomponents/p-8e541a32.entry.js +0 -1
- package/dist/webcomponents/p-8f325782.entry.js +0 -1
- package/dist/webcomponents/p-987b5de2.entry.js +0 -1
- package/dist/webcomponents/p-a63fc384.entry.js +0 -1
- package/dist/webcomponents/p-a8220709.entry.js +0 -1
- package/dist/webcomponents/p-ae530971.entry.js +0 -1
- package/dist/webcomponents/p-b7cf49f4.entry.js +0 -1
- package/dist/webcomponents/p-b87b27ba.js +0 -1
- package/dist/webcomponents/p-bbed6107.entry.js +0 -1
- package/dist/webcomponents/p-be39c802.entry.js +0 -1
- package/dist/webcomponents/p-c28db166.js +0 -1
- package/dist/webcomponents/p-c9f8f7ec.entry.js +0 -1
- package/dist/webcomponents/p-d8355f91.entry.js +0 -1
- package/dist/webcomponents/p-e2c88817.entry.js +0 -1
- package/dist/webcomponents/p-e31f0f3e.entry.js +0 -1
- package/dist/webcomponents/p-edac2b43.entry.js +0 -1
- package/dist/webcomponents/p-ef23c091.entry.js +0 -1
- package/dist/webcomponents/p-f06910aa.entry.js +0 -1
- package/dist/webcomponents/p-f0866375.entry.js +0 -1
- package/dist/webcomponents/p-f0a06884.entry.js +0 -1
- package/dist/webcomponents/p-f2f94d9f.entry.js +0 -1
- package/dist/webcomponents/p-f49b7170.entry.js +0 -1
- package/dist/webcomponents/p-fb58feb5.entry.js +0 -1
- package/dist/webcomponents/p-fe33151d.entry.js +0 -1
|
@@ -1,6 +1,364 @@
|
|
|
1
|
-
:root,
|
|
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,
|
|
2
69
|
'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
|
|
3
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
|
|
4
|
-
|
|
70
|
+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
71
|
+
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
|
72
|
+
'Liberation Mono', 'Courier New', monospace;
|
|
73
|
+
--bs-gradient: linear-gradient(180deg,
|
|
5
74
|
rgba(255, 255, 255, 0.15),
|
|
6
|
-
rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}:root{--jfi-body-color:var(--bs-body-color);--jfi-header-color:var(--bs-body-color);--jfi-header-border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);--jfi-layout-font-family:var(--bs-font-sans-serif);--jfi-layout-padding:4px;--jfi-layout-form-control-spacing-x:0.5rem;--jfi-layout-form-control-spacing-y:1rem;--jfi-primary-color:#0d6efd;--jfi-form-control-background-color:var(--bs-body-bg);--jfi-form-control-border-color:var(--bs-border-color);--jfi-form-control-border-color-focus:#86b7fe;--jfi-form-control-border-color-error:#dc3545;--jfi-form-control-border-width:1px;--jfi-form-control-border-bottom-width:1px;--jfi-form-control-border-left-width:1px;--jfi-form-control-border-right-width:1px;--jfi-form-control-border-top-width:1px;--jfi-form-control-border-radius:0.375rem;--jfi-form-control-border-style:solid;--jfi-form-control-box-shadow:none;--jfi-form-control-box-shadow-error:none;--jfi-form-control-box-shadow-error-focus:0 0 0 0.25rem rgba(220, 53, 69, 0.25);--jfi-form-control-box-shadow-focus:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--jfi-form-control-color:var(--bs-body-color);--jfi-form-control-color-focus:input-color-focus;--jfi-form-control-font-size:1rem;--jfi-form-control-font-weight:400;--jfi-form-control-line-height:1.5;--jfi-form-control-margin:0;--jfi-form-control-padding:0.375rem 0.75rem;--jfi-radio-button-color:var(--jfi-primary-color);--jfi-radio-button-background-color:transparent;--jfi-radio-button-color-selected:white;--jfi-radio-button-background-color-selected:var(--jfi-primary-color);--jfi-radio-button-border-color:var(--jfi-form-control-border-color);--jfi-radio-button-border-color-selected:var(--jfi-primary-color);--jfi-radio-button-padding:0.375rem 0.75rem;--jfi-radio-button-font-size:1rem;--jfi-radio-button-color-hover:var(--jfi-primary-color);--jfi-radio-button-color-selected-hover:white;--jfi-radio-button-background-color-hover:transparent;--jfi-radio-button-background-color-selected-hover:var(--jfi-primary-color);--jfi-radio-button-border-color-selected-hover:var(--jfi-primary-color);--jfi-radio-button-border-color-hover:var(--jfi-primary-color);--jfi-radio-button-box-shadow-focus:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--jfi-radio-button-border-color-focus:#86b7fe;--jfi-radio-button-group-color:var(--jfi-body-color);--jfi-radio-button-group-color-hover:var(--jfi-body-color);--jfi-radio-button-group-divider:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);--jfi-radio-button-group-background-color:transparent;--jfi-radio-button-group-background-color-hover:var(--bs-gray-100);--jfi-radio-input-box-shadow-focus:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--jfi-radio-input-background-color-selected:#212529;--jfi-radio-input-border-color:#6c757d;--jfi-radio-input-border-color-selected:#212529;--jfi-skeleton-wave-animation-bg:rgba(100, 100, 100, 0.6);--jfi-submit-button-color:white;--jfi-submit-button-background-color:var(--jfi-primary-color);--jfi-submit-button-border-color:var(--jfi-primary-color);--jfi-submit-button-padding:0.375rem 0.75rem;--jfi-submit-button-font-size:1rem;--jfi-submit-button-border-radius:0.375rem;--jfi-submit-button-color-hover:white;--jfi-submit-button-background-color-hover:var(--jfi-primary-color);--jfi-submit-button-border-color-hover:var(--jfi-primary-color);--jfi-submit-button-color-focus:white;--jfi-submit-button-background-color-focus:var(--jfi-primary-color);--jfi-submit-button-border-color-focus:var(--jfi-primary-color);--jfi-submit-button-color-active:white;--jfi-submit-button-background-color-active:var(--jfi-primary-color);--jfi-submit-button-border-color-active:var(--jfi-primary-color);--jfi-submit-button-width:auto;--jfi-submit-button-box-shadow:none;--jfi-submit-button-color-loading:white;--jfi-submit-button-background-color-loading:var(--jfi-primary-color);--jfi-submit-button-border-color-loading:var(--jfi-primary-color);--jfi-submit-button-line-height:1.5;--jfi-submit-button-text-transform:initial;--jfi-form-label-color:#212529;--jfi-form-label-font-family:var(--bs-font-sans-serif);--jfi-form-label-font-size:1rem;--jfi-form-label-font-weight:400;--jfi-form-label-margin:0 0 0.5rem 0;--jfi-error-message-color:var(--bs-form-invalid-color);--jfi-error-message-margin:0.25rem 0 0 0;--jfi-error-message-font-size:0.875em;table-layout:fixed}::part(skeleton){background-color:var(--jfi-skeleton-wave-animation-bg, #f5f5f5);animation:pulseAnimation 2s ease-in-out 0.5s infinite}::part(label){color:var(--jfi-form-label-color);font-family:var(--jfi-form-label-font-family);font-weight:var(--jfi-form-label-font-weight);font-size:var(--jfi-form-label-font-size);margin:var(--jfi-form-label-margin)}::part(input){font-family:var(--jfi-layout-font-family);border-color:var(--jfi-form-control-border-color);border-width:var(--jfi-form-control-border-width);border-bottom-width:var(--jfi-form-control-border-bottom-width);border-left-width:var(--jfi-form-control-border-left-width);border-right-width:var(--jfi-form-control-border-right-width);border-top-width:var(--jfi-form-control-border-top-width);border-radius:var(--jfi-form-control-border-radius);border-style:var(--jfi-form-control-border-style);box-shadow:var(--jfi-form-control-box-shadow);color:var(--jfi-form-control-color);font-size:var(--jfi-form-control-font-size);font-weight:var(--jfi-form-control-font-weight);line-height:var(--jfi-form-control-line-height);margin:var(--jfi-form-control-margin);padding:var(--jfi-form-control-padding)}::part(input):not(disabled){background-color:var(--jfi-form-control-background-color)}::part(input):focus{color:var(--jfi-form-control-color-focus);background-color:var(--jfi-form-control-background-color);border-color:var(--jfi-form-control-border-color-focus);box-shadow:var(--jfi-form-control-box-shadow-focus)}::part(input-group-input){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}::part(input-group-text){border:var(--jfi-form-control-border-width) var(--jfi-form-control-border-style) var(--jfi-form-control-border-color);border-radius:var(--jfi-form-control-border-radius);border-top-right-radius:0;border-bottom-right-radius:0}::part(input-checkbox){font-family:var(--jfi-layout-font-family);border-color:var(--jfi-form-control-border-color);border-width:var(--jfi-form-control-border-width);border-bottom-width:var(--jfi-form-control-border-bottom-width);border-left-width:var(--jfi-form-control-border-left-width);border-right-width:var(--jfi-form-control-border-right-width);border-top-width:var(--jfi-form-control-border-top-width);border-style:var(--jfi-form-control-border-style);box-shadow:var(--jfi-form-control-box-shadow);color:var(--jfi-form-control-color);line-height:var(--jfi-form-control-line-height)}::part(input-checkbox):focus{color:var(--jfi-form-control-color-focus);border-color:var(--jfi-form-control-border-color-focus);box-shadow:var(--jfi-form-control-box-shadow-focus)}::part(input-checkbox-invalid){border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error)}::part(input-checkbox-invalid):focus{border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error-focus)}::part(input-invalid){border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error)}::part(input-invalid):focus{border-color:var(--jfi-form-control-border-color-error);box-shadow:var(--jfi-form-control-box-shadow-error-focus)}::part(button){border-radius:var(--jfi-submit-button-border-radius)}::part(button-primary){font-family:var(--jfi-layout-font-family);color:var(--jfi-submit-button-color);background-color:var(--jfi-submit-button-background-color);border-color:var(--jfi-submit-button-border-color);padding:var(--jfi-submit-button-padding);font-size:var(--jfi-submit-button-font-size);border-radius:var(--jfi-submit-button-border-radius);box-shadow:var(--jfi-submit-button-box-shadow)}::part(button-primary):hover{color:var(--jfi-submit-button-color-hover);background-color:var(--jfi-submit-button-background-color-hover);border-color:var(--jfi-submit-button-border-color-hover)}::part(button-primary):focus{color:var(--jfi-submit-button-color-focus);background-color:var(--jfi-submit-button-background-color-focus);border-color:var(--jfi-submit-button-border-color-focus)}::part(button-primary):active{color:var(--jfi-submit-button-color-active);background-color:var(--jfi-submit-button-background-color-active);border-color:var(--jfi-submit-button-border-color-active)}::part(button-loading){min-width:75px;color:var(--jfi-submit-button-color-loading);background-color:var(--jfi-submit-button-background-color-loading);border-color:var(--jfi-submit-button-border-color-loading)}::part(button-spinner){border-top-color:var(--jfi-submit-button-color-loading);border-bottom-color:var(--jfi-submit-button-color-loading);border-left-color:var(--jfi-submit-button-color-loading)}.table-wrapper{overflow-x:scroll}
|
|
75
|
+
rgba(255, 255, 255, 0));
|
|
76
|
+
--bs-body-font-family: var(--bs-font-sans-serif);
|
|
77
|
+
--bs-body-font-size: 1rem;
|
|
78
|
+
--bs-body-font-weight: 400;
|
|
79
|
+
--bs-body-line-height: 1.5;
|
|
80
|
+
--bs-body-color: #212529;
|
|
81
|
+
--bs-body-color-rgb: 33, 37, 41;
|
|
82
|
+
--bs-body-bg: #fff;
|
|
83
|
+
--bs-body-bg-rgb: 255, 255, 255;
|
|
84
|
+
--bs-emphasis-color: #000;
|
|
85
|
+
--bs-emphasis-color-rgb: 0, 0, 0;
|
|
86
|
+
--bs-secondary-color: rgba(33, 37, 41, 0.75);
|
|
87
|
+
--bs-secondary-color-rgb: 33, 37, 41;
|
|
88
|
+
--bs-secondary-bg: #e9ecef;
|
|
89
|
+
--bs-secondary-bg-rgb: 233, 236, 239;
|
|
90
|
+
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
|
|
91
|
+
--bs-tertiary-color-rgb: 33, 37, 41;
|
|
92
|
+
--bs-tertiary-bg: #f8f9fa;
|
|
93
|
+
--bs-tertiary-bg-rgb: 248, 249, 250;
|
|
94
|
+
--bs-heading-color: inherit;
|
|
95
|
+
--bs-link-color: #0d6efd;
|
|
96
|
+
--bs-link-color-rgb: 13, 110, 253;
|
|
97
|
+
--bs-link-decoration: underline;
|
|
98
|
+
--bs-link-hover-color: #0a58ca;
|
|
99
|
+
--bs-link-hover-color-rgb: 10, 88, 202;
|
|
100
|
+
--bs-code-color: #d63384;
|
|
101
|
+
--bs-highlight-color: #212529;
|
|
102
|
+
--bs-highlight-bg: #fff3cd;
|
|
103
|
+
--bs-border-width: 1px;
|
|
104
|
+
--bs-border-style: solid;
|
|
105
|
+
--bs-border-color: #dee2e6;
|
|
106
|
+
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
|
|
107
|
+
--bs-border-radius: 0.375rem;
|
|
108
|
+
--bs-border-radius-sm: 0.25rem;
|
|
109
|
+
--bs-border-radius-lg: 0.5rem;
|
|
110
|
+
--bs-border-radius-xl: 1rem;
|
|
111
|
+
--bs-border-radius-xxl: 2rem;
|
|
112
|
+
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
113
|
+
--bs-border-radius-pill: 50rem;
|
|
114
|
+
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
115
|
+
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
116
|
+
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
|
|
117
|
+
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
118
|
+
--bs-focus-ring-width: 0.25rem;
|
|
119
|
+
--bs-focus-ring-opacity: 0.25;
|
|
120
|
+
--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
|
|
121
|
+
--bs-form-valid-color: #198754;
|
|
122
|
+
--bs-form-valid-border-color: #198754;
|
|
123
|
+
--bs-form-invalid-color: #dc3545;
|
|
124
|
+
--bs-form-invalid-border-color: #dc3545;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
:root {
|
|
128
|
+
--jfi-body-color: var(--bs-body-color);
|
|
129
|
+
--jfi-header-color: var(--bs-body-color);
|
|
130
|
+
--jfi-header-border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
131
|
+
--jfi-layout-font-family: var(--bs-font-sans-serif);
|
|
132
|
+
--jfi-layout-padding: 4px;
|
|
133
|
+
--jfi-layout-form-control-spacing-x: 0.5rem;
|
|
134
|
+
--jfi-layout-form-control-spacing-y: 1rem;
|
|
135
|
+
--jfi-primary-color: #0d6efd;
|
|
136
|
+
--jfi-form-control-background-color: var(--bs-body-bg);
|
|
137
|
+
--jfi-form-control-border-color: var(--bs-border-color);
|
|
138
|
+
--jfi-form-control-border-color-focus: #86b7fe;
|
|
139
|
+
--jfi-form-control-border-color-error: #dc3545;
|
|
140
|
+
--jfi-form-control-border-width: 1px;
|
|
141
|
+
--jfi-form-control-border-bottom-width: 1px;
|
|
142
|
+
--jfi-form-control-border-left-width: 1px;
|
|
143
|
+
--jfi-form-control-border-right-width: 1px;
|
|
144
|
+
--jfi-form-control-border-top-width: 1px;
|
|
145
|
+
--jfi-form-control-border-radius: 0.375rem;
|
|
146
|
+
--jfi-form-control-border-style: solid;
|
|
147
|
+
--jfi-form-control-box-shadow: none;
|
|
148
|
+
--jfi-form-control-box-shadow-error: none;
|
|
149
|
+
--jfi-form-control-box-shadow-error-focus: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
|
|
150
|
+
--jfi-form-control-box-shadow-focus: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
151
|
+
--jfi-form-control-color: var(--bs-body-color);
|
|
152
|
+
--jfi-form-control-color-focus: input-color-focus;
|
|
153
|
+
--jfi-form-control-font-size: 1rem;
|
|
154
|
+
--jfi-form-control-font-weight: 400;
|
|
155
|
+
--jfi-form-control-line-height: 1.5;
|
|
156
|
+
--jfi-form-control-margin: 0;
|
|
157
|
+
--jfi-form-control-padding: 0.375rem 0.75rem;
|
|
158
|
+
--jfi-radio-button-color: var(--jfi-primary-color);
|
|
159
|
+
--jfi-radio-button-background-color: transparent;
|
|
160
|
+
--jfi-radio-button-color-selected: white;
|
|
161
|
+
--jfi-radio-button-background-color-selected: var(--jfi-primary-color);
|
|
162
|
+
--jfi-radio-button-border-color: var(--jfi-form-control-border-color);
|
|
163
|
+
--jfi-radio-button-border-color-selected: var(--jfi-primary-color);
|
|
164
|
+
--jfi-radio-button-padding: 0.375rem 0.75rem;
|
|
165
|
+
--jfi-radio-button-font-size: 1rem;
|
|
166
|
+
--jfi-radio-button-color-hover: var(--jfi-primary-color);
|
|
167
|
+
--jfi-radio-button-color-selected-hover: white;
|
|
168
|
+
--jfi-radio-button-background-color-hover: transparent;
|
|
169
|
+
--jfi-radio-button-background-color-selected-hover: var(--jfi-primary-color);
|
|
170
|
+
--jfi-radio-button-border-color-selected-hover: var(--jfi-primary-color);
|
|
171
|
+
--jfi-radio-button-border-color-hover: var(--jfi-primary-color);
|
|
172
|
+
--jfi-radio-button-box-shadow-focus: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
173
|
+
--jfi-radio-button-border-color-focus: #86b7fe;
|
|
174
|
+
--jfi-radio-button-group-color: var(--jfi-body-color);
|
|
175
|
+
--jfi-radio-button-group-color-hover: var(--jfi-body-color);
|
|
176
|
+
--jfi-radio-button-group-divider: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
177
|
+
--jfi-radio-button-group-background-color: transparent;
|
|
178
|
+
--jfi-radio-button-group-background-color-hover: var(--bs-gray-100);
|
|
179
|
+
--jfi-radio-input-box-shadow-focus: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
180
|
+
--jfi-radio-input-background-color-selected: #212529;
|
|
181
|
+
--jfi-radio-input-border-color: #6c757d;
|
|
182
|
+
--jfi-radio-input-border-color-selected: #212529;
|
|
183
|
+
--jfi-skeleton-wave-animation-bg: rgba(100, 100, 100, 0.6);
|
|
184
|
+
--jfi-submit-button-color: white;
|
|
185
|
+
--jfi-submit-button-background-color: var(--jfi-primary-color);
|
|
186
|
+
--jfi-submit-button-border-color: var(--jfi-primary-color);
|
|
187
|
+
--jfi-submit-button-padding: 0.375rem 0.75rem;
|
|
188
|
+
--jfi-submit-button-font-size: 1rem;
|
|
189
|
+
--jfi-submit-button-border-radius: 0.375rem;
|
|
190
|
+
--jfi-submit-button-color-hover: white;
|
|
191
|
+
--jfi-submit-button-background-color-hover: var(--jfi-primary-color);
|
|
192
|
+
--jfi-submit-button-border-color-hover: var(--jfi-primary-color);
|
|
193
|
+
--jfi-submit-button-color-focus: white;
|
|
194
|
+
--jfi-submit-button-background-color-focus: var(--jfi-primary-color);
|
|
195
|
+
--jfi-submit-button-border-color-focus: var(--jfi-primary-color);
|
|
196
|
+
--jfi-submit-button-color-active: white;
|
|
197
|
+
--jfi-submit-button-background-color-active: var(--jfi-primary-color);
|
|
198
|
+
--jfi-submit-button-border-color-active: var(--jfi-primary-color);
|
|
199
|
+
--jfi-submit-button-width: auto;
|
|
200
|
+
--jfi-submit-button-box-shadow: none;
|
|
201
|
+
--jfi-submit-button-color-loading: white;
|
|
202
|
+
--jfi-submit-button-background-color-loading: var(--jfi-primary-color);
|
|
203
|
+
--jfi-submit-button-border-color-loading: var(--jfi-primary-color);
|
|
204
|
+
--jfi-submit-button-line-height: 1.5;
|
|
205
|
+
--jfi-submit-button-text-transform: initial;
|
|
206
|
+
--jfi-form-label-color: #212529;
|
|
207
|
+
--jfi-form-label-font-family: var(--bs-font-sans-serif);
|
|
208
|
+
--jfi-form-label-font-size: 1rem;
|
|
209
|
+
--jfi-form-label-font-weight: 400;
|
|
210
|
+
--jfi-form-label-margin: 0 0 0.5rem 0;
|
|
211
|
+
--jfi-error-message-color: var(--bs-form-invalid-color);
|
|
212
|
+
--jfi-error-message-margin: 0.25rem 0 0 0;
|
|
213
|
+
--jfi-error-message-font-size: 0.875em;
|
|
214
|
+
|
|
215
|
+
table-layout: fixed;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/* Use CSS variables in CSS parts */
|
|
219
|
+
|
|
220
|
+
::part(skeleton) {
|
|
221
|
+
background-color: var(--jfi-skeleton-wave-animation-bg, #f5f5f5);
|
|
222
|
+
animation: pulseAnimation 2s ease-in-out 0.5s infinite;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
::part(label) {
|
|
226
|
+
color: var(--jfi-form-label-color);
|
|
227
|
+
font-family: var(--jfi-form-label-font-family);
|
|
228
|
+
font-weight: var(--jfi-form-label-font-weight);
|
|
229
|
+
font-size: var(--jfi-form-label-font-size);
|
|
230
|
+
margin: var(--jfi-form-label-margin);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
::part(input) {
|
|
234
|
+
font-family: var(--jfi-layout-font-family);
|
|
235
|
+
border-color: var(--jfi-form-control-border-color);
|
|
236
|
+
border-width: var(--jfi-form-control-border-width);
|
|
237
|
+
border-bottom-width: var(--jfi-form-control-border-bottom-width);
|
|
238
|
+
border-left-width: var(--jfi-form-control-border-left-width);
|
|
239
|
+
border-right-width: var(--jfi-form-control-border-right-width);
|
|
240
|
+
border-top-width: var(--jfi-form-control-border-top-width);
|
|
241
|
+
border-radius: var(--jfi-form-control-border-radius);
|
|
242
|
+
border-style: var(--jfi-form-control-border-style);
|
|
243
|
+
box-shadow: var(--jfi-form-control-box-shadow);
|
|
244
|
+
color: var(--jfi-form-control-color);
|
|
245
|
+
font-size: var(--jfi-form-control-font-size);
|
|
246
|
+
font-weight: var(--jfi-form-control-font-weight);
|
|
247
|
+
line-height: var(--jfi-form-control-line-height);
|
|
248
|
+
margin: var(--jfi-form-control-margin);
|
|
249
|
+
padding: var(--jfi-form-control-padding);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
::part(input):not(disabled) {
|
|
253
|
+
background-color: var(--jfi-form-control-background-color);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
::part(input):focus {
|
|
257
|
+
color: var(--jfi-form-control-color-focus);
|
|
258
|
+
background-color: var(--jfi-form-control-background-color);
|
|
259
|
+
border-color: var(--jfi-form-control-border-color-focus);
|
|
260
|
+
box-shadow: var(--jfi-form-control-box-shadow-focus);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
::part(input-group-input) {
|
|
264
|
+
margin-left: -1px;
|
|
265
|
+
border-top-left-radius: 0;
|
|
266
|
+
border-bottom-left-radius: 0;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
::part(input-group-text) {
|
|
270
|
+
border: var(--jfi-form-control-border-width) var(--jfi-form-control-border-style) var(--jfi-form-control-border-color);
|
|
271
|
+
border-radius: var(--jfi-form-control-border-radius);
|
|
272
|
+
border-top-right-radius: 0;
|
|
273
|
+
border-bottom-right-radius: 0;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
::part(input-checkbox) {
|
|
277
|
+
font-family: var(--jfi-layout-font-family);
|
|
278
|
+
border-color: var(--jfi-form-control-border-color);
|
|
279
|
+
border-width: var(--jfi-form-control-border-width);
|
|
280
|
+
border-bottom-width: var(--jfi-form-control-border-bottom-width);
|
|
281
|
+
border-left-width: var(--jfi-form-control-border-left-width);
|
|
282
|
+
border-right-width: var(--jfi-form-control-border-right-width);
|
|
283
|
+
border-top-width: var(--jfi-form-control-border-top-width);
|
|
284
|
+
border-style: var(--jfi-form-control-border-style);
|
|
285
|
+
box-shadow: var(--jfi-form-control-box-shadow);
|
|
286
|
+
color: var(--jfi-form-control-color);
|
|
287
|
+
line-height: var(--jfi-form-control-line-height);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
::part(input-checkbox):focus {
|
|
291
|
+
color: var(--jfi-form-control-color-focus);
|
|
292
|
+
border-color: var(--jfi-form-control-border-color-focus);
|
|
293
|
+
box-shadow: var(--jfi-form-control-box-shadow-focus);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
::part(input-checkbox-invalid) {
|
|
297
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
298
|
+
box-shadow: var(--jfi-form-control-box-shadow-error);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
::part(input-checkbox-invalid):focus {
|
|
302
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
303
|
+
box-shadow: var(--jfi-form-control-box-shadow-error-focus);
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
::part(input-invalid) {
|
|
307
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
308
|
+
box-shadow: var(--jfi-form-control-box-shadow-error);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
::part(input-invalid):focus {
|
|
312
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
313
|
+
box-shadow: var(--jfi-form-control-box-shadow-error-focus);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
::part(button) {
|
|
317
|
+
border-radius: var(--jfi-submit-button-border-radius);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
::part(button-primary) {
|
|
321
|
+
font-family: var(--jfi-layout-font-family);
|
|
322
|
+
color: var(--jfi-submit-button-color);
|
|
323
|
+
background-color: var(--jfi-submit-button-background-color);
|
|
324
|
+
border-color: var(--jfi-submit-button-border-color);
|
|
325
|
+
padding: var(--jfi-submit-button-padding);
|
|
326
|
+
font-size: var(--jfi-submit-button-font-size);
|
|
327
|
+
border-radius: var(--jfi-submit-button-border-radius);
|
|
328
|
+
box-shadow: var(--jfi-submit-button-box-shadow);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
::part(button-primary):hover {
|
|
332
|
+
color: var(--jfi-submit-button-color-hover);
|
|
333
|
+
background-color: var(--jfi-submit-button-background-color-hover);
|
|
334
|
+
border-color: var(--jfi-submit-button-border-color-hover);
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
::part(button-primary):focus {
|
|
338
|
+
color: var(--jfi-submit-button-color-focus);
|
|
339
|
+
background-color: var(--jfi-submit-button-background-color-focus);
|
|
340
|
+
border-color: var(--jfi-submit-button-border-color-focus);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
::part(button-primary):active {
|
|
344
|
+
color: var(--jfi-submit-button-color-active);
|
|
345
|
+
background-color: var(--jfi-submit-button-background-color-active);
|
|
346
|
+
border-color: var(--jfi-submit-button-border-color-active);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
::part(button-loading) {
|
|
350
|
+
min-width: 75px;
|
|
351
|
+
color: var(--jfi-submit-button-color-loading);
|
|
352
|
+
background-color: var(--jfi-submit-button-background-color-loading);
|
|
353
|
+
border-color: var(--jfi-submit-button-border-color-loading);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
::part(button-spinner) {
|
|
357
|
+
border-top-color: var(--jfi-submit-button-color-loading);
|
|
358
|
+
border-bottom-color: var(--jfi-submit-button-color-loading);
|
|
359
|
+
border-left-color: var(--jfi-submit-button-color-loading);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.table-wrapper {
|
|
363
|
+
overflow-x: scroll;
|
|
364
|
+
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-fad19d75.js";export{s as setNonce}from"./p-fad19d75.js";import{g as a}from"./p-e1255160.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await a(),t(JSON.parse('[["p-f2f94d9f",[[0,"justifi-payment-provisioning",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"postProvisioning":[32],"getBusiness":[32]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}]]],["p-8f325782",[[1,"justifi-business-form",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"hideErrors":[4,"hide-errors"],"formTitle":[1,"form-title"],"removeTitle":[4,"remove-title"],"isLoading":[32],"errorMessage":[32]}]]],["p-ae530971",[[4,"justifi-checkout",{"iframeOrigin":[1,"iframe-origin"],"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"getCheckout":[32],"complete":[32],"errorMessage":[32],"fillBillingForm":[64]},null,{"authToken":["propChanged"],"checkoutId":["propChanged"]}]]],["p-f06910aa",[[1,"justifi-payment-form",{"bankAccount":[4,"bank-account"],"card":[4],"email":[1],"clientId":[1,"client-id"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"submitButtonText":[1,"submit-button-text"],"submitButtonEnabled":[32],"isLoading":[32],"selectedPaymentMethodType":[32],"fillBillingForm":[64],"enableSubmitButton":[64],"disableSubmitButton":[64]}]]],["p-037763f4",[[1,"justifi-business-details",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"errorMessage":[32],"getBusiness":[32]}]]],["p-f0a06884",[[1,"justifi-payments-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayments":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-b7cf49f4",[[1,"justifi-payouts-list",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getPayouts":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-023779ee",[[1,"justifi-refund-form",{"authToken":[1,"auth-token"],"paymentId":[1,"payment-id"],"amount":[2],"submitButtonText":[1,"submit-button-text"],"withButton":[4,"with-button"],"refundInfoText":[1,"refund-info-text"],"errors":[32],"isSubmitting":[32]}]]],["p-e31f0f3e",[[0,"form-control-number",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-2d3b1692",[[1,"justifi-payment-details",{"paymentId":[1,"payment-id"],"authToken":[1,"auth-token"],"getPaymentDetails":[32],"errorMessage":[32]},null,{"paymentId":["propChanged"],"authToken":["propChanged"]}]]],["p-5f095525",[[1,"justifi-payout-details",{"payoutId":[1,"payout-id"],"authToken":[1,"auth-token"],"getPayout":[32],"getPayoutCSV":[32],"errorMessage":[32]},null,{"payoutId":["propChanged"],"authToken":["propChanged"]}]]],["p-1f6afff9",[[0,"justifi-bank-account-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-246a6c6a",[[0,"justifi-card-form",{"validationMode":[1025,"validation-mode"],"iframeOrigin":[1025,"iframe-origin"],"singleLine":[4,"single-line"],"internalStyleOverrides":[32],"tokenize":[64],"validate":[64],"resize":[64]},[[0,"paymentMethodFormReady","readyHandler"],[0,"paymentMethodFormTokenized","tokenizeHandler"],[0,"paymentMethodFormValidated","validateHandler"]]]]],["p-1a43e355",[[0,"gross-payment-chart-core",{"getGrossPayment":[16],"grossVolumeReport":[32],"loading":[32],"errorMessage":[32]},null,{"getGrossPayment":["propChanged"],"grossVolumeReport":["grossVolumeReportChanged"]}]]],["p-987b5de2",[[1,"justifi-gross-payment-chart",{"accountId":[1,"account-id"],"authToken":[1,"auth-token"],"getGrossPayment":[32],"errorMessage":[32]},null,{"accountId":["propChanged"],"authToken":["propChanged"]}]]],["p-edac2b43",[[1,"justifi-season-interruption-insurance",{"authToken":[1,"auth-token"],"checkoutId":[1,"checkout-id"],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"getQuote":[32],"toggleCoverage":[32],"quote":[32],"validate":[64]}]]],["p-07109641",[[0,"form-control-select",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"options":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-text",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"maxLength":[2,"max-length"],"inputHandler":[16],"keyDownHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-error-text",{"errorText":[1,"error-text"],"name":[1]}],[0,"form-control-help-text",{"helpText":[1,"help-text"],"name":[1]}]]],["p-bbed6107",[[0,"justifi-business-representative-form-inputs",{"representativeDefaultValue":[8,"representative-default-value"],"errors":[8],"formController":[16]}]]],["p-f0866375",[[0,"form-control-file",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"multiple":[4],"documentType":[1,"document-type"],"inputHandler":[16],"disabled":[4],"files":[32],"fileString":[32]}]]],["p-d8355f91",[[0,"form-control-monetary",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"maskOptions":[8,"mask-options"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-c9f8f7ec",[[0,"justifi-identity-address-form",{"handleFormUpdate":[16],"errors":[8],"defaultValues":[8,"default-values"],"address":[32]},null,{"address":["handleAddressChange"]}],[0,"form-control-number-masked",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[16],"mask":[1],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"form-control-date",{"label":[1],"name":[1],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[1,"default-value"],"inputHandler":[8,"input-handler"],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}]]],["p-be39c802",[[1,"justifi-payment-provisioning-core",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"allowOptionalFields":[4,"allow-optional-fields"],"formTitle":[1,"form-title"],"getBusiness":[16],"postProvisioning":[16],"loading":[32],"businessProvisioned":[32],"currentStep":[32],"errorMessage":[32]},[[0,"formLoading","handleFormLoading"]]]]],["p-69faef3f",[[1,"justifi-checkout-core",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"getCheckout":[16],"complete":[16],"checkoutId":[1,"checkout-id"],"disableCreditCard":[4,"disable-credit-card"],"disableBankAccount":[4,"disable-bank-account"],"disableBnpl":[4,"disable-bnpl"],"disablePaymentMethodGroup":[4,"disable-payment-method-group"],"hasLoadedFonts":[32],"checkout":[32],"serverError":[32],"renderState":[32],"creatingNewPaymentMethod":[32],"insuranceToggled":[32],"fillBillingForm":[64]}]]],["p-fb58feb5",[[0,"business-details-core",{"getBusiness":[16],"business":[32],"renderState":[32],"errorMessage":[32]}]]],["p-52021fa1",[[0,"payments-list-core",{"getPayments":[16],"payments":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayments":["updateOnPropChange"]}]]],["p-fe33151d",[[0,"payouts-list-core",{"getPayouts":[16],"getPayoutCSV":[16],"payouts":[32],"loading":[32],"errorMessage":[32],"paging":[32],"params":[32]},null,{"params":["updateOnPropChange"],"getPayouts":["updateOnPropChange"]}]]],["p-462dc522",[[0,"payment-details-core",{"getPaymentDetails":[16],"payment":[32],"loading":[32],"errorMessage":[32]},null,{"getPaymentDetails":["updateOnPropChange"]}]]],["p-53e64f15",[[0,"payout-details-core",{"getPayout":[16],"getPayoutCSV":[16],"payout":[32],"loading":[32],"errorMessage":[32]},null,{"getPayout":["getPayoutWatcher"]}]]],["p-e2c88817",[[0,"justifi-payment-method-selector",{"selectedPaymentMethodType":[1,"selected-payment-method-type"]}]]],["p-62b32c4c",[[1,"justifi-season-interruption-insurance-core",{"checkoutId":[1,"checkout-id"],"getQuote":[16],"toggleCoverage":[16],"primaryIdentityFirstName":[1,"primary-identity-first-name"],"primaryIdentityLastName":[1,"primary-identity-last-name"],"primaryIdentityState":[1,"primary-identity-state"],"primaryIdentityPostalCode":[1,"primary-identity-postal-code"],"primaryIdentityCountry":[1,"primary-identity-country"],"primaryIdentityEmailAddress":[1,"primary-identity-email-address"],"policyAttributesInsurableAmount":[2,"policy-attributes-insurable-amount"],"policyAttributesStartDate":[1,"policy-attributes-start-date"],"policyAttributesEndDate":[1,"policy-attributes-end-date"],"coveredIdentityFirstName":[1,"covered-identity-first-name"],"coveredIdentityLastName":[1,"covered-identity-last-name"],"quote":[32],"isLoading":[32],"accepted":[32],"validate":[64]}]]],["p-487b72a8",[[1,"justifi-details",{"errorMessage":[1,"error-message"]}]]],["p-0f7b9555",[[0,"pagination-menu",{"paging":[16],"params":[16]}]]],["p-8e541a32",[[0,"justifi-business-representative",{"formController":[16],"errors":[32],"representative":[32]}],[0,"justifi-business-core-info",{"formController":[16],"errors":[32],"coreInfo":[32]}],[0,"justifi-additional-questions",{"formController":[16],"errors":[32],"additional_questions":[32]}],[0,"justifi-legal-address-form",{"formController":[16],"errors":[32],"legal_address":[32]}],[0,"form-alert",{"text":[1],"hideAlert":[4,"hide-alert"]}]]],["p-a63fc384",[[0,"justifi-payment-method-form",{"paymentMethodFormType":[1,"payment-method-form-type"],"paymentMethodFormValidationMode":[1025,"payment-method-form-validation-mode"],"iframeOrigin":[1,"iframe-origin"],"singleLine":[4,"single-line"],"resize":[64],"tokenize":[64],"validate":[64]}]]],["p-17e4246f",[[0,"justifi-save-new-payment-method",{"isChecked":[32]}],[1,"justifi-billing-form",{"legend":[1025],"formController":[32],"billingInfo":[32],"errors":[32],"getValues":[64],"fill":[64],"validate":[64]}]]],["p-4abc17f0",[[0,"additional-questions-details",{"additionalQuestions":[16]}],[0,"generic-info-details",{"business":[16]}],[0,"legal-address-details",{"legalAddress":[16]}],[0,"owner-details",{"owners":[16]}],[0,"representative-details",{"representative":[16]}]]],["p-ef23c091",[[0,"justifi-payment-method-options",{"showCard":[4,"show-card"],"showAch":[4,"show-ach"],"showBnpl":[4,"show-bnpl"],"showSavedPaymentMethods":[4,"show-saved-payment-methods"],"paymentMethodGroupId":[1,"payment-method-group-id"],"bnpl":[16],"insuranceToggled":[4,"insurance-toggled"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"iframeOrigin":[1025,"iframe-origin"],"savedPaymentMethods":[16],"paymentAmount":[2,"payment-amount"],"selectedPaymentMethodId":[32],"paymentMethodOptions":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"paymentMethodOptionSelected","paymentMethodOptionSelected"]],{"savedPaymentMethods":["paymentMethodsChanged"]}],[0,"justifi-new-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"authToken":[1,"auth-token"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"paymentMethodGroupId":[1,"payment-method-group-id"],"isSelected":[4,"is-selected"],"saveNewPaymentMethodChecked":[32],"fillBillingForm":[64],"resolvePaymentMethod":[64]},[[0,"checkboxChanged","handleCheckboxChanged"]]],[0,"justifi-saved-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"resolvePaymentMethod":[64]}],[0,"justifi-sezzle-payment-method",{"iframeOrigin":[1025,"iframe-origin"],"bnpl":[8],"clientId":[1,"client-id"],"accountId":[1,"account-id"],"paymentMethodOption":[16],"isSelected":[4,"is-selected"],"paymentAmount":[2,"payment-amount"],"installmentPlan":[32],"sezzleCheckout":[32],"sezzlePromise":[32],"resolvePaymentMethod":[64]}]]],["p-a8220709",[[0,"justifi-owner-form",{"authToken":[1,"auth-token"],"ownerId":[1,"owner-id"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"removeOwner":[16],"newFormOpen":[4,"new-form-open"],"ownersLength":[2,"owners-length"],"getOwner":[32],"patchOwner":[32],"postOwner":[32],"validate":[64],"submit":[64],"validateAndSubmit":[64]}],[0,"owner-form-core",{"ownerId":[1,"owner-id"],"businessId":[1,"business-id"],"getOwner":[16],"patchOwner":[16],"postOwner":[16],"allowOptionalFields":[4,"allow-optional-fields"],"removeOwner":[16],"newFormOpen":[4,"new-form-open"],"ownersLength":[2,"owners-length"],"isLoading":[32],"formController":[32],"errors":[32],"owner":[32],"returnOwnerData":[64],"validate":[64],"submit":[64],"validateAndSubmit":[64]},null,{"isLoading":["loadingWatcher"]}],[0,"owner-form-inputs",{"ownerDefaultValue":[8,"owner-default-value"],"errors":[8],"formController":[16]}]]],["p-30a493cd",[[0,"justifi-business-owners-form-step-core",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"ownersPayload":[32],"refs":[32],"newFormOpen":[32],"validateAndSubmit":[64]},[[0,"ownerSubmitted","handleOwnerSubmit"]],{"ownersPayload":["ownersWatcher"]}],[0,"justifi-business-representative-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"representative":[32],"validateAndSubmit":[64]}],[0,"justifi-business-core-info-form-step-core",{"businessId":[1,"business-id"],"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"coreInfo":[32],"validateAndSubmit":[64]}],[0,"justifi-additional-questions-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"additional_questions":[32],"validateAndSubmit":[64]}],[0,"justifi-legal-address-form-step-core",{"getBusiness":[16],"patchBusiness":[16],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"legal_address":[32],"validateAndSubmit":[64]}],[0,"justifi-business-document-upload-input-group",{"paymentVolume":[1,"payment-volume"],"inputHandler":[16],"storeFiles":[16],"errors":[8]}],[0,"form-control-checkbox",{"label":[1],"name":[8],"helpText":[1,"help-text"],"errorText":[1,"error-text"],"defaultValue":[4,"default-value"],"inputHandler":[16],"disabled":[4]},null,{"defaultValue":["handleDefaultValueChange"]}],[0,"justifi-business-documents-on-file",{"documents":[8]}],[0,"justifi-business-terms-conditions-text"]]],["p-f49b7170",[[0,"justifi-payment-provisioning-form-steps",{"businessId":[1,"business-id"],"authToken":[1,"auth-token"],"refs":[16],"currentStep":[2,"current-step"],"allowOptionalFields":[4,"allow-optional-fields"],"handleFormLoading":[16]}],[0,"justifi-payment-provisioning-form-buttons",{"currentStep":[2,"current-step"],"totalSteps":[2,"total-steps"],"formLoading":[4,"form-loading"],"formDisabled":[4,"form-disabled"],"previousStepButtonOnClick":[16],"nextStepButtonOnClick":[16]}],[0,"justifi-business-owners-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-representative-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-core-info-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-additional-questions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-document-upload-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"existingDocuments":[32],"paymentVolume":[32],"business":[32],"documentData":[32],"renderState":[32],"validateAndSubmit":[64]}],[0,"justifi-legal-address-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"getBusiness":[32],"patchBusiness":[32],"validateAndSubmit":[64]},null,{"authToken":["propChanged"],"businessId":["propChanged"]}],[0,"justifi-business-bank-account-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"bankAccount":[32],"validateAndSubmit":[64]}],[0,"justifi-business-terms-conditions-form-step",{"authToken":[1,"auth-token"],"businessId":[1,"business-id"],"allowOptionalFields":[4,"allow-optional-fields"],"formController":[32],"errors":[32],"acceptedTermsBefore":[32],"validateAndSubmit":[64]}]]]]'),e))));
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './p-fad19d75.js';
|
|
2
|
+
export { s as setNonce } from './p-fad19d75.js';
|
|
3
|
+
import { g as globalScripts } from './p-e1255160.js';
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
7
|
+
*/
|
|
8
|
+
var patchBrowser = () => {
|
|
9
|
+
const importMeta = import.meta.url;
|
|
10
|
+
const opts = {};
|
|
11
|
+
if (importMeta !== "") {
|
|
12
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
13
|
+
}
|
|
14
|
+
return promiseResolve(opts);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
patchBrowser().then(async (options) => {
|
|
18
|
+
await globalScripts();
|
|
19
|
+
return bootstrapLazy(JSON.parse("[[\"p-68843186\",[[0,\"justifi-payment-provisioning\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"postProvisioning\":[32],\"getBusiness\":[32]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}]]],[\"p-7c76e67c\",[[1,\"justifi-business-form\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"hideErrors\":[4,\"hide-errors\"],\"formTitle\":[1,\"form-title\"],\"removeTitle\":[4,\"remove-title\"],\"isLoading\":[32],\"errorMessage\":[32]}]]],[\"p-3642ad71\",[[4,\"justifi-checkout\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"getCheckout\":[32],\"complete\":[32],\"errorMessage\":[32],\"fillBillingForm\":[64]},null,{\"authToken\":[\"propChanged\"],\"checkoutId\":[\"propChanged\"]}]]],[\"p-d5095f6c\",[[1,\"justifi-payment-form\",{\"bankAccount\":[4,\"bank-account\"],\"card\":[4],\"email\":[1],\"clientId\":[1,\"client-id\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"submitButtonText\":[1,\"submit-button-text\"],\"submitButtonEnabled\":[32],\"isLoading\":[32],\"selectedPaymentMethodType\":[32],\"fillBillingForm\":[64],\"enableSubmitButton\":[64],\"disableSubmitButton\":[64]}]]],[\"p-21aeb013\",[[1,\"justifi-business-details\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"getBusiness\":[32]}]]],[\"p-33272d05\",[[1,\"justifi-payments-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getPayments\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"p-4d8b45c6\",[[1,\"justifi-payouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getPayouts\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"p-a5c5821e\",[[1,\"justifi-refund-form\",{\"authToken\":[1,\"auth-token\"],\"paymentId\":[1,\"payment-id\"],\"amount\":[2],\"submitButtonText\":[1,\"submit-button-text\"],\"withButton\":[4,\"with-button\"],\"refundInfoText\":[1,\"refund-info-text\"],\"errors\":[32],\"isSubmitting\":[32]}]]],[\"p-576826b1\",[[0,\"form-control-number\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"p-c86c24d2\",[[1,\"justifi-payment-details\",{\"paymentId\":[1,\"payment-id\"],\"authToken\":[1,\"auth-token\"],\"getPaymentDetails\":[32],\"errorMessage\":[32]},null,{\"paymentId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"p-ce733539\",[[1,\"justifi-payout-details\",{\"payoutId\":[1,\"payout-id\"],\"authToken\":[1,\"auth-token\"],\"getPayout\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"payoutId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"p-5e70442b\",[[0,\"justifi-bank-account-form\",{\"validationMode\":[1025,\"validation-mode\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"internalStyleOverrides\":[32],\"tokenize\":[64],\"validate\":[64],\"resize\":[64]},[[0,\"paymentMethodFormReady\",\"readyHandler\"],[0,\"paymentMethodFormTokenized\",\"tokenizeHandler\"],[0,\"paymentMethodFormValidated\",\"validateHandler\"]]]]],[\"p-5bd7b204\",[[0,\"justifi-card-form\",{\"validationMode\":[1025,\"validation-mode\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"singleLine\":[4,\"single-line\"],\"internalStyleOverrides\":[32],\"tokenize\":[64],\"validate\":[64],\"resize\":[64]},[[0,\"paymentMethodFormReady\",\"readyHandler\"],[0,\"paymentMethodFormTokenized\",\"tokenizeHandler\"],[0,\"paymentMethodFormValidated\",\"validateHandler\"]]]]],[\"p-ec854a3e\",[[0,\"gross-payment-chart-core\",{\"getGrossPayment\":[16],\"grossVolumeReport\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getGrossPayment\":[\"propChanged\"],\"grossVolumeReport\":[\"grossVolumeReportChanged\"]}]]],[\"p-41bc7c5c\",[[1,\"justifi-gross-payment-chart\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getGrossPayment\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"p-b8a03a4b\",[[1,\"justifi-season-interruption-insurance\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"getQuote\":[32],\"toggleCoverage\":[32],\"quote\":[32],\"validate\":[64]}]]],[\"p-b82c146f\",[[0,\"form-control-select\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"options\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-text\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"maxLength\":[2,\"max-length\"],\"inputHandler\":[16],\"keyDownHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-error-text\",{\"errorText\":[1,\"error-text\"],\"name\":[1]}],[0,\"form-control-help-text\",{\"helpText\":[1,\"help-text\"],\"name\":[1]}]]],[\"p-d17aee2b\",[[0,\"justifi-business-representative-form-inputs\",{\"representativeDefaultValue\":[8,\"representative-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"p-01a404ca\",[[0,\"form-control-file\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"documentType\":[1,\"document-type\"],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32],\"fileString\":[32]}]]],[\"p-79646550\",[[0,\"form-control-monetary\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"maskOptions\":[8,\"mask-options\"],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"p-03d35880\",[[0,\"justifi-identity-address-form\",{\"handleFormUpdate\":[16],\"errors\":[8],\"defaultValues\":[8,\"default-values\"],\"address\":[32]},null,{\"address\":[\"handleAddressChange\"]}],[0,\"form-control-number-masked\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"mask\":[1],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-date\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[8,\"input-handler\"],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"p-25d8cd65\",[[1,\"justifi-payment-provisioning-core\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"getBusiness\":[16],\"postProvisioning\":[16],\"loading\":[32],\"businessProvisioned\":[32],\"currentStep\":[32],\"errorMessage\":[32]},[[0,\"formLoading\",\"handleFormLoading\"]]]]],[\"p-258b1ee2\",[[1,\"justifi-checkout-core\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"getCheckout\":[16],\"complete\":[16],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hasLoadedFonts\":[32],\"checkout\":[32],\"serverError\":[32],\"renderState\":[32],\"creatingNewPaymentMethod\":[32],\"insuranceToggled\":[32],\"fillBillingForm\":[64]}]]],[\"p-8eb774df\",[[0,\"business-details-core\",{\"getBusiness\":[16],\"business\":[32],\"renderState\":[32],\"errorMessage\":[32]}]]],[\"p-a5fb51dc\",[[0,\"payments-list-core\",{\"getPayments\":[16],\"payments\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getPayments\":[\"updateOnPropChange\"]}]]],[\"p-800d31fe\",[[0,\"payouts-list-core\",{\"getPayouts\":[16],\"getPayoutCSV\":[16],\"payouts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"params\":[32]},null,{\"params\":[\"updateOnPropChange\"],\"getPayouts\":[\"updateOnPropChange\"]}]]],[\"p-ac086069\",[[0,\"payment-details-core\",{\"getPaymentDetails\":[16],\"payment\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPaymentDetails\":[\"updateOnPropChange\"]}]]],[\"p-06ff0429\",[[0,\"payout-details-core\",{\"getPayout\":[16],\"getPayoutCSV\":[16],\"payout\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPayout\":[\"getPayoutWatcher\"]}]]],[\"p-e356f280\",[[0,\"justifi-payment-method-selector\",{\"selectedPaymentMethodType\":[1,\"selected-payment-method-type\"]}]]],[\"p-9f94bbb6\",[[1,\"justifi-season-interruption-insurance-core\",{\"checkoutId\":[1,\"checkout-id\"],\"getQuote\":[16],\"toggleCoverage\":[16],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"quote\":[32],\"isLoading\":[32],\"accepted\":[32],\"validate\":[64]}]]],[\"p-7582b554\",[[1,\"justifi-details\",{\"errorMessage\":[1,\"error-message\"]}]]],[\"p-5482d030\",[[0,\"pagination-menu\",{\"paging\":[16],\"params\":[16]}]]],[\"p-a5a225d9\",[[0,\"justifi-business-representative\",{\"formController\":[16],\"errors\":[32],\"representative\":[32]}],[0,\"justifi-business-core-info\",{\"formController\":[16],\"errors\":[32],\"coreInfo\":[32]}],[0,\"justifi-additional-questions\",{\"formController\":[16],\"errors\":[32],\"additional_questions\":[32]}],[0,\"justifi-legal-address-form\",{\"formController\":[16],\"errors\":[32],\"legal_address\":[32]}],[0,\"form-alert\",{\"text\":[1],\"hideAlert\":[4,\"hide-alert\"]}]]],[\"p-1a17ea7d\",[[0,\"justifi-payment-method-form\",{\"paymentMethodFormType\":[1,\"payment-method-form-type\"],\"paymentMethodFormValidationMode\":[1025,\"payment-method-form-validation-mode\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"singleLine\":[4,\"single-line\"],\"resize\":[64],\"tokenize\":[64],\"validate\":[64]}]]],[\"p-70a2aa74\",[[0,\"justifi-save-new-payment-method\",{\"isChecked\":[32]}],[1,\"justifi-billing-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}]]],[\"p-f02b75dc\",[[0,\"additional-questions-details\",{\"additionalQuestions\":[16]}],[0,\"generic-info-details\",{\"business\":[16]}],[0,\"legal-address-details\",{\"legalAddress\":[16]}],[0,\"owner-details\",{\"owners\":[16]}],[0,\"representative-details\",{\"representative\":[16]}]]],[\"p-890088fc\",[[0,\"justifi-payment-method-options\",{\"showCard\":[4,\"show-card\"],\"showAch\":[4,\"show-ach\"],\"showBnpl\":[4,\"show-bnpl\"],\"showSavedPaymentMethods\":[4,\"show-saved-payment-methods\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"bnpl\":[16],\"insuranceToggled\":[4,\"insurance-toggled\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"iframeOrigin\":[1025,\"iframe-origin\"],\"savedPaymentMethods\":[16],\"paymentAmount\":[2,\"payment-amount\"],\"selectedPaymentMethodId\":[32],\"paymentMethodOptions\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"paymentMethodOptionSelected\",\"paymentMethodOptionSelected\"]],{\"savedPaymentMethods\":[\"paymentMethodsChanged\"]}],[0,\"justifi-new-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isSelected\":[4,\"is-selected\"],\"saveNewPaymentMethodChecked\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"checkboxChanged\",\"handleCheckboxChanged\"]]],[0,\"justifi-saved-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"resolvePaymentMethod\":[64]}],[0,\"justifi-sezzle-payment-method\",{\"iframeOrigin\":[1025,\"iframe-origin\"],\"bnpl\":[8],\"clientId\":[1,\"client-id\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"paymentAmount\":[2,\"payment-amount\"],\"installmentPlan\":[32],\"sezzleCheckout\":[32],\"sezzlePromise\":[32],\"resolvePaymentMethod\":[64]}]]],[\"p-5cb3f0b2\",[[0,\"justifi-owner-form\",{\"authToken\":[1,\"auth-token\"],\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"getOwner\":[32],\"patchOwner\":[32],\"postOwner\":[32],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]}],[0,\"owner-form-core\",{\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"getOwner\":[16],\"patchOwner\":[16],\"postOwner\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"isLoading\":[32],\"formController\":[32],\"errors\":[32],\"owner\":[32],\"returnOwnerData\":[64],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"loadingWatcher\"]}],[0,\"owner-form-inputs\",{\"ownerDefaultValue\":[8,\"owner-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"p-5f835b89\",[[0,\"justifi-business-owners-form-step-core\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"ownersPayload\":[32],\"refs\":[32],\"newFormOpen\":[32],\"validateAndSubmit\":[64]},[[0,\"ownerSubmitted\",\"handleOwnerSubmit\"]],{\"ownersPayload\":[\"ownersWatcher\"]}],[0,\"justifi-business-representative-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"representative\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-core-info-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"coreInfo\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-questions-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"additional_questions\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-legal-address-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"legal_address\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-document-upload-input-group\",{\"paymentVolume\":[1,\"payment-volume\"],\"inputHandler\":[16],\"storeFiles\":[16],\"errors\":[8]}],[0,\"form-control-checkbox\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[4,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"justifi-business-documents-on-file\",{\"documents\":[8]}],[0,\"justifi-business-terms-conditions-text\"]]],[\"p-c636f563\",[[0,\"justifi-payment-provisioning-form-steps\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"refs\":[16],\"currentStep\":[2,\"current-step\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"handleFormLoading\":[16]}],[0,\"justifi-payment-provisioning-form-buttons\",{\"currentStep\":[2,\"current-step\"],\"totalSteps\":[2,\"total-steps\"],\"formLoading\":[4,\"form-loading\"],\"formDisabled\":[4,\"form-disabled\"],\"previousStepButtonOnClick\":[16],\"nextStepButtonOnClick\":[16]}],[0,\"justifi-business-owners-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-representative-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-core-info-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-additional-questions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-document-upload-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"existingDocuments\":[32],\"paymentVolume\":[32],\"business\":[32],\"documentData\":[32],\"renderState\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-legal-address-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-bank-account-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"bankAccount\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-terms-conditions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"acceptedTermsBefore\":[32],\"validateAndSubmit\":[64]}]]]]"), options);
|
|
20
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justifi/webcomponents",
|
|
3
|
-
"version": "4.19.1-rc",
|
|
3
|
+
"version": "4.19.1-rc-3",
|
|
4
4
|
"description": "JustiFi Web Components",
|
|
5
5
|
"collection": "dist/collection/collection-manifest.json",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -35,16 +35,15 @@
|
|
|
35
35
|
"@babel/preset-env": "^7.21.5",
|
|
36
36
|
"@babel/preset-react": "^7.18.6",
|
|
37
37
|
"@babel/preset-typescript": "^7.21.5",
|
|
38
|
+
"@rollup/plugin-replace": "^5.0.7",
|
|
38
39
|
"@stencil/sass": "^3.0.1",
|
|
39
40
|
"@types/jest": "27.0.3",
|
|
40
|
-
"@types/node": "^20.1.4",
|
|
41
41
|
"@types/react": "^18.0.37",
|
|
42
42
|
"@types/react-dom": "^18.0.11",
|
|
43
43
|
"dotenv": "^16.3.1",
|
|
44
44
|
"jest": "^29.7.0",
|
|
45
45
|
"jest-cli": "^29.7.0",
|
|
46
46
|
"jest-environment-node": "^29.7.0",
|
|
47
|
-
"puppeteer": "^21.0.0",
|
|
48
47
|
"ts-jest": "^29.1.2"
|
|
49
48
|
},
|
|
50
49
|
"license": "MIT",
|
|
@@ -57,7 +56,6 @@
|
|
|
57
56
|
"generate": "stencil generate",
|
|
58
57
|
"test": "TZ=utc stencil test --spec",
|
|
59
58
|
"test:watch": "TZ=utc stencil test --spec --watchAll",
|
|
60
|
-
"test:e2e": "stencil test --e2e",
|
|
61
59
|
"test:file": "stencil test --spec --watch --"
|
|
62
60
|
}
|
|
63
61
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const config = {
|
|
4
|
-
iframeOrigin: 'https://components.justifi-staging.com/v1',
|
|
5
|
-
proxyApiOrigin: 'https://wc-proxy.justifi-staging.com',
|
|
6
|
-
proxyAuthToken: 'eyJraWQiOiJqdXN0aWZpLWUyNDgyMmU3ODE1MmEzZjRkMjU1IiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2F1dGguanVzdGlmaS5haS8iLCJhenAiOiJvYXNfMmlsWHBqOHQ2WVlEQ0xWU0FiVFczMiIsInN1YiI6Im9hc18yaWxYcGo4dDZZWURDTFZTQWJUVzMyQHNlc3Npb25zIiwiYXVkIjoiaHR0cHM6Ly9hcGkuanVzdGlmaS5haS92MSIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyIsInBlcm1pc3Npb25zIjpbeyJyb2xlIjoicmVhZDphY2NvdW50IiwicmVzb3VyY2VfaWQiOiJhY2NfNUV0OWlYclNTQVpSMktTb3VRR0FXaSJ9LHsicm9sZSI6InJlYWQ6YnVzaW5lc3MiLCJyZXNvdXJjZV9pZCI6ImJpel8zYmg2OWJxMXJrM2RtWE5vQUtWb251In1dLCJleHAiOjE3MTE1NTk0MTQsImlhdCI6MTcwMzc4MzQxNCwicGxhdGZvcm1fYWNjb3VudF9pZCI6ImFjY18zcmVOYjRhTll5MmlXRFpRVmN6bXg0In0.oPOoDYxzrnpE8PRUaz-FCU4KqnSuNbFTeDkl3AtMscjUkIctP1OIFh-ZGBjbH5eVH5noXCbaiin0j92dS7jx4gLpxuYT2Q8gpZbuIsT7fa58elvGeRkUUJ-AC5ueZxlv90yPWMm0OIbyrV7XZhuwYyKbV-ZczEbl2JpvBMe40CM-LdClQV66d_-Kw9a23SabBVfYgP5V-5OsagOIESvzZoO-27tGlNkV2a-hxqddDCOZv0HvRYAtp5S7EQrmRdEBu5gCNbf1eRFG424hxZUFVr2LdetYuKQLxJjDdUjf86ZwEUecrEaDSupiN1VC3CitdOwBVf6-R_N0VpN4VLVD5g',
|
|
7
|
-
exampleAccountId: 'acc_5Et9iXrSSAZR2KSouQGAWi',
|
|
8
|
-
exampleBusinessId: 'biz_3bh69bq1rk3dmXNoAKVonu',
|
|
9
|
-
examplePaymentId: 'py_1NNeEnf4FbelxDCQN2RHcE',
|
|
10
|
-
examplePayoutId: 'po_17745yESnHyEgWNeunmhmR',
|
|
11
|
-
privateApiOrigin: '',
|
|
12
|
-
privateAuthToken: '',
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
exports.config = config;
|
package/dist/config.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export const config = {
|
|
2
|
-
iframeOrigin: 'https://components.justifi-staging.com/v1',
|
|
3
|
-
proxyApiOrigin: 'https://wc-proxy.justifi-staging.com',
|
|
4
|
-
proxyAuthToken: 'eyJraWQiOiJqdXN0aWZpLWUyNDgyMmU3ODE1MmEzZjRkMjU1IiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2F1dGguanVzdGlmaS5haS8iLCJhenAiOiJvYXNfMmlsWHBqOHQ2WVlEQ0xWU0FiVFczMiIsInN1YiI6Im9hc18yaWxYcGo4dDZZWURDTFZTQWJUVzMyQHNlc3Npb25zIiwiYXVkIjoiaHR0cHM6Ly9hcGkuanVzdGlmaS5haS92MSIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyIsInBlcm1pc3Npb25zIjpbeyJyb2xlIjoicmVhZDphY2NvdW50IiwicmVzb3VyY2VfaWQiOiJhY2NfNUV0OWlYclNTQVpSMktTb3VRR0FXaSJ9LHsicm9sZSI6InJlYWQ6YnVzaW5lc3MiLCJyZXNvdXJjZV9pZCI6ImJpel8zYmg2OWJxMXJrM2RtWE5vQUtWb251In1dLCJleHAiOjE3MTE1NTk0MTQsImlhdCI6MTcwMzc4MzQxNCwicGxhdGZvcm1fYWNjb3VudF9pZCI6ImFjY18zcmVOYjRhTll5MmlXRFpRVmN6bXg0In0.oPOoDYxzrnpE8PRUaz-FCU4KqnSuNbFTeDkl3AtMscjUkIctP1OIFh-ZGBjbH5eVH5noXCbaiin0j92dS7jx4gLpxuYT2Q8gpZbuIsT7fa58elvGeRkUUJ-AC5ueZxlv90yPWMm0OIbyrV7XZhuwYyKbV-ZczEbl2JpvBMe40CM-LdClQV66d_-Kw9a23SabBVfYgP5V-5OsagOIESvzZoO-27tGlNkV2a-hxqddDCOZv0HvRYAtp5S7EQrmRdEBu5gCNbf1eRFG424hxZUFVr2LdetYuKQLxJjDdUjf86ZwEUecrEaDSupiN1VC3CitdOwBVf6-R_N0VpN4VLVD5g',
|
|
5
|
-
exampleAccountId: 'acc_5Et9iXrSSAZR2KSouQGAWi',
|
|
6
|
-
exampleBusinessId: 'biz_3bh69bq1rk3dmXNoAKVonu',
|
|
7
|
-
examplePaymentId: 'py_1NNeEnf4FbelxDCQN2RHcE',
|
|
8
|
-
examplePayoutId: 'po_17745yESnHyEgWNeunmhmR',
|
|
9
|
-
privateApiOrigin: '',
|
|
10
|
-
privateAuthToken: '',
|
|
11
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const config = {
|
|
2
|
-
iframeOrigin: 'https://components.justifi-staging.com/v1',
|
|
3
|
-
proxyApiOrigin: 'https://wc-proxy.justifi-staging.com',
|
|
4
|
-
proxyAuthToken: 'eyJraWQiOiJqdXN0aWZpLWUyNDgyMmU3ODE1MmEzZjRkMjU1IiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2F1dGguanVzdGlmaS5haS8iLCJhenAiOiJvYXNfMmlsWHBqOHQ2WVlEQ0xWU0FiVFczMiIsInN1YiI6Im9hc18yaWxYcGo4dDZZWURDTFZTQWJUVzMyQHNlc3Npb25zIiwiYXVkIjoiaHR0cHM6Ly9hcGkuanVzdGlmaS5haS92MSIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyIsInBlcm1pc3Npb25zIjpbeyJyb2xlIjoicmVhZDphY2NvdW50IiwicmVzb3VyY2VfaWQiOiJhY2NfNUV0OWlYclNTQVpSMktTb3VRR0FXaSJ9LHsicm9sZSI6InJlYWQ6YnVzaW5lc3MiLCJyZXNvdXJjZV9pZCI6ImJpel8zYmg2OWJxMXJrM2RtWE5vQUtWb251In1dLCJleHAiOjE3MTE1NTk0MTQsImlhdCI6MTcwMzc4MzQxNCwicGxhdGZvcm1fYWNjb3VudF9pZCI6ImFjY18zcmVOYjRhTll5MmlXRFpRVmN6bXg0In0.oPOoDYxzrnpE8PRUaz-FCU4KqnSuNbFTeDkl3AtMscjUkIctP1OIFh-ZGBjbH5eVH5noXCbaiin0j92dS7jx4gLpxuYT2Q8gpZbuIsT7fa58elvGeRkUUJ-AC5ueZxlv90yPWMm0OIbyrV7XZhuwYyKbV-ZczEbl2JpvBMe40CM-LdClQV66d_-Kw9a23SabBVfYgP5V-5OsagOIESvzZoO-27tGlNkV2a-hxqddDCOZv0HvRYAtp5S7EQrmRdEBu5gCNbf1eRFG424hxZUFVr2LdetYuKQLxJjDdUjf86ZwEUecrEaDSupiN1VC3CitdOwBVf6-R_N0VpN4VLVD5g',
|
|
5
|
-
exampleAccountId: 'acc_5Et9iXrSSAZR2KSouQGAWi',
|
|
6
|
-
exampleBusinessId: 'biz_3bh69bq1rk3dmXNoAKVonu',
|
|
7
|
-
examplePaymentId: 'py_1NNeEnf4FbelxDCQN2RHcE',
|
|
8
|
-
examplePayoutId: 'po_17745yESnHyEgWNeunmhmR',
|
|
9
|
-
privateApiOrigin: '',
|
|
10
|
-
privateAuthToken: '',
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export { config as c };
|
package/dist/module/config.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const config = {
|
|
2
|
-
iframeOrigin: 'https://components.justifi-staging.com/v1',
|
|
3
|
-
proxyApiOrigin: 'https://wc-proxy.justifi-staging.com',
|
|
4
|
-
proxyAuthToken: 'eyJraWQiOiJqdXN0aWZpLWUyNDgyMmU3ODE1MmEzZjRkMjU1IiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2F1dGguanVzdGlmaS5haS8iLCJhenAiOiJvYXNfMmlsWHBqOHQ2WVlEQ0xWU0FiVFczMiIsInN1YiI6Im9hc18yaWxYcGo4dDZZWURDTFZTQWJUVzMyQHNlc3Npb25zIiwiYXVkIjoiaHR0cHM6Ly9hcGkuanVzdGlmaS5haS92MSIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyIsInBlcm1pc3Npb25zIjpbeyJyb2xlIjoicmVhZDphY2NvdW50IiwicmVzb3VyY2VfaWQiOiJhY2NfNUV0OWlYclNTQVpSMktTb3VRR0FXaSJ9LHsicm9sZSI6InJlYWQ6YnVzaW5lc3MiLCJyZXNvdXJjZV9pZCI6ImJpel8zYmg2OWJxMXJrM2RtWE5vQUtWb251In1dLCJleHAiOjE3MTE1NTk0MTQsImlhdCI6MTcwMzc4MzQxNCwicGxhdGZvcm1fYWNjb3VudF9pZCI6ImFjY18zcmVOYjRhTll5MmlXRFpRVmN6bXg0In0.oPOoDYxzrnpE8PRUaz-FCU4KqnSuNbFTeDkl3AtMscjUkIctP1OIFh-ZGBjbH5eVH5noXCbaiin0j92dS7jx4gLpxuYT2Q8gpZbuIsT7fa58elvGeRkUUJ-AC5ueZxlv90yPWMm0OIbyrV7XZhuwYyKbV-ZczEbl2JpvBMe40CM-LdClQV66d_-Kw9a23SabBVfYgP5V-5OsagOIESvzZoO-27tGlNkV2a-hxqddDCOZv0HvRYAtp5S7EQrmRdEBu5gCNbf1eRFG424hxZUFVr2LdetYuKQLxJjDdUjf86ZwEUecrEaDSupiN1VC3CitdOwBVf6-R_N0VpN4VLVD5g',
|
|
5
|
-
exampleAccountId: 'acc_5Et9iXrSSAZR2KSouQGAWi',
|
|
6
|
-
exampleBusinessId: 'biz_3bh69bq1rk3dmXNoAKVonu',
|
|
7
|
-
examplePaymentId: 'py_1NNeEnf4FbelxDCQN2RHcE',
|
|
8
|
-
examplePayoutId: 'po_17745yESnHyEgWNeunmhmR',
|
|
9
|
-
privateApiOrigin: '',
|
|
10
|
-
privateAuthToken: '',
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export { config as c };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const config: {
|
|
2
|
-
iframeOrigin: string;
|
|
3
|
-
proxyApiOrigin: string;
|
|
4
|
-
proxyAuthToken: string;
|
|
5
|
-
exampleAccountId: string;
|
|
6
|
-
exampleBusinessId: string;
|
|
7
|
-
examplePaymentId: string;
|
|
8
|
-
examplePayoutId: string;
|
|
9
|
-
privateApiOrigin: string;
|
|
10
|
-
privateAuthToken: string;
|
|
11
|
-
};
|