raft-ui 0.0.9 → 0.0.10
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/CHANGELOG.md +27 -0
- package/dist/index.d.mts +693 -73
- package/dist/index.mjs +914 -83
- package/dist/styles.css +40 -0
- package/dist/wip.d.mts +31 -1
- package/dist/wip.mjs +107 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { a as StyledProps, i as VariantProps, n as ButtonProps, r as buttonVariants, t as Button } from "./index-lPUAF7fl.mjs";
|
|
2
2
|
import { cn } from "./cn.mjs";
|
|
3
3
|
import { Dialog as Dialog$1 } from "@base-ui/react/dialog";
|
|
4
|
-
import { ComponentPropsWithRef, ReactNode } from "react";
|
|
4
|
+
import { ComponentPropsWithRef, HTMLAttributes, ReactNode } from "react";
|
|
5
5
|
import { useRender } from "@base-ui/react/use-render";
|
|
6
6
|
import { Checkbox as Checkbox$1 } from "@base-ui/react/checkbox";
|
|
7
7
|
import { Avatar as Avatar$1, ContextMenu as ContextMenu$1 } from "@base-ui/react";
|
|
8
8
|
import { Menu } from "@base-ui/react/menu";
|
|
9
9
|
import { Tooltip as Tooltip$1 } from "@base-ui/react/tooltip";
|
|
10
10
|
import { Popover as Popover$1 } from "@base-ui/react/popover";
|
|
11
|
+
import { PreviewCard as PreviewCard$1 } from "@base-ui/react/preview-card";
|
|
11
12
|
import { Input as Input$1 } from "@base-ui/react/input";
|
|
12
13
|
import { Field as Field$1 } from "@base-ui/react/field";
|
|
13
14
|
import { Combobox as Combobox$1 } from "@base-ui/react/combobox";
|
|
@@ -15,6 +16,8 @@ import { Select as Select$1 } from "@base-ui/react/select";
|
|
|
15
16
|
import { Radio } from "@base-ui/react/radio";
|
|
16
17
|
import { RadioGroup as RadioGroup$1 } from "@base-ui/react/radio-group";
|
|
17
18
|
import { Switch as Switch$1 } from "@base-ui/react/switch";
|
|
19
|
+
import { Progress as Progress$1 } from "@base-ui/react/progress";
|
|
20
|
+
import { Toast } from "@base-ui/react/toast";
|
|
18
21
|
import { Tabs as Tabs$1 } from "@base-ui/react/tabs";
|
|
19
22
|
import { Separator as Separator$1 } from "@base-ui/react/separator";
|
|
20
23
|
|
|
@@ -778,74 +781,6 @@ declare function DropdownMenuCheckboxItemIndicator({
|
|
|
778
781
|
}: DropdownMenuCheckboxItemIndicatorProps): import("react").JSX.Element;
|
|
779
782
|
//#endregion
|
|
780
783
|
//#region src/components/tooltip/tooltip.d.ts
|
|
781
|
-
declare const tooltip: import("tailwind-variants/lite").TVReturnType<{
|
|
782
|
-
theme: {
|
|
783
|
-
brutal: {
|
|
784
|
-
content: string[];
|
|
785
|
-
arrow: string[];
|
|
786
|
-
};
|
|
787
|
-
elegant: {
|
|
788
|
-
content: string[];
|
|
789
|
-
arrow: never[];
|
|
790
|
-
};
|
|
791
|
-
};
|
|
792
|
-
variant: {
|
|
793
|
-
default: {};
|
|
794
|
-
inverse: {
|
|
795
|
-
content: string[];
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
}, {
|
|
799
|
-
trigger: string[];
|
|
800
|
-
positioner: string[];
|
|
801
|
-
content: string[];
|
|
802
|
-
arrow: string[];
|
|
803
|
-
}, undefined, {
|
|
804
|
-
theme: {
|
|
805
|
-
brutal: {
|
|
806
|
-
content: string[];
|
|
807
|
-
arrow: string[];
|
|
808
|
-
};
|
|
809
|
-
elegant: {
|
|
810
|
-
content: string[];
|
|
811
|
-
arrow: never[];
|
|
812
|
-
};
|
|
813
|
-
};
|
|
814
|
-
variant: {
|
|
815
|
-
default: {};
|
|
816
|
-
inverse: {
|
|
817
|
-
content: string[];
|
|
818
|
-
};
|
|
819
|
-
};
|
|
820
|
-
}, {
|
|
821
|
-
trigger: string[];
|
|
822
|
-
positioner: string[];
|
|
823
|
-
content: string[];
|
|
824
|
-
arrow: string[];
|
|
825
|
-
}, import("tailwind-variants/lite").TVReturnType<{
|
|
826
|
-
theme: {
|
|
827
|
-
brutal: {
|
|
828
|
-
content: string[];
|
|
829
|
-
arrow: string[];
|
|
830
|
-
};
|
|
831
|
-
elegant: {
|
|
832
|
-
content: string[];
|
|
833
|
-
arrow: never[];
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
variant: {
|
|
837
|
-
default: {};
|
|
838
|
-
inverse: {
|
|
839
|
-
content: string[];
|
|
840
|
-
};
|
|
841
|
-
};
|
|
842
|
-
}, {
|
|
843
|
-
trigger: string[];
|
|
844
|
-
positioner: string[];
|
|
845
|
-
content: string[];
|
|
846
|
-
arrow: string[];
|
|
847
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
848
|
-
type TooltipStyleProps = VariantProps<typeof tooltip>;
|
|
849
784
|
type TooltipProviderProps = Tooltip$1.Provider.Props;
|
|
850
785
|
declare function TooltipProvider({
|
|
851
786
|
delay,
|
|
@@ -862,7 +797,7 @@ type TooltipPortalProps = Tooltip$1.Portal.Props;
|
|
|
862
797
|
declare function TooltipPortal(props: TooltipPortalProps): import("react").JSX.Element;
|
|
863
798
|
type TooltipContentProps = StyledProps<Tooltip$1.Popup.Props> & Pick<Tooltip$1.Positioner.Props, "align" | "alignOffset" | "anchor" | "arrowPadding" | "collisionAvoidance" | "collisionBoundary" | "collisionPadding" | "disableAnchorTracking" | "positionMethod" | "side" | "sideOffset" | "sticky"> & {
|
|
864
799
|
portalProps?: TooltipPortalProps;
|
|
865
|
-
}
|
|
800
|
+
};
|
|
866
801
|
declare function TooltipContent({
|
|
867
802
|
align,
|
|
868
803
|
alignOffset,
|
|
@@ -877,7 +812,6 @@ declare function TooltipContent({
|
|
|
877
812
|
sideOffset,
|
|
878
813
|
sticky,
|
|
879
814
|
portalProps,
|
|
880
|
-
variant,
|
|
881
815
|
className,
|
|
882
816
|
children,
|
|
883
817
|
...props
|
|
@@ -959,6 +893,69 @@ declare function PopoverBackdrop({
|
|
|
959
893
|
...props
|
|
960
894
|
}: PopoverBackdropProps): import("react").JSX.Element;
|
|
961
895
|
//#endregion
|
|
896
|
+
//#region src/components/preview-card/preview-card.d.ts
|
|
897
|
+
type PreviewCardProps = PreviewCard$1.Root.Props;
|
|
898
|
+
declare function PreviewCard(props: PreviewCardProps): import("react").JSX.Element;
|
|
899
|
+
type PreviewCardTriggerProps = StyledProps<PreviewCard$1.Trigger.Props>;
|
|
900
|
+
declare function PreviewCardTrigger({
|
|
901
|
+
delay,
|
|
902
|
+
closeDelay,
|
|
903
|
+
className,
|
|
904
|
+
...props
|
|
905
|
+
}: PreviewCardTriggerProps): import("react").JSX.Element;
|
|
906
|
+
type PreviewCardPortalProps = PreviewCard$1.Portal.Props;
|
|
907
|
+
declare function PreviewCardPortal(props: PreviewCardPortalProps): import("react").JSX.Element;
|
|
908
|
+
type PreviewCardPopupProps = ComponentPropsWithRef<"div">;
|
|
909
|
+
declare function PreviewCardPopup({
|
|
910
|
+
className,
|
|
911
|
+
...props
|
|
912
|
+
}: PreviewCardPopupProps): import("react").JSX.Element;
|
|
913
|
+
type PreviewCardContentProps = StyledProps<PreviewCard$1.Popup.Props> & Pick<PreviewCard$1.Positioner.Props, "align" | "alignOffset" | "anchor" | "arrowPadding" | "collisionAvoidance" | "collisionBoundary" | "collisionPadding" | "disableAnchorTracking" | "positionMethod" | "side" | "sideOffset" | "sticky"> & {
|
|
914
|
+
portalProps?: PreviewCardPortalProps;
|
|
915
|
+
};
|
|
916
|
+
declare function PreviewCardContent({
|
|
917
|
+
align,
|
|
918
|
+
alignOffset,
|
|
919
|
+
anchor,
|
|
920
|
+
arrowPadding,
|
|
921
|
+
collisionAvoidance,
|
|
922
|
+
collisionBoundary,
|
|
923
|
+
collisionPadding,
|
|
924
|
+
disableAnchorTracking,
|
|
925
|
+
positionMethod,
|
|
926
|
+
side,
|
|
927
|
+
sideOffset,
|
|
928
|
+
sticky,
|
|
929
|
+
portalProps,
|
|
930
|
+
className,
|
|
931
|
+
...props
|
|
932
|
+
}: PreviewCardContentProps): import("react").JSX.Element;
|
|
933
|
+
type PreviewCardHeaderProps = ComponentPropsWithRef<"div">;
|
|
934
|
+
declare function PreviewCardHeader({
|
|
935
|
+
className,
|
|
936
|
+
...props
|
|
937
|
+
}: PreviewCardHeaderProps): import("react").JSX.Element;
|
|
938
|
+
type PreviewCardSeparatorProps = StyledProps<ComponentPropsWithRef<"div">>;
|
|
939
|
+
declare function PreviewCardSeparator({
|
|
940
|
+
className,
|
|
941
|
+
...props
|
|
942
|
+
}: PreviewCardSeparatorProps): import("react").JSX.Element;
|
|
943
|
+
type PreviewCardTitleProps = ComponentPropsWithRef<"p">;
|
|
944
|
+
declare function PreviewCardTitle({
|
|
945
|
+
className,
|
|
946
|
+
...props
|
|
947
|
+
}: PreviewCardTitleProps): import("react").JSX.Element;
|
|
948
|
+
type PreviewCardDescriptionProps = ComponentPropsWithRef<"p">;
|
|
949
|
+
declare function PreviewCardDescription({
|
|
950
|
+
className,
|
|
951
|
+
...props
|
|
952
|
+
}: PreviewCardDescriptionProps): import("react").JSX.Element;
|
|
953
|
+
type PreviewCardArrowProps = StyledProps<PreviewCard$1.Arrow.Props>;
|
|
954
|
+
declare function PreviewCardArrow({
|
|
955
|
+
className,
|
|
956
|
+
...props
|
|
957
|
+
}: PreviewCardArrowProps): import("react").JSX.Element;
|
|
958
|
+
//#endregion
|
|
962
959
|
//#region src/components/label/label.d.ts
|
|
963
960
|
declare const label: import("tailwind-variants/lite").TVReturnType<{
|
|
964
961
|
theme: {
|
|
@@ -2422,6 +2419,203 @@ declare function StatusRoot({
|
|
|
2422
2419
|
}: StatusProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
2423
2420
|
declare const Status: typeof StatusRoot;
|
|
2424
2421
|
//#endregion
|
|
2422
|
+
//#region src/components/progress/progress.d.ts
|
|
2423
|
+
declare const progress: import("tailwind-variants/lite").TVReturnType<{
|
|
2424
|
+
theme: {
|
|
2425
|
+
brutal: {
|
|
2426
|
+
root: string[];
|
|
2427
|
+
label: string[];
|
|
2428
|
+
value: string[];
|
|
2429
|
+
track: string[];
|
|
2430
|
+
};
|
|
2431
|
+
elegant: {
|
|
2432
|
+
root: string[];
|
|
2433
|
+
label: string[];
|
|
2434
|
+
value: string[];
|
|
2435
|
+
track: string[];
|
|
2436
|
+
indicator: string[];
|
|
2437
|
+
};
|
|
2438
|
+
};
|
|
2439
|
+
variant: {
|
|
2440
|
+
primary: {
|
|
2441
|
+
root: string[];
|
|
2442
|
+
};
|
|
2443
|
+
information: {
|
|
2444
|
+
root: string[];
|
|
2445
|
+
};
|
|
2446
|
+
accent: {
|
|
2447
|
+
root: string[];
|
|
2448
|
+
};
|
|
2449
|
+
success: {
|
|
2450
|
+
root: string[];
|
|
2451
|
+
};
|
|
2452
|
+
warning: {
|
|
2453
|
+
root: string[];
|
|
2454
|
+
};
|
|
2455
|
+
danger: {
|
|
2456
|
+
root: string[];
|
|
2457
|
+
};
|
|
2458
|
+
};
|
|
2459
|
+
size: {
|
|
2460
|
+
sm: {
|
|
2461
|
+
track: string[];
|
|
2462
|
+
};
|
|
2463
|
+
md: {
|
|
2464
|
+
track: string[];
|
|
2465
|
+
};
|
|
2466
|
+
lg: {
|
|
2467
|
+
track: string[];
|
|
2468
|
+
};
|
|
2469
|
+
};
|
|
2470
|
+
}, {
|
|
2471
|
+
root: string[];
|
|
2472
|
+
header: string[];
|
|
2473
|
+
label: string[];
|
|
2474
|
+
value: string[];
|
|
2475
|
+
track: string[];
|
|
2476
|
+
indicator: string[];
|
|
2477
|
+
}, undefined, {
|
|
2478
|
+
theme: {
|
|
2479
|
+
brutal: {
|
|
2480
|
+
root: string[];
|
|
2481
|
+
label: string[];
|
|
2482
|
+
value: string[];
|
|
2483
|
+
track: string[];
|
|
2484
|
+
};
|
|
2485
|
+
elegant: {
|
|
2486
|
+
root: string[];
|
|
2487
|
+
label: string[];
|
|
2488
|
+
value: string[];
|
|
2489
|
+
track: string[];
|
|
2490
|
+
indicator: string[];
|
|
2491
|
+
};
|
|
2492
|
+
};
|
|
2493
|
+
variant: {
|
|
2494
|
+
primary: {
|
|
2495
|
+
root: string[];
|
|
2496
|
+
};
|
|
2497
|
+
information: {
|
|
2498
|
+
root: string[];
|
|
2499
|
+
};
|
|
2500
|
+
accent: {
|
|
2501
|
+
root: string[];
|
|
2502
|
+
};
|
|
2503
|
+
success: {
|
|
2504
|
+
root: string[];
|
|
2505
|
+
};
|
|
2506
|
+
warning: {
|
|
2507
|
+
root: string[];
|
|
2508
|
+
};
|
|
2509
|
+
danger: {
|
|
2510
|
+
root: string[];
|
|
2511
|
+
};
|
|
2512
|
+
};
|
|
2513
|
+
size: {
|
|
2514
|
+
sm: {
|
|
2515
|
+
track: string[];
|
|
2516
|
+
};
|
|
2517
|
+
md: {
|
|
2518
|
+
track: string[];
|
|
2519
|
+
};
|
|
2520
|
+
lg: {
|
|
2521
|
+
track: string[];
|
|
2522
|
+
};
|
|
2523
|
+
};
|
|
2524
|
+
}, {
|
|
2525
|
+
root: string[];
|
|
2526
|
+
header: string[];
|
|
2527
|
+
label: string[];
|
|
2528
|
+
value: string[];
|
|
2529
|
+
track: string[];
|
|
2530
|
+
indicator: string[];
|
|
2531
|
+
}, import("tailwind-variants/lite").TVReturnType<{
|
|
2532
|
+
theme: {
|
|
2533
|
+
brutal: {
|
|
2534
|
+
root: string[];
|
|
2535
|
+
label: string[];
|
|
2536
|
+
value: string[];
|
|
2537
|
+
track: string[];
|
|
2538
|
+
};
|
|
2539
|
+
elegant: {
|
|
2540
|
+
root: string[];
|
|
2541
|
+
label: string[];
|
|
2542
|
+
value: string[];
|
|
2543
|
+
track: string[];
|
|
2544
|
+
indicator: string[];
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
variant: {
|
|
2548
|
+
primary: {
|
|
2549
|
+
root: string[];
|
|
2550
|
+
};
|
|
2551
|
+
information: {
|
|
2552
|
+
root: string[];
|
|
2553
|
+
};
|
|
2554
|
+
accent: {
|
|
2555
|
+
root: string[];
|
|
2556
|
+
};
|
|
2557
|
+
success: {
|
|
2558
|
+
root: string[];
|
|
2559
|
+
};
|
|
2560
|
+
warning: {
|
|
2561
|
+
root: string[];
|
|
2562
|
+
};
|
|
2563
|
+
danger: {
|
|
2564
|
+
root: string[];
|
|
2565
|
+
};
|
|
2566
|
+
};
|
|
2567
|
+
size: {
|
|
2568
|
+
sm: {
|
|
2569
|
+
track: string[];
|
|
2570
|
+
};
|
|
2571
|
+
md: {
|
|
2572
|
+
track: string[];
|
|
2573
|
+
};
|
|
2574
|
+
lg: {
|
|
2575
|
+
track: string[];
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2578
|
+
}, {
|
|
2579
|
+
root: string[];
|
|
2580
|
+
header: string[];
|
|
2581
|
+
label: string[];
|
|
2582
|
+
value: string[];
|
|
2583
|
+
track: string[];
|
|
2584
|
+
indicator: string[];
|
|
2585
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
2586
|
+
type ProgressProps = StyledProps<Progress$1.Root.Props> & Omit<VariantProps<typeof progress>, "theme">;
|
|
2587
|
+
declare function Progress({
|
|
2588
|
+
size,
|
|
2589
|
+
variant,
|
|
2590
|
+
className,
|
|
2591
|
+
...props
|
|
2592
|
+
}: ProgressProps): import("react").JSX.Element;
|
|
2593
|
+
type ProgressHeaderProps = ComponentPropsWithRef<"div">;
|
|
2594
|
+
declare function ProgressHeader({
|
|
2595
|
+
className,
|
|
2596
|
+
...props
|
|
2597
|
+
}: ProgressHeaderProps): import("react").JSX.Element;
|
|
2598
|
+
type ProgressLabelProps = StyledProps<Progress$1.Label.Props>;
|
|
2599
|
+
declare function ProgressLabel({
|
|
2600
|
+
className,
|
|
2601
|
+
...props
|
|
2602
|
+
}: ProgressLabelProps): import("react").JSX.Element;
|
|
2603
|
+
type ProgressValueProps = StyledProps<Progress$1.Value.Props>;
|
|
2604
|
+
declare function ProgressValue({
|
|
2605
|
+
className,
|
|
2606
|
+
...props
|
|
2607
|
+
}: ProgressValueProps): import("react").JSX.Element;
|
|
2608
|
+
type ProgressTrackProps = StyledProps<Progress$1.Track.Props>;
|
|
2609
|
+
declare function ProgressTrack({
|
|
2610
|
+
className,
|
|
2611
|
+
...props
|
|
2612
|
+
}: ProgressTrackProps): import("react").JSX.Element;
|
|
2613
|
+
type ProgressIndicatorProps = StyledProps<Progress$1.Indicator.Props>;
|
|
2614
|
+
declare function ProgressIndicator({
|
|
2615
|
+
className,
|
|
2616
|
+
...props
|
|
2617
|
+
}: ProgressIndicatorProps): import("react").JSX.Element;
|
|
2618
|
+
//#endregion
|
|
2425
2619
|
//#region src/components/spinner/spinner.d.ts
|
|
2426
2620
|
declare const spinner: import("tailwind-variants/lite").TVReturnType<{
|
|
2427
2621
|
theme: {
|
|
@@ -2471,6 +2665,82 @@ declare function Spinner({
|
|
|
2471
2665
|
...props
|
|
2472
2666
|
}: SpinnerProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
2473
2667
|
//#endregion
|
|
2668
|
+
//#region src/components/skeleton/skeleton.d.ts
|
|
2669
|
+
declare const skeleton: import("tailwind-variants/lite").TVReturnType<{
|
|
2670
|
+
theme: {
|
|
2671
|
+
brutal: {
|
|
2672
|
+
root: string[];
|
|
2673
|
+
};
|
|
2674
|
+
elegant: {
|
|
2675
|
+
root: string[];
|
|
2676
|
+
};
|
|
2677
|
+
};
|
|
2678
|
+
variant: {
|
|
2679
|
+
line: {
|
|
2680
|
+
root: string;
|
|
2681
|
+
};
|
|
2682
|
+
block: {
|
|
2683
|
+
root: string;
|
|
2684
|
+
};
|
|
2685
|
+
circle: {
|
|
2686
|
+
root: string;
|
|
2687
|
+
};
|
|
2688
|
+
};
|
|
2689
|
+
}, {
|
|
2690
|
+
root: string[];
|
|
2691
|
+
}, undefined, {
|
|
2692
|
+
theme: {
|
|
2693
|
+
brutal: {
|
|
2694
|
+
root: string[];
|
|
2695
|
+
};
|
|
2696
|
+
elegant: {
|
|
2697
|
+
root: string[];
|
|
2698
|
+
};
|
|
2699
|
+
};
|
|
2700
|
+
variant: {
|
|
2701
|
+
line: {
|
|
2702
|
+
root: string;
|
|
2703
|
+
};
|
|
2704
|
+
block: {
|
|
2705
|
+
root: string;
|
|
2706
|
+
};
|
|
2707
|
+
circle: {
|
|
2708
|
+
root: string;
|
|
2709
|
+
};
|
|
2710
|
+
};
|
|
2711
|
+
}, {
|
|
2712
|
+
root: string[];
|
|
2713
|
+
}, import("tailwind-variants/lite").TVReturnType<{
|
|
2714
|
+
theme: {
|
|
2715
|
+
brutal: {
|
|
2716
|
+
root: string[];
|
|
2717
|
+
};
|
|
2718
|
+
elegant: {
|
|
2719
|
+
root: string[];
|
|
2720
|
+
};
|
|
2721
|
+
};
|
|
2722
|
+
variant: {
|
|
2723
|
+
line: {
|
|
2724
|
+
root: string;
|
|
2725
|
+
};
|
|
2726
|
+
block: {
|
|
2727
|
+
root: string;
|
|
2728
|
+
};
|
|
2729
|
+
circle: {
|
|
2730
|
+
root: string;
|
|
2731
|
+
};
|
|
2732
|
+
};
|
|
2733
|
+
}, {
|
|
2734
|
+
root: string[];
|
|
2735
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
2736
|
+
type SkeletonVariant = NonNullable<VariantProps<typeof skeleton>["variant"]>;
|
|
2737
|
+
type SkeletonProps = HTMLAttributes<HTMLDivElement> & Omit<VariantProps<typeof skeleton>, "theme">;
|
|
2738
|
+
declare function Skeleton({
|
|
2739
|
+
variant,
|
|
2740
|
+
className,
|
|
2741
|
+
...props
|
|
2742
|
+
}: SkeletonProps): import("react").JSX.Element;
|
|
2743
|
+
//#endregion
|
|
2474
2744
|
//#region src/components/banner/banner.d.ts
|
|
2475
2745
|
declare const banner: import("tailwind-variants/lite").TVReturnType<{
|
|
2476
2746
|
theme: {
|
|
@@ -3019,6 +3289,353 @@ declare function NotificationCenterActionButton({
|
|
|
3019
3289
|
type NotificationCenterEmptyStateProps = EmptyStateProps;
|
|
3020
3290
|
declare function NotificationCenterEmptyState(props: NotificationCenterEmptyStateProps): import("react").JSX.Element;
|
|
3021
3291
|
//#endregion
|
|
3292
|
+
//#region src/components/toast/toast.d.ts
|
|
3293
|
+
declare const toastStyles: import("tailwind-variants/lite").TVReturnType<{
|
|
3294
|
+
theme: {
|
|
3295
|
+
brutal: {
|
|
3296
|
+
root: string[];
|
|
3297
|
+
content: string[];
|
|
3298
|
+
icon: string[];
|
|
3299
|
+
title: string[];
|
|
3300
|
+
description: string[];
|
|
3301
|
+
actions: string[];
|
|
3302
|
+
close: string[];
|
|
3303
|
+
arrow: string[];
|
|
3304
|
+
};
|
|
3305
|
+
elegant: {
|
|
3306
|
+
root: string[];
|
|
3307
|
+
content: string[];
|
|
3308
|
+
icon: string[];
|
|
3309
|
+
title: string[];
|
|
3310
|
+
description: string[];
|
|
3311
|
+
actions: string[];
|
|
3312
|
+
close: string[];
|
|
3313
|
+
arrow: never[];
|
|
3314
|
+
};
|
|
3315
|
+
};
|
|
3316
|
+
placement: {
|
|
3317
|
+
"bottom-center": {
|
|
3318
|
+
viewport: string;
|
|
3319
|
+
};
|
|
3320
|
+
"bottom-right": {
|
|
3321
|
+
viewport: string;
|
|
3322
|
+
};
|
|
3323
|
+
"top-center": {
|
|
3324
|
+
viewport: string;
|
|
3325
|
+
};
|
|
3326
|
+
"top-right": {
|
|
3327
|
+
viewport: string;
|
|
3328
|
+
};
|
|
3329
|
+
none: {
|
|
3330
|
+
viewport: string;
|
|
3331
|
+
};
|
|
3332
|
+
};
|
|
3333
|
+
strategy: {
|
|
3334
|
+
fixed: {
|
|
3335
|
+
viewport: string;
|
|
3336
|
+
};
|
|
3337
|
+
absolute: {
|
|
3338
|
+
viewport: string;
|
|
3339
|
+
};
|
|
3340
|
+
};
|
|
3341
|
+
layout: {
|
|
3342
|
+
stacked: {
|
|
3343
|
+
root: string[];
|
|
3344
|
+
};
|
|
3345
|
+
inline: {
|
|
3346
|
+
root: string[];
|
|
3347
|
+
};
|
|
3348
|
+
};
|
|
3349
|
+
tone: {
|
|
3350
|
+
info: {};
|
|
3351
|
+
success: {};
|
|
3352
|
+
warning: {};
|
|
3353
|
+
error: {};
|
|
3354
|
+
};
|
|
3355
|
+
}, {
|
|
3356
|
+
viewport: string[];
|
|
3357
|
+
positioner: string[];
|
|
3358
|
+
root: string[];
|
|
3359
|
+
content: string[];
|
|
3360
|
+
icon: string[];
|
|
3361
|
+
body: string[];
|
|
3362
|
+
title: string[];
|
|
3363
|
+
description: string[];
|
|
3364
|
+
actions: string[];
|
|
3365
|
+
close: string[];
|
|
3366
|
+
arrow: string[];
|
|
3367
|
+
}, undefined, {
|
|
3368
|
+
theme: {
|
|
3369
|
+
brutal: {
|
|
3370
|
+
root: string[];
|
|
3371
|
+
content: string[];
|
|
3372
|
+
icon: string[];
|
|
3373
|
+
title: string[];
|
|
3374
|
+
description: string[];
|
|
3375
|
+
actions: string[];
|
|
3376
|
+
close: string[];
|
|
3377
|
+
arrow: string[];
|
|
3378
|
+
};
|
|
3379
|
+
elegant: {
|
|
3380
|
+
root: string[];
|
|
3381
|
+
content: string[];
|
|
3382
|
+
icon: string[];
|
|
3383
|
+
title: string[];
|
|
3384
|
+
description: string[];
|
|
3385
|
+
actions: string[];
|
|
3386
|
+
close: string[];
|
|
3387
|
+
arrow: never[];
|
|
3388
|
+
};
|
|
3389
|
+
};
|
|
3390
|
+
placement: {
|
|
3391
|
+
"bottom-center": {
|
|
3392
|
+
viewport: string;
|
|
3393
|
+
};
|
|
3394
|
+
"bottom-right": {
|
|
3395
|
+
viewport: string;
|
|
3396
|
+
};
|
|
3397
|
+
"top-center": {
|
|
3398
|
+
viewport: string;
|
|
3399
|
+
};
|
|
3400
|
+
"top-right": {
|
|
3401
|
+
viewport: string;
|
|
3402
|
+
};
|
|
3403
|
+
none: {
|
|
3404
|
+
viewport: string;
|
|
3405
|
+
};
|
|
3406
|
+
};
|
|
3407
|
+
strategy: {
|
|
3408
|
+
fixed: {
|
|
3409
|
+
viewport: string;
|
|
3410
|
+
};
|
|
3411
|
+
absolute: {
|
|
3412
|
+
viewport: string;
|
|
3413
|
+
};
|
|
3414
|
+
};
|
|
3415
|
+
layout: {
|
|
3416
|
+
stacked: {
|
|
3417
|
+
root: string[];
|
|
3418
|
+
};
|
|
3419
|
+
inline: {
|
|
3420
|
+
root: string[];
|
|
3421
|
+
};
|
|
3422
|
+
};
|
|
3423
|
+
tone: {
|
|
3424
|
+
info: {};
|
|
3425
|
+
success: {};
|
|
3426
|
+
warning: {};
|
|
3427
|
+
error: {};
|
|
3428
|
+
};
|
|
3429
|
+
}, {
|
|
3430
|
+
viewport: string[];
|
|
3431
|
+
positioner: string[];
|
|
3432
|
+
root: string[];
|
|
3433
|
+
content: string[];
|
|
3434
|
+
icon: string[];
|
|
3435
|
+
body: string[];
|
|
3436
|
+
title: string[];
|
|
3437
|
+
description: string[];
|
|
3438
|
+
actions: string[];
|
|
3439
|
+
close: string[];
|
|
3440
|
+
arrow: string[];
|
|
3441
|
+
}, import("tailwind-variants/lite").TVReturnType<{
|
|
3442
|
+
theme: {
|
|
3443
|
+
brutal: {
|
|
3444
|
+
root: string[];
|
|
3445
|
+
content: string[];
|
|
3446
|
+
icon: string[];
|
|
3447
|
+
title: string[];
|
|
3448
|
+
description: string[];
|
|
3449
|
+
actions: string[];
|
|
3450
|
+
close: string[];
|
|
3451
|
+
arrow: string[];
|
|
3452
|
+
};
|
|
3453
|
+
elegant: {
|
|
3454
|
+
root: string[];
|
|
3455
|
+
content: string[];
|
|
3456
|
+
icon: string[];
|
|
3457
|
+
title: string[];
|
|
3458
|
+
description: string[];
|
|
3459
|
+
actions: string[];
|
|
3460
|
+
close: string[];
|
|
3461
|
+
arrow: never[];
|
|
3462
|
+
};
|
|
3463
|
+
};
|
|
3464
|
+
placement: {
|
|
3465
|
+
"bottom-center": {
|
|
3466
|
+
viewport: string;
|
|
3467
|
+
};
|
|
3468
|
+
"bottom-right": {
|
|
3469
|
+
viewport: string;
|
|
3470
|
+
};
|
|
3471
|
+
"top-center": {
|
|
3472
|
+
viewport: string;
|
|
3473
|
+
};
|
|
3474
|
+
"top-right": {
|
|
3475
|
+
viewport: string;
|
|
3476
|
+
};
|
|
3477
|
+
none: {
|
|
3478
|
+
viewport: string;
|
|
3479
|
+
};
|
|
3480
|
+
};
|
|
3481
|
+
strategy: {
|
|
3482
|
+
fixed: {
|
|
3483
|
+
viewport: string;
|
|
3484
|
+
};
|
|
3485
|
+
absolute: {
|
|
3486
|
+
viewport: string;
|
|
3487
|
+
};
|
|
3488
|
+
};
|
|
3489
|
+
layout: {
|
|
3490
|
+
stacked: {
|
|
3491
|
+
root: string[];
|
|
3492
|
+
};
|
|
3493
|
+
inline: {
|
|
3494
|
+
root: string[];
|
|
3495
|
+
};
|
|
3496
|
+
};
|
|
3497
|
+
tone: {
|
|
3498
|
+
info: {};
|
|
3499
|
+
success: {};
|
|
3500
|
+
warning: {};
|
|
3501
|
+
error: {};
|
|
3502
|
+
};
|
|
3503
|
+
}, {
|
|
3504
|
+
viewport: string[];
|
|
3505
|
+
positioner: string[];
|
|
3506
|
+
root: string[];
|
|
3507
|
+
content: string[];
|
|
3508
|
+
icon: string[];
|
|
3509
|
+
body: string[];
|
|
3510
|
+
title: string[];
|
|
3511
|
+
description: string[];
|
|
3512
|
+
actions: string[];
|
|
3513
|
+
close: string[];
|
|
3514
|
+
arrow: string[];
|
|
3515
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
3516
|
+
declare const createToastManager: typeof Toast.createToastManager;
|
|
3517
|
+
declare const useToastManager: typeof Toast.useToastManager;
|
|
3518
|
+
type ToastIntent = "info" | "success" | "warning" | "error";
|
|
3519
|
+
type ToastData = {
|
|
3520
|
+
intent?: ToastIntent;
|
|
3521
|
+
hasClose?: boolean;
|
|
3522
|
+
hasIcon?: boolean;
|
|
3523
|
+
contentClassName?: string;
|
|
3524
|
+
};
|
|
3525
|
+
type ToastObject<Data extends object = object> = Toast.Root.ToastObject<Data>;
|
|
3526
|
+
type ToastCommandOptions<Data extends object = ToastData> = Omit<Partial<ToastObject<Data>>, "actionProps" | "data" | "title" | "type"> & {
|
|
3527
|
+
action?: {
|
|
3528
|
+
label: ReactNode;
|
|
3529
|
+
onClick?: ComponentPropsWithRef<"button">["onClick"];
|
|
3530
|
+
};
|
|
3531
|
+
dismissible?: boolean;
|
|
3532
|
+
icon?: boolean;
|
|
3533
|
+
};
|
|
3534
|
+
declare const toast: {
|
|
3535
|
+
add(options: ToastCommandOptions<ToastData> & {
|
|
3536
|
+
title: string;
|
|
3537
|
+
type?: ToastIntent;
|
|
3538
|
+
}): string;
|
|
3539
|
+
info(title: string, options?: ToastCommandOptions<ToastData>): string;
|
|
3540
|
+
success(title: string, options?: ToastCommandOptions<ToastData>): string;
|
|
3541
|
+
warning(title: string, options?: ToastCommandOptions<ToastData>): string;
|
|
3542
|
+
error(title: string, options?: ToastCommandOptions<ToastData>): string;
|
|
3543
|
+
dismiss(id?: string): void;
|
|
3544
|
+
};
|
|
3545
|
+
type ToastProviderProps = Toast.Provider.Props & {
|
|
3546
|
+
portalContainer?: Toast.Portal.Props["container"];
|
|
3547
|
+
renderViewport?: boolean;
|
|
3548
|
+
viewportClassName?: string;
|
|
3549
|
+
viewportPlacement?: ToastViewportProps["placement"];
|
|
3550
|
+
viewportStrategy?: ToastViewportProps["strategy"];
|
|
3551
|
+
};
|
|
3552
|
+
declare function ToastProvider({
|
|
3553
|
+
children,
|
|
3554
|
+
portalContainer,
|
|
3555
|
+
renderViewport,
|
|
3556
|
+
toastManager,
|
|
3557
|
+
viewportClassName,
|
|
3558
|
+
viewportPlacement,
|
|
3559
|
+
viewportStrategy,
|
|
3560
|
+
...props
|
|
3561
|
+
}: ToastProviderProps): import("react").JSX.Element;
|
|
3562
|
+
type ToastPortalProps = Toast.Portal.Props;
|
|
3563
|
+
declare function ToastPortal(props: ToastPortalProps): import("react").JSX.Element;
|
|
3564
|
+
type ToastViewportProps = StyledProps<Toast.Viewport.Props> & Pick<VariantProps<typeof toastStyles>, "placement" | "strategy">;
|
|
3565
|
+
declare function ToastViewport({
|
|
3566
|
+
placement,
|
|
3567
|
+
strategy,
|
|
3568
|
+
className,
|
|
3569
|
+
...props
|
|
3570
|
+
}: ToastViewportProps): import("react").JSX.Element;
|
|
3571
|
+
type ToastPositionerProps = StyledProps<Toast.Positioner.Props>;
|
|
3572
|
+
declare function ToastPositioner({
|
|
3573
|
+
className,
|
|
3574
|
+
...props
|
|
3575
|
+
}: ToastPositionerProps): import("react").JSX.Element;
|
|
3576
|
+
type ToastRootProps = StyledProps<Toast.Root.Props> & Pick<VariantProps<typeof toastStyles>, "layout">;
|
|
3577
|
+
declare function ToastRoot({
|
|
3578
|
+
layout,
|
|
3579
|
+
className,
|
|
3580
|
+
toast: toastObject,
|
|
3581
|
+
...props
|
|
3582
|
+
}: ToastRootProps): import("react").JSX.Element;
|
|
3583
|
+
type ToastContentProps = StyledProps<Toast.Content.Props>;
|
|
3584
|
+
declare function ToastContent({
|
|
3585
|
+
children,
|
|
3586
|
+
className,
|
|
3587
|
+
...props
|
|
3588
|
+
}: ToastContentProps): import("react").JSX.Element;
|
|
3589
|
+
type ToastIconProps = ComponentPropsWithRef<"div">;
|
|
3590
|
+
declare function ToastIcon({
|
|
3591
|
+
className,
|
|
3592
|
+
...props
|
|
3593
|
+
}: ToastIconProps): import("react").JSX.Element;
|
|
3594
|
+
type ToastBodyProps = ComponentPropsWithRef<"div">;
|
|
3595
|
+
declare function ToastBody({
|
|
3596
|
+
className,
|
|
3597
|
+
...props
|
|
3598
|
+
}: ToastBodyProps): import("react").JSX.Element;
|
|
3599
|
+
type ToastActionsProps = ComponentPropsWithRef<"div">;
|
|
3600
|
+
declare function ToastActions({
|
|
3601
|
+
className,
|
|
3602
|
+
...props
|
|
3603
|
+
}: ToastActionsProps): import("react").JSX.Element;
|
|
3604
|
+
type ToastTitleProps = StyledProps<Toast.Title.Props>;
|
|
3605
|
+
declare function ToastTitle({
|
|
3606
|
+
className,
|
|
3607
|
+
...props
|
|
3608
|
+
}: ToastTitleProps): import("react").JSX.Element;
|
|
3609
|
+
type ToastDescriptionProps = StyledProps<Toast.Description.Props>;
|
|
3610
|
+
declare function ToastDescription({
|
|
3611
|
+
className,
|
|
3612
|
+
...props
|
|
3613
|
+
}: ToastDescriptionProps): import("react").JSX.Element;
|
|
3614
|
+
type ToastActionProps = StyledProps<Toast.Action.Props> & {
|
|
3615
|
+
loading?: boolean;
|
|
3616
|
+
loadingLabel?: string;
|
|
3617
|
+
};
|
|
3618
|
+
declare function ToastAction({
|
|
3619
|
+
className,
|
|
3620
|
+
children,
|
|
3621
|
+
disabled,
|
|
3622
|
+
loading,
|
|
3623
|
+
loadingLabel,
|
|
3624
|
+
render,
|
|
3625
|
+
...props
|
|
3626
|
+
}: ToastActionProps): import("react").JSX.Element;
|
|
3627
|
+
type ToastCloseProps = StyledProps<Toast.Close.Props>;
|
|
3628
|
+
declare function ToastClose({
|
|
3629
|
+
className,
|
|
3630
|
+
children,
|
|
3631
|
+
...props
|
|
3632
|
+
}: ToastCloseProps): import("react").JSX.Element;
|
|
3633
|
+
type ToastArrowProps = StyledProps<Toast.Arrow.Props>;
|
|
3634
|
+
declare function ToastArrow({
|
|
3635
|
+
className,
|
|
3636
|
+
...props
|
|
3637
|
+
}: ToastArrowProps): import("react").JSX.Element;
|
|
3638
|
+
//#endregion
|
|
3022
3639
|
//#region src/components/tabs/tabs.d.ts
|
|
3023
3640
|
declare const tabs: import("tailwind-variants/lite").TVReturnType<{
|
|
3024
3641
|
theme: {
|
|
@@ -3158,8 +3775,11 @@ type OrderedTabItem<T extends string = string> = {
|
|
|
3158
3775
|
declare function useOrderedTabs<T extends OrderedTabItem<string>>(items: readonly T[], storedOrder: readonly string[]): T[];
|
|
3159
3776
|
//#endregion
|
|
3160
3777
|
//#region src/components/separator/separator.d.ts
|
|
3161
|
-
type SeparatorProps = StyledProps<Separator$1.Props
|
|
3778
|
+
type SeparatorProps = StyledProps<Separator$1.Props> & {
|
|
3779
|
+
children?: ReactNode;
|
|
3780
|
+
};
|
|
3162
3781
|
declare function Separator({
|
|
3782
|
+
children,
|
|
3163
3783
|
className,
|
|
3164
3784
|
orientation,
|
|
3165
3785
|
...props
|
|
@@ -3230,4 +3850,4 @@ declare function useThemeFamily(): Theme;
|
|
|
3230
3850
|
/** Read and update the application-level RUI theme selection. */
|
|
3231
3851
|
declare function useTheme(): ThemeState;
|
|
3232
3852
|
//#endregion
|
|
3233
|
-
export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, Avatar, AvatarBadge, type AvatarBadgeProps, AvatarFallback, type AvatarFallbackProps, AvatarGroup, AvatarGroupCount, type AvatarGroupCountProps, type AvatarGroupProps, AvatarImage, type AvatarImageProps, type AvatarProps, type AvatarSize, Badge, type BadgeProps, Banner, BannerAction, type BannerActionProps, BannerDescription, type BannerDescriptionProps, type BannerProps, type BannerStatus, BannerTitle, type BannerTitleProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Combobox, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxCollection, type ComboboxCollectionProps, ComboboxContent, type ComboboxContentProps, ComboboxControl, type ComboboxControlProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxHeader, type ComboboxHeaderProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, ComboboxRow, type ComboboxRowProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, ComboboxTriggerIndicator, type ComboboxTriggerIndicatorProps, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLabel, type ContextMenuLabelProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSubmenu, type ContextMenuSubmenuProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, CopyableCode, type CopyableCodeActionProps, type CopyableCodeCodeProps, type CopyableCodeProps, type CopyableCodeRootProps, Dialog, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuCheckboxItemIndicator, type DropdownMenuCheckboxItemIndicatorProps, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuItem, DropdownMenuItemCount, type DropdownMenuItemCountProps, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPopup, type DropdownMenuPopupProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, DropdownMenuRadioItemIndicator, type DropdownMenuRadioItemIndicatorProps, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSubmenu, type DropdownMenuSubmenuProps, DropdownMenuSubmenuTrigger, type DropdownMenuSubmenuTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, EmptyState, EmptyStateActions, type EmptyStateActionsProps, EmptyStateContent, type EmptyStateContentProps, EmptyStateDescription, type EmptyStateDescriptionProps, EmptyStateIcon, type EmptyStateIconProps, type EmptyStateProps, EmptyStateTitle, type EmptyStateTitleProps, Field, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, type FieldProps, FieldValidity, type FieldValidityProps, InlineCode, type InlineCodeProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, type InputGroupAddonTextProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, type InputProps, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, Label, LabelAsterisk, type LabelAsteriskProps, LabelOptional, type LabelOptionalProps, type LabelProps, LabelSub, type LabelSubProps, NotificationCenter, NotificationCenterActionButton, type NotificationCenterActionButtonProps, NotificationCenterCount, type NotificationCenterCountProps, NotificationCenterEmptyState, type NotificationCenterEmptyStateProps, NotificationCenterHeader, type NotificationCenterHeaderProps, NotificationCenterItem, NotificationCenterItemActions, type NotificationCenterItemActionsProps, NotificationCenterItemBody, type NotificationCenterItemBodyProps, NotificationCenterItemContent, type NotificationCenterItemContentProps, NotificationCenterItemIcon, type NotificationCenterItemIconProps, type NotificationCenterItemProps, NotificationCenterItemRow, type NotificationCenterItemRowProps, NotificationCenterItemTitle, type NotificationCenterItemTitleProps, NotificationCenterList, type NotificationCenterListProps, NotificationCenterPopup, type NotificationCenterPopupProps, type NotificationCenterPortalProps, type NotificationCenterProps, NotificationCenterScroller, type NotificationCenterScrollerProps, NotificationCenterTitle, type NotificationCenterTitleProps, NotificationCenterTrigger, type NotificationCenterTriggerProps, type OrderedTabItem, Popover, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverContent, type PopoverContentProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, type PopoverProps, PopoverSeparator, type PopoverSeparatorProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, type ResolvedThemeMode, SegmentedControl, SegmentedControlCount, type SegmentedControlCountProps, SegmentedControlItem, type SegmentedControlItemProps, SegmentedControlLabel, type SegmentedControlLabelProps, type SegmentedControlProps, Select, SelectArrow, type SelectArrowProps, SelectContent, type SelectContentProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, type SelectProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, type SetTheme, type SetThemeOptions, SortableTabsList, type SortableTabsListProps, SortableTabsTab, type SortableTabsTabProps, Spinner, type SpinnerProps, Status, type StatusProps, Switch, type SwitchProps, SwitchThumb, type SwitchThumbProps, Tabs, TabsBackground, type TabsBackgroundProps, TabsIndicator, type TabsIndicatorProps, TabsLabel, type TabsLabelProps, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, type TabsProps, TabsTab, type TabsTabProps, Text, TextHeading, type TextHeadingProps, TextMono, type TextMonoProps, TextSans, type TextSansProps, Textarea, TextareaCounter, type TextareaCounterProps, TextareaGroup, type TextareaGroupProps, type TextareaProps, type Theme, type ThemeMode, ThemeProvider, type ThemeProviderProps, type ThemeState, Tooltip, TooltipContent, type TooltipContentProps, TooltipPortal, type TooltipPortalProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, buttonVariants, cn, useOrderedTabs, useTheme, useThemeFamily };
|
|
3853
|
+
export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, Avatar, AvatarBadge, type AvatarBadgeProps, AvatarFallback, type AvatarFallbackProps, AvatarGroup, AvatarGroupCount, type AvatarGroupCountProps, type AvatarGroupProps, AvatarImage, type AvatarImageProps, type AvatarProps, type AvatarSize, Badge, type BadgeProps, Banner, BannerAction, type BannerActionProps, BannerDescription, type BannerDescriptionProps, type BannerProps, type BannerStatus, BannerTitle, type BannerTitleProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Combobox, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxCollection, type ComboboxCollectionProps, ComboboxContent, type ComboboxContentProps, ComboboxControl, type ComboboxControlProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxHeader, type ComboboxHeaderProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, ComboboxRow, type ComboboxRowProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, ComboboxTriggerIndicator, type ComboboxTriggerIndicatorProps, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLabel, type ContextMenuLabelProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSubmenu, type ContextMenuSubmenuProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, CopyableCode, type CopyableCodeActionProps, type CopyableCodeCodeProps, type CopyableCodeProps, type CopyableCodeRootProps, Dialog, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuCheckboxItemIndicator, type DropdownMenuCheckboxItemIndicatorProps, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuItem, DropdownMenuItemCount, type DropdownMenuItemCountProps, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPopup, type DropdownMenuPopupProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, DropdownMenuRadioItemIndicator, type DropdownMenuRadioItemIndicatorProps, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSubmenu, type DropdownMenuSubmenuProps, DropdownMenuSubmenuTrigger, type DropdownMenuSubmenuTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, EmptyState, EmptyStateActions, type EmptyStateActionsProps, EmptyStateContent, type EmptyStateContentProps, EmptyStateDescription, type EmptyStateDescriptionProps, EmptyStateIcon, type EmptyStateIconProps, type EmptyStateProps, EmptyStateTitle, type EmptyStateTitleProps, Field, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, type FieldProps, FieldValidity, type FieldValidityProps, InlineCode, type InlineCodeProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, type InputGroupAddonTextProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, type InputProps, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, Label, LabelAsterisk, type LabelAsteriskProps, LabelOptional, type LabelOptionalProps, type LabelProps, LabelSub, type LabelSubProps, NotificationCenter, NotificationCenterActionButton, type NotificationCenterActionButtonProps, NotificationCenterCount, type NotificationCenterCountProps, NotificationCenterEmptyState, type NotificationCenterEmptyStateProps, NotificationCenterHeader, type NotificationCenterHeaderProps, NotificationCenterItem, NotificationCenterItemActions, type NotificationCenterItemActionsProps, NotificationCenterItemBody, type NotificationCenterItemBodyProps, NotificationCenterItemContent, type NotificationCenterItemContentProps, NotificationCenterItemIcon, type NotificationCenterItemIconProps, type NotificationCenterItemProps, NotificationCenterItemRow, type NotificationCenterItemRowProps, NotificationCenterItemTitle, type NotificationCenterItemTitleProps, NotificationCenterList, type NotificationCenterListProps, NotificationCenterPopup, type NotificationCenterPopupProps, type NotificationCenterPortalProps, type NotificationCenterProps, NotificationCenterScroller, type NotificationCenterScrollerProps, NotificationCenterTitle, type NotificationCenterTitleProps, NotificationCenterTrigger, type NotificationCenterTriggerProps, type OrderedTabItem, Popover, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverContent, type PopoverContentProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, type PopoverProps, PopoverSeparator, type PopoverSeparatorProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, PreviewCard, PreviewCardArrow, type PreviewCardArrowProps, PreviewCardContent, type PreviewCardContentProps, PreviewCardDescription, type PreviewCardDescriptionProps, PreviewCardHeader, type PreviewCardHeaderProps, PreviewCardPopup, type PreviewCardPopupProps, PreviewCardPortal, type PreviewCardPortalProps, type PreviewCardProps, PreviewCardSeparator, type PreviewCardSeparatorProps, PreviewCardTitle, type PreviewCardTitleProps, PreviewCardTrigger, type PreviewCardTriggerProps, Progress, ProgressHeader, type ProgressHeaderProps, ProgressIndicator, type ProgressIndicatorProps, ProgressLabel, type ProgressLabelProps, type ProgressProps, ProgressTrack, type ProgressTrackProps, ProgressValue, type ProgressValueProps, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, type ResolvedThemeMode, SegmentedControl, SegmentedControlCount, type SegmentedControlCountProps, SegmentedControlItem, type SegmentedControlItemProps, SegmentedControlLabel, type SegmentedControlLabelProps, type SegmentedControlProps, Select, SelectArrow, type SelectArrowProps, SelectContent, type SelectContentProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, type SelectProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, type SetTheme, type SetThemeOptions, Skeleton, type SkeletonProps, type SkeletonVariant, SortableTabsList, type SortableTabsListProps, SortableTabsTab, type SortableTabsTabProps, Spinner, type SpinnerProps, Status, type StatusProps, Switch, type SwitchProps, SwitchThumb, type SwitchThumbProps, Tabs, TabsBackground, type TabsBackgroundProps, TabsIndicator, type TabsIndicatorProps, TabsLabel, type TabsLabelProps, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, type TabsProps, TabsTab, type TabsTabProps, Text, TextHeading, type TextHeadingProps, TextMono, type TextMonoProps, TextSans, type TextSansProps, Textarea, TextareaCounter, type TextareaCounterProps, TextareaGroup, type TextareaGroupProps, type TextareaProps, type Theme, type ThemeMode, ThemeProvider, type ThemeProviderProps, type ThemeState, ToastAction, type ToastActionProps, ToastActions, type ToastActionsProps, ToastArrow, type ToastArrowProps, ToastBody, type ToastBodyProps, ToastClose, type ToastCloseProps, ToastContent, type ToastContentProps, type ToastData, ToastDescription, type ToastDescriptionProps, ToastIcon, type ToastIconProps, type ToastIntent, type ToastObject, ToastPortal, type ToastPortalProps, ToastPositioner, type ToastPositionerProps, ToastProvider, type ToastProviderProps, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, ToastViewport, type ToastViewportProps, Tooltip, TooltipContent, type TooltipContentProps, TooltipPortal, type TooltipPortalProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, buttonVariants, cn, createToastManager, toast, useOrderedTabs, useTheme, useThemeFamily, useToastManager };
|