@saasquatch/mint-components 2.0.3 → 2.0.4-10

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 (250) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-659a139c.js → IndirectTaxDetailsView-d39b895d.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-fbc33c53.js → ShadowViewAddon-7066fae7.js} +25 -27
  3. package/dist/cjs/{data-16106637.js → data-44260010.js} +29 -2
  4. package/dist/cjs/{global-e862bfd4.js → global-94f36ad7.js} +55 -54
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/mint-components.cjs.js +2 -2
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +355 -102
  8. package/dist/cjs/sqm-big-stat_47.cjs.entry.js +232 -22
  9. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +7 -4
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  12. package/dist/cjs/{sqm-form-message.cjs.entry.js → sqm-form-message_2.cjs.entry.js} +50 -0
  13. package/dist/cjs/sqm-header-logo.cjs.entry.js +15 -2
  14. package/dist/cjs/{sqm-lead-checkbox-field-view-dca40eb4.js → sqm-lead-checkbox-field-view-c0123bfa.js} +1 -1
  15. package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +3 -3
  16. package/dist/cjs/{sqm-lead-input-field-view-2006001f.js → sqm-lead-input-field-view-6983eaa1.js} +1 -1
  17. package/dist/cjs/sqm-lead-input-field.cjs.entry.js +3 -3
  18. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
  20. package/dist/cjs/{sqm-portal-email-verification-view-1745d9a2.js → sqm-portal-email-verification-view-d968178a.js} +4 -6
  21. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  22. package/dist/cjs/{sqm-portal-profile-view-5c5e29b1.js → sqm-portal-profile-view-f74b8d6c.js} +1 -1
  23. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  24. package/dist/cjs/{sqm-qr-code-view-4ccf89da.js → sqm-qr-code-view-a2889aee.js} +1 -5
  25. package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
  26. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +2 -2
  27. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
  28. package/dist/cjs/sqm-stencilbook.cjs.entry.js +108 -54
  29. package/dist/cjs/{useLeadFormState-91999606.js → useLeadFormState-f8b33c07.js} +1 -1
  30. package/dist/cjs/{utils-4eb18a29.js → utils-5ecfecd9.js} +18 -30
  31. package/dist/collection/collection-manifest.json +1 -0
  32. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
  33. package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
  34. package/dist/collection/components/sqm-form-message/FormMessage.stories.js +5 -0
  35. package/dist/collection/components/sqm-form-message/sqm-form-message.js +30 -0
  36. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +85 -5
  37. package/dist/collection/components/sqm-invoice-table/InvoiceTable.stories.js +5 -5
  38. package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +1 -1
  39. package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +5 -7
  40. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +2 -2
  41. package/dist/collection/components/sqm-portal-email-verification/PortalEmailVerification.stories.js +1 -0
  42. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +3 -5
  43. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
  44. package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +1 -5
  45. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +1 -1
  46. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +5 -5
  47. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +1 -1
  48. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +8 -8
  49. package/dist/collection/components/sqm-rewards-table/RewardsTable.stories.js +5 -5
  50. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
  51. package/dist/collection/components/sqm-skeleton/Skeleton.stories.js +16 -0
  52. package/dist/collection/components/sqm-skeleton/sqm-skeleton.js +90 -0
  53. package/dist/collection/components/sqm-stencilbook/Themes.js +12 -0
  54. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
  55. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
  56. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +6 -3
  57. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
  58. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +10 -5
  59. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +11 -5
  60. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +1 -1
  61. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
  62. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +5 -5
  63. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +13 -0
  64. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +98 -7
  65. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +361 -8
  66. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +29 -2
  67. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/LoadingView.js +17 -29
  68. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +311 -11
  69. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +101 -16
  70. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +310 -10
  71. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +7 -1
  72. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +22 -13
  73. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
  74. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +100 -9
  75. package/dist/collection/global/styles.js +55 -54
  76. package/dist/collection/global/styles.ts +6 -1
  77. package/dist/collection/tables/TableSlots.js +6 -6
  78. package/dist/esm/{IndirectTaxDetailsView-8dec05e4.js → IndirectTaxDetailsView-a7dd6e4c.js} +2 -2
  79. package/dist/esm/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-fe2896cb.js} +25 -27
  80. package/dist/esm/{data-acdb790f.js → data-68816061.js} +29 -2
  81. package/dist/esm/{global-58a69018.js → global-536c422d.js} +55 -54
  82. package/dist/esm/loader.js +2 -2
  83. package/dist/esm/mint-components.js +2 -2
  84. package/dist/esm/sqm-banking-info-form_10.entry.js +355 -102
  85. package/dist/esm/sqm-big-stat_47.entry.js +232 -22
  86. package/dist/esm/sqm-code-verification.entry.js +1 -1
  87. package/dist/esm/sqm-email-verification.entry.js +7 -4
  88. package/dist/esm/sqm-empty_4.entry.js +1 -1
  89. package/dist/esm/{sqm-form-message.entry.js → sqm-form-message_2.entry.js} +50 -1
  90. package/dist/esm/sqm-header-logo.entry.js +15 -2
  91. package/dist/esm/{sqm-lead-checkbox-field-view-81541e40.js → sqm-lead-checkbox-field-view-5c387852.js} +1 -1
  92. package/dist/esm/sqm-lead-checkbox-field.entry.js +3 -3
  93. package/dist/esm/{sqm-lead-input-field-view-d543d939.js → sqm-lead-input-field-view-fa2488c9.js} +1 -1
  94. package/dist/esm/sqm-lead-input-field.entry.js +3 -3
  95. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  96. package/dist/esm/sqm-pagination_3.entry.js +2 -2
  97. package/dist/esm/{sqm-portal-email-verification-view-5fb1a99e.js → sqm-portal-email-verification-view-8bbe5fcf.js} +4 -6
  98. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  99. package/dist/esm/{sqm-portal-profile-view-e3aef106.js → sqm-portal-profile-view-9848caf1.js} +1 -1
  100. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  101. package/dist/esm/{sqm-qr-code-view-ea505213.js → sqm-qr-code-view-804b8bb6.js} +1 -5
  102. package/dist/esm/sqm-qr-code.entry.js +1 -1
  103. package/dist/esm/sqm-referral-table_11.entry.js +2 -2
  104. package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
  105. package/dist/esm/sqm-stencilbook.entry.js +108 -54
  106. package/dist/esm/{useLeadFormState-8d4b2620.js → useLeadFormState-5a6188da.js} +1 -1
  107. package/dist/esm/{utils-2695a43e.js → utils-fafc712f.js} +18 -30
  108. package/dist/esm-es5/{IndirectTaxDetailsView-8dec05e4.js → IndirectTaxDetailsView-a7dd6e4c.js} +1 -1
  109. package/dist/esm-es5/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-fe2896cb.js} +1 -1
  110. package/dist/esm-es5/{data-acdb790f.js → data-68816061.js} +2 -2
  111. package/dist/esm-es5/{global-58a69018.js → global-536c422d.js} +1 -1
  112. package/dist/esm-es5/loader.js +1 -1
  113. package/dist/esm-es5/mint-components.js +1 -1
  114. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  115. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
  116. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  117. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  118. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  119. package/dist/esm-es5/sqm-form-message_2.entry.js +1 -0
  120. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  121. package/dist/esm-es5/{sqm-lead-checkbox-field-view-81541e40.js → sqm-lead-checkbox-field-view-5c387852.js} +1 -1
  122. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  123. package/dist/esm-es5/{sqm-lead-input-field-view-d543d939.js → sqm-lead-input-field-view-fa2488c9.js} +1 -1
  124. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  125. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  126. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  127. package/dist/esm-es5/sqm-portal-email-verification-view-8bbe5fcf.js +1 -0
  128. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  129. package/dist/esm-es5/{sqm-portal-profile-view-e3aef106.js → sqm-portal-profile-view-9848caf1.js} +1 -1
  130. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  131. package/dist/esm-es5/{sqm-qr-code-view-ea505213.js → sqm-qr-code-view-804b8bb6.js} +1 -1
  132. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  133. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  134. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  135. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  136. package/dist/esm-es5/{useLeadFormState-8d4b2620.js → useLeadFormState-5a6188da.js} +1 -1
  137. package/dist/esm-es5/utils-fafc712f.js +1 -0
  138. package/dist/mint-components/global/styles.ts +6 -1
  139. package/dist/mint-components/mint-components.esm.js +1 -1
  140. package/dist/mint-components/mint-components.js +1 -1
  141. package/dist/mint-components/{p-c6e8086f.system.entry.js → p-000dc98f.system.entry.js} +1 -1
  142. package/dist/mint-components/{p-988f236f.js → p-005ee5bf.js} +1 -1
  143. package/dist/mint-components/{p-0c024cf0.system.entry.js → p-05e8620f.system.entry.js} +1 -1
  144. package/dist/mint-components/p-0d3803a2.js +1 -0
  145. package/dist/mint-components/p-10aea972.system.js +1 -0
  146. package/dist/mint-components/{p-13c6673e.system.js → p-19e407bd.system.js} +1 -1
  147. package/dist/mint-components/{p-4cc72a4e.system.js → p-1e156272.system.js} +1 -1
  148. package/dist/mint-components/{p-a470e203.entry.js → p-2192a6d7.entry.js} +2 -2
  149. package/dist/mint-components/p-28973c9b.entry.js +144 -0
  150. package/dist/mint-components/{p-6076dbaf.entry.js → p-30f37386.entry.js} +2 -2
  151. package/dist/mint-components/{p-1215518e.system.js → p-33fff374.system.js} +1 -1
  152. package/dist/mint-components/p-397a5adf.system.entry.js +1 -0
  153. package/dist/mint-components/p-3ad8e1af.system.js +1 -0
  154. package/dist/mint-components/{p-1aa9136c.js → p-4130caec.js} +1 -1
  155. package/dist/mint-components/p-438a0c91.system.entry.js +1 -0
  156. package/dist/mint-components/{p-5fbe6356.system.js → p-48bc3283.system.js} +1 -1
  157. package/dist/mint-components/{p-36a1fa33.system.entry.js → p-4b595fc3.system.entry.js} +1 -1
  158. package/dist/mint-components/{p-9d46f87f.system.entry.js → p-4e3303a8.system.entry.js} +1 -1
  159. package/dist/mint-components/p-566d837b.system.js +1 -0
  160. package/dist/mint-components/p-59332a30.entry.js +1 -0
  161. package/dist/mint-components/p-5d39d345.system.entry.js +1 -0
  162. package/dist/mint-components/{p-d7635535.system.js → p-648f881e.system.js} +1 -1
  163. package/dist/mint-components/{p-43ad51bc.entry.js → p-66effbef.entry.js} +1 -1
  164. package/dist/mint-components/p-69bd9de3.entry.js +106 -0
  165. package/dist/mint-components/{p-bf044217.js → p-78968e5f.js} +1 -1
  166. package/dist/mint-components/p-7c9520b7.system.js +1 -0
  167. package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
  168. package/dist/mint-components/{p-ad3ebf4d.entry.js → p-80196216.entry.js} +1 -1
  169. package/dist/mint-components/{p-58c79873.entry.js → p-8a24b9a9.entry.js} +1 -1
  170. package/dist/mint-components/p-8af550b9.system.entry.js +1 -0
  171. package/dist/mint-components/{p-deecffd0.system.entry.js → p-8f6b3391.system.entry.js} +1 -1
  172. package/dist/mint-components/{p-011c0990.system.entry.js → p-902b919d.system.entry.js} +1 -1
  173. package/dist/mint-components/p-92b5c376.js +157 -0
  174. package/dist/mint-components/p-a115c57a.system.entry.js +1 -0
  175. package/dist/mint-components/p-a2dbc9ad.system.js +6 -0
  176. package/dist/mint-components/{p-f5256738.system.entry.js → p-a45124c1.system.entry.js} +1 -1
  177. package/dist/mint-components/p-a6198c55.entry.js +273 -0
  178. package/dist/mint-components/{p-1b79b186.entry.js → p-a65610e3.entry.js} +1 -1
  179. package/dist/mint-components/{p-f7e49c12.entry.js → p-a7157ef3.entry.js} +2 -2
  180. package/dist/mint-components/{p-4965dae4.system.js → p-a71edffc.system.js} +1 -1
  181. package/dist/mint-components/p-a92c692b.js +448 -0
  182. package/dist/mint-components/p-ab4c0642.js +1 -0
  183. package/dist/mint-components/{p-8618e8f6.system.js → p-af02f28c.system.js} +1 -1
  184. package/dist/mint-components/p-af758193.entry.js +1 -0
  185. package/dist/mint-components/{p-12e6cea7.entry.js → p-b8878552.entry.js} +2 -2
  186. package/dist/mint-components/p-bdb6194c.entry.js +1 -0
  187. package/dist/mint-components/p-c37744c7.entry.js +1 -0
  188. package/dist/mint-components/{p-1d8c5935.js → p-ceb79149.js} +1 -1
  189. package/dist/mint-components/{p-2ea3eea9.system.entry.js → p-d07a46c6.system.entry.js} +1 -1
  190. package/dist/mint-components/{p-027c0b10.js → p-d6d31505.js} +32 -32
  191. package/dist/mint-components/{p-fcf8bdbc.system.entry.js → p-d8d818d9.system.entry.js} +1 -1
  192. package/dist/mint-components/p-dcdd959e.entry.js +9 -0
  193. package/dist/mint-components/p-e0c7640f.js +1 -0
  194. package/dist/mint-components/{p-e19f0908.entry.js → p-e712a01d.entry.js} +2 -2
  195. package/dist/mint-components/p-ede77156.system.entry.js +1 -0
  196. package/dist/mint-components/{p-f3613921.system.entry.js → p-f380bcd9.system.entry.js} +1 -1
  197. package/dist/mint-components/{p-088f082f.js → p-f6305644.js} +1 -1
  198. package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +1 -0
  199. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +6 -0
  200. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +17 -2
  201. package/dist/types/components/sqm-skeleton/Skeleton.stories.d.ts +8 -0
  202. package/dist/types/components/sqm-skeleton/sqm-skeleton.d.ts +14 -0
  203. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
  204. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +7 -0
  205. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
  206. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
  207. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
  208. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
  209. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
  210. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
  211. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
  212. package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
  213. package/dist/types/components.d.ts +376 -43
  214. package/dist/types/global/android.d.ts +7 -0
  215. package/dist/types/global/demo.d.ts +2 -0
  216. package/dist/types/saasquatch.d.ts +4 -0
  217. package/dist/types/stories/features.d.ts +4 -0
  218. package/dist/types/stories/templates.d.ts +4 -0
  219. package/docs/docs.docx +0 -0
  220. package/docs/raisins.json +1 -1
  221. package/grapesjs/grapesjs.js +1 -1
  222. package/package.json +1 -1
  223. package/dist/esm-es5/sqm-form-message.entry.js +0 -1
  224. package/dist/esm-es5/sqm-portal-email-verification-view-5fb1a99e.js +0 -1
  225. package/dist/esm-es5/utils-2695a43e.js +0 -1
  226. package/dist/mint-components/p-012d31bc.entry.js +0 -99
  227. package/dist/mint-components/p-0d71303d.js +0 -1
  228. package/dist/mint-components/p-2ea6e2fa.entry.js +0 -273
  229. package/dist/mint-components/p-303b84d7.system.entry.js +0 -1
  230. package/dist/mint-components/p-325c5476.js +0 -1
  231. package/dist/mint-components/p-469a6450.system.js +0 -6
  232. package/dist/mint-components/p-478ad7c8.system.entry.js +0 -1
  233. package/dist/mint-components/p-6976099f.entry.js +0 -9
  234. package/dist/mint-components/p-752ede25.system.entry.js +0 -1
  235. package/dist/mint-components/p-78dda262.system.js +0 -1
  236. package/dist/mint-components/p-829cb9ed.system.entry.js +0 -1
  237. package/dist/mint-components/p-8d9fa981.system.js +0 -1
  238. package/dist/mint-components/p-947bacd1.system.js +0 -1
  239. package/dist/mint-components/p-97747228.system.entry.js +0 -1
  240. package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
  241. package/dist/mint-components/p-a974c549.js +0 -1
  242. package/dist/mint-components/p-ac9138fd.entry.js +0 -1
  243. package/dist/mint-components/p-d88d8ffe.entry.js +0 -1
  244. package/dist/mint-components/p-dc5bca55.entry.js +0 -1
  245. package/dist/mint-components/p-e1e7d01c.js +0 -157
  246. package/dist/mint-components/p-e8bda98a.system.entry.js +0 -1
  247. package/dist/mint-components/p-ee3a7577.entry.js +0 -144
  248. package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
  249. package/dist/mint-components/p-f5820d03.system.js +0 -1
  250. package/dist/mint-components/p-ffc3cd7c.js +0 -448
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-e862bfd4.js');
6
+ const global = require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const jsonpointer = require('./jsonpointer-11327262.js');
@@ -21,17 +21,17 @@ const index$1 = require('./index-8c6255f5.js');
21
21
  const emailRegistrationView = require('./email-registration-view-ace50780.js');
