ire-preview 3.3.3 → 3.3.4

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.
Files changed (2) hide show
  1. package/dist/lib.es.js +2 -9
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -6707,12 +6707,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$9]
6707
6707
  ]),
6708
6708
  onClick: qe[0] || (qe[0] = (Ge) => De.value = !1)
6709
6709
  }, [
6710
- createVNode(Cube3d, {
6711
- class: normalizeClass([
6712
- "ire-size-4 ire-shrink-0 ire-transition-all ire-duration-500 [&_path]:ire-stroke-current group-hover:[&_path]:ire-stroke-black",
6713
- De.value ? "ire-text-gray-500" : "ire-text-gray-900"
6714
- ])
6715
- }, null, 8, ["class"]),
6710
+ createVNode(Cube3d, { class: "ire-size-4 ire-shrink-0 ire-transition-all ire-duration-500 [&_path]:ire-stroke-current group-hover:[&_path]:ire-stroke-black" }),
6716
6711
  createElementVNode("span", _hoisted_11$2, toDisplayString(unref(tr)("3d plan")), 1)
6717
6712
  ], 10, _hoisted_10$2)) : createCommentVNode("", !0),
6718
6713
  (We = (Qe = (ii = (Je = Be.flat) == null ? void 0 : Je.type) == null ? void 0 : ii.image_2d) == null ? void 0 : Qe[0]) != null && We.url ? (openBlock(), createElementBlock("div", {
@@ -6725,9 +6720,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$9]
6725
6720
  ]),
6726
6721
  onClick: qe[1] || (qe[1] = (Ge) => De.value = !0)
6727
6722
  }, [
6728
- createVNode(FlatIcon, {
6729
- class: normalizeClass(["ire-size-4 ire-shrink-0 ire-transition-all ire-duration-500 [&_path]:ire-stroke-current group-hover:[&_path]:ire-stroke-black", De.value ? "ire-text-gray-900" : "ire-text-gray-500"])
6730
- }, null, 8, ["class"]),
6723
+ createVNode(FlatIcon, { class: "ire-size-4 ire-shrink-0 ire-transition-all ire-duration-500 [&_path]:ire-stroke-current group-hover:[&_path]:ire-stroke-black" }),
6731
6724
  createElementVNode("span", _hoisted_13$1, toDisplayString(unref(tr)("2d plan")), 1)
6732
6725
  ], 10, _hoisted_12$2)) : createCommentVNode("", !0)
6733
6726
  ], 8, _hoisted_9$3)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,