@eigenpal/docx-js-editor 0.0.1 → 0.0.3
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.
- package/README.md +1 -1
- package/dist/chunk-3IYNTJO5.js +1 -0
- package/dist/chunk-7KNRIGGW.cjs +1 -0
- package/dist/chunk-AQ35GWDV.js +1 -0
- package/dist/chunk-CDT2SOKB.cjs +9 -0
- package/dist/chunk-CM5WP7HZ.cjs +10 -0
- package/dist/chunk-EU5LN2WS.js +11 -0
- package/dist/chunk-FOU7PS3K.cjs +1 -0
- package/dist/chunk-G4AXMTQY.cjs +11 -0
- package/dist/chunk-HRPNPUU4.js +1 -0
- package/dist/chunk-NI5OFVY2.js +57 -0
- package/dist/chunk-QHWHCIUW.js +1 -0
- package/dist/chunk-RGYAPHXT.cjs +57 -0
- package/dist/chunk-RTESADL3.cjs +1 -0
- package/dist/chunk-T3I3VSJ3.js +9 -0
- package/dist/chunk-XVFMG77A.cjs +1 -0
- package/dist/chunk-YJJ7HRPG.js +10 -0
- package/dist/core-plugins.cjs +1 -7131
- package/dist/core-plugins.js +1 -7102
- package/dist/executor-7DZMHPUF.js +1 -0
- package/dist/executor-FSMRGT73.cjs +1 -0
- package/dist/headless.cjs +4 -10984
- package/dist/headless.d.cts +4 -3
- package/dist/headless.d.ts +4 -3
- package/dist/headless.js +4 -10852
- package/dist/index.cjs +209 -44710
- package/dist/index.css +1 -369
- package/dist/index.d.cts +213 -47
- package/dist/index.d.ts +213 -47
- package/dist/index.js +209 -44385
- package/dist/mcp-cli.js +35 -9557
- package/dist/mcp.cjs +14 -8713
- package/dist/mcp.js +14 -8665
- package/dist/selectionRects-3PJ6FGHQ.js +1 -0
- package/dist/selectionRects-6QL5E7CE.cjs +1 -0
- package/package.json +3 -6
- package/dist/core-plugins.cjs.map +0 -1
- package/dist/core-plugins.js.map +0 -1
- package/dist/headless.cjs.map +0 -1
- package/dist/headless.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.css.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/mcp-cli.js.map +0 -1
- package/dist/mcp.cjs.map +0 -1
- package/dist/mcp.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{h as getCaretPosition,j as groupRectsByPage,i as isMultiPageSelection,g as selectionToRects}from'./chunk-HRPNPUU4.js';import'./chunk-3IYNTJO5.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunk7KNRIGGW_cjs=require('./chunk-7KNRIGGW.cjs');require('./chunk-RTESADL3.cjs');Object.defineProperty(exports,"getCaretPosition",{enumerable:true,get:function(){return chunk7KNRIGGW_cjs.h}});Object.defineProperty(exports,"groupRectsByPage",{enumerable:true,get:function(){return chunk7KNRIGGW_cjs.j}});Object.defineProperty(exports,"isMultiPageSelection",{enumerable:true,get:function(){return chunk7KNRIGGW_cjs.i}});Object.defineProperty(exports,"selectionToRects",{enumerable:true,get:function(){return chunk7KNRIGGW_cjs.g}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eigenpal/docx-js-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "A browser-based DOCX template editor with variable insertion support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:e2e:ui": "npx playwright test --ui",
|
|
47
47
|
"test:visual": "npx playwright test visual.spec.ts",
|
|
48
48
|
"test:screenshots": "npx playwright test --project=chromium --reporter=list",
|
|
49
|
-
"prepublishOnly": "bun test && bun run build",
|
|
49
|
+
"prepublishOnly": "bun test && NODE_ENV=production bun run build",
|
|
50
50
|
"typecheck": "tsc --noEmit",
|
|
51
51
|
"lint": "eslint src/",
|
|
52
52
|
"lint:fix": "eslint src/ --fix",
|
|
@@ -67,8 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"
|
|
71
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
70
|
+
"clsx": "^2.1.0",
|
|
72
71
|
"docxtemplater": "^3.50.0",
|
|
73
72
|
"jszip": "^3.10.1",
|
|
74
73
|
"pizzip": "^3.1.7",
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
"@vitejs/plugin-react": "^5.1.2",
|
|
95
94
|
"autoprefixer": "^10.4.17",
|
|
96
95
|
"class-variance-authority": "^0.7.0",
|
|
97
|
-
"clsx": "^2.1.0",
|
|
98
96
|
"eslint": "^9.39.2",
|
|
99
97
|
"eslint-plugin-react": "^7.37.5",
|
|
100
98
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -104,7 +102,6 @@
|
|
|
104
102
|
"prettier": "^3.8.1",
|
|
105
103
|
"react": "^18.2.0",
|
|
106
104
|
"react-dom": "^18.2.0",
|
|
107
|
-
"tailwind-merge": "^2.2.1",
|
|
108
105
|
"tailwindcss": "^3.4.1",
|
|
109
106
|
"tailwindcss-animate": "^1.0.7",
|
|
110
107
|
"tsup": "^8.0.1",
|