@reeverdev/ui 0.2.174 → 0.2.176

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.d.cts CHANGED
@@ -2608,6 +2608,7 @@ declare const CopyButton: React$1.ForwardRefExoticComponent<CopyButtonProps & Re
2608
2608
  declare const fullCalendarVariants: (props?: ({
2609
2609
  variant?: "bordered" | "default" | "ghost" | null | undefined;
2610
2610
  size?: "sm" | "md" | "lg" | null | undefined;
2611
+ radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
2611
2612
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2612
2613
  type CalendarView = "month" | "week" | "day" | (string & {});
2613
2614
  interface CalendarViewOption {
package/dist/index.d.ts CHANGED
@@ -2608,6 +2608,7 @@ declare const CopyButton: React$1.ForwardRefExoticComponent<CopyButtonProps & Re
2608
2608
  declare const fullCalendarVariants: (props?: ({
2609
2609
  variant?: "bordered" | "default" | "ghost" | null | undefined;
2610
2610
  size?: "sm" | "md" | "lg" | null | undefined;
2611
+ radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
2611
2612
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2612
2613
  type CalendarView = "month" | "week" | "day" | (string & {});
2613
2614
  interface CalendarViewOption {