@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
@@ -0,0 +1,836 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-dm_GlYlb.js');
4
+ var configState = require('./config-state-5xZf-jax.js');
5
+ var styledHost = require('./styled-host-CqQYxX-w.js');
6
+ require('./event-types-YOY5TKUN.js');
7
+ var skeleton = require('./skeleton-x-GSs3xk.js');
8
+ var checkout_store = require('./checkout.store-Cn3Jj5gi.js');
9
+ require('./index-Yd9aLenr.js');
10
+ require('./parts-9jMf1erK.js');
11
+
12
+ var ApplePaySessionStatus;
13
+ (function (ApplePaySessionStatus) {
14
+ ApplePaySessionStatus["STATUS_SUCCESS"] = "STATUS_SUCCESS";
15
+ ApplePaySessionStatus["STATUS_FAILURE"] = "STATUS_FAILURE";
16
+ })(ApplePaySessionStatus || (ApplePaySessionStatus = {}));
17
+ var ApplePayButtonType;
18
+ (function (ApplePayButtonType) {
19
+ ApplePayButtonType["PLAIN"] = "plain";
20
+ ApplePayButtonType["BUY"] = "buy";
21
+ ApplePayButtonType["SET_UP"] = "set-up";
22
+ ApplePayButtonType["DONATE"] = "donate";
23
+ ApplePayButtonType["CHECK_OUT"] = "check-out";
24
+ ApplePayButtonType["BOOK"] = "book";
25
+ ApplePayButtonType["SUBSCRIBE"] = "subscribe";
26
+ })(ApplePayButtonType || (ApplePayButtonType = {}));
27
+ var ApplePayButtonStyle;
28
+ (function (ApplePayButtonStyle) {
29
+ ApplePayButtonStyle["BLACK"] = "black";
30
+ ApplePayButtonStyle["WHITE"] = "white";
31
+ ApplePayButtonStyle["WHITE_OUTLINE"] = "white-outline";
32
+ })(ApplePayButtonStyle || (ApplePayButtonStyle = {}));
33
+ var ApplePayMerchantCapability;
34
+ (function (ApplePayMerchantCapability) {
35
+ ApplePayMerchantCapability["SUPPORTS_3DS"] = "supports3DS";
36
+ ApplePayMerchantCapability["SUPPORTS_EMV"] = "supportsEMV";
37
+ ApplePayMerchantCapability["SUPPORTS_CREDIT"] = "supportsCredit";
38
+ ApplePayMerchantCapability["SUPPORTS_DEBIT"] = "supportsDebit";
39
+ })(ApplePayMerchantCapability || (ApplePayMerchantCapability = {}));
40
+ class ApplePayConfig {
41
+ constructor(data) {
42
+ this.merchantIdentifier = data.merchantIdentifier;
43
+ this.displayName = data.displayName;
44
+ this.initiative = data.initiative;
45
+ this.initiativeContext = data.initiativeContext;
46
+ this.buttonType = data.buttonType || ApplePayButtonType.PLAIN;
47
+ this.buttonStyle = data.buttonStyle || ApplePayButtonStyle.BLACK;
48
+ this.buttonLocale = data.buttonLocale || 'en-US';
49
+ }
50
+ get isValid() {
51
+ return !!(this.merchantIdentifier &&
52
+ this.displayName &&
53
+ this.initiative &&
54
+ this.initiativeContext);
55
+ }
56
+ }
57
+ class ApplePayPaymentRequest {
58
+ constructor(data) {
59
+ this.countryCode = data.countryCode;
60
+ this.currencyCode = data.currencyCode;
61
+ this.merchantCapabilities = data.merchantCapabilities;
62
+ this.supportedNetworks = data.supportedNetworks;
63
+ this.total = data.total;
64
+ this.lineItems = data.lineItems;
65
+ this.shippingMethods = data.shippingMethods;
66
+ this.applicationData = data.applicationData;
67
+ this.supportedCountries = data.supportedCountries;
68
+ }
69
+ get isValid() {
70
+ var _a, _b, _c, _d;
71
+ return !!(this.countryCode &&
72
+ this.currencyCode &&
73
+ ((_a = this.merchantCapabilities) === null || _a === void 0 ? void 0 : _a.length) &&
74
+ ((_b = this.supportedNetworks) === null || _b === void 0 ? void 0 : _b.length) &&
75
+ ((_c = this.total) === null || _c === void 0 ? void 0 : _c.label) &&
76
+ ((_d = this.total) === null || _d === void 0 ? void 0 : _d.amount));
77
+ }
78
+ }
79
+ class ApplePayHelpers {
80
+ static isApplePaySupported() {
81
+ var _a;
82
+ return (typeof window !== 'undefined' &&
83
+ 'ApplePaySession' in window &&
84
+ ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.supportsVersion(3)));
85
+ }
86
+ static canMakePayments() {
87
+ var _a;
88
+ if (!this.isApplePaySupported()) {
89
+ return false;
90
+ }
91
+ return ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePayments()) || false;
92
+ }
93
+ static async canMakePaymentsWithActiveCard(merchantIdentifier) {
94
+ var _a;
95
+ if (!this.isApplePaySupported()) {
96
+ return false;
97
+ }
98
+ try {
99
+ return ((await ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePaymentsWithActiveCard(merchantIdentifier))) || false);
100
+ }
101
+ catch (error) {
102
+ console.error('Error checking Apple Pay active card:', error);
103
+ return false;
104
+ }
105
+ }
106
+ static formatAmount(amount) {
107
+ return (amount / 100).toFixed(2);
108
+ }
109
+ static parseAmount(amount) {
110
+ return Math.round(parseFloat(amount) * 100);
111
+ }
112
+ static createLineItem(label, amount, type = 'final') {
113
+ return {
114
+ label,
115
+ amount: this.formatAmount(amount),
116
+ type,
117
+ };
118
+ }
119
+ static getDefaultSupportedNetworks() {
120
+ return ['amex', 'discover', 'masterCard', 'visa'];
121
+ }
122
+ static getDefaultMerchantCapabilities() {
123
+ return [
124
+ ApplePayMerchantCapability.SUPPORTS_3DS,
125
+ ApplePayMerchantCapability.SUPPORTS_EMV,
126
+ ApplePayMerchantCapability.SUPPORTS_CREDIT,
127
+ ApplePayMerchantCapability.SUPPORTS_DEBIT,
128
+ ];
129
+ }
130
+ }
131
+
132
+ class ApplePayService {
133
+ constructor() {
134
+ this.apiBaseUrl = configState.configState.apiOrigin;
135
+ }
136
+ /**
137
+ * Set custom API base URL
138
+ */
139
+ setApiBaseUrl(url) {
140
+ this.apiBaseUrl = url;
141
+ }
142
+ /**
143
+ * Set authentication token
144
+ */
145
+ setAuthToken(authToken) {
146
+ this.authToken = authToken;
147
+ }
148
+ setAccountId(accountId) {
149
+ this.accountId = accountId;
150
+ }
151
+ /**
152
+ * Initialize Apple Pay configuration
153
+ */
154
+ initialize(applePayConfig) {
155
+ this.applePayConfig = new ApplePayConfig(applePayConfig);
156
+ if (!this.applePayConfig.isValid) {
157
+ throw new Error('Invalid Apple Pay configuration provided');
158
+ }
159
+ }
160
+ /**
161
+ * Validate merchant with Apple Pay servers via API
162
+ */
163
+ async validateMerchant(authToken) {
164
+ const endpoint = `${this.apiBaseUrl}/v1/apple_pay/merchant_session`;
165
+ console.log('=== MERCHANT VALIDATION REQUEST ===');
166
+ console.log('Endpoint:', endpoint);
167
+ console.log('Auth token present:', !!authToken);
168
+ console.log('Account ID:', this.accountId);
169
+ const response = await fetch(endpoint, {
170
+ method: 'POST',
171
+ headers: {
172
+ 'Content-Type': 'application/json',
173
+ Accept: 'application/json',
174
+ Authorization: `Bearer ${authToken}`,
175
+ 'Sub-Account': this.accountId,
176
+ },
177
+ });
178
+ console.log('Response status:', response.status);
179
+ if (!response.ok) {
180
+ const errorData = await response.text();
181
+ console.error('Backend validation failed - Raw response:', errorData);
182
+ try {
183
+ const jsonError = JSON.parse(errorData);
184
+ console.error('Backend validation failed - Parsed error:', jsonError);
185
+ }
186
+ catch (parseError) {
187
+ console.error('Could not parse error response as JSON:', parseError);
188
+ }
189
+ throw new Error(`Merchant validation failed: ${response.status}`);
190
+ }
191
+ const merchantSession = await response.json();
192
+ console.log('Merchant session received:', merchantSession);
193
+ return merchantSession;
194
+ }
195
+ /**
196
+ * Process Apple Pay payment via API (fixed to match original logic)
197
+ */
198
+ async processPayment(authToken, payload) {
199
+ const endpoint = `${this.apiBaseUrl}/v1/apple_pay/process_token`;
200
+ const body = payload;
201
+ const response = await fetch(endpoint, {
202
+ method: 'POST',
203
+ headers: {
204
+ 'Content-Type': 'application/json',
205
+ Accept: 'application/json',
206
+ Authorization: `Bearer ${authToken}`,
207
+ 'Sub-Account': this.accountId,
208
+ },
209
+ body: JSON.stringify(body),
210
+ });
211
+ const result = await response.json();
212
+ return {
213
+ success: result.id && !!result.data.token,
214
+ data: result,
215
+ };
216
+ }
217
+ /**
218
+ * Check if Apple Pay is available on this device/browser
219
+ */
220
+ isAvailable() {
221
+ return (ApplePayHelpers.isApplePaySupported() && ApplePayHelpers.canMakePayments());
222
+ }
223
+ /**
224
+ * Check if the user has an active card for the merchant
225
+ */
226
+ async canMakePaymentsWithActiveCard() {
227
+ if (!this.applePayConfig) {
228
+ throw new Error('Apple Pay not initialized. Call initialize() first.');
229
+ }
230
+ return await ApplePayHelpers.canMakePaymentsWithActiveCard(this.applePayConfig.merchantIdentifier);
231
+ }
232
+ /**
233
+ * Start Apple Pay session
234
+ */
235
+ async startPaymentSession(paymentRequest) {
236
+ if (!this.applePayConfig) {
237
+ throw new Error('Apple Pay not initialized. Call initialize() first.');
238
+ }
239
+ // if (!this.isAvailable()) {
240
+ // throw new Error('Apple Pay is not available on this device/browser');
241
+ // }
242
+ const request = new ApplePayPaymentRequest(paymentRequest);
243
+ if (!request.isValid) {
244
+ throw new Error('Invalid payment request provided');
245
+ }
246
+ this.currentPaymentRequest = request;
247
+ return new Promise((resolve, reject) => {
248
+ try {
249
+ this.currentSession = new window.ApplePaySession(3, request);
250
+ this.setupSessionEventHandlers(resolve, reject);
251
+ this.currentSession.begin();
252
+ }
253
+ catch (error) {
254
+ reject({
255
+ success: false,
256
+ error: {
257
+ code: 'SESSION_ERROR',
258
+ message: error instanceof Error
259
+ ? error.message
260
+ : 'Failed to start Apple Pay session',
261
+ },
262
+ });
263
+ }
264
+ });
265
+ }
266
+ /**
267
+ * Abort current Apple Pay session
268
+ */
269
+ abortPaymentSession() {
270
+ if (this.currentSession) {
271
+ this.currentSession.abort();
272
+ this.currentSession = undefined;
273
+ this.currentPaymentRequest = undefined;
274
+ }
275
+ }
276
+ /**
277
+ * Setup Apple Pay session event handlers
278
+ */
279
+ setupSessionEventHandlers(resolve, reject) {
280
+ if (!this.currentSession ||
281
+ !this.applePayConfig ||
282
+ !this.currentPaymentRequest) {
283
+ return;
284
+ }
285
+ this.currentSession.onvalidatemerchant = async () => {
286
+ try {
287
+ if (!this.authToken) {
288
+ throw new Error('Authentication token not set. Call setAuthToken() first.');
289
+ }
290
+ const merchantSession = await this.validateMerchant(this.authToken);
291
+ try {
292
+ this.currentSession.completeMerchantValidation(merchantSession);
293
+ }
294
+ catch (completionError) {
295
+ console.error('Error calling completeMerchantValidation:', completionError);
296
+ throw completionError;
297
+ }
298
+ }
299
+ catch (error) {
300
+ console.error('=== MERCHANT VALIDATION ERROR ===');
301
+ console.error('Error during merchant validation:', error);
302
+ console.error('Error stack:', error.stack);
303
+ this.currentSession.abort();
304
+ reject({
305
+ success: false,
306
+ error: {
307
+ code: 'MERCHANT_VALIDATION_ERROR',
308
+ message: error instanceof Error
309
+ ? error.message
310
+ : 'Merchant validation failed',
311
+ },
312
+ });
313
+ }
314
+ };
315
+ this.currentSession.onpaymentauthorized = async (event) => {
316
+ try {
317
+ const payment = event.payment;
318
+ const paymentPayload = Object.assign(Object.assign({}, payment.token), { product_details: {
319
+ name: this.currentPaymentRequest.total.label,
320
+ price: ApplePayHelpers.parseAmount(this.currentPaymentRequest.total.amount),
321
+ description: this.currentPaymentRequest.total.label,
322
+ } });
323
+ if (!this.authToken) {
324
+ throw new Error('Authentication token not set. Call setAuthToken() first.');
325
+ }
326
+ const paymentResult = await this.processPayment(this.authToken, paymentPayload);
327
+ console.log('=== APPLE PAY PROCESS PAYMENT RESULT ===');
328
+ console.log('Payment result:', paymentResult);
329
+ console.log('Payment result data:', paymentResult.data);
330
+ console.log('Payment method ID:', paymentResult.data.id);
331
+ if (paymentResult.success) {
332
+ this.currentSession.completePayment({
333
+ status: ApplePaySessionStatus.STATUS_SUCCESS,
334
+ });
335
+ resolve({
336
+ success: true,
337
+ token: payment.token,
338
+ paymentMethodId: paymentResult.data.id,
339
+ });
340
+ }
341
+ else {
342
+ console.error('PSP reported payment failure:', paymentResult.data);
343
+ this.currentSession.completePayment({
344
+ status: ApplePaySessionStatus.STATUS_FAILURE,
345
+ });
346
+ reject({
347
+ success: false,
348
+ error: {
349
+ code: 'PAYMENT_PROCESSING_ERROR',
350
+ message: 'Payment processing failed',
351
+ },
352
+ });
353
+ }
354
+ }
355
+ catch (error) {
356
+ console.error('=== PAYMENT PROCESSING ERROR ===');
357
+ console.error('Error processing payment:', error);
358
+ console.error('Error stack:', error.stack);
359
+ this.currentSession.completePayment({
360
+ status: ApplePaySessionStatus.STATUS_FAILURE,
361
+ });
362
+ reject({
363
+ success: false,
364
+ error: {
365
+ code: 'PAYMENT_PROCESSING_ERROR',
366
+ message: error instanceof Error
367
+ ? error.message
368
+ : 'Payment processing failed',
369
+ },
370
+ });
371
+ }
372
+ finally {
373
+ this.currentSession = undefined;
374
+ this.currentPaymentRequest = undefined;
375
+ }
376
+ };
377
+ this.currentSession.onpaymentmethodselected = () => {
378
+ const paymentUpdate = {
379
+ newTotal: this.currentPaymentRequest.total,
380
+ newLineItems: this.currentPaymentRequest.lineItems || [],
381
+ };
382
+ try {
383
+ this.currentSession.completePaymentMethodSelection(paymentUpdate);
384
+ }
385
+ catch (error) {
386
+ console.error('Error completing payment method selection:', error);
387
+ this.currentSession.abort();
388
+ }
389
+ };
390
+ this.currentSession.onshippingmethodselected = () => {
391
+ this.currentSession.completeShippingMethodSelection({
392
+ status: ApplePaySessionStatus.STATUS_SUCCESS,
393
+ newTotal: this.currentPaymentRequest.total,
394
+ newLineItems: this.currentPaymentRequest.lineItems || [],
395
+ });
396
+ };
397
+ this.currentSession.oncancel = (event) => {
398
+ if (event.sessionError) {
399
+ console.error(event.sessionError);
400
+ switch (event.sessionError.code) {
401
+ case 'unknown':
402
+ console.error('Unknown error - likely merchant validation issue');
403
+ console.error('This usually means:');
404
+ console.error('1. Merchant certificate is invalid or expired');
405
+ console.error('2. Merchant identifier mismatch');
406
+ console.error('3. Backend validation endpoint issues');
407
+ break;
408
+ case 'invalidMerchantSession':
409
+ console.error('Invalid merchant session provided');
410
+ console.error('Check that the merchant session from backend is valid');
411
+ break;
412
+ case 'userCancel':
413
+ console.error('User cancelled the payment');
414
+ break;
415
+ default:
416
+ console.error('Other error code:', event.sessionError.code);
417
+ }
418
+ }
419
+ this.currentSession = undefined;
420
+ this.currentPaymentRequest = undefined;
421
+ reject({
422
+ success: false,
423
+ error: {
424
+ code: 'USER_CANCELLED',
425
+ message: 'User cancelled the Apple Pay session',
426
+ },
427
+ });
428
+ };
429
+ if ('onerror' in this.currentSession) {
430
+ this.currentSession.onerror = (error) => {
431
+ console.error('=== APPLE PAY SESSION ERROR ===');
432
+ console.error('Session error:', error);
433
+ this.currentSession = undefined;
434
+ this.currentPaymentRequest = undefined;
435
+ reject({
436
+ success: false,
437
+ error: {
438
+ code: 'SESSION_ERROR',
439
+ message: 'Apple Pay session error occurred',
440
+ },
441
+ });
442
+ };
443
+ }
444
+ }
445
+ /**
446
+ * Create a basic payment request
447
+ */
448
+ static createPaymentRequest(amount, label, countryCode = 'US', currencyCode = 'USD') {
449
+ return {
450
+ countryCode,
451
+ currencyCode,
452
+ merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
453
+ supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
454
+ total: ApplePayHelpers.createLineItem(label, amount),
455
+ };
456
+ }
457
+ /**
458
+ * Get current configuration
459
+ */
460
+ getApplePayConfig() {
461
+ return this.applePayConfig;
462
+ }
463
+ }
464
+
465
+ const ApplePaySkeleton = (props) => {
466
+ const { isReady } = props;
467
+ if (isReady) {
468
+ return null;
469
+ }
470
+ return (index.h("div", { class: 'container-fluid p-0' },
471
+ index.h("div", { class: 'row mb-3' },
472
+ index.h("div", { class: 'col-12 align-content-center' },
473
+ index.h(skeleton.Skeleton, { height: '44px', width: '100%', styles: { borderRadius: "8px" } })))));
474
+ };
475
+
476
+ const ProcessingSpinner = () => (index.h("div", { class: 'processing-overlay' },
477
+ index.h("div", { class: 'spinner' }),
478
+ index.h("span", null, "Processing...")));
479
+ const ApplePayButton = (props) => {
480
+ const getApplePayButtonClass = () => {
481
+ let classes = "apple-pay-button";
482
+ switch (props.buttonStyle) {
483
+ case ApplePayButtonStyle.WHITE:
484
+ classes += " apple-pay-button-white";
485
+ break;
486
+ case ApplePayButtonStyle.WHITE_OUTLINE:
487
+ classes += " apple-pay-button-white-outline";
488
+ break;
489
+ case ApplePayButtonStyle.BLACK:
490
+ default:
491
+ classes += " apple-pay-button-black";
492
+ break;
493
+ }
494
+ switch (props.buttonType) {
495
+ case ApplePayButtonType.BUY:
496
+ classes += " apple-pay-button-type-buy";
497
+ break;
498
+ case ApplePayButtonType.DONATE:
499
+ classes += " apple-pay-button-type-donate";
500
+ break;
501
+ case ApplePayButtonType.PLAIN:
502
+ default:
503
+ classes += " apple-pay-button-type-plain";
504
+ break;
505
+ }
506
+ if (props.disabled || props.isProcessing || !props.isAvailable) {
507
+ classes += " disabled";
508
+ }
509
+ return classes;
510
+ };
511
+ const getButtonStyles = () => {
512
+ return {
513
+ width: props.width || "200px",
514
+ height: props.height || "48px",
515
+ };
516
+ };
517
+ const handleClick = () => {
518
+ if (!props.disabled &&
519
+ !props.isProcessing &&
520
+ props.isAvailable &&
521
+ props.clickHandler) {
522
+ props.clickHandler();
523
+ }
524
+ };
525
+ return (index.h("div", { class: 'apple-pay-button-container' },
526
+ index.h("button", Object.assign({ class: getApplePayButtonClass(), style: getButtonStyles(), onClick: handleClick, disabled: props.disabled || props.isProcessing || !props.isAvailable, "aria-label": 'Pay with Apple Pay', type: 'button' }, props), props.isProcessing && ProcessingSpinner()),
527
+ index.h("style", null, `
528
+ .apple-pay-button-container {
529
+ display: inline-block;
530
+ position: relative;
531
+ }
532
+
533
+ /* Apple Pay CSS classes - these are the official Apple Pay button styles */
534
+ .apple-pay-button {
535
+ display: inline-block;
536
+ -webkit-appearance: -apple-pay-button;
537
+ -apple-pay-button-type: plain; /* default */
538
+ -apple-pay-button-style: black; /* default */
539
+ border-radius: 8px;
540
+ cursor: pointer;
541
+ border: none;
542
+ outline: none;
543
+ transition: opacity 0.2s ease;
544
+ position: relative;
545
+ }
546
+
547
+ /* Button styles */
548
+ .apple-pay-button.apple-pay-button-black {
549
+ -apple-pay-button-style: black;
550
+ }
551
+
552
+ .apple-pay-button.apple-pay-button-white {
553
+ -apple-pay-button-style: white;
554
+ }
555
+
556
+ .apple-pay-button.apple-pay-button-white-outline {
557
+ -apple-pay-button-style: white-outline;
558
+ }
559
+
560
+ /* Button types */
561
+ .apple-pay-button.apple-pay-button-type-plain {
562
+ -apple-pay-button-type: plain;
563
+ }
564
+
565
+ .apple-pay-button.apple-pay-button-type-buy {
566
+ -apple-pay-button-type: buy;
567
+ }
568
+
569
+ .apple-pay-button.apple-pay-button-type-donate {
570
+ -apple-pay-button-type: donate;
571
+ }
572
+
573
+ /* Hover and disabled states */
574
+ .apple-pay-button:hover:not(.disabled) {
575
+ opacity: 0.9;
576
+ }
577
+
578
+ .apple-pay-button.disabled {
579
+ opacity: 0.5;
580
+ cursor: not-allowed;
581
+ }
582
+
583
+ /* Processing overlay */
584
+ .processing-overlay {
585
+ position: absolute;
586
+ top: 0;
587
+ left: 0;
588
+ right: 0;
589
+ bottom: 0;
590
+ display: flex;
591
+ align-items: center;
592
+ justify-content: center;
593
+ gap: 8px;
594
+ background: rgba(0, 0, 0, 0.8);
595
+ color: white;
596
+ border-radius: 8px;
597
+ font-size: 14px;
598
+ font-weight: 500;
599
+ }
600
+
601
+ .spinner {
602
+ width: 16px;
603
+ height: 16px;
604
+ border: 2px solid rgba(255, 255, 255, 0.3);
605
+ border-top: 2px solid #fff;
606
+ border-radius: 50%;
607
+ animation: spin 1s linear infinite;
608
+ }
609
+
610
+ @keyframes spin {
611
+ 0% { transform: rotate(0deg); }
612
+ 100% { transform: rotate(360deg); }
613
+ }
614
+
615
+ /* Responsive design */
616
+ @media (max-width: 480px) {
617
+ .apple-pay-button {
618
+ width: 100% !important;
619
+ min-width: 200px;
620
+ }
621
+ }
622
+ `)));
623
+ };
624
+
625
+ const ApplePay = class {
626
+ constructor(hostRef) {
627
+ index.registerInstance(this, hostRef);
628
+ this.applePayStarted = index.createEvent(this, "applePayStarted");
629
+ this.applePayCompleted = index.createEvent(this, "applePayCompleted");
630
+ this.applePayCancelled = index.createEvent(this, "applePayCancelled");
631
+ this.applePayError = index.createEvent(this, "applePayError");
632
+ this.countryCode = "US";
633
+ this.merchantIdentifier = "merchant.com.staging-justifi.checkout-dev";
634
+ this.merchantDisplayName = "JustiFi Checkout";
635
+ this.initiativeContext = "dev-checkout.justifi-staging.com";
636
+ this.apiBaseUrl = configState.configState.apiOrigin;
637
+ this.buttonType = ApplePayButtonType.PLAIN;
638
+ this.buttonStyle = ApplePayButtonStyle.BLACK;
639
+ this.disabled = false;
640
+ this.showSkeleton = true;
641
+ this.isLoading = true;
642
+ this.isProcessing = false;
643
+ this.isAvailable = false;
644
+ this.canMakePayments = false;
645
+ this.error = null;
646
+ this.handleApplePayClick = async () => {
647
+ var _a;
648
+ if (this.isProcessing || this.disabled || !this.isAvailable) {
649
+ return;
650
+ }
651
+ try {
652
+ this.isProcessing = true;
653
+ this.error = null;
654
+ this.applePayStarted.emit();
655
+ const paymentRequest = {
656
+ countryCode: this.countryCode,
657
+ currencyCode: checkout_store.checkoutStore.paymentCurrency,
658
+ merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
659
+ supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
660
+ total: ApplePayHelpers.createLineItem(checkout_store.checkoutStore.paymentDescription, checkout_store.checkoutStore.paymentAmount),
661
+ };
662
+ const result = await this.applePayService.startPaymentSession(paymentRequest);
663
+ if (result.success) {
664
+ this.applePayCompleted.emit({
665
+ success: true,
666
+ token: result.token,
667
+ paymentMethodId: result.paymentMethodId,
668
+ });
669
+ }
670
+ else {
671
+ this.applePayCompleted.emit({
672
+ success: false,
673
+ error: result.error,
674
+ });
675
+ this.applePayError.emit({
676
+ error: ((_a = result.error) === null || _a === void 0 ? void 0 : _a.message) || "Payment failed",
677
+ });
678
+ }
679
+ }
680
+ catch (error) {
681
+ console.error("Apple Pay payment error:", error);
682
+ const errorMessage = error instanceof Error ? error.message : "Payment failed";
683
+ this.error = errorMessage;
684
+ this.applePayError.emit({ error: errorMessage });
685
+ this.applePayCompleted.emit({
686
+ success: false,
687
+ error: errorMessage,
688
+ });
689
+ }
690
+ finally {
691
+ this.isProcessing = false;
692
+ }
693
+ };
694
+ }
695
+ componentWillLoad() {
696
+ this.applePayService = new ApplePayService();
697
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
698
+ this.applePayService.setAuthToken(checkout_store.checkoutStore.authToken);
699
+ this.applePayService.setAccountId(checkout_store.checkoutStore.accountId);
700
+ this.initializeApplePay();
701
+ }
702
+ componentDidLoad() {
703
+ checkout_store.onChange('paymentAmount', () => {
704
+ this.initializeApplePay();
705
+ });
706
+ checkout_store.onChange('authToken', () => {
707
+ if (this.applePayService) {
708
+ this.applePayService.setAuthToken(checkout_store.checkoutStore.authToken);
709
+ }
710
+ });
711
+ }
712
+ watchPropsChange() {
713
+ this.initializeApplePay();
714
+ }
715
+ async initializeApplePay() {
716
+ console.log('Initializing Apple Pay');
717
+ try {
718
+ if (this.applePayService) {
719
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
720
+ this.applePayService.setAuthToken(checkout_store.checkoutStore.authToken);
721
+ }
722
+ this.isLoading = true;
723
+ this.error = null;
724
+ if (!checkout_store.checkoutStore.paymentAmount) {
725
+ this.error = "Missing required Apple Pay configuration";
726
+ this.isLoading = false;
727
+ return;
728
+ }
729
+ this.isAvailable = true; // ApplePayHelpers.isApplePaySupported();
730
+ this.canMakePayments = true; // ApplePayHelpers.canMakePayments();
731
+ if (!this.isAvailable) {
732
+ this.error = "Apple Pay is not supported on this device";
733
+ this.isLoading = false;
734
+ return;
735
+ }
736
+ if (!this.canMakePayments) {
737
+ this.error = "Apple Pay is not available";
738
+ this.isLoading = false;
739
+ return;
740
+ }
741
+ const applePayConfig = {
742
+ merchantIdentifier: this.merchantIdentifier,
743
+ displayName: this.merchantDisplayName,
744
+ initiative: "web",
745
+ initiativeContext: this.initiativeContext,
746
+ buttonType: this.buttonType,
747
+ buttonStyle: this.buttonStyle,
748
+ };
749
+ console.log('=== APPLE PAY CONFIG ===');
750
+ console.log('Config:', applePayConfig);
751
+ console.log('Auth token present:', !!checkout_store.checkoutStore.authToken);
752
+ console.log('Account ID:', checkout_store.checkoutStore.accountId);
753
+ this.applePayService.setAccountId(checkout_store.checkoutStore.accountId);
754
+ this.applePayService.initialize(applePayConfig);
755
+ const hasActiveCard = await this.applePayService.canMakePaymentsWithActiveCard();
756
+ if (!hasActiveCard) {
757
+ console.warn("No Apple Pay cards available, but continuing...");
758
+ }
759
+ }
760
+ catch (error) {
761
+ console.error("Apple Pay initialization error:", error);
762
+ this.error =
763
+ error instanceof Error
764
+ ? error.message
765
+ : "Failed to initialize Apple Pay";
766
+ }
767
+ finally {
768
+ this.isLoading = false;
769
+ }
770
+ }
771
+ async isSupported() {
772
+ return this.isAvailable && this.canMakePayments;
773
+ }
774
+ async getPaymentMethods() {
775
+ if (!this.isAvailable) {
776
+ return [];
777
+ }
778
+ return ApplePayHelpers.getDefaultSupportedNetworks();
779
+ }
780
+ async abort() {
781
+ this.applePayService.abortPaymentSession();
782
+ this.isProcessing = false;
783
+ this.applePayCancelled.emit();
784
+ }
785
+ render() {
786
+ const isReady = !this.isLoading &&
787
+ this.isAvailable &&
788
+ this.canMakePayments &&
789
+ !this.error;
790
+ return (index.h(styledHost.StyledHost, { key: 'caa7c4f60ce054bc03c3749871369e8e47c1afaa' }, index.h("script", { key: 'a85d7950ff0053a2b7a2c78065013d3279b2a56c', async: true, src: "https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js" }), index.h("div", { key: '2d1a0748b3c8af0984a205998e60608b8192f45a', class: 'apple-pay-container' }, index.h(ApplePaySkeleton, { key: '42a06fcb5e13a76a6c85e690f5ca2a0781298b20', isReady: isReady }), !this.isLoading && this.error && (index.h("div", { key: '54ef9e349224f4750d6aa8c7afcada352f4e8f33', class: 'apple-pay-error', role: 'alert' }, index.h("span", { key: 'fe25095563775b06b2f7efb32e8d1853b4bd6087', class: 'error-icon' }, "\u26A0\uFE0F"), index.h("span", { key: '23eb21f755549a9569743979c33af7d3ae7e879b', class: 'error-message' }, this.error))), !this.isLoading && !this.error && !this.isAvailable && (index.h("div", { key: '4a44add4b7a0a586315ffc2a26a4526acd9fdcfd', class: 'apple-pay-unavailable' }, index.h("span", { key: '071e8c18c08efbbb15074360393c8888f676f855', class: 'unavailable-message' }, "Apple Pay is not available on this device"))), !this.isLoading &&
791
+ !this.error &&
792
+ this.isAvailable &&
793
+ this.canMakePayments && (index.h(ApplePayButton, { key: '67a22cb5855a5a470114a04daa3284b556c6a3fc', buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), index.h("style", { key: '82dc1ca5dc7c43ffcc06ab10a4b97bc445d73f46' }, `
794
+ .apple-pay-container {
795
+ width: 100%;
796
+ }
797
+
798
+ .apple-pay-error {
799
+ display: flex;
800
+ align-items: center;
801
+ gap: 8px;
802
+ padding: 12px;
803
+ background: #fef2f2;
804
+ border: 1px solid #fecaca;
805
+ border-radius: 8px;
806
+ color: #dc2626;
807
+ font-size: 14px;
808
+ }
809
+
810
+ .apple-pay-unavailable {
811
+ display: flex;
812
+ align-items: center;
813
+ justify-content: center;
814
+ padding: 12px;
815
+ background: #f9fafb;
816
+ border: 1px solid #e5e7eb;
817
+ border-radius: 8px;
818
+ color: #6b7280;
819
+ font-size: 14px;
820
+ }
821
+
822
+ .error-icon {
823
+ font-size: 16px;
824
+ }
825
+ `)));
826
+ }
827
+ static get watchers() { return {
828
+ "merchantIdentifier": ["watchPropsChange"],
829
+ "apiBaseUrl": ["watchPropsChange"],
830
+ "buttonType": ["watchPropsChange"],
831
+ "buttonStyle": ["watchPropsChange"],
832
+ "disabled": ["watchPropsChange"]
833
+ }; }
834
+ };
835
+
836
+ exports.justifi_apple_pay = ApplePay;