@saasquatch/mint-components 1.11.1-0 → 1.12.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (425) hide show
  1. package/dist/cjs/{ShadowViewAddon-2c6026c3.js → ShadowViewAddon-88821c64.js} +229 -154
  2. package/dist/cjs/{global-02e50f09.js → global-c3637175.js} +2 -2
  3. package/dist/cjs/{index.module-df530553.js → index.module-b8d9d0ba.js} +55 -18
  4. package/dist/cjs/keys-cff24974.js +11 -0
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/mint-components.cjs.js +3 -3
  7. package/dist/cjs/{re-render-1976e05e.js → re-render-5bde3d2e.js} +4 -4
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +211 -105
  10. package/dist/cjs/{sqm-big-stat_38.cjs.entry.js → sqm-big-stat_39.cjs.entry.js} +278 -178
  11. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  12. package/dist/cjs/sqm-code-verification.cjs.entry.js +352 -0
  13. package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-email-verification.cjs.entry.js +137 -0
  15. package/dist/cjs/sqm-empty_4.cjs.entry.js +3 -3
  16. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  17. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +5 -5
  18. package/dist/cjs/{sqm-invoice-table-view-e3b03a00.js → sqm-invoice-table-view-ce9a34ac.js} +20 -1
  19. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  20. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +5 -5
  21. package/dist/cjs/{sqm-navigation-sidebar-item-view-4e90b6f5.js → sqm-navigation-sidebar-item-view-a2135064.js} +3 -3
  22. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +5 -5
  23. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  24. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  25. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  26. package/dist/cjs/{sqm-portal-email-verification-view-bff9783d.js → sqm-portal-email-verification-view-050dbe0f.js} +2 -2
  27. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +9 -9
  28. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +6 -6
  29. package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
  30. package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-d97086bc.js} +1 -1
  31. package/dist/cjs/sqm-portal-profile.cjs.entry.js +9 -9
  32. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
  33. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +8 -8
  34. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
  35. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +9 -9
  36. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +8 -8
  37. package/dist/cjs/sqm-referred-registration.cjs.entry.js +5 -5
  38. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  39. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +13 -13
  40. package/dist/cjs/sqm-scroll.cjs.entry.js +109 -0
  41. package/dist/cjs/sqm-stencilbook.cjs.entry.js +225 -272
  42. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  43. package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
  44. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +33 -0
  45. package/dist/cjs/sqm-widget-verification.cjs.entry.js +127 -0
  46. package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-410d2435.js} +2 -2
  47. package/dist/cjs/useEmailVerification-30a1c7f6.js +75 -0
  48. package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-ccf81eae.js} +3 -3
  49. package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-824ac152.js} +9 -9
  50. package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-f9ce55be.js} +2 -2
  51. package/dist/cjs/{utilities-cec9dd36.js → utilities-f7de6c04.js} +1 -1
  52. package/dist/collection/collection-manifest.json +6 -10
  53. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +1 -1
  54. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
  55. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +9 -0
  56. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +22 -0
  57. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +105 -0
  58. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +44 -0
  59. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +0 -20
  60. package/dist/collection/components/sqm-share-button/useShareButton.js +16 -15
  61. package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -1
  62. package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
  63. package/dist/collection/components/sqm-share-link/useShareLink.js +3 -5
  64. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +8 -6
  65. package/dist/collection/components/sqm-widget-verification/keys.js +4 -0
  66. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +29 -0
  67. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +118 -0
  68. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +330 -0
  69. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +144 -0
  70. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +22 -0
  71. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +78 -0
  72. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +172 -0
  73. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +70 -0
  74. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +27 -0
  75. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +132 -0
  76. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +3 -0
  77. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +1 -0
  78. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +18 -0
  79. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +4 -1
  80. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +94 -38
  81. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +16 -2
  82. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +12 -0
  83. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +72 -0
  84. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +217 -0
  85. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +50 -0
  86. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +1 -0
  87. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +16 -0
  88. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +80 -1
  89. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +2 -2
  90. package/dist/collection/components/views/copy-text-view.js +2 -16
  91. package/dist/esm/{ShadowViewAddon-5bb2b69a.js → ShadowViewAddon-65c8679e.js} +227 -153
  92. package/dist/esm/{global-b89b6edc.js → global-6306a9b8.js} +2 -2
  93. package/dist/esm/{index.module-f122af7b.js → index.module-6c840c4e.js} +40 -3
  94. package/dist/esm/keys-a1496e39.js +6 -0
  95. package/dist/esm/loader.js +3 -3
  96. package/dist/esm/mint-components.js +3 -3
  97. package/dist/esm/{re-render-c64289f3.js → re-render-1bcfd0de.js} +4 -4
  98. package/dist/esm/sqm-asset-card.entry.js +2 -2
  99. package/dist/esm/sqm-banking-info-form_16.entry.js +211 -105
  100. package/dist/esm/{sqm-big-stat_38.entry.js → sqm-big-stat_39.entry.js} +275 -176
  101. package/dist/esm/sqm-close-button.entry.js +3 -3
  102. package/dist/esm/sqm-code-verification.entry.js +348 -0
  103. package/dist/esm/sqm-context-router.entry.js +2 -2
  104. package/dist/esm/sqm-email-verification.entry.js +133 -0
  105. package/dist/esm/sqm-empty_4.entry.js +3 -3
  106. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  107. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  108. package/dist/esm/{sqm-invoice-table-view-09cc28d6.js → sqm-invoice-table-view-08c03ba7.js} +20 -1
  109. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  110. package/dist/esm/sqm-logout-current-user.entry.js +5 -5
  111. package/dist/esm/{sqm-navigation-sidebar-item-view-14114804.js → sqm-navigation-sidebar-item-view-f8e78810.js} +3 -3
  112. package/dist/esm/sqm-navigation-sidebar-item.entry.js +5 -5
  113. package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
  114. package/dist/esm/sqm-password-field.entry.js +4 -4
  115. package/dist/esm/sqm-popup-container.entry.js +4 -4
  116. package/dist/esm/{sqm-portal-email-verification-view-ced567c9.js → sqm-portal-email-verification-view-c6ac5430.js} +2 -2
  117. package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
  118. package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
  119. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  120. package/dist/esm/{sqm-portal-profile-view-d72dd5ac.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  121. package/dist/esm/sqm-portal-profile.entry.js +9 -9
  122. package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
  123. package/dist/esm/sqm-portal-registration-form.entry.js +8 -8
  124. package/dist/esm/sqm-portal-reset-password.entry.js +9 -9
  125. package/dist/esm/sqm-portal-verify-email.entry.js +9 -9
  126. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  127. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  128. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  129. package/dist/esm/sqm-rewards-table_9.entry.js +13 -13
  130. package/dist/esm/sqm-scroll.entry.js +105 -0
  131. package/dist/esm/sqm-stencilbook.entry.js +212 -259
  132. package/dist/esm/sqm-tab.entry.js +2 -2
  133. package/dist/esm/sqm-tabs.entry.js +4 -4
  134. package/dist/esm/sqm-widget-verification-internal.entry.js +29 -0
  135. package/dist/esm/sqm-widget-verification.entry.js +123 -0
  136. package/dist/esm/stencil-hooks.module-ac12ca1c.js +1 -1
  137. package/dist/esm/{useChildElements-37daf533.js → useChildElements-fc84e640.js} +2 -2
  138. package/dist/esm/useEmailVerification-7135732c.js +72 -0
  139. package/dist/esm/{useInstantAccessRegistration-9d4cb797.js → useInstantAccessRegistration-8b0a4556.js} +3 -3
  140. package/dist/esm/{useReferralTable-42f99ea2.js → useReferralTable-f6ffa103.js} +9 -9
  141. package/dist/esm/{useRegistrationFormState-53c71782.js → useRegistrationFormState-849e27f7.js} +2 -2
  142. package/dist/esm/{utilities-18d10876.js → utilities-443732be.js} +1 -1
  143. package/dist/esm-es5/{GenericTableView-bf154727.js → GenericTableView-d59d8ab4.js} +1 -1
  144. package/dist/esm-es5/ShadowViewAddon-65c8679e.js +1 -0
  145. package/dist/esm-es5/{email-registration-view-12793040.js → email-registration-view-a89a88bf.js} +1 -1
  146. package/dist/esm-es5/{global-b89b6edc.js → global-6306a9b8.js} +2 -2
  147. package/dist/esm-es5/index.module-6c840c4e.js +1 -0
  148. package/dist/esm-es5/keys-a1496e39.js +1 -0
  149. package/dist/esm-es5/loader.js +1 -1
  150. package/dist/esm-es5/mint-components.js +1 -1
  151. package/dist/esm-es5/{re-render-c64289f3.js → re-render-1bcfd0de.js} +1 -1
  152. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  153. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  154. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -0
  155. package/dist/esm-es5/{sqm-close-button-view-b24c708b.js → sqm-close-button-view-dc65b4e3.js} +1 -1
  156. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  157. package/dist/esm-es5/sqm-code-verification.entry.js +1 -0
  158. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  159. package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
  160. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  161. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  162. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  163. package/dist/esm-es5/sqm-invoice-table-view-08c03ba7.js +1 -0
  164. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  165. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  166. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-14114804.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
  167. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  168. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  169. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  170. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  171. package/dist/esm-es5/{sqm-portal-email-verification-view-ced567c9.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
  172. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  173. package/dist/esm-es5/{sqm-portal-forgot-password-view-95cd454f.js → sqm-portal-forgot-password-view-c2ed8fed.js} +1 -1
  174. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  175. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  176. package/dist/esm-es5/{sqm-portal-profile-view-d72dd5ac.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  177. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  178. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  179. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  180. package/dist/esm-es5/{sqm-portal-reset-password-view-f1454d43.js → sqm-portal-reset-password-view-79a85e02.js} +1 -1
  181. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  182. package/dist/esm-es5/{sqm-portal-verify-email-view-3739f523.js → sqm-portal-verify-email-view-d7ea2c56.js} +1 -1
  183. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  184. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  185. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  186. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  187. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  188. package/dist/esm-es5/sqm-scroll.entry.js +1 -0
  189. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  190. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  191. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  192. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +1 -0
  193. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
  194. package/dist/esm-es5/stencil-hooks.module-ac12ca1c.js +1 -1
  195. package/dist/esm-es5/{useChildElements-37daf533.js → useChildElements-fc84e640.js} +1 -1
  196. package/dist/esm-es5/useEmailVerification-7135732c.js +1 -0
  197. package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +1 -0
  198. package/dist/esm-es5/{useReferralTable-42f99ea2.js → useReferralTable-f6ffa103.js} +1 -1
  199. package/dist/esm-es5/useRegistrationFormState-849e27f7.js +1 -0
  200. package/dist/esm-es5/{utilities-18d10876.js → utilities-443732be.js} +1 -1
  201. package/dist/mint-components/mint-components.esm.js +1 -1
  202. package/dist/mint-components/mint-components.js +1 -1
  203. package/dist/mint-components/p-0121e044.js +1 -0
  204. package/dist/mint-components/{p-12c56ba6.entry.js → p-012daf3c.entry.js} +1 -1
  205. package/dist/mint-components/{p-1b1d10e5.entry.js → p-03dbe2ce.entry.js} +1 -1
  206. package/dist/mint-components/{p-8077e9c6.js → p-04348a9b.js} +1 -1
  207. package/dist/mint-components/{p-8c97bfb1.system.entry.js → p-04ced592.system.entry.js} +1 -1
  208. package/dist/mint-components/{p-7962ab58.system.entry.js → p-0527d90b.system.entry.js} +1 -1
  209. package/dist/mint-components/{p-01434e4a.entry.js → p-0893073b.entry.js} +1 -1
  210. package/dist/mint-components/p-0c9ad5f3.system.entry.js +1 -0
  211. package/dist/mint-components/p-117b4705.system.js +1 -0
  212. package/dist/mint-components/p-11d1b212.js +1 -0
  213. package/dist/mint-components/{p-dc41ff27.entry.js → p-1b861be5.entry.js} +1 -1
  214. package/dist/mint-components/{p-32cf8417.js → p-1b9e6fc6.js} +1 -1
  215. package/dist/mint-components/p-1bd0cda8.system.entry.js +1 -0
  216. package/dist/mint-components/{p-991c9787.js → p-1d27da33.js} +2 -2
  217. package/dist/mint-components/p-1ee62d9f.system.entry.js +1 -0
  218. package/dist/mint-components/{p-de2a8fae.system.entry.js → p-1f7d7524.system.entry.js} +1 -1
  219. package/dist/mint-components/p-1f9a9b70.system.entry.js +1 -0
  220. package/dist/mint-components/{p-5c845bc2.system.entry.js → p-22425c71.system.entry.js} +1 -1
  221. package/dist/mint-components/p-23fdd44e.entry.js +1 -0
  222. package/dist/mint-components/{p-3373d84e.js → p-2816bf6a.js} +1 -1
  223. package/dist/mint-components/p-2868f475.entry.js +1 -0
  224. package/dist/mint-components/p-2a414b2e.system.js +2 -2
  225. package/dist/mint-components/{p-a474b0ec.system.entry.js → p-36e9296e.system.entry.js} +1 -1
  226. package/dist/mint-components/p-36f7caec.system.entry.js +1 -0
  227. package/dist/mint-components/{p-b334bde8.entry.js → p-3925bcd6.entry.js} +2 -2
  228. package/dist/mint-components/p-39397731.entry.js +1 -0
  229. package/dist/mint-components/p-39af4acd.entry.js +240 -0
  230. package/dist/mint-components/{p-e2bb72eb.system.entry.js → p-3e7ec0f3.system.entry.js} +1 -1
  231. package/dist/mint-components/{p-59c141a2.system.js → p-3ed71bef.system.js} +1 -1
  232. package/dist/mint-components/{p-bf834367.system.js → p-43621f12.system.js} +1 -1
  233. package/dist/mint-components/{p-110dddfe.entry.js → p-4671e644.entry.js} +1 -1
  234. package/dist/mint-components/{p-0f028514.system.js → p-4babe350.system.js} +1 -1
  235. package/dist/mint-components/p-4c9b6fbe.system.js +1 -0
  236. package/dist/mint-components/p-4e373c3d.system.js +1 -0
  237. package/dist/mint-components/{p-03a647c2.system.js → p-4e48267b.system.js} +1 -1
  238. package/dist/mint-components/{p-9deac406.system.js → p-4eae91a9.system.js} +1 -1
  239. package/dist/mint-components/{p-0806343b.js → p-509e29e6.js} +1 -1
  240. package/dist/mint-components/{p-53ff8bd0.system.entry.js → p-51d53165.system.entry.js} +1 -1
  241. package/dist/mint-components/{p-246a2827.entry.js → p-5291891c.entry.js} +2 -2
  242. package/dist/mint-components/{p-c1ba2ad0.system.entry.js → p-59818690.system.entry.js} +1 -1
  243. package/dist/mint-components/{p-55588b46.system.js → p-5becb2ff.system.js} +1 -1
  244. package/dist/mint-components/{p-c39f9dc1.system.entry.js → p-5fba1a04.system.entry.js} +1 -1
  245. package/dist/mint-components/{p-22de9f73.system.entry.js → p-64491210.system.entry.js} +1 -1
  246. package/dist/mint-components/p-65e2c043.system.js +1 -0
  247. package/dist/mint-components/p-663303b7.entry.js +8 -0
  248. package/dist/mint-components/p-66a04cca.system.entry.js +1 -0
  249. package/dist/mint-components/{p-1df19ea2.js → p-68747d88.js} +1 -1
  250. package/dist/mint-components/{p-96cb9c17.entry.js → p-6c928c7d.entry.js} +1 -1
  251. package/dist/mint-components/p-6cae44d7.js +1 -0
  252. package/dist/mint-components/{p-b0ce005d.entry.js → p-721a89c6.entry.js} +2 -2
  253. package/dist/mint-components/{p-6e62f207.entry.js → p-76392386.entry.js} +1 -1
  254. package/dist/mint-components/{p-bb6f6681.system.js → p-7d5e0645.system.js} +1 -1
  255. package/dist/mint-components/{p-daba8cd2.system.entry.js → p-7dd1ff31.system.entry.js} +1 -1
  256. package/dist/mint-components/p-7f5c7bf7.system.entry.js +1 -0
  257. package/dist/mint-components/{p-ec8a9e91.system.entry.js → p-83c9f37b.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-d3d281ff.entry.js → p-84b25a46.entry.js} +1 -1
  259. package/dist/mint-components/{p-82e09b8d.system.entry.js → p-88bf51b7.system.entry.js} +1 -1
  260. package/dist/mint-components/p-8a337864.js +7 -0
  261. package/dist/mint-components/{p-73decce7.system.js → p-8d554a89.system.js} +1 -1
  262. package/dist/mint-components/p-93576222.system.js +1 -0
  263. package/dist/mint-components/p-94454880.entry.js +1 -0
  264. package/dist/mint-components/p-947fe79b.entry.js +1 -0
  265. package/dist/mint-components/p-99c15c5e.entry.js +1 -0
  266. package/dist/mint-components/{p-9288cca6.system.entry.js → p-9cdbd1ac.system.entry.js} +1 -1
  267. package/dist/mint-components/p-9d34f4f0.entry.js +33 -0
  268. package/dist/mint-components/p-9e0230c3.entry.js +1 -0
  269. package/dist/mint-components/{p-476182e7.system.entry.js → p-9ec008cb.system.entry.js} +1 -1
  270. package/dist/mint-components/p-a02afa72.system.js +1 -0
  271. package/dist/mint-components/p-a4282d02.system.entry.js +1 -0
  272. package/dist/mint-components/{p-798ed3a2.entry.js → p-a45b03d2.entry.js} +1 -1
  273. package/dist/mint-components/{p-523ed056.system.js → p-a51533cb.system.js} +1 -1
  274. package/dist/mint-components/p-a5a9aa07.entry.js +189 -0
  275. package/dist/mint-components/p-a85f57bb.entry.js +1 -0
  276. package/dist/mint-components/{p-21d4f6ce.system.js → p-ac51940e.system.js} +1 -1
  277. package/dist/mint-components/p-b1e8a802.entry.js +1 -0
  278. package/dist/mint-components/{p-fec0ac31.js → p-b651706a.js} +24 -24
  279. package/dist/mint-components/{p-14dac608.system.entry.js → p-bc826117.system.entry.js} +1 -1
  280. package/dist/mint-components/p-bdd6bb13.js +1 -0
  281. package/dist/mint-components/{p-67846dce.system.entry.js → p-be1ae1ed.system.entry.js} +1 -1
  282. package/dist/mint-components/{p-3cc5474d.entry.js → p-bee1e573.entry.js} +1 -1
  283. package/dist/mint-components/{p-fb2c0ce4.system.entry.js → p-c1f4fb6d.system.entry.js} +1 -1
  284. package/dist/mint-components/p-c3b37bbf.js +1 -0
  285. package/dist/mint-components/{p-ff41c804.system.entry.js → p-c3babfa4.system.entry.js} +1 -1
  286. package/dist/mint-components/{p-18a19cb5.system.js → p-c5577dd7.system.js} +1 -1
  287. package/dist/mint-components/{p-02f6cda4.js → p-c5d2e4ba.js} +1 -1
  288. package/dist/mint-components/p-c763c0b2.js +1 -0
  289. package/dist/mint-components/{p-ed161025.js → p-c8610d0c.js} +1 -1
  290. package/dist/mint-components/p-c92a743e.entry.js +1 -0
  291. package/dist/mint-components/p-c9fb6102.entry.js +1 -0
  292. package/dist/mint-components/p-ca809fdd.system.js +1 -0
  293. package/dist/mint-components/{p-f52c3aec.system.entry.js → p-cb433855.system.entry.js} +1 -1
  294. package/dist/mint-components/{p-f44d88fa.system.js → p-cd44de66.system.js} +1 -1
  295. package/dist/mint-components/p-d35d8c06.entry.js +11 -0
  296. package/dist/mint-components/{p-cfbe2f86.entry.js → p-d468925f.entry.js} +1 -1
  297. package/dist/mint-components/{p-15dee492.js → p-d49e2f7a.js} +1 -1
  298. package/dist/mint-components/{p-9c3d78e9.js → p-d83b0cf3.js} +1 -1
  299. package/dist/mint-components/{p-6e7e8af6.system.js → p-def516b8.system.js} +1 -1
  300. package/dist/mint-components/{p-e41cb11f.js → p-e0e7635a.js} +1 -1
  301. package/dist/mint-components/{p-a1150633.system.entry.js → p-e12d3414.system.entry.js} +1 -1
  302. package/dist/mint-components/{p-ce746af8.system.js → p-e8dde8f4.system.js} +1 -1
  303. package/dist/mint-components/p-e93e5740.entry.js +1 -0
  304. package/dist/mint-components/p-e9ca48fc.system.entry.js +1 -0
  305. package/dist/mint-components/p-ead27698.system.entry.js +1 -0
  306. package/dist/mint-components/{p-1c6e4a5f.entry.js → p-f36e33ff.entry.js} +2 -2
  307. package/dist/mint-components/{p-1ce4fa30.system.entry.js → p-f450654b.system.entry.js} +1 -1
  308. package/dist/mint-components/{p-1c710e16.entry.js → p-f4cbbe47.entry.js} +1 -1
  309. package/dist/mint-components/{p-d68ed4a6.system.entry.js → p-f531a5c9.system.entry.js} +1 -1
  310. package/dist/mint-components/{p-acc93caa.system.entry.js → p-f56348dc.system.entry.js} +1 -1
  311. package/dist/mint-components/p-f655a7df.js +1 -0
  312. package/dist/mint-components/{p-855ae1b5.js → p-fb93c962.js} +1 -1
  313. package/dist/mint-components/{p-46ca288c.system.js → p-fc422446.system.js} +1 -1
  314. package/dist/mint-components/{p-fae82751.entry.js → p-fd21ae8f.entry.js} +1 -1
  315. package/dist/mint-components/p-fd2c5407.js +2 -2
  316. package/dist/types/components/{sqm-pagination/Pagination.stories.d.ts → sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts} +1 -0
  317. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +10 -0
  318. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +19 -0
  319. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +7 -0
  320. package/dist/types/components/sqm-referral-card/ReferralCard.stories.d.ts +0 -1
  321. package/dist/types/components/sqm-share-link/useShareLink.d.ts +0 -1
  322. package/dist/types/components/sqm-widget-verification/keys.d.ts +4 -0
  323. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +8 -0
  324. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +26 -0
  325. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +60 -0
  326. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +23 -0
  327. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +7 -0
  328. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +16 -0
  329. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +32 -0
  330. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +9 -0
  331. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +5 -0
  332. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +8 -0
  333. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +1 -0
  334. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  335. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +1 -0
  336. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  337. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +8 -0
  338. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +18 -0
  339. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +21 -0
  340. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +9 -0
  341. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +5 -0
  342. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +16 -0
  343. package/dist/types/components/views/copy-text-view.d.ts +0 -2
  344. package/dist/types/components.d.ts +296 -164
  345. package/docs/docs.docx +0 -0
  346. package/docs/raisins.json +1 -1
  347. package/grapesjs/grapesjs.js +1 -1
  348. package/package.json +2 -2
  349. package/dist/cjs/copy-text-view-a22ad7e7.js +0 -173
  350. package/dist/cjs/sqm-pagination_3.cjs.entry.js +0 -313
  351. package/dist/collection/components/sqm-pagination/Pagination.stories.js +0 -12
  352. package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +0 -30
  353. package/dist/collection/components/sqm-pagination/sqm-pagination.js +0 -85
  354. package/dist/collection/components/sqm-pagination/usePagination.js +0 -8
  355. package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +0 -60
  356. package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +0 -315
  357. package/dist/collection/components/sqm-referral-code/useReferralCode.js +0 -51
  358. package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +0 -35
  359. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +0 -59
  360. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +0 -93
  361. package/dist/collection/components/sqm-referral-codes/useReferralCodes.js +0 -75
  362. package/dist/esm/copy-text-view-bf55abeb.js +0 -168
  363. package/dist/esm/sqm-pagination_3.entry.js +0 -307
  364. package/dist/esm-es5/ShadowViewAddon-5bb2b69a.js +0 -1
  365. package/dist/esm-es5/copy-text-view-bf55abeb.js +0 -1
  366. package/dist/esm-es5/index.module-f122af7b.js +0 -1
  367. package/dist/esm-es5/sqm-big-stat_38.entry.js +0 -1
  368. package/dist/esm-es5/sqm-invoice-table-view-09cc28d6.js +0 -1
  369. package/dist/esm-es5/sqm-pagination_3.entry.js +0 -1
  370. package/dist/esm-es5/useInstantAccessRegistration-9d4cb797.js +0 -1
  371. package/dist/esm-es5/useRegistrationFormState-53c71782.js +0 -1
  372. package/dist/mint-components/p-00be5090.js +0 -1
  373. package/dist/mint-components/p-1099290c.system.js +0 -1
  374. package/dist/mint-components/p-1537b6ef.system.entry.js +0 -1
  375. package/dist/mint-components/p-18a7f543.system.entry.js +0 -1
  376. package/dist/mint-components/p-26306ac4.system.entry.js +0 -1
  377. package/dist/mint-components/p-2e16db11.entry.js +0 -1
  378. package/dist/mint-components/p-41499327.entry.js +0 -1
  379. package/dist/mint-components/p-43a990b6.system.js +0 -1
  380. package/dist/mint-components/p-4856b234.system.entry.js +0 -1
  381. package/dist/mint-components/p-48b7d703.entry.js +0 -174
  382. package/dist/mint-components/p-494e407e.entry.js +0 -1
  383. package/dist/mint-components/p-5b7e2d53.entry.js +0 -1
  384. package/dist/mint-components/p-5d37482d.entry.js +0 -1
  385. package/dist/mint-components/p-5fc8d87c.system.js +0 -1
  386. package/dist/mint-components/p-646d302a.system.js +0 -1
  387. package/dist/mint-components/p-6628bc0e.system.js +0 -1
  388. package/dist/mint-components/p-66aac0fb.entry.js +0 -13
  389. package/dist/mint-components/p-6b0e6a6c.js +0 -1
  390. package/dist/mint-components/p-73c6b26d.entry.js +0 -223
  391. package/dist/mint-components/p-89a760ea.js +0 -1
  392. package/dist/mint-components/p-942d1c22.entry.js +0 -33
  393. package/dist/mint-components/p-b4eb9c46.entry.js +0 -11
  394. package/dist/mint-components/p-b5176703.entry.js +0 -1
  395. package/dist/mint-components/p-b71c0e2d.system.entry.js +0 -1
  396. package/dist/mint-components/p-bd4e9c2b.js +0 -1
  397. package/dist/mint-components/p-c37137cd.js +0 -2
  398. package/dist/mint-components/p-c7ce2c1e.system.js +0 -1
  399. package/dist/mint-components/p-ca17d998.entry.js +0 -1
  400. package/dist/mint-components/p-d666b326.js +0 -1
  401. package/dist/mint-components/p-ea88142c.js +0 -1
  402. package/dist/mint-components/p-ecefeaa9.system.entry.js +0 -1
  403. package/dist/mint-components/p-f1ec1180.entry.js +0 -1
  404. package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +0 -7
  405. package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +0 -17
  406. package/dist/types/components/sqm-pagination/usePagination.d.ts +0 -15
  407. package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +0 -18
  408. package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +0 -70
  409. package/dist/types/components/sqm-referral-code/useReferralCode.d.ts +0 -9
  410. package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +0 -9
  411. package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +0 -10
  412. package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +0 -18
  413. package/dist/types/components/sqm-referral-codes/useReferralCodes.d.ts +0 -59
  414. package/dist/cjs/{GenericTableView-a3f48e15.js → GenericTableView-80d7642e.js} +1 -1
  415. package/dist/cjs/{email-registration-view-4c5d9379.js → email-registration-view-248652bb.js} +1 -1
  416. package/dist/cjs/{sqm-close-button-view-217239b7.js → sqm-close-button-view-fd6e8f60.js} +1 -1
  417. package/dist/cjs/{sqm-portal-forgot-password-view-3cd69fe7.js → sqm-portal-forgot-password-view-969c49ed.js} +1 -1
  418. package/dist/cjs/{sqm-portal-reset-password-view-34771d2c.js → sqm-portal-reset-password-view-96f329ed.js} +1 -1
  419. package/dist/cjs/{sqm-portal-verify-email-view-c8f91506.js → sqm-portal-verify-email-view-7ffcc0d4.js} +1 -1
  420. package/dist/esm/{GenericTableView-bf154727.js → GenericTableView-d59d8ab4.js} +1 -1
  421. package/dist/esm/{email-registration-view-12793040.js → email-registration-view-a89a88bf.js} +1 -1
  422. package/dist/esm/{sqm-close-button-view-b24c708b.js → sqm-close-button-view-dc65b4e3.js} +1 -1
  423. package/dist/esm/{sqm-portal-forgot-password-view-95cd454f.js → sqm-portal-forgot-password-view-c2ed8fed.js} +1 -1
  424. package/dist/esm/{sqm-portal-reset-password-view-f1454d43.js → sqm-portal-reset-password-view-79a85e02.js} +1 -1
  425. package/dist/esm/{sqm-portal-verify-email-view-3739f523.js → sqm-portal-verify-email-view-d7ea2c56.js} +1 -1
@@ -4,34 +4,33 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
9
- require('./utils-6847bc06.js');
10
- const JSS = require('./JSS-8503a151.js');
11
- const copyTextView = require('./copy-text-view-a22ad7e7.js');
7
+ require('./global-c3637175.js');
8
+ const index_module = require('./index.module-b8d9d0ba.js');
12
9
  require('./cjs-1066ec21.js');
13
10
  require('./mixins-fe9d4112.js');
14
- const GenericTableView = require('./GenericTableView-a3f48e15.js');
15
- require('./useChildElements-e0d44916.js');
11
+ const JSS = require('./JSS-8503a151.js');
12
+ const GenericTableView = require('./GenericTableView-80d7642e.js');
13
+ require('./useChildElements-410d2435.js');
16
14
  const luxon = require('./luxon-05098e19.js');
15
+ require('./utils-6847bc06.js');
17
16
  require('./sqm-text-span-view-e1cd9bd3.js');
18
17
  const sqmAssetCardView = require('./sqm-asset-card-view-a0e33f21.js');
19
- const sqmCloseButtonView = require('./sqm-close-button-view-217239b7.js');
18
+ const sqmCloseButtonView = require('./sqm-close-button-view-fd6e8f60.js');
20
19
  require('./index-8c6255f5.js');
21
- const emailRegistrationView = require('./email-registration-view-4c5d9379.js');
20
+ const emailRegistrationView = require('./email-registration-view-248652bb.js');
22
21
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
23
22
  const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-c9f18d96.js');
24
23
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-921704fb.js');
25
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-4e90b6f5.js');
26
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-bff9783d.js');
27
- const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-3cd69fe7.js');
28
- const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
29
- require('./utilities-cec9dd36.js');
30
- const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-34771d2c.js');
31
- const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-c8f91506.js');
32
- const ShadowViewAddon = require('./ShadowViewAddon-2c6026c3.js');
24
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a2135064.js');
25
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-050dbe0f.js');
26
+ const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-969c49ed.js');
27
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-d97086bc.js');
28
+ require('./utilities-f7de6c04.js');
29
+ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-96f329ed.js');
30
+ const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7ffcc0d4.js');
31
+ const ShadowViewAddon = require('./ShadowViewAddon-88821c64.js');
33
32
  const sqmPortalContainerView = require('./sqm-portal-container-view-990a85a3.js');
34
- const sqmInvoiceTableView = require('./sqm-invoice-table-view-e3b03a00.js');
33
+ const sqmInvoiceTableView = require('./sqm-invoice-table-view-ce9a34ac.js');
35
34
 
36
35
  /**
37
36
  * lodash (Custom Build) <https://lodash.com/>
@@ -1629,19 +1628,6 @@ const EmptyState = /*#__PURE__*/Object.freeze({
1629
1628
  SlottedIntoComponent: SlottedIntoComponent
1630
1629
  });
1631
1630
 
1632
- const Pagination_stories = {
1633
- title: "Components/Link Button",
1634
- };
1635
- const Default = () => {
1636
- return index.h("sqm-pagination", null);
1637
- };
1638
-
1639
- const Pagination = /*#__PURE__*/Object.freeze({
1640
- __proto__: null,
1641
- 'default': Pagination_stories,
1642
- Default: Default
1643
- });
1644
-
1645
1631
  const scenario$2 = "@author:johan\n@owner:johan\nFeature: Share Link\n\n The share link component is a box that allows users to see and copy their share link for a given program\n\n Background: Environment\n Given there is a valid program ID in the environment\n And there is a valid user ID and account ID in the environment\n\n @motivating\n Scenario: A Users sharelink can be copied to their clipboard\n Given tooltipText is \"hello tooltip\"\n When the component renders\n Then there is a textbox with the user's share link\n When the clipboard icon is clicked\n Then the link is copied to clipboard\n And a tooltip appears for ~1 second\n\n @minutia\n Scenario: Tooltip lifespan defaults to 2000\n Given the tooltip's lifespan is set to 2000\n And there is tooltip text\n When the component renders\n And the clipboard icon is clicked\n Then a tooltip appears for ~2 seconds\n\n @minutia\n Scenario: Demo\n Given isDemo() returns true\n Then the share link is \"https://www.example.com/sharelink/abc\"\n And the component won't be interactive\n And the tooltip is hidden\n\n @minutia\n Scenario: Program ID can be sourced from prop\n Given the programId prop is set to \"program-a\"\n And window.widgetIdent.programId is set to \"program-b\"\n When the component renders\n Then the share link is for \"program-a\"\n\n @minutia\n Scenario: Program ID can be sourced from window\n Given the programId prop is unset\n And window.widgetIdent.programId is set to \"program-b\"\n When the component renders\n Then the share link is for \"program-b\"\n\n @minutia\n Scenario: An analytic event is fired when a user copies their sharelink\n Given a user viewing the share link component\n And the component is rendered for \"program-a\"\n When they click to copy their link\n Then an \"USER_REFERRAL_PROGRAM_ENGAGEMENT_EVENT\" analytic event is fired\n And it is for \"program-a\"\n And it has share medium \"DIRECT\"\n\n\n @ui\n Scenario Outline: user can edit the alignment of the share link text\n Given a user is editing the share link component\n Then they see \"Align text\" props\n And the default value is \"left\"\n When they change the option to <option>\n Then they see the text in <position>\n Examples:\n | option | position |\n | left | left |\n | center | center |\n | right | right |\n\n @ui\n Scenario Outline: The position of the copy button can be changed\n Given a user is editing the share link component\n Then they see \"Style\" props\n And the default value is \"icon\"\n When they change the option to <option>\n Then they see the copy button in <position>\n Examples:\n | option | position |\n | button outside | outside the input, on the right |\n | button below | outside the input, below |\n | icon | inside the input as an icon |\n";
1646
1632
 
1647
1633
  const ShareLink_stories = {
@@ -1650,13 +1636,13 @@ const ShareLink_stories = {
1650
1636
  scenario: scenario$2,
1651
1637
  },
1652
1638
  };
1653
- const Default$1 = () => {
1639
+ const Default = () => {
1654
1640
  const props = {
1655
1641
  copyString: "https://noah.example.com",
1656
1642
  open: false,
1657
1643
  tooltiptext: "Copied!",
1658
1644
  };
1659
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
1645
+ return index.h(ShadowViewAddon.CopyTextView, Object.assign({}, props));
1660
1646
  };
1661
1647
  const Tooltip = () => {
1662
1648
  const props = {
@@ -1664,7 +1650,7 @@ const Tooltip = () => {
1664
1650
  tooltiptext: "Some text for the tooltip",
1665
1651
  open: true,
1666
1652
  };
1667
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
1653
+ return index.h(ShadowViewAddon.CopyTextView, Object.assign({}, props));
1668
1654
  };
1669
1655
  const Disabled = () => {
1670
1656
  const props = {
@@ -1673,7 +1659,7 @@ const Disabled = () => {
1673
1659
  open: true,
1674
1660
  tooltiptext: "Copied!",
1675
1661
  };
1676
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
1662
+ return index.h(ShadowViewAddon.CopyTextView, Object.assign({}, props));
1677
1663
  };
1678
1664
  const Error$1 = () => {
1679
1665
  const props = {
@@ -1683,7 +1669,7 @@ const Error$1 = () => {
1683
1669
  tooltiptext: "Copied!",
1684
1670
  error: true,
1685
1671
  };
1686
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
1672
+ return index.h(ShadowViewAddon.CopyTextView, Object.assign({}, props));
1687
1673
  };
1688
1674
  const TextAlignCenter = () => {
1689
1675
  return index.h("sqm-share-link", { textAlign: "center" });
@@ -1692,7 +1678,7 @@ const TextAlignRight = () => {
1692
1678
  return index.h("sqm-share-link", { textAlign: "right" });
1693
1679
  };
1694
1680
  const CopyButton = () => {
1695
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
1681
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, {
1696
1682
  copyString: "https://noah.example.com",
1697
1683
  open: false,
1698
1684
  tooltiptext: "Copied!",
@@ -1700,7 +1686,7 @@ const CopyButton = () => {
1700
1686
  })));
1701
1687
  };
1702
1688
  const CopyButtonBelow = () => {
1703
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
1689
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, {
1704
1690
  copyString: "https://noah.example.com",
1705
1691
  open: false,
1706
1692
  tooltiptext: "Copied!",
@@ -1714,7 +1700,7 @@ const FullStack = () => {
1714
1700
  const ShareLink = /*#__PURE__*/Object.freeze({
1715
1701
  __proto__: null,
1716
1702
  'default': ShareLink_stories,
1717
- Default: Default$1,
1703
+ Default: Default,
1718
1704
  Tooltip: Tooltip,
1719
1705
  Disabled: Disabled,
1720
1706
  Error: Error$1,
@@ -1733,7 +1719,7 @@ const BigStat_stories = {
1733
1719
  scenario: scenario$3,
1734
1720
  },
1735
1721
  };
1736
- const Default$2 = () => {
1722
+ const Default$1 = () => {
1737
1723
  const props = { value: 990000, statvalue: "9.900,00", loading: false };
1738
1724
  return index.h(ShadowViewAddon.BigStatView, Object.assign({}, props), "Big stat");
1739
1725
  };
@@ -1816,7 +1802,7 @@ const MultipleStats = () => {
1816
1802
  const BigStat = /*#__PURE__*/Object.freeze({
1817
1803
  __proto__: null,
1818
1804
  'default': BigStat_stories,
1819
- Default: Default$2,
1805
+ Default: Default$1,
1820
1806
  LeftAlign: LeftAlign,
1821
1807
  RightAlign: RightAlign,
1822
1808
  FlexReverse: FlexReverse,
@@ -2553,36 +2539,36 @@ const routes = `
2553
2539
  `;
2554
2540
  const TemplateNavigation = createHookStory(() => {
2555
2541
  return (index.h("div", null,
2556
- index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
2557
- index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
2558
- index.h("button", { onClick: () => index_module.$n.push("/bar") }, "/bar"),
2559
- index.h("button", { onClick: () => index_module.$n.push("/baz/bang") }, "/baz/bang"),
2560
- index.h("button", { onClick: () => index_module.$n.push("/refer") }, "/refer"),
2561
- index.h("button", { onClick: () => index_module.$n.push("/refer/1") }, "/refer/1"),
2562
- index.h("button", { onClick: () => index_module.$n.push("/refer/2") }, "/refer/2"),
2563
- index.h("button", { onClick: () => index_module.$n.back() }, "Back"),
2564
- index.h("button", { onClick: () => index_module.$n.forward() }, "Forward"),
2542
+ index.h("button", { onClick: () => index_module.xn.push("/") }, "/"),
2543
+ index.h("button", { onClick: () => index_module.xn.push("/foo") }, "/foo"),
2544
+ index.h("button", { onClick: () => index_module.xn.push("/bar") }, "/bar"),
2545
+ index.h("button", { onClick: () => index_module.xn.push("/baz/bang") }, "/baz/bang"),
2546
+ index.h("button", { onClick: () => index_module.xn.push("/refer") }, "/refer"),
2547
+ index.h("button", { onClick: () => index_module.xn.push("/refer/1") }, "/refer/1"),
2548
+ index.h("button", { onClick: () => index_module.xn.push("/refer/2") }, "/refer/2"),
2549
+ index.h("button", { onClick: () => index_module.xn.back() }, "Back"),
2550
+ index.h("button", { onClick: () => index_module.xn.forward() }, "Forward"),
2565
2551
  index.h("hr", null),
2566
2552
  index.h("sqm-router", { innerHTML: templates })));
2567
2553
  });
2568
2554
  const RouteNavigation = createHookStory(() => {
2569
2555
  return (index.h("div", null,
2570
- index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
2571
- index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
2572
- index.h("button", { onClick: () => index_module.$n.push("/bar") }, "/bar"),
2573
- index.h("button", { onClick: () => index_module.$n.push("/baz/bang") }, "/baz/bang"),
2574
- index.h("button", { onClick: () => index_module.$n.push("/refer") }, "/refer"),
2575
- index.h("button", { onClick: () => index_module.$n.push("/refer/1") }, "/refer/1"),
2576
- index.h("button", { onClick: () => index_module.$n.push("/refer/2") }, "/refer/2"),
2577
- index.h("button", { onClick: () => index_module.$n.back() }, "Back"),
2578
- index.h("button", { onClick: () => index_module.$n.forward() }, "Forward"),
2556
+ index.h("button", { onClick: () => index_module.xn.push("/") }, "/"),
2557
+ index.h("button", { onClick: () => index_module.xn.push("/foo") }, "/foo"),
2558
+ index.h("button", { onClick: () => index_module.xn.push("/bar") }, "/bar"),
2559
+ index.h("button", { onClick: () => index_module.xn.push("/baz/bang") }, "/baz/bang"),
2560
+ index.h("button", { onClick: () => index_module.xn.push("/refer") }, "/refer"),
2561
+ index.h("button", { onClick: () => index_module.xn.push("/refer/1") }, "/refer/1"),
2562
+ index.h("button", { onClick: () => index_module.xn.push("/refer/2") }, "/refer/2"),
2563
+ index.h("button", { onClick: () => index_module.xn.back() }, "Back"),
2564
+ index.h("button", { onClick: () => index_module.xn.forward() }, "Forward"),
2579
2565
  index.h("hr", null),
2580
2566
  index.h("sqm-router", { innerHTML: routes })));
2581
2567
  });
2582
2568
  const Styling = createHookStory(() => {
2583
2569
  return (index.h("div", null,
2584
- index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
2585
- index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
2570
+ index.h("button", { onClick: () => index_module.xn.push("/") }, "/"),
2571
+ index.h("button", { onClick: () => index_module.xn.push("/foo") }, "/foo"),
2586
2572
  index.h("hr", null),
2587
2573
  index.h("div", { style: { display: "flex", justifyContent: "space-around" } },
2588
2574
  index.h("sqm-router", { innerHTML: `<template path="/">
@@ -2596,7 +2582,7 @@ function useTemplate(templateString) {
2596
2582
  const [previewTemplate, setPreviewTemplate] = stencilHooks_module.useState(templateString);
2597
2583
  function setPath(e) {
2598
2584
  //@ts-ignore
2599
- index_module.$n.push(e.target.value);
2585
+ index_module.xn.push(e.target.value);
2600
2586
  }
2601
2587
  return {
2602
2588
  states: { previewTemplate, editedTemplate },
@@ -2760,8 +2746,8 @@ const FullStackFrame = () => {
2760
2746
  "Current path:",
2761
2747
  " ",
2762
2748
  index.h("code", null,
2763
- index.h("strong", null, (_a = index_module.Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2764
- index.h("button", { onClick: index_module.$n.back }, "Go Back")));
2749
+ index.h("strong", null, (_a = index_module.jn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2750
+ index.h("button", { onClick: index_module.xn.back }, "Go Back")));
2765
2751
  };
2766
2752
  const FullStackFrameLoggedOut = () => {
2767
2753
  var _a;
@@ -2785,8 +2771,8 @@ const FullStackFrameLoggedOut = () => {
2785
2771
  "Current path:",
2786
2772
  " ",
2787
2773
  index.h("code", null,
2788
- index.h("strong", null, (_a = index_module.Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2789
- index.h("button", { onClick: index_module.$n.back }, "Go Back")));
2774
+ index.h("strong", null, (_a = index_module.jn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2775
+ index.h("button", { onClick: index_module.xn.back }, "Go Back")));
2790
2776
  };
2791
2777
 
2792
2778
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -2905,7 +2891,7 @@ const BareBonesView = createHookStory(() => {
2905
2891
  });
2906
2892
  const RegularView = createHookStory(() => {
2907
2893
  setupGraphQL$1();
2908
- return (index.h(copyTextView.CopyTextView, Object.assign({}, ShadowViewAddon.useShareLink({
2894
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, ShadowViewAddon.useShareLink({
2909
2895
  programId: "klip-referral-program",
2910
2896
  tooltiptext: "Copied to clipboard",
2911
2897
  tooltiplifespan: 1000,
@@ -2913,7 +2899,7 @@ const RegularView = createHookStory(() => {
2913
2899
  });
2914
2900
  const FastTooltip = createHookStory(() => {
2915
2901
  setupGraphQL$1();
2916
- return (index.h(copyTextView.CopyTextView, Object.assign({}, ShadowViewAddon.useShareLink({
2902
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, ShadowViewAddon.useShareLink({
2917
2903
  programId: "klip-referral-program",
2918
2904
  tooltiptext: "⠀⠀⠀⠀⠀⠀⠀⠀⠀HELLO THERE!!!\n⠀⠀⠀⡯⡯⡾⠝⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢊⠘⡮⣣⠪⠢⡑⡌\n⠀⠀⠀⠟⠝⠈⠀⠀⠀⠡⠀⠠⢈⠠⢐⢠⢂⢔⣐⢄⡂⢔⠀⡁⢉⠸⢨⢑⠕⡌\n⠀⠀⡀⠁⠀⠀⠀⡀⢂⠡⠈⡔⣕⢮⣳⢯⣿⣻⣟⣯⣯⢷⣫⣆⡂⠀⠀⢐⠑⡌\n⢀⠠⠐⠈⠀⢀⢂⠢⡂⠕⡁⣝⢮⣳⢽⡽⣾⣻⣿⣯⡯⣟⣞⢾⢜⢆⠀⡀⠀⠪\n⣬⠂⠀⠀⢀⢂⢪⠨⢂⠥⣺⡪⣗⢗⣽⢽⡯⣿⣽⣷⢿⡽⡾⡽⣝⢎⠀⠀⠀⢡\n⣿⠀⠀⠀⢂⠢⢂⢥⢱⡹⣪⢞⡵⣻⡪⡯⡯⣟⡾⣿⣻⡽⣯⡻⣪⠧⠑⠀⠁⢐\n⣿⠀⠀⠀⠢⢑⠠⠑⠕⡝⡎⡗⡝⡎⣞⢽⡹⣕⢯⢻⠹⡹⢚⠝⡷⡽⡨⠀⠀⢔\n⣿⡯⠀⢈⠈⢄⠂⠂⠐⠀⠌⠠⢑⠱⡱⡱⡑⢔⠁⠀⡀⠐⠐⠐⡡⡹⣪⠀⠀⢘\n⣿⣽⠀⡀⡊⠀⠐⠨⠈⡁⠂⢈⠠⡱⡽⣷⡑⠁⠠⠑⠀⢉⢇⣤⢘⣪⢽⠀⢌⢎\n⣿⢾⠀⢌⠌⠀⡁⠢⠂⠐⡀⠀⢀⢳⢽⣽⡺⣨⢄⣑⢉⢃⢭⡲⣕⡭⣹⠠⢐⢗\n⣿⡗⠀⠢⠡⡱⡸⣔⢵⢱⢸⠈⠀⡪⣳⣳⢹⢜⡵⣱⢱⡱⣳⡹⣵⣻⢔⢅⢬⡷\n⣷⡇⡂⠡⡑⢕⢕⠕⡑⠡⢂⢊⢐⢕⡝⡮⡧⡳⣝⢴⡐⣁⠃⡫⡒⣕⢏⡮⣷⡟\n⣷⣻⣅⠑⢌⠢⠁⢐⠠⠑⡐⠐⠌⡪⠮⡫⠪⡪⡪⣺⢸⠰⠡⠠⠐⢱⠨⡪⡪⡰\n⣯⢷⣟⣇⡂⡂⡌⡀⠀⠁⡂⠅⠂⠀⡑⡄⢇⠇⢝⡨⡠⡁⢐⠠⢀⢪⡐⡜⡪⡊\n⣿⢽⡾⢹⡄⠕⡅⢇⠂⠑⣴⡬⣬⣬⣆⢮⣦⣷⣵⣷⡗⢃⢮⠱⡸⢰⢱⢸⢨⢌\n⣯⢯⣟⠸⣳⡅⠜⠔⡌⡐⠈⠻⠟⣿⢿⣿⣿⠿⡻⣃⠢⣱⡳⡱⡩⢢⠣⡃⠢⠁\n⡯⣟⣞⡇⡿⣽⡪⡘⡰⠨⢐⢀⠢⢢⢄⢤⣰⠼⡾⢕⢕⡵⣝⠎⢌⢪⠪⡘⡌⠀\n⡯⣳⠯⠚⢊⠡⡂⢂⠨⠊⠔⡑⠬⡸⣘⢬⢪⣪⡺⡼⣕⢯⢞⢕⢝⠎⢻⢼⣀⠀\n⠁⡂⠔⡁⡢⠣⢀⠢⠀⠅⠱⡐⡱⡘⡔⡕⡕⣲⡹⣎⡮⡏⡑⢜⢼⡱⢩⣗⣯⣟\n⢀⢂⢑⠀⡂⡃⠅⠊⢄⢑⠠⠑⢕⢕⢝⢮⢺⢕⢟⢮⢊⢢⢱⢄⠃⣇⣞⢞⣞⢾\n⢀⠢⡑⡀⢂⢊⠠⠁⡂⡐⠀⠅⡈⠪⠪⠪⠣⠫⠑⡁⢔⠕⣜⣜⢦⡰⡎⡯⡾⡽",
2919
2905
  tooltiplifespan: 500,
@@ -3513,7 +3499,7 @@ function useExchangeButton() {
3513
3499
  const { id, accountId } = setupGraphQL$6();
3514
3500
  const [points, setPoints] = stencilHooks_module.useState(10);
3515
3501
  const [rate, setRate] = stencilHooks_module.useState(100);
3516
- const [exchange, { data, errors }] = index_module.Xe(EXCHANGE);
3502
+ const [exchange, { data, errors }] = index_module.an(EXCHANGE);
3517
3503
  return {
3518
3504
  states: {
3519
3505
  points,
@@ -3915,14 +3901,14 @@ const Dashboard = () => {
3915
3901
  padding: "none",
3916
3902
  label: (index.h("sqm-text", null,
3917
3903
  index.h("h3", null, "Share your referral link"))),
3918
- content: index.h(copyTextView.CopyTextView, Object.assign({}, sharelinkProps)),
3904
+ content: index.h(ShadowViewAddon.CopyTextView, Object.assign({}, sharelinkProps)),
3919
3905
  })),
3920
3906
  index.h(sqmPortalContainerView.PortalSectionView, Object.assign({}, {
3921
3907
  labelMargin: "small",
3922
3908
  padding: "none",
3923
3909
  label: (index.h("sqm-text", null,
3924
3910
  index.h("h3", null, "Share your referral code"))),
3925
- content: index.h(copyTextView.CopyTextView, Object.assign({}, sharecodeProps)),
3911
+ content: index.h(ShadowViewAddon.CopyTextView, Object.assign({}, sharecodeProps)),
3926
3912
  })),
3927
3913
  index.h(sqmPortalContainerView.PortalSectionView, Object.assign({}, {
3928
3914
  labelMargin: "small",
@@ -4114,16 +4100,16 @@ function DefaultTemplateView(props) {
4114
4100
  gridTemplateColumns: "repeat(9, 80px)",
4115
4101
  gridGap: "10px",
4116
4102
  } },
4117
- index.h("button", { onClick: () => index_module.$n.push("/") }, "Dashboard"),
4118
- props.leadSubmit && (index.h("button", { onClick: () => index_module.$n.push("/refer") }, "Submit a Referral")),
4119
- index.h("button", { onClick: () => index_module.$n.push("/activity") }, "Activity"),
4120
- index.h("button", { onClick: () => index_module.$n.push("/editProfile") }, "Edit Profile"),
4121
- index.h("button", { onClick: () => index_module.$n.push("/login") }, "Login"),
4122
- index.h("button", { onClick: () => index_module.$n.push("/register") }, "Register"),
4123
- index.h("button", { onClick: () => index_module.$n.push("/emailVerification") }, "Email Verification"),
4124
- index.h("button", { onClick: () => index_module.$n.push("/verifyEmail") }, "Verify Email"),
4125
- index.h("button", { onClick: () => index_module.$n.push("/forgotPassword") }, "Forgot Password"),
4126
- index.h("button", { onClick: () => index_module.$n.push("/resetPassword") }, "Reset Password")),
4103
+ index.h("button", { onClick: () => index_module.xn.push("/") }, "Dashboard"),
4104
+ props.leadSubmit && (index.h("button", { onClick: () => index_module.xn.push("/refer") }, "Submit a Referral")),
4105
+ index.h("button", { onClick: () => index_module.xn.push("/activity") }, "Activity"),
4106
+ index.h("button", { onClick: () => index_module.xn.push("/editProfile") }, "Edit Profile"),
4107
+ index.h("button", { onClick: () => index_module.xn.push("/login") }, "Login"),
4108
+ index.h("button", { onClick: () => index_module.xn.push("/register") }, "Register"),
4109
+ index.h("button", { onClick: () => index_module.xn.push("/emailVerification") }, "Email Verification"),
4110
+ index.h("button", { onClick: () => index_module.xn.push("/verifyEmail") }, "Verify Email"),
4111
+ index.h("button", { onClick: () => index_module.xn.push("/forgotPassword") }, "Forgot Password"),
4112
+ index.h("button", { onClick: () => index_module.xn.push("/resetPassword") }, "Reset Password")),
4127
4113
  index.h("br", null),
4128
4114
  index.h("div", { innerHTML: states.previewTemplate })));
4129
4115
  }
@@ -7290,14 +7276,14 @@ const loadingProps = {
7290
7276
  },
7291
7277
  content: { pageLabel: "Sign in to your account" },
7292
7278
  };
7293
- const Default$3 = () => index.h(ShadowViewAddon.PortalLoginView, Object.assign({}, defaultProps$2));
7279
+ const Default$2 = () => index.h(ShadowViewAddon.PortalLoginView, Object.assign({}, defaultProps$2));
7294
7280
  const LoginWithError = () => index.h(ShadowViewAddon.PortalLoginView, Object.assign({}, errorProps));
7295
7281
  const LoginLoading = () => index.h(ShadowViewAddon.PortalLoginView, Object.assign({}, loadingProps));
7296
7282
 
7297
7283
  const PortalLogin = /*#__PURE__*/Object.freeze({
7298
7284
  __proto__: null,
7299
7285
  'default': PortalLogin_stories,
7300
- Default: Default$3,
7286
+ Default: Default$2,
7301
7287
  LoginWithError: LoginWithError,
7302
7288
  LoginLoading: LoginLoading
7303
7289
  });
@@ -7400,7 +7386,7 @@ const slottedProps = {
7400
7386
  index.h("sl-input", { exportparts: "label: input-label, base: input-base", label: "Slotted Input 2", required: true }))),
7401
7387
  },
7402
7388
  };
7403
- const Default$4 = () => index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, defaultProps$3));
7389
+ const Default$3 = () => index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, defaultProps$3));
7404
7390
  const RegisterWithError = () => index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, errorProps$1));
7405
7391
  const RegisterLoading = () => index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, loadingProps$1));
7406
7392
  const FieldsHidden = () => {
@@ -7427,7 +7413,7 @@ const TermsAndConditions = () => (index.h(ShadowViewAddon.PortalRegisterView, Ob
7427
7413
  const PortalRegister = /*#__PURE__*/Object.freeze({
7428
7414
  __proto__: null,
7429
7415
  'default': PortalRegister_stories,
7430
- Default: Default$4,
7416
+ Default: Default$3,
7431
7417
  RegisterWithError: RegisterWithError,
7432
7418
  RegisterLoading: RegisterLoading,
7433
7419
  FieldsHidden: FieldsHidden,
@@ -7503,7 +7489,7 @@ const successProps = {
7503
7489
  messageSlot: "Enter your email below to receive a password reset link.",
7504
7490
  },
7505
7491
  };
7506
- const Default$5 = () => index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, Object.assign({}, defaultProps$4));
7492
+ const Default$4 = () => index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, Object.assign({}, defaultProps$4));
7507
7493
  const ForgotPasswordWithError = () => (index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, Object.assign({}, errorProps$2)));
7508
7494
  const ForgotPasswordLoading = () => (index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, Object.assign({}, loadingProps$2)));
7509
7495
  const ForgotPasswordSuccess = () => (index.h(sqmPortalForgotPasswordView.PortalForgotPasswordView, Object.assign({}, successProps)));
@@ -7511,7 +7497,7 @@ const ForgotPasswordSuccess = () => (index.h(sqmPortalForgotPasswordView.PortalF
7511
7497
  const PortalForgotPassword = /*#__PURE__*/Object.freeze({
7512
7498
  __proto__: null,
7513
7499
  'default': PortalForgotPassword_stories,
7514
- Default: Default$5,
7500
+ Default: Default$4,
7515
7501
  ForgotPasswordWithError: ForgotPasswordWithError,
7516
7502
  ForgotPasswordLoading: ForgotPasswordLoading,
7517
7503
  ForgotPasswordSuccess: ForgotPasswordSuccess
@@ -7582,7 +7568,7 @@ const loadingVerificationProps = {
7582
7568
  callbacks: defaultCallbacks,
7583
7569
  content: defaultContent,
7584
7570
  };
7585
- const Default$6 = () => index.h(sqmPortalEmailVerificationView.PortalEmailVerificationView, Object.assign({}, defaultProps$5));
7571
+ const Default$5 = () => index.h(sqmPortalEmailVerificationView.PortalEmailVerificationView, Object.assign({}, defaultProps$5));
7586
7572
  const EmailVerificationWithError = () => (index.h(sqmPortalEmailVerificationView.PortalEmailVerificationView, Object.assign({}, errorProps$3)));
7587
7573
  const EmailVerificationLoading = () => (index.h(sqmPortalEmailVerificationView.PortalEmailVerificationView, Object.assign({}, loadingProps$3)));
7588
7574
  const EmailVerificationCheckingVerification = () => (index.h(sqmPortalEmailVerificationView.PortalEmailVerificationView, Object.assign({}, loadingVerificationProps)));
@@ -7591,7 +7577,7 @@ const EmailVerificationSuccess = () => (index.h(sqmPortalEmailVerificationView.P
7591
7577
  const PortalEmailVerification = /*#__PURE__*/Object.freeze({
7592
7578
  __proto__: null,
7593
7579
  'default': PortalEmailVerification_stories,
7594
- Default: Default$6,
7580
+ Default: Default$5,
7595
7581
  EmailVerificationWithError: EmailVerificationWithError,
7596
7582
  EmailVerificationLoading: EmailVerificationLoading,
7597
7583
  EmailVerificationCheckingVerification: EmailVerificationCheckingVerification,
@@ -7744,7 +7730,7 @@ const validatingCodeProps = {
7744
7730
  failed: () => console.log("failed"),
7745
7731
  },
7746
7732
  };
7747
- const Default$7 = () => index.h(sqmPortalResetPasswordView.PortalResetPasswordView, Object.assign({}, defaultProps$6));
7733
+ const Default$6 = () => index.h(sqmPortalResetPasswordView.PortalResetPasswordView, Object.assign({}, defaultProps$6));
7748
7734
  const DefaultWithoutConfirmField = () => (index.h(sqmPortalResetPasswordView.PortalResetPasswordView, Object.assign({}, defaultPropsNoConfirm)));
7749
7735
  const ResetPasswordWithError = () => (index.h(sqmPortalResetPasswordView.PortalResetPasswordView, Object.assign({}, errorProps$4)));
7750
7736
  const ResetPasswordLoading = () => (index.h(sqmPortalResetPasswordView.PortalResetPasswordView, Object.assign({}, loadingProps$4)));
@@ -7754,7 +7740,7 @@ const CodeValidating = () => (index.h(sqmPortalResetPasswordView.PortalResetPass
7754
7740
  const PortalResetPassword = /*#__PURE__*/Object.freeze({
7755
7741
  __proto__: null,
7756
7742
  'default': PortalResetPassword_stories,
7757
- Default: Default$7,
7743
+ Default: Default$6,
7758
7744
  DefaultWithoutConfirmField: DefaultWithoutConfirmField,
7759
7745
  ResetPasswordWithError: ResetPasswordWithError,
7760
7746
  ResetPasswordLoading: ResetPasswordLoading,
@@ -7817,7 +7803,7 @@ const PortalVerifyEmail = /*#__PURE__*/Object.freeze({
7817
7803
  const AssetCard_stories = {
7818
7804
  title: "Components/Asset Card",
7819
7805
  };
7820
- const Default$8 = () => {
7806
+ const Default$7 = () => {
7821
7807
  const props = {
7822
7808
  text: { titleText: "Marketing Banner" },
7823
7809
  imgUrl: "https://res.cloudinary.com/saasquatch/image/upload/v1634255445/squatch-assets/Copy_of_saasquatch-logo-tree-large-horizontal.png",
@@ -7845,7 +7831,7 @@ const CardWithNoImg = () => {
7845
7831
  const AssetCard = /*#__PURE__*/Object.freeze({
7846
7832
  __proto__: null,
7847
7833
  'default': AssetCard_stories,
7848
- Default: Default$8,
7834
+ Default: Default$7,
7849
7835
  CardWithLongText: CardWithLongText,
7850
7836
  CardWithNoImg: CardWithNoImg
7851
7837
  });
@@ -8066,7 +8052,7 @@ const successProps$3 = {
8066
8052
  submit: (e) => console.log("Submit", e),
8067
8053
  },
8068
8054
  };
8069
- const Default$9 = () => index.h(ShadowViewAddon.PortalChangePasswordView, Object.assign({}, defaultProps$7));
8055
+ const Default$8 = () => index.h(ShadowViewAddon.PortalChangePasswordView, Object.assign({}, defaultProps$7));
8070
8056
  const Open = () => index.h(ShadowViewAddon.PortalChangePasswordView, Object.assign({}, openProps));
8071
8057
  const Error$2 = () => index.h(ShadowViewAddon.PortalChangePasswordView, Object.assign({}, errorProps$6));
8072
8058
  const PaswordError = () => (index.h(ShadowViewAddon.PortalChangePasswordView, Object.assign({}, passwordErrorProps)));
@@ -8076,7 +8062,7 @@ const Success = () => index.h(ShadowViewAddon.PortalChangePasswordView, Object.a
8076
8062
  const ChangePassword = /*#__PURE__*/Object.freeze({
8077
8063
  __proto__: null,
8078
8064
  'default': ChangePassword_stories,
8079
- Default: Default$9,
8065
+ Default: Default$8,
8080
8066
  Open: Open,
8081
8067
  Error: Error$2,
8082
8068
  PaswordError: PaswordError,
@@ -8303,7 +8289,7 @@ const successProps$4 = {
8303
8289
  onChange: (e) => console.log(e),
8304
8290
  },
8305
8291
  };
8306
- const Default$a = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, defaultProps$8));
8292
+ const Default$9 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, defaultProps$8));
8307
8293
  const DefaultNoCountry = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, noCountry));
8308
8294
  const Loading$2 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, loadingProps$6));
8309
8295
  const Disabled$1 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, disabledProps));
@@ -8313,7 +8299,7 @@ const Success$1 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.a
8313
8299
  const PortalProfile = /*#__PURE__*/Object.freeze({
8314
8300
  __proto__: null,
8315
8301
  'default': PortalProfile_stories,
8316
- Default: Default$a,
8302
+ Default: Default$9,
8317
8303
  DefaultNoCountry: DefaultNoCountry,
8318
8304
  Loading: Loading$2,
8319
8305
  Disabled: Disabled$1,
@@ -10273,7 +10259,7 @@ const ProgramMenu = /*#__PURE__*/Object.freeze({
10273
10259
  const PoweredByImg_stories = {
10274
10260
  title: "Powered By",
10275
10261
  };
10276
- const Default$b = () => {
10262
+ const Default$a = () => {
10277
10263
  return index.h(ShadowViewAddon.PoweredByImg, null);
10278
10264
  };
10279
10265
  const CustomColor = () => {
@@ -10286,7 +10272,7 @@ const CustomWidthAndHeight = () => {
10286
10272
  const PoweredByImg = /*#__PURE__*/Object.freeze({
10287
10273
  __proto__: null,
10288
10274
  'default': PoweredByImg_stories,
10289
- Default: Default$b,
10275
+ Default: Default$a,
10290
10276
  CustomColor: CustomColor,
10291
10277
  CustomWidthAndHeight: CustomWidthAndHeight
10292
10278
  });
@@ -10673,7 +10659,7 @@ const defaultRegisterProps = {
10673
10659
  invalidEmailErrorMessage: "Must be a valid email address",
10674
10660
  },
10675
10661
  };
10676
- const Default$c = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$a))));
10662
+ const Default$b = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$a))));
10677
10663
  const DefaultChecked = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$a, { states: {
10678
10664
  ...defaultProps$a.states,
10679
10665
  checked: true,
@@ -10728,7 +10714,7 @@ const TermsAndConditionsLongCustomLabel = createHookStory(() => (index.h(ShadowV
10728
10714
  const CheckboxField = /*#__PURE__*/Object.freeze({
10729
10715
  __proto__: null,
10730
10716
  'default': CheckboxField_stories,
10731
- Default: Default$c,
10717
+ Default: Default$b,
10732
10718
  DefaultChecked: DefaultChecked,
10733
10719
  CustomLabel: CustomLabel,
10734
10720
  Error: Error$4,
@@ -10830,7 +10816,7 @@ const defaultProps$b = {
10830
10816
  ],
10831
10817
  },
10832
10818
  };
10833
- const Default$d = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$b))));
10819
+ const Default$c = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$b))));
10834
10820
  const CustomLabel$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$b, { content: {
10835
10821
  ...defaultProps$b.content,
10836
10822
  dropdownLabel: "Pick your favorite",
@@ -10858,7 +10844,7 @@ const CustomError$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFie
10858
10844
  const DropdownField = /*#__PURE__*/Object.freeze({
10859
10845
  __proto__: null,
10860
10846
  'default': DropdownField_stories,
10861
- Default: Default$d,
10847
+ Default: Default$c,
10862
10848
  CustomLabel: CustomLabel$1,
10863
10849
  Error: Error$5,
10864
10850
  CustomError: CustomError$1
@@ -10968,7 +10954,7 @@ const defaultRegisterProps$1 = {
10968
10954
  invalidEmailErrorMessage: "Must be a valid email address",
10969
10955
  },
10970
10956
  };
10971
- const Default$e = () => index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$c));
10957
+ const Default$d = () => index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$c));
10972
10958
  const CustomLabel$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$c, { content: { ...defaultProps$c.content, fieldLabel: "My Label" } })));
10973
10959
  const Error$6 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$c, { states: {
10974
10960
  ...defaultProps$c.states,
@@ -11018,7 +11004,7 @@ const RegistrationFieldCustomLabel = () => (index.h(ShadowViewAddon.PortalRegist
11018
11004
  const InputField = /*#__PURE__*/Object.freeze({
11019
11005
  __proto__: null,
11020
11006
  'default': InputField_stories,
11021
- Default: Default$e,
11007
+ Default: Default$d,
11022
11008
  CustomLabel: CustomLabel$2,
11023
11009
  Error: Error$6,
11024
11010
  CustomError: CustomError$2,
@@ -12641,21 +12627,6 @@ const sharebutton = (slot) => {
12641
12627
  index.h("sqm-share-button", { medium: "facebook" }, "Share on Facebook"),
12642
12628
  index.h("sqm-share-button", { medium: "twitter" }, "Post about us on X"))));
12643
12629
  };
12644
- const shareButtonsWithPromoCodes = (slot) => {
12645
- return (index.h("sqm-portal-container", { gap: "large", slot: slot },
12646
- index.h("sqm-text", null, "Choose how you want to share:"),
12647
- index.h("sqm-text", null,
12648
- index.h("sub", null, "Share with your friends:"),
12649
- index.h("sqm-share-code", null),
12650
- index.h("sqm-share-link", null)),
12651
- index.h("sqm-portal-container", { gap: "x-small" },
12652
- index.h("sqm-share-button", { medium: "email" }, "Share via email"),
12653
- index.h("sqm-share-button", { medium: "facebook" }, "Share on Facebook"),
12654
- index.h("sqm-share-button", { medium: "twitter" }, "Post about us on X"),
12655
- index.h("sqm-portal-container", { gap: "x-small" },
12656
- index.h("span", { style: { textAlign: "center", color: "var(--sl-color-gray-500)" } }, "You have copied this code before"),
12657
- index.h("sqm-pagination", null)))));
12658
- };
12659
12630
  const timeline = (slot, count) => {
12660
12631
  return (index.h("sqm-timeline", { slot: slot, icon: "circle" },
12661
12632
  count > 0 && (index.h("sqm-timeline-entry", { reward: "75", unit: "points", desc: "Your friends signs up for a free trial" })),
@@ -12678,11 +12649,6 @@ const TimelineAndShareButtons = () => {
12678
12649
  timeline("left", 3),
12679
12650
  sharebutton("right")));
12680
12651
  };
12681
- const OneTimeUsePromoCodes = () => {
12682
- return (index.h("sqm-referral-card", null,
12683
- timeline("left", 4),
12684
- shareButtonsWithPromoCodes("right")));
12685
- };
12686
12652
  const StartAlignment = () => {
12687
12653
  return (index.h("sqm-referral-card", { "vertical-alignment": "start" },
12688
12654
  timeline("left", 4),
@@ -12759,7 +12725,6 @@ const ReferralCard = /*#__PURE__*/Object.freeze({
12759
12725
  ImageAndShareButtons: ImageAndShareButtons,
12760
12726
  LimitWidth: LimitWidth,
12761
12727
  TimelineAndShareButtons: TimelineAndShareButtons,
12762
- OneTimeUsePromoCodes: OneTimeUsePromoCodes,
12763
12728
  StartAlignment: StartAlignment,
12764
12729
  CenterAlignment: CenterAlignment,
12765
12730
  EndAlignment: EndAlignment,
@@ -13822,7 +13787,7 @@ const CustomTooltipDuration = () => {
13822
13787
  return (index.h("sqm-share-code", { tooltiplifespan: 5000, tooltiptext: "CUSTOM TOOLTIP TEXT" }));
13823
13788
  };
13824
13789
  const CopyButton$1 = () => {
13825
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
13790
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, {
13826
13791
  copyString: "https://noah.example.com",
13827
13792
  open: false,
13828
13793
  tooltiptext: "Copied!",
@@ -13830,7 +13795,7 @@ const CopyButton$1 = () => {
13830
13795
  })));
13831
13796
  };
13832
13797
  const CopyButtonBelow$1 = () => {
13833
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
13798
+ return (index.h(ShadowViewAddon.CopyTextView, Object.assign({}, {
13834
13799
  copyString: "https://noah.example.com",
13835
13800
  open: false,
13836
13801
  tooltiptext: "Copied!",
@@ -13845,7 +13810,7 @@ const Error$7 = () => {
13845
13810
  tooltiptext: "Copied!",
13846
13811
  error: true,
13847
13812
  };
13848
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
13813
+ return index.h(ShadowViewAddon.CopyTextView, Object.assign({}, props));
13849
13814
  };
13850
13815
 
13851
13816
  const ShareCode$1 = /*#__PURE__*/Object.freeze({
@@ -13861,82 +13826,6 @@ const ShareCode$1 = /*#__PURE__*/Object.freeze({
13861
13826
  Error: Error$7
13862
13827
  });
13863
13828
 
13864
- const scenario$A = "@author:sam\n@owner:sam\nFeature: Referral Code\n\n The referral code component is a box that allows users to see and copy their referral promo code for a given program\n\n Background: Environment\n Given there is a valid program ID in the environment\n And there is a valid user ID and account ID in the environment\n\n @motivating\n Scenario: A Users referral code can be copied to their clipboard\n Given tooltiptext is \"hello tooltip\"\n When the component renders\n Then there is a textbox with the user's referral code\n When the clipboard icon is clicked\n Then the code is copied to clipboard\n And a tooltip will appear for ~1 second\n\n @minutia\n Scenario: Tooltip lifespan defaults to 2000\n Given the tooltip's lifespan is set to 2000\n And there is tooltip text\n When the component renders\n And the clipboard icon is clicked\n Then a tooltip will appear for ~2 seconds\n\n @minutia\n Scenario: Demo\n Given isDemo() returns true\n Then the share code is \"SHARECODE001\"\n And the component won't be interactive\n And the tooltip is hidden\n\n @minutia\n Scenario: Program ID can be sourced from prop\n Given the programId prop is set to \"program-a\"\n And window.widgetIdent.programId is set to \"program-b\"\n When the component renders\n Then the share code is for \"program-a\"\n\n @minutia\n Scenario: Program ID can be sourced from window\n Given the programId prop is unset\n And window.widgetIdent.programId is set to \"program-b\"\n When the component renders\n Then the share code is for \"program-b\"\n\n @minutia\n Scenario: An analytic event is fired when a user copies their code\n Given a user viewing the referral code component\n And the component is rendered for \"program-a\"\n When they click to copy their code\n Then an \"USER_REFERRAL_PROGRAM_ENGAGEMENT_EVENT\" analytic event is fired\n And it is for \"program-a\"\n And it has share medium \"DIRECT\"\n\n\n @ui\n Scenario Outline: user can edit the alignment of the share code text\n Given a user is editing the referral code component\n Then they see \"Align text\" props\n And the default value is \"left\"\n When they change the option to <option>\n Then they see the text in <position>\n Examples:\n | option | position |\n | left | left |\n | center | center |\n | right | right |\n\n @ui\n Scenario Outline: The position of the copy button can be changed\n Given a user is editing the referral code component\n Then they see \"Style\" props\n And the default value is \"icon\"\n When they change the option to <option>\n Then they see the copy button in <position>\n Examples:\n | option | position |\n | button outside | outside the input, on the right |\n | button below | outside the input, below |\n | icon | inside the input as an icon |\n";
13865
-
13866
- const ReferralCode_stories = {
13867
- title: "Components/Referral Code",
13868
- parameters: {
13869
- scenario: scenario$A,
13870
- },
13871
- };
13872
- const ReferralCode = () => {
13873
- return (index.h("sqm-referral-code", { tooltiptext: "Copied to Clipboard" }));
13874
- };
13875
- const ShowNotificationText = () => {
13876
- return (index.h("sqm-referral-code", { showNotificationText: true, notificationText: "You've copied this code before" }));
13877
- };
13878
- const ShowNotificationTextWithButton = () => {
13879
- return (index.h("sqm-referral-code", { showNotificationText: true, notificationText: "You've copied this code before", buttonStyle: "button-outside" }));
13880
- };
13881
- const ShowNotificationTextWithButtonBelow = () => {
13882
- return (index.h("sqm-referral-code", { showNotificationText: true, notificationText: "You've copied this code before", buttonStyle: "button-below" }));
13883
- };
13884
- const CustomTooltipText$1 = () => {
13885
- return (index.h("sqm-referral-code", { tooltiptext: "CUSTOM TOOLTIP TEXT" }));
13886
- };
13887
- const TextAlignCenter$2 = () => {
13888
- return index.h("sqm-referral-code", { textAlign: "center" });
13889
- };
13890
- const TextAlignRight$2 = () => {
13891
- return index.h("sqm-referral-code", { textAlign: "right" });
13892
- };
13893
- const CustomTooltipDuration$1 = () => {
13894
- return (index.h("sqm-referral-code", { tooltiplifespan: 5000, tooltiptext: "CUSTOM TOOLTIP TEXT" }));
13895
- };
13896
- const CopyButton$2 = () => {
13897
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
13898
- copyString: "https://noah.example.com",
13899
- open: false,
13900
- tooltiptext: "Copied!",
13901
- isCopyIcon: false,
13902
- buttonStyle: "button-outside",
13903
- })));
13904
- };
13905
- const CopyButtonBelow$2 = () => {
13906
- return (index.h(copyTextView.CopyTextView, Object.assign({}, {
13907
- copyString: "https://noah.example.com",
13908
- open: false,
13909
- tooltiptext: "Copied!",
13910
- buttonStyle: "button-below",
13911
- })));
13912
- };
13913
- const Error$8 = () => {
13914
- const props = {
13915
- copyString: "https://noah.example.com",
13916
- disabled: true,
13917
- open: true,
13918
- tooltiptext: "Copied!",
13919
- error: true,
13920
- };
13921
- return index.h(copyTextView.CopyTextView, Object.assign({}, props));
13922
- };
13923
-
13924
- const ReferralCode$1 = /*#__PURE__*/Object.freeze({
13925
- __proto__: null,
13926
- 'default': ReferralCode_stories,
13927
- ReferralCode: ReferralCode,
13928
- ShowNotificationText: ShowNotificationText,
13929
- ShowNotificationTextWithButton: ShowNotificationTextWithButton,
13930
- ShowNotificationTextWithButtonBelow: ShowNotificationTextWithButtonBelow,
13931
- CustomTooltipText: CustomTooltipText$1,
13932
- TextAlignCenter: TextAlignCenter$2,
13933
- TextAlignRight: TextAlignRight$2,
13934
- CustomTooltipDuration: CustomTooltipDuration$1,
13935
- CopyButton: CopyButton$2,
13936
- CopyButtonBelow: CopyButtonBelow$2,
13937
- Error: Error$8
13938
- });
13939
-
13940
13829
  // import scenario from "./ShareCode.feature";
13941
13830
  const EmailRegistration_stories = {
13942
13831
  title: "Components/Email Registration",
@@ -13963,7 +13852,7 @@ const defaultProps$d = {
13963
13852
  fraudErrorMessageTitle: "Looks like you tried referring yourself",
13964
13853
  },
13965
13854
  };
13966
- const Default$f = () => index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, defaultProps$d));
13855
+ const Default$e = () => index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, defaultProps$d));
13967
13856
  const HasFirstNameLastName = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
13968
13857
  ...defaultProps$d,
13969
13858
  content: {
@@ -14000,7 +13889,7 @@ const Loading$4 = () => (index.h(emailRegistrationView.EmailRegistrationView, Ob
14000
13889
  loading: true,
14001
13890
  },
14002
13891
  })));
14003
- const Error$9 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
13892
+ const Error$8 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
14004
13893
  ...defaultProps$d,
14005
13894
  states: {
14006
13895
  error: "Something went wrong. Please try again.",
@@ -14028,23 +13917,23 @@ const EmptyEmailError = () => (index.h(emailRegistrationView.EmailRegistrationVi
14028
13917
  const EmailRegistration = /*#__PURE__*/Object.freeze({
14029
13918
  __proto__: null,
14030
13919
  'default': EmailRegistration_stories,
14031
- Default: Default$f,
13920
+ Default: Default$e,
14032
13921
  HasFirstNameLastName: HasFirstNameLastName,
14033
13922
  WithSlots: WithSlots,
14034
13923
  NoBorder: NoBorder$1,
14035
13924
  BackgroundColor: BackgroundColor$2,
14036
13925
  Loading: Loading$4,
14037
- Error: Error$9,
13926
+ Error: Error$8,
14038
13927
  FraudError: FraudError,
14039
13928
  EmptyEmailError: EmptyEmailError
14040
13929
  });
14041
13930
 
14042
- const scenario$B = "@author:truman\n@owner:truman\nFeature: Coupon Code\n\n The coupon code component is a box that allows users to see and copy their coupon code for a given program\n\n @motivating\n Scenario: Component only fetches codes from current program\n Given a user has multiple rewards from various programs\n When the component is loaded\n Then it fetches the user's rewards from only the program associated with the widget\n\n @motivating\n Scenario: Component only looks at fueltank rewards\n Given a user has multiple rewards of different types\n When the component is loaded\n Then it filters the user's reward to only return FUELTANK rewards\n\n\n @motivating\n Scenario: The first (i.e. most recently received) reward is the reward that is displayed\n Given a user has at least one fueltank reward\n And the fueltank reward is available\n Then the coupon code component shows the first reward returned\n And this reward is the most recently received reward by the user\n\n @motivating\n Scenario Outline: Coupon code has multiple states depending on reward status\n Given a user has at least one fueltank reward\n And the reward has most recent status <status>\n And the dateScheduledFor field is <dateScheduledFor>\n Then the component's status is set to <componentStatus>\n And the <errorMessageTextProp> is displayed under the input field\n\n Examples:\n | status | dateScheduledFor | componentStatus | errorMessageTextProp |\n | AVAILABLE | null | AVAILABLE | N/A |\n | EXPIRED | null | EXPIRED | expiredErrorMessage |\n | REDEEMED | null | REDEEMED | redeemedMessage |\n | CANCELLED | null | CANCELLED | cancelledErrorMessage |\n | PENDING | null | EMPTY_TANK | fullfillmentErrorMessage |\n | PENDING | 123412341234 | PENDING | pendingErrorMessage |\n | null | null | ERROR | genericErrorMessage |\n\n Scenario Outline: Coupon code's error message text props are grouped\n Given an end user is viewing the coupon code component in the widget editor\n And they are looking at the component's properties\n Then they see <prop>\n And <prop> is grouped under \"Coupon code error\"\n Examples:\n | prop |\n | N/A |\n | expiredErrorMessage |\n | redeemedMessage |\n | cancelledErrorMessage |\n | fullfillmentErrorMessage |\n | pendingErrorMessage |\n | genericErrorMessage |\n\n @minutia\n Scenario: Tooltip lifespan defaults to 2000\n Given the tooltip's lifespan is set to 2000\n And there is tooltip text\n When the component renders\n And the clipboard icon is clicked\n Then a tooltip appears for ~2 seconds\n\n @ui\n Scenario: Component shows an error state when there is an error\n Given a user is viewing the coupon code component\n When there is an error in the coupon code\n Then in place of the coupon code is an alert banner\n And the alert banner gives information about the error to the user\n\n @ui\n Scenario: Component shows an loading state\n Given a user is viewing the coupon code component\n When the coupon code is loading in\n Then the text inside the input is \"Loading...\"\n And the coupon code input box has a gray background\n And the cursor is set to \"default\"\n And the user cannot copy the text\n\n @ui\n Scenario Outline: User can edit the alignment of the coupon code text\n Given a user is editing the coupon code component\n Then they see \"Align text\" props\n And the default value is \"left\"\n When they change the option to <option>\n Then they see the text in <position>\n Examples:\n | option | position |\n | left | left |\n | center | center |\n | right | right |\n\n @ui\n Scenario Outline: The position of the copy button can be changed\n Given a user is editing the coupon code component\n Then they see \"Style\" props\n And the default value is \"icon\"\n When they change the option to <option>\n Then they see the copy button in <position>\n Examples:\n | option | position |\n | button outside | outside the input, on the right |\n | button below | outside the input, below |\n | icon | inside the input as an icon |\n\n @minutia\n Scenario: ICU string converts to a date\n Given a user is viewing a live coupon code code component\n And the \"pendingErrorText\" has the \"{unpendDate}\" ICU string\n And the program is configured for rewards to be pending\n Then the user will see an info alert banner\n And the ICU string is converted to the unpend date\n";
13931
+ const scenario$A = "@author:truman\n@owner:truman\nFeature: Coupon Code\n\n The coupon code component is a box that allows users to see and copy their coupon code for a given program\n\n @motivating\n Scenario: Component only fetches codes from current program\n Given a user has multiple rewards from various programs\n When the component is loaded\n Then it fetches the user's rewards from only the program associated with the widget\n\n @motivating\n Scenario: Component only looks at fueltank rewards\n Given a user has multiple rewards of different types\n When the component is loaded\n Then it filters the user's reward to only return FUELTANK rewards\n\n\n @motivating\n Scenario: The first (i.e. most recently received) reward is the reward that is displayed\n Given a user has at least one fueltank reward\n And the fueltank reward is available\n Then the coupon code component shows the first reward returned\n And this reward is the most recently received reward by the user\n\n @motivating\n Scenario Outline: Coupon code has multiple states depending on reward status\n Given a user has at least one fueltank reward\n And the reward has most recent status <status>\n And the dateScheduledFor field is <dateScheduledFor>\n Then the component's status is set to <componentStatus>\n And the <errorMessageTextProp> is displayed under the input field\n\n Examples:\n | status | dateScheduledFor | componentStatus | errorMessageTextProp |\n | AVAILABLE | null | AVAILABLE | N/A |\n | EXPIRED | null | EXPIRED | expiredErrorMessage |\n | REDEEMED | null | REDEEMED | redeemedMessage |\n | CANCELLED | null | CANCELLED | cancelledErrorMessage |\n | PENDING | null | EMPTY_TANK | fullfillmentErrorMessage |\n | PENDING | 123412341234 | PENDING | pendingErrorMessage |\n | null | null | ERROR | genericErrorMessage |\n\n Scenario Outline: Coupon code's error message text props are grouped\n Given an end user is viewing the coupon code component in the widget editor\n And they are looking at the component's properties\n Then they see <prop>\n And <prop> is grouped under \"Coupon code error\"\n Examples:\n | prop |\n | N/A |\n | expiredErrorMessage |\n | redeemedMessage |\n | cancelledErrorMessage |\n | fullfillmentErrorMessage |\n | pendingErrorMessage |\n | genericErrorMessage |\n\n @minutia\n Scenario: Tooltip lifespan defaults to 2000\n Given the tooltip's lifespan is set to 2000\n And there is tooltip text\n When the component renders\n And the clipboard icon is clicked\n Then a tooltip appears for ~2 seconds\n\n @ui\n Scenario: Component shows an error state when there is an error\n Given a user is viewing the coupon code component\n When there is an error in the coupon code\n Then in place of the coupon code is an alert banner\n And the alert banner gives information about the error to the user\n\n @ui\n Scenario: Component shows an loading state\n Given a user is viewing the coupon code component\n When the coupon code is loading in\n Then the text inside the input is \"Loading...\"\n And the coupon code input box has a gray background\n And the cursor is set to \"default\"\n And the user cannot copy the text\n\n @ui\n Scenario Outline: User can edit the alignment of the coupon code text\n Given a user is editing the coupon code component\n Then they see \"Align text\" props\n And the default value is \"left\"\n When they change the option to <option>\n Then they see the text in <position>\n Examples:\n | option | position |\n | left | left |\n | center | center |\n | right | right |\n\n @ui\n Scenario Outline: The position of the copy button can be changed\n Given a user is editing the coupon code component\n Then they see \"Style\" props\n And the default value is \"icon\"\n When they change the option to <option>\n Then they see the copy button in <position>\n Examples:\n | option | position |\n | button outside | outside the input, on the right |\n | button below | outside the input, below |\n | icon | inside the input as an icon |\n\n @minutia\n Scenario: ICU string converts to a date\n Given a user is viewing a live coupon code code component\n And the \"pendingErrorText\" has the \"{unpendDate}\" ICU string\n And the program is configured for rewards to be pending\n Then the user will see an info alert banner\n And the ICU string is converted to the unpend date\n";
14043
13932
 
14044
13933
  const CouponCode_stories = {
14045
13934
  title: "Components/Coupon Code",
14046
13935
  parameters: {
14047
- scenario: scenario$B,
13936
+ scenario: scenario$A,
14048
13937
  },
14049
13938
  };
14050
13939
  const defaultProps$e = {
@@ -14059,25 +13948,25 @@ const defaultProps$e = {
14059
13948
  const CouponCode = () => {
14060
13949
  return index.h("sqm-coupon-code", { tooltiptext: "Copied to Clipboard" });
14061
13950
  };
14062
- const CustomTooltipText$2 = () => {
13951
+ const CustomTooltipText$1 = () => {
14063
13952
  return index.h("sqm-coupon-code", { tooltiptext: "CUSTOM TOOLTIP TEXT" });
14064
13953
  };
14065
- const CustomTooltipDuration$2 = () => {
13954
+ const CustomTooltipDuration$1 = () => {
14066
13955
  return (index.h("sqm-coupon-code", { tooltiplifespan: 5000, tooltiptext: "CUSTOM TOOLTIP TEXT" }));
14067
13956
  };
14068
- const TextAlignCenter$3 = () => {
13957
+ const TextAlignCenter$2 = () => {
14069
13958
  return index.h("sqm-coupon-code", { textAlign: "center" });
14070
13959
  };
14071
- const TextAlignRight$3 = () => {
13960
+ const TextAlignRight$2 = () => {
14072
13961
  return index.h("sqm-coupon-code", { textAlign: "right" });
14073
13962
  };
14074
- const CopyButton$3 = () => {
13963
+ const CopyButton$2 = () => {
14075
13964
  return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-outside" })));
14076
13965
  };
14077
13966
  const CopyButtonCustomLabel = () => {
14078
13967
  return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-outside", "copy-button-label": "test long custom label" })));
14079
13968
  };
14080
- const CopyButtonBelow$3 = () => {
13969
+ const CopyButtonBelow$2 = () => {
14081
13970
  return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$e, { buttonStyle: "button-below" })));
14082
13971
  };
14083
13972
  const CopyButtonBelowCustomLabel = () => {
@@ -14115,13 +14004,13 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
14115
14004
  __proto__: null,
14116
14005
  'default': CouponCode_stories,
14117
14006
  CouponCode: CouponCode,
14118
- CustomTooltipText: CustomTooltipText$2,
14119
- CustomTooltipDuration: CustomTooltipDuration$2,
14120
- TextAlignCenter: TextAlignCenter$3,
14121
- TextAlignRight: TextAlignRight$3,
14122
- CopyButton: CopyButton$3,
14007
+ CustomTooltipText: CustomTooltipText$1,
14008
+ CustomTooltipDuration: CustomTooltipDuration$1,
14009
+ TextAlignCenter: TextAlignCenter$2,
14010
+ TextAlignRight: TextAlignRight$2,
14011
+ CopyButton: CopyButton$2,
14123
14012
  CopyButtonCustomLabel: CopyButtonCustomLabel,
14124
- CopyButtonBelow: CopyButtonBelow$3,
14013
+ CopyButtonBelow: CopyButtonBelow$2,
14125
14014
  CopyButtonBelowCustomLabel: CopyButtonBelowCustomLabel,
14126
14015
  Loading: Loading$5,
14127
14016
  CopyButtonLoading: CopyButtonLoading,
@@ -14134,12 +14023,12 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
14134
14023
  ErrorRedeemed: ErrorRedeemed
14135
14024
  });
14136
14025
 
14137
- const scenario$C = "@author:noah\n@owner:noah\n\nFeature: Logout Current User\n\n Background:\n Given a user viewing an instant access widget\n\n @motivating\n @ui\n Scenario: A user on an instant access widget\n Given the user is identified\n And the user is logged in\n Then the component identifies the user by displaying their email in an ICU string\n And the users email displayed in the ICU string using hte \"{email}\" variable\n\n @motivating\n @ui\n Scenario: Users can switch who they are identified as through a link\n Given the user is identified\n And the user is logged in\n When the user clicks the link in the component\n Then the saved user identity is emptied\n And they are sent back to the registration form to re-identify themselves\n\n @minutia\n Scenario: Logout link empties the saved User Identity\n Given a valid user identity\n And the user is viewing the \"logged-in\" template\n When they click the logout link\n Then the user identity is set to \"undefined\"\n And the user is returned to the \"logged-out\" template";
14026
+ const scenario$B = "@author:noah\n@owner:noah\n\nFeature: Logout Current User\n\n Background:\n Given a user viewing an instant access widget\n\n @motivating\n @ui\n Scenario: A user on an instant access widget\n Given the user is identified\n And the user is logged in\n Then the component identifies the user by displaying their email in an ICU string\n And the users email displayed in the ICU string using hte \"{email}\" variable\n\n @motivating\n @ui\n Scenario: Users can switch who they are identified as through a link\n Given the user is identified\n And the user is logged in\n When the user clicks the link in the component\n Then the saved user identity is emptied\n And they are sent back to the registration form to re-identify themselves\n\n @minutia\n Scenario: Logout link empties the saved User Identity\n Given a valid user identity\n And the user is viewing the \"logged-in\" template\n When they click the logout link\n Then the user identity is set to \"undefined\"\n And the user is returned to the \"logged-out\" template";
14138
14027
 
14139
14028
  const LogoutCurrentUser_stories = {
14140
14029
  title: "Components/Logout Current User",
14141
14030
  parameters: {
14142
- scenario: scenario$C,
14031
+ scenario: scenario$B,
14143
14032
  },
14144
14033
  };
14145
14034
  const defaultProps$f = {
@@ -14149,22 +14038,22 @@ const defaultProps$f = {
14149
14038
  loading: false,
14150
14039
  emailErrorText: "Error fetching email",
14151
14040
  };
14152
- const Default$g = () => {
14041
+ const Default$f = () => {
14153
14042
  return index.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, defaultProps$f));
14154
14043
  };
14155
14044
 
14156
14045
  const LogoutCurrentUser = /*#__PURE__*/Object.freeze({
14157
14046
  __proto__: null,
14158
14047
  'default': LogoutCurrentUser_stories,
14159
- Default: Default$g
14048
+ Default: Default$f
14160
14049
  });
14161
14050
 
14162
- const scenario$D = "@author:noah\n@owner:noah\n\nFeature: Link Button\n\n\t@ui\n\tScenario: Links can be opened in the same tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in the same tab\n\t\tAnd if the component is in an iFrame then the link is opened in the parent window not the iFrame\n\n\t@ui\n\tScenario: Links can be opened in a new tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in a new tab\n\t\tAnd if the component is in an iFrame then the link is still opened in a new tab\n\n\n\t@ui\n\tScenario: Props control the link and button text\n\t\tGiven the \"link\" prop is set to \"https://www.example.com\"\n\t\tAnd the \"buttonText\" prop is set to \"Click me!\"\n\t\tThen a button is shown with the text \"Click me!\"\n\t\tAnd when clicked the button opens https://www.example.com\n\n\t@ui\n\tScenario Outline: The button type can be set\n\t\tGiven the button type is set to <value>\n\t\tThen a <buttonType> is shown\n\t\tExamples:\n\t\t\t| value | buttonType |\n\t\t\t| <null> | primary |\n\t\t\t| default | default |\n\t\t\t| primary | primary |\n\t\t\t| success | success |\n\t\t\t| neutral | neutral |\n\t\t\t| warning | warning |\n\t\t\t| danger | danger |";
14051
+ const scenario$C = "@author:noah\n@owner:noah\n\nFeature: Link Button\n\n\t@ui\n\tScenario: Links can be opened in the same tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in the same tab\n\t\tAnd if the component is in an iFrame then the link is opened in the parent window not the iFrame\n\n\t@ui\n\tScenario: Links can be opened in a new tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in a new tab\n\t\tAnd if the component is in an iFrame then the link is still opened in a new tab\n\n\n\t@ui\n\tScenario: Props control the link and button text\n\t\tGiven the \"link\" prop is set to \"https://www.example.com\"\n\t\tAnd the \"buttonText\" prop is set to \"Click me!\"\n\t\tThen a button is shown with the text \"Click me!\"\n\t\tAnd when clicked the button opens https://www.example.com\n\n\t@ui\n\tScenario Outline: The button type can be set\n\t\tGiven the button type is set to <value>\n\t\tThen a <buttonType> is shown\n\t\tExamples:\n\t\t\t| value | buttonType |\n\t\t\t| <null> | primary |\n\t\t\t| default | default |\n\t\t\t| primary | primary |\n\t\t\t| success | success |\n\t\t\t| neutral | neutral |\n\t\t\t| warning | warning |\n\t\t\t| danger | danger |";
14163
14052
 
14164
14053
  const LinkButton_stories = {
14165
14054
  title: "Components/Link Button",
14166
14055
  parameters: {
14167
- scenario: scenario$D,
14056
+ scenario: scenario$C,
14168
14057
  },
14169
14058
  };
14170
14059
  const defaultProps$g = {
@@ -14172,7 +14061,7 @@ const defaultProps$g = {
14172
14061
  openInNewTab: false,
14173
14062
  buttonText: "Button Text",
14174
14063
  };
14175
- const Default$h = () => {
14064
+ const Default$g = () => {
14176
14065
  return index.h("sqm-link-button", Object.assign({}, defaultProps$g));
14177
14066
  };
14178
14067
  const OpenInNewTab = () => {
@@ -14182,7 +14071,7 @@ const OpenInNewTab = () => {
14182
14071
  const LinkButton = /*#__PURE__*/Object.freeze({
14183
14072
  __proto__: null,
14184
14073
  'default': LinkButton_stories,
14185
- Default: Default$h,
14074
+ Default: Default$g,
14186
14075
  OpenInNewTab: OpenInNewTab
14187
14076
  });
14188
14077
 
@@ -14200,7 +14089,7 @@ const containerStyles = {
14200
14089
  border: "1px solid black",
14201
14090
  padding: "25px",
14202
14091
  };
14203
- const Default$i = () => {
14092
+ const Default$h = () => {
14204
14093
  return index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, defaultProps$h));
14205
14094
  };
14206
14095
  const InAContainer = () => {
@@ -14215,7 +14104,7 @@ const CustomColor$1 = () => {
14215
14104
  const CloseButton = /*#__PURE__*/Object.freeze({
14216
14105
  __proto__: null,
14217
14106
  'default': CloseButton_stories,
14218
- Default: Default$i,
14107
+ Default: Default$h,
14219
14108
  InAContainer: InAContainer,
14220
14109
  CustomColor: CustomColor$1
14221
14110
  });
@@ -14453,7 +14342,7 @@ const Loading$6 = () => {
14453
14342
  },
14454
14343
  } }));
14455
14344
  };
14456
- const Error$a = () => {
14345
+ const Error$9 = () => {
14457
14346
  return (index.h("sqm-payout-details-card", { demoData: {
14458
14347
  states: {
14459
14348
  error: true,
@@ -14494,7 +14383,7 @@ const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
14494
14383
  __proto__: null,
14495
14384
  'default': PayoutDetailsCard_stories,
14496
14385
  Loading: Loading$6,
14497
- Error: Error$a,
14386
+ Error: Error$9,
14498
14387
  NextPayout: NextPayout,
14499
14388
  PayoutToday: PayoutToday,
14500
14389
  ThresholdPayout: ThresholdPayout,
@@ -14506,6 +14395,7 @@ const BankingForm_stories = {
14506
14395
  };
14507
14396
  const bankingFormProps = {
14508
14397
  states: {
14398
+ showVerification: false,
14509
14399
  hideSteps: false,
14510
14400
  disabled: false,
14511
14401
  loading: false,
@@ -15104,47 +14994,109 @@ const UseInvoiceTableCells = /*#__PURE__*/Object.freeze({
15104
14994
  InvoiceTableDemoHook: InvoiceTableDemoHook
15105
14995
  });
15106
14996
 
15107
- const scenario$E = "@author: sam\n@owner: sam\n\nFeature: Referral Codes Component\n\n A paginated display of available and used promo codes for the user to share with others\n\n @motivating\n Scenario: Promo code can be shared using various share mediums\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n Then the promo code can be copied directly\n And the promo code can be shared using <shareMedium>\n\n Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario: User is notified if the currently viewed promo code has been used already\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n And the code has not been used already\n Then no notification text is displayed\n When the code is changed to one that has been used\n Then the notification text is displayed\n\n @minutia\n Scenario Outline: Share mediums can be optionally displayed\n Given an authenticated user\n And the program has promo codes configured\n And <propName> is true\n Then the <shareMedium> is hidden\n Examples:\n | propName | shareMedium |\n | hideSharelink | DIRECT |\n | hideEmail | EMAIL |\n | hideFbMessenger | FBMESSENGER |\n | hideWhatsApp | WHATSAPP |\n\n @minutia\n Scenario Outline: Number of codes is displayed in the pagination component\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n And the user has <numCodes> available\n And the user is on <currentPage>\n Then the pagination text is <paginationText>\n Examples:\n | numCodes | currentPage | paginationText |\n | 5 | 1 | 1 of 5 |\n | 5 | 2 | 2 of 5 |\n | 5 | 3 | 3 of 5 |\n | 5 | 4 | 4 of 5 |\n | 5 | 5 | 5 of 5 |\n | 1 | 1 | 1 of 1 |\n | 0 | 0 | 0 of 0 |\n\n";
15108
-
15109
- const ReferralCodes_stories = {
15110
- title: "Components/Referral Codes",
15111
- parameters: {
15112
- scenario: scenario$E,
15113
- },
14997
+ const WidgetEmailVerification_stories = {
14998
+ title: "Components/Widget Email Verification",
14999
+ };
15000
+ const defaultProps$k = {
15001
+ email: "",
15002
+ error: "",
15003
+ loading: false,
15114
15004
  };
15115
- const pagination = (slot) => {
15116
- return index.h("sqm-pagination", { slot: slot });
15005
+ const Default$i = () => (index.h("sqm-email-verification", { demoData: {} }));
15006
+ const Loading$7 = () => (index.h("sqm-email-verification", { demoData: {
15007
+ states: {
15008
+ ...defaultProps$k,
15009
+ loading: true,
15010
+ },
15011
+ } }));
15012
+ const Error$a = () => (index.h("sqm-email-verification", { demoData: {
15013
+ states: {
15014
+ ...defaultProps$k,
15015
+ error: "Email is invalid",
15016
+ },
15017
+ } }));
15018
+
15019
+ const WidgetEmailVerification = /*#__PURE__*/Object.freeze({
15020
+ __proto__: null,
15021
+ 'default': WidgetEmailVerification_stories,
15022
+ Default: Default$i,
15023
+ Loading: Loading$7,
15024
+ Error: Error$a
15025
+ });
15026
+
15027
+ const WidgetCodeVerification_stories = {
15028
+ title: "Components/Widget Code Verification",
15117
15029
  };
15118
- const shareButtons = (slot) => {
15119
- return (index.h("sqm-portal-container", { gap: "small", slot: slot },
15120
- index.h("sqm-share-button", { medium: "email" }, "Share via email"),
15121
- index.h("sqm-share-button", { medium: "facebook" }, "Share on Facebook"),
15122
- index.h("sqm-share-button", { medium: "whatsapp" }, "Share on WhatsApp")));
15030
+ const defaultProps$l = {
15031
+ email: "testemail@example.com",
15032
+ loading: false,
15033
+ verifyFailed: false,
15034
+ codeResent: false,
15123
15035
  };
15124
- const shareCodes = (slot) => {
15125
- return index.h("sqm-referral-code", { slot: slot });
15036
+ const Default$j = () => (index.h("sqm-code-verification", { demoData: { states: defaultProps$l } }));
15037
+ const Loading$8 = () => (index.h("sqm-code-verification", { demoData: {
15038
+ states: {
15039
+ ...defaultProps$l,
15040
+ loading: true,
15041
+ },
15042
+ } }));
15043
+ const CodeResent = () => (index.h("sqm-code-verification", { demoData: {
15044
+ states: {
15045
+ ...defaultProps$l,
15046
+ codeResent: true,
15047
+ },
15048
+ } }));
15049
+ const VerificationFailed = () => (index.h("sqm-code-verification", { demoData: {
15050
+ states: {
15051
+ ...defaultProps$l,
15052
+ verifyFailed: true,
15053
+ },
15054
+ } }));
15055
+
15056
+ const WidgetCodeVerification = /*#__PURE__*/Object.freeze({
15057
+ __proto__: null,
15058
+ 'default': WidgetCodeVerification_stories,
15059
+ Default: Default$j,
15060
+ Loading: Loading$8,
15061
+ CodeResent: CodeResent,
15062
+ VerificationFailed: VerificationFailed
15063
+ });
15064
+
15065
+ const PayoutButtonScroll_stories = {
15066
+ title: "Components/Payout Scroll Button",
15126
15067
  };
15127
- const shareCodeWithPreviouslyCopied = (slot) => {
15128
- return (index.h("sqm-referral-code", { slot: slot, showNotificationText: true, notificationText: "You\u2019ve copied this before." }));
15068
+ const defaultProps$m = {
15069
+ payoutSettingsComplete: false,
15129
15070
  };
15130
- const ReferralCodes = () => {
15131
- return (index.h("sqm-referral-codes", null,
15132
- pagination("pagination"),
15133
- shareCodes("shareCodes"),
15134
- shareButtons("shareButtons")));
15071
+ const Default$k = () => (index.h("sqm-payout-button-scroll", { demoData: { states: defaultProps$m } }));
15072
+ const CompletedTaxForm = () => (index.h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$m, payoutSettingsComplete: true } } }));
15073
+
15074
+ const PayoutButtonScroll = /*#__PURE__*/Object.freeze({
15075
+ __proto__: null,
15076
+ 'default': PayoutButtonScroll_stories,
15077
+ Default: Default$k,
15078
+ CompletedTaxForm: CompletedTaxForm
15079
+ });
15080
+
15081
+ const PayoutStatusAlert_stories = {
15082
+ title: "Components/Payout Status Alert",
15135
15083
  };
15136
- const WithPreviouslyCopiedCode = () => {
15137
- return (index.h("sqm-referral-codes", null,
15138
- pagination("pagination"),
15139
- shareCodeWithPreviouslyCopied("shareCodes"),
15140
- shareButtons("shareButtons")));
15084
+ const defaultProps$n = {
15085
+ status: "INFORMATION_REQUIRED",
15086
+ loading: false,
15141
15087
  };
15088
+ const InformationRequired = () => (index.h("sqm-payout-status-alert", { demoData: { states: defaultProps$n } }));
15089
+ const VerifyIdentity = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION_NEEDED" } } }));
15090
+ const Hold = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "HOLD" } } }));
15091
+ const Loading$9 = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, loading: true } } }));
15142
15092
 
15143
- const ReferralCodes$1 = /*#__PURE__*/Object.freeze({
15093
+ const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
15144
15094
  __proto__: null,
15145
- 'default': ReferralCodes_stories,
15146
- ReferralCodes: ReferralCodes,
15147
- WithPreviouslyCopiedCode: WithPreviouslyCopiedCode
15095
+ 'default': PayoutStatusAlert_stories,
15096
+ InformationRequired: InformationRequired,
15097
+ VerifyIdentity: VerifyIdentity,
15098
+ Hold: Hold,
15099
+ Loading: Loading$9
15148
15100
  });
15149
15101
 
15150
15102
  /**
@@ -15159,7 +15111,7 @@ const ReferralCodes$1 = /*#__PURE__*/Object.freeze({
15159
15111
  *
15160
15112
  */
15161
15113
  //
15162
- const Default$j = `
15114
+ const Default$l = `
15163
15115
  // No CSS
15164
15116
  `;
15165
15117
  const Orangey = `
@@ -15193,7 +15145,7 @@ const Klip = `
15193
15145
 
15194
15146
  const Themes = /*#__PURE__*/Object.freeze({
15195
15147
  __proto__: null,
15196
- Default: Default$j,
15148
+ Default: Default$l,
15197
15149
  Orangey: Orangey,
15198
15150
  Netflix: Netflix,
15199
15151
  SaaSquatchCorporate: SaaSquatchCorporate,
@@ -17792,7 +17744,6 @@ const stories = [
17792
17744
  InvoiceTableCells,
17793
17745
  UseInvoiceTableCells,
17794
17746
  ShareButton,
17795
- Pagination,
17796
17747
  ShareLink,
17797
17748
  BigStat,
17798
17749
  Leaderboard,
@@ -17861,8 +17812,6 @@ const stories = [
17861
17812
  Tabs,
17862
17813
  ShareCode$1,
17863
17814
  CouponCode$1,
17864
- ReferralCode$1,
17865
- ReferralCodes$1,
17866
17815
  LogoutCurrentUser,
17867
17816
  LinkButton,
17868
17817
  EmailRegistration,
@@ -17873,6 +17822,10 @@ const stories = [
17873
17822
  TaxFormSlots,
17874
17823
  PayoutDetailsCard,
17875
17824
  BankingInfoForm,
17825
+ WidgetEmailVerification,
17826
+ WidgetCodeVerification,
17827
+ PayoutButtonScroll,
17828
+ PayoutStatusAlert,
17876
17829
  ];
17877
17830
  const StencilStorybook = class {
17878
17831
  constructor(hostRef) {