File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/js" ,
3
- "version" : " 0.2.65 " ,
3
+ "version" : " 0.2.66 " ,
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 @@ -311,17 +311,15 @@ const BotContent = (props: BotContentProps) => {
311
311
</ Portal >
312
312
</ Show >
313
313
</ Show >
314
- < div class = "flex w-full h-full justify-center items-center" >
315
- < ConversationContainer
316
- context = { props . context }
317
- initialChatReply = { props . initialChatReply }
318
- onNewInputBlock = { props . onNewInputBlock }
319
- onAnswer = { props . onAnswer }
320
- onEnd = { props . onEnd }
321
- onNewLogs = { props . onNewLogs }
322
- onProgressUpdate = { setProgressValue }
323
- />
324
- </ div >
314
+ < ConversationContainer
315
+ context = { props . context }
316
+ initialChatReply = { props . initialChatReply }
317
+ onNewInputBlock = { props . onNewInputBlock }
318
+ onAnswer = { props . onAnswer }
319
+ onEnd = { props . onEnd }
320
+ onNewLogs = { props . onNewLogs }
321
+ onProgressUpdate = { setProgressValue }
322
+ />
325
323
< Show
326
324
when = {
327
325
props . initialChatReply . typebot . settings . general ?. isBrandingEnabled
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/nextjs" ,
3
- "version" : " 0.2.65 " ,
3
+ "version" : " 0.2.66 " ,
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.65 " ,
3
+ "version" : " 0.2.66 " ,
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