sass-template-common 0.3.57 → 0.3.59

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.
@@ -9511,7 +9511,7 @@ const F3 = (e) => {
9511
9511
  <span data-src="${d}">
9512
9512
  <picture style='display: flex'>
9513
9513
  ${w}
9514
- <img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt}" />
9514
+ <img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt} ${A}" />
9515
9515
  </picture>
9516
9516
  <div>
9517
9517
  <a class="section" href="${m}">${p}</a>
@@ -10435,7 +10435,7 @@ const ug = async (e) => {
10435
10435
  <span data-src="${d}">
10436
10436
  <picture style='display: flex'>
10437
10437
  ${w}
10438
- <img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt}" />
10438
+ <img fetchPriority='low' loading='lazy' src="${h}" alt="${t.noteRelatedImageAlt} ${A}" />
10439
10439
  </picture>
10440
10440
  <div>
10441
10441
  <a class="section" href="${m}">${p}</a>
@@ -48,7 +48,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
48
48
  <span data-src="${d}">
49
49
  <picture style='display: flex'>
50
50
  ${A}
51
- <img fetchPriority='low' loading='lazy' src="${u}" alt="${n.noteRelatedImageAlt}" />
51
+ <img fetchPriority='low' loading='lazy' src="${u}" alt="${n.noteRelatedImageAlt} ${p}" />
52
52
  </picture>
53
53
  <div>
54
54
  <a class="section" href="${f}">${g}</a>
@@ -128,7 +128,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
128
128
  <span data-src="${d}">
129
129
  <picture style='display: flex'>
130
130
  ${A}
131
- <img fetchPriority='low' loading='lazy' src="${u}" alt="${n.noteRelatedImageAlt}" />
131
+ <img fetchPriority='low' loading='lazy' src="${u}" alt="${n.noteRelatedImageAlt} ${p}" />
132
132
  </picture>
133
133
  <div>
134
134
  <a class="section" href="${f}">${g}</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-template-common",
3
- "version": "0.3.57",
3
+ "version": "0.3.59",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"