optimized-react-component-library-xyz123 2.2.14 → 2.2.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.mjs CHANGED
@@ -1379,7 +1379,7 @@ var TextBody = ({ data }) => {
1379
1379
  ]
1380
1380
  }
1381
1381
  ),
1382
- data.alertInText && /* @__PURE__ */ jsx17(AlertInTextStandard_default, { content: data.alertInText }),
1382
+ data.alertInText && /* @__PURE__ */ jsx17("div", { className: "pts-alerttext-in-textbody", children: /* @__PURE__ */ jsx17(AlertInTextStandard_default, { content: data.alertInText }) }),
1383
1383
  data.textAboveStartButton && data.textAboveStartButton.length > 0 && (/<\/?[a-z][\s\S]*>/i.test(data.textAboveStartButton) ? /* @__PURE__ */ jsx17(
1384
1384
  "div",
1385
1385
  {