@skunkworksai/ui-kit 0.1.23 → 0.1.25-a

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.
Files changed (118) hide show
  1. package/dist/index.cjs +34 -34
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.js +14469 -14225
  4. package/dist/index.js.map +1 -1
  5. package/dist/types/assets/icons/DashboardActiveIcon.d.ts +1 -1
  6. package/dist/types/assets/icons/DashboardIcon.d.ts +1 -1
  7. package/dist/types/assets/icons/DevicesActiveIcon.d.ts +1 -1
  8. package/dist/types/assets/icons/DevicesIcon.d.ts +1 -1
  9. package/dist/types/assets/icons/InstallerActiveIcon.d.ts +1 -1
  10. package/dist/types/assets/icons/InstallerIcon.d.ts +1 -1
  11. package/dist/types/assets/icons/ManifestActiveIcon.d.ts +1 -1
  12. package/dist/types/assets/icons/ManifestIcon.d.ts +1 -1
  13. package/dist/types/assets/icons/SensorActiveIcon.d.ts +1 -1
  14. package/dist/types/assets/icons/SensorIcon.d.ts +1 -1
  15. package/dist/types/assets/icons/SiteActiveIcon.d.ts +1 -1
  16. package/dist/types/assets/icons/SiteIcon.d.ts +1 -1
  17. package/dist/types/assets/icons/XrayActiveIcon.d.ts +1 -1
  18. package/dist/types/assets/icons/XrayIcon.d.ts +1 -1
  19. package/dist/types/assets/logos/DarkLogo.d.ts +1 -1
  20. package/dist/types/assets/logos/DarkSymbol.d.ts +1 -1
  21. package/dist/types/assets/logos/PrimaryLogo.d.ts +1 -1
  22. package/dist/types/assets/logos/PrimarySymbol.d.ts +1 -1
  23. package/dist/types/assets/logos/WhiteLogo.d.ts +1 -1
  24. package/dist/types/assets/logos/WhiteSymbol.d.ts +1 -1
  25. package/dist/types/components/blocks/AppBentoMenu.d.ts +2 -2
  26. package/dist/types/components/blocks/AppDashboard.d.ts +9 -3
  27. package/dist/types/components/blocks/AppHeader.d.ts +6 -6
  28. package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +1 -1
  29. package/dist/types/components/blocks/AppNotificationsMenu.d.ts +1 -1
  30. package/dist/types/components/blocks/AppPageTitle.d.ts +1 -1
  31. package/dist/types/components/blocks/AppProfile.d.ts +1 -1
  32. package/dist/types/components/blocks/AppWizardStepper.d.ts +61 -0
  33. package/dist/types/components/blocks/TableManager.d.ts +36 -14
  34. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +1 -1
  35. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +1 -1
  36. package/dist/types/components/blocks/backgrounds/types.d.ts +2 -0
  37. package/dist/types/components/blocks/index.d.ts +1 -0
  38. package/dist/types/components/primitives/AppAccordion.d.ts +4 -4
  39. package/dist/types/components/primitives/AppAlert.d.ts +1 -1
  40. package/dist/types/components/primitives/AppAlertDialog.d.ts +2 -2
  41. package/dist/types/components/primitives/AppAspectRatio.d.ts +1 -1
  42. package/dist/types/components/primitives/AppAvatar.d.ts +3 -3
  43. package/dist/types/components/primitives/AppBadge.d.ts +1 -1
  44. package/dist/types/components/primitives/AppBreadcrumb.d.ts +7 -7
  45. package/dist/types/components/primitives/AppButton.d.ts +1 -1
  46. package/dist/types/components/primitives/AppButtonGroup.d.ts +1 -1
  47. package/dist/types/components/primitives/AppCalendar.d.ts +1 -1
  48. package/dist/types/components/primitives/AppCard.d.ts +7 -7
  49. package/dist/types/components/primitives/AppCarousel.d.ts +5 -5
  50. package/dist/types/components/primitives/AppChart.d.ts +3 -3
  51. package/dist/types/components/primitives/AppCheckbox.d.ts +1 -1
  52. package/dist/types/components/primitives/AppCollapsible.d.ts +1 -1
  53. package/dist/types/components/primitives/AppCombobox.d.ts +7 -7
  54. package/dist/types/components/primitives/AppCommand.d.ts +9 -9
  55. package/dist/types/components/primitives/AppContextMenu.d.ts +7 -7
  56. package/dist/types/components/primitives/AppDataTable.d.ts +2 -1
  57. package/dist/types/components/primitives/AppDatePicker.d.ts +2 -1
  58. package/dist/types/components/primitives/AppDialog.d.ts +6 -6
  59. package/dist/types/components/primitives/AppDrawer.d.ts +3 -3
  60. package/dist/types/components/primitives/AppDropdownMenu.d.ts +10 -10
  61. package/dist/types/components/primitives/AppEmpty.d.ts +6 -6
  62. package/dist/types/components/primitives/AppField.d.ts +10 -10
  63. package/dist/types/components/primitives/AppForm.d.ts +2 -2
  64. package/dist/types/components/primitives/AppHoverCard.d.ts +3 -3
  65. package/dist/types/components/primitives/AppInput.d.ts +10 -1
  66. package/dist/types/components/primitives/AppKbd.d.ts +2 -2
  67. package/dist/types/components/primitives/AppLabel.d.ts +1 -1
  68. package/dist/types/components/primitives/AppMenubar.d.ts +6 -6
  69. package/dist/types/components/primitives/AppNavigationMenu.d.ts +8 -8
  70. package/dist/types/components/primitives/AppPagination.d.ts +7 -7
  71. package/dist/types/components/primitives/AppPopover.d.ts +3 -3
  72. package/dist/types/components/primitives/AppProgress.d.ts +1 -1
  73. package/dist/types/components/primitives/AppRadioGroup.d.ts +2 -2
  74. package/dist/types/components/primitives/AppScrollArea.d.ts +2 -2
  75. package/dist/types/components/primitives/AppSelect.d.ts +7 -7
  76. package/dist/types/components/primitives/AppSeparator.d.ts +1 -1
  77. package/dist/types/components/primitives/AppSheet.d.ts +6 -6
  78. package/dist/types/components/primitives/AppSidebar.d.ts +24 -24
  79. package/dist/types/components/primitives/AppSkeleton.d.ts +1 -1
  80. package/dist/types/components/primitives/AppSwitch.d.ts +1 -1
  81. package/dist/types/components/primitives/AppTable.d.ts +8 -8
  82. package/dist/types/components/primitives/AppTabs.d.ts +4 -4
  83. package/dist/types/components/primitives/AppTextarea.d.ts +7 -1
  84. package/dist/types/components/primitives/AppThemeProvider.d.ts +2 -2
  85. package/dist/types/components/primitives/AppToaster.d.ts +1 -1
  86. package/dist/types/components/primitives/AppToggle.d.ts +1 -1
  87. package/dist/types/components/primitives/AppTooltip.d.ts +4 -4
  88. package/dist/types/components/primitives/AppTypography.d.ts +1 -1
  89. package/dist/types/components/ui/alert-dialog.d.ts +2 -2
  90. package/dist/types/components/ui/badge.d.ts +1 -1
  91. package/dist/types/components/ui/breadcrumb.d.ts +2 -2
  92. package/dist/types/components/ui/button.d.ts +5 -2
  93. package/dist/types/components/ui/calendar.d.ts +1 -1
  94. package/dist/types/components/ui/card.d.ts +7 -7
  95. package/dist/types/components/ui/carousel.d.ts +5 -5
  96. package/dist/types/components/ui/chart.d.ts +4 -4
  97. package/dist/types/components/ui/combobox.d.ts +7 -7
  98. package/dist/types/components/ui/command.d.ts +9 -9
  99. package/dist/types/components/ui/context-menu.d.ts +1 -1
  100. package/dist/types/components/ui/dialog.d.ts +2 -2
  101. package/dist/types/components/ui/drawer.d.ts +2 -2
  102. package/dist/types/components/ui/dropdown-menu.d.ts +1 -1
  103. package/dist/types/components/ui/form.d.ts +2 -2
  104. package/dist/types/components/ui/input.d.ts +1 -1
  105. package/dist/types/components/ui/label.d.ts +1 -1
  106. package/dist/types/components/ui/menubar.d.ts +16 -16
  107. package/dist/types/components/ui/pagination.d.ts +5 -5
  108. package/dist/types/components/ui/scroll-text.d.ts +1 -1
  109. package/dist/types/components/ui/sheet.d.ts +2 -2
  110. package/dist/types/components/ui/sidebar.d.ts +23 -23
  111. package/dist/types/components/ui/skeleton.d.ts +1 -1
  112. package/dist/types/components/ui/sonner.d.ts +1 -1
  113. package/dist/types/hooks/use-page-title.d.ts +10 -1
  114. package/dist/ui-kit.css +1 -1
  115. package/package.json +9 -9
  116. package/rules/dashboard.md +40 -0
  117. package/rules/header.md +3 -1
  118. package/rules/sidebar.md +21 -0
