@depay/widgets 12.3.22 → 12.3.23

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.
@@ -28801,6 +28801,13 @@ var Sale = /*#__PURE__*/function () {
28801
28801
  token: sell[key]
28802
28802
  };
28803
28803
  });
28804
+ blacklist = Object.assign(blacklist || {});
28805
+ Object.keys(sell).forEach(function (key) {
28806
+ if (!blacklist[key]) {
28807
+ blacklist[key] = [];
28808
+ }
28809
+ blacklist[key].push(sell[key]);
28810
+ });
28804
28811
  unmount = mount({
28805
28812
  style: style,
28806
28813
  document: ensureDocument(document),
@@ -28848,18 +28855,18 @@ var Sale = /*#__PURE__*/function () {
28848
28855
  return _context2.abrupt("return", {
28849
28856
  unmount: unmount
28850
28857
  });
28851
- case 10:
28852
- _context2.prev = 10;
28858
+ case 12:
28859
+ _context2.prev = 12;
28853
28860
  _context2.t0 = _context2["catch"](2);
28854
28861
  console.log('critical error', _context2.t0);
28855
28862
  if (critical != undefined) {
28856
28863
  critical(_context2.t0);
28857
28864
  }
28858
- case 14:
28865
+ case 16:
28859
28866
  case "end":
28860
28867
  return _context2.stop();
28861
28868
  }
28862
- }, _callee2, null, [[2, 10]]);
28869
+ }, _callee2, null, [[2, 12]]);
28863
28870
  }));
28864
28871
  return function Sale(_x2) {
28865
28872
  return _ref4.apply(this, arguments);