@memori.ai/memori-react 6.6.2 → 6.7.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/CHANGELOG.md +25 -0
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +3 -2
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.js +4 -4
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.js.map +1 -1
- package/dist/components/MediaWidget/MediaItemWidget.css +2 -1
- package/dist/components/MemoriWidget/MemoriWidget.d.ts +4 -1
- package/dist/components/MemoriWidget/MemoriWidget.js +40 -1
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/StartPanel/StartPanel.css +1 -1
- package/dist/components/StartPanel/StartPanel.d.ts +1 -0
- package/dist/components/StartPanel/StartPanel.js +3 -3
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/helpers/credits.d.ts +10 -0
- package/dist/helpers/credits.js +26 -0
- package/dist/helpers/credits.js.map +1 -0
- package/dist/helpers/error.js +1 -0
- package/dist/helpers/error.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en.json +2 -0
- package/dist/locales/it.json +2 -0
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +3 -2
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.js +4 -4
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.js.map +1 -1
- package/esm/components/MediaWidget/MediaItemWidget.css +2 -1
- package/esm/components/MemoriWidget/MemoriWidget.d.ts +4 -1
- package/esm/components/MemoriWidget/MemoriWidget.js +40 -1
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/StartPanel/StartPanel.css +1 -1
- package/esm/components/StartPanel/StartPanel.d.ts +1 -0
- package/esm/components/StartPanel/StartPanel.js +3 -3
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/helpers/credits.d.ts +10 -0
- package/esm/helpers/credits.js +22 -0
- package/esm/helpers/credits.js.map +1 -0
- package/esm/helpers/error.js +1 -0
- package/esm/helpers/error.js.map +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/locales/en.json +2 -0
- package/esm/locales/it.json +2 -0
- package/package.json +2 -2
- package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +2 -2
- package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.stories.tsx +6 -0
- package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.test.tsx +9 -0
- package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.tsx +31 -25
- package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +38 -0
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +44 -44
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +6 -6
- package/src/components/MediaWidget/LinkItemWidget.stories.tsx +2 -8
- package/src/components/MediaWidget/MediaItemWidget.css +2 -1
- package/src/components/MediaWidget/MediaWidget.stories.tsx +2 -8
- package/src/components/MemoriWidget/MemoriWidget.tsx +48 -0
- package/src/components/PoweredBy/PoweredBy.stories.tsx +14 -0
- package/src/components/StartPanel/StartPanel.css +1 -1
- package/src/components/StartPanel/StartPanel.tsx +7 -2
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +22 -22
- package/src/components/layouts/Chat.test.tsx +1 -0
- package/src/components/layouts/FullPage.test.tsx +1 -0
- package/src/components/layouts/Totem.test.tsx +1 -0
- package/src/components/layouts/WebsiteAssistant.test.tsx +1 -0
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +2 -2
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +2 -2
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +2 -2
- package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +1 -1
- package/src/components/ui/definitions.stories.tsx +1 -1
- package/src/helpers/credits.ts +39 -0
- package/src/helpers/error.ts +1 -0
- package/src/index.stories.tsx +14 -0
- package/src/index.tsx +3 -0
- package/src/locales/en.json +2 -0
- package/src/locales/it.json +2 -0
- package/src/mocks/data.ts +3 -3
package/esm/locales/en.json
CHANGED
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"deepThoughtDisclaimer": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together.",
|
|
64
64
|
"deepThoughtPreDisclaimerUnlogged": "Log in to enable Deep Thought.",
|
|
65
65
|
"deepThoughtPreDisclaimerNotAllowed": "Deep Thought is disabled since you didn't consent its usage, you can change this any time in your account settings.",
|
|
66
|
+
"notEnoughCredits": "The author of this Twin does not have enough credits to answer your question.",
|
|
66
67
|
"knownFacts": {
|
|
67
68
|
"title": "Known facts",
|
|
68
69
|
"description": "Details of the information shared between you and {{memoriName}}",
|
|
@@ -267,6 +268,7 @@
|
|
|
267
268
|
"USER_CANT_ENABLE_DCM_INTEGRATION": "User: not enabled to manage DCM integration",
|
|
268
269
|
"USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "User: not allowed to manage chaining or expert group",
|
|
269
270
|
"MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "The expert group requires completions to be enabled",
|
|
271
|
+
"BILLING_DENIED_PERMISSION_TO_CREATE_MEMORI": "You don't have enough credits to create a Twin",
|
|
270
272
|
"MEMORI_NOT_FOUND": "Memori not found",
|
|
271
273
|
"MEMORI_NOT_ACCESSIBLE": "Memori not accessible",
|
|
272
274
|
"MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Only owner can change tag or pin",
|
package/esm/locales/it.json
CHANGED
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"deepThoughtDisclaimer": "Pensiero Profondo è una funzionalità avanzata delle AI che ti consentirà di poter sfruttare a pieno le tue conversazioni mantenendo memoria delle stesse. Le AI con Pensiero Profondo possono darti informazioni adattandosi a te e alle cose che condividerete insieme.",
|
|
64
64
|
"deepThoughtPreDisclaimerUnlogged": "Accedi per abilitare Pensiero Profondo.",
|
|
65
65
|
"deepThoughtPreDisclaimerNotAllowed": "Pensiero Profondo è disabilitato poiché non hai acconsentito al suo utilizzo, puoi cambiare la tua scelta in qualsiasi momento nelle impostazioni del tuo account.",
|
|
66
|
+
"notEnoughCredits": "L'autore di questo Twin non ha abbastanza crediti per rispondere alla tua domanda.",
|
|
66
67
|
"knownFacts": {
|
|
67
68
|
"title": "Fatti noti",
|
|
68
69
|
"description": "Dettagli delle informazioni condivise tra te e {{memoriName}}",
|
|
@@ -266,6 +267,7 @@
|
|
|
266
267
|
"USER_CANT_ENABLE_DCM_INTEGRATION": "Utente: non abilitato a gestire l'integrazione con DCM",
|
|
267
268
|
"USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "Utente: non abilitato a gestire la concatenazione o il gruppo di esperti",
|
|
268
269
|
"MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "Il gruppo di esperti richiede l'abilitazione delle completions",
|
|
270
|
+
"BILLING_DENIED_PERMISSION_TO_CREATE_MEMORI": "Non hai crediti sufficienti per creare un Twin",
|
|
269
271
|
"MEMORI_NOT_FOUND": "Memori non trovato",
|
|
270
272
|
"MEMORI_NOT_ACCESSIBLE": "Memori non accessibile",
|
|
271
273
|
"MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Solo il proprietario può cambiare il tag e il pin",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.
|
|
2
|
+
"version": "6.7.1",
|
|
3
3
|
"name": "@memori.ai/memori-react",
|
|
4
4
|
"author": "Memori Srl",
|
|
5
5
|
"main": "dist/index.js",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
},
|
|
293
293
|
"dependencies": {
|
|
294
294
|
"@headlessui/react": "1.7.4",
|
|
295
|
-
"@memori.ai/memori-api-client": "^4.2.
|
|
295
|
+
"@memori.ai/memori-api-client": "^4.2.2",
|
|
296
296
|
"@react-three/drei": "8.20.2",
|
|
297
297
|
"@react-three/fiber": "7.0.25",
|
|
298
298
|
"classnames": "2.3.2",
|
|
@@ -12,7 +12,7 @@ exports[`renders Avatar with blob and avatar in blob unchanged 1`] = `
|
|
|
12
12
|
<img
|
|
13
13
|
alt=""
|
|
14
14
|
role="presentation"
|
|
15
|
-
src="https://aisuru.com/images/
|
|
15
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
16
16
|
/>
|
|
17
17
|
</figure>
|
|
18
18
|
<div
|
|
@@ -49,7 +49,7 @@ exports[`renders Avatar with custom glb model unchanged 1`] = `
|
|
|
49
49
|
camera-controls="true"
|
|
50
50
|
disable-zoom="true"
|
|
51
51
|
ios-src=""
|
|
52
|
-
poster="https://aisuru.com/images/
|
|
52
|
+
poster="https://aisuru.com/images/aisuru/square_logo.png"
|
|
53
53
|
shadow-intensity="1"
|
|
54
54
|
src="https://assets.memori.ai/api/v2/asset/7383f05a-0788-49b0-b9b9-3bfc402c7ddf.glb#1669136149862"
|
|
55
55
|
/>
|
|
@@ -22,6 +22,7 @@ it('renders BlockedMemoriBadge with giver info unchanged', () => {
|
|
|
22
22
|
);
|
|
23
23
|
expect(container).toMatchSnapshot();
|
|
24
24
|
});
|
|
25
|
+
|
|
25
26
|
it('renders BlockedMemoriBadge with title unchanged', () => {
|
|
26
27
|
const { container } = render(
|
|
27
28
|
<BlockedMemoriBadge
|
|
@@ -32,6 +33,7 @@ it('renders BlockedMemoriBadge with title unchanged', () => {
|
|
|
32
33
|
);
|
|
33
34
|
expect(container).toMatchSnapshot();
|
|
34
35
|
});
|
|
36
|
+
|
|
35
37
|
it('renders BlockedMemoriBadge with margin left unchanged', () => {
|
|
36
38
|
const { container } = render(
|
|
37
39
|
<BlockedMemoriBadge
|
|
@@ -42,3 +44,10 @@ it('renders BlockedMemoriBadge with margin left unchanged', () => {
|
|
|
42
44
|
);
|
|
43
45
|
expect(container).toMatchSnapshot();
|
|
44
46
|
});
|
|
47
|
+
|
|
48
|
+
it('renders BlockedMemoriBadge for not enough credits unchanged', () => {
|
|
49
|
+
const { container } = render(
|
|
50
|
+
<BlockedMemoriBadge memoriName="John Doe" notEnoughCredits />
|
|
51
|
+
);
|
|
52
|
+
expect(container).toMatchSnapshot();
|
|
53
|
+
});
|
|
@@ -5,7 +5,8 @@ import { useTranslation } from 'react-i18next';
|
|
|
5
5
|
|
|
6
6
|
export interface Props {
|
|
7
7
|
memoriName: string;
|
|
8
|
-
blockedUntil
|
|
8
|
+
blockedUntil?: string;
|
|
9
|
+
notEnoughCredits?: boolean;
|
|
9
10
|
showGiverInfo?: boolean;
|
|
10
11
|
showTitle?: boolean;
|
|
11
12
|
marginLeft?: boolean;
|
|
@@ -14,39 +15,44 @@ export interface Props {
|
|
|
14
15
|
const BlockedMemoriBadge = ({
|
|
15
16
|
memoriName,
|
|
16
17
|
blockedUntil,
|
|
18
|
+
notEnoughCredits = false,
|
|
17
19
|
showGiverInfo = false,
|
|
18
20
|
showTitle = false,
|
|
19
21
|
marginLeft = false,
|
|
20
22
|
}: Props) => {
|
|
21
23
|
const { t } = useTranslation();
|
|
22
|
-
const blockedUntilDate = new Date(blockedUntil);
|
|
24
|
+
const blockedUntilDate = new Date(blockedUntil || Date.now());
|
|
23
25
|
|
|
24
|
-
return blockedUntilDate > new Date() ? (
|
|
26
|
+
return notEnoughCredits || blockedUntilDate > new Date(Date.now()) ? (
|
|
25
27
|
<Tooltip
|
|
26
28
|
className="blocked-memori-badge--tooltip"
|
|
27
29
|
content={
|
|
28
|
-
|
|
29
|
-
{
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
30
|
+
notEnoughCredits ? (
|
|
31
|
+
<>{t('notEnoughCredits')}</>
|
|
32
|
+
) : (
|
|
33
|
+
<>
|
|
34
|
+
{!showGiverInfo &&
|
|
35
|
+
t('memoriBlockedAnon', {
|
|
36
|
+
name: memoriName,
|
|
37
|
+
date: new Intl.DateTimeFormat('it', {
|
|
38
|
+
day: 'numeric',
|
|
39
|
+
month: 'long',
|
|
40
|
+
year: 'numeric',
|
|
41
|
+
}).format(blockedUntilDate),
|
|
42
|
+
})}
|
|
43
|
+
{showGiverInfo &&
|
|
44
|
+
t('memoriBlockedUntil', {
|
|
45
|
+
date: new Intl.DateTimeFormat('it', {
|
|
46
|
+
day: 'numeric',
|
|
47
|
+
month: 'long',
|
|
48
|
+
year: 'numeric',
|
|
49
|
+
}).format(blockedUntilDate),
|
|
50
|
+
})}
|
|
51
|
+
{showGiverInfo && ` ${t('memoriBlockedReasonExceedChats')}`}
|
|
52
|
+
{showGiverInfo && <br />}
|
|
53
|
+
{showGiverInfo && `\n${t('memoriBlockedGiverHelper')}`}
|
|
54
|
+
</>
|
|
55
|
+
)
|
|
50
56
|
}
|
|
51
57
|
>
|
|
52
58
|
<div className="blocked-memori-badge--wrapper">
|
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`renders BlockedMemoriBadge for not enough credits unchanged 1`] = `
|
|
4
|
+
<div>
|
|
5
|
+
<div
|
|
6
|
+
class="memori-tooltip memori-tooltip--align-right blocked-memori-badge--tooltip"
|
|
7
|
+
>
|
|
8
|
+
<div
|
|
9
|
+
class="memori-tooltip--content"
|
|
10
|
+
>
|
|
11
|
+
notEnoughCredits
|
|
12
|
+
</div>
|
|
13
|
+
<div
|
|
14
|
+
class="memori-tooltip--trigger"
|
|
15
|
+
>
|
|
16
|
+
<div
|
|
17
|
+
class="blocked-memori-badge--wrapper"
|
|
18
|
+
>
|
|
19
|
+
<div
|
|
20
|
+
class="blocked-memori-badge "
|
|
21
|
+
>
|
|
22
|
+
<svg
|
|
23
|
+
aria-hidden="true"
|
|
24
|
+
class="blocked-memori-badge--icon"
|
|
25
|
+
focusable="false"
|
|
26
|
+
role="img"
|
|
27
|
+
viewBox="0 0 1024 1024"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
>
|
|
30
|
+
<path
|
|
31
|
+
d="M464 720a48 48 0 1096 0 48 48 0 10-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
`;
|
|
40
|
+
|
|
3
41
|
exports[`renders BlockedMemoriBadge unchanged 1`] = `
|
|
4
42
|
<div>
|
|
5
43
|
<div
|
|
@@ -29,7 +29,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
29
29
|
<img
|
|
30
30
|
alt="Memori"
|
|
31
31
|
class="memori-chat--bubble-avatar-img"
|
|
32
|
-
src="https://aisuru.com/images/
|
|
32
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
33
33
|
/>
|
|
34
34
|
</picture>
|
|
35
35
|
<div
|
|
@@ -90,7 +90,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
90
90
|
<img
|
|
91
91
|
alt="Memori"
|
|
92
92
|
class="memori-chat--bubble-avatar-img"
|
|
93
|
-
src="https://aisuru.com/images/
|
|
93
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
94
94
|
/>
|
|
95
95
|
</picture>
|
|
96
96
|
<div
|
|
@@ -151,7 +151,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
151
151
|
<img
|
|
152
152
|
alt="Memori"
|
|
153
153
|
class="memori-chat--bubble-avatar-img"
|
|
154
|
-
src="https://aisuru.com/images/
|
|
154
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
155
155
|
/>
|
|
156
156
|
</picture>
|
|
157
157
|
<div
|
|
@@ -303,7 +303,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
303
303
|
<img
|
|
304
304
|
alt="Memori"
|
|
305
305
|
class="memori-chat--bubble-avatar-img"
|
|
306
|
-
src="https://aisuru.com/images/
|
|
306
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
307
307
|
/>
|
|
308
308
|
</picture>
|
|
309
309
|
<div
|
|
@@ -460,7 +460,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
460
460
|
<img
|
|
461
461
|
alt="Memori"
|
|
462
462
|
class="memori-chat--bubble-avatar-img"
|
|
463
|
-
src="https://aisuru.com/images/
|
|
463
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
464
464
|
/>
|
|
465
465
|
</picture>
|
|
466
466
|
<div
|
|
@@ -521,7 +521,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
521
521
|
<img
|
|
522
522
|
alt="Memori"
|
|
523
523
|
class="memori-chat--bubble-avatar-img"
|
|
524
|
-
src="https://aisuru.com/images/
|
|
524
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
525
525
|
/>
|
|
526
526
|
</picture>
|
|
527
527
|
<div
|
|
@@ -582,7 +582,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
582
582
|
<img
|
|
583
583
|
alt="Memori"
|
|
584
584
|
class="memori-chat--bubble-avatar-img"
|
|
585
|
-
src="https://aisuru.com/images/
|
|
585
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
586
586
|
/>
|
|
587
587
|
</picture>
|
|
588
588
|
<div
|
|
@@ -734,7 +734,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
734
734
|
<img
|
|
735
735
|
alt="Memori"
|
|
736
736
|
class="memori-chat--bubble-avatar-img"
|
|
737
|
-
src="https://aisuru.com/images/
|
|
737
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
738
738
|
/>
|
|
739
739
|
</picture>
|
|
740
740
|
<div
|
|
@@ -924,7 +924,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
924
924
|
<img
|
|
925
925
|
alt="Memori"
|
|
926
926
|
class="memori-chat--bubble-avatar-img"
|
|
927
|
-
src="https://aisuru.com/images/
|
|
927
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
928
928
|
/>
|
|
929
929
|
</picture>
|
|
930
930
|
<div
|
|
@@ -985,7 +985,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
985
985
|
<img
|
|
986
986
|
alt="Memori"
|
|
987
987
|
class="memori-chat--bubble-avatar-img"
|
|
988
|
-
src="https://aisuru.com/images/
|
|
988
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
989
989
|
/>
|
|
990
990
|
</picture>
|
|
991
991
|
<div
|
|
@@ -1046,7 +1046,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1046
1046
|
<img
|
|
1047
1047
|
alt="Memori"
|
|
1048
1048
|
class="memori-chat--bubble-avatar-img"
|
|
1049
|
-
src="https://aisuru.com/images/
|
|
1049
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1050
1050
|
/>
|
|
1051
1051
|
</picture>
|
|
1052
1052
|
<div
|
|
@@ -1183,7 +1183,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1183
1183
|
<img
|
|
1184
1184
|
alt="Memori"
|
|
1185
1185
|
class="memori-chat--bubble-avatar-img"
|
|
1186
|
-
src="https://aisuru.com/images/
|
|
1186
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1187
1187
|
/>
|
|
1188
1188
|
</picture>
|
|
1189
1189
|
<div
|
|
@@ -1324,7 +1324,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1324
1324
|
<img
|
|
1325
1325
|
alt="Memori"
|
|
1326
1326
|
class="memori-chat--bubble-avatar-img"
|
|
1327
|
-
src="https://aisuru.com/images/
|
|
1327
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1328
1328
|
/>
|
|
1329
1329
|
</picture>
|
|
1330
1330
|
<div
|
|
@@ -1385,7 +1385,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1385
1385
|
<img
|
|
1386
1386
|
alt="Memori"
|
|
1387
1387
|
class="memori-chat--bubble-avatar-img"
|
|
1388
|
-
src="https://aisuru.com/images/
|
|
1388
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1389
1389
|
/>
|
|
1390
1390
|
</picture>
|
|
1391
1391
|
<div
|
|
@@ -1446,7 +1446,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1446
1446
|
<img
|
|
1447
1447
|
alt="Memori"
|
|
1448
1448
|
class="memori-chat--bubble-avatar-img"
|
|
1449
|
-
src="https://aisuru.com/images/
|
|
1449
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1450
1450
|
/>
|
|
1451
1451
|
</picture>
|
|
1452
1452
|
<div
|
|
@@ -1598,7 +1598,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1598
1598
|
<img
|
|
1599
1599
|
alt="Memori"
|
|
1600
1600
|
class="memori-chat--bubble-avatar-img"
|
|
1601
|
-
src="https://aisuru.com/images/
|
|
1601
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1602
1602
|
/>
|
|
1603
1603
|
</picture>
|
|
1604
1604
|
<div
|
|
@@ -1754,7 +1754,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1754
1754
|
<img
|
|
1755
1755
|
alt="Memori"
|
|
1756
1756
|
class="memori-chat--bubble-avatar-img"
|
|
1757
|
-
src="https://aisuru.com/images/
|
|
1757
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1758
1758
|
/>
|
|
1759
1759
|
</picture>
|
|
1760
1760
|
<div
|
|
@@ -1807,7 +1807,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1807
1807
|
<img
|
|
1808
1808
|
alt="Memori"
|
|
1809
1809
|
class="memori-chat--bubble-avatar-img"
|
|
1810
|
-
src="https://aisuru.com/images/
|
|
1810
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1811
1811
|
/>
|
|
1812
1812
|
</picture>
|
|
1813
1813
|
<div
|
|
@@ -1860,7 +1860,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1860
1860
|
<img
|
|
1861
1861
|
alt="Memori"
|
|
1862
1862
|
class="memori-chat--bubble-avatar-img"
|
|
1863
|
-
src="https://aisuru.com/images/
|
|
1863
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1864
1864
|
/>
|
|
1865
1865
|
</picture>
|
|
1866
1866
|
<div
|
|
@@ -1989,7 +1989,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1989
1989
|
<img
|
|
1990
1990
|
alt="Memori"
|
|
1991
1991
|
class="memori-chat--bubble-avatar-img"
|
|
1992
|
-
src="https://aisuru.com/images/
|
|
1992
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
1993
1993
|
/>
|
|
1994
1994
|
</picture>
|
|
1995
1995
|
<div
|
|
@@ -2130,7 +2130,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2130
2130
|
<img
|
|
2131
2131
|
alt="Memori"
|
|
2132
2132
|
class="memori-chat--bubble-avatar-img"
|
|
2133
|
-
src="https://aisuru.com/images/
|
|
2133
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2134
2134
|
/>
|
|
2135
2135
|
</picture>
|
|
2136
2136
|
<div
|
|
@@ -2185,7 +2185,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2185
2185
|
<img
|
|
2186
2186
|
alt="Memori"
|
|
2187
2187
|
class="memori-chat--bubble-avatar-img"
|
|
2188
|
-
src="https://aisuru.com/images/
|
|
2188
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2189
2189
|
/>
|
|
2190
2190
|
</picture>
|
|
2191
2191
|
<div
|
|
@@ -2240,7 +2240,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2240
2240
|
<img
|
|
2241
2241
|
alt="Memori"
|
|
2242
2242
|
class="memori-chat--bubble-avatar-img"
|
|
2243
|
-
src="https://aisuru.com/images/
|
|
2243
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2244
2244
|
/>
|
|
2245
2245
|
</picture>
|
|
2246
2246
|
<div
|
|
@@ -2371,7 +2371,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2371
2371
|
<img
|
|
2372
2372
|
alt="Memori"
|
|
2373
2373
|
class="memori-chat--bubble-avatar-img"
|
|
2374
|
-
src="https://aisuru.com/images/
|
|
2374
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2375
2375
|
/>
|
|
2376
2376
|
</picture>
|
|
2377
2377
|
<div
|
|
@@ -2512,7 +2512,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2512
2512
|
<img
|
|
2513
2513
|
alt="Memori"
|
|
2514
2514
|
class="memori-chat--bubble-avatar-img"
|
|
2515
|
-
src="https://aisuru.com/images/
|
|
2515
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2516
2516
|
/>
|
|
2517
2517
|
</picture>
|
|
2518
2518
|
<div
|
|
@@ -2583,7 +2583,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2583
2583
|
<img
|
|
2584
2584
|
alt="Memori"
|
|
2585
2585
|
class="memori-chat--bubble-avatar-img"
|
|
2586
|
-
src="https://aisuru.com/images/
|
|
2586
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2587
2587
|
/>
|
|
2588
2588
|
</picture>
|
|
2589
2589
|
<div
|
|
@@ -2654,7 +2654,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2654
2654
|
<img
|
|
2655
2655
|
alt="Memori"
|
|
2656
2656
|
class="memori-chat--bubble-avatar-img"
|
|
2657
|
-
src="https://aisuru.com/images/
|
|
2657
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2658
2658
|
/>
|
|
2659
2659
|
</picture>
|
|
2660
2660
|
<div
|
|
@@ -2801,7 +2801,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2801
2801
|
<img
|
|
2802
2802
|
alt="Memori"
|
|
2803
2803
|
class="memori-chat--bubble-avatar-img"
|
|
2804
|
-
src="https://aisuru.com/images/
|
|
2804
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2805
2805
|
/>
|
|
2806
2806
|
</picture>
|
|
2807
2807
|
<div
|
|
@@ -2947,7 +2947,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2947
2947
|
<img
|
|
2948
2948
|
alt="Memori"
|
|
2949
2949
|
class="memori-chat--bubble-avatar-img"
|
|
2950
|
-
src="https://aisuru.com/images/
|
|
2950
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
2951
2951
|
/>
|
|
2952
2952
|
</picture>
|
|
2953
2953
|
<div
|
|
@@ -3008,7 +3008,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3008
3008
|
<img
|
|
3009
3009
|
alt="Memori"
|
|
3010
3010
|
class="memori-chat--bubble-avatar-img"
|
|
3011
|
-
src="https://aisuru.com/images/
|
|
3011
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3012
3012
|
/>
|
|
3013
3013
|
</picture>
|
|
3014
3014
|
<div
|
|
@@ -3069,7 +3069,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3069
3069
|
<img
|
|
3070
3070
|
alt="Memori"
|
|
3071
3071
|
class="memori-chat--bubble-avatar-img"
|
|
3072
|
-
src="https://aisuru.com/images/
|
|
3072
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3073
3073
|
/>
|
|
3074
3074
|
</picture>
|
|
3075
3075
|
<div
|
|
@@ -3206,7 +3206,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3206
3206
|
<img
|
|
3207
3207
|
alt="Memori"
|
|
3208
3208
|
class="memori-chat--bubble-avatar-img"
|
|
3209
|
-
src="https://aisuru.com/images/
|
|
3209
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3210
3210
|
/>
|
|
3211
3211
|
</picture>
|
|
3212
3212
|
<div
|
|
@@ -3373,7 +3373,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3373
3373
|
<img
|
|
3374
3374
|
alt="Memori"
|
|
3375
3375
|
class="memori-chat--bubble-avatar-img"
|
|
3376
|
-
src="https://aisuru.com/images/
|
|
3376
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3377
3377
|
/>
|
|
3378
3378
|
</picture>
|
|
3379
3379
|
<div
|
|
@@ -3434,7 +3434,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3434
3434
|
<img
|
|
3435
3435
|
alt="Memori"
|
|
3436
3436
|
class="memori-chat--bubble-avatar-img"
|
|
3437
|
-
src="https://aisuru.com/images/
|
|
3437
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3438
3438
|
/>
|
|
3439
3439
|
</picture>
|
|
3440
3440
|
<div
|
|
@@ -3495,7 +3495,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3495
3495
|
<img
|
|
3496
3496
|
alt="Memori"
|
|
3497
3497
|
class="memori-chat--bubble-avatar-img"
|
|
3498
|
-
src="https://aisuru.com/images/
|
|
3498
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
3499
3499
|
/>
|
|
3500
3500
|
</picture>
|
|
3501
3501
|
<div
|
|
@@ -4033,7 +4033,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4033
4033
|
<img
|
|
4034
4034
|
alt="Memori"
|
|
4035
4035
|
class="memori-chat--bubble-avatar-img"
|
|
4036
|
-
src="https://aisuru.com/images/
|
|
4036
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4037
4037
|
/>
|
|
4038
4038
|
</picture>
|
|
4039
4039
|
<div
|
|
@@ -4174,7 +4174,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4174
4174
|
<img
|
|
4175
4175
|
alt="Memori"
|
|
4176
4176
|
class="memori-chat--bubble-avatar-img"
|
|
4177
|
-
src="https://aisuru.com/images/
|
|
4177
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4178
4178
|
/>
|
|
4179
4179
|
</picture>
|
|
4180
4180
|
<div
|
|
@@ -4235,7 +4235,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4235
4235
|
<img
|
|
4236
4236
|
alt="Memori"
|
|
4237
4237
|
class="memori-chat--bubble-avatar-img"
|
|
4238
|
-
src="https://aisuru.com/images/
|
|
4238
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4239
4239
|
/>
|
|
4240
4240
|
</picture>
|
|
4241
4241
|
<div
|
|
@@ -4296,7 +4296,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4296
4296
|
<img
|
|
4297
4297
|
alt="Memori"
|
|
4298
4298
|
class="memori-chat--bubble-avatar-img"
|
|
4299
|
-
src="https://aisuru.com/images/
|
|
4299
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4300
4300
|
/>
|
|
4301
4301
|
</picture>
|
|
4302
4302
|
<div
|
|
@@ -4433,7 +4433,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4433
4433
|
<img
|
|
4434
4434
|
alt="Memori"
|
|
4435
4435
|
class="memori-chat--bubble-avatar-img"
|
|
4436
|
-
src="https://aisuru.com/images/
|
|
4436
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4437
4437
|
/>
|
|
4438
4438
|
</picture>
|
|
4439
4439
|
<div
|
|
@@ -4595,7 +4595,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4595
4595
|
<img
|
|
4596
4596
|
alt="Memori"
|
|
4597
4597
|
class="memori-chat--bubble-avatar-img"
|
|
4598
|
-
src="https://aisuru.com/images/
|
|
4598
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4599
4599
|
/>
|
|
4600
4600
|
</picture>
|
|
4601
4601
|
<div
|
|
@@ -4650,7 +4650,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4650
4650
|
<img
|
|
4651
4651
|
alt="Memori"
|
|
4652
4652
|
class="memori-chat--bubble-avatar-img"
|
|
4653
|
-
src="https://aisuru.com/images/
|
|
4653
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4654
4654
|
/>
|
|
4655
4655
|
</picture>
|
|
4656
4656
|
<div
|
|
@@ -4705,7 +4705,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4705
4705
|
<img
|
|
4706
4706
|
alt="Memori"
|
|
4707
4707
|
class="memori-chat--bubble-avatar-img"
|
|
4708
|
-
src="https://aisuru.com/images/
|
|
4708
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4709
4709
|
/>
|
|
4710
4710
|
</picture>
|
|
4711
4711
|
<div
|
|
@@ -4836,7 +4836,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4836
4836
|
<img
|
|
4837
4837
|
alt="Memori"
|
|
4838
4838
|
class="memori-chat--bubble-avatar-img"
|
|
4839
|
-
src="https://aisuru.com/images/
|
|
4839
|
+
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
4840
4840
|
/>
|
|
4841
4841
|
</picture>
|
|
4842
4842
|
<div
|