@memori.ai/memori-react 6.7.2 → 6.8.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.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/dist/I18nWrapper.js +1 -1
- package/dist/components/ChatBubble/ChatBubble.js +15 -12
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/MemoriWidget/MemoriWidget.js +19 -6
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/helpers/constants.js +3 -0
- package/dist/helpers/constants.js.map +1 -1
- package/dist/helpers/utils.d.ts +2 -0
- package/dist/helpers/utils.js +28 -1
- package/dist/helpers/utils.js.map +1 -1
- package/dist/index.js +1 -1
- package/esm/I18nWrapper.js +1 -1
- package/esm/components/ChatBubble/ChatBubble.js +15 -12
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/MemoriWidget/MemoriWidget.js +20 -7
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/helpers/constants.js +3 -0
- package/esm/helpers/constants.js.map +1 -1
- package/esm/helpers/utils.d.ts +2 -0
- package/esm/helpers/utils.js +25 -0
- package/esm/helpers/utils.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +1 -1
- package/src/I18nWrapper.tsx +1 -1
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +110 -99
- package/src/components/ChatBubble/ChatBubble.stories.tsx +13 -0
- package/src/components/ChatBubble/ChatBubble.tsx +28 -20
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +33 -33
- package/src/components/MemoriWidget/MemoriWidget.tsx +27 -7
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +18 -0
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +18 -0
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +18 -0
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +18 -0
- package/src/helpers/constants.ts +3 -0
- package/src/helpers/utils.test.ts +78 -1
- package/src/helpers/utils.ts +40 -0
- package/src/index.tsx +1 -1
|
@@ -37,6 +37,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
37
37
|
>
|
|
38
38
|
<div
|
|
39
39
|
class="memori-chat--bubble-content"
|
|
40
|
+
dir="auto"
|
|
40
41
|
>
|
|
41
42
|
<p>
|
|
42
43
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -55,10 +56,9 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
55
56
|
>
|
|
56
57
|
<div
|
|
57
58
|
class="memori-chat--bubble-content"
|
|
59
|
+
dir="auto"
|
|
58
60
|
>
|
|
59
|
-
|
|
60
|
-
Prova
|
|
61
|
-
</p>
|
|
61
|
+
Prova
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
64
|
<div
|
|
@@ -98,6 +98,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
98
98
|
>
|
|
99
99
|
<div
|
|
100
100
|
class="memori-chat--bubble-content"
|
|
101
|
+
dir="auto"
|
|
101
102
|
>
|
|
102
103
|
<p>
|
|
103
104
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -116,10 +117,9 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
116
117
|
>
|
|
117
118
|
<div
|
|
118
119
|
class="memori-chat--bubble-content"
|
|
120
|
+
dir="auto"
|
|
119
121
|
>
|
|
120
|
-
|
|
121
|
-
Come faccio a fare delle cose con questa cosa?
|
|
122
|
-
</p>
|
|
122
|
+
Come faccio a fare delle cose con questa cosa?
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
|
125
125
|
<div
|
|
@@ -159,6 +159,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
159
159
|
>
|
|
160
160
|
<div
|
|
161
161
|
class="memori-chat--bubble-content"
|
|
162
|
+
dir="auto"
|
|
162
163
|
>
|
|
163
164
|
<p>
|
|
164
165
|
Ecco qui come.
|
|
@@ -268,10 +269,9 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
268
269
|
>
|
|
269
270
|
<div
|
|
270
271
|
class="memori-chat--bubble-content"
|
|
272
|
+
dir="auto"
|
|
271
273
|
>
|
|
272
|
-
|
|
273
|
-
Ah, grazie! Ciao!
|
|
274
|
-
</p>
|
|
274
|
+
Ah, grazie! Ciao!
|
|
275
275
|
</div>
|
|
276
276
|
</div>
|
|
277
277
|
<div
|
|
@@ -311,6 +311,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
311
311
|
>
|
|
312
312
|
<div
|
|
313
313
|
class="memori-chat--bubble-content"
|
|
314
|
+
dir="auto"
|
|
314
315
|
>
|
|
315
316
|
<p>
|
|
316
317
|
Arrivederci.
|
|
@@ -468,6 +469,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
468
469
|
>
|
|
469
470
|
<div
|
|
470
471
|
class="memori-chat--bubble-content"
|
|
472
|
+
dir="auto"
|
|
471
473
|
>
|
|
472
474
|
<p>
|
|
473
475
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -486,10 +488,9 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
486
488
|
>
|
|
487
489
|
<div
|
|
488
490
|
class="memori-chat--bubble-content"
|
|
491
|
+
dir="auto"
|
|
489
492
|
>
|
|
490
|
-
|
|
491
|
-
Prova
|
|
492
|
-
</p>
|
|
493
|
+
Prova
|
|
493
494
|
</div>
|
|
494
495
|
</div>
|
|
495
496
|
<div
|
|
@@ -529,6 +530,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
529
530
|
>
|
|
530
531
|
<div
|
|
531
532
|
class="memori-chat--bubble-content"
|
|
533
|
+
dir="auto"
|
|
532
534
|
>
|
|
533
535
|
<p>
|
|
534
536
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -547,10 +549,9 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
547
549
|
>
|
|
548
550
|
<div
|
|
549
551
|
class="memori-chat--bubble-content"
|
|
552
|
+
dir="auto"
|
|
550
553
|
>
|
|
551
|
-
|
|
552
|
-
Come faccio a fare delle cose con questa cosa?
|
|
553
|
-
</p>
|
|
554
|
+
Come faccio a fare delle cose con questa cosa?
|
|
554
555
|
</div>
|
|
555
556
|
</div>
|
|
556
557
|
<div
|
|
@@ -590,6 +591,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
590
591
|
>
|
|
591
592
|
<div
|
|
592
593
|
class="memori-chat--bubble-content"
|
|
594
|
+
dir="auto"
|
|
593
595
|
>
|
|
594
596
|
<p>
|
|
595
597
|
Ecco qui come.
|
|
@@ -699,10 +701,9 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
699
701
|
>
|
|
700
702
|
<div
|
|
701
703
|
class="memori-chat--bubble-content"
|
|
704
|
+
dir="auto"
|
|
702
705
|
>
|
|
703
|
-
|
|
704
|
-
Ah, grazie! Ciao!
|
|
705
|
-
</p>
|
|
706
|
+
Ah, grazie! Ciao!
|
|
706
707
|
</div>
|
|
707
708
|
</div>
|
|
708
709
|
<div
|
|
@@ -742,6 +743,7 @@ exports[`renders Chat on X3 state unchanged 1`] = `
|
|
|
742
743
|
>
|
|
743
744
|
<div
|
|
744
745
|
class="memori-chat--bubble-content"
|
|
746
|
+
dir="auto"
|
|
745
747
|
>
|
|
746
748
|
<p>
|
|
747
749
|
Arrivederci.
|
|
@@ -932,6 +934,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
932
934
|
>
|
|
933
935
|
<div
|
|
934
936
|
class="memori-chat--bubble-content"
|
|
937
|
+
dir="auto"
|
|
935
938
|
>
|
|
936
939
|
<p>
|
|
937
940
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -950,10 +953,9 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
950
953
|
>
|
|
951
954
|
<div
|
|
952
955
|
class="memori-chat--bubble-content"
|
|
956
|
+
dir="auto"
|
|
953
957
|
>
|
|
954
|
-
|
|
955
|
-
Prova
|
|
956
|
-
</p>
|
|
958
|
+
Prova
|
|
957
959
|
</div>
|
|
958
960
|
</div>
|
|
959
961
|
<div
|
|
@@ -993,6 +995,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
993
995
|
>
|
|
994
996
|
<div
|
|
995
997
|
class="memori-chat--bubble-content"
|
|
998
|
+
dir="auto"
|
|
996
999
|
>
|
|
997
1000
|
<p>
|
|
998
1001
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -1011,10 +1014,9 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1011
1014
|
>
|
|
1012
1015
|
<div
|
|
1013
1016
|
class="memori-chat--bubble-content"
|
|
1017
|
+
dir="auto"
|
|
1014
1018
|
>
|
|
1015
|
-
|
|
1016
|
-
Come faccio a fare delle cose con questa cosa?
|
|
1017
|
-
</p>
|
|
1019
|
+
Come faccio a fare delle cose con questa cosa?
|
|
1018
1020
|
</div>
|
|
1019
1021
|
</div>
|
|
1020
1022
|
<div
|
|
@@ -1054,6 +1056,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1054
1056
|
>
|
|
1055
1057
|
<div
|
|
1056
1058
|
class="memori-chat--bubble-content"
|
|
1059
|
+
dir="auto"
|
|
1057
1060
|
>
|
|
1058
1061
|
<p>
|
|
1059
1062
|
Ecco qui come.
|
|
@@ -1148,10 +1151,9 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1148
1151
|
>
|
|
1149
1152
|
<div
|
|
1150
1153
|
class="memori-chat--bubble-content"
|
|
1154
|
+
dir="auto"
|
|
1151
1155
|
>
|
|
1152
|
-
|
|
1153
|
-
Ah, grazie! Ciao!
|
|
1154
|
-
</p>
|
|
1156
|
+
Ah, grazie! Ciao!
|
|
1155
1157
|
</div>
|
|
1156
1158
|
</div>
|
|
1157
1159
|
<div
|
|
@@ -1191,6 +1193,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1191
1193
|
>
|
|
1192
1194
|
<div
|
|
1193
1195
|
class="memori-chat--bubble-content"
|
|
1196
|
+
dir="auto"
|
|
1194
1197
|
>
|
|
1195
1198
|
<p>
|
|
1196
1199
|
Arrivederci.
|
|
@@ -1332,6 +1335,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1332
1335
|
>
|
|
1333
1336
|
<div
|
|
1334
1337
|
class="memori-chat--bubble-content"
|
|
1338
|
+
dir="auto"
|
|
1335
1339
|
>
|
|
1336
1340
|
<p>
|
|
1337
1341
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -1350,10 +1354,9 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1350
1354
|
>
|
|
1351
1355
|
<div
|
|
1352
1356
|
class="memori-chat--bubble-content"
|
|
1357
|
+
dir="auto"
|
|
1353
1358
|
>
|
|
1354
|
-
|
|
1355
|
-
Prova
|
|
1356
|
-
</p>
|
|
1359
|
+
Prova
|
|
1357
1360
|
</div>
|
|
1358
1361
|
</div>
|
|
1359
1362
|
<div
|
|
@@ -1393,6 +1396,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1393
1396
|
>
|
|
1394
1397
|
<div
|
|
1395
1398
|
class="memori-chat--bubble-content"
|
|
1399
|
+
dir="auto"
|
|
1396
1400
|
>
|
|
1397
1401
|
<p>
|
|
1398
1402
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -1411,10 +1415,9 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1411
1415
|
>
|
|
1412
1416
|
<div
|
|
1413
1417
|
class="memori-chat--bubble-content"
|
|
1418
|
+
dir="auto"
|
|
1414
1419
|
>
|
|
1415
|
-
|
|
1416
|
-
Come faccio a fare delle cose con questa cosa?
|
|
1417
|
-
</p>
|
|
1420
|
+
Come faccio a fare delle cose con questa cosa?
|
|
1418
1421
|
</div>
|
|
1419
1422
|
</div>
|
|
1420
1423
|
<div
|
|
@@ -1454,6 +1457,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1454
1457
|
>
|
|
1455
1458
|
<div
|
|
1456
1459
|
class="memori-chat--bubble-content"
|
|
1460
|
+
dir="auto"
|
|
1457
1461
|
>
|
|
1458
1462
|
<p>
|
|
1459
1463
|
Ecco qui come.
|
|
@@ -1563,10 +1567,9 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1563
1567
|
>
|
|
1564
1568
|
<div
|
|
1565
1569
|
class="memori-chat--bubble-content"
|
|
1570
|
+
dir="auto"
|
|
1566
1571
|
>
|
|
1567
|
-
|
|
1568
|
-
Ah, grazie! Ciao!
|
|
1569
|
-
</p>
|
|
1572
|
+
Ah, grazie! Ciao!
|
|
1570
1573
|
</div>
|
|
1571
1574
|
</div>
|
|
1572
1575
|
<div
|
|
@@ -1606,6 +1609,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1606
1609
|
>
|
|
1607
1610
|
<div
|
|
1608
1611
|
class="memori-chat--bubble-content"
|
|
1612
|
+
dir="auto"
|
|
1609
1613
|
>
|
|
1610
1614
|
<p>
|
|
1611
1615
|
Arrivederci.
|
|
@@ -1762,6 +1766,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1762
1766
|
>
|
|
1763
1767
|
<div
|
|
1764
1768
|
class="memori-chat--bubble-content"
|
|
1769
|
+
dir="auto"
|
|
1765
1770
|
>
|
|
1766
1771
|
<p>
|
|
1767
1772
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -1780,10 +1785,9 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1780
1785
|
>
|
|
1781
1786
|
<div
|
|
1782
1787
|
class="memori-chat--bubble-content"
|
|
1788
|
+
dir="auto"
|
|
1783
1789
|
>
|
|
1784
|
-
|
|
1785
|
-
Prova
|
|
1786
|
-
</p>
|
|
1790
|
+
Prova
|
|
1787
1791
|
</div>
|
|
1788
1792
|
</div>
|
|
1789
1793
|
<div
|
|
@@ -1815,6 +1819,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1815
1819
|
>
|
|
1816
1820
|
<div
|
|
1817
1821
|
class="memori-chat--bubble-content"
|
|
1822
|
+
dir="auto"
|
|
1818
1823
|
>
|
|
1819
1824
|
<p>
|
|
1820
1825
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -1833,10 +1838,9 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1833
1838
|
>
|
|
1834
1839
|
<div
|
|
1835
1840
|
class="memori-chat--bubble-content"
|
|
1841
|
+
dir="auto"
|
|
1836
1842
|
>
|
|
1837
|
-
|
|
1838
|
-
Come faccio a fare delle cose con questa cosa?
|
|
1839
|
-
</p>
|
|
1843
|
+
Come faccio a fare delle cose con questa cosa?
|
|
1840
1844
|
</div>
|
|
1841
1845
|
</div>
|
|
1842
1846
|
<div
|
|
@@ -1868,6 +1872,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1868
1872
|
>
|
|
1869
1873
|
<div
|
|
1870
1874
|
class="memori-chat--bubble-content"
|
|
1875
|
+
dir="auto"
|
|
1871
1876
|
>
|
|
1872
1877
|
<p>
|
|
1873
1878
|
Ecco qui come.
|
|
@@ -1962,10 +1967,9 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1962
1967
|
>
|
|
1963
1968
|
<div
|
|
1964
1969
|
class="memori-chat--bubble-content"
|
|
1970
|
+
dir="auto"
|
|
1965
1971
|
>
|
|
1966
|
-
|
|
1967
|
-
Ah, grazie! Ciao!
|
|
1968
|
-
</p>
|
|
1972
|
+
Ah, grazie! Ciao!
|
|
1969
1973
|
</div>
|
|
1970
1974
|
</div>
|
|
1971
1975
|
<div
|
|
@@ -1997,6 +2001,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1997
2001
|
>
|
|
1998
2002
|
<div
|
|
1999
2003
|
class="memori-chat--bubble-content"
|
|
2004
|
+
dir="auto"
|
|
2000
2005
|
>
|
|
2001
2006
|
<p>
|
|
2002
2007
|
Arrivederci.
|
|
@@ -2138,6 +2143,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2138
2143
|
>
|
|
2139
2144
|
<div
|
|
2140
2145
|
class="memori-chat--bubble-content"
|
|
2146
|
+
dir="auto"
|
|
2141
2147
|
>
|
|
2142
2148
|
<p>
|
|
2143
2149
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -2156,10 +2162,9 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2156
2162
|
>
|
|
2157
2163
|
<div
|
|
2158
2164
|
class="memori-chat--bubble-content"
|
|
2165
|
+
dir="auto"
|
|
2159
2166
|
>
|
|
2160
|
-
|
|
2161
|
-
Prova
|
|
2162
|
-
</p>
|
|
2167
|
+
Prova
|
|
2163
2168
|
</div>
|
|
2164
2169
|
</div>
|
|
2165
2170
|
<picture
|
|
@@ -2193,6 +2198,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2193
2198
|
>
|
|
2194
2199
|
<div
|
|
2195
2200
|
class="memori-chat--bubble-content"
|
|
2201
|
+
dir="auto"
|
|
2196
2202
|
>
|
|
2197
2203
|
<p>
|
|
2198
2204
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -2211,10 +2217,9 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2211
2217
|
>
|
|
2212
2218
|
<div
|
|
2213
2219
|
class="memori-chat--bubble-content"
|
|
2220
|
+
dir="auto"
|
|
2214
2221
|
>
|
|
2215
|
-
|
|
2216
|
-
Come faccio a fare delle cose con questa cosa?
|
|
2217
|
-
</p>
|
|
2222
|
+
Come faccio a fare delle cose con questa cosa?
|
|
2218
2223
|
</div>
|
|
2219
2224
|
</div>
|
|
2220
2225
|
<picture
|
|
@@ -2248,6 +2253,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2248
2253
|
>
|
|
2249
2254
|
<div
|
|
2250
2255
|
class="memori-chat--bubble-content"
|
|
2256
|
+
dir="auto"
|
|
2251
2257
|
>
|
|
2252
2258
|
<p>
|
|
2253
2259
|
Ecco qui come.
|
|
@@ -2342,10 +2348,9 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2342
2348
|
>
|
|
2343
2349
|
<div
|
|
2344
2350
|
class="memori-chat--bubble-content"
|
|
2351
|
+
dir="auto"
|
|
2345
2352
|
>
|
|
2346
|
-
|
|
2347
|
-
Ah, grazie! Ciao!
|
|
2348
|
-
</p>
|
|
2353
|
+
Ah, grazie! Ciao!
|
|
2349
2354
|
</div>
|
|
2350
2355
|
</div>
|
|
2351
2356
|
<picture
|
|
@@ -2379,6 +2384,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2379
2384
|
>
|
|
2380
2385
|
<div
|
|
2381
2386
|
class="memori-chat--bubble-content"
|
|
2387
|
+
dir="auto"
|
|
2382
2388
|
>
|
|
2383
2389
|
<p>
|
|
2384
2390
|
Arrivederci.
|
|
@@ -2520,6 +2526,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2520
2526
|
>
|
|
2521
2527
|
<div
|
|
2522
2528
|
class="memori-chat--bubble-content"
|
|
2529
|
+
dir="auto"
|
|
2523
2530
|
>
|
|
2524
2531
|
<p>
|
|
2525
2532
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -2543,10 +2550,9 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2543
2550
|
>
|
|
2544
2551
|
<div
|
|
2545
2552
|
class="memori-chat--bubble-content"
|
|
2553
|
+
dir="auto"
|
|
2546
2554
|
>
|
|
2547
|
-
|
|
2548
|
-
Prova
|
|
2549
|
-
</p>
|
|
2555
|
+
Prova
|
|
2550
2556
|
</div>
|
|
2551
2557
|
</div>
|
|
2552
2558
|
<div
|
|
@@ -2591,6 +2597,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2591
2597
|
>
|
|
2592
2598
|
<div
|
|
2593
2599
|
class="memori-chat--bubble-content"
|
|
2600
|
+
dir="auto"
|
|
2594
2601
|
>
|
|
2595
2602
|
<p>
|
|
2596
2603
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -2614,10 +2621,9 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2614
2621
|
>
|
|
2615
2622
|
<div
|
|
2616
2623
|
class="memori-chat--bubble-content"
|
|
2624
|
+
dir="auto"
|
|
2617
2625
|
>
|
|
2618
|
-
|
|
2619
|
-
Come faccio a fare delle cose con questa cosa?
|
|
2620
|
-
</p>
|
|
2626
|
+
Come faccio a fare delle cose con questa cosa?
|
|
2621
2627
|
</div>
|
|
2622
2628
|
</div>
|
|
2623
2629
|
<div
|
|
@@ -2662,6 +2668,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2662
2668
|
>
|
|
2663
2669
|
<div
|
|
2664
2670
|
class="memori-chat--bubble-content"
|
|
2671
|
+
dir="auto"
|
|
2665
2672
|
>
|
|
2666
2673
|
<p>
|
|
2667
2674
|
Ecco qui come.
|
|
@@ -2761,10 +2768,9 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2761
2768
|
>
|
|
2762
2769
|
<div
|
|
2763
2770
|
class="memori-chat--bubble-content"
|
|
2771
|
+
dir="auto"
|
|
2764
2772
|
>
|
|
2765
|
-
|
|
2766
|
-
Ah, grazie! Ciao!
|
|
2767
|
-
</p>
|
|
2773
|
+
Ah, grazie! Ciao!
|
|
2768
2774
|
</div>
|
|
2769
2775
|
</div>
|
|
2770
2776
|
<div
|
|
@@ -2809,6 +2815,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2809
2815
|
>
|
|
2810
2816
|
<div
|
|
2811
2817
|
class="memori-chat--bubble-content"
|
|
2818
|
+
dir="auto"
|
|
2812
2819
|
>
|
|
2813
2820
|
<p>
|
|
2814
2821
|
Arrivederci.
|
|
@@ -2955,6 +2962,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2955
2962
|
>
|
|
2956
2963
|
<div
|
|
2957
2964
|
class="memori-chat--bubble-content"
|
|
2965
|
+
dir="auto"
|
|
2958
2966
|
>
|
|
2959
2967
|
<p>
|
|
2960
2968
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -2973,10 +2981,9 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2973
2981
|
>
|
|
2974
2982
|
<div
|
|
2975
2983
|
class="memori-chat--bubble-content"
|
|
2984
|
+
dir="auto"
|
|
2976
2985
|
>
|
|
2977
|
-
|
|
2978
|
-
Prova
|
|
2979
|
-
</p>
|
|
2986
|
+
Prova
|
|
2980
2987
|
</div>
|
|
2981
2988
|
</div>
|
|
2982
2989
|
<div
|
|
@@ -3016,6 +3023,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3016
3023
|
>
|
|
3017
3024
|
<div
|
|
3018
3025
|
class="memori-chat--bubble-content"
|
|
3026
|
+
dir="auto"
|
|
3019
3027
|
>
|
|
3020
3028
|
<p>
|
|
3021
3029
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -3034,10 +3042,9 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3034
3042
|
>
|
|
3035
3043
|
<div
|
|
3036
3044
|
class="memori-chat--bubble-content"
|
|
3045
|
+
dir="auto"
|
|
3037
3046
|
>
|
|
3038
|
-
|
|
3039
|
-
Come faccio a fare delle cose con questa cosa?
|
|
3040
|
-
</p>
|
|
3047
|
+
Come faccio a fare delle cose con questa cosa?
|
|
3041
3048
|
</div>
|
|
3042
3049
|
</div>
|
|
3043
3050
|
<div
|
|
@@ -3077,6 +3084,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3077
3084
|
>
|
|
3078
3085
|
<div
|
|
3079
3086
|
class="memori-chat--bubble-content"
|
|
3087
|
+
dir="auto"
|
|
3080
3088
|
>
|
|
3081
3089
|
<p>
|
|
3082
3090
|
Ecco qui come.
|
|
@@ -3171,10 +3179,9 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3171
3179
|
>
|
|
3172
3180
|
<div
|
|
3173
3181
|
class="memori-chat--bubble-content"
|
|
3182
|
+
dir="auto"
|
|
3174
3183
|
>
|
|
3175
|
-
|
|
3176
|
-
Ah, grazie! Ciao!
|
|
3177
|
-
</p>
|
|
3184
|
+
Ah, grazie! Ciao!
|
|
3178
3185
|
</div>
|
|
3179
3186
|
</div>
|
|
3180
3187
|
<div
|
|
@@ -3214,6 +3221,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3214
3221
|
>
|
|
3215
3222
|
<div
|
|
3216
3223
|
class="memori-chat--bubble-content"
|
|
3224
|
+
dir="auto"
|
|
3217
3225
|
>
|
|
3218
3226
|
<p>
|
|
3219
3227
|
Arrivederci.
|
|
@@ -3381,6 +3389,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3381
3389
|
>
|
|
3382
3390
|
<div
|
|
3383
3391
|
class="memori-chat--bubble-content"
|
|
3392
|
+
dir="auto"
|
|
3384
3393
|
>
|
|
3385
3394
|
<p>
|
|
3386
3395
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -3399,10 +3408,9 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3399
3408
|
>
|
|
3400
3409
|
<div
|
|
3401
3410
|
class="memori-chat--bubble-content"
|
|
3411
|
+
dir="auto"
|
|
3402
3412
|
>
|
|
3403
|
-
|
|
3404
|
-
Prova
|
|
3405
|
-
</p>
|
|
3413
|
+
Prova
|
|
3406
3414
|
</div>
|
|
3407
3415
|
</div>
|
|
3408
3416
|
<div
|
|
@@ -3442,6 +3450,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3442
3450
|
>
|
|
3443
3451
|
<div
|
|
3444
3452
|
class="memori-chat--bubble-content"
|
|
3453
|
+
dir="auto"
|
|
3445
3454
|
>
|
|
3446
3455
|
<p>
|
|
3447
3456
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -3460,10 +3469,9 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3460
3469
|
>
|
|
3461
3470
|
<div
|
|
3462
3471
|
class="memori-chat--bubble-content"
|
|
3472
|
+
dir="auto"
|
|
3463
3473
|
>
|
|
3464
|
-
|
|
3465
|
-
Come faccio a fare delle cose con questa cosa?
|
|
3466
|
-
</p>
|
|
3474
|
+
Come faccio a fare delle cose con questa cosa?
|
|
3467
3475
|
</div>
|
|
3468
3476
|
</div>
|
|
3469
3477
|
<div
|
|
@@ -3503,6 +3511,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3503
3511
|
>
|
|
3504
3512
|
<div
|
|
3505
3513
|
class="memori-chat--bubble-content"
|
|
3514
|
+
dir="auto"
|
|
3506
3515
|
>
|
|
3507
3516
|
<p>
|
|
3508
3517
|
Ecco qui delle cose per te.
|
|
@@ -3998,10 +4007,9 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3998
4007
|
>
|
|
3999
4008
|
<div
|
|
4000
4009
|
class="memori-chat--bubble-content"
|
|
4010
|
+
dir="auto"
|
|
4001
4011
|
>
|
|
4002
|
-
|
|
4003
|
-
Ah, grazie! Ciao!
|
|
4004
|
-
</p>
|
|
4012
|
+
Ah, grazie! Ciao!
|
|
4005
4013
|
</div>
|
|
4006
4014
|
</div>
|
|
4007
4015
|
<div
|
|
@@ -4041,6 +4049,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4041
4049
|
>
|
|
4042
4050
|
<div
|
|
4043
4051
|
class="memori-chat--bubble-content"
|
|
4052
|
+
dir="auto"
|
|
4044
4053
|
>
|
|
4045
4054
|
<p>
|
|
4046
4055
|
Arrivederci.
|
|
@@ -4182,6 +4191,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4182
4191
|
>
|
|
4183
4192
|
<div
|
|
4184
4193
|
class="memori-chat--bubble-content"
|
|
4194
|
+
dir="auto"
|
|
4185
4195
|
>
|
|
4186
4196
|
<p>
|
|
4187
4197
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -4200,10 +4210,9 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4200
4210
|
>
|
|
4201
4211
|
<div
|
|
4202
4212
|
class="memori-chat--bubble-content"
|
|
4213
|
+
dir="auto"
|
|
4203
4214
|
>
|
|
4204
|
-
|
|
4205
|
-
Prova
|
|
4206
|
-
</p>
|
|
4215
|
+
Prova
|
|
4207
4216
|
</div>
|
|
4208
4217
|
</div>
|
|
4209
4218
|
<div
|
|
@@ -4243,6 +4252,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4243
4252
|
>
|
|
4244
4253
|
<div
|
|
4245
4254
|
class="memori-chat--bubble-content"
|
|
4255
|
+
dir="auto"
|
|
4246
4256
|
>
|
|
4247
4257
|
<p>
|
|
4248
4258
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -4261,10 +4271,9 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4261
4271
|
>
|
|
4262
4272
|
<div
|
|
4263
4273
|
class="memori-chat--bubble-content"
|
|
4274
|
+
dir="auto"
|
|
4264
4275
|
>
|
|
4265
|
-
|
|
4266
|
-
Come faccio a fare delle cose con questa cosa?
|
|
4267
|
-
</p>
|
|
4276
|
+
Come faccio a fare delle cose con questa cosa?
|
|
4268
4277
|
</div>
|
|
4269
4278
|
</div>
|
|
4270
4279
|
<div
|
|
@@ -4304,6 +4313,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4304
4313
|
>
|
|
4305
4314
|
<div
|
|
4306
4315
|
class="memori-chat--bubble-content"
|
|
4316
|
+
dir="auto"
|
|
4307
4317
|
>
|
|
4308
4318
|
<p>
|
|
4309
4319
|
Ecco qui come.
|
|
@@ -4398,10 +4408,9 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4398
4408
|
>
|
|
4399
4409
|
<div
|
|
4400
4410
|
class="memori-chat--bubble-content"
|
|
4411
|
+
dir="auto"
|
|
4401
4412
|
>
|
|
4402
|
-
|
|
4403
|
-
Ah, grazie! Ciao!
|
|
4404
|
-
</p>
|
|
4413
|
+
Ah, grazie! Ciao!
|
|
4405
4414
|
</div>
|
|
4406
4415
|
</div>
|
|
4407
4416
|
<div
|
|
@@ -4441,6 +4450,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4441
4450
|
>
|
|
4442
4451
|
<div
|
|
4443
4452
|
class="memori-chat--bubble-content"
|
|
4453
|
+
dir="auto"
|
|
4444
4454
|
>
|
|
4445
4455
|
<p>
|
|
4446
4456
|
Arrivederci.
|
|
@@ -4603,6 +4613,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4603
4613
|
>
|
|
4604
4614
|
<div
|
|
4605
4615
|
class="memori-chat--bubble-content"
|
|
4616
|
+
dir="auto"
|
|
4606
4617
|
>
|
|
4607
4618
|
<p>
|
|
4608
4619
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
@@ -4621,10 +4632,9 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4621
4632
|
>
|
|
4622
4633
|
<div
|
|
4623
4634
|
class="memori-chat--bubble-content"
|
|
4635
|
+
dir="auto"
|
|
4624
4636
|
>
|
|
4625
|
-
|
|
4626
|
-
Prova
|
|
4627
|
-
</p>
|
|
4637
|
+
Prova
|
|
4628
4638
|
</div>
|
|
4629
4639
|
</div>
|
|
4630
4640
|
<picture
|
|
@@ -4658,6 +4668,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4658
4668
|
>
|
|
4659
4669
|
<div
|
|
4660
4670
|
class="memori-chat--bubble-content"
|
|
4671
|
+
dir="auto"
|
|
4661
4672
|
>
|
|
4662
4673
|
<p>
|
|
4663
4674
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
@@ -4676,10 +4687,9 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4676
4687
|
>
|
|
4677
4688
|
<div
|
|
4678
4689
|
class="memori-chat--bubble-content"
|
|
4690
|
+
dir="auto"
|
|
4679
4691
|
>
|
|
4680
|
-
|
|
4681
|
-
Come faccio a fare delle cose con questa cosa?
|
|
4682
|
-
</p>
|
|
4692
|
+
Come faccio a fare delle cose con questa cosa?
|
|
4683
4693
|
</div>
|
|
4684
4694
|
</div>
|
|
4685
4695
|
<picture
|
|
@@ -4713,6 +4723,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4713
4723
|
>
|
|
4714
4724
|
<div
|
|
4715
4725
|
class="memori-chat--bubble-content"
|
|
4726
|
+
dir="auto"
|
|
4716
4727
|
>
|
|
4717
4728
|
<p>
|
|
4718
4729
|
Ecco qui come.
|
|
@@ -4807,10 +4818,9 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4807
4818
|
>
|
|
4808
4819
|
<div
|
|
4809
4820
|
class="memori-chat--bubble-content"
|
|
4821
|
+
dir="auto"
|
|
4810
4822
|
>
|
|
4811
|
-
|
|
4812
|
-
Ah, grazie! Ciao!
|
|
4813
|
-
</p>
|
|
4823
|
+
Ah, grazie! Ciao!
|
|
4814
4824
|
</div>
|
|
4815
4825
|
</div>
|
|
4816
4826
|
<picture
|
|
@@ -4844,6 +4854,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4844
4854
|
>
|
|
4845
4855
|
<div
|
|
4846
4856
|
class="memori-chat--bubble-content"
|
|
4857
|
+
dir="auto"
|
|
4847
4858
|
>
|
|
4848
4859
|
<p>
|
|
4849
4860
|
Arrivederci.
|