@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
|
@@ -2,9 +2,9 @@ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
|
2
2
|
const require_lib_utils = require('../../lib/utils.cjs');
|
|
3
3
|
let react = require("react");
|
|
4
4
|
react = require_rolldown_runtime.__toESM(react);
|
|
5
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
5
6
|
let __radix_ui_react_accordion = require("@radix-ui/react-accordion");
|
|
6
7
|
__radix_ui_react_accordion = require_rolldown_runtime.__toESM(__radix_ui_react_accordion);
|
|
7
|
-
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
8
|
|
|
9
9
|
//#region src/components/Accordion/Accordion.tsx
|
|
10
10
|
const Accordion = __radix_ui_react_accordion.Root;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react64 from "react";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Accordion/Accordion.d.ts
|
|
5
|
-
declare const Accordion:
|
|
6
|
-
declare const AccordionItem:
|
|
7
|
-
declare const AccordionTrigger:
|
|
8
|
-
declare const AccordionContent:
|
|
5
|
+
declare const Accordion: react64.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & react64.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const AccordionItem: react64.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & react64.RefAttributes<HTMLDivElement>, "ref"> & react64.RefAttributes<never>>;
|
|
7
|
+
declare const AccordionTrigger: react64.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & react64.RefAttributes<HTMLButtonElement>, "ref"> & react64.RefAttributes<never>>;
|
|
8
|
+
declare const AccordionContent: react64.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & react64.RefAttributes<HTMLDivElement>, "ref"> & react64.RefAttributes<never>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react262 from "react";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Accordion/Accordion.d.ts
|
|
5
|
-
declare const Accordion:
|
|
6
|
-
declare const AccordionItem:
|
|
7
|
-
declare const AccordionTrigger:
|
|
8
|
-
declare const AccordionContent:
|
|
5
|
+
declare const Accordion: react262.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & react262.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const AccordionItem: react262.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & react262.RefAttributes<HTMLDivElement>, "ref"> & react262.RefAttributes<never>>;
|
|
7
|
+
declare const AccordionTrigger: react262.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & react262.RefAttributes<HTMLButtonElement>, "ref"> & react262.RefAttributes<never>>;
|
|
8
|
+
declare const AccordionContent: react262.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & react262.RefAttributes<HTMLDivElement>, "ref"> & react262.RefAttributes<never>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { cn } from "../../lib/utils.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
4
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Accordion/Accordion.tsx
|
|
7
7
|
const Accordion = AccordionPrimitive.Root;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AlertDescriptionProps, AlertProps, AlertTitleProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Alert/Alert.d.ts
|
|
6
6
|
declare const alertVariants: (props?: {
|
|
7
7
|
variant?: "default" | "destructive" | "success" | "warning" | "info";
|
|
8
|
-
} &
|
|
8
|
+
} & class_variance_authority_types6.ClassProp) => string;
|
|
9
9
|
declare const Alert: React$1.ForwardRefExoticComponent<AlertProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
10
10
|
declare const AlertTitle: React$1.ForwardRefExoticComponent<AlertTitleProps & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
11
11
|
declare const AlertDescription: React$1.ForwardRefExoticComponent<AlertDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { AlertDialogFooterProps, AlertDialogHeaderProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/AlertDialog/AlertDialog.d.ts
|
|
6
6
|
declare const AlertDialog: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime13.JSX.Element;
|
|
10
10
|
declare const AlertDialogTrigger: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime13.JSX.Element;
|
|
14
14
|
declare const AlertDialogPortal: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime13.JSX.Element;
|
|
18
18
|
declare const AlertDialogOverlay: React$1.ForwardRefExoticComponent<any>;
|
|
19
19
|
declare const AlertDialogContent: React$1.ForwardRefExoticComponent<any>;
|
|
20
20
|
declare const AlertDialogHeader: {
|
|
21
21
|
({
|
|
22
22
|
children,
|
|
23
23
|
...props
|
|
24
|
-
}: AlertDialogHeaderProps):
|
|
24
|
+
}: AlertDialogHeaderProps): react_jsx_runtime13.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
declare const AlertDialogFooter: {
|
|
28
28
|
({
|
|
29
29
|
children,
|
|
30
30
|
...props
|
|
31
|
-
}: AlertDialogFooterProps):
|
|
31
|
+
}: AlertDialogFooterProps): react_jsx_runtime13.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { AlertDialogFooterProps, AlertDialogHeaderProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/AlertDialog/AlertDialog.d.ts
|
|
6
6
|
declare const AlertDialog: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime81.JSX.Element;
|
|
10
10
|
declare const AlertDialogTrigger: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime81.JSX.Element;
|
|
14
14
|
declare const AlertDialogPortal: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime81.JSX.Element;
|
|
18
18
|
declare const AlertDialogOverlay: React$1.ForwardRefExoticComponent<any>;
|
|
19
19
|
declare const AlertDialogContent: React$1.ForwardRefExoticComponent<any>;
|
|
20
20
|
declare const AlertDialogHeader: {
|
|
21
21
|
({
|
|
22
22
|
children,
|
|
23
23
|
...props
|
|
24
|
-
}: AlertDialogHeaderProps):
|
|
24
|
+
}: AlertDialogHeaderProps): react_jsx_runtime81.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
declare const AlertDialogFooter: {
|
|
28
28
|
({
|
|
29
29
|
children,
|
|
30
30
|
...props
|
|
31
|
-
}: AlertDialogFooterProps):
|
|
31
|
+
}: AlertDialogFooterProps): react_jsx_runtime81.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnimatedTextProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react15 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react15.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react15.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 react259 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react259.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react259.ReactNode>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AnimatedText };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime90 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/AspectRatio/AspectRatio.d.ts
|
|
4
4
|
declare const AspectRatio: ({
|
|
5
5
|
children,
|
|
6
6
|
...props
|
|
7
|
-
}: any) =>
|
|
7
|
+
}: any) => react_jsx_runtime90.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AspectRatio };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime89 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/AspectRatio/AspectRatio.d.ts
|
|
4
4
|
declare const AspectRatio: ({
|
|
5
5
|
children,
|
|
6
6
|
...props
|
|
7
|
-
}: any) =>
|
|
7
|
+
}: any) => react_jsx_runtime89.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AspectRatio };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BadgeProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
3
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Badge/Badge.d.ts
|
|
6
6
|
declare const badgeVariants: (props?: {
|
|
7
7
|
variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info";
|
|
8
8
|
size?: "default" | "sm";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types0.ClassProp) => string;
|
|
10
10
|
declare function Badge({
|
|
11
11
|
className,
|
|
12
12
|
variant,
|
|
@@ -16,6 +16,6 @@ declare function Badge({
|
|
|
16
16
|
...props
|
|
17
17
|
}: BadgeProps & {
|
|
18
18
|
onDismiss?: () => void;
|
|
19
|
-
}):
|
|
19
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { Badge, badgeVariants };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BadgeProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime88 from "react/jsx-runtime";
|
|
3
|
+
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Badge/Badge.d.ts
|
|
6
6
|
declare const badgeVariants: (props?: {
|
|
7
7
|
variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info";
|
|
8
8
|
size?: "default" | "sm";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types7.ClassProp) => string;
|
|
10
10
|
declare function Badge({
|
|
11
11
|
className,
|
|
12
12
|
variant,
|
|
@@ -16,6 +16,6 @@ declare function Badge({
|
|
|
16
16
|
...props
|
|
17
17
|
}: BadgeProps & {
|
|
18
18
|
onDismiss?: () => void;
|
|
19
|
-
}):
|
|
19
|
+
}): react_jsx_runtime88.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { Badge, badgeVariants };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BreadcrumbEllipsisProps, BreadcrumbItemProps, BreadcrumbLinkProps, BreadcrumbListProps, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparatorProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Breadcrumb/Breadcrumb.d.ts
|
|
6
6
|
declare const Breadcrumb: React$1.ForwardRefExoticComponent<BreadcrumbProps & React$1.RefAttributes<HTMLElement>>;
|
|
@@ -12,11 +12,11 @@ declare const BreadcrumbSeparator: {
|
|
|
12
12
|
({
|
|
13
13
|
children,
|
|
14
14
|
...props
|
|
15
|
-
}: BreadcrumbSeparatorProps):
|
|
15
|
+
}: BreadcrumbSeparatorProps): react_jsx_runtime11.JSX.Element;
|
|
16
16
|
displayName: string;
|
|
17
17
|
};
|
|
18
18
|
declare const BreadcrumbEllipsis: {
|
|
19
|
-
(props: BreadcrumbEllipsisProps):
|
|
19
|
+
(props: BreadcrumbEllipsisProps): react_jsx_runtime11.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BreadcrumbEllipsisProps, BreadcrumbItemProps, BreadcrumbLinkProps, BreadcrumbListProps, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparatorProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Breadcrumb/Breadcrumb.d.ts
|
|
6
6
|
declare const Breadcrumb: React$1.ForwardRefExoticComponent<BreadcrumbProps & React$1.RefAttributes<HTMLElement>>;
|
|
@@ -12,11 +12,11 @@ declare const BreadcrumbSeparator: {
|
|
|
12
12
|
({
|
|
13
13
|
children,
|
|
14
14
|
...props
|
|
15
|
-
}: BreadcrumbSeparatorProps):
|
|
15
|
+
}: BreadcrumbSeparatorProps): react_jsx_runtime86.JSX.Element;
|
|
16
16
|
displayName: string;
|
|
17
17
|
};
|
|
18
18
|
declare const BreadcrumbEllipsis: {
|
|
19
|
-
(props: BreadcrumbEllipsisProps):
|
|
19
|
+
(props: BreadcrumbEllipsisProps): react_jsx_runtime86.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
let tailwind_merge = require("tailwind-merge");
|
|
2
3
|
let react = require("react");
|
|
3
4
|
react = require_rolldown_runtime.__toESM(react);
|
|
4
|
-
let tailwind_merge = require("tailwind-merge");
|
|
5
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
6
6
|
let class_variance_authority = require("class-variance-authority");
|
|
7
7
|
let __radix_ui_react_slot = require("@radix-ui/react-slot");
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ButtonProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Button/Button.d.ts
|
|
6
6
|
declare const buttonVariants: (props?: {
|
|
7
7
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost";
|
|
8
8
|
size?: "default" | "sm" | "lg" | "icon";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types6.ClassProp) => string;
|
|
10
10
|
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Button, buttonVariants };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ButtonProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Button/Button.d.ts
|
|
6
6
|
declare const buttonVariants: (props?: {
|
|
7
7
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost";
|
|
8
8
|
size?: "default" | "sm" | "lg" | "icon";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types0.ClassProp) => string;
|
|
10
10
|
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Button, buttonVariants };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime10 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_runtime10.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime6 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_runtime6.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CalendarProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Calendar/Calendar.d.ts
|
|
5
5
|
declare const Calendar: {
|
|
6
|
-
(props: CalendarProps):
|
|
6
|
+
(props: CalendarProps): react_jsx_runtime59.JSX.Element;
|
|
7
7
|
displayName: string;
|
|
8
8
|
};
|
|
9
9
|
//#endregion
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CalendarProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Calendar/Calendar.d.ts
|
|
5
5
|
declare const Calendar: {
|
|
6
|
-
(props: CalendarProps):
|
|
6
|
+
(props: CalendarProps): react_jsx_runtime23.JSX.Element;
|
|
7
7
|
displayName: string;
|
|
8
8
|
};
|
|
9
9
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -11,6 +11,6 @@ declare const Carousel: ({
|
|
|
11
11
|
badgeLabel,
|
|
12
12
|
theme,
|
|
13
13
|
hideNavigation
|
|
14
|
-
}: CarouselProps) =>
|
|
14
|
+
}: CarouselProps) => react_jsx_runtime72.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime73 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -11,6 +11,6 @@ declare const Carousel: ({
|
|
|
11
11
|
badgeLabel,
|
|
12
12
|
theme,
|
|
13
13
|
hideNavigation
|
|
14
|
-
}: CarouselProps) =>
|
|
14
|
+
}: CarouselProps) => react_jsx_runtime73.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatFooterProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatFooter/ChatFooter.d.ts
|
|
5
5
|
declare const ChatFooter: ({
|
|
@@ -19,6 +19,6 @@ declare const ChatFooter: ({
|
|
|
19
19
|
disabled,
|
|
20
20
|
isLoadingPromptSuggestions,
|
|
21
21
|
disabledInput
|
|
22
|
-
}: ChatFooterProps) =>
|
|
22
|
+
}: ChatFooterProps) => react_jsx_runtime76.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ChatFooter };
|
|
@@ -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: ({
|
|
@@ -19,6 +19,6 @@ declare const ChatFooter: ({
|
|
|
19
19
|
disabled,
|
|
20
20
|
isLoadingPromptSuggestions,
|
|
21
21
|
disabledInput
|
|
22
|
-
}: ChatFooterProps) =>
|
|
22
|
+
}: ChatFooterProps) => react_jsx_runtime24.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ChatFooter };
|
|
@@ -1,8 +1,8 @@
|
|
|
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
|
|
5
|
-
import * as
|
|
4
|
+
import * as react61 from "react";
|
|
5
|
+
import * as react_jsx_runtime74 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_runtime74.JSX.Element;
|
|
21
21
|
EnviveLogo: ({
|
|
22
22
|
style
|
|
23
23
|
}: {
|
|
24
24
|
className?: string;
|
|
25
25
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
26
|
+
}) => react61.ReactElement<react61.SVGProps<SVGSVGElement>, string | react61.JSXElementConstructor<any>>;
|
|
27
27
|
PromptSuggestions: ({
|
|
28
28
|
theme,
|
|
29
29
|
suggestions,
|
|
@@ -31,7 +31,7 @@ declare const ChatFooterComponents: {
|
|
|
31
31
|
className,
|
|
32
32
|
style,
|
|
33
33
|
disabled
|
|
34
|
-
}: PromptSuggestionsProps) =>
|
|
34
|
+
}: PromptSuggestionsProps) => react_jsx_runtime74.JSX.Element;
|
|
35
35
|
TextField: ({
|
|
36
36
|
theme,
|
|
37
37
|
placeholder,
|
|
@@ -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 react4 from "react";
|
|
5
|
+
import * as react_jsx_runtime25 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_runtime25.JSX.Element;
|
|
21
21
|
EnviveLogo: ({
|
|
22
22
|
style
|
|
23
23
|
}: {
|
|
24
24
|
className?: string;
|
|
25
25
|
style?: React.CSSProperties;
|
|
26
|
-
}) =>
|
|
26
|
+
}) => react4.ReactElement<react4.SVGProps<SVGSVGElement>, string | react4.JSXElementConstructor<any>>;
|
|
27
27
|
PromptSuggestions: ({
|
|
28
28
|
theme,
|
|
29
29
|
suggestions,
|
|
@@ -31,7 +31,7 @@ declare const ChatFooterComponents: {
|
|
|
31
31
|
className,
|
|
32
32
|
style,
|
|
33
33
|
disabled
|
|
34
|
-
}: PromptSuggestionsProps) =>
|
|
34
|
+
}: PromptSuggestionsProps) => react_jsx_runtime25.JSX.Element;
|
|
35
35
|
TextField: ({
|
|
36
36
|
theme,
|
|
37
37
|
placeholder,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatHeaderProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 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_runtime0.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_runtime14 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_runtime14.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_runtime37 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_runtime37.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_runtime34 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_runtime34.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_runtime62 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_runtime62.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreviewComparison };
|