💄 (js) Fix gap on loading chunk
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/js",
|
"name": "@typebot.io/js",
|
||||||
"version": "0.0.43",
|
"version": "0.0.44",
|
||||||
"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",
|
||||||
|
@ -10,7 +10,7 @@ type Props = {
|
|||||||
export const LoadingChunk = (props: Props) => (
|
export const LoadingChunk = (props: Props) => (
|
||||||
<div class="flex w-full">
|
<div class="flex w-full">
|
||||||
<div class="flex flex-col w-full min-w-0">
|
<div class="flex flex-col w-full min-w-0">
|
||||||
<div class="flex">
|
<div class="flex gap-2">
|
||||||
<Show when={props.theme.chat.hostAvatar?.isEnabled}>
|
<Show when={props.theme.chat.hostAvatar?.isEnabled}>
|
||||||
<AvatarSideContainer
|
<AvatarSideContainer
|
||||||
hostAvatarSrc={props.theme.chat.hostAvatar?.url}
|
hostAvatarSrc={props.theme.chat.hostAvatar?.url}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@typebot.io/react",
|
"name": "@typebot.io/react",
|
||||||
"version": "0.0.43",
|
"version": "0.0.44",
|
||||||
"description": "React library to display typebots on your website",
|
"description": "React library to display typebots on your website",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user