@leanix/components 0.4.117 → 0.4.119

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' | 'red' | 'green';
5
+ color: 'primary' | 'gray' | 'darkgray' | 'red' | 'yellow' | '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": { "alias": "content"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.117",
3
+ "version": "0.4.119",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {