@saasquatch/mint-components 2.0.0-7 → 2.0.0-9
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_46.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-38b92bc5.entry.js → p-38263521.entry.js} +1 -1
- package/dist/mint-components/{p-ec25aaa7.system.entry.js → p-69d8b4f2.system.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3229,7 +3229,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3229
3229
|
onTermsClick: () => { },
|
|
3230
3230
|
onClick: () => console.log("show"),
|
|
3231
3231
|
},
|
|
3232
|
-
}, props.demoData ||
|
|
3232
|
+
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
3235
|
const GET_USER$1 = index_module.dist.gql `
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -744,5 +744,5 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
744
744
|
onTermsClick: () => { },
|
|
745
745
|
onClick: () => console.log("show"),
|
|
746
746
|
},
|
|
747
|
-
}, props.demoData ||
|
|
747
|
+
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
748
748
|
}
|
|
@@ -3225,7 +3225,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3225
3225
|
onTermsClick: () => { },
|
|
3226
3226
|
onClick: () => console.log("show"),
|
|
3227
3227
|
},
|
|
3228
|
-
}, props.demoData ||
|
|
3228
|
+
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3229
3229
|
}
|
|
3230
3230
|
|
|
3231
3231
|
const GET_USER$1 = dist.gql `
|