valtech-components 4.0.546 → 4.0.548

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" | "xsmall" | "medium" | "large" | "xlarge">;
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: "start" | "center";
46
- imageShape: "square" | "circle";
46
+ imageShape: "circle" | "square";
47
47
  maxVisible: number;
48
48
  showMoreLabel?: string;
49
49
  showLessLabel?: string;
@@ -114,7 +114,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
114
114
  readonly botProfiles: ChessimalsBotProfile[];
115
115
  readonly challengeLadder: ChessimalsChallengeBot[];
116
116
  readonly animals: ChessimalsAnimalView[];
117
- readonly valtechComponentsVersion = "4.0.546";
117
+ readonly valtechComponentsVersion = "4.0.548";
118
118
  readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
119
119
  readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
120
120
  readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
@@ -483,6 +483,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
483
483
  private modeStatsResult;
484
484
  animalLabel(type: ChessimalsAnimalType): string;
485
485
  animalGlyph(type: ChessimalsAnimalType): string;
486
+ animalAssetSrc(type: ChessimalsAnimalType): string;
486
487
  private powerCalloutTone;
487
488
  canReviewPrevious(): boolean;
488
489
  canReviewNext(): boolean;
@@ -5,6 +5,7 @@ export interface MiniGameCalloutMetadata {
5
5
  body?: string;
6
6
  impact?: string;
7
7
  icon?: string;
8
+ iconSrc?: string;
8
9
  toneRgb?: string;
9
10
  durationMs?: number;
10
11
  variant?: MiniGameCalloutVariant;
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.546";
5
+ export declare const VERSION = "4.0.548";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.546",
3
+ "version": "4.0.548",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"