valtech-components 4.0.150 → 4.0.151

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,7 +39,7 @@ export declare class UserAvatarComponent {
39
39
  /** Iniciales — 1-2 chars derivados de name (preferred) o email prefix. */
40
40
  readonly initials: import("@angular/core").Signal<string>;
41
41
  readonly sizeClass: import("@angular/core").Signal<"small" | "medium" | "large" | "xlarge" | "xsmall">;
42
- readonly shapeClass: import("@angular/core").Signal<"square" | "circle">;
42
+ readonly shapeClass: import("@angular/core").Signal<"circle" | "square">;
43
43
  /** Background — explicito o derivado deterministicamente del user. */
44
44
  readonly bgColor: import("@angular/core").Signal<string>;
45
45
  readonly ariaLabel: import("@angular/core").Signal<string>;
@@ -43,7 +43,7 @@ export declare class FeaturesListComponent {
43
43
  mode: "horizontal" | "vertical";
44
44
  gap: "small" | "medium" | "large";
45
45
  alignment: "center" | "start";
46
- imageShape: "square" | "circle";
46
+ imageShape: "circle" | "square";
47
47
  maxVisible: number;
48
48
  showMoreLabel?: string;
49
49
  showLessLabel?: string;
@@ -91,9 +91,9 @@ export declare class ArticleComponent implements OnInit {
91
91
  contentInterpolation?: Record<string, string | number>;
92
92
  icon?: import("valtech-components").IconMetada;
93
93
  shape?: "round";
94
- size?: "small" | "default" | "large";
94
+ size?: "default" | "small" | "large";
95
95
  fill?: "default" | "clear" | "outline" | "solid";
96
- type: "button" | "reset" | "submit";
96
+ type: "reset" | "submit" | "button";
97
97
  token?: string;
98
98
  ref?: any;
99
99
  handler?: (value: any) => any;
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 = "4.0.150";
5
+ export declare const VERSION = "4.0.151";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.150",
3
+ "version": "4.0.151",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"