@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,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react17 from "react";
|
|
2
2
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Select/Select.d.ts
|
|
5
|
-
declare const Select:
|
|
6
|
-
declare const SelectGroup:
|
|
7
|
-
declare const SelectValue:
|
|
8
|
-
declare const SelectTrigger:
|
|
9
|
-
declare const SelectScrollUpButton:
|
|
10
|
-
declare const SelectScrollDownButton:
|
|
11
|
-
declare const SelectContent:
|
|
12
|
-
declare const SelectLabel:
|
|
13
|
-
declare const SelectItem:
|
|
14
|
-
declare const SelectSeparator:
|
|
5
|
+
declare const Select: react17.FC<SelectPrimitive.SelectProps>;
|
|
6
|
+
declare const SelectGroup: react17.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react17.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const SelectValue: react17.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react17.RefAttributes<HTMLSpanElement>>;
|
|
8
|
+
declare const SelectTrigger: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & react17.RefAttributes<HTMLButtonElement>, "ref"> & react17.RefAttributes<never>>;
|
|
9
|
+
declare const SelectScrollUpButton: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
10
|
+
declare const SelectScrollDownButton: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
11
|
+
declare const SelectContent: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
12
|
+
declare const SelectLabel: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
13
|
+
declare const SelectItem: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
14
|
+
declare const SelectSeparator: react17.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & react17.RefAttributes<HTMLDivElement>, "ref"> & react17.RefAttributes<never>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react42 from "react";
|
|
2
2
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Select/Select.d.ts
|
|
5
|
-
declare const Select:
|
|
6
|
-
declare const SelectGroup:
|
|
7
|
-
declare const SelectValue:
|
|
8
|
-
declare const SelectTrigger:
|
|
9
|
-
declare const SelectScrollUpButton:
|
|
10
|
-
declare const SelectScrollDownButton:
|
|
11
|
-
declare const SelectContent:
|
|
12
|
-
declare const SelectLabel:
|
|
13
|
-
declare const SelectItem:
|
|
14
|
-
declare const SelectSeparator:
|
|
5
|
+
declare const Select: react42.FC<SelectPrimitive.SelectProps>;
|
|
6
|
+
declare const SelectGroup: react42.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react42.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const SelectValue: react42.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react42.RefAttributes<HTMLSpanElement>>;
|
|
8
|
+
declare const SelectTrigger: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & react42.RefAttributes<HTMLButtonElement>, "ref"> & react42.RefAttributes<never>>;
|
|
9
|
+
declare const SelectScrollUpButton: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
10
|
+
declare const SelectScrollDownButton: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
11
|
+
declare const SelectContent: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
12
|
+
declare const SelectLabel: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
13
|
+
declare const SelectItem: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
14
|
+
declare const SelectSeparator: react42.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { SheetContentProps, SheetFooterProps, SheetHeaderProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
2
|
+
import * as react69 from "react";
|
|
3
|
+
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
4
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
5
5
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Sheet/Sheet.d.ts
|
|
8
|
-
declare const Sheet:
|
|
9
|
-
declare const SheetTrigger:
|
|
10
|
-
declare const SheetClose:
|
|
11
|
-
declare const SheetPortal:
|
|
12
|
-
declare const SheetOverlay:
|
|
8
|
+
declare const Sheet: react69.FC<SheetPrimitive.DialogProps>;
|
|
9
|
+
declare const SheetTrigger: react69.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react69.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
declare const SheetClose: react69.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & react69.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
declare const SheetPortal: react69.FC<SheetPrimitive.DialogPortalProps>;
|
|
12
|
+
declare const SheetOverlay: react69.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & react69.RefAttributes<HTMLDivElement>, "ref"> & react69.RefAttributes<never>>;
|
|
13
13
|
declare const sheetVariants: (props?: {
|
|
14
14
|
side?: "bottom" | "left" | "right" | "top";
|
|
15
|
-
} &
|
|
16
|
-
declare const SheetContent:
|
|
15
|
+
} & class_variance_authority_types7.ClassProp) => string;
|
|
16
|
+
declare const SheetContent: react69.ForwardRefExoticComponent<SheetContentProps & react69.RefAttributes<never>>;
|
|
17
17
|
declare const SheetHeader: {
|
|
18
18
|
({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: SheetHeaderProps):
|
|
21
|
+
}: SheetHeaderProps): react_jsx_runtime81.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const SheetFooter: {
|
|
25
25
|
({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: SheetFooterProps):
|
|
28
|
+
}: SheetFooterProps): react_jsx_runtime81.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
|
-
declare const SheetTitle:
|
|
32
|
-
declare const SheetDescription:
|
|
31
|
+
declare const SheetTitle: react69.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & react69.RefAttributes<HTMLHeadingElement>, "ref"> & react69.RefAttributes<never>>;
|
|
32
|
+
declare const SheetDescription: react69.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & react69.RefAttributes<HTMLParagraphElement>, "ref"> & react69.RefAttributes<never>>;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, sheetVariants };
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { SheetContentProps, SheetFooterProps, SheetHeaderProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react55 from "react";
|
|
3
|
+
import * as react_jsx_runtime41 from "react/jsx-runtime";
|
|
4
4
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Sheet/Sheet.d.ts
|
|
8
|
-
declare const Sheet:
|
|
9
|
-
declare const SheetTrigger:
|
|
10
|
-
declare const SheetClose:
|
|
11
|
-
declare const SheetPortal:
|
|
12
|
-
declare const SheetOverlay:
|
|
8
|
+
declare const Sheet: react55.FC<SheetPrimitive.DialogProps>;
|
|
9
|
+
declare const SheetTrigger: react55.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react55.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
declare const SheetClose: react55.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & react55.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
declare const SheetPortal: react55.FC<SheetPrimitive.DialogPortalProps>;
|
|
12
|
+
declare const SheetOverlay: react55.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & react55.RefAttributes<HTMLDivElement>, "ref"> & react55.RefAttributes<never>>;
|
|
13
13
|
declare const sheetVariants: (props?: {
|
|
14
14
|
side?: "bottom" | "left" | "right" | "top";
|
|
15
|
-
} &
|
|
16
|
-
declare const SheetContent:
|
|
15
|
+
} & class_variance_authority_types5.ClassProp) => string;
|
|
16
|
+
declare const SheetContent: react55.ForwardRefExoticComponent<SheetContentProps & react55.RefAttributes<never>>;
|
|
17
17
|
declare const SheetHeader: {
|
|
18
18
|
({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: SheetHeaderProps):
|
|
21
|
+
}: SheetHeaderProps): react_jsx_runtime41.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
declare const SheetFooter: {
|
|
25
25
|
({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: SheetFooterProps):
|
|
28
|
+
}: SheetFooterProps): react_jsx_runtime41.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
|
-
declare const SheetTitle:
|
|
32
|
-
declare const SheetDescription:
|
|
31
|
+
declare const SheetTitle: react55.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & react55.RefAttributes<HTMLHeadingElement>, "ref"> & react55.RefAttributes<never>>;
|
|
32
|
+
declare const SheetDescription: react55.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & react55.RefAttributes<HTMLParagraphElement>, "ref"> & react55.RefAttributes<never>>;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, sheetVariants };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { SkeletonProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Skeleton/Skeleton.d.ts
|
|
5
5
|
declare function Skeleton({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: SkeletonProps):
|
|
8
|
+
}: SkeletonProps): react_jsx_runtime60.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Skeleton };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { SkeletonProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Skeleton/Skeleton.d.ts
|
|
5
5
|
declare function Skeleton({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: SkeletonProps):
|
|
8
|
+
}: SkeletonProps): react_jsx_runtime43.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Skeleton };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react57 from "react";
|
|
2
2
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Slider/Slider.d.ts
|
|
5
|
-
declare const Slider:
|
|
5
|
+
declare const Slider: react57.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & react57.RefAttributes<HTMLSpanElement>, "ref"> & react57.RefAttributes<never>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Slider };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react39 from "react";
|
|
2
2
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Slider/Slider.d.ts
|
|
5
|
-
declare const Slider:
|
|
5
|
+
declare const Slider: react39.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & react39.RefAttributes<HTMLSpanElement>, "ref"> & react39.RefAttributes<never>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Slider };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SocialProofProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime58 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/SocialProof/SocialProof.d.ts
|
|
5
5
|
declare const SocialProof: ({
|
|
@@ -7,6 +7,6 @@ declare const SocialProof: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: SocialProofProps) =>
|
|
10
|
+
}: SocialProofProps) => react_jsx_runtime58.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { SocialProof };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SocialProofProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime39 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/SocialProof/SocialProof.d.ts
|
|
5
5
|
declare const SocialProof: ({
|
|
@@ -7,6 +7,6 @@ declare const SocialProof: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: SocialProofProps) =>
|
|
10
|
+
}: SocialProofProps) => react_jsx_runtime39.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { SocialProof };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SonnerToasterProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Sonner/Sonner.d.ts
|
|
5
|
-
declare const Toaster: (props: SonnerToasterProps) =>
|
|
5
|
+
declare const Toaster: (props: SonnerToasterProps) => react_jsx_runtime56.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Toaster };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SonnerToasterProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime38 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Sonner/Sonner.d.ts
|
|
5
|
-
declare const Toaster: (props: SonnerToasterProps) =>
|
|
5
|
+
declare const Toaster: (props: SonnerToasterProps) => react_jsx_runtime38.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Toaster };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/SparkleAnimation/SparkleAnimation.d.ts
|
|
4
4
|
interface SparkleAnimationProps {
|
|
@@ -10,6 +10,6 @@ declare const SparkleAnimation: ({
|
|
|
10
10
|
color,
|
|
11
11
|
className,
|
|
12
12
|
animate
|
|
13
|
-
}: SparkleAnimationProps) =>
|
|
13
|
+
}: SparkleAnimationProps) => react_jsx_runtime57.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { SparkleAnimation };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime40 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/SparkleAnimation/SparkleAnimation.d.ts
|
|
4
4
|
interface SparkleAnimationProps {
|
|
@@ -10,6 +10,6 @@ declare const SparkleAnimation: ({
|
|
|
10
10
|
color,
|
|
11
11
|
className,
|
|
12
12
|
animate
|
|
13
|
-
}: SparkleAnimationProps) =>
|
|
13
|
+
}: SparkleAnimationProps) => react_jsx_runtime40.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { SparkleAnimation };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StackProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react49 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Stack/Stack.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Stack component for laying out children in a flexible container with gap.
|
|
7
7
|
*/
|
|
8
|
-
declare const Stack:
|
|
8
|
+
declare const Stack: react49.ForwardRefExoticComponent<StackProps & react49.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Stack };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StackProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react40 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Stack/Stack.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Stack component for laying out children in a flexible container with gap.
|
|
7
7
|
*/
|
|
8
|
-
declare const Stack:
|
|
8
|
+
declare const Stack: react40.ForwardRefExoticComponent<StackProps & react40.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Stack };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react54 from "react";
|
|
2
2
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Switch/Switch.d.ts
|
|
5
|
-
declare const Switch:
|
|
5
|
+
declare const Switch: react54.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & react54.RefAttributes<HTMLButtonElement>, "ref"> & react54.RefAttributes<never>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Switch };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react54 from "react";
|
|
2
2
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Switch/Switch.d.ts
|
|
5
|
-
declare const Switch:
|
|
5
|
+
declare const Switch: react54.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchProps & react54.RefAttributes<HTMLButtonElement>, "ref"> & react54.RefAttributes<never>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Switch };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react29 from "react";
|
|
2
2
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tabs/Tabs.d.ts
|
|
5
|
-
declare const Tabs:
|
|
6
|
-
declare const TabsList:
|
|
7
|
-
declare const TabsTrigger:
|
|
8
|
-
declare const TabsContent:
|
|
5
|
+
declare const Tabs: react29.ForwardRefExoticComponent<TabsPrimitive.TabsProps & react29.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const TabsList: react29.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & react29.RefAttributes<HTMLDivElement>, "ref"> & react29.RefAttributes<never>>;
|
|
7
|
+
declare const TabsTrigger: react29.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & react29.RefAttributes<HTMLButtonElement>, "ref"> & react29.RefAttributes<never>>;
|
|
8
|
+
declare const TabsContent: react29.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & react29.RefAttributes<HTMLDivElement>, "ref"> & react29.RefAttributes<never>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Tabs, TabsContent, TabsList, TabsTrigger };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react34 from "react";
|
|
2
2
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tabs/Tabs.d.ts
|
|
5
|
-
declare const Tabs:
|
|
6
|
-
declare const TabsList:
|
|
7
|
-
declare const TabsTrigger:
|
|
8
|
-
declare const TabsContent:
|
|
5
|
+
declare const Tabs: react34.ForwardRefExoticComponent<TabsPrimitive.TabsProps & react34.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const TabsList: react34.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & react34.RefAttributes<HTMLDivElement>, "ref"> & react34.RefAttributes<never>>;
|
|
7
|
+
declare const TabsTrigger: react34.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & react34.RefAttributes<HTMLButtonElement>, "ref"> & react34.RefAttributes<never>>;
|
|
8
|
+
declare const TabsContent: react34.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & react34.RefAttributes<HTMLDivElement>, "ref"> & react34.RefAttributes<never>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Tabs, TabsContent, TabsList, TabsTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TitledPromptCarouselProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TitledPromptCarousel/TitledPromptCarousel.d.ts
|
|
5
5
|
declare const TitledPromptCarousel: ({
|
|
@@ -15,6 +15,6 @@ declare const TitledPromptCarousel: ({
|
|
|
15
15
|
handleButtonClick,
|
|
16
16
|
promptButtonTexts,
|
|
17
17
|
promptCarouselAriaLabel
|
|
18
|
-
}: TitledPromptCarouselProps) =>
|
|
18
|
+
}: TitledPromptCarouselProps) => react_jsx_runtime61.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { TitledPromptCarousel };
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react42 from "react";
|
|
2
2
|
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
3
3
|
import * as class_variance_authority1 from "class-variance-authority";
|
|
4
4
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Toast/Toast.d.ts
|
|
7
|
-
declare const ToastProvider:
|
|
8
|
-
declare const ToastViewport:
|
|
7
|
+
declare const ToastProvider: react42.FC<ToastPrimitives.ToastProviderProps>;
|
|
8
|
+
declare const ToastViewport: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & react42.RefAttributes<HTMLOListElement>, "ref"> & react42.RefAttributes<never>>;
|
|
9
9
|
declare const toastVariants: (props?: {
|
|
10
10
|
variant?: "default" | "destructive" | "success" | "warning" | "info";
|
|
11
11
|
} & class_variance_authority_types4.ClassProp) => string;
|
|
12
|
-
declare const Toast:
|
|
12
|
+
declare const Toast: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & react42.RefAttributes<HTMLLIElement>, "ref"> & class_variance_authority1.VariantProps<(props?: {
|
|
13
13
|
variant?: "default" | "destructive" | "success" | "warning" | "info";
|
|
14
|
-
} & class_variance_authority_types4.ClassProp) => string> &
|
|
15
|
-
declare const ToastAction:
|
|
16
|
-
declare const ToastClose:
|
|
17
|
-
declare const ToastTitle:
|
|
18
|
-
declare const ToastDescription:
|
|
14
|
+
} & class_variance_authority_types4.ClassProp) => string> & react42.RefAttributes<never>>;
|
|
15
|
+
declare const ToastAction: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & react42.RefAttributes<HTMLButtonElement>, "ref"> & react42.RefAttributes<never>>;
|
|
16
|
+
declare const ToastClose: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & react42.RefAttributes<HTMLButtonElement>, "ref"> & react42.RefAttributes<never>>;
|
|
17
|
+
declare const ToastTitle: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
18
|
+
declare const ToastDescription: react42.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & react42.RefAttributes<HTMLDivElement>, "ref"> & react42.RefAttributes<never>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, toastVariants };
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react7 from "react";
|
|
2
2
|
import * as class_variance_authority1 from "class-variance-authority";
|
|
3
3
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
4
4
|
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Toast/Toast.d.ts
|
|
7
|
-
declare const ToastProvider:
|
|
8
|
-
declare const ToastViewport:
|
|
7
|
+
declare const ToastProvider: react7.FC<ToastPrimitives.ToastProviderProps>;
|
|
8
|
+
declare const ToastViewport: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & react7.RefAttributes<HTMLOListElement>, "ref"> & react7.RefAttributes<never>>;
|
|
9
9
|
declare const toastVariants: (props?: {
|
|
10
10
|
variant?: "default" | "destructive" | "success" | "warning" | "info";
|
|
11
11
|
} & class_variance_authority_types3.ClassProp) => string;
|
|
12
|
-
declare const Toast:
|
|
12
|
+
declare const Toast: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & react7.RefAttributes<HTMLLIElement>, "ref"> & class_variance_authority1.VariantProps<(props?: {
|
|
13
13
|
variant?: "default" | "destructive" | "success" | "warning" | "info";
|
|
14
|
-
} & class_variance_authority_types3.ClassProp) => string> &
|
|
15
|
-
declare const ToastAction:
|
|
16
|
-
declare const ToastClose:
|
|
17
|
-
declare const ToastTitle:
|
|
18
|
-
declare const ToastDescription:
|
|
14
|
+
} & class_variance_authority_types3.ClassProp) => string> & react7.RefAttributes<never>>;
|
|
15
|
+
declare const ToastAction: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & react7.RefAttributes<HTMLButtonElement>, "ref"> & react7.RefAttributes<never>>;
|
|
16
|
+
declare const ToastClose: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & react7.RefAttributes<HTMLButtonElement>, "ref"> & react7.RefAttributes<never>>;
|
|
17
|
+
declare const ToastTitle: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & react7.RefAttributes<HTMLDivElement>, "ref"> & react7.RefAttributes<never>>;
|
|
18
|
+
declare const ToastDescription: react7.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & react7.RefAttributes<HTMLDivElement>, "ref"> & react7.RefAttributes<never>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, toastVariants };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime41 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Toast/Toaster.d.ts
|
|
4
|
-
declare function Toaster():
|
|
4
|
+
declare function Toaster(): react_jsx_runtime41.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { Toaster };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Toast/Toaster.d.ts
|
|
4
|
-
declare function Toaster():
|
|
4
|
+
declare function Toaster(): react_jsx_runtime30.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { Toaster };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react37 from "react";
|
|
2
2
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tooltip/Tooltip.d.ts
|
|
5
|
-
declare const TooltipProvider:
|
|
6
|
-
declare const Tooltip:
|
|
7
|
-
declare const TooltipTrigger:
|
|
8
|
-
declare const TooltipContent:
|
|
5
|
+
declare const TooltipProvider: react37.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
6
|
+
declare const Tooltip: react37.FC<TooltipPrimitive.TooltipProps>;
|
|
7
|
+
declare const TooltipTrigger: react37.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & react37.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
declare const TooltipContent: react37.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & react37.RefAttributes<HTMLDivElement>, "ref"> & react37.RefAttributes<never>>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypingAnimationProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TypingAnimation/TypingAnimation.d.ts
|
|
5
5
|
declare const TypingAnimation: ({
|
|
@@ -7,6 +7,6 @@ declare const TypingAnimation: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: TypingAnimationProps) =>
|
|
10
|
+
}: TypingAnimationProps) => react_jsx_runtime43.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { TypingAnimation };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypingAnimationProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TypingAnimation/TypingAnimation.d.ts
|
|
5
5
|
declare const TypingAnimation: ({
|
|
@@ -7,6 +7,6 @@ declare const TypingAnimation: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: TypingAnimationProps) =>
|
|
10
|
+
}: TypingAnimationProps) => react_jsx_runtime27.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { TypingAnimation };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypographyProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react34 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Typography/Typography.d.ts
|
|
5
5
|
/**
|
|
@@ -18,13 +18,13 @@ declare const Typography: ({
|
|
|
18
18
|
noWrap,
|
|
19
19
|
as,
|
|
20
20
|
"aria-label": ariaLabel
|
|
21
|
-
}: TypographyProps) =>
|
|
21
|
+
}: TypographyProps) => react34.DetailedReactHTMLElement<{
|
|
22
22
|
'aria-label': string;
|
|
23
23
|
'aria-level'?: number;
|
|
24
|
-
role?:
|
|
24
|
+
role?: react34.AriaRole;
|
|
25
25
|
title?: string;
|
|
26
26
|
className: string;
|
|
27
|
-
style:
|
|
27
|
+
style: react34.CSSProperties;
|
|
28
28
|
id: string;
|
|
29
29
|
'data-testid': string;
|
|
30
30
|
}, HTMLElement>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypographyProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react14 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Typography/Typography.d.ts
|
|
5
5
|
/**
|
|
@@ -18,13 +18,13 @@ declare const Typography: ({
|
|
|
18
18
|
noWrap,
|
|
19
19
|
as,
|
|
20
20
|
"aria-label": ariaLabel
|
|
21
|
-
}: TypographyProps) =>
|
|
21
|
+
}: TypographyProps) => react14.DetailedReactHTMLElement<{
|
|
22
22
|
'aria-label': string;
|
|
23
23
|
'aria-level'?: number;
|
|
24
|
-
role?:
|
|
24
|
+
role?: react14.AriaRole;
|
|
25
25
|
title?: string;
|
|
26
26
|
className: string;
|
|
27
|
-
style:
|
|
27
|
+
style: react14.CSSProperties;
|
|
28
28
|
id: string;
|
|
29
29
|
'data-testid': string;
|
|
30
30
|
}, HTMLElement>;
|