@beeq/angular 1.10.0-beta.2 → 1.10.0-beta.3

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.
@@ -497,12 +497,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
497
497
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
498
498
  let BqBadge = class BqBadge {
499
499
  /**
500
- * Badge background color. The value should be a valid value of the palette color @default 'ui--danger'
500
+ * Badge background color. The value should be a valid value of the palette color
501
501
  */
502
502
  set backgroundColor(_) { }
503
503
  ;
504
504
  /**
505
- * Badge number color. The value should be a valid value of the palette color @default 'text--inverse'
505
+ * Badge number color. The value should be a valid value of the palette color
506
506
  */
507
507
  set textColor(_) { }
508
508
  ;