pptx-react-viewer 1.1.42 → 1.1.44

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/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project are documented here.
4
4
  This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
5
5
  by [git-cliff](https://git-cliff.org); do not edit it by hand.
6
6
 
7
+ ## [1.1.43](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@1.1.43) - 2026-06-22
8
+
9
+ ### Features
10
+
11
+ - **react:** 3D surface charts on vanilla three; drop @react-three peer deps (by @ChristopherVR) ([a8a1004](https://github.com/ChristopherVR/pptx-viewer/commit/a8a10048169678fa7bf559198d36c9f6023d2be0))
12
+
13
+ ### Documentation
14
+
15
+ - 3D models/charts need only the single optional `three` peer dep (by @ChristopherVR) ([0b05f85](https://github.com/ChristopherVR/pptx-viewer/commit/0b05f857100cb71eb9db10fdc23dfbafc21dbb5d))
16
+
7
17
  ## [1.1.32](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-react-viewer@1.1.32) - 2026-06-21
8
18
 
9
19
  ### Dependencies
package/README.md CHANGED
@@ -29,7 +29,7 @@ npm install react react-dom framer-motion lucide-react react-icons jspdf jszip f
29
29
  ```
30
30
 
31
31
  > The package is named **`pptx-react-viewer`** on npm. `pptx-viewer-core` (the engine) is **bundled in**, so you don't install it separately unless you want to call the SDK directly.
32
- > **Optional:** `three @react-three/fiber @react-three/drei` for 3D models/charts · `yjs y-websocket` for real-time collaboration.
32
+ > **Optional:** `three` for 3D models/charts · `yjs y-websocket` for real-time collaboration.
33
33
 
34
34
  ## Quick start
35
35
 
@@ -1,4 +1,4 @@
1
- import { l, P, $, f, i, X, U, R, h, V } from './presentation-DnczfOWz.js';
1
+ import { l, P, $, f, i, X, U, R, h, V } from './presentation-CyttD6sq.js';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
4
  import { ViewerTheme } from './theme/index.js';
@@ -1,4 +1,4 @@
1
- import { l, P, $, f, i, X, U, R, h, V } from './presentation-DnczfOWz.js';
1
+ import { l, P, $, f, i, X, U, R, h, V } from './presentation-CyttD6sq.js';
2
2
  import * as React from 'react';
3
3
  import React__default from 'react';
4
4
  import { ViewerTheme } from './theme/index.js';
package/dist/index.d.mts CHANGED
@@ -1,9 +1,9 @@
1
- export { P as PowerPointViewer, a as PowerPointViewerHandle, b as PowerPointViewerProps, g as getAnimationInitialStyle } from './PowerPointViewer-D2ungyyc.mjs';
1
+ export { P as PowerPointViewer, a as PowerPointViewerHandle, b as PowerPointViewerProps, g as getAnimationInitialStyle } from './PowerPointViewer-B5JLBFj2.mjs';
2
2
  import { Options } from 'html2canvas-pro';
3
3
  import { ViewerTheme } from './theme/index.js';
4
4
  export { ViewerTheme, ViewerThemeColors, defaultCssVars, defaultRadius, defaultThemeColors, themeToCssVars } from './theme/index.js';
5
5
  import * as React$1 from 'react';
6
- import './presentation-DnczfOWz.js';
6
+ import './presentation-CyttD6sq.js';
7
7
  import 'yjs';
8
8
 
9
9
  interface ViewerThemeProviderProps {
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { P as PowerPointViewer, a as PowerPointViewerHandle, b as PowerPointViewerProps, g as getAnimationInitialStyle } from './PowerPointViewer-D2ungyyc.js';
1
+ export { P as PowerPointViewer, a as PowerPointViewerHandle, b as PowerPointViewerProps, g as getAnimationInitialStyle } from './PowerPointViewer-B5JLBFj2.js';
2
2
  import { Options } from 'html2canvas-pro';
3
3
  import { ViewerTheme } from './theme/index.js';
4
4
  export { ViewerTheme, ViewerThemeColors, defaultCssVars, defaultRadius, defaultThemeColors, themeToCssVars } from './theme/index.js';
5
5
  import * as React$1 from 'react';
6
- import './presentation-DnczfOWz.js';
6
+ import './presentation-CyttD6sq.js';
7
7
  import 'yjs';
8
8
 
9
9
  interface ViewerThemeProviderProps {