sass-template-common 0.0.33 → 0.0.35

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.
@@ -1749,6 +1749,7 @@ declare type Props_45 = {
1749
1749
  declare type Props_46 = {
1750
1750
  autor: AutorInfo;
1751
1751
  autorIcon: any;
1752
+ className?: string;
1752
1753
  };
1753
1754
 
1754
1755
  declare type Props_47 = {
@@ -7189,7 +7189,7 @@ const Dr = "_content_1dzh4_1", Rr = "_brandContent_1dzh4_10", Hr = "_socialMedia
7189
7189
  }, Y3 = (e) => /* @__PURE__ */ n("section", { className: Ft.content, children: e.itemList[0]?.list.items.map((t, a) => /* @__PURE__ */ h("div", { className: Ft.contentLine, children: [
7190
7190
  /* @__PURE__ */ n(q, { className: Ft.dateLink, href: `#item-${a + 1}`, children: A2(t.date) }),
7191
7191
  /* @__PURE__ */ n("div", { className: Ft.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
7192
- ] }, a)) }), K3 = "_content_1wqqj_1", J3 = "_contentInfo_1wqqj_23", X3 = "_imageStyled_1wqqj_31", e4 = "_contentIconStyled_1wqqj_42", t4 = "_name_1wqqj_66", n4 = "_email_1wqqj_75", a4 = "_description_1wqqj_91", s4 = "_contenSocialNetwork_1wqqj_103", i4 = "_socialIcon_1wqqj_113", pe = {
7192
+ ] }, a)) }), K3 = "_content_e79ls_1", J3 = "_contentInfo_e79ls_11", X3 = "_imageStyled_e79ls_19", e4 = "_contentIconStyled_e79ls_30", t4 = "_name_e79ls_54", n4 = "_email_e79ls_63", a4 = "_description_e79ls_79", s4 = "_contenSocialNetwork_e79ls_91", i4 = "_socialIcon_e79ls_101", pe = {
7193
7193
  content: K3,
7194
7194
  contentInfo: J3,
7195
7195
  imageStyled: X3,
@@ -7201,59 +7201,65 @@ const Dr = "_content_1dzh4_1", Rr = "_brandContent_1dzh4_10", Hr = "_socialMedia
7201
7201
  socialIcon: i4
7202
7202
  }, o4 = async (e) => {
7203
7203
  const { autor: t, autorIcon: a } = e, s = a;
7204
- return /* @__PURE__ */ n("section", { className: pe.content, children: /* @__PURE__ */ h("div", { className: pe.contentInfo, children: [
7205
- t.info.image ? /* @__PURE__ */ n(
7206
- "img",
7207
- {
7208
- fetchPriority: "low",
7209
- loading: "lazy",
7210
- alt: "",
7211
- className: pe.imageStyled,
7212
- src: await ie(t.info.image.sizes[0]?.url || "")
7213
- }
7214
- ) : /* @__PURE__ */ n("div", { className: pe.contentIconStyled, children: /* @__PURE__ */ n(s, {}) }),
7215
- /* @__PURE__ */ n("h1", { className: pe.name, children: t.info.fullname }),
7216
- t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ n("p", { className: pe.email, children: t.info.email }),
7217
- t.addtional.USER_SHOWBIO && /* @__PURE__ */ n("p", { className: pe.description, children: t.addtional.USER_MIBIO }),
7218
- /* @__PURE__ */ h("div", { className: pe.contenSocialNetwork, children: [
7219
- t.addtional.USER_USERFB && /* @__PURE__ */ n(
7220
- "a",
7221
- {
7222
- href: t.addtional.USER_USERFB,
7223
- target: "_blank",
7224
- rel: "noreferrer",
7225
- children: /* @__PURE__ */ n(en, { className: pe.socialIcon })
7226
- }
7227
- ),
7228
- t.addtional.USER_USERIG && /* @__PURE__ */ n(
7229
- "a",
7230
- {
7231
- href: t.addtional.USER_USERIG,
7232
- target: "_blank",
7233
- rel: "noreferrer",
7234
- children: /* @__PURE__ */ n(tn, { className: pe.socialIcon })
7235
- }
7236
- ),
7237
- t.addtional.USER_USERTWT && /* @__PURE__ */ n(
7238
- "a",
7239
- {
7240
- href: t.addtional.USER_USERTWT,
7241
- target: "_blank",
7242
- rel: "noreferrer",
7243
- children: /* @__PURE__ */ n(It, { className: pe.socialIcon })
7244
- }
7245
- ),
7246
- t.addtional.USER_USERLIN && /* @__PURE__ */ n(
7247
- "a",
7248
- {
7249
- href: t.addtional.USER_USERLIN,
7250
- target: "_blank",
7251
- rel: "noreferrer",
7252
- children: /* @__PURE__ */ n(l1, { className: pe.socialIcon })
7253
- }
7254
- )
7255
- ] })
7256
- ] }) });
7204
+ return /* @__PURE__ */ n(
7205
+ "section",
7206
+ {
7207
+ className: `${pe.content} ${e.className ? e.className : null}`,
7208
+ children: /* @__PURE__ */ h("div", { className: pe.contentInfo, children: [
7209
+ t.info.image ? /* @__PURE__ */ n(
7210
+ "img",
7211
+ {
7212
+ fetchPriority: "low",
7213
+ loading: "lazy",
7214
+ alt: "",
7215
+ className: pe.imageStyled,
7216
+ src: await ie(t.info.image.sizes[0]?.url || "")
7217
+ }
7218
+ ) : /* @__PURE__ */ n("div", { className: pe.contentIconStyled, children: /* @__PURE__ */ n(s, {}) }),
7219
+ /* @__PURE__ */ n("h1", { className: pe.name, children: t.info.fullname }),
7220
+ t.addtional.USER_SHOWEMAIL && /* @__PURE__ */ n("p", { className: pe.email, children: t.info.email }),
7221
+ t.addtional.USER_SHOWBIO && /* @__PURE__ */ n("p", { className: pe.description, children: t.addtional.USER_MIBIO }),
7222
+ /* @__PURE__ */ h("div", { className: pe.contenSocialNetwork, children: [
7223
+ t.addtional.USER_USERFB && /* @__PURE__ */ n(
7224
+ "a",
7225
+ {
7226
+ href: t.addtional.USER_USERFB,
7227
+ target: "_blank",
7228
+ rel: "noreferrer",
7229
+ children: /* @__PURE__ */ n(en, { className: pe.socialIcon })
7230
+ }
7231
+ ),
7232
+ t.addtional.USER_USERIG && /* @__PURE__ */ n(
7233
+ "a",
7234
+ {
7235
+ href: t.addtional.USER_USERIG,
7236
+ target: "_blank",
7237
+ rel: "noreferrer",
7238
+ children: /* @__PURE__ */ n(tn, { className: pe.socialIcon })
7239
+ }
7240
+ ),
7241
+ t.addtional.USER_USERTWT && /* @__PURE__ */ n(
7242
+ "a",
7243
+ {
7244
+ href: t.addtional.USER_USERTWT,
7245
+ target: "_blank",
7246
+ rel: "noreferrer",
7247
+ children: /* @__PURE__ */ n(It, { className: pe.socialIcon })
7248
+ }
7249
+ ),
7250
+ t.addtional.USER_USERLIN && /* @__PURE__ */ n(
7251
+ "a",
7252
+ {
7253
+ href: t.addtional.USER_USERLIN,
7254
+ target: "_blank",
7255
+ rel: "noreferrer",
7256
+ children: /* @__PURE__ */ n(l1, { className: pe.socialIcon })
7257
+ }
7258
+ )
7259
+ ] })
7260
+ ] })
7261
+ }
7262
+ );
7257
7263
  }, r4 = "_content_1mv2w_1", l4 = "_contentInfo_1mv2w_13", c4 = "_contentAuthor_1mv2w_26", d4 = "_imageStyled_1mv2w_33", u4 = "_contentIconStyled_1mv2w_42", h4 = "_name_1mv2w_63", m4 = "_email_1mv2w_71", C4 = "_description_1mv2w_81", f4 = "_contenSocialNetwork_1mv2w_92", g4 = "_socialIcon_1mv2w_102", Ce = {
7258
7264
  content: r4,
7259
7265
  contentInfo: l4,