@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/js",
|
"name": "@typebot.io/js",
|
||||||
"version": "0.2.49",
|
"version": "0.2.50",
|
||||||
"description": "Javascript library to display typebots on your website",
|
"description": "Javascript library to display typebots on your website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -198,7 +198,9 @@ export const Bubble = (props: BubbleProps) => {
|
|||||||
class={
|
class={
|
||||||
'fixed rounded-lg w-full' +
|
'fixed rounded-lg w-full' +
|
||||||
(isBotOpened() ? ' opacity-1' : ' opacity-0 pointer-events-none') +
|
(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()}>
|
<Show when={isBotStarted()}>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/nextjs",
|
"name": "@typebot.io/nextjs",
|
||||||
"version": "0.2.49",
|
"version": "0.2.50",
|
||||||
"description": "Convenient library to display typebots on your Next.js website",
|
"description": "Convenient library to display typebots on your Next.js website",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/react",
|
"name": "@typebot.io/react",
|
||||||
"version": "0.2.49",
|
"version": "0.2.50",
|
||||||
"description": "Convenient library to display typebots on your React app",
|
"description": "Convenient library to display typebots on your React app",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -50,7 +50,6 @@ export const Default = () => {
|
|||||||
button: {
|
button: {
|
||||||
backgroundColor: '#FF7537',
|
backgroundColor: '#FF7537',
|
||||||
iconColor: 'white',
|
iconColor: 'white',
|
||||||
size: 'large',
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
isPreview
|
isPreview
|
||||||
|
Reference in New Issue
Block a user