pptx-angular-viewer 1.31.0 → 1.31.1

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.0",
3
+ "version": "1.31.1",
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.5",
49
+ "pptx-viewer-core": "^1.6.6",
50
50
  "tslib": "^2.8.1"
51
51
  },
52
52
  "peerDependencies": {
@@ -12429,7 +12429,7 @@ declare class AccountPageComponent {
12429
12429
  readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
12430
12430
  private readonly translate;
12431
12431
  protected readonly swatches: readonly string[];
12432
- protected readonly version = "1.30.1";
12432
+ protected readonly version = "1.31.0";
12433
12433
  protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
12434
12434
  protected readonly initial: _angular_core.Signal<string>;
12435
12435
  protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;