From 9bbb30f30d784d9d73bd04c578eef37651033cf0 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 12 Oct 2023 17:33:23 +0200 Subject: [PATCH] :bug: (textBubble) Fix overflow with long links Closes #764 --- packages/embeds/js/package.json | 2 +- .../ConversationContainer/ChatChunk.tsx | 21 ++++++++++--------- .../bubbles/audio/components/AudioBubble.tsx | 2 +- .../bubbles/embed/components/EmbedBubble.tsx | 4 +--- .../bubbles/image/components/ImageBubble.tsx | 2 +- .../textBubble/components/TextBubble.tsx | 2 +- .../bubbles/video/components/VideoBubble.tsx | 2 +- packages/embeds/nextjs/package.json | 2 +- packages/embeds/react/package.json | 2 +- 9 files changed, 19 insertions(+), 20 deletions(-) diff --git a/packages/embeds/js/package.json b/packages/embeds/js/package.json index 374d54702..08544393d 100644 --- a/packages/embeds/js/package.json +++ b/packages/embeds/js/package.json @@ -1,6 +1,6 @@ { "name": "@typebot.io/js", - "version": "0.2.6", + "version": "0.2.7", "description": "Javascript library to display typebots on your website", "type": "module", "main": "dist/index.js", diff --git a/packages/embeds/js/src/components/ConversationContainer/ChatChunk.tsx b/packages/embeds/js/src/components/ConversationContainer/ChatChunk.tsx index 1715fdbe3..efc9af81e 100644 --- a/packages/embeds/js/src/components/ConversationContainer/ChatChunk.tsx +++ b/packages/embeds/js/src/components/ConversationContainer/ChatChunk.tsx @@ -69,11 +69,13 @@ export const ChatChunk = (props: Props) => {
@@ -117,14 +119,13 @@ export const ChatChunk = (props: Props) => {
diff --git a/packages/embeds/js/src/features/blocks/bubbles/audio/components/AudioBubble.tsx b/packages/embeds/js/src/features/blocks/bubbles/audio/components/AudioBubble.tsx index 7d54cc236..c283782e8 100644 --- a/packages/embeds/js/src/features/blocks/bubbles/audio/components/AudioBubble.tsx +++ b/packages/embeds/js/src/features/blocks/bubbles/audio/components/AudioBubble.tsx @@ -38,7 +38,7 @@ export const AudioBubble = (props: Props) => { return (
-
+
{ return (
-
+
{ return (
-
+
{ return (
-
+
{ return (
-
+