@reeverdev/ui 0.1.9 → 0.1.11
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -60,7 +60,7 @@ declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefA
|
|
|
60
60
|
|
|
61
61
|
declare const buttonVariants: (props?: ({
|
|
62
62
|
variant?: "solid" | "ghost" | "flat" | "bordered" | "light" | null | undefined;
|
|
63
|
-
color?: "default" | "
|
|
63
|
+
color?: "default" | "success" | "warning" | "danger" | null | undefined;
|
|
64
64
|
size?: "sm" | "md" | "lg" | "icon" | null | undefined;
|
|
65
65
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
66
66
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -810,7 +810,7 @@ declare const SidebarMenuSubButton: React$1.ForwardRefExoticComponent<Omit<React
|
|
|
810
810
|
|
|
811
811
|
declare const chipVariants: (props?: ({
|
|
812
812
|
variant?: "solid" | "outline" | "ghost" | "soft" | "surface" | null | undefined;
|
|
813
|
-
color?: "
|
|
813
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
814
814
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
815
815
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
816
816
|
clickable?: boolean | null | undefined;
|
|
@@ -1783,7 +1783,7 @@ interface LoadingOverlayProps extends React$1.HTMLAttributes<HTMLDivElement>, Va
|
|
|
1783
1783
|
declare const LoadingOverlay: React$1.ForwardRefExoticComponent<LoadingOverlayProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1784
1784
|
|
|
1785
1785
|
declare const nprogressVariants: (props?: ({
|
|
1786
|
-
color?: "
|
|
1786
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
1787
1787
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1788
1788
|
interface NProgressProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof nprogressVariants> {
|
|
1789
1789
|
isLoading?: boolean;
|
|
@@ -2088,7 +2088,7 @@ declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps &
|
|
|
2088
2088
|
declare const actionIconVariants: (props?: ({
|
|
2089
2089
|
variant?: "solid" | "outline" | "ghost" | "soft" | "surface" | null | undefined;
|
|
2090
2090
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2091
|
-
color?: "default" | "
|
|
2091
|
+
color?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
2092
2092
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
2093
2093
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2094
2094
|
interface ActionIconProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "color">, VariantProps<typeof actionIconVariants> {
|
|
@@ -2108,7 +2108,7 @@ interface PortalProps {
|
|
|
2108
2108
|
declare const Portal: React$1.FC<PortalProps>;
|
|
2109
2109
|
|
|
2110
2110
|
declare const indicatorVariants: (props?: ({
|
|
2111
|
-
color?: "default" | "
|
|
2111
|
+
color?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
2112
2112
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2113
2113
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | null | undefined;
|
|
2114
2114
|
ping?: boolean | null | undefined;
|
|
@@ -3454,7 +3454,7 @@ interface NotificationCenterProps extends VariantProps<typeof notificationCenter
|
|
|
3454
3454
|
declare const NotificationCenter: React$1.ForwardRefExoticComponent<NotificationCenterProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
3455
3455
|
|
|
3456
3456
|
declare const announcementBannerVariants: (props?: ({
|
|
3457
|
-
variant?: "default" | "
|
|
3457
|
+
variant?: "default" | "success" | "warning" | "danger" | "primary" | "info" | "gradient" | null | undefined;
|
|
3458
3458
|
position?: "top" | "relative" | null | undefined;
|
|
3459
3459
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3460
3460
|
interface AnnouncementBannerProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof announcementBannerVariants> {
|
|
@@ -3595,7 +3595,7 @@ declare const swipeActionsVariants: (props?: ({
|
|
|
3595
3595
|
variant?: "default" | "card" | null | undefined;
|
|
3596
3596
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3597
3597
|
declare const swipeActionVariants: (props?: ({
|
|
3598
|
-
variant?: "
|
|
3598
|
+
variant?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
3599
3599
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3600
3600
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3601
3601
|
interface SwipeAction {
|
package/dist/index.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefA
|
|
|
60
60
|
|
|
61
61
|
declare const buttonVariants: (props?: ({
|
|
62
62
|
variant?: "solid" | "ghost" | "flat" | "bordered" | "light" | null | undefined;
|
|
63
|
-
color?: "default" | "
|
|
63
|
+
color?: "default" | "success" | "warning" | "danger" | null | undefined;
|
|
64
64
|
size?: "sm" | "md" | "lg" | "icon" | null | undefined;
|
|
65
65
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
66
66
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -810,7 +810,7 @@ declare const SidebarMenuSubButton: React$1.ForwardRefExoticComponent<Omit<React
|
|
|
810
810
|
|
|
811
811
|
declare const chipVariants: (props?: ({
|
|
812
812
|
variant?: "solid" | "outline" | "ghost" | "soft" | "surface" | null | undefined;
|
|
813
|
-
color?: "
|
|
813
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
814
814
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
815
815
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
816
816
|
clickable?: boolean | null | undefined;
|
|
@@ -1783,7 +1783,7 @@ interface LoadingOverlayProps extends React$1.HTMLAttributes<HTMLDivElement>, Va
|
|
|
1783
1783
|
declare const LoadingOverlay: React$1.ForwardRefExoticComponent<LoadingOverlayProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1784
1784
|
|
|
1785
1785
|
declare const nprogressVariants: (props?: ({
|
|
1786
|
-
color?: "
|
|
1786
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
1787
1787
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1788
1788
|
interface NProgressProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color">, VariantProps<typeof nprogressVariants> {
|
|
1789
1789
|
isLoading?: boolean;
|
|
@@ -2088,7 +2088,7 @@ declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps &
|
|
|
2088
2088
|
declare const actionIconVariants: (props?: ({
|
|
2089
2089
|
variant?: "solid" | "outline" | "ghost" | "soft" | "surface" | null | undefined;
|
|
2090
2090
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2091
|
-
color?: "default" | "
|
|
2091
|
+
color?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
2092
2092
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
2093
2093
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2094
2094
|
interface ActionIconProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "color">, VariantProps<typeof actionIconVariants> {
|
|
@@ -2108,7 +2108,7 @@ interface PortalProps {
|
|
|
2108
2108
|
declare const Portal: React$1.FC<PortalProps>;
|
|
2109
2109
|
|
|
2110
2110
|
declare const indicatorVariants: (props?: ({
|
|
2111
|
-
color?: "default" | "
|
|
2111
|
+
color?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
2112
2112
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2113
2113
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | null | undefined;
|
|
2114
2114
|
ping?: boolean | null | undefined;
|
|
@@ -3454,7 +3454,7 @@ interface NotificationCenterProps extends VariantProps<typeof notificationCenter
|
|
|
3454
3454
|
declare const NotificationCenter: React$1.ForwardRefExoticComponent<NotificationCenterProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
3455
3455
|
|
|
3456
3456
|
declare const announcementBannerVariants: (props?: ({
|
|
3457
|
-
variant?: "default" | "
|
|
3457
|
+
variant?: "default" | "success" | "warning" | "danger" | "primary" | "info" | "gradient" | null | undefined;
|
|
3458
3458
|
position?: "top" | "relative" | null | undefined;
|
|
3459
3459
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3460
3460
|
interface AnnouncementBannerProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof announcementBannerVariants> {
|
|
@@ -3595,7 +3595,7 @@ declare const swipeActionsVariants: (props?: ({
|
|
|
3595
3595
|
variant?: "default" | "card" | null | undefined;
|
|
3596
3596
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3597
3597
|
declare const swipeActionVariants: (props?: ({
|
|
3598
|
-
variant?: "
|
|
3598
|
+
variant?: "success" | "warning" | "danger" | "primary" | "secondary" | "info" | null | undefined;
|
|
3599
3599
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3600
3600
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3601
3601
|
interface SwipeAction {
|