@aswin.dev/editor 0.7.6 → 0.7.7

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.
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.7.6",
2
+ "version": "0.7.7",
3
3
  "initialGzipBytes": 259985,
4
4
  "initialRawBytes": 959447,
5
5
  "initialFileCount": 36,
6
6
  "lazyGzipBytes": 264638,
7
7
  "lazyRawBytes": 921266,
8
8
  "lazyFileCount": 44,
9
- "generatedAt": "2026-05-16T17:47:11.445Z"
9
+ "generatedAt": "2026-05-16T17:57:25.834Z"
10
10
  }
package/dist/index.d.ts CHANGED
@@ -326,9 +326,8 @@ export { }
326
326
 
327
327
  declare module "@tiptap/core" {
328
328
  interface Commands<ReturnType> {
329
- letterSpacing: {
330
- setLetterSpacing: (spacing: string) => ReturnType;
331
- unsetLetterSpacing: () => ReturnType;
329
+ mergeTagNode: {
330
+ insertMergeTag: (attrs: MergeTag) => ReturnType;
332
331
  };
333
332
  }
334
333
  }
@@ -336,9 +335,9 @@ declare module "@tiptap/core" {
336
335
 
337
336
  declare module "@tiptap/core" {
338
337
  interface Commands<ReturnType> {
339
- fontSize: {
340
- setFontSize: (size: string) => ReturnType;
341
- unsetFontSize: () => ReturnType;
338
+ letterSpacing: {
339
+ setLetterSpacing: (spacing: string) => ReturnType;
340
+ unsetLetterSpacing: () => ReturnType;
342
341
  };
343
342
  }
344
343
  }
@@ -346,8 +345,9 @@ declare module "@tiptap/core" {
346
345
 
347
346
  declare module "@tiptap/core" {
348
347
  interface Commands<ReturnType> {
349
- mergeTagNode: {
350
- insertMergeTag: (attrs: MergeTag) => ReturnType;
348
+ fontSize: {
349
+ setFontSize: (size: string) => ReturnType;
350
+ unsetFontSize: () => ReturnType;
351
351
  };
352
352
  }
353
353
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aswin.dev/editor",
3
3
  "description": "Vue 3 visual drag-and-drop email editor powered by Templatical",
4
- "version": "0.7.6",
4
+ "version": "0.7.7",
5
5
  "bugs": "https://github.com/templatical/sdk/issues",
6
6
  "devDependencies": {
7
7
  "@lucide/vue": "^1.11.0",
@@ -33,9 +33,9 @@
33
33
  "vue": "^3.5.33",
34
34
  "vue-tsc": "^3.2.7",
35
35
  "vuedraggable": "^4.1.0",
36
- "@aswin.dev/core": "0.7.6",
37
- "@aswin.dev/types": "0.7.6",
38
- "@aswin.dev/quality": "0.7.6"
36
+ "@aswin.dev/core": "0.7.7",
37
+ "@aswin.dev/types": "0.7.7",
38
+ "@aswin.dev/quality": "0.7.7"
39
39
  },
40
40
  "exports": {
41
41
  ".": {
@@ -63,9 +63,9 @@
63
63
  "license": "SEE LICENSE IN LICENSE",
64
64
  "module": "./dist/templatical-editor.js",
65
65
  "peerDependencies": {
66
- "@aswin.dev/quality": "0.7.6",
67
- "@aswin.dev/renderer": "0.7.6",
68
- "@aswin.dev/media-library": "0.7.6"
66
+ "@aswin.dev/quality": "0.7.7",
67
+ "@aswin.dev/renderer": "0.7.7",
68
+ "@aswin.dev/media-library": "0.7.7"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@aswin.dev/renderer": {