@seatlayer/core 0.50.2 → 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/de-V53JPFHN.js +292 -0
- package/dist/de-V53JPFHN.js.map +1 -0
- package/dist/es-37ISLCZA.js +292 -0
- package/dist/es-37ISLCZA.js.map +1 -0
- package/dist/fr-QKK2T64Q.js +292 -0
- package/dist/fr-QKK2T64Q.js.map +1 -0
- package/dist/index.cjs +967 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +259 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/de-ST4H423D.js +0 -56
- package/dist/de-ST4H423D.js.map +0 -1
- package/dist/es-WEC5NHRT.js +0 -56
- package/dist/es-WEC5NHRT.js.map +0 -1
- package/dist/fr-SGBFNAQV.js +0 -56
- package/dist/fr-SGBFNAQV.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1044,6 +1044,13 @@ declare class SeatmapRenderer implements ISeatmapRenderer {
|
|
|
1044
1044
|
private sizeLabel;
|
|
1045
1045
|
/** Fit one centred section name, rotating narrow shells like the target chart. */
|
|
1046
1046
|
private fitSectionRungLabels;
|
|
1047
|
+
/**
|
|
1048
|
+
* Screen-constant chrome must still respect the screen it is constant on:
|
|
1049
|
+
* an 18px zone cap sized for a 900px designer canvas eats a 360px phone map
|
|
1050
|
+
* (owner report, 2026-08-14). Scales the fixed-px chrome down to 66% on the
|
|
1051
|
+
* smallest containers; never up.
|
|
1052
|
+
*/
|
|
1053
|
+
private uiScale;
|
|
1047
1054
|
/** Size one screen-constant zone name/price pill around its shared anchor. */
|
|
1048
1055
|
private sizeZonePill;
|
|
1049
1056
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1044,6 +1044,13 @@ declare class SeatmapRenderer implements ISeatmapRenderer {
|
|
|
1044
1044
|
private sizeLabel;
|
|
1045
1045
|
/** Fit one centred section name, rotating narrow shells like the target chart. */
|
|
1046
1046
|
private fitSectionRungLabels;
|
|
1047
|
+
/**
|
|
1048
|
+
* Screen-constant chrome must still respect the screen it is constant on:
|
|
1049
|
+
* an 18px zone cap sized for a 900px designer canvas eats a 360px phone map
|
|
1050
|
+
* (owner report, 2026-08-14). Scales the fixed-px chrome down to 66% on the
|
|
1051
|
+
* smallest containers; never up.
|
|
1052
|
+
*/
|
|
1053
|
+
private uiScale;
|
|
1047
1054
|
/** Size one screen-constant zone name/price pill around its shared anchor. */
|
|
1048
1055
|
private sizeZonePill;
|
|
1049
1056
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1324,7 +1324,243 @@ var en = {
|
|
|
1324
1324
|
"picker.premiumFallbackNote": "No premium block of {count} \u2014 showing best overall",
|
|
1325
1325
|
"picker.loading3d": "Building the 3D venue\u2026",
|
|
1326
1326
|
"picker.unavailable3d": "3D could not start. The seat map is still available.",
|
|
1327
|
-
"picker.jumpToSection": "Jump to section"
|
|
1327
|
+
"picker.jumpToSection": "Jump to section",
|
|
1328
|
+
"picker.salesClosedPill": "Sales are closed",
|
|
1329
|
+
"picker.salesClosedCopy": "Ticket sales for this event have ended.",
|
|
1330
|
+
"picker.salesClosedCta": "Sales closed",
|
|
1331
|
+
"picker.salesClosedToast": "Sales are closed for this event.",
|
|
1332
|
+
"picker.holdReassurance": "Yours for {time} \u2014 you won\u2019t be charged yet.",
|
|
1333
|
+
"picker.securingSeats": "Securing your seats\u2026",
|
|
1334
|
+
"picker.openingCheckout": "Opening secure checkout\u2026",
|
|
1335
|
+
"picker.peekSecured": "\u2713 {count} secured \xB7 {total} \u2014 you won\u2019t be charged yet",
|
|
1336
|
+
"picker.priceHint": "Colours on the map are ticket types \u2014 tap one below to show just those seats.",
|
|
1337
|
+
"picker.findTogetherInstead": "Find seats together instead",
|
|
1338
|
+
"picker.keepMyPicks": "Keep my picks",
|
|
1339
|
+
// picker widget — buyer-facing SeatPicker.ts strings (localization pass)
|
|
1340
|
+
"picker.accessExpiredBody": "Sign in again, or reload the page, to keep browsing these seats. Anything you are already holding stays yours.",
|
|
1341
|
+
"picker.accessExpiredTitle": "Your access session has ended",
|
|
1342
|
+
"picker.accessInvalidBody": "You can still book anything shown as available. Contact whoever sent you here for access to the rest.",
|
|
1343
|
+
"picker.accessInvalidTitle": "We couldn\u2019t verify your access",
|
|
1344
|
+
"picker.accessPausedBody": "The organizer has paused this selection. Try again in a few minutes.",
|
|
1345
|
+
"picker.accessPausedTitle": "These seats are on hold right now",
|
|
1346
|
+
"picker.accessRetry": "Try again",
|
|
1347
|
+
"picker.accessRevokedBody": "Ask whoever sent you here for a new link to keep booking these seats.",
|
|
1348
|
+
"picker.accessRevokedTitle": "This access link is no longer active",
|
|
1349
|
+
"picker.accessiblePhysicalSeat": "Accessible physical seat",
|
|
1350
|
+
"picker.addTime": "Add time",
|
|
1351
|
+
"picker.addingEllipsis": "Adding\u2026",
|
|
1352
|
+
"picker.allLevels": "All levels",
|
|
1353
|
+
"picker.allPlacesBookedTogether": "All {count} places are booked together as one exclusive table.",
|
|
1354
|
+
"picker.allPrices": "All prices",
|
|
1355
|
+
"picker.allSeats": "All seats",
|
|
1356
|
+
"picker.allSetTitle": "You\u2019re all set",
|
|
1357
|
+
"picker.anyTicketType": "Any ticket type",
|
|
1358
|
+
"picker.anyVenueZone": "Any venue zone",
|
|
1359
|
+
"picker.areas": "Areas",
|
|
1360
|
+
"picker.available": "Available",
|
|
1361
|
+
"picker.backToMap": "Back to map",
|
|
1362
|
+
"picker.backToVenue": "Back to venue",
|
|
1363
|
+
"picker.bestSeatsStar": "\u2726 Best seats",
|
|
1364
|
+
"picker.booth": "Booth",
|
|
1365
|
+
"picker.capacityGuests": "{count} guests",
|
|
1366
|
+
"picker.change": "Change",
|
|
1367
|
+
"picker.chartDerivedModel": "Chart-derived model",
|
|
1368
|
+
"picker.chartDerivedSeatEye": "Live 3D \xB7 chart-derived seat-eye \xB7 not surveyed",
|
|
1369
|
+
"picker.checkConnection": "Check your connection and try again.",
|
|
1370
|
+
"picker.checkoutCouldNotBeOpened": "Checkout could not be opened. Your seats are still held \u2014 please try again.",
|
|
1371
|
+
"picker.chooseAnotherToCompare": "Choose another seat to compare.",
|
|
1372
|
+
"picker.chooseGuestsCopy": "Choose how many guests will sit together. This table is held exclusively for your party.",
|
|
1373
|
+
"picker.chooseMinMaxGuests": "Choose {min}\u2013{max} guests",
|
|
1374
|
+
"picker.clearSavedSeatComparison": "Clear saved seat comparison",
|
|
1375
|
+
"picker.close": "Close",
|
|
1376
|
+
"picker.closeSeatStatus": "Close seat status",
|
|
1377
|
+
"picker.closestGroupChosenInstantly": "Closest available group, chosen instantly.",
|
|
1378
|
+
"picker.collapseTicketPanel": "Collapse ticket panel",
|
|
1379
|
+
"picker.compareCount": "Compare {count}",
|
|
1380
|
+
"picker.compareWithSaved": "Compare with saved",
|
|
1381
|
+
"picker.confirmOrCancelSeat": "Confirm or cancel this seat",
|
|
1382
|
+
"picker.confirmSeatLabel": "Confirm seat {label}",
|
|
1383
|
+
"picker.confirmYourTable": "Confirm your table",
|
|
1384
|
+
"picker.confirmedAndOnWay": "confirmed. A confirmation is on its way.",
|
|
1385
|
+
"picker.continue": "Continue",
|
|
1386
|
+
"picker.continueToCheckout": "Continue to checkout",
|
|
1387
|
+
"picker.couldNotAddMoreTime": "Couldn\u2019t add more time \u2014 please head to checkout now.",
|
|
1388
|
+
"picker.couldNotFindSeatsTogether": "We couldn\u2019t find {count} seats together. Try fewer seats or another ticket type.",
|
|
1389
|
+
"picker.couldNotReleaseTickets": "Couldn\u2019t release your tickets. Your hold is unchanged.",
|
|
1390
|
+
"picker.couldNotRemoveLabel": "Couldn\u2019t remove {label}. Your hold is unchanged.",
|
|
1391
|
+
"picker.currentOffer": "Current offer",
|
|
1392
|
+
"picker.currentTicketOffer": "Current ticket offer",
|
|
1393
|
+
"picker.dragToLookAround": "Drag to look around \xB7 scroll to zoom",
|
|
1394
|
+
"picker.emptyWheelchairSpace": "Empty wheelchair space",
|
|
1395
|
+
"picker.exitFullScreen": "Exit full screen",
|
|
1396
|
+
"picker.fewer": "Fewer",
|
|
1397
|
+
"picker.fewerGuests": "Fewer guests",
|
|
1398
|
+
"picker.fewerSeats": "Fewer seats",
|
|
1399
|
+
"picker.filterAndFocusByPrice": "Filter and focus seats by price",
|
|
1400
|
+
"picker.filteredSeat": "Unavailable with current filters",
|
|
1401
|
+
"picker.filteredSeatExplanation": "Change the active price or view filters to make this seat selectable.",
|
|
1402
|
+
"picker.filters": "Filters",
|
|
1403
|
+
"picker.findBestSeatsCount.one": "Find {count} best seat",
|
|
1404
|
+
"picker.findBestSeatsCount.other": "Find {count} best seats",
|
|
1405
|
+
"picker.findBestSeatsTogether": "Find the best seats together",
|
|
1406
|
+
"picker.findNewSeats": "Find new seats",
|
|
1407
|
+
"picker.findingBestSeats": "Finding the best seats\u2026",
|
|
1408
|
+
"picker.findingEllipsis": "Finding\u2026",
|
|
1409
|
+
"picker.fitToScreen": "Fit to screen",
|
|
1410
|
+
"picker.flat2dMap": "Flat 2D map",
|
|
1411
|
+
"picker.flexiblePartyTypeWord": "Flexible party \xB7 {typeWord}",
|
|
1412
|
+
"picker.fullScreen": "Full screen",
|
|
1413
|
+
"picker.generalAdmission": "General admission",
|
|
1414
|
+
"picker.guestCountCouldNotBeSecured": "That guest count could not be secured. Your current table hold is unchanged.",
|
|
1415
|
+
"picker.guestCountNoLongerAvailable": "That guest count is no longer available. Your current hold is unchanged.",
|
|
1416
|
+
"picker.guests": "Guests",
|
|
1417
|
+
"picker.guestsCount": "{count} guests",
|
|
1418
|
+
"picker.guestsCountEdit": "{count} guests \xB7 Edit",
|
|
1419
|
+
"picker.held": "Held",
|
|
1420
|
+
"picker.heldForYou": "Held for you",
|
|
1421
|
+
"picker.heldSeatExplanation": "Another buyer is holding this seat. It may become available again.",
|
|
1422
|
+
"picker.heldTicketsReleased": "Held tickets released. Choose your new seats.",
|
|
1423
|
+
"picker.heldTicketsRestored": "Your held tickets have been restored.",
|
|
1424
|
+
"picker.hidePanel": "Hide panel",
|
|
1425
|
+
"picker.hideTicketPanel": "Hide the ticket panel",
|
|
1426
|
+
"picker.holdSeatsAndCheckout": "Hold seats & checkout",
|
|
1427
|
+
"picker.howOfferWorks": "How the {name} offer works",
|
|
1428
|
+
"picker.interactive3dVenueView": "Interactive 3D venue view",
|
|
1429
|
+
"picker.keepMine": "Keep mine",
|
|
1430
|
+
"picker.labelNoLongerAvailable": "{label} is no longer available.",
|
|
1431
|
+
"picker.labelRemoved": "{label} removed.",
|
|
1432
|
+
"picker.labelRemovedFromHold": "{label} removed from your hold.",
|
|
1433
|
+
"picker.labelRestored": "{label} restored.",
|
|
1434
|
+
"picker.labelsNoLongerAvailable.one": "{labels} is no longer available. Choose another seat.",
|
|
1435
|
+
"picker.labelsNoLongerAvailable.other": "{labels} are no longer available. Choose another group.",
|
|
1436
|
+
"picker.leftCount.one": "{count} left",
|
|
1437
|
+
"picker.leftCount.other": "{count} left",
|
|
1438
|
+
"picker.levelNumber": "Level {number}",
|
|
1439
|
+
"picker.levels": "Levels",
|
|
1440
|
+
"picker.liveAvailability": "Live availability \u2014 seats update in real time",
|
|
1441
|
+
"picker.loadingSeatMap": "Loading seat map\u2026",
|
|
1442
|
+
"picker.lookAroundLive3d": "Look around in live 3D",
|
|
1443
|
+
"picker.manualTicketsRemovedNote": "Your manually selected tickets will be removed only after a new group is secured.",
|
|
1444
|
+
"picker.map": "Map",
|
|
1445
|
+
"picker.mapDidNotLoad": "The seat map didn\u2019t load",
|
|
1446
|
+
"picker.maxTicketsForOrder": "You can select up to {count} tickets for this order.",
|
|
1447
|
+
"picker.minToMaxGuests": "{min} to {max} guests",
|
|
1448
|
+
"picker.more": "More",
|
|
1449
|
+
"picker.moreGuests": "More guests",
|
|
1450
|
+
"picker.moreSeats": "More seats",
|
|
1451
|
+
"picker.moreSelectedCount": "{count} more selected",
|
|
1452
|
+
"picker.moreTimeAdded": "More time added \u2014 your seats are still held.",
|
|
1453
|
+
"picker.noAccessibilityMetadata": "No accessibility metadata supplied",
|
|
1454
|
+
"picker.noAuthoredRestriction": "No organizer-authored restriction",
|
|
1455
|
+
"picker.noSeatsSelected": "No seats selected",
|
|
1456
|
+
"picker.notChargedYet": "You won\u2019t be charged yet.",
|
|
1457
|
+
"picker.notForSale": "Not for sale",
|
|
1458
|
+
"picker.notForSaleExplanation": "This seat is not included in the current sale.",
|
|
1459
|
+
"picker.numberOfGuests": "Number of guests",
|
|
1460
|
+
"picker.offerDetailActive": "This price applies automatically to eligible seats. Tickets in active carts temporarily reduce the available quantity; released or expired holds return it. When the offer ends, the next matching offer or normal ticket price takes over.",
|
|
1461
|
+
"picker.offerDetailUpcoming": "Tickets are available at their normal price now. This scheduled offer will apply automatically to eligible seats when it starts.",
|
|
1462
|
+
"picker.offerRemainingAvailable": "{count} available",
|
|
1463
|
+
"picker.offerStarts": "starts {time}",
|
|
1464
|
+
"picker.offerUntil": "until {time}",
|
|
1465
|
+
"picker.oneSeatSaved": "1 seat saved",
|
|
1466
|
+
"picker.oneSeatSavedChooseAnother": "One seat saved; choose another to compare",
|
|
1467
|
+
"picker.openAuthored360": "Open venue 360\xB0",
|
|
1468
|
+
"picker.openComparison": "Open comparison",
|
|
1469
|
+
"picker.openComparisonOfSeats": "Open comparison of {count} seats",
|
|
1470
|
+
"picker.openTicketPanel": "Open ticket panel",
|
|
1471
|
+
"picker.peekFromPrice": "From {price}",
|
|
1472
|
+
"picker.peekTicketsTotal.one": "{count} ticket \xB7 {total}",
|
|
1473
|
+
"picker.peekTicketsTotal.other": "{count} tickets \xB7 {total}",
|
|
1474
|
+
"picker.perGuestPrice": "{price} per guest",
|
|
1475
|
+
"picker.pickYourSeats": "Pick your seats",
|
|
1476
|
+
"picker.preferredTicketType": "Preferred ticket type",
|
|
1477
|
+
"picker.preferredVenueZone": "Preferred venue zone",
|
|
1478
|
+
"picker.priceNotSupplied": "Price not supplied",
|
|
1479
|
+
"picker.releaseHeldTickets": "Release held tickets and choose different seats",
|
|
1480
|
+
"picker.releasingEllipsis": "Releasing\u2026",
|
|
1481
|
+
"picker.removeHeldTicketLabel": "Remove held ticket {label}",
|
|
1482
|
+
"picker.removeSeatLabel": "Remove {label}",
|
|
1483
|
+
"picker.removeTicketsUntilOrFewer": "Remove tickets until your order has {count} or fewer.",
|
|
1484
|
+
"picker.replaceCurrentChoices": "Replace your current choices?",
|
|
1485
|
+
"picker.review": "Review",
|
|
1486
|
+
"picker.row": "Row",
|
|
1487
|
+
"picker.rowLabel": "Row {label}",
|
|
1488
|
+
"picker.saveToCompare": "Save to compare",
|
|
1489
|
+
"picker.savedForComparison": "Saved for comparison",
|
|
1490
|
+
"picker.savedSeatComparison": "Saved seat comparison",
|
|
1491
|
+
"picker.scheduledOffer": "Scheduled offer",
|
|
1492
|
+
"picker.seat": "Seat",
|
|
1493
|
+
"picker.seatCount.one": "{count} seat",
|
|
1494
|
+
"picker.seatCount.other": "{count} seats",
|
|
1495
|
+
"picker.seatJustTakenByAnother": "Seat {label} was just taken by another buyer.",
|
|
1496
|
+
"picker.seatLabel": "Seat {label}",
|
|
1497
|
+
"picker.seatNoLongerAvailable": "That seat is no longer available.",
|
|
1498
|
+
"picker.seatNoLongerYours": "Some seats are no longer available to you. They have been removed from your order.",
|
|
1499
|
+
"picker.seatNumberLower": "seat {label}",
|
|
1500
|
+
"picker.seatSalesClosedForEvent": "Seat sales have closed for this event.",
|
|
1501
|
+
"picker.seatSelection": "Seat selection",
|
|
1502
|
+
"picker.seatStatusLegend": "Seat status legend",
|
|
1503
|
+
"picker.seatTaken": "Someone else took a seat you had picked. It has been removed from your order.",
|
|
1504
|
+
"picker.seatsHeldForNeedMoreTime": "Your seats are held for <b>{time}</b>. Need more time?",
|
|
1505
|
+
"picker.seatsJustTaken": "One or more seats were just taken. Please pick again.",
|
|
1506
|
+
"picker.seatsJustTakenInCategory.one": "{count} seat just taken in {label} \xB7 {left} left",
|
|
1507
|
+
"picker.seatsJustTakenInCategory.other": "{count} seats just taken in {label} \xB7 {left} left",
|
|
1508
|
+
"picker.seatsNoLongerAvailableTryAnother": "Those seats are no longer available. Try another quantity or ticket type.",
|
|
1509
|
+
"picker.seatsSecured": "Seats secured",
|
|
1510
|
+
"picker.seatsSelectedCount.one": "{count} selected",
|
|
1511
|
+
"picker.seatsSelectedCount.other": "{count} selected",
|
|
1512
|
+
"picker.section": "Section",
|
|
1513
|
+
"picker.secureMore": "Secure more",
|
|
1514
|
+
"picker.secureMoreAndCheckout": "Secure {count} more & checkout",
|
|
1515
|
+
"picker.securedCount": "{count} secured",
|
|
1516
|
+
"picker.seeItIn3d": "See it in 3D",
|
|
1517
|
+
"picker.select": "Select",
|
|
1518
|
+
"picker.selectSeats": "Select seats",
|
|
1519
|
+
"picker.selectTable": "Select table",
|
|
1520
|
+
"picker.selectWholeTable": "Select whole table",
|
|
1521
|
+
"picker.selected": "Selected",
|
|
1522
|
+
"picker.selectingEllipsis": "Selecting\u2026",
|
|
1523
|
+
"picker.showAllSeats": "Show all seats",
|
|
1524
|
+
"picker.showAllTicketTypes": "Show all {count} ticket types",
|
|
1525
|
+
"picker.showFewer": "Show fewer",
|
|
1526
|
+
"picker.showLabelSeatsOnMap": "Show {label} seats on the map",
|
|
1527
|
+
"picker.showTicketPanel": "Show the ticket panel",
|
|
1528
|
+
"picker.sold": "Sold",
|
|
1529
|
+
"picker.soldOutCopy": "No reserved seats are currently available for this event.",
|
|
1530
|
+
"picker.soldOutEyebrow": "This event",
|
|
1531
|
+
"picker.soldOutTitle": "Sold out",
|
|
1532
|
+
"picker.soldSeatExplanation": "This seat has already been booked.",
|
|
1533
|
+
"picker.statusAvailable": "available",
|
|
1534
|
+
"picker.statusOnHold": "on hold",
|
|
1535
|
+
"picker.statusTaken2": "taken",
|
|
1536
|
+
"picker.table": "Table",
|
|
1537
|
+
"picker.tableCapacity": "Table capacity",
|
|
1538
|
+
"picker.tableUpdatedForGuests": "{label} updated for {count} guests.",
|
|
1539
|
+
"picker.temporarilyHeld": "Temporarily held",
|
|
1540
|
+
"picker.ticketPrices": "Ticket prices",
|
|
1541
|
+
"picker.ticketTypeSoldOut": "That ticket type is sold out. Try another ticket type.",
|
|
1542
|
+
"picker.tickets": "Tickets",
|
|
1543
|
+
"picker.ticketsCount.one": "{count} ticket",
|
|
1544
|
+
"picker.ticketsCount.other": "{count} tickets",
|
|
1545
|
+
"picker.toggleColorblindColors": "Toggle colorblind-friendly colors",
|
|
1546
|
+
"picker.total": "Total",
|
|
1547
|
+
"picker.trayHintTapOrBest": "Tap a seat on the map, or let us pick the best available for you.",
|
|
1548
|
+
"picker.trayHintTapOrStanding": "Tap a seat on the map \u2014 or grab standing tickets below.",
|
|
1549
|
+
"picker.undo": "Undo",
|
|
1550
|
+
"picker.upcomingTicketOffer": "Upcoming ticket offer",
|
|
1551
|
+
"picker.updateTable": "Update table",
|
|
1552
|
+
"picker.updatingEllipsis": "Updating\u2026",
|
|
1553
|
+
"picker.venueView": "Venue view",
|
|
1554
|
+
"picker.viewFromHere": "View from here",
|
|
1555
|
+
"picker.viewFromThisSeat": "View from this seat",
|
|
1556
|
+
"picker.wholeTypeWord": "Whole {typeWord}",
|
|
1557
|
+
"picker.willChooseClosestGroup": "We\u2019ll choose the closest available group for you.",
|
|
1558
|
+
"picker.willFindSeatsTogether": "We\u2019ll find {count} seats together.",
|
|
1559
|
+
"picker.yourSeats": "Your seats",
|
|
1560
|
+
"picker.zoomIn": "Zoom in",
|
|
1561
|
+
"picker.zoomOut": "Zoom out",
|
|
1562
|
+
"picker.closeVenueNav": "Close",
|
|
1563
|
+
"picker.levelsAndAreas": "Levels & areas"
|
|
1328
1564
|
};
|
|
1329
1565
|
|
|
1330
1566
|
// src/i18n/index.ts
|
|
@@ -4981,8 +5217,8 @@ var _SeatmapRenderer = class _SeatmapRenderer {
|
|
|
4981
5217
|
fitSectionRungLabels(sec, sx) {
|
|
4982
5218
|
const paddingPx = 8;
|
|
4983
5219
|
sec.subLabelFits = false;
|
|
4984
|
-
const maxPx = SECTION_LABEL_PX * sec.labelScale;
|
|
4985
|
-
const minPx = MIN_SECTION_LABEL_PX * sec.labelScale;
|
|
5220
|
+
const maxPx = SECTION_LABEL_PX * sec.labelScale * this.uiScale();
|
|
5221
|
+
const minPx = Math.min(MIN_SECTION_LABEL_PX * sec.labelScale, maxPx);
|
|
4986
5222
|
for (let fontPx = maxPx; fontPx >= minPx; fontPx -= 1) {
|
|
4987
5223
|
for (const rotation of [0, -90]) {
|
|
4988
5224
|
sec.nameLabel.rotation(rotation);
|
|
@@ -5008,13 +5244,24 @@ var _SeatmapRenderer = class _SeatmapRenderer {
|
|
|
5008
5244
|
sec.nameLabel.rotation(0);
|
|
5009
5245
|
sec.nameLabelFits = false;
|
|
5010
5246
|
}
|
|
5247
|
+
/**
|
|
5248
|
+
* Screen-constant chrome must still respect the screen it is constant on:
|
|
5249
|
+
* an 18px zone cap sized for a 900px designer canvas eats a 360px phone map
|
|
5250
|
+
* (owner report, 2026-08-14). Scales the fixed-px chrome down to 66% on the
|
|
5251
|
+
* smallest containers; never up.
|
|
5252
|
+
*/
|
|
5253
|
+
uiScale() {
|
|
5254
|
+
const w = this.stage?.width() ?? 900;
|
|
5255
|
+
return Math.min(1, Math.max(0.66, w / 900));
|
|
5256
|
+
}
|
|
5011
5257
|
/** Size one screen-constant zone name/price pill around its shared anchor. */
|
|
5012
5258
|
sizeZonePill(zone, sx) {
|
|
5013
|
-
const
|
|
5014
|
-
const
|
|
5015
|
-
const
|
|
5016
|
-
|
|
5017
|
-
|
|
5259
|
+
const k = this.uiScale();
|
|
5260
|
+
const padX = 10 * k / sx;
|
|
5261
|
+
const padY = 6 * k / sx;
|
|
5262
|
+
const gap = zone.sub ? 3 * k / sx : 0;
|
|
5263
|
+
this.sizeLabel(zone.label, ZONE_LABEL_PX * k / sx, zone.anchor.y);
|
|
5264
|
+
if (zone.sub) this.sizeLabel(zone.sub, ZONE_SUB_PX * k / sx, zone.anchor.y);
|
|
5018
5265
|
const width = Math.max(zone.label.width(), zone.sub?.width() ?? 0) + padX * 2;
|
|
5019
5266
|
const height = zone.label.height() + (zone.sub ? gap + zone.sub.height() : 0) + padY * 2;
|
|
5020
5267
|
zone.label.y(zone.anchor.y - (zone.sub ? (gap + zone.sub.height()) / 2 : 0));
|
|
@@ -5022,7 +5269,7 @@ var _SeatmapRenderer = class _SeatmapRenderer {
|
|
|
5022
5269
|
zone.back.position(zone.anchor);
|
|
5023
5270
|
zone.back.size({ width, height });
|
|
5024
5271
|
zone.back.offset({ x: width / 2, y: height / 2 });
|
|
5025
|
-
zone.back.cornerRadius(7 / sx);
|
|
5272
|
+
zone.back.cornerRadius(7 * this.uiScale() / sx);
|
|
5026
5273
|
zone.back.strokeWidth(1 / sx);
|
|
5027
5274
|
}
|
|
5028
5275
|
/**
|
|
@@ -9374,9 +9621,9 @@ function generateSeatThumb(seat, focalPoint, _neighborSeats) {
|
|
|
9374
9621
|
|
|
9375
9622
|
// src/i18n/bundles.ts
|
|
9376
9623
|
var LOADERS = {
|
|
9377
|
-
es: () => import("./es-
|
|
9378
|
-
de: () => import("./de-
|
|
9379
|
-
fr: () => import("./fr-
|
|
9624
|
+
es: () => import("./es-37ISLCZA.js").then((m) => ({ default: m.es })),
|
|
9625
|
+
de: () => import("./de-V53JPFHN.js").then((m) => ({ default: m.de })),
|
|
9626
|
+
fr: () => import("./fr-QKK2T64Q.js").then((m) => ({ default: m.fr }))
|
|
9380
9627
|
};
|
|
9381
9628
|
var loaded = /* @__PURE__ */ new Set(["en"]);
|
|
9382
9629
|
async function loadLocale(code) {
|