@leanix/components 0.2.42 → 0.2.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  export declare class BadgeComponent {
3
3
  content?: string | number;
4
4
  size: 'default' | 'small';
5
- color: 'primary' | 'gray' | 'darkgray' | 'green' | 'magenta';
5
+ color: 'primary' | 'gray' | 'darkgray' | 'green';
6
6
  get classes(): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": "content"; "size": "size"; "color": "color"; }, {}, never, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.42",
3
+ "version": "0.2.43",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {