@mxenabled/connect-widget 0.13.5 → 0.13.6

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/index.es.js CHANGED
@@ -79580,7 +79580,9 @@ const ComeBack = ({ microdeposit, onDone }) => {
79580
79580
  "data-test": "done-button",
79581
79581
  fullWidth: true,
79582
79582
  onClick: () => {
79583
- postMessageFunctions.onPostMessage("connect/microdeposits/comeBack/primaryAction");
79583
+ postMessageFunctions.onPostMessage("connect/microdeposits/comeBack/primaryAction", {
79584
+ microdeposit_guid: microdeposit.guid
79585
+ });
79584
79586
  postMessageFunctions.onPostMessage(POST_MESSAGES.BACK_TO_SEARCH);
79585
79587
  return fadeOut(containerRef.current, "up", 300).then(() => onDone());
79586
79588
  },