tek-wallet 0.0.91 → 0.0.92

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