@envive-ai/react-toolkit-v3 0.3.15-beta.0 → 0.3.15-beta.1
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/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.d.cts +5 -5
- package/dist/components/Accordion/Accordion.d.ts +5 -5
- package/dist/components/Accordion/Accordion.js +1 -1
- package/dist/components/Alert/Alert.d.ts +2 -2
- package/dist/components/AlertDialog/AlertDialog.d.cts +6 -6
- package/dist/components/AlertDialog/AlertDialog.d.ts +6 -6
- package/dist/components/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/components/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/components/AspectRatio/AspectRatio.d.cts +2 -2
- package/dist/components/AspectRatio/AspectRatio.d.ts +2 -2
- package/dist/components/Badge/Badge.d.cts +4 -4
- package/dist/components/Badge/Badge.d.ts +4 -4
- package/dist/components/Breadcrumb/Breadcrumb.d.cts +3 -3
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/components/Button/Button.cjs +1 -1
- package/dist/components/Button/Button.d.cts +2 -2
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/components/Calendar/Calendar.d.cts +2 -2
- package/dist/components/Calendar/Calendar.d.ts +2 -2
- package/dist/components/Carousel/Carousel.d.cts +2 -2
- package/dist/components/Carousel/Carousel.d.ts +2 -2
- package/dist/components/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/components/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/components/ChatFooter/components/index.d.cts +5 -5
- package/dist/components/ChatFooter/components/index.d.ts +5 -5
- package/dist/components/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/components/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/components/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/components/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/components/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/components/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/components/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/components/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.d.cts +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/components/Collapsible/Collapsible.d.cts +4 -4
- package/dist/components/Collapsible/Collapsible.d.ts +4 -4
- package/dist/components/Command/Command.d.cts +3 -3
- package/dist/components/Command/Command.d.ts +3 -3
- package/dist/components/Container/Container.d.cts +174 -174
- package/dist/components/Container/Container.d.ts +174 -174
- package/dist/components/ContextMenu/ContextMenu.d.cts +8 -8
- package/dist/components/ContextMenu/ContextMenu.d.ts +8 -8
- package/dist/components/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/components/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/components/Dialog/Dialog.d.cts +12 -12
- package/dist/components/Dialog/Dialog.d.ts +12 -12
- package/dist/components/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/components/Drawer/Drawer.d.cts +7 -7
- package/dist/components/Drawer/Drawer.d.ts +7 -7
- package/dist/components/DropdownMenu/DropdownMenu.d.cts +20 -20
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +20 -20
- package/dist/components/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/components/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/components/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/components/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/components/FloatingChat/components/AgentMessage.cjs +2 -2
- package/dist/components/FloatingChat/components/AgentMessage.js +2 -2
- package/dist/components/FormField/FormField.cjs +1 -1
- package/dist/components/FormField/FormField.js +1 -1
- package/dist/components/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/components/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/components/HoverCard/HoverCard.d.cts +3 -3
- package/dist/components/HoverCard/HoverCard.d.ts +3 -3
- package/dist/components/Image/Image.d.cts +2 -2
- package/dist/components/Image/Image.d.ts +2 -2
- package/dist/components/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/components/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/components/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/components/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/components/Menubar/Menubar.d.cts +7 -7
- package/dist/components/Menubar/Menubar.d.ts +7 -7
- package/dist/components/NavigationMenu/NavigationMenu.d.cts +3 -3
- package/dist/components/NavigationMenu/NavigationMenu.d.ts +3 -3
- package/dist/components/Pagination/Pagination.d.cts +6 -6
- package/dist/components/Pagination/Pagination.d.ts +6 -6
- package/dist/components/Popover/Popover.d.cts +4 -4
- package/dist/components/Popover/Popover.d.ts +4 -4
- package/dist/components/ProductCard/ProductCard.d.cts +2 -2
- package/dist/components/ProductCard/ProductCard.d.ts +2 -2
- package/dist/components/PromptButton/PromptButton.d.cts +2 -2
- package/dist/components/PromptButton/PromptButton.d.ts +2 -2
- package/dist/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/components/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/components/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/components/RadioGroup/RadioGroup.d.cts +3 -3
- package/dist/components/RadioGroup/RadioGroup.d.ts +3 -3
- package/dist/components/Resizable/Resizable.d.cts +4 -4
- package/dist/components/Resizable/Resizable.d.ts +4 -4
- package/dist/components/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/components/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/components/ReviewCard/components/index.d.cts +6 -6
- package/dist/components/ReviewCard/components/index.d.ts +6 -6
- package/dist/components/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/components/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/components/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/components/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/components/Select/Select.d.cts +11 -11
- package/dist/components/Select/Select.d.ts +11 -11
- package/dist/components/Sheet/Sheet.d.cts +14 -14
- package/dist/components/Sheet/Sheet.d.ts +14 -14
- package/dist/components/Skeleton/Skeleton.d.cts +2 -2
- package/dist/components/Skeleton/Skeleton.d.ts +2 -2
- package/dist/components/Slider/Slider.d.cts +2 -2
- package/dist/components/Slider/Slider.d.ts +2 -2
- package/dist/components/SocialProof/SocialProof.d.cts +2 -2
- package/dist/components/SocialProof/SocialProof.d.ts +2 -2
- package/dist/components/Sonner/Sonner.d.cts +2 -2
- package/dist/components/Sonner/Sonner.d.ts +2 -2
- package/dist/components/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/components/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/components/Stack/Stack.d.cts +2 -2
- package/dist/components/Stack/Stack.d.ts +2 -2
- package/dist/components/Switch/Switch.d.cts +2 -2
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Tabs/Tabs.d.cts +5 -5
- package/dist/components/Tabs/Tabs.d.ts +5 -5
- package/dist/components/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/components/Toast/Toast.d.cts +9 -9
- package/dist/components/Toast/Toast.d.ts +9 -9
- package/dist/components/Toast/Toaster.d.cts +2 -2
- package/dist/components/Toast/Toaster.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.cts +5 -5
- package/dist/components/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/components/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/components/Typography/Typography.d.cts +4 -4
- package/dist/components/Typography/Typography.d.ts +4 -4
- package/dist/components/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/components/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/components/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/components/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/NavigationMenu/NavigationMenu.d.ts
|
|
5
5
|
declare const NavigationMenu: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -8,7 +8,7 @@ declare const NavigationMenuItem: {
|
|
|
8
8
|
({
|
|
9
9
|
children,
|
|
10
10
|
...props
|
|
11
|
-
}: any):
|
|
11
|
+
}: any): react_jsx_runtime28.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
declare const navigationMenuTriggerStyle: any;
|
|
@@ -18,7 +18,7 @@ declare const NavigationMenuLink: {
|
|
|
18
18
|
({
|
|
19
19
|
children,
|
|
20
20
|
...props
|
|
21
|
-
}: any):
|
|
21
|
+
}: any): react_jsx_runtime28.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PaginationContentProps, PaginationEllipsisProps, PaginationItemProps, PaginationLinkProps, PaginationNextProps, PaginationPreviousProps, PaginationProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Pagination/Pagination.d.ts
|
|
6
6
|
declare const Pagination: {
|
|
7
7
|
({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: PaginationProps):
|
|
10
|
+
}: PaginationProps): react_jsx_runtime18.JSX.Element;
|
|
11
11
|
displayName: string;
|
|
12
12
|
};
|
|
13
13
|
declare const PaginationContent: React$1.ForwardRefExoticComponent<Omit<PaginationContentProps, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
|
|
@@ -18,28 +18,28 @@ declare const PaginationLink: {
|
|
|
18
18
|
isActive,
|
|
19
19
|
size,
|
|
20
20
|
...props
|
|
21
|
-
}: PaginationLinkProps):
|
|
21
|
+
}: PaginationLinkProps): react_jsx_runtime18.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const PaginationPrevious: {
|
|
25
25
|
({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: PaginationPreviousProps):
|
|
28
|
+
}: PaginationPreviousProps): react_jsx_runtime18.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
declare const PaginationNext: {
|
|
32
32
|
({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: PaginationNextProps):
|
|
35
|
+
}: PaginationNextProps): react_jsx_runtime18.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
declare const PaginationEllipsis: {
|
|
39
39
|
({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: PaginationEllipsisProps):
|
|
42
|
+
}: PaginationEllipsisProps): react_jsx_runtime18.JSX.Element;
|
|
43
43
|
displayName: string;
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PaginationContentProps, PaginationEllipsisProps, PaginationItemProps, PaginationLinkProps, PaginationNextProps, PaginationPreviousProps, PaginationProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Pagination/Pagination.d.ts
|
|
6
6
|
declare const Pagination: {
|
|
7
7
|
({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: PaginationProps):
|
|
10
|
+
}: PaginationProps): react_jsx_runtime0.JSX.Element;
|
|
11
11
|
displayName: string;
|
|
12
12
|
};
|
|
13
13
|
declare const PaginationContent: React$1.ForwardRefExoticComponent<Omit<PaginationContentProps, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
|
|
@@ -18,28 +18,28 @@ declare const PaginationLink: {
|
|
|
18
18
|
isActive,
|
|
19
19
|
size,
|
|
20
20
|
...props
|
|
21
|
-
}: PaginationLinkProps):
|
|
21
|
+
}: PaginationLinkProps): react_jsx_runtime0.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const PaginationPrevious: {
|
|
25
25
|
({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: PaginationPreviousProps):
|
|
28
|
+
}: PaginationPreviousProps): react_jsx_runtime0.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
declare const PaginationNext: {
|
|
32
32
|
({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: PaginationNextProps):
|
|
35
|
+
}: PaginationNextProps): react_jsx_runtime0.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
declare const PaginationEllipsis: {
|
|
39
39
|
({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: PaginationEllipsisProps):
|
|
42
|
+
}: PaginationEllipsisProps): react_jsx_runtime0.JSX.Element;
|
|
43
43
|
displayName: string;
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Popover/Popover.d.ts
|
|
5
5
|
declare const Popover: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: any) =>
|
|
8
|
+
}: any) => react_jsx_runtime23.JSX.Element;
|
|
9
9
|
declare const PopoverTrigger: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
12
|
+
}: any) => react_jsx_runtime23.JSX.Element;
|
|
13
13
|
declare const PopoverAnchor: ({
|
|
14
14
|
children,
|
|
15
15
|
...props
|
|
16
|
-
}: any) =>
|
|
16
|
+
}: any) => react_jsx_runtime23.JSX.Element;
|
|
17
17
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<any>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Popover/Popover.d.ts
|
|
5
5
|
declare const Popover: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: any) =>
|
|
8
|
+
}: any) => react_jsx_runtime62.JSX.Element;
|
|
9
9
|
declare const PopoverTrigger: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
12
|
+
}: any) => react_jsx_runtime62.JSX.Element;
|
|
13
13
|
declare const PopoverAnchor: ({
|
|
14
14
|
children,
|
|
15
15
|
...props
|
|
16
|
-
}: any) =>
|
|
16
|
+
}: any) => react_jsx_runtime62.JSX.Element;
|
|
17
17
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<any>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProductCardProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ProductCard/ProductCard.d.ts
|
|
5
5
|
declare const ProductCard: ({
|
|
@@ -18,6 +18,6 @@ declare const ProductCard: ({
|
|
|
18
18
|
loop,
|
|
19
19
|
onSelect,
|
|
20
20
|
onInputClick
|
|
21
|
-
}: ProductCardProps) =>
|
|
21
|
+
}: ProductCardProps) => react_jsx_runtime66.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ProductCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProductCardProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ProductCard/ProductCard.d.ts
|
|
5
5
|
declare const ProductCard: ({
|
|
@@ -18,6 +18,6 @@ declare const ProductCard: ({
|
|
|
18
18
|
loop,
|
|
19
19
|
onSelect,
|
|
20
20
|
onInputClick
|
|
21
|
-
}: ProductCardProps) =>
|
|
21
|
+
}: ProductCardProps) => react_jsx_runtime15.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ProductCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptButtonProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptButton/PromptButton.d.ts
|
|
5
5
|
declare const PromptButton: ({
|
|
@@ -22,6 +22,6 @@ declare const PromptButton: ({
|
|
|
22
22
|
onTouchEnd,
|
|
23
23
|
ariaLabel,
|
|
24
24
|
ariaDescribedBy
|
|
25
|
-
}: PromptButtonProps) =>
|
|
25
|
+
}: PromptButtonProps) => react_jsx_runtime71.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { PromptButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptButtonProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptButton/PromptButton.d.ts
|
|
5
5
|
declare const PromptButton: ({
|
|
@@ -22,6 +22,6 @@ declare const PromptButton: ({
|
|
|
22
22
|
onTouchEnd,
|
|
23
23
|
ariaLabel,
|
|
24
24
|
ariaDescribedBy
|
|
25
|
-
}: PromptButtonProps) =>
|
|
25
|
+
}: PromptButtonProps) => react_jsx_runtime57.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { PromptButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptButtonCarouselWithImageProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts
|
|
5
5
|
declare const PromptButtonCarouselWithImage: ({
|
|
@@ -18,6 +18,6 @@ declare const PromptButtonCarouselWithImage: ({
|
|
|
18
18
|
handlePromptButtonClick,
|
|
19
19
|
textFieldPlaceholder,
|
|
20
20
|
handleTextFieldClick
|
|
21
|
-
}: PromptButtonCarouselWithImageProps) =>
|
|
21
|
+
}: PromptButtonCarouselWithImageProps) => react_jsx_runtime26.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { PromptButtonCarouselWithImage };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptButtonCarouselWithImageProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts
|
|
5
5
|
declare const PromptButtonCarouselWithImage: ({
|
|
@@ -18,6 +18,6 @@ declare const PromptButtonCarouselWithImage: ({
|
|
|
18
18
|
handlePromptButtonClick,
|
|
19
19
|
textFieldPlaceholder,
|
|
20
20
|
handleTextFieldClick
|
|
21
|
-
}: PromptButtonCarouselWithImageProps) =>
|
|
21
|
+
}: PromptButtonCarouselWithImageProps) => react_jsx_runtime5.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { PromptButtonCarouselWithImage };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptCarouselProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptCarousel/PromptCarousel.d.ts
|
|
5
5
|
declare const PromptCarousel: ({
|
|
@@ -26,6 +26,6 @@ declare const PromptCarousel: ({
|
|
|
26
26
|
"aria-labelledby": ariaLabelledBy,
|
|
27
27
|
"aria-describedby": ariaDescribedBy,
|
|
28
28
|
role
|
|
29
|
-
}: PromptCarouselProps) =>
|
|
29
|
+
}: PromptCarouselProps) => react_jsx_runtime28.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { PromptCarousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PromptCarouselProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/PromptCarousel/PromptCarousel.d.ts
|
|
5
5
|
declare const PromptCarousel: ({
|
|
@@ -26,6 +26,6 @@ declare const PromptCarousel: ({
|
|
|
26
26
|
"aria-labelledby": ariaLabelledBy,
|
|
27
27
|
"aria-describedby": ariaDescribedBy,
|
|
28
28
|
role
|
|
29
|
-
}: PromptCarouselProps) =>
|
|
29
|
+
}: PromptCarouselProps) => react_jsx_runtime80.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { PromptCarousel };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react55 from "react";
|
|
2
2
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RadioGroup/RadioGroup.d.ts
|
|
5
|
-
declare const RadioGroup:
|
|
6
|
-
declare const RadioGroupItem:
|
|
5
|
+
declare const RadioGroup: react55.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & react55.RefAttributes<HTMLDivElement>, "ref"> & react55.RefAttributes<never>>;
|
|
6
|
+
declare const RadioGroupItem: react55.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & react55.RefAttributes<HTMLButtonElement>, "ref"> & react55.RefAttributes<never>>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { RadioGroup, RadioGroupItem };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react70 from "react";
|
|
2
2
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RadioGroup/RadioGroup.d.ts
|
|
5
|
-
declare const RadioGroup:
|
|
6
|
-
declare const RadioGroupItem:
|
|
5
|
+
declare const RadioGroup: react70.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & react70.RefAttributes<HTMLDivElement>, "ref"> & react70.RefAttributes<never>>;
|
|
6
|
+
declare const RadioGroupItem: react70.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & react70.RefAttributes<HTMLButtonElement>, "ref"> & react70.RefAttributes<never>>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { RadioGroup, RadioGroupItem };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ResizableHandleProps, ResizablePanelGroupProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Resizable/Resizable.d.ts
|
|
5
5
|
declare const ResizablePanelGroup: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: ResizablePanelGroupProps) =>
|
|
8
|
+
}: ResizablePanelGroupProps) => react_jsx_runtime63.JSX.Element;
|
|
9
9
|
declare const ResizablePanel: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
13
|
-
declare const ResizableHandle: (props: ResizableHandleProps) =>
|
|
12
|
+
}: any) => react_jsx_runtime63.JSX.Element;
|
|
13
|
+
declare const ResizableHandle: (props: ResizableHandleProps) => react_jsx_runtime63.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ResizableHandleProps, ResizablePanelGroupProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Resizable/Resizable.d.ts
|
|
5
5
|
declare const ResizablePanelGroup: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: ResizablePanelGroupProps) =>
|
|
8
|
+
}: ResizablePanelGroupProps) => react_jsx_runtime44.JSX.Element;
|
|
9
9
|
declare const ResizablePanel: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
13
|
-
declare const ResizableHandle: (props: ResizableHandleProps) =>
|
|
12
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
13
|
+
declare const ResizableHandle: (props: ResizableHandleProps) => react_jsx_runtime44.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReviewCardProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime70 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ReviewCard/ReviewCard.d.ts
|
|
5
5
|
|
|
@@ -27,6 +27,6 @@ declare const ReviewCard: ({
|
|
|
27
27
|
verifiedBuyerLabel,
|
|
28
28
|
onExpand,
|
|
29
29
|
onCollapse
|
|
30
|
-
}: ReviewCardProps) =>
|
|
30
|
+
}: ReviewCardProps) => react_jsx_runtime70.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { ReviewCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReviewCardProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime47 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ReviewCard/ReviewCard.d.ts
|
|
5
5
|
|
|
@@ -27,6 +27,6 @@ declare const ReviewCard: ({
|
|
|
27
27
|
verifiedBuyerLabel,
|
|
28
28
|
onExpand,
|
|
29
29
|
onCollapse
|
|
30
|
-
}: ReviewCardProps) =>
|
|
30
|
+
}: ReviewCardProps) => react_jsx_runtime47.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { ReviewCard };
|
|
@@ -2,8 +2,8 @@ import { Theme } from "../../../components-v3/tokens/theme/theme.cjs";
|
|
|
2
2
|
import { ContainerProps } from "./Container.cjs";
|
|
3
3
|
import { RatingProps } from "./Rating.cjs";
|
|
4
4
|
import { ReadMoreButtonProps } from "./ReadMoreButton.cjs";
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as react58 from "react";
|
|
6
|
+
import * as react_jsx_runtime67 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/ReviewCard/components/index.d.ts
|
|
9
9
|
declare const ReviewCardComponents: {
|
|
@@ -31,12 +31,12 @@ declare const ReviewCardComponents: {
|
|
|
31
31
|
verifiedBuyerLabel?: string;
|
|
32
32
|
className?: string;
|
|
33
33
|
style?: React.CSSProperties;
|
|
34
|
-
}) =>
|
|
34
|
+
}) => react_jsx_runtime67.JSX.Element;
|
|
35
35
|
Rating: ({
|
|
36
36
|
rating,
|
|
37
37
|
theme,
|
|
38
38
|
style
|
|
39
|
-
}: RatingProps) =>
|
|
39
|
+
}: RatingProps) => react_jsx_runtime67.JSX.Element;
|
|
40
40
|
StarIcon: ({
|
|
41
41
|
theme,
|
|
42
42
|
style,
|
|
@@ -45,7 +45,7 @@ declare const ReviewCardComponents: {
|
|
|
45
45
|
theme: Theme;
|
|
46
46
|
style?: React.CSSProperties;
|
|
47
47
|
className?: string;
|
|
48
|
-
}) =>
|
|
48
|
+
}) => react58.ReactElement<react58.SVGProps<SVGSVGElement>, string | react58.JSXElementConstructor<any>>;
|
|
49
49
|
ReviewText: ({
|
|
50
50
|
reviewText,
|
|
51
51
|
isExpanded,
|
|
@@ -56,7 +56,7 @@ declare const ReviewCardComponents: {
|
|
|
56
56
|
isExpanded: boolean;
|
|
57
57
|
className?: string;
|
|
58
58
|
style?: React.CSSProperties;
|
|
59
|
-
}) =>
|
|
59
|
+
}) => react_jsx_runtime67.JSX.Element;
|
|
60
60
|
ReadMoreButton: ({
|
|
61
61
|
isExpanded,
|
|
62
62
|
onToggle,
|
|
@@ -2,8 +2,8 @@ import { Theme } from "../../../packages/components-v3/tokens/theme/theme.js";
|
|
|
2
2
|
import { ContainerProps } from "./Container.js";
|
|
3
3
|
import { RatingProps } from "./Rating.js";
|
|
4
4
|
import { ReadMoreButtonProps } from "./ReadMoreButton.js";
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as react64 from "react";
|
|
6
|
+
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/ReviewCard/components/index.d.ts
|
|
9
9
|
declare const ReviewCardComponents: {
|
|
@@ -31,12 +31,12 @@ declare const ReviewCardComponents: {
|
|
|
31
31
|
verifiedBuyerLabel?: string;
|
|
32
32
|
className?: string;
|
|
33
33
|
style?: React.CSSProperties;
|
|
34
|
-
}) =>
|
|
34
|
+
}) => react_jsx_runtime48.JSX.Element;
|
|
35
35
|
Rating: ({
|
|
36
36
|
rating,
|
|
37
37
|
theme,
|
|
38
38
|
style
|
|
39
|
-
}: RatingProps) =>
|
|
39
|
+
}: RatingProps) => react_jsx_runtime48.JSX.Element;
|
|
40
40
|
StarIcon: ({
|
|
41
41
|
theme,
|
|
42
42
|
style,
|
|
@@ -45,7 +45,7 @@ declare const ReviewCardComponents: {
|
|
|
45
45
|
theme: Theme;
|
|
46
46
|
style?: React.CSSProperties;
|
|
47
47
|
className?: string;
|
|
48
|
-
}) =>
|
|
48
|
+
}) => react64.ReactElement<react64.SVGProps<SVGSVGElement>, string | react64.JSXElementConstructor<any>>;
|
|
49
49
|
ReviewText: ({
|
|
50
50
|
reviewText,
|
|
51
51
|
isExpanded,
|
|
@@ -56,7 +56,7 @@ declare const ReviewCardComponents: {
|
|
|
56
56
|
isExpanded: boolean;
|
|
57
57
|
className?: string;
|
|
58
58
|
style?: React.CSSProperties;
|
|
59
|
-
}) =>
|
|
59
|
+
}) => react_jsx_runtime48.JSX.Element;
|
|
60
60
|
ReadMoreButton: ({
|
|
61
61
|
isExpanded,
|
|
62
62
|
onToggle,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SalesAgentProductCardProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/SalesAgentProductCard/SalesAgentProductCard.d.ts
|
|
5
5
|
|
|
@@ -30,6 +30,6 @@ declare const SalesAgentProductCard: ({
|
|
|
30
30
|
url,
|
|
31
31
|
target,
|
|
32
32
|
onClick
|
|
33
|
-
}: SalesAgentProductCardProps) =>
|
|
33
|
+
}: SalesAgentProductCardProps) => react_jsx_runtime50.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { SalesAgentProductCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SalesAgentProductCardProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/SalesAgentProductCard/SalesAgentProductCard.d.ts
|
|
5
5
|
|
|
@@ -30,6 +30,6 @@ declare const SalesAgentProductCard: ({
|
|
|
30
30
|
url,
|
|
31
31
|
target,
|
|
32
32
|
onClick
|
|
33
|
-
}: SalesAgentProductCardProps) =>
|
|
33
|
+
}: SalesAgentProductCardProps) => react_jsx_runtime56.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { SalesAgentProductCard };
|
|
@@ -4,8 +4,8 @@ import { ProductNameProps } from "./ProductName.cjs";
|
|
|
4
4
|
import { PriceProps } from "./Price.cjs";
|
|
5
5
|
import { RateProps } from "./Rate.cjs";
|
|
6
6
|
import { ProductImageProps } from "./ProductImage.cjs";
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
7
|
+
import * as react51 from "react";
|
|
8
|
+
import * as react_jsx_runtime51 from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/SalesAgentProductCard/components/index.d.ts
|
|
11
11
|
declare const SalesAgentProductCardComponents: {
|
|
@@ -23,24 +23,24 @@ declare const SalesAgentProductCardComponents: {
|
|
|
23
23
|
url,
|
|
24
24
|
target,
|
|
25
25
|
onClick
|
|
26
|
-
}: ContainerProps) =>
|
|
26
|
+
}: ContainerProps) => react_jsx_runtime51.JSX.Element;
|
|
27
27
|
ProductName: ({
|
|
28
28
|
label,
|
|
29
29
|
theme,
|
|
30
30
|
style,
|
|
31
31
|
className
|
|
32
|
-
}: ProductNameProps) =>
|
|
32
|
+
}: ProductNameProps) => react_jsx_runtime51.JSX.Element;
|
|
33
33
|
Price: ({
|
|
34
34
|
previousPrice,
|
|
35
35
|
currentPrice,
|
|
36
36
|
pricePrefix,
|
|
37
37
|
forceShowCurrentPriceSpace
|
|
38
|
-
}: PriceProps) =>
|
|
38
|
+
}: PriceProps) => react_jsx_runtime51.JSX.Element;
|
|
39
39
|
Rate: ({
|
|
40
40
|
rate,
|
|
41
41
|
numberOfReviews,
|
|
42
42
|
theme
|
|
43
|
-
}: RateProps) =>
|
|
43
|
+
}: RateProps) => react_jsx_runtime51.JSX.Element;
|
|
44
44
|
ProductImage: ({
|
|
45
45
|
src,
|
|
46
46
|
alt,
|
|
@@ -48,14 +48,14 @@ declare const SalesAgentProductCardComponents: {
|
|
|
48
48
|
aspectRatio,
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: ProductImageProps) =>
|
|
51
|
+
}: ProductImageProps) => react_jsx_runtime51.JSX.Element;
|
|
52
52
|
StarIcon: ({
|
|
53
53
|
theme,
|
|
54
54
|
style
|
|
55
55
|
}: {
|
|
56
56
|
theme: Theme;
|
|
57
57
|
style?: React.CSSProperties;
|
|
58
|
-
}) =>
|
|
58
|
+
}) => react51.ReactElement<react51.SVGProps<SVGSVGElement>, string | react51.JSXElementConstructor<any>>;
|
|
59
59
|
};
|
|
60
60
|
//#endregion
|
|
61
61
|
export { SalesAgentProductCardComponents };
|
|
@@ -4,8 +4,8 @@ import { ProductNameProps } from "./ProductName.js";
|
|
|
4
4
|
import { PriceProps } from "./Price.js";
|
|
5
5
|
import { RateProps } from "./Rate.js";
|
|
6
6
|
import { ProductImageProps } from "./ProductImage.js";
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
7
|
+
import * as react67 from "react";
|
|
8
|
+
import * as react_jsx_runtime51 from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/SalesAgentProductCard/components/index.d.ts
|
|
11
11
|
declare const SalesAgentProductCardComponents: {
|
|
@@ -23,24 +23,24 @@ declare const SalesAgentProductCardComponents: {
|
|
|
23
23
|
url,
|
|
24
24
|
target,
|
|
25
25
|
onClick
|
|
26
|
-
}: ContainerProps) =>
|
|
26
|
+
}: ContainerProps) => react_jsx_runtime51.JSX.Element;
|
|
27
27
|
ProductName: ({
|
|
28
28
|
label,
|
|
29
29
|
theme,
|
|
30
30
|
style,
|
|
31
31
|
className
|
|
32
|
-
}: ProductNameProps) =>
|
|
32
|
+
}: ProductNameProps) => react_jsx_runtime51.JSX.Element;
|
|
33
33
|
Price: ({
|
|
34
34
|
previousPrice,
|
|
35
35
|
currentPrice,
|
|
36
36
|
pricePrefix,
|
|
37
37
|
forceShowCurrentPriceSpace
|
|
38
|
-
}: PriceProps) =>
|
|
38
|
+
}: PriceProps) => react_jsx_runtime51.JSX.Element;
|
|
39
39
|
Rate: ({
|
|
40
40
|
rate,
|
|
41
41
|
numberOfReviews,
|
|
42
42
|
theme
|
|
43
|
-
}: RateProps) =>
|
|
43
|
+
}: RateProps) => react_jsx_runtime51.JSX.Element;
|
|
44
44
|
ProductImage: ({
|
|
45
45
|
src,
|
|
46
46
|
alt,
|
|
@@ -48,14 +48,14 @@ declare const SalesAgentProductCardComponents: {
|
|
|
48
48
|
aspectRatio,
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: ProductImageProps) =>
|
|
51
|
+
}: ProductImageProps) => react_jsx_runtime51.JSX.Element;
|
|
52
52
|
StarIcon: ({
|
|
53
53
|
theme,
|
|
54
54
|
style
|
|
55
55
|
}: {
|
|
56
56
|
theme: Theme;
|
|
57
57
|
style?: React.CSSProperties;
|
|
58
|
-
}) =>
|
|
58
|
+
}) => react67.ReactElement<react67.SVGProps<SVGSVGElement>, string | react67.JSXElementConstructor<any>>;
|
|
59
59
|
};
|
|
60
60
|
//#endregion
|
|
61
61
|
export { SalesAgentProductCardComponents };
|