@energy8platform/platform-core 0.26.1 → 0.27.0

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/dist/index.d.ts CHANGED
@@ -894,6 +894,9 @@ declare class GameShell extends EventEmitter<ShellEvents> {
894
894
  * centred and scaled down to fit — keeping the controls as large as possible.
895
895
  */
896
896
  private applyFitScale;
897
+ /** Keep the BET box a fixed width (so the steppers/divider/SPIN never shift as the stake changes)
898
+ * by shrinking just the number when it would overflow the box — e.g. amounts above ~€100,000. */
899
+ private fitBet;
897
900
  /** Pull window focus into the iframe on first pointer interaction so `document` keydown (the
898
901
  * spacebar shortcut) fires. No-op / harmless when already focused or full-page. */
899
902
  private pullFocus;