valtech-components 2.0.786 → 2.0.787

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.
@@ -43,7 +43,7 @@ export declare class RightsFooterComponent {
43
43
  /**
44
44
  * Computed helper for color prop in template.
45
45
  */
46
- propsColor: import("@angular/core").Signal<"medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "dark">;
46
+ propsColor: import("@angular/core").Signal<"success" | "danger" | "medium" | "primary" | "secondary" | "tertiary" | "warning" | "light" | "dark">;
47
47
  /**
48
48
  * Computed helper for withMargin prop in template.
49
49
  */
@@ -36,7 +36,7 @@ export declare class UsernameInputComponent implements OnInit, OnDestroy {
36
36
  hasError: import("@angular/core").Signal<boolean>;
37
37
  showStatusMessage: import("@angular/core").Signal<boolean>;
38
38
  statusColor: import("@angular/core").Signal<"success" | "danger">;
39
- statusMessage: import("@angular/core").Signal<"" | "Username disponible" | "Username ya está en uso">;
39
+ statusMessage: import("@angular/core").Signal<"Username disponible" | "Username ya está en uso" | "">;
40
40
  errorMessage: import("@angular/core").Signal<string>;
41
41
  ngOnInit(): void;
42
42
  ngOnDestroy(): void;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.786";
5
+ export declare const VERSION = "2.0.787";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.786",
3
+ "version": "2.0.787",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"