@cntrl-site/components 0.1.23 → 0.1.24
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
|
@@ -2450,7 +2450,7 @@ const Lightbox = ({ isOpen, onClose, content, lightboxStyles, settings, portalId
|
|
|
2450
2450
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2451
2451
|
"div",
|
|
2452
2452
|
{
|
|
2453
|
-
"data-styles": "
|
|
2453
|
+
"data-styles": "imageCaption",
|
|
2454
2454
|
className: classes.captionTextInner,
|
|
2455
2455
|
style: { ["--link-hover-color"]: caption2.hover },
|
|
2456
2456
|
children: /* @__PURE__ */ jsxRuntime.jsx(RichTextRenderer, { content: content[currentIndex].imageCaption })
|
package/dist/index.mjs
CHANGED
|
@@ -2448,7 +2448,7 @@ const Lightbox = ({ isOpen, onClose, content, lightboxStyles, settings, portalId
|
|
|
2448
2448
|
children: /* @__PURE__ */ jsx(
|
|
2449
2449
|
"div",
|
|
2450
2450
|
{
|
|
2451
|
-
"data-styles": "
|
|
2451
|
+
"data-styles": "imageCaption",
|
|
2452
2452
|
className: classes.captionTextInner,
|
|
2453
2453
|
style: { ["--link-hover-color"]: caption2.hover },
|
|
2454
2454
|
children: /* @__PURE__ */ jsx(RichTextRenderer, { content: content[currentIndex].imageCaption })
|