recaho-print-react 0.0.115 → 0.0.116

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,3 +1,4 @@
1
+ import './recaho-print-react.css';
1
2
  import Ce, { useRef as Xa, useEffect as ei } from "react";
2
3
  import ti from "react-dom";
3
4
  function Lr(e) {
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "recaho-print-react",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.js",
10
+ "style": "dist/ecaho-print-react.css",
10
11
  "exports": {
11
12
  ".": {
12
- "style": "./dist/recaho-print-react.css",
13
13
  "import": "./dist/recaho-print-react.js",
14
14
  "require": "./dist/recaho-print-react.umd.cjs"
15
15
  }
@@ -37,12 +37,13 @@
37
37
  "eslint-plugin-react-refresh": "^0.4.18",
38
38
  "globals": "^15.14.0",
39
39
  "html-to-image": "^1.11.11",
40
+ "moment": "^2.30.1",
40
41
  "numeral": "^2.0.6",
41
42
  "qrcode.react": "^3.1.0",
42
43
  "react": "^18.3.1",
43
44
  "react-dom": "^18.3.1",
44
45
  "unslugify": "^1.0.4",
45
46
  "vite": "^6.1.1",
46
- "moment": "^2.30.1"
47
+ "vite-plugin-libcss": "^1.1.1"
47
48
  }
48
49
  }