@envive-ai/react-toolkit-v3 0.3.24 → 0.3.26
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.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- 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.d.ts +2 -2
- package/dist/ChatFooter/components/index.d.cts +2 -2
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +6 -6
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +6 -6
- 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 +173 -173
- package/dist/Container/Container.d.ts +173 -173
- 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/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/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +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/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/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +6 -6
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/components/Headline.cjs +7 -2
- package/dist/SocialProof/components/Headline.js +7 -2
- 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/hooks/useVoiceInput.cjs +3 -0
- package/dist/TextField/hooks/useVoiceInput.js +3 -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.cjs +1 -1
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/WidgetTextField/WidgetTextField.js +1 -1
- 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/ChatHeader/hooks/useGetToggleOptionProperties.ts +6 -6
- package/src/components/SocialProof/components/Headline.tsx +10 -2
- package/src/components/TextField/__tests__/VoiceInputButton.test.tsx +27 -16
- package/src/components/TextField/hooks/useVoiceInput.ts +12 -0
- package/src/components/WidgetTextField/WidgetTextField.tsx +3 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnimatedTextProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react182 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react182.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react182.ReactNode>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AnimatedText };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime33 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_runtime33.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime35 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_runtime35.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_runtime34 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_runtime34.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_runtime30 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_runtime30.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatFooterProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime24 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_runtime24.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ChatFooter };
|
|
@@ -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 react181 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
|
|
@@ -23,7 +23,7 @@ declare const ChatFooterComponents: {
|
|
|
23
23
|
}: {
|
|
24
24
|
className?: string;
|
|
25
25
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
26
|
+
}) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
|
|
27
27
|
PromptSuggestions: ({
|
|
28
28
|
theme,
|
|
29
29
|
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 react179 from "react";
|
|
5
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/ChatFooter/components/index.d.ts
|
|
8
8
|
declare const ChatFooterComponents: {
|
|
@@ -17,13 +17,13 @@ declare const ChatFooterComponents: {
|
|
|
17
17
|
testId,
|
|
18
18
|
className,
|
|
19
19
|
style
|
|
20
|
-
}: LayoutProps) =>
|
|
20
|
+
}: LayoutProps) => react_jsx_runtime22.JSX.Element;
|
|
21
21
|
EnviveLogo: ({
|
|
22
22
|
style
|
|
23
23
|
}: {
|
|
24
24
|
className?: string;
|
|
25
25
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
26
|
+
}) => react179.ReactElement<react179.SVGProps<SVGSVGElement>, string | react179.JSXElementConstructor<any>>;
|
|
27
27
|
PromptSuggestions: ({
|
|
28
28
|
theme,
|
|
29
29
|
suggestions,
|
|
@@ -32,7 +32,7 @@ declare const ChatFooterComponents: {
|
|
|
32
32
|
style,
|
|
33
33
|
disabled,
|
|
34
34
|
parentWidget
|
|
35
|
-
}: PromptSuggestionsProps) =>
|
|
35
|
+
}: PromptSuggestionsProps) => react_jsx_runtime22.JSX.Element;
|
|
36
36
|
TextField: ({
|
|
37
37
|
theme,
|
|
38
38
|
placeholder,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatHeaderProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime25 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_runtime25.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_runtime33 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_runtime33.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ChatHeader };
|
|
@@ -7,7 +7,7 @@ const require_index$1 = require('../types/index.cjs');
|
|
|
7
7
|
const defaultContainerStandardClasses = "envive-tw-px-[8px] envive-tw-py-1 envive-tw-rounded-[var(--envive-global-custom-border-radius)] envive-tw-cursor-pointer";
|
|
8
8
|
const defaultContainerModernClasses = "envive-tw-px-4 envive-tw-py-2 envive-tw-rounded-[var(--envive-global-custom-border-radius)] envive-tw-cursor-pointer";
|
|
9
9
|
const defaultMinimalClasses = "envive-tw-cursor-pointer";
|
|
10
|
-
const opacity = "envive-tw-opacity-
|
|
10
|
+
const opacity = "envive-tw-opacity-70";
|
|
11
11
|
const optionContainerClassesMap = (selected) => {
|
|
12
12
|
if (selected) return {
|
|
13
13
|
[require_theme.Theme.STANDARD]: {
|
|
@@ -45,12 +45,12 @@ const textClassesMap = (selected) => {
|
|
|
45
45
|
[require_index$1.ChatHeaderVariant.DARK]: "envive-tw-text-text-primary"
|
|
46
46
|
},
|
|
47
47
|
[require_theme.Theme.MODERN]: {
|
|
48
|
-
[require_index$1.ChatHeaderVariant.LIGHT]: `envive-tw-text-text-light`,
|
|
49
|
-
[require_index$1.ChatHeaderVariant.DARK]: `envive-tw-text-text-primary`
|
|
48
|
+
[require_index$1.ChatHeaderVariant.LIGHT]: `envive-tw-text-text-light envive-tw-font-semibold`,
|
|
49
|
+
[require_index$1.ChatHeaderVariant.DARK]: `envive-tw-text-text-primary envive-tw-font-semibold`
|
|
50
50
|
},
|
|
51
51
|
[require_theme.Theme.MINIMAL]: {
|
|
52
|
-
[require_index$1.ChatHeaderVariant.LIGHT]: "envive-tw-text-text-primary",
|
|
53
|
-
[require_index$1.ChatHeaderVariant.DARK]: "envive-tw-text-text-light"
|
|
52
|
+
[require_index$1.ChatHeaderVariant.LIGHT]: "envive-tw-text-text-primary envive-tw-font-semibold",
|
|
53
|
+
[require_index$1.ChatHeaderVariant.DARK]: "envive-tw-text-text-light envive-tw-font-semibold"
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
56
|
return {
|
|
@@ -70,7 +70,7 @@ const textClassesMap = (selected) => {
|
|
|
70
70
|
};
|
|
71
71
|
const useGetToggleOptionProperties = (selected, theme, variant) => {
|
|
72
72
|
const itemContainerClasses = optionContainerClassesMap(selected)[theme][variant];
|
|
73
|
-
const logoClasses = `envive-tw-h-[12px] envive-tw-max-w-[100px] ${!selected ? "envive-tw-opacity-
|
|
73
|
+
const logoClasses = `envive-tw-h-[12px] envive-tw-max-w-[100px] ${!selected ? "envive-tw-opacity-70" : ""}`;
|
|
74
74
|
return {
|
|
75
75
|
itemContainerClasses,
|
|
76
76
|
textClasses: textClassesMap(selected)[theme][variant],
|
|
@@ -7,7 +7,7 @@ import { ChatHeaderVariant } from "../types/index.js";
|
|
|
7
7
|
const defaultContainerStandardClasses = "envive-tw-px-[8px] envive-tw-py-1 envive-tw-rounded-[var(--envive-global-custom-border-radius)] envive-tw-cursor-pointer";
|
|
8
8
|
const defaultContainerModernClasses = "envive-tw-px-4 envive-tw-py-2 envive-tw-rounded-[var(--envive-global-custom-border-radius)] envive-tw-cursor-pointer";
|
|
9
9
|
const defaultMinimalClasses = "envive-tw-cursor-pointer";
|
|
10
|
-
const opacity = "envive-tw-opacity-
|
|
10
|
+
const opacity = "envive-tw-opacity-70";
|
|
11
11
|
const optionContainerClassesMap = (selected) => {
|
|
12
12
|
if (selected) return {
|
|
13
13
|
[Theme.STANDARD]: {
|
|
@@ -45,12 +45,12 @@ const textClassesMap = (selected) => {
|
|
|
45
45
|
[ChatHeaderVariant.DARK]: "envive-tw-text-text-primary"
|
|
46
46
|
},
|
|
47
47
|
[Theme.MODERN]: {
|
|
48
|
-
[ChatHeaderVariant.LIGHT]: `envive-tw-text-text-light`,
|
|
49
|
-
[ChatHeaderVariant.DARK]: `envive-tw-text-text-primary`
|
|
48
|
+
[ChatHeaderVariant.LIGHT]: `envive-tw-text-text-light envive-tw-font-semibold`,
|
|
49
|
+
[ChatHeaderVariant.DARK]: `envive-tw-text-text-primary envive-tw-font-semibold`
|
|
50
50
|
},
|
|
51
51
|
[Theme.MINIMAL]: {
|
|
52
|
-
[ChatHeaderVariant.LIGHT]: "envive-tw-text-text-primary",
|
|
53
|
-
[ChatHeaderVariant.DARK]: "envive-tw-text-text-light"
|
|
52
|
+
[ChatHeaderVariant.LIGHT]: "envive-tw-text-text-primary envive-tw-font-semibold",
|
|
53
|
+
[ChatHeaderVariant.DARK]: "envive-tw-text-text-light envive-tw-font-semibold"
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
56
|
return {
|
|
@@ -70,7 +70,7 @@ const textClassesMap = (selected) => {
|
|
|
70
70
|
};
|
|
71
71
|
const useGetToggleOptionProperties = (selected, theme, variant) => {
|
|
72
72
|
const itemContainerClasses = optionContainerClassesMap(selected)[theme][variant];
|
|
73
|
-
const logoClasses = `envive-tw-h-[12px] envive-tw-max-w-[100px] ${!selected ? "envive-tw-opacity-
|
|
73
|
+
const logoClasses = `envive-tw-h-[12px] envive-tw-max-w-[100px] ${!selected ? "envive-tw-opacity-70" : ""}`;
|
|
74
74
|
return {
|
|
75
75
|
itemContainerClasses,
|
|
76
76
|
textClasses: textClassesMap(selected)[theme][variant],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime30 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_runtime30.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_runtime26 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_runtime26.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_runtime31 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_runtime31.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_runtime28 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_runtime28.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_runtime32 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_runtime32.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_runtime32 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_runtime32.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|