coer-elements 0.0.116 → 0.0.117

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ export declare class CoerModal implements OnInit {
13
13
  title: import("@angular/core").InputSignal<string>;
14
14
  icon: import("@angular/core").InputSignal<string>;
15
15
  showCloseButton: import("@angular/core").InputSignal<boolean>;
16
- width: import("@angular/core").InputSignal<"small" | "full" | "auto">;
16
+ width: import("@angular/core").InputSignal<"auto" | "small" | "full">;
17
17
  height: import("@angular/core").InputSignal<string>;
18
18
  maxHeight: import("@angular/core").InputSignal<string>;
19
19
  get isOpen(): boolean;
@@ -4,6 +4,7 @@ export interface ILogInResponse {
4
4
  user: string;
5
5
  nickname: string;
6
6
  fullName: string;
7
+ email: string;
7
8
  role: string;
8
9
  jwt: string;
9
10
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",