@rlucan/ui 20.0.3 → 20.0.4

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/index.d.ts CHANGED
@@ -545,10 +545,16 @@ declare class AvatarComponent {
545
545
  }>;
546
546
  srcOptions: any;
547
547
  size: 'big' | 'bigger' | 'normal' | 'smaller' | 'small' | 'mini';
548
+ diameter: string | undefined;
549
+ private get styleDiameter();
550
+ get height(): string;
551
+ get width(): string;
552
+ get fontSize(): string;
553
+ get paddingBottom(): string;
548
554
  get contrast(): string;
549
555
  constructor();
550
556
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
551
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui-avatar", never, { "user": { "alias": "user"; "required": false; }; "srcOptions": { "alias": "srcOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
557
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ui-avatar", never, { "user": { "alias": "user"; "required": true; }; "srcOptions": { "alias": "srcOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; }, {}, never, never, false, never>;
552
558
  }
553
559
 
554
560
  declare class SubmitButtonComponent implements OnInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlucan/ui",
3
- "version": "20.0.3",
3
+ "version": "20.0.4",
4
4
  "description": "My UI Components",
5
5
  "author": "rlucan@gmail.com",
6
6
  "peerDependencies": {