nestiq-component-library 1.2.5 → 1.2.6
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -667,15 +667,15 @@ function Pe(e) {
|
|
|
667
667
|
navigator.clipboard.writeText(e.url), N.success("URL copied to clipboard!");
|
|
668
668
|
};
|
|
669
669
|
return /* @__PURE__ */ t.jsx("div", { children: a && /* @__PURE__ */ t.jsx("div", { className: " popup-overlay", children: /* @__PURE__ */ t.jsxs("div", { className: "shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4", children: [
|
|
670
|
-
/* @__PURE__ */ t.jsx(
|
|
670
|
+
/* @__PURE__ */ t.jsx(
|
|
671
671
|
"img",
|
|
672
672
|
{
|
|
673
673
|
src: q,
|
|
674
674
|
alt: "close",
|
|
675
|
-
className: "
|
|
675
|
+
className: "closeIconSharePopUP",
|
|
676
676
|
onClick: r
|
|
677
677
|
}
|
|
678
|
-
)
|
|
678
|
+
),
|
|
679
679
|
/* @__PURE__ */ t.jsx("div", { className: "sharePopUpHeader text-center col-lg-12 d-flex justify-content-center mb-2", children: "Jetzt teilen und weitersagen!" }),
|
|
680
680
|
/* @__PURE__ */ t.jsxs("div", { className: "h-25 col-lg-12 socialMediaIconsSection d-flex flex-row align-items-center justify-content-center mx-auto", children: [
|
|
681
681
|
/* @__PURE__ */ t.jsx(
|