@@ -5,5 +5,5 @@ type AppToggleProps = React.ComponentProps<typeof Toggle> & VariantProps<typeof
5
5
  * AppToggle — A two-state button that can be either on or off.
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
- declare function AppToggle(props: AppToggleProps): import("react/jsx-runtime").JSX.Element;
8
+ declare function AppToggle(props: AppToggleProps): import("react").JSX.Element;
9
9
  export { AppToggle };
@@ -5,22 +5,22 @@ import { Tooltip, TooltipContent, TooltipTrigger } from "../ui/tooltip";
5
5
  */
6
6
  declare function AppTooltipProvider({ children }: {
7
7
  children: React.ReactNode;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  /**
10
10
  * AppTooltip — A popup that displays information related to an element on hover or focus.
11
11
  * @note If a prop you need is missing, stop and inform the design team.
12
12
  */
13
- declare function AppTooltip(props: React.ComponentProps<typeof Tooltip>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppTooltip(props: React.ComponentProps<typeof Tooltip>): import("react").JSX.Element;
14
14
  /**
15
15
  * AppTooltipTrigger — The element that triggers the tooltip.
16
16
  * @note Use `asChild` when wrapping an existing interactive element (button, link).
17
17
  * @note Wrap disabled buttons in a <span> so pointer events reach the trigger.
18
18
  * @note If a prop you need is missing, stop and inform the design team.
19
19
  */
20
- declare function AppTooltipTrigger(props: React.ComponentProps<typeof TooltipTrigger>): import("react/jsx-runtime").JSX.Element;
20
+ declare function AppTooltipTrigger(props: React.ComponentProps<typeof TooltipTrigger>): import("react").JSX.Element;
21
21
  /**
22
22
  * AppTooltipContent — The tooltip popup. Suppressed on mobile (no hover on touch).
23
23
  * @note If a prop you need is missing, stop and inform the design team.
24
24
  */
25
- declare function AppTooltipContent(props: React.ComponentProps<typeof TooltipContent>): import("react/jsx-runtime").JSX.Element | null;
25
+ declare function AppTooltipContent(props: React.ComponentProps<typeof TooltipContent>): import("react").JSX.Element | null;
26
26
  export { AppTooltip, AppTooltipProvider, AppTooltipTrigger, AppTooltipContent };
@@ -75,6 +75,6 @@ type AppTypographyProps = {
75
75
  className?: string;
76
76
  children?: React.ReactNode;
77
77
  } & Omit<React.HTMLAttributes<HTMLElement>, "className" | "children">;
78
- declare function AppTypography({ variant, as, className, children, ...props }: AppTypographyProps): import("react/jsx-runtime").JSX.Element;
78
+ declare function AppTypography({ variant, as, className, children, ...props }: AppTypographyProps): React.JSX.Element;
79
79
  export { AppTypography };
80
80
  export type { AppTypographyProps, AppTypographyVariant };
@@ -6,11 +6,11 @@ declare const AlertDialogPortal: React.FC<AlertDialogPrimitive.AlertDialogPortal
6
6
  declare const AlertDialogOverlay: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
7
  declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
8
  declare const AlertDialogHeader: {
9
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
9
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  declare const AlertDialogFooter: {
13
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
13
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
14
14
  displayName: string;
15
15
  };
16
16
  declare const AlertDialogTitle: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -5,5 +5,5 @@ declare const badgeVariants: (props?: ({
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
7
7
  asChild?: boolean;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): React.JSX.Element;
9
9
  export { Badge, badgeVariants };
@@ -9,11 +9,11 @@ declare const BreadcrumbLink: React.ForwardRefExoticComponent<Omit<React.Detaile
9
9
  } & React.RefAttributes<HTMLAnchorElement>>;
10
10
  declare const BreadcrumbPage: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
11
11
  declare const BreadcrumbSeparator: {
12
- ({ children, className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
12
+ ({ children, className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  declare const BreadcrumbEllipsis: {
16
- ({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
16
+ ({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
@@ -4,9 +4,12 @@ declare const buttonVariants: (props?: ({
4
4
  variant?: "default" | "outline" | "secondary" | "ghost" | "destructive" | "link" | null | undefined;
5
5
  size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
- declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
7
+ declare const Button: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLButtonElement> & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
8
+ variant?: "default" | "outline" | "secondary" | "ghost" | "destructive" | "link" | null | undefined;
9
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
10
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
8
11
  asChild?: boolean;
9
- }): import("react/jsx-runtime").JSX.Element;
12
+ }, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
13
  export { Button, buttonVariants };
11
14
  export type ButtonProps = React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
12
15
  asChild?: boolean;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { DayPicker } from "react-day-picker";
3
3
  export type CalendarProps = React.ComponentProps<typeof DayPicker>;
4
- declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): React.JSX.Element;
5
5
  declare namespace Calendar {
6
6
  var displayName: string;
7
7
  }
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
2
  declare function Card({ className, size, ...props }: React.ComponentProps<"div"> & {
3
3
  size?: "default" | "sm";
4
- }): import("react/jsx-runtime").JSX.Element;
5
- declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
6
- declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
7
- declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
- declare function CardAction({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
- declare function CardContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
- declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
4
+ }): React.JSX.Element;
5
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
6
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
7
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
8
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
9
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
10
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
11
11
  export { Card, CardHeader, CardFooter, CardTitle, CardAction, CardDescription, CardContent, };
@@ -20,9 +20,9 @@ type CarouselContextProps = {
20
20
  canScrollNext: boolean;
21
21
  } & CarouselProps;
22
22
  declare function useCarousel(): CarouselContextProps;
23
- declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): import("react/jsx-runtime").JSX.Element;
24
- declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
25
- declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
26
- declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
27
- declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
23
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): React.JSX.Element;
24
+ declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
25
+ declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
26
+ declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
27
+ declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
28
28
  export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, useCarousel, };
@@ -27,11 +27,11 @@ declare function ChartContainer({ id, className, children, config, initialDimens
27
27
  width: number;
28
28
  height: number;
29
29
  };
30
- }): import("react/jsx-runtime").JSX.Element;
30
+ }): React.JSX.Element;
31
31
  declare const ChartStyle: ({ id, config }: {
32
32
  id: string;
33
33
  config: ChartConfig;
34
- }) => import("react/jsx-runtime").JSX.Element | null;
34
+ }) => React.JSX.Element | null;
35
35
  declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
36
36
  declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<"div"> & {
37
37
  hideLabel?: boolean;
@@ -39,10 +39,10 @@ declare function ChartTooltipContent({ active, payload, className, indicator, hi
39
39
  indicator?: "line" | "dot" | "dashed";
40
40
  nameKey?: string;
41
41
  labelKey?: string;
42
- } & Omit<DefaultTooltipContentProps<TooltipValueType, TooltipNameType>, "accessibilityLayer">): import("react/jsx-runtime").JSX.Element | null;
42
+ } & Omit<DefaultTooltipContentProps<TooltipValueType, TooltipNameType>, "accessibilityLayer">): React.JSX.Element | null;
43
43
  declare const ChartLegend: React.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React.ReactPortal | null>;
44
44
  declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & {
45
45
  hideIcon?: boolean;
46
46
  nameKey?: string;
47
- } & RechartsPrimitive.DefaultLegendContentProps): import("react/jsx-runtime").JSX.Element | null;
47
+ } & RechartsPrimitive.DefaultLegendContentProps): React.JSX.Element | null;
48
48
  export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle, useChart, };
@@ -32,7 +32,7 @@ type ComboboxMultipleProps = ComboboxBaseProps & {
32
32
  onValueChange?: (value: string[]) => void;
33
33
  };
34
34
  type ComboboxProps = ComboboxSingleProps | ComboboxMultipleProps;
35
- declare function Combobox(props: ComboboxProps): import("react/jsx-runtime").JSX.Element;
35
+ declare function Combobox(props: ComboboxProps): React.JSX.Element;
36
36
  declare namespace Combobox {
37
37
  var displayName: string;
38
38
  }
@@ -40,7 +40,7 @@ type ComboboxInputProps = {
40
40
  placeholder?: string;
41
41
  className?: string;
42
42
  };
43
- declare function ComboboxInput({ placeholder, className }: ComboboxInputProps): import("react/jsx-runtime").JSX.Element;
43
+ declare function ComboboxInput({ placeholder, className }: ComboboxInputProps): React.JSX.Element;
44
44
  declare namespace ComboboxInput {
45
45
  var displayName: string;
46
46
  }
@@ -51,12 +51,12 @@ type ComboboxContentProps = {
51
51
  align?: React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>["align"];
52
52
  sideOffset?: number;
53
53
  };
54
- declare function ComboboxContent({ children, className, searchPlaceholder, align, sideOffset, }: ComboboxContentProps): import("react/jsx-runtime").JSX.Element;
54
+ declare function ComboboxContent({ children, className, searchPlaceholder, align, sideOffset, }: ComboboxContentProps): React.JSX.Element;
55
55
  declare namespace ComboboxContent {
56
56
  var displayName: string;
57
57
  }
58
58
  type ComboboxEmptyProps = React.HTMLAttributes<HTMLParagraphElement>;
59
- declare function ComboboxEmpty({ children, className, ...props }: ComboboxEmptyProps): import("react/jsx-runtime").JSX.Element | null;
59
+ declare function ComboboxEmpty({ children, className, ...props }: ComboboxEmptyProps): React.JSX.Element | null;
60
60
  declare namespace ComboboxEmpty {
61
61
  var displayName: string;
62
62
  }
@@ -64,18 +64,18 @@ type ComboboxListProps = {
64
64
  children: (item: string) => React.ReactNode;
65
65
  className?: string;
66
66
  };
67
- declare function ComboboxList({ children, className }: ComboboxListProps): import("react/jsx-runtime").JSX.Element | null;
67
+ declare function ComboboxList({ children, className }: ComboboxListProps): React.JSX.Element | null;
68
68
  declare namespace ComboboxList {
69
69
  var displayName: string;
70
70
  }
71
71
  type ComboboxItemProps = React.HTMLAttributes<HTMLDivElement> & {
72
72
  value: string;
73
73
  };
74
- declare function ComboboxItem({ value: itemValue, children, className, ...props }: ComboboxItemProps): import("react/jsx-runtime").JSX.Element;
74
+ declare function ComboboxItem({ value: itemValue, children, className, ...props }: ComboboxItemProps): React.JSX.Element;
75
75
  declare namespace ComboboxItem {
76
76
  var displayName: string;
77
77
  }
78
- declare function ComboboxSeparator({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
78
+ declare function ComboboxSeparator({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
79
79
  declare namespace ComboboxSeparator {
80
80
  var displayName: string;
81
81
  }
@@ -6,7 +6,7 @@ declare const Command: React.ForwardRefExoticComponent<Omit<{
6
6
  ref?: React.Ref<HTMLDivElement>;
7
7
  } & {
8
8
  asChild?: boolean;
9
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
9
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
10
10
  label?: string;
11
11
  shouldFilter?: boolean;
12
12
  filter?: (value: string, search: string, keywords?: string[]) => number;
@@ -19,12 +19,12 @@ declare const Command: React.ForwardRefExoticComponent<Omit<{
19
19
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
20
20
  interface CommandDialogProps extends DialogProps {
21
21
  }
22
- declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => import("react/jsx-runtime").JSX.Element;
22
+ declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => React.JSX.Element;
23
23
  declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
24
24
  ref?: React.Ref<HTMLInputElement>;
25
25
  } & {
26
26
  asChild?: boolean;
27
- }, "asChild" | "key" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
27
+ }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
28
28
  value?: string;
29
29
  onValueChange?: (search: string) => void;
30
30
  } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
@@ -34,7 +34,7 @@ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
34
34
  ref?: React.Ref<HTMLDivElement>;
35
35
  } & {
36
36
  asChild?: boolean;
37
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
37
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
38
38
  label?: string;
39
39
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
40
40
  declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
@@ -43,14 +43,14 @@ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
43
43
  ref?: React.Ref<HTMLDivElement>;
44
44
  } & {
45
45
  asChild?: boolean;
46
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
46
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
47
47
  declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
48
48
  children?: React.ReactNode;
49
49
  } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
50
50
  ref?: React.Ref<HTMLDivElement>;
51
51
  } & {
52
52
  asChild?: boolean;
53
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
53
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
54
54
  heading?: React.ReactNode;
55
55
  value?: string;
56
56
  forceMount?: boolean;
@@ -59,7 +59,7 @@ declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<R
59
59
  ref?: React.Ref<HTMLDivElement>;
60
60
  } & {
61
61
  asChild?: boolean;
62
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
62
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
63
63
  alwaysRender?: boolean;
64
64
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
65
65
  declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
@@ -68,7 +68,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
68
68
  ref?: React.Ref<HTMLDivElement>;
69
69
  } & {
70
70
  asChild?: boolean;
71
- }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
71
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
72
72
  disabled?: boolean;
73
73
  onSelect?: (value: string) => void;
74
74
  value?: string;
@@ -76,7 +76,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
76
76
  forceMount?: boolean;
77
77
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
78
78
  declare const CommandShortcut: {
79
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
79
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
80
80
  displayName: string;
81
81
  };
82
82
  export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
@@ -21,7 +21,7 @@ declare const ContextMenuLabel: React.ForwardRefExoticComponent<Omit<ContextMenu
21
21
  } & React.RefAttributes<HTMLDivElement>>;
22
22
  declare const ContextMenuSeparator: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
23
  declare const ContextMenuShortcut: {
24
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
24
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
25
25
  displayName: string;
26
26
  };
27
27
  export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
@@ -7,11 +7,11 @@ declare const DialogClose: React.ForwardRefExoticComponent<DialogPrimitive.Dialo
7
7
  declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
8
  declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
9
  declare const DialogHeader: {
10
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
10
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  declare const DialogFooter: {
14
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
14
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -10,11 +10,11 @@ interface DrawerContentProps extends React.ComponentPropsWithoutRef<typeof Dialo
10
10
  }
11
11
  declare const DrawerContent: React.ForwardRefExoticComponent<Omit<DrawerContentProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
12
  declare const DrawerHeader: {
13
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
13
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
14
14
  displayName: string;
15
15
  };
16
16
  declare const DrawerFooter: {
17
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
17
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  declare const DrawerTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -21,7 +21,7 @@ declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMe
21
21
  } & React.RefAttributes<HTMLDivElement>>;
22
22
  declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
23
  declare const DropdownMenuShortcut: {
24
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
24
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
25
25
  displayName: string;
26
26
  };
27
27
  export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import * as LabelPrimitive from "@radix-ui/react-label";
3
3
  import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
4
- declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
5
- declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => import("react/jsx-runtime").JSX.Element;
4
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
5
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => React.JSX.Element;
6
6
  declare const useFormField: () => {
7
7
  invalid: boolean;
8
8
  isDirty: boolean;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- declare function Input({ className, type, ...props }: React.ComponentProps<"input">): import("react/jsx-runtime").JSX.Element;
2
+ declare function Input({ className, type, ...props }: React.ComponentProps<"input">): React.JSX.Element;
3
3
  export { Input };
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import { Label as LabelPrimitive } from "radix-ui";
3
- declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
3
+ declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): React.JSX.Element;
4
4
  export { Label };
@@ -1,30 +1,30 @@
1
1
  import * as React from "react";
2
2
  import { Menubar as MenubarPrimitive } from "radix-ui";
3
- declare function Menubar({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
- declare function MenubarMenu({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>): import("react/jsx-runtime").JSX.Element;
5
- declare function MenubarGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
6
- declare function MenubarPortal({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
7
- declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
8
- declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
9
- declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
3
+ declare function Menubar({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>): React.JSX.Element;
4
+ declare function MenubarMenu({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>): React.JSX.Element;
5
+ declare function MenubarGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>): React.JSX.Element;
6
+ declare function MenubarPortal({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>): React.JSX.Element;
7
+ declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>): React.JSX.Element;
8
+ declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Trigger>): React.JSX.Element;
9
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Content>): React.JSX.Element;
10
10
  declare function MenubarItem({ className, inset, variant, ...props }: React.ComponentProps<typeof MenubarPrimitive.Item> & {
11
11
  inset?: boolean;
12
12
  variant?: "default" | "destructive";
13
- }): import("react/jsx-runtime").JSX.Element;
13
+ }): React.JSX.Element;
14
14
  declare function MenubarCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem> & {
15
15
  inset?: boolean;
16
- }): import("react/jsx-runtime").JSX.Element;
16
+ }): React.JSX.Element;
17
17
  declare function MenubarRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioItem> & {
18
18
  inset?: boolean;
19
- }): import("react/jsx-runtime").JSX.Element;
19
+ }): React.JSX.Element;
20
20
  declare function MenubarLabel({ className, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Label> & {
21
21
  inset?: boolean;
22
- }): import("react/jsx-runtime").JSX.Element;
23
- declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
24
- declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
25
- declare function MenubarSub({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
22
+ }): React.JSX.Element;
23
+ declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Separator>): React.JSX.Element;
24
+ declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
25
+ declare function MenubarSub({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>): React.JSX.Element;
26
26
  declare function MenubarSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
27
27
  inset?: boolean;
28
- }): import("react/jsx-runtime").JSX.Element;
29
- declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
28
+ }): React.JSX.Element;
29
+ declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubContent>): React.JSX.Element;
30
30
  export { Menubar, MenubarPortal, MenubarMenu, MenubarTrigger, MenubarContent, MenubarGroup, MenubarSeparator, MenubarLabel, MenubarItem, MenubarShortcut, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, MenubarSub, MenubarSubTrigger, MenubarSubContent, };
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { ButtonProps } from "./button";
3
3
  declare const Pagination: {
4
- ({ className, ...props }: React.ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
4
+ ({ className, ...props }: React.ComponentProps<"nav">): React.JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  declare const PaginationContent: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React.RefAttributes<HTMLUListElement>>;
@@ -10,19 +10,19 @@ type PaginationLinkProps = {
10
10
  isActive?: boolean;
11
11
  } & Pick<ButtonProps, "size"> & React.ComponentProps<"a">;
12
12
  declare const PaginationLink: {
13
- ({ className, isActive, size, ...props }: PaginationLinkProps): import("react/jsx-runtime").JSX.Element;
13
+ ({ className, isActive, size, ...props }: PaginationLinkProps): React.JSX.Element;
14
14
  displayName: string;
15
15
  };
16
16
  declare const PaginationPrevious: {
17
- ({ className, ...props }: React.ComponentProps<typeof PaginationLink>): import("react/jsx-runtime").JSX.Element;
17
+ ({ className, ...props }: React.ComponentProps<typeof PaginationLink>): React.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  declare const PaginationNext: {
21
- ({ className, ...props }: React.ComponentProps<typeof PaginationLink>): import("react/jsx-runtime").JSX.Element;
21
+ ({ className, ...props }: React.ComponentProps<typeof PaginationLink>): React.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  declare const PaginationEllipsis: {
25
- ({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
25
+ ({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
26
26
  displayName: string;
27
27
  };
28
28
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, };
@@ -2,5 +2,5 @@ interface ScrollTextProps extends React.HTMLAttributes<HTMLDivElement> {
2
2
  speed?: number;
3
3
  direction?: "left" | "right" | "up" | "down";
4
4
  }
5
- export declare function ScrollText({ children, className, speed, direction, ...props }: ScrollTextProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ScrollText({ children, className, speed, direction, ...props }: ScrollTextProps): import("react").JSX.Element;
6
6
  export {};
@@ -13,11 +13,11 @@ interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetP
13
13
  }
14
14
  declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
15
15
  declare const SheetHeader: {
16
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
16
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  declare const SheetFooter: {
20
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
20
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
21
21
  displayName: string;
22
22
  };
23
23
  declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -18,30 +18,30 @@ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: se
18
18
  defaultOpen?: boolean;
19
19
  open?: boolean;
20
20
  onOpenChange?: (open: boolean) => void;
21
- }): import("react/jsx-runtime").JSX.Element;
21
+ }): React.JSX.Element;
22
22
  declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: React.ComponentProps<"div"> & {
23
23
  side?: "left" | "right";
24
24
  variant?: "sidebar" | "floating" | "inset";
25
25
  collapsible?: "offcanvas" | "icon" | "none";
26
- }): import("react/jsx-runtime").JSX.Element;
27
- declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
28
- declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): import("react/jsx-runtime").JSX.Element;
29
- declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): import("react/jsx-runtime").JSX.Element;
30
- declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): import("react/jsx-runtime").JSX.Element;
31
- declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
32
- declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
33
- declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
34
- declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
35
- declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
26
+ }): React.JSX.Element;
27
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): React.JSX.Element;
28
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): React.JSX.Element;
29
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): React.JSX.Element;
30
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): React.JSX.Element;
31
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
32
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
33
+ declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): React.JSX.Element;
34
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
35
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
36
36
  declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
