@beeq/angular 1.10.0-beta.1 → 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.
@@ -188,11 +188,11 @@ export declare class BqBadge {
188
188
  protected z: NgZone;
189
189
  protected el: HTMLBqBadgeElement;
190
190
  /**
191
- * Badge background color. The value should be a valid value of the palette color @default 'ui--danger'
191
+ * Badge background color. The value should be a valid value of the palette color
192
192
  */
193
193
  set backgroundColor(_: Components.BqBadge['backgroundColor']);
194
194
  /**
195
- * Badge number color. The value should be a valid value of the palette color @default 'text--inverse'
195
+ * Badge number color. The value should be a valid value of the palette color
196
196
  */
197
197
  set textColor(_: Components.BqBadge['textColor']);
198
198
  /**