@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.2.49",
|
||||
"version": "0.2.50",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -198,7 +198,9 @@ export const Bubble = (props: BubbleProps) => {
|
||||
class={
|
||||
'fixed rounded-lg w-full' +
|
||||
(isBotOpened() ? ' opacity-1' : ' opacity-0 pointer-events-none') +
|
||||
(props.theme?.placement === 'left' ? ' left-5' : ' right-5')
|
||||
(props.theme?.placement === 'left'
|
||||
? ' left-5'
|
||||
: ' sm:right-5 right-0')
|
||||
}
|
||||
>
|
||||
<Show when={isBotStarted()}>
|
||||
|
||||
Reference in New Issue
Block a user