tek-wallet 0.0.621 → 0.0.623

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.
@@ -10,5 +10,5 @@ type ConfirmTransactionProps = {
10
10
  }) => React.ReactElement<any>;
11
11
  onTransferSuccess?: (data: any) => void;
12
12
  } & GeneralProps;
13
- declare function ConfirmTransaction({ renderChildren, transactionSlug, transactionData, onTransferSuccess, }: ConfirmTransactionProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function ConfirmTransaction({ renderChildren, transactionSlug, transactionData, onTransferSuccess, }: ConfirmTransactionProps): import("react/jsx-runtime").JSX.Element;
14
14
  export default ConfirmTransaction;
@@ -50,6 +50,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
50
50
  return (mod && mod.__esModule) ? mod : { "default": mod };
51
51
  };
52
52
  Object.defineProperty(exports, "__esModule", { value: true });
53
+ exports.ConfirmTransaction = ConfirmTransaction;
53
54
  var jsx_runtime_1 = require("react/jsx-runtime");
54
55
  var react_1 = require("react");
55
56
  var ConfirmByPasscode_1 = __importDefault(require("../ConfirmByPasscode"));
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ "use client";
2
3
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
4
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.621",
3
+ "version": "0.0.623",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",