valtech-components 2.0.763 → 2.0.764

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<"dark" | "medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light">;
46
+ propsColor: import("@angular/core").Signal<"medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "dark">;
47
47
  /**
48
48
  * Computed helper for withMargin prop in template.
49
49
  */
@@ -42,7 +42,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
42
42
  * Default header configuration (cached to avoid infinite change detection).
43
43
  */
44
44
  private readonly defaultHeader;
45
- headerProps: import("@angular/core").Signal<{
45
+ headerProps: import("@angular/core").Signal<import("valtech-components").HeaderMetadata | {
46
46
  bordered: boolean;
47
47
  translucent: boolean;
48
48
  toolbar: {
@@ -69,7 +69,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
69
69
  };
70
70
  }[];
71
71
  };
72
- } | import("valtech-components").HeaderMetadata>;
72
+ }>;
73
73
  contentId: import("@angular/core").Signal<string>;
74
74
  propsFooter: import("@angular/core").Signal<import("valtech-components").CompanyFooterMetadata>;
75
75
  contentMaxWidth: import("@angular/core").Signal<ContainerSize>;
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.763";
5
+ export declare const VERSION = "2.0.764";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.763",
3
+ "version": "2.0.764",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"