@cntrl-site/sdk 1.23.1-15 → 1.23.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2559,7 +2559,7 @@ function ImageRevealSlider({ settings, content, isEditor }) {
|
|
|
2559
2559
|
onMouseEnter: handleMouseMove,
|
|
2560
2560
|
onMouseMove: handleMouseMove,
|
|
2561
2561
|
className: styles.imageRevealSlider,
|
|
2562
|
-
children: placedImages.map((img2) => /* @__PURE__ */ jsxDevRuntime.jsxDEV(jsxDevRuntime.Fragment, { children: target === "area" && img2.link ? /* @__PURE__ */ jsxDevRuntime.jsxDEV("a", { href: img2.link, children: /* @__PURE__ */ jsxDevRuntime.jsxDEV(
|
|
2562
|
+
children: placedImages.map((img2) => /* @__PURE__ */ jsxDevRuntime.jsxDEV(jsxDevRuntime.Fragment, { children: target === "area" && img2.link ? /* @__PURE__ */ jsxDevRuntime.jsxDEV("a", { href: img2.link, target: "_blank", children: /* @__PURE__ */ jsxDevRuntime.jsxDEV(
|
|
2563
2563
|
"img",
|
|
2564
2564
|
{
|
|
2565
2565
|
src: img2.url,
|
package/dist/index.mjs
CHANGED
|
@@ -2540,7 +2540,7 @@ function ImageRevealSlider({ settings, content, isEditor }) {
|
|
|
2540
2540
|
onMouseEnter: handleMouseMove,
|
|
2541
2541
|
onMouseMove: handleMouseMove,
|
|
2542
2542
|
className: styles.imageRevealSlider,
|
|
2543
|
-
children: placedImages.map((img2) => /* @__PURE__ */ jsxDEV(Fragment, { children: target === "area" && img2.link ? /* @__PURE__ */ jsxDEV("a", { href: img2.link, children: /* @__PURE__ */ jsxDEV(
|
|
2543
|
+
children: placedImages.map((img2) => /* @__PURE__ */ jsxDEV(Fragment, { children: target === "area" && img2.link ? /* @__PURE__ */ jsxDEV("a", { href: img2.link, target: "_blank", children: /* @__PURE__ */ jsxDEV(
|
|
2544
2544
|
"img",
|
|
2545
2545
|
{
|
|
2546
2546
|
src: img2.url,
|