valtech-components 4.0.545 → 4.0.546

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<"circle" | "square">;
42
+ readonly shapeClass: import("@angular/core").Signal<"square" | "circle">;
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: "circle" | "square";
46
+ imageShape: "square" | "circle";
47
47
  maxVisible: number;
48
48
  showMoreLabel?: string;
49
49
  showLessLabel?: string;
@@ -7,7 +7,7 @@
7
7
  export declare const TICKET_CARD_I18N: {
8
8
  readonly es: {
9
9
  readonly cardLabel: "Cartón de bingo";
10
- readonly folio: "Folio";
10
+ readonly folio: "Cartón";
11
11
  readonly statusSold: "Vendida";
12
12
  readonly statusCheckedIn: "Canjeada";
13
13
  readonly download: "Descargar";
@@ -17,7 +17,7 @@ export declare const TICKET_CARD_I18N: {
17
17
  };
18
18
  readonly en: {
19
19
  readonly cardLabel: "Bingo card";
20
- readonly folio: "Folio";
20
+ readonly folio: "Card";
21
21
  readonly statusSold: "Sold";
22
22
  readonly statusCheckedIn: "Checked in";
23
23
  readonly download: "Download";
@@ -38,7 +38,7 @@ export interface TicketCardMetadata {
38
38
  showDownload?: boolean;
39
39
  /** Mostrar botón de compartir el QR. */
40
40
  showShare?: boolean;
41
- /** Label del prefijo de folio (default i18n: "Folio"). */
41
+ /** Label del prefijo de cartón (default i18n: "Cartón" / "Card"). */
42
42
  folioLabel?: string;
43
43
  /** Label del badge cuando `status === 'sold'` (default: "Vendida"). */
44
44
  statusSoldLabel?: 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.545";
117
+ readonly valtechComponentsVersion = "4.0.546";
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>;
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.545";
5
+ export declare const VERSION = "4.0.546";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.545",
3
+ "version": "4.0.546",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"