@justifi/webcomponents 4.7.0-rc.1 → 4.7.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -1
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js.map +1 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +2 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js.map +1 -1
- package/dist/components/justifi-gross-payment-chart.js +2 -1
- package/dist/components/justifi-gross-payment-chart.js.map +1 -1
- package/dist/components/payment-method-form.js +1 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js +2 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js.map +1 -1
- package/dist/esm/justifi-payment-method-form.entry.js +1 -1
- package/dist/webcomponents/p-8c4c3d60.entry.js +20 -0
- package/dist/webcomponents/p-8c4c3d60.entry.js.map +1 -0
- package/dist/webcomponents/{p-7cde64a2.entry.js → p-d7630f46.entry.js} +2 -2
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +2 -2
- package/dist/webcomponents/p-222d357c.entry.js +0 -20
- package/dist/webcomponents/p-222d357c.entry.js.map +0 -1
- /package/dist/webcomponents/{p-7cde64a2.entry.js.map → p-d7630f46.entry.js.map} +0 -0
|
@@ -1490,7 +1490,7 @@ const MessageEventType = {
|
|
|
1490
1490
|
};
|
|
1491
1491
|
|
|
1492
1492
|
const name = "@justifi/webcomponents";
|
|
1493
|
-
const version = "4.7.0-rc.
|
|
1493
|
+
const version = "4.7.0-rc.2";
|
|
1494
1494
|
const description = "JustiFi Web Components";
|
|
1495
1495
|
const main = "dist/index.cjs.js";
|
|
1496
1496
|
const module = "dist/components/index.js";
|
|
@@ -4,6 +4,7 @@ import './Pagination-31f770d6.js';
|
|
|
4
4
|
import './Payout-fcf16887.js';
|
|
5
5
|
import { a as formatCurrency, b as formatDisplayDate } from './utils-40b7002c.js';
|
|
6
6
|
import { E as ErrorState } from './utils-6352c002.js';
|
|
7
|
+
import { c as config } from './config-b1976dbd.js';
|
|
7
8
|
|
|
8
9
|
/*!
|
|
9
10
|
* @kurkle/color v0.3.2
|
|
@@ -10989,7 +10990,7 @@ const GrossPaymentChart = class {
|
|
|
10989
10990
|
return;
|
|
10990
10991
|
}
|
|
10991
10992
|
this.loading = true;
|
|
10992
|
-
const api = Api(this.authToken,
|
|
10993
|
+
const api = Api(this.authToken, config.proxyApiOrigin);
|
|
10993
10994
|
const endpoint = `account/${this.accountId}/reports/gross_volume`;
|
|
10994
10995
|
const response = await api.get(endpoint);
|
|
10995
10996
|
if (!response.error) {
|