@envive-ai/react-toolkit-v3 0.3.26 → 0.3.27
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/dist/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.cjs +1 -0
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.js +1 -0
- package/dist/ChatFooter/components/Layout.cjs +2 -2
- package/dist/ChatFooter/components/Layout.d.cts +1 -0
- package/dist/ChatFooter/components/Layout.d.ts +1 -0
- package/dist/ChatFooter/components/Layout.js +2 -2
- package/dist/ChatFooter/components/index.d.cts +3 -2
- package/dist/ChatFooter/components/index.d.ts +6 -5
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +175 -175
- package/dist/Container/Container.d.ts +175 -175
- package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton.cjs +1 -1
- package/dist/DocumentRetrievalCard/components/ViewArticleButton.js +1 -1
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +5 -1
- package/dist/FloatingChat/components/SalesAgentBadgeContent.js +5 -1
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +2 -1
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +2 -1
- package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +89 -25
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +5 -7
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +5 -7
- package/dist/FullPageSalesAgent/FullPageSalesAgent.js +90 -26
- package/dist/FullPageSalesAgent/components/Layout.cjs +34 -27
- package/dist/FullPageSalesAgent/components/Layout.js +34 -27
- package/dist/FullPageSalesAgent/components/WelcomeOverlay.cjs +102 -0
- package/dist/FullPageSalesAgent/components/WelcomeOverlay.js +100 -0
- package/dist/FullPageSalesAgent/components/index.cjs +1 -0
- package/dist/FullPageSalesAgent/components/index.js +1 -0
- package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.cjs +16 -6
- package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.js +16 -6
- package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.cjs +43 -0
- package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.js +41 -0
- package/dist/Image/Image.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/Message/components/LinkButton.cjs +1 -1
- package/dist/Message/components/LinkButton.js +1 -1
- package/dist/ProductCard/ProductCard.d.cts +2 -2
- package/dist/ProductCard/ProductCard.d.ts +2 -2
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButton/hooks/useGetLayoutBaseProperties.cjs +1 -1
- package/dist/PromptButton/hooks/useGetLayoutBaseProperties.js +1 -1
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +6 -6
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/Price.cjs +2 -2
- package/dist/SalesAgentProductCard/components/Price.js +2 -2
- package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
- package/dist/SalesAgentProductCard/components/Rate.js +1 -1
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/SocialProof/SocialProof.cjs +4 -3
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/SocialProof.js +4 -3
- package/dist/SocialProof/components/Headline.cjs +1 -1
- package/dist/SocialProof/components/Headline.js +1 -1
- package/dist/SocialProof/components/LayoutSingle.cjs +3 -4
- package/dist/SocialProof/components/LayoutSingle.js +3 -4
- package/dist/SocialProof/hooks/useSocialProofCount.cjs +3 -2
- package/dist/SocialProof/hooks/useSocialProofCount.d.cts +2 -0
- package/dist/SocialProof/hooks/useSocialProofCount.d.ts +2 -0
- package/dist/SocialProof/hooks/useSocialProofCount.js +3 -2
- package/dist/SocialProof/types/types.d.cts +5 -0
- package/dist/SocialProof/types/types.d.ts +5 -0
- package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TextField/TextField.cjs +3 -0
- package/dist/TextField/TextField.js +3 -0
- package/dist/TextField/hooks/useVoiceInput.cjs +9 -1
- package/dist/TextField/hooks/useVoiceInput.js +9 -1
- package/dist/TextField/types/index.d.cts +12 -0
- package/dist/TextField/types/index.d.ts +12 -0
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ChatFooter/ChatFooter.tsx +1 -0
- package/src/components/ChatFooter/components/Layout.tsx +3 -1
- package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +8 -0
- package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +3 -0
- package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +139 -49
- package/src/components/FullPageSalesAgent/components/Layout.tsx +10 -3
- package/src/components/FullPageSalesAgent/components/WelcomeOverlay.tsx +121 -0
- package/src/components/FullPageSalesAgent/components/index.ts +2 -0
- package/src/components/FullPageSalesAgent/hooks/useGetFooterStyles.ts +15 -5
- package/src/components/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.ts +51 -0
- package/src/components/PromptButton/hooks/useGetLayoutBaseProperties.ts +3 -1
- package/src/components/SalesAgentProductCard/components/Price.tsx +2 -2
- package/src/components/SalesAgentProductCard/components/Rate.tsx +1 -1
- package/src/components/SocialProof/SocialProof.tsx +4 -2
- package/src/components/SocialProof/components/Headline.tsx +1 -1
- package/src/components/SocialProof/components/LayoutSingle.tsx +6 -5
- package/src/components/SocialProof/hooks/useSocialProofCount.ts +8 -1
- package/src/components/SocialProof/types/types.ts +6 -0
- package/src/components/TextField/TextField.tsx +10 -2
- package/src/components/TextField/__tests__/VoiceInputButton.test.tsx +22 -58
- package/src/components/TextField/hooks/useVoiceInput.ts +8 -0
- package/src/components/TextField/types/index.ts +12 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnimatedTextProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react2 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react2.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react2.ReactNode>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AnimatedText };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnimatedTextProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react184 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react184.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react184.ReactNode>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AnimatedText };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
|
|
4
4
|
declare const CssVariablesEditorComponent: ({
|
|
5
5
|
selectedMerchantName
|
|
6
6
|
}: {
|
|
7
7
|
selectedMerchantName: string;
|
|
8
|
-
}) =>
|
|
8
|
+
}) => react_jsx_runtime36.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -12,6 +12,6 @@ declare const Carousel: ({
|
|
|
12
12
|
badgeContent,
|
|
13
13
|
theme,
|
|
14
14
|
hideNavigation
|
|
15
|
-
}: CarouselProps) =>
|
|
15
|
+
}: CarouselProps) => react_jsx_runtime36.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -12,6 +12,6 @@ declare const Carousel: ({
|
|
|
12
12
|
badgeContent,
|
|
13
13
|
theme,
|
|
14
14
|
hideNavigation
|
|
15
|
-
}: CarouselProps) =>
|
|
15
|
+
}: CarouselProps) => react_jsx_runtime32.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { Carousel };
|
|
@@ -20,6 +20,7 @@ const ChatFooter = ({ id, testId, className, style, theme = require_theme.Theme.
|
|
|
20
20
|
theme: finalTheme,
|
|
21
21
|
isScrolled,
|
|
22
22
|
hideEnviveWatermark,
|
|
23
|
+
hasPromptSuggestions: promptSuggestions.length > 0,
|
|
23
24
|
promptSuggestions: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index.ChatFooterComponents.PromptSuggestions, {
|
|
24
25
|
theme: finalTheme,
|
|
25
26
|
suggestions: promptSuggestions,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatFooterProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatFooter/ChatFooter.d.ts
|
|
5
5
|
declare const ChatFooter: ({
|
|
@@ -24,6 +24,6 @@ declare const ChatFooter: ({
|
|
|
24
24
|
voiceInputEnabled,
|
|
25
25
|
onTranscriptionStarted,
|
|
26
26
|
onTranscriptionCompleted
|
|
27
|
-
}: ChatFooterProps) =>
|
|
27
|
+
}: ChatFooterProps) => react_jsx_runtime26.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ChatFooter };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatFooterProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatFooter/ChatFooter.d.ts
|
|
5
5
|
declare const ChatFooter: ({
|
|
@@ -24,6 +24,6 @@ declare const ChatFooter: ({
|
|
|
24
24
|
voiceInputEnabled,
|
|
25
25
|
onTranscriptionStarted,
|
|
26
26
|
onTranscriptionCompleted
|
|
27
|
-
}: ChatFooterProps) =>
|
|
27
|
+
}: ChatFooterProps) => react_jsx_runtime33.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ChatFooter };
|
|
@@ -18,6 +18,7 @@ const ChatFooter = ({ id, testId, className, style, theme = Theme.GLOBAL_CUSTOM,
|
|
|
18
18
|
theme: finalTheme,
|
|
19
19
|
isScrolled,
|
|
20
20
|
hideEnviveWatermark,
|
|
21
|
+
hasPromptSuggestions: promptSuggestions.length > 0,
|
|
21
22
|
promptSuggestions: /* @__PURE__ */ jsx(ChatFooterComponents.PromptSuggestions, {
|
|
22
23
|
theme: finalTheme,
|
|
23
24
|
suggestions: promptSuggestions,
|
|
@@ -10,7 +10,7 @@ let classnames = require("classnames");
|
|
|
10
10
|
classnames = require_rolldown_runtime.__toESM(classnames);
|
|
11
11
|
|
|
12
12
|
//#region src/components/ChatFooter/components/Layout.tsx
|
|
13
|
-
const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, hideEnviveWatermark, id, testId, className, style }) => {
|
|
13
|
+
const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, hideEnviveWatermark, hasPromptSuggestions, id, testId, className, style }) => {
|
|
14
14
|
const { baseClassName, themeContainerClassNames } = require_useGetContainerProperties.useGetContainerProperties({
|
|
15
15
|
isScrolled,
|
|
16
16
|
theme
|
|
@@ -25,7 +25,7 @@ const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, h
|
|
|
25
25
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Stack.Stack, {
|
|
26
26
|
gap: 2,
|
|
27
27
|
children: [
|
|
28
|
-
!isScrolled && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
28
|
+
!isScrolled && hasPromptSuggestions && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
29
29
|
className: (0, classnames.default)(footerVisibleClasses, footerVisibleOpacityClass),
|
|
30
30
|
children: promptSuggestions
|
|
31
31
|
}),
|
|
@@ -8,7 +8,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
8
8
|
import classNames from "classnames";
|
|
9
9
|
|
|
10
10
|
//#region src/components/ChatFooter/components/Layout.tsx
|
|
11
|
-
const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, hideEnviveWatermark, id, testId, className, style }) => {
|
|
11
|
+
const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, hideEnviveWatermark, hasPromptSuggestions, id, testId, className, style }) => {
|
|
12
12
|
const { baseClassName, themeContainerClassNames } = useGetContainerProperties({
|
|
13
13
|
isScrolled,
|
|
14
14
|
theme
|
|
@@ -23,7 +23,7 @@ const Layout = ({ promptSuggestions, textField, enviveLogo, isScrolled, theme, h
|
|
|
23
23
|
children: /* @__PURE__ */ jsxs(Stack, {
|
|
24
24
|
gap: 2,
|
|
25
25
|
children: [
|
|
26
|
-
!isScrolled && /* @__PURE__ */ jsx("div", {
|
|
26
|
+
!isScrolled && hasPromptSuggestions && /* @__PURE__ */ jsx("div", {
|
|
27
27
|
className: classNames(footerVisibleClasses, footerVisibleOpacityClass),
|
|
28
28
|
children: promptSuggestions
|
|
29
29
|
}),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LayoutProps } from "./Layout.cjs";
|
|
2
2
|
import { PromptSuggestionsProps } from "./PromptSuggestions.cjs";
|
|
3
3
|
import { TextFieldProps } from "../../TextField/types/index.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react183 from "react";
|
|
5
5
|
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/ChatFooter/components/index.d.ts
|
|
@@ -13,6 +13,7 @@ declare const ChatFooterComponents: {
|
|
|
13
13
|
isScrolled,
|
|
14
14
|
theme,
|
|
15
15
|
hideEnviveWatermark,
|
|
16
|
+
hasPromptSuggestions,
|
|
16
17
|
id,
|
|
17
18
|
testId,
|
|
18
19
|
className,
|
|
@@ -23,7 +24,7 @@ declare const ChatFooterComponents: {
|
|
|
23
24
|
}: {
|
|
24
25
|
className?: string;
|
|
25
26
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
27
|
+
}) => react183.ReactElement<react183.SVGProps<SVGSVGElement>, string | react183.JSXElementConstructor<any>>;
|
|
27
28
|
PromptSuggestions: ({
|
|
28
29
|
theme,
|
|
29
30
|
suggestions,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LayoutProps } from "./Layout.js";
|
|
2
2
|
import { PromptSuggestionsProps } from "./PromptSuggestions.js";
|
|
3
3
|
import { TextFieldProps } from "../../TextField/types/index.js";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
4
|
+
import * as react181 from "react";
|
|
5
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/ChatFooter/components/index.d.ts
|
|
8
8
|
declare const ChatFooterComponents: {
|
|
@@ -13,17 +13,18 @@ declare const ChatFooterComponents: {
|
|
|
13
13
|
isScrolled,
|
|
14
14
|
theme,
|
|
15
15
|
hideEnviveWatermark,
|
|
16
|
+
hasPromptSuggestions,
|
|
16
17
|
id,
|
|
17
18
|
testId,
|
|
18
19
|
className,
|
|
19
20
|
style
|
|
20
|
-
}: LayoutProps) =>
|
|
21
|
+
}: LayoutProps) => react_jsx_runtime34.JSX.Element;
|
|
21
22
|
EnviveLogo: ({
|
|
22
23
|
style
|
|
23
24
|
}: {
|
|
24
25
|
className?: string;
|
|
25
26
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
27
|
+
}) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
|
|
27
28
|
PromptSuggestions: ({
|
|
28
29
|
theme,
|
|
29
30
|
suggestions,
|
|
@@ -32,7 +33,7 @@ declare const ChatFooterComponents: {
|
|
|
32
33
|
style,
|
|
33
34
|
disabled,
|
|
34
35
|
parentWidget
|
|
35
|
-
}: PromptSuggestionsProps) =>
|
|
36
|
+
}: PromptSuggestionsProps) => react_jsx_runtime34.JSX.Element;
|
|
36
37
|
TextField: ({
|
|
37
38
|
theme,
|
|
38
39
|
placeholder,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatHeaderProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatHeader/ChatHeader.d.ts
|
|
5
5
|
declare const ChatHeader: ({
|
|
@@ -21,6 +21,6 @@ declare const ChatHeader: ({
|
|
|
21
21
|
headerBgColor,
|
|
22
22
|
onClose,
|
|
23
23
|
onToggle
|
|
24
|
-
}: ChatHeaderProps) =>
|
|
24
|
+
}: ChatHeaderProps) => react_jsx_runtime1.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ChatHeader };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatHeaderProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatHeader/ChatHeader.d.ts
|
|
5
5
|
declare const ChatHeader: ({
|
|
@@ -21,6 +21,6 @@ declare const ChatHeader: ({
|
|
|
21
21
|
headerBgColor,
|
|
22
22
|
onClose,
|
|
23
23
|
onToggle
|
|
24
|
-
}: ChatHeaderProps) =>
|
|
24
|
+
}: ChatHeaderProps) => react_jsx_runtime22.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ChatHeader };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreview/ChatPreview.d.ts
|
|
5
5
|
declare const ChatPreview: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewProps) =>
|
|
10
|
+
}: ChatPreviewProps) => react_jsx_runtime16.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreview };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreview/ChatPreview.d.ts
|
|
5
5
|
declare const ChatPreview: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewProps) =>
|
|
10
|
+
}: ChatPreviewProps) => react_jsx_runtime29.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreview };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewComparisonProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
|
|
5
5
|
declare const ChatPreviewComparison: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewComparisonProps) =>
|
|
10
|
+
}: ChatPreviewComparisonProps) => react_jsx_runtime0.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreviewComparison };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewComparisonProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
|
|
5
5
|
declare const ChatPreviewComparison: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewComparisonProps) =>
|
|
10
|
+
}: ChatPreviewComparisonProps) => react_jsx_runtime27.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreviewComparison };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime31.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime28.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|