optimized-react-component-library-xyz123 0.31.8 → 0.32.1
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2960,13 +2960,13 @@ var TextBody = ({ data }) => {
|
|
|
2960
2960
|
]
|
|
2961
2961
|
}
|
|
2962
2962
|
),
|
|
2963
|
-
data.textAboveStartButton && data.textAboveStartButton.length > 0 && /<\/?[a-z][\s\S]*>/i.test(data.textAboveStartButton) ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2963
|
+
data.textAboveStartButton && data.textAboveStartButton.length > 0 && (/<\/?[a-z][\s\S]*>/i.test(data.textAboveStartButton) ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2964
2964
|
"div",
|
|
2965
2965
|
{
|
|
2966
2966
|
className: "pts-instruction-before-start-text",
|
|
2967
2967
|
dangerouslySetInnerHTML: { __html: data.textAboveStartButton }
|
|
2968
2968
|
}
|
|
2969
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "pts-instruction-before-start-text", children: data.textAboveStartButton })
|
|
2969
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "pts-instruction-before-start-text", children: data.textAboveStartButton }))
|
|
2970
2970
|
] });
|
|
2971
2971
|
};
|
|
2972
2972
|
var TextBody_default = TextBody;
|