ire-preview 3.2.0 → 3.2.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.es.js +2 -2
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -5476,7 +5476,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$2]
|
|
|
5476
5476
|
return $e("shareable_link") === "true" && ((je = Be.value) == null ? void 0 : je.is_gold);
|
|
5477
5477
|
}), ze = computed$1(() => {
|
|
5478
5478
|
var He, qe, We, Xe, Ue, Ge;
|
|
5479
|
-
return (Re.value && ((qe = (He = _e.flat.type) == null ? void 0 : He.image_2d) != null && qe.length) ? (We = _e.flat.type) == null ? void 0 : We.image_2d : !Re.value && ((Ue = (Xe = _e.flat.type) == null ? void 0 : Xe.image_3d) != null && Ue.length) ? (Ge = _e.flat.type) == null ? void 0 : Ge.image_3d : []).slice(0,
|
|
5479
|
+
return (Re.value && ((qe = (He = _e.flat.type) == null ? void 0 : He.image_2d) != null && qe.length) ? (We = _e.flat.type) == null ? void 0 : We.image_2d : !Re.value && ((Ue = (Xe = _e.flat.type) == null ? void 0 : Xe.image_3d) != null && Ue.length) ? (Ge = _e.flat.type) == null ? void 0 : Ge.image_3d : []).slice(0, 6);
|
|
5480
5480
|
}), Fe = async () => {
|
|
5481
5481
|
Ve.value || !Ae.value || (await copyToClipboard(window.location.href), Ve.value = !0, setTimeout(() => {
|
|
5482
5482
|
Ve.value = !1;
|
|
@@ -5720,7 +5720,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$2]
|
|
|
5720
5720
|
withDirectives(createElementVNode("textarea", {
|
|
5721
5721
|
"onUpdate:modelValue": Fe[3] || (Fe[3] = (je) => De.value.comment = je),
|
|
5722
5722
|
placeholder: "...",
|
|
5723
|
-
class: "p-2"
|
|
5723
|
+
class: "p-2 ire-rounded-md !ire-border-[1px] !ire-border-gray-500"
|
|
5724
5724
|
}, null, 512), [
|
|
5725
5725
|
[vModelText, De.value.comment]
|
|
5726
5726
|
])
|