@memori.ai/memori-react 8.37.0 → 8.38.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/ChatBubble/ChatBubble.js +9 -1
  3. package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
  4. package/dist/components/ChatInputs/ChatInputs.js +30 -30
  5. package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
  6. package/dist/components/WhyThisAnswer/WhyThisAnswer.js +9 -2
  7. package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  8. package/dist/locales/de.json +1 -0
  9. package/dist/locales/en.json +1 -0
  10. package/dist/locales/es.json +1 -0
  11. package/dist/locales/fr.json +2 -10
  12. package/dist/locales/it.json +1 -0
  13. package/dist/version.d.ts +1 -1
  14. package/dist/version.js +1 -1
  15. package/esm/components/ChatBubble/ChatBubble.js +9 -1
  16. package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
  17. package/esm/components/ChatInputs/ChatInputs.js +30 -30
  18. package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
  19. package/esm/components/WhyThisAnswer/WhyThisAnswer.js +9 -2
  20. package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  21. package/esm/locales/de.json +1 -0
  22. package/esm/locales/en.json +1 -0
  23. package/esm/locales/es.json +1 -0
  24. package/esm/locales/fr.json +2 -10
  25. package/esm/locales/it.json +1 -0
  26. package/esm/version.d.ts +1 -1
  27. package/esm/version.js +1 -1
  28. package/package.json +1 -1
  29. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +70 -0
  30. package/src/components/ChatBubble/ChatBubble.tsx +13 -1
  31. package/src/components/ChatInputs/ChatInputs.tsx +21 -17
  32. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +18 -3
  33. package/src/locales/de.json +2 -1
  34. package/src/locales/en.json +1 -0
  35. package/src/locales/es.json +1 -0
  36. package/src/locales/fr.json +2 -10
  37. package/src/locales/it.json +1 -1
  38. package/src/version.ts +1 -1
@@ -135,16 +135,7 @@
135
135
  "error": "Échec de l'exportation du chat en PDF. Veuillez réessayer."
136
136
  },
137
137
  "write_and_speak": {
138
- "loadingChatHistory": "Chargement de l'historique des discussions...",
139
- "noChatHistoryAvailable": "Aucun historique des discussions disponible",
140
- "noResultsFound": "Aucun résultat trouvé pour \"{{searchText}}\"",
141
- "searchInChatHistory": "Rechercher dans l'historique des chats...",
142
- "latestFirst": "Plus récents d'abord",
143
- "oldestFirst": "Plus anciens d'abord",
144
- "exportChat": "Exporter le Chat",
145
- "conversationStartedLabel": "Conversation démarrée"
146
- },
147
- "write_and_speak": {
138
+ "conversationStartedLabel": "Conversation démarrée",
148
139
  "micButtonPopover": "Cliquez sur le bouton pour parler",
149
140
  "micButtonPopoverListening": "Cliquez sur le bouton pour arrêter de parler",
150
141
  "pageInstructExplanation": "Pour m'apprendre de nouvelles choses, cliquez sur le bouton INSTRUCTEZ-MOI pour commencer",
@@ -159,6 +150,7 @@
159
150
  "contentAndIpAddress": "L'auteur peut voir le contenu et votre adresse IP",
160
151
  "authorUsesInfo": "L'auteur utilise ces informations pour améliorer les fonctionnalités de l'agent et pour vous fournir un meilleur service. En continuant la conversation, vous acceptez ces conditions."
161
152
  },
153
+ "aiDisclaimer": "L'agent peut commettre des erreurs. Veuillez vérifier les réponses.",
162
154
  "downloadChat": "Télécharger le chat",
163
155
  "instructButton": "INSTRUCTEZ-MOI",
164
156
  "tryMeButton": "COMMENCER",
@@ -144,6 +144,7 @@
144
144
  "pageInstructExplanation": "Per insegnarmi nuove cose clicca sul pulsante ISTRUISCIMI per cominciare",
145
145
  "pageTryMeExplanation": "Per parlare con me clicca sul pulsante INIZIAMO per cominciare",
146
146
  "pagePrivacyExplanation": "Le conversazioni sono visibili all'autore dell'agente",
147
+ "aiDisclaimer": "L'agente può commettere errori. Assicurati di verificare le risposte.",
147
148
  "downloadChat": "Scarica chat",
148
149
  "pagePrivacyExplanationList": {
149
150
  "allConversations": "Tutte le conversazioni con questo agente sono visibili all'autore dell'agente",
@@ -259,7 +260,6 @@
259
260
  "pdfExportNotSupported": "L'esportazione PDF non è supportata in questo browser",
260
261
  "popupBlocked": "Popup bloccato! Abilita i popup per stampare.",
261
262
  "safariPdfInstructions": "Esportazione PDF aperta in una nuova finestra. Usa Cmd+P (Mac) o Ctrl+P (Windows) per stampare e salvare come PDF."
262
-
263
263
  },
264
264
  "media": {
265
265
  "title": "Titolo",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const version = '8.37.0';
2
+ export const version = '8.38.0';