@reeverdev/ui 0.2.118 → 0.2.121
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 +1 -1
- package/dist/index.d.ts +1 -1
- 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
|
@@ -3313,7 +3313,7 @@ declare function useButtonGroup(): {
|
|
|
3313
3313
|
declare const ButtonGroup: React$1.ForwardRefExoticComponent<ButtonGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3314
3314
|
|
|
3315
3315
|
declare const actionGroupVariants: (props?: ({
|
|
3316
|
-
variant?: "default" | "
|
|
3316
|
+
variant?: "default" | "attached" | "compact" | null | undefined;
|
|
3317
3317
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
3318
3318
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3319
3319
|
density?: "compact" | "regular" | "spacious" | null | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -3313,7 +3313,7 @@ declare function useButtonGroup(): {
|
|
|
3313
3313
|
declare const ButtonGroup: React$1.ForwardRefExoticComponent<ButtonGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
3314
3314
|
|
|
3315
3315
|
declare const actionGroupVariants: (props?: ({
|
|
3316
|
-
variant?: "default" | "
|
|
3316
|
+
variant?: "default" | "attached" | "compact" | null | undefined;
|
|
3317
3317
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
3318
3318
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
3319
3319
|
density?: "compact" | "regular" | "spacious" | null | undefined;
|