valtech-components 2.0.895 → 2.0.897

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,7 +36,6 @@ 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
- propsGradientBottom: import("@angular/core").Signal<boolean>;
40
39
  static ɵfac: i0.ɵɵFactoryDeclaration<CompanyFooterComponent, never>;
41
40
  static ɵcmp: i0.ɵɵComponentDeclaration<CompanyFooterComponent, "val-company-footer", never, { "props": { "alias": "props"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
42
41
  }
@@ -21,6 +21,4 @@ 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 at the bottom of the footer, from the footer background into the page background. */
25
- gradientBottom?: boolean;
26
24
  }
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.895";
5
+ export declare const VERSION = "2.0.897";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.895",
3
+ "version": "2.0.897",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"