@schemavaults/ui 0.86.2 → 0.87.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/error/ErrorPage/ErrorPage.d.ts +2 -0
- package/dist/components/error/ErrorPage/ErrorPage.js +1 -1
- package/dist/components/error/ErrorPage/ErrorPage.js.map +1 -1
- package/dist/components/ui/alert/alert.d.ts +1 -1
- package/dist/components/ui/badge/badge.d.ts +1 -1
- package/dist/components/ui/checkbox/checkbox.d.ts +1 -1
- package/dist/components/ui/command/command.d.ts +9 -9
- package/dist/components/ui/context-menu/context-menu.d.ts +15 -15
- package/dist/components/ui/dialog/dialog.d.ts +6 -6
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +2 -2
- package/dist/components/ui/hover-card/hover-card.d.ts +1 -1
- package/dist/components/ui/navigation-menu/navigation-menu.d.ts +8 -8
- package/dist/components/ui/popover/popover.d.ts +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts +1 -1
- package/dist/components/ui/select/select.d.ts +10 -10
- package/dist/components/ui/separator/separator.d.ts +1 -1
- package/dist/components/ui/sheet/sheet.d.ts +8 -8
- package/dist/components/ui/skeleton/skeleton.d.ts +1 -1
- package/dist/components/ui/stepper/stepper-body.d.ts +1 -1
- package/dist/components/ui/switch/switch.d.ts +1 -1
- package/dist/components/ui/table/table.d.ts +8 -8
- package/dist/components/ui/textarea/textarea.d.ts +1 -1
- package/dist/components/ui/toast/toast.d.ts +6 -6
- package/dist/components/ui/toaster/toaster.d.ts +1 -1
- package/dist/components/ui/tooltip/tooltip.d.ts +2 -2
- package/dist/providers/brightness-theme/brightness-theme.d.ts +1 -1
- package/package.json +11 -11
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode } from "react";
|
|
2
|
+
import { type WordmarkProps } from "../../ui/wordmark";
|
|
2
3
|
type ErrorPageCommonProps = {
|
|
3
4
|
reset?: () => void;
|
|
4
5
|
resetButtonLabel?: string;
|
|
5
6
|
additionalButtons?: ReactNode[];
|
|
7
|
+
wordmarkProps?: WordmarkProps;
|
|
6
8
|
};
|
|
7
9
|
export type ErrorPageProps = ({
|
|
8
10
|
error: Error;
|
|
@@ -23,7 +23,7 @@ export function ErrorPage(props) {
|
|
|
23
23
|
}
|
|
24
24
|
const resetButtonLabel = props.resetButtonLabel ?? "Try Again";
|
|
25
25
|
const additionalButtons = props.additionalButtons ?? [];
|
|
26
|
-
return (_jsxs("div", { className: cn("w-full grow min-h-screen", "flex flex-col justify-center items-center", "p-2 md:p-4 lg:p-8"), children: [_jsxs("h1", { className: "text-xl flex flex-row gap-4", children: [_jsx(Wordmark, {}), " Error"] }), _jsx("p", { className: cn("text-md", "mx-2 md:mx-4 lg:mx-8"), children: errorMsg }), (props.reset || additionalButtons.length > 0) && (_jsxs("div", { className: "mt-4 flex flex-row gap-2", children: [props.reset && (_jsxs(Button, { onClick: props.reset, className: "flex flex-row gap-2", children: [_jsx(RotateCcw, { size: 16 }), " ", resetButtonLabel] })), additionalButtons.map((button, index) => (_jsx("div", { children: button }, index)))] }))] }));
|
|
26
|
+
return (_jsxs("div", { className: cn("w-full grow min-h-screen", "flex flex-col justify-center items-center", "p-2 md:p-4 lg:p-8"), children: [_jsxs("h1", { className: "text-xl flex flex-row gap-4", children: [_jsx(Wordmark, { ...props.wordmarkProps }), " Error"] }), _jsx("p", { className: cn("text-md", "mx-2 md:mx-4 lg:mx-8"), children: errorMsg }), (props.reset || additionalButtons.length > 0) && (_jsxs("div", { className: "mt-4 flex flex-row gap-2", children: [props.reset && (_jsxs(Button, { onClick: props.reset, className: "flex flex-row gap-2", children: [_jsx(RotateCcw, { size: 16 }), " ", resetButtonLabel] })), additionalButtons.map((button, index) => (_jsx("div", { children: button }, index)))] }))] }));
|
|
27
27
|
}
|
|
28
28
|
export default ErrorPage;
|
|
29
29
|
//# sourceMappingURL=ErrorPage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPage.js","sourceRoot":"","sources":["../../../../src/components/error/ErrorPage/ErrorPage.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAGb,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"ErrorPage.js","sourceRoot":"","sources":["../../../../src/components/error/ErrorPage/ErrorPage.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAGb,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAsB,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAoBjC,MAAM,UAAU,SAAS,CAAC,KAAqB;IAC7C,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;IAC/D,CAAC;IAED,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;IAC1B,IAAI,QAAgB,CAAC;IACrB,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC3D,MAAM,OAAO,GAAY,KAA4C;aAClE,OAAO,CAAC;QACX,QAAQ,GAAG,GAAG,KAAK,KAAK,OAAO,EAAE,CAAC;IACpC,CAAC;SAAM,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAClC,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC;IAC3B,CAAC;SAAM,CAAC;QACN,QAAQ,GAAG,4BAAqC,CAAC;IACnD,CAAC;IACD,MAAM,gBAAgB,GAAW,KAAK,CAAC,gBAAgB,IAAI,WAAW,CAAC;IACvE,MAAM,iBAAiB,GAAgB,KAAK,CAAC,iBAAiB,IAAI,EAAE,CAAC;IACrE,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,0BAA0B,EAC1B,2CAA2C,EAC3C,mBAAmB,CACpB,aAED,cAAI,SAAS,EAAC,6BAA6B,aACzC,KAAC,QAAQ,OAAK,KAAK,CAAC,aAAa,GAAI,cAClC,EAEL,YAAG,SAAS,EAAE,EAAE,CAAC,SAAS,EAAE,sBAAsB,CAAC,YAAG,QAAQ,GAAK,EAClE,CAAC,KAAK,CAAC,KAAK,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,CAChD,eAAK,SAAS,EAAC,0BAA0B,aACtC,KAAK,CAAC,KAAK,IAAI,CACd,MAAC,MAAM,IAAC,OAAO,EAAE,KAAK,CAAC,KAAK,EAAE,SAAS,EAAC,qBAAqB,aAC3D,KAAC,SAAS,IAAC,IAAI,EAAE,EAAE,GAAI,OAAE,gBAAgB,IAClC,CACV,EACA,iBAAiB,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,CACxC,wBAAkB,MAAM,IAAd,KAAK,CAAgB,CAChC,CAAC,IACE,CACP,IACG,CACP,CAAC;AACJ,CAAC;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -22,7 +22,7 @@ declare namespace AlertTitle {
|
|
|
22
22
|
export interface AlertDescriptionProps extends HTMLAttributes<HTMLParagraphElement>, VariantProps<typeof alertVariants> {
|
|
23
23
|
ref?: Ref<HTMLParagraphElement>;
|
|
24
24
|
}
|
|
25
|
-
declare function AlertDescription({ className, ref, ...props }: AlertDescriptionProps): import("react
|
|
25
|
+
declare function AlertDescription({ className, ref, ...props }: AlertDescriptionProps): import("react").JSX.Element;
|
|
26
26
|
declare namespace AlertDescription {
|
|
27
27
|
var displayName: string;
|
|
28
28
|
}
|
|
@@ -5,6 +5,6 @@ declare const badgeVariants: (props?: ({
|
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
declare function Badge({ className, variant, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
7
7
|
asChild?: boolean;
|
|
8
|
-
}): import("react
|
|
8
|
+
}): import("react").JSX.Element;
|
|
9
9
|
export { Badge, badgeVariants };
|
|
10
10
|
export default Badge;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type ComponentPropsWithoutRef } from "react";
|
|
2
2
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
3
3
|
declare const Checkbox: {
|
|
4
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>): import("react
|
|
4
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>): import("react").JSX.Element;
|
|
5
5
|
displayName: string | undefined;
|
|
6
6
|
};
|
|
7
7
|
export { Checkbox };
|
|
@@ -2,38 +2,38 @@ import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
|
|
|
2
2
|
import { type DialogProps } from "@radix-ui/react-dialog";
|
|
3
3
|
import { Command as CommandPrimitive } from "cmdk";
|
|
4
4
|
declare const Command: {
|
|
5
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive>): import("react
|
|
5
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive>): import("react").JSX.Element;
|
|
6
6
|
displayName: string | undefined;
|
|
7
7
|
};
|
|
8
8
|
interface CommandDialogProps extends DialogProps {
|
|
9
9
|
}
|
|
10
|
-
declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => import("react
|
|
10
|
+
declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => import("react").JSX.Element;
|
|
11
11
|
declare const CommandInput: {
|
|
12
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Input>): import("react
|
|
12
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Input>): import("react").JSX.Element;
|
|
13
13
|
displayName: string | undefined;
|
|
14
14
|
};
|
|
15
15
|
declare const CommandList: {
|
|
16
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.List>): import("react
|
|
16
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.List>): import("react").JSX.Element;
|
|
17
17
|
displayName: string | undefined;
|
|
18
18
|
};
|
|
19
19
|
declare const CommandEmpty: {
|
|
20
|
-
(props: ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>): import("react
|
|
20
|
+
(props: ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>): import("react").JSX.Element;
|
|
21
21
|
displayName: string | undefined;
|
|
22
22
|
};
|
|
23
23
|
declare const CommandGroup: {
|
|
24
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Group>): import("react
|
|
24
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Group>): import("react").JSX.Element;
|
|
25
25
|
displayName: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
declare const CommandSeparator: {
|
|
28
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Separator>): import("react
|
|
28
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Separator>): import("react").JSX.Element;
|
|
29
29
|
displayName: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
declare const CommandItem: {
|
|
32
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Item>): import("react
|
|
32
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof CommandPrimitive.Item>): import("react").JSX.Element;
|
|
33
33
|
displayName: string | undefined;
|
|
34
34
|
};
|
|
35
35
|
declare const CommandShortcut: {
|
|
36
|
-
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): import("react
|
|
36
|
+
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): import("react").JSX.Element;
|
|
37
37
|
displayName: string;
|
|
38
38
|
};
|
|
39
39
|
export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
3
|
-
declare function ContextMenu({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Root>): import("react
|
|
4
|
-
declare function ContextMenuTrigger({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react
|
|
5
|
-
declare function ContextMenuGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Group>): import("react
|
|
6
|
-
declare function ContextMenuPortal({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Portal>): import("react
|
|
7
|
-
declare function ContextMenuSub({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Sub>): import("react
|
|
8
|
-
declare function ContextMenuRadioGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): import("react
|
|
3
|
+
declare function ContextMenu({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Root>): import("react").JSX.Element;
|
|
4
|
+
declare function ContextMenuTrigger({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react").JSX.Element;
|
|
5
|
+
declare function ContextMenuGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Group>): import("react").JSX.Element;
|
|
6
|
+
declare function ContextMenuPortal({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Portal>): import("react").JSX.Element;
|
|
7
|
+
declare function ContextMenuSub({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Sub>): import("react").JSX.Element;
|
|
8
|
+
declare function ContextMenuRadioGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): import("react").JSX.Element;
|
|
9
9
|
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
10
10
|
inset?: boolean;
|
|
11
|
-
}): import("react
|
|
12
|
-
declare function ContextMenuSubContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.SubContent>): import("react
|
|
13
|
-
declare function ContextMenuContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Content>): import("react
|
|
11
|
+
}): import("react").JSX.Element;
|
|
12
|
+
declare function ContextMenuSubContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.SubContent>): import("react").JSX.Element;
|
|
13
|
+
declare function ContextMenuContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Content>): import("react").JSX.Element;
|
|
14
14
|
declare function ContextMenuItem({ className, inset, variant, ...props }: ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
15
15
|
inset?: boolean;
|
|
16
16
|
variant?: "default" | "destructive";
|
|
17
|
-
}): import("react
|
|
18
|
-
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): import("react
|
|
19
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioItem>): import("react
|
|
17
|
+
}): import("react").JSX.Element;
|
|
18
|
+
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): import("react").JSX.Element;
|
|
19
|
+
declare function ContextMenuRadioItem({ className, children, ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioItem>): import("react").JSX.Element;
|
|
20
20
|
declare function ContextMenuLabel({ className, inset, ...props }: ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
21
21
|
inset?: boolean;
|
|
22
|
-
}): import("react
|
|
23
|
-
declare function ContextMenuSeparator({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Separator>): import("react
|
|
24
|
-
declare function ContextMenuShortcut({ className, ...props }: ComponentProps<"span">): import("react
|
|
22
|
+
}): import("react").JSX.Element;
|
|
23
|
+
declare function ContextMenuSeparator({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Separator>): import("react").JSX.Element;
|
|
24
|
+
declare function ContextMenuShortcut({ className, ...props }: ComponentProps<"span">): import("react").JSX.Element;
|
|
25
25
|
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
|
|
@@ -5,27 +5,27 @@ declare const DialogTrigger: import("react").ForwardRefExoticComponent<DialogPri
|
|
|
5
5
|
declare const DialogPortal: import("react").FC<DialogPrimitive.DialogPortalProps>;
|
|
6
6
|
declare const DialogClose: import("react").ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
7
7
|
declare const DialogOverlay: {
|
|
8
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>): import("react
|
|
8
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>): import("react").JSX.Element;
|
|
9
9
|
displayName: string | undefined;
|
|
10
10
|
};
|
|
11
11
|
declare const DialogContent: {
|
|
12
|
-
({ className, children, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Content>): import("react
|
|
12
|
+
({ className, children, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Content>): import("react").JSX.Element;
|
|
13
13
|
displayName: string | undefined;
|
|
14
14
|
};
|
|
15
15
|
declare const DialogHeader: {
|
|
16
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react
|
|
16
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
declare const DialogFooter: {
|
|
20
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react
|
|
20
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
declare const DialogTitle: {
|
|
24
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Title>): import("react
|
|
24
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Title>): import("react").JSX.Element;
|
|
25
25
|
displayName: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
declare const DialogDescription: {
|
|
28
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Description>): import("react
|
|
28
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof DialogPrimitive.Description>): import("react").JSX.Element;
|
|
29
29
|
displayName: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, };
|
|
@@ -37,7 +37,7 @@ declare const DropdownMenuRadioItem: {
|
|
|
37
37
|
declare const DropdownMenuLabel: {
|
|
38
38
|
({ className, inset, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & {
|
|
39
39
|
inset?: string;
|
|
40
|
-
}): import("react
|
|
40
|
+
}): import("react").JSX.Element;
|
|
41
41
|
displayName: string | undefined;
|
|
42
42
|
};
|
|
43
43
|
declare const DropdownMenuSeparator: {
|
|
@@ -45,7 +45,7 @@ declare const DropdownMenuSeparator: {
|
|
|
45
45
|
displayName: string | undefined;
|
|
46
46
|
};
|
|
47
47
|
declare const DropdownMenuShortcut: {
|
|
48
|
-
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): import("react
|
|
48
|
+
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): import("react").JSX.Element;
|
|
49
49
|
displayName: string;
|
|
50
50
|
};
|
|
51
51
|
export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };
|
|
@@ -3,7 +3,7 @@ import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
|
3
3
|
declare const HoverCard: import("react").FC<HoverCardPrimitive.HoverCardProps>;
|
|
4
4
|
declare const HoverCardTrigger: import("react").ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
5
5
|
declare const HoverCardContent: {
|
|
6
|
-
({ className, align, sideOffset, ...props }: ComponentPropsWithoutRef<typeof HoverCardPrimitive.Content>): import("react
|
|
6
|
+
({ className, align, sideOffset, ...props }: ComponentPropsWithoutRef<typeof HoverCardPrimitive.Content>): import("react").JSX.Element;
|
|
7
7
|
displayName: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
export { HoverCard, HoverCardTrigger, HoverCardContent };
|
|
@@ -2,13 +2,13 @@ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
|
|
2
2
|
import type { ComponentProps } from "react";
|
|
3
3
|
declare function NavigationMenu({ className, children, viewport, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
4
4
|
viewport?: boolean;
|
|
5
|
-
}): import("react
|
|
6
|
-
declare function NavigationMenuList({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.List>): import("react
|
|
7
|
-
declare function NavigationMenuItem({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Item>): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
|
+
declare function NavigationMenuList({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.List>): import("react").JSX.Element;
|
|
7
|
+
declare function NavigationMenuItem({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Item>): import("react").JSX.Element;
|
|
8
8
|
declare const navigationMenuTriggerStyle: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
9
|
-
declare function NavigationMenuTrigger({ className, children, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Trigger>): import("react
|
|
10
|
-
declare function NavigationMenuContent({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Content>): import("react
|
|
11
|
-
declare function NavigationMenuViewport({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Viewport>): import("react
|
|
12
|
-
declare function NavigationMenuLink({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Link>): import("react
|
|
13
|
-
declare function NavigationMenuIndicator({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Indicator>): import("react
|
|
9
|
+
declare function NavigationMenuTrigger({ className, children, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Trigger>): import("react").JSX.Element;
|
|
10
|
+
declare function NavigationMenuContent({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Content>): import("react").JSX.Element;
|
|
11
|
+
declare function NavigationMenuViewport({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Viewport>): import("react").JSX.Element;
|
|
12
|
+
declare function NavigationMenuLink({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Link>): import("react").JSX.Element;
|
|
13
|
+
declare function NavigationMenuIndicator({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Indicator>): import("react").JSX.Element;
|
|
14
14
|
export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuTrigger, NavigationMenuLink, NavigationMenuIndicator, NavigationMenuViewport, navigationMenuTriggerStyle, };
|
|
@@ -3,7 +3,7 @@ import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
|
3
3
|
declare const Popover: import("react").FC<PopoverPrimitive.PopoverProps>;
|
|
4
4
|
declare const PopoverTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5
5
|
declare const PopoverContent: {
|
|
6
|
-
({ className, align, sideOffset, ...props }: ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>): import("react
|
|
6
|
+
({ className, align, sideOffset, ...props }: ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>): import("react").JSX.Element;
|
|
7
7
|
displayName: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
export { Popover, PopoverTrigger, PopoverContent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
2
2
|
import type { ComponentProps, ReactElement } from "react";
|
|
3
3
|
declare function ScrollArea({ className, children, ...props }: ComponentProps<typeof ScrollAreaPrimitive.Root>): ReactElement;
|
|
4
|
-
declare function ScrollBar({ className, orientation, ...props }: ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react
|
|
4
|
+
declare function ScrollBar({ className, orientation, ...props }: ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react").JSX.Element;
|
|
5
5
|
export { ScrollArea, ScrollBar };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { ComponentProps } from "react";
|
|
2
2
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
|
-
declare function Select({ ...props }: ComponentProps<typeof SelectPrimitive.Root>): import("react
|
|
4
|
-
declare function SelectGroup({ ...props }: ComponentProps<typeof SelectPrimitive.Group>): import("react
|
|
5
|
-
declare function SelectValue({ ...props }: ComponentProps<typeof SelectPrimitive.Value>): import("react
|
|
3
|
+
declare function Select({ ...props }: ComponentProps<typeof SelectPrimitive.Root>): import("react").JSX.Element;
|
|
4
|
+
declare function SelectGroup({ ...props }: ComponentProps<typeof SelectPrimitive.Group>): import("react").JSX.Element;
|
|
5
|
+
declare function SelectValue({ ...props }: ComponentProps<typeof SelectPrimitive.Value>): import("react").JSX.Element;
|
|
6
6
|
declare function SelectTrigger({ className, size, children, ...props }: ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
7
7
|
size?: "sm" | "default";
|
|
8
|
-
}): import("react
|
|
9
|
-
declare function SelectContent({ className, children, position, ...props }: ComponentProps<typeof SelectPrimitive.Content>): import("react
|
|
10
|
-
declare function SelectLabel({ className, ...props }: ComponentProps<typeof SelectPrimitive.Label>): import("react
|
|
11
|
-
declare function SelectItem({ className, children, ...props }: ComponentProps<typeof SelectPrimitive.Item>): import("react
|
|
12
|
-
declare function SelectSeparator({ className, ...props }: ComponentProps<typeof SelectPrimitive.Separator>): import("react
|
|
13
|
-
declare function SelectScrollUpButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react
|
|
14
|
-
declare function SelectScrollDownButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react
|
|
8
|
+
}): import("react").JSX.Element;
|
|
9
|
+
declare function SelectContent({ className, children, position, ...props }: ComponentProps<typeof SelectPrimitive.Content>): import("react").JSX.Element;
|
|
10
|
+
declare function SelectLabel({ className, ...props }: ComponentProps<typeof SelectPrimitive.Label>): import("react").JSX.Element;
|
|
11
|
+
declare function SelectItem({ className, children, ...props }: ComponentProps<typeof SelectPrimitive.Item>): import("react").JSX.Element;
|
|
12
|
+
declare function SelectSeparator({ className, ...props }: ComponentProps<typeof SelectPrimitive.Separator>): import("react").JSX.Element;
|
|
13
|
+
declare function SelectScrollUpButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react").JSX.Element;
|
|
14
|
+
declare function SelectScrollDownButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react").JSX.Element;
|
|
15
15
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ComponentProps } from "react";
|
|
2
2
|
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
3
3
|
export type { SeparatorProps } from "@radix-ui/react-separator";
|
|
4
|
-
declare function Separator({ className, orientation, decorative, ...props }: ComponentProps<typeof SeparatorPrimitive.Root>): import("react
|
|
4
|
+
declare function Separator({ className, orientation, decorative, ...props }: ComponentProps<typeof SeparatorPrimitive.Root>): import("react").JSX.Element;
|
|
5
5
|
declare namespace Separator {
|
|
6
6
|
var displayName: string | undefined;
|
|
7
7
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { ComponentProps } from "react";
|
|
2
2
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
3
|
-
declare function Sheet({ ...props }: ComponentProps<typeof SheetPrimitive.Root>): import("react
|
|
4
|
-
declare function SheetTrigger({ ...props }: ComponentProps<typeof SheetPrimitive.Trigger>): import("react
|
|
5
|
-
declare function SheetClose({ ...props }: ComponentProps<typeof SheetPrimitive.Close>): import("react
|
|
3
|
+
declare function Sheet({ ...props }: ComponentProps<typeof SheetPrimitive.Root>): import("react").JSX.Element;
|
|
4
|
+
declare function SheetTrigger({ ...props }: ComponentProps<typeof SheetPrimitive.Trigger>): import("react").JSX.Element;
|
|
5
|
+
declare function SheetClose({ ...props }: ComponentProps<typeof SheetPrimitive.Close>): import("react").JSX.Element;
|
|
6
6
|
declare function SheetContent({ className, children, side, ...props }: ComponentProps<typeof SheetPrimitive.Content> & {
|
|
7
7
|
side?: "top" | "right" | "bottom" | "left";
|
|
8
|
-
}): import("react
|
|
9
|
-
declare function SheetHeader({ className, ...props }: ComponentProps<"div">): import("react
|
|
10
|
-
declare function SheetFooter({ className, ...props }: ComponentProps<"div">): import("react
|
|
11
|
-
declare function SheetTitle({ className, ...props }: ComponentProps<typeof SheetPrimitive.Title>): import("react
|
|
12
|
-
declare function SheetDescription({ className, ...props }: ComponentProps<typeof SheetPrimitive.Description>): import("react
|
|
8
|
+
}): import("react").JSX.Element;
|
|
9
|
+
declare function SheetHeader({ className, ...props }: ComponentProps<"div">): import("react").JSX.Element;
|
|
10
|
+
declare function SheetFooter({ className, ...props }: ComponentProps<"div">): import("react").JSX.Element;
|
|
11
|
+
declare function SheetTitle({ className, ...props }: ComponentProps<typeof SheetPrimitive.Title>): import("react").JSX.Element;
|
|
12
|
+
declare function SheetDescription({ className, ...props }: ComponentProps<typeof SheetPrimitive.Description>): import("react").JSX.Element;
|
|
13
13
|
export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { HTMLAttributes } from "react";
|
|
2
|
-
declare function Skeleton({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react
|
|
2
|
+
declare function Skeleton({ className, ...props }: HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
|
|
3
3
|
export { Skeleton };
|
|
4
4
|
export default Skeleton;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseStepperState } from "./base-stepper-state-type";
|
|
2
|
-
export declare function StepperBody<StepperState extends BaseStepperState>(): import("react
|
|
2
|
+
export declare function StepperBody<StepperState extends BaseStepperState>(): import("react").JSX.Element;
|
|
3
3
|
export default StepperBody;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type ComponentPropsWithoutRef } from "react";
|
|
2
2
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
3
3
|
declare const Switch: {
|
|
4
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>): import("react
|
|
4
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>): import("react").JSX.Element;
|
|
5
5
|
displayName: string | undefined;
|
|
6
6
|
};
|
|
7
7
|
export { Switch };
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import type { HTMLAttributes, ThHTMLAttributes, TdHTMLAttributes } from "react";
|
|
2
2
|
declare const Table: {
|
|
3
|
-
({ className, ...props }: HTMLAttributes<HTMLTableElement>): import("react
|
|
3
|
+
({ className, ...props }: HTMLAttributes<HTMLTableElement>): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
declare const TableHeader: {
|
|
7
|
-
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react
|
|
7
|
+
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react").JSX.Element;
|
|
8
8
|
displayName: string;
|
|
9
9
|
};
|
|
10
10
|
declare const TableBody: {
|
|
11
|
-
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react
|
|
11
|
+
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
declare const TableFooter: {
|
|
15
|
-
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react
|
|
15
|
+
({ className, ...props }: HTMLAttributes<HTMLTableSectionElement>): import("react").JSX.Element;
|
|
16
16
|
displayName: string;
|
|
17
17
|
};
|
|
18
18
|
declare const TableRow: {
|
|
19
|
-
({ className, ...props }: HTMLAttributes<HTMLTableRowElement>): import("react
|
|
19
|
+
({ className, ...props }: HTMLAttributes<HTMLTableRowElement>): import("react").JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
declare const TableHead: {
|
|
23
|
-
({ className, ...props }: ThHTMLAttributes<HTMLTableCellElement>): import("react
|
|
23
|
+
({ className, ...props }: ThHTMLAttributes<HTMLTableCellElement>): import("react").JSX.Element;
|
|
24
24
|
displayName: string;
|
|
25
25
|
};
|
|
26
26
|
declare const TableCell: {
|
|
27
|
-
({ className, ...props }: TdHTMLAttributes<HTMLTableCellElement>): import("react
|
|
27
|
+
({ className, ...props }: TdHTMLAttributes<HTMLTableCellElement>): import("react").JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
declare const TableCaption: {
|
|
31
|
-
({ className, ...props }: HTMLAttributes<HTMLTableCaptionElement>): import("react
|
|
31
|
+
({ className, ...props }: HTMLAttributes<HTMLTableCaptionElement>): import("react").JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
|
|
@@ -2,7 +2,7 @@ import { type TextareaHTMLAttributes } from "react";
|
|
|
2
2
|
export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
3
3
|
}
|
|
4
4
|
declare const Textarea: {
|
|
5
|
-
({ className, ...props }: TextareaProps): import("react
|
|
5
|
+
({ className, ...props }: TextareaProps): import("react").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export { Textarea };
|
|
@@ -3,30 +3,30 @@ import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
|
3
3
|
import type { ToastVariantID } from "./toast-variants";
|
|
4
4
|
declare const ToastProvider: import("react").FC<ToastPrimitives.ToastProviderProps>;
|
|
5
5
|
declare const ToastViewport: {
|
|
6
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Viewport>): import("react
|
|
6
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Viewport>): import("react").JSX.Element;
|
|
7
7
|
displayName: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
interface ToastProps extends ComponentPropsWithoutRef<typeof ToastPrimitives.Root> {
|
|
10
10
|
variant?: ToastVariantID;
|
|
11
11
|
}
|
|
12
12
|
declare const Toast: {
|
|
13
|
-
({ className, variant, ...props }: ToastProps): import("react
|
|
13
|
+
({ className, variant, ...props }: ToastProps): import("react").JSX.Element;
|
|
14
14
|
displayName: string | undefined;
|
|
15
15
|
};
|
|
16
16
|
declare const ToastAction: {
|
|
17
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Action>): import("react
|
|
17
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Action>): import("react").JSX.Element;
|
|
18
18
|
displayName: string | undefined;
|
|
19
19
|
};
|
|
20
20
|
declare const ToastClose: {
|
|
21
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Close>): import("react
|
|
21
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Close>): import("react").JSX.Element;
|
|
22
22
|
displayName: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
declare const ToastTitle: {
|
|
25
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Title>): import("react
|
|
25
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Title>): import("react").JSX.Element;
|
|
26
26
|
displayName: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
declare const ToastDescription: {
|
|
29
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Description>): import("react
|
|
29
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof ToastPrimitives.Description>): import("react").JSX.Element;
|
|
30
30
|
displayName: string | undefined;
|
|
31
31
|
};
|
|
32
32
|
type ToastActionElement = ReactElement<typeof ToastAction>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function Toaster(): import("react
|
|
1
|
+
export declare function Toaster(): import("react").JSX.Element;
|
|
2
2
|
export default Toaster;
|
|
@@ -4,11 +4,11 @@ declare const TooltipProvider: import("react").FC<TooltipPrimitive.TooltipProvid
|
|
|
4
4
|
declare const Tooltip: import("react").FC<TooltipPrimitive.TooltipProps>;
|
|
5
5
|
declare const TooltipTrigger: import("react").ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
6
6
|
declare const TooltipContent: {
|
|
7
|
-
({ className, sideOffset, ...props }: ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>): import("react
|
|
7
|
+
({ className, sideOffset, ...props }: ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>): import("react").JSX.Element;
|
|
8
8
|
displayName: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
declare const TooltipArrow: {
|
|
11
|
-
({ className, ...props }: ComponentPropsWithoutRef<typeof TooltipPrimitive.TooltipArrow>): import("react
|
|
11
|
+
({ className, ...props }: ComponentPropsWithoutRef<typeof TooltipPrimitive.TooltipArrow>): import("react").JSX.Element;
|
|
12
12
|
displayName: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider, TooltipArrow, };
|
|
@@ -6,7 +6,7 @@ export type BrightnessThemeProviderProps = Parameters<typeof NextThemesProvider>
|
|
|
6
6
|
* @see next-themes package
|
|
7
7
|
* @returns Wraps an app with a provider that determines light/dark/system color theme
|
|
8
8
|
*/
|
|
9
|
-
export declare function BrightnessThemeProvider({ children, ...props }: BrightnessThemeProviderProps): import("react
|
|
9
|
+
export declare function BrightnessThemeProvider({ children, ...props }: BrightnessThemeProviderProps): import("react").JSX.Element;
|
|
10
10
|
export default BrightnessThemeProvider;
|
|
11
11
|
export { useBrightnessTheme };
|
|
12
12
|
export type { UseBrightnessThemeReturn };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schemavaults/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.87.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "React.js UI components for SchemaVaults frontend applications",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"url": "https://github.com/schemavaults/ui.git"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"react": "19.2.
|
|
13
|
-
"react-dom": "19.2.
|
|
12
|
+
"react": "19.2.8",
|
|
13
|
+
"react-dom": "19.2.8"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/is-prop-valid": "1.4.0",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"tailwind-merge": "3.0.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@schemavaults/send-email": "0.0
|
|
52
|
-
"@storybook/addon-docs": "10.
|
|
51
|
+
"@schemavaults/send-email": "0.1.0",
|
|
52
|
+
"@storybook/addon-docs": "10.5.3",
|
|
53
53
|
"@storybook/addon-webpack5-compiler-swc": "4.0.3",
|
|
54
|
-
"@storybook/react": "10.
|
|
55
|
-
"@storybook/react-webpack5": "10.
|
|
54
|
+
"@storybook/react": "10.5.3",
|
|
55
|
+
"@storybook/react-webpack5": "10.5.3",
|
|
56
56
|
"@storybook/test-runner": "0.24.4",
|
|
57
|
-
"@types/react": "19.2.
|
|
57
|
+
"@types/react": "19.2.17",
|
|
58
58
|
"@types/react-dom": "19.2.3",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "8.48.1",
|
|
60
60
|
"@typescript-eslint/parser": "8.48.1",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"eslint": "9.39.1",
|
|
67
67
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
68
68
|
"eslint-plugin-react": "7.37.5",
|
|
69
|
-
"eslint-plugin-react-hooks": "7.
|
|
70
|
-
"eslint-plugin-storybook": "10.
|
|
69
|
+
"eslint-plugin-react-hooks": "7.1.1",
|
|
70
|
+
"eslint-plugin-storybook": "10.5.3",
|
|
71
71
|
"globals": "16.5.0",
|
|
72
72
|
"http-server": "14.1.1",
|
|
73
73
|
"ignore-loader": "0.1.2",
|
|
74
74
|
"postcss": "8.5.12",
|
|
75
75
|
"postcss-loader": "8.1.1",
|
|
76
76
|
"semver": "7.7.2",
|
|
77
|
-
"storybook": "10.
|
|
77
|
+
"storybook": "10.5.3",
|
|
78
78
|
"tailwindcss": "3.4.17",
|
|
79
79
|
"tsc-alias": "1.8.16",
|
|
80
80
|
"typescript": "5.9.3",
|