@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.2.91",
|
||||
"version": "0.2.92",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -128,7 +128,9 @@ export const VideoBubble = (props: Props) => {
|
||||
embedBaseUrls[
|
||||
props.content?.type as EmbeddableVideoBubbleContentType
|
||||
]
|
||||
}/${props.content?.id}`}
|
||||
}/${props.content?.id ?? ''}${
|
||||
props.content?.queryParamsStr ?? ''
|
||||
}`}
|
||||
class={'w-full h-full'}
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
|
||||
Reference in New Issue
Block a user