sass-template-common 0.3.44 → 0.3.46

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.
@@ -3399,7 +3399,7 @@ class ht {
3399
3399
  imagesizes: n.getAutorInfo
3400
3400
  }))?.data.data ?? []);
3401
3401
  const l = Ya(c), h = (St(r)?.data ?? [])[0]?.list?.items?.map(
3402
- (w) => Ya(w.body.rendered)
3402
+ (w) => Ya(w)
3403
3403
  ), m = [];
3404
3404
  h?.forEach((w) => {
3405
3405
  w && w.length > 0 && w[0].forEach((v) => {
@@ -4274,7 +4274,8 @@ function B3(e) {
4274
4274
  style: {
4275
4275
  gap: r,
4276
4276
  margin: r === 0 ? "0" : "0 0.5rem 1rem",
4277
- cursor: d ? g ? "grabbing" : "grab" : "default"
4277
+ cursor: d ? g ? "grabbing" : "grab" : "default",
4278
+ justifyContent: "start !important"
4278
4279
  },
4279
4280
  ...x,
4280
4281
  children: l && l.map((G, B) => typeof G == "string" ? /* @__PURE__ */ a(
@@ -4344,7 +4345,7 @@ function kc({
4344
4345
  "div",
4345
4346
  {
4346
4347
  className: "carrousel-ssr",
4347
- style: { gap: n, margin: n === 0 ? "0" : "0 0.5rem 1rem" },
4348
+ style: { gap: n, margin: n === 0 ? "0" : "0 0.5rem 1rem", justifyContent: "start !important" },
4348
4349
  children: e && e.map((i, c) => /* @__PURE__ */ a(
4349
4350
  "section",
4350
4351
  {
@@ -9485,7 +9486,7 @@ const $3 = (e) => {
9485
9486
  content: t0
9486
9487
  }, a0 = (e) => /* @__PURE__ */ a("section", { className: n0.content, id: e.id, children: e.children }), s0 = async (e, t, n) => {
9487
9488
  if (!n) return e;
9488
- const s = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(s)];
9489
+ const s = /<span\b[^>]*data-src="([^"]+)"[^>]*>[\s\S]*?<\/span>/g, o = [...e.matchAll(s)];
9489
9490
  let r = e;
9490
9491
  for (const i of o) {
9491
9492
  const c = i[0], d = i[1] ?? "";
@@ -9903,7 +9904,7 @@ function _0(e) {
9903
9904
  return `
9904
9905
  <div class="${n + " carrousel-container"}">
9905
9906
  ${r(t.length)}
9906
- <div class="carrousel-ssr" style="gap:${o};margin:${o === 0 ? "0" : "0 0.5rem 1rem"};">
9907
+ <div class="carrousel-ssr" style="gap:${o};margin:${o === 0 ? "0" : "0 0.5rem 1rem"}; justify-content: start !important;">
9907
9908
  ${t && t.map((c) => `<section class='card' style="min-width: 100%;width:min-content;">
9908
9909
  ${c}
9909
9910
  </section>`).join("")}