@ticketlayer/elements 0.4.0 → 1.0.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.
Files changed (161) hide show
  1. package/dist/cjs/{index-I9CoYv3k.js → index-DanPUX0s.js} +1 -1
  2. package/dist/cjs/index.cjs.js +2 -1
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/ticket-selector-BYVL13k_.js +3623 -0
  5. package/dist/cjs/ticketlayer-elements.cjs.js +2 -2
  6. package/dist/cjs/tl-buy-modal.cjs.entry.js +3 -3
  7. package/dist/cjs/tl-buy-tickets-button.cjs.entry.js +89 -74
  8. package/dist/cjs/tl-buy-tickets-wrapper.cjs.entry.js +61 -30
  9. package/dist/cjs/tl-cart-badge.cjs.entry.js +74 -61
  10. package/dist/cjs/tl-cart-drawer.cjs.entry.js +51 -23
  11. package/dist/cjs/tl-cart.cjs.entry.js +71 -103
  12. package/dist/cjs/tl-checkout-wrapper.cjs.entry.js +51 -29
  13. package/dist/cjs/tl-event-card.cjs.entry.js +43 -105
  14. package/dist/cjs/tl-event-list.cjs.entry.js +72 -35
  15. package/dist/cjs/tl-login.cjs.entry.js +74 -141
  16. package/dist/cjs/tl-my-orders.cjs.entry.js +52 -92
  17. package/dist/cjs/tl-occurrence-selector_2.cjs.entry.js +153 -921
  18. package/dist/cjs/tl-order-confirmation.cjs.entry.js +71 -107
  19. package/dist/cjs/tl-order-tickets_2.cjs.entry.js +48 -74
  20. package/dist/cjs/tl-promo-code.cjs.entry.js +50 -47
  21. package/dist/cjs/tl-seat-map.cjs.entry.js +3 -3
  22. package/dist/cjs/web-query-Ce73jB4k.js +16 -0
  23. package/dist/collection/components/tl-buy-modal/tl-buy-modal.js +2 -2
  24. package/dist/collection/components/tl-buy-tickets-button/tl-buy-tickets-button.css +37 -0
  25. package/dist/collection/components/tl-buy-tickets-button/tl-buy-tickets-button.js +105 -79
  26. package/dist/collection/components/tl-buy-tickets-wrapper/tl-buy-tickets-wrapper.js +73 -30
  27. package/dist/collection/components/tl-cart/tl-cart.js +82 -107
  28. package/dist/collection/components/tl-cart-badge/tl-cart-badge.js +62 -62
  29. package/dist/collection/components/tl-cart-drawer/tl-cart-drawer.js +56 -24
  30. package/dist/collection/components/tl-checkout-wrapper/tl-checkout-wrapper.js +61 -29
  31. package/dist/collection/components/tl-event-card/event-card-adapter.js +11 -23
  32. package/dist/collection/components/tl-event-card/tl-event-card.js +51 -84
  33. package/dist/collection/components/tl-event-list/tl-event-list.js +82 -38
  34. package/dist/collection/components/tl-login/tl-login.js +83 -147
  35. package/dist/collection/components/tl-my-orders/tl-my-orders.js +58 -96
  36. package/dist/collection/components/tl-occurrence-selector/tl-occurrence-selector.js +137 -516
  37. package/dist/collection/components/tl-order-confirmation/tl-order-confirmation.js +81 -115
  38. package/dist/collection/components/tl-order-tickets/tl-order-tickets.js +57 -92
  39. package/dist/collection/components/tl-promo-code/tl-promo-code.js +55 -50
  40. package/dist/collection/components/tl-seat-map/tl-seat-map.js +2 -2
  41. package/dist/collection/components/tl-ticket-selector/tl-ticket-selector.js +34 -20
  42. package/dist/collection/utils/order-summary.js +15 -135
  43. package/dist/collection/utils/testing/deep-text.js +29 -0
  44. package/dist/collection/utils/testing/fixtures.js +290 -0
  45. package/dist/collection/utils/testing/mock-sdk.js +13 -2
  46. package/dist/collection/utils/web-query.js +12 -0
  47. package/dist/collection/utils/web-storage.js +22 -0
  48. package/dist/components/ticket-selector.js +1 -0
  49. package/dist/components/tl-buy-modal.js +1 -1
  50. package/dist/components/tl-buy-tickets-button.js +1 -1
  51. package/dist/components/tl-buy-tickets-wrapper2.js +1 -1
  52. package/dist/components/tl-cart-badge.js +1 -1
  53. package/dist/components/tl-cart-drawer.js +1 -1
  54. package/dist/components/tl-cart2.js +1 -1
  55. package/dist/components/tl-checkout-wrapper2.js +1 -1
  56. package/dist/components/tl-event-card2.js +1 -1
  57. package/dist/components/tl-event-list.js +1 -1
  58. package/dist/components/tl-login2.js +1 -1
  59. package/dist/components/tl-my-orders.js +1 -1
  60. package/dist/components/tl-occurrence-selector2.js +1 -1
  61. package/dist/components/tl-order-confirmation.js +1 -1
  62. package/dist/components/tl-order-tickets2.js +1 -1
  63. package/dist/components/tl-promo-code.js +1 -1
  64. package/dist/components/tl-seat-map.js +1 -1
  65. package/dist/components/tl-ticket-selector2.js +1 -1
  66. package/dist/components/web-query.js +1 -0
  67. package/dist/elements.docs.json +34 -34
  68. package/dist/esm/{index-OoYV1faY.js → index-imfxp765.js} +1 -1
  69. package/dist/esm/index.js +2 -1
  70. package/dist/esm/loader.js +3 -3
  71. package/dist/esm/ticket-selector-BwChnHVC.js +3606 -0
  72. package/dist/esm/ticketlayer-elements.js +3 -3
  73. package/dist/esm/tl-buy-modal.entry.js +3 -3
  74. package/dist/esm/tl-buy-tickets-button.entry.js +90 -75
  75. package/dist/esm/tl-buy-tickets-wrapper.entry.js +62 -31
  76. package/dist/esm/tl-cart-badge.entry.js +75 -62
  77. package/dist/esm/tl-cart-drawer.entry.js +52 -24
  78. package/dist/esm/tl-cart.entry.js +72 -104
  79. package/dist/esm/tl-checkout-wrapper.entry.js +52 -30
  80. package/dist/esm/tl-event-card.entry.js +44 -106
  81. package/dist/esm/tl-event-list.entry.js +73 -36
  82. package/dist/esm/tl-login.entry.js +75 -142
  83. package/dist/esm/tl-my-orders.entry.js +53 -93
  84. package/dist/esm/tl-occurrence-selector_2.entry.js +152 -920
  85. package/dist/esm/tl-order-confirmation.entry.js +72 -108
  86. package/dist/esm/tl-order-tickets_2.entry.js +49 -75
  87. package/dist/esm/tl-promo-code.entry.js +51 -48
  88. package/dist/esm/tl-seat-map.entry.js +3 -3
  89. package/dist/esm/web-query-Bdbb2lk5.js +14 -0
  90. package/dist/ticketlayer-elements/index.esm.js +1 -1
  91. package/dist/ticketlayer-elements/p-45923d2c.entry.js +1 -0
  92. package/dist/ticketlayer-elements/p-492adc77.entry.js +1 -0
  93. package/dist/ticketlayer-elements/p-4cfc9e53.entry.js +1 -0
  94. package/dist/ticketlayer-elements/{p-ac264adc.entry.js → p-5135630e.entry.js} +1 -1
  95. package/dist/ticketlayer-elements/p-5bbce3b5.entry.js +1 -0
  96. package/dist/ticketlayer-elements/p-7d547721.entry.js +1 -0
  97. package/dist/ticketlayer-elements/p-7fe7b6ba.entry.js +1 -0
  98. package/dist/ticketlayer-elements/p-8122f0c1.entry.js +1 -0
  99. package/dist/ticketlayer-elements/p-98d40869.entry.js +1 -0
  100. package/dist/ticketlayer-elements/p-Bdbb2lk5.js +1 -0
  101. package/dist/ticketlayer-elements/p-BwChnHVC.js +1 -0
  102. package/dist/ticketlayer-elements/p-abec290a.entry.js +1 -0
  103. package/dist/ticketlayer-elements/p-ac79a3f6.entry.js +1 -0
  104. package/dist/ticketlayer-elements/p-d01f4429.entry.js +1 -0
  105. package/dist/ticketlayer-elements/p-d7ffaf46.entry.js +1 -0
  106. package/dist/ticketlayer-elements/p-e7170f3c.entry.js +1 -0
  107. package/dist/ticketlayer-elements/p-e787e862.entry.js +1 -0
  108. package/dist/ticketlayer-elements/p-f1ff931f.entry.js +1 -0
  109. package/dist/ticketlayer-elements/p-imfxp765.js +3 -0
  110. package/dist/ticketlayer-elements/ticketlayer-elements.css +1 -1
  111. package/dist/ticketlayer-elements/ticketlayer-elements.esm.js +1 -1
  112. package/dist/types/components/tl-buy-tickets-button/tl-buy-tickets-button.d.ts +40 -8
  113. package/dist/types/components/tl-buy-tickets-wrapper/tl-buy-tickets-wrapper.d.ts +20 -1
  114. package/dist/types/components/tl-cart/tl-cart.d.ts +40 -42
  115. package/dist/types/components/tl-cart-badge/tl-cart-badge.d.ts +22 -7
  116. package/dist/types/components/tl-cart-drawer/tl-cart-drawer.d.ts +28 -5
  117. package/dist/types/components/tl-checkout-wrapper/tl-checkout-wrapper.d.ts +18 -1
  118. package/dist/types/components/tl-event-card/event-card-adapter.d.ts +9 -20
  119. package/dist/types/components/tl-event-card/tl-event-card.d.ts +25 -28
  120. package/dist/types/components/tl-event-list/tl-event-list.d.ts +46 -6
  121. package/dist/types/components/tl-login/tl-login.d.ts +68 -22
  122. package/dist/types/components/tl-my-orders/tl-my-orders.d.ts +30 -12
  123. package/dist/types/components/tl-occurrence-selector/tl-occurrence-selector.d.ts +73 -161
  124. package/dist/types/components/tl-order-confirmation/tl-order-confirmation.d.ts +48 -15
  125. package/dist/types/components/tl-order-tickets/tl-order-tickets.d.ts +29 -31
  126. package/dist/types/components/tl-promo-code/tl-promo-code.d.ts +28 -10
  127. package/dist/types/components/tl-ticket/tl-ticket.d.ts +2 -11
  128. package/dist/types/components/tl-ticket-selector/tl-ticket-selector.d.ts +22 -4
  129. package/dist/types/components.d.ts +270 -62
  130. package/dist/types/utils/order-summary.d.ts +14 -97
  131. package/dist/types/utils/testing/deep-text.d.ts +13 -0
  132. package/dist/types/utils/testing/fixtures.d.ts +225 -0
  133. package/dist/types/utils/testing/mock-sdk.d.ts +14 -1
  134. package/dist/types/utils/web-query.d.ts +18 -0
  135. package/dist/types/utils/web-storage.d.ts +16 -0
  136. package/elements.catalogue.json +602 -50
  137. package/package.json +8 -6
  138. package/dist/cjs/money-BtmM2gt-.js +0 -118
  139. package/dist/cjs/order-summary-X3TlZxc2.js +0 -150
  140. package/dist/components/money.js +0 -1
  141. package/dist/components/order-summary.js +0 -1
  142. package/dist/esm/money-4ig0-WB6.js +0 -112
  143. package/dist/esm/order-summary-DiDtvfZM.js +0 -136
  144. package/dist/ticketlayer-elements/p-0814420f.entry.js +0 -1
  145. package/dist/ticketlayer-elements/p-0acabc26.entry.js +0 -1
  146. package/dist/ticketlayer-elements/p-109a3feb.entry.js +0 -1
  147. package/dist/ticketlayer-elements/p-1a4ba71c.entry.js +0 -1
  148. package/dist/ticketlayer-elements/p-318965c1.entry.js +0 -1
  149. package/dist/ticketlayer-elements/p-347c7fd1.entry.js +0 -1
  150. package/dist/ticketlayer-elements/p-3649c26d.entry.js +0 -1
  151. package/dist/ticketlayer-elements/p-40260cc9.entry.js +0 -1
  152. package/dist/ticketlayer-elements/p-4ig0-WB6.js +0 -1
  153. package/dist/ticketlayer-elements/p-55fd2f9f.entry.js +0 -1
  154. package/dist/ticketlayer-elements/p-62ee659b.entry.js +0 -1
  155. package/dist/ticketlayer-elements/p-7d4ecc2b.entry.js +0 -1
  156. package/dist/ticketlayer-elements/p-7f0abf95.entry.js +0 -1
  157. package/dist/ticketlayer-elements/p-BXpVGW51.js +0 -1
  158. package/dist/ticketlayer-elements/p-OoYV1faY.js +0 -3
  159. package/dist/ticketlayer-elements/p-a3c1b26c.entry.js +0 -1
  160. package/dist/ticketlayer-elements/p-aeb4c6fb.entry.js +0 -1
  161. package/dist/ticketlayer-elements/p-ba62541f.entry.js +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-09-18T14:15:31",
