From 14bbd48b53d337189b3498ee092d0995d83654b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E9=96=93=E5=A4=9C=E8=A1=8C?= Date: Tue, 6 Aug 2024 00:44:37 +0200 Subject: [PATCH] Switch to Dify service provider. --- chat/flowise-embed/package/.eslintrc.cjs | 14 -- chat/flowise-embed/package/.husky/pre-commit | 18 --- chat/flowise-embed/package/.prettierignore | 3 - chat/flowise-embed/package/.prettierrc | 8 - chat/flowise-embed/package/README.md | 147 ------------------ chat/flowise-embed/package/base.json | 21 --- .../package/dist/components/Badge.d.ts | 8 - .../package/dist/components/Badge.d.ts.map | 1 - .../package/dist/components/Bot.d.ts | 56 ------- .../package/dist/components/Bot.d.ts.map | 1 - .../dist/components/ImageUploadButton.d.ts | 11 -- .../components/ImageUploadButton.d.ts.map | 1 - .../dist/components/RecordAudioButton.d.ts | 11 -- .../components/RecordAudioButton.d.ts.map | 1 - .../package/dist/components/SendButton.d.ts | 12 -- .../dist/components/SendButton.d.ts.map | 1 - .../package/dist/components/TypingBubble.d.ts | 2 - .../dist/components/TypingBubble.d.ts.map | 1 - .../dist/components/avatars/Avatar.d.ts | 4 - .../dist/components/avatars/Avatar.d.ts.map | 1 - .../components/avatars/DefaultAvatar.d.ts | 2 - .../components/avatars/DefaultAvatar.d.ts.map | 1 - .../dist/components/bubbles/BotBubble.d.ts | 12 -- .../components/bubbles/BotBubble.d.ts.map | 1 - .../dist/components/bubbles/GuestBubble.d.ts | 14 -- .../components/bubbles/GuestBubble.d.ts.map | 1 - .../components/bubbles/LoadingBubble.d.ts | 2 - .../components/bubbles/LoadingBubble.d.ts.map | 1 - .../dist/components/bubbles/SourceBubble.d.ts | 8 - .../components/bubbles/SourceBubble.d.ts.map | 1 - .../bubbles/StarterPromptBubble.d.ts | 7 - .../bubbles/StarterPromptBubble.d.ts.map | 1 - .../dist/components/buttons/CancelButton.d.ts | 10 -- .../components/buttons/CancelButton.d.ts.map | 1 - .../components/buttons/ImageUploadButton.d.ts | 11 -- .../buttons/ImageUploadButton.d.ts.map | 1 - .../components/buttons/RecordAudioButton.d.ts | 11 -- .../buttons/RecordAudioButton.d.ts.map | 1 - .../dist/components/buttons/SendButton.d.ts | 12 -- .../components/buttons/SendButton.d.ts.map | 1 - .../dist/components/icons/AddImageIcon.d.ts | 3 - .../components/icons/AddImageIcon.d.ts.map | 1 - .../dist/components/icons/CircleDotIcon.d.ts | 3 - .../components/icons/CircleDotIcon.d.ts.map | 1 - .../dist/components/icons/DeleteIcon.d.ts | 3 - .../dist/components/icons/DeleteIcon.d.ts.map | 1 - .../dist/components/icons/RecordIcon.d.ts | 3 - .../dist/components/icons/RecordIcon.d.ts.map | 1 - .../dist/components/icons/SendIcon.d.ts | 3 - .../dist/components/icons/SendIcon.d.ts.map | 1 - .../dist/components/icons/TrashIcon.d.ts | 3 - .../dist/components/icons/TrashIcon.d.ts.map | 1 - .../package/dist/components/icons/XIcon.d.ts | 3 - .../dist/components/icons/XIcon.d.ts.map | 1 - .../package/dist/components/icons/index.d.ts | 8 - .../dist/components/icons/index.d.ts.map | 1 - .../package/dist/components/index.d.ts | 3 - .../package/dist/components/index.d.ts.map | 1 - .../textInput/components/ShortTextInput.d.ts | 10 -- .../components/ShortTextInput.d.ts.map | 1 - .../textInput/components/TextInput.d.ts | 19 --- .../textInput/components/TextInput.d.ts.map | 1 - .../components/inputs/textInput/index.d.ts | 2 - .../inputs/textInput/index.d.ts.map | 1 - .../flowise-embed/package/dist/constants.d.ts | 3 - .../package/dist/constants.d.ts.map | 1 - .../features/bubble/components/Bubble.d.ts | 5 - .../bubble/components/Bubble.d.ts.map | 1 - .../bubble/components/BubbleButton.d.ts | 8 - .../bubble/components/BubbleButton.d.ts.map | 1 - .../features/bubble/components/index.d.ts | 2 - .../features/bubble/components/index.d.ts.map | 1 - .../package/dist/features/bubble/index.d.ts | 2 - .../dist/features/bubble/index.d.ts.map | 1 - .../package/dist/features/bubble/types.d.ts | 48 ------ .../dist/features/bubble/types.d.ts.map | 1 - .../dist/features/full/components/Full.d.ts | 7 - .../features/full/components/Full.d.ts.map | 1 - .../dist/features/full/components/index.d.ts | 2 - .../features/full/components/index.d.ts.map | 1 - .../package/dist/features/full/index.d.ts | 2 - .../package/dist/features/full/index.d.ts.map | 1 - .../dist/features/popup/components/Popup.d.ts | 8 - .../features/popup/components/Popup.d.ts.map | 1 - .../dist/features/popup/components/index.d.ts | 2 - .../features/popup/components/index.d.ts.map | 1 - .../package/dist/features/popup/index.d.ts | 2 - .../dist/features/popup/index.d.ts.map | 1 - .../package/dist/features/popup/types.d.ts | 8 - .../dist/features/popup/types.d.ts.map | 1 - chat/flowise-embed/package/dist/index.d.ts | 3 - .../flowise-embed/package/dist/index.d.ts.map | 1 - .../dist/queries/sendMessageQuery.d.ts | 32 ---- .../dist/queries/sendMessageQuery.d.ts.map | 1 - chat/flowise-embed/package/dist/register.d.ts | 2 - .../package/dist/register.d.ts.map | 1 - chat/flowise-embed/package/dist/types.d.ts | 1 - .../flowise-embed/package/dist/types.d.ts.map | 1 - .../package/dist/utils/audioRecording.d.ts | 25 --- .../dist/utils/audioRecording.d.ts.map | 1 - .../package/dist/utils/index.d.ts | 14 -- .../package/dist/utils/index.d.ts.map | 1 - .../package/dist/utils/isMobileSignal.d.ts | 2 - .../dist/utils/isMobileSignal.d.ts.map | 1 - chat/flowise-embed/package/dist/web.d.ts | 19 --- chat/flowise-embed/package/dist/web.d.ts.map | 1 - chat/flowise-embed/package/dist/web.js | 1 - chat/flowise-embed/package/dist/window.d.ts | 27 ---- .../package/dist/window.d.ts.map | 1 - .../package/images/ChatEmbed.gif | Bin 545317 -> 0 bytes chat/flowise-embed/package/package.json | 62 -------- chat/kefu.html | 38 +---- 112 files changed, 3 insertions(+), 840 deletions(-) delete mode 100644 chat/flowise-embed/package/.eslintrc.cjs delete mode 100644 chat/flowise-embed/package/.husky/pre-commit delete mode 100644 chat/flowise-embed/package/.prettierignore delete mode 100644 chat/flowise-embed/package/.prettierrc delete mode 100644 chat/flowise-embed/package/README.md delete mode 100644 chat/flowise-embed/package/base.json delete mode 100644 chat/flowise-embed/package/dist/components/Badge.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/Badge.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/Bot.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/Bot.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/SendButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/SendButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/TypingBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/TypingBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/XIcon.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/XIcon.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/icons/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/icons/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/constants.d.ts delete mode 100644 chat/flowise-embed/package/dist/constants.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/bubble/components/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/bubble/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/bubble/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/bubble/types.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/bubble/types.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/full/components/Full.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/full/components/Full.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/full/components/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/full/components/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/full/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/full/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/popup/components/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/popup/components/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/popup/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/popup/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/features/popup/types.d.ts delete mode 100644 chat/flowise-embed/package/dist/features/popup/types.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts delete mode 100644 chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/register.d.ts delete mode 100644 chat/flowise-embed/package/dist/register.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/types.d.ts delete mode 100644 chat/flowise-embed/package/dist/types.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/utils/audioRecording.d.ts delete mode 100644 chat/flowise-embed/package/dist/utils/audioRecording.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/utils/index.d.ts delete mode 100644 chat/flowise-embed/package/dist/utils/index.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts delete mode 100644 chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/web.d.ts delete mode 100644 chat/flowise-embed/package/dist/web.d.ts.map delete mode 100644 chat/flowise-embed/package/dist/web.js delete mode 100644 chat/flowise-embed/package/dist/window.d.ts delete mode 100644 chat/flowise-embed/package/dist/window.d.ts.map delete mode 100644 chat/flowise-embed/package/images/ChatEmbed.gif delete mode 100644 chat/flowise-embed/package/package.json diff --git a/chat/flowise-embed/package/.eslintrc.cjs b/chat/flowise-embed/package/.eslintrc.cjs deleted file mode 100644 index 47ba472..0000000 --- a/chat/flowise-embed/package/.eslintrc.cjs +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - root: true, - extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', 'plugin:solid/typescript'], - plugins: ['@typescript-eslint', 'solid'], - parser: '@typescript-eslint/parser', - ignorePatterns: ['**/*.md'], - rules: { - '@next/next/no-img-element': 'off', - '@next/next/no-html-link-for-pages': 'off', - 'solid/no-innerhtml': 'off', - '@typescript-eslint/no-namespace': 'off', - '@typescript-eslint/no-explicit-any': 'off' - } -} diff --git a/chat/flowise-embed/package/.husky/pre-commit b/chat/flowise-embed/package/.husky/pre-commit deleted file mode 100644 index cb54931..0000000 --- a/chat/flowise-embed/package/.husky/pre-commit +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -set -e # Exit on any error - -echo "Running ESLint for linting..." -npm run lint - -echo "Running ESLint for fixing issues..." -npm run lint-fix - -echo "Formatting code..." -npm run format - -echo "Checking formatting..." -npm run format:check - -echo "Pre-commit checks passed." diff --git a/chat/flowise-embed/package/.prettierignore b/chat/flowise-embed/package/.prettierignore deleted file mode 100644 index ab57381..0000000 --- a/chat/flowise-embed/package/.prettierignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules -build -dist diff --git a/chat/flowise-embed/package/.prettierrc b/chat/flowise-embed/package/.prettierrc deleted file mode 100644 index f6ae193..0000000 --- a/chat/flowise-embed/package/.prettierrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "semi": true, - "singleQuote": true, - "tabWidth": 2, - "trailingComma": "all", - "printWidth": 150, - "endOfLine": "lf" -} diff --git a/chat/flowise-embed/package/README.md b/chat/flowise-embed/package/README.md deleted file mode 100644 index 2b22c50..0000000 --- a/chat/flowise-embed/package/README.md +++ /dev/null @@ -1,147 +0,0 @@ - - -# Flowise Embed - -Javascript library to display flowise chatbot on your website - -![Flowise](https://github.com/FlowiseAI/FlowiseChatEmbed/blob/main/images/ChatEmbed.gif?raw=true) - -Install: - -```bash -yarn install -``` - -Dev: - -```bash -yarn dev -``` - -Build: - -```bash -yarn build -``` - -## Embed in your HTML - -### PopUp - -```html - -``` - -### FullPage - -```html - - -``` - -To enable full screen, add `margin: 0` to body style, and confirm you don't set height and width - -```html - - - -``` - -## Configuration - -You can also customize chatbot with different configuration - -```html - -``` - -## License - -Source code in this repository is made available under the [MIT License](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md). diff --git a/chat/flowise-embed/package/base.json b/chat/flowise-embed/package/base.json deleted file mode 100644 index e7639da..0000000 --- a/chat/flowise-embed/package/base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", - "compilerOptions": { - "composite": false, - "declaration": true, - "declarationMap": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "inlineSources": false, - "isolatedModules": true, - "moduleResolution": "node", - "noUnusedLocals": false, - "noUnusedParameters": false, - "preserveWatchOutput": true, - "skipLibCheck": true, - "strict": true, - "downlevelIteration": true - }, - "exclude": ["node_modules"] -} diff --git a/chat/flowise-embed/package/dist/components/Badge.d.ts b/chat/flowise-embed/package/dist/components/Badge.d.ts deleted file mode 100644 index c1012c9..0000000 --- a/chat/flowise-embed/package/dist/components/Badge.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -type Props = { - botContainer: HTMLDivElement | undefined; - poweredByTextColor?: string; - badgeBackgroundColor?: string; -}; -export declare const Badge: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=Badge.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/Badge.d.ts.map b/chat/flowise-embed/package/dist/components/Badge.d.ts.map deleted file mode 100644 index b1e1937..0000000 --- a/chat/flowise-embed/package/dist/components/Badge.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/components/Badge.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,cAAc,GAAG,SAAS,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAIF,eAAO,MAAM,KAAK,UAAW,KAAK,mCAkDjC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/Bot.d.ts b/chat/flowise-embed/package/dist/components/Bot.d.ts deleted file mode 100644 index 57dc622..0000000 --- a/chat/flowise-embed/package/dist/components/Bot.d.ts +++ /dev/null @@ -1,56 +0,0 @@ -import { BotMessageTheme, TextInputTheme, UserMessageTheme } from '@/features/bubble/types'; -export type FileEvent = { - target: T; -}; -type ImageUploadConstraits = { - fileTypes: string[]; - maxUploadSize: number; -}; -export type UploadsConfig = { - imgUploadSizeAndTypes: ImageUploadConstraits[]; - isImageUploadAllowed: boolean; - isSpeechToTextEnabled: boolean; -}; -type FilePreviewData = string | ArrayBuffer; -type FilePreview = { - data: FilePreviewData; - mime: string; - name: string; - preview: string; - type: string; -}; -type messageType = 'apiMessage' | 'userMessage' | 'usermessagewaiting'; -export type FileUpload = Omit; -export type MessageType = { - message: string; - type: messageType; - sourceDocuments?: any; - fileAnnotations?: any; - fileUploads?: Partial[]; -}; -type observerConfigType = (accessor: string | boolean | object | MessageType[]) => void; -export type observersConfigType = Record<'observeUserInput' | 'observeLoading' | 'observeMessages', observerConfigType>; -export type BotProps = { - chatflowid: string; - apiHost?: string; - chatflowConfig?: Record; - welcomeMessage?: string; - botMessage?: BotMessageTheme; - userMessage?: UserMessageTheme; - textInput?: TextInputTheme; - poweredByTextColor?: string; - badgeBackgroundColor?: string; - bubbleBackgroundColor?: string; - bubbleTextColor?: string; - showTitle?: boolean; - title?: string; - titleAvatarSrc?: string; - fontSize?: number; - isFullPage?: boolean; - observersConfig?: observersConfigType; -}; -export declare const Bot: (botProps: BotProps & { - class?: string; -}) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=Bot.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/Bot.d.ts.map b/chat/flowise-embed/package/dist/components/Bot.d.ts.map deleted file mode 100644 index a51abd7..0000000 --- a/chat/flowise-embed/package/dist/components/Bot.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Bot.d.ts","sourceRoot":"","sources":["../../src/components/Bot.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAU5F,MAAM,MAAM,SAAS,CAAC,CAAC,GAAG,WAAW,IAAI;IACvC,MAAM,EAAE,CAAC,CAAC;CACX,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,qBAAqB,EAAE,qBAAqB,EAAE,CAAC;IAC/C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,KAAK,eAAe,GAAG,MAAM,GAAG,WAAW,CAAC;AAE5C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,eAAe,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,WAAW,GAAG,YAAY,GAAG,aAAa,GAAG,oBAAoB,CAAC;AAEvE,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC;CACrC,CAAC;AAEF,KAAK,kBAAkB,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,WAAW,EAAE,KAAK,IAAI,CAAC;AACxF,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,kBAAkB,GAAG,gBAAgB,GAAG,iBAAiB,EAAE,kBAAkB,CAAC,CAAC;AAExH,MAAM,MAAM,QAAQ,GAAG;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,mBAAmB,CAAC;CACvC,CAAC;AAoFF,eAAO,MAAM,GAAG,aAAc,QAAQ,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,mCA4yB1D,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts b/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts deleted file mode 100644 index aab4ed0..0000000 --- a/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type ImageUploadButtonProps = { - buttonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const ImageUploadButton: (props: ImageUploadButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=ImageUploadButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts.map b/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts.map deleted file mode 100644 index c74e6ba..0000000 --- a/chat/flowise-embed/package/dist/components/ImageUploadButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../src/components/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts b/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts deleted file mode 100644 index 8139e33..0000000 --- a/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type RecordAudioButtonProps = { - buttonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const RecordAudioButton: (props: RecordAudioButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=RecordAudioButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts.map b/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts.map deleted file mode 100644 index 3eab23b..0000000 --- a/chat/flowise-embed/package/dist/components/RecordAudioButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"RecordAudioButton.d.ts","sourceRoot":"","sources":["../../src/components/RecordAudioButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/SendButton.d.ts b/chat/flowise-embed/package/dist/components/SendButton.d.ts deleted file mode 100644 index 1ae608e..0000000 --- a/chat/flowise-embed/package/dist/components/SendButton.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type SendButtonProps = { - sendButtonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const SendButton: (props: SendButtonProps) => JSX.Element; -export declare const DeleteButton: (props: SendButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=SendButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/SendButton.d.ts.map b/chat/flowise-embed/package/dist/components/SendButton.d.ts.map deleted file mode 100644 index c300a11..0000000 --- a/chat/flowise-embed/package/dist/components/SendButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../src/components/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,KAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,eAAe,gBAiBhD,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,eAAe,gBAkBlD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/TypingBubble.d.ts b/chat/flowise-embed/package/dist/components/TypingBubble.d.ts deleted file mode 100644 index f11a19e..0000000 --- a/chat/flowise-embed/package/dist/components/TypingBubble.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const TypingBubble: () => import("solid-js").JSX.Element; -//# sourceMappingURL=TypingBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/TypingBubble.d.ts.map b/chat/flowise-embed/package/dist/components/TypingBubble.d.ts.map deleted file mode 100644 index 2f452b7..0000000 --- a/chat/flowise-embed/package/dist/components/TypingBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"TypingBubble.d.ts","sourceRoot":"","sources":["../../src/components/TypingBubble.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,sCAMxB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts b/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts deleted file mode 100644 index 17e9d9a..0000000 --- a/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -export declare const Avatar: (props: { - initialAvatarSrc?: string; -}) => import("solid-js").JSX.Element; -//# sourceMappingURL=Avatar.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts.map b/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts.map deleted file mode 100644 index 0f77b3d..0000000 --- a/chat/flowise-embed/package/dist/components/avatars/Avatar.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/Avatar.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM,UAAW;IAAE,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAAE,mCAkB1D,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts b/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts deleted file mode 100644 index e3b7f66..0000000 --- a/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const DefaultAvatar: () => import("solid-js").JSX.Element; -//# sourceMappingURL=DefaultAvatar.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts.map b/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts.map deleted file mode 100644 index 0af774a..0000000 --- a/chat/flowise-embed/package/dist/components/avatars/DefaultAvatar.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"DefaultAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/DefaultAvatar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAmCzB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts b/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts deleted file mode 100644 index 45d758d..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -type Props = { - message: string; - apiHost?: string; - fileAnnotations?: any; - showAvatar?: boolean; - avatarSrc?: string; - backgroundColor?: string; - textColor?: string; -}; -export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=BotBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts.map b/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts.map deleted file mode 100644 index 7d66806..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/BotBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"BotBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/BotBubble.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAOF,eAAO,MAAM,SAAS,UAAW,KAAK,mCAmErC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts b/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts deleted file mode 100644 index f5b0f8e..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { MessageType } from '../Bot'; -type Props = { - message: MessageType; - apiHost?: string; - chatflowid: string; - chatId: string; - showAvatar?: boolean; - avatarSrc?: string; - backgroundColor?: string; - textColor?: string; -}; -export declare const GuestBubble: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=GuestBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts.map b/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts.map deleted file mode 100644 index 5f620d7..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/GuestBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"GuestBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/GuestBubble.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAOF,eAAO,MAAM,WAAW,UAAW,KAAK,mCAmDvC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts b/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts deleted file mode 100644 index 228314a..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const LoadingBubble: () => import("solid-js").JSX.Element; -//# sourceMappingURL=LoadingBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts.map b/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts.map deleted file mode 100644 index 105246a..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/LoadingBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"LoadingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/LoadingBubble.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAMzB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts b/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts deleted file mode 100644 index 4773c7f..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -type Props = { - pageContent: string; - metadata: object; - onSourceClick?: () => void; -}; -export declare const SourceBubble: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=SourceBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts.map b/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts.map deleted file mode 100644 index ccd82ce..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/SourceBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"SourceBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/SourceBubble.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,KAAK,mCA0BxC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts b/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts deleted file mode 100644 index 5213867..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -type Props = { - prompt: string; - onPromptClick?: () => void; -}; -export declare const StarterPromptBubble: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=StarterPromptBubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts.map b/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts.map deleted file mode 100644 index 835426c..0000000 --- a/chat/flowise-embed/package/dist/components/bubbles/StarterPromptBubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"StarterPromptBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/StarterPromptBubble.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AACF,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCAsB/C,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts b/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts deleted file mode 100644 index 48822c8..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type CancelButtonProps = { - buttonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const CancelButton: (props: CancelButtonProps) => JSX.Element; -export {}; -//# sourceMappingURL=CancelButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts.map b/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts.map deleted file mode 100644 index 66927a2..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/CancelButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"CancelButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/CancelButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,iBAAiB,GAAG;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,iBAAiB,gBAepD,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts b/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts deleted file mode 100644 index aab4ed0..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type ImageUploadButtonProps = { - buttonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const ImageUploadButton: (props: ImageUploadButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=ImageUploadButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts.map b/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts.map deleted file mode 100644 index b84ecbe..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/ImageUploadButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts b/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts deleted file mode 100644 index 8139e33..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type RecordAudioButtonProps = { - buttonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const RecordAudioButton: (props: RecordAudioButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=RecordAudioButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts.map b/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts.map deleted file mode 100644 index 9f263ae..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/RecordAudioButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"RecordAudioButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/RecordAudioButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts b/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts deleted file mode 100644 index 1ae608e..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type SendButtonProps = { - sendButtonColor?: string; - isDisabled?: boolean; - isLoading?: boolean; - disableIcon?: boolean; -} & JSX.ButtonHTMLAttributes; -export declare const SendButton: (props: SendButtonProps) => JSX.Element; -export declare const DeleteButton: (props: SendButtonProps) => JSX.Element; -export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; -export {}; -//# sourceMappingURL=SendButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts.map b/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts.map deleted file mode 100644 index 68620a5..0000000 --- a/chat/flowise-embed/package/dist/components/buttons/SendButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,eAAe,gBAiBhD,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,eAAe,gBAkBlD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts deleted file mode 100644 index 4536720..0000000 --- a/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const AddImageIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=AddImageIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts.map deleted file mode 100644 index 003cd2d..0000000 --- a/chat/flowise-embed/package/dist/components/icons/AddImageIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"AddImageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AddImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,YAAY,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAkBtE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts deleted file mode 100644 index 15080c2..0000000 --- a/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const CircleDotIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=CircleDotIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts.map deleted file mode 100644 index 3dbd7f7..0000000 --- a/chat/flowise-embed/package/dist/components/icons/CircleDotIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"CircleDotIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CircleDotIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,aAAa,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAevE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts deleted file mode 100644 index e857537..0000000 --- a/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const DeleteIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=DeleteIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts.map deleted file mode 100644 index 2080bf5..0000000 --- a/chat/flowise-embed/package/dist/components/icons/DeleteIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"DeleteIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/DeleteIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAiBpE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts deleted file mode 100644 index 633262c..0000000 --- a/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const RecordIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=RecordIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts.map deleted file mode 100644 index b5e6f72..0000000 --- a/chat/flowise-embed/package/dist/components/icons/RecordIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"RecordIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RecordIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBpE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts deleted file mode 100644 index 117487c..0000000 --- a/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const SendIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=SendIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts.map deleted file mode 100644 index 01d48c9..0000000 --- a/chat/flowise-embed/package/dist/components/icons/SendIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"SendIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SendIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,QAAQ,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAIlE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts deleted file mode 100644 index 3722118..0000000 --- a/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const TrashIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=TrashIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts.map deleted file mode 100644 index e23edbf..0000000 --- a/chat/flowise-embed/package/dist/components/icons/TrashIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"TrashIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/TrashIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,SAAS,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAkBnE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts b/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts deleted file mode 100644 index 28528b7..0000000 --- a/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -export declare const XIcon: (props: JSX.SvgSVGAttributes) => JSX.Element; -//# sourceMappingURL=XIcon.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts.map b/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts.map deleted file mode 100644 index 3d54bb4..0000000 --- a/chat/flowise-embed/package/dist/components/icons/XIcon.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"XIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/XIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,KAAK,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAe/D,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/index.d.ts b/chat/flowise-embed/package/dist/components/icons/index.d.ts deleted file mode 100644 index e51a598..0000000 --- a/chat/flowise-embed/package/dist/components/icons/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export * from './AddImageIcon'; -export * from './CircleDotIcon'; -export * from './DeleteIcon'; -export * from './RecordIcon'; -export * from './SendIcon'; -export * from './TrashIcon'; -export * from './XIcon'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/icons/index.d.ts.map b/chat/flowise-embed/package/dist/components/icons/index.d.ts.map deleted file mode 100644 index 8dbe787..0000000 --- a/chat/flowise-embed/package/dist/components/icons/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/index.d.ts b/chat/flowise-embed/package/dist/components/index.d.ts deleted file mode 100644 index 8e28140..0000000 --- a/chat/flowise-embed/package/dist/components/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './buttons/SendButton'; -export * from './TypingBubble'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/index.d.ts.map b/chat/flowise-embed/package/dist/components/index.d.ts.map deleted file mode 100644 index 87bc3a5..0000000 --- a/chat/flowise-embed/package/dist/components/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts b/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts deleted file mode 100644 index c755367..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { JSX } from 'solid-js/jsx-runtime'; -type ShortTextInputProps = { - ref: HTMLInputElement | undefined; - onInput: (value: string) => void; - fontSize?: number; - disabled?: boolean; -} & Omit, 'onInput'>; -export declare const ShortTextInput: (props: ShortTextInputProps) => JSX.Element; -export {}; -//# sourceMappingURL=ShortTextInput.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map b/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map deleted file mode 100644 index eb4e582..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/components/ShortTextInput.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ShortTextInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/textInput/components/ShortTextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,KAAK,mBAAmB,GAAG;IACzB,GAAG,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAC;AAE/D,eAAO,MAAM,cAAc,UAAW,mBAAmB,gBAcxD,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts b/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts deleted file mode 100644 index 328103b..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { Setter } from 'solid-js'; -import { FileEvent, UploadsConfig } from '@/components/Bot'; -type Props = { - placeholder?: string; - backgroundColor?: string; - textColor?: string; - sendButtonColor?: string; - defaultValue?: string; - fontSize?: number; - disabled?: boolean; - onSubmit: (value: string) => void; - uploadsConfig?: Partial; - setPreviews: Setter; - onMicrophoneClicked: () => void; - handleFileChange: (event: FileEvent) => void; -}; -export declare const TextInput: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=TextInput.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts.map b/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts.map deleted file mode 100644 index 61ff31a..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/components/TextInput.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/textInput/components/TextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuC,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAI5D,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,gBAAgB,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAChE,CAAC;AAKF,eAAO,MAAM,SAAS,UAAW,KAAK,mCAiFrC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts b/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts deleted file mode 100644 index 696fb4c..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { TextInput } from './components/TextInput'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts.map b/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts.map deleted file mode 100644 index 738da5a..0000000 --- a/chat/flowise-embed/package/dist/components/inputs/textInput/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/textInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/constants.d.ts b/chat/flowise-embed/package/dist/constants.d.ts deleted file mode 100644 index 8f79768..0000000 --- a/chat/flowise-embed/package/dist/constants.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import type { BubbleProps } from './features/bubble'; -export declare const defaultBotProps: BubbleProps; -//# sourceMappingURL=constants.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/constants.d.ts.map b/chat/flowise-embed/package/dist/constants.d.ts.map deleted file mode 100644 index 57e2961..0000000 --- a/chat/flowise-embed/package/dist/constants.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,eAAO,MAAM,eAAe,EAAE,WAM7B,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts b/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts deleted file mode 100644 index 2828d64..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { BubbleParams } from '../types'; -import { BotProps } from '../../../components/Bot'; -export type BubbleProps = BotProps & BubbleParams; -export declare const Bubble: (props: BubbleProps) => import("solid-js").JSX.Element; -//# sourceMappingURL=Bubble.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts.map b/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts.map deleted file mode 100644 index 0c7c5e2..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/Bubble.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Bubble.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/Bubble.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAO,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAKxD,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,YAAY,CAAC;AAElD,eAAO,MAAM,MAAM,UAAW,WAAW,mCAoExC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts b/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts deleted file mode 100644 index c7e5495..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { ButtonTheme } from '../types'; -type Props = ButtonTheme & { - isBotOpened: boolean; - toggleBot: () => void; -}; -export declare const BubbleButton: (props: Props) => import("solid-js").JSX.Element; -export {}; -//# sourceMappingURL=BubbleButton.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts.map b/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts.map deleted file mode 100644 index 7250582..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/BubbleButton.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"BubbleButton.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/BubbleButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,KAAK,KAAK,GAAG,WAAW,GAAG;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAOF,eAAO,MAAM,YAAY,UAAW,KAAK,mCA4DxC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts b/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts deleted file mode 100644 index e50fa47..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './Bubble'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts.map b/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts.map deleted file mode 100644 index 19fb743..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/components/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/index.d.ts b/chat/flowise-embed/package/dist/features/bubble/index.d.ts deleted file mode 100644 index 08ff520..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './components'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/index.d.ts.map b/chat/flowise-embed/package/dist/features/bubble/index.d.ts.map deleted file mode 100644 index ace7baf..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/bubble/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/types.d.ts b/chat/flowise-embed/package/dist/features/bubble/types.d.ts deleted file mode 100644 index 6e65fd7..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/types.d.ts +++ /dev/null @@ -1,48 +0,0 @@ -export type BubbleParams = { - theme?: BubbleTheme; -}; -export type BubbleTheme = { - chatWindow?: ChatWindowTheme; - button?: ButtonTheme; -}; -export type TextInputTheme = { - backgroundColor?: string; - textColor?: string; - placeholder?: string; - sendButtonColor?: string; -}; -export type UserMessageTheme = { - backgroundColor?: string; - textColor?: string; - showAvatar?: boolean; - avatarSrc?: string; -}; -export type BotMessageTheme = { - backgroundColor?: string; - textColor?: string; - showAvatar?: boolean; - avatarSrc?: string; -}; -export type ChatWindowTheme = { - showTitle?: boolean; - title?: string; - titleAvatarSrc?: string; - welcomeMessage?: string; - backgroundColor?: string; - height?: number; - width?: number; - fontSize?: number; - userMessage?: UserMessageTheme; - botMessage?: BotMessageTheme; - textInput?: TextInputTheme; - poweredByTextColor?: string; -}; -export type ButtonTheme = { - size?: 'medium' | 'large'; - backgroundColor?: string; - iconColor?: string; - customIconSrc?: string; - bottom?: number; - right?: number; -}; -//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/bubble/types.d.ts.map b/chat/flowise-embed/package/dist/features/bubble/types.d.ts.map deleted file mode 100644 index 08acdee..0000000 --- a/chat/flowise-embed/package/dist/features/bubble/types.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/bubble/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/components/Full.d.ts b/chat/flowise-embed/package/dist/features/full/components/Full.d.ts deleted file mode 100644 index 15e8bc3..0000000 --- a/chat/flowise-embed/package/dist/features/full/components/Full.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { BotProps } from '@/components/Bot'; -import { BubbleParams } from '@/features/bubble/types'; -export type FullProps = BotProps & BubbleParams; -export declare const Full: (props: FullProps, { element }: { - element: HTMLElement; -}) => import("solid-js").JSX.Element; -//# sourceMappingURL=Full.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/components/Full.d.ts.map b/chat/flowise-embed/package/dist/features/full/components/Full.d.ts.map deleted file mode 100644 index 7889146..0000000 --- a/chat/flowise-embed/package/dist/features/full/components/Full.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Full.d.ts","sourceRoot":"","sources":["../../../../src/features/full/components/Full.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAMvD,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,YAAY,CAAC;AAEhD,eAAO,MAAM,IAAI,UAAW,SAAS;aAA0B,WAAW;oCAsDzE,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/components/index.d.ts b/chat/flowise-embed/package/dist/features/full/components/index.d.ts deleted file mode 100644 index f0f3bb3..0000000 --- a/chat/flowise-embed/package/dist/features/full/components/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './Full'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/components/index.d.ts.map b/chat/flowise-embed/package/dist/features/full/components/index.d.ts.map deleted file mode 100644 index 9f4f806..0000000 --- a/chat/flowise-embed/package/dist/features/full/components/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/full/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/index.d.ts b/chat/flowise-embed/package/dist/features/full/index.d.ts deleted file mode 100644 index 08ff520..0000000 --- a/chat/flowise-embed/package/dist/features/full/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './components'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/full/index.d.ts.map b/chat/flowise-embed/package/dist/features/full/index.d.ts.map deleted file mode 100644 index d179cfb..0000000 --- a/chat/flowise-embed/package/dist/features/full/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/full/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts b/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts deleted file mode 100644 index d4bd089..0000000 --- a/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export type PopupProps = { - value?: any; - isOpen?: boolean; - onOpen?: () => void; - onClose?: () => void; -}; -export declare const Popup: (props: PopupProps) => import("solid-js").JSX.Element; -//# sourceMappingURL=Popup.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts.map b/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts.map deleted file mode 100644 index 6829eea..0000000 --- a/chat/flowise-embed/package/dist/features/popup/components/Popup.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../src/features/popup/components/Popup.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AA4BF,eAAO,MAAM,KAAK,UAAW,UAAU,mCAsEtC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/components/index.d.ts b/chat/flowise-embed/package/dist/features/popup/components/index.d.ts deleted file mode 100644 index be9872b..0000000 --- a/chat/flowise-embed/package/dist/features/popup/components/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './Popup'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/components/index.d.ts.map b/chat/flowise-embed/package/dist/features/popup/components/index.d.ts.map deleted file mode 100644 index cf40baa..0000000 --- a/chat/flowise-embed/package/dist/features/popup/components/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/popup/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/index.d.ts b/chat/flowise-embed/package/dist/features/popup/index.d.ts deleted file mode 100644 index 08ff520..0000000 --- a/chat/flowise-embed/package/dist/features/popup/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './components'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/index.d.ts.map b/chat/flowise-embed/package/dist/features/popup/index.d.ts.map deleted file mode 100644 index c829751..0000000 --- a/chat/flowise-embed/package/dist/features/popup/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/popup/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/types.d.ts b/chat/flowise-embed/package/dist/features/popup/types.d.ts deleted file mode 100644 index e5c11b4..0000000 --- a/chat/flowise-embed/package/dist/features/popup/types.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export type PopupParams = { - autoShowDelay?: number; - theme?: { - width?: string; - backgroundColor?: string; - }; -}; -//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/features/popup/types.d.ts.map b/chat/flowise-embed/package/dist/features/popup/types.d.ts.map deleted file mode 100644 index 01efe07..0000000 --- a/chat/flowise-embed/package/dist/features/popup/types.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/popup/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;CACH,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/index.d.ts b/chat/flowise-embed/package/dist/index.d.ts deleted file mode 100644 index 3fb36f4..0000000 --- a/chat/flowise-embed/package/dist/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export type { BotProps } from './components/Bot'; -export type { BubbleProps } from './features/bubble/components/Bubble'; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/index.d.ts.map b/chat/flowise-embed/package/dist/index.d.ts.map deleted file mode 100644 index d7a3616..0000000 --- a/chat/flowise-embed/package/dist/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts b/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts deleted file mode 100644 index 087a6ea..0000000 --- a/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { FileUpload, MessageType } from '@/components/Bot'; -export type IncomingInput = { - question: string; - history: MessageType[]; - uploads?: FileUpload[]; - overrideConfig?: Record; - socketIOClientId?: string; - chatId?: string; - fileName?: string; -}; -export type MessageRequest = { - chatflowid?: string; - apiHost?: string; - body?: IncomingInput; -}; -export declare const sendMessageQuery: ({ chatflowid, apiHost, body }: MessageRequest) => Promise<{ - data?: any; - error?: Error | undefined; -}>; -export declare const getChatbotConfig: ({ chatflowid, apiHost }: MessageRequest) => Promise<{ - data?: any; - error?: Error | undefined; -}>; -export declare const isStreamAvailableQuery: ({ chatflowid, apiHost }: MessageRequest) => Promise<{ - data?: any; - error?: Error | undefined; -}>; -export declare const sendFileDownloadQuery: ({ apiHost, body }: MessageRequest) => Promise<{ - data?: any; - error?: Error | undefined; -}>; -//# sourceMappingURL=sendMessageQuery.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts.map b/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts.map deleted file mode 100644 index e149551..0000000 --- a/chat/flowise-embed/package/dist/queries/sendMessageQuery.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"sendMessageQuery.d.ts","sourceRoot":"","sources":["../../src/queries/sendMessageQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG3D,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,kCAA6D,cAAc;;;EAKpG,CAAC;AAEL,eAAO,MAAM,gBAAgB,4BAAuD,cAAc;;;EAI9F,CAAC;AAEL,eAAO,MAAM,sBAAsB,4BAAuD,cAAc;;;EAIpG,CAAC;AAEL,eAAO,MAAM,qBAAqB,sBAAiD,cAAc;;;EAM7F,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/register.d.ts b/chat/flowise-embed/package/dist/register.d.ts deleted file mode 100644 index 32afa59..0000000 --- a/chat/flowise-embed/package/dist/register.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const registerWebComponents: () => void; -//# sourceMappingURL=register.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/register.d.ts.map b/chat/flowise-embed/package/dist/register.d.ts.map deleted file mode 100644 index 8ab09e7..0000000 --- a/chat/flowise-embed/package/dist/register.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB,YAKjC,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/types.d.ts b/chat/flowise-embed/package/dist/types.d.ts deleted file mode 100644 index 2324761..0000000 --- a/chat/flowise-embed/package/dist/types.d.ts +++ /dev/null @@ -1 +0,0 @@ -//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/types.d.ts.map b/chat/flowise-embed/package/dist/types.d.ts.map deleted file mode 100644 index 4d58189..0000000 --- a/chat/flowise-embed/package/dist/types.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/audioRecording.d.ts b/chat/flowise-embed/package/dist/utils/audioRecording.d.ts deleted file mode 100644 index 2dec024..0000000 --- a/chat/flowise-embed/package/dist/utils/audioRecording.d.ts +++ /dev/null @@ -1,25 +0,0 @@ -/** - * @fileoverview This file contains the API to handle audio recording. - * Originally from 'https://ralzohairi.medium.com/audio-recording-in-javascript-96eed45b75ee' - */ -export declare function getElaspedTime(): string; -/** Starts the audio recording*/ -export declare function startAudioRecording(onRecordingStart: (value: boolean) => void, onUnsupportedBrowser: (value: boolean) => void, setElapsedTime: (value: string) => void): void; -/** Stop the currently started audio recording & sends it - */ -export declare function stopAudioRecording(addRecordingToPreviews: null | ((blob: Blob) => void)): void; -/** Cancel the currently started audio recording */ -export declare function cancelAudioRecording(): void; -type AudioRecorder = { - audioBlobs: Blob[]; - mediaRecorder: MediaRecorder | null; - streamBeingCaptured: MediaStream | null; - start: () => Promise; - stop: () => Promise; - cancel: () => void; - stopStream: () => void; - resetRecordingProperties: () => void; -}; -export declare const audioRecorder: AudioRecorder; -export {}; -//# sourceMappingURL=audioRecording.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/audioRecording.d.ts.map b/chat/flowise-embed/package/dist/utils/audioRecording.d.ts.map deleted file mode 100644 index 42b0f88..0000000 --- a/chat/flowise-embed/package/dist/utils/audioRecording.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"audioRecording.d.ts","sourceRoot":"","sources":["../../src/utils/audioRecording.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAcH,wBAAgB,cAAc,WAE7B;AAED,gCAAgC;AAChC,wBAAgB,mBAAmB,CACjC,gBAAgB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,EAC1C,oBAAoB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,EAC9C,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,QAkExC;AACD;GACG;AACH,wBAAgB,kBAAkB,CAAC,sBAAsB,EAAE,IAAI,GAAG,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC,QAuBvF;AAED,mDAAmD;AACnD,wBAAgB,oBAAoB,SAMnC;AA8FD,KAAK,aAAa,GAAG;IACnB,UAAU,EAAE,IAAI,EAAE,CAAC;IACnB,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,mBAAmB,EAAE,WAAW,GAAG,IAAI,CAAC;IACxC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3B,IAAI,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAmG3B,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/index.d.ts b/chat/flowise-embed/package/dist/utils/index.d.ts deleted file mode 100644 index a935e46..0000000 --- a/chat/flowise-embed/package/dist/utils/index.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -export declare const isNotDefined: (value: T | null | undefined) => value is null | undefined; -export declare const isDefined: (value: T | null | undefined) => value is NonNullable; -export declare const isEmpty: (value: string | undefined | null) => value is undefined; -export declare const isNotEmpty: (value: string | undefined | null) => value is string; -export declare const sendRequest: (params: { - url: string; - method: string; - body?: Record | FormData; - type?: string; -} | string) => Promise<{ - data?: ResponseData | undefined; - error?: Error | undefined; -}>; -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/index.d.ts.map b/chat/flowise-embed/package/dist/utils/index.d.ts.map deleted file mode 100644 index 41598dc..0000000 --- a/chat/flowise-embed/package/dist/utils/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,+DAAuG,CAAC;AAEjI,eAAO,MAAM,SAAS,6DAAqG,CAAC;AAE5H,eAAO,MAAM,OAAO,UAAW,MAAM,GAAG,SAAS,GAAG,IAAI,uBAA8E,CAAC;AAEvI,eAAO,MAAM,UAAU,UAAW,MAAM,GAAG,SAAS,GAAG,IAAI,oBAA2E,CAAC;AAEvI,eAAO,MAAM,WAAW,yBAElB;IACE,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,MAAM,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GACD,MAAM;;;EAyCX,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts b/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts deleted file mode 100644 index 3a2423f..0000000 --- a/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const isMobile: import("solid-js").Accessor, setIsMobile: import("solid-js").Setter; -//# sourceMappingURL=isMobileSignal.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts.map b/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts.map deleted file mode 100644 index 3b4cecb..0000000 --- a/chat/flowise-embed/package/dist/utils/isMobileSignal.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"isMobileSignal.d.ts","sourceRoot":"","sources":["../../src/utils/isMobileSignal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAO,QAAQ,oDAAE,WAAW,gDAA2B,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/web.d.ts b/chat/flowise-embed/package/dist/web.d.ts deleted file mode 100644 index f4ee53a..0000000 --- a/chat/flowise-embed/package/dist/web.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -declare const chatbot: { - initFull: (props: { - chatflowid: string; - apiHost?: string | undefined; - chatflowConfig?: Record | undefined; - observersConfig?: import("./components/Bot").observersConfigType | undefined; - } & { - id?: string | undefined; - }) => void; - init: (props: { - chatflowid: string; - apiHost?: string | undefined; - chatflowConfig?: Record | undefined; - observersConfig?: import("./components/Bot").observersConfigType | undefined; - }) => void; - destroy: () => void; -}; -export default chatbot; -//# sourceMappingURL=web.d.ts.map \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/web.d.ts.map b/chat/flowise-embed/package/dist/web.d.ts.map deleted file mode 100644 index d5a42af..0000000 --- a/chat/flowise-embed/package/dist/web.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../src/web.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;CAAiB,CAAC;AAI/B,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/chat/flowise-embed/package/dist/web.js b/chat/flowise-embed/package/dist/web.js deleted file mode 100644 index 6292dd8..0000000 --- a/chat/flowise-embed/package/dist/web.js +++ /dev/null @@ -1 +0,0 @@ -function e(e){return Object.keys(e).reduce(((t,r)=>{var o=e[r];return t[r]=Object.assign({},o),!s(o.value)||function(e){return"[object Function]"===Object.prototype.toString.call(e)}(o.value)||Array.isArray(o.value)||(t[r].value=Object.assign({},o.value)),Array.isArray(o.value)&&(t[r].value=o.value.slice(0)),t}),{})}function t(e){if(e)try{return JSON.parse(e)}catch(t){return e}}function r(e,t,r){if(null==r||!1===r)return e.removeAttribute(t);let s=JSON.stringify(r);e.__updating[t]=!0,"true"===s&&(s=""),e.setAttribute(t,s),Promise.resolve().then((()=>delete e.__updating[t]))}function s(e){return null!=e&&("object"==typeof e||"function"==typeof e)}let o;function n(s,n){const i=Object.keys(n);return class extends s{static get observedAttributes(){return i.map((e=>n[e].attribute))}constructor(){super(),this.__initialized=!1,this.__released=!1,this.__releaseCallbacks=[],this.__propertyChangedCallbacks=[],this.__updating={},this.props={}}connectedCallback(){if(!this.__initialized){this.__releaseCallbacks=[],this.__propertyChangedCallbacks=[],this.__updating={},this.props=function(s,o){const n=e(o);return Object.keys(o).forEach((e=>{const o=n[e],i=s.getAttribute(o.attribute),a=s[e];i&&(o.value=o.parse?t(i):i),null!=a&&(o.value=Array.isArray(a)?a.slice(0):a),o.reflect&&r(s,o.attribute,o.value),Object.defineProperty(s,e,{get:()=>o.value,set(t){var s=o.value;o.value=t,o.reflect&&r(this,o.attribute,o.value);for(let r=0,o=this.__propertyChangedCallbacks.length;r(t[r]=e[r].value,t)),{})}(this.props),i=this.Component,a=o;try{(o=this).__initialized=!0,function(e){return"function"==typeof e&&0===e.toString().indexOf("class")}(i)?new i(s,{element:this}):i(s,{element:this})}finally{o=a}}}async disconnectedCallback(){if(await Promise.resolve(),!this.isConnected){this.__propertyChangedCallbacks.length=0;for(var e=null;e=this.__releaseCallbacks.pop();)e(this);delete this.__initialized,this.__released=!0}}attributeChangedCallback(e,r,s){!this.__initialized||this.__updating[e]||(e=this.lookupProp(e))in n&&(null==s&&!this[e]||(this[e]=n[e].parse?t(s):s))}lookupProp(e){if(n)return i.find((t=>e===t||e===n[t].attribute))}get renderRoot(){return this.shadowRoot||this.attachShadow({mode:"open"})}addReleaseCallback(e){this.__releaseCallbacks.push(e)}addPropertyChangedCallback(e){this.__propertyChangedCallbacks.push(e)}}}function i(e,t={},r={}){const{BaseElement:o=HTMLElement,extension:i}=r;return r=>{if(!e)throw new Error("tag is required to register a Component");let a=customElements.get(e);return a?a.prototype.Component=r:((a=n(o,function(e){return e?Object.keys(e).reduce(((t,r)=>{var o=e[r];return t[r]=s(o)&&"value"in o?o:{value:o},t[r].attribute||(t[r].attribute=function(e){return e.replace(/\.?([A-Z]+)/g,((e,t)=>"-"+t.toLowerCase())).replace("_","-").replace(/^-/,"")}(r)),t[r].parse="parse"in t[r]?t[r].parse:"string"!=typeof t[r].value,t}),{}):{}}(t))).prototype.Component=r,a.prototype.registeredTag=e,customElements.define(e,a,i)),a}}const a=Symbol("solid-proxy"),l=Symbol("solid-track"),c={equals:(e,t)=>e===t};let h=L;const p=1,u=2,d={owned:null,cleanups:null,context:null,owner:null};var f=null;let g=null,b=null,m=null,w=null,y=0;function v(e,t){const r=b,s=f,o=0===e.length,n=o?d:{owned:null,cleanups:null,context:null,owner:void 0===t?s:t},i=o?e:()=>e((()=>S((()=>I(n)))));f=n,b=null;try{return O(i,!0)}finally{b=r,f=s}}function x(e,t){const r={value:e,observers:null,observerSlots:null,comparator:(t=t?Object.assign({},c,t):c).equals||void 0};return[P.bind(r),e=>("function"==typeof e&&(e=e(r.value)),T(r,e))]}function k(e,t,r){$(R(e,t,!1,p))}function _(e,t,r){h=j,(e=R(e,t,!1,p)).user=!0,w?w.push(e):$(e)}function C(e,t,r){return r=r?Object.assign({},c,r):c,(e=R(e,t,!0,0)).observers=null,e.observerSlots=null,e.comparator=r.equals||void 0,$(e),P.bind(e)}function S(e){if(null===b)return e();var t=b;b=null;try{return e()}finally{b=t}}function A(e){_((()=>S(e)))}function E(e){return null!==f&&(null===f.cleanups?f.cleanups=[e]:f.cleanups.push(e)),e}function P(){var e;return this.sources&&this.state&&(this.state===p?$(this):(e=m,m=null,O((()=>N(this)),!1),m=e)),b&&(e=this.observers?this.observers.length:0,b.sources?(b.sources.push(this),b.sourceSlots.push(e)):(b.sources=[this],b.sourceSlots=[e]),this.observers?(this.observers.push(b),this.observerSlots.push(b.sources.length-1)):(this.observers=[b],this.observerSlots=[b.sources.length-1])),this.value}function T(e,t,r){var s=e.value;return e.comparator&&e.comparator(s,t)||(e.value=t,e.observers&&e.observers.length&&O((()=>{for(let s=0;sN(e,r[0])),!1),m=t)}}}function O(e,t){if(m)return e();let r=!1;t||(m=[]),w?r=!0:w=[],y++;try{var s=e();return function(e){if(m&&(L(m),m=null),!e){const e=w;w=null,e.length&&O((()=>h(e)),!1)}}(r),s}catch(e){r||(w=null),m=null,M(e)}}function L(e){for(let t=0;te(t||{})))}function F(){return!0}const H={get:(e,t,r)=>t===a?r:e.get(t),has:(e,t)=>t===a||e.has(t),set:F,deleteProperty:F,getOwnPropertyDescriptor:(e,t)=>({configurable:!0,enumerable:!0,get:()=>e.get(t),set:F,deleteProperty:F}),ownKeys:e=>e.keys()};function W(e){return(e="function"==typeof e?e():e)||{}}function G(...e){let t=!1;for(let s=0;snew Proxy({get:r=>t.includes(r)?e[r]:void 0,has:r=>t.includes(r)&&r in e,keys:()=>t.filter((t=>t in e))},H)))).push(new Proxy({get:t=>r.has(t)?void 0:e[t],has:t=>!r.has(t)&&t in e,keys:()=>Object.keys(e).filter((e=>!r.has(e)))},H)),s;const o=Object.getOwnPropertyDescriptors(e);return t.push(Object.keys(o).filter((e=>!r.has(e)))),t.map((t=>{var r={};for(let s=0;se[n],set:()=>!0,enumerable:!0})}return r}))}function Y(e){var t="fallback"in e&&{fallback:()=>e.fallback};return C(function(e,t,r={}){let s=[],o=[],n=[],i=0,a=1U(n))),()=>{let c,h,p=e()||[];return p[l],S((()=>{let e,t,l,d,f,g,b,m,w,y=p.length;if(0===y)0!==i&&(U(n),n=[],s=[],o=[],i=0,a=a&&[]),r.fallback&&(s=[q],o[0]=v((e=>(n[0]=e,r.fallback()))),i=1);else if(0===i){for(o=new Array(y),h=0;h=g&&m>=g&&s[b]===p[m];b--,m--)l[m]=o[b],d[m]=n[b],a&&(f[m]=a[b]);for(e=new Map,t=new Array(m+1),h=m;h>=g;h--)w=p[h],c=e.get(w),t[h]=void 0===c?-1:c,e.set(w,h);for(c=g;c<=b;c++)w=s[c],void 0!==(h=e.get(w))&&-1!==h?(l[h]=o[c],d[h]=n[c],a&&(f[h]=a[c]),h=t[h],e.set(w,h)):n[c]();for(h=g;he.each),e.children,t||void 0))}function X(e){const t=e.keyed,r=C((()=>e.when),void 0,{equals:(e,r)=>t?e===r:!e==!r});return C((()=>{const s=r();if(s){const o=e.children;return"function"==typeof o&&0o(t?s:()=>{if(S(r))return e.when;throw(e=>`Stale read from <${e}>.`)("Show")}))):o}return e.fallback}),void 0,void 0)}const J=new Set(["className","value","readOnly","formNoValidate","isMap","noModule","playsInline","allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected"]),K=new Set(["innerHTML","textContent","innerText","children"]),Q=Object.assign(Object.create(null),{className:"class",htmlFor:"for"}),Z=Object.assign(Object.create(null),{class:"className",formnovalidate:{$:"formNoValidate",BUTTON:1,INPUT:1},ismap:{$:"isMap",IMG:1},nomodule:{$:"noModule",SCRIPT:1},playsinline:{$:"playsInline",VIDEO:1},readonly:{$:"readOnly",INPUT:1,TEXTAREA:1}});const ee=new Set(["beforeinput","click","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"]),te={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"};const re="_$DX_DELEGATE";function se(e,t,r){let s;const o=()=>{var t=document.createElement("template");return t.innerHTML=e,(r?t.content.firstChild:t.content).firstChild};return(t=t?()=>(s=s||o()).cloneNode(!0):()=>S((()=>document.importNode(s=s||o(),!0)))).cloneNode=t}function oe(e,t=window.document){var r=t[re]||(t[re]=new Set);for(let o=0,n=e.length;oo.children=de(e,t.children,o.children))),k((()=>t.ref&&t.ref(e))),k((()=>function(e,t,r,s,o={},n=!1){t=t||{};for(const s in o)s in t||"children"!==s&&(o[s]=pe(e,s,null,o[s],r,n));for(const a in t){var i;"children"===a?s||de(e,t.children):(i=t[a],o[a]=pe(e,a,i,o[a],r,n))}}(e,t,r,!0,o,!0))),o}function le(e,t,r){return S((()=>e(t,r)))}function ce(e,t,r,s){if(void 0!==r&&(s=s||[]),"function"!=typeof t)return de(e,t,s,r);k((s=>de(e,t(),s,r)),s)}function he(e,t,r){var s=t.trim().split(/\s+/);for(let t=0,o=s.length;ts.call(e,r[1],t))}else e.addEventListener(t,r)}(e,n,r,p),p)&&oe([n])):"attr:"===t.slice(0,5)?ne(e,t.slice(5),r):(h="prop:"===t.slice(0,5))||(l=K.has(t))||!o&&((c=function(e,t){return"object"==typeof(e=Z[e])?e[t]?e.$:void 0:e}(t,e.tagName))||(a=J.has(t)))||(i=e.nodeName.includes("-"))?(h&&(t=t.slice(5),a=!0),"class"===t||"className"===t?ie(e,r):!i||a||l?e[c||t]=r:e[function(e){return e.toLowerCase().replace(/-([a-z])/g,((e,t)=>t.toUpperCase()))}(t)]=r):(s=o&&-1r||document});r;){var s=r[t];if(s&&!r.disabled){var o=r[t+"Data"];if(void 0!==o?s.call(r,o,e):s.call(r,e),e.cancelBubble)return}r=r._$host||r.parentNode||r.host}}function de(e,t,r,s,o){for(;"function"==typeof r;)r=r();if(t!==r){var n=typeof t,i=void 0!==s;if(e=i&&r[0]&&r[0].parentNode||e,"string"==n||"number"==n)if("number"==n&&(t=t.toString()),i){let o=r[0];o&&3===o.nodeType?o.data=t:o=document.createTextNode(t),r=be(e,r,s,o)}else r=""!==r&&"string"==typeof r?e.firstChild.data=t:e.textContent=t;else if(null==t||"boolean"==n)r=be(e,r,s);else{if("function"==n)return k((()=>{let o=t();for(;"function"==typeof o;)o=o();r=de(e,o,r,s)})),()=>r;if(Array.isArray(t)){const a=[];if(n=r&&Array.isArray(r),fe(a,t,r,o))return k((()=>r=de(e,a,r,s,!0))),()=>r;if(0===a.length){if(r=be(e,r,s),i)return r}else n?0===r.length?ge(e,a,s):function(e,t,r){let s=r.length,o=t.length,n=s,i=0,a=0,l=t[o-1].nextSibling,c=null;for(;iu-a)for(var d=t[i];a{const s=r.element;return v((o=>{const n=function(e){var t=Object.keys(e),r={};for(let s=0;se))}})}return r}(t);s.addPropertyChangedCallback(((e,t)=>n[e]=t)),s.addReleaseCallback((()=>{s.renderRoot.textContent="",o()}));var i=e(n,r);return ce(s.renderRoot,i)}),function(e){if(e.assignedSlot&&e.assignedSlot._$owner)return e.assignedSlot._$owner;let t=e.parentNode;for(;t&&!t._$owner&&(!t.assignedSlot||!t.assignedSlot._$owner);)t=t.parentNode;return(t&&t.assignedSlot?t.assignedSlot:e)._$owner}(s))}}function we(e,t,r){return 2===arguments.length&&(r=t,t={}),i(e,t)(me(r))}const ye={chatflowid:"",apiHost:void 0,chatflowConfig:void 0,theme:void 0,observersConfig:void 0};var ve='/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\\201C""\\201D""\\2018""\\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-20{bottom:80px}.bottom-24{bottom:96px}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.m-0{margin:0}.m-auto{margin:auto}.my-2{margin-bottom:8px;margin-top:8px}.-ml-1{margin-left:-4px}.mb-2{margin-bottom:8px}.ml-1{margin-left:4px}.ml-1\\.5{margin-left:6px}.ml-2{margin-left:8px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-\\[10px\\]{margin-right:10px}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-10{height:40px}.h-12{height:48px}.h-16{height:64px}.h-2{height:8px}.h-32{height:128px}.h-5{height:20px}.h-6{height:24px}.h-7{height:28px}.h-9{height:36px}.h-\\[50px\\]{height:50px}.h-\\[58px\\]{height:58px}.h-full{height:100%}.max-h-\\[704px\\]{max-height:704px}.min-h-full{min-height:100%}.w-10{width:40px}.w-12{width:48px}.w-16{width:64px}.w-2{width:8px}.w-5{width:20px}.w-6{width:24px}.w-7{width:28px}.w-9{width:36px}.w-\\[200px\\]{width:200px}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-\\[128px\\]{max-width:128px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.basis-auto{flex-basis:auto}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-0,.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-\\[10px\\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:8px}.rounded-md{border-radius:6px}.rounded-none{border-radius:0}.rounded-xl{border-radius:12px}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#eeeeee\\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\\/10{background-color:rgba(0,0,0,.1)}.bg-black\\/60{background-color:rgba(0,0,0,.6)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-transparent{fill:transparent}.stroke-2{stroke-width:2}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:4px}.p-4{padding:16px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-\\[10px\\]{padding-left:10px;padding-right:10px}.py-1{padding-bottom:4px;padding-top:4px}.py-2{padding-bottom:8px;padding-top:8px}.py-4{padding-bottom:16px;padding-top:16px}.py-\\[10px\\]{padding-bottom:10px;padding-top:10px}.pb-1{padding-bottom:4px}.pb-\\[10px\\]{padding-bottom:10px}.pt-2{padding-top:8px}.pt-\\[6px\\]{padding-top:6px}.pt-\\[70px\\]{padding-top:70px}.text-left{text-align:left}.text-center{text-align:center}.text-\\[13px\\]{font-size:13px}.text-base{font-size:16px;line-height:24px}.text-sm{font-size:14px;line-height:20px}.text-xl{font-size:20px;line-height:28px}.font-semibold{font-weight:600}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:host{--chatbot-container-bg-image:none;--chatbot-container-bg-color:transparent;--chatbot-container-font-family:"Open Sans";--chatbot-button-bg-color:#0042da;--chatbot-button-color:#fff;--chatbot-host-bubble-bg-color:#f7f8ff;--chatbot-host-bubble-color:#303235;--chatbot-guest-bubble-bg-color:#3b81f6;--chatbot-guest-bubble-color:#fff;--chatbot-input-bg-color:#fff;--chatbot-input-color:#303235;--chatbot-input-placeholder-color:#9095a0;--chatbot-header-bg-color:#fff;--chatbot-header-color:#303235;--chatbot-border-radius:6px;--PhoneInputCountryFlag-borderColor:transparent;--PhoneInput-color--focus:transparent}a{color:#16bed7;font-weight:500}a:hover{text-decoration:underline}pre{word-wrap:break-word;font-size:13px;margin:5px;overflow:auto;padding:5px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;width:auto}.string{color:green}.number{color:#ff8c00}.boolean{color:blue}.null{color:#f0f}.key{color:#002b36}.scrollable-container::-webkit-scrollbar{display:none}.scrollable-container{-ms-overflow-style:none;scrollbar-width:none}.text-fade-in{transition:opacity .4s ease-in .2s}.bubble-typing{transition:width .4s ease-out,height .4s ease-out}.bubble1,.bubble2,.bubble3{background-color:var(--chatbot-host-bubble-color);opacity:.5}.bubble1,.bubble2{animation:chatBubbles 1s ease-in-out infinite}.bubble2{animation-delay:.3s}.bubble3{animation:chatBubbles 1s ease-in-out infinite;animation-delay:.5s}@keyframes chatBubbles{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}button,input,textarea{font-weight:300}.slate-a{text-decoration:underline}.slate-html-container>div{min-height:24px}.slate-bold{font-weight:700}.slate-italic{font-style:oblique}.slate-underline{text-decoration:underline}.text-input::-moz-placeholder{color:#9095a0!important;opacity:1!important}.text-input::placeholder{color:#9095a0!important;opacity:1!important}.chatbot-container{background-color:var(--chatbot-container-bg-color);background-image:var(--chatbot-container-bg-image);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.file-annotation-button{background-color:#02a0a0c2;border:1px solid #02a0a0c2;border-radius:var(--chatbot-border-radius);color:var(--chatbot-button-color)}.chatbot-button{background-color:#0042da;border:1px solid #0042da;border-radius:var(--chatbot-border-radius);color:var(--chatbot-button-color)}.chatbot-button.selectable{border:1px solid #0042da}.chatbot-button.selectable,.chatbot-host-bubble{background-color:#f7f8ff;color:var(--chatbot-host-bubble-color)}.chatbot-host-bubble>.bubble-typing{background-color:#f7f8ff;border:var(--chatbot-host-bubble-border);border-radius:6px}.chatbot-host-bubble iframe,.chatbot-host-bubble img,.chatbot-host-bubble video{border-radius:var(--chatbot-border-radius)}.chatbot-guest-bubble{background-color:#3b81f6;border-radius:6px;color:var(--chatbot-guest-bubble-color)}.chatbot-input{background-color:#fff;border-radius:var(--chatbot-border-radius);box-shadow:0 2px 6px -1px rgba(0,0,0,.1);color:#303235}.chatbot-input-error-message{color:#303235}.chatbot-button>.send-icon{fill:var(--chatbot-button-color);stroke:var(--chatbot-button-color)}.chatbot-chat-view{max-width:800px}.ping span{background-color:#0042da}.rating-icon-container svg{stroke:#0042da;fill:#f7f8ff;height:42px;transition:fill .1s ease-out;width:42px}.rating-icon-container.selected svg{fill:#0042da}.rating-icon-container:hover svg{filter:brightness(.9)}.rating-icon-container:active svg{filter:brightness(.75)}.upload-progress-bar{background-color:#0042da;border-radius:var(--chatbot-border-radius)}.total-files-indicator{background-color:#0042da;color:var(--chatbot-button-color);font-size:10px}.chatbot-upload-input{transition:border-color .1s ease-out}.chatbot-upload-input.dragging-over{border-color:#0042da}.secondary-button{background-color:#f7f8ff;border-radius:var(--chatbot-border-radius);color:var(--chatbot-host-bubble-color)}.chatbot-country-select{color:#303235}.chatbot-country-select,.chatbot-date-input{background-color:#fff;border-radius:var(--chatbot-border-radius)}.chatbot-date-input{color:#303235;color-scheme:light}.chatbot-popup-blocked-toast{border-radius:var(--chatbot-border-radius)}.messagelist{border-radius:.5rem;height:100%;overflow-y:scroll;width:100%}.messagelistloading{display:flex;justify-content:center;margin-top:1rem;width:100%}.usermessage{padding:1rem 1.5rem}.usermessagewaiting-light{background:linear-gradient(270deg,#ede7f6,#e3f2fd,#ede7f6);background-position:-100% 0;background-size:200% 200%}.usermessagewaiting-dark,.usermessagewaiting-light{animation:loading-gradient 2s ease-in-out infinite;animation-direction:alternate;animation-name:loading-gradient;padding:1rem 1.5rem}.usermessagewaiting-dark{background:linear-gradient(270deg,#2e2352,#1d3d60,#2e2352);background-position:-100% 0;background-size:200% 200%;color:#ececf1}@keyframes loading-gradient{0%{background-position:-100% 0}to{background-position:100% 0}}.apimessage{animation:fadein .5s;padding:1rem 1.5rem}@keyframes fadein{0%{opacity:0}to{opacity:1}}.apimessage,.usermessage,.usermessagewaiting{display:flex}.markdownanswer{line-height:1.75}.markdownanswer a:hover{opacity:.8}.markdownanswer a{color:#16bed7;font-weight:500}.markdownanswer code{color:#15cb19;font-weight:500;white-space:pre-wrap!important}.markdownanswer ol,.markdownanswer ul{margin:1rem}.boticon,.usericon{border-radius:1rem;margin-right:1rem}.markdownanswer h1,.markdownanswer h2,.markdownanswer h3{font-size:inherit}.center{flex-direction:column;padding:10px;position:relative}.center,.cloud{align-items:center;display:flex;justify-content:center}.cloud{border-radius:.5rem;height:calc(100% - 50px);width:400px}input{background-color:transparent;border:none;font-family:Poppins,sans-serif;padding:10px}.hover\\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\\:brightness-75:active{--tw-brightness:brightness(.75);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.disabled\\:brightness-100:disabled{--tw-brightness:brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.group:hover .group-hover\\:flex{display:flex}@media (min-width:640px){.sm\\:right-5{right:20px}.sm\\:my-8{margin-bottom:32px;margin-top:32px}.sm\\:w-\\[400px\\]{width:400px}.sm\\:w-full{width:100%}.sm\\:max-w-lg{max-width:512px}.sm\\:p-0{padding:0}}';const xe=e=>null==e,ke=e=>null!=e,_e=async e=>{try{var t="string"==typeof e?e:e.url,r=await fetch(t,{method:"string"==typeof e?"GET":e.method,mode:"cors",headers:"string"!=typeof e&&ke(e.body)?{"Content-Type":"application/json"}:void 0,body:"string"!=typeof e&&ke(e.body)?JSON.stringify(e.body):void 0});let o;var s=r.headers.get("Content-Type");if(o=s&&s.includes("application/json")?await r.json():"string"!=typeof e&&"blob"===e.type?await r.blob():await r.text(),r.ok)return{data:o};{let e;throw e="object"==typeof o&&"error"in o?o.error:o||r.statusText}}catch(e){return console.error(e),{error:e}}},Ce=se(''),Se=se('Bubble button icon'),Ae=se('