File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
src/features/blocks/bubbles/image/components Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/js" ,
3
- "version" : " 0.2.63 " ,
3
+ "version" : " 0.2.64 " ,
4
4
"description" : " Javascript library to display typebots on your website" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export const ImageBubble = (props: Props) => {
52
52
props . content ?. clickLink ?. alt ?? defaultImageBubbleContent . clickLink . alt
53
53
}
54
54
class = { clsx (
55
- 'w-full' ,
56
55
isTyping ( ) ? 'opacity-0' : 'opacity-100' ,
57
56
props . onTransitionEnd ? 'text-fade-in' : undefined
58
57
) }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/nextjs" ,
3
- "version" : " 0.2.63 " ,
3
+ "version" : " 0.2.64 " ,
4
4
"description" : " Convenient library to display typebots on your Next.js website" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/react" ,
3
- "version" : " 0.2.63 " ,
3
+ "version" : " 0.2.64 " ,
4
4
"description" : " Convenient library to display typebots on your React app" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments