@depay/widgets 6.2.1 → 6.2.2
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/esm/index.bundle.js +10 -9
- package/dist/esm/index.js +10 -9
- package/dist/umd/index.bundle.js +10 -9
- package/dist/umd/index.js +10 -9
- package/package.json +1 -1
package/dist/esm/index.bundle.js
CHANGED
|
@@ -49284,14 +49284,14 @@ function _inherits$1(subClass, superClass) {
|
|
|
49284
49284
|
throw new TypeError("Super expression must either be null or a function");
|
|
49285
49285
|
}
|
|
49286
49286
|
|
|
49287
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
49288
|
+
constructor: {
|
|
49289
|
+
value: subClass,
|
|
49290
|
+
writable: true,
|
|
49291
|
+
configurable: true
|
|
49292
|
+
}
|
|
49293
|
+
});
|
|
49287
49294
|
Object.defineProperty(subClass, "prototype", {
|
|
49288
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
49289
|
-
constructor: {
|
|
49290
|
-
value: subClass,
|
|
49291
|
-
writable: true,
|
|
49292
|
-
configurable: true
|
|
49293
|
-
}
|
|
49294
|
-
}),
|
|
49295
49295
|
writable: false
|
|
49296
49296
|
});
|
|
49297
49297
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -70445,7 +70445,9 @@ var SignLoginDialog = (function (props) {
|
|
|
70445
70445
|
})["catch"](setError);
|
|
70446
70446
|
};
|
|
70447
70447
|
|
|
70448
|
-
react.useEffect(
|
|
70448
|
+
react.useEffect(function () {
|
|
70449
|
+
return setTimeout(login, 1000);
|
|
70450
|
+
}, []);
|
|
70449
70451
|
react.useEffect(function () {
|
|
70450
70452
|
var timeout = setTimeout(function () {
|
|
70451
70453
|
return setShowSignButton(true);
|
|
@@ -70455,7 +70457,6 @@ var SignLoginDialog = (function (props) {
|
|
|
70455
70457
|
};
|
|
70456
70458
|
}, []);
|
|
70457
70459
|
return /*#__PURE__*/react.createElement(Dialog, {
|
|
70458
|
-
stacked: true,
|
|
70459
70460
|
body: /*#__PURE__*/react.createElement("div", null, walletLogo && /*#__PURE__*/react.createElement("div", {
|
|
70460
70461
|
className: "GraphicWrapper PaddingTopS PaddingBottomS"
|
|
70461
70462
|
}, /*#__PURE__*/react.createElement("img", {
|
package/dist/esm/index.js
CHANGED
|
@@ -1344,14 +1344,14 @@ function _inherits(subClass, superClass) {
|
|
|
1344
1344
|
throw new TypeError("Super expression must either be null or a function");
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
1348
|
+
constructor: {
|
|
1349
|
+
value: subClass,
|
|
1350
|
+
writable: true,
|
|
1351
|
+
configurable: true
|
|
1352
|
+
}
|
|
1353
|
+
});
|
|
1347
1354
|
Object.defineProperty(subClass, "prototype", {
|
|
1348
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
1349
|
-
constructor: {
|
|
1350
|
-
value: subClass,
|
|
1351
|
-
writable: true,
|
|
1352
|
-
configurable: true
|
|
1353
|
-
}
|
|
1354
|
-
}),
|
|
1355
1355
|
writable: false
|
|
1356
1356
|
});
|
|
1357
1357
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -3841,7 +3841,9 @@ var SignLoginDialog = (function (props) {
|
|
|
3841
3841
|
})["catch"](setError);
|
|
3842
3842
|
};
|
|
3843
3843
|
|
|
3844
|
-
useEffect(
|
|
3844
|
+
useEffect(function () {
|
|
3845
|
+
return setTimeout(login, 1000);
|
|
3846
|
+
}, []);
|
|
3845
3847
|
useEffect(function () {
|
|
3846
3848
|
var timeout = setTimeout(function () {
|
|
3847
3849
|
return setShowSignButton(true);
|
|
@@ -3851,7 +3853,6 @@ var SignLoginDialog = (function (props) {
|
|
|
3851
3853
|
};
|
|
3852
3854
|
}, []);
|
|
3853
3855
|
return /*#__PURE__*/React.createElement(Dialog$1, {
|
|
3854
|
-
stacked: true,
|
|
3855
3856
|
body: /*#__PURE__*/React.createElement("div", null, walletLogo && /*#__PURE__*/React.createElement("div", {
|
|
3856
3857
|
className: "GraphicWrapper PaddingTopS PaddingBottomS"
|
|
3857
3858
|
}, /*#__PURE__*/React.createElement("img", {
|
package/dist/umd/index.bundle.js
CHANGED
|
@@ -49290,14 +49290,14 @@
|
|
|
49290
49290
|
throw new TypeError("Super expression must either be null or a function");
|
|
49291
49291
|
}
|
|
49292
49292
|
|
|
49293
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
49294
|
+
constructor: {
|
|
49295
|
+
value: subClass,
|
|
49296
|
+
writable: true,
|
|
49297
|
+
configurable: true
|
|
49298
|
+
}
|
|
49299
|
+
});
|
|
49293
49300
|
Object.defineProperty(subClass, "prototype", {
|
|
49294
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
49295
|
-
constructor: {
|
|
49296
|
-
value: subClass,
|
|
49297
|
-
writable: true,
|
|
49298
|
-
configurable: true
|
|
49299
|
-
}
|
|
49300
|
-
}),
|
|
49301
49301
|
writable: false
|
|
49302
49302
|
});
|
|
49303
49303
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -70451,7 +70451,9 @@
|
|
|
70451
70451
|
})["catch"](setError);
|
|
70452
70452
|
};
|
|
70453
70453
|
|
|
70454
|
-
react.useEffect(
|
|
70454
|
+
react.useEffect(function () {
|
|
70455
|
+
return setTimeout(login, 1000);
|
|
70456
|
+
}, []);
|
|
70455
70457
|
react.useEffect(function () {
|
|
70456
70458
|
var timeout = setTimeout(function () {
|
|
70457
70459
|
return setShowSignButton(true);
|
|
@@ -70461,7 +70463,6 @@
|
|
|
70461
70463
|
};
|
|
70462
70464
|
}, []);
|
|
70463
70465
|
return /*#__PURE__*/react.createElement(Dialog, {
|
|
70464
|
-
stacked: true,
|
|
70465
70466
|
body: /*#__PURE__*/react.createElement("div", null, walletLogo && /*#__PURE__*/react.createElement("div", {
|
|
70466
70467
|
className: "GraphicWrapper PaddingTopS PaddingBottomS"
|
|
70467
70468
|
}, /*#__PURE__*/react.createElement("img", {
|
package/dist/umd/index.js
CHANGED
|
@@ -1339,14 +1339,14 @@
|
|
|
1339
1339
|
throw new TypeError("Super expression must either be null or a function");
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
1343
|
+
constructor: {
|
|
1344
|
+
value: subClass,
|
|
1345
|
+
writable: true,
|
|
1346
|
+
configurable: true
|
|
1347
|
+
}
|
|
1348
|
+
});
|
|
1342
1349
|
Object.defineProperty(subClass, "prototype", {
|
|
1343
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
1344
|
-
constructor: {
|
|
1345
|
-
value: subClass,
|
|
1346
|
-
writable: true,
|
|
1347
|
-
configurable: true
|
|
1348
|
-
}
|
|
1349
|
-
}),
|
|
1350
1350
|
writable: false
|
|
1351
1351
|
});
|
|
1352
1352
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -3836,7 +3836,9 @@
|
|
|
3836
3836
|
})["catch"](setError);
|
|
3837
3837
|
};
|
|
3838
3838
|
|
|
3839
|
-
React.useEffect(
|
|
3839
|
+
React.useEffect(function () {
|
|
3840
|
+
return setTimeout(login, 1000);
|
|
3841
|
+
}, []);
|
|
3840
3842
|
React.useEffect(function () {
|
|
3841
3843
|
var timeout = setTimeout(function () {
|
|
3842
3844
|
return setShowSignButton(true);
|
|
@@ -3846,7 +3848,6 @@
|
|
|
3846
3848
|
};
|
|
3847
3849
|
}, []);
|
|
3848
3850
|
return /*#__PURE__*/React__default$1["default"].createElement(Dialog$1, {
|
|
3849
|
-
stacked: true,
|
|
3850
3851
|
body: /*#__PURE__*/React__default$1["default"].createElement("div", null, walletLogo && /*#__PURE__*/React__default$1["default"].createElement("div", {
|
|
3851
3852
|
className: "GraphicWrapper PaddingTopS PaddingBottomS"
|
|
3852
3853
|
}, /*#__PURE__*/React__default$1["default"].createElement("img", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/widgets",
|
|
3
3
|
"moduleName": "DePayWidgets",
|
|
4
|
-
"version": "6.2.
|
|
4
|
+
"version": "6.2.2",
|
|
5
5
|
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
|
|
6
6
|
"main": "./dist/umd/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|