tek-wallet 0.0.100 → 0.0.101

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.
@@ -125,10 +125,8 @@ var CreateWalletView = function (props) {
125
125
  passcode: value,
126
126
  appSlug: process.env.NEXT_PUBLIC_TEK_WALLET_APP_SLUG || "",
127
127
  }, function () {
128
- setTimeout(function () {
129
- var _a;
130
- (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
131
- }, 200);
128
+ var _a;
129
+ (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
132
130
  }, function () {
133
131
  var _a;
134
132
  (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showSuccess();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",