@seatlayer/js 0.50.1 → 0.51.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.cts CHANGED
@@ -1658,6 +1658,15 @@ declare class SeatPicker {
1658
1658
  private baZone;
1659
1659
  /** "★ Best seats" premium quick-pick toggle — biases best-available to premium seats. */
1660
1660
  private baPremium;
1661
+ /**
1662
+ * The buyer re-opened the best-seats form with seats already in the cart
1663
+ * ("I picked one, actually find us three together"). The card normally
1664
+ * yields this space to the ticket chips the moment anything is selected —
1665
+ * which removed the accelerator at exactly the moment a one-handed phone
1666
+ * buyer wants it. Cleared when the cart empties, a hold lands, or the
1667
+ * buyer backs out.
1668
+ */
1669
+ private baReopen;
1661
1670
  private bestAvailableConfirm;
1662
1671
  private releasingHold;
1663
1672
  /** Event sales window is closed (read-only load state / live close). */
@@ -1725,9 +1734,12 @@ declare class SeatPicker {
1725
1734
  private fsEscHandler;
1726
1735
  /** Host-level event chrome owns the duplicate identity outside full screen. */
1727
1736
  private eventDetailsHidden;
1737
+ /** True while the hold note reads "N more selected" — the tick must not overwrite it. */
1738
+ private holdCopyPending;
1728
1739
  /** Wide-layout ticket panel collapsed (map owns the full width). */
1729
1740
  private sideCollapsed;
1730
1741
  private sideToggleEl;
1742
+ private pricesBtnEl;
1731
1743
  /** True once we've asked the host page to pin us fullscreen (framed, no native). */
1732
1744
  private framedFs;
1733
1745
  /** Last height (px) posted to a host frame; dedupes redundant reports. */
@@ -2072,9 +2084,20 @@ declare class SeatPicker {
2072
2084
  /** A live delta took one of OUR selected (not yet held) seats — evict + tell the buyer. */
2073
2085
  private evictTakenSelections;
2074
2086
  private syncTray;
2087
+ /**
2088
+ * The bottom-sheet's collapsed one-liner. Called from syncTray on every
2089
+ * repaint AND from setCtaPhase: while the widget is securing seats or
2090
+ * opening checkout, the peek is the phone buyer's ONLY line of sight, and a
2091
+ * pill still reading "Continue" at the moment money is about to move is the
2092
+ * emotional trapdoor the audit flagged. The phase lines restate what is
2093
+ * secured and promise no charge yet.
2094
+ */
2095
+ private renderPeek;
2075
2096
  private removeHeldLabel;
2076
2097
  private handleChangeSeats;
2077
2098
  private handleCta;
2099
+ /** "Yours for m:ss — you won't be charged yet." — the hold note's promise. */
2100
+ private holdReassuranceText;
2078
2101
  private startHoldTimer;
2079
2102
  private stopHoldTimer;
2080
2103
  /** Show/refresh (or hide) the "Need more time?" prompt with the live seconds left. */
package/dist/index.d.ts CHANGED
@@ -1658,6 +1658,15 @@ declare class SeatPicker {
1658
1658
  private baZone;
1659
1659
  /** "★ Best seats" premium quick-pick toggle — biases best-available to premium seats. */
1660
1660
  private baPremium;
1661
+ /**
1662
+ * The buyer re-opened the best-seats form with seats already in the cart
1663
+ * ("I picked one, actually find us three together"). The card normally
1664
+ * yields this space to the ticket chips the moment anything is selected —
1665
+ * which removed the accelerator at exactly the moment a one-handed phone
1666
+ * buyer wants it. Cleared when the cart empties, a hold lands, or the
1667
+ * buyer backs out.
1668
+ */
1669
+ private baReopen;
1661
1670
  private bestAvailableConfirm;
1662
1671
  private releasingHold;
1663
1672
  /** Event sales window is closed (read-only load state / live close). */
@@ -1725,9 +1734,12 @@ declare class SeatPicker {
1725
1734
  private fsEscHandler;
1726
1735
  /** Host-level event chrome owns the duplicate identity outside full screen. */
1727
1736
  private eventDetailsHidden;
1737
+ /** True while the hold note reads "N more selected" — the tick must not overwrite it. */
1738
+ private holdCopyPending;
1728
1739
  /** Wide-layout ticket panel collapsed (map owns the full width). */
1729
1740
  private sideCollapsed;
1730
1741
  private sideToggleEl;
1742
+ private pricesBtnEl;
1731
1743
  /** True once we've asked the host page to pin us fullscreen (framed, no native). */
1732
1744
  private framedFs;
1733
1745
  /** Last height (px) posted to a host frame; dedupes redundant reports. */
@@ -2072,9 +2084,20 @@ declare class SeatPicker {
2072
2084
  /** A live delta took one of OUR selected (not yet held) seats — evict + tell the buyer. */
2073
2085
  private evictTakenSelections;
2074
2086
  private syncTray;
2087
+ /**
2088
+ * The bottom-sheet's collapsed one-liner. Called from syncTray on every
2089
+ * repaint AND from setCtaPhase: while the widget is securing seats or
2090
+ * opening checkout, the peek is the phone buyer's ONLY line of sight, and a
2091
+ * pill still reading "Continue" at the moment money is about to move is the
2092
+ * emotional trapdoor the audit flagged. The phase lines restate what is
2093
+ * secured and promise no charge yet.
2094
+ */
2095
+ private renderPeek;
2075
2096
  private removeHeldLabel;
2076
2097
  private handleChangeSeats;
2077
2098
  private handleCta;
2099
+ /** "Yours for m:ss — you won't be charged yet." — the hold note's promise. */
2100
+ private holdReassuranceText;
2078
2101
  private startHoldTimer;
2079
2102
  private stopHoldTimer;
2080
2103
  /** Show/refresh (or hide) the "Need more time?" prompt with the live seconds left. */