@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 { DocumentRetrievalCardProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
|
|
5
5
|
declare const DocumentRetrievalCard: ({
|
|
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
|
|
|
16
16
|
onViewArticle,
|
|
17
17
|
ariaLabel,
|
|
18
18
|
viewArticleLabel
|
|
19
|
-
}: DocumentRetrievalCardProps) =>
|
|
19
|
+
}: DocumentRetrievalCardProps) => react_jsx_runtime32.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DocumentRetrievalCard };
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Drawer/Drawer.d.ts
|
|
5
5
|
declare const Drawer: {
|
|
6
6
|
({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any):
|
|
9
|
+
}: any): react_jsx_runtime4.JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
declare const DrawerTrigger: ({
|
|
13
13
|
children,
|
|
14
14
|
...props
|
|
15
|
-
}: any) =>
|
|
15
|
+
}: any) => react_jsx_runtime4.JSX.Element;
|
|
16
16
|
declare const DrawerPortal: ({
|
|
17
17
|
children,
|
|
18
18
|
...props
|
|
19
|
-
}: any) =>
|
|
19
|
+
}: any) => react_jsx_runtime4.JSX.Element;
|
|
20
20
|
declare const DrawerClose: ({
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: any) =>
|
|
23
|
+
}: any) => react_jsx_runtime4.JSX.Element;
|
|
24
24
|
declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
26
26
|
declare const DrawerHeader: {
|
|
27
27
|
({
|
|
28
28
|
children,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.HTMLAttributes<HTMLDivElement>):
|
|
30
|
+
}: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime4.JSX.Element;
|
|
31
31
|
displayName: string;
|
|
32
32
|
};
|
|
33
33
|
declare const DrawerFooter: {
|
|
34
34
|
({
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.HTMLAttributes<HTMLDivElement>):
|
|
37
|
+
}: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime4.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime74 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Drawer/Drawer.d.ts
|
|
5
5
|
declare const Drawer: {
|
|
6
6
|
({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any):
|
|
9
|
+
}: any): react_jsx_runtime74.JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
declare const DrawerTrigger: ({
|
|
13
13
|
children,
|
|
14
14
|
...props
|
|
15
|
-
}: any) =>
|
|
15
|
+
}: any) => react_jsx_runtime74.JSX.Element;
|
|
16
16
|
declare const DrawerPortal: ({
|
|
17
17
|
children,
|
|
18
18
|
...props
|
|
19
|
-
}: any) =>
|
|
19
|
+
}: any) => react_jsx_runtime74.JSX.Element;
|
|
20
20
|
declare const DrawerClose: ({
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: any) =>
|
|
23
|
+
}: any) => react_jsx_runtime74.JSX.Element;
|
|
24
24
|
declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
26
26
|
declare const DrawerHeader: {
|
|
27
27
|
({
|
|
28
28
|
children,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.HTMLAttributes<HTMLDivElement>):
|
|
30
|
+
}: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime74.JSX.Element;
|
|
31
31
|
displayName: string;
|
|
32
32
|
};
|
|
33
33
|
declare const DrawerFooter: {
|
|
34
34
|
({
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.HTMLAttributes<HTMLDivElement>):
|
|
37
|
+
}: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime74.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<any, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { DropdownMenuShortcutProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react78 from "react";
|
|
3
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
4
4
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/DropdownMenu/DropdownMenu.d.ts
|
|
7
|
-
declare const DropdownMenu:
|
|
8
|
-
declare const DropdownMenuTrigger:
|
|
9
|
-
declare const DropdownMenuGroup:
|
|
10
|
-
declare const DropdownMenuPortal:
|
|
11
|
-
declare const DropdownMenuSub:
|
|
12
|
-
declare const DropdownMenuRadioGroup:
|
|
13
|
-
declare const DropdownMenuSubTrigger:
|
|
7
|
+
declare const DropdownMenu: react78.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
8
|
+
declare const DropdownMenuTrigger: react78.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & react78.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const DropdownMenuGroup: react78.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & react78.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const DropdownMenuPortal: react78.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
11
|
+
declare const DropdownMenuSub: react78.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
12
|
+
declare const DropdownMenuRadioGroup: react78.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & react78.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const DropdownMenuSubTrigger: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & react78.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
14
14
|
inset?: boolean;
|
|
15
|
-
} &
|
|
16
|
-
declare const DropdownMenuSubContent:
|
|
17
|
-
declare const DropdownMenuContent:
|
|
18
|
-
declare const DropdownMenuItem:
|
|
15
|
+
} & react78.RefAttributes<never>>;
|
|
16
|
+
declare const DropdownMenuSubContent: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & react78.RefAttributes<HTMLDivElement>, "ref"> & react78.RefAttributes<never>>;
|
|
17
|
+
declare const DropdownMenuContent: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & react78.RefAttributes<HTMLDivElement>, "ref"> & react78.RefAttributes<never>>;
|
|
18
|
+
declare const DropdownMenuItem: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & react78.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
19
19
|
inset?: boolean;
|
|
20
|
-
} &
|
|
21
|
-
declare const DropdownMenuCheckboxItem:
|
|
22
|
-
declare const DropdownMenuRadioItem:
|
|
23
|
-
declare const DropdownMenuLabel:
|
|
20
|
+
} & react78.RefAttributes<never>>;
|
|
21
|
+
declare const DropdownMenuCheckboxItem: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & react78.RefAttributes<HTMLDivElement>, "ref"> & react78.RefAttributes<never>>;
|
|
22
|
+
declare const DropdownMenuRadioItem: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & react78.RefAttributes<HTMLDivElement>, "ref"> & react78.RefAttributes<never>>;
|
|
23
|
+
declare const DropdownMenuLabel: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & react78.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
24
24
|
inset?: boolean;
|
|
25
|
-
} &
|
|
26
|
-
declare const DropdownMenuSeparator:
|
|
25
|
+
} & react78.RefAttributes<never>>;
|
|
26
|
+
declare const DropdownMenuSeparator: react78.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & react78.RefAttributes<HTMLDivElement>, "ref"> & react78.RefAttributes<never>>;
|
|
27
27
|
declare const DropdownMenuShortcut: {
|
|
28
28
|
({
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: DropdownMenuShortcutProps):
|
|
31
|
+
}: DropdownMenuShortcutProps): react_jsx_runtime86.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
//#endregion
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { DropdownMenuShortcutProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react17 from "react";
|
|
3
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
4
4
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/DropdownMenu/DropdownMenu.d.ts
|
|
7
|
-
declare const DropdownMenu:
|
|
8
|
-
declare const DropdownMenuTrigger:
|
|
9
|
-
declare const DropdownMenuGroup:
|
|
10
|
-
declare const DropdownMenuPortal:
|
|
11
|
-
declare const DropdownMenuSub:
|
|
12
|
-
declare const DropdownMenuRadioGroup:
|
|
13
|
-
declare const DropdownMenuSubTrigger:
|
|
7
|
+
declare const DropdownMenu: react17.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
8
|
+
declare const DropdownMenuTrigger: react17.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & react17.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const DropdownMenuGroup: react17.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & react17.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const DropdownMenuPortal: react17.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
11
|
+
declare const DropdownMenuSub: react17.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
12
|
+
declare const DropdownMenuRadioGroup: react17.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & react17.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const DropdownMenuSubTrigger: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & react17.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
14
14
|
inset?: boolean;
|
|
15
|
-
} &
|
|
16
|
-
declare const DropdownMenuSubContent:
|
|
17
|
-
declare const DropdownMenuContent:
|
|
18
|
-
declare const DropdownMenuItem:
|
|
15
|
+
} & react17.RefAttributes<never>>;
|
|
16
|
+
declare const DropdownMenuSubContent: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
17
|
+
declare const DropdownMenuContent: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
18
|
+
declare const DropdownMenuItem: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & react17.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
19
19
|
inset?: boolean;
|
|
20
|
-
} &
|
|
21
|
-
declare const DropdownMenuCheckboxItem:
|
|
22
|
-
declare const DropdownMenuRadioItem:
|
|
23
|
-
declare const DropdownMenuLabel:
|
|
20
|
+
} & react17.RefAttributes<never>>;
|
|
21
|
+
declare const DropdownMenuCheckboxItem: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
22
|
+
declare const DropdownMenuRadioItem: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
23
|
+
declare const DropdownMenuLabel: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & react17.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
24
24
|
inset?: boolean;
|
|
25
|
-
} &
|
|
26
|
-
declare const DropdownMenuSeparator:
|
|
25
|
+
} & react17.RefAttributes<never>>;
|
|
26
|
+
declare const DropdownMenuSeparator: react17.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
27
27
|
declare const DropdownMenuShortcut: {
|
|
28
28
|
({
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: DropdownMenuShortcutProps):
|
|
31
|
+
}: DropdownMenuShortcutProps): react_jsx_runtime31.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/FloatingButton.d.ts
|
|
5
5
|
declare const FloatingButton: ({
|
|
@@ -18,6 +18,6 @@ declare const FloatingButton: ({
|
|
|
18
18
|
onMouseOver,
|
|
19
19
|
ariaLabel,
|
|
20
20
|
previewMode
|
|
21
|
-
}: FloatingButtonProps) =>
|
|
21
|
+
}: FloatingButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingButton/FloatingButton.d.ts
|
|
5
5
|
declare const FloatingButton: ({
|
|
@@ -18,6 +18,6 @@ declare const FloatingButton: ({
|
|
|
18
18
|
onMouseOver,
|
|
19
19
|
ariaLabel,
|
|
20
20
|
previewMode
|
|
21
|
-
}: FloatingButtonProps) =>
|
|
21
|
+
}: FloatingButtonProps) => react_jsx_runtime33.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingChat/FloatingChat.d.ts
|
|
5
5
|
declare const FloatingChat: ({
|
|
@@ -18,6 +18,6 @@ declare const FloatingChat: ({
|
|
|
18
18
|
onClose,
|
|
19
19
|
onSwipeClose,
|
|
20
20
|
onToggleCXButton
|
|
21
|
-
}: FloatingChatProps) =>
|
|
21
|
+
}: FloatingChatProps) => react_jsx_runtime29.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingChat };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingChat/FloatingChat.d.ts
|
|
5
5
|
declare const FloatingChat: ({
|
|
@@ -18,6 +18,6 @@ declare const FloatingChat: ({
|
|
|
18
18
|
onClose,
|
|
19
19
|
onSwipeClose,
|
|
20
20
|
onToggleCXButton
|
|
21
|
-
}: FloatingChatProps) =>
|
|
21
|
+
}: FloatingChatProps) => react_jsx_runtime35.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingChat };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
const require_theme = require('../../../packages/components-v3/tokens/theme/theme.cjs');
|
|
3
3
|
const require_resolveTheme = require('../../utils/resolveTheme.cjs');
|
|
4
|
-
const require_Form = require('../../Form/Form.cjs');
|
|
5
|
-
require('../../Form/index.cjs');
|
|
6
4
|
const require_index = require('../../Message/types/index.cjs');
|
|
7
5
|
const require_Message = require('../../Message/Message.cjs');
|
|
8
6
|
require('../../Message/index.cjs');
|
|
9
7
|
const require_react = require('../../../node_modules/jotai/esm/react.cjs');
|
|
8
|
+
const require_Form = require('../../Form/Form.cjs');
|
|
9
|
+
require('../../Form/index.cjs');
|
|
10
10
|
const require_functions = require('../utils/functions.cjs');
|
|
11
11
|
const require_DocumentRetrievalCardsCarousel = require('./DocumentRetrievalCardsCarousel.cjs');
|
|
12
12
|
const require_OrderLookupCardCarousel = require('./OrderLookupCardCarousel.cjs');
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Theme } from "../../../packages/components-v3/tokens/theme/theme.js";
|
|
2
2
|
import { resolveTheme } from "../../utils/resolveTheme.js";
|
|
3
|
-
import { Form } from "../../Form/Form.js";
|
|
4
|
-
import "../../Form/index.js";
|
|
5
3
|
import { MessageVariant } from "../../Message/types/index.js";
|
|
6
4
|
import { Message } from "../../Message/Message.js";
|
|
7
5
|
import "../../Message/index.js";
|
|
8
6
|
import { useSetAtom } from "../../../node_modules/jotai/esm/react.js";
|
|
7
|
+
import { Form } from "../../Form/Form.js";
|
|
8
|
+
import "../../Form/index.js";
|
|
9
9
|
import { getCleanDocuments, getCleanOrders, getCleanProducts, getCleanReviews } from "../utils/functions.js";
|
|
10
10
|
import { DocumentRetrievalCardsCarousel } from "./DocumentRetrievalCardsCarousel.js";
|
|
11
11
|
import { OrderLookupCardCarousel } from "./OrderLookupCardCarousel.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
const require_Input = require('../Input/Input.cjs');
|
|
3
3
|
const require_Label = require('../Label/Label.cjs');
|
|
4
|
-
const require_Textarea = require('../Textarea/Textarea.cjs');
|
|
5
4
|
const require_FormHelperText = require('../FormHelperText/FormHelperText.cjs');
|
|
5
|
+
const require_Textarea = require('../Textarea/Textarea.cjs');
|
|
6
6
|
let react = require("react");
|
|
7
7
|
react = require_rolldown_runtime.__toESM(react);
|
|
8
8
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Input } from "../Input/Input.js";
|
|
2
2
|
import { Label } from "../Label/Label.js";
|
|
3
|
-
import { Textarea } from "../Textarea/Textarea.js";
|
|
4
3
|
import { FormHelperText } from "../FormHelperText/FormHelperText.js";
|
|
4
|
+
import { Textarea } from "../Textarea/Textarea.js";
|
|
5
5
|
import * as React$1 from "react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import classNames from "classnames";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Theme } from "../../components-v3/tokens/theme/theme.cjs";
|
|
2
2
|
import { FloatingChatConfig, LookAndFeelConfig } from "../../hooks/dist/contexts/typesV3.cjs";
|
|
3
3
|
import { HardcopyResponse } from "../../hooks/dist/contexts/hardcopyContext/hardcopyContext.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime78 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/FullPageSalesAgent/FullPageSalesAgent.d.ts
|
|
7
7
|
interface FullPageSalesAgentProps {
|
|
@@ -19,6 +19,6 @@ declare const FullPageSalesAgent: ({
|
|
|
19
19
|
hardcopyContent,
|
|
20
20
|
headerContainer,
|
|
21
21
|
autoHeight
|
|
22
|
-
}: FullPageSalesAgentProps) =>
|
|
22
|
+
}: FullPageSalesAgentProps) => react_jsx_runtime78.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { FullPageSalesAgent };
|
|
@@ -2,7 +2,7 @@ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
|
|
|
2
2
|
import { FloatingChatConfig, LookAndFeelConfig } from "../../packages/hooks/dist/contexts/typesV3.js";
|
|
3
3
|
import { HardcopyResponse } from "../../packages/hooks/dist/contexts/hardcopyContext/hardcopyContext.js";
|
|
4
4
|
import "../../packages/hooks/dist/contexts/hardcopyContext/index.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/FullPageSalesAgent/FullPageSalesAgent.d.ts
|
|
8
8
|
interface FullPageSalesAgentProps {
|
|
@@ -20,6 +20,6 @@ declare const FullPageSalesAgent: ({
|
|
|
20
20
|
hardcopyContent,
|
|
21
21
|
headerContainer,
|
|
22
22
|
autoHeight
|
|
23
|
-
}: FullPageSalesAgentProps) =>
|
|
23
|
+
}: FullPageSalesAgentProps) => react_jsx_runtime17.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { FullPageSalesAgent };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/HoverCard/HoverCard.d.ts
|
|
5
5
|
declare const HoverCard: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: any) =>
|
|
8
|
+
}: any) => react_jsx_runtime79.JSX.Element;
|
|
9
9
|
declare const HoverCardTrigger: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
12
|
+
}: any) => react_jsx_runtime79.JSX.Element;
|
|
13
13
|
declare const HoverCardContent: React$1.ForwardRefExoticComponent<any>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/HoverCard/HoverCard.d.ts
|
|
5
5
|
declare const HoverCard: ({
|
|
6
6
|
children,
|
|
7
7
|
...props
|
|
8
|
-
}: any) =>
|
|
8
|
+
}: any) => react_jsx_runtime36.JSX.Element;
|
|
9
9
|
declare const HoverCardTrigger: ({
|
|
10
10
|
children,
|
|
11
11
|
...props
|
|
12
|
-
}: any) =>
|
|
12
|
+
}: any) => react_jsx_runtime36.JSX.Element;
|
|
13
13
|
declare const HoverCardContent: React$1.ForwardRefExoticComponent<any>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Image/Image.d.ts
|
|
5
5
|
|
|
@@ -25,6 +25,6 @@ declare const Image: ({
|
|
|
25
25
|
role,
|
|
26
26
|
"aria-hidden": ariaHidden,
|
|
27
27
|
...rest
|
|
28
|
-
}: ImageProps) =>
|
|
28
|
+
}: ImageProps) => react_jsx_runtime77.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Image };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Image/Image.d.ts
|
|
5
5
|
|
|
@@ -25,6 +25,6 @@ declare const Image: ({
|
|
|
25
25
|
role,
|
|
26
26
|
"aria-hidden": ariaHidden,
|
|
27
27
|
...rest
|
|
28
|
-
}: ImageProps) =>
|
|
28
|
+
}: ImageProps) => react_jsx_runtime18.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Image };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageGalleryProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime73 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ImageGallery/ImageGallery.d.ts
|
|
5
5
|
|
|
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
|
|
|
40
40
|
"aria-describedby": ariaDescribedBy,
|
|
41
41
|
role,
|
|
42
42
|
"aria-hidden": ariaHidden
|
|
43
|
-
}: ImageGalleryProps) =>
|
|
43
|
+
}: ImageGalleryProps) => react_jsx_runtime73.JSX.Element;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ImageGallery };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageGalleryProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ImageGallery/ImageGallery.d.ts
|
|
5
5
|
|
|
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
|
|
|
40
40
|
"aria-describedby": ariaDescribedBy,
|
|
41
41
|
role,
|
|
42
42
|
"aria-hidden": ariaHidden
|
|
43
|
-
}: ImageGalleryProps) =>
|
|
43
|
+
}: ImageGalleryProps) => react_jsx_runtime4.JSX.Element;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ImageGallery };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarkdownProcessorProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
|
|
5
5
|
declare const MarkdownProcessor: ({
|
|
@@ -8,6 +8,6 @@ declare const MarkdownProcessor: ({
|
|
|
8
8
|
textColor,
|
|
9
9
|
textVariant,
|
|
10
10
|
onLinkClick
|
|
11
|
-
}: MarkdownProcessorProps) =>
|
|
11
|
+
}: MarkdownProcessorProps) => react_jsx_runtime27.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { MarkdownProcessor };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarkdownProcessorProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime90 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
|
|
5
5
|
declare const MarkdownProcessor: ({
|
|
@@ -8,6 +8,6 @@ declare const MarkdownProcessor: ({
|
|
|
8
8
|
textColor,
|
|
9
9
|
textVariant,
|
|
10
10
|
onLinkClick
|
|
11
|
-
}: MarkdownProcessorProps) =>
|
|
11
|
+
}: MarkdownProcessorProps) => react_jsx_runtime90.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { MarkdownProcessor };
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { MenubarShortcutProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Menubar/Menubar.d.ts
|
|
6
6
|
declare const MenubarMenu: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
10
10
|
declare const MenubarGroup: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
14
14
|
declare const MenubarPortal: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
18
18
|
declare const MenubarSub: ({
|
|
19
19
|
children,
|
|
20
20
|
...props
|
|
21
|
-
}: any) =>
|
|
21
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
22
22
|
declare const MenubarRadioGroup: ({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: any) =>
|
|
25
|
+
}: any) => react_jsx_runtime44.JSX.Element;
|
|
26
26
|
declare const Menubar: React$1.ForwardRefExoticComponent<any>;
|
|
27
27
|
declare const MenubarTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
28
28
|
declare const MenubarSubTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -34,7 +34,7 @@ declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<any>;
|
|
|
34
34
|
declare const MenubarLabel: React$1.ForwardRefExoticComponent<any>;
|
|
35
35
|
declare const MenubarSeparator: React$1.ForwardRefExoticComponent<any>;
|
|
36
36
|
declare const MenubarShortcut: {
|
|
37
|
-
(props: MenubarShortcutProps):
|
|
37
|
+
(props: MenubarShortcutProps): react_jsx_runtime44.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { MenubarShortcutProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime67 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Menubar/Menubar.d.ts
|
|
6
6
|
declare const MenubarMenu: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime67.JSX.Element;
|
|
10
10
|
declare const MenubarGroup: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime67.JSX.Element;
|
|
14
14
|
declare const MenubarPortal: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime67.JSX.Element;
|
|
18
18
|
declare const MenubarSub: ({
|
|
19
19
|
children,
|
|
20
20
|
...props
|
|
21
|
-
}: any) =>
|
|
21
|
+
}: any) => react_jsx_runtime67.JSX.Element;
|
|
22
22
|
declare const MenubarRadioGroup: ({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: any) =>
|
|
25
|
+
}: any) => react_jsx_runtime67.JSX.Element;
|
|
26
26
|
declare const Menubar: React$1.ForwardRefExoticComponent<any>;
|
|
27
27
|
declare const MenubarTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
28
28
|
declare const MenubarSubTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -34,7 +34,7 @@ declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<any>;
|
|
|
34
34
|
declare const MenubarLabel: React$1.ForwardRefExoticComponent<any>;
|
|
35
35
|
declare const MenubarSeparator: React$1.ForwardRefExoticComponent<any>;
|
|
36
36
|
declare const MenubarShortcut: {
|
|
37
|
-
(props: MenubarShortcutProps):
|
|
37
|
+
(props: MenubarShortcutProps): react_jsx_runtime67.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime84 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_runtime84.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_runtime84.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<any>;
|