sass-template-common 0.2.9 → 0.2.11

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.
@@ -4770,9 +4770,12 @@ const el = (e) => {
4770
4770
  isVideo: n = !1,
4771
4771
  hasShadow: r = !1,
4772
4772
  priorityHigh: o = !1
4773
- } = e, s = vo(), [i, c] = J(void 0), d = t?.sizes;
4773
+ } = e;
4774
+ console.log("image offline");
4775
+ const s = vo(), [i, c] = J(void 0), d = t?.sizes;
4774
4776
  return De(() => {
4775
4777
  (async () => {
4778
+ console.log("image offline - effect");
4776
4779
  const { PUBLIC_IS_OFFLINE: u } = $();
4777
4780
  if (u === "true" && d?.[0]?.url) {
4778
4781
  const h = await nl(d[0].url, e.cookies);
@@ -6903,7 +6906,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6903
6906
  {
6904
6907
  className: `${Ie.content} ${e.className ? e.className : null}`,
6905
6908
  children: /* @__PURE__ */ f("div", { className: Ie.contentInfo, children: [
6906
- t.info.image ? /* @__PURE__ */ a(
6909
+ t.info.image ? /* @__PURE__ */ a("div", { className: "sass-image-autor-wrapper", children: /* @__PURE__ */ a(
6907
6910
  "img",
6908
6911
  {
6909
6912
  fetchPriority: "low",
@@ -6912,7 +6915,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6912
6915
  className: Ie.imageStyled,
6913
6916
  src: await pe(t.info.image.sizes[0]?.url || "")
6914
6917
  }
6915
- ) : /* @__PURE__ */ a("div", { className: Ie.contentIconStyled, children: /* @__PURE__ */ a(r, {}) }),
6918
+ ) }) : /* @__PURE__ */ a(
6919
+ "div",
6920
+ {
6921
+ className: `${Ie.contentIconStyled} sass-image-autor-wrapper`,
6922
+ children: /* @__PURE__ */ a(r, {})
6923
+ }
6924
+ ),
6916
6925
  /* @__PURE__ */ a("h1", { className: Ie.name, children: t.info.fullname }),
6917
6926
  t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ a("p", { className: Ie.email, children: t.info.email }),
6918
6927
  t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("p", { className: Ie.description, children: t.addtional.USER_MIBIO }),