tek-wallet 0.0.49 → 0.0.51

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.
@@ -1,4 +1,4 @@
1
- import "../styles/globals.css";
1
+ import "../../styles/globals.css";
2
2
  import { ReactNode } from "react";
3
3
  export interface TekWalletProviderProps {
4
4
  children: ReactNode;
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  var jsx_runtime_1 = require("react/jsx-runtime");
8
- require("../styles/globals.css");
8
+ require("../../styles/globals.css");
9
9
  var WalletDataProvider_1 = __importDefault(require("../WalletDataProvider"));
10
10
  function TekWalletProvider(_a) {
11
11
  var children = _a.children;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.49",
4
- "description": "A custom React provider with TypeScript support. To use the styles, import the CSS file in your project's main CSS file: @import 'tek-wallet/styles/tek-wallet.css';",
3
+ "version": "0.0.51",
4
+ "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {