@betorigami/games 0.7.0 → 0.7.1

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.
@@ -7,18 +7,9 @@ export declare class KenoGrid extends OrigamiElement {
7
7
  isPlaying: boolean;
8
8
  gameOver: boolean;
9
9
  wonAmount: string | null;
10
- enableSounds: boolean;
11
10
  ariaLabel: string;
12
- private audioRefs;
13
- private winAudioRef;
14
- connectedCallback(): void;
15
- disconnectedCallback(): void;
16
11
  get selectedCount(): number;
17
12
  get hitCount(): number;
18
- private initializeSounds;
19
- private cleanupSounds;
20
- updated(changedProps: Map<string, unknown>): void;
21
- private handleTileClick;
22
13
  private calculateTileState;
23
14
  render(): import('lit').TemplateResult<1>;
24
15
  }