@depay/widgets 12.3.19 → 12.3.21

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.
@@ -111,7 +111,6 @@
111
111
  "mobile": {
112
112
  "ios": {
113
113
  "native": "phantom:",
114
- "universal": "https://phantom.app/ul",
115
114
  "open": function open() {
116
115
  return "https://phantom.app/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
117
116
  },
@@ -122,7 +121,6 @@
122
121
  },
123
122
  "android": {
124
123
  "native": "phantom:",
125
- "universal": "https://phantom.app/ul",
126
124
  "connect": "SolanaMobileWalletAdapter",
127
125
  "qr": function qr() {
128
126
  return "phantom://browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
@@ -278,6 +276,12 @@
278
276
  "universal": "https://uniswap.org/app",
279
277
  "connect": "WalletConnectV2",
280
278
  "qr": "WalletConnectV2"
279
+ },
280
+ "android": {
281
+ "native": "uniswap:",
282
+ "universal": "https://uniswap.org/app",
283
+ "connect": "WalletConnectV2",
284
+ "qr": "WalletConnectV2"
281
285
  }
282
286
  },
283
287
  "logo": "https://img1.depay.com/wallets/uniswap_wallet.jpg",
@@ -21999,14 +22003,14 @@
21999
22003
  style: {
22000
22004
  width: "50px"
22001
22005
  }
22006
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22007
+ className: "PaddingTopXS"
22002
22008
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22003
22009
  className: "Loading Icon medium",
22004
22010
  style: {
22005
- position: 'relative',
22006
- top: '4px',
22007
- left: '1px'
22011
+ position: 'relative'
22008
22012
  }
22009
- })), /*#__PURE__*/React__default["default"].createElement("div", {
22013
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
22010
22014
  className: "PaddingLeftS LineHeightXS"
22011
22015
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22012
22016
  className: "CardText FontWeightMedium"
@@ -22046,14 +22050,14 @@
22046
22050
  style: {
22047
22051
  width: "50px"
22048
22052
  }
22053
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22054
+ className: "PaddingTopXS"
22049
22055
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22050
22056
  className: "Loading Icon medium",
22051
22057
  style: {
22052
- position: 'relative',
22053
- top: '2px',
22054
- left: '0px'
22058
+ position: 'relative'
22055
22059
  }
22056
- })), /*#__PURE__*/React__default["default"].createElement("div", {
22060
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
22057
22061
  className: "PaddingLeftS LineHeightXS"
22058
22062
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22059
22063
  className: "CardText FontWeightMedium"
@@ -22549,7 +22553,8 @@
22549
22553
  className: "PaddingBottomXS PaddingLeftS PaddingRightS"
22550
22554
  }, detectedWallets.filter(function (wallet, index, array) {
22551
22555
  return array.findIndex(function (target) {
22552
- return target.info.name === wallet.info.name;
22556
+ var _target$info, _wallet$info;
22557
+ return (target === null || target === void 0 || (_target$info = target.info) === null || _target$info === void 0 ? void 0 : _target$info.name) === (wallet === null || wallet === void 0 || (_wallet$info = wallet.info) === null || _wallet$info === void 0 ? void 0 : _wallet$info.name);
22553
22558
  }) === index;
22554
22559
  }).map(function (wallet, index) {
22555
22560
  var walletMetaData = allWallets.find(function (walletFromList) {
@@ -26336,9 +26341,9 @@
26336
26341
  }, "Payment options"), displayedPaymentValue != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
26337
26342
  className: "FontSizeL TextCenter FontWeightBold"
26338
26343
  }, /*#__PURE__*/React__default["default"].createElement("strong", null, displayedPaymentValue.toString())), /*#__PURE__*/React__default["default"].createElement("div", {
26339
- className: "PaddingTopXS"
26344
+ className: "PaddingTopS"
26340
26345
  }, /*#__PURE__*/React__default["default"].createElement("div", {
26341
- className: "PaddingTopXS PaddingBottomXS TextLeft",
26346
+ className: "TextLeft",
26342
26347
  style: {
26343
26348
  height: "32px"
26344
26349
  }
@@ -26429,12 +26434,11 @@
26429
26434
  return onChangeSearch(event, fuse, allPaymentOptions);
26430
26435
  }
26431
26436
  }))))),
26432
- bodyClassName: "ScrollHeight",
26433
26437
  bodyRef: listElement,
26434
26438
  body: /*#__PURE__*/React__default["default"].createElement("div", {
26435
- className: "PaddingTopXS PaddingBottomS"
26439
+ className: "ScrollHeight PaddingTopXS PaddingBottomS"
26436
26440
  }, /*#__PURE__*/React__default["default"].createElement("div", {
26437
- className: "PaddingLeftM PaddingRightM"
26441
+ className: "PaddingLeftM PaddingRightM PaddingBottomM"
26438
26442
  }, displayedPaymentOptions, displayedPaymentOptions.length === 0 && /*#__PURE__*/React__default["default"].createElement("div", {
26439
26443
  className: "TextCenter Opacity05 PaddingTopS PaddingBottomS"
26440
26444
  }, /*#__PURE__*/React__default["default"].createElement("strong", null, "Nothing found for the given search term."), /*#__PURE__*/React__default["default"].createElement("br", null), /*#__PURE__*/React__default["default"].createElement("strong", null, "Please search for something else.")))),