@memori.ai/memori-react 7.21.0 → 7.22.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 +25 -0
  2. package/dist/components/ChatBubble/ChatBubble.css +9 -0
  3. package/dist/components/StartPanel/StartPanel.css +29 -0
  4. package/dist/components/StartPanel/StartPanel.js +2 -1
  5. package/dist/components/StartPanel/StartPanel.js.map +1 -1
  6. package/dist/components/UploadButton/UploadButton.d.ts +1 -0
  7. package/dist/components/UploadButton/UploadButton.js +142 -3
  8. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  9. package/dist/locales/de.json +8 -0
  10. package/dist/locales/en.json +8 -0
  11. package/dist/locales/es.json +8 -0
  12. package/dist/locales/it.json +8 -0
  13. package/esm/components/ChatBubble/ChatBubble.css +9 -0
  14. package/esm/components/StartPanel/StartPanel.css +29 -0
  15. package/esm/components/StartPanel/StartPanel.js +2 -1
  16. package/esm/components/StartPanel/StartPanel.js.map +1 -1
  17. package/esm/components/UploadButton/UploadButton.d.ts +1 -0
  18. package/esm/components/UploadButton/UploadButton.js +142 -3
  19. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  20. package/esm/locales/de.json +8 -0
  21. package/esm/locales/en.json +8 -0
  22. package/esm/locales/es.json +8 -0
  23. package/esm/locales/it.json +8 -0
  24. package/package.json +1 -1
  25. package/src/components/ChatBubble/ChatBubble.css +9 -0
  26. package/src/components/StartPanel/StartPanel.css +29 -0
  27. package/src/components/StartPanel/StartPanel.tsx +47 -0
  28. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +814 -0
  29. package/src/components/UploadButton/UploadButton.tsx +206 -5
  30. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +1 -1
  31. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +74 -0
  32. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +148 -0
  33. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +74 -0
  34. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +74 -0
  35. package/src/locales/de.json +8 -0
  36. package/src/locales/en.json +8 -0
  37. package/src/locales/es.json +8 -0
  38. package/src/locales/it.json +8 -0
@@ -38,6 +38,7 @@
38
38
  "nothingFound": "Nichts gefunden",
39
39
  "venue": "Veranstaltungsort",
40
40
  "searchVenue": "Veranstaltungsort suchen...",
41
+ "privacyPolicy": "Datenschutzbestimmungen",
41
42
  "memoriBlockedTitle": "Blockiert",
42
43
  "memoriBlockedUntil": "Agent blockiert bis {{date}}",
43
44
  "memoriBlockedAnon": "Momentan \"{{name}}„Kann nicht antworten, komm hierher zurück {{date}}",
@@ -110,6 +111,13 @@
110
111
  "micButtonPopoverListening": "Klicken Sie auf die Schaltfläche, um das Sprechen zu stoppen",
111
112
  "pageInstructExplanation": "Um mir neue Dinge beizubringen, klicken Sie auf die Schaltfläche „ANLEITEN“, um zu beginnen",
112
113
  "pageTryMeExplanation": "Um mit mir zu sprechen, klicken Sie auf die Schaltfläche START, um zu beginnen",
114
+ "pagePrivacyExplanation": "Die Konversationen sind sichtbar von dem Autor des Agenten",
115
+ "pagePrivacyExplanationList": {
116
+ "allConversations": "Alle Konversationen mit diesem Agenten sind sichtbar von dem Autor des Agenten",
117
+ "anonymousUser": "Für anonyme Benutzer: der Autor wird den Inhalt der Konversation und Ihre IP-Adresse sehen",
118
+ "registeredUser": "Für registrierte Benutzer: der Autor wird den Inhalt der Konversation und Ihren Benutzernamen sehen",
119
+ "authorUsesInfo": "Der Autor verwendet diese Informationen, um die Funktionen des Agenten zu verbessern und Ihnen einen besseren Service anzubieten. Wenn Sie die Konversation fortsetzen, stimmen Sie diesen Bedingungen zu."
120
+ },
113
121
  "instructButton": "WEISE MICH AN",
114
122
  "tryMeButton": "START",
115
123
  "chatHistory": "Chatverlauf",
@@ -38,6 +38,7 @@
38
38
  "nothingFound": "Nothing found",
39
39
  "venue": "Venue",
40
40
  "searchVenue": "Search venue...",
41
+ "privacyPolicy": "Privacy policy",
41
42
  "memoriBlockedTitle": "Blocked",
42
43
  "memoriBlockedUntil": "Agent blocked until {{date}}",
