@seatlayer/core 0.77.0 → 0.77.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/dist/index.d.cts CHANGED
@@ -431,6 +431,18 @@ declare class SeatmapRenderer implements ISeatmapRenderer {
431
431
  private syncBeacons;
432
432
  /** The buyer's own seats in a section, in chart order. */
433
433
  private ownedSeatIds;
434
+ /**
435
+ * Where a section's beacon or badge sits: over the buyer's OWN seats in it.
436
+ *
437
+ * It used to pin to the section's name label. A name is placed by the label
438
+ * planner — pushed clear of its neighbours, moved off a rink — so on a big
439
+ * stand it can sit a whole block away from a front-row pick, and a buyer
440
+ * reading the map saw "2" over the section next door (client report,
441
+ * 2026-09-03). The seats themselves cannot be anywhere but where they are;
442
+ * the mark goes to their centroid, and only a section with no owned seats
443
+ * falls back to its name.
444
+ */
445
+ private ownedAnchor;
434
446
  /** The buyer's seats, still visible once the seats have melted into blocks. */
435
447
  private get owned();
436
448
  /**
package/dist/index.d.ts CHANGED
@@ -431,6 +431,18 @@ declare class SeatmapRenderer implements ISeatmapRenderer {
431
431
  private syncBeacons;
432
432
  /** The buyer's own seats in a section, in chart order. */
433
433
  private ownedSeatIds;
434
+ /**
435
+ * Where a section's beacon or badge sits: over the buyer's OWN seats in it.
436
+ *
437
+ * It used to pin to the section's name label. A name is placed by the label
438
+ * planner — pushed clear of its neighbours, moved off a rink — so on a big
439
+ * stand it can sit a whole block away from a front-row pick, and a buyer
440
+ * reading the map saw "2" over the section next door (client report,
441
+ * 2026-09-03). The seats themselves cannot be anywhere but where they are;
442
+ * the mark goes to their centroid, and only a section with no owned seats
443
+ * falls back to its name.
444
+ */
445
+ private ownedAnchor;
434
446
  /** The buyer's seats, still visible once the seats have melted into blocks. */
435
447
  private get owned();
436
448
  /**