@apolitical/component-library 10.1.16-dg.0 → 10.1.16
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.
- package/index.js +3 -3
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -1838,7 +1838,7 @@ const $a = ({ image: e, className: t, testId: n }) => {
|
|
|
1838
1838
|
fetchPriority: f
|
|
1839
1839
|
} = e, { range: p, sizes: g } = T7(e), m = z1({ format: "avif", query: s, range: p, url: l }), y = z1({ format: "webp", query: s, range: p, url: l }), v = z1({ format: "", query: s, range: p, url: l });
|
|
1840
1840
|
let b = {};
|
|
1841
|
-
return o && (b = { "--color": o }), a && a.includes("svg") ? /* @__PURE__ */ h.jsx("picture", { className: t, style: b, children: /* @__PURE__ */ h.jsx(
|
|
1841
|
+
return o && (b = { "--color": o }), a && a.includes("svg") ? /* @__PURE__ */ h.jsx("picture", { className: te("responsive-image", t), style: b, children: /* @__PURE__ */ h.jsx(
|
|
1842
1842
|
"img",
|
|
1843
1843
|
{
|
|
1844
1844
|
src: l,
|
|
@@ -1850,7 +1850,7 @@ const $a = ({ image: e, className: t, testId: n }) => {
|
|
|
1850
1850
|
height: i,
|
|
1851
1851
|
"data-testid": n || "image"
|
|
1852
1852
|
}
|
|
1853
|
-
) }) : /* @__PURE__ */ h.jsxs("picture", { className: t, style: b, children: [
|
|
1853
|
+
) }) : /* @__PURE__ */ h.jsxs("picture", { className: te("responsive-image", t), style: b, children: [
|
|
1854
1854
|
a !== "image/gif" && /* @__PURE__ */ h.jsx(
|
|
1855
1855
|
"source",
|
|
1856
1856
|
{
|
|
@@ -26686,7 +26686,7 @@ const _o = "footer_", qc = "SiteFooter", b9 = ({ group: e }) => {
|
|
|
26686
26686
|
St,
|
|
26687
26687
|
{
|
|
26688
26688
|
id: `${_o}${e}_${r}_address`,
|
|
26689
|
-
values: { br: /* @__PURE__ */ h.jsx("br", {}
|
|
26689
|
+
values: { br: /* @__PURE__ */ h.jsx("br", {}) }
|
|
26690
26690
|
}
|
|
26691
26691
|
) }),
|
|
26692
26692
|
typeof n != "boolean" && n[r].email && /* @__PURE__ */ h.jsx(
|
|
@@ -47096,7 +47096,7 @@ const f3 = ({
|
|
|
47096
47096
|
}
|
|
47097
47097
|
)
|
|
47098
47098
|
}
|
|
47099
|
-
) }
|
|
47099
|
+
) })
|
|
47100
47100
|
], S = /* @__PURE__ */ h.jsxs(h.Fragment, { children: [
|
|
47101
47101
|
!f.navigation && /* @__PURE__ */ h.jsx(
|
|
47102
47102
|
"button",
|