@aswin.dev/editor 0.7.7 → 0.7.8
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/bundle-stats.json +2 -2
- package/dist/index.d.ts +9 -9
- package/package.json +7 -7
package/dist/bundle-stats.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.7.
|
|
2
|
+
"version": "0.7.8",
|
|
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-
|
|
9
|
+
"generatedAt": "2026-05-16T18:28:28.671Z"
|
|
10
10
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -335,9 +335,9 @@ declare module "@tiptap/core" {
|
|
|
335
335
|
|
|
336
336
|
declare module "@tiptap/core" {
|
|
337
337
|
interface Commands<ReturnType> {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
338
|
+
lineHeight: {
|
|
339
|
+
setLineHeight: (lineHeight: string) => ReturnType;
|
|
340
|
+
unsetLineHeight: () => ReturnType;
|
|
341
341
|
};
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -345,9 +345,9 @@ declare module "@tiptap/core" {
|
|
|
345
345
|
|
|
346
346
|
declare module "@tiptap/core" {
|
|
347
347
|
interface Commands<ReturnType> {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
348
|
+
letterSpacing: {
|
|
349
|
+
setLetterSpacing: (spacing: string) => ReturnType;
|
|
350
|
+
unsetLetterSpacing: () => ReturnType;
|
|
351
351
|
};
|
|
352
352
|
}
|
|
353
353
|
}
|
|
@@ -355,9 +355,9 @@ declare module "@tiptap/core" {
|
|
|
355
355
|
|
|
356
356
|
declare module "@tiptap/core" {
|
|
357
357
|
interface Commands<ReturnType> {
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
358
|
+
fontSize: {
|
|
359
|
+
setFontSize: (size: string) => ReturnType;
|
|
360
|
+
unsetFontSize: () => ReturnType;
|
|
361
361
|
};
|
|
362
362
|
}
|
|
363
363
|
}
|
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.
|
|
4
|
+
"version": "0.7.8",
|
|
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.
|
|
37
|
-
"@aswin.dev/types": "0.7.
|
|
38
|
-
"@aswin.dev/quality": "0.7.
|
|
36
|
+
"@aswin.dev/core": "0.7.8",
|
|
37
|
+
"@aswin.dev/types": "0.7.8",
|
|
38
|
+
"@aswin.dev/quality": "0.7.8"
|
|
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/
|
|
67
|
-
"@aswin.dev/renderer": "0.7.
|
|
68
|
-
"@aswin.dev/
|
|
66
|
+
"@aswin.dev/media-library": "0.7.8",
|
|
67
|
+
"@aswin.dev/renderer": "0.7.8",
|
|
68
|
+
"@aswin.dev/quality": "0.7.8"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@aswin.dev/renderer": {
|