@rango-dev/widget-embedded 0.1.11-next.22 → 0.1.11-next.24

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.
@@ -3400,7 +3400,7 @@ function QueueManager(props) {
3400
3400
  }, props.children);
3401
3401
  }
3402
3402
 
3403
- const SwapBox = _ref => {
3403
+ const Widget = _ref => {
3404
3404
  let {
3405
3405
  config
3406
3406
  } = _ref;
@@ -3484,5 +3484,11 @@ const SwapBox = _ref => {
3484
3484
  }))))));
3485
3485
  };
3486
3486
 
3487
- exports.SwapBox = SwapBox;
3487
+ Object.defineProperty(exports, 'WalletType', {
3488
+ enumerable: true,
3489
+ get: function () {
3490
+ return walletsShared.WalletType;
3491
+ }
3492
+ });
3493
+ exports.Widget = Widget;
3488
3494
  //# sourceMappingURL=widget-embedded.cjs.production.min.js.map