2
0

💄 (js) Fix gap on loading chunk

This commit is contained in:
Baptiste Arnaud
2023-04-28 15:05:50 +02:00
parent 458d715648
commit ce2565c429
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.0.43",
"version": "0.0.44",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@ -10,7 +10,7 @@ type Props = {
export const LoadingChunk = (props: Props) => (
<div class="flex w-full">
<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}>
<AvatarSideContainer
hostAvatarSrc={props.theme.chat.hostAvatar?.url}

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.0.43",
"version": "0.0.44",
"description": "React library to display typebots on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",