pptx-angular-viewer 1.31.3 → 1.31.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-angular-viewer",
3
- "version": "1.31.3",
3
+ "version": "1.31.4",
4
4
  "description": "Angular PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "angular",
@@ -46,7 +46,7 @@
46
46
  "html2canvas-pro": "^2.2.4",
47
47
  "jspdf": "^4.2.1",
48
48
  "jszip": "^3.10.1",
49
- "pptx-viewer-core": "^1.6.8",
49
+ "pptx-viewer-core": "^1.6.9",
50
50
  "tslib": "^2.8.1"
51
51
  },
52
52
  "peerDependencies": {
@@ -12434,7 +12434,7 @@ declare class AccountPageComponent {
12434
12434
  readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
12435
12435
  private readonly translate;
12436
12436
  protected readonly swatches: readonly string[];
12437
- protected readonly version = "1.31.2";
12437
+ protected readonly version = "1.31.3";
12438
12438
  protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
12439
12439
  protected readonly initial: _angular_core.Signal<string>;
12440
12440
  protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;