tek-wallet 0.0.39 → 0.0.40

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,3 @@
1
- import "swiper/css";
2
1
  import { SwiperProps } from "swiper/react";
3
2
  import { GeneralProps } from "../../../types/ui";
4
3
  interface SwiperControlledProps extends GeneralProps {
@@ -25,7 +25,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  var jsx_runtime_1 = require("react/jsx-runtime");
27
27
  var cn_1 = __importDefault(require("../../../utils/cn"));
28
- require("swiper/css");
28
+ // import "swiper/css";
29
29
  var react_1 = require("swiper/react");
30
30
  var react_2 = require("react");
31
31
  var material_1 = require("@mui/material");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",