@justifi/webcomponents 6.0.0-rc.3 → 6.0.0-rc.5

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 (361) hide show
  1. package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
  2. package/dist/cjs/{check-pkg-version-DvwUM1uA.js → check-pkg-version-BsodhBbK.js} +1 -1
  3. package/dist/cjs/{checkout.store-CV_fuGQw.js → checkout.store-Cn3Jj5gi.js} +1 -0
  4. package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
  5. package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
  6. package/dist/cjs/form-control-date.cjs.entry.js +2 -2
  7. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
  8. package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
  9. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
  10. package/dist/cjs/form-control-number.cjs.entry.js +2 -2
  11. package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
  12. package/dist/cjs/form-control-select_2.cjs.entry.js +2 -2
  13. package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
  14. package/dist/cjs/justifi-apple-pay.cjs.entry.js +836 -0
  15. package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +8 -8
  16. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  17. package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
  18. package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +141 -35
  19. package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
  20. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +2 -2
  21. package/dist/cjs/justifi-dispute-management.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +2 -2
  23. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  24. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  25. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  26. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  27. package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
  28. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  30. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  31. package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  34. package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
  35. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
  36. package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
  37. package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
  38. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
  39. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
  40. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  41. package/dist/cjs/loader.cjs.js +1 -1
  42. package/dist/cjs/{package-BLAsoHSG.js → package-DJaHaxMC.js} +1 -1
  43. package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
  44. package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
  45. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  46. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  47. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  48. package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
  49. package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
  50. package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
  51. package/dist/cjs/webcomponents.cjs.js +1 -1
  52. package/dist/collection/api/ApplePay.js +119 -0
  53. package/dist/collection/api/services/apple-pay.service.js +334 -0
  54. package/dist/collection/collection-manifest.json +1 -0
  55. package/dist/collection/components/modular-checkout/modular-checkout.js +137 -32
  56. package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
  57. package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +555 -0
  58. package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
  59. package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
  60. package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
  61. package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
  62. package/dist/collection/components/order-terminals/order-terminals.js +1 -1
  63. package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
  64. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  65. package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
  66. package/dist/collection/components/payments-list/payments-list-core.js +1 -1
  67. package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
  68. package/dist/collection/components/payments-list/payments-list.js +1 -1
  69. package/dist/collection/components/payout-details/payout-details-core.js +3 -3
  70. package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
  71. package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
  72. package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
  73. package/dist/collection/components/payouts-list/payouts-list.js +1 -1
  74. package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
  75. package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
  76. package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
  77. package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
  78. package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
  79. package/dist/collection/components/terminals-list/terminals-list.js +1 -1
  80. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +3 -3
  81. package/dist/collection/store/checkout.store.js +1 -0
  82. package/dist/collection/ui-components/apple-pay-button.js +146 -0
  83. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  84. package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
  85. package/dist/collection/ui-components/form/form-control-date.js +2 -2
  86. package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
  87. package/dist/collection/ui-components/form/form-control-file.js +2 -2
  88. package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
  89. package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
  90. package/dist/collection/ui-components/form/form-control-number.js +2 -2
  91. package/dist/collection/ui-components/form/form-control-radio.js +2 -2
  92. package/dist/collection/ui-components/form/form-control-text.js +2 -2
  93. package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
  94. package/dist/collection/ui-components/form/hidden-input.js +1 -1
  95. package/dist/collection/ui-components/form/iframe-input.js +3 -3
  96. package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
  97. package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
  98. package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
  99. package/dist/docs.json +463 -1
  100. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  101. package/dist/esm/{badge-D_mzXSCQ.js → badge-D4ZXPFjL.js} +1 -1
  102. package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
  103. package/dist/esm/bank-account-form.entry.js +2 -2
  104. package/dist/esm/business-details-core.entry.js +3 -3
  105. package/dist/esm/{button-CeR8qVS3.js → button-C0wLsDP3.js} +1 -1
  106. package/dist/esm/card-form.entry.js +2 -2
  107. package/dist/esm/{check-pkg-version-D1hbenUd.js → check-pkg-version-D_w9UM2s.js} +1 -1
  108. package/dist/esm/{checkout.store-B60siz2l.js → checkout.store-OAv_iY1u.js} +1 -0
  109. package/dist/esm/checkouts-list-core.entry.js +5 -5
  110. package/dist/esm/{checkouts-table-CFZYoYjn.js → checkouts-table-DjGKtqoc.js} +2 -2
  111. package/dist/esm/custom-popper_2.entry.js +3 -3
  112. package/dist/esm/form-alert_5.entry.js +1 -1
  113. package/dist/esm/form-control-checkbox.entry.js +5 -5
  114. package/dist/esm/form-control-date.entry.js +4 -4
  115. package/dist/esm/{form-control-error-text-D3ZwkOv-.js → form-control-error-text-Bzfs_rxk.js} +1 -1
  116. package/dist/esm/form-control-file-v2_2.entry.js +5 -5
  117. package/dist/esm/{form-control-help-text-C39ZW65w.js → form-control-help-text-ueLctOBN.js} +1 -1
  118. package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
  119. package/dist/esm/form-control-monetary.entry.js +5 -5
  120. package/dist/esm/form-control-number-masked_2.entry.js +4 -4
  121. package/dist/esm/form-control-number.entry.js +5 -5
  122. package/dist/esm/form-control-radio.entry.js +3 -3
  123. package/dist/esm/form-control-select_2.entry.js +4 -4
  124. package/dist/esm/gross-payment-chart-core.entry.js +3 -3
  125. package/dist/esm/{header-1-E-hEi3wF.js → header-1-BMKEv9y6.js} +1 -1
  126. package/dist/esm/{header-3-Dm7M85kz.js → header-3-C3t3m27b.js} +1 -1
  127. package/dist/esm/hidden-input_2.entry.js +7 -7
  128. package/dist/esm/{insurance-state-CB4l8sOv.js → insurance-state-d4hjThzE.js} +1 -1
  129. package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
  130. package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
  131. package/dist/esm/justifi-additional-statement_8.entry.js +1 -1
  132. package/dist/esm/justifi-apple-pay.entry.js +834 -0
  133. package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +12 -12
  134. package/dist/esm/justifi-business-details.entry.js +4 -4
  135. package/dist/esm/justifi-business-form.entry.js +6 -6
  136. package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
  137. package/dist/esm/justifi-checkout-summary_6.entry.js +145 -39
  138. package/dist/esm/justifi-checkout.entry.js +4 -4
  139. package/dist/esm/justifi-checkouts-list-filters.entry.js +1 -1
  140. package/dist/esm/justifi-checkouts-list.entry.js +5 -5
  141. package/dist/esm/justifi-details.entry.js +2 -2
  142. package/dist/esm/justifi-dispute-management.entry.js +2 -2
  143. package/dist/esm/justifi-dispute-notification_3.entry.js +5 -5
  144. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
  145. package/dist/esm/justifi-order-terminals.entry.js +5 -5
  146. package/dist/esm/justifi-owner-form_3.entry.js +2 -2
  147. package/dist/esm/justifi-payment-details.entry.js +4 -4
  148. package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
  149. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  150. package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
  151. package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
  152. package/dist/esm/justifi-payments-list.entry.js +7 -7
  153. package/dist/esm/justifi-payout-details.entry.js +4 -4
  154. package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
  155. package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
  156. package/dist/esm/justifi-payouts-list.entry.js +7 -7
  157. package/dist/esm/justifi-refund-payment.entry.js +5 -5
  158. package/dist/esm/justifi-saved-payment-method.entry.js +1 -1
  159. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
  160. package/dist/esm/justifi-skeleton.entry.js +3 -3
  161. package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
  162. package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
  163. package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
  164. package/dist/esm/justifi-terminals-list.entry.js +6 -6
  165. package/dist/esm/loader.js +1 -1
  166. package/dist/esm/{package-DqFAlAve.js → package-78C4rMuv.js} +1 -1
  167. package/dist/esm/pagination-menu.entry.js +1 -1
  168. package/dist/esm/{parts-CfF8KKwx.js → parts-RvUQ__Pq.js} +1 -1
  169. package/dist/esm/payment-details-core.entry.js +13 -13
  170. package/dist/esm/payment-method-option.entry.js +2 -2
  171. package/dist/esm/payments-list-core.entry.js +7 -7
  172. package/dist/esm/{payments-status-XoZrlbiZ.js → payments-status-1yRdTNeS.js} +1 -1
  173. package/dist/esm/{payments-table-Dh4P9mTb.js → payments-table-8RADYkma.js} +2 -2
  174. package/dist/esm/payout-details-core.entry.js +9 -9
  175. package/dist/esm/payouts-list-core.entry.js +7 -7
  176. package/dist/esm/{payouts-status-Qm2jZG1-.js → payouts-status-BqsQVtBp.js} +1 -1
  177. package/dist/esm/{payouts-table-DMVAZp-r.js → payouts-table-DPw7yIx8.js} +2 -2
  178. package/dist/esm/{skeleton-DrHwsgs_.js → skeleton-BmTjpTYa.js} +1 -1
  179. package/dist/esm/{spinner-XBq6mVJW.js → spinner-YGDOI-CS.js} +1 -1
  180. package/dist/esm/table-filters-menu.entry.js +2 -2
  181. package/dist/esm/{table-qqt2Ew5y.js → table-ybHxxc9f.js} +2 -2
  182. package/dist/esm/terminal-orders-list-core.entry.js +6 -6
  183. package/dist/esm/{terminal-orders-table-BN4Co4T8.js → terminal-orders-table-D-xP5WuM.js} +2 -2
  184. package/dist/esm/terminal-quantity-selector.entry.js +2 -2
  185. package/dist/esm/terminals-list-core.entry.js +6 -6
  186. package/dist/esm/{terminals-table-C8LczeG_.js → terminals-table-DVAPCgEr.js} +2 -2
  187. package/dist/esm/{utils-kWaZhFAd.js → utils-DG5aMFmf.js} +1 -1
  188. package/dist/esm/webcomponents.js +1 -1
  189. package/dist/module/bank-account.js +2 -2
  190. package/dist/module/card-form2.js +2 -2
  191. package/dist/module/checkout.store.js +1 -0
  192. package/dist/module/custom-popper2.js +2 -2
  193. package/dist/module/form-control-checkbox2.js +2 -2
  194. package/dist/module/form-control-date2.js +2 -2
  195. package/dist/module/form-control-file-v22.js +1 -1
  196. package/dist/module/form-control-file2.js +2 -2
  197. package/dist/module/form-control-monetary2.js +2 -2
  198. package/dist/module/form-control-number-masked2.js +2 -2
  199. package/dist/module/form-control-number.js +2 -2
  200. package/dist/module/form-control-radio2.js +2 -2
  201. package/dist/module/form-control-text2.js +2 -2
  202. package/dist/module/form-control-textarea2.js +2 -2
  203. package/dist/module/hidden-input2.js +1 -1
  204. package/dist/module/iframe-input2.js +3 -3
  205. package/dist/module/justifi-apple-pay.d.ts +11 -0
  206. package/dist/module/justifi-apple-pay.js +877 -0
  207. package/dist/module/justifi-button2.js +1 -1
  208. package/dist/module/justifi-header2.js +1 -1
  209. package/dist/module/justifi-order-terminals.js +1 -1
  210. package/dist/module/justifi-payment-transactions-list.js +1 -1
  211. package/dist/module/justifi-payments-list-filters.js +2 -2
  212. package/dist/module/justifi-payments-list.js +1 -1
  213. package/dist/module/justifi-payout-transactions-list.js +1 -1
  214. package/dist/module/justifi-payouts-list-filters.js +2 -2
  215. package/dist/module/justifi-payouts-list.js +1 -1
  216. package/dist/module/justifi-skeleton.js +1 -1
  217. package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
  218. package/dist/module/justifi-terminal-orders-list.js +1 -1
  219. package/dist/module/justifi-terminals-list-filters.js +1 -1
  220. package/dist/module/justifi-terminals-list.js +1 -1
  221. package/dist/module/modular-checkout.js +133 -27
  222. package/dist/module/package.js +1 -1
  223. package/dist/module/payment-details-core2.js +8 -8
  224. package/dist/module/payment-method-option.js +1 -1
  225. package/dist/module/payments-list-core2.js +1 -1
  226. package/dist/module/payout-details-core2.js +3 -3
  227. package/dist/module/payouts-list-core2.js +1 -1
  228. package/dist/module/summary.js +1 -1
  229. package/dist/module/terminal-orders-list-core2.js +1 -1
  230. package/dist/module/terminal-quantity-selector2.js +1 -1
  231. package/dist/module/terminals-list-core2.js +1 -1
  232. package/dist/module/tokenize-payment-method.js +3 -3
  233. package/dist/types/api/ApplePay.d.ts +196 -0
  234. package/dist/types/api/services/apple-pay.service.d.ts +66 -0
  235. package/dist/types/components/modular-checkout/modular-checkout.d.ts +9 -0
  236. package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
  237. package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +39 -0
  238. package/dist/types/components.d.ts +122 -0
  239. package/dist/types/store/checkout.store.d.ts +1 -0
  240. package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
  241. package/dist/webcomponents/{p-48bccf3b.entry.js → p-03c7cee8.entry.js} +1 -1
  242. package/dist/webcomponents/{p-738e0511.entry.js → p-08a5cc2f.entry.js} +1 -1
  243. package/dist/webcomponents/{p-43d693a3.entry.js → p-0aee6da6.entry.js} +1 -1
  244. package/dist/webcomponents/{p-f21549f3.entry.js → p-0e290b6e.entry.js} +1 -1
  245. package/dist/webcomponents/{p-0cab7d5d.entry.js → p-0e64cd09.entry.js} +1 -1
  246. package/dist/webcomponents/{p-9f289c31.entry.js → p-1246b999.entry.js} +1 -1
  247. package/dist/webcomponents/p-12c312a0.entry.js +1 -0
  248. package/dist/webcomponents/{p-a3ab166f.entry.js → p-134d5029.entry.js} +1 -1
  249. package/dist/webcomponents/{p-f7e62bfa.entry.js → p-1b892b3a.entry.js} +1 -1
  250. package/dist/webcomponents/p-1c0c1d7b.entry.js +1 -0
  251. package/dist/webcomponents/p-1e206c92.entry.js +1 -0
  252. package/dist/webcomponents/p-1ea7868a.entry.js +1 -0
  253. package/dist/webcomponents/{p-84ce3bae.entry.js → p-281e36be.entry.js} +1 -1
  254. package/dist/webcomponents/p-2a0a907d.entry.js +1 -0
  255. package/dist/webcomponents/{p-c65f157f.entry.js → p-2ab0a2b3.entry.js} +1 -1
  256. package/dist/webcomponents/{p-93e7df50.entry.js → p-32cecfaf.entry.js} +1 -1
  257. package/dist/webcomponents/{p-a069c345.entry.js → p-3ffe1e2e.entry.js} +1 -1
  258. package/dist/webcomponents/p-48f42f07.entry.js +1 -0
  259. package/dist/webcomponents/{p-37445ce9.entry.js → p-4a1198ee.entry.js} +1 -1
  260. package/dist/webcomponents/{p-befda39d.entry.js → p-4a79c737.entry.js} +1 -1
  261. package/dist/webcomponents/{p-a8205044.entry.js → p-4c994761.entry.js} +1 -1
  262. package/dist/webcomponents/p-5510b57c.entry.js +1 -0
  263. package/dist/webcomponents/p-5a5f07be.entry.js +1 -0
  264. package/dist/webcomponents/p-5acd6add.entry.js +1 -0
  265. package/dist/webcomponents/{p-6e18d13f.entry.js → p-5ad70aae.entry.js} +1 -1
  266. package/dist/webcomponents/p-5afbfafb.entry.js +1 -0
  267. package/dist/webcomponents/p-6974a44c.entry.js +1 -0
  268. package/dist/webcomponents/p-6df132e6.entry.js +1 -0
  269. package/dist/webcomponents/p-6f2b41f5.entry.js +1 -0
  270. package/dist/webcomponents/p-6f9755cc.entry.js +1 -0
  271. package/dist/webcomponents/p-70cd4cbd.entry.js +1 -0
  272. package/dist/webcomponents/p-7288473f.entry.js +1 -0
  273. package/dist/webcomponents/{p-79055216.entry.js → p-76a95d07.entry.js} +1 -1
  274. package/dist/webcomponents/{p-e6a1a851.entry.js → p-776699bd.entry.js} +1 -1
  275. package/dist/webcomponents/p-78C4rMuv.js +1 -0
  276. package/dist/webcomponents/{p-29b6f15a.entry.js → p-7b9fa1fb.entry.js} +1 -1
  277. package/dist/webcomponents/{p-7ed7b2f6.entry.js → p-9009dede.entry.js} +1 -1
  278. package/dist/webcomponents/p-98939b74.entry.js +1 -0
  279. package/dist/webcomponents/{p-BTkXk7ol.js → p-BUadwxkh.js} +1 -1
  280. package/dist/webcomponents/{p-CCME-fyU.js → p-BXKEChoo.js} +1 -1
  281. package/dist/webcomponents/p-BZzESzqz.js +1 -0
  282. package/dist/webcomponents/{p-Dvxpy_P1.js → p-BhdBpAn9.js} +1 -1
  283. package/dist/webcomponents/p-BmFoKOM3.js +1 -0
  284. package/dist/webcomponents/p-BtOB_CaO.js +1 -0
  285. package/dist/webcomponents/{p-qMrd7_Gp.js → p-C0AHrswP.js} +1 -1
  286. package/dist/webcomponents/{p-BeszVz87.js → p-CP_tg-uH.js} +1 -1
  287. package/dist/webcomponents/{p-JgbsbAhz.js → p-D48iERjQ.js} +1 -1
  288. package/dist/webcomponents/p-D7eeJWA-.js +1 -0
  289. package/dist/webcomponents/{p-CsNubTqD.js → p-DBsw4qpn.js} +1 -1
  290. package/dist/webcomponents/{p-vRhNRfmB.js → p-DKRXPZKS.js} +1 -1
  291. package/dist/webcomponents/p-DOd8HaWV.js +1 -0
  292. package/dist/webcomponents/p-DcE8SQPv.js +1 -0
  293. package/dist/webcomponents/{p-D456WTYf.js → p-DhRb39as.js} +1 -1
  294. package/dist/webcomponents/p-Drz6LnIw.js +1 -0
  295. package/dist/webcomponents/{p-DO3INvI2.js → p-DuXN7Akd.js} +1 -1
  296. package/dist/webcomponents/{p-Bz164TKZ.js → p-HAk7yBNq.js} +1 -1
  297. package/dist/webcomponents/{p-CfF8KKwx.js → p-RvUQ__Pq.js} +1 -1
  298. package/dist/webcomponents/p-a1483fbd.entry.js +1 -0
  299. package/dist/webcomponents/{p-53c81d62.entry.js → p-a1a8f6bd.entry.js} +1 -1
  300. package/dist/webcomponents/{p-15777cfe.entry.js → p-a406bf1a.entry.js} +1 -1
  301. package/dist/webcomponents/p-a4cb5604.entry.js +1 -0
  302. package/dist/webcomponents/{p-f4f3cae8.entry.js → p-a70bc148.entry.js} +1 -1
  303. package/dist/webcomponents/{p-57143978.entry.js → p-a9d2dd5e.entry.js} +1 -1
  304. package/dist/webcomponents/{p-c5b48e8d.entry.js → p-afc83e27.entry.js} +1 -1
  305. package/dist/webcomponents/{p-3d85d046.entry.js → p-b04cc606.entry.js} +1 -1
  306. package/dist/webcomponents/{p-a0b8c888.entry.js → p-b10e34b0.entry.js} +1 -1
  307. package/dist/webcomponents/p-b41d2b8f.entry.js +1 -0
  308. package/dist/webcomponents/p-b8f63e28.entry.js +1 -0
  309. package/dist/webcomponents/{p-4b808606.entry.js → p-bbbb9225.entry.js} +1 -1
  310. package/dist/webcomponents/p-bd560810.entry.js +1 -0
  311. package/dist/webcomponents/{p-c217869b.entry.js → p-c029fc20.entry.js} +1 -1
  312. package/dist/webcomponents/p-c62e23c1.entry.js +1 -0
  313. package/dist/webcomponents/{p-b0bfa20f.entry.js → p-c6860f60.entry.js} +1 -1
  314. package/dist/webcomponents/{p-0e287092.entry.js → p-cbfc8269.entry.js} +1 -1
  315. package/dist/webcomponents/{p-0935b6e5.entry.js → p-d0729065.entry.js} +1 -1
  316. package/dist/webcomponents/{p-4bba4e66.entry.js → p-dad15b15.entry.js} +1 -1
  317. package/dist/webcomponents/{p-0b790fa4.entry.js → p-dc245644.entry.js} +4 -4
  318. package/dist/webcomponents/{p-d1a65c6d.entry.js → p-e00fd71d.entry.js} +1 -1
  319. package/dist/webcomponents/{p-e2267656.entry.js → p-e6ca1872.entry.js} +1 -1
  320. package/dist/webcomponents/{p-e546b8f8.entry.js → p-e70a5f50.entry.js} +1 -1
  321. package/dist/webcomponents/{p-904a95e5.entry.js → p-e8a198fa.entry.js} +1 -1
  322. package/dist/webcomponents/{p-9a4c1990.entry.js → p-eca1e808.entry.js} +1 -1
  323. package/dist/webcomponents/p-fb1904d2.entry.js +1 -0
  324. package/dist/webcomponents/{p-35bbfbf8.entry.js → p-fbaf62a5.entry.js} +1 -1
  325. package/dist/webcomponents/p-fcb6e870.entry.js +1 -0
  326. package/dist/webcomponents/{p-YND5pTuF.js → p-nWGo6sHu.js} +1 -1
  327. package/dist/webcomponents/{p-BisQ61nK.js → p-wyEq9Pa1.js} +1 -1
  328. package/dist/webcomponents/webcomponents.esm.js +1 -1
  329. package/package.json +1 -1
  330. package/dist/webcomponents/p-0cc85003.entry.js +0 -1
  331. package/dist/webcomponents/p-1975406a.entry.js +0 -1
  332. package/dist/webcomponents/p-2a59547b.entry.js +0 -1
  333. package/dist/webcomponents/p-2da63719.entry.js +0 -1
  334. package/dist/webcomponents/p-4ae2a0b9.entry.js +0 -1
  335. package/dist/webcomponents/p-4b795b77.entry.js +0 -1
  336. package/dist/webcomponents/p-5001e722.entry.js +0 -1
  337. package/dist/webcomponents/p-5477c449.entry.js +0 -1
  338. package/dist/webcomponents/p-56980ef3.entry.js +0 -1
  339. package/dist/webcomponents/p-614fcef6.entry.js +0 -1
  340. package/dist/webcomponents/p-63b1fffd.entry.js +0 -1
  341. package/dist/webcomponents/p-739d6f13.entry.js +0 -1
  342. package/dist/webcomponents/p-74ae5db7.entry.js +0 -1
  343. package/dist/webcomponents/p-9ccd19f5.entry.js +0 -1
  344. package/dist/webcomponents/p-BC8YDY7M.js +0 -1
  345. package/dist/webcomponents/p-BbYVgLcf.js +0 -1
  346. package/dist/webcomponents/p-C1fMfnu0.js +0 -1
  347. package/dist/webcomponents/p-C_CXv7AN.js +0 -1
  348. package/dist/webcomponents/p-CwZKT93w.js +0 -1
  349. package/dist/webcomponents/p-D599ZMGU.js +0 -1
  350. package/dist/webcomponents/p-DqFAlAve.js +0 -1
  351. package/dist/webcomponents/p-a33ea645.entry.js +0 -1
  352. package/dist/webcomponents/p-ba018d57.entry.js +0 -1
  353. package/dist/webcomponents/p-be06d86a.entry.js +0 -1
  354. package/dist/webcomponents/p-dd4ef924.entry.js +0 -1
  355. package/dist/webcomponents/p-df4f2af9.entry.js +0 -1
  356. package/dist/webcomponents/p-e1ba5735.entry.js +0 -1
  357. package/dist/webcomponents/p-e4e30e84.entry.js +0 -1
  358. package/dist/webcomponents/p-e898de89.entry.js +0 -1
  359. package/dist/webcomponents/p-f200cbda.entry.js +0 -1
  360. package/dist/webcomponents/p-f4645aef.entry.js +0 -1
  361. package/dist/webcomponents/p-zrUQD0Wr.js +0 -1
