pptx-svelte-viewer 3.2.3 → 3.3.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.
- package/CHANGELOG.md +12 -0
- package/dist/{AiChatPanel-ll_EeEu6.js → AiChatPanel-D1kCyNeI.js} +1 -1
- package/dist/{export-DGmRuakg.js → export-CL58Fm_4.js} +27551 -25598
- package/dist/i18n.js +1 -1
- package/dist/index.d.ts +170 -17
- package/dist/index.js +2 -2
- package/dist/{translator-Cvwv7iQG.js → translator-i8zxb8S8.js} +47 -5
- package/dist/viewer/index.d.ts +186 -19
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/state/google-webfonts.d.ts +23 -0
- package/dist/viewer/state/google-webfonts.d.ts.map +1 -0
- package/dist/viewer/state/viewer-effects.svelte.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ A release listed with no entries carried no Conventional Commit in this package'
|
|
|
7
7
|
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
8
|
change, not only on conventional ones.
|
|
9
9
|
|
|
10
|
+
## [3.2.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.2.3) - 2026-09-01
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
- **deps:** Bump @lucide/svelte from 1.37.0 to 1.34.0 ([#192](https://github.com/ChristopherVR/pptx-viewer/issues/192)) (by @dependabot[bot]) ([351c48f](https://github.com/ChristopherVR/pptx-viewer/commit/351c48f954cf88fa2f1c1202bda5083e9f0e5da4))
|
|
15
|
+
|
|
16
|
+
### Chores
|
|
17
|
+
|
|
18
|
+
- **deps-dev:** Bump the minor-and-patch group with 2 updates ([#186](https://github.com/ChristopherVR/pptx-viewer/issues/186)) (by @dependabot[bot]) ([effb251](https://github.com/ChristopherVR/pptx-viewer/commit/effb2510e3a6cf633ceb3dd0c1234bb0998c275c))
|
|
19
|
+
- **deps-dev:** Bump happy-dom from 20.12.0 to 20.11.12 ([#187](https://github.com/ChristopherVR/pptx-viewer/issues/187)) (by @dependabot[bot]) ([f386308](https://github.com/ChristopherVR/pptx-viewer/commit/f386308f2a1fd66c7a080628e4ce91b33247f685))
|
|
20
|
+
- **deps-dev:** Bump rollup from 4.63.1 to 4.63.0 ([#190](https://github.com/ChristopherVR/pptx-viewer/issues/190)) (by @dependabot[bot]) ([8ea2abc](https://github.com/ChristopherVR/pptx-viewer/commit/8ea2abc51966c761fd3cb552201443a4dc04f5b9))
|
|
21
|
+
|
|
10
22
|
## [3.2.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.2.2) - 2026-08-29
|
|
11
23
|
|
|
12
24
|
### Bug Fixes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as O, N as $, O as ge, P as ee, R as W, S as _e, T as xe, U as V, V as fe, b as me, g as be, h as ye, k as ke, m as we, v as Ce, w as Me, x as Se, y as Pe, z as Ne } from "./export-
|
|
1
|
+
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as O, N as $, O as ge, P as ee, R as W, S as _e, T as xe, U as V, V as fe, b as me, g as be, h as ye, k as ke, m as we, v as Ce, w as Me, x as Se, y as Pe, z as Ne } from "./export-CL58Fm_4.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as qe, untrack as R } from "svelte";
|