@snapcall/design-system 1.18.2 → 1.19.0

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.mts CHANGED
@@ -49,6 +49,7 @@ declare const iconButtonSizes: (props?: ({
49
49
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
50
50
  interface ButtonProps extends react.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants>, VariantProps<typeof buttonSizes> {
51
51
  icon?: boolean;
52
+ isLoading?: boolean;
52
53
  asChild?: boolean;
53
54
  }
54
55
  declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
@@ -201,9 +202,8 @@ declare const Dialog: react.FC<SheetPrimitive.DialogProps>;
201
202
  declare const DialogTrigger: react.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
202
203
  declare const DialogContent: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & {
203
204
  bottomSheet?: boolean | undefined;
204
- } & react.RefAttributes<HTMLDivElement & {
205
- bottomSheet?: boolean | undefined;
206
- }>>;
205
+ showClose?: boolean | undefined;
206
+ } & react.RefAttributes<HTMLDivElement>>;
207
207
  declare const DialogHeader: {
208
208
  ({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
209
209
  displayName: string;
package/dist/index.d.ts CHANGED
@@ -49,6 +49,7 @@ declare const iconButtonSizes: (props?: ({
49
49
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
50
50
  interface ButtonProps extends react.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants>, VariantProps<typeof buttonSizes> {
51
51
  icon?: boolean;
52
+ isLoading?: boolean;
52
53
  asChild?: boolean;
53
54
  }
54
55
  declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
@@ -201,9 +202,8 @@ declare const Dialog: react.FC<SheetPrimitive.DialogProps>;
201
202
  declare const DialogTrigger: react.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
202
203
  declare const DialogContent: react.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & {
203
204
  bottomSheet?: boolean | undefined;
204
- } & react.RefAttributes<HTMLDivElement & {
205
- bottomSheet?: boolean | undefined;
206
- }>>;
205
+ showClose?: boolean | undefined;
206
+ } & react.RefAttributes<HTMLDivElement>>;
207
207
  declare const DialogHeader: {
208
208
  ({ className, ...props }: react.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
209
209
  displayName: string;