@aixa-transformation/pptx-viewer 2.0.2 → 2.0.15
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 +9 -9
- package/dist/{Model3DScene-VLHFNN5B.js → Model3DScene-2FGHMV5Y.js} +3 -3
- package/dist/{Model3DScene-5ODZLKJM.mjs → Model3DScene-G6X4L2MC.mjs} +2 -2
- package/dist/{SurfaceChart3DScene-KHMGQAGP.js → SurfaceChart3DScene-BVA2NRED.js} +3 -3
- package/dist/{SurfaceChart3DScene-C6GQQQB7.mjs → SurfaceChart3DScene-MUHZNFLW.mjs} +2 -2
- package/dist/{chunk-XAVVR6OX.mjs → chunk-4ZF7B5WU.mjs} +7 -1
- package/dist/{chunk-KVM4DBEU.mjs → chunk-C36MFNDN.mjs} +142 -28
- package/dist/chunk-E52NRFV5.mjs +34653 -0
- package/dist/{chunk-MOEXMRVK.js → chunk-EMNB7YC7.js} +602 -499
- package/dist/{chunk-2TOLRBFU.js → chunk-IVCWQLQK.js} +47 -41
- package/dist/{chunk-AD2CLKY6.js → chunk-KAP5TS7O.js} +142 -28
- package/dist/chunk-VLQGEXJZ.js +34667 -0
- package/dist/{chunk-F2HFXS2Z.mjs → chunk-X5ODNG2Q.mjs} +126 -24
- package/dist/{dist-LQJHTLHL.mjs → dist-THKAHR4E.mjs} +1 -1
- package/dist/{dist-NVA3FEUV.js → dist-VPE4R4KO.js} +568 -568
- package/dist/index.js +34 -34
- package/dist/index.mjs +4 -4
- package/dist/internals.js +78 -78
- package/dist/internals.mjs +3 -3
- package/dist/pptx-viewer.css +1 -1
- package/dist/presentation.js +2 -2
- package/dist/presentation.mjs +1 -1
- package/dist/viewer/index.js +20 -20
- package/dist/viewer/index.mjs +4 -4
- package/package.json +23 -22
- package/dist/chunk-HNI6JYAI.js +0 -34591
- package/dist/chunk-TB5ZWNMX.mjs +0 -34577
package/dist/viewer/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { CollaborationProvider, CollaborationStatusIndicator, PowerPointViewer, RemoteUserCursors, UserAvatarBar } from '../chunk-
|
|
1
|
+
export { CollaborationProvider, CollaborationStatusIndicator, PowerPointViewer, RemoteUserCursors, UserAvatarBar } from '../chunk-E52NRFV5.mjs';
|
|
2
2
|
import '../chunk-T5U6P2JH.mjs';
|
|
3
|
-
export { getAnimationInitialStyle, isAudienceTab, parseAudienceNonce, useCollaborativeHistory, useCollaborativeState, usePresenceTracking, useThemeSwitching, useYjsProvider } from '../chunk-
|
|
4
|
-
export { clearAudienceContent, loadAudienceContent, storeAudienceContent } from '../chunk-
|
|
3
|
+
export { getAnimationInitialStyle, isAudienceTab, parseAudienceNonce, useCollaborativeHistory, useCollaborativeState, usePresenceTracking, useThemeSwitching, useYjsProvider } from '../chunk-X5ODNG2Q.mjs';
|
|
4
|
+
export { clearAudienceContent, loadAudienceContent, storeAudienceContent } from '../chunk-4ZF7B5WU.mjs';
|
|
5
5
|
import '../chunk-2X72MOPZ.mjs';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-C36MFNDN.mjs';
|
|
7
7
|
import '../chunk-6DZX6EAA.mjs';
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@aixa-transformation/pptx-viewer",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"publishConfig": {
|
|
5
|
-
"access": "public"
|
|
6
|
-
},
|
|
2
|
+
"name": "@aixa-transformation/pptx-viewer",
|
|
3
|
+
"version": "2.0.15",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
7
|
"description": "React PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"editor",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"slideshow",
|
|
21
21
|
"viewer"
|
|
22
22
|
],
|
|
23
|
-
"homepage": "https://github.com/Aixa-Transformation/Aixa-PptxViewer#readme",
|
|
23
|
+
"homepage": "https://github.com/Aixa-Transformation/Aixa-PptxViewer#readme",
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/Aixa-Transformation/Aixa-PptxViewer/issues"
|
|
25
|
+
"url": "https://github.com/Aixa-Transformation/Aixa-PptxViewer/issues"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
|
-
"author": "Aixa Ltd",
|
|
28
|
+
"author": "Aixa Ltd",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "git+https://github.com/Aixa-Transformation/Aixa-PptxViewer.git",
|
|
31
|
+
"url": "git+https://github.com/Aixa-Transformation/Aixa-PptxViewer.git",
|
|
32
32
|
"directory": "packages/react"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
@@ -57,22 +57,23 @@
|
|
|
57
57
|
"import": "./dist/i18n.mjs",
|
|
58
58
|
"require": "./dist/i18n.js"
|
|
59
59
|
},
|
|
60
|
-
"./internals": {
|
|
61
|
-
"types": "./dist/internals.d.ts",
|
|
62
|
-
"import": "./dist/internals.mjs",
|
|
63
|
-
"require": "./dist/internals.js"
|
|
64
|
-
},
|
|
65
|
-
"./presentation": {
|
|
66
|
-
"types": "./dist/presentation.d.ts",
|
|
67
|
-
"import": "./dist/presentation.mjs",
|
|
68
|
-
"require": "./dist/presentation.js"
|
|
69
|
-
},
|
|
70
|
-
"./styles": "./dist/pptx-viewer.css",
|
|
60
|
+
"./internals": {
|
|
61
|
+
"types": "./dist/internals.d.ts",
|
|
62
|
+
"import": "./dist/internals.mjs",
|
|
63
|
+
"require": "./dist/internals.js"
|
|
64
|
+
},
|
|
65
|
+
"./presentation": {
|
|
66
|
+
"types": "./dist/presentation.d.ts",
|
|
67
|
+
"import": "./dist/presentation.mjs",
|
|
68
|
+
"require": "./dist/presentation.js"
|
|
69
|
+
},
|
|
70
|
+
"./styles": "./dist/pptx-viewer.css",
|
|
71
71
|
"./styles.css": "./dist/pptx-viewer.css",
|
|
72
72
|
"./theme.css": "./src/styles/theme.css"
|
|
73
73
|
},
|
|
74
|
-
"scripts": {
|
|
75
|
-
"build": "tsup && node scripts/copy-public-types.mjs && npm run build:css",
|
|
74
|
+
"scripts": {
|
|
75
|
+
"build": "npm run build --workspace pptx-viewer-core && tsup && node scripts/copy-public-types.mjs && npm run build:css",
|
|
76
|
+
"prepack": "npm run build",
|
|
76
77
|
"build:css": "npx @tailwindcss/cli -i src/styles/pptx-viewer.css -o dist/pptx-viewer.css --minify",
|
|
77
78
|
"dev": "tsup --watch",
|
|
78
79
|
"typecheck": "tsc --noEmit --pretty",
|