43
44
  "memoriBlockedAnon": "Currently \"{{name}}\" can't answer, come back here on {{date}}",
@@ -110,6 +111,13 @@
110
111
  "micButtonPopoverListening": "Click the button to stop speak",
111
112
  "pageInstructExplanation": "To teach me new things click on the INSTRUCT ME button to get started",
112
113
  "pageTryMeExplanation": "To talk to me click on the START button to get started",
114
+ "pagePrivacyExplanation": "The conversations are visible by the author of the agent",
115
+ "pagePrivacyExplanationList": {
116
+ "allConversations": "All conversations with this agent are visible to the author of the agent",
117
+ "anonymousUser": "For anonymous users: the author will see the content of the conversation and your IP address",
118
+ "registeredUser": "For registered users: the author will see the content of the conversation and your username",
119
+ "authorUsesInfo": "The author uses this information to improve the features of the agent and to provide you with a better service. Continuing the conversation, you accept these conditions."
120
+ },
113
121
  "instructButton": "INSTRUCT ME",
114
122
  "tryMeButton": "START",
115
123
  "resumeButton": "RESUME",
@@ -38,6 +38,7 @@
38
38
  "nothingFound": "No se encontró nada",
39
39
  "venue": "Evento",
40
40
  "searchVenue": "Buscar lugar...",
41
+ "privacyPolicy": "Política de privacidad",
41
42
  "memoriBlockedTitle": "Obstruido",
42
43
  "memoriBlockedUntil": "Agent bloqueado hasta {{date}}",
43
44
  "memoriBlockedAnon": "Actualmente \"{{name}}\"No puedo responder, vuelve aquí. {{date}}",
@@ -110,6 +111,13 @@
110
111
  "micButtonPopoverListening": "Haga clic en el botón para dejar de hablar.",
111
112
  "pageInstructExplanation": "Para enseñarme cosas nuevas, haga clic en el botón INSTRUIRME para comenzar.",
112
113
  "pageTryMeExplanation": "Para hablar conmigo haga clic en el botón INICIO para comenzar",
114
+ "pagePrivacyExplanation": "Las conversaciones son visibles por el autor del agente",
115
+ "pagePrivacyExplanationList": {
116
+ "allConversations": "Todas las conversaciones con este agente son visibles por el autor del agente",
117
+ "anonymousUser": "Para usuarios anónimos: el autor verá el contenido de la conversación y su dirección IP",
118
+ "registeredUser": "Para usuarios registrados: el autor verá el contenido de la conversación y su nombre de usuario",
119
+ "authorUsesInfo": "El autor utiliza estas informaciones para mejorar las funciones del agente y para ofrecerte un mejor servicio. Continuando la conversación, acepta estas condiciones."
120
+ },
113
121
  "instructButton": "INSTRUÍME",
114
122
  "tryMeButton": "COMENZAR",
115
123
  "chatHistory": "Historial de chat",
@@ -38,6 +38,7 @@
38
38
  "nothingFound": "Nessun risultato",
39
39
  "venue": "Luogo",
40
40
  "searchVenue": "Cerca luogo...",
41
+ "privacyPolicy": "Informativa sulla privacy",
41
42
  "memoriBlockedTitle": "Bloccato",
42
43
  "memoriBlockedUntil": "Agente bloccato fino al {{date}}",
43
44
  "memoriBlockedAnon": "Attualmente \"{{name}}\" non può rispondere, torna qui il {{date}}",
@@ -110,6 +111,13 @@
110
111
  "micButtonPopoverListening": "Premi il pulsante per smettere di parlare",
111
112
  "pageInstructExplanation": "Per insegnarmi nuove cose clicca sul pulsante ISTRUISCIMI per cominciare",
112
113
  "pageTryMeExplanation": "Per parlare con me clicca sul pulsante INIZIAMO per cominciare",
114
+ "pagePrivacyExplanation": "Le conversazioni sono visibili all'autore dell'agente",
115
+ "pagePrivacyExplanationList": {
116
+ "allConversations": "Tutte le conversazioni con questo agente sono visibili all'autore dell'agente",
117
+ "anonymousUser": "Per utenti anonimi: l'autore vedrà il contenuto e l'indirizzo IP",
118
+ "registeredUser": "Per utenti registrati: l'autore vedrà il contenuto e il nome utente",
119
+ "authorUsesInfo": "L'autore utilizza queste informazioni per migliorare le funzionalità dell'agente. Continuando, accetti queste condizioni."
120
+ },
113
121
  "instructButton": "ISTRUISCIMI",
114
122
  "tryMeButton": "INIZIAMO",
115
123
  "resumeButton": "RIPRENDI",