lt-ppt 1.0.19 → 1.0.21

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.
@@ -26,6 +26,7 @@ declare const i18n: import('./useLocale.ts').I18n<{
26
26
  untitledPresentation: string;
27
27
  };
28
28
  header: {
29
+ back: string;
29
30
  aippt: string;
30
31
  aipptSubtitle: string;
31
32
  importFile: string;
@@ -1148,6 +1149,7 @@ declare const i18n: import('./useLocale.ts').I18n<{
1148
1149
  untitledPresentation: string;
1149
1150
  };
1150
1151
  header: {
1152
+ back: string;
1151
1153
  aippt: string;
1152
1154
  aipptSubtitle: string;
1153
1155
  importFile: string;
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  untitledPresentation: string;
23
23
  };
24
24
  header: {
25
+ back: string;
25
26
  aippt: string;
26
27
  aipptSubtitle: string;
27
28
  importFile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lt-ppt",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/lt-ppt.umd.js",