37
37
  asChild?: boolean;
38
- }): import("react/jsx-runtime").JSX.Element;
38
+ }): React.JSX.Element;
39
39
  declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
40
40
  asChild?: boolean;
41
- }): import("react/jsx-runtime").JSX.Element;
42
- declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
43
- declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
44
- declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
41
+ }): React.JSX.Element;
42
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
43
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
44
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
45
45
  declare const sidebarMenuButtonVariants: (props?: ({
46
46
  variant?: "default" | "outline" | null | undefined;
47
47
  size?: "default" | "sm" | "lg" | null | undefined;
@@ -50,20 +50,20 @@ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip,
50
50
  asChild?: boolean;
51
51
  isActive?: boolean;
52
52
  tooltip?: string | React.ComponentProps<typeof TooltipContent>;
53
- } & VariantProps<typeof sidebarMenuButtonVariants>): import("react/jsx-runtime").JSX.Element;
53
+ } & VariantProps<typeof sidebarMenuButtonVariants>): React.JSX.Element;
54
54
  declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
55
55
  asChild?: boolean;
56
56
  showOnHover?: boolean;
57
- }): import("react/jsx-runtime").JSX.Element;
58
- declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
57
+ }): React.JSX.Element;
58
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
59
59
  declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
60
60
  showIcon?: boolean;
61
- }): import("react/jsx-runtime").JSX.Element;
62
- declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
63
- declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
61
+ }): React.JSX.Element;
62
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): React.JSX.Element;
63
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): React.JSX.Element;
64
64
  declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React.ComponentProps<"a"> & {
65
65
  asChild?: boolean;
66
66
  size?: "sm" | "md";
67
67
  isActive?: boolean;
68
- }): import("react/jsx-runtime").JSX.Element;
68
+ }): React.JSX.Element;
69
69
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, };
@@ -1,2 +1,2 @@
1
- declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
1
+ declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
2
2
  export { Skeleton };
@@ -1,2 +1,2 @@
1
- export declare function Toaster(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Toaster(): import("react").JSX.Element;
2
2
  export { toast } from "sonner";