2
+ "timestamp": "2026-09-20T00:30:19",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.45.0",
@@ -542,7 +542,7 @@
542
542
  "docsTags": [
543
543
  {
544
544
  "name": "component",
545
- "text": "tl-buy-tickets-wrapper\n\nWraps any content and opens the Ticketlayer modal when clicked.\nUses the SDK's modal manager which handles the iframe overlay."
545
+ "text": "tl-buy-tickets-wrapper\n\nWraps any content and opens the Ticketlayer modal when clicked.\nUses the SDK's modal manager which handles the iframe overlay.\n\nThe web harness for `buyTicketsWrapperCore`. What a press does, what it\nannounces and what happens when no client has been published are all in\n`@ticketlayer/elements-core` (AGENTS.md, TKT-11); what is left here is the\nStencil surface, the accessibility attributes and the one genuinely web\nquestion the core refuses to answer - which key counts as a press."
546
546
  },
547
547
  {
548
548
  "name": "slot",
@@ -641,7 +641,7 @@
641
641
  "methods": [],
642
642
  "events": [
643
643
  {
644
- "event": "tl-close",
644
+ "event": "tlClose",
645
645
  "detail": "void",
646
646
  "bubbles": true,
647
647
  "complexType": {
@@ -655,7 +655,7 @@
655
655
  "docsTags": []
656
656
  },
657
657
  {
658
- "event": "tl-complete",
658
+ "event": "tlComplete",
659
659
  "detail": "OrderResult",
660
660
  "bubbles": true,
661
661
  "complexType": {
@@ -676,7 +676,7 @@
676
676
  "docsTags": []
677
677
  },
678
678
  {
679
- "event": "tl-error",
679
+ "event": "tlError",
680
680
  "detail": "{ message: string; }",
681
681
  "bubbles": true,
682
682
  "complexType": {
@@ -709,7 +709,7 @@
709
709
  "encapsulation": "shadow",
710
710
  "tag": "tl-cart",
711
711
  "readme": "# tl-cart\n\n\n",
712
- "docs": "",
712
+ "docs": "The web harness for `cartCore`.\n\nIt renders and it forwards. The cart, the money rows, the subscription that\nkeeps them current and every string are in `@ticketlayer/elements-core`\n(AGENTS.md, TKT-11); what is left here is the Stencil surface a host writes\nHTML against and the one genuinely web thing, finding the client the page\npublished on `window.Ticketlayer`.",
713
713
  "docsTags": [],
714
714
  "usage": {},
715
715
  "props": [
@@ -921,7 +921,7 @@
921
921
  "encapsulation": "shadow",
922
922
  "tag": "tl-cart-badge",
923
923
  "readme": "# tl-cart-badge\n\n\n",
924
- "docs": "",
924
+ "docs": "The web harness for `cartBadgeCore`.\n\nThe count, the \"99+\" rule, the cart subscription and the remembered value\nare all in `@ticketlayer/elements-core`. What is here is the Stencil surface,\nthe icon, and the two web things the core is handed: the client the page\npublished and `localStorage`.",
925
925
  "docsTags": [],
926
926
  "usage": {},
927
927
  "props": [
@@ -1083,7 +1083,7 @@
1083
1083
  "docsTags": [
1084
1084
  {
1085
1085
  "name": "component",
1086
- "text": "tl-cart-drawer\n\nA slide-in cart panel (off-canvas) showing the current cart. It opens when\nanything raises the `ui:cart-requested` bus intent - e.g. wire a\n`tl-cart-badge`'s click to emit it - and closes on the backdrop, the close\nbutton, Escape, or `ui:modal-close-requested`. The panel embeds `<tl-cart>`,\nso the actual cart rendering / remove / checkout is shared with the inline\ncart; the drawer only adds the off-canvas chrome."
1086
+ "text": "tl-cart-drawer\n\nA slide-in cart panel (off-canvas) showing the current cart. It opens when\nanything raises the `ui:cart-requested` bus intent - e.g. wire a\n`tl-cart-badge`'s click to emit it - and closes on the backdrop, the close\nbutton, Escape, or `ui:modal-close-requested`. The panel embeds `<tl-cart>`,\nso the actual cart rendering / remove / checkout is shared with the inline\ncart; the drawer only adds the off-canvas chrome.\n\nThe web harness for `cartDrawerCore`: the open/closed rule and the two\nintents are the core's (TKT-11). What stays here is the chrome and the one\nthing only a browser has, the Escape key."
1087
1087
  },
1088
1088
  {
1089
1089
  "name": "prop",
@@ -1248,7 +1248,7 @@
1248
1248
  "docsTags": [
1249
1249
  {
1250
1250
  "name": "component",
1251
- "text": "tl-checkout-wrapper\n\nWraps any content and opens the Ticketlayer checkout modal when clicked.\nUses the SDK's modal manager which handles the iframe overlay."
1251
+ "text": "tl-checkout-wrapper\n\nWraps any content and opens the Ticketlayer checkout modal when clicked.\nUses the SDK's modal manager which handles the iframe overlay.\n\nThe web harness for `checkoutWrapperCore`: it renders, it forwards, and it\ndecides only which key press counts as activation. Everything else is in\n`@ticketlayer/elements-core` (AGENTS.md, TKT-11)."
1252
1252
  },
1253
1253
  {
1254
1254
  "name": "slot",
@@ -1294,7 +1294,7 @@
1294
1294
  "methods": [],
1295
1295
  "events": [
1296
1296
  {
1297
- "event": "tl-close",
1297
+ "event": "tlClose",
1298
1298
  "detail": "void",
1299
1299
  "bubbles": true,
1300
1300
  "complexType": {
@@ -1308,7 +1308,7 @@
1308
1308
  "docsTags": []
1309
1309
  },
1310
1310
  {
1311
- "event": "tl-complete",
1311
+ "event": "tlComplete",
1312
1312
  "detail": "OrderResult",
1313
1313
  "bubbles": true,
1314
1314
  "complexType": {
@@ -1329,7 +1329,7 @@
1329
1329
  "docsTags": []
1330
1330
  },
1331
1331
  {
1332
- "event": "tl-error",
1332
+ "event": "tlError",
1333
1333
  "detail": "{ message: string; }",
1334
1334
  "bubbles": true,
1335
1335
  "complexType": {
@@ -1362,7 +1362,7 @@
1362
1362
  "encapsulation": "shadow",
1363
1363
  "tag": "tl-event-card",
1364
1364
  "readme": "# tl-event-card\n\n\n",
1365
- "docs": "",
1365
+ "docs": "The web harness for `eventCardCore`.\n\nIt renders and it forwards: which event is shown, how it is read, the status\nbadge and the date are all in `@ticketlayer/elements-core` (AGENTS.md,\nTKT-11).",
1366
1366
  "docsTags": [],
1367
1367
  "usage": {},
1368
1368
  "props": [
@@ -1475,7 +1475,7 @@
1475
1475
  "encapsulation": "shadow",
1476
1476
  "tag": "tl-event-list",
1477
1477
  "readme": "# tl-event-list\n\n\n",
1478
- "docs": "",
1478
+ "docs": "tl-event-list - what the channel is selling, as a grid of tl-event-card.\n\nThe web harness for `eventListCore`: it renders and it forwards. What to ask\nfor, what came back and every string are in `@ticketlayer/elements-core`\n(AGENTS.md, TKT-11).\n\nUsage: <tl-event-list limit=\"12\" columns=\"3\"></tl-event-list>",
1479
1479
  "docsTags": [],
1480
1480
  "usage": {},
1481
1481
  "props": [
@@ -1601,7 +1601,7 @@
1601
1601
  "encapsulation": "shadow",
1602
1602
  "tag": "tl-login",
1603
1603
  "readme": "# tl-login\n\n\n",
1604
- "docs": "tl-login - magic-link sign-in. The customer enters an email, we ask the SDK\nto send a link (POST /sales/customer-auth/magic-link), then either the link\nlands back on this page with `?code=` or the customer types the code from\nthe email; both exchange through the SDK (POST /sales/customer-tokens). No\npassword is ever handled here.\n\nStates: enter email -> check your inbox (resend, enter code) -> signed in\n(email + sign out).\n\nUsage: <tl-login></tl-login>",
1604
+ "docs": "tl-login - magic-link sign-in. The customer enters an email, we ask the SDK\nto send a link (POST /sales/customer-auth/magic-link), then either the link\nlands back on this page with `?code=` or the customer types the code from\nthe email; both exchange through the SDK (POST /sales/customer-tokens). No\npassword is ever handled here.\n\nStates: enter email -> check your inbox (resend, enter code) -> signed in\n(email + sign out).\n\nThe web harness for `loginCore`: it renders and it forwards. The phases, the\nexchange, the auth subscriptions and every string are in\n`@ticketlayer/elements-core` (AGENTS.md, TKT-11). What is left here is the\nStencil surface and the two genuinely web things: the client the page\npublished on `window.Ticketlayer`, and `window.location.search`, which is\nwhere this runtime keeps the `?code=` the core asks for.\n\nUsage: <tl-login></tl-login>",
1605
1605
  "docsTags": [
1606
1606
  {
1607
1607
  "name": "event",
@@ -1748,7 +1748,7 @@
1748
1748
  "encapsulation": "shadow",
1749
1749
  "tag": "tl-my-orders",
1750
1750
  "readme": "# tl-my-orders\n\n\n",
1751
- "docs": "tl-my-orders - the signed-in customer's orders (GET /sales/my-orders through\nthe SDK): event, date, ticket count, total and status per row. Clicking a\nrow expands it to show the order's tickets (tl-order-tickets). Shows\ntl-login inline when nobody is signed in.\n\nUsage: <tl-my-orders></tl-my-orders>",
1751
+ "docs": "tl-my-orders - the signed-in customer's orders (GET /sales/my-orders through\nthe SDK): event, date, ticket count, total and status per row. Clicking a\nrow expands it to show the order's tickets (tl-order-tickets). Shows\ntl-login inline when nobody is signed in.\n\nThe web harness for `myOrdersCore`: it renders and it forwards. Who is\nsigned in, the two auth subscriptions that keep that current, the listing\nand every string are in `@ticketlayer/elements-core` (AGENTS.md, TKT-11).\n\nUsage: <tl-my-orders></tl-my-orders>",
1752
1752
  "docsTags": [
1753
1753
  {
1754
1754
  "name": "event",
@@ -2061,7 +2061,7 @@
2061
2061
  "encapsulation": "shadow",
2062
2062
  "tag": "tl-order-confirmation",
2063
2063
  "readme": "# tl-order-confirmation\n\n\n",
2064
- "docs": "tl-order-confirmation - the \"thank you\" page block: order reference,\ncustomer email, event and date, ticket lines, totals, then the tickets\nthemselves (tl-order-tickets, each with a Download PDF link).\n\nFinds its order three ways, in priority order:\n 1. the `order-id` prop\n 2. the URL (`?orderId=`), the contract the hosted box office confirmation\n page uses; `?redirect_status=` from a Stripe return is honoured too\n 3. the SDK's `checkout:completed` event, for a page that mounts this before\n the customer pays\n\nUsage: <tl-order-confirmation order-id=\"ord_xxx\"></tl-order-confirmation>",
2064
+ "docs": "tl-order-confirmation - the \"thank you\" page block: order reference,\ncustomer email, event and date, ticket lines, totals, then the tickets\nthemselves (tl-order-tickets, each with a Download PDF link).\n\nFinds its order three ways, in priority order:\n 1. the `order-id` prop\n 2. the URL (`?orderId=`), the contract the hosted box office confirmation\n page uses; `?redirect_status=` from a Stripe return is honoured too\n 3. the SDK's `checkout:completed` event, for a page that mounts this before\n the customer pays\n\nThe web harness for `orderConfirmationCore`: it renders and it forwards. All\nthree of those routes, the money rows, the event lookup and every string are\nin `@ticketlayer/elements-core` (AGENTS.md, TKT-11). What is left here is the\nStencil surface and the two genuinely web things: the client the page\npublished on `window.Ticketlayer`, and `window.location.search`, which is\nwhere this runtime keeps the parameters the core asks for.\n\nUsage: <tl-order-confirmation order-id=\"ord_xxx\"></tl-order-confirmation>",
2065
2065
  "docsTags": [
2066
2066
  {
2067
2067
  "name": "event",
@@ -2211,8 +2211,8 @@
2211
2211
  "references": {
2212
2212
  "TlOrderData": {
2213
2213
  "location": "import",
2214
- "path": "../../utils/order-summary",
2215
- "id": "src/utils/order-summary.ts::TlOrderData",
2214
+ "path": "@ticketlayer/elements-core",
2215
+ "id": "../elements-core/dist/esm/index.d.ts::TlOrderData",
2216
2216
  "referenceLocation": "TlOrderData"
2217
2217
  }
2218
2218
  }
@@ -2246,7 +2246,7 @@
2246
2246
  "encapsulation": "shadow",
2247
2247
  "tag": "tl-order-tickets",
2248
2248
  "readme": "# tl-order-tickets\n\n\n",
2249
- "docs": "tl-order-tickets - renders all the tickets for an order as scannable QR\ncards with PDF download. Fetches the order through the SDK (order-access\ngated by the session), so it works on a confirmation page or in an account.\n\nUsage: <tl-order-tickets order-id=\"ord_xxx\"></tl-order-tickets>\n\nOn an empty result it waits rather than concluding there is nothing.\n\nTickets are issued asynchronously: the payment confirms, the order is\nmarked paid, and entitlement issuance follows a moment later. A confirmation\npage therefore renders BEFORE the passes exist - reliably, not occasionally.\nThe component used to answer that with \"No tickets for this order yet\",\nwhich is true and reads as \"something went wrong\" to someone who has just\nbeen charged. Refreshing showed them, so the only thing missing was the\nwaiting.\n\nSo: an empty order is treated as issuance in flight and polled, with the\ngaps widening, for about a minute. Then it stops and says the tickets are\ncoming by email, because at that point something probably is wrong and a\npage that polls forever is worse than one that admits it.",
2249
+ "docs": "tl-order-tickets - renders all the tickets for an order as scannable QR\ncards with PDF download. Fetches the order through the SDK (order-access\ngated by the session), so it works on a confirmation page or in an account.\n\nUsage: <tl-order-tickets order-id=\"ord_xxx\"></tl-order-tickets>\n\nOn an empty result it waits rather than concluding there is nothing: tickets\nare issued a moment after the order is paid, so a confirmation page renders\nbefore the passes exist. The waiting, the widening schedule behind it and\nthe point at which it gives up are all in `orderTicketsCore`\n(`@ticketlayer/elements-core`, AGENTS.md, TKT-11), along with every string.\nThis harness renders and forwards, and the one thing it owns is pairing\n`mount()` with its teardown - which is what stops the polling when the\nelement goes off screen.",
2250
2250
  "docsTags": [],
2251
2251
  "usage": {},
2252
2252
  "props": [
@@ -2334,7 +2334,7 @@
2334
2334
  "encapsulation": "shadow",
2335
2335
  "tag": "tl-promo-code",
2336
2336
  "readme": "# tl-promo-code\n\n\n",
2337
- "docs": "tl-promo-code - an input plus Apply button that redeems a presale or promo\ncode for the current cart (POST /sales/presale-codes/redeem through the\nSDK). Redemption unlocks gated pricing on the customer; the SDK re-reads the\ncart and publishes cart:updated, so tl-cart and badges re-render on their own.\n\nThe API has no un-redeem, so the applied state offers only \"use a different\ncode\", which clears the input for another redemption.\n\nUsage: <tl-promo-code></tl-promo-code>",
2337
+ "docs": "tl-promo-code - an input plus Apply button that redeems a presale or promo\ncode for the current cart (POST /sales/presale-codes/redeem through the\nSDK). Redemption unlocks gated pricing on the customer; the SDK re-reads the\ncart and publishes cart:updated, so tl-cart and badges re-render on their own.\n\nThe API has no un-redeem, so the applied state offers only \"use a different\ncode\", which clears the input for another redemption.\n\nThe web harness for `promoCodeCore`: the redemption, the two error messages\nand every string are the core's (AGENTS.md, TKT-11).\n\nUsage: <tl-promo-code></tl-promo-code>",
2338
2338
  "docsTags": [
2339
2339
  {
2340
2340
  "name": "event",
@@ -2973,38 +2973,38 @@
2973
2973
  "path": "src/components/tl-buy-tickets-button/tl-buy-tickets-button.tsx"
2974
2974
  },
2975
2975
  "src/components/tl-cart/tl-cart.tsx::TlCartData": {
2976
- "declaration": "export interface TlCartData {\n items: TlCartItem[];\n subtotal: number;\n /** Booking fee, minor units. 0 when the surface reports none. */\n fees: number;\n /** Discount as a positive magnitude, minor units. */\n discount?: number;\n total: number;\n currency: string;\n itemCount: number;\n /** Whether the response expressed a fee at all (see utils/cart-totals). */\n hasFees?: boolean;\n /** The channel fee profile's label, when the response carries one. */\n feeLabel?: string | null;\n itemsSubtotal?: number;\n totalFees?: number;\n totalDiscounts?: number;\n}",
2976
+ "declaration": "export interface TlCartData {\n items: TlCartItem[];\n subtotal: number;\n /** Booking fee, minor units. 0 when the surface reports none. */\n fees: number;\n /** Discount as a positive magnitude, minor units. */\n discount?: number;\n total: number;\n currency: string;\n itemCount: number;\n /** Whether the response expressed a fee at all (see money.ts). */\n hasFees?: boolean;\n /** The channel fee profile's label, when the response carries one. */\n feeLabel?: string | null;\n itemsSubtotal?: number;\n totalFees?: number;\n totalDiscounts?: number;\n}",
2977
2977
  "docstring": "",
2978
2978
  "path": "src/components/tl-cart/tl-cart.tsx"
2979
2979
  },
2980
2980
  "src/components/tl-event-card/tl-event-card.tsx::TlEventCardEvent": {
2981
- "declaration": "export interface TlEventCardEvent {\n id: string;\n name: string;\n slug?: string;\n description?: string;\n shortDescription?: string;\n imageUrl?: string;\n thumbnailUrl?: string;\n category?: string;\n venue?: {\n id: string;\n name: string;\n city: string;\n };\n nextOccurrence?: {\n startsAt: string;\n };\n availabilityStatus: 'available' | 'limited' | 'sold_out';\n}",
2981
+ "declaration": "export interface TlEventCardEvent {\n id: string;\n name: string;\n slug?: string;\n description?: string;\n shortDescription?: string;\n imageUrl?: string;\n thumbnailUrl?: string;\n category?: string;\n venue?: {\n id: string;\n name: string;\n city: string;\n };\n nextOccurrence?: {\n startsAt: string;\n };\n availabilityStatus: 'available' | 'limited' | 'sold_out';\n}",
2982
2982
  "docstring": "",
2983
2983
  "path": "src/components/tl-event-card/tl-event-card.tsx"
2984
2984
  },
2985
2985
  "src/components/tl-login/tl-login.tsx::TlAuthChanged": {
2986
- "declaration": "export interface TlAuthChanged {\n customer: SDKCustomer | null;\n authenticated: boolean;\n}",
2986
+ "declaration": "export interface TlAuthChanged {\n customer: TlLoginCustomer | null;\n authenticated: boolean;\n}",
2987
2987
  "docstring": "",
2988
2988
  "path": "src/components/tl-login/tl-login.tsx"
2989
2989
  },
2990
2990
  "src/components/tl-occurrence-selector/tl-occurrence-selector.tsx::TlOccurrenceSelectorTheme": {
2991
- "declaration": "export interface TlOccurrenceSelectorTheme {\n primaryColor?: string;\n primaryForeground?: string;\n backgroundColor?: string;\n foregroundColor?: string;\n mutedColor?: string;\n mutedForeground?: string;\n borderColor?: string;\n borderRadius?: string;\n fontFamily?: string;\n}",
2992
- "docstring": "Theme configuration for styling",
2991
+ "declaration": "export interface TlOccurrenceSelectorTheme {\n primaryColor?: string;\n primaryForeground?: string;\n backgroundColor?: string;\n foregroundColor?: string;\n mutedColor?: string;\n mutedForeground?: string;\n borderColor?: string;\n borderRadius?: string;\n fontFamily?: string;\n}",
2992
+ "docstring": "The per-instance theme a host may hand the element.\n\nDeclared here because the prop is, and acted on by the harness: on the web\neach field is written as a `--tl-*` custom property over the one the theme\npackage ships. See the note at the top of this file.",
2993
2993
  "path": "src/components/tl-occurrence-selector/tl-occurrence-selector.tsx"
2994
2994
  },
2995
2995
  "src/components/tl-occurrence-selector/tl-occurrence-selector.tsx::TlOccurrence": {
2996
- "declaration": "export interface TlOccurrence {\n id: string;\n startsAt: string;\n endsAt?: string;\n status?: string;\n availableCapacity?: number;\n soldOut?: boolean;\n}",
2997
- "docstring": "Occurrence data structure",
2996
+ "declaration": "export interface TlOccurrence {\n id: string;\n startsAt: string;\n endsAt?: string;\n status?: string;\n availableCapacity?: number;\n soldOut?: boolean;\n}",
2997
+ "docstring": "One occurrence, as this element reads and announces it.",
2998
2998
  "path": "src/components/tl-occurrence-selector/tl-occurrence-selector.tsx"
2999
2999
  },
3000
3000
  "src/components/tl-promo-code/tl-promo-code.tsx::TlPromoApplied": {
3001
- "declaration": "export interface TlPromoApplied extends PresaleRedemption {\n code: string;\n cart: unknown | null;\n}",
3001
+ "declaration": "export interface TlPromoApplied extends ElementPresaleRedemption {\n code: string;\n cart: unknown | null;\n}",
3002
3002
  "docstring": "",
3003
3003
  "path": "src/components/tl-promo-code/tl-promo-code.tsx"
3004
3004
  },
3005
3005
  "src/components/tl-ticket/tl-ticket.tsx::TlTicketData": {
3006
- "declaration": "export interface TlTicketData {\n id: string;\n barcode: string;\n type: string;\n status: string;\n holderName: string | null;\n name: string;\n admissionStatus: string;\n eventOccurrenceId: string | null;\n seatLabel: string | null;\n}",
3007
- "docstring": "",
3006
+ "declaration": "export interface TlTicketData {\n id: string;\n barcode: string;\n type: string;\n status: string;\n holderName: string | null;\n name: string;\n admissionStatus: string;\n eventOccurrenceId: string | null;\n seatLabel: string | null;\n}",
3007
+ "docstring": "One issued ticket, as the order view carries it: the redemption token a\nscanner reads, what it admits and whether it has been used.",
3008
3008
  "path": "src/components/tl-ticket/tl-ticket.tsx"
3009
3009
  },
3010
3010
  "src/components/tl-ticket-selector/tl-ticket-selector.tsx::AddToCartItem": {
@@ -3017,10 +3017,10 @@
3017
3017
  "docstring": "",
3018
3018
  "path": "src/utils/sdk-connector.ts"
3019
3019
  },
3020
- "src/utils/order-summary.ts::TlOrderData": {
3021
- "declaration": "export interface TlOrderData {\n id: string;\n orderNumber: string;\n status: string;\n paymentStatus?: string;\n currency: string;\n items: TlOrderItem[];\n subtotal: number | string;\n totalFees?: number | string;\n totalTax?: number | string;\n totalDiscounts?: number | string;\n total: number | string;\n tickets?: TlOrderTicketRef[];\n createdAt?: string;\n // Not on the sales order view today; read defensively if a later view adds them.\n eventName?: string | null;\n customerEmail?: string | null;\n customer?: { email?: string | null } | null;\n}",
3020
+ "../elements-core/dist/esm/index.d.ts::TlOrderData": {
3021
+ "declaration": "export interface TlOrderData {\n id: string;\n orderNumber: string;\n status: string;\n paymentStatus?: string;\n currency: string;\n items: TlOrderItem[];\n subtotal: number | string;\n totalFees?: number | string;\n totalTax?: number | string;\n totalDiscounts?: number | string;\n total: number | string;\n tickets?: TlOrderTicketRef[];\n createdAt?: string;\n eventName?: string | null;\n customerEmail?: string | null;\n customer?: {\n email?: string | null;\n } | null;\n}",
3022
3022
  "docstring": "",
3023
- "path": "src/utils/order-summary.ts"
3023
+ "path": "../elements-core/dist/esm/index.d.ts"
3024
3024
  }
3025
3025
  }
3026
3026
  }
@@ -2,7 +2,7 @@ const NAMESPACE = 'ticketlayer-elements';
2
2
  const BUILD = /* ticketlayer-elements */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, slotRelocation: true, state: true, updatable: true};
3
3
 
4
4
  const globalScripts = () => {};
5
- const globalStyles = ":root{--tl-primary:#6366f1;--tl-color-primary:var(--tl-primary);--tl-primary-foreground:#ffffff;--tl-color-primary-foreground:var(--tl-primary-foreground);--tl-secondary:#f3f4f6;--tl-color-secondary:var(--tl-secondary);--tl-secondary-foreground:#111827;--tl-color-secondary-foreground:var(--tl-secondary-foreground);--tl-accent:#ec4899;--tl-color-accent:var(--tl-accent);--tl-accent-foreground:#ffffff;--tl-color-accent-foreground:var(--tl-accent-foreground);--tl-background:#ffffff;--tl-color-background:var(--tl-background);--tl-foreground:#111827;--tl-color-foreground:var(--tl-foreground);--tl-card:#ffffff;--tl-color-card:var(--tl-card);--tl-muted:#f9fafb;--tl-color-muted:var(--tl-muted);--tl-muted-foreground:#6b7280;--tl-color-muted-foreground:var(--tl-muted-foreground);--tl-border:#e5e7eb;--tl-color-border:var(--tl-border);--tl-border-hover:#9ca3af;--tl-color-border-hover:var(--tl-border-hover);--tl-input:#e5e7eb;--tl-color-input:var(--tl-input);--tl-ring:#6366f1;--tl-color-ring:var(--tl-ring);--tl-success:#10b981;--tl-color-success:var(--tl-success);--tl-success-foreground:#ffffff;--tl-color-success-foreground:var(--tl-success-foreground);--tl-warning:#f59e0b;--tl-color-warning:var(--tl-warning);--tl-warning-foreground:#ffffff;--tl-color-warning-foreground:var(--tl-warning-foreground);--tl-warning-bg:#fef3c7;--tl-color-warning-bg:var(--tl-warning-bg);--tl-error:#ef4444;--tl-color-error:var(--tl-error);--tl-destructive:var(--tl-error);--tl-color-destructive:var(--tl-error);--tl-error-foreground:#ffffff;--tl-color-error-foreground:var(--tl-error-foreground);--tl-destructive-foreground:var(--tl-error-foreground);--tl-color-destructive-foreground:var(--tl-error-foreground);--tl-error-bg:#fee2e2;--tl-color-error-bg:var(--tl-error-bg);--tl-destructive-bg:var(--tl-error-bg);--tl-color-destructive-bg:var(--tl-error-bg);--tl-font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--tl-font-family-mono:ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;--tl-font-size-base:16px;--tl-base-size:var(--tl-font-size-base);--tl-font-scale:1.25;--tl-radius-none:0px;--tl-radius-sm:0.25rem;--tl-radius-md:0.5rem;--tl-radius:var(--tl-radius-md);--tl-radius-lg:0.75rem;--tl-radius-full:9999px;--tl-spacing-1:0.25rem;--tl-spacing-2:0.5rem;--tl-spacing-3:0.75rem;--tl-spacing-4:1rem;--tl-spacing-5:1.25rem;--tl-spacing-6:1.5rem;--tl-spacing-8:2rem;--tl-duration-fast:120ms;--tl-duration-normal:200ms;--tl-duration-slow:320ms;--tl-easing-standard:cubic-bezier(0.2, 0, 0, 1);--tl-easing-emphasised:cubic-bezier(0.3, 0, 0, 1)}";
5
+ const globalStyles = ":root{--tl-primary:#6366f1;--tl-color-primary:var(--tl-primary);--tl-primary-foreground:#ffffff;--tl-color-primary-foreground:var(--tl-primary-foreground);--tl-secondary:#f3f4f6;--tl-color-secondary:var(--tl-secondary);--tl-secondary-foreground:#111827;--tl-color-secondary-foreground:var(--tl-secondary-foreground);--tl-accent:#ec4899;--tl-color-accent:var(--tl-accent);--tl-accent-foreground:#ffffff;--tl-color-accent-foreground:var(--tl-accent-foreground);--tl-background:#ffffff;--tl-color-background:var(--tl-background);--tl-foreground:#111827;--tl-color-foreground:var(--tl-foreground);--tl-card:#ffffff;--tl-color-card:var(--tl-card);--tl-muted:#f9fafb;--tl-color-muted:var(--tl-muted);--tl-muted-foreground:#6b7280;--tl-color-muted-foreground:var(--tl-muted-foreground);--tl-border:#e5e7eb;--tl-color-border:var(--tl-border);--tl-border-hover:#9ca3af;--tl-color-border-hover:var(--tl-border-hover);--tl-input:#e5e7eb;--tl-color-input:var(--tl-input);--tl-ring:#6366f1;--tl-color-ring:var(--tl-ring);--tl-success:#10b981;--tl-color-success:var(--tl-success);--tl-success-foreground:#ffffff;--tl-color-success-foreground:var(--tl-success-foreground);--tl-warning:#f59e0b;--tl-color-warning:var(--tl-warning);--tl-warning-foreground:#ffffff;--tl-color-warning-foreground:var(--tl-warning-foreground);--tl-warning-bg:#fef3c7;--tl-color-warning-bg:var(--tl-warning-bg);--tl-error:#ef4444;--tl-color-error:var(--tl-error);--tl-destructive:var(--tl-error);--tl-color-destructive:var(--tl-error);--tl-error-foreground:#ffffff;--tl-color-error-foreground:var(--tl-error-foreground);--tl-destructive-foreground:var(--tl-error-foreground);--tl-color-destructive-foreground:var(--tl-error-foreground);--tl-error-bg:#fee2e2;--tl-color-error-bg:var(--tl-error-bg);--tl-destructive-bg:var(--tl-error-bg);--tl-color-destructive-bg:var(--tl-error-bg);--tl-info:#3b82f6;--tl-color-info:var(--tl-info);--tl-info-foreground:#ffffff;--tl-color-info-foreground:var(--tl-info-foreground);--tl-info-bg:#dbeafe;--tl-color-info-bg:var(--tl-info-bg);--tl-font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--tl-font-family-mono:ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;--tl-font-size-base:16px;--tl-base-size:var(--tl-font-size-base);--tl-font-scale:1.25;--tl-radius-none:0px;--tl-radius-sm:0.25rem;--tl-radius-md:0.5rem;--tl-radius:var(--tl-radius-md);--tl-radius-lg:0.75rem;--tl-radius-full:9999px;--tl-spacing-1:0.25rem;--tl-spacing-2:0.5rem;--tl-spacing-3:0.75rem;--tl-spacing-4:1rem;--tl-spacing-5:1.25rem;--tl-spacing-6:1.5rem;--tl-spacing-8:2rem;--tl-duration-fast:120ms;--tl-duration-normal:200ms;--tl-duration-slow:320ms;--tl-easing-standard:cubic-bezier(0.2, 0, 0, 1);--tl-easing-emphasised:cubic-bezier(0.3, 0, 0, 1)}";
6
6
 
7
7
  /*
8
8
  Stencil Client Platform v4.45.0 | MIT Licensed | https://stenciljs.com
package/dist/esm/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { g as getSDK, h as hasSDK, o as onSDKEvent, s as setSDK, w as whenSDK } from './sdk-connector-CqhvfyKV.js';
2
2
  export { tl_buy_tickets_wrapper as TlBuyTicketsWrapper } from './tl-buy-tickets-wrapper.entry.js';
3
3
  export { tl_checkout_wrapper as TlCheckoutWrapper } from './tl-checkout-wrapper.entry.js';
4
- import './index-OoYV1faY.js';
4
+ import './index-imfxp765.js';
5
+ import './ticket-selector-BwChnHVC.js';
@@ -1,10 +1,10 @@
1
- import { g as globalScripts, b as bootstrapLazy } from './index-OoYV1faY.js';
2
- export { s as setNonce } from './index-OoYV1faY.js';
1
+ import { g as globalScripts, b as bootstrapLazy } from './index-imfxp765.js';
2
+ export { s as setNonce } from './index-imfxp765.js';
3
3
 
4
4
  const defineCustomElements = async (win, options) => {
5
5
  if (typeof window === 'undefined') return undefined;
6
6
  await globalScripts();
7
- return bootstrapLazy([["tl-my-orders",[[1,"tl-my-orders",{"emptyMessage":[1,"empty-message"],"columns":[2],"orders":[32],"authenticated":[32],"loading":[32],"error":[32],"expandedId":[32]}]]],["tl-buy-modal",[[1,"tl-buy-modal",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"step":[32],"eventName":[32],"imageUrl":[32],"venueLabel":[32],"dateSummary":[32],"selectedOccurrenceId":[32],"occurrenceCount":[32],"occurrenceLabel":[32],"error":[32]}]]],["tl-order-confirmation",[[1,"tl-order-confirmation",{"orderId":[1,"order-id"],"customerEmail":[1,"customer-email"],"showTickets":[4,"show-tickets"],"columns":[2],"order":[32],"resolvedOrderId":[32],"loading":[32],"error":[32],"paymentFailed":[32],"occurrence":[32],"signedInCustomer":[32]},null,{"orderId":[{"watchOrderId":0}]}]]],["tl-cart-drawer",[[1,"tl-cart-drawer",{"side":[1],"heading":[1],"open":[1028],"visible":[32]},null,{"open":[{"onOpenProp":0}]}]]],["tl-event-list",[[1,"tl-event-list",{"limit":[2],"category":[1],"columns":[2],"events":[32],"loading":[32],"error":[32]},null,{"limit":[{"watchFiltersChange":0}],"category":[{"watchFiltersChange":0}]}]]],["tl-buy-tickets-button",[[1,"tl-buy-tickets-button",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"state":[1],"label":[1],"variant":[1],"size":[1],"fullWidth":[4,"full-width"],"price":[2],"currency":[1],"pricePrefix":[1,"price-prefix"],"disabled":[4],"isHovered":[32]}]]],["tl-buy-tickets-wrapper",[[260,"tl-buy-tickets-wrapper",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"disabled":[4]}]]],["tl-cart-badge",[[1,"tl-cart-badge",{"showEmpty":[4,"show-empty"],"icon":[1],"size":[1],"badgeOnly":[4,"badge-only"],"itemCount":[32]}]]],["tl-checkout-wrapper",[[260,"tl-checkout-wrapper",{"disabled":[4]}]]],["tl-promo-code",[[1,"tl-promo-code",{"placeholder":[1],"buttonLabel":[1,"button-label"],"code":[32],"applying":[32],"applied":[32],"error":[32]}]]],["tl-seat-map",[[1,"tl-seat-map",{"occurrenceId":[1,"occurrence-id"],"hboUrl":[1,"hbo-url"],"apiUrl":[1,"api-url"],"height":[1],"width":[1],"isReady":[32],"isLoading":[32],"error":[32],"seatsInCart":[32]},null,{"occurrenceId":[{"watchOccurrenceId":0}]}]]],["tl-cart",[[1,"tl-cart",{"showCheckoutButton":[4,"show-checkout-button"],"checkoutLabel":[1,"checkout-label"],"showRemoveButtons":[4,"show-remove-buttons"],"compact":[4],"cart":[32],"loading":[32],"error":[32],"removingItemId":[32]}]]],["tl-event-card",[[1,"tl-event-card",{"event":[16],"eventId":[1,"event-id"],"loadedEvent":[32],"loading":[32],"error":[32]},null,{"eventId":[{"watchEventId":0}]}]]],["tl-login",[[1,"tl-login",{"heading":[1],"allowCodeEntry":[4,"allow-code-entry"],"phase":[32],"email":[32],"code":[32],"busy":[32],"error":[32],"notice":[32],"customer":[32]}]]],["tl-occurrence-selector_2",[[1,"tl-occurrence-selector",{"eventId":[1,"event-id"],"displayMode":[1,"display-mode"],"orientation":[1],"theme":[16],"loading":[32],"error":[32],"occurrences":[32],"currentMonth":[32],"selectedDate":[32],"computedDisplayMode":[32],"containerWidth":[32]},null,{"eventId":[{"onEventIdChange":0}]}],[1,"tl-ticket-selector",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"showButton":[4,"show-button"],"buttonLabel":[1,"button-label"],"view":[32]},null,{"eventId":[{"watchPropsChange":0}],"occurrenceId":[{"watchPropsChange":0}],"showButton":[{"syncProps":0}],"buttonLabel":[{"syncProps":0}]}]]],["tl-order-tickets_2",[[1,"tl-order-tickets",{"orderId":[1,"order-id"],"columns":[2],"tickets":[32],"loading":[32],"error":[32],"issuing":[32]},null,{"orderId":[{"watchOrder":0}]}],[1,"tl-ticket",{"ticket":[16],"orderId":[1,"order-id"],"qrSvg":[32],"downloading":[32]},null,{"ticket":[{"generateQr":0}]}]]]], options);
7
+ return bootstrapLazy([["tl-my-orders",[[1,"tl-my-orders",{"emptyMessage":[1,"empty-message"],"columns":[2],"view":[32]},null,{"emptyMessage":[{"syncProps":0}],"columns":[{"syncProps":0}]}]]],["tl-buy-modal",[[1,"tl-buy-modal",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"step":[32],"eventName":[32],"imageUrl":[32],"venueLabel":[32],"dateSummary":[32],"selectedOccurrenceId":[32],"occurrenceCount":[32],"occurrenceLabel":[32],"error":[32]}]]],["tl-order-confirmation",[[1,"tl-order-confirmation",{"orderId":[1,"order-id"],"customerEmail":[1,"customer-email"],"showTickets":[4,"show-tickets"],"columns":[2],"view":[32]},null,{"orderId":[{"watchOrderId":0}],"customerEmail":[{"syncProps":0}],"showTickets":[{"syncProps":0}],"columns":[{"syncProps":0}]}]]],["tl-cart-drawer",[[1,"tl-cart-drawer",{"side":[1],"heading":[1],"open":[1028],"view":[32]},null,{"side":[{"syncProps":0}],"heading":[{"syncProps":0}],"open":[{"onOpenProp":0}]}]]],["tl-event-card",[[1,"tl-event-card",{"event":[16],"eventId":[1,"event-id"],"view":[32]},null,{"event":[{"syncProps":0}],"eventId":[{"watchEventId":0}]}]]],["tl-event-list",[[1,"tl-event-list",{"limit":[2],"category":[1],"columns":[2],"view":[32]},null,{"limit":[{"watchFiltersChange":0}],"category":[{"watchFiltersChange":0}],"columns":[{"syncProps":0}]}]]],["tl-buy-tickets-button",[[1,"tl-buy-tickets-button",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"state":[1],"label":[1],"variant":[1],"size":[1],"fullWidth":[4,"full-width"],"price":[2],"currency":[1],"pricePrefix":[1,"price-prefix"],"disabled":[4],"isHovered":[32],"view":[32]},null,{"eventId":[{"syncProps":0}],"occurrenceId":[{"syncProps":0}],"state":[{"syncProps":0}],"label":[{"syncProps":0}],"variant":[{"syncProps":0}],"size":[{"syncProps":0}],"fullWidth":[{"syncProps":0}],"price":[{"syncProps":0}],"currency":[{"syncProps":0}],"pricePrefix":[{"syncProps":0}],"disabled":[{"syncProps":0}]}]]],["tl-buy-tickets-wrapper",[[260,"tl-buy-tickets-wrapper",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"disabled":[4],"view":[32]},null,{"eventId":[{"syncProps":0}],"occurrenceId":[{"syncProps":0}],"disabled":[{"syncProps":0}]}]]],["tl-cart-badge",[[1,"tl-cart-badge",{"showEmpty":[4,"show-empty"],"icon":[1],"size":[1],"badgeOnly":[4,"badge-only"],"view":[32]},null,{"showEmpty":[{"syncProps":0}],"icon":[{"syncProps":0}],"size":[{"syncProps":0}],"badgeOnly":[{"syncProps":0}]}]]],["tl-checkout-wrapper",[[260,"tl-checkout-wrapper",{"disabled":[4],"view":[32]},null,{"disabled":[{"syncProps":0}]}]]],["tl-promo-code",[[1,"tl-promo-code",{"placeholder":[1],"buttonLabel":[1,"button-label"],"view":[32]},null,{"placeholder":[{"syncProps":0}],"buttonLabel":[{"syncProps":0}]}]]],["tl-seat-map",[[1,"tl-seat-map",{"occurrenceId":[1,"occurrence-id"],"hboUrl":[1,"hbo-url"],"apiUrl":[1,"api-url"],"height":[1],"width":[1],"isReady":[32],"isLoading":[32],"error":[32],"seatsInCart":[32]},null,{"occurrenceId":[{"watchOccurrenceId":0}]}]]],["tl-cart",[[1,"tl-cart",{"showCheckoutButton":[4,"show-checkout-button"],"checkoutLabel":[1,"checkout-label"],"showRemoveButtons":[4,"show-remove-buttons"],"compact":[4],"view":[32]},null,{"showCheckoutButton":[{"syncProps":0}],"checkoutLabel":[{"syncProps":0}],"showRemoveButtons":[{"syncProps":0}],"compact":[{"syncProps":0}]}]]],["tl-login",[[1,"tl-login",{"heading":[1],"allowCodeEntry":[4,"allow-code-entry"],"view":[32]},null,{"heading":[{"syncProps":0}],"allowCodeEntry":[{"syncProps":0}]}]]],["tl-occurrence-selector_2",[[1,"tl-occurrence-selector",{"eventId":[1,"event-id"],"displayMode":[1,"display-mode"],"orientation":[1],"theme":[16],"view":[32]},null,{"eventId":[{"watchSubject":0}],"displayMode":[{"syncProps":0}],"orientation":[{"syncProps":0}],"theme":[{"syncProps":0}]}],[1,"tl-ticket-selector",{"eventId":[1,"event-id"],"occurrenceId":[1,"occurrence-id"],"showButton":[4,"show-button"],"buttonLabel":[1,"button-label"],"view":[32]},null,{"eventId":[{"watchPropsChange":0}],"occurrenceId":[{"watchPropsChange":0}],"showButton":[{"syncProps":0}],"buttonLabel":[{"syncProps":0}]}]]],["tl-order-tickets_2",[[1,"tl-order-tickets",{"orderId":[1,"order-id"],"columns":[2],"view":[32]},null,{"orderId":[{"watchOrder":0}],"columns":[{"syncProps":0}]}],[1,"tl-ticket",{"ticket":[16],"orderId":[1,"order-id"],"qrSvg":[32],"downloading":[32]},null,{"ticket":[{"generateQr":0}]}]]]], options);
8
8
  };
9
9
 
10
10
  export { defineCustomElements };