valtech-components 2.0.893 → 2.0.894

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.
@@ -36,6 +36,7 @@ export declare class CompanyFooterComponent {
36
36
  propsBorderless: import("@angular/core").Signal<boolean>;
37
37
  propsTopRadius: import("@angular/core").Signal<string>;
38
38
  propsBackground: import("@angular/core").Signal<string>;
39
+ propsGradientTop: import("@angular/core").Signal<boolean>;
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CompanyFooterComponent, never>;
40
41
  static ɵcmp: i0.ɵɵComponentDeclaration<CompanyFooterComponent, "val-company-footer", never, { "props": { "alias": "props"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
41
42
  }
@@ -21,4 +21,6 @@ export interface CompanyFooterMetadata {
21
21
  borderless?: boolean;
22
22
  /** Custom background color (any CSS value). Takes precedence over withBackground. */
23
23
  background?: string;
24
+ /** Add a gradient fade from the page background into the footer background at the top. */
25
+ gradientTop?: boolean;
24
26
  }
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.893";
5
+ export declare const VERSION = "2.0.894";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.893",
3
+ "version": "2.0.894",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"