ablok-components 0.3.54 → 0.3.56

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/dist/i18n.d.ts CHANGED
@@ -31,6 +31,7 @@ declare const i18n: import('vue-i18n').I18n<{
31
31
  undo: string;
32
32
  redo: string;
33
33
  forward: string;
34
+ backward: string;
34
35
  rewind: string;
35
36
  time: string;
36
37
  moves: string;
@@ -188,6 +189,9 @@ declare const i18n: import('vue-i18n').I18n<{
188
189
  qrlink: {
189
190
  download: string;
190
191
  };
192
+ thumbnails: {
193
+ thumbnail: string;
194
+ };
191
195
  };
192
196
  }, {}, {}, string, false>;
193
197
  export default i18n;
@@ -30,6 +30,7 @@ export declare const messages: {
30
30
  undo: string;
31
31
  redo: string;
32
32
  forward: string;
33
+ backward: string;
33
34
  rewind: string;
34
35
  time: string;
35
36
  moves: string;
@@ -187,5 +188,8 @@ export declare const messages: {
187
188
  qrlink: {
188
189
  download: string;
189
190
  };
191
+ thumbnails: {
192
+ thumbnail: string;
193
+ };
190
194
  };
191
195
  export default messages;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.3.54",
4
+ "version": "0.3.56",
5
5
  "dependencies": {
6
6
  "@popperjs/core": "^2.11.8",
7
7
  "@tiptap/core": "^3.18.0",