@reeverdev/ui 0.2.132 → 0.2.134
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -4
- package/dist/index.d.ts +0 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1210,8 +1210,6 @@ interface ChipProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color"
|
|
|
1210
1210
|
onClose?: () => void;
|
|
1211
1211
|
/** If true, the chip is disabled */
|
|
1212
1212
|
disabled?: boolean;
|
|
1213
|
-
/** Avatar element to display */
|
|
1214
|
-
avatar?: React$1.ReactNode;
|
|
1215
1213
|
}
|
|
1216
1214
|
declare const Chip: React$1.ForwardRefExoticComponent<ChipProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1217
1215
|
|
|
@@ -2663,8 +2661,6 @@ declare const closeButtonVariants: (props?: ({
|
|
|
2663
2661
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2664
2662
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2665
2663
|
interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
|
|
2666
|
-
/** Icon size in pixels */
|
|
2667
|
-
iconSize?: number;
|
|
2668
2664
|
}
|
|
2669
2665
|
declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2670
2666
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1210,8 +1210,6 @@ interface ChipProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "color"
|
|
|
1210
1210
|
onClose?: () => void;
|
|
1211
1211
|
/** If true, the chip is disabled */
|
|
1212
1212
|
disabled?: boolean;
|
|
1213
|
-
/** Avatar element to display */
|
|
1214
|
-
avatar?: React$1.ReactNode;
|
|
1215
1213
|
}
|
|
1216
1214
|
declare const Chip: React$1.ForwardRefExoticComponent<ChipProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
1217
1215
|
|
|
@@ -2663,8 +2661,6 @@ declare const closeButtonVariants: (props?: ({
|
|
|
2663
2661
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2664
2662
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2665
2663
|
interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
|
|
2666
|
-
/** Icon size in pixels */
|
|
2667
|
-
iconSize?: number;
|
|
2668
2664
|
}
|
|
2669
2665
|
declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2670
2666
|
|