@cyber-harbour/ui 1.0.62 → 1.0.63

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
@@ -452,6 +452,8 @@ type BaseButtonProps = {
452
452
  icon?: any;
453
453
  iconPosition?: 'left' | 'right';
454
454
  iconVariant?: 'filled' | 'empty';
455
+ minWidth?: number;
456
+ whiteSpace?: CSSProperties['whiteSpace'];
455
457
  };
456
458
  type ButtonProps = (Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'children' | 'media'> | Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'media'>) & BaseButtonProps;
457
459
  declare const Button: React__default.ForwardRefExoticComponent<FabricComponent<ButtonProps> & React__default.RefAttributes<unknown>>;
package/dist/index.d.ts CHANGED
@@ -452,6 +452,8 @@ type BaseButtonProps = {
452
452
  icon?: any;
453
453
  iconPosition?: 'left' | 'right';
454
454
  iconVariant?: 'filled' | 'empty';
455
+ minWidth?: number;
456
+ whiteSpace?: CSSProperties['whiteSpace'];
455
457
  };
456
458
  type ButtonProps = (Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'children' | 'media'> | Omit<React__default.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'media'>) & BaseButtonProps;
457
459
  declare const Button: React__default.ForwardRefExoticComponent<FabricComponent<ButtonProps> & React__default.RefAttributes<unknown>>;