@makebot.it/js 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +170 -0
- package/dist/index.d.ts +143 -18
- package/dist/index.js +0 -1
- package/dist/web.js +1239 -46
- package/package.json +4 -3
- package/dist/components/Bot.d.ts +0 -31
- package/dist/components/Bot.d.ts.map +0 -1
- package/dist/components/Button.d.ts +0 -13
- package/dist/components/Button.d.ts.map +0 -1
- package/dist/components/ConversationContainer/AvatarSideContainer.d.ts +0 -9
- package/dist/components/ConversationContainer/AvatarSideContainer.d.ts.map +0 -1
- package/dist/components/ConversationContainer/ChatChunk.d.ts +0 -23
- package/dist/components/ConversationContainer/ChatChunk.d.ts.map +0 -1
- package/dist/components/ConversationContainer/ChatContainer.d.ts +0 -20
- package/dist/components/ConversationContainer/ChatContainer.d.ts.map +0 -1
- package/dist/components/ConversationContainer/LoadingChunk.d.ts +0 -7
- package/dist/components/ConversationContainer/LoadingChunk.d.ts.map +0 -1
- package/dist/components/ErrorMessage.d.ts +0 -6
- package/dist/components/ErrorMessage.d.ts.map +0 -1
- package/dist/components/FixedInputFooter.d.ts +0 -11
- package/dist/components/FixedInputFooter.d.ts.map +0 -1
- package/dist/components/InputChatBlock.d.ts +0 -16
- package/dist/components/InputChatBlock.d.ts.map +0 -1
- package/dist/components/LiteBadge.d.ts +0 -6
- package/dist/components/LiteBadge.d.ts.map +0 -1
- package/dist/components/Modal.d.ts +0 -9
- package/dist/components/Modal.d.ts.map +0 -1
- package/dist/components/ProgressBar.d.ts +0 -6
- package/dist/components/ProgressBar.d.ts.map +0 -1
- package/dist/components/SendButton.d.ts +0 -9
- package/dist/components/SendButton.d.ts.map +0 -1
- package/dist/components/Spinner.d.ts +0 -3
- package/dist/components/Spinner.d.ts.map +0 -1
- package/dist/components/TextInputAddFileButton.d.ts +0 -7
- package/dist/components/TextInputAddFileButton.d.ts.map +0 -1
- package/dist/components/TypingBubble.d.ts +0 -2
- package/dist/components/TypingBubble.d.ts.map +0 -1
- package/dist/components/avatars/Avatar.d.ts +0 -5
- package/dist/components/avatars/Avatar.d.ts.map +0 -1
- package/dist/components/avatars/DefaultAvatar.d.ts +0 -4
- package/dist/components/avatars/DefaultAvatar.d.ts.map +0 -1
- package/dist/components/bubbles/GuestBubble.d.ts +0 -9
- package/dist/components/bubbles/GuestBubble.d.ts.map +0 -1
- package/dist/components/bubbles/HostBubble.d.ts +0 -13
- package/dist/components/bubbles/HostBubble.d.ts.map +0 -1
- package/dist/components/bubbles/LoadingBubble.d.ts +0 -2
- package/dist/components/bubbles/LoadingBubble.d.ts.map +0 -1
- package/dist/components/bubbles/StreamingBubble.d.ts +0 -7
- package/dist/components/bubbles/StreamingBubble.d.ts.map +0 -1
- package/dist/components/carousel.d.ts +0 -10
- package/dist/components/carousel.d.ts.map +0 -1
- package/dist/components/icons/ArrowLeftIcon.d.ts +0 -3
- package/dist/components/icons/ArrowLeftIcon.d.ts.map +0 -1
- package/dist/components/icons/ArrowRightIcon.d.ts +0 -3
- package/dist/components/icons/ArrowRightIcon.d.ts.map +0 -1
- package/dist/components/icons/CameraIcon.d.ts +0 -3
- package/dist/components/icons/CameraIcon.d.ts.map +0 -1
- package/dist/components/icons/CheckIcon.d.ts +0 -3
- package/dist/components/icons/CheckIcon.d.ts.map +0 -1
- package/dist/components/icons/ChevronDownIcon.d.ts +0 -3
- package/dist/components/icons/ChevronDownIcon.d.ts.map +0 -1
- package/dist/components/icons/ChevronUpIcon.d.ts +0 -3
- package/dist/components/icons/ChevronUpIcon.d.ts.map +0 -1
- package/dist/components/icons/CloseIcon.d.ts +0 -3
- package/dist/components/icons/CloseIcon.d.ts.map +0 -1
- package/dist/components/icons/FileIcon.d.ts +0 -3
- package/dist/components/icons/FileIcon.d.ts.map +0 -1
- package/dist/components/icons/MakebotLogo.d.ts +0 -2
- package/dist/components/icons/MakebotLogo.d.ts.map +0 -1
- package/dist/components/icons/MicrophoneIcon.d.ts +0 -3
- package/dist/components/icons/MicrophoneIcon.d.ts.map +0 -1
- package/dist/components/icons/PaperClipIcon.d.ts +0 -3
- package/dist/components/icons/PaperClipIcon.d.ts.map +0 -1
- package/dist/components/icons/PictureIcon.d.ts +0 -3
- package/dist/components/icons/PictureIcon.d.ts.map +0 -1
- package/dist/components/icons/PlusIcon.d.ts +0 -3
- package/dist/components/icons/PlusIcon.d.ts.map +0 -1
- package/dist/components/icons/SendIcon.d.ts +0 -3
- package/dist/components/icons/SendIcon.d.ts.map +0 -1
- package/dist/components/inputs/SearchInput.d.ts +0 -9
- package/dist/components/inputs/SearchInput.d.ts.map +0 -1
- package/dist/components/inputs/ShortTextInput.d.ts +0 -9
- package/dist/components/inputs/ShortTextInput.d.ts.map +0 -1
- package/dist/components/inputs/Textarea.d.ts +0 -9
- package/dist/components/inputs/Textarea.d.ts.map +0 -1
- package/dist/constants.d.ts +0 -86
- package/dist/constants.d.ts.map +0 -1
- package/dist/contexts/BotContainerContext.d.ts +0 -4
- package/dist/contexts/BotContainerContext.d.ts.map +0 -1
- package/dist/contexts/ChatContainerSizeContext.d.ts +0 -9
- package/dist/contexts/ChatContainerSizeContext.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/audio/components/AudioBubble.d.ts +0 -8
- package/dist/features/blocks/bubbles/audio/components/AudioBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/contact/components/ContactBubble.d.ts +0 -11
- package/dist/features/blocks/bubbles/contact/components/ContactBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts +0 -11
- package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/embed/components/EmbedBubble.d.ts +0 -11
- package/dist/features/blocks/bubbles/embed/components/EmbedBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/image/components/ImageBubble.d.ts +0 -10
- package/dist/features/blocks/bubbles/image/components/ImageBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/location/components/LocationBubble.d.ts +0 -11
- package/dist/features/blocks/bubbles/location/components/LocationBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/pix/components/PixBubble.d.ts +0 -11
- package/dist/features/blocks/bubbles/pix/components/PixBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/textBubble/components/TextBubble.d.ts +0 -12
- package/dist/features/blocks/bubbles/textBubble/components/TextBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/textBubble/components/plate/PlateBlock.d.ts +0 -9
- package/dist/features/blocks/bubbles/textBubble/components/plate/PlateBlock.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/textBubble/components/plate/PlateText.d.ts +0 -9
- package/dist/features/blocks/bubbles/textBubble/components/plate/PlateText.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts +0 -3
- package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/video/components/VideoBubble.d.ts +0 -9
- package/dist/features/blocks/bubbles/video/components/VideoBubble.d.ts.map +0 -1
- package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts +0 -11
- package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts.map +0 -1
- package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts +0 -7
- package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts.map +0 -1
- package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts +0 -10
- package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/cards/CardsCaroussel.d.ts +0 -20
- package/dist/features/blocks/inputs/cards/CardsCaroussel.d.ts.map +0 -1
- package/dist/features/blocks/inputs/date/components/DateForm.d.ts +0 -10
- package/dist/features/blocks/inputs/date/components/DateForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/email/components/EmailInput.d.ts +0 -10
- package/dist/features/blocks/inputs/email/components/EmailInput.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/components/FilePreview.d.ts +0 -8
- package/dist/features/blocks/inputs/fileUpload/components/FilePreview.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/components/FileUploadForm.d.ts +0 -11
- package/dist/features/blocks/inputs/fileUpload/components/FileUploadForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/components/SelectedFile.d.ts +0 -6
- package/dist/features/blocks/inputs/fileUpload/components/SelectedFile.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.d.ts +0 -15
- package/dist/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/helpers/uploadFiles.d.ts +0 -28
- package/dist/features/blocks/inputs/fileUpload/helpers/uploadFiles.d.ts.map +0 -1
- package/dist/features/blocks/inputs/list/components/List.d.ts +0 -9
- package/dist/features/blocks/inputs/list/components/List.d.ts.map +0 -1
- package/dist/features/blocks/inputs/number/components/NumberInput.d.ts +0 -10
- package/dist/features/blocks/inputs/number/components/NumberInput.d.ts.map +0 -1
- package/dist/features/blocks/inputs/number/numberInputHelper.d.ts +0 -2
- package/dist/features/blocks/inputs/number/numberInputHelper.d.ts.map +0 -1
- package/dist/features/blocks/inputs/payment/components/PaymentForm.d.ts +0 -12
- package/dist/features/blocks/inputs/payment/components/PaymentForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/payment/components/StripePaymentForm.d.ts +0 -12
- package/dist/features/blocks/inputs/payment/components/StripePaymentForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/payment/helpers/paymentInProgressStorage.d.ts +0 -5
- package/dist/features/blocks/inputs/payment/helpers/paymentInProgressStorage.d.ts.map +0 -1
- package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts +0 -9
- package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts.map +0 -1
- package/dist/features/blocks/inputs/rating/components/RatingForm.d.ts +0 -10
- package/dist/features/blocks/inputs/rating/components/RatingForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/TextInput.d.ts +0 -11
- package/dist/features/blocks/inputs/textInput/components/TextInput.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/VoiceRecorder.d.ts +0 -12
- package/dist/features/blocks/inputs/textInput/components/VoiceRecorder.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/VolumeProcessor.d.ts +0 -2
- package/dist/features/blocks/inputs/textInput/components/VolumeProcessor.d.ts.map +0 -1
- package/dist/features/blocks/inputs/time/components/TimeForm.d.ts +0 -10
- package/dist/features/blocks/inputs/time/components/TimeForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/url/components/UrlInput.d.ts +0 -10
- package/dist/features/blocks/inputs/url/components/UrlInput.d.ts.map +0 -1
- package/dist/features/blocks/integrations/chatwoot/constants.d.ts +0 -2
- package/dist/features/blocks/integrations/chatwoot/constants.d.ts.map +0 -1
- package/dist/features/blocks/integrations/chatwoot/utils/executeChatwoot.d.ts +0 -7
- package/dist/features/blocks/integrations/chatwoot/utils/executeChatwoot.d.ts.map +0 -1
- package/dist/features/blocks/integrations/chatwoot/utils/index.d.ts +0 -2
- package/dist/features/blocks/integrations/chatwoot/utils/index.d.ts.map +0 -1
- package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts +0 -3
- package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts.map +0 -1
- package/dist/features/blocks/integrations/httpRequest/executeHttpRequest.d.ts +0 -3
- package/dist/features/blocks/integrations/httpRequest/executeHttpRequest.d.ts.map +0 -1
- package/dist/features/blocks/integrations/openai/streamChat.d.ts +0 -19
- package/dist/features/blocks/integrations/openai/streamChat.d.ts.map +0 -1
- package/dist/features/blocks/integrations/pixel/executePixel.d.ts +0 -3
- package/dist/features/blocks/integrations/pixel/executePixel.d.ts.map +0 -1
- package/dist/features/blocks/logic/redirect/utils/executeRedirect.d.ts +0 -5
- package/dist/features/blocks/logic/redirect/utils/executeRedirect.d.ts.map +0 -1
- package/dist/features/blocks/logic/script/executeScript.d.ts +0 -19
- package/dist/features/blocks/logic/script/executeScript.d.ts.map +0 -1
- package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts +0 -7
- package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts.map +0 -1
- package/dist/features/blocks/logic/wait/utils/executeWait.d.ts +0 -6
- package/dist/features/blocks/logic/wait/utils/executeWait.d.ts.map +0 -1
- package/dist/features/blocks/logic/webhook/listenForWebhook.d.ts +0 -13
- package/dist/features/blocks/logic/webhook/listenForWebhook.d.ts.map +0 -1
- package/dist/features/bubble/components/Bubble.d.ts +0 -15
- package/dist/features/bubble/components/Bubble.d.ts.map +0 -1
- package/dist/features/bubble/components/BubbleButton.d.ts +0 -8
- package/dist/features/bubble/components/BubbleButton.d.ts.map +0 -1
- package/dist/features/bubble/components/PreviewMessage.d.ts +0 -8
- package/dist/features/bubble/components/PreviewMessage.d.ts.map +0 -1
- package/dist/features/bubble/types.d.ts +0 -37
- package/dist/features/bubble/types.d.ts.map +0 -1
- package/dist/features/commands/index.d.ts +0 -12
- package/dist/features/commands/index.d.ts.map +0 -1
- package/dist/features/commands/types.d.ts +0 -26
- package/dist/features/commands/types.d.ts.map +0 -1
- package/dist/features/commands/utils/close.d.ts +0 -3
- package/dist/features/commands/utils/close.d.ts.map +0 -1
- package/dist/features/commands/utils/hidePreviewMessage.d.ts +0 -3
- package/dist/features/commands/utils/hidePreviewMessage.d.ts.map +0 -1
- package/dist/features/commands/utils/open.d.ts +0 -3
- package/dist/features/commands/utils/open.d.ts.map +0 -1
- package/dist/features/commands/utils/reload.d.ts +0 -3
- package/dist/features/commands/utils/reload.d.ts.map +0 -1
- package/dist/features/commands/utils/sendCommand.d.ts +0 -3
- package/dist/features/commands/utils/sendCommand.d.ts.map +0 -1
- package/dist/features/commands/utils/setInputValue.d.ts +0 -3
- package/dist/features/commands/utils/setInputValue.d.ts.map +0 -1
- package/dist/features/commands/utils/setPrefilledVariables.d.ts +0 -3
- package/dist/features/commands/utils/setPrefilledVariables.d.ts.map +0 -1
- package/dist/features/commands/utils/showPreviewMessage.d.ts +0 -3
- package/dist/features/commands/utils/showPreviewMessage.d.ts.map +0 -1
- package/dist/features/commands/utils/toggle.d.ts +0 -3
- package/dist/features/commands/utils/toggle.d.ts.map +0 -1
- package/dist/features/commands/utils/unmount.d.ts +0 -3
- package/dist/features/commands/utils/unmount.d.ts.map +0 -1
- package/dist/features/popup/components/Popup.d.ts +0 -11
- package/dist/features/popup/components/Popup.d.ts.map +0 -1
- package/dist/features/popup/types.d.ts +0 -9
- package/dist/features/popup/types.d.ts.map +0 -1
- package/dist/features/standard/components/Standard.d.ts +0 -5
- package/dist/features/standard/components/Standard.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/gtag.d.ts +0 -4
- package/dist/lib/gtag.d.ts.map +0 -1
- package/dist/lib/gtm.d.ts +0 -3
- package/dist/lib/gtm.d.ts.map +0 -1
- package/dist/lib/pixel.d.ts +0 -4
- package/dist/lib/pixel.d.ts.map +0 -1
- package/dist/queries/continueChatQuery.d.ts +0 -722
- package/dist/queries/continueChatQuery.d.ts.map +0 -1
- package/dist/queries/saveClientLogsQuery.d.ts +0 -7
- package/dist/queries/saveClientLogsQuery.d.ts.map +0 -1
- package/dist/queries/startChatQuery.d.ts +0 -20
- package/dist/queries/startChatQuery.d.ts.map +0 -1
- package/dist/register.d.ts +0 -2
- package/dist/register.d.ts.map +0 -1
- package/dist/types.d.ts +0 -49
- package/dist/types.d.ts.map +0 -1
- package/dist/utils/CorsError.d.ts +0 -4
- package/dist/utils/CorsError.d.ts.map +0 -1
- package/dist/utils/dynamicTheme.d.ts +0 -4
- package/dist/utils/dynamicTheme.d.ts.map +0 -1
- package/dist/utils/error.d.ts +0 -2
- package/dist/utils/error.d.ts.map +0 -1
- package/dist/utils/executeClientSideActions.d.ts +0 -25
- package/dist/utils/executeClientSideActions.d.ts.map +0 -1
- package/dist/utils/getAnswerContent.d.ts +0 -3
- package/dist/utils/getAnswerContent.d.ts.map +0 -1
- package/dist/utils/getPartyKitHost.d.ts +0 -2
- package/dist/utils/getPartyKitHost.d.ts.map +0 -1
- package/dist/utils/guessApiHost.d.ts +0 -6
- package/dist/utils/guessApiHost.d.ts.map +0 -1
- package/dist/utils/injectFont.d.ts +0 -3
- package/dist/utils/injectFont.d.ts.map +0 -1
- package/dist/utils/injectStartProps.d.ts +0 -3
- package/dist/utils/injectStartProps.d.ts.map +0 -1
- package/dist/utils/migrateLegacyChatChunks.d.ts +0 -10
- package/dist/utils/migrateLegacyChatChunks.d.ts.map +0 -1
- package/dist/utils/persist.d.ts +0 -9
- package/dist/utils/persist.d.ts.map +0 -1
- package/dist/utils/resolveBubbleButtonSize.d.ts +0 -5
- package/dist/utils/resolveBubbleButtonSize.d.ts.map +0 -1
- package/dist/utils/scrollContainer.d.ts +0 -2
- package/dist/utils/scrollContainer.d.ts.map +0 -1
- package/dist/utils/setCssVariablesValue.d.ts +0 -16
- package/dist/utils/setCssVariablesValue.d.ts.map +0 -1
- package/dist/utils/storage.d.ts +0 -875
- package/dist/utils/storage.d.ts.map +0 -1
- package/dist/utils/toaster.d.ts +0 -2
- package/dist/utils/toaster.d.ts.map +0 -1
- package/dist/web.d.ts +0 -19
- package/dist/web.d.ts.map +0 -1
- package/dist/window.d.ts +0 -29
- package/dist/window.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"continueChatQuery.d.ts","sourceRoot":"","sources":["../../src/queries/continueChatQuery.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,OAAO,EACR,MAAM,8BAA8B,CAAC;AAItC,eAAO,MAAM,iBAAiB,GAAU,kCAIrC;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CA,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { LogInSession } from "@makebot.it/logs/schemas";
|
|
2
|
-
export declare const saveClientLogsQuery: ({ apiHost, sessionId, clientLogs, }: {
|
|
3
|
-
apiHost?: string;
|
|
4
|
-
sessionId: string;
|
|
5
|
-
clientLogs: LogInSession[];
|
|
6
|
-
}) => Promise<void>;
|
|
7
|
-
//# sourceMappingURL=saveClientLogsQuery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"saveClientLogsQuery.d.ts","sourceRoot":"","sources":["../../src/queries/saveClientLogsQuery.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,eAAO,MAAM,mBAAmB,GAAU,qCAIvC;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,YAAY,EAAE,CAAC;CAC5B,kBAeA,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { StartChatResponse, StartFrom } from "@makebot.it/chat-api/schemas";
|
|
2
|
-
type Props = {
|
|
3
|
-
makebot: string | any;
|
|
4
|
-
stripeRedirectStatus?: string;
|
|
5
|
-
apiHost?: string;
|
|
6
|
-
startFrom?: StartFrom;
|
|
7
|
-
isPreview: boolean;
|
|
8
|
-
prefilledVariables?: Record<string, unknown>;
|
|
9
|
-
resultId?: string;
|
|
10
|
-
sessionId?: string;
|
|
11
|
-
};
|
|
12
|
-
export declare function startChatQuery({ makebot, isPreview, apiHost, prefilledVariables, resultId, stripeRedirectStatus, startFrom, sessionId, }: Props): Promise<{
|
|
13
|
-
data: StartChatResponse;
|
|
14
|
-
error?: undefined;
|
|
15
|
-
} | {
|
|
16
|
-
error: unknown;
|
|
17
|
-
data?: undefined;
|
|
18
|
-
}>;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=startChatQuery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"startChatQuery.d.ts","sourceRoot":"","sources":["../../src/queries/startChatQuery.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAGV,iBAAiB,EACjB,SAAS,EAEV,MAAM,8BAA8B,CAAC;AAItC,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,GAAG,GAAG,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAsB,cAAc,CAAC,EACnC,OAAO,EACP,SAAS,EACT,OAAO,EACP,kBAAkB,EAClB,QAAQ,EACR,oBAAoB,EACpB,SAAS,EACT,SAAS,GACV,EAAE,KAAK;UA8FG,iBAAiB;;;;;GAnC3B"}
|
package/dist/register.d.ts
DELETED
package/dist/register.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,qBAAqB,YAKjC,CAAC"}
|
package/dist/types.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import type { ContinueChatResponse, StartChatResponse } from "@makebot.it/chat-api/schemas";
|
|
2
|
-
export type BotContext = {
|
|
3
|
-
makebot: StartChatResponse["makebot"];
|
|
4
|
-
resultId?: string;
|
|
5
|
-
isPreview: boolean;
|
|
6
|
-
apiHost?: string;
|
|
7
|
-
wsHost?: string;
|
|
8
|
-
sessionId: string;
|
|
9
|
-
storage: "local" | "session" | undefined;
|
|
10
|
-
};
|
|
11
|
-
export type ClientSideActionContext = {
|
|
12
|
-
apiHost?: string;
|
|
13
|
-
wsHost?: string;
|
|
14
|
-
sessionId: string;
|
|
15
|
-
resultId?: string;
|
|
16
|
-
};
|
|
17
|
-
export type ChatChunk = Pick<ContinueChatResponse, "messages" | "clientSideActions" | "dynamicTheme"> & {
|
|
18
|
-
version: "2";
|
|
19
|
-
input?: NonNullable<ContinueChatResponse["input"]> & {
|
|
20
|
-
answer?: InputSubmitContent;
|
|
21
|
-
isHidden?: boolean;
|
|
22
|
-
};
|
|
23
|
-
streamingMessage?: string | string[];
|
|
24
|
-
};
|
|
25
|
-
export type Attachment = {
|
|
26
|
-
type: string;
|
|
27
|
-
url: string;
|
|
28
|
-
blobUrl?: string;
|
|
29
|
-
};
|
|
30
|
-
export type TextInputSubmitContent = {
|
|
31
|
-
type: "text";
|
|
32
|
-
value: string;
|
|
33
|
-
label?: string;
|
|
34
|
-
attachments?: Attachment[];
|
|
35
|
-
blockId?: string;
|
|
36
|
-
};
|
|
37
|
-
export type RecordingInputSubmitContent = {
|
|
38
|
-
type: "recording";
|
|
39
|
-
url: string;
|
|
40
|
-
blobUrl?: string;
|
|
41
|
-
};
|
|
42
|
-
export type ClientSideResult = {
|
|
43
|
-
type: "clientSideResult";
|
|
44
|
-
result: string;
|
|
45
|
-
};
|
|
46
|
-
export type InputSubmitContent = {
|
|
47
|
-
status?: "retry";
|
|
48
|
-
} & (TextInputSubmitContent | RecordingInputSubmitContent);
|
|
49
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,iBAAiB,EAClB,MAAM,8BAA8B,CAAC;AAEtC,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,IAAI,CAC1B,oBAAoB,EACpB,UAAU,GAAG,mBAAmB,GAAG,cAAc,CAClD,GAAG;IACF,OAAO,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,GAAG;QACnD,MAAM,CAAC,EAAE,kBAAkB,CAAC;QAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,WAAW,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,kBAAkB,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,CACpD,sBAAsB,GACtB,2BAA2B,CAC9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CorsError.d.ts","sourceRoot":"","sources":["../../src/utils/CorsError.ts"],"names":[],"mappings":"AAAA,qBAAa,SAAU,SAAQ,KAAK;gBACtB,MAAM,EAAE,MAAM;CAG3B"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ContinueChatResponse } from "@makebot.it/chat-api/schemas";
|
|
2
|
-
import type { Theme } from "@makebot.it/theme/schemas";
|
|
3
|
-
export declare const mergeThemes: (initialTheme: Theme, dynamicTheme: ContinueChatResponse["dynamicTheme"]) => Theme;
|
|
4
|
-
//# sourceMappingURL=dynamicTheme.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dynamicTheme.d.ts","sourceRoot":"","sources":["../../src/utils/dynamicTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,eAAO,MAAM,WAAW,GACtB,cAAc,KAAK,EACnB,cAAc,oBAAoB,CAAC,cAAc,CAAC,KACjD,KAgCD,CAAC"}
|
package/dist/utils/error.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../src/utils/error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,GAAI,OAAO,KAAK,YA+B1C,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { ClientSideActionContext } from "@/types";
|
|
2
|
-
import type { ContinueChatResponse } from "@makebot.it/chat-api/schemas";
|
|
3
|
-
import type { LogInSession } from "@makebot.it/logs/schemas";
|
|
4
|
-
type ClientSideActionResponse = {
|
|
5
|
-
blockedPopupUrl: string;
|
|
6
|
-
} | {
|
|
7
|
-
replyToSend: string | undefined;
|
|
8
|
-
logs?: LogInSession[];
|
|
9
|
-
} | {
|
|
10
|
-
logs: LogInSession[];
|
|
11
|
-
} | {
|
|
12
|
-
scriptCallbackMessage: string;
|
|
13
|
-
} | void;
|
|
14
|
-
type Props = {
|
|
15
|
-
clientSideAction: NonNullable<ContinueChatResponse["clientSideActions"]>[0];
|
|
16
|
-
context: ClientSideActionContext;
|
|
17
|
-
onMessageStream?: (props: {
|
|
18
|
-
id: string;
|
|
19
|
-
message: string;
|
|
20
|
-
}) => void;
|
|
21
|
-
onStreamError?: (error: LogInSession) => void;
|
|
22
|
-
};
|
|
23
|
-
export declare const executeClientSideAction: ({ clientSideAction, context, onMessageStream, onStreamError, }: Props) => Promise<ClientSideActionResponse>;
|
|
24
|
-
export {};
|
|
25
|
-
//# sourceMappingURL=executeClientSideActions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executeClientSideActions.d.ts","sourceRoot":"","sources":["../../src/utils/executeClientSideActions.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AACvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,KAAK,wBAAwB,GACzB;IAAE,eAAe,EAAE,MAAM,CAAA;CAAE,GAC3B;IAAE,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,IAAI,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,GAC1D;IAAE,IAAI,EAAE,YAAY,EAAE,CAAA;CAAE,GACxB;IAAE,qBAAqB,EAAE,MAAM,CAAA;CAAE,GACjC,IAAI,CAAC;AAET,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,WAAW,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC5E,OAAO,EAAE,uBAAuB,CAAC;IACjC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAU,gEAK3C,KAAK,KAAG,OAAO,CAAC,wBAAwB,CAqE1C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAnswerContent.d.ts","sourceRoot":"","sources":["../../src/utils/getAnswerContent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,gBAAgB,GAAI,QAAQ,kBAAkB,KAAG,MAG7D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPartyKitHost.d.ts","sourceRoot":"","sources":["../../src/utils/getPartyKitHost.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,GAAI,kBAAkB,MAAM,QAGzC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"guessApiHost.d.ts","sourceRoot":"","sources":["../../src/utils/guessApiHost.ts"],"names":[],"mappings":"AAIA,KAAK,MAAM,GAAG;IACZ,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,uBAAsB,MAAoC,QA2B3D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"injectFont.d.ts","sourceRoot":"","sources":["../../src/utils/injectFont.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAKtD,eAAO,MAAM,UAAU,GAAI,MAAM,IAAI,SAmCpC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"injectStartProps.d.ts","sourceRoot":"","sources":["../../src/utils/injectStartProps.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAOhF,eAAO,MAAM,gBAAgB,GAC3B,oBAAoB,kBAAkB,kBAWvC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ChatChunk } from "@/types";
|
|
2
|
-
import type { ContinueChatResponse } from "@makebot.it/chat-api/schemas";
|
|
3
|
-
export type ChatChunkV1 = Pick<ContinueChatResponse, "messages" | "input"> & {
|
|
4
|
-
streamingMessageId?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const migrateLegacyChatChunks: (chatChunks: (ChatChunk | ChatChunkV1)[], { storage: storageType, makebotId, }: {
|
|
7
|
-
storage: "local" | "session" | undefined;
|
|
8
|
-
makebotId: string;
|
|
9
|
-
}) => ChatChunk[];
|
|
10
|
-
//# sourceMappingURL=migrateLegacyChatChunks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"migrateLegacyChatChunks.d.ts","sourceRoot":"","sources":["../../src/utils/migrateLegacyChatChunks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAsB,MAAM,SAAS,CAAC;AAE7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAGzE,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;IAC3E,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAClC,YAAY,CAAC,SAAS,GAAG,WAAW,CAAC,EAAE,EACvC,sCAGG;IACD,OAAO,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACzC,SAAS,EAAE,MAAM,CAAC;CACnB,KACA,SAAS,EAoCX,CAAC"}
|
package/dist/utils/persist.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Signal } from "solid-js";
|
|
2
|
-
export type PersistParams<T> = {
|
|
3
|
-
key: string;
|
|
4
|
-
storage: "local" | "session" | undefined;
|
|
5
|
-
transformInitDataFromStorage?: (data: any) => T;
|
|
6
|
-
onRecovered?: () => void;
|
|
7
|
-
};
|
|
8
|
-
export declare function persist<T>(signal: Signal<T>, params: PersistParams<T>): [...Signal<T>];
|
|
9
|
-
//# sourceMappingURL=persist.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"persist.d.ts","sourceRoot":"","sources":["../../src/utils/persist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,UAAU,CAAC;AAK/C,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACzC,4BAA4B,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,CAAC,CAAC;IAChD,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,wBAAgB,OAAO,CAAC,CAAC,EACvB,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EACjB,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GACvB,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,CA0DhB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { BubbleProps } from "@/features/bubble/components/Bubble";
|
|
2
|
-
export declare const resolveButtonSize: (size: NonNullable<NonNullable<BubbleProps["theme"]>["button"]>["size"], { isHidden }?: {
|
|
3
|
-
isHidden?: boolean;
|
|
4
|
-
}) => `${number}px`;
|
|
5
|
-
//# sourceMappingURL=resolveBubbleButtonSize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolveBubbleButtonSize.d.ts","sourceRoot":"","sources":["../../src/utils/resolveBubbleButtonSize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAEvE,eAAO,MAAM,iBAAiB,GAC5B,MAAM,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,EACtE,eAAsB;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAO,KAChD,GAAG,MAAM,IAYX,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scrollContainer.d.ts","sourceRoot":"","sources":["../../src/utils/scrollContainer.ts"],"names":[],"mappings":"AAEA,eAAO,MAAO,eAAe,2DAAE,kBAAkB,uDACjB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { MakebotV6Version } from "@makebot.it/schemas/versions";
|
|
2
|
-
import type { Background, Theme } from "@makebot.it/theme/schemas";
|
|
3
|
-
type CommonProps = {
|
|
4
|
-
documentStyle: CSSStyleDeclaration;
|
|
5
|
-
isPreview?: boolean;
|
|
6
|
-
makebotVersion: MakebotV6Version;
|
|
7
|
-
};
|
|
8
|
-
export declare const setCssVariablesValue: ({ theme, container, isPreview, makebotVersion, }: {
|
|
9
|
-
theme: Theme | undefined;
|
|
10
|
-
container: HTMLDivElement;
|
|
11
|
-
} & Omit<CommonProps, "documentStyle">) => void;
|
|
12
|
-
export declare const setGeneralBackground: ({ background, documentStyle, makebotVersion, }: {
|
|
13
|
-
background: Background | undefined;
|
|
14
|
-
} & CommonProps) => void;
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=setCssVariablesValue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setCssVariablesValue.d.ts","sourceRoot":"","sources":["../../src/utils/setCssVariablesValue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAuCrE,OAAO,KAAK,EACV,UAAU,EAMV,KAAK,EACN,MAAM,2BAA2B,CAAC;AAGnC,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,mBAAmB,CAAC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,gBAAgB,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,kDAKlC;IACD,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC;IACzB,SAAS,EAAE,cAAc,CAAC;CAC3B,GAAG,IAAI,CAAC,WAAW,EAAE,eAAe,CAAC,SAgBrC,CAAC;AAikBF,eAAO,MAAM,oBAAoB,GAAI,gDAIlC;IACD,UAAU,EAAE,UAAU,GAAG,SAAS,CAAC;CACpC,GAAG,WAAW,SAYd,CAAC"}
|