@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 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": "caption",
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": "caption",
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 })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/components",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Custom components for control editor and public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",