@memori.ai/memori-react 7.11.1 → 7.11.2

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.
@@ -56,10 +56,5 @@ exports[`renders WEBSITE_ASSISTANT layout unchanged 1`] = `
56
56
  style="display: none;"
57
57
  />
58
58
  </div>
59
- <script
60
- async=""
61
- id="MathJax-script"
62
- src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
63
- />
64
59
  </div>
65
60
  `;
@@ -439,10 +439,5 @@ exports[`renders ZOOMED_FULL_BODY layout unchanged 1`] = `
439
439
  style="display: none;"
440
440
  />
441
441
  </div>
442
- <script
443
- async=""
444
- id="MathJax-script"
445
- src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
446
- />
447
442
  </div>
448
443
  `;
@@ -34,19 +34,7 @@ Anonymous.args = {
34
34
  baseURL: 'https://www.aisuru.com',
35
35
  uiLang: 'IT',
36
36
  spokenLang: 'IT',
37
- layout: 'ZOOMED_FULL_BODY',
38
- showInstruct: 'false',
39
- showSettings: 'true',
40
- showClear: 'false',
41
- showAIicon: 'true',
42
- showWhyThisAnswer: 'true',
43
- showTypingText: 'false',
44
- showOnlyLastMessages: 'false',
45
- showTranslationOriginal: 'false',
46
- showCopyButton: 'false',
47
- showShare: 'true',
48
- showLogin: 'false',
49
- enableAudio: 'true',
37
+ enableAudio: true,
50
38
  };
51
39
 
52
40
  export const WithPreviousSession = Template.bind({});
@@ -60,19 +48,6 @@ WithPreviousSession.args = {
60
48
  sessionID: '1234567890',
61
49
  uiLang: 'IT',
62
50
  spokenLang: 'IT',
63
- layout: 'ZOOMED_FULL_BODY',
64
- showInstruct: 'false',
65
- showSettings: 'true',
66
- showClear: 'false',
67
- showAIicon: 'true',
68
- showWhyThisAnswer: 'true',
69
- showTypingText: 'false',
70
- showOnlyLastMessages: 'false',
71
- showTranslationOriginal: 'false',
72
- showCopyButton: 'false',
73
- showShare: 'true',
74
- showLogin: 'false',
75
- enableAudio: 'true',
76
51
  };
77
52
 
78
53
  export const Nunzio = Template.bind({});
package/src/index.tsx CHANGED
@@ -225,10 +225,6 @@ const Memori: React.FC<Props> = ({
225
225
  }
226
226
  }, [uiLang]);
227
227
 
228
- useEffect(() => {
229
- installMathJax();
230
- }, []);
231
-
232
228
  return (
233
229
  <I18nWrapper>
234
230
  <VisemeProvider>