@cyber-harbour/ui 1.1.34 → 1.1.36

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
@@ -476,6 +476,7 @@ type BaseButtonProps = {
476
476
  color?: ButtonColor;
477
477
  size?: ButtonSize;
478
478
  disabled?: boolean;
479
+ loading?: boolean;
479
480
  fullWidth?: boolean;
480
481
  className?: string;
481
482
  icon?: any;
package/dist/index.d.ts CHANGED
@@ -476,6 +476,7 @@ type BaseButtonProps = {
476
476
  color?: ButtonColor;
477
477
  size?: ButtonSize;
478
478
  disabled?: boolean;
479
+ loading?: boolean;
479
480
  fullWidth?: boolean;
480
481
  className?: string;
481
482
  icon?: any;