pptx-svelte-viewer 2.3.0 → 2.5.0

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/{AiChatPanel-CO-BVNBN.js → AiChatPanel-D2xEoaRP.js} +1 -1
  3. package/dist/{export-ko5GUtEk.js → export-Doev_dGg.js} +75816 -58293
  4. package/dist/i18n.js +1 -1
  5. package/dist/index.d.ts +112 -87
  6. package/dist/index.js +16 -16
  7. package/dist/pptx-svelte-viewer.css +1 -1
  8. package/dist/{translator-D2iZRR15.js → translator-DL83W_OP.js} +1 -0
  9. package/dist/viewer/components/props.d.ts +7 -0
  10. package/dist/viewer/components/props.d.ts.map +1 -1
  11. package/dist/viewer/index.d.ts +138 -88
  12. package/dist/viewer/index.js +49 -47
  13. package/dist/viewer/presentation/animation-playback.svelte.d.ts +5 -1
  14. package/dist/viewer/presentation/animation-playback.svelte.d.ts.map +1 -1
  15. package/dist/viewer/presentation/apply-animation-styles.d.ts.map +1 -1
  16. package/dist/viewer/presentation/presentation-controller.svelte.d.ts +21 -0
  17. package/dist/viewer/presentation/presentation-controller.svelte.d.ts.map +1 -1
  18. package/dist/viewer/presentation/presenter-session.svelte.d.ts.map +1 -1
  19. package/dist/viewer/state/create-viewer-state.svelte.d.ts.map +1 -1
  20. package/dist/viewer/state/presentation-element-states-context.d.ts +11 -0
  21. package/dist/viewer/state/presentation-element-states-context.d.ts.map +1 -1
  22. package/dist/viewer/state/viewport-handlers.d.ts.map +1 -1
  23. package/dist/{y-webrtc-BiViqyU2.js → y-webrtc-Cph8DzuM.js} +876 -863
  24. package/package.json +3 -3
  25. package/dist/__vite-browser-external-DOmiXdGM.js +0 -7
  26. package/dist/dist-BAMsFiYQ.js +0 -63126
  27. package/dist/rolldown-runtime--_vEcKDh.js +0 -29
package/CHANGELOG.md CHANGED
@@ -4,6 +4,24 @@ 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
+ ## [2.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.4.0) - 2026-07-25
8
+
9
+ ### Bug Fixes
10
+
11
+ - **svelte:** Clear the build warnings and repair windows dts bundling (by @ChristopherVR) ([40c170a](https://github.com/ChristopherVR/pptx-viewer/commit/40c170ae2050f827b71814aa1af1eedd869e32f7))
12
+
13
+ ### Dependencies
14
+
15
+ - **deps:** Update @lucide/svelte requirement from ^1.25.0 to ^1.26.0 ([#113](https://github.com/ChristopherVR/pptx-viewer/issues/113)) (by @dependabot[bot]) ([66c656f](https://github.com/ChristopherVR/pptx-viewer/commit/66c656ff50ff7e9cfaf0139dc70ea0944aaf1528))
16
+ - **deps:** Update ai requirement from ^7.0.35 to ^7.0.37 ([#115](https://github.com/ChristopherVR/pptx-viewer/issues/115)) (by @dependabot[bot]) ([71d200d](https://github.com/ChristopherVR/pptx-viewer/commit/71d200d5aa0627c90fb2c8bfc0c50ee4b132a7d8))
17
+
18
+ ### Chores
19
+
20
+ - **deps-dev:** Update tsdown requirement ([#109](https://github.com/ChristopherVR/pptx-viewer/issues/109)) (by @dependabot[bot]) ([f83aa0a](https://github.com/ChristopherVR/pptx-viewer/commit/f83aa0a0012d9678cb1fcbef3bbf45b04f179755))
21
+ - **deps-dev:** Update happy-dom requirement from ^20.11.0 to ^20.11.1 ([#116](https://github.com/ChristopherVR/pptx-viewer/issues/116)) (by @dependabot[bot]) ([0a2f499](https://github.com/ChristopherVR/pptx-viewer/commit/0a2f4990ae3caa60de537c9e0ea38ca8d796fd56))
22
+
23
+ ## [2.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.3.0) - 2026-07-25
24
+
7
25
  ## [2.2.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.2.1) - 2026-07-24
8
26
 
9
27
  ## [2.2.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@2.2.0) - 2026-07-24
@@ -1,4 +1,4 @@
1
- import { $ as te, F as se, G as ae, J as ie, K as re, N as Q, P as le, Q as ne, V as oe, X as pe, Y as ce, Z as de, ct as B, et as ve, i as ue, n as he, nt as Y, q as ge, r as _e, rt as N, tt as G } from "./export-ko5GUtEk.js";
1
+ import { $ as te, F as se, G as ae, J as ie, K as re, N as Q, P as le, Q as ne, V as oe, X as pe, Y as ce, Z as de, ct as B, et as ve, i as ue, n as he, nt as Y, q as ge, r as _e, rt as N, tt as G } from "./export-Doev_dGg.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as e from "svelte/internal/client";
4
4
  import { onMount as fe, untrack as O } from "svelte";