@2uinc/frontend-component-xpert-chatbot 1.36.0-alpha.4 → 1.36.0-alpha.6
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/lib/index.min.js +3 -3
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -21531,10 +21531,10 @@ nd.propTypes = {
|
|
21531
21531
|
alt: I.string
|
21532
21532
|
};
|
21533
21533
|
const zT = (e, t = !1) => {
|
21534
|
-
t
|
21535
|
-
/!\[[^\]]*(?:\][^(]*)?(?:\([^)]+)?/g,
|
21534
|
+
t && (e = e.replace(
|
21535
|
+
/!\[[^\]]*(?:\][^(]*)?(?:\([^)]+)?\)?/g,
|
21536
21536
|
""
|
21537
|
-
)
|
21537
|
+
));
|
21538
21538
|
const r = new DOMParser().parseFromString(e, "text/html");
|
21539
21539
|
let a = 1;
|
21540
21540
|
const i = (o) => {
|