valtech-components 2.0.620 → 2.0.621

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.
@@ -39,11 +39,11 @@ export declare class RightsFooterComponent {
39
39
  /**
40
40
  * Computed helper for align prop in template.
41
41
  */
42
- propsAlign: import("@angular/core").Signal<"left" | "center" | "right">;
42
+ propsAlign: import("@angular/core").Signal<"center" | "left" | "right">;
43
43
  /**
44
44
  * Computed helper for color prop in template.
45
45
  */
46
- propsColor: import("@angular/core").Signal<"primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "dark" | "light" | "medium">;
46
+ propsColor: import("@angular/core").Signal<"medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "dark">;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<RightsFooterComponent, never>;
48
48
  static ɵcmp: i0.ɵɵComponentDeclaration<RightsFooterComponent, "val-rights-footer", never, { "props": { "alias": "props"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
49
49
  }
@@ -11,7 +11,7 @@ export declare class TextComponent {
11
11
  */
12
12
  displayContent: import("@angular/core").Signal<string>;
13
13
  propsColor: import("@angular/core").Signal<import("@ionic/core").Color>;
14
- propsSize: import("@angular/core").Signal<"medium" | "small" | "large" | "xlarge">;
14
+ propsSize: import("@angular/core").Signal<"small" | "medium" | "large" | "xlarge">;
15
15
  propsBold: import("@angular/core").Signal<boolean>;
16
16
  propsProcessLinks: import("@angular/core").Signal<boolean>;
17
17
  propsAllowPartialBold: import("@angular/core").Signal<boolean>;
@@ -47,9 +47,9 @@ export declare class FeaturesListComponent {
47
47
  i18nNamespace?: string;
48
48
  iconColor: string;
49
49
  iconSize: number;
50
- mode: "horizontal" | "vertical";
51
- gap: "medium" | "small" | "large";
52
- alignment: "center" | "start";
50
+ mode: "vertical" | "horizontal";
51
+ gap: "small" | "medium" | "large";
52
+ alignment: "start" | "center";
53
53
  }>;
54
54
  /** Resolved icon color (handles Ionic colors and CSS colors) */
55
55
  iconColorStyle: import("@angular/core").Signal<string>;
@@ -45,7 +45,7 @@ export declare class ArticleComponent implements OnInit {
45
45
  getVideoElement(element: ArticleElement): ArticleVideoElement;
46
46
  getCustomElement(element: ArticleElement): ArticleCustomElement;
47
47
  getQuoteTextProps(element: ArticleElement): {
48
- size: "medium" | "small" | "large" | "xlarge";
48
+ size: "small" | "medium" | "large" | "xlarge";
49
49
  color: import("@ionic/core").Color;
50
50
  content?: string;
51
51
  bold: boolean;
@@ -57,11 +57,11 @@ export declare class ArticleComponent implements OnInit {
57
57
  linkConfig?: import("valtech-components").LinkProcessorConfig;
58
58
  allowPartialBold?: boolean;
59
59
  authorColor?: import("@ionic/core").Color;
60
- alignment?: "left" | "center" | "right";
60
+ alignment?: "center" | "left" | "right";
61
61
  showQuoteMark?: boolean;
62
62
  };
63
63
  getHighlightTextProps(element: ArticleElement): {
64
- size: "medium" | "small" | "large" | "xlarge";
64
+ size: "small" | "medium" | "large" | "xlarge";
65
65
  color: import("@ionic/core").Color;
66
66
  content?: string;
67
67
  bold: boolean;
@@ -91,7 +91,7 @@ export declare class ArticleComponent implements OnInit {
91
91
  icon?: import("valtech-components").IconMetada;
92
92
  shape?: "round";
93
93
  size?: "small" | "large" | "default";
94
- fill?: "default" | "outline" | "clear" | "solid";
94
+ fill?: "default" | "clear" | "outline" | "solid";
95
95
  type: "button" | "submit" | "reset";
96
96
  token?: string;
97
97
  ref?: any;
@@ -73,7 +73,7 @@ export declare class ToolbarComponent implements OnInit {
73
73
  showFlags?: boolean;
74
74
  color: import("@ionic/core").Color;
75
75
  size?: "small" | "large" | "default";
76
- fill?: "default" | "outline" | "clear" | "solid";
76
+ fill?: "default" | "clear" | "outline" | "solid";
77
77
  shape?: "round";
78
78
  expand?: "full" | "block";
79
79
  disabled?: boolean;
@@ -41,7 +41,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
41
41
  * Default header configuration (cached to avoid infinite change detection).
42
42
  */
43
43
  private readonly defaultHeader;
44
- headerProps: import("@angular/core").Signal<{
44
+ headerProps: import("@angular/core").Signal<import("valtech-components").HeaderMetadata | {
45
45
  bordered: boolean;
46
46
  translucent: boolean;
47
47
  toolbar: {
@@ -68,7 +68,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
68
68
  };
69
69
  }[];
70
70
  };
71
- } | import("valtech-components").HeaderMetadata>;
71
+ }>;
72
72
  contentId: import("@angular/core").Signal<string>;
73
73
  propsFooter: import("@angular/core").Signal<import("valtech-components").CompanyFooterMetadata>;
74
74
  background: import("@angular/core").Signal<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.620",
3
+ "version": "2.0.621",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"