mudlet-map-editor 0.10.0 → 0.10.2
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-lib/index.js
CHANGED
|
@@ -4488,7 +4488,7 @@ function lt({ library: e, currentName: t, onLoad: n, onDelete: r, onClose: a })
|
|
|
4488
4488
|
}
|
|
4489
4489
|
//#endregion
|
|
4490
4490
|
//#region src/components/panels/ScriptPanel.tsx
|
|
4491
|
-
var ut = r(() => import("./ScriptCodeEditor-
|
|
4491
|
+
var ut = r(() => import("./ScriptCodeEditor-Dtgis0Nh.js"));
|
|
4492
4492
|
function dt() {
|
|
4493
4493
|
return /* @__PURE__ */ h("div", {
|
|
4494
4494
|
className: "script-editor-loading",
|
|
@@ -10111,7 +10111,7 @@ function or() {
|
|
|
10111
10111
|
/* @__PURE__ */ m("br", {}),
|
|
10112
10112
|
"Drag a .dat file in or load from toolbar.",
|
|
10113
10113
|
/* @__PURE__ */ m("img", {
|
|
10114
|
-
src: "
|
|
10114
|
+
src: "logo.png",
|
|
10115
10115
|
alt: "logo",
|
|
10116
10116
|
className: "empty-state-logo"
|
|
10117
10117
|
})
|
|
@@ -15972,7 +15972,7 @@ function io({ plugins: e = [], title: n = "Mudlet Map Editor" }) {
|
|
|
15972
15972
|
for (let t of e) await t.onAppReady?.();
|
|
15973
15973
|
})();
|
|
15974
15974
|
}, []), i(() => {
|
|
15975
|
-
import("./ScriptCodeEditor-
|
|
15975
|
+
import("./ScriptCodeEditor-Dtgis0Nh.js");
|
|
15976
15976
|
}, []);
|
|
15977
15977
|
let R = o(l);
|
|
15978
15978
|
i(() => {
|