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.
|
@@ -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 = "
|
|
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(
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
{
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
"
|
|
7221
|
-
{
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
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,
|