@saasquatch/mint-components 2.0.8-3 → 2.0.8-4
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/sqm-big-stat_47.cjs.entry.js +3 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +3 -2
- package/dist/esm/sqm-big-stat_47.entry.js +3 -2
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/{p-d799415f.entry.js → p-bb4cac0d.entry.js} +1 -1
- package/dist/mint-components/{p-ea86a798.system.entry.js → p-f400f8ba.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3374,11 +3374,12 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3374
3374
|
? { ...prev, ...states[key] }
|
|
3375
3375
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
3376
3376
|
const status = states.status ? states.status : (_b = (_a = props.demoData) === null || _a === void 0 ? void 0 : _a.states) === null || _b === void 0 ? void 0 : _b.status;
|
|
3377
|
-
console.log("the value of status is", status);
|
|
3377
|
+
console.log("the value of the status variable is", status);
|
|
3378
|
+
console.log("the value of states.status is ", states.status);
|
|
3378
3379
|
return cjs.cjs({
|
|
3379
3380
|
states: {
|
|
3380
3381
|
error: props.demoData.states.error || false,
|
|
3381
|
-
status: status,
|
|
3382
|
+
status: states.status,
|
|
3382
3383
|
loading: props.demoData.states.loading || false,
|
|
3383
3384
|
veriffLoading: props.demoData.states.veriffLoading || false,
|
|
3384
3385
|
},
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -1060,11 +1060,12 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
1060
1060
|
? { ...prev, ...states[key] }
|
|
1061
1061
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
1062
1062
|
const status = states.status ? states.status : (_b = (_a = props.demoData) === null || _a === void 0 ? void 0 : _a.states) === null || _b === void 0 ? void 0 : _b.status;
|
|
1063
|
-
console.log("the value of status is", status);
|
|
1063
|
+
console.log("the value of the status variable is", status);
|
|
1064
|
+
console.log("the value of states.status is ", states.status);
|
|
1064
1065
|
return deepmerge({
|
|
1065
1066
|
states: {
|
|
1066
1067
|
error: props.demoData.states.error || false,
|
|
1067
|
-
status: status,
|
|
1068
|
+
status: states.status,
|
|
1068
1069
|
loading: props.demoData.states.loading || false,
|
|
1069
1070
|
veriffLoading: props.demoData.states.veriffLoading || false,
|
|
1070
1071
|
},
|
|
@@ -3370,11 +3370,12 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3370
3370
|
? { ...prev, ...states[key] }
|
|
3371
3371
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
3372
3372
|
const status = states.status ? states.status : (_b = (_a = props.demoData) === null || _a === void 0 ? void 0 : _a.states) === null || _b === void 0 ? void 0 : _b.status;
|
|
3373
|
-
console.log("the value of status is", status);
|
|
3373
|
+
console.log("the value of the status variable is", status);
|
|
3374
|
+
console.log("the value of states.status is ", states.status);
|
|
3374
3375
|
return cjs({
|
|
3375
3376
|
states: {
|
|
3376
3377
|
error: props.demoData.states.error || false,
|
|
3377
|
-
status: status,
|
|
3378
|
+
status: states.status,
|
|
3378
3379
|
loading: props.demoData.states.loading || false,
|
|
3379
3380
|
veriffLoading: props.demoData.states.veriffLoading || false,
|
|
3380
3381
|
},
|