@@ -7,18 +7,18 @@ var parts = require('./parts-9jMf1erK.js');
7
7
  var styledHost = require('./styled-host-CqQYxX-w.js');
8
8
  require('./event-types-YOY5TKUN.js');
9
9
  var skeleton = require('./skeleton-x-GSs3xk.js');
10
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
10
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
11
11
  var configState = require('./config-state-5xZf-jax.js');
12
12
  var header3 = require('./header-3-D9Wa0IfT.js');
13
13
  var utils = require('./utils-DAyWinG2.js');
14
14
  var stateOptions = require('./state-options-CIT9xdTz.js');
15
15
  var button = require('./button-CfVQSysQ.js');
16
- var checkout_store = require('./checkout.store-CV_fuGQw.js');
16
+ var checkout_store = require('./checkout.store-Cn3Jj5gi.js');
17
17
  require('./_commonjsHelpers-BJu3ubxk.js');
18
18
  require('./business-form-options-CMII7nIK.js');
19
19
  require('./Business-DCRzZf0w.js');
20
20
  require('./helpers-B5OCqlIM.js');
21
- require('./package-BLAsoHSG.js');
21
+ require('./package-DJaHaxMC.js');
22
22
  require('./Api-CPuq_15r.js');
23
23
  require('./utils-BaGF9XIe.js');
