plainframe-ui 0.1.18 → 0.1.23

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.ts CHANGED
@@ -316,6 +316,7 @@ type ButtonBase = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "color" |
316
316
  loadingPosition?: LoadingPosition;
317
317
  className?: string;
318
318
  hoverEffect?: boolean;
319
+ icon?: boolean;
319
320
  children?: ReactNode;
320
321
  };
321
322
  type ButtonProps = ButtonBase & {
@@ -332,6 +333,7 @@ declare const Button: React.MemoExoticComponent<React.ForwardRefExoticComponent<
332
333
  loadingPosition?: LoadingPosition;
333
334
  className?: string;
334
335
  hoverEffect?: boolean;
336
+ icon?: boolean;
335
337
  children?: ReactNode;
336
338
  } & {
337
339
  variant?: ButtonVariant;