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