Skip to content

Commit 2f84b10

Browse files
committed
💄 Fix image bubble distortion on Safari
1 parent ef10f69 commit 2f84b10

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

packages/embeds/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/js",
3-
"version": "0.2.63",
3+
"version": "0.2.64",
44
"description": "Javascript library to display typebots on your website",
55
"type": "module",
66
"main": "dist/index.js",

packages/embeds/js/src/features/blocks/bubbles/image/components/ImageBubble.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const ImageBubble = (props: Props) => {
5252
props.content?.clickLink?.alt ?? defaultImageBubbleContent.clickLink.alt
5353
}
5454
class={clsx(
55-
'w-full',
5655
isTyping() ? 'opacity-0' : 'opacity-100',
5756
props.onTransitionEnd ? 'text-fade-in' : undefined
5857
)}

packages/embeds/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/nextjs",
3-
"version": "0.2.63",
3+
"version": "0.2.64",
44
"description": "Convenient library to display typebots on your Next.js website",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/embeds/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/react",
3-
"version": "0.2.63",
3+
"version": "0.2.64",
44
"description": "Convenient library to display typebots on your React app",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)