@elmethis/core 1.0.0-alpha.178 → 1.0.0-alpha.179
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-
|
|
6
|
+
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-34d85fea],.v-leave-from[data-v-34d85fea]{opacity:1}.v-enter-active[data-v-34d85fea],.v-leave-active[data-v-34d85fea]{transition:opacity .3s}.v-enter-from[data-v-34d85fea],.v-leave-to[data-v-34d85fea]{opacity:0}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
@@ -16,7 +16,7 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
16
16
|
const cssModules = {
|
|
17
17
|
"$style": style0
|
|
18
18
|
};
|
|
19
|
-
const ElmImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-
|
|
19
|
+
const ElmImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-34d85fea"]]);
|
|
20
20
|
export {
|
|
21
21
|
ElmImage as default
|
|
22
22
|
};
|
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".
|
|
6
|
+
elementStyle.appendChild(document.createTextNode("._image_1f28v_1{display:block;margin-block:var(--margin-block);width:100%;height:var(--height);opacity:var(--opacity);transition:opacity .4s;cursor:var(--cursor)}._error_1f28v_11{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;min-height:10rem;line-height:1.5rem;color:#c56565}._fallback_1f28v_23{margin-block:var(--margin-block);margin:0;padding:0;position:relative;width:100%;z-index:1;display:flex;justify-content:center;align-items:center;aspect-ratio:1200/630}._modal_1f28v_36{z-index:1000;position:fixed;width:100%;height:100vh;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;cursor:zoom-out}._modal_1f28v_36 ._modal-image_1f28v_49{width:100vw;height:100vh;-o-object-fit:contain;object-fit:contain}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
10
10
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
11
|
}
|
|
12
12
|
})();
|
|
13
|
-
const image = "
|
|
14
|
-
const error = "
|
|
15
|
-
const fallback = "
|
|
16
|
-
const modal = "
|
|
13
|
+
const image = "_image_1f28v_1";
|
|
14
|
+
const error = "_error_1f28v_11";
|
|
15
|
+
const fallback = "_fallback_1f28v_23";
|
|
16
|
+
const modal = "_modal_1f28v_36";
|
|
17
17
|
const style0 = {
|
|
18
18
|
image,
|
|
19
19
|
error,
|
|
20
20
|
fallback,
|
|
21
21
|
modal,
|
|
22
|
-
"modal-image": "_modal-
|
|
22
|
+
"modal-image": "_modal-image_1f28v_49"
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
25
|
style0 as default,
|