@hexclave/ui 1.0.59 → 1.0.61
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/{action-dialog-B0jfxyhO.d.ts → action-dialog-BZWbckZ0.d.ts} +2 -2
- package/dist/{action-dialog-B0jfxyhO.d.ts.map → action-dialog-BZWbckZ0.d.ts.map} +1 -1
- package/dist/{badge-BIbOHepA.d.ts → badge-B0KrSxYn.d.ts} +3 -3
- package/dist/{badge-BIbOHepA.d.ts.map → badge-B0KrSxYn.d.ts.map} +1 -1
- package/dist/{button-DceTwuX_.d.ts → button-CD3QgtOp.d.ts} +5 -5
- package/dist/{button-DceTwuX_.d.ts.map → button-CD3QgtOp.d.ts.map} +1 -1
- package/dist/components/action-dialog.d.ts +1 -1
- package/dist/components/copy-button.d.ts +1 -1
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/resizable.d.ts +1 -1
- package/dist/components/ui/toggle-group.d.ts +1 -1
- package/dist/components/ui/toggle.d.ts +2 -2
- package/dist/components/ui/typography.d.ts +1 -1
- package/dist/{copy-button-ClCNLwvl.d.ts → copy-button-rksAMvuD.d.ts} +2 -2
- package/dist/copy-button-rksAMvuD.d.ts.map +1 -0
- package/dist/esm/components/copy-button.d.ts +2 -2
- package/dist/esm/components/ui/badge.d.ts +2 -2
- package/dist/esm/components/ui/button.d.ts +4 -4
- package/dist/esm/components/ui/resizable.d.ts +1 -1
- package/dist/esm/components/ui/resizable.d.ts.map +1 -1
- package/dist/esm/components/ui/toggle-group.d.ts +2 -2
- package/dist/esm/components/ui/toggle.d.ts +2 -2
- package/dist/esm/components/ui/typography.d.ts +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/{resizable-0hAy37Qq.d.ts → resizable-DoAn5B-I.d.ts} +2 -2
- package/dist/{resizable-0hAy37Qq.d.ts.map → resizable-DoAn5B-I.d.ts.map} +1 -1
- package/dist/{toggle-group-CM6Oci09.d.ts → toggle-group-DViDiVTV.d.ts} +3 -3
- package/dist/{toggle-group-CM6Oci09.d.ts.map → toggle-group-DViDiVTV.d.ts.map} +1 -1
- package/dist/{typography-DCVZg-AC.d.ts → typography-B1upDJNH.d.ts} +2 -2
- package/dist/{typography-DCVZg-AC.d.ts.map → typography-B1upDJNH.d.ts.map} +1 -1
- package/package.json +2 -2
- package/dist/copy-button-ClCNLwvl.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ButtonProps } from "./button-
|
|
1
|
+
import { n as ButtonProps } from "./button-CD3QgtOp.js";
|
|
2
2
|
import { LucideIcon } from "lucide-react";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
@@ -29,4 +29,4 @@ type ActionDialogProps = {
|
|
|
29
29
|
declare function ActionDialog(props: ActionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { ActionDialogProps as n, ActionDialog as t };
|
|
32
|
-
//# sourceMappingURL=action-dialog-
|
|
32
|
+
//# sourceMappingURL=action-dialog-BZWbckZ0.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-dialog-
|
|
1
|
+
{"version":3,"file":"action-dialog-BZWbckZ0.d.ts","names":[],"sources":["../src/components/action-dialog.tsx"],"mappings":";;;;;KAMY,iBAAA;EACV,OAAA,GAAU,KAAA,CAAM,SAAA;EAChB,IAAA;EACA,OAAA;EACA,YAAA,IAAgB,IAAA;EAChB,SAAA,GAAY,UAAA;EACZ,KAAA,YAAiB,KAAA,CAAM,SAAA;EACvB,WAAA,GAAc,KAAA,CAAM,SAAA;EACpB,MAAA;EACA,QAAA,aAAqB,QAAA;IACnB,KAAA;IACA,OAAA,SAAgB,OAAA;IAChB,KAAA,GAAQ,OAAA,CAAQ,WAAA;EAAA;EAElB,YAAA,aAAyB,QAAA;IACvB,KAAA;IACA,OAAA,SAAgB,OAAA;IAChB,KAAA,GAAQ,OAAA,CAAQ,WAAA;EAAA;EAElB,WAAA;EACA,QAAA,GAAW,KAAA,CAAM,SAAA;EACjB,YAAA;AAAA;AAAA,iBAGc,YAAA,CAAa,KAAA,EAAO,iBAAiB,+BAAA,GAAA,CAAA,OAAA"}
|
|
@@ -3,14 +3,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/ui/badge.d.ts
|
|
5
5
|
declare const badgeVariants: (props?: ({
|
|
6
|
-
variant?: "default" | "destructive" | "
|
|
6
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
8
|
type BadgeProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof badgeVariants>;
|
|
9
9
|
declare const Badge: React.FC<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
10
|
-
variant?: "default" | "destructive" | "
|
|
10
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
11
11
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
12
12
|
ref?: React.Ref<HTMLDivElement> | undefined;
|
|
13
13
|
}>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { BadgeProps as n, badgeVariants as r, Badge as t };
|
|
16
|
-
//# sourceMappingURL=badge-
|
|
16
|
+
//# sourceMappingURL=badge-B0KrSxYn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge-
|
|
1
|
+
{"version":3,"file":"badge-B0KrSxYn.d.ts","names":[],"sources":["../src/components/ui/badge.tsx"],"mappings":";;;;cAMM,aAAA,GAAa,KAAA;;;KAoBP,UAAA,GAAa,KAAA,CAAM,cAAA,CAAe,cAAA,IAAkB,YAAA,QAAoB,aAAA;AAAA,cAE9E,KAAA,EAAK,KAAA,CAAA,EAAA,CAAA,KAAA,CAAA,cAAA,CAAA,cAAA,IAAA,YAAA,EAAA,KAAA"}
|
|
@@ -3,8 +3,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/ui/button.d.ts
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
|
-
variant?: "
|
|
7
|
-
size?: "default" | "
|
|
6
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
7
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
type OriginalButtonProps = {
|
|
10
10
|
asChild?: boolean;
|
|
@@ -21,11 +21,11 @@ declare const Button: React.FC<{
|
|
|
21
21
|
} & {
|
|
22
22
|
asChild?: boolean;
|
|
23
23
|
} & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
24
|
-
variant?: "
|
|
25
|
-
size?: "default" | "
|
|
24
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
25
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
26
26
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
27
27
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { buttonVariants as i, ButtonProps as n, OriginalButtonProps as r, Button as t };
|
|
31
|
-
//# sourceMappingURL=button-
|
|
31
|
+
//# sourceMappingURL=button-CD3QgtOp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-
|
|
1
|
+
{"version":3,"file":"button-CD3QgtOp.d.ts","names":[],"sources":["../src/components/ui/button.tsx"],"mappings":";;;;cAUM,cAAA,GAAc,KAAA;;;;KAgCR,mBAAA;EACV,OAAA;AAAA,IACE,KAAA,CAAM,oBAAA,CAAqB,iBAAA,IAAqB,YAAA,QAAoB,cAAA;AAAA,KAgBnE,WAAA;EACH,OAAA,IAAW,CAAA,EAAG,KAAA,CAAM,UAAA,CAAW,iBAAA,aAA8B,OAAA;EAC7D,OAAA;EACA,YAAA;AAAA,IACE,mBAAA;AAAA,cAEE,MAAA,EAAM,KAAA,CAAA,EAAA;aALC,CAAA,EAAG,KAAA,CAAM,UAAA,CAAW,iBAAA,aAA8B,OAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ActionDialogProps, t as ActionDialog } from "../action-dialog-
|
|
1
|
+
import { n as ActionDialogProps, t as ActionDialog } from "../action-dialog-BZWbckZ0.js";
|
|
2
2
|
export { ActionDialog, ActionDialogProps };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as CopyButton } from "../copy-button-
|
|
1
|
+
import { t as CopyButton } from "../copy-button-rksAMvuD.js";
|
|
2
2
|
export { CopyButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as BadgeProps, r as badgeVariants, t as Badge } from "../../badge-
|
|
1
|
+
import { n as BadgeProps, r as badgeVariants, t as Badge } from "../../badge-B0KrSxYn.js";
|
|
2
2
|
export { Badge, BadgeProps, badgeVariants };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as buttonVariants, n as ButtonProps, r as OriginalButtonProps, t as Button } from "../../button-
|
|
1
|
+
import { i as buttonVariants, n as ButtonProps, r as OriginalButtonProps, t as Button } from "../../button-CD3QgtOp.js";
|
|
2
2
|
export { Button, ButtonProps, OriginalButtonProps, buttonVariants };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ResizablePanel, r as ResizablePanelGroup, t as ResizableHandle } from "../../resizable-
|
|
1
|
+
import { n as ResizablePanel, r as ResizablePanelGroup, t as ResizableHandle } from "../../resizable-DoAn5B-I.js";
|
|
2
2
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ToggleGroupItem, t as ToggleGroup } from "../../toggle-group-
|
|
1
|
+
import { n as ToggleGroupItem, t as ToggleGroup } from "../../toggle-group-DViDiVTV.js";
|
|
2
2
|
export { ToggleGroup, ToggleGroupItem };
|
|
@@ -5,11 +5,11 @@ import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
|
5
5
|
//#region src/components/ui/toggle.d.ts
|
|
6
6
|
declare const toggleVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "outline" | null | undefined;
|
|
8
|
-
size?: "default" | "
|
|
8
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
10
|
declare const Toggle: React.FC<Omit<TogglePrimitive.ToggleProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
11
11
|
variant?: "default" | "outline" | null | undefined;
|
|
12
|
-
size?: "default" | "
|
|
12
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
13
13
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
14
14
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
15
15
|
}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as Typography } from "../../typography-
|
|
1
|
+
import { t as Typography } from "../../typography-B1upDJNH.js";
|
|
2
2
|
export { Typography };
|
|
@@ -8,7 +8,7 @@ declare const CopyButton: React.FC<{
|
|
|
8
8
|
} & {
|
|
9
9
|
asChild?: boolean;
|
|
10
10
|
} & React.ButtonHTMLAttributes<HTMLButtonElement> & import("class-variance-authority").VariantProps<(props?: ({
|
|
11
|
-
variant?: "
|
|
11
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
12
12
|
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
13
13
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
14
14
|
content: string;
|
|
@@ -17,4 +17,4 @@ declare const CopyButton: React.FC<{
|
|
|
17
17
|
}>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { CopyButton as t };
|
|
20
|
-
//# sourceMappingURL=copy-button-
|
|
20
|
+
//# sourceMappingURL=copy-button-rksAMvuD.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy-button-rksAMvuD.d.ts","names":[],"sources":["../src/components/copy-button.tsx"],"mappings":";;;cAOM,UAAA,EAAU,KAAA,CAAA,EAAA"}
|
|
@@ -8,8 +8,8 @@ declare const CopyButton: React.FC<{
|
|
|
8
8
|
} & {
|
|
9
9
|
asChild?: boolean;
|
|
10
10
|
} & React.ButtonHTMLAttributes<HTMLButtonElement> & import("class-variance-authority").VariantProps<(props?: ({
|
|
11
|
-
variant?: "
|
|
12
|
-
size?: "default" | "
|
|
11
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
12
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
13
13
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
14
14
|
content: string;
|
|
15
15
|
} & {
|
|
@@ -3,11 +3,11 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/ui/badge.d.ts
|
|
5
5
|
declare const badgeVariants: (props?: ({
|
|
6
|
-
variant?: "default" | "destructive" | "
|
|
6
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
8
|
type BadgeProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof badgeVariants>;
|
|
9
9
|
declare const Badge: React.FC<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
10
|
-
variant?: "default" | "destructive" | "
|
|
10
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
11
11
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
12
12
|
ref?: React.Ref<HTMLDivElement> | undefined;
|
|
13
13
|
}>;
|
|
@@ -3,8 +3,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
3
3
|
|
|
4
4
|
//#region src/components/ui/button.d.ts
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
|
-
variant?: "
|
|
7
|
-
size?: "default" | "
|
|
6
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
7
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
type OriginalButtonProps = {
|
|
10
10
|
asChild?: boolean;
|
|
@@ -21,8 +21,8 @@ declare const Button: React.FC<{
|
|
|
21
21
|
} & {
|
|
22
22
|
asChild?: boolean;
|
|
23
23
|
} & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
24
|
-
variant?: "
|
|
25
|
-
size?: "default" | "
|
|
24
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "plain" | null | undefined;
|
|
25
|
+
size?: "default" | "plain" | "sm" | "lg" | "icon" | null | undefined;
|
|
26
26
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
27
27
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
28
28
|
}>;
|
|
@@ -5,7 +5,7 @@ declare const ResizablePanelGroup: ({
|
|
|
5
5
|
className,
|
|
6
6
|
...props
|
|
7
7
|
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<
|
|
8
|
+
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLButtonElement | HTMLElement | HTMLDivElement | HTMLParagraphElement | HTMLHeadingElement | HTMLSpanElement | HTMLImageElement | HTMLOListElement | HTMLLIElement | HTMLAnchorElement | HTMLInputElement | HTMLLabelElement | HTMLUListElement | HTMLObjectElement | HTMLSlotElement | HTMLStyleElement | HTMLTitleElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableCaptionElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLFormElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMenuElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPictureElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTemplateElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement>, "id" | "onResize"> & {
|
|
9
9
|
className?: string | undefined;
|
|
10
10
|
collapsedSize?: number | undefined;
|
|
11
11
|
collapsible?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable.d.ts","names":[],"sources":["../../../../src/components/ui/resizable.tsx"],"mappings":";;;cAOM,mBAAA;EAAuB,SAAA;EAAA,GAAA;AAAA,GAG1B,KAAA,CAAM,cAAA,QAAsB,kBAAA,CAAmB,UAAA,kCAAW,GAAA,CAAA,OAAA;AAAA,cAUvD,cAAA,kBAAc,yBAAA,CAAA,IAAA,iBAAA,cAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"resizable.d.ts","names":[],"sources":["../../../../src/components/ui/resizable.tsx"],"mappings":";;;cAOM,mBAAA;EAAuB,SAAA;EAAA,GAAA;AAAA,GAG1B,KAAA,CAAM,cAAA,QAAsB,kBAAA,CAAmB,UAAA,kCAAW,GAAA,CAAA,OAAA;AAAA,cAUvD,cAAA,kBAAc,yBAAA,CAAA,IAAA,iBAAA,cAAA,CAAA,iBAAA,GAAA,WAAA,GAAA,cAAA,GAAA,oBAAA,GAAA,kBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,aAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,iBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,aAAA,GAAA,iBAAA,GAAA,uBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,mBAAA,GAAA,cAAA,GAAA,kBAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,eAAA,GAAA,aAAA,GAAA,eAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,eAAA,GAAA,cAAA,GAAA,eAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,mBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,kBAAA,GAAA,cAAA,GAAA,mBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,uBAAA,GAAA,oBAAA,GAAA,mBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,mBAAA,GAAA,gBAAA,GAAA,gBAAA;;;;;;;;;;;;;;;;;cAEd,eAAA;EAAmB,UAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAItB,KAAA,CAAM,cAAA,QAAsB,kBAAA,CAAmB,iBAAA;EAChD,UAAA;AAAA,kCACD,GAAA,CAAA,OAAA"}
|
|
@@ -5,13 +5,13 @@ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
|
5
5
|
//#region src/components/ui/toggle-group.d.ts
|
|
6
6
|
declare const ToggleGroup: React.FC<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
7
7
|
variant?: "default" | "outline" | null | undefined;
|
|
8
|
-
size?: "default" | "
|
|
8
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string>) & {
|
|
10
10
|
ref?: React.Ref<HTMLDivElement> | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
declare const ToggleGroupItem: React.FC<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
13
13
|
variant?: "default" | "outline" | null | undefined;
|
|
14
|
-
size?: "default" | "
|
|
14
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
15
15
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
16
16
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
17
17
|
}>;
|
|
@@ -5,11 +5,11 @@ import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
|
5
5
|
//#region src/components/ui/toggle.d.ts
|
|
6
6
|
declare const toggleVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "outline" | null | undefined;
|
|
8
|
-
size?: "default" | "
|
|
8
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
10
|
declare const Toggle: React.FC<Omit<TogglePrimitive.ToggleProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
11
11
|
variant?: "default" | "outline" | null | undefined;
|
|
12
|
-
size?: "default" | "
|
|
12
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
13
13
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
14
14
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
15
15
|
}>;
|
|
@@ -4,7 +4,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/ui/typography.d.ts
|
|
5
5
|
declare const Typography: React.FC<React.HTMLAttributes<HTMLHeadingElement> & VariantProps<(props?: ({
|
|
6
6
|
type?: "div" | "h2" | "h3" | "label" | "p" | "h1" | "h4" | "footnote" | null | undefined;
|
|
7
|
-
variant?: "destructive" | "
|
|
7
|
+
variant?: "destructive" | "secondary" | "success" | "primary" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
9
9
|
ref?: React.Ref<HTMLHeadingElement> | undefined;
|
|
10
10
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as brand_icons_d_exports } from "./brand-icons-Bjvj9pgI.js";
|
|
2
2
|
import { n as Props, t as BrowserFrame } from "./index-CExKVq1L.js";
|
|
3
|
-
import { t as CopyButton } from "./copy-button-
|
|
3
|
+
import { t as CopyButton } from "./copy-button-rksAMvuD.js";
|
|
4
4
|
import { t as CopyField } from "./copy-field-Cf7eTpio.js";
|
|
5
5
|
import { a as TextCell, i as DateCell, n as AvatarCell, r as BadgeCell, t as ActionCell } from "./cells-C2kaNfav.js";
|
|
6
6
|
import { t as DataTableColumnHeader } from "./column-header-U53XE9Tp.js";
|
|
@@ -16,9 +16,9 @@ import { i as AccordionTrigger, n as AccordionContent, r as AccordionItem, t as
|
|
|
16
16
|
import { n as AlertDescription, r as AlertTitle, t as Alert } from "./alert-BQa8jVOm.js";
|
|
17
17
|
import { t as AspectRatio } from "./aspect-ratio-CwMSZ5Lk.js";
|
|
18
18
|
import { n as AvatarFallback, r as AvatarImage, t as Avatar } from "./avatar-COsl9aaA.js";
|
|
19
|
-
import { n as BadgeProps, r as badgeVariants, t as Badge } from "./badge-
|
|
19
|
+
import { n as BadgeProps, r as badgeVariants, t as Badge } from "./badge-B0KrSxYn.js";
|
|
20
20
|
import { a as BreadcrumbList, i as BreadcrumbLink, n as BreadcrumbEllipsis, o as BreadcrumbPage, r as BreadcrumbItem, s as BreadcrumbSeparator, t as Breadcrumb } from "./breadcrumb-xoLPVWeD.js";
|
|
21
|
-
import { i as buttonVariants, n as ButtonProps, r as OriginalButtonProps, t as Button } from "./button-
|
|
21
|
+
import { i as buttonVariants, n as ButtonProps, r as OriginalButtonProps, t as Button } from "./button-CD3QgtOp.js";
|
|
22
22
|
import { n as CalendarProps, t as Calendar } from "./calendar-Cm6dI-sl.js";
|
|
23
23
|
import { a as CardHeader, i as CardFooter, n as CardContent, o as CardSubtitle, r as CardDescription, s as CardTitle, t as Card } from "./card-zNadDkms.js";
|
|
24
24
|
import { t as Checkbox } from "./checkbox-CZveCMkD.js";
|
|
@@ -52,11 +52,11 @@ import { i as TabsTrigger, n as TabsContent, r as TabsList, t as Tabs } from "./
|
|
|
52
52
|
import { n as TextareaProps, t as Textarea } from "./textarea-BbfG-NR-.js";
|
|
53
53
|
import { a as ToastDescription, c as ToastTitle, i as ToastClose, l as ToastViewport, n as ToastAction, o as ToastProps, r as ToastActionElement, s as ToastProvider, t as Toast } from "./toast-CYNoBddH.js";
|
|
54
54
|
import { t as Toaster } from "./toaster-D1hq_EiX.js";
|
|
55
|
-
import { n as ToggleGroupItem, t as ToggleGroup } from "./toggle-group-
|
|
55
|
+
import { n as ToggleGroupItem, t as ToggleGroup } from "./toggle-group-DViDiVTV.js";
|
|
56
56
|
import { a as TooltipTrigger, i as TooltipProvider, n as TooltipContent, r as TooltipPortal, t as Tooltip } from "./tooltip-Earz1C6g.js";
|
|
57
|
-
import { t as Typography } from "./typography-
|
|
57
|
+
import { t as Typography } from "./typography-B1upDJNH.js";
|
|
58
58
|
import { n as toast, r as useToast, t as reducer } from "./use-toast-vZWO0yi1.js";
|
|
59
|
-
import { n as ResizablePanel, r as ResizablePanelGroup, t as ResizableHandle } from "./resizable-
|
|
59
|
+
import { n as ResizablePanel, r as ResizablePanelGroup, t as ResizableHandle } from "./resizable-DoAn5B-I.js";
|
|
60
60
|
import { t as cn } from "./utils-BVWSvBld.js";
|
|
61
|
-
import { n as ActionDialogProps, t as ActionDialog } from "./action-dialog-
|
|
61
|
+
import { n as ActionDialogProps, t as ActionDialog } from "./action-dialog-BZWbckZ0.js";
|
|
62
62
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCell, ActionDialog, ActionDialogProps, Alert, AlertDescription, AlertTitle, AspectRatio, Avatar, AvatarCell, AvatarFallback, AvatarImage, Badge, BadgeCell, BadgeProps, brand_icons_d_exports as BrandIcons, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BrowserFrame, Button, ButtonProps, Calendar, CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardSubtitle, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, CopyField, DataTable, DataTableColumnHeader, DataTableFacetedFilter, DataTableManualPagination, DataTablePagination, DataTableToolbar, DataTableViewOptions, DateCell, DelayedInput, DelayedInputProps, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, InlineCode, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputProps, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, OriginalButtonProps, PasswordInput, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, Props, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SearchToolbarItem, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleTooltip, Skeleton, Slider, SpanLabel, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableView, Tabs, TabsContent, TabsList, TabsTrigger, TextCell, Textarea, TextareaProps, Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, Typography, arrayFilterFn, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, reducer, standardFilterFn, toast, useFormField, useToast };
|
|
@@ -5,7 +5,7 @@ declare const ResizablePanelGroup: ({
|
|
|
5
5
|
className,
|
|
6
6
|
...props
|
|
7
7
|
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<
|
|
8
|
+
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLButtonElement | HTMLElement | HTMLDivElement | HTMLParagraphElement | HTMLHeadingElement | HTMLSpanElement | HTMLImageElement | HTMLOListElement | HTMLLIElement | HTMLAnchorElement | HTMLInputElement | HTMLLabelElement | HTMLUListElement | HTMLObjectElement | HTMLSlotElement | HTMLStyleElement | HTMLTitleElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableCaptionElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLFormElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMenuElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPictureElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTemplateElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement>, "id" | "onResize"> & {
|
|
9
9
|
className?: string | undefined;
|
|
10
10
|
collapsedSize?: number | undefined;
|
|
11
11
|
collapsible?: boolean | undefined;
|
|
@@ -31,4 +31,4 @@ declare const ResizableHandle: ({
|
|
|
31
31
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ResizablePanel as n, ResizablePanelGroup as r, ResizableHandle as t };
|
|
34
|
-
//# sourceMappingURL=resizable-
|
|
34
|
+
//# sourceMappingURL=resizable-DoAn5B-I.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable-
|
|
1
|
+
{"version":3,"file":"resizable-DoAn5B-I.d.ts","names":[],"sources":["../src/components/ui/resizable.tsx"],"mappings":";;;cAOM,mBAAA;EAAuB,SAAA;EAAA,GAAA;AAAA,GAG1B,KAAA,CAAM,cAAA,QAAsB,kBAAA,CAAmB,UAAA,kCAAW,GAAA,CAAA,OAAA;AAAA,cAUvD,cAAA,kBAAc,yBAAA,CAAA,IAAA,iBAAA,cAAA,CAAA,iBAAA,GAAA,WAAA,GAAA,cAAA,GAAA,oBAAA,GAAA,kBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,aAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,iBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,eAAA,GAAA,aAAA,GAAA,iBAAA,GAAA,uBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,mBAAA,GAAA,cAAA,GAAA,kBAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,gBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,eAAA,GAAA,aAAA,GAAA,eAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,eAAA,GAAA,cAAA,GAAA,eAAA,GAAA,eAAA,GAAA,gBAAA,GAAA,mBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,kBAAA,GAAA,cAAA,GAAA,mBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,iBAAA,GAAA,gBAAA,GAAA,uBAAA,GAAA,oBAAA,GAAA,mBAAA,GAAA,mBAAA,GAAA,eAAA,GAAA,mBAAA,GAAA,gBAAA,GAAA,gBAAA;;;;;;;;;;;;;;;;;cAEd,eAAA;EAAmB,UAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAItB,KAAA,CAAM,cAAA,QAAsB,kBAAA,CAAmB,iBAAA;EAChD,UAAA;AAAA,kCACD,GAAA,CAAA,OAAA"}
|
|
@@ -5,16 +5,16 @@ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
|
5
5
|
//#region src/components/ui/toggle-group.d.ts
|
|
6
6
|
declare const ToggleGroup: React.FC<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
7
7
|
variant?: "default" | "outline" | null | undefined;
|
|
8
|
-
size?: "default" | "
|
|
8
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string>) & {
|
|
10
10
|
ref?: React.Ref<HTMLDivElement> | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
declare const ToggleGroupItem: React.FC<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
13
13
|
variant?: "default" | "outline" | null | undefined;
|
|
14
|
-
size?: "default" | "
|
|
14
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
15
15
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
16
16
|
ref?: React.Ref<HTMLButtonElement> | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { ToggleGroupItem as n, ToggleGroup as t };
|
|
20
|
-
//# sourceMappingURL=toggle-group-
|
|
20
|
+
//# sourceMappingURL=toggle-group-DViDiVTV.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-group-
|
|
1
|
+
{"version":3,"file":"toggle-group-DViDiVTV.d.ts","names":[],"sources":["../src/components/ui/toggle-group.tsx"],"mappings":";;;;;cAiBM,WAAA,EAAW,KAAA,CAAA,EAAA,GAAA,IAAA,CAAA,oBAAA,CAAA,sBAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,YAAA,IAAA,CAAA,oBAAA,CAAA,wBAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,aAAA,YAAA,EAAA,KAAA;;;;;;cAkBX,eAAA,EAAe,KAAA,CAAA,EAAA,CAAA,IAAA,CAAA,oBAAA,CAAA,oBAAA,GAAA,KAAA,CAAA,aAAA,CAAA,iBAAA,YAAA,YAAA,EAAA,KAAA"}
|
|
@@ -4,10 +4,10 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/ui/typography.d.ts
|
|
5
5
|
declare const Typography: React.FC<React.HTMLAttributes<HTMLHeadingElement> & VariantProps<(props?: ({
|
|
6
6
|
type?: "div" | "h2" | "h3" | "label" | "p" | "h1" | "h4" | "footnote" | null | undefined;
|
|
7
|
-
variant?: "destructive" | "
|
|
7
|
+
variant?: "destructive" | "secondary" | "success" | "primary" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
|
|
9
9
|
ref?: React.Ref<HTMLHeadingElement> | undefined;
|
|
10
10
|
}>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Typography as t };
|
|
13
|
-
//# sourceMappingURL=typography-
|
|
13
|
+
//# sourceMappingURL=typography-B1upDJNH.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography-
|
|
1
|
+
{"version":3,"file":"typography-B1upDJNH.d.ts","names":[],"sources":["../src/components/ui/typography.tsx"],"mappings":";;;;cAgCM,UAAA,EAAU,KAAA,CAAA,EAAA,CAAA,KAAA,CAAA,cAAA,CAAA,kBAAA,IAAA,YAAA,EAAA,KAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hexclave/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"repository": "https://github.com/hexclave/hexclave",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-hook-form": "^7.53.1",
|
|
82
82
|
"react-resizable-panels": "^2.1.6",
|
|
83
83
|
"tailwind-merge": "^2.5.4",
|
|
84
|
-
"@hexclave/shared": "1.0.
|
|
84
|
+
"@hexclave/shared": "1.0.61"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/react": "^19.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"copy-button-ClCNLwvl.d.ts","names":[],"sources":["../src/components/copy-button.tsx"],"mappings":";;;cAOM,UAAA,EAAU,KAAA,CAAA,EAAA"}
|