@moveo-ai/web-client 0.112.0 → 0.113.0

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  /*!
8
8
  *
9
- * @moveo-ai/web-client v0.112.0
9
+ * @moveo-ai/web-client v0.113.0
10
10
  * Copyright (c) Moveo.ai (TM)
11
11
  *
12
12
  */
package/dist/index.html CHANGED
@@ -11,7 +11,7 @@
11
11
  const widgetId = urlParams.get('widgetId');
12
12
 
13
13
  const script = document.createElement('script');
14
- script.src = 'iframe.min.js?51d050ac1f08ec628653';
14
+ script.src = 'iframe.min.js?2540ee89722bdd52f7d1';
15
15
 
16
16
  script.onload = function () {
17
17
  if (widgetId) {
@@ -4,11 +4,11 @@
4
4
 
5
5
  body::before {
6
6
  background-image: url('/public/background.svg');
7
- }</style><script src="../audio-client.min.js?51d050ac1f08ec628653"></script></head><body><div class="flex flex-row flex-wrap justify-between p-[10%] pb-0 mobile:flex-col mobile:items-center mobile:p-0 mobile:pt-[75px]"><div class="w-[510px] mb-9 mobile:flex mobile:flex-col mobile:items-center mobile:w-auto mobile:min-w-0"><p class="mt-0 mb-6 text-[42px] leading-[51px] font-bold mobile:text-center mobile:text-[28px] mobile:leading-[34px]"><span class="colored text-preview-muted">Preview</span> and <span class="colored text-preview-muted">Test</span><br/>your Webchat</p><p class="mb-9 text-2xl leading-[30px] font-normal mobile:text-center mobile:text-base mobile:leading-5 mobile:w-[280px]">Moveo.ai can help you build engaging conversational applications powered by Artificial Intelligence.</p><div class="flex flex-row justify-start"><button class="action_button hidden cursor-pointer" id="open-chat-button">Open Webchat</button> <button class="action_button hidden mobile:hidden cursor-pointer" id="close-chat-button">Close Webchat</button> <button class="action_button hidden cursor-pointer" id="render-chat-button">Render Webchat</button></div></div><div class="hidden box-border flex-initial w-[512px] h-[562px] min-w-[300px] mb-16 rounded-lg border-2 border-brand-background bg-white shadow-[2px_3px_6px_rgb(104_104_104/10%)] mobile:mx-[10%] mobile:w-4/5" id="embed-chat-container"><p class="mt-[10%] mx-7 mb-0 text-base leading-6 text-center" id="embed-text">The webchat will render in the html element of your choice. Render the webchat here, in order to preview other settings.</p><div class="hidden w-full h-full" id="embed-chat"></div></div></div><script>const queryString = window.location.search;
7
+ }</style><script src="../audio-client.min.js?2540ee89722bdd52f7d1"></script></head><body><div class="flex flex-row flex-wrap justify-between p-[10%] pb-0 mobile:flex-col mobile:items-center mobile:p-0 mobile:pt-[75px]"><div class="w-[510px] mb-9 mobile:flex mobile:flex-col mobile:items-center mobile:w-auto mobile:min-w-0"><p class="mt-0 mb-6 text-[42px] leading-[51px] font-bold mobile:text-center mobile:text-[28px] mobile:leading-[34px]"><span class="colored text-preview-muted">Preview</span> and <span class="colored text-preview-muted">Test</span><br/>your Webchat</p><p class="mb-9 text-2xl leading-[30px] font-normal mobile:text-center mobile:text-base mobile:leading-5 mobile:w-[280px]">Moveo.ai can help you build engaging conversational applications powered by Artificial Intelligence.</p><div class="flex flex-row justify-start"><button class="action_button hidden cursor-pointer" id="open-chat-button">Open Webchat</button> <button class="action_button hidden mobile:hidden cursor-pointer" id="close-chat-button">Close Webchat</button> <button class="action_button hidden cursor-pointer" id="render-chat-button">Render Webchat</button></div></div><div class="hidden box-border flex-initial w-[512px] h-[562px] min-w-[300px] mb-16 rounded-lg border-2 border-brand-background bg-white shadow-[2px_3px_6px_rgb(104_104_104/10%)] mobile:mx-[10%] mobile:w-4/5" id="embed-chat-container"><p class="mt-[10%] mx-7 mb-0 text-base leading-6 text-center" id="embed-text">The webchat will render in the html element of your choice. Render the webchat here, in order to preview other settings.</p><div class="hidden w-full h-full" id="embed-chat"></div></div></div><script>const queryString = window.location.search;
8
8
  const urlParams = new URLSearchParams(queryString);
9
9
 
10
10
  // Find web-client.min.js directly
11
- const webpackFiles = `../iframe.min.js?51d050ac1f08ec628653,../web-client.min.js?51d050ac1f08ec628653,../preview.css.min.js?51d050ac1f08ec628653,../audio-client.min.js?51d050ac1f08ec628653,../webrtc-client.min.js?51d050ac1f08ec628653,../telnyx-client.min.js?51d050ac1f08ec628653`.split(',');
11
+ const webpackFiles = `../iframe.min.js?2540ee89722bdd52f7d1,../web-client.min.js?2540ee89722bdd52f7d1,../preview.css.min.js?2540ee89722bdd52f7d1,../audio-client.min.js?2540ee89722bdd52f7d1,../webrtc-client.min.js?2540ee89722bdd52f7d1,../telnyx-client.min.js?2540ee89722bdd52f7d1`.split(',');
12
12
  const webClientFile = webpackFiles.find(file => file.includes('web-client.min.js'));
13
13
  const previewCssFile = webpackFiles.find(file => file.includes('preview.css.min.js'));
14
14
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.112.0
3
+ * @moveo-ai/web-client v0.113.0
4
4
  * Copyright (c) Moveo.ai (TM)
5
5
  *
6
6
  */