tek-wallet 0.0.50 → 0.0.52

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "publish:patch": "npm run version:patch && npm publish",
16
16
  "publish:minor": "npm run version:minor && npm publish",
17
17
  "publish:major": "npm run version:major && npm publish",
18
- "release": "npm run clean && npm version patch && npm run build && cp -r src/styles dist/styles"
18
+ "release": "npm run clean && npm version patch && npm run build"
19
19
  },
20
20
  "keywords": [
21
21
  "react",
@@ -1,3 +0,0 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;