@vault-tec/pip-boy 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vault-tec/pip-boy",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pip-Boy Angular library.",
5
5
  "author": "Vault-Tec-Industries",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",
@@ -114,6 +114,7 @@ interface PipBoy3000SettingsSnapshot {
114
114
  selectedVaultBoyImageIndex: number;
115
115
  scanLinesEnabled: boolean;
116
116
  editLockEnabled: boolean;
117
+ listFontScale: number;
117
118
  secondaryTabSoundId: string | null;
118
119
  mainTabSoundId: string | null;
119
120
  clickSoundId: string | null;
@@ -160,6 +161,7 @@ declare class PipBoy3000Settings {
160
161
  readonly selectedVaultBoyImageIndex: _angular_core.WritableSignal<number>;
161
162
  readonly scanLinesEnabled: _angular_core.WritableSignal<boolean>;
162
163
  readonly editLockEnabled: _angular_core.WritableSignal<boolean>;
164
+ readonly listFontScale: _angular_core.WritableSignal<number>;
163
165
  readonly secondaryTabSoundId: _angular_core.WritableSignal<string | null>;
164
166
  readonly mainTabSoundId: _angular_core.WritableSignal<string | null>;
165
167
  readonly clickSoundId: _angular_core.WritableSignal<string | null>;
@@ -185,6 +187,7 @@ declare class PipBoy3000Settings {
185
187
  interface SettingsModalPayload {
186
188
  scanLinesEnabled: boolean;
187
189
  editLockEnabled: boolean;
190
+ listFontScale: number;
188
191
  secondaryTabSoundFile: File | null;
189
192
  mainTabSoundFile: File | null;
190
193
  clickSoundFile: File | null;
@@ -262,12 +265,13 @@ declare class PipBoy3000 {
262
265
  protected readonly settings: PipBoy3000Settings;
263
266
  protected readonly imageStore: ImageStore;
264
267
  protected readonly soundStore: SoundStore;
265
- protected readonly appVersion = "1.0.1";
268
+ protected readonly appVersion = "1.0.2";
266
269
  protected readonly tabsOpen: _angular_core.WritableSignal<boolean>;
267
270
  protected readonly showResetModal: _angular_core.WritableSignal<boolean>;
268
271
  protected readonly showExitModal: _angular_core.WritableSignal<boolean>;
269
272
  protected readonly showBugModal: _angular_core.WritableSignal<boolean>;
270
273
  protected readonly showSettingsModal: _angular_core.WritableSignal<boolean>;
274
+ private readonly settingsListFontScaleSnapshot;
271
275
  protected readonly showWelcomeModal: _angular_core.WritableSignal<boolean>;
272
276
  protected readonly mapImageModal: _angular_core.WritableSignal<"LOCAL" | "WORLD" | null>;
273
277
  protected readonly localMapZoom: _angular_core.WritableSignal<number>;
@@ -299,8 +303,10 @@ declare class PipBoy3000 {
299
303
  protected confirmBugReport(): void;
300
304
  protected openSettingsModal(): void;
301
305
  protected closeSettingsModal(): void;
306
+ protected cancelSettingsModal(): void;
302
307
  protected closeWelcomeModal(): void;
303
308
  protected saveSettingsModal(payload: SettingsModalPayload): void;
309
+ protected previewListFontScale(value: number): void;
304
310
  protected openGithubProfile(): void;
305
311
  protected selectPrimary(tab: PipBoy3000PrimaryTab): void;
306
312
  protected selectSecondary(tab: PipBoy3000SecondaryTab): void;
Binary file
Binary file