@templatical/editor 0.9.0 → 0.9.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/dist/{CloudEditor-CAtw_sFC.js → CloudEditor-DHB1FoQD.js} +1 -1
- package/dist/bundle-stats.json +4 -4
- package/dist/cdn/chunks/{CloudEditor-CyJItWsK.js → CloudEditor-CrZk-OwQ.js} +2 -2
- package/dist/cdn/chunks/{CloudEditor-CyJItWsK.js.map → CloudEditor-CrZk-OwQ.js.map} +1 -1
- package/dist/cdn/chunks/{renderer-7z2t_bYQ.js → renderer-CfHPFI5v.js} +2 -2
- package/dist/cdn/chunks/{renderer-7z2t_bYQ.js.map → renderer-CfHPFI5v.js.map} +1 -1
- package/dist/cdn/chunks/{styles-o0HIrw9F.js → styles-CVUvPdKD.js} +619 -617
- package/dist/cdn/chunks/{styles-o0HIrw9F.js.map → styles-CVUvPdKD.js.map} +1 -1
- package/dist/cdn/editor.js +3 -3
- package/dist/{styles-CJtcKmsx.js → styles-CxwIlb7Y.js} +652 -650
- package/dist/templatical-editor.js +2 -2
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as e, B as t, O as n, S as r, X as i, _ as a, at as o, b as s, f as c, h as l, k as u, m as d, n as f, o as p, ot as ee, p as m, rt as h, st as g, t as te, v as _, z as v } from "./vue.runtime.esm-bundler-BDSGA5hA.js";
|
|
2
2
|
import { r as y } from "./timeouts-Bmi_yePw.js";
|
|
3
3
|
import { L as b, t as x, x as S } from "./useEditorCore-CEkf_VWX.js";
|
|
4
|
-
import { a as ne, c as re, i as ie, l as ae, n as C, o as oe, r as w, s as T, t as E, u as D } from "./styles-
|
|
4
|
+
import { a as ne, c as re, i as ie, l as ae, n as C, o as oe, r as w, s as T, t as E, u as D } from "./styles-CxwIlb7Y.js";
|
|
5
5
|
import { t as O } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
6
6
|
//#region src/Editor.vue?vue&type=script&setup=true&lang.ts
|
|
7
7
|
var k = ["data-tpl-theme"], A = {
|
|
@@ -274,7 +274,7 @@ function $(e) {
|
|
|
274
274
|
async function ve(e) {
|
|
275
275
|
let t = typeof e.container == "string" ? document.querySelector(e.container) : e.container;
|
|
276
276
|
if (!t) throw Error(`[Templatical] Container element not found: ${e.container}`);
|
|
277
|
-
let { default: n } = await import("./CloudEditor-
|
|
277
|
+
let { default: n } = await import("./CloudEditor-DHB1FoQD.js"), [a, o] = await Promise.all([U(e.locale ?? "en"), W(e.locale ?? "en")]), s = S(e.fonts);
|
|
278
278
|
$(t);
|
|
279
279
|
let c = q(t, e.shadowDom ?? !0), l = i(null);
|
|
280
280
|
return await new Promise((i, u) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@templatical/editor",
|
|
3
3
|
"description": "Vue 3 visual drag-and-drop email editor powered by Templatical",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.1",
|
|
5
5
|
"bugs": "https://github.com/templatical/sdk/issues",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@lucide/vue": "^1.16.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"vue": "^3.5.34",
|
|
33
33
|
"vue-draggable-plus": "^0.6.1",
|
|
34
34
|
"vue-tsc": "^3.3.1",
|
|
35
|
-
"@templatical/
|
|
36
|
-
"@templatical/
|
|
37
|
-
"@templatical/types": "0.9.
|
|
35
|
+
"@templatical/quality": "0.9.1",
|
|
36
|
+
"@templatical/core": "0.9.1",
|
|
37
|
+
"@templatical/types": "0.9.1"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"license": "SEE LICENSE IN LICENSE",
|
|
63
63
|
"module": "./dist/templatical-editor.js",
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@templatical/
|
|
66
|
-
"@templatical/
|
|
67
|
-
"@templatical/renderer": "0.9.
|
|
65
|
+
"@templatical/quality": "0.9.1",
|
|
66
|
+
"@templatical/media-library": "0.9.1",
|
|
67
|
+
"@templatical/renderer": "0.9.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|
|
70
70
|
"@templatical/renderer": {
|