22
22
  const useRegistrationFormState = require('./useRegistrationFormState-bbee6e7b.js');
23
23
  const useInstantAccessRegistration = require('./useInstantAccessRegistration-08bcb487.js');
24
- const useLeadFormState = require('./useLeadFormState-91999606.js');
24
+ const useLeadFormState = require('./useLeadFormState-f8b33c07.js');
25
25
  const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
26
26
  const usePortalLogin = require('./usePortalLogin-1c022d8d.js');
27
27
  const AsYouType = require('./AsYouType-6788393a.js');
28
28
  const utilities = require('./utilities-9a0c5e91.js');
29
29
  const ErrorView = require('./ErrorView-3f91e5ab.js');
30
- const ShadowViewAddon = require('./ShadowViewAddon-fbc33c53.js');
30
+ const ShadowViewAddon = require('./ShadowViewAddon-7066fae7.js');
31
31
  require('./sqm-portal-container-view-07e4343f.js');
32
- const utils$1 = require('./utils-4eb18a29.js');
32
+ const utils$1 = require('./utils-5ecfecd9.js');
33
33
  const extractProps = require('./extractProps-e9c55ba8.js');
34
- const data = require('./data-16106637.js');
34
+ const data = require('./data-44260010.js');
35
35
 
36
36
  /**
37
37
  *
@@ -57,6 +57,10 @@ const Netflix = {
57
57
  borderThickness: 1,
58
58
  },
59
59
  color: {
60
+ loadingSkeleton: {
61
+ background: "#272727",
62
+ animationBackground: "#E50914",
63
+ },
60
64
  textColorShades: {
61
65
  mainText: "white",
62
66
  subduedText: "#B3B3B3",
@@ -148,6 +152,10 @@ const Amazon = {
148
152
  },
149
153
  color: {
150
154
  backgroundColor: "#ffffff",
155
+ loadingSkeleton: {
156
+ background: "hsl(240 4.8% 95.9%)",
157
+ animationBackground: "#FF9900",
158
+ },
151
159
  textColorShades: {
152
160
  mainText: "#2f2f2f",
153
161
  subduedText: "#565959",
@@ -236,6 +244,10 @@ const Spotify = {
236
244
  borderThickness: 1,
237
245
  },
238
246
  color: {
247
+ loadingSkeleton: {
248
+ background: "#282928",
249
+ animationBackground: "#1ed760",
250
+ },
239
251
  textColorShades: {
240
252
  mainText: "white",
241
253
  subduedText: "white",
@@ -2903,6 +2915,12 @@ function useDemoPayoutButtonScroll(props) {
2903
2915
  }
2904
2916
 
2905
2917
  const style$2 = {
2918
+ ButtonContainer: {
2919
+ display: "flex",
2920
+ gap: "var(--sl-spacing-medium)",
2921
+ marginTop: "var(--sl-spacing-medium)",
2922
+ flexWrap: "wrap",
2923
+ },
2906
2924
  SkeletonOne: {
2907
2925
  width: "50%",
2908
2926
  height: "16px",
@@ -3027,7 +3045,7 @@ function PayoutStatusAlertView(props) {
3027
3045
  icon: "exclamation-triangle",
3028
3046
  };
3029
3047
  }
3030
- case "ACCOUNT_REVIEW":
3048
+ case "NEW_PAYEE_REVIEW":
3031
3049
  return {
3032
3050
  header: text.accountReviewHeader,
3033
3051
  description: global.intl.formatMessage({
@@ -3040,6 +3058,92 @@ function PayoutStatusAlertView(props) {
3040
3058
  alertType: "warning",
3041
3059
  icon: "exclamation-triangle",
3042
3060
  };
3061
+ case "PAYMENT_HOLD_ON_CHANGE":
3062
+ return {
3063
+ header: text.paymentHoldOnChangeHeader,
3064
+ description: global.intl.formatMessage({
3065
+ id: "accountReviewDescription",
3066
+ defaultMessage: text.paymentHoldOnChangeDescription,
3067
+ }, {
3068
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3069
+ }),
3070
+ buttonText: null,
3071
+ alertType: "warning",
3072
+ icon: "exclamation-triangle",
3073
+ };
3074
+ case "BENEFICIARY_NAME_INVALID":
3075
+ return {
3076
+ header: text.beneficiaryNameInvalidHeader,
3077
+ description: global.intl.formatMessage({
3078
+ id: "accountReviewDescription",
3079
+ defaultMessage: text.beneficiaryNameInvalidDescription,
3080
+ }, {
3081
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3082
+ }),
3083
+ button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
3084
+ index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3085
+ index.h("sl-button", { disabled: states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3086
+ alertType: "warning",
3087
+ icon: "exclamation-triangle",
3088
+ };
3089
+ case "BENEFICIARY_NAME_MISMATCH":
3090
+ return {
3091
+ header: text.beneficiaryNameMismatchHeader,
3092
+ description: global.intl.formatMessage({
3093
+ id: "accountReviewDescription",
3094
+ defaultMessage: text.beneficiaryNameMismatchDescription,
3095
+ }, {
3096
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3097
+ }),
3098
+ button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
3099
+ index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3100
+ index.h("sl-button", { disabled: states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3101
+ alertType: "warning",
3102
+ icon: "exclamation-triangle",
3103
+ };
3104
+ case "BANK_TAX_NAME_MISMATCH":
3105
+ return {
3106
+ header: text.bankTaxNameMismatchHeader,
3107
+ description: global.intl.formatMessage({
3108
+ id: "accountReviewDescription",
3109
+ defaultMessage: text.bankTaxNameMismatchDescription,
3110
+ }, {
3111
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3112
+ }),
3113
+ button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
3114
+ index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3115
+ index.h("sl-button", { disabled: states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3116
+ alertType: "warning",
3117
+ icon: "exclamation-triangle",
3118
+ };
3119
+ case "WITHDRAWAL_SETTINGS_INVALID":
3120
+ return {
3121
+ header: text.withdrawalSettingsInvalidHeader,
3122
+ description: global.intl.formatMessage({
3123
+ id: "accountReviewDescription",
3124
+ defaultMessage: text.withdrawalSettingsInvalidDescription,
3125
+ }, {
3126
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3127
+ }),
3128
+ button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
3129
+ index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
3130
+ alertType: "warning",
3131
+ icon: "exclamation-triangle",
3132
+ };
3133
+ case "PAYMENT_RETURNED":
3134
+ return {
3135
+ header: text.paymentReturnedHeader,
3136
+ description: global.intl.formatMessage({
3137
+ id: "accountReviewDescription",
3138
+ defaultMessage: text.paymentReturnedDescription,
3139
+ }, {
3140
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3141
+ }),
3142
+ button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
3143
+ index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
3144
+ alertType: "error",
3145
+ icon: "exclamation-triangle",
3146
+ };
3043
3147
  case "HOLD":
3044
3148
  return {
3045
3149
  header: text.holdHeader,
@@ -3061,9 +3165,9 @@ function PayoutStatusAlertView(props) {
3061
3165
  case "OVER_W9_THRESHOLD":
3062
3166
  if (states.enforceUsTaxComplianceOption === "CASH_ONLY")
3063
3167
  return;
3064
- return data.type === "SquatchJS2" ? (index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.w9RequiredButtonText, "scroll-animation": "smooth" })) : data.type === "SquatchPortal" ? (index.h("sl-button", { type: "default", onClick: callbacks.onTermsClick }, text.w9RequiredButtonText)) : (
3168
+ return data.type === "SquatchJS2" ? (index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.w9RequiredButtonText, "scroll-animation": "smooth" })) : data.type === "SquatchPortal" ? (index.h("sl-button", { type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onTermsClick }, text.w9RequiredButtonText)) : (
3065
3169
  // Demo case
3066
- index.h("sl-button", { type: "default" }, text.w9RequiredButtonText));
3170
+ index.h("sl-button", { type: "primary", exportparts: "base: primarybutton-base" }, text.w9RequiredButtonText));
3067
3171
  case "INFORMATION_REQUIRED":
3068
3172
  return data.type === "SquatchJS2" ? (index.h("div", { style: { paddingTop: "10px" } },
3069
3173
  index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.informationRequiredButtonText, "scroll-animation": "smooth" }))) : data.type === "SquatchPortal" ? (index.h("div", { style: { paddingTop: "10px" } },
@@ -3075,12 +3179,11 @@ function PayoutStatusAlertView(props) {
3075
3179
  return (index.h("div", { style: { paddingTop: "10px" } },
3076
3180
  index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
3077
3181
  default:
3182
+ if (alertDetails.button)
3183
+ return alertDetails.button;
3078
3184
  return;
3079
3185
  }
3080
3186
  }
3081
- if (states.loading) {
3082
- return index.h("sl-skeleton", { class: sheet$2.classes.SkeletonOne });
3083
- }
3084
3187
  const alertDetails = getAlert(states.status);
3085
3188
  if (states.status === "DONE" || !alertDetails) {
3086
3189
  return index.h("div", null);
@@ -3088,7 +3191,7 @@ function PayoutStatusAlertView(props) {
3088
3191
  return (index.h("div", { part: "sqm-base" },
3089
3192
  index.h("style", { type: "text/css" }, styleString$2),
3090
3193
  index.h("style", { type: "text/css" }, vanillaStyle$1),
3091
- index.h("sqm-form-message", { type: alertDetails.alertType },
3194
+ index.h("sqm-form-message", { loading: states.loading, type: alertDetails.alertType },
3092
3195
  index.h("p", { part: "alert-title" }, alertDetails.header),
3093
3196
  index.h("p", { part: "alert-description" }, alertDetails.description),
3094
3197
  getButton(states.status))));
@@ -3101,6 +3204,15 @@ const PayoutStatusAlert = class {
3101
3204
  * @uiName Info required alert header
3102
3205
  */