24
24
  require('./dinero-BwNN_k7x.js');
@@ -155,10 +155,10 @@ const BankAccountForm = class {
155
155
  return this.accountNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
156
156
  }
157
157
  render() {
158
- return (index.h(styledHost.StyledHost, { key: '747d0bd674b599caae42830991744c3fae14e803' }, index.h(BankAccountFormSkeleton, { key: '003f7e171314684a54a6cae032741b9eb8cf6491', isReady: this.isReady }), index.h("hidden-input", { key: '6ba383c713664e59d4abd2ecc4275596d4632be5' }), index.h("div", { key: '81546cb09ecaec5f50c57e78d95714e6715cf019', class: "container-fluid p-0", style: {
158
+ return (index.h(styledHost.StyledHost, { key: 'f6b75ae15faeea635abbdcbefee10a8bdb78ba08' }, index.h(BankAccountFormSkeleton, { key: '39f42d054342305001a934feeb29c65caa0fe941', isReady: this.isReady }), index.h("hidden-input", { key: 'd4bf758fe0600db0f1535ff9040cc3d9e25c45b9' }), index.h("div", { key: '095bd8da35c668c7c40d696454310e0e320a1730', class: "container-fluid p-0", style: {
159
159
  opacity: this.isReady ? '1' : '0',
160
160
  height: this.isReady ? 'auto' : '0',
161
- } }, index.h("div", { key: '21257886a4cd3667bf92b94de93f9f6d856c42f5', class: "row mb-3" }, index.h("iframe-input", { key: '80102dd11c42053e8b7b9b4d3f586d28400e759f', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), index.h("div", { key: 'b513ba0b350c390e554dd6d30acf636dc9bddff3', class: "row" }, index.h("iframe-input", { key: '8929a99c7fbe37148416295d92018a6291cbc9e6', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
161
+ } }, index.h("div", { key: 'db367bbd03c3d563913228c1051bdb9bb61c11a9', class: "row mb-3" }, index.h("iframe-input", { key: 'e636d0226cf832f6cd7fde39ea5f471aae6d4605', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber` })), index.h("div", { key: '410dd5cdca9e6774f96133fe4dbb29f0d1405138', class: "row" }, index.h("iframe-input", { key: '26b7138268f6e4f866c4eaf3d2f9c4b0ba00a6c3', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber` })))));
162
162
  }
163
163
  };
164
164
 
@@ -239,7 +239,7 @@ const JustifiButton = class {
239
239
  this.type = 'button';
240
240
  }
241
241
  render() {
242
- return (index.h(styledHost.StyledHost, { key: '56c3098559d728e326c9d76276f2e54bfb8b6697' }, index.h(button.Button, { key: '56d123ed4bc90972e8bcd8ad00e5942819998bed', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
242
+ return (index.h(styledHost.StyledHost, { key: '0cc61730e0afccbf438382a3d709397ebe327a9a' }, index.h(button.Button, { key: 'c82eb8f914aa50df8b3e51d271a9e4c29602369e', variant: this.variant, isLoading: this.isLoading, clickHandler: this.clickHandler, class: this.class, type: this.type, disabled: this.disabled, style: this.customStyle }, this.text)));
243
243
  }
244
244
  };
245
245
 
@@ -338,10 +338,10 @@ const JustifiCardForm = class {
338
338
  return this.cardNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
339
339
  }
340
340
  render() {
341
- return (index.h(styledHost.StyledHost, { key: '4aca2e72165125e0ddf34c978c29eca6ae3bded1' }, index.h(CardFormSkeleton, { key: 'bfe670e2a84a1945babf9f0f27ab33387fd3e320', isReady: this.isReady }), index.h("hidden-input", { key: 'ae76e3246979e71ea916109dbba61d041a0434bb' }), index.h("div", { key: '192dee5354b70a59030a7258b4282636a8b0d545', class: "container-fluid p-0", style: {
341
+ return (index.h(styledHost.StyledHost, { key: '18d429a9feac5ab030ab040a9aec0efdc0a09b3a' }, index.h(CardFormSkeleton, { key: '8a7a41be9477f7656601a1b21bbd89398846ddda', isReady: this.isReady }), index.h("hidden-input", { key: '256715cd96354c50903c03e15b3de7a81c25e59f' }), index.h("div", { key: 'd55bae0a16f8572e476f012594ca99074e1f3af5', class: "container-fluid p-0", style: {
342
342
  opacity: this.isReady ? '1' : '0',
343
343
  height: this.isReady ? 'auto' : '0',
344
- } }, index.h("div", { key: 'edc562e49002e4fc5d59975f2faec7d4cb53e7c4', class: "mb-3" }, index.h("iframe-input", { key: '597cda9d529c3099bf0afe121b62dc425d0199b6', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), index.h("div", { key: '41436372ad92b6bb30be16057340caf56a22c656', class: "row" }, index.h("div", { key: '5ac0a9964db760b293ceba8730e4cdd1ba50382e', class: "col-4 align-content-end" }, index.h("iframe-input", { key: '3b5d4e5c535a3e0e7eaffdf3e1f5afdceac3738c', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), index.h("div", { key: 'd946453b6fa4c99dd9c7f5d64ee7171ebebbb67f', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'b132330a64b46d6506debf79c87282598c2fbf5a', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), index.h("div", { key: '21b5cfbf2aa6e038dc13910108dcd85c800e09cf', class: "col-4 align-content-end" }, index.h("iframe-input", { key: '4a266eef3d8636b5852a090ee20e6d014296e6dc', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
344
+ } }, index.h("div", { key: '7d1906ad3065c71e5871c0fbb30686dcfa011ecb', class: "mb-3" }, index.h("iframe-input", { key: 'cabb51df56859dcf77a8e7b1bd18841eea872a96', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber` })), index.h("div", { key: 'dc14f4d1cadd95587cee0e0fbf82b48b7ade1ffb', class: "row" }, index.h("div", { key: 'd6637ada2d0b35e41ffceedd4427bc8e819a564d', class: "col-4 align-content-end" }, index.h("iframe-input", { key: '57bac9f6b1695cb62f60483b4350aa9a1365f944', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Expiration", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth` })), index.h("div", { key: '2264ccbe1c8ca30b3359cf52b3cef7ac0707462e', class: "col-4 align-content-end" }, index.h("iframe-input", { key: '0195b665d1b4809c9ab04c68fcd3de6a1f6af562', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear` })), index.h("div", { key: '07578e7173b66895b84091184f7f3166fcf00314', class: "col-4 align-content-end" }, index.h("iframe-input", { key: 'cea4796ffdec09d0c9b56d3a09d5e0571744a966', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV` }))))));
345
345
  }
346
346
  };
347
347
 
@@ -5,7 +5,7 @@ var utils = require('./utils-Df-pajL7.js');
5
5
  var business_service = require('./business.service-C3BdUPlm.js');
6
6
  var getBusiness = require('./get-business-o5jPq_ME.js');
7
7
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
8
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
8
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
9
9
  require('./parts-9jMf1erK.js');
10
10
  require('./Api-CPuq_15r.js');
11
11
  require('./config-state-5xZf-jax.js');
@@ -19,7 +19,7 @@ require('./Business-DCRzZf0w.js');
19
19
  require('./helpers-B5OCqlIM.js');
20
20
  require('./state-options-CIT9xdTz.js');
21
21
  require('./utils-DvUQQLmR.js');
22
- require('./package-BLAsoHSG.js');
22
+ require('./package-DJaHaxMC.js');
23
23
 
24
24
  const BusinessDetails = class {
25
25
  constructor(hostRef) {
@@ -11,7 +11,7 @@ require('./Refund-CqWNG8sx.js');
11
11
  require('./Pagination-Dediz133.js');
12
12
  var Business = require('./Business-DCRzZf0w.js');
13
13
  require('./Dispute-CruQTF6_.js');
14
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
14
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
15
15
  var button = require('./button-CfVQSysQ.js');
16
16
  var styledHost = require('./styled-host-CqQYxX-w.js');
17
17
  var header1 = require('./header-1-DD41iNlG.js');
@@ -27,7 +27,7 @@ require('./business-form-options-CMII7nIK.js');
27
27
  require('./index-Yd9aLenr.js');
28
28
  require('./utils-BaGF9XIe.js');
29
29
  require('./helpers-B5OCqlIM.js');
30
- require('./package-BLAsoHSG.js');
30
+ require('./package-DJaHaxMC.js');
31
31
  require('./Api-CPuq_15r.js');
32
32
  require('./parts-9jMf1erK.js');
33
33
  require('./utils-DvUQQLmR.js');
@@ -3,13 +3,13 @@
3
3
  var index = require('./index-dm_GlYlb.js');
4
4
  var parts = require('./parts-9jMf1erK.js');
5
5
  var utils = require('./utils-BaGF9XIe.js');
6
- var checkout_store = require('./checkout.store-CV_fuGQw.js');
6
+ var checkout_store = require('./checkout.store-Cn3Jj5gi.js');
7
7
  var styledHost = require('./styled-host-CqQYxX-w.js');
8
8
  require('./event-types-YOY5TKUN.js');
9
9
  var header1 = require('./header-1-DD41iNlG.js');
10
10
  var insuranceState = require('./insurance-state-Cyva9u6S.js');
11
11
  var header3 = require('./header-3-D9Wa0IfT.js');
12
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
12
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
13
13
  require('./config-state-5xZf-jax.js');
14
14
  require('./dinero-BwNN_k7x.js');
15
15
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
@@ -21,7 +21,7 @@ var utils$1 = require('./utils-DvUQQLmR.js');
21
21
  var checkout_service = require('./checkout.service-B0ZmvWwI.js');
22
22
  var paymentMethodOptionUtils = require('./payment-method-option-utils-WYHIHy-l.js');
23
23
  require('./index-Yd9aLenr.js');
24
- require('./package-BLAsoHSG.js');
24
+ require('./package-DJaHaxMC.js');
25
25
  require('./Api-CPuq_15r.js');
26
26
  require('./helpers-B5OCqlIM.js');
27
27
  require('./state-options-CIT9xdTz.js');
@@ -31,7 +31,7 @@ const Summary = class {
31
31
  index.registerInstance(this, hostRef);
32
32
  }
33
33
  render() {
34
- return (index.h(styledHost.StyledHost, { key: '74b2a1ebf22f1f7e7cb0cfbbbba8a3f8cd528a6b' }, index.h("section", { key: '6ea0bd41680b937c0ff88aa0f73c1ac4bccee9b9' }, index.h("div", { key: '6ca013f92dbaf076bda9a65c98acdf5c8192b22a' }, index.h("div", { key: '62f166bdc0b47e8cda03ee4d549736aaf336727e', part: parts.text }, checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.paymentDescription), index.h("div", { key: 'c681ecba3bbceac71993833f8861393dc5751b4c' }, index.h("span", { key: '46eaedc091f44c2d3bad94cb6a05098385be8ebc', part: parts.text }, "Total"), "\u00A0", index.h("span", { key: 'ad70de1a38c2c7625562cee3a745a6a61235f4cf', part: parts.text }, utils.formatCurrency(+(checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.totalAmount))))))));
34
+ return (index.h(styledHost.StyledHost, { key: '28a1a324b8cdf2dea0aafe91fbdd3679482e76f8' }, index.h("section", { key: 'e8ffe2fdd1592a0b762647fdab94ee5e21436a93' }, index.h("div", { key: '099fbfb449066290cdcd113b0de5f87334777a0e' }, index.h("div", { key: 'c78325957b4e00299366b8e9efe6fd6e86da3b97', part: parts.text }, checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.paymentDescription), index.h("div", { key: 'd077da888b03a34e540f66ebaa57502fe22be7c4' }, index.h("span", { key: 'd4f7ddd24e10302222679a9f73c3b5ed305267a7', part: parts.text }, "Total"), "\u00A0", index.h("span", { key: '1f5d7b6b0cce64eea04879e7767ff87ce5a64069', part: parts.text }, utils.formatCurrency(+(checkout_store.checkoutStore === null || checkout_store.checkoutStore === void 0 ? void 0 : checkout_store.checkoutStore.totalAmount))))))));
35
35
  }
36
36
  };
37
37
 
@@ -47,7 +47,7 @@ const Header = class {
47
47
  }
48
48
  render() {
49
49
  const HeaderComponent = this.levels[this.level];
50
- return (index.h(styledHost.StyledHost, { key: '5113142a64d38ab38fbf95f37e2548501b11d81e' }, index.h(HeaderComponent, { key: 'e28419adc9ac323a1846358efc7ffab98dddec95', text: this.text, class: this.class })));
50
+ return (index.h(styledHost.StyledHost, { key: '73104ea086f8a9948e69f86451adf19e0f39fb32' }, index.h(HeaderComponent, { key: 'a8582109634299a24e2a9b3c7181c6bba511fde7', text: this.text, class: this.class })));
51
51
  }
52
52
  };
53
53
 
@@ -113,6 +113,43 @@ const ModularCheckout = class {
113
113
  this.submitEvent = index.createEvent(this, "submit-event");
114
114
  this.paymentMethodChangedEvent = index.createEvent(this, "payment-method-changed");
115
115
  this.savePaymentMethod = false;
116
+ this.handleApplePayCompleted = (event) => {
117
+ const { success, token, paymentMethodId, error } = event.detail;
118
+ console.log('=== APPLE PAY COMPLETED EVENT ===');
119
+ console.log('Event detail:', event.detail);
120
+ console.log('Payment Method ID received:', paymentMethodId);
121
+ if (success && token) {
122
+ this.applePayToken = token;
123
+ this.applePayPaymentMethodId = paymentMethodId;
124
+ console.log('=== STORED PAYMENT METHOD ID ===');
125
+ console.log('Stored paymentMethodId:', this.applePayPaymentMethodId);
126
+ // Complete the checkout with Apple Pay token
127
+ this.submitCheckoutWithApplePay();
128
+ }
129
+ else {
130
+ console.error("Apple Pay completed but failed:", error);
131
+ this.errorEvent.emit({
132
+ message: (error === null || error === void 0 ? void 0 : error.message) || "Apple Pay payment failed",
133
+ errorCode: ComponentError.ComponentErrorCodes.TOKENIZE_ERROR,
134
+ severity: ComponentError.ComponentErrorSeverity.ERROR,
135
+ });
136
+ }
137
+ };
138
+ this.handleApplePayError = (event) => {
139
+ const { error } = event.detail;
140
+ console.error("Apple Pay error:", error);
141
+ this.errorEvent.emit({
142
+ message: error || "Apple Pay error occurred",
143
+ errorCode: ComponentError.ComponentErrorCodes.TOKENIZE_ERROR,
144
+ severity: ComponentError.ComponentErrorSeverity.ERROR,
145
+ });
146
+ };
147
+ this.handleApplePayCancelled = () => {
148
+ console.log("Apple Pay cancelled by user");
149
+ // Reset the token if cancelled
150
+ this.applePayToken = undefined;
151
+ this.applePayPaymentMethodId = undefined;
152
+ };
116
153
  }
117
154
  savePaymentMethodChanged(newValue) {
118
155
  checkout_store.checkoutStore.savePaymentMethod = newValue;
@@ -120,20 +157,21 @@ const ModularCheckout = class {
120
157
  connectedCallback() {
121
158
  this.observer = new MutationObserver(() => {
122
159
  this.queryFormRefs();
160
+ this.setupApplePayListeners(); // set up again listeners when DOM changes
123
161
  });
124
162
  this.observer.observe(this.hostEl, {
125
163
  childList: true,
126
- subtree: true
164
+ subtree: true,
127
165
  });
128
166
  checkout_store.checkoutStore.checkoutId = this.checkoutId;
129
167
  const config = {
130
168
  authToken: this.authToken,
131
169
  checkoutId: this.checkoutId,
132
- service: new checkout_service.CheckoutService()
170
+ service: new checkout_service.CheckoutService(),
133
171
  };
134
172
  this.getCheckout = makeGetCheckout(config);
135
173
  this.completeCheckout = makeCheckoutComplete(config);
136
- checkout_store.onChange('selectedPaymentMethod', (newValue) => {
174
+ checkout_store.onChange("selectedPaymentMethod", (newValue) => {
137
175
  this.paymentMethodChangedEvent.emit(newValue);
138
176
  });
139
177
  }
@@ -152,7 +190,7 @@ const ModularCheckout = class {
152
190
  checkout_store.checkoutStore.savePaymentMethod = this.savePaymentMethod;
153
191
  this.fetchCheckout();
154
192
  // Refresh the checkout data when insurance values actually change (not on initial load)
155
- insuranceState.insuranceValuesOn('set', (key) => {
193
+ insuranceState.insuranceValuesOn("set", (key) => {
156
194
  const value = insuranceState.insuranceValues[key];
157
195
  if (value !== undefined && insuranceState.hasInsuranceValueChanged(key, value)) {
158
196
  this.fetchCheckout();
@@ -161,10 +199,12 @@ const ModularCheckout = class {
161
199
  }
162
200
  componentDidLoad() {
163
201
  this.queryFormRefs();
202
+ this.setupApplePayListeners();
164
203
  }
165
204
  disconnectedCallback() {
166
205
  var _a;
167
206
  (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
207
+ this.removeApplePayListeners();
168
208
  }
169
209
  fetchCheckout() {
170
210
  if (this.getCheckout) {
@@ -194,7 +234,7 @@ const ModularCheckout = class {
194
234
  errorCode: ComponentError.ComponentErrorCodes.FETCH_ERROR,
195
235
  severity: ComponentError.ComponentErrorSeverity.ERROR,
196
236
  });
197
- }
237
+ },
198
238
  });
199
239
  }
200
240
  }
@@ -210,21 +250,76 @@ const ModularCheckout = class {
210
250
  checkout_store.checkoutStore.bnplProviderClientId = (_a = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _a === void 0 ? void 0 : _a.provider_client_id;
211
251
  checkout_store.checkoutStore.bnplProviderMode = (_b = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _b === void 0 ? void 0 : _b.provider_mode;
212
252
  checkout_store.checkoutStore.bnplProviderApiVersion = (_c = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _c === void 0 ? void 0 : _c.provider_api_version;
213
- checkout_store.checkoutStore.bnplProviderCheckoutUrl = (_d = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _d === void 0 ? void 0 : _d.provider_checkout_url;
253
+ checkout_store.checkoutStore.bnplProviderCheckoutUrl =
254
+ (_d = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _d === void 0 ? void 0 : _d.provider_checkout_url;
214
255
  }
215
256
  queryFormRefs() {
216
- this.paymentMethodFormRef = this.hostEl.querySelector('justifi-card-form, justifi-bank-account-form');
217
- this.billingFormRef = this.hostEl.querySelector('justifi-billing-form, justifi-bank-account-billing-form-simple, justifi-card-billing-form-simple, justifi-billing-form-full');
218
- this.insuranceFormRef = this.hostEl.querySelector('justifi-season-interruption-insurance');
219
- this.sezzlePaymentMethodRef = this.hostEl.querySelector('justifi-sezzle-payment-method');
257
+ this.paymentMethodFormRef = this.hostEl.querySelector("justifi-card-form, justifi-bank-account-form");
258
+ this.billingFormRef = this.hostEl.querySelector("justifi-billing-form, justifi-bank-account-billing-form-simple, justifi-card-billing-form-simple, justifi-billing-form-full");
259
+ this.insuranceFormRef = this.hostEl.querySelector("justifi-season-interruption-insurance");
260
+ this.sezzlePaymentMethodRef = this.hostEl.querySelector("justifi-sezzle-payment-method");
261
+ this.applePayRef = this.hostEl.querySelector("justifi-apple-pay");
262
+ }
263
+ setupApplePayListeners() {
264
+ if (this.applePayRef) {
265
+ this.applePayRef.addEventListener("applePayCompleted", this.handleApplePayCompleted);
266
+ this.applePayRef.addEventListener("applePayError", this.handleApplePayError);
267
+ this.applePayRef.addEventListener("applePayCancelled", this.handleApplePayCancelled);
268
+ }
269
+ }
270
+ removeApplePayListeners() {
271
+ if (this.applePayRef) {
272
+ this.applePayRef.removeEventListener("applePayCompleted", this.handleApplePayCompleted);
273
+ this.applePayRef.removeEventListener("applePayError", this.handleApplePayError);
274
+ this.applePayRef.removeEventListener("applePayCancelled", this.handleApplePayCancelled);
275
+ }
276
+ }
277
+ async submitCheckoutWithApplePay() {
278
+ if (!this.applePayToken) {
279
+ this.errorEvent.emit({
280
+ message: "No Apple Pay token available",
281
+ errorCode: ComponentError.ComponentErrorCodes.TOKENIZE_ERROR,
282
+ severity: ComponentError.ComponentErrorSeverity.ERROR,
283
+ });
284
+ return;
285
+ }
286
+ console.log('=== SUBMITTING CHECKOUT WITH APPLE PAY ===');
287
+ console.log('Payment method ID to send:', this.applePayPaymentMethodId);
288
+ const payment = {
289
+ payment_mode: "apple_pay",
290
+ payment_token: this.applePayPaymentMethodId,
291
+ };
292
+ console.log('=== CHECKOUT COMPLETE PAYLOAD ===');
293
+ console.log('Payment object:', payment);
294
+ this.completeCheckout({
295
+ payment,
296
+ onSuccess: ({ checkout }) => {
297
+ console.log('=== CHECKOUT COMPLETE SUCCESS ===');
298
+ console.log('Checkout result:', checkout);
299
+ this.submitEvent.emit({
300
+ checkout,
301
+ message: "Apple Pay checkout completed successfully",
302
+ });
303
+ },
304
+ onError: (error) => {
305
+ console.error('=== CHECKOUT COMPLETE ERROR ===');
306
+ console.error('Error:', error);
307
+ this.errorEvent.emit({
308
+ message: error.message,
309
+ errorCode: ComponentError.ComponentErrorCodes.COMPLETE_CHECKOUT_ERROR,
310
+ severity: ComponentError.ComponentErrorSeverity.ERROR,
311
+ });
312
+ },
313
+ });
220
314
  }
221
315
  async tokenizePaymentMethod(tokenizeArgs) {
222
316
  var _a, _b, _c;
223
- const billingInfoValues = (_b = await ((_a = this.billingFormRef) === null || _a === void 0 ? void 0 : _a.getValues())) !== null && _b !== void 0 ? _b : {};
317
+ const billingInfoValues = (_b = (await ((_a = this.billingFormRef) === null || _a === void 0 ? void 0 : _a.getValues()))) !== null && _b !== void 0 ? _b : {};
224
318
  const combinedBillingInfo = Object.assign(Object.assign({}, tokenizeArgs), billingInfoValues);
225
319
  const paymentMethodMetadata = Object.assign({ accountId: checkout_store.checkoutStore.accountId, payment_method_group_id: undefined }, combinedBillingInfo);
226
320
  if (checkout_store.checkoutStore.savePaymentMethod) {
227
- paymentMethodMetadata.payment_method_group_id = checkout_store.checkoutStore.paymentMethodGroupId;
321
+ paymentMethodMetadata.payment_method_group_id =
322
+ checkout_store.checkoutStore.paymentMethodGroupId;
228
323
  }
229
324
  return (_c = this.paymentMethodFormRef) === null || _c === void 0 ? void 0 : _c.tokenize({
230
325
  clientId: this.authToken,
@@ -233,6 +328,10 @@ const ModularCheckout = class {
233
328
  });
234
329
  }
235
330
  async getPaymentMethod(submitCheckoutArgs) {
331
+ // If Apple Pay token is available, return a placeholder since we handle it differently
332
+ if (this.applePayToken) {
333
+ return "apple_pay_token";
334
+ }
236
335
  // If we have a payment token from the store (set by tokenize-payment-method), use it
237
336
  if (checkout_store.checkoutStore.paymentToken) {
238
337
  return checkout_store.checkoutStore.paymentToken;
@@ -254,34 +353,41 @@ const ModularCheckout = class {
254
353
  }
255
354
  async validate() {
256
355
  var _a, _b;
257
- console.log('billing information form', this.billingFormRef);
258
- console.log('payment method form', this.paymentMethodFormRef);
259
- console.log('insurance form', this.insuranceFormRef);
260
- console.log('sezzle payment method', this.sezzlePaymentMethodRef);
356
+ // If Apple Pay token is available, validation is already complete
357
+ if (this.applePayToken) {
358
+ return true;
359
+ }
261
360
  const promises = [
262
361
  (_a = this.paymentMethodFormRef) === null || _a === void 0 ? void 0 : _a.validate(),
263
- (_b = this.billingFormRef) === null || _b === void 0 ? void 0 : _b.validate()
362
+ (_b = this.billingFormRef) === null || _b === void 0 ? void 0 : _b.validate(),
264
363
  ];
265
364
  if (this.insuranceFormRef) {
266
365
  promises.push(this.insuranceFormRef.validate());
267
366
  }
268
367
  const validationResults = await Promise.all(promises);
269
- return validationResults.every(result => (result === null || result === void 0 ? void 0 : result.isValid) !== false);
368
+ return validationResults.every((result) => (result === null || result === void 0 ? void 0 : result.isValid) !== false);
270
369
  }
271
370
  async submitCheckout(submitCheckoutArgs) {
272
371
  var _a;
372
+ // If Apple Pay token is available, use Apple Pay flow
373
+ if (this.applePayToken) {
374
+ await this.submitCheckoutWithApplePay();
375
+ return;
376
+ }
273
377
  const isValid = await this.validate();
274
378
  if (!isValid) {
275
379
  this.errorEvent.emit({
276
- message: 'Please fill in all required fields.',
380
+ message: "Please fill in all required fields.",
277
381
  errorCode: ComponentError.ComponentErrorCodes.VALIDATION_ERROR,
278
382
  severity: ComponentError.ComponentErrorSeverity.ERROR,
279
383
  });
280
384
  return;
281
385
  }
282
386
  let payment;
283
- if (checkout_store.checkoutStore.selectedPaymentMethod === 'sezzle') {
284
- const insuranceValidation = this.insuranceFormRef ? await this.insuranceFormRef.validate() : { isValid: true };
387
+ if (checkout_store.checkoutStore.selectedPaymentMethod === "sezzle") {
388
+ const insuranceValidation = this.insuranceFormRef
389
+ ? await this.insuranceFormRef.validate()
390
+ : { isValid: true };
285
391
  const sezzleResult = await this.sezzlePaymentMethodRef.resolvePaymentMethod(insuranceValidation);
286
392
  if (sezzleResult.error) {
287
393
  this.errorEvent.emit({
@@ -291,9 +397,9 @@ const ModularCheckout = class {
291
397
  });
292
398
  return;
293
399
  }
294
- else if (((_a = sezzleResult.bnpl) === null || _a === void 0 ? void 0 : _a.status) === 'success') {
400
+ else if (((_a = sezzleResult.bnpl) === null || _a === void 0 ? void 0 : _a.status) === "success") {
295
401
  payment = {
296
- payment_mode: 'bnpl',
402
+ payment_mode: "bnpl",
297
403
  payment_token: undefined,
298
404
  };
299
405
  }
@@ -302,14 +408,14 @@ const ModularCheckout = class {
302
408
  const paymentMethod = await this.getPaymentMethod(submitCheckoutArgs);
303
409
  if (!paymentMethod) {
304
410
  this.errorEvent.emit({
305
- message: 'Payment method tokenization failed.',
411
+ message: "Payment method tokenization failed.",
306
412
  errorCode: ComponentError.ComponentErrorCodes.TOKENIZE_ERROR,
307
413
  severity: ComponentError.ComponentErrorSeverity.ERROR,
308
414
  });
309
415
  return;
310
416
  }
311
417
  payment = {
312
- payment_mode: 'ecom',
418
+ payment_mode: "ecom",
313
419
  payment_token: paymentMethod,
314
420
  };
315
421
  }
@@ -318,7 +424,7 @@ const ModularCheckout = class {
318
424
  onSuccess: ({ checkout }) => {
319
425
  this.submitEvent.emit({
320
426
  checkout,
321
- message: 'Checkout completed successfully',
427
+ message: "Checkout completed successfully",
322
428
  });
323
429
  },
324
430
  onError: (error) => {
@@ -334,7 +440,7 @@ const ModularCheckout = class {
334
440
  checkout_store.checkoutStore.selectedPaymentMethod = paymentMethodId;
335
441
  }
336
442
  render() {
337
- return (index.h(index.Host, { key: '240891d53dfb817bb39cbeb1e9a96ab885933a47' }));
443
+ return index.h(index.Host, { key: '5831cf966bbdf5236cfcb9a58652908c4a020138' });
338
444
  }
339
445
  get hostEl() { return index.getElement(this); }
340
446
  static get watchers() { return {
@@ -468,7 +574,6 @@ const TokenizePaymentMethod = class {
468
574
  componentWillLoad() {
469
575
  checkPkgVersion.checkPkgVersion();
470
576
  this.analytics = new checkPkgVersion.JustifiAnalytics(this);
471
- this.validateRequiredProps();
472
577
  }
473
578
  connectedCallback() {
474
579
  this.setDefaultSelectedPaymentMethod();
@@ -490,6 +595,7 @@ const TokenizePaymentMethod = class {
490
595
  }
491
596
  async tokenizePaymentMethod(event) {
492
597
  event === null || event === void 0 ? void 0 : event.preventDefault();
598
+ this.validateRequiredProps();
493
599
  this.isLoading = true;
494
600
  try {
495
601
  const validation = await this.validate();
@@ -675,13 +781,13 @@ const TokenizePaymentMethod = class {
675
781
  return (index.h("div", { class: "payment-method" }, index.h("justifi-radio-list-item", { name: "paymentMethodType", value: paymentMethodType, checked: isSelected, label: PAYMENT_METHOD_TYPE_LABELS[paymentMethodType], hidden: this.shouldHideRadioInput }), isSelected && this.renderSelectedPaymentMethodForm(paymentMethodType)));
676
782
  }
677
783
  renderSelectedPaymentMethodForm(paymentMethodId) {
678
- return (index.h("div", { class: "mt-4 pb-4" }, this.renderPaymentMethodForm(paymentMethodId), index.h("div", { class: "mt-4" }, index.h("justifi-billing-form", { ref: (el) => (this.billingFormRef = el), hideCardBillingForm: this.hideCardBillingForm, hideBankAccountBillingForm: this.hideBankAccountBillingForm, paymentMethodType: paymentMethodId })), index.h("justifi-save-new-payment-method", { hidden: !this.paymentMethodGroupID })));
784
+ return (index.h("div", { class: "mt-4 pb-4" }, this.renderPaymentMethodForm(paymentMethodId), index.h("div", { class: "mt-4" }, index.h("justifi-billing-form", { ref: (el) => (this.billingFormRef = el), hideCardBillingForm: this.hideCardBillingForm, hideBankAccountBillingForm: this.hideBankAccountBillingForm, paymentMethodType: paymentMethodId })), index.h("div", { class: "mt-4" }, index.h("justifi-save-new-payment-method", { hidden: !this.paymentMethodGroupID }))));
679
785
  }
680
786
  renderPaymentMethodForm(paymentMethodId) {
681
787
  return paymentMethodId === Refund.PaymentMethodTypes.card ? (index.h("justifi-card-form", { ref: (el) => (this.paymentMethodFormRef = el) })) : (index.h("justifi-bank-account-form", { ref: (el) => (this.paymentMethodFormRef = el) }));
682
788
  }
683
789
  render() {
684
- return (index.h(styledHost.StyledHost, { key: 'baa878a36eaccb4b2b5954a3a0e7d9207df281d6' }, index.h("form", { key: '8ea71dbeea24a4c1baf446d238157e21f4581246' }, index.h("fieldset", { key: '13c213e9a51c0376739c0dd386e7b7e9a2aec604' }, index.h("div", { key: '64c0630fe45638fc70f283921ba8cd0aa5ef84cd', class: "row gy-3" }, index.h("div", { key: 'daba6ab2cf4eded2e0e983411364d5cc181574ee', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), index.h("div", { key: '42f01392faaa6d5037c338d03cb877cabe95b688', class: "col-12" }, index.h("justifi-button", { key: '963c4b851d8f00b96491826f42c5f026e95304d2', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
790
+ return (index.h(styledHost.StyledHost, { key: '91aecb0a6d627adffa535424c3c9520b41df4361' }, index.h("form", { key: '7774c819c106f799b903b24a5d12b59a7b1e2353' }, index.h("fieldset", { key: 'a9c09136f00e96730a0f972a836ae56072afd02f' }, index.h("div", { key: 'cb20d29e8e3102d4db894f87e38e24ea367d1a4b', class: "row gy-3" }, index.h("div", { key: '191e06a9bc446e2043892d4c8a4060b00e87b1bf', class: "col-12" }, this.availablePaymentMethods.map((method) => this.renderPaymentMethodOption(method))), index.h("div", { key: '890bcd8a5a08a049d57385041b0b048fe3f04b51', class: "col-12" }, index.h("justifi-button", { key: 'd361acdb29c73c2a90b9de401c3cab4db020a71a', text: this.submitButtonText, variant: "primary", type: "submit", clickHandler: (e) => this.tokenizePaymentMethod(e), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.computedHideSubmitButton })))))));
685
791
  }
686
792
  get host() { return index.getElement(this); }
687
793
  static get watchers() { return {
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./index-dm_GlYlb.js');
4
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
4
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
5
5
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
6
- var checkout_store = require('./checkout.store-CV_fuGQw.js');
6
+ var checkout_store = require('./checkout.store-Cn3Jj5gi.js');
7
7
  var parts = require('./parts-9jMf1erK.js');
8
8
  var styledHost = require('./styled-host-CqQYxX-w.js');
9
9
  require('./event-types-YOY5TKUN.js');
10
- require('./package-BLAsoHSG.js');
10
+ require('./package-DJaHaxMC.js');
11
11
  require('./Api-CPuq_15r.js');
12
12
  require('./config-state-5xZf-jax.js');
13
13
  require('./index-Yd9aLenr.js');
@@ -9,7 +9,7 @@ require('./Pagination-Dediz133.js');
9
9
  require('./Business-DCRzZf0w.js');
10
10
  require('./Dispute-CruQTF6_.js');
11
11
  var utils = require('./utils-DvUQQLmR.js');
12
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
12
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
13
13
  var checkout_service = require('./checkout.service-B0ZmvWwI.js');
14
14
  var getSubaccounts = require('./get-subaccounts-CwCH5rC8.js');
15
15
  var styledHost = require('./styled-host-CqQYxX-w.js');
@@ -19,7 +19,7 @@ require('./index-Yd9aLenr.js');
19
19
  require('./utils-BaGF9XIe.js');
20
20
  require('./helpers-B5OCqlIM.js');
21
21
  require('./state-options-CIT9xdTz.js');
22
- require('./package-BLAsoHSG.js');
22
+ require('./package-DJaHaxMC.js');
23
23
  require('./Api-CPuq_15r.js');
24
24
  require('./badge-CMmPvqtE.js');
25
25
  require('./parts-9jMf1erK.js');
@@ -2,11 +2,11 @@
2
2
 
3
3
  var index = require('./index-dm_GlYlb.js');
4
4
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
5
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
5
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
6
6
  var Dispute = require('./Dispute-CruQTF6_.js');
7
7
  var utils = require('./utils-DvUQQLmR.js');
8
8
  var dispute_service = require('./dispute.service-DsPEAcDn.js');
9
- require('./package-BLAsoHSG.js');
9
+ require('./package-DJaHaxMC.js');
10
10
  require('./Api-CPuq_15r.js');
11
11
  require('./config-state-5xZf-jax.js');
12
12
  require('./index-Yd9aLenr.js');
@@ -11,7 +11,7 @@ var ComponentError = require('./ComponentError-D4OLnOkg.js');
11
11
  var utils = require('./utils-DvUQQLmR.js');
12
12
  var dispute_service = require('./dispute.service-DsPEAcDn.js');
13
13
  var eventTypes = require('./event-types-BWQT2lwu.js');
14
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
14
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
15
15
  require('./dinero-BwNN_k7x.js');
16
16
  require('./Api-CPuq_15r.js');
17
17
  require('./config-state-5xZf-jax.js');
@@ -22,7 +22,7 @@ require('./Pagination-Dediz133.js');
22
22
  require('./Business-DCRzZf0w.js');
23
23
  require('./helpers-B5OCqlIM.js');
24
24
  require('./state-options-CIT9xdTz.js');
25
- require('./package-BLAsoHSG.js');
25
+ require('./package-DJaHaxMC.js');
26
26
 
27
27
  const makeUpdateDisputeResponse = ({ authToken, disputeId, service }) => async ({ payload, onSuccess, onError, final = () => { } }) => {
28
28
  var _a;
@@ -9,7 +9,7 @@ require('./Business-DCRzZf0w.js');
9
9
  require('./Dispute-CruQTF6_.js');
10
10
  var utils = require('./utils-DvUQQLmR.js');
11
11
  var utils$1 = require('./utils-Df-pajL7.js');
12
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
12
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
13
13
  require('./config-state-5xZf-jax.js');
14
14
  require('./index-Yd9aLenr.js');
15
15
  require('./utils-BaGF9XIe.js');
@@ -17,7 +17,7 @@ require('./dinero-BwNN_k7x.js');
17
17
  require('./helpers-B5OCqlIM.js');
18
18
  require('./state-options-CIT9xdTz.js');
19
19
  require('./parts-9jMf1erK.js');
20
- require('./package-BLAsoHSG.js');
20
+ require('./package-DJaHaxMC.js');
21
21
 
22
22
  const api = Api.Api();
23
23
  class ReportsService {
@@ -4,7 +4,7 @@ var index = require('./index-dm_GlYlb.js');
4
4
  var parts = require('./parts-9jMf1erK.js');
5
5
  var styledHost = require('./styled-host-CqQYxX-w.js');
6
6
  require('./event-types-YOY5TKUN.js');
7
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
7
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
8
8
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
9
9
  var business_service = require('./business.service-C3BdUPlm.js');
10
10
  var Business = require('./Business-DCRzZf0w.js');
@@ -18,7 +18,7 @@ require('./Dispute-CruQTF6_.js');
18
18
  var utils = require('./utils-DvUQQLmR.js');
19
19
  var terminal_service = require('./terminal.service-DUlyMTrX.js');
20
20
  var utils$1 = require('./utils-BaGF9XIe.js');
21
- require('./package-BLAsoHSG.js');
21
+ require('./package-DJaHaxMC.js');
22
22
  require('./Api-CPuq_15r.js');
23
23
  require('./helpers-B5OCqlIM.js');
24
24
  require('./state-options-CIT9xdTz.js');
@@ -233,7 +233,7 @@ const OrderTerminals = class {
233
233
  return (index.h("div", { class: "mt-3" }, index.h("div", { class: "text-end" }, "Order limit: ", this.orderLimit), index.h("div", { class: "d-flex justify-content-end mt-3" }, index.h("button", { class: "btn btn-primary submit-btn", onClick: this.submitOrder.bind(this), disabled: this.order.totalQuantity === 0 || this.submitting, part: parts.buttonPrimary }, this.submitting ? 'Submitting...' : this.submitButtonText))));
234
234
  }
235
235
  render() {
236
- return (index.h(styledHost.StyledHost, { key: '866ce6548ba7252581c370fc33cad23e6a302f4e' }, index.h("div", { key: '2fbdde66e65ac95347a6b50e60f258a8e814e3ab', part: parts.text }, this.renderLoading(), this.renderBusinessDetails(), this.renderTerminals(), this.renderOrderSection())));
236
+ return (index.h(styledHost.StyledHost, { key: 'bd9a460778680855f021376a57d6cecd71f9e560' }, index.h("div", { key: '7ac80b5f2499bdecb6f2c0e001f6c6631040c71e', part: parts.text }, this.renderLoading(), this.renderBusinessDetails(), this.renderTerminals(), this.renderOrderSection())));
237
237
  }
238
238
  };
239
239
 
@@ -5,7 +5,7 @@ var payment_service = require('./payment.service-1H0VC3LV.js');
5
5
  var getPaymentDetails = require('./get-payment-details-DtCXaIMx.js');
6
6
  var utils = require('./utils-Df-pajL7.js');
7
7
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
8
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
8
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
9
9
  require('./Api-CPuq_15r.js');
10
10
  require('./config-state-5xZf-jax.js');
11
11
  require('./index-Yd9aLenr.js');
@@ -19,7 +19,7 @@ require('./helpers-B5OCqlIM.js');
19
19
  require('./state-options-CIT9xdTz.js');
20
20
  require('./utils-DvUQQLmR.js');
21
21
  require('./parts-9jMf1erK.js');
22
- require('./package-BLAsoHSG.js');
22
+ require('./package-DJaHaxMC.js');
23
23
 
24
24
  const PaymentDetails = class {
25
25
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./index-dm_GlYlb.js');
4
- var checkPkgVersion = require('./check-pkg-version-DvwUM1uA.js');
4
+ var checkPkgVersion = require('./check-pkg-version-BsodhBbK.js');
5
5
  var ComponentError = require('./ComponentError-D4OLnOkg.js');
6
6
  var paymentProvisioningActions = require('./payment-provisioning-actions-CZVlnRA0.js');
7
7
  var business_service = require('./business.service-C3BdUPlm.js');
@@ -10,7 +10,7 @@ require('./Refund-CqWNG8sx.js');
10
10
  require('./Pagination-Dediz133.js');
11
11
  require('./Business-DCRzZf0w.js');
12
12
  require('./Dispute-CruQTF6_.js');
13
- require('./package-BLAsoHSG.js');
13
+ require('./package-DJaHaxMC.js');
14
14
  require('./utils-DvUQQLmR.js');
15
15
  require('./config-state-5xZf-jax.js');
16
16
  require('./index-Yd9aLenr.js');