valtech-components 4.0.555 → 4.0.556

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.
@@ -3,6 +3,7 @@ import { FormControl } from '@angular/forms';
3
3
  import { MiniGameCalloutMetadata } from './mini-game-callout.component';
4
4
  import { MiniGameScorePopMetadata } from './mini-game-score-pop.component';
5
5
  import { ChessimalsAnimalType, ChessimalsBotDifficulty, ChessimalsBotProfile, ChessimalsBotProfileId, ChessimalsBoardSize, ChessimalsChallengeBot, ChessimalsChallengeRoundStats, ChessimalsChallengeRun, ChessimalsChallengeStats, ChessimalsGameState, ChessimalsHistoryEntry, ChessimalsLocalMode, ChessimalsMove, ChessimalsPiece, ChessimalsPlayerColor, ChessimalsPosition, ChessimalsStatsMode } from './types';
6
+ import { ModalLayoutActionEvent } from '../../molecules/modal-layout/types';
6
7
  import { RangeInputMetadata, RangeValue } from '../../molecules/range-input/types';
7
8
  import { ToggleInputMetadata } from '../../molecules/toggle-input/types';
8
9
  import { UserAvatarMetadata } from '../../atoms/user-avatar/types';
@@ -114,7 +115,7 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
114
115
  readonly botProfiles: ChessimalsBotProfile[];
115
116
  readonly challengeLadder: ChessimalsChallengeBot[];
116
117
  readonly animals: ChessimalsAnimalView[];
117
- readonly valtechComponentsVersion = "4.0.555";
118
+ readonly valtechComponentsVersion = "4.0.556";
118
119
  readonly screen: import("@angular/core").WritableSignal<"home" | "challenge" | "path" | "game">;
119
120
  readonly selectedBoardSize: import("@angular/core").WritableSignal<ChessimalsBoardSize>;
120
121
  readonly selectedLocalMode: import("@angular/core").WritableSignal<ChessimalsLocalMode>;
@@ -275,6 +276,8 @@ export declare class ChessimalsGameComponent implements OnInit, OnDestroy {
275
276
  private abandonChallengeIfNeeded;
276
277
  private abandonChallengeRun;
277
278
  startTutorial(): void;
279
+ startTutorialFromRules(): void;
280
+ handleRulesAction(event: ModalLayoutActionEvent): void;
278
281
  createOnlineGame(): Promise<void>;
279
282
  joinOnlineGameByCode(): Promise<void>;
280
283
  openOnlineGame(gameId: string): Promise<void>;
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.555";
5
+ export declare const VERSION = "4.0.556";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.555",
3
+ "version": "4.0.556",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"