@chatsystem/client 1.1.76 → 1.1.77

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/dist/index.mjs CHANGED
@@ -20723,7 +20723,7 @@ const Sy = {
20723
20723
  }, wy = {
20724
20724
  "generic.language.english": "Anglais",
20725
20725
  "generic.language.french": "Français",
20726
- "chatbot.placeholder.content": "Envoyez un message à l'assistant ...",
20726
+ "chatbot.placeholder.content": "Ecrire à l'assistant...",
20727
20727
  "chatbot.DiscussionLimitReached.title": "Maximum de messages envoyés atteint.",
20728
20728
  "chatbot.DiscussionLimitReached.explaination": "Le robot est à son maximum et ne peut plus envoyer de message. Merci de relancer une conversation.",
20729
20729
  "chatbot.DiscussionLimitReached.cta": "Relancer une nouvelle conversation",
@@ -25610,6 +25610,9 @@ textarea {
25610
25610
  }
25611
25611
  textarea::placeholder {
25612
25612
  font-size: 14px;
25613
+ white-space: nowrap;
25614
+ overflow: hidden;
25615
+ text-overflow: ellipsis;
25613
25616
  }
25614
25617
 
25615
25618
  .assetContainer svg {