3103
3206
  this.informationRequiredHeader = "Payout and tax information required";
3207
+ /**
3208
+ *
3209
+ * @uiName Edit payment info button label
3210
+ */
3211
+ this.editPaymentInformationButton = "Edit Payout Information";
3212
+ /**
3213
+ * @uiName Submit new tax form button label
3214
+ */
3215
+ this.newFormButton = "Submit new tax form";
3104
3216
  /**
3105
3217
  * @uiName Info required alert description
3106
3218
  */
@@ -3124,7 +3236,7 @@ const PayoutStatusAlert = class {
3124
3236
  /**
3125
3237
  * @uiName Verification required internal alert header
3126
3238
  */
3127
- this.verificationRequiredInternalHeader = "Identity Verification in Progress";
3239
+ this.verificationRequiredInternalHeader = "Identity Verification in progress";
3128
3240
  /**
3129
3241
  * @uiName Verification required internal alert description
3130
3242
  */
@@ -3132,7 +3244,7 @@ const PayoutStatusAlert = class {
3132
3244
  /**
3133
3245
  * @uiName Verification review internal alert header
3134
3246
  */
3135
- this.verificationReviewInternalHeader = "Identity Verification Under Review";
3247
+ this.verificationReviewInternalHeader = "Identity Verification under review";
3136
3248
  /**
3137
3249
  * @uiName Verification review internal alert description
3138
3250
  */
@@ -3140,7 +3252,7 @@ const PayoutStatusAlert = class {
3140
3252
  /**
3141
3253
  * @uiName Verification failed internal alert header
3142
3254
  */
3143
- this.verificationFailedInternalHeader = "Identity Verification Unsuccessful";
3255
+ this.verificationFailedInternalHeader = "Identity verification unsuccessful";
3144
3256
  /**
3145
3257
  * @uiName Verification failed internal alert description
3146
3258
  */
@@ -3153,6 +3265,54 @@ const PayoutStatusAlert = class {
3153
3265
  * @uiName Account review alert description
3154
3266
  */
3155
3267
  this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
3268
+ /**
3269
+ * @uiName Payment on hold alert header
3270
+ */
3271
+ this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
3272
+ /**
3273
+ * @uiName Payment on hold alert description
3274
+ */
3275
+ this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
3276
+ /**
3277
+ * @uiName Beneficiary name invalid alert header
3278
+ */
3279
+ this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
3280
+ /**
3281
+ * @uiName Beneficiary name invalid description
3282
+ */
3283
+ this.beneficiaryNameInvalidDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3284
+ /**
3285
+ * @uiName Beneficiary name mismatch alert header
3286
+ */
3287
+ this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
3288
+ /**
3289
+ * @uiName Beneficiary name mismatch alert description
3290
+ */
3291
+ this.beneficiaryNameMismatchDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3292
+ /**
3293
+ * @uiName Bank name mismatch alert header
3294
+ */
3295
+ this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
3296
+ /**
3297
+ * @uiName Bank name mismatch alert description
3298
+ */
3299
+ this.bankTaxNameMismatchDescription = "The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3300
+ /**
3301
+ * @uiName Withdrawal settings invalid alert header
3302
+ */
3303
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
3304
+ /**
3305
+ * @uiName Withdrawal settings invalid alert description
3306
+ */
3307
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
3308
+ /**
3309
+ * @uiName Payment returned alert header
3310
+ */
3311
+ this.paymentReturnedHeader = "Payout unsuccessful";
3312
+ /**
3313
+ * @uiName Payment returned alert description
3314
+ */
3315
+ this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
3156
3316
  /**
3157
3317
  * @uiName W-9 payment threshold alert header
3158
3318
  */
@@ -3222,8 +3382,8 @@ function useDemoPayoutStatusAlert(props) {
3222
3382
  return cjs.cjs({
3223
3383
  states: {
3224
3384
  error: false,
3225
- status: "INFORMATION_REQUIRED",
3226
- loading: false,
3385
+ status: props.demoData.states.status,
3386
+ loading: true,
3227
3387
  veriffLoading: false,
3228
3388
  },
3229
3389
  data: { type: "SquatchAdmin" },
@@ -3231,6 +3391,8 @@ function useDemoPayoutStatusAlert(props) {
3231
3391
  callbacks: {
3232
3392
  onTermsClick: () => { },
3233
3393
  onClick: () => console.log("show"),
3394
+ onPaymentInfoClick: () => { },
3395
+ onNewFormClick: () => { },
3234
3396
  },
3235
3397
  }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
3236
3398
  }
@@ -7268,12 +7430,12 @@ const TaxAndCashMonolith = class {
7268
7430
  * @uiName Submit new tax form button label
7269
7431
  * @uiGroup Dashboard Properties
7270
7432
  */
7271
- this.dashboard_newFormButton = "Submit new form";
7433
+ this.dashboard_newFormButton = "Submit new tax form";
7272
7434
  /**
7273
7435
  * @uiName Edit payment info button label
7274
7436
  * @uiGroup Dashboard Properties
7275
7437
  */
7276
- this.dashboard_editPaymentInformationButton = "Edit Payout Information";
7438
+ this.dashboard_editPaymentInformationButton = "Edit payout information";
7277
7439
  /**
7278
7440
  * @uiName Not registered for indirect tax text
7279
7441
  * @uiGroup Dashboard Properties
@@ -7425,7 +7587,7 @@ const TaxAndCashMonolith = class {
7425
7587
  * @uiGroup Dashboard Properties
7426
7588
  * @uiWidget textArea
7427
7589
  */
7428
- this.dashboard_verificationRequiredInternalHeader = "Identity Verification in Progress";
7590
+ this.dashboard_verificationRequiredInternalHeader = "Identity verification in progress";
7429
7591
  /**
7430
7592
  * @uiName Verification required internal alert description
7431
7593
  * @uiGroup Dashboard Properties
@@ -7437,7 +7599,7 @@ const TaxAndCashMonolith = class {
7437
7599
  * @uiGroup Dashboard Properties
7438
7600
  * @uiWidget textArea
7439
7601
  */
7440
- this.dashboard_verificationReviewInternalHeader = "Identity Verification Under Review";
7602
+ this.dashboard_verificationReviewInternalHeader = "Identity verification under review";
7441
7603
  /**
7442
7604
  * @uiName Verification review internal alert description
7443
7605
  * @uiGroup Dashboard Properties
@@ -7449,7 +7611,7 @@ const TaxAndCashMonolith = class {
7449
7611
  * @uiGroup Dashboard Properties
7450
7612
  * @uiWidget textArea
7451
7613
  */
7452
- this.dashboard_verificationFailedInternalHeader = "Identity Verification Unsuccessful";
7614
+ this.dashboard_verificationFailedInternalHeader = "Identity verification usuccessful";
7453
7615
  /**
7454
7616
  * @uiName Verification failed internal alert description
7455
7617
  * @uiGroup Dashboard Properties
@@ -7483,6 +7645,54 @@ const TaxAndCashMonolith = class {
7483
7645
  * @uiName Account review alert description
7484
7646
  */
7485
7647
  this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
7648
+ /**
7649
+ * @uiName Payment on hold alert header
7650
+ */
7651
+ this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
7652
+ /**
7653
+ * @uiName Payment on hold alert description
7654
+ */
7655
+ this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
7656
+ /**
7657
+ * @uiName Beneficiary name invalid alert header
7658
+ */
7659
+ this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
7660
+ /**
7661
+ * @uiName Beneficiary name invalid description
7662
+ */
7663
+ this.dashboard_beneficiaryNameInvalidDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7664
+ /**
7665
+ * @uiName Beneficiary name mismatch alert header
7666
+ */
7667
+ this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
7668
+ /**
7669
+ * @uiName Beneficiary name mismatch alert description
7670
+ */
7671
+ this.dashboard_beneficiaryNameMismatchDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7672
+ /**
7673
+ * @uiName Bank name mismatch alert header
7674
+ */
7675
+ this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
7676
+ /**
7677
+ * @uiName Bank name mismatch alert description
7678
+ */
7679
+ this.dashboard_bankNameMismatchDescription = "The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7680
+ /**
7681
+ * @uiName Withdrawal settings invalid alert header
7682
+ */
7683
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
7684
+ /**
7685
+ * @uiName Withdrawal settings invalid alert description
7686
+ */
7687
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
7688
+ /**
7689
+ * @uiName Payment returned alert header
7690
+ */
7691
+ this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
7692
+ /**
7693
+ * @uiName Payment returned alert description
7694
+ */
7695
+ this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
7486
7696
  /**
7487
7697
  * @uiName Terms and Conditions text
7488
7698
  * @uiGroup Dashboard Properties
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-e862bfd4.js');
6
+ const global = require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-e862bfd4.js');
6
+ const global = require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -322,9 +322,12 @@ function WidgetEmailVerificationView(props) {
322
322
  const { states, callbacks, text } = props;
323
323
  const renderLoadingSkeleton = () => {
324
324
  return (index.h("div", { class: sheet.classes.Wrapper },
325
- index.h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
326
- index.h("sl-skeleton", { class: sheet.classes.SkeletonTwo }),
327
- index.h("sl-skeleton", { class: sheet.classes.SkeletonThree })));
325
+ index.h("sqm-skeleton", { height: "16px", width: "50%" }),
326
+ index.h("sqm-skeleton", { height: "16px", width: "50%" }),
327
+ index.h("sqm-skeleton", { height: "16px", width: "50%" }),
328
+ index.h("sqm-skeleton", { height: "34px", width: "30%" }),
329
+ index.h("sqm-skeleton", { height: "24px", width: "15%" }),
330
+ index.h("sl-button", { submit: true, class: sheet.classes.ContinueButton, loading: true, exportparts: "base: primarybutton-base", type: "primary" }, text.sendCodeText)));
328
331
  };
329
332
  return (index.h("div", { part: "sqm-base" },
330
333
  index.h("style", { type: "text/css" },
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-e862bfd4.js');
6
+ const global = require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  require('./index.module-4f54e412.js');
9
9
  const utils = require('./utils-6847bc06.js');
@@ -11,6 +11,12 @@ const FormMessage = class {
11
11
  constructor(hostRef) {
12
12
  index.registerInstance(this, hostRef);
13
13
  this.ignored = true;
14
+ /**
15
+ * Loading state for the alert.
16
+ *
17
+ * @uiName Loading
18
+ */
19
+ this.loading = false;
14
20
  /**
15
21
  * Render the alert with transparent styles
16
22
  */
@@ -19,6 +25,9 @@ const FormMessage = class {
19
25
  }
20
26
  disconnectedCallback() { }
21
27
  render() {
28
+ if (this.loading) {
29
+ return index.h("sqm-skeleton", { height: "90px", width: "100%" });
30
+ }
22
31
  if (this.type === "error") {
23
32
  return (index.h("sl-alert", { exportparts: "base: erroralert-base, icon:erroralert-icon", class: `Error ${this.transparent ? "Transparent" : ""}`, type: "danger", open: true }, index.h("sl-icon", { id: "icon", slot: "icon", name: `${this.icon ? this.icon : "exclamation-octagon"}` }), index.h("slot", null)));
24
33
  }
@@ -35,4 +44,45 @@ const FormMessage = class {
35
44
  };
36
45
  FormMessage.style = sqmFormMessageCss;
37
46
 
47
+ const Skeleton = class {
48
+ constructor(hostRef) {
49
+ index.registerInstance(this, hostRef);
50
+ this.ignored = true;
51
+ /**
52
+ * @uiName Height (in pixels or %)
53
+ */
54
+ this.height = "100%";
55
+ /**
56
+ * @uiName Width (in pixels or %)
57
+ */
58
+ this.width = "100%";
59
+ this.vanillaStyle = `
60
+ sl-skeleton::part(indicator) {
61
+ --sheen-color: var(--sqm-skeleton-animation-background);
62
+ --color: var(--sqm-skeleton-background);
63
+ border-radius: var(--sqm-border-radius-normal);
64
+ }
65
+
66
+ sl-skeleton::part(base) {
67
+ height:${this.height};
68
+ width:${this.width};
69
+ }
70
+
71
+ :host{
72
+ display: block;
73
+ }
74
+
75
+ :host([hidden]) {
76
+ display: none;
77
+ }
78
+ `;
79
+ }
80
+ disconnectedCallback() { }
81
+ render() {
82
+ console.log("This is the height", this.height);
83
+ return (index.h("div", null, index.h("style", { type: "text/css" }, this.vanillaStyle), index.h("sl-skeleton", null)));
84
+ }
85
+ };
86
+
38
87
  exports.sqm_form_message = FormMessage;
88
+ exports.sqm_skeleton = Skeleton;
@@ -8,6 +8,16 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
8
8
  const HeroImage = class {
9
9
  constructor(hostRef) {
10
10
  index.registerInstance(this, hostRef);
11
+ /**
12
+ * @uiName Logo text size (in px)
13
+ * @uiWidget number
14
+ */
15
+ this.logoTextSize = 32;
16
+ /**
17
+ * @uiWidget color
18
+ * @uiName Logo text color
19
+ */
20
+ this.logoTextColor = "var(--sqm-primary-color, var(--sqm-text, #555555))";
11
21
  /**
12
22
  * Page participants are navigated to after clicking the header logo.
13
23
  *
@@ -16,14 +26,17 @@ const HeroImage = class {
16
26
  */
17
27
  this.nextPage = "/";
18
28
  /**
19
- * @uiName Logo height
29
+ * @uiName Logo height (in px)
20
30
  */
21
31
  this.height = 60;
22
32
  domContextHooks_module.h$1(this);
23
33
  }
24
34
  disconnectedCallback() { }
25
35
  render() {
26
- return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link" }, index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl }))));
36
+ return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link", style: { textDecoration: "none" } }, this.imageUrl ? (index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl })) : (index.h("h3", { style: {
37
+ fontSize: `${this.logoTextSize}px`,
38
+ color: this.logoTextColor,
39
+ } }, this.logoText)))));
27
40
  }
28
41
  };
29
42
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-e862bfd4.js');
4
+ const global = require('./global-94f36ad7.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
 
7
7
  const style = {
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-e862bfd4.js');
6
+ require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  require('./JSS-8503a151.js');
12
- const useLeadFormState = require('./useLeadFormState-91999606.js');
13
- const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-dca40eb4.js');
12
+ const useLeadFormState = require('./useLeadFormState-f8b33c07.js');
13
+ const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-c0123bfa.js');
14
14
 
15
15
  function useLeadCheckboxField() {
16
16
  const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-e862bfd4.js');
4
+ const global = require('./global-94f36ad7.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
  const mixins = require('./mixins-4761d472.js');
7
7
 
@@ -3,15 +3,15 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-e862bfd4.js');
6
+ require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  require('./JSS-8503a151.js');
12
12
  require('./mixins-4761d472.js');
13
- const useLeadFormState = require('./useLeadFormState-91999606.js');
14
- const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-2006001f.js');
13
+ const useLeadFormState = require('./useLeadFormState-f8b33c07.js');
14
+ const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-6983eaa1.js');
15
15
 
16
16
  function useLeadInputField() {
17
17
  const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-e862bfd4.js');
6
+ const global = require('./global-94f36ad7.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');